* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--background); }
body { margin: 0; color: var(--text); background: var(--background); font-family: var(--font-body); font-size: 16px; line-height: 1.55; overflow-x: hidden; }
body.nav-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--focus); outline-offset: 4px; }
.wrap { width: min(100% - 36px, 1240px); margin-inline: auto; }
.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; left: 16px; top: 12px; z-index: 100; padding: 12px 16px; background: var(--light); color: var(--dark); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; inset: 0 0 auto; z-index: 50; min-height: 72px; padding: 13px 18px; display: flex; justify-content: space-between; align-items: center; color: var(--light); mix-blend-mode: normal; }
.site-header::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(to bottom, var(--overlay-strong), transparent); pointer-events: none; }
.wordmark { display: flex; align-items: center; gap: 10px; min-height: 44px; text-decoration: none; font-weight: 800; letter-spacing: -.03em; }
.wordmark > span { display: grid; place-items: center; width: 44px; height: 44px; overflow: hidden; border: 1px solid currentColor; border-radius: 50%; background: var(--light); }
.wordmark > span img { width: 100%; height: 100%; object-fit: cover; }
.wordmark small { width: 130px; font-size: 11px; line-height: 1.15; font-weight: 500; letter-spacing: .02em; }
.menu-button { position: relative; z-index: 2; width: 48px; height: 48px; border: 1px solid currentColor; border-radius: 50%; background: transparent; color: inherit; display: grid; place-content: center; gap: 6px; cursor: pointer; }
.menu-button i { width: 18px; height: 1px; background: currentColor; transition: transform .25s ease; }
.menu-open .menu-button i:first-of-type { transform: translateY(3.5px) rotate(45deg); }
.menu-open .menu-button i:last-of-type { transform: translateY(-3.5px) rotate(-45deg); }
.site-menu { position: fixed; inset: 0; background: var(--dark); padding: 110px 24px 36px; display: flex; flex-direction: column; gap: 3px; overflow-y: auto; transform: translateX(100%); visibility: hidden; transition: transform .35s ease, visibility .35s; }
.menu-open .site-menu { transform: translateX(0); visibility: visible; }
.site-menu > a:not(.primary-cta) { font-family: var(--font-display); font-size: clamp(2.2rem, 12vw, 4rem); text-decoration: none; padding: 6px 0; }
.language-switcher { display: flex; align-items: center; width: max-content; margin-top: 18px; border: 1px solid currentColor; border-radius: 999px; padding: 2px; }
.language-switcher button { position: relative; min-width: 52px; min-height: 44px; border: 0; border-radius: 999px; background: transparent; color: inherit; cursor: pointer; font-size: 11px; font-weight: 800; letter-spacing: .1em; }
.language-switcher button[aria-pressed="true"] { background: var(--light); color: var(--dark); }
.language-switcher button:not([aria-pressed="true"]):hover { color: var(--accent); }

.primary-cta { min-height: 48px; padding: 4px 5px 4px 18px; border: 1px solid currentColor; border-radius: 999px; display: inline-flex; align-items: center; justify-content: space-between; gap: 24px; width: max-content; text-decoration: none; font-size: 13px; font-weight: 750; letter-spacing: .04em; text-transform: uppercase; transition: background .2s, color .2s, transform .2s; }
.primary-cta span:last-child { width: 38px; height: 38px; border-radius: 50%; display: grid; place-items: center; color: var(--accent-ink); background: var(--accent); font-size: 18px; }
.primary-cta:hover { background: var(--light); color: var(--dark); transform: translateY(-2px); }
.primary-cta--nav { margin-top: auto; }

.scene { position: relative; min-height: 100svh; overflow: hidden; }
.scene__picture, .scene__picture img, .scene__veil { position: absolute; inset: 0; width: 100%; height: 100%; }
.scene__picture img { object-fit: var(--fit-mobile, cover); object-position: var(--position-mobile); }
.scene__veil { background: var(--overlay-soft); }
.hero { color: var(--light); background: var(--dark); }
.hero .scene__picture, .hero .scene__veil { height: 43%; }
.hero .scene__veil { background: linear-gradient(to top, var(--overlay-strong) 0%, var(--overlay-soft) 48%, var(--overlay-soft) 100%); }
.hero__content { position: relative; z-index: 1; min-height: 100svh; padding-block: 105px 28px; display: flex; flex-direction: column; justify-content: space-between; }
.hero__topline { display: flex; flex-direction: column; gap: 4px; font-size: 11px; font-weight: 650; text-transform: uppercase; letter-spacing: .12em; }
.hero__topline p { margin: 0; }
.hero__copy { margin-top: auto; }
.hero h1, .chapter h2, .detail-scene h2, .context-scene h2, .contact h2 { margin: 0; font-family: var(--font-display); font-weight: 400; line-height: .88; letter-spacing: -.055em; text-wrap: balance; }
.hero h1 { font-size: clamp(3.2rem, 13vw, 3.8rem); max-width: 11ch; }
.hero h1 span, .chapter h2 span, .detail-scene h2 span, .context-scene h2 span, .contact h2 span { display: block; }
.hero__support { margin-top: 24px; display: flex; flex-direction: column; gap: 22px; }
.hero__support > p { margin: 0; max-width: 39ch; font-size: 15px; }
.hero__attributes { list-style: none; padding: 18px 0 0; margin: 24px 0 0; border-top: 1px solid currentColor; display: block; justify-content: space-between; gap: 12px; font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }

.chapter { padding-block: clamp(88px, 13vw, 180px); }
.chapter__grid { display: grid; gap: 40px; }
.chapter-marker { margin: 0; display: flex; gap: 12px; align-items: center; font-size: 14px; font-weight: 750; text-transform: uppercase; letter-spacing: .12em; }
.chapter-marker span { min-width: 34px; color: var(--accent-on-light); }
.chapter-marker--light span { color: var(--accent); }
.pillars .chapter-marker span { color: var(--accent); }
.chapter h2, .detail-scene h2, .context-scene h2, .contact h2 { font-size: clamp(3.1rem, 13vw, 8.5rem); }
.chapter__body { max-width: 620px; font-size: clamp(1.15rem, 2vw, 1.55rem); line-height: 1.45; }
.chapter__body p { margin: 0 0 1.25em; }
.story__aside { margin: 0; padding-top: 18px; border-top: 1px solid var(--border); color: var(--muted); font-size: 16px; }

.detail-scene { background: var(--surface); }
.detail-scene .scene__picture { inset: 10% 0 auto; height: 58%; }
.detail-scene .scene__picture img { object-fit: contain; mix-blend-mode: multiply; }
.detail-scene .scene__veil { display: none; }
.detail-scene__content { min-height: 100svh; position: relative; z-index: 1; padding-block: 100px 34px; display: flex; flex-direction: column; justify-content: space-between; }
.detail-scene__content > div { display: grid; gap: 18px; }
.detail-scene h2 { max-width: 8ch; }
.detail-scene__content > div > p { margin: 0; max-width: 38ch; }

.pillars { background: var(--dark); color: var(--light); }
.chapter__grid--intro { display: grid; gap: 38px; margin-bottom: 70px; }
.pillar-list { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--border); }
.pillar-list li { padding: 30px 0; border-bottom: 1px solid var(--border); display: grid; grid-template-columns: 38px 1fr; column-gap: 12px; }
.pillar-list__index { color: var(--accent); font-size: 20px; font-weight: 800; }
.pillar-list h3 { margin: 0; font-family: var(--font-display); font-size: clamp(2rem, 8vw, 4rem); font-weight: 400; line-height: 1; }
.pillar-list p { grid-column: 2; margin: 18px 0; max-width: 44ch; color: var(--light); }
.pillar-list small { grid-column: 2; color: var(--accent); font-size: 11px; letter-spacing: .04em; text-transform: uppercase; }

.context-scene { color: var(--light); background: var(--dark); }
.context-scene .scene__veil { background: linear-gradient(to top, var(--overlay-strong) 5%, transparent 65%); }
.context-scene__content { position: relative; z-index: 1; min-height: 100svh; padding-block: 104px 28px; display: flex; flex-direction: column; justify-content: space-between; }
.context-scene__content > div { margin-top: auto; }
.context-scene h2 { max-width: 9ch; }
.context-scene__content p { max-width: 40ch; margin: 22px 0 0; }
.context-scene__content ul { list-style: none; padding: 16px 0 0; margin: 28px 0 0; border-top: 1px solid currentColor; display: grid; gap: 8px; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }

.process { background: var(--accent); color: var(--accent-ink); }
.process .chapter-marker span { color: var(--accent-ink); }
.process__intro { max-width: 42ch; margin: 24px 0 0; font-size: 1.1rem; }
.process__steps { list-style: none; padding: 0; margin: 0; border-top: 1px solid currentColor; }
.process__steps li { border-bottom: 1px solid currentColor; padding: 28px 0; display: grid; grid-template-columns: 44px 1fr; gap: 5px 12px; }
.process__steps span { font-size: 11px; font-weight: 800; }
.process__steps h3 { margin: 0; font-family: var(--font-display); font-size: 2.2rem; line-height: 1; font-weight: 400; }
.process__steps p { grid-column: 2; margin: 10px 0 0; max-width: 42ch; }
.process__roles { margin: 48px 0 0; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }

.faq { background: var(--background); }
.faq__items details { border-top: 1px solid var(--border); }
.faq__items details:last-child { border-bottom: 1px solid var(--border); }
.faq__items summary { min-height: 68px; padding: 18px 0; display: flex; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; list-style: none; font-weight: 700; }
.faq__items summary::-webkit-details-marker { display: none; }
.faq__items summary span { font-size: 24px; transition: transform .2s ease; }
.faq__items details[open] summary span { transform: rotate(45deg); }
.faq__items details p { margin: 0; padding: 0 36px 24px 0; color: var(--muted); }

.contact { background: var(--dark); color: var(--light); padding-block: 90px 70px; }
.contact__heading { display: grid; gap: 34px; }
.contact__heading h2 { max-width: 10ch; }
.contact__heading > p { margin: 0; max-width: 40ch; }
.contact__grid { display: grid; gap: 58px; margin-top: 70px; }
.contact-form { display: grid; gap: 22px; }
.form-row { display: grid; gap: 22px; }
.field { display: grid; gap: 8px; }
.field label, .consent label { font-size: 12px; font-weight: 700; }
.field input, .field textarea { width: 100%; border: 0; border-bottom: 1px solid var(--border); border-radius: 0; padding: 12px 0; background: transparent; color: var(--light); min-height: 48px; }
.field textarea { resize: vertical; min-height: 130px; }
.field input::placeholder, .field textarea::placeholder { color: var(--border); opacity: 1; }
.field input[aria-invalid="true"], .field textarea[aria-invalid="true"] { border-color: var(--accent); }
.field__error { min-height: 16px; color: var(--accent); font-size: 11px; }
.consent { display: grid; grid-template-columns: 24px 1fr; column-gap: 10px; align-items: start; }
.consent input { width: 22px; height: 22px; margin: 0; accent-color: var(--accent); }
.consent .field__error { grid-column: 2; }
.privacy-pending { margin: 0; font-size: 11px; color: var(--border); }
.form-status { position: relative; min-height: 56px; margin: 0; padding: 14px 58px 14px 16px; display: flex; align-items: center; border: 1px solid var(--border); border-left: 5px solid var(--border); color: var(--light); font-size: 13px; background: var(--status-pending); transition: background-color .2s, border-color .2s; }
.form-status[data-state="sending"] { border-color: var(--accent); background: var(--status-sending); }
.form-status[data-state="success"] { border-color: var(--status-success-border); background: var(--status-success); }
.form-status[data-state="error"] { border-color: var(--status-error-border); background: var(--status-error); }
.form-status__dismiss { position: absolute; top: 5px; right: 5px; width: 44px; height: 44px; padding: 0; display: grid; place-items: center; border: 0; background: transparent; color: inherit; cursor: pointer; font-size: 25px; line-height: 1; }
.form-status__dismiss:hover { background: rgba(255,255,255,.12); }
.form-status__dismiss[hidden] { display: none; }
.privacy-pending a, .footer a { color: inherit; text-underline-offset: 3px; }
.primary-cta--button { border-color: var(--light); background: transparent; color: var(--light); cursor: pointer; }
.primary-cta--button:disabled { cursor: wait; opacity: .65; transform: none; }
.honeypot { position: absolute; left: -9999px; }
.contact__direct { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; border-top: 1px solid var(--border); padding-top: 22px; font-size: 13px; }
.contact__direct p { margin: 0 0 16px; overflow-wrap: anywhere; }
.contact__direct a { min-height: 44px; display: inline-flex; align-items: center; }

.footer { background: var(--dark); color: var(--border); border-top: 1px solid var(--border); padding-block: 24px; font-size: 11px; }
.footer .wrap { display: grid; gap: 4px; }
.footer p { margin: 0; }
.legal-page { background: var(--background); color: var(--text); }
.legal-header { min-height: 96px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-bottom: 1px solid var(--border); }
.legal-header .wordmark { position: static; color: var(--text); }
.legal-main { padding-block: clamp(36px, 6vw, 88px) clamp(72px, 10vw, 140px); }
.legal-back { display: inline-block; margin-bottom: 48px; color: var(--muted); font-size: 12px; font-weight: 700; text-decoration: none; text-transform: uppercase; letter-spacing: .08em; }
.legal-title { max-width: 900px; padding-bottom: clamp(40px, 7vw, 88px); }
.legal-title > p:first-child { margin: 0 0 18px; color: var(--accent-on-light); font-size: 12px; font-weight: 750; text-transform: uppercase; letter-spacing: .08em; }
.legal-title h1 { margin: 0; font-family: var(--font-display); font-size: clamp(48px, 9vw, 118px); font-weight: 400; line-height: .88; letter-spacing: -.055em; }
.legal-summary { max-width: 720px; margin: 30px 0 0; color: var(--muted); font-size: clamp(18px, 2.3vw, 25px); line-height: 1.45; }
.legal-content { max-width: 900px; margin-left: auto; }
.legal-content section { display: grid; gap: 14px; padding-block: 30px; border-top: 1px solid var(--border); }
.legal-content h2 { margin: 0; font-family: var(--font-display); font-size: clamp(25px, 3vw, 38px); font-weight: 400; line-height: 1.1; }
.legal-content p { max-width: 760px; margin: 0; color: var(--muted); line-height: 1.7; }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (min-width: 760px) {
  .wrap { width: min(100% - 80px, 1240px); }
  .site-header { padding-inline: 40px; }
  .hero__topline { flex-direction: row; justify-content: space-between; }
  .hero__support { flex-direction: row; align-items: flex-end; justify-content: space-between; }
  .hero__attributes { width: 46%; margin-left: auto; }
  .hero .scene__picture, .hero .scene__veil { height: 46%; }
  .hero h1 { font-size: clamp(4.5rem, 10vw, 6rem); }
  .chapter__grid { grid-template-columns: minmax(130px, .55fr) 1.7fr; }
  .chapter__grid > .chapter__body, .chapter__grid > .faq__items { grid-column: 2; }
  .story__aside { grid-column: 1; grid-row: 3; align-self: start; }
  .detail-scene .scene__picture { inset: 4% 0 auto 36%; width: 60%; height: 88%; }
  .detail-scene__content > div { grid-template-columns: 1.3fr .7fr; align-items: end; }
  .pillar-list li { grid-template-columns: 60px 1fr 1.1fr; align-items: baseline; }
  .pillar-list p { grid-column: 3; margin: 0; }
  .pillar-list small { grid-column: 3; margin-top: 15px; }
  .context-scene__content { flex-direction: row; align-items: flex-end; gap: 50px; }
  .context-scene__content ul { width: 38%; flex: none; }
  .process__steps { display: grid; grid-template-columns: repeat(3, 1fr); border-bottom: 1px solid currentColor; }
  .process__steps li { display: block; border-right: 1px solid currentColor; border-bottom: 0; padding: 24px; }
  .process__steps li:first-child { padding-left: 0; }
  .process__steps li:last-child { border-right: 0; }
  .process__steps h3 { margin-top: 45px; }
  .process__steps p { margin-top: 16px; }
  .form-row { grid-template-columns: 1fr 1fr; }
  .contact__grid { grid-template-columns: 1.7fr .8fr; }
  .footer .wrap { grid-template-columns: 1fr auto 1fr; }
  .footer p:last-child { text-align: right; }
}

@media (min-width: 1020px) {
  .site-header { color: var(--light); }
  .menu-button { display: none; }
  .site-menu { position: static; padding: 0; background: transparent; transform: none; visibility: visible; overflow: visible; flex-direction: row; align-items: center; gap: clamp(12px, 1.6vw, 25px); }
  .site-menu > a:not(.primary-cta) { font-family: var(--font-body); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; padding: 12px 0; }
  .site-menu > a:not(.primary-cta):hover { border-bottom: 1px solid currentColor; }
  .language-switcher { margin-top: 0; }
  .language-switcher button { min-width: 44px; min-height: 44px; }
  .primary-cta--nav { margin: 0 0 0 8px; min-height: 44px; }
  .scene__picture img { object-fit: var(--fit-desktop, cover); object-position: var(--position-desktop); }
  .hero .scene__picture { inset: 0 0 0 auto; width: 50%; height: 100%; }
  .hero .scene__veil { height: 100%; background: linear-gradient(to right, var(--dark) 0%, var(--dark) 47%, var(--overlay-soft) 72%, var(--overlay-soft) 100%); }
  .hero__content { padding-block: 122px 38px; }
  .hero h1 { max-width: 6.2ch; font-size: clamp(4.7rem, 7vw, 7rem); }
  .hero__support { width: 46%; flex-direction: column; align-items: flex-start; }
  .hero__attributes { width: 46%; margin-left: 0; display: flex; }
  .chapter__grid { grid-template-columns: .55fr 1.45fr .7fr; }
  .chapter__grid > .chapter__body { grid-column: 2; }
  .story__aside { grid-column: 3; grid-row: 2; margin-top: 16px; }
  .chapter__grid--intro { grid-template-columns: .55fr 2.15fr; }
  .faq .chapter__grid > .faq__items { grid-column: 3; grid-row: 2; }
  .faq .chapter__grid { grid-template-columns: .5fr 1.1fr 1fr; }
  .contact__heading { grid-template-columns: .45fr 1.45fr .75fr; align-items: end; }
}

@media (max-height: 620px) and (orientation: landscape) {
  .hero__content, .detail-scene__content, .context-scene__content { padding-top: 88px; padding-bottom: 18px; }
  .hero h1 { font-size: clamp(3rem, 12vh, 5rem); }
  .hero__support { margin-top: 12px; }
  .hero__attributes { margin-top: 12px; padding-top: 10px; }
  .detail-scene h2, .context-scene h2 { font-size: clamp(2.8rem, 15vh, 5.2rem); }
  .detail-scene .scene__picture { inset: 0 0 0 44%; width: 54%; height: 100%; }
}

@media (max-width: 759px) and (max-height: 650px) {
  .hero .scene__picture, .hero .scene__veil { height: 34%; }
  .hero__content { padding-top: 92px; padding-bottom: 18px; }
  .hero h1 { font-size: clamp(2.9rem, 14vw, 4rem); }
  .hero__support { margin-top: 12px; gap: 12px; }
  .hero__support > p { font-size: 13px; line-height: 1.4; }
  .hero__attributes { margin-top: 12px; padding-top: 10px; }
}

@media (max-width: 1019px) and (max-height: 650px) {
  .site-menu { padding-top: 70px; padding-bottom: 18px; }
  .site-menu > a:not(.primary-cta) { font-size: clamp(1.55rem, 8vh, 2rem); line-height: 1.05; padding-block: 4px; }
  .language-switcher { margin-top: 10px; }
}

@media (max-width: 1019px) and (max-height: 450px) {
  .site-menu { padding-top: 62px; padding-bottom: 12px; }
  .site-menu > a:not(.primary-cta) { font-size: 1.4rem; padding-block: 3px; }
  .language-switcher { margin-top: 6px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
  .reveal { opacity: 1; transform: none; }
}
