:root{
  --ink:#0a0f13;
  --ink-2:#111920;
  --steel:#5f6a72;
  --muted:#8b959b;
  --paper:#f2f2ef;
  --paper-2:#e7e8e4;
  --white:#fff;
  --accent:#00b7c7;
  --accent-dark:#07919d;
  --line:rgba(10,15,19,.16);
  --line-light:rgba(255,255,255,.22);
  --wrap:min(1540px,calc(100vw - 112px));
  --header:86px;
  --ease:cubic-bezier(.16,1,.3,1);
  --ease-hard:cubic-bezier(.76,0,.24,1);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;background:var(--ink)}
body{margin:0;background:var(--white);color:var(--ink);font-family:"Helvetica Neue","Arial Nova",Arial,sans-serif;font-size:16px;line-height:1.48;-webkit-font-smoothing:antialiased;overflow-x:hidden}
body.menu-open{overflow:hidden}
img,video{display:block;width:100%;max-width:100%}
a{color:inherit;text-decoration:none}
button,input,textarea{font:inherit;color:inherit}
button{cursor:pointer}
.wrap{width:var(--wrap);margin-inline:auto}
.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.skip-link{position:fixed;left:18px;top:18px;z-index:9999;background:var(--white);color:var(--ink);padding:12px 16px;transform:translateY(-180%);transition:.2s}
.skip-link:focus{transform:none}
.micro-label,.eyebrow{margin:0;text-transform:uppercase;letter-spacing:.15em;font-size:10px;line-height:1.4;font-weight:700}
.section-no{display:inline-block;font-size:11px;line-height:1;letter-spacing:.08em;color:var(--muted);margin-bottom:22px}
.text-link,.arrow-link{display:inline-flex;align-items:center;gap:26px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;border-bottom:1px solid currentColor;padding-bottom:7px;transition:gap .35s var(--ease),color .25s}
.text-link i,.arrow-link span,.text-link i{font-style:normal;font-size:18px;line-height:1}
.text-link:hover,.arrow-link:hover{gap:34px;color:var(--accent-dark)}
.text-link.light{color:var(--white)}
.button{display:inline-flex;align-items:center;justify-content:space-between;gap:42px;min-width:210px;background:var(--ink);color:var(--white);border:1px solid var(--ink);padding:18px 20px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.09em;transition:background .25s,color .25s,border-color .25s}
.button span{font-size:18px;line-height:1}
.button:hover{background:var(--accent);border-color:var(--accent);color:var(--ink)}
.button-light{background:transparent;border-color:rgba(255,255,255,.55);color:var(--white)}
.button-light:hover{background:var(--white);border-color:var(--white);color:var(--ink)}

/* Header */
.site-header{position:fixed;left:0;right:0;top:0;height:var(--header);z-index:90;background:rgba(255,255,255,.96);color:var(--ink);border-bottom:1px solid var(--line);transition:transform .45s var(--ease),background .35s,color .35s,border-color .35s,backdrop-filter .35s}
.site-header.is-hidden{transform:translateY(-100%)}
.is-home .site-header:not(.is-scrolled){background:transparent;color:var(--white);border-color:rgba(255,255,255,.24)}
.site-header.is-scrolled{background:rgba(255,255,255,.91);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}
.header-inner{height:100%;padding:0 34px;display:grid;grid-template-columns:205px 1fr auto;align-items:center;gap:34px}
.brand{display:inline-flex;align-items:center;height:100%;width:max-content}
.brand img{width:128px;height:auto;object-fit:contain;transition:filter .3s}
.is-home .site-header:not(.is-scrolled) .brand img{filter:brightness(0) invert(1)}
.desktop-nav{display:flex;justify-content:center;align-items:stretch;height:100%;gap:32px}
.nav-item{display:flex;align-items:center;position:static;height:100%}
.nav-item>a{display:flex;align-items:center;height:100%;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.11em;position:relative}
.nav-item>a:after{content:"";position:absolute;left:0;right:100%;bottom:23px;height:1px;background:currentColor;transition:right .35s var(--ease)}
.nav-item:hover>a:after{right:0}
.header-actions{height:100%;display:flex;align-items:center;gap:8px}
.language-switcher{position:relative;height:100%;display:flex;align-items:center}
.lang-current{height:100%;padding:0 14px;background:transparent;border:0;display:flex;align-items:center;gap:8px;font-size:10px;font-weight:700;letter-spacing:.12em}
.lang-current i{font-style:normal;font-size:12px}
.lang-menu{position:absolute;top:calc(100% - 1px);right:0;width:190px;background:var(--white);color:var(--ink);border:1px solid var(--line);opacity:0;visibility:hidden;transform:translateY(8px);transition:.25s var(--ease);box-shadow:0 18px 55px rgba(0,0,0,.12)}
.lang-menu.is-open{opacity:1;visibility:visible;transform:none}
.lang-menu a{display:flex;gap:10px;padding:13px 14px;border-bottom:1px solid var(--line);font-size:12px}
.lang-menu a:last-child{border-bottom:0}.lang-menu a:hover{background:var(--paper)}
.header-contact{height:44px;border:1px solid currentColor;display:flex;align-items:center;gap:22px;padding:0 15px;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.09em;transition:background .25s,color .25s,border .25s}
.header-contact i{font-style:normal;font-size:16px}.header-contact:hover{background:var(--accent);border-color:var(--accent);color:var(--ink)}
.menu-toggle{display:none;width:48px;height:48px;background:transparent;border:0;position:relative}
.menu-toggle span{position:absolute;left:11px;width:26px;height:1px;background:currentColor;transition:.3s var(--ease)}
.menu-toggle span:first-child{top:20px}.menu-toggle span:last-child{top:28px}.menu-open .menu-toggle span:first-child{top:24px;transform:rotate(45deg)}.menu-open .menu-toggle span:last-child{top:24px;transform:rotate(-45deg)}
.mega-menu{position:absolute;left:0;right:0;top:100%;background:var(--ink);color:var(--white);padding:28px 34px 44px;opacity:0;visibility:hidden;transform:translateY(-12px);transition:.28s var(--ease);border-top:1px solid rgba(255,255,255,.15)}
.nav-item:hover .mega-menu{opacity:1;visibility:visible;transform:none}
.mega-menu-head{display:flex;justify-content:space-between;align-items:center;padding-bottom:22px;border-bottom:1px solid var(--line-light);font-size:10px;text-transform:uppercase;letter-spacing:.12em;color:#a8b1b8}
.mega-menu-head small{font:inherit}
.mega-menu-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0}
.mega-menu-grid a{min-height:105px;border-right:1px solid var(--line-light);border-bottom:1px solid var(--line-light);padding:18px;display:grid;grid-template-columns:36px 1fr auto;gap:12px;align-items:start;transition:background .25s}
.mega-menu-grid a:nth-child(4n){border-right:0}.mega-menu-grid a:hover{background:#151f26}.mega-menu-grid b{font-size:9px;color:#7f8c95;font-weight:600}.mega-menu-grid span{font-size:18px;line-height:1.14;letter-spacing:-.02em}.mega-menu-grid i{font-style:normal;color:var(--accent)}
.mobile-menu{display:none}

/* Cinematic hero */
.hero-stage{height:100svh;min-height:720px;position:relative;background:var(--ink);overflow:hidden;color:var(--white)}
.hero-stage-slides,.hero-stage-slide,.hero-stage-media-wrap{position:absolute;inset:0}
.hero-stage-slide{z-index:0;clip-path:inset(0 0 0 100%);visibility:hidden;transition:clip-path 1.15s var(--ease-hard),visibility 0s 1.15s;will-change:clip-path}
.hero-stage-slide.is-leaving{z-index:1;clip-path:inset(0);visibility:visible;transition:none}
.hero-stage-slide.is-active{z-index:2;clip-path:inset(0);visibility:visible;transition:clip-path 1.15s var(--ease-hard),visibility 0s}
.hero-stage-media-wrap{overflow:hidden}
.hero-stage-media-wrap picture{position:absolute;inset:0}
.hero-stage-media{height:100%;object-fit:cover;transform:scale(1.1) translateX(2.2%);transition:transform 7.4s cubic-bezier(.2,.7,.15,1);will-change:transform}
.hero-stage-slide.is-active .hero-stage-media{transform:scale(1.015) translateX(0)}
.hero-stage-gradient{position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,10,14,.71) 0%,rgba(5,10,14,.40) 32%,rgba(5,10,14,.05) 64%,rgba(5,10,14,.18) 100%),linear-gradient(0deg,rgba(4,8,11,.68) 0%,transparent 42%)}
.hero-stage-copy{position:absolute;left:0;right:0;bottom:15.5vh;z-index:4}
.hero-stage-copy-inner{max-width:1020px}
.hero-stage-kicker,.hero-stage-sub,.hero-stage-copy h1,.hero-stage-link-wrap{overflow:hidden}
.hero-stage-kicker{margin:0 0 20px;font-size:10px;text-transform:uppercase;letter-spacing:.18em;font-weight:700}
.hero-stage-kicker span,.hero-stage-sub span,.hero-stage-copy h1 span,.hero-stage-link-wrap>a{display:block;opacity:0;transform:translateY(110%);transition:opacity .55s var(--ease),transform .8s var(--ease)}
.hero-stage-copy h1{font-size:clamp(64px,8.2vw,142px);line-height:.86;letter-spacing:-.065em;font-weight:500;margin:0 0 30px;max-width:1200px;text-wrap:balance}
.hero-stage-sub{font-size:clamp(16px,1.45vw,23px);line-height:1.35;max-width:680px;margin:0 0 34px;color:rgba(255,255,255,.86)}
.hero-stage-slide.is-active .hero-stage-kicker span{opacity:1;transform:none;transition-delay:.55s}
.hero-stage-slide.is-active .hero-stage-copy h1 span{opacity:1;transform:none;transition-delay:.66s}
.hero-stage-slide.is-active .hero-stage-sub span{opacity:1;transform:none;transition-delay:.78s}
.hero-stage-slide.is-active .hero-stage-link-wrap>a{opacity:1;transform:none;transition-delay:.88s}
.hero-stage-link{display:inline-flex!important;align-items:center;gap:30px;color:var(--white);font-size:11px;text-transform:uppercase;letter-spacing:.09em;font-weight:700;border-bottom:1px solid rgba(255,255,255,.7);padding-bottom:8px}
.hero-stage-link i{font-style:normal;font-size:19px}
.hero-stage-identity{position:absolute;z-index:5;left:34px;top:calc(var(--header) + 28px);right:34px;display:flex;justify-content:space-between;font-size:9px;letter-spacing:.16em;text-transform:uppercase;color:rgba(255,255,255,.72);pointer-events:none}
.hero-stage-ui{position:absolute;z-index:7;bottom:34px;left:0;right:0;display:grid;grid-template-columns:105px minmax(180px,1fr) auto;align-items:center;gap:26px}
.hero-stage-count{display:flex;align-items:baseline;gap:9px;font-size:10px;letter-spacing:.1em}.hero-stage-count b{font-size:18px;font-weight:500}.hero-stage-count em{font-style:normal;color:rgba(255,255,255,.58)}.hero-stage-count span{color:rgba(255,255,255,.35)}
.hero-stage-progress{height:1px;background:rgba(255,255,255,.3);position:relative;overflow:hidden}.hero-stage-progress span{position:absolute;inset:0 auto 0 0;width:0;background:var(--white)}
@keyframes heroProgress{from{width:0}to{width:100%}}
.hero-stage-nav{display:flex}.hero-stage-nav button{width:54px;height:54px;border:1px solid rgba(255,255,255,.55);background:transparent;color:var(--white);font-size:18px;margin-left:-1px;transition:background .25s,color .25s}.hero-stage-nav button:hover{background:var(--white);color:var(--ink)}
.hero-scroll{position:absolute;z-index:7;right:34px;bottom:112px;color:var(--white);display:flex;align-items:center;gap:12px;font-size:9px;text-transform:uppercase;letter-spacing:.14em;writing-mode:vertical-rl}
.hero-scroll i{display:block;width:1px;height:58px;background:rgba(255,255,255,.55);position:relative;overflow:hidden}.hero-scroll i:after{content:"";position:absolute;left:0;top:-100%;width:1px;height:100%;background:var(--white);animation:scrollLine 2.3s ease-in-out infinite}
@keyframes scrollLine{0%{top:-100%}50%,100%{top:100%}}

/* Statement */
.statement-editorial{padding:150px 0 165px;background:var(--white)}
.statement-editorial-grid{display:grid;grid-template-columns:250px minmax(0,1fr);gap:40px}
.statement-side{padding-top:13px}.statement-side .micro-label{max-width:150px;color:var(--steel)}
.statement-main h2{margin:0;font-size:clamp(64px,7.8vw,128px);line-height:.88;letter-spacing:-.066em;font-weight:450;max-width:1190px}
.statement-foot{margin-top:76px;display:grid;grid-template-columns:minmax(300px,610px) 1fr;gap:60px;align-items:end}.statement-foot p{margin:0;font-size:18px;line-height:1.5;color:var(--steel)}.statement-line{height:1px;background:var(--line);align-self:center;position:relative}.statement-line:after{content:"";position:absolute;right:0;top:-3px;width:7px;height:7px;background:var(--accent);border-radius:50%}

/* Capabilities */
.capability-editorial{padding:145px 0;background:var(--paper)}
.capability-layout{display:grid;grid-template-columns:minmax(300px,.76fr) minmax(560px,1.24fr);gap:120px}
.capability-intro{position:sticky;top:130px;align-self:start}.capability-intro .micro-label{color:var(--steel);margin-bottom:26px}.capability-intro h2{font-size:clamp(46px,4.8vw,76px);line-height:.96;letter-spacing:-.052em;font-weight:500;margin:0 0 30px;max-width:650px}.capability-intro>p:last-child{max-width:470px;color:var(--steel);font-size:18px}
.capability-list{border-top:1px solid var(--line)}
.capability-row{display:grid;grid-template-columns:46px minmax(190px,.75fr) minmax(250px,1fr) 24px;gap:24px;align-items:start;padding:30px 0;border-bottom:1px solid var(--line);transition:padding .35s var(--ease),background .35s}
.capability-row:hover{padding-left:14px;padding-right:14px;background:rgba(255,255,255,.66)}
.capability-row>span{font-size:10px;color:var(--muted)}.capability-row h3{font-size:24px;line-height:1.05;letter-spacing:-.03em;font-weight:500;margin:0}.capability-row p{margin:0;color:var(--steel);font-size:15px}.capability-row i{font-style:normal;font-size:22px;line-height:1;color:var(--accent)}

/* Systems rail */
.systems-editorial{padding:150px 0 165px;background:var(--ink);color:var(--white);overflow:hidden}
.systems-head{display:grid;grid-template-columns:240px 1.3fr .55fr;gap:55px;align-items:end;margin-bottom:72px}.systems-head .micro-label{color:#9ba8af}.systems-head h2{font-size:clamp(46px,4.8vw,74px);line-height:.96;letter-spacing:-.052em;font-weight:500;margin:0}.systems-head>p{margin:0;color:#9aa7ae;font-size:16px;max-width:360px}
.systems-rail{display:flex;gap:18px;overflow-x:auto;scrollbar-width:none;padding-left:max(56px,calc((100vw - min(1540px,calc(100vw - 112px)))/2));padding-right:56px;cursor:grab;scroll-snap-type:x proximity}.systems-rail::-webkit-scrollbar{display:none}.systems-rail.is-dragging{cursor:grabbing;scroll-snap-type:none}.system-card{position:relative;flex:0 0 min(560px,42vw);height:min(710px,67vw);min-height:570px;overflow:hidden;background:#161d22;scroll-snap-align:start}.system-card:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(5,8,10,.84) 0%,rgba(5,8,10,.05) 57%);z-index:1}.system-card-media{position:absolute;inset:0}.system-card-media img{height:100%;object-fit:cover;transform:scale(1.01);transition:transform .9s var(--ease),filter .6s}.system-card:hover .system-card-media img{transform:scale(1.055)}
.system-card-top{position:absolute;z-index:2;left:24px;right:24px;top:24px;display:flex;justify-content:space-between;font-size:10px;letter-spacing:.12em}.system-card-top i{font-style:normal;font-size:20px}.system-card-bottom{position:absolute;z-index:2;left:28px;right:28px;bottom:28px}.system-card-bottom h3{font-size:clamp(31px,3vw,48px);line-height:.94;letter-spacing:-.045em;font-weight:500;margin:0 0 18px}.system-card-bottom p{max-width:410px;color:rgba(255,255,255,.76);font-size:14px;margin:0}

/* Featured projects focus */
.project-focus{padding:150px 0 170px;background:var(--white)}
.project-focus-heading{display:grid;grid-template-columns:240px 1fr auto;gap:55px;align-items:end;margin-bottom:78px}.project-focus-heading .micro-label{color:var(--steel)}.project-focus-heading h2{font-size:clamp(46px,4.9vw,76px);line-height:.95;letter-spacing:-.052em;font-weight:500;margin:0;max-width:760px}.project-focus-heading .text-link{align-self:end}
.project-focus-layout{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(430px,.9fr);gap:60px;align-items:start}.project-focus-visual{position:sticky;top:110px;height:calc(100vh - 150px);min-height:620px;max-height:850px;background:var(--paper);overflow:hidden}.project-focus-image{position:absolute;inset:0;opacity:0;clip-path:inset(0 0 100% 0);transition:opacity .45s,clip-path .7s var(--ease-hard)}.project-focus-image.is-active{opacity:1;clip-path:inset(0);z-index:2}.project-focus-image img{height:100%;object-fit:cover;transition:transform 1.2s var(--ease);transform:scale(1.025)}.project-focus-image.is-active img{transform:scale(1)}.project-focus-image-index{position:absolute;left:22px;bottom:18px;z-index:3;color:var(--white);font-size:11px;letter-spacing:.12em;text-shadow:0 2px 16px #000}
.project-focus-list{border-top:1px solid var(--line)}.project-focus-item{display:grid;grid-template-columns:42px minmax(0,1fr) 128px 22px;gap:18px;align-items:center;min-height:122px;border-bottom:1px solid var(--line);transition:padding .35s var(--ease),color .25s}.project-focus-item:hover,.project-focus-item.is-active{padding-left:12px}.project-focus-item.is-active{color:var(--accent-dark)}.project-focus-item-no{font-size:9px;color:var(--muted)}.project-focus-item h3{font-size:24px;line-height:1.03;letter-spacing:-.035em;font-weight:500;margin:0 0 7px}.project-focus-item p{margin:0;font-size:11px;color:var(--steel);text-transform:uppercase;letter-spacing:.08em}.project-focus-category{font-size:10px;line-height:1.3;color:var(--steel)}.project-focus-item>i{font-style:normal;font-size:18px}

/* Company */
.company-editorial{height:94vh;min-height:760px;position:relative;background:var(--ink);color:var(--white);overflow:hidden}.company-editorial-media{position:absolute;inset:0}.company-editorial-media:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(6,10,13,.78) 0%,rgba(6,10,13,.58) 42%,rgba(6,10,13,.1) 72%),linear-gradient(0deg,rgba(6,10,13,.55),transparent 50%)}.company-editorial-media img{height:100%;object-fit:cover;transform:scale(1.02)}.company-editorial-overlay{height:100%;position:relative;display:flex;align-items:flex-end;padding-bottom:10vh}.company-editorial-copy{max-width:770px}.company-editorial-copy .micro-label{color:#acb8be;margin-bottom:24px}.company-editorial-copy h2{font-size:clamp(48px,5.1vw,78px);line-height:.95;letter-spacing:-.052em;font-weight:500;margin:0 0 28px}.company-editorial-copy .rich-copy{font-size:17px;color:rgba(255,255,255,.8);max-width:620px;margin-bottom:34px}.company-editorial-copy .rich-copy p{margin:0 0 15px}

/* Numbers */
.numbers-editorial{background:var(--accent);color:var(--ink);padding:135px 0 150px}.numbers-head{display:grid;grid-template-columns:120px 220px 1fr;gap:28px;align-items:start;margin-bottom:90px}.numbers-head .section-no,.numbers-head .micro-label{color:rgba(10,15,19,.65)}.numbers-head h2{font-size:clamp(44px,4.6vw,70px);line-height:.96;letter-spacing:-.05em;font-weight:500;margin:0;max-width:850px}.numbers-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid rgba(10,15,19,.3);border-left:1px solid rgba(10,15,19,.3)}.number-cell{min-height:260px;padding:26px;border-right:1px solid rgba(10,15,19,.3);border-bottom:1px solid rgba(10,15,19,.3);display:flex;flex-direction:column;justify-content:space-between}.number-cell strong{font-size:clamp(50px,5.4vw,82px);font-weight:450;letter-spacing:-.055em;line-height:.9}.number-cell sup{font-size:.4em;top:-1em;position:relative}.number-cell span{font-size:11px;text-transform:uppercase;letter-spacing:.11em;max-width:190px}

/* Catalog + CTA */
.catalog-editorial{min-height:720px;position:relative;background:var(--ink);color:var(--white);overflow:hidden;display:flex;align-items:center}.catalog-editorial-bg{position:absolute;inset:0;background:linear-gradient(120deg,#101820 0%,#18272f 55%,#0c1115 100%)}.catalog-editorial-bg:before{content:"";position:absolute;inset:-30% -10%;background:repeating-linear-gradient(90deg,transparent 0,transparent 89px,rgba(255,255,255,.045) 90px),repeating-linear-gradient(0deg,transparent 0,transparent 89px,rgba(255,255,255,.038) 90px);transform:perspective(700px) rotateX(58deg) rotateZ(-14deg) scale(1.35);transform-origin:center}.catalog-editorial-inner{position:relative;z-index:2;display:grid;grid-template-columns:180px minmax(0,1fr) 190px;gap:50px;align-items:center}.catalog-editorial-inner .micro-label{color:#a5b2b9}.catalog-editorial-inner h2{font-size:clamp(48px,5.4vw,84px);line-height:.93;letter-spacing:-.056em;font-weight:500;margin:0;max-width:990px}.round-link{width:170px;height:170px;border-radius:50%;border:1px solid rgba(255,255,255,.55);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:14px;font-size:10px;text-transform:uppercase;letter-spacing:.09em;transition:background .35s,color .35s,transform .35s}.round-link i{font-style:normal;font-size:22px}.round-link:hover{background:var(--accent);border-color:var(--accent);color:var(--ink);transform:rotate(-4deg)}
.home-contact-editorial{padding:145px 0 165px;background:var(--white)}.home-contact-grid{display:grid;grid-template-columns:250px 1fr;gap:40px}.home-contact-grid .micro-label{color:var(--steel)}.home-contact-grid h2{font-size:clamp(56px,6.6vw,104px);line-height:.9;letter-spacing:-.061em;font-weight:450;margin:0 0 55px;max-width:1150px}

/* Generic editorial page heroes */
.listing-hero,.contact-hero{padding:calc(var(--header) + 105px) 0 95px;background:var(--paper)}
.listing-hero .wrap>p:last-child,.contact-hero-grid>div:first-child>p:last-child{max-width:780px;color:var(--steel);font-size:18px;margin-top:26px}
.listing-hero h1,.contact-hero h1{font-size:clamp(68px,8.2vw,132px);line-height:.84;letter-spacing:-.066em;font-weight:450;margin:14px 0 0;max-width:1250px}
.page-hero{padding:calc(var(--header) + 110px) 0 100px;min-height:560px;background:var(--paper);display:flex;align-items:flex-end;position:relative;overflow:hidden}.page-hero.has-image{height:88vh;min-height:720px;color:var(--white)}.page-hero-image{position:absolute;inset:0}.page-hero-image:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(5,9,12,.72),rgba(5,9,12,.08) 60%)}.page-hero-image img{height:100%;object-fit:cover}.page-hero-inner{position:relative;z-index:2}.page-hero h1{font-size:clamp(65px,8vw,128px);line-height:.85;letter-spacing:-.065em;font-weight:450;margin:14px 0 0;max-width:1250px}.page-lead{font-size:20px;max-width:760px;margin:28px 0 0;color:var(--steel)}.has-image .page-lead{color:rgba(255,255,255,.8)}
.content-section,.project-story{padding:120px 0 155px}.content-layout{display:grid;grid-template-columns:250px minmax(0,900px);gap:90px;justify-content:space-between}.content-aside{position:sticky;top:130px;align-self:start;border-top:1px solid var(--line);padding-top:18px;display:flex;flex-direction:column;gap:30px;font-size:10px;text-transform:uppercase;letter-spacing:.1em}.content-aside a{color:var(--accent-dark)}
.rich-content{font-size:18px;line-height:1.68;color:#293239}.rich-content p{margin:0 0 1.4em}.rich-content h2,.rich-content h3{color:var(--ink);font-weight:500;letter-spacing:-.04em;line-height:1.04}.rich-content h2{font-size:clamp(38px,4vw,62px);margin:1.5em 0 .5em}.rich-content h3{font-size:30px;margin:1.4em 0 .5em}.rich-content ul,.rich-content ol{padding-left:1.15em}.rich-content img{margin:45px 0}.rich-content a{text-decoration:underline;text-decoration-color:var(--accent);text-underline-offset:4px}

/* Product */
.product-hero{height:94vh;min-height:740px;position:relative;background:var(--ink);color:var(--white);overflow:hidden}.product-hero-media{position:absolute;inset:0}.product-hero-media img{height:100%;object-fit:cover;transform:scale(1.015)}.product-hero-overlay{position:absolute;inset:0;background:linear-gradient(0deg,rgba(4,8,11,.78),rgba(4,8,11,.05) 60%),linear-gradient(90deg,rgba(4,8,11,.4),transparent 55%)}.product-hero-copy{position:relative;height:100%;display:flex;flex-direction:column;justify-content:flex-end;padding-bottom:9vh;z-index:2}.product-hero-copy h1{font-size:clamp(66px,8.4vw,136px);line-height:.84;letter-spacing:-.067em;font-weight:450;margin:16px 0 24px;max-width:1250px}.product-hero-copy>p:not(.eyebrow){font-size:18px;max-width:700px;color:rgba(255,255,255,.82);margin:0 0 30px}.product-intro{padding:125px 0 145px}.product-intro-grid{display:grid;grid-template-columns:220px minmax(0,900px);gap:100px;justify-content:space-between}.section-index{font-size:11px;color:var(--muted);letter-spacing:.1em}.related-projects{padding:135px 0 150px;background:var(--paper)}.section-heading{display:grid;grid-template-columns:1fr auto;gap:60px;align-items:end;margin-bottom:65px}.section-heading h2{font-size:clamp(46px,4.8vw,76px);line-height:.95;letter-spacing:-.052em;font-weight:500;margin:14px 0 0;max-width:840px}.section-heading .eyebrow{color:var(--steel)}
.cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.project-card{position:relative;background:var(--ink);color:var(--white);min-height:540px;overflow:hidden}.project-card:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(4,8,11,.82),transparent 58%);z-index:1}.project-card>img{position:absolute;inset:0;height:100%;object-fit:cover;transition:transform .8s var(--ease)}.project-card:hover>img{transform:scale(1.05)}.project-card>div{position:absolute;left:24px;right:24px;bottom:24px;z-index:2}.project-card span{font-size:9px;text-transform:uppercase;letter-spacing:.12em;color:rgba(255,255,255,.7)}.project-card h3{font-size:30px;line-height:.98;letter-spacing:-.04em;font-weight:500;margin:8px 34px 0 0}.project-card b{position:absolute;right:0;bottom:0;font-size:20px;font-weight:400;color:var(--accent)}
.inline-cta{padding:130px 0;background:var(--white)}.inline-cta .wrap{display:grid;grid-template-columns:1fr auto;gap:60px;align-items:end}.inline-cta h2{font-size:clamp(46px,5.3vw,82px);line-height:.94;letter-spacing:-.055em;font-weight:450;margin:0;max-width:980px}

/* Project listing */
.project-listing{padding:80px 0 160px}.filter-bar{display:flex;gap:0;overflow-x:auto;scrollbar-width:none;border-top:1px solid var(--line);border-bottom:1px solid var(--line);margin-bottom:80px}.filter-bar::-webkit-scrollbar{display:none}.filter-bar a{white-space:nowrap;padding:17px 20px 16px 0;margin-right:28px;font-size:9px;text-transform:uppercase;letter-spacing:.1em;color:var(--steel);position:relative}.filter-bar a.is-active,.filter-bar a:hover{color:var(--ink)}.filter-bar a.is-active:after{content:"";position:absolute;left:0;right:20px;bottom:-1px;height:2px;background:var(--accent)}
.project-grid-all{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:100px 22px}.project-list-card{display:block}.project-list-card:nth-child(even){margin-top:140px}.project-list-media{height:clamp(430px,50vw,720px);overflow:hidden;background:var(--paper)}.project-list-media img{height:100%;object-fit:cover;transition:transform .85s var(--ease)}.project-list-card:hover img{transform:scale(1.035)}.project-list-copy{position:relative;padding:19px 35px 0 0;border-top:1px solid var(--line);margin-top:14px}.project-list-copy p,.project-list-copy span{font-size:9px;text-transform:uppercase;letter-spacing:.11em;color:var(--muted);margin:0}.project-list-copy h2{font-size:clamp(30px,3vw,48px);line-height:.96;letter-spacing:-.047em;font-weight:500;margin:10px 0}.project-list-copy b{position:absolute;right:0;top:19px;font-size:20px;font-weight:400;color:var(--accent-dark)}

/* Project detail */
.project-detail-hero{height:94vh;min-height:740px;background:var(--ink);color:var(--white);position:relative;display:flex;align-items:flex-end;overflow:hidden}.project-detail-image{position:absolute;inset:0}.project-detail-image:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(4,8,11,.76),rgba(4,8,11,.03) 65%)}.project-detail-image img{height:100%;object-fit:cover}.project-detail-title{position:relative;z-index:2;padding-bottom:8.5vh}.project-detail-title h1{font-size:clamp(65px,8.5vw,138px);line-height:.83;letter-spacing:-.067em;font-weight:450;margin:15px 0 0;max-width:1280px}.project-facts{background:var(--ink);color:var(--white);border-top:1px solid var(--line-light)}.project-facts-grid{display:grid;grid-template-columns:repeat(4,1fr)}.project-facts-grid>div{padding:28px 26px 35px 0;border-right:1px solid var(--line-light);min-height:130px}.project-facts-grid>div:not(:first-child){padding-left:26px}.project-facts-grid span{display:block;font-size:9px;text-transform:uppercase;letter-spacing:.12em;color:#82919a;margin-bottom:18px}.project-facts-grid strong{font-size:18px;font-weight:500}.project-lead{font-size:26px!important;line-height:1.4!important;color:var(--ink)!important}.project-gallery{padding:0 0 150px}.gallery-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.gallery-grid figure{margin:0;overflow:hidden}.gallery-grid figure:nth-child(3n){grid-column:1/-1}.gallery-grid img{height:100%;min-height:420px;object-fit:cover}

/* References / catalogs / blog */
.references-section,.catalog-list,.blog-list{padding:95px 0 155px}.reference-grid{display:grid;grid-template-columns:repeat(4,1fr);border-left:1px solid var(--line);border-top:1px solid var(--line)}.reference-item{min-height:160px;padding:22px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);display:flex;align-items:flex-end;transition:background .3s}.reference-item:hover{background:var(--paper)}.reference-item span{font-size:17px;line-height:1.15;letter-spacing:-.02em}
.catalog-row{display:grid;grid-template-columns:1fr auto;gap:40px;align-items:center;padding:34px 0;border-top:1px solid var(--line);transition:padding .3s var(--ease)}.catalog-row:last-child{border-bottom:1px solid var(--line)}.catalog-row:hover{padding-left:16px}.catalog-row span{font-size:9px;text-transform:uppercase;letter-spacing:.12em;color:var(--muted)}.catalog-row h2{font-size:clamp(30px,3vw,47px);letter-spacing:-.045em;line-height:1;margin:9px 0;font-weight:500}.catalog-row p{margin:0;color:var(--steel)}.catalog-row strong{font-size:30px;font-weight:400;color:var(--accent-dark)}
.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:70px 20px}.blog-card-media{aspect-ratio:1.1;overflow:hidden;background:var(--paper)}.blog-card-media img{height:100%;object-fit:cover;transition:transform .8s var(--ease)}.blog-card:hover img{transform:scale(1.04)}.blog-card-copy{position:relative;border-top:1px solid var(--line);margin-top:14px;padding-top:17px;padding-right:30px}.blog-card-copy>span{font-size:9px;color:var(--muted);letter-spacing:.1em}.blog-card-copy h2{font-size:30px;line-height:1;letter-spacing:-.04em;font-weight:500;margin:10px 0}.blog-card-copy p{color:var(--steel);font-size:14px}.blog-card-copy b{position:absolute;right:0;top:15px;color:var(--accent-dark);font-weight:400;font-size:18px}.post-page{padding-top:var(--header)}.post-header{padding-top:110px;padding-bottom:75px}.post-header h1{font-size:clamp(64px,8vw,125px);line-height:.86;letter-spacing:-.065em;font-weight:450;margin:14px 0 28px;max-width:1200px}.post-header>p:not(.eyebrow){font-size:20px;color:var(--steel);max-width:760px}.post-header time{font-size:10px;color:var(--muted);letter-spacing:.1em}.post-cover{width:var(--wrap);margin:0 auto;max-height:820px;overflow:hidden}.post-cover img{height:100%;object-fit:cover}.post-body{padding:90px 0 150px}.post-body .rich-content{max-width:850px;margin:auto}

/* Contact */
.contact-hero-grid{display:grid;grid-template-columns:1fr auto;gap:70px;align-items:end}.contact-direct{display:flex;flex-direction:column;gap:8px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.contact-direct a{border-bottom:1px solid var(--line);padding:10px 0}.contact-section{padding:110px 0 155px}.contact-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:130px}.contact-details h2{font-size:clamp(44px,4.8vw,74px);line-height:.96;letter-spacing:-.052em;font-weight:500;margin:0 0 28px}.contact-details>p{font-size:18px;color:var(--steel);max-width:520px}.contact-details dl{margin:70px 0 0;border-top:1px solid var(--line)}.contact-details dt{font-size:9px;text-transform:uppercase;letter-spacing:.12em;color:var(--muted);padding-top:20px}.contact-details dd{margin:6px 0 22px;font-size:15px}.contact-form{display:flex;flex-direction:column;gap:22px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:22px}.contact-form label{display:flex;flex-direction:column;gap:7px;font-size:9px;text-transform:uppercase;letter-spacing:.11em;font-weight:700}.contact-form input,.contact-form textarea{border:0;border-bottom:1px solid var(--line);background:transparent;padding:16px 0;outline:none;font-size:16px;text-transform:none;letter-spacing:0;font-weight:400;resize:vertical;transition:border .2s}.contact-form input:focus,.contact-form textarea:focus{border-color:var(--accent-dark)}.contact-form .button{align-self:flex-start;margin-top:10px}.hp-field{position:absolute!important;left:-99999px!important}.form-alert{padding:14px 16px;background:var(--paper);border-left:3px solid var(--accent);font-size:14px;text-transform:none;letter-spacing:normal}.form-alert.error{border-color:#c74848}

/* Footer */
.site-footer{background:#080d10;color:var(--white);padding:125px 0 0}.footer-top{display:grid;grid-template-columns:180px minmax(0,1fr) 220px;gap:50px;align-items:end;padding-bottom:100px}.footer-kicker{margin:0;color:#89979f;text-transform:uppercase;letter-spacing:.14em;font-size:9px}.footer-top h2{font-size:clamp(58px,6.6vw,104px);line-height:.88;letter-spacing:-.062em;font-weight:450;margin:0}.footer-conversation{width:190px;height:190px;border:1px solid rgba(255,255,255,.45);border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;text-align:center;font-size:10px;text-transform:uppercase;letter-spacing:.09em;transition:.35s var(--ease)}.footer-conversation i{font-style:normal;font-size:22px}.footer-conversation:hover{background:var(--accent);border-color:var(--accent);color:var(--ink);transform:rotate(-4deg)}
.footer-main{display:grid;grid-template-columns:1.15fr 1fr .7fr 1fr;gap:70px;border-top:1px solid var(--line-light);padding-top:65px;padding-bottom:70px}.footer-brand img{width:130px;filter:brightness(0) invert(1);margin-bottom:25px}.footer-brand p,.footer-column p{color:#8c999f;font-size:13px;max-width:330px}.footer-column h3{font-size:9px;text-transform:uppercase;letter-spacing:.14em;color:#87949b;margin:0 0 23px}.footer-column a{transition:color .2s}.footer-column a:hover{color:var(--accent)}.footer-link{display:flex;justify-content:space-between;gap:20px;border-bottom:1px solid rgba(255,255,255,.1);padding:8px 0;font-size:12px}.footer-link i{font-style:normal;color:var(--accent)}.newsletter-form{display:grid;grid-template-columns:1fr 45px;border-bottom:1px solid rgba(255,255,255,.35);margin-top:24px}.newsletter-form input{border:0;background:transparent;color:#fff;padding:13px 0;outline:none;font-size:13px}.newsletter-form button{border:0;background:transparent;color:var(--accent);font-size:18px}.footer-bottom{border-top:1px solid var(--line-light);padding-top:20px;padding-bottom:24px;display:flex;gap:28px;font-size:9px;text-transform:uppercase;letter-spacing:.12em;color:#718087}.footer-bottom a{margin-left:auto;color:#bcc7cc}

/* Motion */
.reveal{opacity:0;transform:translateY(34px);transition:opacity .85s var(--ease),transform .85s var(--ease);transition-delay:var(--delay,0ms)}.reveal.is-visible{opacity:1;transform:none}
.not-found{min-height:80vh;padding:220px 0 100px;display:flex;align-items:center}.not-found h1{font-size:clamp(60px,9vw,140px);line-height:.85;letter-spacing:-.068em;font-weight:450;max-width:1100px}

@media(max-width:1180px){
  :root{--wrap:calc(100vw - 58px);--header:76px}
  .header-inner{padding:0 20px;grid-template-columns:150px 1fr auto}.desktop-nav,.header-contact{display:none}.menu-toggle{display:block}.brand img{width:118px}
  .mobile-menu{display:block;position:fixed;left:0;right:0;top:0;height:100svh;background:var(--ink);color:var(--white);padding-top:var(--header);opacity:0;visibility:hidden;transform:translateY(-2%);transition:.38s var(--ease);overflow:auto;z-index:-1}.mobile-menu.is-open{opacity:1;visibility:visible;transform:none}.mobile-menu-inner{padding:35px 28px 80px}.mobile-menu-label{font-size:9px;color:#87949c;letter-spacing:.14em;margin:0 0 28px}.mobile-nav-link,.mobile-menu summary{display:flex;justify-content:space-between;align-items:center;font-size:clamp(32px,5.6vw,62px);line-height:1;letter-spacing:-.045em;font-weight:450;padding:16px 0;border-bottom:1px solid var(--line-light);list-style:none;cursor:pointer}.mobile-menu summary::-webkit-details-marker{display:none}.mobile-menu summary i,.mobile-nav-link i{font-style:normal;font-size:18px;color:var(--accent)}.mobile-subnav{padding:10px 0 28px;border-bottom:1px solid var(--line-light)}.mobile-subnav a{display:flex;justify-content:space-between;gap:20px;padding:8px 0;color:#9eabb2;font-size:15px}.mobile-subnav a i{font-style:normal;color:var(--accent)}.mobile-menu-footer{margin-top:40px;display:flex;flex-direction:column;gap:8px;color:#9aa7ae;font-size:13px}
  .statement-editorial-grid{grid-template-columns:170px 1fr}.capability-layout{gap:70px;grid-template-columns:.7fr 1.3fr}.systems-head,.project-focus-heading{grid-template-columns:170px 1fr}.systems-head>p{grid-column:2}.project-focus-heading .text-link{grid-column:2}.project-focus-layout{grid-template-columns:1fr 1fr;gap:30px}.project-focus-item{grid-template-columns:34px 1fr 20px}.project-focus-category{display:none}.numbers-head{grid-template-columns:80px 160px 1fr}.catalog-editorial-inner{grid-template-columns:140px 1fr}.catalog-editorial-inner .round-link{grid-column:2;margin-top:15px}.footer-top{grid-template-columns:140px 1fr}.footer-conversation{grid-column:2;width:160px;height:160px}.footer-main{grid-template-columns:repeat(2,1fr)}
  .cards-grid{grid-template-columns:repeat(2,1fr)}.reference-grid{grid-template-columns:repeat(3,1fr)}.blog-grid{grid-template-columns:repeat(2,1fr)}.contact-grid{gap:70px}
}

@media(max-width:760px){
  :root{--wrap:calc(100vw - 32px);--header:68px}
  .header-inner{padding:0 8px 0 16px;grid-template-columns:1fr auto;gap:3px}.brand img{width:103px}.header-actions{gap:0}.lang-current{padding:0 10px}.menu-toggle{width:44px}.hero-stage{min-height:650px}.hero-stage-identity{left:16px;right:16px;top:calc(var(--header) + 20px)}.hero-stage-identity span:last-child{display:none}.hero-stage-copy{bottom:20vh}.hero-stage-copy h1{font-size:clamp(52px,16vw,78px);line-height:.86}.hero-stage-sub{font-size:15px;max-width:95%}.hero-stage-ui{bottom:20px;grid-template-columns:72px 1fr auto;gap:13px}.hero-stage-nav button{width:42px;height:42px}.hero-scroll{display:none}
  .statement-editorial{padding:90px 0 100px}.statement-editorial-grid{grid-template-columns:1fr;gap:35px}.statement-main h2{font-size:clamp(53px,15vw,80px)}.statement-foot{margin-top:50px;grid-template-columns:1fr;gap:35px}.statement-foot p{font-size:16px}
  .capability-editorial{padding:90px 0}.capability-layout{grid-template-columns:1fr;gap:60px}.capability-intro{position:static}.capability-intro h2{font-size:clamp(42px,12vw,62px)}.capability-row{grid-template-columns:32px 1fr 20px;gap:12px;padding:24px 0}.capability-row p{grid-column:2/4;padding-right:20px}.capability-row h3{font-size:21px}.capability-row:hover{padding-left:0;padding-right:0;background:transparent}
  .systems-editorial{padding:90px 0 105px}.systems-head{grid-template-columns:1fr;gap:28px;margin-bottom:45px}.systems-head>p{grid-column:auto}.systems-head h2{font-size:clamp(42px,12vw,62px)}.systems-rail{padding-left:16px;padding-right:16px;gap:12px}.system-card{flex-basis:84vw;height:118vw;min-height:510px}.system-card-bottom h3{font-size:38px}
  .project-focus{padding:90px 0 105px}.project-focus-heading{grid-template-columns:1fr;gap:28px;margin-bottom:48px}.project-focus-heading .text-link{grid-column:auto}.project-focus-heading h2{font-size:clamp(42px,12vw,62px)}.project-focus-layout{grid-template-columns:1fr;gap:0}.project-focus-visual{position:relative;top:auto;height:65vh;min-height:470px;margin-bottom:28px}.project-focus-item{min-height:100px}.project-focus-item h3{font-size:21px}.project-focus-item:hover,.project-focus-item.is-active{padding-left:0}
  .company-editorial{height:90vh;min-height:690px}.company-editorial-media:after{background:linear-gradient(0deg,rgba(6,10,13,.86) 0%,rgba(6,10,13,.35) 65%,rgba(6,10,13,.05) 100%)}.company-editorial-overlay{padding-bottom:8vh}.company-editorial-copy h2{font-size:clamp(43px,12vw,62px)}.company-editorial-copy .rich-copy{font-size:15px}
  .numbers-editorial{padding:90px 0}.numbers-head{grid-template-columns:1fr;gap:18px;margin-bottom:50px}.numbers-head h2{font-size:clamp(42px,12vw,62px)}.numbers-grid{grid-template-columns:1fr 1fr}.number-cell{min-height:180px;padding:18px}.number-cell strong{font-size:42px}.number-cell span{font-size:8px}
  .catalog-editorial{min-height:680px}.catalog-editorial-inner{grid-template-columns:1fr;gap:28px}.catalog-editorial-inner h2{font-size:clamp(44px,12.5vw,66px)}.catalog-editorial-inner .round-link{grid-column:auto;width:145px;height:145px;margin-top:10px}
  .home-contact-editorial{padding:95px 0 110px}.home-contact-grid{grid-template-columns:1fr;gap:35px}.home-contact-grid h2{font-size:clamp(50px,14vw,75px);margin-bottom:40px}
  .listing-hero,.contact-hero{padding:calc(var(--header) + 70px) 0 70px}.listing-hero h1,.contact-hero h1{font-size:clamp(55px,16vw,82px)}.page-hero{padding:calc(var(--header) + 70px) 0 65px;min-height:460px}.page-hero.has-image{height:78vh;min-height:620px}.page-hero h1{font-size:clamp(54px,16vw,82px)}.page-lead{font-size:17px}.content-section,.project-story{padding:80px 0 100px}.content-layout{grid-template-columns:1fr;gap:50px}.content-aside{position:static}.rich-content{font-size:16px}.rich-content h2{font-size:38px}.product-hero{height:82vh;min-height:650px}.product-hero-copy{padding-bottom:7vh}.product-hero-copy h1{font-size:clamp(54px,16vw,84px)}.product-intro{padding:80px 0 95px}.product-intro-grid{grid-template-columns:1fr;gap:35px}.related-projects{padding:85px 0 95px}.section-heading{grid-template-columns:1fr;gap:25px;margin-bottom:40px}.section-heading h2{font-size:42px}.cards-grid{grid-template-columns:1fr}.project-card{min-height:500px}.inline-cta{padding:90px 0}.inline-cta .wrap{grid-template-columns:1fr;gap:35px}.inline-cta h2{font-size:44px}
  .project-listing{padding:55px 0 100px}.filter-bar{margin-bottom:55px}.project-grid-all{grid-template-columns:1fr;gap:70px}.project-list-card:nth-child(even){margin-top:0}.project-list-media{height:72vh;min-height:480px}.project-list-copy h2{font-size:36px}.project-detail-hero{height:80vh;min-height:650px}.project-detail-title h1{font-size:clamp(54px,16vw,84px)}.project-facts-grid{grid-template-columns:1fr 1fr}.project-facts-grid>div{min-height:110px;padding:20px!important;border-bottom:1px solid var(--line-light)}.project-facts-grid>div:nth-child(odd){padding-left:0!important}.project-facts-grid strong{font-size:15px}.project-lead{font-size:22px!important}.gallery-grid{grid-template-columns:1fr}.gallery-grid figure:nth-child(3n){grid-column:auto}.gallery-grid img{min-height:330px}
  .references-section,.catalog-list,.blog-list{padding:70px 0 100px}.reference-grid{grid-template-columns:repeat(2,1fr)}.reference-item{min-height:125px;padding:14px}.reference-item span{font-size:14px}.blog-grid{grid-template-columns:1fr}.catalog-row h2{font-size:34px}.post-header{padding-top:75px}.post-header h1{font-size:clamp(54px,15vw,84px)}.post-cover{width:100%}.post-body{padding:70px 0 100px}.contact-hero-grid,.contact-grid{grid-template-columns:1fr;gap:45px}.contact-direct{margin-top:10px}.contact-section{padding:75px 0 105px}.contact-details h2{font-size:46px}.form-row{grid-template-columns:1fr}
  .site-footer{padding-top:90px}.footer-top{grid-template-columns:1fr;gap:30px;padding-bottom:70px}.footer-top h2{font-size:clamp(52px,14vw,78px)}.footer-conversation{grid-column:auto;width:145px;height:145px}.footer-main{grid-template-columns:1fr;gap:42px;padding-top:55px;padding-bottom:55px}.footer-bottom{flex-wrap:wrap;gap:10px 18px}.footer-bottom a{margin-left:0;width:100%;margin-top:7px}
}

@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}.reveal{opacity:1;transform:none}.hero-stage-media{transform:none!important}.hero-stage-slide{clip-path:inset(0 0 0 100%)}.hero-stage-slide.is-active{clip-path:inset(0)}}

/* ========================================================================
   V3 — native vertical-scroll storytelling
   The user never drags a carousel. Normal page scroll drives horizontal motion.
   ======================================================================== */
.is-home .site-header:not(.is-scrolled){background:rgba(246,246,242,.82);color:var(--ink);border-color:rgba(10,15,19,.10);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}
.is-home .site-header:not(.is-scrolled) .brand img{filter:none}

.hero-reel{position:relative;height:520vh;background:#f6f6f2;color:var(--ink)}
.hero-reel-sticky{position:sticky;top:0;height:100svh;min-height:680px;overflow:hidden}
.hero-reel-intro{position:absolute;z-index:2;left:0;right:0;top:calc(var(--header) + 28px);pointer-events:none;will-change:opacity,transform}
.hero-reel-intro-meta{display:flex;justify-content:space-between;gap:30px;font-size:9px;line-height:1.3;text-transform:uppercase;letter-spacing:.14em;color:var(--steel)}
.hero-reel-intro-copy{margin-top:clamp(34px,5.2vh,72px);display:grid;grid-template-columns:240px minmax(0,1120px) minmax(120px,1fr);gap:45px;align-items:start}
.hero-reel-intro-copy .micro-label{color:var(--steel);padding-top:13px}
.hero-reel-intro-copy h1{grid-column:2;margin:0;font-size:clamp(58px,6.6vw,114px);line-height:.86;letter-spacing:-.06em;font-weight:450;max-width:1080px;min-width:0}
.hero-reel-track{position:absolute;z-index:3;left:0;top:35.5vh;display:flex;align-items:center;gap:clamp(18px,2vw,36px);width:max-content;padding-left:14vw;padding-right:14vw;will-change:transform;transform:translate3d(0,0,0)}
.hero-reel-card{--focus:1;--scale:1;position:relative;display:block;flex:0 0 72vw;width:72vw;max-width:1320px;height:61vh;min-height:430px;max-height:710px;background:var(--white);box-shadow:0 18px 55px rgba(10,15,19,.08);transform:translate3d(0,calc((1 - var(--focus))*22px),0) scale(var(--scale));transform-origin:center;opacity:calc(.46 + (var(--focus) * .54));will-change:transform,opacity;transition:box-shadow .35s var(--ease)}
.hero-reel-card:hover{box-shadow:0 26px 80px rgba(10,15,19,.14)}
.hero-reel-media{height:calc(100% - 70px);overflow:hidden;background:#dfe2e1}
.hero-reel-media picture{display:block;height:100%}
.hero-reel-media img,.hero-reel-media video{height:100%;object-fit:cover;transform:scale(calc(1.065 - (var(--focus) * .035)));transition:transform .2s linear}
.hero-reel-card-info{height:70px;padding:0 18px 0 15px;display:grid;grid-template-columns:180px minmax(0,1fr) 30px;gap:20px;align-items:center;border-top:1px solid rgba(10,15,19,.08)}
.hero-reel-card-info>div{display:flex;gap:18px;font-size:8px;line-height:1.2;text-transform:uppercase;letter-spacing:.11em;color:var(--muted)}
.hero-reel-card-info h2{font-size:clamp(17px,1.45vw,25px);line-height:1;letter-spacing:-.035em;font-weight:500;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.hero-reel-card-info i{font-style:normal;font-size:20px;transition:transform .3s var(--ease)}
.hero-reel-card:hover .hero-reel-card-info i{transform:translate(4px,-4px)}
.hero-reel-status{position:absolute;z-index:5;left:0;right:0;bottom:20px;display:grid;grid-template-columns:84px 1fr auto;align-items:center;gap:25px;font-size:9px;text-transform:uppercase;letter-spacing:.12em;color:var(--steel);pointer-events:none}
.hero-reel-status>div:first-child{display:flex;gap:7px;align-items:baseline}.hero-reel-status b{font-size:15px;color:var(--ink);font-weight:500}.hero-reel-status em{font-style:normal}
.hero-reel-progress{height:1px;background:rgba(10,15,19,.17);overflow:hidden}.hero-reel-progress span{display:block;width:0;height:100%;background:var(--ink);transform-origin:left}

.systems-editorial.systems-scroll{position:relative;height:460vh;padding:0;background:var(--ink);overflow:visible}
.systems-sticky{position:sticky;top:0;height:100svh;min-height:700px;overflow:hidden;padding-top:calc(var(--header) + 38px);color:var(--white)}
.systems-scroll .systems-head{margin-bottom:38px;grid-template-columns:220px 1.25fr .55fr;align-items:end}
.systems-scroll .systems-head h2{font-size:clamp(42px,4.25vw,68px)}
.systems-scroll .systems-head>p{font-size:14px;line-height:1.5}
.systems-rail-shell{overflow:visible}
.systems-scroll .systems-rail{display:flex;gap:18px;width:max-content;overflow:visible;padding-left:max(56px,calc((100vw - min(1540px,calc(100vw - 112px)))/2));padding-right:8vw;cursor:default;scroll-snap-type:none;will-change:transform;transform:translate3d(0,0,0)}
.systems-scroll .system-card{--focus:.65;position:relative;flex:0 0 min(510px,32vw);width:min(510px,32vw);height:52vh;min-height:430px;max-height:610px;opacity:calc(.56 + (var(--focus) * .44));transform:translate3d(0,calc((1 - var(--focus))*20px),0) scale(calc(.955 + (var(--focus) * .045)));will-change:transform,opacity;scroll-snap-align:none}
.systems-scroll .system-card-media img{transform:scale(calc(1.055 - (var(--focus) * .025)))}
.systems-scroll .system-card:hover .system-card-media img{transform:scale(1.045)}
.systems-scroll .system-card-top i{transition:transform .3s var(--ease)}.systems-scroll .system-card:hover .system-card-top i{transform:translate(4px,-4px)}
.systems-scroll-ui{position:absolute;left:0;right:0;bottom:23px;display:grid;grid-template-columns:70px 1fr auto;gap:20px;align-items:center;color:#7f8d95;font-size:8px;text-transform:uppercase;letter-spacing:.13em;pointer-events:none}
.systems-scroll-ui>div{height:1px;background:rgba(255,255,255,.17);overflow:hidden}.systems-scroll-ui i{display:block;width:0;height:100%;background:var(--accent);transform-origin:left}

@media(max-width:900px){
  .hero-reel{height:auto!important;padding:calc(var(--header) + 45px) 0 85px}.hero-reel-sticky{position:relative;height:auto;min-height:0;overflow:visible}.hero-reel-intro{position:relative;top:auto}.hero-reel-intro-meta{font-size:8px}.hero-reel-intro-meta span:last-child{display:none}.hero-reel-intro-copy{margin-top:34px;grid-template-columns:1fr;gap:18px}.hero-reel-intro-copy .micro-label,.hero-reel-intro-copy h1{grid-column:auto}.hero-reel-intro-copy h1{font-size:clamp(50px,12.5vw,86px);line-height:.88}.hero-reel-track{position:relative;top:auto;display:grid;width:auto;padding:0 16px;margin-top:58px;gap:42px;transform:none!important}.hero-reel-card{width:100%;max-width:none;height:69vh;min-height:500px;max-height:720px;transform:none!important;opacity:1!important}.hero-reel-card-info{grid-template-columns:70px 1fr 25px}.hero-reel-card-info>div span:last-child{display:none}.hero-reel-card-info h2{font-size:20px}.hero-reel-media img,.hero-reel-media video{transform:none!important}.hero-reel-status{display:none}
  .systems-editorial.systems-scroll{height:auto!important;padding:90px 0 105px;overflow:hidden}.systems-sticky{position:relative;height:auto;min-height:0;padding-top:0;overflow:visible}.systems-scroll .systems-head{grid-template-columns:1fr;gap:28px;margin-bottom:45px}.systems-scroll .systems-head>p{grid-column:auto}.systems-scroll .systems-head h2{font-size:clamp(42px,12vw,62px)}.systems-scroll .systems-rail{display:grid;width:auto;grid-template-columns:1fr;padding:0 16px;gap:16px;transform:none!important}.systems-scroll .system-card{width:100%;max-width:none;height:min(118vw,650px);min-height:510px;transform:none!important;opacity:1!important}.systems-scroll-ui{display:none}
}

@media(prefers-reduced-motion:reduce){
  .hero-reel,.systems-editorial.systems-scroll{height:auto!important}.hero-reel-sticky,.systems-sticky{position:relative;height:auto;min-height:0}.hero-reel-track,.systems-scroll .systems-rail{position:relative;top:auto;transform:none!important}.hero-reel-intro{position:relative;top:auto}.hero-reel-card,.systems-scroll .system-card{transform:none!important;opacity:1!important}
}

/* =========================================================
   V4 — Scroll-driven perspective hero
   Cards occupy one 3D stage; this intentionally overrides the
   V3 flat flex-track hero while leaving Product Systems intact.
   ========================================================= */
@media (min-width:901px) and (prefers-reduced-motion:no-preference){
  .hero-reel.hero-perspective{
    position:relative;
    background:
      radial-gradient(circle at 1px 1px,rgba(10,15,19,.055) 1px,transparent 1.15px) 0 0/12px 12px,
      #f8f8f5;
    overflow:clip;
  }
  .hero-perspective .hero-reel-sticky{
    perspective:1120px;
    perspective-origin:50% 48%;
    transform-style:preserve-3d;
  }
  .hero-perspective-stage{
    position:absolute!important;
    z-index:3;
    inset:0!important;
    width:100%!important;
    height:100%!important;
    padding:0!important;
    display:block!important;
    transform:none!important;
    transform-style:preserve-3d;
    pointer-events:none;
  }
  .hero-perspective .hero-reel-card{
    --hero-info-opacity:1;
    --hero-media-scale:1.025;
    position:absolute!important;
    left:50%!important;
    top:54%!important;
    flex:none!important;
    width:min(78vw,1490px)!important;
    max-width:none!important;
    height:min(72vh,775px)!important;
    min-height:520px!important;
    margin:0!important;
    opacity:0;
    backface-visibility:hidden;
    transform-style:preserve-3d;
    transform-origin:center center;
    will-change:transform,opacity;
    box-shadow:0 28px 74px rgba(10,15,19,.09);
    transition:box-shadow .28s ease;
  }
  .hero-perspective .hero-reel-card:hover{
    box-shadow:0 34px 92px rgba(10,15,19,.14);
  }
  .hero-perspective .hero-reel-media{
    height:calc(100% - 74px)!important;
    overflow:hidden;
  }
  .hero-perspective .hero-reel-media img,
  .hero-perspective .hero-reel-media video{
    transform:scale(var(--hero-media-scale))!important;
    filter:blur(var(--hero-media-blur,0px))!important;
    transition:none!important;
    will-change:transform,filter;
  }
  .hero-perspective .hero-reel-card-info{
    height:74px!important;
    opacity:var(--hero-info-opacity);
    transition:none;
  }
  .hero-perspective .hero-reel-card-info h2{
    font-size:clamp(18px,1.5vw,28px);
  }
  .hero-perspective .hero-reel-intro{
    z-index:2;
  }
  .hero-perspective .hero-reel-status{
    z-index:120;
  }
}

/* At narrower desktop widths reduce the perspective amplitude, but keep the
   same one-card-at-a-time interaction rather than falling back to drag. */
@media (min-width:901px) and (max-width:1180px) and (prefers-reduced-motion:no-preference){
  .hero-perspective .hero-reel-card{
    width:82vw!important;
    height:66vh!important;
    min-height:500px!important;
  }
}

@media (min-width:1400px){
  .hero-reel-intro-copy{grid-template-columns:240px minmax(0,1180px) minmax(80px,1fr)}
  .hero-reel-intro-copy h1{max-width:1140px}
}

/* =========================================================
   V9 — opening type resolve + Product Systems 3D coverflow
   ========================================================= */

/* Opening copy: blur/depth resolve. JS adds .intro-motion first so the
   content stays fully readable when JavaScript is unavailable. */
.hero-intro-title{perspective:1100px;transform-style:preserve-3d}
.hero-intro-line{display:block;overflow:clip;overflow-clip-margin:.22em;padding:.08em .16em .1em .02em;margin:-.08em -.16em -.1em -.02em;perspective:1000px}
.hero-intro-line>span{display:block;max-width:100%;overflow-wrap:anywhere;transform-origin:50% 100%;will-change:transform,filter,opacity}
.hero-reel-intro.intro-motion .intro-blur-meta,
.hero-reel-intro.intro-motion .intro-blur-eyebrow{opacity:0;filter:blur(16px);transform:translate3d(0,14px,-20px) scale(.985);will-change:opacity,filter,transform}
.hero-reel-intro.intro-motion .hero-intro-line>span{opacity:0;filter:blur(18px);transform:translate3d(0,76%,0) rotateX(-52deg) scaleY(.92)}
.hero-reel-intro.intro-motion.is-intro-entered .intro-blur-meta{opacity:1;filter:blur(0);transform:none;transition:opacity .72s ease .06s,filter .9s var(--ease) .06s,transform .9s var(--ease) .06s}
.hero-reel-intro.intro-motion.is-intro-entered .intro-blur-eyebrow{opacity:1;filter:blur(0);transform:none;transition:opacity .7s ease .15s,filter .9s var(--ease) .15s,transform .9s var(--ease) .15s}
.hero-reel-intro.intro-motion.is-intro-entered .hero-intro-line>span{opacity:1;filter:blur(0);transform:translate3d(0,0,0) rotateX(0) scaleY(1);transition:opacity .72s ease calc(.17s + var(--intro-line)*.105s),filter .95s var(--ease) calc(.12s + var(--intro-line)*.105s),transform 1.02s cubic-bezier(.16,1,.3,1) calc(.12s + var(--intro-line)*.105s)}

/* 03 Product Systems — one 3D stage, not a draggable strip. */
.systems-editorial.systems-coverflow{position:relative;height:470vh;padding:0;background:var(--ink);color:var(--white);overflow:visible}
.systems-coverflow .systems-sticky{position:sticky;top:0;height:100svh;min-height:700px;overflow:hidden;padding-top:calc(var(--header) + 34px);perspective:1450px;perspective-origin:50% 58%;transform-style:preserve-3d}
.systems-coverflow .systems-head{position:relative;z-index:130;margin-bottom:0;grid-template-columns:220px 1.25fr .55fr;align-items:end;pointer-events:none}
.systems-coverflow .systems-head h2{font-size:clamp(42px,4.25vw,68px)}
.systems-coverflow .systems-head>p{font-size:14px;line-height:1.5}
.systems-coverflow-stage{position:absolute;z-index:20;left:0;right:0;top:31%;bottom:54px;transform-style:preserve-3d;perspective:1450px;perspective-origin:50% 48%;pointer-events:none}
.system-cover-card{--system-copy-opacity:1;--system-media-scale:1.025;position:absolute;left:50%;top:52%;display:block;width:min(37vw,630px);height:min(56vh,610px);min-width:455px;min-height:410px;overflow:hidden;background:#151d22;color:var(--white);backface-visibility:hidden;transform-style:preserve-3d;transform-origin:center center;will-change:transform,opacity;box-shadow:0 24px 70px rgba(0,0,0,.28);transition:box-shadow .28s ease;pointer-events:none}
.system-cover-card:hover{box-shadow:0 34px 92px rgba(0,0,0,.42)}
.system-cover-media{position:absolute;inset:0;overflow:hidden;background:#202a30}
.system-cover-media img{width:100%;height:100%;object-fit:cover;transform:scale(var(--system-media-scale));will-change:transform,filter;transition:filter .45s ease}
.system-cover-card:hover .system-cover-media img{filter:saturate(1.08) contrast(1.025)}
.system-cover-shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(3,8,11,.06) 20%,rgba(3,8,11,.18) 53%,rgba(3,8,11,.88) 100%);pointer-events:none}
.system-cover-top{position:absolute;z-index:3;left:20px;right:20px;top:18px;display:flex;justify-content:space-between;gap:22px;font-size:8px;line-height:1.2;text-transform:uppercase;letter-spacing:.13em;color:rgba(255,255,255,.8);opacity:calc(.4 + var(--system-copy-opacity)*.6)}
.system-cover-copy{position:absolute;z-index:3;left:24px;right:62px;bottom:22px;opacity:var(--system-copy-opacity);transform:translate3d(0,calc((1 - var(--system-copy-opacity))*12px),0);will-change:opacity,transform}
.system-cover-copy h3{margin:0;font-size:clamp(28px,2.5vw,46px);line-height:.94;letter-spacing:-.048em;font-weight:500}
.system-cover-copy p{max-width:470px;margin:11px 0 0;font-size:12px;line-height:1.45;color:rgba(255,255,255,.7)}
.system-cover-arrow{position:absolute;z-index:4;right:22px;bottom:24px;font-style:normal;font-size:25px;opacity:var(--system-copy-opacity);transition:transform .3s var(--ease)}
.system-cover-card:hover .system-cover-arrow{transform:translate(4px,-4px)}
.systems-coverflow .systems-scroll-ui{z-index:150;bottom:22px;grid-template-columns:92px 1fr auto}
.systems-coverflow .systems-scroll-ui b{font-size:13px;font-weight:500;color:var(--white)}
.systems-coverflow .systems-scroll-ui>div{background:rgba(255,255,255,.16)}

@media (min-width:901px) and (max-width:1180px){
  .system-cover-card{width:min(42vw,560px);min-width:420px;height:51vh;min-height:390px}
  .systems-coverflow-stage{top:34%}
}

@media (max-width:900px){
  .hero-intro-line{overflow:visible}
  .systems-editorial.systems-coverflow{height:auto!important;padding:90px 0 105px;overflow:hidden}
  .systems-coverflow .systems-sticky{position:relative;height:auto;min-height:0;padding-top:0;overflow:visible;perspective:none}
  .systems-coverflow .systems-head{grid-template-columns:1fr;gap:28px;margin-bottom:45px;pointer-events:auto}
  .systems-coverflow .systems-head>p{grid-column:auto}
  .systems-coverflow .systems-head h2{font-size:clamp(42px,12vw,62px)}
  .systems-coverflow-stage{position:relative;inset:auto;display:grid;grid-template-columns:1fr;gap:16px;padding:0 16px;perspective:none;transform:none!important}
  .system-cover-card{position:relative;left:auto;top:auto;width:100%;height:min(118vw,650px);min-width:0;min-height:510px;transform:none!important;opacity:1!important;pointer-events:auto!important;box-shadow:none}
  .system-cover-copy,.system-cover-top,.system-cover-arrow{opacity:1!important;transform:none!important}
  .systems-coverflow .systems-scroll-ui{display:none}
}

@media(prefers-reduced-motion:reduce){
  .hero-reel-intro .intro-blur-meta,.hero-reel-intro .intro-blur-eyebrow,.hero-intro-line>span{opacity:1!important;filter:none!important;transform:none!important;transition:none!important}
  .systems-editorial.systems-coverflow{height:auto!important;padding:90px 0 105px;overflow:hidden}
  .systems-coverflow .systems-sticky{position:relative;height:auto;min-height:0;padding-top:0;overflow:visible;perspective:none}
  .systems-coverflow-stage{position:relative;inset:auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px;padding:0 max(16px,calc((100vw - min(1540px,calc(100vw - 112px)))/2));perspective:none}
  .system-cover-card{position:relative;left:auto;top:auto;width:100%;height:520px;min-width:0;min-height:0;transform:none!important;opacity:1!important;pointer-events:auto!important}
  .system-cover-copy,.system-cover-top,.system-cover-arrow{opacity:1!important;transform:none!important}
  .systems-coverflow .systems-scroll-ui{display:none}
}

/* =========================================================
   V10 — 02 Why Modular? cinematic video background
   ========================================================= */
.capability-editorial.capability-video{
  --cap-overlay:.62;
  --cap-video-position:center center;
  position:relative;
  isolation:isolate;
  overflow:hidden;
  min-height:80vh;
  padding:150px 0 155px;
  background:#091014;
  color:var(--white);
}
.capability-video-bg{position:absolute;z-index:-3;inset:0;overflow:hidden;background:#111a20}
.capability-video-poster,.capability-video-media{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:var(--cap-video-position);transform:scale(1.025)}
.capability-video-media{z-index:1}
.capability-video-poster{z-index:0}
.capability-video-overlay{position:absolute;z-index:2;inset:0;background:linear-gradient(90deg,#03080b 0%,#071015 48%,#0b151a 100%),linear-gradient(0deg,#03080b,transparent 58%);opacity:var(--cap-overlay);pointer-events:none}
.capability-video-grid{position:absolute;z-index:3;inset:0;opacity:.14;background:repeating-linear-gradient(90deg,transparent 0,transparent calc(25% - 1px),rgba(255,255,255,.18) 25%),linear-gradient(0deg,rgba(4,9,12,.32),transparent 32%);pointer-events:none}
.capability-video .capability-layout{position:relative;z-index:4}
.capability-video .capability-intro .section-no,.capability-video .capability-intro .micro-label{color:rgba(255,255,255,.7)}
.capability-video .capability-intro h2{color:var(--white);text-shadow:0 2px 28px rgba(0,0,0,.18)}
.capability-video .capability-intro>p:last-child{color:rgba(255,255,255,.78)}
.capability-video .capability-list{border-top:1px solid rgba(255,255,255,.28);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}
.capability-video .capability-row{border-bottom:1px solid rgba(255,255,255,.24);color:var(--white)}
.capability-video .capability-row>span{color:rgba(255,255,255,.48)}
.capability-video .capability-row p{color:rgba(255,255,255,.72)}
.capability-video .capability-row i{color:var(--accent)}
.capability-video .capability-row:hover{padding-left:14px;padding-right:14px;background:rgba(255,255,255,.09);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}
.capability-video-toggle{position:absolute;z-index:8;right:max(28px,calc((100vw - min(1540px,calc(100vw - 112px)))/2));bottom:28px;display:flex;align-items:center;gap:10px;border:1px solid rgba(255,255,255,.32);background:rgba(7,12,16,.24);color:rgba(255,255,255,.88);padding:10px 13px;font:inherit;cursor:pointer;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);transition:background .25s,border-color .25s}
.capability-video-toggle:hover{background:rgba(7,12,16,.52);border-color:rgba(255,255,255,.62)}
.capability-video-toggle span{font-size:11px;letter-spacing:-.16em;min-width:13px}.capability-video-toggle em{font-style:normal;font-size:9px;text-transform:uppercase;letter-spacing:.12em}
.capability-video-toggle.is-paused span{letter-spacing:0}.capability-video-toggle.is-paused span:before{content:'▶';font-size:9px}.capability-video-toggle.is-paused span{font-size:0}

@media(max-width:760px){
  .capability-editorial.capability-video{padding:100px 0 112px;min-height:0}
  .capability-video .capability-layout{grid-template-columns:1fr;gap:58px}
  .capability-video .capability-intro{position:static}
  .capability-video .capability-list{backdrop-filter:none;-webkit-backdrop-filter:none}
  .capability-video .capability-row:hover{padding-left:0;padding-right:0;background:transparent;backdrop-filter:none;-webkit-backdrop-filter:none}
  .capability-video-overlay{background:linear-gradient(180deg,rgba(4,9,12,.68) 0%,rgba(4,9,12,.7) 48%,rgba(4,9,12,.84) 100%)}
  .capability-video-grid{background:linear-gradient(0deg,rgba(4,9,12,.28),transparent)}
  .capability-video-toggle{right:16px;bottom:16px}
}

@media(prefers-reduced-motion:reduce){
  .capability-video-media{display:none!important}
  .capability-video-toggle{display:none!important}
  .capability-video-poster{transform:none!important}
}


/* ==========================================================================
   V30 — HEIGHT-AWARE DESKTOP TYPOGRAPHY
   Restores the CMS H1-H6 responsive system and scales display headings by
   available viewport height. 1440px-high / 2K desktops keep the existing
   proportions; 1080p and shorter desktops reduce oversized headings.
   ========================================================================== */

:root{
  --type-h1-fluid:clamp(2.9rem,7.2vw,8.25rem);
  --type-h2-fluid:clamp(2.25rem,4.8vw,5.2rem);
  --type-h3-fluid:clamp(1.65rem,2.7vw,2.85rem);
  --type-h4-fluid:clamp(1.3rem,1.9vw,2rem);
  --type-h5-fluid:clamp(1.12rem,1.35vw,1.5rem);
  --type-h6-fluid:clamp(1rem,1.05vw,1.2rem);
}

h1,h2,h3,h4,h5,h6{
  max-width:100%;
  min-width:0;
  overflow-wrap:break-word;
  word-break:normal;
  hyphens:auto;
  text-wrap:balance;
}

.rich-content h1,.rich-copy h1{
  font-size:var(--type-h1-fluid);
  line-height:.9;
  letter-spacing:-.058em;
  font-weight:450;
  margin:1.15em 0 .45em;
}
.rich-content h2,.rich-copy h2{
  font-size:var(--type-h2-fluid);
  line-height:.96;
  letter-spacing:-.048em;
  font-weight:500;
}
.rich-content h3,.rich-copy h3{
  font-size:var(--type-h3-fluid);
  line-height:1;
  letter-spacing:-.038em;
  font-weight:500;
}
.rich-content h4,.rich-copy h4{
  font-size:var(--type-h4-fluid);
  line-height:1.08;
  letter-spacing:-.025em;
  font-weight:550;
  margin:1.35em 0 .5em;
}
.rich-content h5,.rich-copy h5{
  font-size:var(--type-h5-fluid);
  line-height:1.15;
  letter-spacing:-.018em;
  font-weight:600;
  margin:1.3em 0 .5em;
}
.rich-content h6,.rich-copy h6{
  font-size:var(--type-h6-fluid);
  line-height:1.2;
  letter-spacing:-.01em;
  font-weight:650;
  margin:1.25em 0 .5em;
}

/* 1080p / low-height desktop tuning. Width alone is not enough here: a
   1920x1080 viewport has plenty of width but considerably less vertical room
   than 2560x1440. */
@media (min-width:901px) and (max-height:1150px){
  :root{
    --type-h1-fluid:clamp(2.7rem,7.6vh,5.8rem);
    --type-h2-fluid:clamp(2.15rem,5.7vh,4rem);
    --type-h3-fluid:clamp(1.6rem,4vh,2.5rem);
    --type-h4-fluid:clamp(1.25rem,2.8vh,1.85rem);
  }

  /* Homepage opening title — the main issue visible at 1920x1080. */
  .hero-reel-intro-copy h1{
    font-size:clamp(52px,8.1vh,92px);
    line-height:.89;
    max-width:980px;
  }

  /* Large homepage editorial headings. */
  .statement-main h2{
    font-size:clamp(52px,8.2vh,96px);
  }
  .capability-intro h2,
  .systems-head h2,
  .systems-coverflow .systems-head h2,
  .project-focus-heading h2,
  .company-editorial-copy h2,
  .numbers-head h2{
    font-size:clamp(38px,5.7vh,62px);
  }
  .catalog-editorial-inner h2{
    font-size:clamp(42px,6.2vh,68px);
  }
  .home-contact-grid h2{
    font-size:clamp(46px,7.2vh,80px);
  }

  /* Page / product / project / news / career display titles. */
  .hero-stage-copy h1,
  .listing-hero h1,.contact-hero h1,
  .page-hero h1,.product-hero-copy h1,
  .project-detail-title h1,.post-header h1,
  .career-hero h1,.events-hero h1,
  .career-detail-head h1,.news-detail-head h1,
  .news-hero h1,.not-found h1{
    font-size:clamp(50px,8.4vh,94px);
    line-height:.89;
  }

  .section-heading h2,
  .career-story-copy>h2:first-child,
  .career-jobs-head h2{
    font-size:clamp(38px,5.8vh,64px);
  }

  .events-group-head span{
    font-size:clamp(40px,6.2vh,68px);
  }
}

@media(max-width:900px){
  :root{
    --type-h1-fluid:clamp(2.5rem,12.5vw,4.75rem);
    --type-h2-fluid:clamp(2rem,9vw,3.25rem);
    --type-h3-fluid:clamp(1.55rem,6.4vw,2.25rem);
    --type-h4-fluid:clamp(1.25rem,5vw,1.65rem);
  }

  .hero-reel-intro-copy h1{
    font-size:clamp(2.8rem,11.5vw,4.8rem);
  }

  .listing-hero h1,.contact-hero h1,
  .page-hero h1,.product-hero-copy h1,
  .project-detail-title h1,.post-header h1,
  .career-hero h1,.events-hero h1,
  .career-detail-head h1,.news-detail-head h1,
  .news-hero h1,.not-found h1{
    font-size:clamp(2.8rem,13vw,5rem);
    line-height:.91;
    letter-spacing:-.055em;
  }
}

@media(max-width:480px){
  .hero-reel-intro-copy h1{
    font-size:clamp(2.45rem,11vw,3.8rem);
  }
  .listing-hero h1,.contact-hero h1,
  .page-hero h1,.product-hero-copy h1,
  .project-detail-title h1,.post-header h1,
  .career-hero h1,.events-hero h1,
  .career-detail-head h1,.news-detail-head h1,
  .news-hero h1,.not-found h1{
    font-size:clamp(2.55rem,12vw,3.9rem);
  }
}

/* ==========================================================================
   V31 — FOOTER CLASS-MAPPING / LAYOUT FIX
   The current multilingual footer markup uses .footer-lead/.footer-grid while
   the older stylesheet still targeted .footer-top/.footer-main/.footer-column.
   These rules intentionally style the current markup without touching content.
   ========================================================================== */

.site-footer{
  background:#080d10;
  color:var(--white);
  padding:0;
}

.footer-lead{
  width:var(--wrap);
  margin-inline:auto;
  padding:clamp(88px,8vw,138px) 0 clamp(66px,6vw,102px);
  display:grid;
  grid-template-columns:minmax(150px,.42fr) minmax(0,1.3fr) minmax(180px,.34fr);
  gap:clamp(34px,4vw,70px);
  align-items:end;
}
.footer-lead .eyebrow{
  color:#89979f;
  align-self:start;
  padding-top:8px;
}
.footer-lead h2{
  margin:0;
  font-size:clamp(52px,5.8vw,96px);
  line-height:.9;
  letter-spacing:-.058em;
  font-weight:450;
  max-width:980px;
}
.footer-lead .arrow-link{
  justify-self:end;
  align-self:end;
  min-width:190px;
}

.footer-grid{
  width:var(--wrap);
  margin-inline:auto;
  display:grid;
  grid-template-columns:1.18fr 1fr .72fr 1fr;
  gap:clamp(42px,4.5vw,76px);
  border-top:1px solid var(--line-light);
  padding:clamp(52px,4.5vw,72px) 0 clamp(58px,5vw,78px);
}
.footer-brand img{
  width:130px;
  height:auto;
  filter:brightness(0) invert(1);
  margin-bottom:24px;
}
.footer-brand p,
.footer-grid>div>p{
  margin:0 0 18px;
  color:#8c999f;
  font-size:13px;
  line-height:1.65;
  max-width:340px;
}
.footer-grid>div>h3{
  margin:0 0 24px;
  color:#87949b;
  font-size:9px;
  line-height:1.25;
  text-transform:uppercase;
  letter-spacing:.14em;
  font-weight:700;
}
.footer-grid a{
  transition:color .2s var(--ease);
}
.footer-grid a:hover{
  color:var(--accent);
}
.footer-grid .footer-link{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:20px;
  border-bottom:1px solid rgba(255,255,255,.1);
  padding:9px 0;
  font-size:12px;
}
.footer-grid .newsletter-form{
  margin-top:24px;
}
.footer-grid .newsletter-form input::placeholder{
  color:#7f8b92;
}

.footer-bottom{
  width:var(--wrap);
  margin-inline:auto;
  border-top:1px solid var(--line-light);
  padding:20px 0 24px;
  display:flex;
  align-items:center;
  gap:28px;
  font-size:9px;
  text-transform:uppercase;
  letter-spacing:.12em;
  color:#718087;
}
.footer-bottom a{
  margin-left:auto;
  color:#bcc7cc;
}

@media (min-width:901px) and (max-height:1150px){
  .footer-lead{
    padding-top:72px;
    padding-bottom:62px;
  }
  .footer-lead h2{
    font-size:clamp(46px,6.2vh,72px);
    max-width:850px;
  }
  .footer-grid{
    padding-top:48px;
    padding-bottom:54px;
  }
}

@media (max-width:1180px){
  .footer-lead{
    grid-template-columns:150px minmax(0,1fr);
  }
  .footer-lead .arrow-link{
    grid-column:2;
    justify-self:start;
  }
  .footer-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media (max-width:900px){
  .footer-lead{
    grid-template-columns:1fr;
    gap:24px;
    padding:74px 0 64px;
  }
  .footer-lead .eyebrow,
  .footer-lead h2,
  .footer-lead .arrow-link{
    grid-column:auto;
  }
  .footer-lead h2{
    font-size:clamp(2.5rem,11vw,4.6rem);
    line-height:.92;
  }
  .footer-lead .arrow-link{
    justify-self:start;
  }
  .footer-grid{
    grid-template-columns:1fr;
    gap:40px;
    padding:48px 0 54px;
  }
  .footer-bottom{
    flex-wrap:wrap;
    gap:10px 18px;
  }
  .footer-bottom a{
    margin-left:0;
    width:100%;
    margin-top:7px;
  }
}

/* =========================================================
   V32 — Mega-menu arrow spacing fix
   Current submenu markup is label text + arrow. Use flex instead of the
   legacy three-column grid so long translated labels never collide with it.
   ========================================================= */
.mega-menu-grid a{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:22px;
  min-width:0;
}
.mega-menu-grid a>span{
  flex:0 0 26px;
  width:26px;
  margin-left:auto;
  text-align:right;
  line-height:1;
  font-size:18px;
  color:var(--accent);
  transform:translateY(1px);
}
.mega-menu-grid a{
  overflow-wrap:anywhere;
}

@media (max-width:1180px) and (min-width:901px){
  .mega-menu-grid a{gap:14px;padding-inline:15px}
  .mega-menu-grid a>span{flex-basis:22px;width:22px}
}

/* ==========================================================================
   V33 — CAREER / NEWS / EVENTS EDITORIAL REFRESH
   Brings the newer corporate sections into the same visual language as the
   premium homepage and project pages: restrained controls, editorial grids,
   large imagery, fine rules and less UI chrome.
   ========================================================================== */

.editorial-section-page{background:var(--white)}
.editorial-page-hero{
  padding:calc(var(--header) + clamp(70px,7vw,118px)) 0 clamp(90px,8vw,138px);
  background:
    radial-gradient(circle at 1px 1px,rgba(10,15,19,.052) 1px,transparent 1.1px) 0 0/12px 12px,
    #f8f8f5;
  overflow:hidden;
}
.editorial-page-hero-grid{
  display:grid;
  grid-template-columns:220px minmax(0,1fr);
  gap:clamp(42px,5vw,86px);
  align-items:start;
}
.editorial-page-side{padding-top:13px;color:var(--steel)}
.editorial-page-side .eyebrow{color:var(--ink);margin-bottom:22px}
.editorial-page-side>span{display:block;font-size:10px;line-height:1.4;text-transform:uppercase;letter-spacing:.13em;color:var(--muted)}
.editorial-page-heading{max-width:1180px}
.editorial-page-heading h1{
  margin:0;
  font-size:clamp(58px,7.3vw,126px);
  line-height:.87;
  letter-spacing:-.064em;
  font-weight:450;
  text-wrap:balance;
  overflow-wrap:anywhere;
}
.editorial-page-heading>p{
  max-width:760px;
  margin:clamp(30px,3vw,48px) 0 0;
  color:var(--steel);
  font-size:clamp(17px,1.25vw,21px);
  line-height:1.52;
}
.editorial-page-hero-media,.events-hero-image{
  margin-top:clamp(62px,6vw,104px);
  margin-bottom:0;
  position:relative;
  overflow:hidden;
  background:var(--paper-2);
}
.editorial-page-hero-media{height:clamp(420px,56vw,760px)}
.editorial-page-hero-media img,.events-hero-image img{height:100%;object-fit:cover;transition:transform 1.1s var(--ease)}
.editorial-page-hero-media:hover img,.events-hero-image:hover img{transform:scale(1.018)}
.editorial-page-hero-media figcaption{
  position:absolute;
  left:0;right:0;bottom:0;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  background:rgba(8,13,16,.88);
  color:var(--white);
  backdrop-filter:blur(14px);
}
.editorial-page-hero-media figcaption span{
  min-height:58px;
  display:flex;
  align-items:center;
  padding:0 18px;
  border-right:1px solid rgba(255,255,255,.18);
  font-size:9px;
  text-transform:uppercase;
  letter-spacing:.13em;
}
.editorial-page-hero-media figcaption span:last-child{border-right:0}

/* Career */
.career-manifesto{padding:clamp(105px,9vw,160px) 0;background:var(--white)}
.career-manifesto-grid{display:grid;grid-template-columns:220px minmax(0,880px);gap:clamp(42px,6vw,105px);justify-content:start}
.career-manifesto-label{padding-top:8px;color:var(--steel)}
.career-manifesto-copy{font-size:clamp(20px,1.6vw,28px);line-height:1.55;color:var(--ink)}
.career-manifesto-copy p{margin:0 0 1.1em;max-width:850px}
.career-manifesto-copy blockquote{
  margin:clamp(42px,5vw,78px) 0;
  padding:0 0 0 clamp(24px,3vw,44px);
  border-left:1px solid var(--accent);
  font-size:clamp(28px,3vw,48px);
  line-height:1.08;
  letter-spacing:-.04em;
  font-weight:450;
}
.career-principles{background:var(--paper);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.career-principles-grid{display:grid;grid-template-columns:repeat(3,1fr)}
.career-principle{min-height:320px;padding:clamp(35px,4vw,58px);border-right:1px solid var(--line);display:flex;flex-direction:column}
.career-principle:last-child{border-right:0}
.career-principle>span{font-size:10px;color:var(--muted);letter-spacing:.11em;margin-bottom:auto}
.career-principle strong{display:block;font-size:clamp(24px,2.25vw,38px);line-height:1.02;letter-spacing:-.04em;font-weight:500;max-width:350px;margin:55px 0 20px}
.career-principle p{margin:0;color:var(--steel);font-size:14px;line-height:1.55;max-width:390px}
.career-positions{padding:clamp(105px,9vw,160px) 0 clamp(120px,10vw,180px);background:var(--white)}
.career-positions-head{display:grid;grid-template-columns:220px minmax(0,760px);gap:clamp(42px,6vw,105px);align-items:start;margin-bottom:clamp(54px,5vw,86px)}
.career-positions-head h2{font-size:clamp(42px,5vw,78px);line-height:.92;letter-spacing:-.055em;font-weight:450;margin:0 0 20px}
.career-positions-head>div:last-child>p{margin:0;color:var(--steel);font-size:17px;max-width:630px}
.career-filter-bar{display:flex;align-items:end;gap:10px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:12px 0;margin-bottom:18px}
.career-filter-bar label{display:grid;gap:5px;min-width:180px}
.career-filter-bar label>span{font-size:8px;text-transform:uppercase;letter-spacing:.13em;color:var(--muted)}
.career-filter-bar select{appearance:none;border:0;background:transparent;padding:5px 32px 5px 0;outline:0;font-size:12px;font-weight:600;background-image:linear-gradient(45deg,transparent 50%,var(--ink) 50%),linear-gradient(135deg,var(--ink) 50%,transparent 50%);background-position:calc(100% - 8px) 11px,calc(100% - 4px) 11px;background-size:4px 4px,4px 4px;background-repeat:no-repeat}
.career-filter-bar button{margin-left:auto;border:0;background:transparent;padding:7px 0;font-size:9px;text-transform:uppercase;letter-spacing:.1em;color:var(--steel);border-bottom:1px solid currentColor}
.career-position-list{border-top:1px solid var(--ink)}
.career-position-row{display:grid;grid-template-columns:64px minmax(260px,1.25fr) minmax(280px,.8fr) 34px;gap:30px;align-items:center;min-height:126px;border-bottom:1px solid var(--line);transition:padding .35s var(--ease),background .25s}
.career-position-row:hover{padding-left:14px;background:var(--paper)}
.career-position-no{font-size:10px;color:var(--muted)}
.career-position-row p{margin:0 0 7px;font-size:9px;text-transform:uppercase;letter-spacing:.12em;color:var(--muted)}
.career-position-row h3{margin:0;font-size:clamp(24px,2.1vw,36px);line-height:1;letter-spacing:-.04em;font-weight:500}
.career-position-meta{display:flex;flex-wrap:wrap;gap:7px 16px;color:var(--steel);font-size:11px}
.career-position-meta span:not(:last-child):after{content:" ·";margin-left:16px;color:var(--muted)}
.career-position-row>i{font-style:normal;font-size:22px}
.career-filter-empty{padding:40px 0;color:var(--steel)}
.career-open-application{background:var(--ink);color:var(--white);padding:clamp(44px,5vw,78px);display:grid;grid-template-columns:minmax(0,1.15fr) minmax(260px,.65fr) 170px;gap:clamp(30px,4vw,70px);align-items:end}
.career-open-application strong{display:block;margin-top:24px;font-size:clamp(30px,3.4vw,56px);line-height:.98;letter-spacing:-.05em;font-weight:450;max-width:760px}
.career-open-application>p{margin:0;color:#b7c0c5;font-size:15px;line-height:1.55}
.career-open-application .round-link{justify-self:end;border-color:rgba(255,255,255,.45);color:var(--white)}

/* News */
.news-editorial-hero{padding-bottom:clamp(68px,6vw,104px)}
.news-featured{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(340px,.65fr);gap:clamp(44px,5vw,86px);align-items:center;padding-top:clamp(72px,6vw,110px);padding-bottom:clamp(95px,8vw,145px)}
.news-featured-media{display:block;overflow:hidden;background:var(--paper);aspect-ratio:16/10}
.news-featured-media img{height:100%;object-fit:cover;transition:transform .8s var(--ease)}
.news-featured-media:hover img{transform:scale(1.025)}
.news-meta-line{display:flex;justify-content:space-between;gap:20px;margin-bottom:24px;font-size:9px;text-transform:uppercase;letter-spacing:.13em;color:var(--muted)}
.news-featured-copy h2{margin:0 0 25px;font-size:clamp(38px,4.1vw,68px);line-height:.95;letter-spacing:-.055em;font-weight:450;text-wrap:balance}
.news-featured-copy>p{margin:0 0 34px;color:var(--steel);font-size:16px;line-height:1.55;max-width:560px}
.news-archive{padding:clamp(82px,7vw,120px) 0 clamp(120px,10vw,180px);background:var(--paper)}
.news-archive-head{display:flex;justify-content:space-between;align-items:end;border-bottom:1px solid var(--ink);padding-bottom:20px;margin-bottom:clamp(45px,5vw,72px)}
.news-archive-head>div{display:flex;gap:18px;align-items:end}.news-archive-head .section-no{margin:0}.news-archive-head .micro-label{padding-bottom:1px}
.news-filter-line{display:flex;align-items:center;gap:24px}
.news-filter-line button{border:0;background:transparent;padding:0 0 6px;font-size:10px;text-transform:uppercase;letter-spacing:.1em;color:var(--muted);border-bottom:1px solid transparent;transition:.25s}
.news-filter-line button:hover,.news-filter-line button.is-active{color:var(--ink);border-color:var(--ink)}
.news-single-type{margin:0;font-size:10px;text-transform:uppercase;letter-spacing:.1em;color:var(--muted)}
.news-editorial-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(50px,5vw,86px) clamp(30px,4vw,66px)}
.news-editorial-card{display:grid;grid-template-columns:1fr;position:relative}
.news-editorial-card[hidden]{display:none!important}
.news-editorial-card figure{margin:0 0 25px;aspect-ratio:16/10;overflow:hidden;background:var(--paper-2)}
.news-editorial-card figure img{height:100%;object-fit:cover;transition:transform .7s var(--ease)}
.news-editorial-card:hover figure img{transform:scale(1.025)}
.news-editorial-card .news-meta-line{margin-bottom:14px}
.news-editorial-card h2{margin:0 44px 16px 0;font-size:clamp(28px,2.6vw,44px);line-height:1.02;letter-spacing:-.045em;font-weight:500;text-wrap:balance}
.news-editorial-card>p{margin:0 44px 0 0;max-width:650px;color:var(--steel);font-size:14px;line-height:1.55}
.news-editorial-card>i{position:absolute;right:0;bottom:0;font-style:normal;font-size:23px;transition:transform .3s var(--ease)}
.news-editorial-card:hover>i{transform:translate(4px,-4px)}
.news-empty-state{padding:60px 0;border-top:1px solid var(--line);color:var(--steel)}

/* Events */
.events-editorial-hero{padding-bottom:0}
.events-hero-image{height:clamp(390px,48vw,680px);margin-bottom:0}
.events-editorial-index{padding:clamp(100px,8vw,150px) 0 clamp(130px,10vw,190px)}
.events-editorial-intro{max-width:900px;margin:0 0 clamp(60px,6vw,95px) 220px;font-size:clamp(19px,1.5vw,25px);line-height:1.55;color:var(--steel)}
.events-editorial-intro p{margin:0}
.events-tab-line{display:flex;gap:clamp(24px,4vw,62px);border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:18px 0;margin-bottom:clamp(68px,6vw,105px)}
.events-tab-line a{position:relative;padding:2px 0 8px;font-size:10px;text-transform:uppercase;letter-spacing:.11em;color:var(--muted);transition:.25s}
.events-tab-line a:after{content:"";position:absolute;left:0;right:100%;bottom:0;height:1px;background:var(--ink);transition:right .35s var(--ease)}
.events-tab-line a:hover,.events-tab-line a.is-active{color:var(--ink)}
.events-tab-line a.is-active:after{right:0}
.events-editorial-group[hidden]{display:none!important}
.events-editorial-group-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:34px}
.events-editorial-group-head>div{display:flex;align-items:baseline;gap:18px}
.events-editorial-group-head strong{font-size:11px;font-weight:500;color:var(--muted)}
.events-card-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(44px,5vw,78px) clamp(30px,4vw,64px)}
.event-editorial-card{position:relative;display:block;padding-bottom:22px;border-bottom:1px solid var(--line)}
.event-editorial-card figure{margin:0 0 24px;aspect-ratio:16/10;background:var(--paper);overflow:hidden}
.event-editorial-card figure:empty{background:linear-gradient(135deg,var(--paper),var(--paper-2))}
.event-editorial-card figure img{height:100%;object-fit:cover;transition:transform .75s var(--ease)}
.event-editorial-card:hover figure img{transform:scale(1.025)}
.event-editorial-card-featured{grid-column:span 2;display:grid;grid-template-columns:minmax(0,1.35fr) minmax(320px,.65fr);column-gap:clamp(40px,5vw,80px);align-items:end}
.event-editorial-card-featured figure{grid-row:1/6;margin:0;aspect-ratio:16/9}
.event-editorial-meta{display:flex;gap:18px;margin-bottom:16px;font-size:9px;text-transform:uppercase;letter-spacing:.12em;color:var(--muted)}
.event-editorial-card h2{margin:0 42px 14px 0;font-size:clamp(30px,3.15vw,52px);line-height:.98;letter-spacing:-.05em;font-weight:500}
.event-editorial-card>p{margin:0 42px 12px 0;color:var(--steel);font-size:14px;line-height:1.5}
.event-editorial-card>i{position:absolute;right:0;bottom:24px;font-style:normal;font-size:22px;transition:transform .3s var(--ease)}
.event-editorial-card:hover>i{transform:translate(4px,-4px)}
.events-empty-editorial{min-height:230px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);display:grid;grid-template-columns:80px 1fr;gap:35px;align-items:center;color:var(--muted)}
.events-empty-editorial>span{font-size:28px}.events-empty-editorial p{margin:0;font-size:18px}

/* Shared editorial details */
.editorial-detail-page{background:var(--white)}
.editorial-detail-head{padding:calc(var(--header) + clamp(70px,7vw,120px)) 0 clamp(70px,6vw,105px);background:var(--paper)}
.editorial-detail-head-grid{display:grid;grid-template-columns:220px minmax(0,1fr);gap:clamp(42px,6vw,105px)}
.editorial-detail-side{padding-top:11px}
.back-link{display:inline-block;font-size:9px;text-transform:uppercase;letter-spacing:.11em;color:var(--steel);border-bottom:1px solid currentColor;padding-bottom:6px}
.editorial-detail-title{max-width:1180px}
.editorial-detail-title .eyebrow{margin-bottom:24px;color:var(--steel)}
.editorial-detail-title h1{margin:0;font-size:clamp(52px,6.6vw,114px);line-height:.88;letter-spacing:-.06em;font-weight:450;text-wrap:balance;overflow-wrap:anywhere}
.editorial-detail-lead{max-width:790px;margin:clamp(30px,3vw,46px) 0 0;font-size:clamp(18px,1.35vw,23px);line-height:1.5;color:var(--steel)}
.career-detail-meta{display:flex;gap:8px 18px;flex-wrap:wrap;margin:24px 0 0;font-size:10px;text-transform:uppercase;letter-spacing:.1em;color:var(--muted)}
.editorial-detail-cover{margin-top:clamp(62px,6vw,95px);margin-bottom:0;aspect-ratio:16/8.5;overflow:hidden;background:var(--paper-2)}
.editorial-detail-cover img{height:100%;object-fit:cover}
.editorial-detail-body{padding:clamp(95px,8vw,145px) 0 clamp(120px,10vw,180px)}
.editorial-detail-body-grid{display:grid;grid-template-columns:220px minmax(0,820px);gap:clamp(42px,6vw,105px);justify-content:start}
.editorial-detail-body-grid>aside{padding-top:10px;color:var(--muted)}
.editorial-detail-body .rich-content{font-size:17px;line-height:1.72;color:#27323a}
.editorial-detail-body .rich-content>p:first-child{font-size:clamp(21px,1.6vw,27px);line-height:1.55;color:var(--ink)}
.editorial-detail-body .rich-content h2{margin:2em 0 .65em;font-size:clamp(31px,3.1vw,50px);line-height:1;letter-spacing:-.045em;font-weight:500}
.editorial-detail-body .rich-content h3{font-size:clamp(24px,2vw,34px)}
.editorial-detail-body .rich-content ul,.editorial-detail-body .rich-content ol{padding-left:1.2em}
.editorial-detail-body .rich-content li{margin:.45em 0}
.editorial-detail-body .rich-content blockquote{margin:2.6em 0;padding-left:28px;border-left:1px solid var(--accent);font-size:clamp(24px,2.2vw,36px);line-height:1.25;letter-spacing:-.03em;color:var(--ink)}
.career-detail-apply{margin-top:70px;padding:36px 0;border-top:1px solid var(--ink);border-bottom:1px solid var(--line);display:grid;grid-template-columns:140px 1fr auto;gap:25px;align-items:center}
.career-detail-apply strong{font-size:clamp(21px,2vw,31px);line-height:1.08;letter-spacing:-.03em;font-weight:500}
.event-rich-content .event-photo-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin:48px 0}
.event-rich-content .event-photo-grid figure{margin:0;overflow:hidden;background:var(--paper)}
.event-rich-content .event-photo-grid figure:first-child:nth-last-child(odd){grid-column:span 2}
.event-rich-content .event-photo-grid img{width:100%;aspect-ratio:4/3;object-fit:cover;transition:transform .6s var(--ease)}
.event-rich-content .event-photo-grid figure:hover img{transform:scale(1.02)}
.event-rich-content .event-photo-grid figcaption{padding:9px 0 0;font-size:9px;text-transform:uppercase;letter-spacing:.09em;color:var(--muted)}

@media (min-width:901px) and (max-height:1150px){
  .editorial-page-heading h1{font-size:clamp(52px,8vh,92px)}
  .editorial-detail-title h1{font-size:clamp(48px,7.8vh,88px)}
  .editorial-page-hero{padding-top:calc(var(--header) + 62px)}
  .editorial-page-hero-media{height:min(58vh,640px)}
}

@media(max-width:1100px){
  .editorial-page-hero-grid,.career-manifesto-grid,.career-positions-head,.editorial-detail-head-grid,.editorial-detail-body-grid{grid-template-columns:170px minmax(0,1fr);gap:42px}
  .career-principle{padding:34px}
  .news-featured{grid-template-columns:1.2fr .8fr;gap:40px}
  .event-editorial-card-featured{grid-template-columns:1.15fr .85fr}
}

@media(max-width:900px){
  .editorial-page-hero{padding:calc(var(--header) + 55px) 0 72px}
  .editorial-page-hero-grid,.career-manifesto-grid,.career-positions-head,.editorial-detail-head-grid,.editorial-detail-body-grid{grid-template-columns:1fr;gap:24px}
  .editorial-page-side{display:flex;justify-content:space-between;gap:20px;align-items:start}
  .editorial-page-heading h1{font-size:clamp(2.9rem,12vw,5.1rem);line-height:.9}
  .editorial-page-heading>p{font-size:16px}
  .editorial-page-hero-media{height:auto;aspect-ratio:4/3;margin-top:46px}
  .editorial-page-hero-media figcaption{grid-template-columns:repeat(2,1fr)}
  .editorial-page-hero-media figcaption span:nth-child(2){border-right:0}.editorial-page-hero-media figcaption span:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.18)}
  .career-manifesto{padding:78px 0}.career-manifesto-copy{font-size:19px}.career-manifesto-copy blockquote{font-size:30px}
  .career-principles-grid{grid-template-columns:1fr}.career-principle{min-height:245px;border-right:0;border-bottom:1px solid var(--line)}.career-principle:last-child{border-bottom:0}.career-principle strong{margin-top:45px}
  .career-positions{padding:82px 0 110px}.career-positions-head h2{font-size:48px}.career-filter-bar{align-items:stretch;flex-wrap:wrap}.career-filter-bar label{min-width:calc(50% - 5px)}.career-filter-bar button{margin-left:0}
  .career-position-row{grid-template-columns:42px 1fr 24px;gap:16px;padding:24px 0}.career-position-meta{grid-column:2}.career-position-row>i{grid-column:3;grid-row:1}.career-open-application{grid-template-columns:1fr;padding:38px}.career-open-application .round-link{justify-self:start}
  .news-featured{grid-template-columns:1fr;padding-top:58px;padding-bottom:85px}.news-featured-copy h2{font-size:42px}.news-archive{padding:75px 0 110px}.news-archive-head{align-items:start;gap:25px}.news-filter-line{gap:15px;flex-wrap:wrap}.news-editorial-grid{grid-template-columns:1fr;gap:56px}
  .events-hero-image{height:auto;aspect-ratio:16/10}.events-editorial-index{padding:75px 0 110px}.events-editorial-intro{margin-left:0;font-size:18px}.events-tab-line{overflow-x:auto;gap:28px}.events-tab-line a{white-space:nowrap}.events-card-grid{grid-template-columns:1fr}.event-editorial-card-featured{grid-column:auto;display:block}.event-editorial-card-featured figure{margin-bottom:24px;aspect-ratio:16/10}
  .editorial-detail-head{padding:calc(var(--header) + 55px) 0 60px}.editorial-detail-title h1{font-size:clamp(2.8rem,12vw,5rem)}.editorial-detail-cover{width:100%;margin-top:0;aspect-ratio:4/3}.editorial-detail-body{padding:75px 0 110px}.editorial-detail-body-grid>aside{padding:0 0 20px;border-bottom:1px solid var(--line)}.career-detail-apply{grid-template-columns:1fr;gap:16px}.event-rich-content .event-photo-grid{grid-template-columns:1fr}.event-rich-content .event-photo-grid figure:first-child:nth-last-child(odd){grid-column:auto}
}

@media(max-width:520px){
  .editorial-page-hero-media figcaption{display:none}
  .career-filter-bar label{min-width:100%}
  .career-position-row{grid-template-columns:34px 1fr 20px}.career-position-row h3{font-size:26px}.career-position-meta{gap:5px 10px}.career-position-meta span:not(:last-child):after{margin-left:10px}
  .news-archive-head{display:grid}.news-filter-line{margin-top:8px}
  .events-tab-line{margin-inline:-16px;padding-inline:16px}
  .events-empty-editorial{grid-template-columns:40px 1fr;gap:15px}
}

/* =========================================================
   V34 — verified legacy content + career application flow
   ========================================================= */
.reference-logo-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-top:1px solid var(--line);border-left:1px solid var(--line)}
.reference-logo-item{min-height:220px;padding:28px 24px 20px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);display:grid;grid-template-rows:1fr auto;gap:24px;background:var(--white);transition:background .35s var(--ease),transform .35s var(--ease)}
a.reference-logo-item:hover{background:var(--paper)}
.reference-logo-media{display:flex;align-items:center;justify-content:center;min-height:120px;padding:8px 14px}
.reference-logo-media img{display:block;width:auto;height:auto;max-width:min(190px,90%);max-height:94px;object-fit:contain;filter:grayscale(1);opacity:.78;transition:filter .35s var(--ease),opacity .35s var(--ease),transform .35s var(--ease)}
.reference-logo-item:hover img{filter:grayscale(0);opacity:1;transform:scale(1.025)}
.reference-logo-item>span{font-size:11px;line-height:1.3;text-transform:uppercase;letter-spacing:.08em;color:var(--steel)}
.reference-text-archive{margin-top:80px;padding-top:26px;border-top:1px solid var(--ink);display:grid;grid-template-columns:220px 1fr;gap:70px}.reference-text-archive>div{display:flex;flex-wrap:wrap;gap:10px 24px}.reference-text-archive>div span{font-size:13px;color:var(--steel)}

.legacy-document-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;margin:42px 0 70px}.legacy-document-grid figure{margin:0;min-height:360px;padding:22px;background:var(--paper);display:flex;align-items:center;justify-content:center}.legacy-document-grid img{width:100%;height:100%;max-height:520px;object-fit:contain}

.career-apply-page{background:var(--white)}
.career-apply-hero{padding:calc(var(--header) + 84px) 0 82px;border-bottom:1px solid var(--line);background:radial-gradient(circle at 1px 1px,rgba(10,15,19,.05) 1px,transparent 1.1px) 0 0/12px 12px,var(--white)}
.career-apply-hero-grid{display:grid;grid-template-columns:220px minmax(0,900px);gap:90px;align-items:start}
.career-apply-hero h1{margin:14px 0 22px;font-size:clamp(54px,6.6vw,108px);line-height:.88;letter-spacing:-.06em;font-weight:450;max-width:900px}
.career-apply-hero p:not(.eyebrow){font-size:18px;line-height:1.5;color:var(--steel);max-width:680px;margin:0}
.career-apply-section{padding:100px 0 145px}.career-apply-layout{display:grid;grid-template-columns:280px minmax(0,850px);gap:100px;justify-content:space-between}.career-apply-aside{position:sticky;top:calc(var(--header) + 35px);align-self:start}.career-apply-aside dl{margin:42px 0 0;border-top:1px solid var(--line)}.career-apply-aside dl div{padding:17px 0;border-bottom:1px solid var(--line)}.career-apply-aside dt{font-size:8px;text-transform:uppercase;letter-spacing:.12em;color:var(--muted)}.career-apply-aside dd{margin:5px 0 0;font-size:14px;color:var(--ink)}
.career-application-panel{min-width:0}.career-application-form{display:flex;flex-direction:column;gap:28px}.application-form-row{display:grid;grid-template-columns:1fr 1fr;gap:28px}.career-application-form label{display:flex;flex-direction:column;gap:8px}.career-application-form label>span{font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.11em;color:var(--steel)}.career-application-form input:not([type=checkbox]):not([type=file]),.career-application-form textarea{width:100%;border:0;border-bottom:1px solid var(--line);background:transparent;padding:14px 0 16px;font:inherit;font-size:16px;outline:0;resize:vertical;transition:border-color .2s}.career-application-form input:focus,.career-application-form textarea:focus{border-color:var(--accent-dark)}
.cv-upload-field{margin-top:5px;padding:24px;border:1px solid var(--line);background:var(--paper)}.cv-upload-field input[type=file]{font-size:14px;margin-top:8px}.cv-upload-field small{font-size:10px;color:var(--muted);letter-spacing:.03em}.career-consent{display:grid!important;grid-template-columns:20px 1fr;align-items:start;gap:12px!important}.career-consent input{margin-top:3px}.career-consent span{font-size:12px!important;line-height:1.55!important;text-transform:none!important;letter-spacing:0!important;font-weight:400!important;color:var(--steel)!important}.career-submit{align-self:flex-start;margin-top:8px}
.career-application-success{padding:20px 0 60px;max-width:760px}.career-application-success>span{display:grid;place-items:center;width:58px;height:58px;border:1px solid var(--ink);border-radius:50%;font-size:24px;margin-bottom:38px}.career-application-success h2{font-size:clamp(34px,4.1vw,64px);line-height:.96;letter-spacing:-.05em;font-weight:500;margin:12px 0 25px}.career-application-success>p:not(.micro-label){font-size:17px;color:var(--steel);max-width:620px;margin-bottom:38px}

@media(max-width:1100px){.reference-logo-grid{grid-template-columns:repeat(3,1fr)}.career-apply-layout{grid-template-columns:220px 1fr;gap:60px}.career-apply-hero-grid{grid-template-columns:170px 1fr;gap:55px}}
@media(max-width:900px){.reference-logo-grid{grid-template-columns:repeat(2,1fr)}.reference-logo-item{min-height:170px;padding:18px}.reference-logo-media{min-height:90px}.reference-text-archive{grid-template-columns:1fr;gap:20px;margin-top:55px}.legacy-document-grid{grid-template-columns:repeat(2,1fr)}.career-apply-hero{padding:calc(var(--header) + 55px) 0 60px}.career-apply-hero-grid,.career-apply-layout{grid-template-columns:1fr;gap:35px}.career-apply-hero h1{font-size:clamp(46px,13vw,76px)}.career-apply-section{padding:70px 0 100px}.career-apply-aside{position:static}.career-apply-aside dl{display:grid;grid-template-columns:repeat(3,1fr);margin-top:25px}.career-apply-aside dl div{padding-right:18px}.application-form-row{grid-template-columns:1fr}.legacy-document-grid figure{min-height:280px}}
@media(max-width:560px){.reference-logo-grid{grid-template-columns:1fr 1fr}.reference-logo-item{min-height:145px;padding:14px 12px}.reference-logo-media img{max-height:68px}.reference-logo-item>span{font-size:9px}.legacy-document-grid{grid-template-columns:1fr}.career-apply-aside dl{grid-template-columns:1fr}}

/* ==========================================================================
   V35 — MOBILE-FIRST HOMEPAGE SLIDERS + LOGO / TEXT TUNING
   On phones the two scroll-driven desktop sliders become swipeable snap
   carousels with compact controls, while typography and spacing are tightened
   for a more premium small-screen presentation.
   ========================================================================== */

.mobile-slider-ui{display:none}

@media (max-width:900px){
  /* Slightly wider logo to suit the new mark proportions */
  .brand img{width:132px}
  .footer-brand img{width:148px}

  /* Global small-screen rhythm */
  .statement-editorial,
  .capability-editorial.capability-video,
  .systems-editorial.systems-coverflow,
  .project-focus,
  .company-editorial,
  .numbers-editorial,
  .catalog-editorial,
  .home-contact-editorial{
    overflow:hidden;
  }

  .statement-editorial-grid,
  .capability-layout,
  .project-focus-layout,
  .home-contact-grid,
  .footer-lead,
  .footer-grid{
    gap:26px;
  }

  .statement-main h2,
  .capability-intro h2,
  .project-focus-heading h2,
  .company-editorial-copy h2,
  .numbers-head h2,
  .catalog-editorial-inner h2,
  .home-contact-grid h2,
  .footer-lead h2{
    line-height:.94;
    letter-spacing:-.048em;
    text-wrap:balance;
  }

  .statement-foot p,
  .capability-intro p,
  .company-editorial-copy .rich-copy,
  .catalog-editorial-inner p,
  .home-contact-grid p,
  .footer-brand p,
  .footer-grid p{
    font-size:15px;
    line-height:1.6;
  }

  /* ---------- HERO SLIDER: turn stacked cards into a clean phone carousel ---------- */
  .hero-reel{padding:calc(var(--header) + 34px) 0 66px !important}
  .hero-reel-intro-copy{margin-top:24px;gap:14px}
  .hero-reel-intro-meta{gap:10px;font-size:8px}
  .hero-reel-intro-copy h1{max-width:12ch}
  .hero-reel-track.hero-perspective-stage{
    display:flex !important;
    grid-template-columns:none !important;
    gap:14px;
    width:100%;
    padding:0 16px 8px;
    margin-top:34px;
    overflow-x:auto;
    overflow-y:hidden;
    scroll-snap-type:x mandatory;
    scroll-padding-inline:16px;
    -webkit-overflow-scrolling:touch;
    scrollbar-width:none;
  }
  .hero-reel-track.hero-perspective-stage::-webkit-scrollbar{display:none}
  .hero-reel-card{
    flex:0 0 84vw;
    width:84vw;
    max-width:84vw;
    height:min(118vw,540px);
    min-height:0;
    border-radius:18px;
    overflow:hidden;
    scroll-snap-align:center;
    scroll-snap-stop:always;
    box-shadow:0 18px 46px rgba(10,15,19,.10) !important;
  }
  .hero-reel-media{height:calc(100% - 78px)}
  .hero-reel-media img,.hero-reel-media video{width:100%;height:100%;object-fit:cover}
  .hero-reel-card-info{height:78px;padding:0 15px 0 14px;grid-template-columns:58px minmax(0,1fr) 22px;gap:12px}
  .hero-reel-card-info>div{gap:10px;font-size:8px}
  .hero-reel-card-info h2{font-size:18px;line-height:1.02;white-space:normal;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}
  .hero-reel-card-info i{font-size:18px}

  /* ---------- PRODUCT SLIDER: same mobile language ---------- */
  .systems-editorial.systems-coverflow{padding:82px 0 82px !important}
  .systems-coverflow .systems-head{gap:18px;margin-bottom:28px}
  .systems-coverflow-stage{
    display:flex !important;
    grid-template-columns:none !important;
    gap:14px;
    padding:0 16px 8px !important;
    overflow-x:auto;
    overflow-y:hidden;
    scroll-snap-type:x mandatory;
    scroll-padding-inline:16px;
    -webkit-overflow-scrolling:touch;
    scrollbar-width:none;
  }
  .systems-coverflow-stage::-webkit-scrollbar{display:none}
  .system-cover-card{
    flex:0 0 84vw;
    width:84vw !important;
    max-width:84vw;
    height:min(118vw,540px) !important;
    min-height:0 !important;
    border-radius:18px;
    overflow:hidden;
    scroll-snap-align:center;
    scroll-snap-stop:always;
    box-shadow:0 18px 46px rgba(0,0,0,.16) !important;
  }
  .system-cover-top{left:16px;right:16px;top:14px}
  .system-cover-copy{left:16px;right:48px;bottom:16px}
  .system-cover-copy h3{font-size:clamp(26px,7.1vw,36px)}
  .system-cover-copy p{font-size:12px;line-height:1.45;max-width:none}
  .system-cover-arrow{right:16px;bottom:18px;font-size:22px}

  /* Shared mobile slider controls */
  .mobile-slider-ui{
    display:grid;
    grid-template-columns:40px 1fr 40px;
    align-items:center;
    gap:12px;
    width:min(100% - 32px,460px);
    margin:16px auto 0;
  }
  .mobile-slider-btn{
    width:40px;
    height:40px;
    border:1px solid rgba(10,15,19,.12);
    border-radius:999px;
    background:rgba(255,255,255,.92);
    color:var(--ink);
    display:inline-flex;
    align-items:center;
    justify-content:center;
    font-size:18px;
    line-height:1;
    backdrop-filter:blur(8px);
  }
  .mobile-slider-btn:disabled{opacity:.35}
  .mobile-slider-dots{display:flex;justify-content:center;gap:8px;min-width:0}
  .mobile-slider-dot{
    width:8px;
    height:8px;
    border:0;
    border-radius:999px;
    background:rgba(10,15,19,.18);
    padding:0;
    transition:transform .22s ease,background .22s ease,width .22s ease;
  }
  .mobile-slider-dot.is-active{width:24px;transform:none;background:var(--accent)}

  .systems-editorial.systems-coverflow .mobile-slider-btn{
    border-color:rgba(255,255,255,.18);
    background:rgba(255,255,255,.08);
    color:var(--white);
  }
  .systems-editorial.systems-coverflow .mobile-slider-dot{background:rgba(255,255,255,.24)}
  .systems-editorial.systems-coverflow .mobile-slider-dot.is-active{background:var(--white)}

  /* Further small-screen content polish */
  .project-focus-heading{gap:18px}
  .project-focus-list{gap:10px}
  .project-focus-item{grid-template-columns:54px minmax(0,1fr) auto;gap:14px;padding:16px 0}
  .project-focus-item h3{font-size:20px;line-height:1.04}
  .project-focus-category{display:none}
  .number-cell strong{font-size:clamp(46px,13vw,72px)}
  .company-editorial-media{min-height:46vh}
  .footer-lead{padding:72px 0 44px}
  .footer-grid{grid-template-columns:1fr;gap:28px;padding:34px 0 36px}
  .footer-bottom{flex-wrap:wrap;gap:12px;padding-top:14px;padding-bottom:24px}
  .footer-bottom a{margin-left:0}
}

@media (max-width:560px){
  .brand img{width:142px}
  .hero-reel-intro-copy h1{font-size:clamp(2.2rem,10.3vw,3.35rem)}
  .hero-reel-card,
  .system-cover-card{flex-basis:86vw;width:86vw !important;max-width:86vw}
  .hero-reel-card-info h2{font-size:17px}
  .capability-layout{gap:22px}
  .capability-row{grid-template-columns:48px 1fr 20px;gap:12px;padding:16px 0}
  .capability-row h3{font-size:19px}
  .statement-main h2,
  .capability-intro h2,
  .systems-coverflow .systems-head h2,
  .project-focus-heading h2,
  .company-editorial-copy h2,
  .numbers-head h2,
  .catalog-editorial-inner h2,
  .home-contact-grid h2,
  .footer-lead h2{
    font-size:clamp(2.15rem,9.6vw,3rem);
  }
}


/* ==========================================================================
   V36 — RESILIENT IMAGE LOADING
   Every public image receives a lightweight shimmer while it is loading.
   Successful images resolve cleanly; failed requests are retried by JS and
   ultimately receive a deliberate fallback instead of a permanent grey box.
   ========================================================================== */

@keyframes spor-image-shimmer{
  0%{background-position:180% 0}
  100%{background-position:-80% 0}
}

img[data-image-state="loading"]{
  background-color:#e5e7e5;
  background-image:linear-gradient(105deg,rgba(255,255,255,0) 24%,rgba(255,255,255,.64) 43%,rgba(255,255,255,0) 62%);
  background-size:220% 100%;
  animation:spor-image-shimmer 1.25s linear infinite;
  filter:blur(2px) saturate(.92);
  opacity:.78;
  transition:filter .38s var(--ease),opacity .38s var(--ease),background .25s ease;
}

img[data-image-state="loaded"]{
  animation:none;
  background-image:none;
  filter:none;
  opacity:1;
}

img[data-image-state="error"]{
  animation:none;
  background:#dfe2e1;
  filter:none;
  opacity:1;
}

/* Dark image stages use a dark skeleton so loading never flashes bright grey. */
.system-cover-media img[data-image-state="loading"],
.company-editorial-media img[data-image-state="loading"],
.capability-video-bg img[data-image-state="loading"],
.hero-stage img[data-image-state="loading"]{
  background-color:#172127;
  background-image:linear-gradient(105deg,rgba(255,255,255,0) 24%,rgba(255,255,255,.13) 43%,rgba(255,255,255,0) 62%);
}

/* Logos should retry like every other image, but without a large shimmer block. */
.brand img[data-image-state="loading"],
.footer-brand img[data-image-state="loading"]{
  background:transparent;
  animation:none;
  filter:none;
  opacity:.72;
}

@media(prefers-reduced-motion:reduce){
  img[data-image-state="loading"]{animation:none}
}


/* ==========================================================================
   V37 — MOBILE SUBPAGE / CAREER UX AUDIT
   Phone-first polish for Career, application forms, News, Events, products,
   projects, standard content, references, catalogs and contact. Desktop
   layouts remain unchanged.
   ========================================================================== */

@media(max-width:900px){
  /* ---------- Shared subpage rhythm ---------- */
  .editorial-section-page,
  .editorial-detail-page,
  .career-apply-page,
  main#main-content{min-width:0}

  .listing-hero,.contact-hero,
  .editorial-page-hero,
  .editorial-detail-head,
  .career-apply-hero{
    overflow:hidden;
  }

  .listing-hero,.contact-hero{padding:calc(var(--header) + 48px) 0 54px}
  .listing-hero h1,.contact-hero h1{font-size:clamp(2.65rem,12.4vw,4.6rem);line-height:.9;letter-spacing:-.057em;max-width:10.5ch;text-wrap:balance}
  .listing-hero .wrap>p:last-child,.contact-hero-grid>div:first-child>p:last-child{font-size:16px;line-height:1.55;margin-top:20px}

  .page-hero{padding:calc(var(--header) + 48px) 0 50px;min-height:390px}
  .page-hero.has-image{height:68svh;min-height:510px;max-height:720px}
  .page-hero h1{font-size:clamp(2.65rem,12.4vw,4.65rem);line-height:.9;letter-spacing:-.057em;max-width:11ch;text-wrap:balance}
  .page-lead{font-size:16px;line-height:1.55;margin-top:20px;max-width:36rem}

  .content-section,.project-story{padding:62px 0 82px}
  .content-layout{gap:30px}
  .content-aside{padding:16px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);flex-direction:row;justify-content:space-between;align-items:center;gap:18px;position:static}
  .content-aside span{max-width:55%;line-height:1.35}
  .content-aside a{text-align:right}
  .rich-content{font-size:16px;line-height:1.68;overflow-wrap:anywhere;min-width:0}
  .rich-content h1{font-size:clamp(2.3rem,10vw,3.35rem)}
  .rich-content h2{font-size:clamp(1.85rem,8vw,2.55rem);line-height:1.03;margin-top:1.55em}
  .rich-content h3{font-size:clamp(1.45rem,6vw,2rem);line-height:1.08}
  .rich-content p{margin:0 0 1.15em}
  .rich-content ul,.rich-content ol{padding-left:1.2em}
  .rich-content img,.rich-content video,.rich-content iframe{max-width:100%;height:auto}
  .rich-content table{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}

  /* ---------- Career landing ---------- */
  .career-editorial-hero{padding:calc(var(--header) + 42px) 0 52px}
  .editorial-page-hero-grid{gap:18px}
  .editorial-page-side{padding-top:0;align-items:center}
  .editorial-page-side .eyebrow{margin:0}
  .editorial-page-side>span{font-size:9px}
  .editorial-page-heading h1{font-size:clamp(2.75rem,12vw,4.8rem);line-height:.9;letter-spacing:-.057em;max-width:10.5ch}
  .editorial-page-heading>p{font-size:16px;line-height:1.55;margin-top:22px}
  .editorial-page-hero-media{aspect-ratio:5/4;margin-top:34px}

  .career-manifesto{padding:58px 0 66px}
  .career-manifesto-grid{gap:20px}
  .career-manifesto-label{display:flex;align-items:center;justify-content:space-between;padding:0 0 14px;border-bottom:1px solid var(--line)}
  .career-manifesto-label .section-no{margin:0}
  .career-manifesto-copy{font-size:17px;line-height:1.65}
  .career-manifesto-copy blockquote{font-size:clamp(1.7rem,8vw,2.35rem);line-height:1.08;margin:34px 0;padding-left:20px}

  .career-principles{background:var(--white)}
  .career-principles-grid{gap:0}
  .career-principle{min-height:0;padding:30px 0 32px;background:var(--white)}
  .career-principle>span{margin:0 0 28px;color:var(--accent-dark)}
  .career-principle strong{font-size:clamp(1.55rem,7vw,2.1rem);line-height:1.02;margin:0 0 13px;max-width:16ch}
  .career-principle p{font-size:14px;line-height:1.6;max-width:34rem}

  .career-positions{padding:66px 0 88px}
  .career-positions-head{gap:18px;margin-bottom:36px}
  .career-positions-head>div:first-child{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);padding-bottom:13px}
  .career-positions-head .section-no{margin:0}
  .career-positions-head h2{font-size:clamp(2.25rem,9.5vw,3.25rem);line-height:.95;margin:0 0 12px}
  .career-positions-head>div:last-child>p{font-size:15px;line-height:1.55}

  /* Filters become clean touch-friendly fields rather than a desktop table row. */
  .career-filter-bar{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding:14px 0 18px;margin-bottom:18px;border-top:1px solid var(--ink);border-bottom:1px solid var(--line)}
  .career-filter-bar label{min-width:0!important;gap:7px;padding:11px 12px;background:var(--paper);border:1px solid transparent}
  .career-filter-bar label:focus-within{border-color:var(--accent-dark);background:var(--white)}
  .career-filter-bar label>span{font-size:8px}
  .career-filter-bar select{width:100%;min-height:30px;padding:2px 28px 2px 0;font-size:14px;font-weight:500;background-position:calc(100% - 8px) 13px,calc(100% - 4px) 13px}
  .career-filter-bar button{margin:0;align-self:end;justify-self:start;min-height:42px;padding:0 2px;font-size:9px}

  .career-position-list{border-top:1px solid var(--ink)}
  .career-position-row{position:relative;grid-template-columns:minmax(0,1fr) 30px;grid-template-rows:auto auto auto;gap:8px 14px;min-height:0;padding:22px 0;border-bottom:1px solid var(--line)}
  .career-position-row:hover{padding-left:0;background:transparent}
  .career-position-no{grid-column:1;grid-row:1;font-size:9px;color:var(--accent-dark);margin-bottom:3px}
  .career-position-row>div:nth-of-type(1){grid-column:1;grid-row:2}
  .career-position-row>div:nth-of-type(1)>p{font-size:8px;margin-bottom:8px}
  .career-position-row h3{font-size:clamp(1.5rem,6.8vw,2rem);line-height:1.02;max-width:17ch}
  .career-position-meta{grid-column:1;grid-row:3;display:flex;gap:6px;flex-wrap:wrap;margin-top:7px}
  .career-position-meta span{display:inline-flex;align-items:center;min-height:29px;padding:5px 9px;border:1px solid var(--line);border-radius:999px;background:var(--paper);font-size:10px;line-height:1.2;color:var(--steel)}
  .career-position-meta span:not(:last-child):after{display:none}
  .career-position-row>i{grid-column:2;grid-row:1/4;align-self:center;justify-self:end;font-size:22px}

  .career-open-application{padding:28px 22px;gap:22px}
  .career-open-application strong{font-size:clamp(1.75rem,8vw,2.55rem);line-height:1;margin-top:14px}
  .career-open-application>p{font-size:14px;line-height:1.6}
  .career-open-application .round-link{width:132px;height:132px}

  /* ---------- Career job detail ---------- */
  .editorial-detail-head{padding:calc(var(--header) + 42px) 0 48px}
  .editorial-detail-head-grid{gap:20px}
  .editorial-detail-side{padding-bottom:12px;border-bottom:1px solid var(--line)}
  .back-link{font-size:10px;line-height:1.35;letter-spacing:.07em;text-transform:uppercase}
  .editorial-detail-title h1{font-size:clamp(2.65rem,12vw,4.65rem);line-height:.9;letter-spacing:-.057em;max-width:11ch}
  .editorial-detail-lead{font-size:16px!important;line-height:1.55!important;margin-top:22px!important}
  .career-detail-meta{display:flex;flex-wrap:wrap;gap:7px;margin-top:20px}
  .career-detail-meta span{padding:7px 10px;border:1px solid var(--line);border-radius:999px;background:var(--paper);font-size:10px;line-height:1.2;color:var(--steel)}
  .career-detail-meta span:not(:last-child):after{display:none!important}
  .career-detail-hero-apply{margin-top:26px}
  .career-detail-hero-apply .button{width:100%;max-width:420px;min-height:54px}
  .editorial-detail-cover{aspect-ratio:4/3;max-height:none}
  .editorial-detail-body{padding:60px 0 82px}
  .editorial-detail-body-grid{gap:24px}
  .editorial-detail-body-grid>aside{padding:0 0 14px}
  .career-detail-apply{margin-top:42px;padding:24px 0;border-top:1px solid var(--ink);border-bottom:1px solid var(--line)}
  .career-detail-apply strong{font-size:clamp(1.5rem,6vw,2rem);line-height:1.08}

  /* ---------- Career application form ---------- */
  .career-apply-hero{padding:calc(var(--header) + 38px) 0 46px}
  .career-apply-hero-grid{gap:20px}
  .career-apply-hero-grid>aside{padding-bottom:12px;border-bottom:1px solid var(--line)}
  .career-apply-hero h1{font-size:clamp(2.55rem,11.5vw,4.35rem);line-height:.91;letter-spacing:-.056em;margin:12px 0 17px;max-width:11ch}
  .career-apply-hero p:not(.eyebrow){font-size:15px;line-height:1.55}
  .career-apply-section{padding:48px 0 78px}
  .career-apply-layout{gap:28px}
  .career-apply-aside{padding:0 0 22px;border-bottom:1px solid var(--line)}
  .career-apply-aside .section-no{margin-bottom:12px}
  .career-apply-aside dl{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;margin:20px 0 0;border:1px solid var(--line)}
  .career-apply-aside dl div{padding:13px 12px!important;border:0;border-right:1px solid var(--line)}
  .career-apply-aside dl div:last-child{border-right:0}
  .career-apply-aside dt{font-size:7px}
  .career-apply-aside dd{font-size:12px;line-height:1.35}

  .career-application-panel{background:#f7f7f4;border:1px solid rgba(10,15,19,.11);padding:22px 18px}
  .career-application-form{gap:19px}
  .application-form-row{gap:19px}
  .career-application-form label{gap:7px}
  .career-application-form label>span{font-size:8px;color:var(--ink)}
  .career-application-form input:not([type=checkbox]):not([type=file]),
  .career-application-form textarea{
    width:100%;min-height:54px;border:1px solid rgba(10,15,19,.16);border-radius:9px;background:var(--white);padding:14px 14px;font-size:16px;line-height:1.35;box-shadow:0 1px 0 rgba(10,15,19,.025);transition:border-color .2s,box-shadow .2s,background .2s;
  }
  .career-application-form textarea{min-height:132px}
  .career-application-form input:focus,.career-application-form textarea:focus{border-color:var(--accent-dark);box-shadow:0 0 0 3px rgba(0,183,199,.10);background:#fff}
  .career-application-form input::placeholder,.career-application-form textarea::placeholder{color:#99a1a5;opacity:1}
  .cv-upload-field{margin-top:2px;padding:18px;border:1px dashed rgba(10,15,19,.28);border-radius:9px;background:var(--white)}
  .cv-upload-field input[type=file]{width:100%;margin-top:6px;font-size:13px;color:var(--steel)}
  .cv-upload-field input[type=file]::file-selector-button{border:1px solid var(--ink);background:var(--ink);color:var(--white);border-radius:7px;padding:10px 12px;margin-right:10px;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;cursor:pointer}
  .cv-upload-field small{font-size:10px;line-height:1.45;margin-top:3px}
  .career-consent{padding:14px;border:1px solid rgba(10,15,19,.10);border-radius:9px;background:var(--white)}
  .career-consent input{width:18px;height:18px;accent-color:var(--accent-dark)}
  .career-consent span{font-size:12px!important;line-height:1.5!important}
  .career-submit{width:100%;min-height:56px;margin-top:2px}
  .career-application-success{padding:6px 0 18px}

  /* ---------- Contact form receives the same modern mobile language ---------- */
  .contact-hero-grid,.contact-grid{gap:30px}
  .contact-direct{margin-top:4px;gap:8px}
  .contact-direct a{display:flex;justify-content:space-between;align-items:center;min-height:48px;padding:12px 13px;border:1px solid var(--line);background:var(--white);font-size:10px;overflow-wrap:anywhere}
  .contact-section{padding:58px 0 82px}
  .contact-details h2{font-size:clamp(2.2rem,9.5vw,3.15rem);line-height:.97;margin-bottom:18px}
  .contact-details>p{font-size:15px;line-height:1.6}
  .contact-details dl{margin-top:36px}
  .contact-form{gap:18px;padding:22px 18px;background:#f7f7f4;border:1px solid rgba(10,15,19,.11)}
  .contact-form label{gap:7px;font-size:8px;color:var(--ink)}
  .contact-form input,.contact-form textarea{min-height:54px;border:1px solid rgba(10,15,19,.16);border-radius:9px;background:var(--white);padding:14px;font-size:16px;line-height:1.35;box-shadow:0 1px 0 rgba(10,15,19,.025)}
  .contact-form textarea{min-height:145px}
  .contact-form input:focus,.contact-form textarea:focus{border-color:var(--accent-dark);box-shadow:0 0 0 3px rgba(0,183,199,.10)}
  .contact-form .button{width:100%;min-height:56px;margin-top:0}

  /* ---------- News / editorial articles ---------- */
  .news-featured{padding-top:44px;padding-bottom:66px;gap:26px}
  .news-featured-media{aspect-ratio:4/3}
  .news-meta-line{font-size:8px;margin-bottom:14px}
  .news-featured-copy h2{font-size:clamp(2rem,8.8vw,2.85rem);line-height:.98;margin-bottom:17px}
  .news-featured-copy>p{font-size:15px;line-height:1.6;margin-bottom:24px}
  .news-archive{padding:58px 0 84px}
  .news-archive-head{display:grid;gap:18px;margin-bottom:36px;padding-bottom:14px}
  .news-filter-line{overflow-x:auto;flex-wrap:nowrap;gap:22px;padding-bottom:3px;scrollbar-width:none}
  .news-filter-line::-webkit-scrollbar{display:none}
  .news-filter-line button{white-space:nowrap;min-height:34px}
  .news-editorial-grid{gap:44px}
  .news-editorial-card figure{aspect-ratio:4/3;margin-bottom:18px}
  .news-editorial-card h2{font-size:clamp(1.7rem,7.3vw,2.3rem);line-height:1.02;margin:0 36px 12px 0}
  .news-editorial-card>p{font-size:14px;line-height:1.6;margin-right:28px}
  .editorial-detail-title .news-meta-line{margin-top:18px}

  /* ---------- Events ---------- */
  .events-hero-image{aspect-ratio:4/3}
  .events-editorial-index{padding:58px 0 84px}
  .events-editorial-intro{font-size:16px;line-height:1.6;margin-bottom:44px}
  .events-tab-line{margin-inline:-16px;padding:0 16px 9px;gap:24px;scrollbar-width:none;border-bottom:1px solid var(--line)}
  .events-tab-line::-webkit-scrollbar{display:none}
  .events-tab-line a{min-height:38px;display:inline-flex;align-items:center;font-size:9px}
  .events-card-grid{gap:44px}
  .event-editorial-card figure,.event-editorial-card-featured figure{aspect-ratio:4/3}
  .event-editorial-card-copy h2,.event-editorial-card h2{font-size:clamp(1.75rem,7.6vw,2.4rem);line-height:1.02}
  .event-photo-grid{gap:10px}
  .event-photo-grid figure{aspect-ratio:4/3}

  /* ---------- Products ---------- */
  .product-hero{height:68svh;min-height:520px;max-height:720px}
  .product-hero-copy{padding-bottom:34px}
  .product-hero-copy h1{font-size:clamp(2.75rem,12.2vw,4.75rem);line-height:.89;letter-spacing:-.058em;margin:12px 0 17px;max-width:10.5ch}
  .product-hero-copy>p:not(.eyebrow){font-size:15px;line-height:1.55;margin-bottom:22px;max-width:34rem}
  .product-hero-copy .button{min-width:0;width:max-content;max-width:100%;min-height:50px}
  .product-intro{padding:58px 0 72px}
  .product-intro-grid{gap:22px}
  .related-projects{padding:62px 0 78px}
  .section-heading{gap:18px;margin-bottom:30px}
  .section-heading h2{font-size:clamp(2rem,8.8vw,2.85rem);line-height:.98}
  .project-card{min-height:0;aspect-ratio:4/5}
  .project-card>div{left:18px;right:18px;bottom:18px}
  .project-card h3{font-size:clamp(1.55rem,7vw,2rem)}
  .inline-cta{padding:66px 0}
  .inline-cta h2{font-size:clamp(2.05rem,9vw,3rem);line-height:.98}

  /* ---------- Projects ---------- */
  .project-listing{padding:40px 0 78px}
  .filter-bar{margin:0 -16px 38px;padding:0 16px;gap:8px;border-top:0;border-bottom:0}
  .filter-bar a{margin:0;padding:10px 12px;border:1px solid var(--line);border-radius:999px;background:var(--white);font-size:8px}
  .filter-bar a.is-active{background:var(--ink);color:var(--white);border-color:var(--ink)}
  .filter-bar a.is-active:after{display:none}
  .project-grid-all{gap:50px}
  .project-list-media{height:auto;min-height:0;aspect-ratio:4/3}
  .project-list-copy{padding:14px 30px 0 0;margin-top:10px}
  .project-list-copy h2{font-size:clamp(1.8rem,8vw,2.5rem);line-height:.98}
  .project-detail-hero{height:68svh;min-height:520px;max-height:720px}
  .project-detail-title{padding-bottom:34px}
  .project-detail-title h1{font-size:clamp(2.65rem,12vw,4.65rem);line-height:.89;letter-spacing:-.058em;max-width:11ch}
  .project-facts-grid{grid-template-columns:1fr 1fr}
  .project-facts-grid>div{min-height:96px;padding:16px!important}
  .project-facts-grid span{font-size:8px;margin-bottom:10px}
  .project-facts-grid strong{font-size:14px;line-height:1.35;overflow-wrap:anywhere}
  .project-lead{font-size:19px!important;line-height:1.48!important}
  .project-gallery{padding-bottom:78px}
  .gallery-grid{gap:10px}
  .gallery-grid figure{aspect-ratio:4/3}
  .gallery-grid img{min-height:0;height:100%}

  /* ---------- References / documents / catalogs ---------- */
  .references-section,.catalog-list,.blog-list{padding:52px 0 80px}
  .reference-logo-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .reference-logo-item{min-height:138px;padding:14px 10px 12px;gap:12px}
  .reference-logo-media{min-height:76px;padding:4px 8px}
  .reference-logo-media img{max-height:62px;max-width:90%}
  .reference-logo-item>span{font-size:9px;line-height:1.25}
  .reference-text-archive{margin-top:42px;padding-top:18px;gap:14px}
  .reference-text-archive>div{gap:8px 14px}
  .reference-text-archive>div span{font-size:12px}
  .legacy-document-grid{grid-template-columns:1fr;gap:12px;margin:30px 0 48px}
  .legacy-document-grid figure{min-height:0;padding:14px}
  .catalog-row{grid-template-columns:minmax(0,1fr) 30px;gap:18px;padding:24px 0}
  .catalog-row:hover{padding-left:0}
  .catalog-row h2{font-size:clamp(1.75rem,7.7vw,2.35rem);line-height:1}
  .catalog-row p{font-size:14px;line-height:1.5}
  .catalog-row strong{font-size:24px}

  /* Avoid oversized media on article/detail pages. */
  .post-cover{aspect-ratio:4/3;overflow:hidden}
  .post-cover img{height:100%;object-fit:cover}
  .post-body{padding:58px 0 82px}
}

@media(max-width:560px){
  .career-filter-bar{grid-template-columns:1fr}
  .career-filter-bar button{width:max-content}
  .career-apply-aside dl{grid-template-columns:1fr}
  .career-apply-aside dl div{border-right:0!important;border-bottom:1px solid var(--line)}
  .career-apply-aside dl div:last-child{border-bottom:0}
  .career-application-panel,.contact-form{padding:18px 14px}
  .career-position-row h3{font-size:1.55rem}
  .editorial-page-heading h1,.editorial-detail-title h1,.career-apply-hero h1,.product-hero-copy h1,.project-detail-title h1,.page-hero h1,.listing-hero h1,.contact-hero h1{max-width:100%}
  .project-facts-grid{grid-template-columns:1fr 1fr}
  .reference-logo-grid{grid-template-columns:1fr 1fr}
  .button{min-width:0}
}
