:root {
  --charcoal: #272729;
  --paper: #fffaf9;
  --white: #ffffff;
  --sakura-wash: #f8cdd5;
  --sakura: #e98aa6;
  --petal: #f4b6c6;
  --momo: #d97691;
  --enji: #9d435f;
  --ume: #745267;
  --leaf: #7c8059;
  --nikkei: #737234;
  --gold: #ebad48;
  --line: rgba(39, 39, 41, .16);
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --serif: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
  --gutter: clamp(1.25rem, 4vw, 4.5rem);
  --section: clamp(6rem, 11vw, 11rem);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--paper); color: var(--charcoal); font-family: var(--sans); font-size: clamp(1rem, .95rem + .2vw, 1.125rem); line-height: 1.58; }
a { color: inherit; }
p { margin: 0; }
h1, h2, h3 { margin: 0; font-family: var(--serif); font-weight: 400; }
h1 { font-size: clamp(4rem, 9.2vw, 9.5rem); line-height: .85; letter-spacing: -.06em; }
h2 { font-size: clamp(3.1rem, 6.5vw, 7rem); line-height: .93; letter-spacing: -.052em; }
h3 { font-size: clamp(1.8rem, 3vw, 3.2rem); line-height: 1; letter-spacing: -.035em; }
em { color: var(--enji); font-weight: 400; }

.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 9999; padding: .8rem 1rem; background: var(--charcoal); color: white; }
.skip-link:focus { top: 1rem; }
.site-header { position: fixed; z-index: 100; inset: 0 0 auto; min-height: 82px; display: flex; align-items: center; justify-content: space-between; padding: 1rem var(--gutter); border-bottom: 1px solid transparent; transition: background .3s ease, border-color .3s ease, min-height .3s ease; }
.site-header.is-scrolled { min-height: 68px; background: rgba(255,250,249,.9); border-color: var(--line); backdrop-filter: blur(18px); }
.brand { display: inline-flex; align-items: center; gap: .75rem; font-weight: 700; letter-spacing: -.03em; text-decoration: none; }
.brand-mark { width: 40px; height: 40px; display: block; flex: 0 0 auto; overflow: hidden; border-radius: 50%; background: white url('../images/sakura-round-logo.png') -32px -28px / 104px 104px no-repeat; }
.site-nav { display: flex; align-items: center; gap: clamp(1.25rem, 3vw, 3rem); font-size: .82rem; }
.site-nav a { position: relative; text-decoration: none; }
.site-nav a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -.28rem; height: 1px; background: var(--enji); transition: right .2s ease; }
.site-nav a:hover::after, .site-nav a:focus-visible::after { right: 0; }
.nav-cta { padding: .72rem 1.15rem; border: 1px solid var(--charcoal); border-radius: 999px; transition: color .2s, background .2s; }
.nav-cta:hover { background: var(--charcoal); color: white; }
.nav-toggle { display: none; border: 0; background: transparent; font: inherit; }

.section-grid { display: grid; grid-template-columns: repeat(12, minmax(0,1fr)); gap: clamp(1rem, 2vw, 2rem); padding-inline: var(--gutter); }
.eyebrow, .section-label { font-size: .68rem; line-height: 1.25; letter-spacing: .14em; text-transform: uppercase; }
.section-label { grid-column: 1 / 3; padding-top: .55rem; }
.button { display: inline-flex; align-items: center; justify-content: center; width: max-content; min-height: 51px; padding: .8rem 1.45rem; border: 1px solid currentColor; border-radius: 999px; font-size: .78rem; font-weight: 700; text-decoration: none; transition: transform .2s, background .2s, color .2s; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-primary { border-color: var(--charcoal); background: var(--charcoal); color: white; }
.button-primary:hover { background: var(--enji); border-color: var(--enji); }
.button-light { color: inherit; }
.button-light:hover { background: white; color: var(--charcoal); }
.text-link { padding-bottom: .2rem; border-bottom: 1px solid; font-size: .82rem; text-decoration: none; }
.action-row { display: flex; align-items: center; gap: 1.5rem; margin-top: 2.5rem; }

.flow-hero { position: relative; min-height: 100svh; display: flex; align-items: center; overflow: hidden; background: var(--sakura-wash); }
.flow-hero-bg { position: absolute; inset: 0; background-image: linear-gradient(90deg, rgba(255,250,249,.98) 0%, rgba(255,250,249,.9) 32%, rgba(248,205,213,.42) 58%, rgba(248,205,213,.08) 100%), url('../images/sakura-cfga.jpg'); background-size: cover; background-position: center; transform: scale(1.025); animation: hero-breathe 16s ease-in-out infinite alternate; }
.flow-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 64%, rgba(255,250,249,.78)); pointer-events: none; }
.flow-hero-inner { position: relative; z-index: 2; width: min(900px, 72vw); padding: 9rem var(--gutter) 7rem; }
.flow-hero-inner .eyebrow { margin-bottom: 2rem; }
.flow-hero h1 em { color: var(--enji); }
.hero-intro { max-width: 650px; margin-top: 2.35rem; font-size: clamp(1.08rem, 1.35vw, 1.34rem); }
.hero-petal-note { position: absolute; z-index: 2; right: var(--gutter); bottom: 5.3rem; display: flex; gap: 2rem; font-size: .62rem; letter-spacing: .13em; text-transform: uppercase; writing-mode: vertical-rl; }
.scroll-cue { position: absolute; z-index: 2; left: var(--gutter); bottom: 1.4rem; display: flex; align-items: center; gap: .8rem; font-size: .62rem; letter-spacing: .11em; text-transform: uppercase; text-decoration: none; }
.scroll-cue i { position: relative; width: 62px; height: 1px; overflow: hidden; background: rgba(39,39,41,.24); }
.scroll-cue i::after { content: ""; position: absolute; inset: 0; background: var(--enji); transform: translateX(-100%); animation: cue 2.4s ease-in-out infinite; }

.introduction { padding-block: var(--section); background: var(--paper); }
.intro-statement { grid-column: 3 / 12; }
.intro-statement h2 em { color: var(--momo); }
.intro-statement > p { max-width: 760px; margin: 2.5rem 0 0 auto; font-size: clamp(1.15rem, 1.8vw, 1.6rem); }
.intro-path { grid-column: 3 / 13; display: flex; align-items: center; gap: .8rem; margin-top: 5rem; color: var(--enji); font-size: .66rem; letter-spacing: .11em; text-transform: uppercase; }
.intro-path i { height: 1px; flex: 1; background: var(--sakura); }

.capabilities { padding-top: var(--section); background: white; }
.capabilities-head { padding-bottom: 4.5rem; }
.capabilities-head > div { grid-column: 3 / 11; }
.capabilities-head p { max-width: 580px; margin-top: 1.4rem; }
.capability-flow { height: min(690px, 76vh); min-height: 580px; display: flex; overflow: hidden; border-top: 1px solid rgba(255,255,255,.35); }
.capability-panel { position: relative; min-width: 78px; flex: 1 1 0; display: grid; grid-template-columns: 78px minmax(0,1fr); overflow: hidden; color: var(--charcoal); transition: flex .72s cubic-bezier(.2,.75,.2,1); }
.capability-panel.is-active { flex: 4.3 1 0; }
.capability-panel.sakura { background: var(--sakura-wash); }
.capability-panel.petal { background: var(--petal); }
.capability-panel.momo { background: var(--momo); }
.capability-panel.enji { background: var(--enji); color: white; }
.capability-panel.ume { background: var(--ume); color: white; }
.capability-panel button { position: relative; z-index: 3; width: 78px; height: 100%; display: flex; align-items: center; justify-content: space-between; padding: 1.35rem 1.1rem; border: 0; border-right: 1px solid rgba(255,255,255,.4); background: transparent; color: inherit; font: inherit; cursor: pointer; writing-mode: vertical-rl; transform: rotate(180deg); }
.capability-panel button span { font-size: .62rem; letter-spacing: .12em; }
.capability-panel button strong { font-family: var(--serif); font-size: clamp(1.25rem, 2vw, 2rem); font-weight: 400; line-height: 1; }
.capability-content { align-self: end; min-width: 420px; max-width: 720px; padding: clamp(2rem, 4vw, 5rem); opacity: 0; transform: translateX(35px); transition: opacity .35s ease .12s, transform .55s ease .08s; }
.capability-panel.is-active .capability-content { opacity: 1; transform: none; }
.capability-content .eyebrow { margin-bottom: 1.5rem; }
.capability-content h3 { max-width: 620px; }
.capability-content > p:last-child { max-width: 580px; margin-top: 1.5rem; }
.capability-panel.sakura.is-active::after { content: ""; position: absolute; inset: 0 0 0 78px; background: linear-gradient(90deg, rgba(248,205,213,.88), rgba(248,205,213,.38)), url('../images/sakura-cfga.jpg') center/cover; opacity: .78; }
.capability-panel.sakura .capability-content { position: relative; z-index: 2; }

.work-intro { padding-block: var(--section); }
.work-intro > div { grid-column: 3 / 12; }
.work-intro > div > p { max-width: 660px; margin: 2.5rem 0 0 auto; font-size: 1.15rem; }
.nikkei-identity { padding: var(--section) var(--gutter) 0; overflow: hidden; background: #f6eddc; }
.nikkei-panel-head, .nikkei-film-intro { display: grid; grid-template-columns: repeat(12,minmax(0,1fr)); gap: clamp(1rem,2vw,2rem); }
.nikkei-panel-head .section-label, .nikkei-film-intro .section-label { grid-column: 1 / 3; }
.nikkei-panel-head > div, .nikkei-film-intro > div { grid-column: 4 / 12; }
.nikkei-panel-head h2, .nikkei-film-intro h2 { margin-top: 1.25rem; }
.nikkei-identity-stage { position: relative; min-height: clamp(850px,73vw,1120px); margin-top: clamp(4rem,7vw,8rem); border-top: 1px solid rgba(39,39,41,.22); border-bottom: 1px solid rgba(39,39,41,.22); background: radial-gradient(circle at center,rgba(255,255,255,.72),rgba(255,255,255,.18) 56%,transparent 76%); }
.nikkei-logo-display { position: absolute; z-index: 2; width: min(50vw,850px); margin: 0; left: 50%; top: 52%; transform: translate(-50%,-50%); }
.nikkei-logo-display img { display: block; width: 100%; height: auto; }
.logo-callout { position: absolute; z-index: 3; width: min(23vw,300px); padding-top: 1rem; border-top: 1px solid rgba(39,39,41,.52); }
.logo-callout::before { content: ""; position: absolute; top: -4px; width: 7px; height: 7px; border: 1px solid var(--charcoal); border-radius: 50%; background: #f6eddc; }
.logo-callout::after { content: ""; position: absolute; top: -1px; width: clamp(40px,6vw,90px); height: 1px; background: rgba(39,39,41,.42); }
.logo-callout > span { display: block; margin-bottom: 1.25rem; color: var(--nikkei); font-size: .62rem; letter-spacing: .13em; }
.logo-callout h3 { margin-bottom: .8rem; font-size: clamp(1.45rem,2vw,2.2rem); }
.logo-callout p { font-size: clamp(.83rem,1vw,.98rem); line-height: 1.55; }
.callout-wordmark { top: 13%; left: 0; }
.callout-bilingual { left: 4%; bottom: 3%; }
.callout-enso { top: 9%; right: 0; }
.callout-mizuhiki { right: 1%; bottom: 4%; }
.callout-wordmark::before, .callout-bilingual::before { right: -4px; }
.callout-wordmark::after, .callout-bilingual::after { left: 100%; }
.callout-enso::before, .callout-mizuhiki::before { left: -4px; }
.callout-enso::after, .callout-mizuhiki::after { right: 100%; }
.nikkei-identity-foot { display: grid; grid-template-columns: repeat(3,1fr); padding: 1.4rem 0; font-size: .62rem; letter-spacing: .13em; text-transform: uppercase; }
.nikkei-identity-foot p:nth-child(2) { text-align: center; }
.nikkei-identity-foot p:last-child { text-align: right; }

.nikkei-film { padding: var(--section) var(--gutter); overflow: hidden; background: var(--nikkei); color: white; }
.nikkei-film-intro > div > p:last-child { max-width: 650px; margin: 2rem 0 0 auto; font-size: 1.08rem; }
.nikkei-film-intro em { color: #f4c366; }
.nikkei-video-frame { position: relative; margin-top: clamp(4rem,7vw,8rem); border: 1px solid rgba(255,255,255,.36); background: #1d1e18; box-shadow: 0 30px 80px rgba(24,25,18,.28); }
.nikkei-video-frame video { display: block; width: 100%; aspect-ratio: 16 / 9; object-fit: cover; background: #1d1e18; }
.nikkei-video-caption { display: flex; justify-content: space-between; gap: 2rem; padding: 1rem 1.2rem; border-top: 1px solid rgba(255,255,255,.24); font-size: .62rem; letter-spacing: .12em; text-transform: uppercase; }

.case-outcomes { padding: var(--section) var(--gutter); background: white; }
.case-outcomes-head { display: grid; grid-template-columns: repeat(12,minmax(0,1fr)); gap: clamp(1rem,2vw,2rem); }
.case-outcomes-head .section-label { grid-column: 1 / 3; }
.case-outcomes-head > div { grid-column: 4 / 12; }
.case-outcomes-head .eyebrow { margin-bottom: 1.4rem; }
.case-outcomes-head h2 { max-width: 1150px; }
.case-outcomes-head > div > p:last-child { max-width: 690px; margin: 2rem 0 0 auto; font-size: 1.08rem; }
.case-outcome-grid { display: grid; grid-template-columns: repeat(3,1fr); margin-top: clamp(2.5rem,4vw,4rem); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.case-outcome-grid article { min-height: 430px; display: flex; flex-direction: column; padding: clamp(1.75rem,3vw,3.5rem); border-right: 1px solid var(--line); transition: transform .3s ease, box-shadow .3s ease; }
.case-outcome-grid article:last-child { border-right: 0; background: var(--enji); color: white; }
.case-outcome-grid article:nth-child(2) { background: #f6eddc; }
.case-outcome-grid article:hover { position: relative; z-index: 2; transform: translateY(-10px); box-shadow: 0 22px 55px rgba(39,39,41,.12); }
.case-outcome-grid span { font-size: .62rem; letter-spacing: .13em; }
.case-outcome-grid h3 { margin-top: auto; }
.case-outcome-grid p { max-width: 390px; margin-top: 1.4rem; }

.sakura-window { position: relative; min-height: 82svh; display: flex; align-items: center; overflow: hidden; }
.sakura-window-image { position: absolute; inset: -4%; background: linear-gradient(180deg, rgba(39,39,41,.12), rgba(95,43,62,.52)), url('../images/sakura-cfga.jpg') center/cover; background-attachment: fixed; }
.sakura-window-statement { position: relative; z-index: 2; width: 100%; padding: 5rem var(--gutter); color: white; }
.sakura-window-statement .eyebrow { margin-bottom: 1.5rem; }
.sakura-window-statement h2 { max-width: 1480px; font-size: clamp(3rem,6.3vw,6.8rem); }
.sakura-window-statement h2 em { color: #ffe0e7; }

.process { position: relative; isolation: isolate; overflow: hidden; padding-top: clamp(5rem,8vw,8rem); padding-bottom: clamp(6rem,10vw,10rem); background: linear-gradient(180deg,var(--paper),#fff 72%); }
.process::before { content: ""; position: absolute; z-index: -1; width: min(46vw,640px); aspect-ratio: 1; right: -16%; top: -25%; border-radius: 50%; background: radial-gradient(circle,rgba(248,205,213,.55),rgba(248,205,213,0) 70%); }
.process-intro { grid-column: 3 / 12; }
.process-intro > p { max-width: none; margin-top: 1.35rem; font-size: clamp(1rem,1.3vw,1.18rem); white-space: nowrap; }
.process-list { grid-column: 1 / 13; margin: clamp(3.5rem,6vw,6rem) 0 0; padding: 0 0 2.5rem; list-style: none; display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: clamp(.65rem,1.1vw,1.15rem); align-items: start; }
.process-list li { --step-offset: 0rem; position: relative; min-height: clamp(220px,19vw,300px); padding: clamp(1.25rem,2vw,2rem); display: flex; flex-direction: column; overflow: hidden; border-radius: 1.35rem 1.35rem 4.5rem 1.35rem; background: var(--sakura-wash); transform: translateY(var(--step-offset)); box-shadow: 0 18px 45px rgba(88,45,61,.07); transition: transform .3s ease, box-shadow .3s ease; }
.process-list li::after { content: ""; position: absolute; width: 110px; aspect-ratio: 1; right: -48px; top: -52px; border: 1px solid rgba(255,255,255,.58); border-radius: 50%; }
.process-list li:nth-child(2) { --step-offset: 1.4rem; background: var(--petal); }
.process-list li:nth-child(3) { --step-offset: 2.8rem; background: var(--momo); }
.process-list li:nth-child(4) { --step-offset: 1.4rem; background: var(--enji); color: white; }
.process-list li:nth-child(5) { background: var(--ume); color: white; }
.process-list li:hover { transform: translateY(calc(var(--step-offset) - 8px)); box-shadow: 0 24px 55px rgba(88,45,61,.14); }
.process-list span { position: relative; z-index: 1; width: 2.6rem; height: 2.6rem; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-size: .62rem; letter-spacing: .1em; }
.process-list strong { position: relative; z-index: 1; margin-top: auto; font-family: var(--serif); font-size: clamp(1.75rem,2.5vw,2.8rem); font-weight: 400; }
.process-list p { position: relative; z-index: 1; margin-top: .7rem; font-size: .8rem; }

.studio { padding-top: var(--section); padding-bottom: var(--section); background: var(--sakura-wash); }
.studio-portrait { grid-column: 3 / 7; min-height: clamp(430px,48vw,680px); margin: 0; overflow: hidden; background: var(--petal); }
.studio-portrait img { width: 100%; height: 100%; min-height: inherit; display: block; object-fit: cover; object-position: center 30%; }
.studio-copy { grid-column: 7 / 13; align-self: center; }
.studio-copy h2 { max-width: 840px; margin: 1.5rem 0 2.5rem; font-size: clamp(3rem,5vw,5.6rem); }
.studio-copy blockquote { max-width: 760px; margin: 0; font-size: clamp(1.08rem,1.45vw,1.3rem); }
.studio-signature { display: flex; flex-direction: column; margin-top: 2.25rem; font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; }
.studio-signature strong { font-weight: 700; }
.studio-signature span { margin-top: .2rem; opacity: .72; }
.contact { padding: var(--section) var(--gutter); background: var(--enji); color: white; }
.contact-inner { max-width: 1180px; }
.contact h2 { margin: 1.5rem 0 2rem; }
.contact p:not(.eyebrow) { max-width: 650px; margin-bottom: 2.5rem; font-size: 1.15rem; }
.contact .button-primary { background: white; border-color: white; color: var(--charcoal); }
.contact .button-primary:hover { background: var(--sakura-wash); }

.site-footer { padding: clamp(4rem,8vw,8rem) var(--gutter) 2rem; background: white; }
.footer-lead { display: grid; grid-template-columns: 1fr 3fr; }
.footer-statement { font-family: var(--serif); font-size: clamp(2.3rem,5vw,5.5rem); line-height: .95; letter-spacing: -.04em; }
.footer-meta { width: 50%; margin: 6rem 0 5rem auto; display: grid; grid-template-columns: repeat(2,minmax(180px,1fr)); gap: 4rem; }
.footer-meta div { display: flex; flex-direction: column; align-items: flex-start; gap: .5rem; }
.footer-meta .meta-label { margin-bottom: .5rem; color: var(--enji); }
.footer-meta a { font-size: .85rem; text-decoration: none; }
.footer-bottom { padding-top: 1.2rem; border-top: 1px solid var(--line); display: flex; justify-content: space-between; font-size: .62rem; letter-spacing: .08em; text-transform: uppercase; }
.not-found { min-height: 70svh; padding: 12rem var(--gutter) 6rem; }

[data-reveal] { opacity: 0; transform: translateY(34px); transition: opacity .85s ease, transform 1s cubic-bezier(.18,.78,.22,1); }
[data-reveal].is-visible { opacity: 1; transform: none; }

@keyframes hero-breathe { from { transform: scale(1.025) translate3d(0,0,0); } to { transform: scale(1.075) translate3d(-1%,.5%,0); } }
@keyframes cue { 0%,18% { transform: translateX(-100%); } 62%,100% { transform: translateX(100%); } }

@media (max-width: 980px) {
  .flow-hero-inner { width: 86vw; }
  .intro-statement, .capabilities-head > div, .work-intro > div, .process-intro { grid-column: 3 / 13; }
  .studio-portrait { grid-column: 3 / 7; }
  .studio-copy { grid-column: 7 / 13; }
  .capability-flow { height: 620px; }
  .capability-panel { grid-template-columns: 66px minmax(0,1fr); min-width: 66px; }
  .capability-panel button { width: 66px; }
  .capability-panel.sakura.is-active::after { left: 66px; }
  .nikkei-panel-head > div, .nikkei-film-intro > div { grid-column: 3 / 13; }
  .nikkei-logo-display { width: min(68vw,780px); }
  .logo-callout { width: min(28vw,280px); }
  .process-list { grid-template-columns: repeat(3,1fr); gap: 1rem; }
  .process-list li, .process-list li:nth-child(n) { --step-offset: 0rem; min-height: 220px; }
}

@media (max-width: 700px) {
  h1 { font-size: clamp(3.7rem,17vw,6rem); }
  h2 { font-size: clamp(3rem,13vw,5rem); }
  .site-header { min-height: 68px; }
  .nav-toggle { display: inline-flex; align-items: center; gap: .6rem; position: relative; z-index: 2; }
  .nav-toggle i, .nav-toggle i::after { width: 19px; height: 1px; display: block; background: currentColor; transition: transform .18s; }
  .nav-toggle i::after { content: ""; transform: translateY(5px); }
  .nav-toggle[aria-expanded="true"] i { transform: rotate(45deg); }
  .nav-toggle[aria-expanded="true"] i::after { transform: rotate(-90deg); }
  .site-nav { display: none; position: fixed; inset: 0; padding: 7rem var(--gutter) 3rem; flex-direction: column; align-items: flex-start; justify-content: center; background: var(--paper); font-family: var(--serif); font-size: 2.35rem; }
  .site-nav.is-open { display: flex; }
  .nav-cta { margin-top: 1rem; font-family: var(--sans); font-size: .8rem; }
  .section-grid { grid-template-columns: repeat(4,minmax(0,1fr)); }
  .section-label { grid-column: 1 / 5 !important; margin-bottom: 2rem; }
  .flow-hero { align-items: flex-end; }
  .flow-hero-bg { background-image: linear-gradient(180deg, rgba(255,250,249,.25), rgba(255,250,249,.94) 58%), url('../images/sakura-cfga.jpg'); background-position: 60% center; }
  .flow-hero-inner { width: 100%; padding-top: 9rem; }
  .hero-petal-note { display: none; }
  .action-row { align-items: flex-start; flex-direction: column; }
  .intro-statement, .capabilities-head > div, .work-intro > div, .process-intro { grid-column: 1 / 5; }
  .studio-portrait, .studio-copy { grid-column: 1 / 5; }
  .studio-portrait { min-height: 110vw; margin-bottom: 2.5rem; }
  .intro-path { grid-column: 1 / 5; flex-wrap: wrap; }
  .intro-path i { min-width: 22px; }
  .capability-flow { height: auto; min-height: 0; display: block; }
  .capability-panel, .capability-panel.is-active { min-height: 82px; display: block; }
  .capability-panel button { width: 100%; height: 82px; padding: 1rem var(--gutter); flex-direction: row; writing-mode: horizontal-tb; transform: none; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.38); }
  .capability-content { display: none; min-width: 0; padding: 2.5rem var(--gutter) 4rem; opacity: 1; transform: none; }
  .capability-panel.is-active .capability-content { display: block; }
  .capability-panel.sakura.is-active::after { inset: 82px 0 0; }
  .nikkei-identity { padding-inline: var(--gutter); }
  .nikkei-panel-head, .nikkei-film-intro { grid-template-columns: repeat(4,minmax(0,1fr)); }
  .nikkei-panel-head .section-label, .nikkei-film-intro .section-label, .nikkei-panel-head > div, .nikkei-film-intro > div { grid-column: 1 / 5; }
  .nikkei-identity-stage { min-height: 0; margin-top: 3.5rem; padding: 2.5rem 0 0; background: radial-gradient(circle at 50% 20%,rgba(255,255,255,.8),rgba(255,255,255,.08) 58%); }
  .nikkei-logo-display { position: relative; width: 110%; max-width: none; left: -5%; top: auto; transform: none; }
  .logo-callout { position: relative; inset: auto; width: 100%; padding: 1.6rem 0; }
  .logo-callout::before { left: 0; right: auto; top: -4px; }
  .logo-callout::after { display: none; }
  .logo-callout > span { margin-bottom: .75rem; }
  .logo-callout h3 { font-size: 2rem; }
  .nikkei-identity-foot { gap: 1rem; }
  .nikkei-film { padding-inline: var(--gutter); }
  .nikkei-video-frame { margin-inline: calc(var(--gutter) * -1); border-left: 0; border-right: 0; }
  .nikkei-video-caption { align-items: flex-start; flex-direction: column; gap: .35rem; }
  .case-outcomes-head { grid-template-columns: repeat(4,minmax(0,1fr)); }
  .case-outcomes-head .section-label, .case-outcomes-head > div { grid-column: 1 / 5; }
  .case-outcome-grid { grid-template-columns: 1fr; }
  .case-outcome-grid article { min-height: 300px; border-right: 0; border-bottom: 1px solid var(--line); }
  .case-outcome-grid article:last-child { border-bottom: 0; }
  .sakura-window { min-height: 72svh; }
  .sakura-window-image { background-attachment: scroll; }
  .sakura-window-statement { padding-block: 4rem; }
  .process-list { grid-column: 1 / 5; grid-template-columns: 1fr; gap: .85rem; padding-bottom: 0; }
  .process-intro > p { white-space: normal; }
  .process-list li, .process-list li:last-child { min-height: 175px; grid-column: auto; }
  .footer-lead { grid-template-columns: 1fr; gap: 1.5rem; }
  .footer-meta { width: 100%; margin-top: 4rem; grid-template-columns: 1fr; gap: 2rem; }
  .footer-bottom { flex-direction: column; gap: .5rem; }
}

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