:root {
    --ink: #17201d;
    --ink-soft: #56605b;
    --paper: #f2f0e8;
    --paper-deep: #e7e4da;
    --sea: #2d5968;
    --moss: #526344;
    --line: rgba(23, 32, 29, 0.18);
    --white: #fffdf6;
    --container: min(88vw, 1280px);
    --container-wide: min(94vw, 1720px);
    --ease: cubic-bezier(.22, 1, .36, 1);
    --font: "Manrope", "Noto Sans KR", Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--font); font-size: 16px; line-height: 1.6; text-rendering: optimizeLegibility; }
body.menu-open { overflow: hidden; }
img, video { display: block; width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
::selection { color: var(--white); background: var(--sea); }
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible { outline: 2px solid #b87452; outline-offset: 4px; }
[lang="ko"] body { word-break: keep-all; }
html[lang="ko"] h1, html[lang="ko"] h2, html[lang="ko"] h3 { line-height: 1.12; letter-spacing: -.025em; }
html[lang="ko"] .hero h1, html[lang="ko"] .page-intro h1 { line-height: 1.08; letter-spacing: -.035em; }
html[lang="ko"] .eyebrow, html[lang="ko"] .desktop-nav, html[lang="ko"] .language-switch { letter-spacing: .08em; text-transform: none; }

.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 2000; top: 1rem; left: 1rem; padding: .7rem 1rem; color: var(--ink); background: var(--white); transform: translateY(-200%); transition: transform .2s; }
.skip-link:focus { transform: translateY(0); }
.container { width: var(--container); margin-inline: auto; }
.container--wide { width: var(--container-wide); }
.container--narrow { max-width: 780px; }
.container--standard { max-width: 1040px; }

.site-header { position: fixed; z-index: 1000; inset: 0 0 auto; height: 92px; color: var(--white); transition: color .4s, background .4s, height .4s, backdrop-filter .4s; }
.site-header::after { content: ""; position: absolute; inset: auto 3vw 0; border-bottom: 1px solid rgba(255,255,255,.28); transition: border-color .4s; }
.site-header.is-scrolled, .has-page-header .site-header { height: 74px; color: var(--ink); background: rgba(242,240,232,.88); backdrop-filter: blur(18px); }
.site-header.is-scrolled::after, .has-page-header .site-header::after { border-color: var(--line); }
.site-header__inner { width: var(--container-wide); height: 100%; margin: auto; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; }
.wordmark { display: inline-flex; align-items: flex-start; width: max-content; font-size: 1rem; line-height: 1; letter-spacing: -.045em; }
.wordmark span { font-weight: 600; letter-spacing: .08em; }
.wordmark strong { margin: -.42em 0 0 .15em; font-size: .64em; font-weight: 500; letter-spacing: 0; }
.wordmark__image { width: auto; max-width: 180px; height: 34px; object-fit: contain; }
.wordmark__image--dark { display: none; }
.site-header.is-scrolled .wordmark__image--light, .has-page-header .wordmark__image--light { display: none; }
.site-header.is-scrolled .wordmark__image--dark, .has-page-header .wordmark__image--dark { display: block; }
.desktop-nav { display: flex; gap: clamp(1.4rem, 2.3vw, 3.2rem); font-size: .78rem; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; }
.desktop-nav a { position: relative; padding: .5rem 0; }
.desktop-nav a::after { content: ""; position: absolute; right: 0; bottom: .2rem; left: 0; border-bottom: 1px solid; transform: scaleX(0); transform-origin: right; transition: transform .45s var(--ease); }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.nav-dropdown { position: relative; }
.nav-dropdown summary { display: flex; align-items: center; gap: .5rem; padding: .5rem 0; list-style: none; cursor: pointer; }
.nav-dropdown summary::-webkit-details-marker { display: none; }
.nav-dropdown summary span { font-size: .85rem; transition: transform .25s; }
.nav-dropdown[open] summary span { transform: rotate(45deg); }
.nav-dropdown > div { position: absolute; top: calc(100% + 14px); left: 50%; width: max-content; min-width: 220px; max-width: min(320px, 82vw); display: grid; padding: 14px 18px; color: var(--ink); background: var(--paper); box-shadow: 0 14px 38px rgba(10,20,18,.18); transform: translateX(-50%); }
.nav-dropdown > div a { padding: 8px 0; border-bottom: 1px solid var(--line); }
.nav-dropdown > div a:last-child { border: 0; }
.header-actions { justify-self: end; display: flex; align-items: center; gap: 1.6rem; }
.language-switch { display: flex; align-items: center; gap: .48rem; font-size: .68rem; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; }
.language-switch i { display: block; width: 20px; border-bottom: 1px solid currentColor; opacity: .5; }
.language-switch strong { font-weight: 500; opacity: .74; }
.menu-toggle { display: none; width: 42px; height: 42px; padding: 11px 8px; border: 0; background: transparent; cursor: pointer; }
.menu-toggle > span:not(.sr-only) { display: block; width: 100%; margin: 6px 0; border-top: 1px solid currentColor; transition: transform .35s var(--ease); }
.menu-open .menu-toggle > span:nth-last-child(2) { transform: translateY(3.5px) rotate(45deg); }
.menu-open .menu-toggle > span:last-child { transform: translateY(-3.5px) rotate(-45deg); }

.mobile-menu { position: fixed; z-index: 990; inset: 0; display: flex; flex-direction: column; justify-content: flex-start; overflow-y: auto; padding: 8rem 7vw 3rem; color: var(--white); background: var(--ink); visibility: hidden; opacity: 0; transition: opacity .4s, visibility .4s; }
.mobile-menu[aria-hidden="false"] { visibility: visible; opacity: 1; }
.mobile-menu__meta { position: absolute; top: 8rem; left: 7vw; font-size: .68rem; letter-spacing: .13em; opacity: .5; }
.mobile-menu nav { display: grid; margin: auto 0; }
.mobile-menu nav a { display: flex; align-items: flex-start; gap: 1.3rem; padding: .55rem 0; font-size: clamp(2.2rem, 10vw, 4.5rem); line-height: 1.1; letter-spacing: -.055em; }
.mobile-menu nav span { padding-top: .5rem; font-size: .65rem; letter-spacing: .08em; opacity: .62; }
.mobile-menu__children { display: grid; margin: .25rem 0 1rem 3.4rem; }
.mobile-menu__children a { padding: .25rem 0 !important; font-size: 1rem !important; letter-spacing: 0 !important; opacity: .68; }
.mobile-menu__language { margin-top: auto; display: flex; justify-content: space-between; padding-top: 1rem; border-top: 1px solid rgba(255,255,255,.2); font-size: .78rem; letter-spacing: .06em; text-transform: uppercase; }

.hero { position: relative; min-height: 100svh; overflow: hidden; color: var(--white); background: #22312d var(--hero-poster) center/cover no-repeat; }
.hero__media, .hero__veil { position: absolute; inset: 0; }
.hero__media video { height: 100%; object-fit: cover; opacity: 0; transition: opacity 1s; }
.hero__media video.is-ready { opacity: 1; }
.hero__veil { background: linear-gradient(180deg, rgba(10,18,17,.18) 0%, rgba(10,18,17,.12) 40%, rgba(10,18,17,.72) 100%), rgba(10,18,17,var(--hero-overlay)); }
.hero__frame { position: relative; min-height: 100svh; display: flex; align-items: flex-end; padding: 150px 0 10vh; }
.hero__coordinate { position: absolute; top: 122px; right: 0; font-size: .67rem; letter-spacing: .13em; text-transform: uppercase; writing-mode: vertical-rl; opacity: .72; }
.hero__content { max-width: 1100px; }
.hero h1 { max-width: 1050px; margin: 1rem 0 1.3rem; font-size: clamp(3.8rem, 7.5vw, 8.8rem); font-weight: 500; line-height: .92; letter-spacing: -.068em; text-wrap: balance; }
.hero__description { max-width: 550px; margin: 0; font-size: clamp(1rem, 1.25vw, 1.25rem); line-height: 1.5; opacity: .88; }
.hero__actions { display: flex; align-items: center; gap: 2.2rem; margin-top: 2rem; }
.hero__anchor { position: absolute; top: 100%; }
.scroll-cue { position: absolute; right: 0; bottom: 8vh; display: flex; align-items: center; gap: 1rem; font-size: .65rem; letter-spacing: .12em; text-transform: uppercase; }
.scroll-cue i { display: block; width: 48px; border-bottom: 1px solid currentColor; transform-origin: left; animation: cue 2.2s var(--ease) infinite; }
@keyframes cue { 0%,100% { transform: scaleX(.3); opacity: .4; } 50% { transform: scaleX(1); opacity: 1; } }

.eyebrow { margin: 0 0 1rem; color: var(--moss); font-size: .68rem; font-weight: 600; letter-spacing: .16em; line-height: 1.4; text-transform: uppercase; }
.eyebrow--light { color: inherit; opacity: .72; }
h1, h2, h3, p { text-wrap: pretty; }
h2 { margin: 0; font-size: clamp(2.6rem, 5.3vw, 6.2rem); font-weight: 500; line-height: .98; letter-spacing: -.06em; }
h3 { margin: 0; font-size: clamp(1.3rem, 2vw, 2rem); font-weight: 500; line-height: 1.1; letter-spacing: -.035em; }
.rich-text { max-width: 720px; color: var(--ink-soft); font-size: clamp(1rem, 1.35vw, 1.28rem); line-height: 1.7; }
.rich-text > :first-child { margin-top: 0; }
.rich-text > :last-child { margin-bottom: 0; }
.rich-text a { text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: .2em; }

.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: space-between; gap: 2rem; padding: 0 1.25rem; border: 1px solid currentColor; font-size: .72rem; font-weight: 600; letter-spacing: .07em; text-transform: uppercase; transition: color .35s, background .35s; }
.button span { font-size: .95rem; transition: transform .35s var(--ease); }
.button:hover span { transform: translate(.2rem, -.2rem); }
.button--light:hover { color: var(--ink); background: var(--white); }
.button--dark { color: var(--white); background: var(--ink); }
.text-link { display: inline-flex; align-items: center; gap: 1rem; padding: .5rem 0; border-bottom: 1px solid var(--line); font-size: .72rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.text-link span { transition: transform .35s var(--ease); }
.text-link:hover span { transform: translateX(.3rem); }
.text-link--light { border-color: rgba(255,255,255,.36); }

.content-block { position: relative; }
.spacing-top-none { padding-top: 0; }.spacing-top-small { padding-top: clamp(3rem, 6vw, 6rem); }.spacing-top-normal { padding-top: clamp(5rem, 9vw, 10rem); }.spacing-top-large { padding-top: clamp(7rem, 13vw, 15rem); }
.spacing-bottom-none { padding-bottom: 0; }.spacing-bottom-small { padding-bottom: clamp(3rem, 6vw, 6rem); }.spacing-bottom-normal { padding-bottom: clamp(5rem, 9vw, 10rem); }.spacing-bottom-large { padding-bottom: clamp(7rem, 13vw, 15rem); }
.background-light { background: var(--paper); }.background-neutral { background: var(--paper-deep); }.background-dark { color: var(--white); background: var(--ink); }.background-sea { color: var(--white); background: var(--sea); }
.reveal { opacity: 0; transform: translateY(40px); transition: opacity .9s var(--ease), transform 1.1s var(--ease); }
.reveal.is-visible { opacity: 1; transform: none; }
.image-reveal { position: relative; overflow: hidden; background: #d5d4cd; }
.image-reveal img { transition: transform 1s var(--ease), filter 1s; }
.image-reveal:hover img { transform: scale(1.025); }
.section-anchor { position: relative; display: block; top: -86px; width: 0; height: 0; }

.block-text__inner { display: grid; grid-template-columns: minmax(160px, .35fr) 1fr; column-gap: 4vw; }
.block-text__inner .eyebrow { grid-row: 1 / span 2; }
.block-text__inner h2 { max-width: 1180px; }
.block-text__inner .rich-text { margin-top: clamp(2rem, 4vw, 4rem); justify-self: end; }
.block-text__inner--center { display: block; text-align: center; }
.block-text__inner--center .rich-text { margin-inline: auto; }

.block-image-text__grid { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr); align-items: center; gap: clamp(3rem, 8vw, 10rem); }
.block-image-text--align-top .block-image-text__grid { align-items: start; }
.block-image-text--align-bottom .block-image-text__grid { align-items: end; }
.block-image-text--text-left .block-image-text__media { order: 2; }
.block-image-text__media { margin: 0; min-height: min(72vw, 820px); }
.block-image-text__media img { position: absolute; inset: 0; height: 100%; object-fit: cover; }
.block-image-text__content h2 { margin-bottom: 2rem; }
.block-image-text__content .text-link { margin-top: 2rem; }

.block-two-images__grid { display: grid; gap: clamp(1.5rem, 3vw, 4.5rem); align-items: start; }
.block-two-images__grid--gap-small { gap: clamp(.75rem, 1.5vw, 1.5rem); }
.block-two-images__grid--gap-large { gap: clamp(2.5rem, 5vw, 7rem); }
.block-two-images__grid--50-50 { grid-template-columns: 1fr 1fr; }
.block-two-images__grid--60-40 { grid-template-columns: 1.35fr .65fr; }
.block-two-images__grid--40-60 { grid-template-columns: .65fr 1.35fr; }
.block-two-images article:nth-child(2) { margin-top: clamp(4rem, 11vw, 12rem); }
.block-two-images figure { margin: 0; aspect-ratio: 4 / 5; }
.block-two-images article:first-child figure { aspect-ratio: 4 / 3; }
.block-two-images img { height: 100%; object-fit: cover; }
.image-caption { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; padding-top: 1.4rem; border-top: 1px solid var(--line); }
.image-caption p { margin: 0; color: var(--ink-soft); font-size: .88rem; }

.block-stats__header { display: flex; justify-content: space-between; align-items: end; margin-bottom: clamp(5rem, 10vw, 10rem); }
.block-stats__header h2 { max-width: 800px; }
.block-stats__grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.24); }
.stat { min-height: 300px; padding: 1.2rem 1.2rem 1rem 0; border-right: 1px solid rgba(255,255,255,.18); display: flex; flex-direction: column; }
.stat:last-child { border: 0; padding-left: 1.2rem; }
.stat:not(:first-child) { padding-left: 1.2rem; }
.stat__index { font-size: .62rem; letter-spacing: .1em; opacity: .5; }
.stat strong { margin-top: auto; font-size: clamp(3rem, 5vw, 6rem); font-weight: 400; line-height: 1; letter-spacing: -.06em; }
.stat p { margin: 1rem 0 0; max-width: 160px; font-size: .82rem; opacity: .66; }

.block-fullscreen-image { min-height: var(--section-height); padding: 0; display: flex; align-items: flex-end; overflow: hidden; color: var(--white); }
.block-fullscreen-image__media { position: absolute; inset: 0; }
.block-fullscreen-image__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 20%, rgba(8,16,15,.7) 100%), rgba(8,16,15,var(--image-overlay)); }
.block-fullscreen-image__media img { height: 100%; object-fit: cover; }
.block-fullscreen-image__content { position: relative; z-index: 1; padding-bottom: 8vh; }
.block-fullscreen-image__content h2 { max-width: 980px; font-size: clamp(3.6rem, 7vw, 8rem); }
.block-fullscreen-image__content > p:last-child { max-width: 520px; font-size: 1.05rem; opacity: .8; }
.block-fullscreen-image--center { align-items: center; text-align: center; }
.block-fullscreen-image--center .block-fullscreen-image__content { padding-bottom: 0; }
.block-fullscreen-image--center .block-fullscreen-image__content h2, .block-fullscreen-image--center .block-fullscreen-image__content > p:last-child { margin-inline: auto; }

.section-heading { display: grid; grid-template-columns: .6fr 1.4fr; margin-bottom: clamp(4rem, 8vw, 8rem); }
.section-heading h2 { max-width: 900px; }
.block-cards__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1.2rem, 2.2vw, 2.8rem); }
.editorial-card__image { display: block; aspect-ratio: 3 / 4; }
.editorial-card:nth-child(2) { transform: translateY(4rem); }
.editorial-card__image img { height: 100%; object-fit: cover; }
.editorial-card__image > span { position: absolute; z-index: 1; top: 1rem; left: 1rem; display: grid; place-items: center; width: 34px; height: 34px; color: var(--white); border: 1px solid rgba(255,255,255,.55); border-radius: 50%; font-size: .62rem; }
.editorial-card__body { padding-top: 1.5rem; border-top: 1px solid var(--line); }
.editorial-card__body p { min-height: 4.8em; color: var(--ink-soft); font-size: .9rem; }
.card-meta { display: inline-block; padding: .5rem 0; color: var(--moss); font-size: .7rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }

.block-quote .container { display: grid; grid-template-columns: .45fr 1.55fr; }
.block-quote__mark { font-size: clamp(7rem, 13vw, 16rem); font-weight: 400; line-height: .7; color: var(--moss); }
.block-quote blockquote { margin: 0; }
.block-quote blockquote p { margin: 0; font-size: clamp(2.5rem, 5vw, 6rem); line-height: 1.04; letter-spacing: -.055em; }
.block-quote cite { display: block; margin-top: 2.5rem; font-size: .7rem; font-style: normal; letter-spacing: .13em; text-transform: uppercase; }

.block-cta__inner { display: grid; grid-template-columns: 1.2fr .8fr; gap: 8vw; align-items: end; }
.block-cta h2 { max-width: 850px; }
.block-cta__inner > div:last-child > p { margin: 0; max-width: 560px; font-size: 1.08rem; opacity: .8; }
.block-cta__actions { display: flex; align-items: center; gap: 2rem; margin-top: 2.4rem; }
.block-cta--with-image { overflow: hidden; color: var(--white); background: var(--ink) var(--cta-image) center/cover no-repeat; }
.block-cta--with-image::before { content: ""; position: absolute; inset: 0; background: rgba(10,18,17,.7); }
.block-cta--with-image .block-cta__inner { position: relative; z-index: 1; }

.block-image__figure { margin: 0; }
.block-image__media img { width: 100%; height: 100%; object-fit: cover; }
.block-image__media--short { height: min(55vw, 640px); }
.block-image__media--medium { height: min(65vw, 820px); }
.block-image__media--tall { height: min(82vw, 1080px); }
.block-image__media--parallax { overflow: hidden; }
.block-image__media--parallax img { height: 118%; object-fit: cover; transform: translateY(var(--parallax-y, -9%)) scale(1.02); will-change: transform; }
.block-image figcaption { width: var(--container-wide); margin: 1rem auto 0; color: var(--ink-soft); font-size: .75rem; }
.block-image .container figcaption { width: auto; }

.block-image-cards__grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 4vw, 5rem); }
.image-card__media { display: block; aspect-ratio: 4 / 5; }
.image-card__media img { height: 100%; object-fit: cover; }
.image-card__body { padding-top: 1.5rem; border-top: 1px solid var(--line); }
.image-card__body p { max-width: 580px; min-height: 3.3em; color: var(--ink-soft); }

.block-featured { min-height: var(--feature-height); padding: 0; display: flex; align-items: center; color: var(--white); overflow: hidden; }
.block-featured__image { position: absolute; inset: 0; }
.block-featured__image::after { content: ""; position: absolute; inset: 0; background: rgba(8,16,15,var(--feature-overlay)); }
.block-featured__image img { height: 100%; object-fit: cover; }
.block-featured__content { position: relative; z-index: 1; }
.block-featured__content h2 { max-width: 900px; }
.block-featured__content > p:not(.eyebrow) { max-width: 560px; font-size: 1.1rem; opacity: .82; }
.block-featured__content .button { margin-top: 2rem; }
.block-featured__content--center { text-align: center; }
.block-featured__content--center h2, .block-featured__content--center > p { margin-inline: auto; }

.block-video__frame { position: relative; aspect-ratio: 16 / 9; overflow: hidden; background: var(--ink); }
.block-video__frame iframe, .block-video__frame video { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; object-fit: cover; }
.block-video__caption, .block-gallery__caption { max-width: 720px; margin: 1.2rem 0 0 auto; color: var(--ink-soft); font-size: .78rem; }
.block-video__transcript { max-width: 820px; margin-top: 1.25rem; border-top: 1px solid var(--line); padding-top: 1rem; }
.block-video__transcript summary { cursor: pointer; font-weight: 600; }

.block-gallery__grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: clamp(.6rem, 1.4vw, 1.4rem); }
.gallery-item { position: relative; grid-column: span 4; aspect-ratio: 4 / 5; padding: 0; border: 0; cursor: zoom-in; }
.gallery-item:nth-child(5n+1), .gallery-item:nth-child(5n+4) { grid-column: span 7; aspect-ratio: 16 / 10; }
.gallery-item:nth-child(5n+2), .gallery-item:nth-child(5n+5) { grid-column: span 5; }
.gallery-item img { height: 100%; object-fit: cover; }
.gallery-item > span { position: absolute; z-index: 2; right: 1rem; bottom: 1rem; color: var(--white); font-size: .62rem; letter-spacing: .1em; text-shadow: 0 1px 12px rgba(0,0,0,.5); }
.block-gallery__grid--horizontal { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 1rem; }
.block-gallery__grid--horizontal .gallery-item { flex: 0 0 min(72vw, 780px); scroll-snap-align: start; }
.block-gallery__grid--large .gallery-item { grid-column: span 12; aspect-ratio: 16 / 8; }
.lightbox { position: fixed; z-index: 3000; inset: 0; display: grid; place-items: center; padding: 5vw; background: rgba(10,15,14,.94); visibility: hidden; opacity: 0; transition: opacity .3s, visibility .3s; }
.lightbox[aria-hidden="false"] { visibility: visible; opacity: 1; }
.lightbox img { max-width: 90vw; max-height: 86vh; width: auto; height: auto; }
.lightbox__close { position: absolute; top: 1.5rem; right: 2rem; width: 48px; height: 48px; color: var(--white); border: 1px solid rgba(255,255,255,.4); border-radius: 50%; background: transparent; font-size: 1.8rem; line-height: 1; cursor: pointer; }
.lightbox-open { overflow: hidden; }

.block-spacer--small { height: clamp(2rem, 4vw, 4rem); }
.block-spacer--normal { height: clamp(4rem, 8vw, 8rem); }
.block-spacer--large { height: clamp(7rem, 14vw, 14rem); }

.block-features__grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid currentColor; }
.block-features__grid--1 { grid-template-columns: 1fr; }.block-features__grid--2 { grid-template-columns: repeat(2, 1fr); }.block-features__grid--4 { grid-template-columns: repeat(4, 1fr); }
.feature { min-height: 330px; padding: 1.4rem clamp(1rem, 2vw, 2rem) 1.4rem 0; border-right: 1px solid currentColor; display: flex; flex-direction: column; }
.feature:not(:first-child) { padding-left: clamp(1rem, 2vw, 2rem); }
.feature:last-child { border: 0; }
.feature__number { font-size: .62rem; letter-spacing: .1em; opacity: .5; }
.feature__icon { display: block; margin-top: 1.25rem; font-size: clamp(1.8rem, 3vw, 3rem); line-height: 1; }
.feature h3 { margin-top: auto; }
.feature p { color: inherit; opacity: .68; font-size: .9rem; }
.feature .text-link { align-self: flex-start; }
.feature__image { margin: 1rem 0; aspect-ratio: 16/9; overflow: hidden; }
.feature__image img { height: 100%; object-fit: cover; }

.block-comparison__grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 4vw, 5rem); }
.block-comparison figure { margin: 0; aspect-ratio: 4 / 3; }
.block-comparison figure img { height: 100%; object-fit: cover; }
.block-comparison article > div { display: grid; grid-template-columns: 50px 1fr; gap: .7rem 1.5rem; padding-top: 1.4rem; border-top: 1px solid var(--line); }
.block-comparison article > div > span { grid-row: 1 / 3; font-size: .63rem; letter-spacing: .1em; }
.block-comparison article p { margin: 0; color: var(--ink-soft); }

.block-logos__grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.block-logos__grid--2 { grid-template-columns: repeat(2, 1fr); }.block-logos__grid--3 { grid-template-columns: repeat(3, 1fr); }.block-logos__grid--5 { grid-template-columns: repeat(5, 1fr); }.block-logos__grid--6 { grid-template-columns: repeat(6, 1fr); }
.partner-logo { min-height: 180px; display: grid; place-items: center; padding: 2rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.partner-logo img { max-width: 180px; max-height: 80px; object-fit: contain; }
.partner-logo--mono img { filter: grayscale(1); opacity: .68; }
.partner-logo span { max-width: 150px; text-align: center; font-size: .68rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-soft); }

.block-contact__grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(4rem, 8vw, 10rem); }
.block-contact__grid > div > p:last-child { max-width: 520px; opacity: .75; }
.contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 1.8rem; }
.contact-form label { display: grid; gap: .5rem; }
.contact-form label > span { font-size: .65rem; letter-spacing: .1em; text-transform: uppercase; opacity: .7; }
.contact-form input, .contact-form textarea { width: 100%; padding: .75rem 0; color: var(--white); border: 0; border-bottom: 1px solid rgba(255,255,255,.42); border-radius: 0; background: transparent; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--white); }
.contact-form__message, .form-message, .contact-form .button { grid-column: 1 / -1; }
.contact-form .button { justify-self: start; cursor: pointer; background: transparent; }
.contact-form__honeypot { position: absolute; left: -9999px; }
.form-message { padding: 1rem; border: 1px solid rgba(255,255,255,.35); font-size: .85rem; }
.form-message--error { border-color: #f0a69a; }

.block-map__grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(3rem, 7vw, 8rem); align-items: center; }
.block-map h2 { font-size: clamp(2.8rem, 4.5vw, 5.2rem); }
.block-map__grid > div:first-child > p:not(.eyebrow) { color: var(--ink-soft); }
.block-map__frame { position: relative; min-height: 620px; background: #d8d8cf; }
.block-map__frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; filter: grayscale(.85) contrast(.88); }

.page-intro { min-height: 68vh; display: flex; align-items: flex-end; padding: 170px 0 8vh; background: var(--paper-deep); }
.page-intro h1 { max-width: 1200px; margin: 0; font-size: clamp(4rem, 9vw, 10rem); font-weight: 500; line-height: .9; letter-spacing: -.07em; }
.page-intro > div > p:last-child { max-width: 620px; margin: 2rem 0 0 auto; font-size: 1.2rem; color: var(--ink-soft); }
.error-view { min-height: 100vh; padding: 180px 0 100px; display: grid; place-items: center; position: relative; overflow: hidden; background: var(--paper-deep); }
.error-view__number { position: absolute; left: 50%; top: 50%; color: rgba(23,32,29,.05); font-size: min(45vw, 700px); line-height: 1; letter-spacing: -.1em; transform: translate(-50%,-50%); }
.error-view .container { position: relative; text-align: center; }
.error-view h1 { margin: 0 auto 1rem; max-width: 900px; font-size: clamp(3rem, 7vw, 8rem); line-height: .95; letter-spacing: -.06em; }
.error-view .button { margin-top: 2rem; }

.site-footer { padding: clamp(6rem, 10vw, 11rem) 0 2rem; color: var(--white); background: var(--ink); }
.site-footer__top { display: grid; grid-template-columns: 1fr 1fr; align-items: start; padding-bottom: clamp(5rem, 10vw, 10rem); }
.wordmark--footer { font-size: clamp(1.5rem, 2.5vw, 3rem); }
.site-footer__top p { max-width: 530px; margin: 0; font-size: clamp(1.3rem, 2vw, 2rem); line-height: 1.35; letter-spacing: -.03em; opacity: .78; }
.site-footer__grid { display: grid; grid-template-columns: .7fr .9fr 1.4fr; gap: 3rem; padding: 2rem 0 4rem; border-top: 1px solid rgba(255,255,255,.2); }
.site-footer__grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: .55rem; font-size: .86rem; }
.footer-label { margin-bottom: 1rem; font-size: .62rem; letter-spacing: .14em; text-transform: uppercase; opacity: .65; }
.site-footer__grid p { margin: 0; opacity: .65; }
.footer-social { display: flex; flex-wrap: wrap; gap: .5rem 1rem; margin-top: .8rem; font-size: .68rem; letter-spacing: .06em; text-transform: uppercase; }
.site-footer__mark { display: grid !important; grid-template-columns: repeat(3, auto); align-self: end; justify-content: end; align-items: end !important; gap: .2em !important; font-size: clamp(4rem, 9vw, 10rem) !important; line-height: .75; letter-spacing: -.08em; opacity: .08; }
.site-footer__mark span:nth-child(2) { font-size: .55em; }
.site-footer__mark span:nth-child(3) { font-size: .22em; letter-spacing: 0; }
.site-footer__bottom { display: flex; justify-content: space-between; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.2); font-size: .64rem; letter-spacing: .06em; text-transform: uppercase; opacity: .55; }

@media (max-width: 1023px) {
    .site-header__inner { grid-template-columns: 1fr auto; }
    .desktop-nav { display: none; }
    .menu-toggle { display: block; }
    .hero h1 { max-width: 820px; }
    .block-text__inner, .section-heading { grid-template-columns: 1fr; }
    .block-text__inner .eyebrow { grid-row: auto; }
    .block-text__inner .rich-text { justify-self: start; }
    .block-image-text__grid { gap: 4rem; }
    .block-stats__grid { grid-template-columns: 1fr 1fr; }
    .stat:nth-child(2) { border-right: 0; }
    .stat:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.18); }
    .block-cta__inner { grid-template-columns: 1fr; }
    .block-features__grid--4 { grid-template-columns: repeat(2, 1fr); }
    .feature:nth-child(2) { border-right: 0; }
    .feature:nth-child(-n+2) { border-bottom: 1px solid currentColor; }
    .block-contact__grid, .block-map__grid { grid-template-columns: 1fr; }
}

@media (max-width: 767px) {
    :root { --container: 88vw; --container-wide: 88vw; }
    .site-header { height: 74px; }
    .site-header::after { inset-inline: 6vw; }
    .site-header__inner { width: 88vw; }
    .language-switch { display: none; }
    .hero__frame { align-items: flex-end; padding: 110px 0 14vh; }
    .hero__coordinate { top: 105px; font-size: .56rem; }
    .hero h1 { font-size: clamp(3.35rem, 15vw, 5.2rem); }
    .hero__description { max-width: 86%; }
    .hero__actions { align-items: flex-start; flex-direction: column; gap: .8rem; }
    .scroll-cue { display: none; }
    .mobile-menu__meta { top: 6rem; }
    h2 { font-size: clamp(2.7rem, 12vw, 4.8rem); }
    .spacing-top-large { padding-top: 7rem; }.spacing-bottom-large { padding-bottom: 7rem; }
    .block-image-text__grid { grid-template-columns: 1fr; gap: 2.5rem; }
    .block-image-text--text-left .block-image-text__media { order: 0; }
    .block-image-text__media { min-height: 122vw; }
    .block-two-images__grid, .block-two-images__grid--50-50, .block-two-images__grid--60-40, .block-two-images__grid--40-60 { grid-template-columns: 1fr; }
    .block-two-images article:nth-child(2) { margin-top: 3rem; }
    .block-two-images figure, .block-two-images article:first-child figure { aspect-ratio: 4 / 5; }
    .image-caption { grid-template-columns: 1fr; gap: .6rem; }
    .block-stats__header { display: block; margin-bottom: 4rem; }
    .block-stats__grid { grid-template-columns: 1fr 1fr; }
    .stat { min-height: 220px; }
    .stat strong { font-size: clamp(2.6rem, 12vw, 4.5rem); }
    .block-fullscreen-image__content h2 { font-size: clamp(3.4rem, 14vw, 5.5rem); }
    .block-cards__grid { grid-template-columns: 1fr; gap: 4rem; }
    .editorial-card:nth-child(2) { transform: none; }
    .editorial-card__image { aspect-ratio: 4 / 5; }
    .editorial-card__body p { min-height: 0; }
    .block-quote .container { grid-template-columns: 1fr; }
    .block-quote__mark { font-size: 8rem; }
    .block-quote blockquote p { font-size: clamp(2.4rem, 10vw, 4rem); }
    .block-cta__actions { align-items: flex-start; flex-direction: column; gap: 1rem; }
    .block-image-cards__grid, .block-comparison__grid { grid-template-columns: 1fr; }
    .gallery-item, .gallery-item:nth-child(n) { grid-column: span 12; aspect-ratio: 4 / 5; }
    .block-gallery__grid--horizontal .gallery-item { flex-basis: 84vw; }
    .block-features__grid, .block-features__grid--1, .block-features__grid--2, .block-features__grid--3, .block-features__grid--4 { grid-template-columns: 1fr; }
    .feature, .feature:not(:first-child) { min-height: 250px; padding: 1.4rem 0; border-right: 0; border-bottom: 1px solid currentColor; }
    .feature:last-child { border-bottom: 0; }
    .block-logos__grid, .block-logos__grid--2, .block-logos__grid--3, .block-logos__grid--4, .block-logos__grid--5, .block-logos__grid--6 { grid-template-columns: 1fr 1fr; }
    .partner-logo { min-height: 130px; padding: 1.2rem; }
    .contact-form { grid-template-columns: 1fr; }
    .contact-form label, .form-message, .contact-form .button { grid-column: 1; }
    .block-map__frame { min-height: 430px; }
    .page-intro { min-height: 62vh; padding-top: 130px; }
    .page-intro h1 { font-size: clamp(3.5rem, 16vw, 6rem); }
    .site-footer__top, .site-footer__grid { grid-template-columns: 1fr; }
    .site-footer__top { gap: 3rem; }
    .site-footer__mark { justify-content: start; }
    .site-footer__bottom { display: block; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
    .reveal { opacity: 1; transform: none; }
    .block-image__media--parallax img { height: 100%; transform: none; will-change: auto; }
}
