@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url("../fonts/manrope-latin-variable.woff2") format("woff2");
}

:root {
  --ink: #26231f;
  --muted: #625b51;
  --paper: #fbf9f4;
  --sand: #eee4d5;
  --sand-deep: #d9c8ad;
  --gold: #a67c3d;
  --gold-light: #d8b97c;
  --night: #1d1b18;
  --line: rgba(38, 35, 31, .14);
  --serif: Georgia, "Times New Roman", serif;
  --sans: "Manrope", "Segoe UI", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "Manrope", "Segoe UI", Arial, sans-serif; font-size: 18px; font-weight: 400; line-height: 1.65; overflow-x: hidden; }
button, input, textarea, select { font: inherit; }
a { color: inherit; text-decoration: 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; }
.grain { position: fixed; inset: 0; z-index: 99; pointer-events: none; opacity: .045; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E"); }
.section-shell { width: min(1240px, calc(100% - 96px)); margin-inline: auto; }
.site-header { position: absolute; z-index: 10; top: 0; left: 50%; transform: translateX(-50%); width: min(1370px, calc(100% - 64px)); height: 104px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(38,35,31,.12); }
.brand { display: flex; align-items: center; gap: 24px; font-size: 16px; letter-spacing: .32em; font-weight: 600; }
.brand img { width: 56px; height: 56px; }
nav { display: flex; align-items: center; gap: 38px; font-size: 14px; font-weight: 500; }
nav a:not(.nav-cta) { position: relative; }
nav a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -6px; height: 1px; background: var(--gold); transition: right .3s; }
nav a:hover::after { right: 0; }
.nav-cta { border: 1px solid var(--ink); padding: 11px 18px; transition: .25s; }
.nav-cta:hover { color: var(--paper); background: var(--ink); }
.language-switcher { display: flex; align-items: center; gap: 7px; padding-left: 18px; border-left: 1px solid var(--line); font-size: 10px; font-weight: 600; letter-spacing: .08em; }
.language-switcher a, .language-switcher span { min-width: 22px; padding: 5px 3px; text-align: center; }
.language-switcher a[aria-current="page"] { background: var(--ink); color: var(--paper); }
.language-switcher span[aria-disabled="true"] { color: var(--muted); opacity: .38; cursor: not-allowed; }
.language-switcher a::after { display: none; }
.menu-toggle { display: none; border: 0; background: none; padding: 8px; }

.hero { min-height: 850px; height: 100vh; max-height: 1040px; display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; position: relative; padding-top: 100px; }
.hero-copy { z-index: 2; min-width: 0; padding-bottom: 15px; }
.eyebrow { display: flex; align-items: center; gap: 12px; text-transform: uppercase; font-size: 13px; font-weight: 600; letter-spacing: .2em; color: var(--gold); }
.eyebrow span { width: 34px; height: 1px; background: currentColor; }
h1, h2, h3, p { margin-top: 0; }
h1 { font-family: var(--serif); font-size: clamp(68px, 7vw, 110px); line-height: .93; letter-spacing: -.035em; font-weight: 400; margin: 35px 0 32px; }
h1 em, h2 em, .display-copy em { color: var(--gold); font-weight: inherit; }
.hero-lead { max-width: 545px; font-size: 18px; color: var(--muted); line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 42px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 42px; min-width: 225px; padding: 17px 20px; border: 0; font-size: 14px; font-weight: 600; cursor: pointer; }
.button-primary { background: var(--ink); color: var(--paper); }
.button-primary:hover span { transform: rotate(45deg); }
.button span { transition: transform .25s; }
.discovery-button { width: fit-content; min-width: 0; gap: 11px; padding: 13px 15px; text-align: left; }
.discovery-button span { padding-left: 11px; border-left: 1px solid rgba(251,249,244,.28); font-size: 11px; font-weight: 500; white-space: nowrap; }
.discovery-button:hover span { transform: none; }
.text-button { border: 0; border-bottom: 1px solid var(--line); background: none; padding: 8px 0; color: var(--ink); cursor: pointer; font-size: 12px; }
.text-button span { color: var(--gold); margin-left: 10px; }
.hero-visual { height: min(600px, 66vw); max-height: 650px; position: relative; display: grid; place-items: center; }
.aura { position: absolute; width: 72%; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle at 44% 38%, rgba(255,255,255,.9) 0 8%, rgba(222,197,150,.57) 28%, rgba(197,154,84,.18) 52%, rgba(251,249,244,0) 70%); filter: blur(2px); animation: breathe 7s ease-in-out infinite; }
.orbit { position: absolute; border: 1px solid rgba(166,124,61,.33); border-radius: 50%; }
.orbit::after { content: ""; position: absolute; width: 8px; height: 8px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 22px 9px rgba(216,185,124,.27); }
.orbit-one { width: 68%; aspect-ratio: 1; transform: rotate(-18deg) scaleY(.74); animation: orbit 19s linear infinite; }
.orbit-one::after { top: 11%; left: 19%; }
.orbit-two { width: 84%; aspect-ratio: 1; border-color: rgba(38,35,31,.11); transform: rotate(54deg) scaleY(.6); animation: orbit-reverse 27s linear infinite; }
.orbit-two::after { right: 5%; top: 38%; width: 5px; height: 5px; }
.core-mark { width: 205px; height: 205px; border-radius: 50%; position: relative; display: grid; place-items: center; background: rgba(251,249,244,.56); border: 1px solid rgba(255,255,255,.8); box-shadow: 0 25px 90px rgba(127,91,39,.16), inset 0 0 35px rgba(255,255,255,.72); backdrop-filter: blur(7px); }
.core-word { font-family: var(--serif); font-size: 100px; color: rgba(119,83,30,.72); line-height: 1; }
.core-message { position: absolute; z-index: 3; padding: 0; border: 0; background: transparent; color: var(--muted); font-size: 10px; font-weight: 600; letter-spacing: .1em; line-height: 1.35; text-transform: uppercase; white-space: nowrap; text-shadow: 0 1px 10px rgba(251,249,244,.96); }
.message-one { top: 29%; right: 10%; }
.message-two { top: 43%; left: 7%; bottom: auto; transform: none; font-size: 10px; letter-spacing: .1em; }
.message-three { right: 24%; bottom: 24%; }
.visual-note { position: absolute; bottom: 8%; right: -2%; color: var(--muted); font-family: var(--serif); font-size: 19px; line-height: 1.35; }
.scroll-cue { position: absolute; bottom: 38px; left: 0; display: flex; align-items: center; gap: 10px; font-size: 9px; text-transform: uppercase; letter-spacing: .2em; color: var(--muted); }
.scroll-cue span { display: block; width: 38px; height: 1px; background: var(--gold); }

.statement { padding: 150px 0; background: var(--night); color: var(--paper); }
.statement-grid { display: grid; grid-template-columns: 1fr 3fr; gap: 30px; }
.section-number { margin-bottom: 20px; font-size: 14px; line-height: 1.4; text-transform: uppercase; letter-spacing: .15em; font-weight: 600; color: var(--gold); }
.statement .section-number { color: var(--gold-light); }
.statement-copy { max-width: 890px; }
.display-copy { font-family: var(--serif); font-size: clamp(43px, 5.2vw, 72px); line-height: 1.12; margin-bottom: 48px; }
.statement-copy > p:last-child { max-width: 590px; margin-left: auto; color: #bdb5aa; font-size: 17px; }

.principles { padding: 145px 0; }
.section-heading { display: grid; grid-template-columns: 1fr 3fr; margin-bottom: 75px; }
.section-heading h2, .experience h2, .build-copy h2, .invitation h2, dialog h2 { font-family: var(--serif); font-size: clamp(46px, 5vw, 72px); font-weight: 400; line-height: 1.05; margin: 0; }
.principle { display: grid; grid-template-columns: 1fr 3fr .6fr; gap: 30px; align-items: center; border-top: 1px solid var(--line); padding: 37px 0; }
.principle:last-child { border-bottom: 1px solid var(--line); }
.principle-index { color: var(--gold); font-family: var(--serif); }
.principle h3 { margin: 0 0 7px; font-family: var(--serif); font-size: 36px; font-weight: 400; }
.principle p { margin: 0; max-width: 520px; color: var(--muted); }
.principle-symbol { justify-self: end; font-family: var(--serif); color: var(--gold); font-size: 40px; transition: transform .4s; }
.principle:hover .principle-symbol { transform: rotate(45deg) scale(1.15); }

.experience { padding: 140px 0; background: var(--sand); }
.experience-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: center; }
.experience-intro > p:last-child { max-width: 500px; margin-top: 30px; color: var(--muted); }
.reflection-card { min-height: 510px; padding: 42px; display: flex; flex-direction: column; background: rgba(251,249,244,.82); border: 1px solid rgba(255,255,255,.9); box-shadow: 0 35px 100px rgba(87,62,30,.09); }
.card-topline { display: flex; justify-content: space-between; font-size: 11px; font-weight: 600; letter-spacing: .16em; color: var(--muted); }
.pulse { color: #7c8d61; }
.pulse::before { content: ""; display: inline-block; width: 5px; height: 5px; border-radius: 50%; margin-right: 6px; background: currentColor; animation: pulse 2s infinite; }
.reflection-question { margin: auto 0; max-width: 580px; font-family: var(--serif); font-size: clamp(34px, 3.2vw, 49px); line-height: 1.2; transition: opacity .2s, transform .2s; }
.reflection-question.changing { opacity: 0; transform: translateY(8px); }
.choice-row { display: flex; gap: 8px; flex-wrap: wrap; }
.choice-row button { border: 1px solid var(--line); color: var(--muted); background: transparent; border-radius: 30px; padding: 9px 16px; font-size: 12px; font-weight: 600; cursor: pointer; }
.choice-row button.active { background: var(--ink); color: white; border-color: var(--ink); }
.next-question { align-self: flex-end; margin-top: 28px; padding: 13px 17px; border: 1px solid var(--ink); background: var(--ink); color: var(--paper); cursor: pointer; font-size: 13px; font-weight: 600; transition: background .25s, color .25s; }
.next-question:hover { background: transparent; color: var(--ink); }
.next-question span { margin-left: 15px; }

.build-section { padding: 150px 0; display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: center; }
.build-copy > p:nth-of-type(2) { color: var(--muted); margin-top: 32px; max-width: 470px; }
.build-meta { display: flex; gap: 38px; margin-top: 45px; padding-top: 27px; border-top: 1px solid var(--line); }
.build-meta div { display: flex; flex-direction: column; }
.build-meta strong { font-family: var(--serif); font-size: 25px; font-weight: 400; }
.build-meta span { color: var(--muted); font-size: 10px; font-weight: 600; text-transform: uppercase; letter-spacing: .12em; }
.build-console { background: var(--night); color: var(--paper); padding: 30px; box-shadow: 0 34px 100px rgba(23,19,14,.18); }
.console-head { display: flex; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.12); padding-bottom: 20px; font-size: 10px; font-weight: 600; letter-spacing: .15em; color: #b1a698; }
.console-head span:last-child { color: var(--gold-light); }
.build-item { display: grid; grid-template-columns: 42px 1fr auto; gap: 15px; align-items: center; padding: 24px 0; border-bottom: 1px solid rgba(255,255,255,.09); position: relative; }
.build-item::after { content: ""; position: absolute; bottom: -1px; left: 0; height: 1px; width: var(--progress, 24%); background: var(--gold-light); }
.build-item:nth-child(1) { --progress: 100%; }.build-item:nth-child(2) { --progress: 72%; }.build-item:nth-child(3) { --progress: 48%; }.build-item:nth-child(4) { --progress: 24%; }
.build-item > span, .build-item b { font-size: 11px; font-weight: 500; color: #a79c8e; }
.build-item strong { display: block; font-size: 14px; font-weight: 500; }
.build-item small { color: #a79c8e; font-size: 11px; }
.build-item.is-active > span, .build-item.is-active b { color: var(--gold-light); }
.console-foot { display: flex; align-items: center; gap: 8px; margin: 25px 0 0; color: #a79c8e; font-size: 10px; font-weight: 600; }
.console-foot span { width: 5px; height: 5px; background: #809263; border-radius: 50%; }

.invitation { min-height: 760px; display: grid; place-items: center; position: relative; overflow: hidden; background: #e8dbc7; text-align: center; }
.invitation-orb { position: absolute; width: min(730px, 85vw); aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle at 45% 38%, #fffdf8 0, rgba(251,249,244,.78) 23%, rgba(207,174,119,.22) 59%, transparent 72%); animation: breathe 8s ease-in-out infinite; }
.invitation-inner { position: relative; max-width: 820px; padding: 100px 0; }
.invitation-mark { width: 82px; margin-bottom: 27px; opacity: .82; }
.invitation .eyebrow { justify-content: center; }
.invitation h2 { margin: 26px 0; }
.invitation-inner > p:not(.eyebrow):not(.form-note) { max-width: 590px; margin: 0 auto 30px; color: var(--muted); }
.signup-form { display: flex; max-width: 560px; margin: 35px auto 12px; border-bottom: 1px solid var(--ink); }
.signup-form input { flex: 1; border: 0; outline: 0; padding: 15px 4px; background: transparent; color: var(--ink); }
.signup-form button { border: 0; background: none; color: var(--ink); cursor: pointer; font-size: 12px; font-weight: 500; }
.signup-form button span { margin-left: 16px; }
.form-note { color: var(--muted); font-size: 11px; font-weight: 600; }
.site-footer { min-height: 210px; display: grid; grid-template-columns: 1fr 2fr 1fr; gap: 30px; align-items: center; font-size: 12px; font-weight: 500; color: var(--muted); }
.footer-brand { gap: 30px; color: var(--ink); font-size: 20px; }
.footer-brand img { width: 80px; height: 80px; }
.site-footer > p { margin: 0; text-align: center; }
.site-footer > div { display: flex; justify-content: flex-end; gap: 20px; }

.legal-page-body { background: var(--paper); }
.legal-site-header { position: relative; left: auto; transform: none; margin-inline: auto; }
.legal-site-header nav { display: flex; gap: 24px; }
.legal-page-main { padding: 95px 0 130px; }
.legal-hero { padding: 45px 0 70px; border-bottom: 1px solid var(--line); }
.legal-hero h1 { margin-bottom: 0; }
.legal-grid { display: grid; grid-template-columns: minmax(170px, .35fr) minmax(0, 1fr); gap: 80px; padding-top: 70px; }
.legal-toc { align-self: start; position: sticky; top: 28px; display: flex; flex-direction: column; align-items: flex-start; gap: 12px; font-size: 11px; }
.legal-toc strong { margin-bottom: 8px; text-transform: uppercase; letter-spacing: .12em; color: var(--gold); }
.legal-toc a { color: var(--muted); }
.legal-copy { max-width: 820px; }
.legal-copy h2 { margin: 54px 0 16px; font-family: var(--serif); font-size: 34px; font-weight: 400; line-height: 1.15; }
.legal-copy h2:first-of-type { margin-top: 0; }
.legal-copy p, .legal-copy address, .legal-copy li { color: var(--muted); }
.legal-copy address { font-style: normal; }
.legal-copy a { color: var(--ink); border-bottom: 1px solid var(--gold); }
.legal-copy ul { padding-left: 20px; }
.legal-note { margin: 0 0 52px; padding: 24px 26px; border-left: 2px solid var(--gold); background: var(--sand); }
.legal-note strong { display: block; margin-bottom: 5px; color: var(--ink); }
.legal-status { display: inline-block; margin-top: 40px; color: var(--gold); font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }

dialog { width: min(650px, calc(100% - 36px)); padding: 55px; border: 1px solid rgba(166,124,61,.35); background: var(--paper); color: var(--ink); box-shadow: 0 30px 130px rgba(0,0,0,.3); }
dialog::backdrop { background: rgba(29,27,24,.64); backdrop-filter: blur(5px); }
dialog h2 { font-size: 50px; margin: 22px 0 28px; }
dialog p:not(.section-number) { color: var(--muted); }
.dialog-meta { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 0 45px 15px 0; border-bottom: 1px solid var(--line); }
.dialog-meta .section-number { margin: 0; color: var(--gold); }
.dialog-meta > span { flex: 0 0 auto; padding: 7px 10px; background: var(--ink); color: var(--paper); font-size: 11px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.dialog-close { position: absolute; right: 22px; top: 17px; border: 0; background: none; font-size: 27px; cursor: pointer; color: var(--muted); }
.reveal { opacity: 0; transform: translateY(20px); transition: opacity .8s ease, transform .8s ease; }
.reveal.visible { opacity: 1; transform: none; }

@keyframes breathe { 50% { transform: scale(1.05); opacity: .8; } }
@keyframes orbit { to { transform: rotate(342deg) scaleY(.74); } }
@keyframes orbit-reverse { to { transform: rotate(-306deg) scaleY(.6); } }
@keyframes pulse { 50% { box-shadow: 0 0 0 6px rgba(124,141,97,0); } 0% { box-shadow: 0 0 0 0 rgba(124,141,97,.5); } }

@media (max-width: 1180px) and (min-width: 901px) {
  nav { gap: 22px; }
  .language-switcher { gap: 4px; padding-left: 10px; }
}

@media (max-width: 900px) {
  .section-shell { width: min(100% - 42px, 680px); }
  .site-header { width: calc(100% - 42px); height: 80px; }
  .site-header .brand { gap: 18px; }
  .site-header .brand img { width: 48px; height: 48px; }
  .menu-toggle { display: flex; flex-direction: column; gap: 4px; }
  .menu-toggle > span:not(.sr-only) { width: 24px; height: 1px; background: var(--ink); }
  nav { display: none; position: absolute; top: 79px; left: -21px; right: -21px; flex-direction: column; align-items: stretch; gap: 0; padding: 25px 21px; background: var(--paper); border-bottom: 1px solid var(--line); }
  nav.open { display: flex; }
  nav a { padding: 12px 0; }
  .nav-cta { border: 0; }
  .language-switcher { margin-top: 12px; padding: 17px 0 0; border-top: 1px solid var(--line); border-left: 0; }
  .language-switcher a, .language-switcher span { padding: 7px 5px; }
  .hero { min-height: 900px; height: auto; max-height: none; grid-template-columns: minmax(0, 1fr); padding-top: 145px; padding-bottom: 80px; }
  .hero-copy { width: calc(100vw - 42px); max-width: 100%; }
  .hero-copy h1, .hero-lead { max-width: 100%; }
  h1 { font-size: clamp(58px, 17vw, 92px); }
  .hero-visual { height: 480px; margin-top: 15px; }
  .core-message { font-size: 9px; }
  .message-two { font-size: 9px; }
  .visual-note { right: 0; }
  .scroll-cue { display: none; }
  .statement-grid, .section-heading, .experience-grid, .build-section { grid-template-columns: 1fr; }
  .statement-grid, .experience-grid, .build-section { gap: 48px; }
  .statement, .principles, .experience, .build-section { padding-top: 95px; padding-bottom: 95px; }
  .section-heading { gap: 28px; }
  .principle { grid-template-columns: 40px 1fr auto; }
  .reflection-card { min-height: 480px; padding: 30px; }
  .site-footer { grid-template-columns: 1fr; padding: 45px 0; text-align: center; }
  .footer-brand { justify-content: center; }.site-footer > div { justify-content: center; }
  .legal-site-header { position: relative; }
  .legal-site-header { height: auto; min-height: 80px; padding: 18px 0; align-items: flex-start; }
  .legal-site-header nav { position: static; display: flex; width: auto; margin-left: auto; padding: 0; align-items: flex-end; background: transparent; border: 0; }
  .legal-site-header nav > a { padding: 4px 0; }
  .legal-site-header .language-switcher { margin-top: 4px; }
  .legal-page-main { padding-top: 55px; }
  .legal-grid { grid-template-columns: 1fr; gap: 45px; }
  .legal-toc { position: static; flex-direction: row; flex-wrap: wrap; }
  .legal-toc strong { width: 100%; }
}

@media (max-width: 560px) {
  html[lang="en"] h1 { font-size: clamp(51px, 14.5vw, 68px); }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 16px; }
  .discovery-button { width: fit-content; min-width: 0; gap: 9px; padding: 12px 13px; }
  .discovery-button span { padding-left: 9px; font-size: 10px; white-space: nowrap; }
  .hero-visual { height: 430px; }
  .core-mark { width: 165px; height: 165px; }.core-word { font-size: 80px; }
  .eyebrow { font-size: 12px; letter-spacing: .15em; }
  .section-number { margin-bottom: 16px; font-size: 13px; letter-spacing: .12em; }
  .core-message { padding: 0; font-size: 7px; letter-spacing: .05em; }
  .message-one { top: 24%; right: 3%; }.message-two { top: 43%; left: 4%; bottom: auto; transform: none; font-size: 8px; }.message-three { right: 14%; bottom: 22%; }
  .visual-note { display: none; }
  .principle { grid-template-columns: 28px 1fr; }.principle-symbol { display: none; }
  .build-meta { gap: 20px; flex-wrap: wrap; }.build-console { padding: 20px; }.build-item { grid-template-columns: 30px 1fr auto; }
  .signup-form { flex-direction: column; border: 0; }.signup-form input { border-bottom: 1px solid var(--ink); }.signup-form button { padding: 16px 0; }
  dialog { padding: 40px 25px; } dialog h2 { font-size: 40px; }
  .dialog-meta { align-items: flex-start; flex-direction: column; gap: 12px; padding-right: 35px; }
  .legal-site-header { align-items: center; }
  .legal-site-header nav > a { display: none; }
  .legal-site-header .language-switcher { margin: 0; padding: 0; border: 0; }
  .legal-page-main { padding-top: 30px; }
  .legal-hero { padding: 35px 0 50px; }
  .legal-copy h2 { font-size: 29px; }
}

/* H-02 jury brand polish */
.h02-home {
  background: var(--paper);
  color: var(--ink);
  font-family: "Manrope", "Segoe UI", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.65;
}
.h02-home h1,
.h02-home h2,
.h02-home h3 {
  font-family: "Manrope", "Segoe UI", Arial, sans-serif;
  font-style: normal;
  letter-spacing: -.035em;
}
.h02-home h2 {
  max-width: 900px;
  margin: 0 0 28px;
  font-size: clamp(40px, 5vw, 72px);
  font-weight: 700;
  line-height: 1.06;
}
.h02-home h3 { font-weight: 650; }
.h02-home p { max-width: 780px; }
.h02-home .section-number { margin-bottom: 18px; }
.h02-hero {
  min-height: 740px;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(400px, .95fr);
  gap: clamp(32px, 6vw, 88px);
  align-items: center;
  padding-top: 118px;
  padding-bottom: 52px;
}
.h02-hero-copy h1 {
  max-width: 810px;
  margin: 20px 0 24px;
  font-size: clamp(44px, 5vw, 72px);
  font-weight: 600;
  line-height: 1.04;
  letter-spacing: -.025em;
}
.h02-lead {
  color: var(--muted);
  font-size: clamp(18px, 1.4vw, 21px);
  line-height: 1.65;
}
.h02-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.h02-home .button {
  min-height: 44px;
  min-width: 0;
  padding: 10px 20px;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 600;
}
.h02-home .button-primary:hover { background: var(--gold); }
.h02-home .button-primary:hover span { transform: translateX(4px); }
.h02-home .button-secondary:hover { background: var(--sand); }
.h02-home a:focus-visible,
.h02-home button:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
.h02-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}
.h02-trust li {
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 600;
}
.h02-sphere {
  min-height: 430px;
  position: relative;
  display: grid;
  place-items: center;
  isolation: isolate;
}
.h02-sphere::before {
  content: "";
  position: absolute;
  z-index: -2;
  width: min(350px, 82%);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle at 43% 38%, #fff 0 7%, rgba(216,185,124,.5) 27%, rgba(216,185,124,.09) 56%, transparent 72%);
}
.h02-ellipse {
  position: absolute;
  z-index: -1;
  width: min(395px, 90%);
  aspect-ratio: 1;
  border: 1px solid rgba(166,124,61,.55);
  border-radius: 50%;
  transform: rotate(-16deg) scaleY(.68);
  animation: h02-orbit 24s linear infinite;
}
.h02-ellipse::after {
  content: "";
  position: absolute;
  top: 8%;
  left: 22%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 25px 8px rgba(216,185,124,.28);
}
.sphere-o { font-size: clamp(78px, 9vw, 118px); font-weight: 500; line-height: 1; color: var(--gold); }
.sphere-word {
  position: absolute;
  color: var(--ink);
  font-size: clamp(.8rem, 1.3vw, 1.05rem);
  font-weight: 600;
  letter-spacing: .02em;
}
.sphere-notice { top: 20%; left: 50%; transform: translateX(-50%); }
.sphere-ask { left: 5%; bottom: 25%; }
.sphere-act { right: 5%; bottom: 25%; }
.h02-section { padding: 96px 0; scroll-margin-top: 40px; }
.h02-section-dark { background: var(--night); color: var(--paper); }
.h02-section-dark p { color: #d2c9bc; }
.h02-section-dark .section-number { color: var(--gold-light); }
.h02-section-sand { background: var(--sand); }
.h02-intro { display: grid; grid-template-columns: .55fr 1.45fr; gap: 50px; }
.h02-intro .section-number { grid-row: 1 / span 2; }
.h02-intro p:last-child { margin: 0; color: #d2c9bc; font-size: clamp(20px, 2vw, 27px); line-height: 1.6; }
.h02-three-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 52px; }
.h02-three-grid article,
.h02-module-grid article {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255,255,255,.48);
}
.h02-three-grid article > span { color: var(--gold); font-size: 13px; font-weight: 700; }
.h02-three-grid h3 { margin: 36px 0 10px; font-size: 28px; }
.h02-three-grid p { margin: 0; color: var(--muted); }
.h02-feature-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(45px, 7vw, 100px); align-items: center; }
.status-pill,
.module-status,
.external-label,
.concept-label {
  width: fit-content;
  margin: 0 0 20px;
  padding: 7px 10px;
  border: 1px solid currentColor;
  border-radius: 999px;
  color: var(--gold-text);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  line-height: 1.2;
  text-transform: uppercase;
}
.h02-technical { margin: 28px 0; padding-left: 20px; border-left: 3px solid var(--gold); color: var(--muted); }
.h02-facts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.h02-facts li { min-height: 145px; padding: 22px; display: flex; flex-direction: column; justify-content: space-between; border-radius: 18px; background: var(--paper); border: 1px solid rgba(255,255,255,.75); }
.h02-facts strong { font-size: 31px; line-height: 1; }
.h02-facts span { color: var(--muted); font-size: 14px; }
.h02-bridge-sequence { display: grid; grid-template-columns: repeat(7, 1fr); gap: 0; margin: 58px 0 0; padding: 0; list-style: none; }
.h02-bridge-sequence li { min-height: 180px; padding: 20px 14px; display: flex; flex-direction: column; justify-content: space-between; border-top: 2px solid var(--gold); border-right: 1px solid var(--line); }
.h02-bridge-sequence li:last-child { border-right: 0; }
.h02-bridge-sequence span { color: var(--gold-text); font-size: 13px; font-weight: 700; }
.h02-bridge-sequence strong { font-size: 17px; line-height: 1.35; }
.h02-heading-row { display: grid; grid-template-columns: 1fr .8fr; gap: 60px; align-items: end; }
.h02-heading-row > p { margin-bottom: 30px; }
.h02-matrix-copy { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 50px; }
.h02-matrix-copy article { padding: 30px; border: 1px solid rgba(255,255,255,.15); border-radius: 20px; }
.h02-matrix-copy h3 { margin: 0 0 15px; color: var(--gold-light); font-size: 25px; }
.h02-matrix-copy p { margin: 0; }
.h02-conclusion { margin: 40px 0 10px; color: var(--paper)!important; font-size: clamp(22px, 2.4vw, 32px); font-weight: 600; }
.h02-status-note { font-size: 15px; }
.h02-depth-layout { display: grid; grid-template-columns: 1.35fr .65fr; gap: 35px; align-items: stretch; margin-top: 65px; }
.h02-depth-visual { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.depth-card { padding: 24px; border: 1px solid rgba(255,255,255,.17); border-radius: 22px; background: rgba(255,255,255,.055); }
.depth-card .status-pill { color: var(--gold-light); font-size: 9px; }
.depth-card h3 { margin: 50px 0 18px; font-size: 22px; }
.depth-card ul { margin: 0; padding-left: 18px; color: #d2c9bc; font-size: 14px; }
.h02-concept-visual { margin: 0; display: flex; flex-direction: column; }
.h02-concept-visual img { width: 100%; height: 100%; min-height: 420px; object-fit: cover; border-radius: 22px; }
.h02-concept-visual figcaption { margin-top: 10px; color: #d2c9bc; font-size: 12px; }
.h02-safety-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 22px; }
.h02-safety-grid > article { padding: clamp(28px, 4vw, 50px); border: 1px solid var(--line); border-radius: 24px; }
.h02-safety-grid p { color: var(--muted); }
.h02-safety-card { background: var(--sand); }
.fact-list { margin: 30px 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.fact-list li { padding: 14px 0; display: flex; justify-content: space-between; gap: 20px; border-bottom: 1px solid var(--line); }
.legal-link-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.legal-link-row a { min-height: 48px; padding: 11px 14px; display: inline-flex; align-items: center; border: 1px solid var(--line); border-radius: 12px; font-weight: 600; }
.h02-section-lead { margin-bottom: 45px; color: var(--muted); font-size: 20px; }
.h02-module-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.h02-module-grid article { min-height: 240px; }
.h02-module-grid h3 { margin: 32px 0 15px; font-size: 23px; }
.h02-module-grid ul { margin: 0; padding-left: 18px; color: var(--muted); font-size: 15px; }
.module-status { margin-bottom: 0; font-size: 9px; }
.h02-companion .h02-feature-grid { padding: 55px; border: 1px solid var(--line); border-radius: 26px; }
.h02-action-box { display: flex; justify-content: flex-end; }
.external-label { margin-top: 28px; color: var(--muted); }
.h02-origin { background: #f2eadf; }
.h02-origin-grid { display: grid; grid-template-columns: 1fr .72fr; gap: clamp(45px, 8vw, 110px); align-items: center; }
.h02-origin-grid figure { margin: 0; }
.h02-origin-grid img { width: 100%; height: auto; max-height: 720px; object-fit: cover; object-position: center 30%; border-radius: 26px; box-shadow: 0 28px 70px rgba(29,27,24,.17); }
.concept-label { margin-top: 30px; color: var(--muted); }
.h02-final-cta { padding: 120px 0; text-align: center; background: var(--night); color: var(--paper); }
.h02-final-cta .eyebrow { justify-content: center; color: var(--gold-light); }
.h02-final-cta h2 { margin-inline: auto; }
.h02-final-cta .button { margin-top: 25px; background: var(--paper); color: var(--night); }

@keyframes h02-orbit { to { transform: rotate(344deg) scaleY(.68); } }

@media (max-width: 1100px) {
  .h02-hero { grid-template-columns: 1fr .75fr; gap: 35px; }
  .h02-bridge-sequence { grid-template-columns: repeat(4, 1fr); gap: 10px; }
  .h02-bridge-sequence li { border: 1px solid var(--line); border-top: 2px solid var(--gold); border-radius: 14px; }
  .h02-depth-layout { grid-template-columns: 1fr; }
  .h02-concept-visual { max-width: 520px; }
  .h02-module-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 900px) {
  .h02-home { font-size: 17px; }
  .h02-hero { min-height: auto; grid-template-columns: 1fr; padding-top: 105px; padding-bottom: 42px; }
  .h02-sphere { min-height: 350px; }
  .h02-intro,
  .h02-feature-grid,
  .h02-heading-row,
  .h02-safety-grid,
  .h02-origin-grid { grid-template-columns: 1fr; }
  .h02-intro .section-number { grid-row: auto; }
  .h02-three-grid { grid-template-columns: 1fr; }
  .h02-three-grid article { min-height: 190px; }
  .h02-matrix-copy { grid-template-columns: 1fr; }
  .h02-depth-visual { grid-template-columns: 1fr; }
  .depth-card h3 { margin-top: 28px; }
  .h02-action-box { justify-content: flex-start; }
}
@media (max-width: 680px) {
  .h02-section { padding: 72px 0; }
  .h02-hero-copy h1 { font-size: clamp(36px, 9.5vw, 50px); }
  .h02-actions { flex-direction: column; }
  .h02-actions .button { width: 100%; min-width: 0; }
  .h02-sphere { min-height: 300px; }
  .h02-sphere::before { width: 235px; }
  .h02-ellipse { width: 265px; }
  .sphere-o { font-size: 78px; }
  .sphere-word { font-size: 13px; }
  .sphere-notice { top: 18%; }
  .sphere-ask { left: 4%; bottom: 23%; }
  .sphere-act { right: 4%; bottom: 23%; }
  .h02-facts,
  .h02-module-grid { grid-template-columns: 1fr; }
  .h02-bridge-sequence { grid-template-columns: 1fr; }
  .h02-bridge-sequence li { min-height: 92px; flex-direction: row; align-items: center; }
  .h02-companion .h02-feature-grid { padding: 28px; }
  .fact-list li { align-items: flex-start; flex-direction: column; gap: 4px; }
  .h02-concept-visual img { min-height: 0; }
}
@media (max-width: 390px) {
  .h02-sphere { min-height: 280px; }
  .h02-sphere::before { width: 215px; }
  .h02-ellipse { width: 240px; }
  .sphere-ask { left: 1%; }
  .sphere-act { right: 1%; }
}
@media (prefers-reduced-motion: reduce) {
  .h02-ellipse { animation: none; }
}

@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition-duration: .01ms !important; } }
/* Integrated ORANA mirror matrix */
.matrix-section {
  position: relative;
  overflow: clip;
  padding: clamp(5rem, 9vw, 9rem) 0;
  background: #17201d;
  color: #fffdf7;
}

.matrix-section::before {
  content: "";
  position: absolute;
  width: 42rem;
  height: 42rem;
  right: -18rem;
  top: -20rem;
  border: 1px solid rgba(201, 156, 75, .22);
  border-radius: 50%;
}

.matrix-section-inner {
  position: relative;
}

.matrix-section-copy {
  max-width: 58rem;
  margin-bottom: 2.25rem;
}

.matrix-section-copy .section-number {
  color: #c99c4b;
}

.matrix-section-copy h2 {
  max-width: 54rem;
  margin: .65rem 0 1rem;
  font-family: "Italiana", Georgia, serif;
  font-size: clamp(2.5rem, 6vw, 5.7rem);
  font-weight: 400;
  line-height: 1.02;
}

.matrix-section-copy > p:not(.section-number) {
  max-width: 48rem;
  color: rgba(255, 253, 247, .74);
  font-size: 1.08rem;
  line-height: 1.7;
}

.matrix-language-lock {
  display: inline-flex;
  align-items: center;
  gap: .65rem;
  margin-top: .8rem;
  color: rgba(255, 253, 247, .74);
  font-size: .82rem;
}

.matrix-language-lock span {
  padding: .3rem .52rem;
  border: 1px solid rgba(201, 156, 75, .5);
  border-radius: 999px;
  color: #e2bd76;
  font-weight: 700;
  letter-spacing: .12em;
}

.matrix-frame-shell {
  overflow: hidden;
  overflow-anchor: none;
  background: #f5f3ec;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 1.5rem;
  box-shadow: 0 2.2rem 5rem rgba(0, 0, 0, .28);
}

.app-entry-card { min-height: 520px; display: flex; flex-direction: column; }
.app-entry-content { flex: 1; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(38px, 6vw, 76px); background: radial-gradient(circle at 72% 38%, rgba(216,185,124,.18), transparent 44%), var(--night); color: var(--paper); }
.app-entry-content h3 { margin: 10px 0 18px; font-family: var(--serif); font-size: clamp(48px, 5vw, 72px); font-weight: 400; line-height: 1; }
.app-entry-content > p:not(.section-number) { max-width: 520px; color: #bdb5aa; }
.app-entry-content .invitation-mark { filter: brightness(1.7); }
.app-entry-content .button-primary { margin-top: 22px; background: var(--paper); color: var(--night); }
.contact-mail-button { margin: 35px auto 12px; width: fit-content; }
.legal-page-body.admin-bar .site-header { top: 32px; }

@media (max-width: 782px) {
  .legal-page-body.admin-bar .site-header { top: 46px; }
}

.matrix-frame-topline {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: .8rem 1.15rem;
  color: rgba(255, 253, 247, .72);
  background: #254d3e;
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .1em;
}

.matrix-frame {
  display: block;
  width: 100%;
  min-height: 920px;
  overflow-anchor: none;
  border: 0;
  background: #f5f3ec;
}

@media (max-width: 700px) {
  .matrix-frame-topline {
    align-items: flex-start;
    flex-direction: column;
  }

  .matrix-frame {
    min-height: 1100px;
  }
}

/* ORANA Homepage V2 */
.home-v2 { overflow: clip; }
.site-header { width: min(1480px, calc(100% - 48px)); }
.site-header nav { gap: 18px; font-size: 12px; }
.site-header .nav-cta { padding: 10px 14px; white-space: nowrap; }
.site-header .language-switcher { gap: 5px; padding-left: 8px; }

.v2-hero {
  min-height: 860px;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(380px, .92fr);
  gap: clamp(42px, 7vw, 110px);
  align-items: center;
  padding-top: 145px;
  padding-bottom: 85px;
}
.v2-hero-copy h1 { max-width: 830px; margin: 28px 0 30px; font-size: clamp(58px, 6.2vw, 96px); line-height: .98; }
.v2-lead { max-width: 760px; color: var(--muted); font-size: clamp(18px, 1.45vw, 22px); line-height: 1.62; }
.v2-human-note { max-width: 690px; margin-top: 22px; padding-left: 20px; border-left: 2px solid var(--gold); font-weight: 550; }
.v2-actions { display: flex; align-items: stretch; gap: 12px; margin-top: 34px; }
.v2-actions.wrap { flex-wrap: wrap; }
.button-secondary { border: 1px solid var(--line); background: transparent; color: var(--ink); }
.button-secondary:hover { border-color: var(--gold); }
.trust-line { display: flex; flex-wrap: wrap; gap: 8px 22px; margin: 30px 0 0; color: var(--muted); font-size: 12px; font-weight: 650; letter-spacing: .06em; text-transform: uppercase; }
.trust-line span { position: relative; }
.trust-line span:not(:last-child)::after { content: "·"; position: absolute; right: -14px; color: var(--gold); }
.v2-hero-visual { min-height: 570px; position: relative; display: grid; place-items: center; }
.v2-hero-visual img { position: relative; z-index: 3; width: min(240px, 42%); filter: drop-shadow(0 20px 50px rgba(166,124,61,.16)); }
.v2-hero-visual > p { position: absolute; z-index: 3; right: 3%; bottom: 13%; color: var(--muted); font-family: var(--serif); font-size: 21px; line-height: 1.35; }

.v2-section { padding: clamp(88px, 10vw, 150px) 0; scroll-margin-top: 30px; }
.v2-section,
.v2-final-cta { position: relative; overflow: hidden; }
.v2-section::before,
.v2-section::after,
.v2-final-cta::before,
.v2-final-cta::after {
  content: "";
  position: absolute;
  z-index: 0;
  pointer-events: none;
  width: clamp(560px, 66vw, 1040px);
  aspect-ratio: 1.9;
  border: 1px solid rgba(166,124,61,.16);
  border-radius: 50%;
  transform: rotate(-12deg);
}
.v2-section::before,
.v2-final-cta::before { top: 8%; right: -42%; }
.v2-section::after,
.v2-final-cta::after { bottom: 4%; left: -48%; transform: rotate(15deg); border-color: rgba(38,35,31,.09); }
.v2-section:nth-of-type(even)::before { right: auto; left: -44%; transform: rotate(12deg); }
.v2-section:nth-of-type(even)::after { left: auto; right: -48%; transform: rotate(-16deg); }
.v2-dark::before,
.v2-dark::after,
.v2-safety::before,
.v2-safety::after { border-color: rgba(216,185,124,.14); }
.v2-section > .section-shell,
.v2-final-cta > .section-shell { position: relative; z-index: 1; }
.v2-section h2, .v2-final-cta h2 { margin: 0 0 28px; font-family: var(--serif); font-size: clamp(43px, 5.2vw, 76px); font-weight: 400; line-height: 1.06; }
.v2-section h3 { font-family: var(--serif); font-weight: 400; }
.v2-dark { background: var(--night); color: var(--paper); }
.v2-dark .section-number { color: var(--gold-light); }
.v2-dark p, .v2-dark li { color: #c3bbb0; }
.v2-sand { background: var(--sand); }
.v2-split { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr); gap: clamp(55px, 9vw, 140px); }
.v2-prose { align-self: end; }
.v2-prose p { font-size: 18px; }
.v2-maxim { display: block; margin-top: 36px; color: var(--gold-light); font-family: var(--serif); font-size: clamp(28px, 3vw, 42px); font-weight: 400; }
.v2-heading { max-width: 940px; margin-bottom: 62px; }
.v2-heading > p:last-child { max-width: 780px; color: var(--muted); font-size: 18px; }
.v2-dark .v2-heading > p:last-child { color: #c3bbb0; }

.problem-solution-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(40px, 7vw, 100px); align-items: start; }
.problem-solution-grid article > span { color: var(--gold); font-size: 12px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.problem-solution-grid h2 { margin-top: 18px; font-size: clamp(38px, 4vw, 58px); }
.problem-solution-grid article > p { color: var(--muted); }
.solution-card { padding: clamp(30px, 4vw, 56px); background: #f3ecdf; border: 1px solid rgba(166,124,61,.22); }
.principle-cards { margin: 35px 0 0; padding: 0; list-style: none; counter-reset: principle; }
.principle-cards li { position: relative; padding: 22px 0 22px 48px; border-top: 1px solid var(--line); counter-increment: principle; }
.principle-cards li::before { content: "0" counter(principle); position: absolute; left: 0; color: var(--gold); font-family: var(--serif); }
.principle-cards p { margin: 5px 0 0; color: var(--muted); }

.gate-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1px; margin: 0; padding: 1px; list-style: none; background: rgba(38,35,31,.12); }
.gate-grid li { min-height: 280px; padding: 32px; background: rgba(251,249,244,.76); }
.gate-grid li:last-child { background: var(--night); color: var(--paper); }
.gate-grid span { color: var(--gold); font-size: 12px; font-weight: 700; letter-spacing: .15em; }
.gate-grid h3 { margin: 50px 0 12px; font-size: 34px; }
.gate-grid p { margin: 0; color: var(--muted); font-size: 15px; }
.gate-grid li:last-child p { color: #c3bbb0; }
.v2-closing-line { max-width: 820px; margin: 45px auto 0; text-align: center; font-family: var(--serif); font-size: clamp(25px, 3vw, 38px); }

.matrix-v2-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(430px, .9fr); gap: clamp(50px, 9vw, 130px); align-items: center; }
.matrix-v2-grid > div:first-child > p:last-child { max-width: 680px; color: var(--muted); }
.metric-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; padding: 1px; background: var(--line); }
.metric-grid div { min-height: 190px; display: flex; flex-direction: column; justify-content: space-between; padding: 28px; background: var(--paper); }
.metric-grid strong { color: var(--gold); font-family: var(--serif); font-size: clamp(54px, 6vw, 82px); font-weight: 400; line-height: 1; }
.metric-grid span { color: var(--muted); font-size: 13px; font-weight: 600; }

.v2-example { background: #efe5d6; }
.v2-example .section-shell { max-width: 1060px; }
.v2-example blockquote { margin: 45px 0; padding: 38px 45px; border-left: 2px solid var(--gold); background: rgba(251,249,244,.65); font-family: var(--serif); font-size: clamp(29px, 3.5vw, 47px); line-height: 1.28; }
.example-steps { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); gap: 12px; margin: 0; padding: 0; list-style: none; counter-reset: example; }
.example-steps li { min-height: 150px; padding: 18px; border-top: 1px solid var(--gold); background: rgba(251,249,244,.42); color: var(--muted); font-size: 13px; counter-increment: example; }
.example-steps li::before { content: "0" counter(example); display: block; margin-bottom: 24px; color: var(--gold); font-weight: 700; }
.v2-note { margin: 28px 0 0; color: var(--muted); font-size: 13px; }

.role-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.role-grid article { padding: 36px; border: 1px solid rgba(255,255,255,.14); }
.role-grid article > span { color: var(--gold-light); font-size: 12px; }
.role-grid h3 { margin: 42px 0 24px; color: var(--paper); font-size: 40px; }
.role-grid ul, .check-list, .build-boundary ul, .safety-grid ul, .v2-limits ul { margin: 0; padding: 0; list-style: none; }
.role-grid li, .check-list li, .build-boundary li, .safety-grid li, .v2-limits li { position: relative; padding: 9px 0 9px 22px; }
.role-grid li::before, .check-list li::before, .build-boundary li::before, .safety-grid li::before, .v2-limits li::before { content: "↗"; position: absolute; left: 0; color: var(--gold); }

.build-v2-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(350px, .72fr); gap: clamp(50px, 8vw, 110px); }
.build-v2-grid > div > p { max-width: 700px; color: var(--muted); }
.check-list { columns: 2; column-gap: 35px; margin-top: 30px; }
.verified-status, .jury-status { align-self: start; padding: 34px; background: var(--night); color: var(--paper); box-shadow: 0 25px 80px rgba(29,27,24,.14); }
.verified-status > p { color: var(--gold-light); font-size: 12px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.verified-status dl, .jury-status dl { margin: 24px 0; }
.verified-status dl div, .jury-status dl div { display: flex; justify-content: space-between; gap: 20px; padding: 12px 0; border-top: 1px solid rgba(255,255,255,.12); }
.verified-status dt, .jury-status dt { color: #aaa096; }
.verified-status dd, .jury-status dd { margin: 0; text-align: right; font-weight: 650; }
.verified-status small { color: #aaa096; }
.build-boundary { margin-top: 85px; padding-top: 55px; border-top: 1px solid var(--line); }
.build-boundary h3 { font-size: 38px; }
.build-boundary ul { display: grid; grid-template-columns: 1fr 1fr; gap: 4px 50px; }
.build-boundary p { margin: 35px 0 0; padding: 22px 25px; background: var(--sand); }

.v2-safety { background: #203a32; color: var(--paper); }
.v2-safety .section-number { color: var(--gold-light); }
.safety-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px 80px; margin-top: 50px; }
.safety-grid li { padding-top: 14px; padding-bottom: 14px; border-bottom: 1px solid rgba(255,255,255,.12); color: #d1cbc1; }
.legal-link-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 48px; }
.legal-link-row a { padding: 12px 16px; border: 1px solid rgba(255,255,255,.2); font-size: 13px; }
.legal-link-row a:hover { border-color: var(--gold-light); }

.jury-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(360px, .65fr); gap: clamp(50px, 8vw, 100px); }
.jury-grid > *, .build-v2-grid > * { min-width: 0; }
.jury-grid > div > p { max-width: 690px; color: var(--muted); }
.jury-grid .button { min-width: 245px; }
.test-steps { margin: 48px 0 0; padding-left: 24px; }
.test-steps li { padding: 7px 0 7px 10px; }
.jury-status h3 { margin: 0; color: var(--paper); font-size: 34px; }
.jury-status p { color: #c3bbb0; }
.verified-status dd, .jury-status dd { max-width: 65%; overflow-wrap: anywhere; }
.v2-limits { background: var(--sand); }
.v2-limits .section-shell { max-width: 980px; }
.v2-limits li { padding-top: 15px; padding-bottom: 15px; border-bottom: 1px solid rgba(38,35,31,.12); }

.v2-final-cta { min-height: 720px; display: grid; place-items: center; padding: 110px 0; background: radial-gradient(circle at 50% 43%, rgba(255,255,255,.95), rgba(232,219,199,.7) 35%, #e7d8c1 72%); text-align: center; }
.v2-final-cta img { width: 90px; }
.v2-final-cta .eyebrow { justify-content: center; margin-top: 30px; }
.v2-final-cta h2 { max-width: 720px; margin-inline: auto; font-size: clamp(30px, 3.2vw, 44px); text-align: center; }
.v2-final-cta p:not(.eyebrow) { max-width: 650px; margin-inline: auto; color: var(--muted); }
.v2-final-cta .v2-actions { justify-content: center; }

.site-footer { min-height: 280px; grid-template-columns: 1fr 1.35fr .8fr; }
.footer-identity p { max-width: 330px; margin: 18px 0 0; }
.footer-links { position: static; inset: auto; width: auto; display: grid; grid-template-columns: 1fr 1fr; align-items: start; gap: 10px 25px; padding: 0; background: transparent; border: 0; font-size: 12px; }
.footer-links a { padding: 0; }
.footer-links a::after { display: none; }
.footer-version { text-align: right !important; font-size: 11px; }

@media (max-width: 1180px) {
  .site-header:not(.legal-site-header) .menu-toggle { display: flex; flex-direction: column; gap: 4px; }
  .site-header:not(.legal-site-header) .menu-toggle > span:not(.sr-only) { width: 24px; height: 1px; background: var(--ink); }
  .site-header:not(.legal-site-header) nav { display: none; position: absolute; top: 103px; left: 0; right: 0; flex-direction: column; align-items: stretch; gap: 0; padding: 25px; background: var(--paper); border: 1px solid var(--line); }
  .site-header:not(.legal-site-header) nav.open { display: flex; }
  .site-header:not(.legal-site-header) nav a { padding: 10px 0; }
  .site-header:not(.legal-site-header) .language-switcher { margin-top: 10px; padding: 15px 0 0; border-top: 1px solid var(--line); border-left: 0; }
  .v2-hero { grid-template-columns: minmax(0, 1fr) minmax(330px, .72fr); }
  .gate-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .example-steps { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

@media (max-width: 900px) {
  .v2-hero { min-height: auto; grid-template-columns: 1fr; padding-top: 135px; }
  .v2-hero-visual { min-height: 430px; }
  .v2-split, .problem-solution-grid, .matrix-v2-grid, .build-v2-grid, .jury-grid { grid-template-columns: 1fr; }
  .v2-split { gap: 45px; }
  .role-grid { grid-template-columns: 1fr; }
  .role-grid article { min-height: 0; }
  .example-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .safety-grid { grid-template-columns: 1fr; gap: 0; }
  .site-footer { grid-template-columns: 1fr; text-align: left; }
  .footer-brand { justify-content: flex-start; }
  .site-footer > div { justify-content: flex-start; }
  .footer-version { text-align: left !important; }
}

@media (max-width: 560px) {
  .section-shell { width: min(100% - 34px, 680px); }
  .site-header { width: calc(100% - 34px); }
  .v2-hero-copy h1, html[lang="en"] .v2-hero-copy h1 { font-size: clamp(46px, 13.4vw, 64px); }
  .v2-hero-visual { min-height: 350px; }
  .v2-hero-visual > p { right: 0; bottom: 6%; font-size: 17px; }
  .v2-actions { flex-direction: column; }
  .v2-actions .button { width: 100%; min-width: 0; }
  .trust-line { display: grid; grid-template-columns: 1fr 1fr; }
  .trust-line span::after { display: none; }
  .v2-section { padding: 78px 0; }
  .gate-grid, .metric-grid, .example-steps, .build-boundary ul, .footer-links { grid-template-columns: 1fr; }
  .gate-grid li { min-height: 220px; }
  .gate-grid h3 { margin-top: 32px; }
  .metric-grid div { min-height: 150px; }
  .v2-example blockquote { padding: 28px; }
  .check-list { columns: 1; }
  .verified-status, .jury-status { padding: 25px; }
  .legal-link-row { flex-direction: column; }
  .legal-link-row a { width: 100%; }
}

/* V2 content extension: preserve the original fine-line system with a stronger editorial serif. */
.home-v2 { font-size: 17px; }
.home-v2 h1,
.home-v2 h2,
.home-v2 h3,
.home-v2 .v2-maxim,
.home-v2 .v2-closing-line,
.home-v2 blockquote,
.home-v2 .core-word,
.home-v2 .visual-note { font-family: Georgia, "Times New Roman", serif; }
.v2-hero { min-height: 780px; }
.v2-hero-copy h1 { max-width: 760px; font-size: clamp(44px, 4.8vw, 70px); line-height: 1.04; letter-spacing: -.024em; }
.v2-lead { font-size: clamp(17px, 1.25vw, 20px); }
.v2-section { padding: clamp(76px, 8vw, 118px) 0; }
.v2-section h2,
.v2-final-cta h2 { max-width: 720px; font-size: clamp(30px, 3.2vw, 44px); line-height: 1.12; letter-spacing: -.016em; }
.problem-solution-grid h2 { font-size: clamp(30px, 3vw, 44px); }
.gate-grid h3 { font-size: 29px; }
.role-grid h3 { font-size: 32px; }
.build-boundary h3,
.jury-status h3 { font-size: 30px; }

.v2-hero-visual { min-height: 520px; }
.v2-hero-visual .aura { width: 69%; opacity: .88; }
.v2-hero-visual .orbit-one { width: 67%; }
.v2-hero-visual .orbit-two { width: 82%; }
.v2-hero-visual .core-mark { z-index: 2; width: 188px; height: 188px; background: rgba(255,255,255,.78); border-color: rgba(255,255,255,.94); box-shadow: 0 22px 78px rgba(127,91,39,.13), inset 0 0 42px rgba(255,255,255,.9); }
.v2-hero-visual .core-word { font-size: 92px; font-weight: 400; }
.v2-hero-visual .core-message { z-index: 4; color: var(--muted); font-size: 11px; letter-spacing: .12em; }
.v2-hero-visual .core-message::before { content: ""; display: inline-block; width: 2px; height: 18px; margin-right: 9px; background: var(--gold); vertical-align: middle; }
.v2-hero-visual .message-one { top: 27%; right: 12%; }
.v2-hero-visual .message-two { top: 45%; left: 7%; }
.v2-hero-visual .message-three { right: 20%; bottom: 25%; }
.v2-hero-visual .visual-note { right: 0; bottom: 8%; margin: 0; font-size: 18px; }

.matrix-story-grid,
.origin-story-grid,
.companion-grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(320px, .72fr); gap: clamp(45px, 8vw, 105px); align-items: center; }
.matrix-story-copy p:not(.section-number),
.origin-story-grid p:not(.section-number),
.companion-grid p:not(.section-number) { max-width: 720px; }
.matrix-story-visual,
.origin-story-grid figure,
.human-dialogue-visual { margin: 0; }
.matrix-story-visual img,
.origin-story-grid img { width: 100%; height: auto; display: block; border: 1px solid rgba(255,255,255,.14); }
.matrix-story-visual figcaption,
.origin-story-grid figcaption,
.human-dialogue-visual figcaption { margin-top: 14px; color: var(--muted); font-size: 13px; line-height: 1.55; }
.matrix-story-visual figcaption { color: #c3bbb0; }
.matrix-story-visual figcaption strong,
.human-dialogue-visual figcaption strong { color: var(--gold-light); }
.straight-label { display: block; margin-bottom: 14px; padding-left: 15px; border-left: 2px solid var(--gold); font-weight: 700; letter-spacing: .035em; }
.matrix-story-visual .straight-label { color: var(--gold-light); }

.module-explainer-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; margin-top: 48px; padding: 1px; background: rgba(38,35,31,.14); }
.module-explainer-grid article { min-height: 235px; padding: 28px; background: rgba(251,249,244,.72); }
.module-explainer-grid article > span { color: var(--gold); font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.module-explainer-grid h3 { margin: 34px 0 12px; font-size: 27px; }
.module-explainer-grid p { margin: 0; color: var(--muted); font-size: 15px; }
.human-dialogue-visual { display: grid; grid-template-columns: minmax(290px, .58fr) 1fr; gap: clamp(34px, 6vw, 88px); align-items: center; margin-top: 55px; padding-top: 45px; border-top: 1px solid var(--line); }
.human-dialogue-visual img { width: 100%; max-height: 650px; object-fit: cover; object-position: center; }
.human-dialogue-visual figcaption { max-width: 680px; padding-bottom: 0; font-size: 16px; }
.human-dialogue-visual .dialogue-copy h3 { margin: 20px 0 22px; font-size: clamp(29px, 3vw, 44px); line-height: 1.12; }
.human-dialogue-visual .dialogue-copy p { margin: 0 0 18px; color: var(--muted); font-size: 17px; line-height: 1.68; }

.companion-grid { padding-top: 4px; padding-bottom: 4px; }
.companion-action { justify-self: end; }
.external-service-note { margin-top: 28px; padding-top: 0; border-top: 0; color: var(--muted); font-size: 13px; }
.v2-origin { background: #f2eadf; }
.origin-story-grid img { max-height: 700px; object-fit: cover; object-position: center 28%; box-shadow: 0 28px 70px rgba(29,27,24,.14); }
.origin-story-grid .v2-maxim { color: var(--gold); font-size: clamp(26px, 2.8vw, 38px); }

.support-bridge-box { margin-top: 45px; padding: 30px; border: 1px solid rgba(255,255,255,.16); }
.support-bridge-box h3 { margin: 0 0 12px; color: var(--paper); font-size: 30px; }
.support-bridge-box p { max-width: 860px; color: #c3bbb0; }
.support-links { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 20px; }
.support-links a { min-height: 44px; display: inline-flex; align-items: center; padding: 9px 13px; border: 1px solid rgba(255,255,255,.2); font-size: 13px; font-weight: 650; }
.support-links a:hover { border-color: var(--gold-light); }
.silence-line { color: var(--gold-light)!important; font-family: Georgia, "Times New Roman", serif; font-size: clamp(22px, 2.4vw, 34px); line-height: 1.3; }

@media (max-width: 900px) {
  .matrix-story-grid,
  .origin-story-grid,
  .companion-grid { grid-template-columns: 1fr; }
  .module-explainer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .companion-action { justify-self: start; }
  .origin-story-grid figure,
  .matrix-story-visual { max-width: 560px; }
}

@media (max-width: 560px) {
  .home-v2 { font-size: 16px; }
  .v2-hero-copy h1,
  html[lang="en"] .v2-hero-copy h1 { font-size: clamp(36px, 10.5vw, 47px); }
  .v2-section h2,
  .v2-final-cta h2 { font-size: clamp(30px, 8.7vw, 40px); }
  .v2-section::before,
  .v2-section::after,
  .v2-final-cta::before,
  .v2-final-cta::after { opacity: .58; }
  .v2-hero-visual { min-height: 350px; }
  .v2-hero-visual .core-mark { width: 142px; height: 142px; }
  .v2-hero-visual .core-word { font-size: 68px; }
  .v2-hero-visual .message-one { top: 22%; right: 8%; }
  .v2-hero-visual .message-two { left: 2%; }
  .v2-hero-visual .message-three { right: 11%; bottom: 24%; }
  .v2-hero-visual .visual-note { right: 1%; bottom: 3%; display: block; font-size: 15px; }
  .module-explainer-grid { grid-template-columns: 1fr; }
  .module-explainer-grid article { min-height: 0; }
  .human-dialogue-visual { grid-template-columns: 1fr; }
  .support-links { flex-direction: column; }
  .support-links a { width: 100%; }
}
