:root {
  --font-serif: "Shippori Mincho", "Yu Mincho", "Hiragino Mincho ProN", serif;
  --font-sans: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", sans-serif;
  --font-en: "Barlow Condensed", sans-serif;
  --proposal-height: 0px;
  --header-height: 78px;
  --container: 1240px;
  --ease: cubic-bezier(.2,.75,.25,1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { background: var(--paper); color: var(--ink); font-family: var(--font-sans); margin: 0; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
p, h1, h2, h3, blockquote, figure { margin: 0; }
ul, ol { margin: 0; padding: 0; }
.container { margin-inline: auto; max-width: var(--container); padding-inline: 34px; }
.sr-only { height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; clip: rect(0,0,0,0); white-space: nowrap; }
.skip-link { background: #fff; border: 2px solid var(--accent); color: var(--navy); font-weight: 700; left: 12px; padding: 10px 16px; position: fixed; top: -100px; z-index: 300; }
.skip-link:focus { top: 8px; }

/* Header */
.site-header { height: var(--header-height); left: 0; position: fixed; right: 0; top: var(--proposal-height); transition: background .3s, box-shadow .3s, color .3s; z-index: 200; }
.site-header.is-scrolled { backdrop-filter: blur(18px); background: var(--header-bg); box-shadow: 0 8px 34px rgba(5,34,66,.09); }
.header-inner { align-items: center; display: flex; height: 100%; justify-content: space-between; margin: auto; max-width: 1390px; padding: 0 34px; }
.header-logo { display: flex; flex-direction: column; }
.header-logo span { font-family: var(--font-serif); font-size: 1rem; font-weight: 800; letter-spacing: .16em; }
.header-logo small { font: 600 .48rem var(--font-en); letter-spacing: .32em; margin-top: 2px; }
.header-nav { align-items: center; display: flex; gap: 32px; }
.header-nav > a { font-size: .77rem; font-weight: 700; letter-spacing: .06em; position: relative; }
.header-nav > a:not(.header-cta)::after { background: var(--accent); bottom: -8px; content: ""; height: 2px; left: 0; position: absolute; transform: scaleX(0); transform-origin: left; transition: transform .25s; width: 100%; }
.header-nav > a:hover::after { transform: scaleX(1); }
.header-cta { background: var(--cta); border-radius: 30px; color: var(--cta-text); padding: 13px 22px; box-shadow: 0 10px 28px var(--cta-shadow); }
.menu-toggle { background: none; border: 0; display: none; height: 42px; padding: 10px; width: 44px; }
.menu-toggle span { background: currentColor; display: block; height: 2px; margin: 7px 0; transition: transform .25s; width: 25px; }

/* Hero */
.hero { align-items: center; background: var(--hero-bg); color: var(--hero-ink); display: flex; min-height: 860px; overflow: hidden; padding: calc(var(--header-height) + var(--proposal-height) + 60px) 0 90px; position: relative; }
.hero-grid { background-image: linear-gradient(var(--grid-color) 1px, transparent 1px), linear-gradient(90deg,var(--grid-color) 1px,transparent 1px); background-size: 54px 54px; inset: 0; mask-image: linear-gradient(90deg,#000,transparent 78%); opacity: .35; position: absolute; }
.hero-streak { pointer-events: none; position: absolute; transform: rotate(-10deg); }
.hero-streak-a { background: var(--streak-a); height: 170px; left: -8%; top: 33%; width: 118%; }
.hero-streak-b { background: var(--streak-b); height: 9px; left: -4%; top: 29%; width: 112%; }
.hero-inner { align-items: center; display: grid; gap: 40px; grid-template-columns: 52% 48%; position: relative; width: 100%; z-index: 2; }
.hero-copy { padding-left: 4%; position: relative; z-index: 4; }
.eyebrow { align-items: center; color: var(--blue); display: flex; font: 700 .78rem var(--font-en); gap: 12px; letter-spacing: .22em; }
.eyebrow > span { background: var(--accent); height: 2px; width: 34px; }
.eyebrow-light { color: rgba(255,255,255,.78); }
.hero h1 { font-family: var(--font-serif); font-size: clamp(3.4rem, 5.2vw, 5.2rem); font-weight: 700; letter-spacing: -.05em; line-height: 1.28; margin: 23px 0 26px; }
.hero-line { display: block; white-space: nowrap; }
.hero h1 em, .section-heading h2 em, .resolution-quote em, .profile-lead h2 em, .scenes-heading h2 em, .support h2 em, .dialogue-catch em, .contact-heading h2 em { color: var(--accent); font-style: normal; }
.hero-lead { font-family: var(--font-serif); font-size: 1.15rem; line-height: 2; }
.hero-name { display: flex; flex-direction: column; margin-top: 24px; }
.hero-name small { font-size: .68rem; letter-spacing: .3em; }
.hero-name strong { font-family: var(--font-serif); font-size: 2rem; letter-spacing: .15em; }
.hero-buttons { align-items: center; display: flex; gap: 12px; margin-top: 28px; }
.button { align-items: center; display: inline-flex; font-size: .8rem; font-weight: 700; justify-content: center; min-height: 52px; padding: 0 23px; transition: transform .25s, box-shadow .25s; }
.button:hover { transform: translateY(-3px); }
.button-primary { background: var(--cta); color: var(--cta-text); gap: 18px; box-shadow: 0 12px 32px var(--cta-shadow); }
.button-quiet { border: 1px solid var(--hero-border); }
.hero-visual { height: 650px; position: relative; }
.portrait-frame { background: var(--portrait-bg); bottom: -80px; clip-path: var(--portrait-clip); height: 690px; overflow: hidden; position: absolute; right: -20px; width: min(48vw, 590px); box-shadow: var(--portrait-shadow); }
.portrait-frame::after { border: 1px solid var(--portrait-line); content: ""; inset: 18px; pointer-events: none; position: absolute; }
.portrait-frame img { height: 100%; object-fit: cover; object-position: center 8%; width: 100%; }
.proof { align-items: baseline; background: var(--proof-bg); border: 2px solid var(--proof-border); border-radius: 50%; color: var(--proof-ink); display: flex; flex-wrap: wrap; height: 118px; justify-content: center; padding: 24px 16px; position: absolute; width: 118px; z-index: 5; box-shadow: 0 16px 38px rgba(5,34,66,.18); }
.proof strong { font: 800 3rem/1 var(--font-en); }
.proof > span { font-size: .8rem; font-weight: 800; }
.proof small { flex-basis: 100%; font-size: .58rem; line-height: 1.25; text-align: center; }
.proof-career { left: -6px; top: 80px; }
.proof-age { bottom: 25px; right: -2px; }
.hero-route { align-items: center; bottom: 30px; display: flex; font: 700 5.5rem/1 var(--font-en); gap: 20px; left: -10px; letter-spacing: .02em; opacity: .075; position: absolute; white-space: nowrap; }
.hero-route i { background: currentColor; height: 7px; width: 180px; }
.scroll-cue { align-items: center; bottom: 26px; display: flex; font: 600 .62rem var(--font-en); gap: 13px; letter-spacing: .18em; position: absolute; right: 34px; z-index: 4; }
.scroll-cue i { background: currentColor; height: 1px; width: 60px; }

/* Declaration */
.declaration { background: var(--navy); color: #fff; overflow: hidden; padding: 58px 0; position: relative; }
.declaration-track { display: flex; font: 800 7rem/1 var(--font-en); gap: 70px; left: -4%; opacity: .055; position: absolute; top: -18px; white-space: nowrap; }
.declaration-inner { align-items: center; display: flex; justify-content: space-between; position: relative; z-index: 2; }
.declaration-inner p { font-family: var(--font-serif); font-size: clamp(1.5rem,3vw,2.8rem); }
.declaration-inner strong { color: var(--gold); }
.declaration-inner > span { color: rgba(255,255,255,.55); font: 600 .7rem var(--font-en); letter-spacing: .18em; }

/* Vision */
.vision { color: #fff; min-height: 770px; overflow: hidden; position: relative; }
.vision-image { height: 108%; inset: -4% 0; object-fit: cover; position: absolute; width: 100%; }
.vision-overlay { background: var(--vision-overlay); inset: 0; position: absolute; }
.vision-copy { padding-top: 180px; position: relative; z-index: 2; }
.vision-copy h2 { font-family: var(--font-serif); font-size: clamp(2.9rem,5.7vw,5.7rem); line-height: 1.45; margin: 20px 0 25px; }
.vision-copy h2 em { color: var(--gold); font-style: normal; }
.vision-copy > p:last-child { font-size: .98rem; line-height: 2.1; }
.vision-logo { background: rgba(255,255,255,.93); bottom: 0; height: 74%; mix-blend-mode: screen; object-fit: contain; padding: 40px 18px; position: absolute; right: 5%; width: min(26vw,360px); z-index: 3; }
.image-note { background: rgba(4,27,53,.7); bottom: 12px; font-size: .6rem; padding: 7px 10px; position: absolute; right: 12px; z-index: 4; }

/* Shared headings */
.section-heading h2, .profile-lead h2, .scenes-heading h2, .support h2, .contact-heading h2 { font-family: var(--font-serif); font-size: clamp(2.6rem,5vw,4.8rem); line-height: 1.45; margin-top: 20px; }
.section-heading-center { text-align: center; }
.section-heading-center .eyebrow { justify-content: center; }
.section-heading-center > p:last-child { margin-top: 20px; }
.section-number { color: var(--section-no); font: 700 6.8rem/1 var(--font-en); letter-spacing: -.04em; }
.body-copy { color: var(--muted); font-size: .96rem; line-height: 2.15; }
.body-copy p + p { margin-top: 1.3em; }

/* Numbers */
.numbers { background: var(--paper); padding: 130px 0; }
.numbers .section-heading { margin-bottom: 55px; }
.number-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.number-card { border-left: 1px solid var(--line); min-height: 240px; padding: 20px 28px 28px; position: relative; }
.number-card:last-child { border-right: 1px solid var(--line); }
.number-card > span { color: var(--muted); font: 600 .72rem var(--font-en); letter-spacing: .14em; }
.number-card p { align-items: baseline; color: var(--blue); display: flex; margin: 32px 0 18px; }
.number-card strong { font: 700 clamp(4.4rem,7vw,7rem)/.8 var(--font-en); letter-spacing: -.04em; }
.number-card b { font-size: 1rem; margin-left: 8px; }
.number-card h3 { font-family: var(--font-serif); font-size: .98rem; }
.number-accent { background: var(--number-accent-bg); color: var(--number-accent-ink); }
.number-accent p, .number-accent > span { color: inherit; }

/* Resolution */
.resolution { background: var(--surface); padding: 140px 0; }
.resolution-grid { display: grid; gap: 90px; grid-template-columns: 43% 57%; }
.resolution-visual { align-self: start; position: sticky; top: 150px; }
.resolution-visual .section-number { left: -5px; position: absolute; top: -62px; z-index: 2; }
.resolution-visual img { height: 700px; object-fit: cover; object-position: center top; width: 100%; box-shadow: var(--image-shadow); }
.resolution-visual > p { background: var(--navy); color: #fff; font-family: var(--font-serif); margin: -58px 0 0 42px; padding: 22px 28px; position: relative; width: calc(100% - 42px); }
.resolution-visual > p span { color: var(--gold); display: block; font: 600 .65rem var(--font-en); letter-spacing: .2em; margin-bottom: 7px; }
.resolution-copy { padding-right: 40px; }
.resolution-quote { font-family: var(--font-serif); font-size: clamp(2.3rem,4.6vw,4.3rem); line-height: 1.55; margin: 58px 0 44px; }
.resolution-pull { background: var(--pull-bg); border-left: 5px solid var(--accent); margin: 50px 0; padding: 35px 42px; }
.resolution-pull span { color: var(--blue); font: 700 .65rem var(--font-en); letter-spacing: .2em; }
.resolution-pull p { font-family: var(--font-serif); font-size: 1.3rem; line-height: 1.9; margin-top: 12px; }
.signature { align-items: end; border-top: 1px solid var(--line); display: flex; justify-content: space-between; margin-top: 52px; padding-top: 32px; }
.signature > p { font-family: var(--font-serif); line-height: 1.9; }
.signature div { display: flex; flex-direction: column; text-align: right; }
.signature small { font-size: .6rem; letter-spacing: .25em; }
.signature b { font-family: var(--font-serif); font-size: 1.45rem; letter-spacing: .12em; }

/* Policies */
.policies { background: var(--policy-bg); color: var(--policy-ink); overflow: hidden; padding: 140px 0 155px; position: relative; }
.policy-word { color: var(--policy-word); font: 800 17vw/1 var(--font-en); left: -1vw; position: absolute; top: 20px; white-space: nowrap; }
.policies .container { position: relative; z-index: 2; }
.policies .section-heading { margin-bottom: 65px; }
.policy-grid { display: grid; gap: 18px; grid-template-columns: repeat(3,1fr); }
.policy-card { background: var(--policy-card); border-top: 7px solid var(--policy-color); color: var(--policy-card-ink); min-height: 530px; padding: 30px 28px 34px; transition: transform .3s var(--ease), box-shadow .3s; }
.policy-card:hover { box-shadow: 0 28px 60px rgba(3,27,54,.2); transform: translateY(-10px); }
.policy-symbol { align-items: start; display: flex; justify-content: space-between; }
.policy-symbol span { color: var(--muted); font: 700 .75rem var(--font-en); letter-spacing: .16em; }
.policy-symbol b { align-items: center; background: var(--policy-color); border-radius: 50%; color: #fff; display: flex; font-family: var(--font-serif); font-size: 2.5rem; height: 82px; justify-content: center; width: 82px; }
.policy-card > div:last-child > p { color: var(--policy-color); font: 700 .7rem var(--font-en); letter-spacing: .13em; margin-top: 50px; }
.policy-card h3 { font-family: var(--font-serif); font-size: 1.75rem; margin: 12px 0 24px; }
.policy-card strong { display: block; font-family: var(--font-serif); font-size: 1.15rem; line-height: 1.8; min-height: 74px; }
.policy-card ul { border-top: 1px solid var(--line); list-style: none; margin-top: 28px; padding-top: 20px; }
.policy-card li { color: var(--muted); font-size: .78rem; line-height: 1.7; padding: 7px 0 7px 17px; position: relative; }
.policy-card li::before { background: var(--policy-color); border-radius: 50%; content: ""; height: 6px; left: 0; position: absolute; top: 15px; width: 6px; }
.policy-medical { --policy-color: var(--medical); }
.policy-work { --policy-color: var(--work); }
.policy-life { --policy-color: var(--life); }

/* Profile */
.profile { background: var(--paper); padding: 140px 0 120px; }
.profile-grid { display: grid; gap: 80px; grid-template-columns: .42fr .58fr; }
.profile-lead { align-self: start; position: sticky; top: 150px; }
.profile-lead .section-number { margin: 25px 0 5px; }
.profile-lead > p:last-of-type { color: var(--muted); line-height: 2; margin-top: 26px; max-width: 430px; }
.profile-personal { border-top: 1px solid var(--line); display: grid; gap: 12px; margin-top: 36px; padding-top: 25px; }
.profile-personal span { color: var(--muted); font-size: .75rem; line-height: 1.8; }
.profile-personal b { color: var(--ink); margin-right: 12px; }
.timeline { padding-top: 35px; }
.timeline article { display: grid; gap: 30px; grid-template-columns: 86px 1fr; min-height: 160px; position: relative; }
.timeline article::before { background: var(--line); content: ""; left: 42px; position: absolute; top: 28px; bottom: -2px; width: 1px; }
.timeline article:last-child::before { display: none; }
.timeline time { align-items: center; background: var(--blue); border-radius: 50%; color: #fff; display: flex; font: 700 1.05rem var(--font-en); height: 86px; justify-content: center; letter-spacing: .05em; position: relative; z-index: 2; }
.timeline article > div { padding-top: 14px; }
.timeline h3 { font-family: var(--font-serif); font-size: 1.2rem; margin-bottom: 10px; }
.timeline p { color: var(--muted); font-size: .83rem; line-height: 1.8; }
.experience { background: var(--experience-bg); margin-top: 80px; padding-block: 48px; }
.experience h3 { font-family: var(--font-serif); font-size: 1.5rem; margin-bottom: 25px; }
.experience-grid { display: grid; gap: 10px; grid-template-columns: repeat(3,1fr); }
.experience-grid p { background: var(--paper); color: var(--muted); font-size: .75rem; line-height: 1.6; min-height: 104px; padding: 17px; }
.experience-grid span { color: var(--blue); display: block; font-weight: 800; margin-bottom: 7px; }

/* Scenes */
.teine-scenes { background: var(--scenes-bg); padding: 130px 0 160px; }
.scenes-heading { margin-bottom: 55px; }
.scene-grid { display: grid; gap: 14px; grid-template-columns: .8fr 1.3fr .8fr; margin-inline: auto; max-width: 1540px; padding-inline: 24px; }
.scene { height: 650px; overflow: hidden; position: relative; }
.scene:nth-child(2) { transform: translateY(60px); }
.scene img { height: 100%; object-fit: cover; transition: transform .9s var(--ease); width: 100%; }
.scene:hover img { transform: scale(1.045); }
.scene::after { background: linear-gradient(180deg,transparent 50%,rgba(3,28,54,.8)); content: ""; inset: 0; position: absolute; }
.scene figcaption { bottom: 28px; color: #fff; font-family: var(--font-serif); font-size: 1rem; left: 28px; position: absolute; z-index: 2; }
.scene figcaption span { color: var(--gold); display: block; font: 700 .65rem var(--font-en); letter-spacing: .2em; margin-bottom: 7px; }

/* Support */
.support { background: var(--surface); padding: 150px 0; }
.support-card { background: var(--support-bg); box-shadow: var(--support-shadow); display: grid; gap: 70px; grid-template-columns: .85fr 1.15fr; overflow: hidden; padding: 75px 80px; position: relative; }
.quote-mark { color: var(--support-quote); font-family: Georgia,serif; font-size: 22rem; left: 18px; line-height: .75; position: absolute; top: 28px; }
.support-card > div, .support-card blockquote { position: relative; z-index: 2; }
.support blockquote p { color: var(--muted); font-size: .94rem; line-height: 2.2; }
.support blockquote footer { border-top: 1px solid var(--line); font-size: .8rem; margin-top: 25px; padding-top: 20px; text-align: right; }
.support blockquote strong { font-family: var(--font-serif); font-size: 1.25rem; margin-left: 8px; }

/* Dialogue */
.dialogue { background: var(--dialogue-bg); overflow: hidden; padding: 150px 0; position: relative; }
.dialogue-orbit { border: 1px solid var(--dialogue-line); border-radius: 50%; height: 850px; position: absolute; right: -370px; top: -300px; width: 850px; }
.dialogue-orbit::after { border: 1px solid var(--dialogue-line); border-radius: 50%; content: ""; inset: 100px; position: absolute; }
.dialogue-grid { display: grid; gap: 85px; grid-template-columns: .42fr .58fr; position: relative; z-index: 2; }
.dialogue-head { align-self: start; position: sticky; top: 150px; }
.dialogue-head .section-number { margin: 24px 0; }
.dialogue-head img { height: auto; mix-blend-mode: multiply; width: min(100%,430px); }
.dialogue-head > p:last-child { color: var(--muted); font-size: .86rem; margin-top: 20px; }
.dialogue-catch { font-family: var(--font-serif); font-size: clamp(2.8rem,5vw,4.8rem); line-height: 1.5; margin-bottom: 32px; }
.dialogue-body > .body-copy { max-width: 690px; }
.voice-list { display: grid; gap: 12px; margin-top: 52px; }
.voice-list p { background: var(--voice-bg); border-left: 5px solid var(--voice-color); box-shadow: 0 14px 38px rgba(5,34,66,.08); font-family: var(--font-serif); font-size: .96rem; margin-right: 9%; padding: 25px 30px; position: relative; }
.voice-list p:nth-child(even) { border-left-color: var(--gold); margin-left: 9%; margin-right: 0; }
.voice-list p::after { border-left: 20px solid transparent; border-top: 16px solid var(--voice-bg); bottom: -15px; content: ""; position: absolute; right: 24px; }

/* Contact */
.contact { background: var(--contact-bg); color: #fff; overflow: hidden; padding: 155px 0 140px; position: relative; }
.contact-streak { background: var(--accent); height: 10px; left: -4%; position: absolute; right: -4%; top: 40px; transform: rotate(-1.2deg); }
.contact-streak::after { background: var(--gold); content: ""; height: 4px; inset: 16px 0 auto; position: absolute; }
.contact-heading { margin-bottom: 58px; text-align: center; }
.contact-heading .eyebrow { justify-content: center; }
.contact-heading > p:last-child { color: rgba(255,255,255,.65); margin-top: 22px; }
.contact-grid { display: grid; gap: 12px; margin: auto; max-width: 940px; }
.contact-card { align-items: center; background: #fff; color: var(--navy); display: grid; gap: 22px; grid-template-columns: 66px 1fr auto; min-height: 104px; padding: 18px 28px; transition: transform .3s var(--ease), box-shadow .3s; }
.contact-card:hover { box-shadow: 0 20px 48px rgba(0,0,0,.23); transform: translateX(9px); }
.contact-card > span { align-items: center; border: 1px solid currentColor; border-radius: 50%; display: flex; font: 700 .65rem var(--font-en); height: 56px; justify-content: center; letter-spacing: .07em; width: 56px; }
.contact-card small { display: block; font-size: .68rem; opacity: .65; }
.contact-card strong { display: block; font-family: var(--font-serif); font-size: 1.2rem; letter-spacing: .03em; }
.contact-card i { font-size: 1.5rem; font-style: normal; }
.contact-line { background: #20bd5b; color: #fff; }
.contact-join { background: var(--join-bg); border-left: 6px solid var(--accent); }
.contact-join > span { background: var(--accent); border-color: var(--accent); color: #fff; }
.contact-join strong { color: var(--accent); }
.email { overflow-wrap: anywhere; }

/* Footer and mobile CTA */
.site-footer { background: #06192e; color: rgba(255,255,255,.58); padding: 72px 0 110px; }
.footer-grid { align-items: end; display: grid; gap: 35px; grid-template-columns: 1fr 1fr auto; }
.footer-grid > div { display: flex; flex-direction: column; }
.footer-grid small { font-size: .58rem; letter-spacing: .3em; }
.footer-grid strong { color: #fff; font-family: var(--font-serif); font-size: 1.4rem; letter-spacing: .13em; }
.footer-grid span { color: var(--gold); font: 600 .65rem var(--font-en); letter-spacing: .2em; }
.footer-grid p { font-size: .72rem; line-height: 1.8; }
.fixed-cta { bottom: 0; box-shadow: 0 -8px 28px rgba(0,0,0,.17); display: none; left: 0; position: fixed; right: 0; transform: translateY(110%); transition: transform .35s var(--ease); z-index: 210; }
.fixed-cta.is-shown { transform: none; }
.fixed-cta a { color: #fff; flex: 1; font-size: .8rem; font-weight: 800; padding: 15px 8px; text-align: center; }
.fixed-cta a:first-child { background: #20bd5b; }
.fixed-cta a:last-child { background: var(--accent); }

/* Motion */
.js .reveal { opacity: 0; transform: translateY(38px); transition: opacity .8s var(--ease), transform .8s var(--ease); transition-delay: var(--delay,0s); }
.js .reveal.is-visible { opacity: 1; transform: none; }
.js .reveal-load { opacity: 0; transform: translateY(25px); animation: enter .8s var(--ease) forwards; animation-delay: var(--delay,0s); }
@keyframes enter { to { opacity: 1; transform: none; } }

@media (max-width: 1050px) {
  .hero { min-height: 800px; }
  .hero-inner { grid-template-columns: 55% 45%; }
  .hero-copy { padding-left: 0; }
  .portrait-frame { right: -35px; width: 48vw; }
  .proof-career { left: -25px; }
  .resolution-grid { gap: 55px; }
  .profile-grid, .dialogue-grid { gap: 55px; }
  .support-card { gap: 45px; padding: 60px 50px; }
}

@media (max-width: 820px) {
  :root { --proposal-height: 0px; --header-height: 68px; }
  html { scroll-padding-top: 76px; }
  .container { padding-inline: 22px; }
  .header-inner { padding: 0 20px; }
  .header-nav { background: var(--mobile-menu-bg); display: flex; flex-direction: column; gap: 0; inset: var(--header-height) 0 auto; opacity: 0; padding: 22px; pointer-events: none; position: absolute; transform: translateY(-12px); transition: opacity .25s, transform .25s; }
  .header-nav.is-open { opacity: 1; pointer-events: auto; transform: none; }
  .header-nav > a { border-bottom: 1px solid var(--line); font-size: .9rem; padding: 16px; width: 100%; }
  .header-cta { border-radius: 0; box-shadow: none; text-align: center; }
  .menu-toggle { display: block; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(4.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4.5px) rotate(-45deg); }

  .hero { min-height: 950px; padding: 130px 0 85px; }
  .hero-inner { display: flex; flex-direction: column-reverse; gap: 10px; padding-inline: 0; }
  .hero-visual { height: 450px; width: 100%; }
  .portrait-frame { bottom: 0; height: 470px; left: 10%; right: auto; width: 80%; }
  .portrait-frame::after { inset: 10px; }
  .proof { height: 90px; padding: 17px 10px; width: 90px; }
  .proof strong { font-size: 2.3rem; }
  .proof-career { left: 18px; top: 45px; }
  .proof-age { bottom: 5px; right: 16px; }
  .hero-copy { padding: 12px 22px 0; width: 100%; }
  .hero h1 { font-size: clamp(2.65rem,12vw,4.3rem); margin-block: 16px 18px; }
  .hero-line { white-space: normal; }
  .hero-lead { font-size: .93rem; }
  .hero-name strong { font-size: 1.55rem; }
  .hero-buttons { margin-top: 22px; }
  .button { min-height: 48px; padding-inline: 16px; }
  .hero-route { font-size: 4rem; }
  .scroll-cue { display: none; }

  .declaration { padding: 42px 0; }
  .declaration-inner { align-items: start; flex-direction: column; gap: 14px; }
  .declaration-inner > span { font-size: .58rem; }
  .vision { min-height: 690px; }
  .vision-copy { padding-top: 115px; }
  .vision-copy h2 { font-size: 2.75rem; }
  .vision-logo { bottom: 0; height: 250px; right: 22px; width: 185px; }

  .numbers, .resolution, .profile, .support, .dialogue { padding-block: 100px; }
  .number-grid { grid-template-columns: repeat(2,1fr); }
  .number-card:nth-child(3), .number-card:nth-child(4) { border-top: 1px solid var(--line); }
  .number-card { min-height: 210px; padding-inline: 18px; }
  .number-card strong { font-size: 4.7rem; }
  .resolution-grid, .profile-grid, .dialogue-grid { grid-template-columns: 1fr; }
  .resolution-visual, .profile-lead, .dialogue-head { position: static; }
  .resolution-visual img { height: 660px; }
  .resolution-copy { padding-right: 0; }
  .resolution-quote { margin-top: 38px; }
  .signature { align-items: start; flex-direction: column; gap: 25px; }
  .signature div { text-align: left; }

  .policies { padding-block: 105px; }
  .policy-grid { grid-template-columns: 1fr; }
  .policy-card { min-height: auto; }
  .policy-card > div:last-child > p { margin-top: 24px; }
  .policy-card strong { min-height: 0; }
  .experience { margin-inline: 22px; padding-inline: 22px; }
  .experience-grid { grid-template-columns: 1fr 1fr; }
  .scene-grid { gap: 8px; grid-template-columns: 1fr 1fr; padding-inline: 10px; }
  .scene { height: 460px; }
  .scene:nth-child(2) { transform: none; }
  .scene:last-child { grid-column: 1 / -1; height: 390px; }
  .support-card { grid-template-columns: 1fr; padding: 55px 30px; }
  .quote-mark { font-size: 15rem; }
  .dialogue-head img { max-width: 360px; }
  .contact { padding-block: 115px 100px; }
  .contact-card { grid-template-columns: 52px 1fr auto; min-height: 92px; padding: 15px; }
  .contact-card > span { height: 46px; width: 46px; }
  .contact-card strong { font-size: .96rem; }
  .footer-grid { align-items: start; grid-template-columns: 1fr; }
  .fixed-cta { display: flex; }
}

@media (max-width: 480px) {
  .hero { min-height: 980px; }
  .hero-visual { height: 430px; }
  .portrait-frame { height: 445px; left: 4%; width: 92%; }
  .hero-buttons { align-items: stretch; flex-direction: column; }
  .hero-buttons .button { width: 100%; }
  .vision-copy h2 { font-size: 2.25rem; }
  .vision-logo { height: 200px; width: 150px; }
  .section-heading h2, .profile-lead h2, .scenes-heading h2, .support h2, .contact-heading h2 { font-size: 2.35rem; }
  .resolution-visual img { height: 530px; }
  .resolution-visual > p { margin-left: 20px; width: calc(100% - 20px); }
  .resolution-pull { margin-inline: -8px; padding: 28px 24px; }
  .number-card { min-height: 185px; }
  .number-card strong { font-size: 4rem; }
  .experience-grid { grid-template-columns: 1fr; }
  .scene { height: 350px; }
  .scene:last-child { height: 320px; }
  .voice-list p, .voice-list p:nth-child(even) { margin-left: 0; margin-right: 0; padding: 22px 20px; }
  .contact-card { gap: 11px; }
  .contact-card strong.email { font-family: var(--font-sans); font-size: .78rem; }
}

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