:root {
  --ink: #082642;
  --ink-soft: #082642;
  --rose: #d5912e;
  --blush: #fff0a6;
  --gold: #75400d;
  --cream: #ffffff;
  --paper: #f7f4ee;
  --stone: #4f5d67;
  --white: #ffffff;
  --line: rgba(9, 9, 9, 0.2);
  --serif: "Bodoni 72", Didot, "Iowan Old Style", Baskerville, "Times New Roman", serif;
  --sans: "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", Arial, sans-serif;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --pad: clamp(24px, 5vw, 84px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--paper); }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.55; -webkit-font-smoothing: antialiased; }
body.modal-open, body.menu-open { overflow: hidden; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
p, h1, h2, h3 { margin: 0; }
img { display: block; max-width: 100%; }
.skip-link { position: fixed; left: 20px; top: -80px; z-index: 1000; background: var(--white); color: var(--ink); padding: 10px 14px; transition: top .2s; }
.skip-link:focus { top: 20px; }

.site-header { position: fixed; inset: 0 0 auto; height: 84px; z-index: 100; padding: 0 var(--pad); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; color: var(--white); border-bottom: 1px solid rgba(255,255,255,.16); transition: background .35s, color .35s, height .35s, border-color .35s; }
.site-header.is-scrolled { height: 68px; background: rgba(250,247,242,.94); color: var(--ink); border-color: var(--line); backdrop-filter: blur(18px); }
.brand { position: relative; display: block; width: clamp(138px, 11vw, 174px); height: 48px; justify-self: start; }
.brand-logo { position: absolute; inset: 50% auto auto 0; width: 100%; height: auto; transform: translateY(-50%); transition: opacity .3s var(--ease); }
.brand-logo-color { opacity: 0; }
.site-header.is-scrolled .brand-logo-reversed { opacity: 0; }
.site-header.is-scrolled .brand-logo-color { opacity: 1; }
.desktop-nav { display: flex; align-items: center; gap: clamp(20px, 2.4vw, 42px); font-size: 11px; letter-spacing: .11em; }
.desktop-nav a { position: relative; white-space: nowrap; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 1px; background: currentColor; transition: right .4s var(--ease); }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { right: 0; }
.header-actions { justify-self: end; display: flex; align-items: center; gap: 18px; }
.lang-toggle, .text-button, .menu-toggle { border: 0; background: none; cursor: pointer; }
.lang-toggle { color: inherit; display: inline-flex; gap: 7px; align-items: center; font-size: 9px; letter-spacing: .14em; padding: 8px 0; }
.lang-toggle i { display: block; width: 18px; height: 1px; background: currentColor; opacity: .5; }
body[data-lang="en"] .lang-en, body[data-lang="zh"] .lang-zh { opacity: 1; }
body[data-lang="en"] .lang-zh, body[data-lang="zh"] .lang-en { opacity: .38; }
.text-button { color: inherit; font-size: 11px; letter-spacing: .1em; border-bottom: 1px solid currentColor; padding: 5px 0; }
.menu-toggle { display: none; width: 34px; height: 34px; padding: 6px 0; position: relative; }
.menu-toggle span { position: absolute; right: 0; width: 26px; height: 1px; background: currentColor; transition: transform .35s var(--ease), top .35s var(--ease); }
.menu-toggle span:first-child { top: 12px; }
.menu-toggle span:last-child { top: 21px; width: 18px; }
.menu-toggle[aria-expanded="true"] span:first-child { top: 17px; transform: rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:last-child { top: 17px; width: 26px; transform: rotate(-45deg); }

.mobile-menu { position: fixed; inset: 0; z-index: 90; background: var(--ink); color: var(--paper); padding: 110px var(--pad) 40px; display: flex; flex-direction: column; justify-content: space-between; visibility: hidden; opacity: 0; transform: translateY(-12px); transition: opacity .35s, transform .5s var(--ease), visibility .35s; }
.mobile-menu.is-open { visibility: visible; opacity: 1; transform: none; }
.mobile-menu nav { display: flex; flex-direction: column; }
.mobile-menu nav a { font-family: var(--serif); font-size: clamp(34px, 9vw, 58px); border-bottom: 1px solid rgba(255,255,255,.18); padding: 12px 0; }
.mobile-menu-foot { display: flex; align-items: end; justify-content: space-between; font-size: 10px; letter-spacing: .12em; }
.mobile-menu-foot button { border: 0; border-bottom: 1px solid; background: none; color: inherit; padding: 5px 0; }

.hero { min-height: 100svh; position: relative; overflow: hidden; display: grid; align-items: end; color: var(--white); background: var(--ink); }
.hero-media, .hero-shade { position: absolute; inset: 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: 54% center; transform: scale(1.025); animation: hero-settle 1.8s var(--ease) forwards; }
.hero-shade { background: linear-gradient(90deg, rgba(8,38,66,.97) 0%, rgba(8,38,66,.82) 31%, rgba(8,38,66,.20) 67%, rgba(8,38,66,.06) 100%), linear-gradient(0deg, rgba(8,38,66,.60) 0%, transparent 38%); }
.hero-content { position: relative; z-index: 2; width: min(760px, 72vw); padding: 150px var(--pad) 148px; }
.eyebrow { color: var(--blush); text-transform: uppercase; font-size: 10px; letter-spacing: .27em; line-height: 1.4; }
.eyebrow.dark { color: var(--rose); }
.hero h1 { font-family: var(--serif); font-weight: 400; font-size: clamp(62px, 8.6vw, 142px); line-height: .79; letter-spacing: -.045em; margin-top: 28px; }
.hero h1 span, .hero h1 em { display: block; }
.hero h1 em { font-weight: 400; color: var(--blush); margin-left: clamp(20px, 6vw, 100px); margin-top: .17em; }
.hero-copy { max-width: 590px; margin-top: 40px; font-size: clamp(16px, 1.5vw, 22px); font-weight: 300; line-height: 1.55; color: rgba(255,253,250,.84); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 38px; }
.button { border: 1px solid transparent; min-height: 52px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: space-between; gap: 36px; font-size: 10px; text-transform: uppercase; letter-spacing: .18em; transition: color .35s, background .35s, border-color .35s, transform .35s var(--ease); cursor: pointer; }
.button:hover { transform: translateY(-2px); }
.button b, .inline-link b { font-size: 18px; font-weight: 300; }
.button-light { background: var(--paper); color: var(--ink); }
.button-light:hover { background: var(--blush); }
.button-ghost { color: var(--white); border-color: rgba(255,255,255,.45); background: rgba(28,18,16,.12); backdrop-filter: blur(8px); }
.button-ghost:hover { border-color: var(--white); }
.button-rose { background: var(--rose); color: var(--ink); }
.button-dark { background: var(--ink); color: var(--white); }
.hero-meta { position: absolute; z-index: 2; left: var(--pad); right: var(--pad); bottom: 28px; display: flex; justify-content: space-between; gap: 24px; font-size: 9px; text-transform: uppercase; letter-spacing: .18em; color: rgba(255,255,255,.66); }
.review-note { text-align: right; }
.scroll-cue { position: absolute; z-index: 3; right: var(--pad); bottom: 78px; width: 40px; height: 60px; border: 1px solid rgba(255,255,255,.42); border-radius: 50px; display: grid; place-items: start center; padding-top: 10px; }
.scroll-cue span { width: 3px; height: 3px; border-radius: 50%; background: var(--white); animation: scroll-dot 1.8s infinite; }
@keyframes hero-settle { from { transform: scale(1.08); filter: saturate(.75); } to { transform: scale(1.025); filter: saturate(1); } }
@keyframes scroll-dot { 0% { transform: translateY(0); opacity: .2; } 50% { opacity: 1; } 100% { transform: translateY(28px); opacity: 0; } }

.section-pad { padding: clamp(88px, 11vw, 168px) var(--pad); }
.section-kicker { display: grid; grid-template-columns: 48px 1fr; gap: 22px; align-items: center; color: var(--rose); font-size: 9px; text-transform: uppercase; letter-spacing: .24em; }
.section-kicker span { border-top: 1px solid; padding-top: 6px; }
.section-kicker.light { color: var(--blush); }
.display { font-family: var(--serif); font-weight: 400; letter-spacing: -.035em; line-height: .98; }
.statement { background: var(--paper); }
.statement-grid { display: grid; grid-template-columns: minmax(0, 1.65fr) minmax(280px, .7fr); gap: clamp(46px, 9vw, 150px); margin-top: 62px; align-items: end; }
.statement .display { font-size: clamp(48px, 7.3vw, 116px); max-width: 1100px; }
.statement-copy { display: grid; gap: 32px; color: rgba(28,18,16,.72); font-weight: 300; }
.inline-link { padding: 0 0 8px; border: 0; border-bottom: 1px solid currentColor; background: none; display: inline-flex; align-items: center; justify-content: space-between; gap: 30px; width: fit-content; color: inherit; font-size: 10px; text-transform: uppercase; letter-spacing: .16em; cursor: pointer; }

.routes { background: var(--cream); border-top: 1px solid var(--line); }
.section-head { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(260px, .55fr); gap: clamp(40px, 8vw, 140px); align-items: end; }
.section-head h2 { font-family: var(--serif); font-weight: 400; font-size: clamp(46px, 6vw, 88px); line-height: .98; letter-spacing: -.035em; margin-top: 18px; max-width: 980px; }
.section-head > p { max-width: 440px; color: rgba(28,18,16,.62); font-weight: 300; }
.route-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--ink); margin-top: 74px; }
.route-card { min-height: 430px; text-align: left; border: 0; border-right: 1px solid var(--line); background: transparent; padding: 26px clamp(20px, 2.4vw, 38px) 34px; display: flex; flex-direction: column; cursor: pointer; transition: background .45s var(--ease), color .45s var(--ease), transform .45s var(--ease); position: relative; overflow: hidden; }
.route-card:first-child { border-left: 1px solid var(--line); }
.route-card::before { content: ""; position: absolute; inset: auto 0 0; height: 0; background: var(--ink); transition: height .55s var(--ease); }
.route-card > * { position: relative; z-index: 1; }
.route-card:hover, .route-card.is-active { color: var(--paper); transform: translateY(-10px); }
.route-card:hover::before, .route-card.is-active::before { height: 100%; }
.route-no { font-family: var(--serif); font-size: 22px; }
.route-tag { margin-top: auto; font-size: 9px; text-transform: uppercase; letter-spacing: .2em; color: var(--rose); }
.route-card h3 { font-family: var(--serif); font-size: clamp(30px, 3vw, 48px); font-weight: 400; line-height: 1.02; letter-spacing: -.025em; margin-top: 16px; }
.route-card > p:last-of-type { font-size: 12px; opacity: .66; margin-top: 22px; max-width: 360px; }
.route-arrow { font-size: 24px; margin-top: 32px; }
.route-detail { background: var(--paper); display: grid; grid-template-columns: .8fr 2fr auto; gap: 44px; padding: clamp(28px, 4vw, 58px); align-items: center; }
.route-detail-label { font-size: 9px; letter-spacing: .22em; color: var(--rose); }
.route-detail [hidden] { display: none !important; }
.route-detail-title h3 { font-family: var(--serif); font-size: 32px; font-weight: 400; margin-top: 12px; }
.route-steps { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.route-steps li { border-left: 1px solid var(--line); padding-left: 14px; }
.route-steps span { font-size: 9px; color: var(--rose); letter-spacing: .12em; }
.route-steps p { margin-top: 10px; font-size: 12px; line-height: 1.4; }

.method { background: var(--ink); color: var(--paper); }
.method-intro { display: grid; grid-template-columns: 1.5fr .55fr; gap: clamp(50px, 10vw, 170px); align-items: end; margin-top: 64px; }
.method-intro .display { font-size: clamp(52px, 7.6vw, 120px); color: var(--paper); }
.method-intro > p { color: rgba(250,247,242,.62); font-weight: 300; }
.method-loop { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 90px; border-top: 1px solid rgba(255,255,255,.28); }
.method-loop article { min-height: 300px; border-right: 1px solid rgba(255,255,255,.18); padding: 22px 24px 36px 0; margin-right: 24px; display: flex; flex-direction: column; }
.method-loop article:last-child { border-right: 0; }
.method-loop article > span { font-family: var(--serif); color: var(--rose); font-size: 22px; }
.method-loop h3 { font-family: var(--serif); font-weight: 400; font-size: clamp(36px, 4vw, 62px); margin-top: auto; }
.method-loop p { min-height: 3.1em; color: rgba(250,247,242,.58); font-size: 12px; margin-top: 20px; }

.capabilities { background: var(--paper); }
.capability-list { margin-top: 74px; border-top: 1px solid var(--ink); }
.capability-list article { display: grid; grid-template-columns: 60px .65fr 1fr .65fr; gap: 28px; align-items: center; min-height: 148px; border-bottom: 1px solid var(--line); transition: padding .4s var(--ease), background .4s; }
.capability-list article:hover { padding: 0 18px; background: var(--cream); }
.capability-list article > span { color: var(--rose); font-size: 10px; letter-spacing: .14em; }
.capability-list h3 { font-family: var(--serif); font-size: clamp(28px, 3vw, 42px); font-weight: 400; }
.capability-list p { font-size: 13px; color: rgba(28,18,16,.68); }
.capability-list small { font-size: 10px; color: rgba(28,18,16,.5); }

.markets { display: grid; grid-template-columns: .84fr 1.16fr; background: var(--ink); color: var(--paper); }
.markets-copy { display: flex; flex-direction: column; justify-content: center; min-height: 860px; border-right: 1px solid rgba(255,255,255,.16); }
.markets-copy .display { font-size: clamp(58px, 7vw, 112px); margin-top: 56px; }
.markets-copy > p { max-width: 590px; color: rgba(250,247,242,.62); margin: 42px 0 34px; font-weight: 300; }
.markets-copy .button { width: fit-content; }
.market-stack { display: grid; }
.market-stack article { min-height: 220px; border-bottom: 1px solid rgba(255,255,255,.18); padding: 40px clamp(28px, 5vw, 78px); position: relative; overflow: hidden; display: grid; grid-template-columns: 50px 1fr; grid-template-rows: 1fr auto; align-items: center; transition: background .5s, color .5s; }
.market-stack article:last-child { border-bottom: 0; }
.market-stack article::after { content: ""; position: absolute; width: 240px; height: 240px; border-radius: 50%; background: var(--rose); right: -130px; top: calc(50% - 120px); transform: scale(0); transition: transform .6s var(--ease); opacity: .85; }
.market-stack article:hover { background: var(--paper); color: var(--ink); }
.market-stack article:hover::after { transform: scale(1); }
.market-stack small, .market-stack h3, .market-stack p { position: relative; z-index: 1; }
.market-stack small { color: var(--rose); }
.market-stack h3 { font-family: var(--serif); font-weight: 400; font-size: clamp(38px, 5vw, 76px); letter-spacing: -.03em; }
.market-stack p { grid-column: 2; color: inherit; opacity: .55; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }

.evidence { background: var(--cream); }
.proof-strip { margin-top: 72px; border: 1px solid var(--line); display: grid; grid-template-columns: repeat(4, 1fr); }
.proof-strip span { min-height: 92px; display: grid; place-items: center; text-align: center; padding: 18px; border-right: 1px solid var(--line); font-size: 10px; text-transform: uppercase; letter-spacing: .14em; }
.proof-strip span:last-child { border-right: 0; }
.proof-system-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 14px; margin-top: 14px; }
.proof-module { min-height: 560px; padding: 22px; position: relative; overflow: hidden; display: flex; flex-direction: column; color: var(--paper); background: var(--ink); }
.proof-module::before, .proof-module::after { content: ""; position: absolute; border-radius: 50%; filter: blur(1px); transition: transform .8s var(--ease); }
.proof-module-one::before { width: 420px; height: 420px; background: var(--rose); right: -180px; top: -90px; }
.proof-module-one::after { width: 330px; height: 330px; border: 1px solid var(--gold); right: -40px; top: 170px; }
.proof-module-two { background: var(--rose); color: var(--ink); }
.proof-module-two::before { width: 300px; height: 450px; background: var(--cream); transform: rotate(24deg); left: -220px; top: 100px; border-radius: 0; }
.proof-module-two::after { width: 210px; height: 210px; border: 1px solid var(--ink); right: -70px; top: 80px; }
.proof-module-three { background: var(--blush); color: var(--ink); }
.proof-module-three::before { width: 340px; height: 340px; background: var(--ink); left: -190px; top: -90px; }
.proof-module-three::after { width: 220px; height: 220px; background: var(--paper); right: -100px; top: 150px; }
.proof-module:hover::before { transform: translate(18px, 10px) scale(1.06); }
.proof-module:hover::after { transform: translate(-12px, -6px); }
.proof-module-top, .proof-module-content { position: relative; z-index: 1; }
.proof-module-top { display: flex; justify-content: space-between; gap: 20px; font-size: 8px; letter-spacing: .16em; text-transform: uppercase; opacity: .78; }
.proof-module-content { margin-top: auto; padding: 24px 4px 6px; }
.proof-module-content > p { text-transform: uppercase; font-size: 9px; letter-spacing: .18em; }
.proof-module-content h3 { font-family: var(--serif); font-weight: 400; font-size: clamp(29px, 3.2vw, 52px); line-height: 1; margin-top: 14px; }
.proof-module-content small { display: block; margin-top: 22px; opacity: .62; font-size: 10px; }
.proof-system-note { margin-top: 24px; font-size: 10px; color: rgba(28,18,16,.48); }

.perspectives { display: grid; grid-template-columns: 1.3fr .7fr; gap: clamp(50px, 10vw, 170px); background: var(--paper); }
.perspective-lead .display { font-size: clamp(50px, 6.6vw, 104px); margin-top: 28px; }
.perspective-lead > p:not(.eyebrow) { max-width: 650px; color: rgba(28,18,16,.65); margin-top: 36px; }
.perspective-lead .inline-link { margin-top: 36px; }
.perspective-index { border-top: 1px solid var(--ink); align-self: end; }
.perspective-index article { border-bottom: 1px solid var(--line); padding: 25px 0; display: grid; grid-template-columns: 42px 1fr; gap: 14px; }
.perspective-index span { color: var(--rose); font-size: 9px; }
.perspective-index p { font-family: var(--serif); font-size: 22px; line-height: 1.18; }

.trust { background: var(--ink-soft); color: var(--paper); }
.trust-intro { display: grid; grid-template-columns: 1.35fr .65fr; gap: clamp(50px, 9vw, 150px); margin-top: 62px; align-items: end; }
.trust-intro .display { font-size: clamp(52px, 7vw, 112px); }
.trust-status { border-left: 1px solid rgba(255,255,255,.24); padding-left: 28px; }
.trust-status > span { font-size: 9px; text-transform: uppercase; letter-spacing: .18em; color: var(--blush); }
.trust-status strong { display: block; font-family: var(--serif); font-size: clamp(64px, 8vw, 112px); font-weight: 400; line-height: .9; color: var(--rose); margin-top: 16px; }
.trust-status p { color: rgba(250,247,242,.58); font-size: 12px; margin-top: 24px; }
.trust-grid { display: grid; grid-template-columns: repeat(2, 1fr); margin-top: 84px; border-top: 1px solid rgba(255,255,255,.24); border-left: 1px solid rgba(255,255,255,.18); }
.trust-grid article { min-height: 280px; border-right: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); padding: clamp(26px, 4vw, 54px); }
.trust-grid article > span { color: var(--rose); font-size: 9px; letter-spacing: .18em; }
.trust-grid h3 { font-family: var(--serif); font-weight: 400; font-size: clamp(28px, 3vw, 44px); line-height: 1.06; margin-top: 46px; }
.trust-grid p { color: rgba(250,247,242,.58); font-size: 12px; margin-top: 22px; max-width: 560px; }
.trust-links { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 22px; border-top: 1px solid rgba(255,255,255,.24); }
.trust-links a { min-height: 112px; border-right: 1px solid rgba(255,255,255,.18); padding: 20px 18px 18px 0; margin-right: 18px; display: flex; flex-direction: column; justify-content: space-between; transition: color .3s; }
.trust-links a:hover { color: var(--rose); }
.trust-links span { font-family: var(--serif); font-size: 22px; }
.trust-links small { color: rgba(250,247,242,.46); font-size: 9px; }

.closing-cta { background: var(--ink); color: var(--paper); min-height: 82vh; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.closing-cta .display { font-size: clamp(58px, 8.4vw, 134px); max-width: 1400px; margin-top: 32px; }
.closing-cta .button { margin-top: 46px; }

.site-footer { background: var(--cream); padding: 70px var(--pad) 28px; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; }
.footer-brand img { width: min(440px, 84%); height: auto; }
.footer-brand p { width: min(440px, 84%); font-family: var(--serif); font-style: italic; color: var(--rose); margin-top: 16px; text-align: center; }
.footer-links { display: grid; grid-template-columns: repeat(2, 1fr); gap: 40px; }
.footer-links div { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
.footer-links span { font-size: 9px; text-transform: uppercase; letter-spacing: .18em; color: var(--rose); margin-bottom: 8px; }
.footer-links a, .footer-links button { border: 0; background: none; padding: 0; cursor: pointer; font-family: var(--serif); font-size: 21px; }
.footer-bottom { grid-column: 1 / -1; border-top: 1px solid var(--line); padding-top: 22px; display: flex; justify-content: space-between; gap: 30px; color: rgba(28,18,16,.52); font-size: 9px; letter-spacing: .07em; }

.brief-modal { position: fixed; inset: 0; z-index: 200; visibility: hidden; opacity: 0; transition: opacity .35s, visibility .35s; }
.brief-modal.is-open { visibility: visible; opacity: 1; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(20,12,10,.72); backdrop-filter: blur(12px); }
.modal-panel { position: absolute; right: 0; top: 0; height: 100%; width: min(860px, 92vw); background: var(--paper); overflow-y: auto; padding: clamp(38px, 7vw, 86px); transform: translateX(100%); transition: transform .6s var(--ease); }
.brief-modal.is-open .modal-panel { transform: none; }
.modal-close { position: absolute; top: 22px; right: 28px; border: 0; background: none; font-family: var(--serif); font-size: 36px; cursor: pointer; }
.modal-intro h2 { font-family: var(--serif); font-weight: 400; font-size: clamp(42px, 6vw, 74px); line-height: .95; margin-top: 20px; }
.modal-intro > p:last-child { margin-top: 24px; color: rgba(28,18,16,.6); max-width: 590px; }
.brief-form { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px 20px; margin-top: 54px; }
.brief-form label { display: grid; gap: 9px; }
.brief-form label > span { font-size: 9px; text-transform: uppercase; letter-spacing: .16em; color: var(--rose); }
.brief-form input, .brief-form select, .brief-form textarea { width: 100%; border: 0; border-bottom: 1px solid var(--line); background: transparent; color: var(--ink); border-radius: 0; padding: 12px 0; outline: none; }
.brief-form textarea { resize: vertical; }
.brief-form input:focus, .brief-form select:focus, .brief-form textarea:focus { border-color: var(--rose); }
.full { grid-column: 1 / -1; }
.form-actions { display: flex; justify-content: space-between; align-items: center; gap: 28px; margin-top: 16px; }
.form-actions p { max-width: 360px; color: rgba(28,18,16,.5); font-size: 10px; }
.form-result { background: var(--cream); border-left: 3px solid var(--rose); padding: 18px; font-size: 13px; }

.product-modal { position: fixed; inset: 0; z-index: 210; visibility: hidden; opacity: 0; transition: opacity .35s, visibility .35s; }
.product-modal.is-open { visibility: visible; opacity: 1; }
.product-backdrop { position: absolute; inset: 0; background: rgba(8,38,66,.82); backdrop-filter: blur(14px); }
.product-panel { position: absolute; top: 0; right: 0; display: flex; flex-direction: column; width: min(940px, 94vw); height: 100%; overflow-y: auto; background: var(--paper); border-left: 8px solid var(--rose); transform: translateX(100%); transition: transform .62s var(--ease); }
.product-modal.is-open .product-panel { transform: none; }
.product-close { position: absolute; z-index: 2; top: 22px; right: 28px; width: 48px; height: 48px; border: 1px solid rgba(8,38,66,.24); background: transparent; color: var(--ink); font-family: var(--serif); font-size: 34px; line-height: 1; cursor: pointer; }
.product-panel-head { display: grid; grid-template-columns: 180px 1fr; gap: clamp(28px, 5vw, 68px); padding: clamp(72px, 9vh, 112px) clamp(32px, 6vw, 76px) 56px; background: var(--ink); color: var(--paper); }
.product-code { color: var(--rose); font-size: clamp(76px, 9vw, 124px); font-weight: 600; letter-spacing: -.08em; line-height: .8; }
.product-family { color: var(--blush); font-size: 10px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.product-panel-head h2 { max-width: 620px; margin-top: 18px; font-family: var(--serif); font-size: clamp(42px, 5.2vw, 72px); font-weight: 400; letter-spacing: -.045em; line-height: .94; }
.product-value { max-width: 620px; margin-top: 26px; color: rgba(247,244,238,.76); font-size: 16px; line-height: 1.65; }
.product-panel-body { display: grid; grid-template-columns: 1fr 1fr; }
.product-panel-body article { min-height: 180px; padding: 34px clamp(28px, 4vw, 48px); border-bottom: 1px solid rgba(8,38,66,.18); }
.product-panel-body article:nth-child(odd) { border-right: 1px solid rgba(8,38,66,.18); }
.product-panel-body article > span, .product-panel-foot > div > span { color: var(--rose); font-size: 9px; font-weight: 700; letter-spacing: .19em; }
.product-panel-body article > p { margin-top: 20px; color: rgba(8,38,66,.76); font-size: 14px; line-height: 1.7; }
.product-deliverables ul { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 24px; margin: 20px 0 0; padding: 0; list-style: none; }
.product-deliverables li { position: relative; padding-left: 18px; color: var(--ink); font-size: 13px; line-height: 1.5; }
.product-deliverables li::before { position: absolute; top: .62em; left: 0; width: 8px; height: 2px; background: var(--rose); content: ""; }
.product-boundary { background: rgba(213,145,46,.08); }
.product-booking { grid-column: 1 / -1; background: rgba(255,240,166,.34); }
.china-products-link { display: inline-flex; align-items: center; gap: 22px; width: fit-content; margin-top: 22px; padding-bottom: 7px; border-bottom: 1px solid currentColor; color: var(--rose); font-size: 10px; font-weight: 700; letter-spacing: .08em; }
.china-products-link[hidden] { display: none; }
.product-panel-foot { display: flex; align-items: stretch; justify-content: space-between; gap: 24px; margin-top: auto; padding: 0 0 0 clamp(28px, 4vw, 48px); border-top: 1px solid rgba(8,38,66,.18); }
.product-panel-foot > div { display: flex; flex: 1; flex-direction: column; justify-content: center; gap: 13px; padding: 24px 0; }
.product-next { display: flex; flex-wrap: wrap; gap: 8px; }
.product-next button, .product-code-chip { display: inline-flex; align-items: center; gap: 12px; border: 1px solid rgba(8,38,66,.30); background: transparent; color: var(--ink); padding: 9px 12px; font-size: 11px; font-weight: 700; letter-spacing: .08em; cursor: pointer; transition: background .25s, color .25s, border-color .25s; }
.product-next button:hover, .product-code-chip:hover, .product-code-chip:focus-visible { border-color: var(--rose); background: var(--rose); color: var(--paper); }
.product-enquire { min-width: 230px; border: 0; background: var(--rose); color: var(--paper); padding: 28px; display: flex; flex-direction: column; align-items: flex-start; justify-content: space-between; text-align: left; font-size: 10px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; cursor: pointer; }
.product-enquire b { align-self: flex-end; font-size: 24px; font-weight: 300; }

.reveal { opacity: 0; transform: translateY(30px); transition: opacity .9s var(--ease), transform .9s var(--ease); }
.reveal.is-visible { opacity: 1; transform: none; }
.delay-1 { transition-delay: .12s; }
.delay-2 { transition-delay: .22s; }
.delay-3 { transition-delay: .32s; }

@media (max-width: 1080px) {
  .site-header { grid-template-columns: 1fr auto; }
  .desktop-nav, .text-button { display: none; }
  .menu-toggle { display: block; }
  .hero-content { width: min(760px, 88vw); }
  .statement-grid, .method-intro, .perspectives { grid-template-columns: 1fr; }
  .trust-intro { grid-template-columns: 1fr; }
  .statement-copy, .method-intro > p { max-width: 660px; }
  .route-grid { grid-template-columns: 1fr; }
  .route-card { min-height: 300px; border-left: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .route-card:hover, .route-card.is-active { transform: none; }
  .route-detail { grid-template-columns: 1fr; }
  .route-steps { grid-template-columns: repeat(2, 1fr); }
  .method-loop { grid-template-columns: repeat(2, 1fr); }
  .capability-list article { grid-template-columns: 44px .8fr 1fr; }
  .capability-list small { grid-column: 2 / -1; padding-bottom: 20px; }
  .markets { grid-template-columns: 1fr; }
  .markets-copy { min-height: auto; border-right: 0; }
  .proof-system-grid { grid-template-columns: 1fr 1fr; }
  .proof-module-one { grid-column: 1 / -1; }
  .perspective-index { max-width: 720px; }
  .trust-links { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 700px) {
  :root { --pad: 22px; }
  .site-header { height: 70px; }
  .site-header.is-scrolled { height: 62px; }
  .brand { width: 126px; height: 42px; }
  .hero { min-height: 830px; }
  .hero-media img { object-position: 66% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(8,38,66,.98) 0%, rgba(8,38,66,.82) 57%, rgba(8,38,66,.30) 100%); }
  .hero-content { width: 100%; padding: 130px var(--pad) 180px; }
  .hero h1 { font-size: clamp(58px, 18vw, 92px); line-height: .86; }
  .hero h1 em { margin-left: 0; }
  .hero-copy { font-size: 16px; margin-top: 30px; }
  .hero-actions { display: grid; }
  .button { width: 100%; }
  .hero-meta { flex-direction: column; bottom: 24px; }
  .review-note { text-align: left; }
  .scroll-cue { display: none; }
  .section-pad { padding-top: 86px; padding-bottom: 86px; }
  .statement-grid, .section-head { grid-template-columns: 1fr; margin-top: 44px; }
  .statement .display, .section-head h2, .method-intro .display, .perspective-lead .display, .closing-cta .display { font-size: clamp(44px, 14vw, 68px); }
  .section-head { gap: 30px; }
  .route-grid { margin-top: 48px; }
  .route-card { min-height: 330px; }
  .route-steps { grid-template-columns: 1fr; }
  .route-detail .inline-link { width: 100%; }
  .method-intro { margin-top: 44px; }
  .method-loop { grid-template-columns: 1fr; margin-top: 60px; }
  .method-loop article { min-height: 240px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.18); margin: 0; padding-right: 0; }
  .method-loop p { min-height: 0; }
  .capability-list { margin-top: 48px; }
  .capability-list article { grid-template-columns: 34px 1fr; padding: 26px 0; }
  .capability-list article:hover { padding: 26px 10px; }
  .capability-list p, .capability-list small { grid-column: 2; padding-bottom: 0; }
  .markets-copy .display { font-size: 64px; }
  .market-stack article { min-height: 190px; padding: 30px 22px; grid-template-columns: 34px 1fr; }
  .market-stack h3 { font-size: clamp(34px, 11vw, 54px); }
  .proof-strip { grid-template-columns: 1fr 1fr; margin-top: 48px; }
  .proof-strip span:nth-child(2) { border-right: 0; }
  .proof-strip span:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .proof-system-grid { grid-template-columns: 1fr; }
  .proof-module-one { grid-column: auto; }
  .proof-module { min-height: 470px; }
  .perspectives { gap: 70px; }
  .trust-grid, .trust-links { grid-template-columns: 1fr; }
  .trust-grid article { min-height: 250px; }
  .trust-links a { border-bottom: 1px solid rgba(255,255,255,.18); }
  .site-footer { grid-template-columns: 1fr; gap: 52px; }
  .footer-links { grid-template-columns: 1fr 1fr; }
  .footer-bottom { flex-direction: column; }
  .modal-panel { width: 100%; padding-top: 74px; }
  .brief-form { grid-template-columns: 1fr; }
  .brief-form label, .full { grid-column: 1; }
  .form-actions { flex-direction: column; align-items: stretch; }
}

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

/* V1.1 — editorial fashion / strategic action direction */
:root {
  --ink: #082642;
  --ink-soft: #082642;
  --rose: #d5912e;
  --blush: #fff0a6;
  --gold: #75400d;
  --cream: #ffffff;
  --paper: #f7f4ee;
  --white: #ffffff;
  --line: rgba(8, 38, 66, 0.2);
}

body { background: var(--paper); }
.site-header { border-bottom-color: rgba(255,255,255,.28); }
.site-header.is-scrolled { background: rgba(247,244,238,.97); backdrop-filter: none; }
.brand-word { font-family: var(--sans); font-weight: 500; letter-spacing: .24em; }
.brand-cn { opacity: .9; }
.desktop-nav { text-transform: uppercase; font-size: 9px; letter-spacing: .17em; }

.hero { background: var(--ink); }
.hero-media img { object-position: center; filter: contrast(1.06) saturate(.92); transform: scale(1.01); }
.hero-shade {
  background:
    linear-gradient(90deg, #082642 0%, rgba(8,38,66,.98) 27%, rgba(8,38,66,.76) 43%, rgba(8,38,66,.08) 68%, rgba(8,38,66,.04) 100%),
    linear-gradient(0deg, rgba(3,20,35,.76) 0%, transparent 38%);
}
.hero-content { width: min(880px, 72vw); padding-top: 142px; }
.hero h1 {
  font-family: var(--sans);
  font-weight: 500;
  font-size: clamp(58px, 8.1vw, 132px);
  line-height: .82;
  letter-spacing: -.065em;
  text-transform: uppercase;
}
.hero h1 em { font-style: normal; font-weight: 500; color: var(--rose); margin-left: clamp(0px, 4.4vw, 72px); }
.hero-copy { max-width: 560px; color: rgba(255,255,255,.82); font-size: clamp(15px, 1.3vw, 20px); }
.eyebrow { color: #fff; font-weight: 500; }
.eyebrow.dark, .section-kicker, .route-tag { color: var(--rose); }
.button { font-weight: 600; }
.button-light { background: #fff; color: var(--ink); }
.button-light:hover { background: var(--rose); color: #fff; }
.button-ghost { background: transparent; backdrop-filter: none; }
.hero-meta { border-top: 1px solid rgba(255,255,255,.3); padding-top: 14px; }
.hero-index { position: absolute; z-index: 2; top: 50%; right: 18px; transform: translateY(-50%); display: flex; align-items: center; gap: 11px; writing-mode: vertical-rl; font-size: 7px; letter-spacing: .22em; color: rgba(255,255,255,.58); }
.hero-index i { width: 1px; height: 20px; background: var(--rose); }
.scroll-cue { width: 18px; height: 66px; border: 0; border-left: 1px solid rgba(255,255,255,.6); border-radius: 0; padding: 0; place-items: end center; }
.scroll-cue span { width: 7px; height: 7px; border-radius: 0; background: var(--rose); }
@keyframes hero-settle { from { transform: scale(1.045); filter: contrast(.9) saturate(.6); } to { transform: scale(1.01); filter: contrast(1.06) saturate(.92); } }

.display, .section-head h2 { letter-spacing: -.05em; }
.statement .display { font-family: var(--sans); font-weight: 500; text-transform: uppercase; line-height: .88; }
.routes, .evidence { background: #fff; }
.route-grid { border-top: 3px solid var(--ink); }
.route-card { min-height: 450px; }
.route-card::before { background: var(--rose); }
.route-card:hover, .route-card.is-active { color: #fff; }
.route-card:hover .route-tag, .route-card.is-active .route-tag { color: #fff; }
.route-card h3 { font-family: var(--sans); font-weight: 500; letter-spacing: -.045em; }
.route-detail { border-bottom: 1px solid var(--ink); background: var(--cream); }
.route-detail-title h3 { font-family: var(--sans); font-weight: 500; }

.method { background: var(--ink); }
.method-intro .display, .markets-copy .display, .closing-cta .display { font-family: var(--sans); font-weight: 500; text-transform: uppercase; line-height: .88; }
.method-loop article > span, .method-loop h3 { font-family: var(--sans); }
.method-loop h3 { text-transform: uppercase; font-weight: 500; letter-spacing: -.045em; }
.capability-list h3 { font-family: var(--sans); font-weight: 500; letter-spacing: -.035em; }
.capability-list article:hover { background: #fff; }

.markets { background: var(--ink); }
.market-stack article::after { width: 48%; height: 100%; border-radius: 0; right: -49%; top: 0; transform: none; opacity: 1; transition: right .55s var(--ease); }
.market-stack article:hover { background: var(--paper); color: var(--ink); }
.market-stack article:hover::after { transform: none; right: 0; }
.market-stack h3 { font-family: var(--sans); font-weight: 500; letter-spacing: -.06em; }
.market-stack p { max-width: 75%; }

.proof-strip { border-width: 1px 0; }
.proof-system-grid { gap: 1px; background: var(--ink); }
.proof-module { min-height: 580px; background: var(--ink); }
.proof-module::before { left: auto; right: 18px; top: 16px; width: auto; height: auto; border-radius: 0; background: none; font-family: var(--sans); font-size: clamp(100px, 15vw, 250px); font-weight: 700; line-height: .8; letter-spacing: -.09em; color: rgba(255,255,255,.12); filter: none; }
.proof-module-one::before { content: "01"; }
.proof-module-two::before { content: "02"; color: rgba(255,255,255,.22); }
.proof-module-three::before { content: "03"; color: rgba(8,38,66,.13); }
.proof-module::after { display: none; }
.proof-module-two { background: var(--rose); color: #fff; }
.proof-module-three { background: var(--paper); color: var(--ink); }
.proof-module-content h3 { font-family: var(--sans); font-weight: 500; letter-spacing: -.05em; }

.perspective-lead .display { font-family: var(--sans); font-weight: 500; text-transform: uppercase; line-height: .88; }
.perspective-index p { font-family: var(--sans); font-weight: 500; }
.trust { background: var(--ink); }
.trust-status strong { font-family: var(--sans); font-weight: 600; color: var(--rose); }
.trust-grid h3, .trust-links span { font-family: var(--sans); font-weight: 500; }
.closing-cta { background: var(--rose); color: var(--ink); }
.closing-cta .eyebrow { color: #fff; }
.closing-cta .button-light:hover { background: var(--ink); color: #fff; }
.site-footer { background: var(--ink); color: #fff; }
.footer-brand .brand-word { font-family: var(--sans); }
.footer-brand p { color: var(--rose); }
.footer-links span { color: var(--rose); }
.footer-links a, .footer-links button { color: #fff; font-family: var(--sans); font-size: 16px; }
.footer-bottom { border-color: rgba(255,255,255,.2); color: rgba(255,255,255,.5); }
.modal-backdrop { background: rgba(0,0,0,.8); }
.form-result { background: var(--cream); border-left-color: var(--rose); }

@media (max-width: 700px) {
  .hero-media img { object-position: 67% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(8,38,66,.99) 0%, rgba(8,38,66,.87) 48%, rgba(8,38,66,.13) 100%); }
  .hero-content { padding-top: 138px; }
  .hero h1 { font-size: clamp(48px, 13.8vw, 60px); line-height: .84; letter-spacing: -.075em; }
  .hero h1 em { margin-left: 0; }
  .hero-index { display: none; }
  .market-stack article::after { width: 55%; }
}

/* V1.2 — product-led capability cinema */
.solution-showcase { background: #090909; color: #fff; overflow: hidden; }
.solution-showcase-head { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(260px, .48fr); gap: clamp(42px, 8vw, 130px); align-items: end; }
.solution-showcase-head h2 { max-width: 1000px; margin-top: 20px; font-family: var(--sans); font-size: clamp(52px, 7.2vw, 116px); font-weight: 500; line-height: .88; letter-spacing: -.06em; text-transform: uppercase; }
.solution-showcase-note { border-left: 1px solid rgba(255,255,255,.28); padding-left: 24px; }
.solution-showcase-note span { color: var(--rose); font-size: 9px; font-weight: 600; letter-spacing: .19em; }
.solution-showcase-note p { margin-top: 22px; color: rgba(255,255,255,.56); font-size: 11px; }
.solution-rail { display: flex; gap: 2px; height: clamp(520px, 54vw, 720px); margin-top: 76px; background: rgba(255,255,255,.13); border-top: 1px solid rgba(255,255,255,.3); border-bottom: 1px solid rgba(255,255,255,.3); }
.solution-card { position: relative; flex: 1 1 0; min-width: 0; overflow: hidden; border: 0; background: #121212; color: #fff; text-align: left; cursor: pointer; transition: flex .85s var(--ease), filter .5s; }
.solution-card.is-active { flex: 2.55 1 0; }
.solution-card img { position: absolute; inset: -2%; width: 104%; height: 104%; max-width: none; object-fit: cover; filter: grayscale(.72) brightness(.54) contrast(1.08); transform: scale(1.02); transition: filter .7s var(--ease), transform 1s var(--ease); }
.solution-card.is-active img { filter: grayscale(0) brightness(.82) contrast(1.03); animation: solution-cinema 8s ease-in-out infinite alternate; }
.solution-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.34), rgba(0,0,0,.05) 40%, rgba(0,0,0,.9)); transition: background .5s; }
.solution-card.is-active .solution-shade { background: linear-gradient(180deg, rgba(0,0,0,.16), rgba(0,0,0,.02) 42%, rgba(0,0,0,.88)); }
.solution-index, .solution-code, .solution-card-copy { position: absolute; z-index: 2; }
.solution-index { top: 22px; left: 22px; font-family: var(--sans); font-size: 14px; font-weight: 600; letter-spacing: .08em; }
.solution-code { top: 24px; right: 20px; color: rgba(255,255,255,.7); font-size: 8px; font-weight: 600; letter-spacing: .15em; writing-mode: vertical-rl; }
.solution-card-copy { left: 22px; right: 22px; bottom: 32px; }
.solution-card-copy small { display: block; color: var(--rose); font-size: 9px; font-weight: 700; letter-spacing: .18em; }
.solution-card-copy strong { display: block; max-width: 620px; margin-top: 16px; font-family: var(--sans); font-size: clamp(26px, 3.1vw, 50px); font-weight: 500; line-height: .96; letter-spacing: -.045em; opacity: 0; transform: translateY(14px); transition: opacity .45s .16s, transform .55s .12s; }
.solution-card.is-active .solution-card-copy strong { opacity: 1; transform: none; }
.solution-card.is-active::after { content: ""; position: absolute; z-index: 3; left: 0; bottom: 0; height: 4px; width: 100%; background: var(--rose); transform-origin: left; animation: solution-progress 6s linear infinite; }
.solution-card:focus-visible { outline: 3px solid #fff; outline-offset: -5px; }
.solution-detail { display: grid; grid-template-columns: 1fr 1.25fr 1fr auto; gap: 1px; background: rgba(9,9,9,.24); color: var(--ink); }
.solution-detail-block { min-height: 190px; padding: clamp(24px, 3vw, 42px); background: var(--paper); }
.solution-detail-block span { color: var(--rose); font-size: 8px; font-weight: 700; letter-spacing: .18em; }
.solution-detail-block p { margin-top: 26px; font-size: 13px; line-height: 1.55; }
.solution-products p { font-family: var(--sans); font-size: 18px; font-weight: 600; letter-spacing: -.02em; }
.solution-product-list { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 18px; }
.solution-product-list:empty { display: none; }
.solution-product-list .product-code-chip { min-width: 50px; justify-content: space-between; padding: 7px 9px; }
.solution-product-list .product-code-chip::after { font-size: 12px; font-weight: 400; content: "↗"; }
.solution-detail-cta { min-width: 210px; border: 0; background: var(--rose); color: #fff; padding: 30px 24px; display: flex; flex-direction: column; align-items: flex-start; justify-content: space-between; text-align: left; font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; cursor: pointer; }
.solution-detail-cta b { align-self: flex-end; font-size: 25px; font-weight: 300; transition: transform .35s var(--ease); }
.solution-detail-cta:hover b { transform: translate(5px, -5px); }

@keyframes solution-cinema { from { transform: scale(1.02) translate3d(-.7%, 0, 0); } to { transform: scale(1.09) translate3d(1.1%, -.5%, 0); } }
@keyframes solution-progress { from { transform: scaleX(0); } to { transform: scaleX(1); } }

@media (max-width: 1080px) {
  .solution-showcase-head { grid-template-columns: 1fr; }
  .solution-showcase-note { max-width: 650px; }
  .solution-detail { grid-template-columns: 1fr 1fr; }
  .solution-detail-cta { min-height: 150px; }
}

@media (max-width: 700px) {
  .solution-showcase { padding-left: 0; padding-right: 0; }
  .solution-showcase-head { padding: 0 var(--pad); }
  .solution-showcase-head h2 { font-size: clamp(46px, 14vw, 66px); }
  .solution-showcase-note { border-left: 0; border-top: 1px solid rgba(255,255,255,.24); padding: 22px 0 0; }
  .solution-rail { height: 540px; margin-top: 50px; padding: 0 var(--pad); overflow-x: auto; overscroll-behavior-x: contain; scroll-snap-type: x mandatory; scrollbar-width: none; background: transparent; gap: 8px; }
  .solution-rail::-webkit-scrollbar { display: none; }
  .solution-card, .solution-card.is-active { flex: 0 0 82vw; scroll-snap-align: center; }
  .solution-card img { filter: grayscale(.35) brightness(.65); }
  .solution-card-copy strong { opacity: 1; transform: none; font-size: 34px; }
  .solution-detail { grid-template-columns: 1fr; margin: 0 var(--pad); }
  .solution-detail-block { min-height: 0; }
  .solution-detail-cta { min-height: 140px; }
  .product-panel { width: 100%; border-left: 0; border-top: 6px solid var(--rose); }
  .product-panel-head { grid-template-columns: 1fr; gap: 26px; padding-top: 86px; }
  .product-code { font-size: 74px; }
  .product-panel-body { grid-template-columns: 1fr; }
  .product-panel-body article:nth-child(odd) { border-right: 0; }
  .product-deliverables ul { grid-template-columns: 1fr; }
  .product-panel-foot { flex-direction: column; padding-left: 28px; }
  .product-enquire { min-height: 130px; margin-left: -28px; }
}

@media (prefers-reduced-motion: reduce) {
  .solution-card.is-active img, .solution-card.is-active::after { animation: none; }
}

/* V1.3 — three-second second-screen impact sequence */
.impact-reel {
  --rose: #e42318;
  position: relative;
  min-height: 760px;
  height: 100svh;
  overflow: hidden;
  isolation: isolate;
  background: #050505;
  color: #fff;
}
.site-header.is-scrolled.over-impact { background: rgba(5,5,5,.82); color: #fff; border-color: rgba(255,255,255,.24); backdrop-filter: blur(12px); }
.site-header.is-scrolled.over-impact .brand-logo-reversed { opacity: 1; }
.site-header.is-scrolled.over-impact .brand-logo-color { opacity: 0; }
.impact-stage, .impact-shade, .impact-final, .impact-network { position: absolute; inset: 0; }
.impact-stage { overflow: hidden; background: #050505; }
.impact-scene {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 33.3334%;
  overflow: hidden;
  opacity: 0;
  clip-path: inset(0 100% 0 0);
}
.impact-scene-one { left: 0; }
.impact-scene-two { left: 33.3333%; }
.impact-scene-three { left: 66.6666%; }
.impact-scene img {
  position: absolute;
  top: 0;
  width: 300%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  filter: contrast(1.12) saturate(.82) brightness(.72);
}
.impact-scene-one img { left: 0; }
.impact-scene-two img { left: -100%; }
.impact-scene-three img { left: -200%; }
.impact-final { opacity: 1; transform: scale(1.015); }
.impact-final img { width: 100%; height: 100%; object-fit: cover; filter: contrast(1.08) saturate(.9) brightness(.74); }
.impact-shade {
  z-index: 2;
  background:
    linear-gradient(90deg, rgba(0,0,0,.86) 0%, rgba(0,0,0,.42) 39%, rgba(0,0,0,.08) 70%),
    linear-gradient(0deg, rgba(0,0,0,.9) 0%, transparent 52%, rgba(0,0,0,.28) 100%);
}
.impact-network { z-index: 1; pointer-events: none; }
.impact-line { position: absolute; display: block; height: 1px; background: var(--rose); box-shadow: 0 0 14px rgba(228,35,24,.82); transform-origin: left; }
.impact-line-one { width: 27%; left: 12%; top: 37%; transform: rotate(8deg); }
.impact-line-two { width: 31%; left: 39%; top: 48%; transform: rotate(-10deg); }
.impact-line-three { width: 23%; left: 65%; top: 38%; transform: rotate(12deg); }
.impact-node { position: absolute; width: 9px; height: 9px; border: 2px solid #fff; background: var(--rose); box-shadow: 0 0 20px rgba(228,35,24,.9); }
.impact-node-one { left: 11.8%; top: 36.7%; }
.impact-node-two { left: 64.5%; top: 37.6%; }
.impact-node-three { left: 87%; top: 42.5%; }
.impact-meta {
  position: absolute;
  z-index: 4;
  top: 104px;
  left: var(--pad);
  right: var(--pad);
  display: flex;
  justify-content: space-between;
  gap: 28px;
  padding-top: 14px;
  border-top: 1px solid rgba(255,255,255,.42);
  font-size: 8px;
  font-weight: 600;
  letter-spacing: .2em;
}
.impact-copy { position: absolute; z-index: 4; left: var(--pad); right: var(--pad); bottom: clamp(92px, 12vh, 154px); max-width: 1240px; }
.impact-copy > p { color: var(--rose); font-size: 9px; font-weight: 700; letter-spacing: .2em; }
.impact-copy h2 { margin-top: 20px; font-family: var(--sans); font-size: clamp(70px, 10.5vw, 170px); font-weight: 500; line-height: .78; letter-spacing: -.075em; text-transform: uppercase; }
.impact-copy h2 span, .impact-copy h2 em { display: block; }
.impact-copy h2 em { color: var(--rose); font-style: normal; }
.impact-copy-foot { display: grid; grid-template-columns: minmax(280px, 560px) auto; gap: 48px; align-items: end; margin-top: 42px; }
.impact-copy-foot > p { color: rgba(255,255,255,.72); font-size: clamp(13px, 1.2vw, 17px); font-weight: 300; }
.impact-copy-foot a { min-width: 280px; padding: 0 0 11px; border-bottom: 1px solid rgba(255,255,255,.72); display: flex; justify-content: space-between; gap: 30px; color: #fff; font-size: 9px; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; }
.impact-copy-foot a b { color: var(--rose); font-size: 18px; font-weight: 300; }
.impact-replay { position: absolute; z-index: 5; right: var(--pad); bottom: 26px; border: 0; background: transparent; color: #fff; display: flex; gap: 12px; align-items: center; padding: 8px 0; font-size: 8px; font-weight: 700; letter-spacing: .18em; cursor: pointer; }
.impact-replay b { color: var(--rose); font-size: 18px; font-weight: 400; }
.impact-replay:focus-visible { outline: 1px solid #fff; outline-offset: 6px; }
.impact-disclaimer { position: absolute; z-index: 4; left: var(--pad); bottom: 31px; color: rgba(255,255,255,.46); font-size: 7px; letter-spacing: .15em; text-transform: uppercase; }

.impact-reel.is-playing .impact-scene-one { animation: impact-panel 3.35s .02s var(--ease) both; }
.impact-reel.is-playing .impact-scene-two { animation: impact-panel 3.35s .48s var(--ease) both; }
.impact-reel.is-playing .impact-scene-three { animation: impact-panel 3.35s .94s var(--ease) both; }
.impact-reel.is-playing .impact-final { animation: impact-converge 5.8s 2.12s var(--ease) both; }
.impact-reel.is-playing .impact-network { animation: impact-network-in 1.3s 2.48s var(--ease) both; }
.impact-reel.is-playing .impact-line-one { animation: impact-line-draw .72s 2.42s var(--ease) both; }
.impact-reel.is-playing .impact-line-two { animation: impact-line-draw .72s 2.68s var(--ease) both; }
.impact-reel.is-playing .impact-line-three { animation: impact-line-draw .72s 2.94s var(--ease) both; }
.impact-reel.is-playing .impact-node-one { animation: impact-node-in .34s 2.37s var(--ease) both; }
.impact-reel.is-playing .impact-node-two { animation: impact-node-in .34s 2.66s var(--ease) both; }
.impact-reel.is-playing .impact-node-three { animation: impact-node-in .34s 3.02s var(--ease) both; }
.impact-reel.is-playing .impact-copy { animation: impact-copy-in 1s 2.5s var(--ease) both; }

@keyframes impact-panel {
  0% { opacity: 0; clip-path: inset(0 100% 0 0); filter: brightness(.45); }
  18%, 74% { opacity: 1; clip-path: inset(0); filter: brightness(1); }
  100% { opacity: .18; clip-path: inset(0); filter: brightness(.58); }
}
@keyframes impact-converge {
  0% { opacity: 0; transform: scale(1.08); filter: blur(8px); }
  16% { opacity: 1; filter: blur(0); }
  100% { opacity: 1; transform: scale(1.015); filter: blur(0); }
}
@keyframes impact-line-draw { from { opacity: 0; scale: 0 1; } to { opacity: .8; scale: 1 1; } }
@keyframes impact-node-in { from { opacity: 0; transform: scale(0); } to { opacity: 1; transform: scale(1); } }
@keyframes impact-network-in { from { opacity: 0; } to { opacity: 1; } }
@keyframes impact-copy-in { from { opacity: 0; transform: translateY(28px); } to { opacity: 1; transform: none; } }

@media (max-width: 900px) {
  .impact-copy h2 { font-size: clamp(64px, 14vw, 116px); }
  .impact-copy-foot { grid-template-columns: 1fr; gap: 24px; }
  .impact-copy-foot a { min-width: 0; width: min(100%, 460px); }
}

@media (max-width: 700px) {
  .impact-reel { min-height: 720px; height: 100svh; }
  .impact-scene { left: 0; width: 100%; }
  .impact-scene img { width: 100%; left: 0; object-fit: cover; }
  .impact-scene-one img { object-position: 16% center; }
  .impact-scene-two img { object-position: 50% center; }
  .impact-scene-three img { object-position: 84% center; }
  .impact-final img { object-position: center; }
  .impact-shade { background: linear-gradient(0deg, rgba(0,0,0,.96) 0%, rgba(0,0,0,.54) 47%, rgba(0,0,0,.16) 100%); }
  .impact-meta { top: 88px; }
  .impact-copy { bottom: 104px; }
  .impact-copy h2 { margin-top: 14px; font-size: clamp(50px, 15.2vw, 66px); line-height: .82; }
  .impact-copy-foot { margin-top: 28px; }
  .impact-copy-foot > p { font-size: 12px; }
  .impact-copy-foot a { font-size: 8px; }
  .impact-disclaimer { right: 110px; bottom: 26px; line-height: 1.5; }
  .impact-replay { bottom: 21px; }
  .impact-line-one { width: 42%; left: 4%; top: 35%; }
  .impact-line-two { width: 48%; left: 31%; top: 43%; }
  .impact-line-three { width: 34%; left: 63%; top: 32%; }
  .impact-node-one { left: 3.5%; top: 34.6%; }
  .impact-node-two { left: 62.5%; top: 31.6%; }
  .impact-node-three { left: 94%; top: 38%; }
}

@media (prefers-reduced-motion: reduce) {
  .impact-scene { display: none; }
  .impact-final, .impact-network, .impact-copy { opacity: 1; transform: none; animation: none !important; }
  .impact-line { scale: 1 1; }
  .impact-node { opacity: 1; transform: scale(1); }
  .impact-replay { display: none; }
}

/* V1.4 — unified cross-market system, replacing the fragmented triptych */
.impact-unified { position: absolute; inset: 0; overflow: hidden; opacity: 1; transform: scale(1.01); }
.impact-unified img { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: contrast(1.08) saturate(.88) brightness(.78); }
.impact-pulse { position: absolute; z-index: 1; left: 48.2%; top: 51.5%; width: clamp(150px, 19vw, 330px); aspect-ratio: 1; border: 1px solid rgba(228,35,24,.9); border-radius: 50%; translate: -50% -50%; box-shadow: 0 0 34px rgba(228,35,24,.28), inset 0 0 34px rgba(228,35,24,.16); }
.impact-flow { position: absolute; z-index: 1; left: 27%; right: 5%; top: 59%; height: 1px; background: linear-gradient(90deg, transparent, var(--rose) 12%, #fff 48%, var(--rose) 76%, transparent); box-shadow: 0 0 16px rgba(228,35,24,.72); transform-origin: center; }
.impact-market-labels { position: absolute; inset: 0; z-index: 4; pointer-events: none; }
.impact-market { position: absolute; padding-left: 15px; color: rgba(255,255,255,.78); font-size: 7px; font-weight: 700; letter-spacing: .2em; text-shadow: 0 1px 12px #000; white-space: nowrap; }
.impact-market::before { content: ""; position: absolute; left: 0; top: 50%; width: 6px; height: 6px; border: 1px solid #fff; background: var(--rose); translate: 0 -50%; box-shadow: 0 0 14px rgba(228,35,24,.9); }
.impact-market-china { left: 25%; top: 39%; }
.impact-market-na { left: 43%; top: 28%; }
.impact-market-europe { left: 62%; top: 34%; }
.impact-market-exhibition { right: 5%; top: 26%; }
.impact-shade { background: linear-gradient(90deg, rgba(0,0,0,.92) 0%, rgba(0,0,0,.64) 23%, rgba(0,0,0,.13) 55%, rgba(0,0,0,.04) 100%), linear-gradient(0deg, rgba(0,0,0,.9) 0%, transparent 53%, rgba(0,0,0,.26) 100%); }

.impact-reel.is-playing .impact-unified { animation: impact-system-reveal 6.4s .02s var(--ease) both; }
.impact-reel.is-playing .impact-pulse { animation: impact-system-pulse 1.45s .82s var(--ease) both; }
.impact-reel.is-playing .impact-flow { animation: impact-system-flow 1.45s 1.05s var(--ease) both; }
.impact-reel.is-playing .impact-market-china { animation: impact-market-in .58s 1.15s var(--ease) both; }
.impact-reel.is-playing .impact-market-na { animation: impact-market-in .58s 1.42s var(--ease) both; }
.impact-reel.is-playing .impact-market-europe { animation: impact-market-in .58s 1.69s var(--ease) both; }
.impact-reel.is-playing .impact-market-exhibition { animation: impact-market-in .58s 1.96s var(--ease) both; }
.impact-reel.is-playing .impact-copy { animation-delay: 2.22s; }

@keyframes impact-system-reveal {
  0% { opacity: 0; clip-path: circle(0 at 48% 52%); transform: scale(1.09); filter: blur(10px); }
  24% { opacity: 1; clip-path: circle(78% at 48% 52%); filter: blur(0); }
  100% { opacity: 1; clip-path: circle(110% at 48% 52%); transform: scale(1.01); filter: blur(0); }
}
@keyframes impact-system-pulse {
  0% { opacity: 0; scale: .2; }
  48% { opacity: 1; scale: 1; }
  100% { opacity: .45; scale: 1.55; }
}
@keyframes impact-system-flow { from { opacity: 0; scale: 0 1; } to { opacity: .88; scale: 1 1; } }
@keyframes impact-market-in { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: none; } }

@media (max-width: 700px) {
  .impact-unified img { object-position: 56% center; }
  .impact-shade { background: linear-gradient(0deg, rgba(0,0,0,.97) 0%, rgba(0,0,0,.66) 48%, rgba(0,0,0,.19) 100%); }
  .impact-pulse { left: 56%; top: 43%; width: 210px; }
  .impact-flow { left: 8%; right: 3%; top: 47%; }
  .impact-market { font-size: 6px; padding-left: 12px; }
  .impact-market-china { left: 7%; top: 24%; }
  .impact-market-na { left: 7%; top: 31%; }
  .impact-market-europe { left: auto; right: 7%; top: 24%; }
  .impact-market-exhibition { right: 7%; top: 31%; }
}

@media (prefers-reduced-motion: reduce) {
  .impact-unified, .impact-pulse, .impact-flow, .impact-market { opacity: 1; transform: none; animation: none !important; }
  .impact-unified { clip-path: none; }
  .impact-pulse { scale: 1.3; }
  .impact-flow { scale: 1 1; }
}

/* V1.5 — integrated live launch longboard */
.impact-unified {
  display: grid;
  place-items: center;
  transform: none;
  background: #050505;
}
.impact-unified img {
  width: 100%;
  height: auto;
  max-width: none;
  object-fit: contain;
  object-position: center;
  filter: contrast(1.08) saturate(.86) brightness(.76);
}
.impact-pulse,
.impact-flow { display: none; }
.impact-shade {
  background:
    linear-gradient(90deg, rgba(0,0,0,.36) 0%, rgba(0,0,0,.05) 34%, rgba(0,0,0,.02) 76%, rgba(0,0,0,.14) 100%),
    linear-gradient(0deg, rgba(0,0,0,.98) 0%, rgba(0,0,0,.58) 16%, transparent 42%, rgba(0,0,0,.12) 74%, rgba(0,0,0,.64) 100%);
}
.impact-market-china { left: 8%; top: 55%; }
.impact-market-na { left: 35%; top: 34%; }
.impact-market-europe { left: 64%; top: 72%; }
.impact-market-exhibition { right: 7%; top: 42%; }
.impact-copy {
  max-width: none;
  bottom: clamp(62px, 7.2vh, 88px);
  display: grid;
  grid-template-columns: minmax(390px, .92fr) minmax(420px, 1.08fr);
  grid-template-areas:
    "eyebrow detail"
    "title detail";
  column-gap: clamp(52px, 8vw, 150px);
  align-items: end;
}
.impact-copy > p { grid-area: eyebrow; }
.impact-copy h2 {
  grid-area: title;
  margin-top: 14px;
  font-size: clamp(54px, 6.4vw, 104px);
  line-height: .81;
}
.impact-copy-foot {
  grid-area: detail;
  grid-template-columns: 1fr;
  gap: 24px;
  margin-top: 0;
  padding-bottom: 3px;
}
.impact-copy-foot > p { max-width: 620px; }
.impact-copy-foot a { width: min(100%, 520px); }

@media (max-width: 900px) {
  .impact-copy {
    display: block;
    bottom: 92px;
    max-width: 680px;
  }
  .impact-copy h2 { font-size: clamp(58px, 13vw, 102px); }
  .impact-copy-foot { margin-top: 28px; }
}

@media (max-width: 700px) {
  .impact-unified { display: block; }
  .impact-unified img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 58% center;
    filter: contrast(1.08) saturate(.84) brightness(.68);
  }
  .impact-market-labels { display: none; }
  .impact-shade {
    background:
      linear-gradient(0deg, rgba(0,0,0,.98) 0%, rgba(0,0,0,.72) 40%, rgba(0,0,0,.17) 72%, rgba(0,0,0,.42) 100%);
  }
  .impact-copy { bottom: 104px; }
  .impact-copy h2 { font-size: clamp(50px, 15.2vw, 66px); }
  .impact-reel.is-playing .impact-unified img { animation: impact-mobile-pan 6.4s .02s var(--ease) both; }
}

@keyframes impact-mobile-pan {
  0% { object-position: 28% center; transform: scale(1.06); }
  100% { object-position: 78% center; transform: scale(1); }
}

@media (prefers-reduced-motion: reduce) {
  .impact-unified img { animation: none !important; }
}

/* V1.6 — calm motion: no scroll-triggered disappearance or large transforms */
.reveal {
  transform: translateY(10px);
  transition: opacity .68s cubic-bezier(.22,.61,.36,1), transform .68s cubic-bezier(.22,.61,.36,1);
}
.impact-reel.is-playing .impact-unified {
  animation: impact-calm-media 1.45s .01s cubic-bezier(.22,.61,.36,1) both;
}
.impact-reel.is-playing .impact-market-china { animation: impact-calm-label .62s .22s cubic-bezier(.22,.61,.36,1) both; }
.impact-reel.is-playing .impact-market-na { animation: impact-calm-label .62s .38s cubic-bezier(.22,.61,.36,1) both; }
.impact-reel.is-playing .impact-market-europe { animation: impact-calm-label .62s .54s cubic-bezier(.22,.61,.36,1) both; }
.impact-reel.is-playing .impact-market-exhibition { animation: impact-calm-label .62s .70s cubic-bezier(.22,.61,.36,1) both; }
.impact-reel.is-playing .impact-copy {
  animation: impact-calm-copy .78s .48s cubic-bezier(.22,.61,.36,1) both;
}

@keyframes impact-calm-media {
  from { opacity: .94; transform: scale(1.006); }
  to { opacity: 1; transform: scale(1); }
}
@keyframes impact-calm-label {
  from { opacity: .52; transform: translateY(4px); }
  to { opacity: 1; transform: none; }
}
@keyframes impact-calm-copy {
  from { opacity: .82; transform: translateY(7px); }
  to { opacity: 1; transform: none; }
}

@media (max-width: 700px) {
  .impact-reel.is-playing .impact-unified img { animation: none; }
  .impact-unified img { object-position: 58% center; transform: none; }
}

@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  .impact-unified,
  .impact-market,
  .impact-copy { opacity: 1; transform: none; animation: none !important; }
}

/* V1.7 — protect headline and supporting-copy spacing at every width */
.impact-copy {
  grid-template-columns: minmax(0, 1.16fr) minmax(340px, .84fr);
  column-gap: clamp(44px, 6vw, 112px);
}
.impact-copy h2 {
  max-width: 100%;
  font-size: clamp(50px, 5.7vw, 92px);
  line-height: .9;
  letter-spacing: -.06em;
}
.impact-copy h2 em { padding-bottom: .08em; }
.impact-copy-foot {
  position: relative;
  z-index: 2;
  padding-bottom: 10px;
}

@media (max-width: 1200px) {
  .impact-copy {
    display: block;
    max-width: min(820px, 100%);
    bottom: 94px;
  }
  .impact-copy h2 {
    max-width: 780px;
    font-size: clamp(52px, 8.2vw, 82px);
    line-height: .9;
  }
  .impact-copy-foot {
    max-width: 680px;
    margin-top: 40px;
    padding-bottom: 0;
  }
}

@media (max-width: 700px) {
  .impact-copy {
    max-width: none;
    bottom: 106px;
  }
  .impact-copy h2 {
    max-width: 100%;
    font-size: clamp(46px, 14.2vw, 60px);
    line-height: .92;
    letter-spacing: -.055em;
  }
  .impact-copy-foot {
    margin-top: 34px;
    gap: 18px;
  }
}

/* V1.8 — one-second still frame, then a deliberate opening sequence */
.impact-copy {
  grid-template-columns: minmax(0, 1.18fr) minmax(340px, .82fr);
  grid-template-areas: "title detail";
  column-gap: clamp(48px, 6vw, 116px);
}
.impact-title-block {
  grid-area: title;
  align-self: end;
  transform: translateY(clamp(-72px, -5.4vh, -44px));
}
.impact-title-block > p {
  color: var(--rose);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .2em;
}
.impact-title-block h2 {
  max-width: none;
  margin-top: 20px;
  font-size: clamp(58px, 6.6vw, 108px);
  line-height: .8;
  letter-spacing: -.075em;
}
.impact-title-block h2 em { padding-bottom: 0; }
.impact-copy-foot {
  grid-area: detail;
  margin-top: 0;
  padding-bottom: 10px;
}

.has-motion .impact-reel:not(.is-playing) .impact-market,
.has-motion .impact-reel:not(.is-playing) .impact-copy { opacity: 0; }
.impact-unified img {
  filter: contrast(1.08) saturate(.84) brightness(.62);
  transform: scale(1.018);
  transform-origin: center;
}
.impact-reel.is-playing .impact-unified { animation: none; }
.impact-reel.is-playing .impact-unified img {
  animation: impact-delayed-open 1.55s .35s cubic-bezier(.22,.61,.36,1) both;
}
.impact-reel.is-playing .impact-market-china { animation: impact-delayed-label .62s .48s cubic-bezier(.22,.61,.36,1) both; }
.impact-reel.is-playing .impact-market-na { animation: impact-delayed-label .62s .60s cubic-bezier(.22,.61,.36,1) both; }
.impact-reel.is-playing .impact-market-europe { animation: impact-delayed-label .62s .72s cubic-bezier(.22,.61,.36,1) both; }
.impact-reel.is-playing .impact-market-exhibition { animation: impact-delayed-label .62s .84s cubic-bezier(.22,.61,.36,1) both; }
.impact-reel.is-playing .impact-copy {
  animation: impact-delayed-copy .78s .56s cubic-bezier(.22,.61,.36,1) both;
}

@keyframes impact-delayed-open {
  from { filter: contrast(1.08) saturate(.84) brightness(.62); transform: scale(1.018); }
  to { filter: contrast(1.08) saturate(.88) brightness(.78); transform: scale(1); }
}
@keyframes impact-delayed-label {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: none; }
}
@keyframes impact-delayed-copy {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: none; }
}

@media (max-width: 1200px) {
  .impact-copy {
    display: block;
    max-width: min(860px, 100%);
    bottom: 88px;
  }
  .impact-title-block { transform: translateY(-36px); }
  .impact-title-block h2 {
    max-width: 820px;
    font-size: clamp(62px, 10vw, 96px);
    line-height: .82;
    letter-spacing: -.072em;
  }
  .impact-copy-foot {
    max-width: 680px;
    margin-top: 24px;
    padding-bottom: 0;
  }
}

@media (max-width: 700px) {
  .impact-copy { bottom: 104px; }
  .impact-title-block { transform: translateY(-24px); }
  .impact-title-block h2 {
    max-width: 100%;
    font-size: clamp(50px, 15.2vw, 66px);
    line-height: .82;
    letter-spacing: -.07em;
  }
  .impact-copy-foot {
    margin-top: 22px;
    gap: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .impact-unified img {
    filter: contrast(1.08) saturate(.88) brightness(.78);
    transform: none;
    animation: none !important;
  }
  .impact-market,
  .impact-copy { opacity: 1; transform: none; animation: none !important; }
}

/* V1.9 — place the media label in the black negative space, clear of people */
.impact-market-china {
  left: 7.5%;
  top: 29%;
}

/* V1.13 — standalone brand film after the product-led solution route */
.site-header.is-scrolled.over-film {
  background: rgba(8,38,66,.88);
  color: var(--white);
  border-color: rgba(255,255,255,.2);
  backdrop-filter: blur(18px);
}
.site-header.is-scrolled.over-film .brand-logo-reversed { opacity: 1; }
.site-header.is-scrolled.over-film .brand-logo-color { opacity: 0; }

.brand-film {
  position: relative;
  min-height: 760px;
  height: 100svh;
  overflow: hidden;
  background: var(--ink);
  color: var(--white);
  isolation: isolate;
}
.brand-film-media,
.brand-film-shade { position: absolute; inset: 0; }
.brand-film-media { background: #02070d url("media/aurelo-brand-film-poster.jpg") center / cover no-repeat; }
.brand-film-cover,
.brand-film-media video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.brand-film-cover {
  z-index: 2;
  object-fit: contain;
  object-position: center;
  background: #02070d;
  filter: contrast(1.08) saturate(.86) brightness(.82);
  opacity: 1;
  transition: opacity 1s var(--ease), filter 1s var(--ease), transform 1s var(--ease);
}
.brand-film-media video {
  z-index: 1;
  object-fit: cover;
  object-position: center;
  background: #02070d;
  opacity: 0;
  transition: opacity 1s var(--ease);
}
.brand-film-shade {
  z-index: 3;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(8,38,66,.58) 0%, rgba(8,38,66,.08) 46%, rgba(8,38,66,.02) 70%),
    linear-gradient(0deg, rgba(3,13,23,.88) 0%, rgba(3,13,23,.12) 45%, rgba(3,13,23,.28) 100%);
}
.brand-film-topline {
  position: absolute;
  z-index: 4;
  top: 104px;
  left: var(--pad);
  right: var(--pad);
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding-top: 13px;
  border-top: 1px solid rgba(255,255,255,.48);
  font-size: 9px;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.brand-film-copy {
  position: absolute;
  z-index: 4;
  left: var(--pad);
  bottom: 112px;
  width: min(720px, 66vw);
}
.brand-film-copy > p:first-child {
  color: var(--blush);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .2em;
}
.brand-film-copy h2 {
  max-width: 700px;
  margin-top: 18px;
  font-family: var(--serif);
  font-size: clamp(54px, 6.4vw, 108px);
  font-weight: 400;
  line-height: .86;
  letter-spacing: -.055em;
}
.brand-film-summary {
  max-width: 560px;
  margin-top: 22px;
  color: rgba(255,255,255,.74);
  font-size: 13px;
  font-weight: 300;
}
.brand-film-sound {
  margin-top: 26px;
  border: 0;
  border-bottom: 1px solid rgba(255,255,255,.68);
  padding: 8px 0;
  background: transparent;
  color: var(--white);
  display: inline-flex;
  align-items: center;
  gap: 22px;
  font-size: 10px;
  letter-spacing: .16em;
  text-transform: uppercase;
  cursor: pointer;
}
.brand-film-sound b { color: var(--blush); font-size: 14px; }
.brand-film-controls {
  position: absolute;
  z-index: 5;
  right: var(--pad);
  bottom: 38px;
  display: grid;
  grid-template-columns: auto auto minmax(100px, 15vw) auto;
  align-items: center;
  gap: 14px;
  color: rgba(255,255,255,.76);
}
.brand-film-controls button {
  min-width: 36px;
  height: 34px;
  border: 1px solid rgba(255,255,255,.38);
  background: rgba(8,38,66,.3);
  color: inherit;
  font-size: 8px;
  letter-spacing: .12em;
  cursor: pointer;
}
.brand-film-progress { height: 1px; background: rgba(255,255,255,.32); overflow: hidden; }
.brand-film-progress i { display: block; width: 0; height: 100%; background: var(--blush); }
.brand-film-controls time { min-width: 82px; font-size: 8px; letter-spacing: .08em; }
.brand-film-disclaimer {
  position: absolute;
  z-index: 4;
  left: var(--pad);
  bottom: 36px;
  color: rgba(255,255,255,.46);
  font-size: 8px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.brand-film-topline,
.brand-film-copy,
.brand-film-controls,
.brand-film-disclaimer {
  opacity: 0;
  transform: translateY(8px);
  transition: opacity .7s var(--ease), transform .7s var(--ease);
}
.brand-film.is-film-copy .brand-film-topline,
.brand-film.is-film-copy .brand-film-copy,
.brand-film.is-film-copy .brand-film-controls,
.brand-film.is-film-copy .brand-film-disclaimer {
  opacity: 1;
  transform: none;
}
.brand-film.is-film-video .brand-film-cover {
  opacity: 0;
  filter: contrast(1.02) saturate(.82) brightness(.68);
  transform: scale(1.012);
}
.brand-film.is-film-video .brand-film-media video { opacity: 1; }

@media (max-width: 860px) {
  .brand-film { min-height: 780px; }
  .brand-film-cover { object-fit: cover; object-position: 82% center; }
  .brand-film-media video { object-position: 58% center; }
  .brand-film-copy { width: calc(100% - (var(--pad) * 2)); bottom: 158px; }
  .brand-film-copy h2 { font-size: clamp(52px, 13vw, 78px); max-width: 640px; }
  .brand-film-summary { max-width: 500px; }
  .brand-film-controls { left: var(--pad); right: var(--pad); bottom: 56px; grid-template-columns: auto auto 1fr auto; }
  .brand-film-disclaimer { bottom: 22px; }
}

@media (max-width: 560px) {
  .brand-film { height: 100svh; min-height: 760px; }
  .brand-film-topline { top: 84px; }
  .brand-film-topline span:last-child { display: none; }
  .brand-film-cover { object-position: 86% center; }
  .brand-film-media video { object-position: 62% center; }
  .brand-film-shade {
    background: linear-gradient(0deg, rgba(3,13,23,.98) 0%, rgba(3,13,23,.58) 48%, rgba(3,13,23,.22) 100%);
  }
  .brand-film-copy { bottom: 162px; }
  .brand-film-copy h2 { font-size: clamp(48px, 16vw, 68px); }
  .brand-film-summary { font-size: 12px; }
  .brand-film-sound { font-size: 9px; }
  .brand-film-controls { bottom: 58px; }
  .brand-film-controls time { display: none; }
  .brand-film-controls { grid-template-columns: auto auto 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  .brand-film-media video { display: none; }
  .brand-film-sound { display: none; }
  .brand-film-cover { opacity: 1; transform: none; }
  .brand-film-topline,
  .brand-film-copy,
  .brand-film-controls,
  .brand-film-disclaimer { opacity: 1; transform: none; }
}

/* V1.13 — film is a separate viewing module; no website copy overlaps the film frame */
.brand-film {
  height: auto;
  min-height: 0;
  padding: clamp(96px, 10vw, 156px) var(--pad) 44px;
}
.brand-film-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(320px, .55fr);
  gap: clamp(48px, 8vw, 128px);
  align-items: end;
  margin-bottom: clamp(34px, 4vw, 56px);
}
.brand-film-heading > p {
  color: var(--blush);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .2em;
}
.brand-film-heading h2 {
  max-width: 980px;
  margin-top: 22px;
  font-family: var(--sans);
  font-size: clamp(52px, 7.2vw, 116px);
  font-weight: 500;
  line-height: .86;
  letter-spacing: -.07em;
  text-transform: uppercase;
}
.brand-film-intro-note {
  padding-top: 16px;
  border-top: 1px solid rgba(255,255,255,.42);
}
.brand-film-intro-note > span {
  color: var(--blush);
  font-size: 9px;
  letter-spacing: .2em;
}
.brand-film-intro-note > p {
  margin-top: 22px;
  color: rgba(255,255,255,.7);
  font-size: 13px;
  font-weight: 300;
}
.brand-film-intro-note .brand-film-sound { margin-top: 24px; }
.brand-film-frame {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #02070d;
  border: 1px solid rgba(255,255,255,.24);
}
.brand-film-frame .brand-film-media {
  position: absolute;
  inset: 0;
}
.brand-film-frame .brand-film-media video {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  opacity: 1;
  transition: none;
}
.brand-film-foot {
  display: grid;
  grid-template-columns: minmax(240px, 1fr) minmax(420px, .7fr);
  gap: 40px;
  align-items: center;
  padding-top: 18px;
}
.brand-film-foot .brand-film-disclaimer {
  position: static;
  opacity: 1;
  transform: none;
}
.brand-film-foot .brand-film-controls {
  position: static;
  z-index: auto;
  display: grid;
  grid-template-columns: auto auto minmax(100px, 1fr) auto;
  opacity: 1;
  transform: none;
}

@media (max-width: 860px) {
  .brand-film { padding-top: 110px; }
  .brand-film-intro { grid-template-columns: 1fr; gap: 32px; }
  .brand-film-heading h2 { font-size: clamp(48px, 12vw, 78px); }
  .brand-film-foot { grid-template-columns: 1fr; gap: 18px; }
  .brand-film-foot .brand-film-controls { grid-template-columns: auto auto minmax(80px, 1fr) auto; }
}

@media (max-width: 560px) {
  .brand-film { height: auto; min-height: 0; padding: 94px var(--pad) 30px; }
  .brand-film-heading h2 { font-size: clamp(46px, 14vw, 62px); }
  .brand-film-frame { aspect-ratio: 16 / 10; }
  .brand-film-foot .brand-film-controls { grid-template-columns: auto auto 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  .brand-film-frame .brand-film-media video { display: none; }
}
