:root {
    scroll-behavior: smooth;
}

.brand-identity-page {
    background: #fff;
    color: #17171c;
}

.brand-identity-page .body {
    min-height: 100vh;
    overflow: hidden;
}

.brand-identity-page h1,
.brand-identity-page h2,
.brand-identity-page h3,
.brand-identity-page p {
    letter-spacing: 0;
}

.brand-identity-page img {
    display: block;
    max-width: 100%;
}

.brand-identity-logo-visual {
    display: block;
    object-fit: contain;
}

.brand-identity-logo-visual.is-raster {
    filter: var(--identity-logo-filter);
}

.brand-identity-preview-banner {
    align-items: center;
    background: #17171c;
    color: #fff;
    display: flex;
    gap: 14px;
    justify-content: center;
    padding: 11px 24px;
    position: relative;
    z-index: 10;
}

.brand-identity-preview-banner span {
    color: #bdb9c6;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
}

.brand-identity-preview-banner strong {
    font-size: 12px;
    font-weight: 500;
}

.brand-identity-preview-banner a {
    color: #fff;
    font-size: 11px;
    margin-left: 10px;
    text-decoration: none;
}

.brand-identity-creator-credit {
    backdrop-filter: blur(14px);
    background: rgba(255, 255, 255, .86);
    border: 1px solid rgba(23, 23, 28, .08);
    border-radius: 999px;
    bottom: 18px;
    color: #59545f;
    font-size: 9px;
    font-weight: 600;
    max-width: calc(100vw - 36px);
    padding: 8px 11px;
    position: fixed;
    right: 18px;
    z-index: 20;
}

.brand-identity-hero {
    align-items: center;
    background: var(--identity-hero-bg);
    color: var(--identity-hero-ink);
    display: flex;
    justify-content: center;
    min-height: clamp(520px, 72svh, 680px);
    padding: 64px 40px 86px;
    position: relative;
    width: 100%;
}

.brand-identity-hero-logo {
    height: 220px;
    max-width: 760px;
    width: min(58vw, 760px);
}

.brand-identity-hero .brand-identity-access {
    align-items: center;
    border: 1px solid color-mix(in srgb, var(--identity-hero-ink) 22%, transparent);
    border-radius: 999px;
    color: var(--identity-hero-ink);
    display: inline-flex;
    font-size: 9px;
    font-weight: 600;
    gap: 7px;
    left: 34px;
    padding: 8px 12px;
    position: absolute;
    text-transform: uppercase;
    top: 32px;
}

.brand-identity-hero-cue {
    align-items: center;
    bottom: 34px;
    color: var(--identity-hero-ink);
    display: flex;
    flex-direction: column;
    font-size: 10px;
    font-weight: 700;
    gap: 12px;
    left: 50%;
    position: absolute;
    text-decoration: none;
    text-transform: uppercase;
    transform: translateX(-50%);
}

.brand-identity-intro {
    align-items: center;
    background: var(--identity-main);
    color: var(--identity-on-main);
    display: grid;
    gap: 8%;
    grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr);
    min-height: 48svh;
    padding: 90px max(24px, calc((100vw - 1320px) / 2));
}

.brand-identity-intro span,
.brand-identity-section-heading > span,
.brand-identity-review-heading > span,
.brand-identity-delivery > div > span {
    display: block;
    font-size: 9px;
    font-weight: 700;
    margin-bottom: 17px;
    text-transform: uppercase;
}

.brand-identity-intro span {
    color: color-mix(in srgb, var(--identity-on-main) 70%, transparent);
}

.brand-identity-intro h1 {
    color: inherit;
    font-size: clamp(44px, 5.2vw, 78px);
    font-weight: 560;
    line-height: 1;
    margin: 0;
    overflow-wrap: anywhere;
}

.brand-identity-intro p {
    color: color-mix(in srgb, var(--identity-on-main) 82%, transparent);
    font-size: clamp(17px, 1.8vw, 25px);
    line-height: 1.55;
    margin: 0;
    max-width: 760px;
}

.brand-identity-comparison {
    background: #fff;
    padding: 130px max(24px, calc((100vw - 1320px) / 2));
    text-align: center;
}

.brand-identity-comparison .brand-identity-section-heading {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.brand-identity-comparison .brand-identity-section-heading p {
    margin-left: auto;
    margin-right: auto;
}

.brand-identity-section-heading {
    margin-bottom: 58px;
    max-width: 850px;
}

.brand-identity-section-heading > span,
.brand-identity-review-heading > span,
.brand-identity-delivery > div > span {
    color: var(--identity-main);
}

.brand-identity-section-heading h2,
.brand-identity-review-heading h2,
.brand-identity-delivery h2 {
    color: #17171c;
    font-size: clamp(42px, 5vw, 68px);
    font-weight: 550;
    line-height: 1.02;
    margin: 0;
}

.brand-identity-section-heading p,
.brand-identity-review-heading p,
.brand-identity-delivery p {
    color: #6f6a76;
    font-size: 16px;
    line-height: 1.65;
    margin: 25px 0 0;
    max-width: 690px;
}

.brand-identity-concepts {
    align-items: stretch;
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(var(--concept-count, 3), minmax(0, 1fr));
    margin-inline: auto;
    width: 100%;
}

.brand-identity-concepts.is-count-2 {
    max-width: 980px;
}

.brand-identity-concepts.is-count-1 {
    max-width: 520px;
}

.brand-identity-concepts article {
    background: #f7f7f9;
    display: grid;
    grid-template-rows: minmax(0, 1fr) auto;
    min-height: 560px;
    min-width: 0;
    padding: 20px;
    position: relative;
}

.brand-identity-concepts article.is-recommended {
    box-shadow: inset 0 0 0 2px var(--identity-main);
}

.brand-identity-concepts article > span {
    background: var(--identity-main);
    color: var(--identity-on-main);
    font-size: 9px;
    font-weight: 600;
    left: 18px;
    padding: 7px 9px;
    position: absolute;
    text-transform: uppercase;
    top: 18px;
    z-index: 1;
}

.brand-identity-concepts img {
    align-self: center;
    display: block;
    height: 420px;
    justify-self: center;
    margin: 0 auto;
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    object-position: center;
    padding: 40px;
    width: 100%;
}

.brand-identity-concepts article > div {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 17px 8px 5px;
}

.brand-identity-concepts strong {
    font-size: 14px;
}

.brand-identity-concepts small {
    color: #85808b;
}

.brand-identity-logo-suite {
    background: #fff;
}

.brand-identity-logo-collection {
    display: grid;
    grid-auto-columns: minmax(320px, 1fr);
    grid-auto-flow: column;
    min-height: 82svh;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scrollbar-width: thin;
}

.brand-identity-logo-collection article {
    background: var(--asset-field);
    color: var(--asset-ink);
    display: grid;
    grid-template-rows: minmax(0, 1fr) auto;
    min-height: 82svh;
    padding: clamp(48px, 6vw, 88px) clamp(28px, 4vw, 58px) 48px;
}

.brand-identity-logo-collection .brand-identity-version-logo {
    align-self: center;
    display: block;
    height: 260px;
    justify-self: center;
    margin: auto;
    max-width: 82%;
    object-fit: contain;
    width: 82%;
}

.brand-identity-logo-collection article > div {
    max-width: 440px;
}

.brand-identity-logo-collection article > div > span {
    color: color-mix(in srgb, var(--asset-ink) 62%, transparent);
    display: block;
    font-size: 9px;
    font-weight: 700;
    margin-bottom: 13px;
    text-transform: uppercase;
}

.brand-identity-logo-collection h2 {
    color: inherit;
    font-size: clamp(26px, 2.7vw, 42px);
    font-weight: 550;
    line-height: 1.05;
    margin: 0 0 14px;
}

.brand-identity-logo-collection p {
    color: color-mix(in srgb, var(--asset-ink) 72%, transparent);
    font-size: 13px;
    line-height: 1.6;
    margin: 0;
}

.brand-identity-logo-pair {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.brand-identity-logo-pair.is-single {
    grid-template-columns: 1fr;
}

.brand-identity-logo-pair > article {
    background: var(--asset-field);
    color: var(--asset-ink);
    display: grid;
    grid-template-rows: minmax(0, 1fr) auto;
    min-height: 100svh;
    padding: clamp(58px, 8vw, 120px) clamp(30px, 7vw, 100px) 58px;
}

.brand-identity-version-logo {
    align-self: center;
    display: block;
    height: 300px;
    justify-self: center;
    margin: auto;
    max-width: 620px;
    object-fit: contain;
    object-position: center;
    width: 72%;
}

.brand-identity-logo-pair article > div {
    align-self: stretch;
    justify-self: stretch;
    max-width: 540px;
}

.brand-identity-logo-pair h2 {
    color: inherit;
    font-size: clamp(30px, 3vw, 48px);
    font-weight: 540;
    line-height: 1.05;
    margin: 0 0 16px;
}

.brand-identity-logo-pair p {
    color: color-mix(in srgb, var(--asset-ink) 72%, transparent);
    font-size: 13px;
    line-height: 1.6;
    margin: 0;
}

.brand-identity-wordmark {
    align-items: center;
    background: var(--asset-field);
    color: var(--asset-ink);
    display: flex;
    justify-content: center;
    min-height: 30svh;
    padding: 60px 24px;
    position: relative;
}

.brand-identity-wordmark-logo {
    height: 96px;
    max-width: 580px;
    width: 55%;
}

.brand-identity-wordmark > span {
    bottom: 24px;
    font-size: 8px;
    font-weight: 700;
    opacity: .64;
    position: absolute;
    text-transform: uppercase;
}

.brand-identity-mockups.logo-visualizer-section {
    background: #fff;
    overflow: visible;
    padding: 0;
}

.brand-identity-mockups.logo-visualizer-section::before {
    display: none;
}

[data-identity-mockup] {
    position: relative;
}

.brand-identity-mockup-logo {
    transform: scale(var(--identity-mockup-logo-scale, 1));
    transform-origin: center;
    transition: transform .28s cubic-bezier(.2, .8, .2, 1);
}

.brand-identity-mobile-pair .logo-visualizer-social-avatar {
    background: var(--identity-mockup-background, #fff);
}

.brand-identity-application.is-dock .logo-visualizer-dock-island .is-brand {
    background: var(--identity-mockup-background, var(--identity-main));
}

.brand-identity-application.is-website .logo-visualizer-website-stage nav {
    background: var(--identity-mockup-background, #fff);
    transition: background-color .25s ease;
}

.brand-identity-application.is-website .logo-visualizer-website-links {
    color: var(--identity-mockup-on-background, #6c6673);
}

.brand-identity-application.is-website .logo-visualizer-website-stage nav button {
    background: var(--identity-mockup-on-background, #18171c);
    color: var(--identity-mockup-background, #fff);
}

.brand-identity-application.is-google .logo-visualizer-google-source > span {
    background: var(--identity-mockup-background, #f1f3f4);
    transition: background-color .25s ease;
}

.brand-identity-mockup-editor {
    position: absolute;
    right: clamp(18px, 2.5vw, 38px);
    top: clamp(18px, 2.5vw, 38px);
    z-index: 40;
}

.brand-identity-mockup-settings-trigger {
    align-items: center;
    background: rgba(255, 255, 255, .92);
    border: 1px solid rgba(107, 57, 244, .24);
    border-radius: 50%;
    box-shadow: 0 12px 34px -20px rgba(31, 24, 50, .5);
    color: #6b39f4;
    display: inline-flex;
    font-size: 14px;
    height: 44px;
    justify-content: center;
    padding: 0;
    transition: background-color .2s ease, border-color .2s ease, transform .2s ease;
    width: 44px;
}

.brand-identity-mockup-settings-trigger:hover,
.brand-identity-mockup-editor.is-open .brand-identity-mockup-settings-trigger {
    background: #fff;
    border-color: rgba(107, 57, 244, .55);
    color: #6b39f4;
    transform: translateY(-1px);
}

.brand-identity-mockup-settings {
    background: rgba(255, 255, 255, .97);
    border: 1px solid rgba(31, 27, 39, .09);
    border-radius: 8px;
    box-shadow: 0 30px 70px -34px rgba(24, 20, 34, .46);
    display: grid;
    gap: 18px;
    opacity: 0;
    padding: 20px;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 56px;
    transform: translateY(-8px) scale(.98);
    transform-origin: right top;
    transition: opacity .2s ease, transform .24s cubic-bezier(.2, .8, .2, 1), visibility .2s ease;
    visibility: hidden;
    width: min(320px, calc(100vw - 36px));
}

.brand-identity-mockup-editor.is-open .brand-identity-mockup-settings {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0) scale(1);
    visibility: visible;
}

.brand-identity-mockup-settings header {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.brand-identity-mockup-settings header strong {
    color: #17171c;
    font-size: 15px;
    font-weight: 650;
}

.brand-identity-mockup-settings header button {
    align-items: center;
    background: #f4f3f7;
    border: 0;
    border-radius: 50%;
    color: #817b88;
    display: inline-flex;
    height: 30px;
    justify-content: center;
    padding: 0;
    width: 30px;
}

.brand-identity-mockup-settings label {
    display: grid;
    gap: 8px;
    margin: 0;
}

.brand-identity-mockup-settings label > span {
    align-items: center;
    color: #625d68;
    display: flex;
    font-size: 10px;
    font-weight: 650;
    justify-content: space-between;
}

.brand-identity-mockup-settings output {
    color: #6b39f4;
    font-size: 10px;
    font-weight: 700;
}

.brand-identity-mockup-settings select {
    appearance: auto;
    background: #f8f7fa;
    border: 1px solid #dfdce5;
    border-radius: 7px;
    color: #28242e;
    font-size: 12px;
    height: 42px;
    padding: 0 11px;
    width: 100%;
}

.brand-identity-mockup-settings input[type="range"] {
    accent-color: #6b39f4;
    cursor: pointer;
    margin: 3px 0 0;
    width: 100%;
}

.brand-identity-mockup-reset {
    background: transparent;
    border: 0;
    color: #8a8490;
    font-size: 10px;
    justify-self: start;
    padding: 0;
}

.brand-identity-mockup-reset:hover {
    color: #39343f;
}

.brand-identity-mockup-settings > small {
    color: #98929f;
    font-size: 9px;
    line-height: 1;
    text-align: center;
}

.brand-identity-mockup-settings > small.is-saving {
    color: #6b39f4;
}

.brand-identity-mockup-settings > small.is-saved {
    color: #349c86;
}

.brand-identity-mockup-settings > small.is-error {
    color: #c94f5d;
}

.brand-identity-settings-backdrop {
    display: none;
}

.brand-identity-application {
    align-items: center;
    display: flex;
    justify-content: center;
    isolation: isolate;
    min-height: 96svh;
    overflow: hidden;
    padding: clamp(46px, 6vw, 90px) max(24px, 4vw);
    position: relative;
}

.brand-identity-application .logo-visualizer-ios-device {
    background: #e8e8ed;
    border: 1px solid rgba(255, 255, 255, .96);
    box-shadow: inset 0 0 0 1px rgba(24, 24, 28, .045), 0 44px 90px -54px rgba(16, 16, 22, .58);
}

.brand-identity-application .logo-visualizer-ios-device::before {
    border-color: rgba(255, 255, 255, .92);
}

.brand-identity-application.is-dock {
    background: color-mix(in srgb, var(--identity-light) 82%, #f5f5f7);
    min-height: 78svh;
}

.brand-identity-application.is-dock .logo-visualizer-dock-zoom {
    background: transparent;
    height: 680px;
    min-height: 0;
    width: min(980px, 100vw);
}

.brand-identity-application.is-dock .logo-visualizer-ios-device {
    transform: scale(3.1);
    transform-origin: center bottom;
}

.brand-identity-mockup-logo.is-dock-logo {
    height: 100%;
    width: 100%;
}

.brand-identity-mobile-pair {
    align-items: start;
    background-color: var(--identity-main);
    background-image: linear-gradient(112deg, transparent 0 18%, color-mix(in srgb, var(--identity-on-main) 7%, transparent) 18% 31%, transparent 31% 62%, color-mix(in srgb, var(--identity-on-main) 6%, transparent) 62% 76%, transparent 76%);
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    justify-items: center;
    min-height: clamp(560px, 76svh, 760px);
    overflow: hidden;
    padding: 54px max(24px, calc((100vw - 1080px) / 2)) 0;
}

.brand-identity-mobile-pair .logo-visualizer-social-stage {
    align-items: flex-start;
    background: transparent;
    border-radius: 0;
    box-sizing: border-box;
    height: clamp(560px, 76svh, 760px);
    min-height: 0;
    overflow: visible;
    padding: 48px 0 0;
    width: min(760px, 100%);
}

.brand-identity-mobile-pair .logo-visualizer-social-device {
    transform: scale(2.72);
    transform-origin: center top;
}

.brand-identity-mockup-logo.is-social-logo {
    height: 100%;
    width: 100%;
}

.brand-identity-mockup-logo.is-mobile-logo {
    height: 18px;
    width: 92px;
}

.brand-identity-palette {
    background: #fff;
}

.brand-identity-color-fields {
    display: grid;
    grid-template-columns: repeat(var(--palette-count, 4), minmax(0, 1fr));
    min-height: clamp(480px, 62svh, 650px);
}

.brand-identity-color-fields article {
    align-items: stretch;
    background: var(--field-color);
    color: var(--field-text);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: clamp(480px, 62svh, 650px);
    padding: 48px 22px;
    position: relative;
}

.brand-identity-color-copy {
    display: flex;
    flex-direction: column;
    min-width: 0;
    text-align: center;
}

.brand-identity-color-copy > span {
    font-size: 9px;
    font-weight: 700;
    opacity: .68;
    text-transform: uppercase;
}

.brand-identity-color-copy strong {
    font-size: clamp(18px, 1.6vw, 25px);
    font-weight: 650;
    line-height: 1.1;
    margin-top: 9px;
}

.brand-identity-color-copy > small {
    font-size: 10px;
    margin-top: 6px;
    opacity: .65;
}

.brand-identity-color-copy ul {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    justify-content: center;
    list-style: none;
    margin: 22px 0 0;
    padding: 0;
}

.brand-identity-color-copy li {
    border: 1px solid color-mix(in srgb, var(--field-text) 22%, transparent);
    border-radius: 999px;
    font-size: 8px;
    line-height: 1;
    padding: 6px 8px;
}

.brand-identity-application.is-website {
    background: color-mix(in srgb, var(--identity-support) 15%, #f5f5f7);
    padding-inline: 0;
}

.brand-identity-website-browser {
    background: #fff;
    border: 1px solid rgba(23, 23, 28, .065);
    border-radius: 22px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, .9), 0 48px 110px -72px rgba(18, 17, 23, .52);
    overflow: hidden;
    width: min(1320px, 96vw);
}

.brand-identity-website-browser .logo-visualizer-browser-tabs {
    height: 68px;
}

.brand-identity-website-browser .logo-visualizer-browser-bar {
    height: 66px;
}

.brand-identity-application.is-website .logo-visualizer-website-stage {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    min-height: 586px;
    width: 100%;
}

.brand-identity-application.is-website .logo-visualizer-website-stage nav {
    height: 106px;
    padding-inline: 54px;
}

.brand-identity-application.is-website .logo-visualizer-website-body {
    min-height: 480px;
    padding: 88px 112px;
}

.brand-identity-application.is-website .logo-visualizer-website-body h4 {
    font-size: 64px;
}

.brand-identity-mockup-logo.is-website-logo {
    height: 58px;
    width: 290px;
}

.brand-identity-application.is-website .logo-visualizer-website-stage nav > .brand-identity-mockup-logo.is-website-logo {
    max-height: 58px;
    max-width: 290px;
}

.brand-identity-application.is-google {
    background: var(--identity-main);
}

.brand-identity-application.is-google .logo-visualizer-google-stage {
    border: 1px solid rgba(23, 23, 28, .055);
    border-radius: 22px;
    box-shadow: 0 46px 100px -68px rgba(17, 16, 22, .52);
    min-height: 690px;
    padding: 62px 76px;
    width: min(1120px, 92vw);
}

.brand-identity-application.is-google .logo-visualizer-google-brand {
    font-size: 36px;
    margin-bottom: 28px;
}

.brand-identity-application.is-google .logo-visualizer-google-search {
    font-size: 18px;
    height: 62px;
    max-width: 900px;
    padding-inline: 25px;
}

.brand-identity-application.is-google .logo-visualizer-google-tabs {
    font-size: 13px;
    gap: 38px;
    max-width: 920px;
    padding-bottom: 18px;
}

.brand-identity-application.is-google .logo-visualizer-google-result {
    margin-top: 38px;
    max-width: 920px;
}

.brand-identity-application.is-google .logo-visualizer-google-source {
    gap: 15px;
}

.brand-identity-application.is-google .logo-visualizer-google-source > span {
    height: 46px;
    padding: 9px;
    width: 46px;
}

.brand-identity-application.is-google .logo-visualizer-google-source strong {
    font-size: 15px;
}

.brand-identity-application.is-google .logo-visualizer-google-source small {
    font-size: 12px;
    line-height: 1.2;
}

.brand-identity-application.is-google .logo-visualizer-google-result h4 {
    font-size: 30px;
    margin: 14px 0 8px;
}

.brand-identity-application.is-google .logo-visualizer-google-result p {
    font-size: 16px;
    max-width: 900px;
}

.brand-identity-mockup-logo.is-google-logo {
    height: 30px;
    width: 30px;
}

.brand-identity-google-placeholder {
    filter: blur(1.2px);
    margin-top: 42px !important;
    opacity: .3;
}

.brand-identity-google-placeholder .brand-identity-google-placeholder-icon {
    background: #cfd2d8;
    border-radius: 50%;
    padding: 0 !important;
}

.brand-identity-google-placeholder .logo-visualizer-google-source > div {
    gap: 6px;
    width: 190px;
}

.brand-identity-google-placeholder .logo-visualizer-google-source i,
.brand-identity-google-placeholder-title,
.brand-identity-google-placeholder-copy i {
    background: #adb1b9;
    border-radius: 999px;
    display: block;
}

.brand-identity-google-placeholder .logo-visualizer-google-source i:first-child {
    height: 12px;
    width: 58%;
}

.brand-identity-google-placeholder .logo-visualizer-google-source i:last-child {
    height: 9px;
    width: 88%;
}

.brand-identity-google-placeholder-title {
    height: 25px;
    margin-top: 15px;
    width: min(440px, 72%);
}

.brand-identity-google-placeholder-copy {
    display: grid;
    gap: 8px;
    margin-top: 12px;
}

.brand-identity-google-placeholder-copy i {
    height: 10px;
    width: min(650px, 92%);
}

.brand-identity-google-placeholder-copy i:last-child {
    width: min(510px, 72%);
}

.brand-identity-delivery {
    align-items: center;
    background: #fff;
    color: #17171c;
    display: grid;
    gap: 8%;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr);
    min-height: 92svh;
    padding: 110px max(24px, calc((100vw - 1320px) / 2));
}

.brand-identity-delivery > * {
    min-width: 0;
}

.brand-identity-delivery-preview {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.brand-identity-delivery-preview article {
    align-items: center;
    aspect-ratio: 1;
    background: var(--delivery-bg, #f5f4f7);
    display: flex;
    justify-content: center;
}

.brand-identity-delivery-logo {
    height: 52%;
    max-width: 68%;
    width: 68%;
}

.brand-identity-delivery-preview .is-count {
    background: color-mix(in srgb, var(--identity-main) 10%, #fff);
    color: var(--identity-main);
    flex-direction: column;
}

.brand-identity-delivery-preview .is-count strong {
    font-size: 28px;
}

.brand-identity-delivery-preview .is-count span {
    font-size: 10px;
    margin-top: 4px;
    opacity: .68;
}

.brand-identity-delivery a {
    align-items: center;
    background: var(--identity-main);
    border-radius: 999px;
    color: var(--identity-on-main);
    display: inline-flex;
    font-size: 12px;
    font-weight: 600;
    gap: 9px;
    margin-top: 35px;
    padding: 14px 20px;
    text-decoration: none;
}

.brand-identity-delivery > div > small {
    color: #77717f;
    display: block;
    font-size: 11px;
    margin-top: 30px;
}

.brand-identity-application.is-browser {
    background: color-mix(in srgb, var(--identity-support) 12%, #f5f5f7);
}

.brand-identity-application.is-browser .logo-visualizer-browser-window {
    border-color: rgba(23, 23, 28, .065);
    border-radius: 20px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, .9), 0 50px 110px -70px rgba(18, 17, 23, .56);
    min-height: 620px;
    width: min(1180px, 94vw);
}

.brand-identity-mockup-logo.is-browser-icon,
.brand-identity-mockup-logo.is-browser-inspection {
    height: 100%;
    width: 100%;
}

.brand-identity-review {
    align-items: center;
    background: color-mix(in srgb, var(--identity-support) 20%, #fff);
    display: grid;
    gap: 52px;
    grid-template-columns: minmax(0, 1fr) 230px;
    min-height: 92svh;
    padding: 130px max(24px, calc((100vw - 1320px) / 2));
}

.brand-identity-review-score {
    align-items: center;
    aspect-ratio: 1;
    background: #fff;
    border: 12px solid #d7d4dc;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    justify-self: end;
    width: 210px;
}

.brand-identity-review-score.is-good {
    border-color: #349c86;
}

.brand-identity-review-score.is-mid {
    border-color: #efb746;
}

.brand-identity-review-score.is-risk {
    border-color: #d96868;
}

.brand-identity-review-score > strong {
    font-size: 54px;
    font-weight: 550;
    line-height: 1;
}

.brand-identity-review-score > strong small {
    color: #85808b;
    font-size: 16px;
    font-weight: 500;
}

.brand-identity-review-score > span {
    color: #85808b;
    font-size: 9px;
    font-weight: 600;
    margin-top: 10px;
    text-transform: uppercase;
}

.brand-identity-human-badge {
    align-items: center;
    border: 1px solid rgba(52, 156, 134, .24);
    display: inline-flex;
    gap: 12px;
    margin-top: 30px;
    padding: 12px 15px;
}

.brand-identity-human-badge > i {
    align-items: center;
    background: #e7f4f0;
    border-radius: 50%;
    color: #278d77;
    display: flex;
    height: 34px;
    justify-content: center;
    width: 34px;
}

.brand-identity-human-badge > span {
    display: grid;
    gap: 2px;
}

.brand-identity-human-badge small {
    color: #8a8590;
    font-size: 8px;
    font-weight: 700;
    text-transform: uppercase;
}

.brand-identity-human-badge strong {
    font-size: 12px;
    font-weight: 600;
}

.brand-identity-review-scores {
    display: grid;
    gap: 20px;
    grid-column: 1 / -1;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    margin-top: 12px;
}

.brand-identity-review-scores article {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 12px;
    text-align: center;
}

.brand-identity-review-scores article > div {
    align-items: center;
    background: conic-gradient(#98939e var(--score-progress), #e8e6eb 0);
    border-radius: 50%;
    display: flex;
    height: 70px;
    justify-content: center;
    position: relative;
    width: 70px;
}

.brand-identity-review-scores article.is-good > div {
    background: conic-gradient(#349c86 var(--score-progress), #e8e6eb 0);
}

.brand-identity-review-scores article.is-mid > div {
    background: conic-gradient(#efb746 var(--score-progress), #e8e6eb 0);
}

.brand-identity-review-scores article.is-risk > div {
    background: conic-gradient(#d96868 var(--score-progress), #e8e6eb 0);
}

.brand-identity-review-scores article > div::after {
    background: color-mix(in srgb, var(--identity-support) 20%, #fff);
    border-radius: 50%;
    content: "";
    inset: 7px;
    position: absolute;
}

.brand-identity-review-scores strong {
    font-size: 13px;
    position: relative;
    z-index: 1;
}

.brand-identity-review-scores article > span {
    color: #6f6a76;
    font-size: 10px;
    font-weight: 600;
}

.brand-identity-review-notes {
    display: grid;
    gap: 16px;
    grid-column: 1 / -1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 8px;
}

.brand-identity-review-notes article {
    background: #fff;
    border: 1px solid rgba(23, 23, 28, .07);
    padding: 32px;
}

.brand-identity-review-notes span {
    color: #8a8590;
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
}

.brand-identity-review-notes p {
    font-size: 15px;
    line-height: 1.65;
    margin: 14px 0 0;
}

.brand-identity-review-showcase {
    align-items: center;
    background: color-mix(in srgb, var(--identity-support) 20%, #fff);
    display: flex;
    justify-content: center;
    min-height: 760px;
    padding: 74px max(24px, calc((100vw - 1380px) / 2));
}

.brand-identity-review-card {
    background: #fff;
    border: 1px solid rgba(23, 23, 28, .065);
    border-radius: 26px;
    box-shadow: 0 42px 100px -72px rgba(18, 17, 23, .52);
    margin: 0 auto;
    max-width: 1380px;
}

.brand-identity-review-card .review-summary-main {
    align-items: center;
    grid-template-columns: minmax(340px, .95fr) minmax(0, 1.05fr);
}

.brand-identity-review-card .review-card-logo-panel {
    min-height: 560px;
}

.brand-identity-review-logo {
    display: block;
    height: 460px;
    margin: auto;
    max-height: 460px;
    max-width: 96%;
    object-fit: contain;
    object-position: center;
    width: 96%;
}

.brand-identity-review-card .review-summary-title {
    margin-top: 3px;
}

.brand-identity-review-card .review-summary-description {
    max-width: 680px;
}

.brand-identity-creator-profile {
    align-items: center;
    background: color-mix(in srgb, var(--identity-support) 26%, #fff);
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 260px;
    padding: 52px 24px;
    text-align: center;
}

.brand-identity-creator-profile > span {
    color: #8a8590;
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
}

.brand-identity-creator-profile h2 {
    font-size: 38px;
    font-weight: 550;
    line-height: 1.04;
    margin: 13px 0 20px;
}

.brand-identity-creator-profile a {
    align-items: center;
    border: 1px solid #dcd8e1;
    border-radius: 999px;
    color: #26222c;
    display: inline-flex;
    font-size: 11px;
    font-weight: 600;
    gap: 9px;
    padding: 12px 17px;
    text-decoration: none;
}

.brand-identity-footer {
    align-items: center;
    background: #fff;
    display: flex;
    justify-content: space-between;
    padding: 44px clamp(24px, 6vw, 92px);
}

.brand-identity-footer > div {
    display: grid;
    gap: 3px;
}

.brand-identity-footer strong {
    font-size: 14px;
}

.brand-identity-footer span,
.brand-identity-footer a {
    color: #8a8590;
    font-size: 10px;
    text-decoration: none;
}

.brand-identity-missing {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: calc(100vh - 72px);
    padding: 60px 24px;
    text-align: center;
}

.brand-identity-missing > span {
    color: #8d8794;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
}

.brand-identity-missing h1 {
    font-size: 58px;
    font-weight: 550;
    margin: 20px 0;
}

.brand-identity-missing p {
    color: #6e6975;
    line-height: 1.65;
    max-width: 620px;
}

.brand-identity-primary-link {
    background: #6b39f4;
    border-radius: 999px;
    color: #fff;
    margin-top: 30px;
    padding: 14px 22px;
    text-decoration: none;
}

.brand-identity-motion-ready .brand-identity-reveal {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity .7s ease, transform .7s cubic-bezier(.22, 1, .36, 1);
}

.brand-identity-motion-ready .brand-identity-reveal.is-visible {
    opacity: 1;
    transform: none;
}

@media (max-width: 1100px) {
    .brand-identity-logo-collection {
        grid-auto-columns: minmax(300px, 48vw);
    }

    .brand-identity-logo-collection article,
    .brand-identity-logo-collection {
        min-height: 70svh;
    }

    .brand-identity-logo-pair > article {
        min-height: 66svh;
    }

    .brand-identity-version-logo {
        height: 240px;
    }

    .brand-identity-color-fields {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .brand-identity-color-fields article {
        min-height: 460px;
    }

    .brand-identity-delivery {
        gap: 60px;
    }
}

@media (max-width: 760px) {
    html.brand-identity-settings-open {
        overflow: hidden;
    }

    .brand-identity-mockup-editor {
        right: 14px;
        top: 14px;
        z-index: 1002;
    }

    .brand-identity-mockup-settings-trigger {
        height: 40px;
        width: 40px;
    }

    .brand-identity-mockup-settings {
        bottom: 12px;
        left: 12px;
        max-height: calc(100svh - 24px);
        overflow-y: auto;
        padding: 20px;
        position: fixed;
        right: 12px;
        top: auto;
        transform: translateY(24px);
        transform-origin: center bottom;
        width: auto;
        z-index: 1002;
    }

    .brand-identity-mockup-editor.is-open .brand-identity-mockup-settings {
        transform: translateY(0);
    }

    .brand-identity-settings-backdrop {
        background: rgba(20, 17, 27, .28);
        bottom: 0;
        display: block;
        left: 0;
        opacity: 0;
        pointer-events: none;
        position: fixed;
        right: 0;
        top: 0;
        transition: opacity .2s ease;
        z-index: 1001;
    }

    html.brand-identity-settings-open .brand-identity-settings-backdrop {
        opacity: 1;
        pointer-events: auto;
    }

    .brand-identity-preview-banner {
        align-items: flex-start;
        flex-direction: column;
        gap: 3px;
        padding: 11px 18px;
    }

    .brand-identity-preview-banner a {
        margin-left: 0;
    }

    .brand-identity-hero {
        min-height: 540px;
        padding: 58px 24px 82px;
    }

    .brand-identity-hero-logo {
        height: 160px;
        width: 80vw;
    }

    .brand-identity-hero .brand-identity-access {
        left: 18px;
        top: 18px;
    }

    .brand-identity-hero-cue {
        bottom: 24px;
    }

    .brand-identity-intro {
        gap: 28px;
        grid-template-columns: 1fr;
        min-height: 0;
        padding: 72px 24px;
    }

    .brand-identity-intro p {
        font-size: 17px;
    }

    .brand-identity-comparison {
        padding: 84px 18px;
    }

    .brand-identity-concepts {
        grid-template-columns: 1fr;
    }

    .brand-identity-logo-pair,
    .brand-identity-logo-pair.is-single {
        grid-template-columns: 1fr;
    }

    .brand-identity-logo-pair > article {
        min-height: 620px;
        padding: 58px 24px 42px;
    }

    .brand-identity-version-logo {
        height: 220px;
        width: 82%;
    }

    .brand-identity-wordmark {
        min-height: 220px;
    }

    .brand-identity-wordmark-logo {
        height: 70px;
        width: 76%;
    }

    .brand-identity-logo-collection {
        grid-auto-columns: 86vw;
        min-height: 620px;
    }

    .brand-identity-logo-collection article {
        min-height: 620px;
        padding: 54px 24px 40px;
    }

    .brand-identity-logo-collection .brand-identity-version-logo {
        height: 230px;
        width: 84%;
    }

    .brand-identity-application {
        min-height: 76svh;
        padding: 64px 14px;
    }

    .brand-identity-application.is-dock {
        min-height: 620px;
    }

    .brand-identity-application.is-dock .logo-visualizer-dock-zoom {
        height: 500px;
        width: 100%;
    }

    .brand-identity-application.is-dock .logo-visualizer-ios-device {
        transform: scale(1.65);
    }

    .brand-identity-mobile-pair {
        grid-template-columns: 1fr;
        min-height: 560px;
        padding: 42px 8px 0;
    }

    .brand-identity-mobile-pair .logo-visualizer-social-stage {
        height: 560px;
        padding-top: 34px;
    }

    .brand-identity-mobile-pair .logo-visualizer-social-device {
        transform: scale(1.72);
    }

    .brand-identity-color-fields {
        grid-template-columns: 1fr;
    }

    .brand-identity-color-fields article {
        min-height: 300px;
        padding: 42px 20px;
    }

    .brand-identity-color-copy strong {
        font-size: 27px;
    }

    .brand-identity-color-copy li {
        font-size: 9px;
        padding: 7px 9px;
    }

    .brand-identity-application.is-website .logo-visualizer-website-stage {
        min-height: 390px;
        width: 100%;
    }

    .brand-identity-website-browser {
        border-radius: 14px;
        width: 100%;
    }

    .brand-identity-website-browser .logo-visualizer-browser-tabs {
        height: 56px;
        padding-inline: 10px;
    }

    .brand-identity-website-browser .logo-visualizer-browser-bar {
        gap: 9px;
        height: 54px;
        padding-inline: 12px;
    }

    .brand-identity-application.is-website .logo-visualizer-website-stage nav {
        height: 68px;
        padding: 0 18px;
    }

    .brand-identity-application.is-website .logo-visualizer-website-body {
        grid-template-columns: 1fr;
        min-height: 322px;
        padding: 42px 28px;
    }

    .brand-identity-application.is-website .logo-visualizer-website-body h4 {
        font-size: 34px;
    }

    .brand-identity-mockup-logo.is-website-logo {
        height: 34px;
        width: 160px;
    }

    .brand-identity-application.is-website .logo-visualizer-website-stage nav > .brand-identity-mockup-logo.is-website-logo {
        max-height: 34px;
        max-width: 160px;
    }

    .brand-identity-application.is-google .logo-visualizer-google-stage,
    .brand-identity-application.is-browser .logo-visualizer-browser-window {
        width: 100%;
    }

    .brand-identity-application.is-google .logo-visualizer-google-stage {
        min-height: 500px;
        padding: 25px 18px;
    }

    .brand-identity-application.is-google .logo-visualizer-google-brand {
        font-size: 27px;
        margin-bottom: 20px;
    }

    .brand-identity-application.is-google .logo-visualizer-google-search {
        font-size: 13px;
        height: 48px;
    }

    .brand-identity-application.is-google .logo-visualizer-google-tabs {
        font-size: 10px;
        gap: 17px;
    }

    .brand-identity-application.is-google .logo-visualizer-google-result h4 {
        font-size: 20px;
    }

    .brand-identity-application.is-google .logo-visualizer-google-result p {
        font-size: 12px;
    }

    .brand-identity-review-showcase {
        min-height: 0;
        padding: 58px 14px;
    }

    .brand-identity-review-card {
        border-radius: 18px;
    }

    .brand-identity-review-card .review-summary-main {
        grid-template-columns: 1fr;
    }

    .brand-identity-review-card .review-card-logo-panel {
        min-height: 360px;
    }

    .brand-identity-review-logo {
        height: 320px;
        max-height: 320px;
    }

    .brand-identity-delivery {
        gap: 54px;
        grid-template-columns: 1fr;
        min-height: 0;
        padding: 84px 18px;
    }

    .brand-identity-delivery-preview {
        gap: 6px;
    }

    .brand-identity-delivery-preview .is-count strong {
        font-size: 20px;
    }

    .brand-identity-delivery h2 {
        font-size: 38px;
        overflow-wrap: anywhere;
    }

    .brand-identity-review {
        grid-template-columns: 1fr;
        padding: 84px 24px;
    }

    .brand-identity-review-score {
        justify-self: start;
        width: 160px;
    }

    .brand-identity-review-score > strong {
        font-size: 42px;
    }

    .brand-identity-review-scores {
        gap: 20px 8px;
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .brand-identity-review-scores article > div {
        height: 58px;
        width: 58px;
    }

    .brand-identity-review-notes {
        grid-template-columns: 1fr;
    }

    .brand-identity-creator-profile {
        min-height: 220px;
        padding: 42px 20px;
    }

    .brand-identity-creator-profile h2 {
        font-size: 32px;
    }

    .brand-identity-creator-credit {
        bottom: 12px;
        max-width: calc(100vw - 24px);
        overflow: hidden;
        right: 12px;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .brand-identity-footer {
        align-items: flex-start;
        flex-direction: column;
        gap: 20px;
    }

    .brand-identity-missing h1 {
        font-size: 40px;
    }
}

@media (prefers-reduced-motion: reduce) {
    :root {
        scroll-behavior: auto;
    }

    .brand-identity-motion-ready .brand-identity-reveal {
        opacity: 1;
        transform: none;
        transition: none;
    }
}
