:root {
  --paper: #fdfdfc;
  --ink: #111214;
  --graphite: #5b606b;
  --line: #e6eaf0;
  --blue: #2457ff;
  --sky: #a8e4ff;
  --mint: #b9f3da;
  --lemon: #ffe889;
  --lilac: #d9c8ff;
  --coral: #ffb7a8;
  --navy: #172c55;
  --pad: clamp(22px, 4vw, 68px);
  --max: 1480px;
  --radius: 8px;
  font-family: Inter, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--paper); }
body.guide-open, body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
.skip-link { position: fixed; left: 12px; top: -100px; z-index: 100; background: var(--ink); color: white; padding: 12px 16px; }
.skip-link:focus { top: 12px; }

.site-header {
  position: fixed; inset: 0 0 auto; z-index: 30; height: 76px; display: grid;
  grid-template-columns: 1fr auto 1fr; align-items: center; gap: 28px; padding: 0 var(--pad);
  border-bottom: 1px solid transparent; transition: background-color .25s, border-color .25s, height .25s;
}
.site-header.is-scrolled { height: 64px; background: rgba(253,253,252,.94); border-color: var(--line); backdrop-filter: blur(14px); }
.site-header:not(.is-scrolled) { color: #f7f8fb; }
.site-header:not(.is-scrolled) .desktop-nav a { color: rgba(247,248,251,.82); }
.site-header:not(.is-scrolled) .desktop-nav a:hover { color: #9eb4ff; }
.site-header:not(.is-scrolled) .availability { color: rgba(235,239,248,.62); }
.site-header:not(.is-scrolled) .guide-trigger { color: #f7f8fb; border-color: rgba(247,248,251,.72); }
.site-header:not(.is-scrolled) .guide-trigger:hover { color: #9eb4ff; border-color: #9eb4ff; }
.site-header:not(.is-scrolled) .menu-trigger i { background: #f7f8fb; }
.wordmark { font-weight: 760; letter-spacing: -.02em; font-size: 19px; }
.desktop-nav { display: flex; gap: clamp(20px, 3vw, 48px); }
.desktop-nav a { position: relative; font-size: 14px; color: #353941; transition: color .22s ease, transform .22s ease; }
.desktop-nav a::after { content: ""; position: absolute; height: 1px; left: 0; right: 100%; bottom: -8px; background: var(--blue); transition: right .25s; }
.desktop-nav a:hover::after, .desktop-nav a.is-active::after { right: 0; }
.desktop-nav a:hover { color: var(--blue); transform: translateY(-2px); }
.header-actions { display: flex; justify-content: flex-end; align-items: center; gap: 18px; }
.availability { display: flex; gap: 8px; align-items: center; font-size: 11px; text-transform: uppercase; letter-spacing: .09em; color: var(--graphite); }
.availability i { width: 7px; height: 7px; border-radius: 50%; background: #27b56a; box-shadow: 0 0 0 4px #dff8ea; }
.guide-trigger { background: transparent; border: 0; border-bottom: 1px solid var(--ink); padding: 4px 0; cursor: pointer; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; transition: color .22s, border-color .22s, letter-spacing .22s; }
.guide-trigger:hover { color: var(--blue); border-color: var(--blue); letter-spacing: .13em; }
.menu-trigger, .mobile-menu { display: none; }

main { width: 100%; }
.hero {
  min-height: 920px; width: 100%; margin: auto; position: relative; display: grid;
  grid-template-columns: 115px minmax(420px, .9fr) 1.25fr; align-items: center;
  padding: 120px max(var(--pad), calc((100vw - 1720px) / 2 + var(--pad))) 70px;
  color: #f7f8fb; border-bottom: 1px solid #1c2433; overflow: hidden;
  background-color: #080b12;
  background-image: radial-gradient(ellipse at 79% 45%, rgba(20,36,82,.32) 0, rgba(9,17,37,.12) 34%, transparent 58%), linear-gradient(124deg, #03050a 0%, #080d18 56%, #020307 100%);
}
.hero > * { position: relative; z-index: 1; }
.hero::before { content: ""; position: absolute; z-index: 2; left: max(var(--pad), calc((100vw - 1720px) / 2 + var(--pad))); right: max(var(--pad), calc((100vw - 1720px) / 2 + var(--pad))); top: 76px; height: 1px; background: rgba(220,228,242,.16); }
.hero::after { content: ""; position: absolute; z-index: 0; inset: 0; pointer-events: none; background: radial-gradient(ellipse at 29% 46%, rgba(2,4,9,.82) 0, rgba(2,4,9,.54) 31%, transparent 59%), radial-gradient(ellipse at 79% 45%, transparent 19%, rgba(0,0,0,.09) 36%, transparent 58%), linear-gradient(90deg,rgba(1,2,5,.32),transparent 61%), radial-gradient(circle at 50% 44%, transparent 42%, rgba(0,1,4,.48) 100%); }
.hero > .hero-texture-canvas { position: absolute; z-index: 0; inset: 0; display: block; width: 100%; height: 100%; pointer-events: none; opacity:.84; }
.hero-rail { height: 620px; border-left: 1px solid rgba(220,228,242,.2); position: relative; }
.hero-rail::before, .hero-rail::after { content: "+"; position: absolute; left: 0; width: 14px; color: rgba(221,228,241,.52); font: normal 12px/1 monospace; text-align: center; transform: translateX(-50%); }
.hero-rail::before { top: 0; } .hero-rail::after { bottom: 0; }
.hero-rail span { position: absolute; left: 18px; width: 84px; font: 9px/1.35 monospace; text-transform: uppercase; letter-spacing: .09em; color: rgba(221,228,241,.52); }
.hero-rail span:nth-child(1) { top: 3%; } .hero-rail span:nth-child(2) { top: 45%; } .hero-rail span:nth-child(3) { bottom: 3%; }
.hero-copy { position: relative; z-index: 2; padding-right: clamp(24px, 3vw, 66px); }
.eyebrow-pill { display: inline-flex; align-items: center; gap: 8px; padding: 9px 13px; border-radius: 999px; background: #edf1ff; color: var(--blue); font: 650 11px/1 monospace; text-transform: uppercase; letter-spacing: .08em; }
.hero .eyebrow-pill { background: rgba(70,104,255,.16); color: #aebeff; border: 1px solid rgba(143,166,255,.2); }
.hero h1 { margin: 28px 0 24px; font-size: clamp(58px, 6.7vw, 112px); line-height: .9; letter-spacing: -.068em; font-weight: 740; }
.hero-title { --rainbow-x:50%; --rainbow-y:50%; position:relative; isolation:isolate; cursor:default; }
.hero-title-base { position:relative; z-index:1; display:block; }
.hero-title-rainbow {
  position:absolute; z-index:2; inset:0; display:block; pointer-events:none; opacity:0;
  color:transparent; -webkit-text-fill-color:transparent; background-clip:text; -webkit-background-clip:text;
  background-image:
    radial-gradient(circle at 18% 24%,#ff5b7e 0,rgba(255,91,126,.86) 13%,transparent 34%),
    radial-gradient(circle at 82% 18%,#ffce54 0,rgba(255,206,84,.86) 14%,transparent 36%),
    radial-gradient(circle at 73% 78%,#42e6ca 0,rgba(66,230,202,.86) 15%,transparent 38%),
    radial-gradient(circle at 24% 82%,#6f7cff 0,rgba(111,124,255,.9) 16%,transparent 39%),
    linear-gradient(118deg,#ff6188 0%,#ffc857 24%,#55e1bf 50%,#4fa7ff 73%,#b46cff 100%);
  background-size:180% 180%,190% 190%,175% 175%,185% 185%,160% 160%;
  -webkit-mask-image:radial-gradient(circle 190px at var(--rainbow-x) var(--rainbow-y),#000 0%,rgba(0,0,0,.96) 42%,rgba(0,0,0,.48) 68%,transparent 100%);
  mask-image:radial-gradient(circle 190px at var(--rainbow-x) var(--rainbow-y),#000 0%,rgba(0,0,0,.96) 42%,rgba(0,0,0,.48) 68%,transparent 100%);
  filter:saturate(1.12) brightness(1.08);
  transition:opacity .38s ease;
  animation:rainbow-mesh 8s ease-in-out infinite alternate;
  will-change:background-position,filter,opacity;
}
.hero-title.is-rainbow-active .hero-title-rainbow { opacity:1; }
.hero-copy > p { max-width: 560px; color: #aeb6c6; font-size: clamp(17px, 1.4vw, 22px); line-height: 1.55; }
.primary-cta { position:relative; isolation:isolate; overflow:hidden; display:inline-flex; align-items:center; gap:20px; margin-top:26px; padding:7px 28px 7px 7px; min-height:72px; border:1px solid #dfe4ed; border-radius:999px; background:white; color:var(--ink); box-shadow:0 10px 32px rgba(23,31,51,.1); font-size:18px; font-weight:720; transition:box-shadow .35s,border-color .35s,color .35s; }
.primary-cta::before { content:""; position:absolute; z-index:-1; inset:0; border-radius:inherit; background:var(--blue); transform:translateY(101%); transition:transform .58s cubic-bezier(.16,1,.3,1); }
.primary-cta b { font:inherit; transition:transform .48s cubic-bezier(.16,1,.3,1); }
.primary-cta .cta-icon { position:relative; display:grid; place-items:center; flex:0 0 auto; width:58px; height:58px; overflow:hidden; border-radius:50%; background:var(--blue); color:white; font-size:27px; transition:transform .48s cubic-bezier(.16,1,.3,1),background-color .42s,color .42s; }
.primary-cta .cta-icon i { position:absolute; font:normal 1em/1 sans-serif; transition:opacity .32s ease,transform .48s cubic-bezier(.16,1,.3,1); }
.primary-cta .cta-icon i:last-child { opacity:0; transform:translate(-9px,9px); }
.primary-cta:hover { color:white; border-color:var(--blue); box-shadow:0 15px 38px rgba(36,87,255,.24); }
.primary-cta:hover::before { transform:none; }
.primary-cta:hover b { transform:translateX(5px); }
.primary-cta:hover .cta-icon { background:white; color:var(--blue); transform:translateX(5px); }
.primary-cta:hover .cta-icon i:first-child { opacity:0; transform:translate(9px,-9px); }
.primary-cta:hover .cta-icon i:last-child { opacity:1; transform:none; }
.primary-cta:active { transform:scale(.985); }
.hero-stage { position: relative; height: 590px; min-width: 0; }
.emoji-burst { position:absolute; z-index:11; left:0; top:0; pointer-events:none; user-select:none; font-size:clamp(20px,2vw,30px); line-height:1; opacity:0; transform:translate3d(-999px,-999px,0); will-change:transform,opacity; backface-visibility:hidden; }
.asset-slot { position: relative; overflow: hidden; display: flex; flex-direction: column; justify-content: flex-end; gap: 4px; padding: 18px; border-radius: var(--radius); color: rgba(17,18,20,.9); border: 1px solid rgba(17,18,20,.08); box-shadow: 0 18px 45px rgba(19,27,45,.11); transition: transform .35s, box-shadow .35s; }
.asset-slot:not(.hero-slot)::before { content:""; position:absolute; z-index:1; left:-1px; right:-1px; bottom:-1px; height:clamp(132px,32%,220px); background:var(--blue); transform:translateY(102%); transition:transform .62s cubic-bezier(.16,1,.3,1); }
.asset-slot::after { content: "IMAGE SLOT"; position: absolute; z-index: 2; left: 18px; top: 17px; font: 10px/1 monospace; letter-spacing: .12em; opacity: .55; }
.asset-slot b, .asset-slot span, .asset-slot em { position: relative; z-index: 2; }
.asset-slot b { font-size: 15px; }.asset-slot span, .asset-slot em { font: 10px/1.35 monospace; font-style: normal; opacity: .7; }
@media (hover:hover) and (pointer:fine) {
  .asset-slot:not(.hero-slot):hover { color:white; transform:translateY(-6px); box-shadow:0 25px 55px rgba(19,27,45,.18); }
  .asset-slot:not(.hero-slot):hover::before { transform:none; }
}
.hero-slot {
  --base-z: 0deg; --tilt-z: 0deg;
  --drift-x: 0px; --parallax-y: 0px; --lift: 0px; --card-scale: 1;
  --shadow-x: 0px; --shadow-y: 18px; --gloss-x: 50%; --gloss-y: 50%; --gloss-opacity: 0;
  position: absolute; width: 61%; height: 66%; will-change: transform, box-shadow;
  isolation: isolate; backface-visibility: hidden; -webkit-backface-visibility: hidden;
  transform: translate3d(var(--drift-x), calc(var(--parallax-y) + var(--lift)), 0)
    rotateZ(calc(var(--base-z) + var(--tilt-z))) scale(var(--card-scale));
  box-shadow: var(--shadow-x) var(--shadow-y) 58px rgba(0,0,0,.38), inset 0 1px 0 rgba(255,255,255,.42);
  transition: transform 720ms cubic-bezier(.18,.82,.22,1), box-shadow 720ms cubic-bezier(.18,.82,.22,1);
}
.hero-slot::before {
  content: ""; position: absolute; z-index: 1; inset: -2px; pointer-events: none;
  background: radial-gradient(circle at var(--gloss-x) var(--gloss-y), rgba(255,255,255,.74) 0, rgba(255,255,255,.32) 18%, rgba(255,255,255,0) 46%);
  opacity: var(--gloss-opacity); transition: opacity 420ms ease;
}
.hero-stage.is-tracking .hero-slot { transition-duration: 480ms; }
.hero-stage.is-tracking .hero-slot.is-active { z-index: 12; transition-duration: 210ms; transition-timing-function: cubic-bezier(.16,.74,.22,1); }
.hero-stage.is-tracking .hero-slot.is-active::before { transition-duration: 120ms; }
.hero-product { left: 2%; top: 11%; background: var(--sky); --base-z: -2deg; z-index: 1; }
.hero-science { left: 33%; top: 27%; background: var(--lilac); --base-z: 2deg; z-index: 2; }
.hero-brand { right: -4%; top: 8%; width: 43%; height: 43%; background: var(--coral); --base-z: 4deg; z-index: 3; }
.hero-coordinates { position: absolute; right: max(var(--pad), calc((100vw - 1720px) / 2 + var(--pad))); bottom: 24px; text-align: right; font: 9px/1.5 monospace; letter-spacing: .08em; color: rgba(221,228,241,.5); }
.scroll-cue { position: absolute; bottom: 22px; left: 50%; display: flex; gap: 12px; align-items: center; font: 10px monospace; text-transform: uppercase; letter-spacing: .09em; color: rgba(221,228,241,.55); }
.scroll-cue i { width: 34px; height: 1px; background: rgba(221,228,241,.55); transform-origin: left; animation: breathe 2s infinite; }

.section { max-width: var(--max); margin: auto; padding: 118px var(--pad); }
.section-marker { position:relative; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; padding: 18px 0 48px; border-top: 1px solid var(--line); font: 11px/1.1 monospace; text-transform: uppercase; letter-spacing: .08em; }
.section-marker::before { content: "+"; position: absolute; left:0; top:0; width:12px; font-style:normal; line-height:1; text-align:center; transform:translate(-50%,-50%); color:#9aa1ad; background:var(--paper); }
.section-marker span { display: flex; align-items: center; gap: 10px; }
.section-marker span i { width: 9px; height: 9px; background: var(--blue); border-radius: 2px; }
.section-marker b { font-weight: 500; }.section-marker em { font-style: normal; text-align: right; color: var(--graphite); }
.section-intro { display: grid; grid-template-columns: 1.45fr .65fr; align-items: end; gap: 70px; margin-bottom: 90px; }
.section h2 { margin: 0; font-size: clamp(42px, 5.4vw, 80px); line-height: .98; letter-spacing: -.055em; font-weight: 680; }
.section-intro p, .process-statement > p, .about-copy > p, .contact-grid p { margin: 0; color: var(--graphite); font-size: 17px; line-height: 1.65; }
.featured-cases { position:relative; isolation:isolate; margin:0 calc(var(--pad) * -.45); padding:0 calc(var(--pad) * .45); overflow:hidden; border:1px solid #e1e7f3; border-radius:var(--radius); background:radial-gradient(circle at 8% 10%,rgba(168,228,255,.28),transparent 32%),radial-gradient(circle at 93% 54%,rgba(217,200,255,.24),transparent 34%),repeating-linear-gradient(135deg,rgba(36,87,255,.025) 0,rgba(36,87,255,.025) 1px,transparent 1px,transparent 22px),linear-gradient(135deg,#fbfdff 0%,#f7f9ff 52%,#fcfbff 100%); }
.case-study { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(330px, .55fr); gap: clamp(45px, 8vw, 128px); align-items: center; margin:0; padding:clamp(64px,7vw,104px) 0; }
.featured-cases .case-study + .case-study { border-top:1px solid rgba(148,159,181,.24); }
.case-study.case-reverse { grid-template-columns: minmax(330px, .55fr) minmax(0, 1.45fr); }
.case-reverse .case-media { order: 2; }.case-reverse .case-copy { order: 1; }
.case-media { aspect-ratio: 16/10; min-height: 420px; }
.case-media > .asset-slot { width: 100%; height: 100%; min-height: inherit; }
.case-blue { background: var(--sky); }.case-yellow { background: var(--lemon); }.case-mint { background: var(--mint); }
.case-copy { position: relative; padding-top: 70px; }
.micro-label { font: 10px monospace; text-transform: uppercase; letter-spacing: .1em; color: var(--blue); }
.case-number { position: absolute; right: 0; top: 0; font: 13px monospace; color: #9b9fa6; }
.case-copy h3 { margin: 22px 0 14px; font-size: clamp(34px, 3vw, 54px); line-height: .98; letter-spacing: -.045em; }
.case-meta { font: 11px monospace; text-transform: uppercase; letter-spacing: .07em; color: #747984; }
.case-copy > p:last-of-type { color: var(--graphite); line-height: 1.6; }
.case-copy a, .simple-link, .text-links a { position: relative; display: inline-flex; gap: 14px; margin-top: 20px; padding-bottom: 6px; border-bottom: 0; font-weight: 650; font-size: 14px; transition: color .24s ease, transform .24s ease; }
.case-copy a::after, .simple-link::after, .text-links a::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 1px; background: currentColor; transform-origin: right; transition: transform .28s cubic-bezier(.2,.8,.2,1), background-color .24s; }
.case-copy a:hover, .simple-link:hover, .text-links a:hover { color: var(--blue); transform: translateX(4px); }
.case-copy a:hover::after, .simple-link:hover::after, .text-links a:hover::after { transform: scaleX(.32); transform-origin: left; }
.inline-arrow { position:relative; display:inline-grid; place-items:center; flex:0 0 auto; width:1.15em; height:1.15em; overflow:hidden; vertical-align:-.12em; }
.inline-arrow i { position:absolute; font:normal 1em/1 sans-serif; transition:opacity .22s ease,transform .38s cubic-bezier(.16,1,.3,1); }
.inline-arrow i:last-child { opacity:0; transform:translate(-.38em,.38em); }
a:hover .inline-arrow i:first-child { opacity:0; transform:translate(.38em,-.38em); }
a:hover .inline-arrow i:last-child { opacity:1; transform:none; }

.texture-section { max-width: none; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fafbfc; }
.texture-section > * { max-width: calc(var(--max) - (2 * var(--pad))); margin-left: auto; margin-right: auto; }
.process-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 9vw; align-items: end; padding: 55px 0 30px; }
.process-statement h2 { margin:26px 0 30px; font-size:clamp(42px,4.8vw,72px); }
.process-statement h2 > span { display:block; color:var(--ink); transition:color .55s cubic-bezier(.2,.8,.2,1); }
.process-statement h2 > span.is-highlighted { color:var(--blue); }
.process-steps { --progress:0; --text-start:75px; list-style:none; margin:0; padding:0; position:relative; background:linear-gradient(#cfd4dc,#cfd4dc) var(--text-start) 0 / calc(100% - var(--text-start)) 1px no-repeat; }
.process-steps::before { content:""; position:absolute; z-index:0; left:11px; top:38px; width:2px; height:calc((100% - 76px) * var(--progress)); background:var(--blue); transition:height 1.3s cubic-bezier(.2,.8,.2,1); }
.process-steps li { position:relative; z-index:1; display:grid; grid-template-columns:55px 1fr; gap:20px; padding:27px 0; }
.process-steps li::after { content:""; position:absolute; left:var(--text-start); right:0; bottom:0; height:1px; background:var(--line); }
.process-steps b { position:relative; z-index:1; display:grid; place-items:center; align-self:start; width:24px; height:24px; background:#fafbfc; font:11px monospace; color:var(--blue); }.process-steps span { font-size:clamp(25px,2.3vw,37px); line-height:1.05; letter-spacing:-.035em; }

.rail-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 30px; padding: 45px 0 65px; }
.rail-heading h2 { max-width: 760px; margin-top: 22px; }
.rail-controls { display: flex; gap: 8px; }
.rail-controls button { width: 48px; height: 48px; border: 1px solid var(--line); border-radius: 50%; background: white; cursor: pointer; transition: background .24s, color .24s, transform .24s cubic-bezier(.2,.8,.2,1), box-shadow .24s; }
.rail-controls button:hover { background: var(--ink); color: white; transform: translateY(-3px) scale(1.04); box-shadow: 0 10px 24px rgba(17,18,20,.13); }
.rail-controls button:active { transform: translateY(0) scale(.94); }
.rail-controls button:disabled { opacity:.28; cursor:default; transform:none; box-shadow:none; background:white; color:var(--ink); }
.project-rail { --rail-gap:clamp(22px,2.4vw,36px); display:grid; grid-auto-flow:column; grid-auto-columns:calc((100% - var(--rail-gap))/2); gap:var(--rail-gap); overflow-x:hidden; scroll-snap-type:x mandatory; scrollbar-width:none; padding:8px 0 32px; }
.project-rail::-webkit-scrollbar { display:none; }
.rail-card { min-width: 0; scroll-snap-align: start; }.rail-card .asset-slot { width: 100%; aspect-ratio: 8/5; }
.rail-card p, .life-card p, .journal-card h3 { position:relative; display:inline-flex; align-items:flex-start; gap:8px; width:auto; max-width:100%; padding-bottom:5px; }
.rail-card p::after, .life-card p::after, .journal-card h3::after { content:""; position:absolute; left:0; right:0; bottom:0; height:1px; background:currentColor; transform-origin:right; transition:transform .28s cubic-bezier(.2,.8,.2,1); }
.rail-card p { margin:15px 0 0; font-size:16px; font-weight:650; transition:color .24s ease,transform .24s ease; }
.rail-card p > .inline-arrow, .life-card p > .inline-arrow, .journal-card .card-arrow { flex:0 0 auto; }
.rail-card:hover p, .life-card:hover p, .journal-card:hover h3 { color:var(--blue); transform:translateX(4px); }
.rail-card:hover p::after, .life-card:hover p::after, .journal-card:hover h3::after { transform:scaleX(.32); transform-origin:left; }
.slot-lilac { background: var(--lilac); }.slot-navy { background: var(--navy); color: white; }.slot-sky { background: var(--sky); }.slot-coral { background: var(--coral); }.slot-lemon { background: var(--lemon); }.slot-blue { background: #7fa0ff; }
.rail-foot { display: flex; justify-content: space-between; padding-top: 18px; border-top: 1px solid var(--line); font: 10px monospace; text-transform: uppercase; letter-spacing: .07em; }

.about-grid { display: grid; grid-template-columns: 1.05fr .38fr .67fr; gap: clamp(35px, 6vw, 92px); align-items: end; padding: 70px 0 35px; }
.about-copy h2 { margin: 24px 0 32px; }
.text-links { display: flex; gap: 26px; flex-wrap: wrap; }
.location-path { display: flex; flex-direction: column; align-items: center; gap: 12px; min-height: 410px; justify-content: center; font: 10px monospace; text-transform: uppercase; letter-spacing: .08em; }
.location-path i { width: 1px; height: 90px; background: #cbd0d8; position: relative; }
.location-path i::before { content: "+"; position: absolute; left:50%; top:50%; width:12px; color:#8a909a; background:#fafbfc; font:normal 11px/1 monospace; text-align:center; transform:translate(-50%,-50%); }
.portrait-slot { aspect-ratio: 4/5; background: var(--sky); }

.insight-grid { display:grid; grid-template-columns:1fr; gap:clamp(100px,12vw,180px); padding:70px 0 20px; }
.insight-heading { display:grid; grid-template-columns:minmax(0,1fr) auto; gap:60px; align-items:end; margin:24px 0 52px; }
.journal h2, .life h2 { max-width:980px; margin:0; font-size:clamp(48px,6.4vw,94px); }
.journal-cards { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:clamp(24px,3vw,44px); }
.journal-card { position:relative; min-width:0; }
.journal-image { width:100%; aspect-ratio:8/5; }
.journal-card-copy { position:relative; padding:20px 54px 8px 2px; }
.journal-card time { color:var(--graphite); font:10px monospace; text-transform:uppercase; letter-spacing:.07em; }
.journal-card h3 { margin:15px 0 12px; font-size:clamp(24px,2.5vw,38px); line-height:1.08; letter-spacing:-.04em; transition:color .24s ease,transform .24s ease; }
.journal-card p { max-width:620px; margin:0; color:var(--graphite); font-size:15px; line-height:1.55; }
.journal-card .card-arrow { font-size:.72em; line-height:1.2; }
.article-link { display: grid; grid-template-columns: 1fr auto; gap: 20px; padding: 23px 0; border-top: 1px solid var(--line); font-size: 17px; transition: color .24s, padding-left .24s, border-color .24s; }
.article-link:hover { color: var(--blue); padding-left: 8px; border-color: #b8c7ff; }
.article-link time { font: 10px monospace; color: var(--graphite); }
.life-rail { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:clamp(24px,3vw,42px) clamp(18px,2.2vw,30px); }
.life-card { display:block; min-width:0; }
.life-card .life-slot { width:100%; aspect-ratio:8/5; }
.life-card p { margin:13px 2px 0; font-size:14px; font-weight:650; line-height:1.35; transition:color .24s ease,transform .24s ease; }
.life-card .asset-slot { transition: transform .38s cubic-bezier(.2,.8,.2,1), box-shadow .38s; }
.life-card:hover .asset-slot { transform: translateY(-5px); box-shadow: 0 24px 50px rgba(19,27,45,.16); }

.contact-section { padding-bottom: 26px; }
.contact-grid { display: grid; grid-template-columns: 1.35fr .65fr 180px; gap: 7vw; align-items: center; padding: 85px 0 130px; }
.contact-grid .primary-cta { margin-top: 28px; }
.monogram { font-size: 150px; letter-spacing: -.12em; color: var(--blue); line-height: .8; }
.site-footer { display: grid; grid-template-columns: 1fr 1.3fr 1fr auto; gap: 30px; align-items: center; padding: 25px 0 0; border-top: 1px solid #d9dde4; font: 10px monospace; text-transform: uppercase; letter-spacing: .06em; }
.site-footer nav { display: flex; gap: 22px; }
.site-footer a { transition: color .22s, transform .22s; }
.site-footer a:hover { color: var(--blue); transform: translateY(-2px); }

.image-guide { position: fixed; z-index: 60; right: 0; top: 0; bottom: 0; width: min(520px, 92vw); padding: 30px; background: var(--paper); transform: translateX(102%); transition: transform .42s cubic-bezier(.2,.8,.2,1); overflow: auto; box-shadow: -20px 0 80px rgba(10,15,30,.12); }
.image-guide.is-open { transform: translateX(0); }.guide-scrim { position: fixed; inset: 0; z-index: 50; background: rgba(11,16,27,.27); opacity: 0; pointer-events: none; transition: opacity .3s; }.guide-scrim.is-open { opacity: 1; pointer-events: auto; }
.guide-head { display: flex; justify-content: space-between; align-items: start; padding-bottom: 25px; border-bottom: 1px solid var(--line); }
.guide-head span { font: 10px monospace; text-transform: uppercase; letter-spacing: .09em; color: var(--blue); }.guide-head h2 { margin: 8px 0 0; font-size: 38px; letter-spacing: -.04em; }
.guide-head button { border: 1px solid var(--line); border-radius: 50%; width: 42px; height: 42px; background: white; cursor: pointer; font-size: 22px; }
.image-guide > p { color: var(--graphite); font-size: 14px; line-height: 1.6; }
.guide-list { display: grid; }.guide-item { display: grid; grid-template-columns: 28px 1fr; gap: 12px; padding: 17px 0; border-top: 1px solid var(--line); }.guide-item b { font-size: 13px; }.guide-item span { display: block; margin-top: 4px; font: 10px/1.5 monospace; color: var(--graphite); }.guide-item i { display: grid; place-items: center; width: 24px; height: 24px; background: #edf1ff; color: var(--blue); font: normal 10px monospace; border-radius: 50%; }

.reveal { opacity: 0; transform: translateY(30px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.8,.2,1); }
.reveal.is-visible { opacity: 1; transform: none; }
@keyframes breathe { 0%,100% { transform: scaleX(.35); } 50% { transform: scaleX(1); } }
@keyframes rainbow-mesh {
  0% { background-position:8% 28%,92% 20%,74% 86%,18% 76%,0% 50%; filter:saturate(1.06) brightness(1.04); }
  45% { background-position:28% 12%,76% 35%,92% 62%,12% 92%,50% 42%; filter:saturate(1.2) brightness(1.1); }
  100% { background-position:18% 46%,96% 8%,58% 96%,34% 62%,100% 55%; filter:saturate(1.12) brightness(1.06); }
}
:focus-visible { outline: 2px solid var(--blue); outline-offset: 4px; }

@media (max-width: 1060px) {
  .availability { display: none; }
  .hero { grid-template-columns: 52px minmax(340px,.86fr) minmax(430px,1.14fr); min-height: 820px; }
  .hero-stage { height: 500px; }
  .case-study, .case-study.case-reverse { grid-template-columns: 1.25fr .75fr; gap: 55px; }
  .about-grid { grid-template-columns: 1fr .6fr; }.location-path { display: none; }
  .contact-grid { grid-template-columns: 1.2fr .8fr; }.monogram { display: none; }
  .site-footer { grid-template-columns: 1fr 1fr; }.site-footer span { text-align: right; }
}

@media (max-width: 980px) {
  .site-header { height: 64px; grid-template-columns: 1fr auto; }.desktop-nav, .guide-trigger { display: none; }
  .menu-trigger { display: flex; align-items: center; gap: 5px; border: 0; background: transparent; padding: 10px 0 10px 10px; cursor: pointer; }.menu-trigger span { font-size: 12px; margin-right: 4px; }.menu-trigger i { width: 13px; height: 1px; background: var(--ink); transition: transform .25s; }
  .mobile-menu { display: flex; position: fixed; z-index: 29; inset: 64px 0 0; flex-direction: column; gap: 0; padding: 25px var(--pad); background: var(--paper); color: var(--ink); transform: translateY(-110%); transition: transform .35s ease; }
  .mobile-menu.is-open { transform: translateY(0); }.mobile-menu a { padding: 18px 0; border-bottom: 1px solid var(--line); font-size: 35px; letter-spacing: -.04em; }.mobile-menu button { margin-top: 25px; border: 1px solid var(--line); background: white; padding: 14px; }
  body.menu-open .site-header { color:var(--ink); background:var(--paper); border-color:var(--line); }
  body.menu-open .site-header .menu-trigger i { background:var(--ink); }
  .hero { display:block; min-height:auto; padding-top:132px; padding-bottom:72px; }.hero-rail, .hero-coordinates { display:none; }.hero-copy { max-width:760px; padding:0; }.hero h1 { font-size:clamp(62px,11vw,94px); }
  .hero-stage { width:min(100%,780px); height:520px; margin:54px auto 0; }.hero-product { width:70%; height:60%; }.hero-science { width:63%; left:28%; top:29%; }.hero-brand { right:0; }
  .section { padding-top: 85px; padding-bottom: 85px; }.section-intro, .process-grid { grid-template-columns: 1fr; gap: 40px; }
  .case-study, .case-study.case-reverse { grid-template-columns:1fr; gap:30px; }.case-reverse .case-media, .case-reverse .case-copy { order:initial; }.case-copy { padding-top:24px; }
  .case-media { min-height: 0; }.process-grid { padding-top: 30px; }.process-statement { max-width: 680px; }
  .about-grid { grid-template-columns: 1fr; }.portrait-slot { max-width: 520px; width: 80%; justify-self: end; }
  .journal-cards { grid-template-columns:1fr; }.life-rail { grid-template-columns:repeat(2,minmax(0,1fr)); }.contact-grid { grid-template-columns: 1fr; padding: 60px 0 90px; }
  .site-footer { grid-template-columns: 1fr; }.site-footer span { text-align: left; }
}

@media (max-width: 700px) {
  .section { padding-top:72px; padding-bottom:72px; }
  .section-intro { gap:24px; margin-bottom:54px; }
  .featured-cases { margin:0; padding:0 16px; }
  .case-study { padding:56px 0; }
  .case-copy { padding-right:4px; }
  .process-steps { --text-start:64px; }
  .process-steps li { grid-template-columns:44px 1fr; gap:20px; }
  .process-steps li::after { left:var(--text-start); }
  .journal-card-copy { padding-right:4px; }
  .insight-grid { gap:96px; }
}

@media (max-width: 560px) {
  :root { --pad: 19px; --radius: 8px; }.wordmark { font-size: 16px; }
  .hero { padding-top:108px; padding-bottom:52px; }.hero h1 { font-size:clamp(48px,14.2vw,70px); letter-spacing:-.06em; }.hero-copy > p { font-size:16px; }.hero-stage { height:350px; margin:38px -8px 0; width:auto; }.hero-slot { padding:12px; }.hero-slot b { font-size:12px; }.hero-product { width:72%; height:62%; left:0; }.hero-science { width:66%; height:60%; left:26%; top:28%; }.hero-brand { width:47%; height:42%; top:2%; right:-1%; }
  .hero-title-rainbow { -webkit-mask-image:radial-gradient(circle 125px at var(--rainbow-x) var(--rainbow-y),#000 0%,rgba(0,0,0,.88) 48%,transparent 100%); mask-image:radial-gradient(circle 125px at var(--rainbow-x) var(--rainbow-y),#000 0%,rgba(0,0,0,.88) 48%,transparent 100%); }
  .scroll-cue { display: none; }.section-marker { grid-template-columns: 1fr auto; gap: 12px; padding-bottom: 35px; }.section-marker em { display: none; }
  .section-intro { margin-bottom:52px; }.section h2 { font-size:clamp(38px,11vw,48px); }.case-copy h3 { font-size:36px; }
  .primary-cta { max-width:100%; min-height:64px; gap:15px; padding-right:20px; font-size:15px; }.primary-cta .cta-icon { width:50px; height:50px; font-size:23px; }
  .project-rail { --rail-gap:16px; grid-auto-columns:100%; }.rail-card .asset-slot { aspect-ratio:4/3; }.rail-foot span { display:none; }
  .rail-heading { align-items:flex-start; padding-bottom:44px; }.rail-controls button { width:42px; height:42px; }
  .insight-heading { grid-template-columns:1fr; gap:24px; }.journal-cards,.life-rail { grid-template-columns:1fr; }.portrait-slot { width:100%; }
  .journal h2,.life h2 { font-size:clamp(42px,12vw,60px); }
  .article-link { grid-template-columns: 1fr; gap: 8px; }.site-footer nav { flex-wrap: wrap; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
  .parallax-layer { --parallax-y: 0px !important; --tilt-z: 0deg !important; --drift-x: 0px !important; --lift: 0px !important; --card-scale: 1 !important; --gloss-opacity: 0 !important; }
  .hero > .hero-texture-canvas { opacity: .52; }
}
