:root {
  --porcelain: #f4eee7;
  --porcelain-deep: #e8dfd5;
  --ink: #25292a;
  --muted: #6f7779;
  --line: rgba(111, 119, 121, .22);
  --metal: #858d8f;
  --gold: #b89f72;
  --white: #fbf9f6;
  --max: 1480px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--porcelain); font-family: Inter, "Helvetica Neue", "PingFang SC", "Microsoft YaHei", Arial, sans-serif; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
img { max-width: 100%; }
.section-shell { padding-left: max(7vw, calc((100vw - var(--max)) / 2)); padding-right: max(7vw, calc((100vw - var(--max)) / 2)); }
.eyebrow { margin: 0 0 24px; color: #777f81; font-size: 11px; letter-spacing: .26em; font-weight: 600; }
.eyebrow.light { color: #b6bdbe; }
.section-index { color: #8c9394; font-size: 10px; letter-spacing: .18em; }
.section-index.light { color: #899092; }
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s cubic-bezier(.2,.7,.2,1), transform .8s cubic-bezier(.2,.7,.2,1); }
.reveal.is-visible { opacity: 1; transform: none; }
.page-progress { position: fixed; z-index: 100; top: 0; left: 0; width: 0; height: 2px; background: var(--gold); pointer-events: none; }

.site-header { position: fixed; z-index: 50; top: 0; left: 0; right: 0; height: 84px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 clamp(24px,4vw,72px); border-bottom: 1px solid rgba(111,119,121,.16); background: rgba(244,238,231,.76); backdrop-filter: blur(18px); transition: background .35s ease, box-shadow .35s ease, height .35s ease; }
.site-header.scrolled { height: 74px; background: rgba(248,244,239,.94); box-shadow: 0 12px 36px rgba(54,49,43,.06); }
.brand { width: 122px; height: 62px; overflow: hidden; display: flex; align-items: center; }
.brand img { width: 122px; height: auto; mix-blend-mode: multiply; }
.desktop-nav { display: flex; gap: 40px; font-size: 11px; letter-spacing: .12em; color: #555d5f; }
.desktop-nav a { position: relative; padding: 10px 0; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 3px; height: 1px; background: var(--gold); transition: right .28s ease; }
.desktop-nav a:hover::after, .desktop-nav a.active::after { right: 0; }
.header-actions { justify-self: end; display: flex; align-items: center; gap: 18px; }
.language-toggle { border: 0; padding: 10px; background: none; color: var(--muted); cursor: pointer; font-size: 10px; letter-spacing: .16em; }
.header-cta { padding: 11px 18px; border: 1px solid rgba(71,78,80,.28); font-size: 11px; letter-spacing: .1em; transition: background .25s ease, color .25s ease; }
.header-cta:hover { background: var(--ink); color: var(--white); }
.menu-toggle { display: none; width: 42px; height: 42px; padding: 12px 9px; border: 0; background: none; cursor: pointer; }
.menu-toggle span { display: block; height: 1px; margin: 6px 0; background: var(--ink); transition: transform .25s ease; }
.menu-toggle.active span:first-child { transform: translateY(3.5px) rotate(45deg); }
.menu-toggle.active span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
.mobile-menu { position: fixed; inset: 72px 0 0; z-index: -1; padding: 50px 24px; display: flex; flex-direction: column; gap: 0; background: rgba(244,238,231,.98); opacity: 0; visibility: hidden; transform: translateY(-16px); transition: opacity .3s ease, transform .3s ease, visibility .3s ease; }
.mobile-menu.open { opacity: 1; visibility: visible; transform: none; }
.mobile-menu a { padding: 22px 0; border-bottom: 1px solid rgba(105,113,115,.18); font-size: 26px; letter-spacing: -.03em; }

.hero { position: relative; min-height: 760px; height: 100svh; max-height: 980px; overflow: hidden; display: grid; grid-template-columns: minmax(0,1.05fr) minmax(440px,.95fr); align-items: center; gap: clamp(48px,7vw,128px); padding: 130px max(7vw, calc((100vw - var(--max)) / 2)) 68px; background: linear-gradient(180deg,rgba(255,255,255,.5),transparent 32%),linear-gradient(120deg,#f8f4ef 0%,var(--porcelain) 58%,#ebe3da 100%); }
.hero-grid { position: absolute; inset: 84px 0 0; opacity: .28; background-image: linear-gradient(var(--line) 1px,transparent 1px),linear-gradient(90deg,var(--line) 1px,transparent 1px); background-size: 96px 96px; mask-image: linear-gradient(90deg,transparent,#000 28%,#000 72%,transparent),linear-gradient(180deg,#000,transparent 78%); }
.hero::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 1px; background: linear-gradient(90deg,transparent,rgba(111,119,121,.38),transparent); }
.hero-copy { position: relative; z-index: 2; max-width: 760px; }
.hero h1 { margin: 0; font-size: clamp(48px,5.3vw,84px); line-height: 1.08; letter-spacing: -.055em; font-weight: 430; }
.hero-intro { max-width: 660px; margin: 30px 0 0; color: #60686a; font-size: clamp(16px,1.25vw,20px); line-height: 1.85; }
.hero-actions { display: flex; gap: 14px; margin-top: 40px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 22px; padding: 0 25px; font-size: 12px; letter-spacing: .08em; border: 1px solid rgba(64,70,72,.25); transition: transform .25s ease,background .25s ease,color .25s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: #303536; color: #fff; border-color: #303536; }
.button-primary:hover { background: #171a1b; }
.button-quiet { background: rgba(255,255,255,.28); }
.button-quiet:hover { background: rgba(255,255,255,.72); }
.hero-proof { display: flex; gap: 42px; margin-top: 58px; padding-top: 22px; border-top: 1px solid rgba(99,107,109,.2); }
.hero-proof div { display: grid; gap: 5px; }
.hero-proof strong { color: #596163; font-size: 10px; letter-spacing: .2em; }
.hero-proof span { color: #8a8f90; font-size: 11px; }
.hero-route { position: absolute; z-index: 1; right: -5%; width: 55%; height: 1px; background: linear-gradient(90deg,transparent,rgba(184,159,114,.5),transparent); transform-origin: right; }
.route-one { top: 22%; transform: rotate(10deg); }
.route-two { top: 25%; transform: rotate(8deg); opacity: .6; }
.route-three { top: 28%; transform: rotate(6deg); opacity: .32; }

.signal-stage { position: relative; z-index: 2; min-height: 550px; border: 1px solid rgba(105,113,115,.25); background: linear-gradient(145deg,rgba(255,255,255,.62),rgba(235,226,216,.38)); box-shadow: 0 38px 90px rgba(70,62,53,.09); backdrop-filter: blur(12px); }
.stage-label { height: 58px; display: flex; align-items: center; justify-content: space-between; padding: 0 22px; border-bottom: 1px solid rgba(105,113,115,.18); color: #71797b; font-size: 9px; letter-spacing: .18em; }
.signal-visual { position: relative; height: 360px; overflow: hidden; background: linear-gradient(180deg,rgba(255,255,255,.32),rgba(255,255,255,.04)); }
.signal-line { position: absolute; left: -14%; width: 128%; height: 44%; border: 1px solid rgba(126,135,137,.22); border-left-color: transparent; border-right-color: transparent; border-radius: 48% 52% 46% 54%; transform: rotate(-8deg); animation: signal-drift 9s ease-in-out infinite alternate; }
.line-a { top: 28%; }.line-b { top: 32%; transform: rotate(-7deg); animation-delay: -.8s; }.line-c { top: 36%; transform: rotate(-6deg); border-color: rgba(184,159,114,.35); border-left-color: transparent; border-right-color: transparent; animation-delay: -1.6s; }.line-d { top: 40%; transform: rotate(-5deg); animation-delay: -2.4s; }.line-e { top: 44%; transform: rotate(-4deg); animation-delay: -3.2s; }
@keyframes signal-drift { to { translate: 2.4% -2%; } }
.signal-focus { position: absolute; left: 50%; top: 48%; transform: translate(-50%,-50%); width: 230px; padding: 24px; border: 1px solid rgba(105,113,115,.24); background: rgba(248,244,239,.84); box-shadow: 0 20px 50px rgba(60,55,49,.08); }
.signal-focus span { display: block; margin-bottom: 13px; color: var(--gold); font-size: 8px; letter-spacing: .18em; }
.signal-focus strong { font-size: 18px; font-weight: 500; }
.stage-metrics { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid rgba(105,113,115,.18); }
.stage-metrics div { min-height: 130px; padding: 24px 20px; border-right: 1px solid rgba(105,113,115,.18); display: flex; flex-direction: column; justify-content: space-between; }
.stage-metrics div:last-child { border-right: 0; }
.stage-metrics span { color: #969c9d; font-size: 8px; letter-spacing: .18em; }
.stage-metrics strong { color: #4d5456; font-size: 11px; font-weight: 500; }
.capability-strip { min-height: 86px; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: clamp(18px,4vw,58px); padding: 20px 5vw; border-bottom: 1px solid rgba(105,113,115,.18); background: #ede6de; color: #697173; font-size: 9px; letter-spacing: .18em; text-transform: uppercase; }
.capability-strip i { width: 3px; height: 3px; background: var(--gold); }

.statement { display: grid; grid-template-columns: .7fr 1.7fr 1fr; gap: 6vw; padding-top: 150px; padding-bottom: 110px; border-bottom: 1px solid rgba(105,113,115,.16); }
.statement h2, .channel-heading h2, .global-copy h2, .about-main h2 { margin: 0; font-size: clamp(42px,5.3vw,76px); line-height: 1.12; letter-spacing: -.05em; font-weight: 430; }
.statement-note { align-self: end; }
.statement-note p, .channel-heading > p, .about-copy p, .global-copy > p { margin: 0; color: #646c6e; font-size: 15px; line-height: 1.9; }
.tag-row { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 28px; }
.tag-row span { padding: 9px 12px; border: 1px solid rgba(105,113,115,.22); color: #737b7d; font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }

.capabilities { display: grid; grid-template-columns: repeat(2,1fr); gap: 1px; padding-bottom: 150px; background: rgba(105,113,115,.18); border-bottom: 1px solid rgba(105,113,115,.18); }
.capability-card { position: relative; min-height: 620px; padding: 38px clamp(28px,4vw,64px) 52px; overflow: hidden; background: var(--porcelain); }
.card-top { display: flex; justify-content: space-between; color: #8c9394; font-size: 9px; letter-spacing: .17em; }
.card-graphic { position: relative; height: 220px; margin: 24px -12px 34px; overflow: hidden; border-bottom: 1px solid rgba(105,113,115,.15); }
.card-graphic i { position: absolute; display: block; }
.graphic-ai i { left: -5%; width: 110%; height: 68px; border: 1px solid rgba(123,132,134,.21); border-left-color: transparent; border-right-color: transparent; border-radius: 47%; transform: rotate(-5deg); }
.graphic-ai i:nth-child(1) { top: 48px; }.graphic-ai i:nth-child(2) { top: 67px; }.graphic-ai i:nth-child(3) { top: 86px; border-color: rgba(184,159,114,.32); border-left-color: transparent; border-right-color: transparent; }.graphic-ai i:nth-child(4) { top: 105px; }
.graphic-data { background-image: linear-gradient(rgba(117,126,128,.12) 1px,transparent 1px),linear-gradient(90deg,rgba(117,126,128,.12) 1px,transparent 1px); background-size: 38px 38px; mask-image: linear-gradient(90deg,transparent,#000 24%,#000 76%,transparent); }
.graphic-data i { bottom: 0; width: 18px; background: linear-gradient(180deg,rgba(184,159,114,.15),rgba(117,126,128,.45)); }
.graphic-data i:nth-child(1) { left: 22%; height: 42%; }.graphic-data i:nth-child(2) { left: 40%; height: 72%; }.graphic-data i:nth-child(3) { left: 58%; height: 56%; }.graphic-data i:nth-child(4) { left: 76%; height: 88%; }
.graphic-media i { left: -10%; width: 120%; height: 1px; background: linear-gradient(90deg,transparent,rgba(117,126,128,.48),transparent); transform-origin: right; }
.graphic-media i:nth-child(1) { top: 45%; transform: rotate(-9deg); }.graphic-media i:nth-child(2) { top: 53%; transform: rotate(-5deg); }.graphic-media i:nth-child(3) { top: 61%; transform: rotate(-1deg); background: linear-gradient(90deg,transparent,rgba(184,159,114,.58),transparent); }.graphic-media i:nth-child(4) { top: 69%; transform: rotate(3deg); }
.graphic-global i { width: 72%; height: 1px; left: 14%; background: linear-gradient(90deg,transparent,rgba(117,126,128,.46),transparent); }
.graphic-global i:nth-child(1) { top: 28%; transform: rotate(12deg); }.graphic-global i:nth-child(2) { top: 45%; transform: rotate(-8deg); }.graphic-global i:nth-child(3) { top: 62%; transform: rotate(6deg); background: linear-gradient(90deg,transparent,rgba(184,159,114,.52),transparent); }.graphic-global i:nth-child(4) { top: 78%; transform: rotate(-4deg); }
.capability-card h3 { margin: 0 0 18px; font-size: clamp(27px,2.2vw,36px); font-weight: 480; letter-spacing: -.035em; }
.capability-card > p { max-width: 590px; margin: 0; color: #697173; font-size: 14px; line-height: 1.85; }
.capability-card ul { display: grid; gap: 11px; margin: 32px 0 0; padding: 0; list-style: none; color: #626a6c; font-size: 12px; }
.capability-card li { padding-left: 20px; position: relative; }
.capability-card li::before { content: ""; position: absolute; left: 0; top: 8px; width: 8px; height: 1px; background: var(--gold); }

.approach { padding: 150px 0; color: #e8e9e8; background: #292d2e; }
.approach-head { display: grid; grid-template-columns: .7fr 1.7fr 1fr; gap: 6vw; align-items: end; }
.approach-head .eyebrow { grid-column: 2; margin-bottom: 0; }
.approach-head h2 { grid-column: 2; margin: 24px 0 0; font-size: clamp(45px,6vw,86px); line-height: 1.08; letter-spacing: -.05em; font-weight: 420; }
.approach-head > p:last-child { margin: 0; color: #a8adae; font-size: 14px; line-height: 1.85; }
.process { margin-top: 110px; }
.process-step { display: grid; grid-template-columns: .7fr 1.7fr 1fr; gap: 6vw; min-height: 170px; padding: 30px 0; border-top: 1px solid rgba(225,229,228,.16); }
.process-step > span { color: var(--gold); font-size: 11px; }
.process-step > div { grid-column: 2 / span 2; display: grid; grid-template-columns: 1.7fr 1fr; gap: 6vw; }
.process-step h3 { margin: 0 0 12px; color: #7f8788; font-size: 10px; letter-spacing: .18em; }
.process-step strong { display: block; font-size: clamp(24px,2.5vw,38px); font-weight: 430; letter-spacing: -.03em; }
.process-step p { margin: 0; color: #a8adae; font-size: 13px; line-height: 1.85; }

.channel-section { padding-top: 150px; padding-bottom: 150px; }
.channel-heading { display: grid; grid-template-columns: 2fr 1fr; gap: 8vw; align-items: end; margin-top: 70px; }
.channel-list { margin-top: 90px; border-top: 1px solid rgba(105,113,115,.2); }
.channel-list article { display: grid; grid-template-columns: .8fr 1.3fr 1fr; align-items: center; min-height: 112px; border-bottom: 1px solid rgba(105,113,115,.2); transition: padding .3s ease,background .3s ease; }
.channel-list article:hover { padding: 0 20px; background: rgba(255,255,255,.3); }
.channel-list span { color: #899092; font-size: 9px; letter-spacing: .18em; }
.channel-list strong { font-size: clamp(22px,2vw,32px); font-weight: 450; }
.channel-list i { color: #858d8f; font-size: 11px; font-style: normal; letter-spacing: .04em; }

.global-section { min-height: 820px; display: grid; grid-template-columns: 1.2fr .8fr; background: linear-gradient(135deg,#e8e1d9,#f7f3ee); border-top: 1px solid rgba(105,113,115,.15); border-bottom: 1px solid rgba(105,113,115,.15); }
.global-visual { position: relative; min-height: 620px; overflow: hidden; background-image: linear-gradient(rgba(117,126,128,.1) 1px,transparent 1px),linear-gradient(90deg,rgba(117,126,128,.1) 1px,transparent 1px); background-size: 68px 68px; mask-image: linear-gradient(90deg,#000,transparent 92%); }
.geo-line { position: absolute; left: -12%; width: 118%; height: 1px; background: linear-gradient(90deg,transparent,rgba(117,126,128,.48),transparent); transform-origin: right; }
.g1 { top: 35%; transform: rotate(8deg); }.g2 { top: 44%; transform: rotate(2deg); }.g3 { top: 53%; transform: rotate(-4deg); background: linear-gradient(90deg,transparent,rgba(184,159,114,.65),transparent); }.g4 { top: 62%; transform: rotate(-10deg); }
.geo-axis { position: absolute; right: 18%; top: 18%; bottom: 18%; width: 1px; background: linear-gradient(180deg,transparent,rgba(117,126,128,.38),transparent); }
.global-copy { align-self: center; padding: 100px max(7vw, calc((100vw - var(--max)) / 2)) 100px 6vw; }
.global-copy > p { margin-top: 32px; }
.global-markets { display: grid; grid-template-columns: repeat(2,1fr); margin-top: 42px; border-top: 1px solid rgba(105,113,115,.2); border-left: 1px solid rgba(105,113,115,.2); }
.global-markets span { padding: 18px; border-right: 1px solid rgba(105,113,115,.2); border-bottom: 1px solid rgba(105,113,115,.2); color: #71797b; font-size: 9px; letter-spacing: .18em; }

.about-section { display: grid; grid-template-columns: .7fr 1.7fr 1fr; gap: 6vw; padding-top: 150px; padding-bottom: 150px; }
.about-copy { align-self: end; }
.about-copy p + p { margin-top: 22px; }
.location-row { display: flex; flex-wrap: wrap; align-items: center; gap: 13px; margin-top: 38px; color: #7a8284; font-size: 9px; letter-spacing: .18em; }
.location-row i { width: 16px; height: 1px; background: var(--gold); }

.contact-section { position: relative; min-height: 700px; overflow: hidden; display: grid; place-items: center; padding: 120px 7vw; color: #e8e9e8; text-align: center; background: #292d2e; }
.contact-content { position: relative; z-index: 2; }
.contact-content h2 { margin: 0; font-size: clamp(44px,6.4vw,92px); line-height: 1.08; letter-spacing: -.055em; font-weight: 410; }
.contact-link { display: flex; align-items: center; justify-content: space-between; gap: 50px; min-width: min(620px,80vw); margin: 70px auto 0; padding: 22px 0; border-top: 1px solid rgba(232,233,232,.28); border-bottom: 1px solid rgba(232,233,232,.28); font-size: clamp(16px,1.6vw,23px); }
.contact-link b { color: var(--gold); font-weight: 400; transition: transform .25s ease; }
.contact-link:hover b { transform: translate(5px,-5px); }
.contact-lines { position: absolute; inset: 0; opacity: .3; }
.contact-lines i { position: absolute; left: -8%; width: 116%; height: 1px; background: linear-gradient(90deg,transparent,rgba(184,159,114,.42),transparent); transform-origin: right; }
.contact-lines i:nth-child(1) { top: 25%; transform: rotate(7deg); }.contact-lines i:nth-child(2) { top: 32%; transform: rotate(4deg); }.contact-lines i:nth-child(3) { top: 39%; transform: rotate(1deg); }.contact-lines i:nth-child(4) { top: 46%; transform: rotate(-2deg); }.contact-lines i:nth-child(5) { top: 53%; transform: rotate(-5deg); }

.site-footer { position: relative; padding: 0 max(7vw, calc((100vw - var(--max)) / 2)); overflow: hidden; background: #e8e0d7; border-top: 1px solid rgba(105,113,115,.16); }
.site-footer::before { content: ""; position: absolute; top: 0; left: max(7vw, calc((100vw - var(--max)) / 2)); width: clamp(86px,8vw,132px); height: 2px; background: linear-gradient(90deg,var(--gold),rgba(184,159,114,.08)); }
.footer-main { min-height: 300px; display: grid; grid-template-columns: minmax(260px,1.25fr) minmax(300px,.9fr) minmax(270px,.85fr); align-items: start; gap: clamp(52px,7vw,118px); padding: 74px 0 66px; }
.footer-brand > a { display: block; width: clamp(148px,11vw,184px); line-height: 0; }
.footer-brand img { display: block; width: 100%; height: auto !important; aspect-ratio: 896 / 460; object-fit: contain; object-position: left center; mix-blend-mode: multiply; }
.footer-brand p { margin: 20px 0 0; color: #747c7e; font-size: 8px; line-height: 1.6; letter-spacing: .2em; }
.footer-brand p i { margin: 0 5px; color: var(--gold); font-style: normal; }
.footer-kicker { display: block; margin-bottom: 24px; color: #93999a; font-size: 8px; font-weight: 600; letter-spacing: .24em; }
.footer-links { display: grid; grid-template-columns: repeat(2,minmax(100px,1fr)); gap: 0 34px; }
.footer-links a { min-height: 43px; display: flex; align-items: center; justify-content: space-between; gap: 18px; border-bottom: 1px solid rgba(105,113,115,.18); color: #4f5759; font-size: 11px; letter-spacing: .06em; transition: color .25s ease,border-color .25s ease,padding .25s ease; }
.footer-links a i { color: #a0a6a7; font-size: 7px; font-style: normal; letter-spacing: .12em; }
.footer-links a:hover { padding-left: 7px; color: #1f2425; border-color: rgba(184,159,114,.75); }
.footer-contact { min-width: 0; }
.footer-email { min-height: 43px; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-bottom: 12px; border-bottom: 1px solid rgba(105,113,115,.24); color: #3d4446; font-size: clamp(14px,1.15vw,17px); letter-spacing: .015em; }
.footer-email i { color: var(--gold); font-style: normal; transition: transform .25s ease; }
.footer-email:hover i { transform: translate(4px,-4px); }
.footer-contact p { margin: 22px 0 0; color: #858c8e; font-size: 8px; line-height: 1.7; letter-spacing: .18em; }
.footer-bottom { min-height: 74px; display: grid; grid-template-columns: 1fr minmax(320px,1.2fr) auto; align-items: center; gap: 38px; border-top: 1px solid rgba(105,113,115,.18); color: #838a8c; font-size: 8px; line-height: 1.65; letter-spacing: .04em; }
.footer-bottom p { margin: 0; }
.footer-bottom p:nth-child(2) { text-align: center; }
.footer-bottom > a { display: inline-flex; align-items: center; gap: 12px; color: #666e70; white-space: nowrap; }
.footer-bottom > a i { color: var(--gold); font-style: normal; }

@media (max-width: 1100px) {
  .site-header { grid-template-columns: 1fr auto; height: 72px; }
  .desktop-nav, .header-cta { display: none; }
  .menu-toggle { display: block; }
  .hero { height: auto; max-height: none; min-height: 100svh; grid-template-columns: 1fr; padding-top: 124px; }
  .signal-stage { min-height: 500px; }
  .statement, .approach-head, .about-section { grid-template-columns: .45fr 1.55fr; }
  .statement-note, .approach-head > p:last-child, .about-copy { grid-column: 2; }
  .approach-head .eyebrow, .approach-head h2 { grid-column: 2; }
  .process-step { grid-template-columns: .45fr 1.55fr; }
  .process-step > div { grid-column: 2; }
  .global-section { grid-template-columns: 1fr 1fr; }
  .footer-main { grid-template-columns: minmax(220px,.8fr) minmax(340px,1.2fr); }
  .footer-contact { grid-column: 2; }
  .footer-bottom { grid-template-columns: 1fr 1.4fr auto; gap: 24px; }
}

@media (max-width: 760px) {
  .section-shell { padding-left: 20px; padding-right: 20px; }
  .site-header { padding: 0 18px; }
  .brand { width: 102px; }.brand img { width: 102px; }
  .hero { padding: 116px 20px 50px; gap: 48px; }
  .hero h1 { font-size: clamp(42px,13.4vw,62px); }
  .hero-intro { font-size: 15px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-proof { gap: 18px; justify-content: space-between; }
  .signal-stage { min-height: 470px; }
  .stage-metrics { grid-template-columns: 1fr; }
  .stage-metrics div { min-height: 72px; border-right: 0; border-bottom: 1px solid rgba(105,113,115,.15); }
  .capability-strip { justify-content: flex-start; }
  .statement { grid-template-columns: 1fr; gap: 38px; padding-top: 95px; padding-bottom: 85px; }
  .statement-note { grid-column: auto; }
  .capabilities { grid-template-columns: 1fr; padding-bottom: 1px; }
  .capability-card { min-height: 580px; padding: 30px 22px 45px; }
  .approach { padding: 100px 0; }
  .approach-head { grid-template-columns: 1fr; gap: 32px; }
  .approach-head .eyebrow, .approach-head h2, .approach-head > p:last-child { grid-column: auto; }
  .process { margin-top: 70px; }
  .process-step { grid-template-columns: 42px 1fr; gap: 14px; }
  .process-step > div { grid-column: 2; grid-template-columns: 1fr; gap: 22px; }
  .channel-section { padding-top: 100px; padding-bottom: 100px; }
  .channel-heading { grid-template-columns: 1fr; gap: 36px; margin-top: 52px; }
  .channel-list { margin-top: 60px; }
  .channel-list article { grid-template-columns: 1fr; gap: 10px; padding: 24px 0; }
  .channel-list article:hover { padding: 24px 12px; }
  .global-section { grid-template-columns: 1fr; }
  .global-visual { min-height: 360px; }
  .global-copy { padding: 80px 20px 100px; }
  .about-section { grid-template-columns: 1fr; gap: 38px; padding-top: 100px; padding-bottom: 100px; }
  .about-copy { grid-column: auto; }
  .contact-section { min-height: 620px; padding: 100px 20px; }
  .contact-link { min-width: 0; width: 100%; }
  .site-footer { padding: 0 20px; }
  .site-footer::before { left: 20px; }
  .footer-main { min-height: 0; grid-template-columns: 1fr; gap: 46px; padding: 62px 0 54px; }
  .footer-brand > a { width: 150px; }
  .footer-contact { grid-column: auto; }
  .footer-links { grid-template-columns: 1fr; }
  .footer-bottom { min-height: 0; grid-template-columns: 1fr; gap: 9px; padding: 24px 0 30px; }
  .footer-bottom p:nth-child(2) { max-width: 460px; text-align: left; }
  .footer-bottom > a { margin-top: 10px; }
}

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