.hero{background:var(--ink);color:var(--on-dark);padding:80px 0 120px;position:relative;overflow:hidden}.hero-bg{position:absolute;inset:0;z-index:0}.hero-bg img{width:100%;height:100%;object-fit:cover;opacity:0.32;filter:grayscale(1) contrast(1.1)}.hero-bg::after{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at 20% 30%,rgba(0,85,255,0.20) 0%,transparent 50%),linear-gradient(180deg,rgba(8,17,31,0.4) 0%,rgba(8,17,31,0.92) 100%)}.hero .container{position:relative;z-index:1}.hero-eyebrow{margin-bottom:60px;color:var(--on-dark)}.hero h1{margin-bottom:60px;max-width:1200px}.hero h1 .accent{font-family:var(--font-serif);font-style:italic;font-weight:400;color:var(--brand-on-dark)}.hero-sub{font-size:22px;line-height:1.5;color:var(--on-dark-mute);max-width:640px;margin-bottom:56px}.hero-actions{display:flex;gap:16px;align-items:center;flex-wrap:wrap}.hero-strip{margin-top:140px;padding-top:40px;border-top:1px solid var(--on-dark-line);display:grid;grid-template-columns:1fr 2fr;gap:64px;align-items:start}.hero-strip .left{font-size:20px;color:var(--on-dark);line-height:1.3;max-width:360px}.hero-strip .right{display:grid;grid-template-columns:1.2fr 1fr;gap:32px}.hero-strip .right h3{font-size:30px;line-height:1.1;margin-bottom:0}.hero-strip .right p{font-size:16px;color:var(--on-dark-mute)}.statement h2{font-size:clamp(40px,6vw,96px);line-height:0.98;letter-spacing:-0.04em;font-weight:600;max-width:1200px}.statement h2 .serif{font-family:var(--font-serif);font-style:italic;font-weight:400;color:var(--brand)}section.on-dark .statement h2 .serif{color:var(--brand-on-dark)}.proven{display:grid;grid-template-columns:1fr 1fr;gap:16px}.proven .stat-tile{background:var(--paper);border-radius:var(--r-lg);padding:48px;display:flex;flex-direction:column;justify-content:space-between;min-height:380px}section.on-dark .proven .stat-tile{background:var(--ink-2);color:var(--on-dark)}.proven .stat-tile .label{font-size:18px;display:inline-flex;align-items:center;gap:10px}.proven .stat-tile .label::before{content:"•";color:var(--brand);font-size:24px;line-height:0.5}.proven .stat-tile .big{font-size:clamp(80px,11vw,180px);line-height:0.9;letter-spacing:-0.06em;color:var(--brand);font-weight:500;margin:32px 0 24px}section.on-dark .proven .stat-tile .big{color:var(--brand-on-dark)}.proven .stat-tile .desc{font-size:16px;color:var(--on-light-mute);max-width:380px}section.on-dark .proven .stat-tile .desc{color:var(--on-dark-mute)}.proven .photo-tile{border-radius:var(--r-lg);overflow:hidden;min-height:380px;position:relative}.proven .photo-tile img{width:100%;height:100%;object-fit:cover}.proven .photo-tile.wide{grid-column:span 2;min-height:480px}.accordion{list-style:none;margin:0;padding:0;border-top:1px solid var(--on-light-line)}section.on-dark .accordion{border-top-color:var(--on-dark-line)}.acc-item{border-bottom:1px solid var(--on-light-line);position:relative}section.on-dark .acc-item{border-bottom-color:var(--on-dark-line)}.acc-summary{width:100%;display:grid;grid-template-columns:64px 1fr auto;gap:28px;align-items:center;padding:32px 0;background:transparent;border:none;cursor:pointer;text-align:left;color:inherit;font-family:inherit;transition:padding-left .35s ease,color .25s ease}.acc-summary:hover{padding-left:8px}.acc-summary:focus-visible{outline:2px solid var(--brand);outline-offset:4px;border-radius:4px}.acc-num{font-family:var(--font-mono);font-size:13px;letter-spacing:0.04em;color:var(--on-light-soft);font-weight:400;transition:color .25s ease}section.on-dark .acc-num{color:var(--on-dark-soft)}.acc-item.is-open .acc-num{color:var(--brand)}section.on-dark .acc-item.is-open .acc-num{color:var(--brand-on-dark)}.acc-title{font-family:var(--font-sans);font-weight:500;font-size:clamp(28px,3.6vw,48px);letter-spacing:-0.035em;line-height:1.0;color:var(--on-light);transition:color .25s ease}section.on-dark .acc-title{color:var(--on-dark)}.acc-item.is-open .acc-title,.acc-summary:hover .acc-title{color:var(--brand)}section.on-dark .acc-item.is-open .acc-title,section.on-dark .acc-summary:hover .acc-title{color:var(--brand-on-dark)}.acc-icon{width:48px;height:48px;border-radius:50%;border:1px solid var(--on-light-line);display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .25s ease,border-color .25s ease,transform .35s ease;color:inherit}section.on-dark .acc-icon{border-color:var(--on-dark-line)}.acc-icon svg{width:18px;height:18px;transition:transform .35s ease}.acc-icon svg line:last-child{transform-origin:center;transition:transform .35s ease}.acc-item.is-open .acc-icon{background:var(--brand);border-color:var(--brand);color:white;transform:rotate(45deg)}section.on-dark .acc-item.is-open .acc-icon{background:var(--brand-on-dark);border-color:var(--brand-on-dark)}.acc-summary:hover .acc-icon{border-color:var(--brand)}section.on-dark .acc-summary:hover .acc-icon{border-color:var(--brand-on-dark)}.acc-panel{height:0;overflow:hidden;transition:height .4s cubic-bezier(0.22,1,0.36,1)}.acc-panel-inner{display:grid;grid-template-columns:64px 1fr 1fr;gap:28px;padding:8px 0 40px;align-items:start}.acc-panel-inner>p{grid-column:2;font-size:18px;line-height:1.55;color:var(--on-light-mute);max-width:480px}section.on-dark .acc-panel-inner>p{color:var(--on-dark-mute)}.acc-tags{grid-column:3;list-style:none;margin:0;padding:0;display:grid;gap:10px;font-family:var(--font-mono);font-size:13px;letter-spacing:0.02em;color:var(--on-light)}section.on-dark .acc-tags{color:var(--on-dark)}.acc-tags li{padding-left:24px;position:relative;line-height:1.6}.acc-tags li::before{content:"";position:absolute;left:0;top:0.7em;width:14px;height:1px;background:var(--brand)}section.on-dark .acc-tags li::before{background:var(--brand-on-dark)}.work-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.work-card{border-radius:var(--r-lg);overflow:hidden;background:var(--paper);display:flex;flex-direction:column;transition:transform .25s ease}section.on-dark .work-card{background:var(--ink-2);color:var(--on-dark)}.work-card:hover{transform:translateY(-4px)}.work-thumb{aspect-ratio:4 / 3;position:relative;overflow:hidden}.work-thumb img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.work-card:hover .work-thumb img{transform:scale(1.04)}.work-body{padding:32px;display:flex;flex-direction:column;gap:8px}.work-tag{font-family:var(--font-mono);font-size:11px;letter-spacing:0.05em;text-transform:uppercase;color:var(--brand);margin-bottom:8px}section.on-dark .work-tag{color:var(--brand-on-dark)}.work-card h3{font-size:24px;line-height:1.15;margin-bottom:6px}.work-card p{font-size:15px;color:var(--on-light-mute)}section.on-dark .work-card p{color:var(--on-dark-mute)}.cta-photo{position:relative;min-height:580px;padding:80px 64px;border-radius:var(--r-xl);overflow:hidden;margin:0 32px;color:var(--on-dark);display:flex;flex-direction:column;justify-content:flex-end;isolation:isolate}.cta-photo img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-2;filter:grayscale(0.8)}.cta-photo::before{content:"";position:absolute;inset:0;background:var(--brand);mix-blend-mode:multiply;opacity:0.78;z-index:-1}.cta-photo::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(8,17,31,0) 40%,rgba(8,17,31,0.5) 100%);z-index:-1}.cta-photo h2{font-size:clamp(40px,6vw,88px);letter-spacing:-0.04em;line-height:1.0;margin-bottom:32px;max-width:1000px}.cta-photo .lede{font-size:20px;color:rgba(255,255,255,0.85);max-width:540px;margin-bottom:48px}.tech-section{padding-bottom:var(--space-section)}.tech-section .section-head{margin-bottom:64px}.marquee{position:relative;overflow:hidden;border-top:1px solid var(--on-light-line);border-bottom:1px solid var(--on-light-line);padding:36px 0;mask-image:linear-gradient(90deg,transparent 0%,#000 8%,#000 92%,transparent 100%);-webkit-mask-image:linear-gradient(90deg,transparent 0%,#000 8%,#000 92%,transparent 100%)}section.on-dark .marquee{border-top-color:var(--on-dark-line);border-bottom-color:var(--on-dark-line)}.marquee-track{display:flex;width:max-content;animation:marquee-scroll 30s linear infinite;will-change:transform}.marquee-row{display:flex;align-items:center;gap:56px;padding-right:56px;flex-shrink:0;white-space:nowrap}.marquee-item{font-family:var(--font-sans);font-size:clamp(32px,4vw,56px);font-weight:500;letter-spacing:-0.03em;line-height:1;color:var(--on-light);transition:color .2s}.marquee-item:hover{color:var(--brand)}section.on-dark .marquee-item{color:var(--on-dark)}section.on-dark .marquee-item:hover{color:var(--brand-on-dark)}.marquee-dot{color:var(--brand);font-size:clamp(12px,1.2vw,18px);line-height:1;opacity:0.8}section.on-dark .marquee-dot{color:var(--brand-on-dark)}.marquee:hover .marquee-track{animation-play-state:paused}@keyframes marquee-scroll{from{transform:translateX(0)}to{transform:translateX(-50%)}}@media (max-width:1100px){.hero-strip{grid-template-columns:1fr;gap:40px}.hero-strip .left{max-width:none}.acc-item{gap:32px}}@media (max-width:860px){.hero{padding:40px 0 64px}.hero-eyebrow{margin-bottom:40px}.hero h1{margin-bottom:32px}.hero-sub{font-size:18px;margin-bottom:40px}.hero-actions{gap:12px}.hero-actions .link-arrow{font-size:15px}.hero-strip{grid-template-columns:1fr;gap:28px;margin-top:64px;padding-top:28px}.hero-strip .right{grid-template-columns:1fr;gap:14px}.hero-strip .right h3{font-size:22px;line-height:1.2}.hero-strip .right p{font-size:15px}.work-grid{grid-template-columns:1fr}.proven{grid-template-columns:1fr;gap:12px}.proven .photo-tile.wide{grid-column:span 1;min-height:240px}.proven .photo-tile{min-height:240px}.proven .stat-tile{min-height:auto;padding:32px}.proven .stat-tile .big{margin:20px 0 16px;font-size:clamp(72px,22vw,120px)}.acc-summary{grid-template-columns:36px 1fr auto;gap:16px;padding:24px 0}.acc-summary:hover{padding-left:0}.acc-title{font-size:clamp(22px,6.5vw,32px)}.acc-icon{width:40px;height:40px}.acc-icon svg{width:14px;height:14px}.acc-num{font-size:11px}.acc-panel-inner{grid-template-columns:1fr;gap:18px;padding:0 0 28px}.acc-panel-inner>p{grid-column:1;font-size:16px}.acc-tags{grid-column:1;font-size:12px}.marquee{padding:24px 0}.marquee-row{gap:36px;padding-right:36px}.marquee-item{font-size:clamp(26px,8vw,40px)}.cta-photo{padding:48px 28px;margin:0 16px;min-height:440px}.cta-photo h2{margin-bottom:24px}.cta-photo .lede{font-size:17px;margin-bottom:32px}}@media (max-width:540px){.work-body{padding:24px}.cta-photo{padding:36px 22px;min-height:360px;border-radius:var(--r-lg)}.cta-photo h2{font-size:clamp(28px,9vw,40px)}.marquee-row{gap:28px;padding-right:28px}.marquee-item{font-size:clamp(22px,8vw,32px)}}