:root {
  --ink: #171713;
  --paper: #f1efe8;
  --acid: #d7ff42;
  --orange: #ff6237;
  --violet: #7b65ff;
  --line: rgba(23, 23, 19, 0.18);
  --mono: "DM Mono", monospace;
  --sans: "Manrope", sans-serif;
  --serif: "Playfair Display", serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  --scroll-y: 0;
  --intro-logo-x: 0px;
  --intro-logo-y: 0px;
  --intro-logo-scale: .25;
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  overflow-x: hidden;
}
body.intro-active {
  overflow: hidden;
}
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.site-intro {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  background: var(--ink);
  transition: background 1.1s ease, opacity .45s ease, visibility .45s ease;
}
.site-intro::after {
  content: "";
  position: absolute;
  width: clamp(354px, 48vw, 615px);
  aspect-ratio: 1;
  border: 1px solid rgba(241, 239, 232, .28);
  border-radius: 50%;
  animation: intro-ring 1s cubic-bezier(.16,1,.3,1) both;
}
.intro-logo-mark {
  width: clamp(276px, 39vw, 492px);
  height: clamp(276px, 39vw, 492px);
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--ink);
  box-shadow: 0 22px 60px rgba(0,0,0,.24);
  animation: logo-intro 1.25s cubic-bezier(.16,1,.3,1) both;
  transform-origin: center;
  will-change: transform;
  z-index: 2;
}
.intro-logo-mark img {
  width: 78%;
  height: 78%;
  object-fit: contain;
  display: block;
}
body.intro-exiting .site-intro {
  background: rgba(241, 239, 232, .68);
}
body.intro-exiting .site-intro::after {
  opacity: 0;
  animation: none;
}
body.intro-exiting .intro-logo-mark {
  animation: none;
}
body.intro-done .site-intro {
  opacity: 0;
  visibility: hidden;
  display: none;
  pointer-events: none;
}
body.intro-done .intro-logo-mark {
  opacity: 0 !important;
}
@keyframes logo-intro {
  from {
    opacity: 0;
    transform: translateY(16px) scale(.92);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes intro-ring {
  from {
    opacity: 0;
    transform: scale(.72);
  }
  55% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: scale(1.18);
  }
}
@keyframes logo-to-nav {
  0% {
    opacity: 1;
    transform: translate(0, 0) scale(1);
  }
  82% {
    opacity: 1;
    transform: translate(var(--intro-logo-x), var(--intro-logo-y)) scale(var(--intro-logo-scale));
  }
  100% {
    opacity: 0;
    transform: translate(var(--intro-logo-x), var(--intro-logo-y)) scale(var(--intro-logo-scale));
  }
}
.noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.045;
  z-index: 20;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E");
}
.cursor-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: fixed;
  left: 0;
  top: 0;
  background: var(--orange);
  mix-blend-mode: multiply;
  pointer-events: none;
  z-index: 100;
  transition: width .25s, height .25s, background .25s;
}
.cursor-dot.hovered { width: 48px; height: 48px; background: var(--acid); }

.nav-wrap {
  height: 88px;
  padding: 0 3vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  position: absolute;
  inset: 0 0 auto;
  z-index: 10;
}
.wordmark {
  width: 52px;
  height: 52px;
  padding: 0;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 50%;
  background: var(--ink);
  transition: transform .25s, border-radius .25s, box-shadow .25s;
}
.wordmark:hover { transform: rotate(-6deg) scale(1.06); box-shadow: 0 0 0 7px rgba(255,98,55,.16); }
.wordmark img { width: 78%; height: 78%; object-fit: contain; display: block; transition: opacity .2s ease; }
body .wordmark img { opacity: 1; }
nav { display: flex; gap: 32px; font: 12px var(--mono); text-transform: uppercase; letter-spacing: .08em; }
nav a, .socials a { position: relative; }
nav a::after, .socials a::after {
  content: ""; position: absolute; height: 1px; width: 0; background: currentColor; left: 0; bottom: -4px; transition: width .25s;
}
nav a:hover::after, .socials a:hover::after { width: 100%; }
.status-pill { padding: 10px 14px; border: 1px solid var(--ink); border-radius: 30px; display: flex; gap: 9px; align-items: center; font: 10px var(--mono); text-transform: uppercase; }
.status-dot { width: 7px; height: 7px; background: #55c933; border-radius: 50%; box-shadow: 0 0 0 4px rgba(85,201,51,.13); }

.hero {
  min-height: 100svh;
  padding: 130px 3vw 4vh;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
.hero::before {
  content: ""; position: absolute; width: 38vw; height: 38vw; max-width: 550px; max-height: 550px;
  border: 1px solid var(--line); border-radius: 50%; left: 50%; top: 50%; transform: translate(-50%, -49%);
  animation: hero-ring 8s ease-in-out infinite;
}
.hero-meta { display: flex; justify-content: space-between; position: relative; z-index: 2; font: 10px/1.6 var(--mono); text-transform: uppercase; letter-spacing: .09em; }
.hero-meta span:last-child { text-align: right; }
.hero-title { font-size: clamp(76px, 13vw, 210px); line-height: .76; letter-spacing: -.085em; margin: 5vh 0; position: relative; z-index: 2; font-weight: 600; transform: translateY(calc(var(--scroll-y) * -.035)); }
.hero-title .line { display: block; overflow: hidden; padding: 0 .08em .15em 0; }
.hero-title .line span { display: block; animation: title-in 1.1s cubic-bezier(.16,1,.3,1) both; }
.hero-title .italic { font-family: var(--serif); font-weight: 600; letter-spacing: -.055em; color: var(--orange); padding-left: 16vw; }
.hero-title .italic span { animation-delay: .1s; }
@keyframes title-in { from { transform: translateY(120%); } to { transform: translateY(0); } }
.hero-bottom { display: flex; justify-content: space-between; align-items: flex-end; z-index: 2; transform: translateY(calc(var(--scroll-y) * .02)); }
.hero-bottom p { max-width: 430px; font-size: clamp(18px, 2vw, 28px); line-height: 1.25; letter-spacing: -.04em; margin: 0; }
.hero-bottom p em { font-family: var(--serif); color: var(--orange); }
.round-link { width: 116px; height: 116px; border-radius: 50%; background: var(--ink); color: var(--paper); display: flex; align-items: center; justify-content: center; gap: 12px; font: 10px/1.4 var(--mono); text-transform: uppercase; transition: background .25s, color .25s; }
.round-link svg { width: 20px; fill: none; stroke: currentColor; stroke-width: 1.5; }
.round-link svg { animation: arrow-bob 1.7s ease-in-out infinite; }
.round-link:hover { background: var(--acid); color: var(--ink); }
.hero-orbit { position: absolute; padding: 8px 12px; border: 1px solid var(--ink); border-radius: 24px; font: 9px var(--mono); letter-spacing: .15em; z-index: 3; background: var(--paper); animation: float 5s ease-in-out infinite; }
.orbit-one { left: 26%; top: 31%; transform: rotate(-8deg); }
.orbit-two { right: 25%; top: 43%; transform: rotate(7deg); animation-delay: -1.5s; }
.orbit-three { left: 53%; bottom: 25%; transform: rotate(-4deg); animation-delay: -3s; }
@keyframes float { 50% { translate: 0 -12px; } }
@keyframes hero-ring {
  50% {
    transform: translate(-50%, -49%) scale(1.06);
    border-color: rgba(255, 98, 55, .36);
  }
}
@keyframes arrow-bob {
  50% { transform: translateY(5px); }
}

.section-pad { padding: 11vw 3vw; }
.eyebrow { font: 10px var(--mono); text-transform: uppercase; letter-spacing: .14em; margin: 0 0 30px; }
.manifesto { background: var(--ink); color: var(--paper); overflow: hidden; }
.manifesto-copy { max-width: 1200px; font-size: clamp(44px, 7vw, 106px); line-height: .98; letter-spacing: -.07em; font-weight: 500; margin: 0; }
.manifesto-copy .accent { color: var(--acid); font-family: var(--serif); font-style: italic; letter-spacing: -.04em; }
.ticker { margin: 9vw -3vw -5vw; border-block: 1px solid rgba(255,255,255,.25); padding: 18px 0; overflow: hidden; transform: rotate(-2deg); background: var(--acid); color: var(--ink); }
.ticker-track { width: max-content; display: flex; align-items: center; animation: ticker 18s linear infinite; font: 13px var(--mono); letter-spacing: .12em; }
.ticker-group { display: flex; align-items: center; gap: 26px; padding-right: 26px; }
.ticker-track i { flex: 0 0 auto; width: 7px; height: 7px; background: var(--orange); border-radius: 50%; }
@keyframes ticker { to { transform: translateX(-33.333%); } }

.section-heading { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 7vw; }
.section-heading h2, .about h2 { font-size: clamp(56px, 8vw, 130px); line-height: .88; letter-spacing: -.08em; margin: 0; font-weight: 600; }
.section-heading > p { max-width: 380px; font-size: 14px; line-height: 1.7; margin: 0; }
.project {
  --project-accent: var(--orange);
  --project-bg: var(--paper);
  --project-shadow: var(--ink);
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  min-height: 650px;
  position: relative;
  isolation: isolate;
  border: 2px solid var(--ink);
  border-radius: 6px;
  padding: 42px 42px 6vw 58px;
  gap: 4vw;
  margin: 0 0 56px;
  overflow: hidden;
  background:
    linear-gradient(90deg, var(--project-accent) 0 16px, transparent 16px),
    var(--project-bg);
  box-shadow: 12px 12px 0 var(--project-shadow);
  transition: transform .35s cubic-bezier(.2,.8,.2,1), box-shadow .35s cubic-bezier(.2,.8,.2,1);
}
.project::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 9% 14%, color-mix(in srgb, var(--project-accent) 22%, transparent) 0 90px, transparent 92px),
    linear-gradient(135deg, transparent 0 65%, color-mix(in srgb, var(--project-accent) 12%, transparent) 65% 100%);
}
.project-one {
  --project-accent: #f96f10;
  --project-bg: #fff8ed;
  --project-shadow: var(--acid);
}
.project-two {
  --project-accent: #2862ee;
  --project-bg: #eef4ff;
  --project-shadow: var(--violet);
}
.project-three {
  --project-accent: #2e9f93;
  --project-bg: #effbf6;
  --project-shadow: #f4d35e;
}
.project[data-href] { cursor: pointer; }
.project-copy, .project-visual { position: relative; z-index: 1; }
.project-copy { display: flex; flex-direction: column; align-items: flex-start; }
.project-brandline { display: flex; flex-direction: column; align-items: flex-start; gap: 18px; margin-bottom: auto; }
.project-number { font: 11px var(--mono); border: 1px solid var(--ink); border-radius: 50%; height: 34px; width: 34px; display: grid; place-items: center; margin-bottom: auto; transition: transform .35s cubic-bezier(.2,.8,.2,1), background .25s, color .25s; }
.project-brandline .project-number { margin-bottom: 0; }
.waybot-mini-logo {
  height: 108px;
  padding: 14px 32px 14px 18px;
  display: inline-flex;
  align-items: center;
  gap: 24px;
  border: 2px solid var(--ink);
  border-radius: 999px;
  background: var(--paper);
  font: 26px var(--mono);
  letter-spacing: .1em;
  box-shadow: 10px 10px 0 var(--acid);
}
.waybot-mini-logo span {
  width: 78px;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  border: 2px solid var(--ink);
  border-radius: 24px 24px 12px 12px;
  background: var(--waybot, #f96f10);
}
.waybot-mini-logo i {
  width: 12px;
  height: 22px;
  border-radius: 999px;
  background: white;
}
.waybot-mini-logo strong { font-weight: 500; }
.deloitte-mini-logo {
  height: 108px;
  padding: 16px 36px;
  display: inline-flex;
  align-items: baseline;
  gap: 10px;
  border: 2px solid var(--ink);
  border-radius: 999px;
  background: var(--ink);
  color: var(--paper);
  font-size: 48px;
  line-height: 1;
  letter-spacing: -.03em;
  box-shadow: 10px 10px 0 var(--violet);
}
.deloitte-mini-logo strong {
  font-weight: 700;
}
.deloitte-mini-logo span {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #86bc25;
  transform: translateY(4px);
}
.internship-flag {
  width: 230px;
  min-height: 104px;
  padding: 14px 20px;
  position: absolute;
  top: 34px;
  right: 32px;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  place-items: center;
  border: 5px double var(--ink);
  border-radius: 16px;
  background: var(--acid);
  color: #1d1d19;
  font: 18px/1.12 var(--mono);
  text-transform: uppercase;
  text-align: center;
  letter-spacing: .14em;
  transform: rotate(8deg);
  box-shadow: 12px 12px 0 var(--ink);
}
.internship-flag::before,
.internship-flag::after {
  content: "";
  position: absolute;
  inset: 7px;
  border: 1px solid rgba(23, 23, 19, .42);
  border-radius: 7px;
  pointer-events: none;
}
.internship-flag::after {
  inset: -15px;
  border: 2px dashed rgba(23, 23, 19, .55);
  border-radius: 22px;
}
.wiggles-mini-logo {
  width: 265px;
  height: 108px;
  padding: 18px 28px;
  display: grid;
  place-items: center;
  border: 2px solid var(--ink);
  border-radius: 999px;
  background: #2e9f93;
  box-shadow: 10px 10px 0 #f4d35e;
}
.wiggles-mini-logo img {
  width: 100%;
  max-height: 72px;
  object-fit: contain;
  display: block;
}
.project-kicker { font: 9px var(--mono); text-transform: uppercase; letter-spacing: .14em; margin: 40px 0 20px; }
.project h3 { font-size: clamp(38px, 4.6vw, 72px); line-height: .98; letter-spacing: -.065em; max-width: 520px; margin: 0 0 24px; }
.project-description { font-size: 15px; line-height: 1.65; max-width: 440px; }
.project-tags { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 18px; }
.project-tags span { font: 9px var(--mono); text-transform: uppercase; padding: 8px 11px; border: 1px solid var(--ink); border-radius: 24px; }
.project-visual { min-height: 600px; position: relative; overflow: hidden; border-radius: 3px; transition: transform .4s cubic-bezier(.2,.8,.2,1); }
.project-visual::after {
  content: "";
  position: absolute;
  inset: -45%;
  pointer-events: none;
  background: linear-gradient(110deg, transparent 35%, rgba(255,255,255,.18) 50%, transparent 65%);
  transform: translateX(-42%) rotate(10deg);
  animation: soft-sheen 7s ease-in-out infinite;
}
.project:hover { transform: translate(-4px, -4px); box-shadow: 18px 18px 0 var(--project-shadow); }
.project:hover .project-visual { transform: scale(.985); }
.project:hover .project-number { transform: rotate(-10deg) scale(1.08); background: var(--ink); color: var(--paper); }
.finance-visual { background: var(--violet); display: grid; place-items: center; }
.finance-card { background: #f4f1e7; color: var(--ink); border: 2px solid var(--ink); box-shadow: 8px 8px 0 var(--ink); border-radius: 18px; position: absolute; }
.main-card { width: min(48%, 340px); min-width: 270px; padding: 22px; transform: rotate(-6deg) translate(-22%, -2%); }
.card-top, .day-labels { display: flex; justify-content: space-between; font: 8px var(--mono); }
.main-card > p { font-size: 30px; line-height: 1.02; letter-spacing: -.05em; margin: 38px 0 8px; }
.spend-total { font: 14px var(--mono); display: flex; justify-content: space-between; }
.spend-total small { color: #159450; }
.chart-bars { display: flex; height: 130px; align-items: flex-end; gap: 8px; margin: 28px 0 10px; }
.chart-bars i { flex: 1; height: var(--h); border-radius: 6px 6px 0 0; background: #d6d0c3; }
.chart-bars .active { background: var(--orange); }
.insight-card { width: 260px; padding: 22px; transform: rotate(8deg) translate(55%, 62%); }
.mini-icon { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; background: var(--acid); border: 1px solid var(--ink); }
.insight-card small { display: block; font: 8px var(--mono); text-transform: uppercase; margin: 28px 0 10px; }
.insight-card strong { display: block; font-size: 19px; line-height: 1.2; }
.insight-card button, .local-actions button { margin-top: 24px; background: var(--ink); color: var(--paper); border: 0; border-radius: 30px; padding: 11px 16px; font: 8px var(--mono); text-transform: uppercase; }
.visual-sticker { position: absolute; right: 5%; top: 5%; width: 92px; height: 92px; background: var(--acid); color: var(--ink); border: 2px solid var(--ink); border-radius: 50%; display: grid; place-items: center; text-align: center; font: 10px/1.5 var(--mono); transform: rotate(12deg); animation: sticker-drift 4.8s ease-in-out infinite; }
@keyframes soft-sheen {
  0%, 48% { transform: translateX(-42%) rotate(10deg); }
  68%, 100% { transform: translateX(42%) rotate(10deg); }
}
@keyframes sticker-drift {
  50% { transform: rotate(7deg) translateY(-9px); }
}

.local-visual { background: #ff7046; }
.storefront { width: 62%; height: 74%; position: absolute; left: 8%; bottom: 0; background: #eee7d8; border: 3px solid var(--ink); box-shadow: 12px 12px 0 var(--ink); }
.awning { height: 75px; display: flex; border-bottom: 3px solid var(--ink); overflow: hidden; }
.awning span { flex: 1; background: var(--acid); border-right: 2px solid var(--ink); border-radius: 0 0 25px 25px; }
.awning span:nth-child(even) { background: var(--paper); }
.shop-name { font-size: clamp(36px, 5vw, 70px); letter-spacing: -.08em; line-height: .75; padding: 45px 36px 10px; }
.shop-name i { color: var(--orange); font-family: var(--serif); font-weight: 600; }
.window-copy { margin: 34px 36px; padding: 20px; border: 2px solid var(--ink); font: 10px/1.6 var(--mono); text-transform: uppercase; display: inline-block; }
.door { position: absolute; width: 26%; height: 48%; right: 8%; bottom: 0; border: 3px solid var(--ink); background: #74b7ca; display: grid; place-items: center; }
.door span { border: 1px solid var(--ink); background: var(--paper); padding: 8px 12px; transform: rotate(-8deg); font: 9px var(--mono); }
.local-ui { position: absolute; background: var(--ink); color: var(--paper); width: 38%; right: 4%; top: 8%; padding: 26px; box-shadow: 8px 8px 0 var(--acid); }
.local-ui > span { font: 7px var(--mono); color: var(--acid); }
.local-ui h4 { font-size: 30px; letter-spacing: -.06em; line-height: 1; margin: 30px 0 10px; }
.local-actions { display: flex; flex-wrap: wrap; gap: 6px; }
.local-actions button { color: var(--ink); background: var(--acid); margin-top: 12px; }
.local-actions button:last-child { background: transparent; color: var(--paper); border: 1px solid var(--paper); }
.sticker-two {
  top: auto;
  bottom: 4%;
  right: 4%;
  background: var(--acid);
  color: var(--ink);
  border-radius: 12px;
  border-style: double;
  transform: rotate(-10deg);
  box-shadow: 6px 6px 0 var(--ink);
}

.code-visual { background: #b8dfdd; display: grid; place-items: center; }
.code-window { width: 75%; background: #1b1b18; color: var(--paper); border: 2px solid var(--ink); box-shadow: 10px 10px 0 var(--orange); }
.window-bar { display: flex; gap: 6px; border-bottom: 1px solid #555; padding: 13px 16px; }
.window-bar i { width: 8px; height: 8px; background: var(--orange); border-radius: 50%; }
.window-bar i:nth-child(2) { background: var(--acid); }
.window-bar i:nth-child(3) { background: var(--violet); }
.window-bar span { margin-left: auto; color: #999; font: 7px var(--mono); }
.prompt-line { padding: 28px; font: 10px/1.7 var(--mono); display: flex; gap: 15px; }
.prompt-line b { color: var(--acid); font-weight: 400; }
.code-lines { padding: 0 28px 25px; display: flex; flex-direction: column; gap: 8px; }
.code-lines i { display: block; height: 6px; border-radius: 4px; background: #50504d; }
.code-lines .long { width: 92%; }.code-lines .medium { width: 66%; }.code-lines .short { width: 38%; background: var(--violet); }
.build-result { border-top: 1px solid #555; padding: 22px 28px; display: flex; justify-content: space-between; align-items: center; }
.build-result span { font: 7px var(--mono); color: var(--acid); }
.build-result strong { font: 9px var(--mono); font-weight: 400; }
.cursor-card { position: absolute; background: var(--paper); border: 2px solid var(--ink); padding: 18px 26px; font-size: 20px; line-height: 1.05; right: 6%; bottom: 10%; transform: rotate(-5deg); box-shadow: 6px 6px 0 var(--ink); }
.cursor-card em { font-family: var(--serif); color: var(--orange); }
.fake-cursor { position: absolute; right: -20px; bottom: -20px; font-size: 30px; }
.sticker-three { right: auto; left: 5%; background: var(--orange); }

.about { background: var(--acid); }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; }
.about h2 span { font-family: var(--serif); font-style: italic; color: var(--orange); }
.about-body { padding-top: 5vw; max-width: 570px; }
.about-body p { font-size: 15px; line-height: 1.8; }
.about-body .large { font-size: clamp(22px, 2.4vw, 34px); line-height: 1.35; letter-spacing: -.04em; margin-top: 0; }
.about-body strong { font-weight: 600; text-decoration: underline; text-decoration-color: var(--orange); text-decoration-thickness: 3px; }
.principles { display: grid; grid-template-columns: repeat(3,1fr); margin-top: 10vw; border-top: 1px solid var(--ink); }
.principle { padding: 30px 40px 0 0; border-right: 1px solid var(--ink); min-height: 210px; }
.principle + .principle { padding-left: 40px; }
.principle:last-child { border-right: 0; }
.principle span { font: 9px var(--mono); }
.principle h3 { font-size: 24px; letter-spacing: -.04em; margin: 42px 0 10px; }
.principle p { font-size: 12px; line-height: 1.6; max-width: 280px; }

.contact { background: var(--orange); min-height: 84vh; display: flex; flex-direction: column; justify-content: center; }
.contact h2 { font-size: clamp(70px, 12vw, 190px); line-height: .78; letter-spacing: -.09em; margin: 3vw 0 7vw; font-weight: 600; }
.contact h2 span { font-family: var(--serif); font-style: italic; color: var(--paper); letter-spacing: -.06em; }
.contact-row { display: flex; justify-content: space-between; align-items: flex-end; }
.contact-link { border-bottom: 2px solid var(--ink); display: flex; align-items: center; gap: 60px; padding-bottom: 12px; font-size: clamp(20px, 2.2vw, 34px); letter-spacing: -.04em; }
.contact-link svg { width: 28px; fill: none; stroke: currentColor; stroke-width: 1.4; transition: transform .25s; }
.contact-link:hover svg { transform: translate(6px,-6px); }
.socials { display: flex; gap: 28px; font: 10px var(--mono); text-transform: uppercase; }
footer { height: 80px; display: flex; align-items: center; justify-content: space-between; padding: 0 3vw; background: var(--ink); color: var(--paper); font: 8px var(--mono); text-transform: uppercase; letter-spacing: .12em; }

.reveal { opacity: 0; transform: translateY(30px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.8,.2,1); }
.reveal.visible { opacity: 1; transform: translateY(0); }

/* Inner pages */
.inner-page .nav-wrap { position: relative; }
.page-hero { min-height: 72vh; padding: 12vw 3vw 7vw; display: flex; flex-direction: column; justify-content: flex-end; border-bottom: 1px solid var(--ink); }
.page-hero h1 { font-size: clamp(74px, 13vw, 200px); line-height: .78; letter-spacing: -.09em; margin: 25px 0 40px; font-weight: 600; }
.page-hero h1 em { color: var(--orange); font-family: var(--serif); font-weight: 600; }
.page-hero-bottom { display: flex; justify-content: space-between; align-items: flex-end; gap: 30px; }
.page-hero-bottom p { max-width: 600px; font-size: clamp(18px, 2.2vw, 30px); line-height: 1.25; letter-spacing: -.04em; margin: 0; }
.page-hero-note { font: 9px/1.7 var(--mono); text-transform: uppercase; max-width: 260px; }
.text-link { display: inline-flex; gap: 18px; align-items: center; border-bottom: 1px solid currentColor; padding-bottom: 6px; font: 10px var(--mono); text-transform: uppercase; letter-spacing: .1em; }
.work-list { padding-top: 7vw; }
.work-list .project:last-child { padding-bottom: 0; }
.case-meta { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; border-block: 1px solid var(--ink); padding: 24px 0; margin-top: 5vw; }
.case-meta span { display: block; font: 8px var(--mono); text-transform: uppercase; opacity: .55; margin-bottom: 10px; }
.case-meta strong { font-size: 13px; font-weight: 500; }
.process-intro { background: var(--ink); color: var(--paper); }
.process-intro h2 { max-width: 1100px; font-size: clamp(46px, 7vw, 108px); line-height: .97; letter-spacing: -.07em; margin: 0; font-weight: 500; }
.process-intro h2 em { color: var(--acid); font-family: var(--serif); }
.diamond { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--ink); }
.diamond-step { min-height: 480px; padding: 28px; border-right: 1px solid var(--ink); display: flex; flex-direction: column; transition: background .3s, color .3s; }
.diamond-step:last-child { border-right: 0; }
.diamond-step:hover { background: var(--violet); color: white; }
.diamond-step:nth-child(4):hover { background: var(--orange); color: var(--ink); }
.diamond-step > span { font: 9px var(--mono); }
.diamond-step h3 { font-size: clamp(30px, 3vw, 52px); letter-spacing: -.06em; margin: auto 0 22px; }
.diamond-step p { font-size: 12px; line-height: 1.7; }
.collab { background: var(--acid); }
.collab-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 8vw; }
.collab h2, .casual-about h1 { font-size: clamp(56px, 8vw, 125px); line-height: .88; letter-spacing: -.08em; margin: 0; font-weight: 600; }
.strength-list { border-top: 1px solid var(--ink); }
.strength { display: grid; grid-template-columns: 45px 1fr; border-bottom: 1px solid var(--ink); padding: 25px 0; }
.strength span { font: 9px var(--mono); }
.strength h3 { margin: 0 0 8px; font-size: 20px; letter-spacing: -.04em; }
.strength p { margin: 0; font-size: 12px; line-height: 1.6; max-width: 450px; }
.casual-about { background: var(--acid); }
.casual-about h1 span { font-family: var(--serif); color: var(--orange); font-style: italic; }
.about-photo-main { width: min(620px, 48vw); height: clamp(520px, 54vw, 780px); margin: -9vw 2vw 2vw auto; background: transparent; overflow: visible; transform: rotate(-1deg); }
.about-photo-main img, .about-inline-photo img, .about-quote-photo img { width: 100%; height: 100%; display: block; object-fit: cover; filter: saturate(1.04) contrast(1.02); }
.about-photo-main img { object-fit: contain; object-position: center; background: transparent; filter: drop-shadow(0 0 0 #fff) drop-shadow(6px 0 0 #fff) drop-shadow(-6px 0 0 #fff) drop-shadow(0 6px 0 #fff) drop-shadow(0 -6px 0 #fff) drop-shadow(14px 18px 0 rgba(23,23,19,.24)); }
.casual-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 7vw; margin-top: 8vw; }
.casual-copy p { font-size: clamp(20px, 2.4vw, 34px); line-height: 1.35; letter-spacing: -.035em; }
.about-inline-photo { height: clamp(260px, 30vw, 460px); margin: 4vw 0; border: 2px solid var(--ink); background: var(--paper); box-shadow: -9px 9px 0 var(--ink); overflow: hidden; transform: rotate(1.4deg); }
.about-inline-photo img { object-position: 50% 58%; }
.casual-facts { background: var(--ink); color: var(--paper); padding: 35px; transform: rotate(2deg); }
.fact { padding: 22px 0; border-bottom: 1px solid #555; }
.fact:last-child { border: 0; }
.fact span { font: 8px var(--mono); color: var(--acid); text-transform: uppercase; }
.fact p { font-size: 17px; line-height: 1.45; margin: 12px 0 0; }
.quote-band { background: var(--orange); padding: 8vw 3vw; text-align: left; }
.quote-band-inner { max-width: 1280px; margin: auto; display: grid; grid-template-columns: .95fr .7fr; gap: 5vw; align-items: center; }
.quote-band blockquote { max-width: 760px; margin: 0; font-size: clamp(42px, 7vw, 100px); line-height: .95; letter-spacing: -.07em; }
.about-quote-photo { height: clamp(260px, 28vw, 430px); margin: 0; border: 2px solid var(--ink); background: var(--paper); box-shadow: 10px 10px 0 rgba(23,23,19,.85); overflow: hidden; transform: rotate(-1.5deg); }
.about-quote-photo img { object-position: 45% 58%; }
.quote-band em { font-family: var(--serif); color: var(--paper); }
.study-hero { background: var(--violet); color: white; }
.study-hero .eyebrow { color: var(--acid); }
.study-body { display: grid; grid-template-columns: .35fr .65fr; gap: 8vw; }
.study-body aside { font: 9px/1.8 var(--mono); text-transform: uppercase; }
.study-copy h2 { font-size: clamp(42px, 5vw, 76px); letter-spacing: -.06em; line-height: 1; margin: 0 0 30px; }
.study-copy p { font-size: 16px; line-height: 1.8; max-width: 700px; }
.placeholder-note { margin-top: 50px; padding: 25px; border: 1px solid var(--ink); background: var(--acid); font: 10px/1.7 var(--mono); text-transform: uppercase; }
.resume-sheet { max-width: 1000px; margin: 7vw auto; padding: 6vw; background: white; box-shadow: 0 12px 50px rgba(0,0,0,.08); }
.resume-top { display: flex; justify-content: space-between; gap: 30px; border-bottom: 2px solid var(--ink); padding-bottom: 35px; }
.resume-top h1 { font-size: clamp(50px, 7vw, 90px); line-height: .85; letter-spacing: -.08em; margin: 0; }
.resume-top p { max-width: 320px; line-height: 1.6; font-size: 12px; }
.resume-contact { font: 10px/1.7 var(--mono); letter-spacing: .02em; opacity: .68; margin-top: 16px; }
.resume-section { display: grid; grid-template-columns: .28fr .72fr; gap: 30px; padding: 35px 0; border-bottom: 1px solid var(--line); }
.resume-section h2 { font: 10px var(--mono); text-transform: uppercase; letter-spacing: .12em; margin: 0; }
.resume-section h3 { font-size: 22px; margin: 28px 0 8px; }
.resume-section h3:first-child { margin-top: 0; }
.resume-section p { font-size: 13px; line-height: 1.7; margin: 4px 0; }
.resume-section ul { margin: 14px 0 0; padding-left: 18px; }
.resume-section li { font-size: 13px; line-height: 1.65; margin: 7px 0; }
.resume-section strong { font-weight: 700; }
.resume-actions { position: fixed; right: 25px; bottom: 25px; z-index: 10; display: flex; gap: 8px; align-items: center; }
.resume-actions button, .resume-actions a { border: 1px solid var(--ink); background: var(--paper); padding: 12px 18px; font: 9px var(--mono); text-transform: uppercase; cursor: pointer; box-shadow: 0 8px 24px rgba(0,0,0,.08); }
.resume-actions .resume-download { background: var(--acid); border-width: 2px; }
.resume-actions button:hover, .resume-actions a:hover { transform: translateY(-2px); }

/* Waybot case study */
.waybot-page { --waybot: #f96f10; --waybot-dark: #54240e; }
.waybot-hero { min-height: calc(100svh - 88px); background: var(--waybot); display: grid; grid-template-columns: .8fr 1.2fr; overflow: hidden; }
.waybot-hero-copy { padding: 8vw 0 6vw 3vw; z-index: 2; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.waybot-hero h1 { font-size: clamp(78px, 10vw, 165px); line-height: .78; letter-spacing: -.09em; margin: 25px 0 45px; }
.waybot-hero h1 em { font-family: var(--serif); color: white; }
.waybot-hero-copy > p:not(.eyebrow) { max-width: 480px; font-size: clamp(18px, 2vw, 28px); line-height: 1.3; letter-spacing: -.04em; }
.waybot-stage { position: relative; display: grid; place-items: center; background: radial-gradient(circle at center, #ffb67e 0, var(--waybot) 54%); }
.waybot-stage::before { content: ""; position: absolute; width: 70%; aspect-ratio: 1; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; }
.bot { width: 260px; filter: drop-shadow(18px 24px 0 rgba(70,28,5,.18)); position: relative; z-index: 2; }
.bot-head { background: #ecebe8; padding: 16px 15px 22px; border: 3px solid var(--ink); border-radius: 30px 30px 17px 17px; transform: perspective(500px) rotateY(-5deg); }
.bot-face { height: 58px; margin-bottom: 10px; background: var(--waybot); border: 2px solid var(--ink); border-radius: 18px 18px 5px 5px; display: flex; justify-content: center; align-items: center; gap: 48px; }
.bot-face i { width: 14px; height: 24px; border-radius: 8px; background: white; transform: rotate(8deg); }
.bot-screen { background: #151512; color: white; min-height: 280px; padding: 20px; border: 2px solid var(--ink); border-radius: 4px 4px 13px 13px; }
.bot-screen span, .bot-screen small { display: block; color: var(--waybot); font: 7px var(--mono); text-transform: uppercase; }
.bot-screen strong { display: block; font-size: 24px; line-height: 1; letter-spacing: -.05em; margin: 25px 0; }
.bot-actions, .bot-menu { display: grid; grid-template-columns: 1fr 1fr; gap: 5px; }
.bot-actions b, .bot-menu b { padding: 12px 7px; background: var(--waybot); color: white; border-radius: 3px; font: 6px var(--mono); text-transform: uppercase; text-align: center; }
.bot-base { height: 72px; background: #e6e4df; border: 3px solid var(--ink); border-radius: 15px 15px 28px 28px; display: flex; align-items: center; justify-content: space-around; margin: -6px -15px 0; }
.bot-base i { width: 26px; height: 38px; background: #ffc56d; border: 2px solid var(--ink); border-radius: 8px; box-shadow: 0 0 20px #ffc56d; }
.bot-base span { font: 7px var(--mono); }
.waybot-orbit { position: absolute; border: 1px solid var(--ink); background: white; padding: 8px 12px; border-radius: 30px; font: 8px var(--mono); animation: float 5s ease-in-out infinite; }
.orbit-a { left: 10%; top: 24%; transform: rotate(-8deg); }.orbit-b { right: 10%; top: 40%; animation-delay: -2s; }.orbit-c { left: 20%; bottom: 16%; animation-delay: -3s; }
.waybot-summary { background: #fff; }
.summary-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 8vw; }
.summary-grid h2, .problem-grid h2, .solution-grid h2 { font-size: clamp(48px, 6vw, 94px); line-height: .98; letter-spacing: -.07em; margin: 0; }
.summary-grid p, .problem-grid p, .solution-grid p { font-size: 15px; line-height: 1.8; }
.impact-strip { display: grid; grid-template-columns: repeat(3,1fr); background: var(--ink); color: white; }
.impact-strip article { padding: 35px 3vw; border-right: 1px solid #555; min-height: 180px; }
.impact-strip span, .value-grid span, .metric-grid span { font: 8px var(--mono); color: var(--waybot); text-transform: uppercase; letter-spacing: .1em; }
.impact-strip strong { display: block; font-size: 20px; line-height: 1.35; margin-top: 45px; max-width: 320px; }
.waybot-problem { background: var(--paper); }
.chapter { display: flex; align-items: center; gap: 20px; margin-bottom: 8vw; }
.chapter span { width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; background: var(--waybot); color: white; font: 10px var(--mono); }
.chapter p { font: 9px var(--mono); text-transform: uppercase; letter-spacing: .14em; }
.problem-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; }
.large-copy { font-size: clamp(20px, 2.3vw, 32px) !important; line-height: 1.4 !important; letter-spacing: -.04em; margin-top: 0; }
.hmw { margin-top: 45px; padding: 24px; border: 2px solid var(--ink); box-shadow: 7px 7px 0 var(--waybot); transform: rotate(-1deg); }
.hmw span { display: block; font: 8px var(--mono); color: var(--waybot); text-transform: uppercase; margin-bottom: 14px; }
.hmw strong { font-size: 18px; line-height: 1.4; }
.park-scale { display: grid; grid-template-columns: repeat(3,1fr); margin-top: 9vw; border-top: 1px solid var(--ink); padding-top: 30px; gap: 20px; }
.park-scale strong { display: block; font-size: clamp(46px, 6vw, 90px); letter-spacing: -.07em; color: var(--waybot); }
.park-scale span { font: 8px var(--mono); text-transform: uppercase; }.park-scale p { grid-column: 1/-1; font: 8px var(--mono); opacity: .55; }
.park-benchmark { background: var(--waybot); }
.park-map-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin-top: 7vw; }
.park-map-card { background: var(--paper); border: 2px solid var(--ink); padding: 18px; box-shadow: 7px 7px 0 var(--waybot-dark); }
.map-art { height: 280px; position: relative; overflow: hidden; border: 1px solid var(--ink); background: #8acb63; }
.map-art::before, .map-art::after { content: ""; position: absolute; background: #65b9e6; border: 8px solid #eee3b6; border-radius: 45%; transform: rotate(-18deg); }
.map-art::before { width: 65%; height: 30%; left: 12%; top: 30%; }.map-art::after { width: 38%; height: 18%; right: 5%; bottom: 12%; }
.map-art i { position: absolute; z-index: 2; width: 50px; height: 35px; background: var(--waybot); border: 4px solid white; border-radius: 8px; transform: rotate(var(--r)); left: var(--x); top: var(--y); box-shadow: 0 2px 0 var(--ink); }
.map-art i:nth-child(1){--x:12%;--y:16%;--r:-8deg}.map-art i:nth-child(2){--x:55%;--y:12%;--r:12deg}.map-art i:nth-child(3){--x:68%;--y:54%;--r:-4deg}.map-art i:nth-child(4){--x:24%;--y:68%;--r:7deg}.map-art i:nth-child(5){--x:45%;--y:42%;--r:-12deg}
.map-art span { position: absolute; z-index: 3; left: 50%; top: 50%; transform: translate(-50%,-50%) rotate(-5deg); background: var(--ink); color: white; padding: 8px 12px; font: 7px/1.4 var(--mono); text-align: center; }
.map-art.real-map { background: white; display: grid; place-items: center; padding: 12px; }
.map-art.real-map::before, .map-art.real-map::after { display: none; }
.map-art.real-map img { width: 100%; height: 100%; object-fit: contain; display: block; }
.flags-map { clip-path: polygon(8% 18%,75% 5%,95% 25%,82% 43%,97% 72%,64% 88%,30% 98%,4% 70%); }
.disney-map { clip-path: polygon(34% 2%,55% 13%,76% 7%,94% 28%,79% 48%,89% 80%,59% 96%,38% 79%,9% 86%,16% 50%,2% 25%); }
.universal-map { clip-path: polygon(8% 12%,88% 5%,98% 43%,79% 89%,47% 98%,12% 78%,2% 37%); }
.map-card-top, .map-stats { display: flex; justify-content: space-between; gap: 15px; font: 7px var(--mono); text-transform: uppercase; margin-top: 20px; }
.map-card-top strong { color: var(--waybot); font-weight: 500; }
.park-map-card h3 { font-size: 26px; letter-spacing: -.05em; margin: 30px 0 10px; }
.park-map-card p { font-size: 11px; line-height: 1.7; min-height: 75px; }
.map-stats { border-top: 1px solid var(--ink); padding-top: 16px; color: var(--waybot-dark); }
.benchmark-takeaway { display: grid; grid-template-columns: .3fr .7fr; border-top: 2px solid var(--ink); margin-top: 7vw; padding-top: 30px; }
.benchmark-takeaway span { font: 8px var(--mono); text-transform: uppercase; }
.benchmark-takeaway h3 { font-size: clamp(28px, 4vw, 56px); line-height: 1.1; letter-spacing: -.05em; margin: 0; }
.findings { background: var(--waybot); }
.finding-grid { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--ink); }
.finding-grid article { min-height: 330px; padding: 28px; border-right: 1px solid var(--ink); display: flex; flex-direction: column; }
.finding-grid article:last-child { border-right: 0; }
.finding-grid span { font: 8px var(--mono); color: white; }
.finding-grid h3 { font-size: 25px; letter-spacing: -.05em; margin: auto 0 18px; }
.finding-grid p { font-size: 12px; line-height: 1.7; }
.journey-section { background: #121211; color: white; }
.journey-chart { margin-top: 6vw; padding: 30px; border: 1px solid #444; }
.journey-labels, .journey-notes { display: flex; justify-content: space-between; font: 8px var(--mono); text-transform: uppercase; }
.journey-chart svg { width: 100%; height: 300px; margin: 25px 0 12px; overflow: visible; }
.journey-chart .area { fill: rgba(249,111,16,.2); }.journey-chart .line { fill: none; stroke: var(--waybot); stroke-width: 6; stroke-linecap: round; stroke-dasharray: 1 14; }
.journey-notes { color: var(--waybot); }
.opportunity-row { border-top: 1px solid #555; margin-top: 6vw; padding-top: 30px; display: grid; grid-template-columns: .3fr .7fr; }
.opportunity-row span { font: 9px var(--mono); color: var(--waybot); text-transform: uppercase; }
.opportunity-row h3 { font-size: clamp(30px, 4vw, 58px); line-height: 1.1; letter-spacing: -.05em; margin: 0; }
.value-section { background: white; }
.value-section > h2 { max-width: 1250px; font-size: clamp(48px, 7vw, 108px); line-height: .98; letter-spacing: -.07em; margin: 0; }
.value-section > h2 em { color: var(--waybot); font-family: var(--serif); }
.value-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--ink); border: 1px solid var(--ink); margin-top: 8vw; }
.value-grid article { background: white; padding: 45px; min-height: 280px; }
.value-grid h3 { font-size: 34px; letter-spacing: -.05em; margin: 65px 0 12px; }.value-grid p { font-size: 13px; line-height: 1.7; max-width: 480px; }
.system-section { background: var(--paper); }
.system-map { min-height: 700px; position: relative; border: 1px solid var(--ink); margin-top: 7vw; background: radial-gradient(circle, rgba(249,111,16,.12) 0 1px, transparent 1px); background-size: 18px 18px; }
.system-map::before, .system-map::after { content: ""; position: absolute; left: 50%; top: 50%; width: 65%; height: 1px; background: var(--ink); transform: translate(-50%,-50%) rotate(25deg); }.system-map::after { transform: translate(-50%,-50%) rotate(-25deg); }
.system-core { position: absolute; inset: 50% auto auto 50%; transform: translate(-50%,-50%); width: 190px; height: 190px; border-radius: 50%; background: var(--waybot); display: grid; place-items: center; z-index: 2; border: 2px solid var(--ink); }
.mini-bot { width: 70px; height: 110px; background: white; border: 2px solid var(--ink); border-radius: 15px; display: flex; flex-wrap: wrap; justify-content: center; align-content: flex-start; gap: 15px; padding-top: 17px; }
.mini-bot i { width: 8px; height: 13px; background: var(--waybot); border-radius: 6px; }.mini-bot strong { margin-top: 15px; font: 7px var(--mono); }
.system-node { position: absolute; width: 240px; padding: 22px; background: white; border: 2px solid var(--ink); z-index: 2; box-shadow: 6px 6px 0 var(--waybot); }
.system-node span { font: 8px var(--mono); color: var(--waybot); }.system-node strong { display: block; font-size: 20px; margin: 20px 0 7px; }.system-node p { font-size: 11px; line-height: 1.6; margin: 0; }
.n1 { left: 5%; top: 8%; }.n2 { right: 5%; top: 8%; }.n3 { left: 5%; bottom: 8%; }.n4 { right: 5%; bottom: 8%; }
.sketch-section { background: #efece4; }
.sketch-wall { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; margin-top: 6vw; }
.sketch-card { min-height: 420px; background: white; border: 1px solid var(--ink); padding: 25px; display: flex; flex-direction: column; justify-content: space-between; transform: rotate(var(--r)); box-shadow: 6px 8px 0 rgba(0,0,0,.12); }.s1{--r:-2deg}.s2{--r:1deg}.s3{--r:-1deg}.s4{--r:2deg}
.sketch-card span { font: 8px var(--mono); text-transform: uppercase; }
.sketch-bot { width: 135px; height: 230px; border: 3px double #555; border-radius: 35px 35px 20px 20px; margin: 40px auto; position: relative; transform: skew(-3deg) rotate(3deg); }
.sketch-bot::before { content: ""; position: absolute; left: 15px; right: 15px; top: 65px; height: 100px; border: 2px solid #777; border-radius: 10px; }
.sketch-bot::after { content: ""; position: absolute; left: -12px; right: -12px; bottom: -10px; height: 36px; border: 2px solid #777; border-radius: 15px; }
.sketch-bot i { position: absolute; width: 13px; height: 20px; border: 2px solid #777; border-radius: 50%; top: 25px; left: 38px; }.sketch-bot i:nth-child(2){left:auto;right:38px}.sketch-bot b{position:absolute;left:48px;top:50px;width:36px;height:12px;border-bottom:2px solid #777;border-radius:50%}
.sketch-bot.round { border-radius: 50px 50px 30px 30px; transform: rotate(-6deg); }.sketch-bot.lean { height: 260px; width: 110px; transform: skew(-5deg); }.sketch-bot.tall { height: 285px; width: 120px; transform: rotate(5deg); }.sketch-bot.final { height: 265px; width: 130px; border-color: var(--waybot); }
.sketch-note { font: 8px var(--mono); text-transform: uppercase; margin-top: 45px; color: #777; }
.personality-section { background: #111; color: white; }
.expression-grid { display: grid; grid-template-columns: repeat(3,1fr); border: 1px solid #555; margin-top: 7vw; }
.expression-card { min-height: 480px; padding: 35px; border-right: 1px solid #555; display: flex; flex-direction: column; }
.expression-card:last-child { border-right: 0; }
.expression-card > span { margin-top: auto; color: var(--waybot); font: 8px/1.5 var(--mono); text-transform: uppercase; }
.expression-card strong { font-size: 24px; letter-spacing: -.04em; margin: 15px 0 8px; }
.expression-card p { color: #aaa; font-size: 11px; line-height: 1.7; max-width: 300px; }
.expression { width: 220px; height: 155px; margin: 30px auto 70px; position: relative; }
.expression i { position: absolute; top: 0; width: 38px; height: 80px; border-radius: 25px; background: #ccc; left: 35px; }
.expression i:nth-child(2) { left: auto; right: 35px; }
.expression b { position: absolute; width: 150px; height: 70px; left: 35px; bottom: 0; border-bottom: 22px solid #ccc; border-radius: 50%; }
.expression.playful i { height: 55px; width: 55px; top: 12px; background: transparent; border-top: 20px solid #ccc; border-radius: 50%; }
.expression.playful b { width: 135px; left: 43px; }
.expression.flat b { height: 20px; bottom: 15px; border: 0; background: #ccc; border-radius: 15px; }
.action-video { background: var(--paper); }
.video-frame { aspect-ratio: 16/9; width: 100%; background: #111; border: 2px solid var(--ink); box-shadow: 12px 12px 0 var(--waybot); overflow: hidden; }
.video-frame iframe { width: 100%; height: 100%; border: 0; display: block; }
.video-link { margin-top: 32px; }
.solution-section { background: var(--waybot); }
.solution-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 8vw; align-items: center; }
.feature-list { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 35px; }.feature-list span { border: 1px solid var(--ink); padding: 8px 11px; border-radius: 25px; font: 8px var(--mono); text-transform: uppercase; }
.prototype-stage { min-height: 720px; background: #1a1917; display: grid; place-items: center; overflow: hidden; border-radius: 4px; }
.final-bot { width: 310px; transform: rotate(3deg); }.final-bot .bot-screen { min-height: 360px; }.final-bot .bot-menu { grid-template-columns: repeat(3,1fr); }.final-bot .bot-menu b { padding: 17px 5px; }.bot-ad { margin-top: 30px; padding: 15px; background: white; color: var(--ink); }.bot-ad span { color: var(--waybot); }.bot-ad strong { font-size: 13px; margin: 10px 0 0; }
.impact-section { background: white; }
.metric-grid { display: grid; grid-template-columns: repeat(4,1fr); border: 1px solid var(--ink); }
.metric-grid article { min-height: 280px; padding: 26px; border-right: 1px solid var(--ink); }.metric-grid article:last-child{border:0}.metric-grid strong { display: block; font-size: 22px; margin: 75px 0 14px; }.metric-grid p { font-size: 11px; line-height: 1.7; }
.pilot-plan { margin-top: 7vw; display: grid; grid-template-columns: .25fr .5fr .25fr; gap: 40px; border-top: 2px solid var(--ink); padding-top: 30px; }.pilot-plan span { font: 8px var(--mono); color: var(--waybot); text-transform: uppercase; }.pilot-plan h3 { font-size: 30px; letter-spacing: -.05em; margin: 0; }.pilot-plan p { font-size: 12px; line-height: 1.7; margin: 0; }
.reflection-section { background: var(--acid); }
.waybot-card-visual { background: var(--waybot); display: grid; place-items: center; }.card-bot { transform: rotate(5deg) scale(.85); }

@media (max-width: 900px) {
  .cursor-dot { display: none; }
  body { padding-bottom: 58px; }
  .nav-wrap nav {
    position: fixed;
    z-index: 90;
    left: 10px;
    right: 10px;
    bottom: 10px;
    display: flex;
    justify-content: space-around;
    gap: 4px;
    padding: 7px;
    background: rgba(23,23,19,.94);
    color: var(--paper);
    border: 1px solid rgba(255,255,255,.25);
    border-radius: 40px;
    backdrop-filter: blur(16px);
  }
  .nav-wrap nav a { padding: 8px 10px; font-size: 8px; }
  .nav-wrap nav a::after { display: none; }
  .status-pill { font-size: 0; padding: 10px; }
  .status-pill::after { content: "CV"; font: 9px var(--mono); }
  .hero { padding-top: 115px; }
  .hero-title { font-size: clamp(66px, 19vw, 140px); line-height: .82; }
  .hero-title .italic { padding-left: 0; }
  .hero-orbit { display: none; }
  .section-pad { padding: 18vw 5vw; }
  .section-heading, .contact-row { align-items: flex-start; flex-direction: column; gap: 34px; }
  .project { grid-template-columns: 1fr; min-height: 0; padding: 34px 26px 18vw 38px; }
  .project-number { margin-bottom: 30px; }
  .project-visual { min-height: 520px; margin-top: 30px; }
  .about-grid { grid-template-columns: 1fr; }
  .page-hero { padding: 20vw 5vw 12vw; }
  .page-hero-bottom, .resume-top { flex-direction: column; align-items: flex-start; }
  .case-meta, .diamond { grid-template-columns: 1fr 1fr; }
  .diamond-step { min-height: 330px; border-bottom: 1px solid var(--ink); }
  .collab-grid, .casual-grid, .study-body { grid-template-columns: 1fr; }
  .about-photo-main { width: min(430px, 96vw); height: clamp(430px, 118vw, 650px); margin: 8vw auto 12vw; box-shadow: none; }
  .about-photo-main img { object-fit: contain; object-position: center; }
  .about-inline-photo, .about-quote-photo { height: auto; aspect-ratio: 4 / 3; box-shadow: 7px 7px 0 var(--ink); }
  .quote-band-inner { grid-template-columns: 1fr; gap: 10vw; }
  .resume-sheet { margin: 5vw; padding: 8vw; }
  .waybot-hero, .summary-grid, .problem-grid, .solution-grid { grid-template-columns: 1fr; }
  .waybot-hero-copy { padding: 20vw 5vw 8vw; }
  .waybot-stage { min-height: 720px; }
  .impact-strip, .finding-grid, .metric-grid { grid-template-columns: 1fr 1fr; }
  .park-map-grid { grid-template-columns: 1fr; }
  .sketch-wall { grid-template-columns: 1fr 1fr; }
  .expression-grid { grid-template-columns: 1fr; }
  .expression-card { min-height: 390px; border-right: 0; border-bottom: 1px solid #555; }
  .expression-card:last-child { border-bottom: 0; }
  .pilot-plan { grid-template-columns: 1fr; }
  .sketch-wall { overflow: hidden; padding: 8px; }
  .principles { grid-template-columns: 1fr; }
  .principle, .principle + .principle { border-right: 0; border-bottom: 1px solid var(--ink); padding: 30px 0; }
  .contact { min-height: 72vh; }
}

@media (max-width: 560px) {
  .nav-wrap { height: 70px; padding: 0 5vw; }
  .wordmark { width: 42px; height: 42px; }
  .hero { min-height: 90svh; padding-inline: 5vw; }
  .hero-meta span:last-child { display: none; }
  .hero-title { font-size: 19vw; }
  .hero-bottom p { max-width: 260px; font-size: 18px; }
  .round-link { width: 82px; height: 82px; }
  .round-link span { font-size: 8px; }
  .round-link svg { display: none; }
  .manifesto-copy { font-size: 12vw; }
  .section-heading h2, .about h2 { font-size: 16vw; }
  .project-visual { min-height: 420px; }
  .main-card { min-width: 220px; transform: rotate(-6deg) translate(-10%,-8%) scale(.85); }
  .insight-card { transform: rotate(8deg) translate(33%,66%) scale(.75); }
  .visual-sticker { width: 70px; height: 70px; font-size: 7px; }
  .storefront { width: 76%; left: 4%; height: 68%; }
  .awning { height: 50px; }
  .shop-name { padding: 28px 18px 0; }
  .window-copy { display: none; }
  .local-ui { width: 55%; right: 3%; top: 4%; padding: 16px; }
  .local-ui h4 { font-size: 21px; }
  .local-actions button:last-child { display: none; }
  .code-window { width: 88%; transform: translateY(-20px); }
  .prompt-line { padding: 20px; font-size: 8px; }
  .cursor-card { transform: rotate(-5deg) scale(.75); right: 0; bottom: 4%; }
  footer span:nth-child(2) { display: none; }
  .page-hero h1 { font-size: 20vw; }
  .case-meta, .diamond { grid-template-columns: 1fr; }
  .diamond-step { min-height: 280px; border-right: 0; }
  .resume-section { grid-template-columns: 1fr; }
  .impact-strip, .finding-grid, .metric-grid, .value-grid { grid-template-columns: 1fr; }
  .park-scale, .sketch-wall { grid-template-columns: 1fr; }
  .expression { transform: scale(.8); margin-block: 0 25px; }
  .finding-grid article, .metric-grid article { border-right: 0; border-bottom: 1px solid var(--ink); }
  .system-map { min-height: 1100px; }
  .system-core { width: 150px; height: 150px; }
  .system-node { width: calc(100% - 40px); left: 20px; right: auto; }
  .n1{top:20px}.n2{top:220px}.n3{bottom:220px}.n4{bottom:20px}
  .journey-chart { padding: 15px; overflow: hidden; }.journey-chart svg{height:220px}.journey-notes{font-size:6px}
  .opportunity-row { grid-template-columns: 1fr; gap: 20px; }
  .benchmark-takeaway { grid-template-columns: 1fr; gap: 20px; }
  .prototype-stage { min-height: 610px; }
  .final-bot { transform: rotate(2deg) scale(.82); }
  .waybot-stage .bot { transform: scale(.9); }
  .waybot-stage { min-height: 650px; }
  .waybot-orbit { font-size: 6px; }
  footer { margin-bottom: -58px; padding-bottom: 58px; height: 138px; }
}

@media print {
  .resume-page .nav-wrap, .resume-page footer, .resume-actions, .noise, .cursor-dot { display: none !important; }
  .resume-sheet { box-shadow: none; margin: 0; max-width: none; }
}

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

/* Sage · Deloitte GPS case study */
.sage-page {
  --sage-blue: #2862ee;
  --sage-blue-mid: #4e7ff0;
  --sage-blue-light: #adc3f5;
  --sage-green: #87c21f;
  --sage-green-mid: #afe060;
  --sage-green-light: #def2b9;
  --sage-orange: #ff6108;
  --sage-orange-light: #ffceb2;
  --sage-dark: #181818;
  --sage-white: #fff;
  background: var(--sage-white);
}
.sage-page .wordmark i { background: var(--sage-green); }
.sage-page .cursor-dot { background: var(--sage-blue); }
.sage-page .eyebrow { font-weight: 500; }
.sage-pad { padding: 10vw 5vw; }
.sage-hero {
  min-height: calc(100svh - 88px);
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  background: var(--sage-blue);
  color: white;
}
.sage-rings { position: absolute; width: 72vw; height: 72vw; right: -18vw; top: 50%; transform: translateY(-50%); border-radius: 50%; background: var(--sage-blue-mid); }
.sage-rings i { position: absolute; inset: 15%; border-radius: 50%; background: var(--sage-blue); }
.sage-rings i:nth-child(2) { inset: 30%; background: var(--sage-blue-mid); }
.sage-rings i:nth-child(3) { inset: 44%; background: var(--sage-blue-light); }
.sage-hero-copy { position: relative; z-index: 2; padding: 8vw 0 6vw 5vw; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.sage-hero h1 { max-width: 1000px; font-size: clamp(70px, 9.2vw, 150px); line-height: .85; letter-spacing: -.085em; margin: 28px 0 38px; }
.sage-hero h1 em { color: var(--sage-green-mid); font-style: normal; }
.sage-hero-copy > p:not(.eyebrow) { max-width: 650px; font-size: clamp(18px, 2vw, 28px); line-height: 1.35; letter-spacing: -.035em; }
.sage-button { display: inline-flex; padding: 13px 20px; margin-top: 28px; border-radius: 40px; background: white; color: var(--sage-dark); font: 9px var(--mono); text-transform: uppercase; letter-spacing: .08em; }
.sage-button-light { background: var(--sage-green-mid); margin-top: 30px; }
.sage-hero-mark { z-index: 2; align-self: end; justify-self: end; margin: 0 5vw 5vw 0; max-width: 260px; display: grid; justify-items: end; gap: 20px; font: 9px/1.7 var(--mono); text-transform: uppercase; text-align: right; }
.sage-hero-mark img { width: 150px; height: 150px; object-fit: contain; }
.sage-section-label { display: flex; gap: 16px; align-items: center; margin-bottom: 8vw; font: 9px var(--mono); text-transform: uppercase; letter-spacing: .1em; }
.sage-section-label span { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: var(--sage-blue); color: white; }
.sage-intro { background: white; }
.sage-intro-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 9vw; }
.sage-intro-grid h2, .sage-heading h2, .sage-trust h2, .sage-collab-copy h2 { font-size: clamp(48px, 6.5vw, 105px); line-height: .98; letter-spacing: -.075em; margin: 0; }
.sage-intro-grid p, .sage-heading > p, .sage-trust p, .sage-collab-copy p { font-size: 14px; line-height: 1.8; }
.sage-meta { margin-top: 8vw; display: grid; grid-template-columns: repeat(4,1fr); border-block: 1px solid var(--sage-dark); }
.sage-meta div { min-height: 115px; padding: 25px 20px 25px 0; border-right: 1px solid var(--sage-dark); }
.sage-meta div + div { padding-left: 20px; }.sage-meta div:last-child { border: 0; }
.sage-meta span, .sage-state span { display: block; font: 8px var(--mono); text-transform: uppercase; color: var(--sage-blue); margin-bottom: 28px; }
.sage-meta strong { font-size: 13px; font-weight: 500; }
.sage-role-card { display: grid; grid-template-columns: .7fr repeat(4,1fr); margin-top: 25px; border: 1px solid var(--sage-dark); }
.sage-role-card > span, .sage-role-card div { padding: 24px; border-right: 1px solid var(--sage-dark); }
.sage-role-card div:last-child { border: 0; }
.sage-role-card > span { background: var(--sage-dark); color: var(--sage-green-mid); font: 8px/1.6 var(--mono); text-transform: uppercase; }
.sage-role-card strong { display: block; font-size: 14px; letter-spacing: -.025em; margin-bottom: 12px; }
.sage-role-card p { font-size: 9px; line-height: 1.65; margin: 0; }
.sage-decision-band { min-height: 76vh; padding: 9vw 5vw; background: var(--sage-dark); color: white; display: flex; flex-direction: column; justify-content: space-between; }
.sage-decision-band p { font: 9px var(--mono); text-transform: uppercase; color: var(--sage-green-mid); }
.sage-decision-band h2 { max-width: 1350px; font-size: clamp(52px, 7.5vw, 122px); line-height: .98; letter-spacing: -.075em; font-weight: 500; margin: 0; }
.sage-decision-band strong { color: var(--sage-green-mid); }
.sage-problem { background: var(--sage-blue-light); }
.sage-heading { display: grid; grid-template-columns: 1fr .35fr; gap: 7vw; align-items: end; margin-bottom: 7vw; }
.sage-heading > p { margin: 0; }
.sage-hmw { max-width: 1150px; margin: 0 auto 8vw; padding: 6vw; border-radius: 50%; background: var(--sage-blue); color: white; text-align: center; font-size: clamp(25px, 4vw, 60px); line-height: 1.15; letter-spacing: -.05em; }
.sage-tension-grid { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--sage-dark); }
.sage-tension-grid article { min-height: 330px; padding: 25px; border-right: 1px solid var(--sage-dark); display: flex; flex-direction: column; }
.sage-tension-grid article:last-child { border: 0; }
.sage-tension-grid span, .sage-feature-copy > span, .sage-capability-grid span, .sage-impact-grid span { font: 8px var(--mono); color: var(--sage-blue); text-transform: uppercase; }
.sage-tension-grid h3 { font-size: 23px; letter-spacing: -.045em; margin: auto 0 12px; }
.sage-tension-grid p, .sage-audience p, .sage-audience li, .sage-research-note p, .sage-impact-grid p, .sage-capability-grid p { font-size: 11px; line-height: 1.7; }
.sage-scope { background: white; }
.sage-audience { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.sage-audience article { background: var(--sage-green-light); padding: 45px; min-height: 400px; display: flex; flex-direction: column; }
.sage-audience span { font: 8px var(--mono); text-transform: uppercase; color: var(--sage-green); }
.sage-audience h3 { font-size: clamp(48px, 6vw, 90px); letter-spacing: -.075em; margin: auto 0 15px; }
.sage-audience ul { padding-left: 18px; margin: 20px 0 0; }
.sage-state { display: grid; grid-template-columns: .4fr .6fr; gap: 7vw; margin-top: 7vw; padding: 40px; background: var(--sage-orange-light); }
.sage-state strong { font-size: clamp(55px, 8vw, 120px); line-height: .8; letter-spacing: -.08em; }
.sage-state p { font-size: 16px; line-height: 1.7; margin: 0; }
.sage-research-note { display: grid; grid-template-columns: .35fr .65fr; gap: 7vw; border-top: 2px solid var(--sage-dark); margin-top: 7vw; padding-top: 30px; }
.sage-research-note strong { font: 9px var(--mono); color: var(--sage-green); text-transform: uppercase; }
.sage-research-note p { margin: 0; max-width: 750px; font-size: 20px; }
.sage-process { background: #f3f3ef; }
.sage-process-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.sage-process-grid figure, .sage-screen, .sage-trust figure { margin: 0; }
.sage-process-grid figure { background: white; padding: 12px; border: 1px solid var(--sage-dark); }
.sage-process-grid img { width: 100%; height: 330px; object-fit: contain; display: block; }
.sage-process-grid figcaption { padding: 18px 5px 8px; font: 8px/1.6 var(--mono); text-transform: uppercase; }
.sage-testing { display: grid; grid-template-columns: .7fr 1.3fr; gap: 6vw; margin-top: 9vw; align-items: start; }
.sage-testing-copy h3 { font-size: clamp(36px, 5vw, 72px); line-height: 1; letter-spacing: -.065em; margin: 0 0 25px; }
.sage-testing-copy > p:not(.eyebrow) { font-size: 13px; line-height: 1.8; }
.sage-change-list { display: grid; margin-top: 35px; border-top: 1px solid var(--sage-dark); }
.sage-change-list span { padding: 15px 0; border-bottom: 1px solid var(--sage-dark); font: 9px/1.5 var(--mono); text-transform: uppercase; }
.sage-testing-photos { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.sage-testing-photos img { width: 100%; height: 290px; object-fit: cover; display: block; }
.sage-testing-photos img:first-child { grid-column: 1/-1; height: 400px; }
.sage-solution-intro { min-height: 92vh; position: relative; overflow: hidden; background: var(--sage-blue); color: white; padding: 8vw 5vw; display: flex; flex-direction: column; justify-content: flex-end; }
.sage-solution-intro .sage-rings { right: -12vw; width: 80vw; height: 80vw; }
.sage-solution-intro > *:not(.sage-rings) { position: relative; z-index: 2; }
.sage-solution-intro h2 { font-size: clamp(80px, 14vw, 220px); line-height: .78; letter-spacing: -.09em; margin: 15px 0 35px; }
.sage-solution-intro h2 strong { color: var(--sage-green-mid); }
.sage-solution-intro > p:last-child { max-width: 650px; font-size: 18px; line-height: 1.5; }
.sage-feature { display: grid; grid-template-columns: .7fr 1.3fr; gap: 6vw; align-items: center; background: white; }
.sage-feature-dark { grid-template-columns: 1.3fr .7fr; background: var(--sage-dark); color: white; }
.sage-feature-green { grid-template-columns: 1.3fr .7fr; background: var(--sage-green-light); }
.sage-feature-copy h2 { font-size: clamp(44px, 5.8vw, 94px); line-height: .96; letter-spacing: -.075em; margin: 25px 0 30px; }
.sage-feature-copy > p { font-size: 14px; line-height: 1.8; }
.sage-feature-dark .sage-feature-copy > span { color: var(--sage-green-mid); }
.sage-decision { margin-top: 45px; padding-top: 20px; border-top: 1px solid currentColor; }
.sage-decision b { font: 8px var(--mono); color: var(--sage-orange); text-transform: uppercase; }
.sage-decision p { font-size: 11px; line-height: 1.7; max-width: 500px; }
.sage-screen { min-width: 0; }
.sage-screen img { width: 100%; height: auto; max-height: 730px; object-fit: contain; display: block; }
.sage-system { background: white; }
.sage-capability-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.sage-capability-grid article { background: #f2f2ee; padding: 18px 18px 32px; }
.sage-capability-grid img { width: 100%; height: 390px; object-fit: contain; background: white; display: block; margin-bottom: 28px; }
.sage-capability-grid h3 { font-size: 30px; letter-spacing: -.05em; margin: 12px 0; }
.sage-capability-grid p { max-width: 500px; }
.sage-trust { background: var(--sage-orange-light); }
.sage-trust-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 8vw; align-items: center; }
.sage-trust figure { background: white; padding: 30px; }
.sage-trust img { width: 100%; display: block; }
.sage-guardrails { display: grid; grid-template-columns: repeat(4,1fr); margin-top: 7vw; border-block: 1px solid var(--sage-dark); }
.sage-guardrails span { padding: 25px; border-right: 1px solid var(--sage-dark); font: 9px/1.6 var(--mono); text-transform: uppercase; }
.sage-guardrails span:last-child { border: 0; }
.sage-impact { background: var(--sage-blue); color: white; }
.sage-impact .sage-section-label span { background: var(--sage-green); }
.sage-impact .eyebrow, .sage-impact-grid span { color: var(--sage-green-mid); }
.sage-impact-grid { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid white; }
.sage-impact-grid article { min-height: 320px; padding: 25px; border-right: 1px solid white; display: flex; flex-direction: column; }
.sage-impact-grid article:last-child { border: 0; }
.sage-impact-grid h3 { font-size: 24px; letter-spacing: -.045em; margin: auto 0 12px; }
.sage-pilot { display: grid; grid-template-columns: .2fr .5fr .3fr; gap: 4vw; margin-top: 7vw; padding-top: 30px; border-top: 2px solid white; }
.sage-pilot span { font: 8px var(--mono); color: var(--sage-green-mid); text-transform: uppercase; }
.sage-pilot h3 { font-size: 27px; line-height: 1.2; letter-spacing: -.04em; margin: 0; }
.sage-pilot p { font-size: 11px; line-height: 1.7; margin: 0; }
.sage-collaboration { display: grid; grid-template-columns: .7fr 1.3fr; gap: 7vw; background: white; align-items: start; }
.sage-contribution { display: grid; margin-top: 40px; border-top: 1px solid var(--sage-dark); }
.sage-contribution span { padding: 15px 0; border-bottom: 1px solid var(--sage-dark); font: 8px/1.5 var(--mono); text-transform: uppercase; }
.sage-collab-images { display: grid; grid-template-columns: .8fr 1.2fr; gap: 10px; }
.sage-collab-images img { width: 100%; height: 580px; object-fit: cover; display: block; }
.sage-reflection { background: var(--sage-dark); color: white; }
.sage-reflection .sage-section-label span { background: var(--sage-green); }
.sage-reflection .sage-intro-grid p { color: #bbb; }
.sage-card-visual { background: #10213f; display: grid; place-items: center; overflow: hidden; padding: 34px; }
.sage-card-visual::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 20% 15%, rgba(175,224,96,.34), transparent 32%), linear-gradient(135deg, rgba(40,98,238,.45), rgba(16,33,63,.92)); }
.sage-cover-copy {
  position: absolute;
  left: 7%;
  top: 7%;
  z-index: 4;
  max-width: 62%;
  color: white;
}
.sage-cover-copy span {
  display: block;
  color: var(--sage-green-mid);
  font: 8px var(--mono);
  text-transform: uppercase;
  letter-spacing: .13em;
  margin-bottom: 10px;
}
.sage-cover-copy strong {
  display: block;
  font-size: clamp(34px, 4.5vw, 64px);
  line-height: .9;
  letter-spacing: -.07em;
}
.sage-cover-copy p {
  max-width: 420px;
  margin: 14px 0 0;
  font-size: 11px;
  line-height: 1.55;
  color: rgba(255,255,255,.82);
}
.sage-cover-map {
  position: absolute;
  right: 4%;
  bottom: 18%;
  z-index: 2;
  width: 72%;
  max-height: 58%;
  object-fit: contain;
  border: 2px solid var(--ink);
  border-radius: 22px;
  box-shadow: 14px 16px 0 rgba(0,0,0,.35);
  transform: rotate(-3deg);
}
.sage-prompt-bar {
  position: absolute;
  left: 7%;
  right: 9%;
  bottom: 9%;
  z-index: 5;
  min-height: 58px;
  padding: 8px 10px 8px 20px;
  display: grid;
  grid-template-columns: 22px 1fr 44px 44px;
  align-items: center;
  gap: 12px;
  border: 2px solid rgba(23,23,19,.18);
  border-radius: 999px;
  background: white;
  color: var(--ink);
  box-shadow: 0 10px 18px rgba(0,0,0,.28);
}
.sage-prompt-bar strong {
  min-width: 0;
  font-size: clamp(11px, 1.4vw, 18px);
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sage-mic {
  color: var(--ink);
  font-size: 18px;
  transform: scale(.75);
}
.sage-send,
.sage-history {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-size: 25px;
}
.sage-send { background: var(--sage-blue); color: white; }
.sage-history { background: white; color: var(--ink); box-shadow: 0 4px 12px rgba(0,0,0,.18); }
.sage-cover-mark {
  position: absolute;
  left: 7%;
  bottom: 24%;
  z-index: 3;
  width: 170px;
  padding: 14px 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  border: 2px solid var(--ink);
  border-radius: 999px;
  background: white;
  box-shadow: 8px 8px 0 var(--sage-green-mid);
  font: 8px var(--mono);
  text-transform: uppercase;
  letter-spacing: .1em;
}
.sage-cover-mark img {
  width: 38px;
  height: 52px;
  object-fit: contain;
}
.sage-cover-mark span { line-height: 1.35; }
.sage-card-window { position: relative; z-index: 2; width: 72%; padding: 18px; background: white; border: 2px solid var(--sage-dark); box-shadow: 8px 8px 0 var(--sage-dark); transform: rotate(-4deg); }
.sage-card-window span { display: block; font: 8px var(--mono); color: var(--sage-blue); text-transform: uppercase; }
.sage-card-window strong { display: block; font-size: clamp(30px, 4vw, 58px); line-height: .95; letter-spacing: -.07em; margin: 75px 0 18px; }
.sage-card-actions { display: flex; gap: 6px; }.sage-card-actions i { height: 8px; flex: 1; border-radius: 8px; background: var(--sage-orange); }.sage-card-actions i:nth-child(2){background:var(--sage-green)}.sage-card-actions i:nth-child(3){background:var(--sage-blue)}

@media (max-width: 900px) {
  .sage-pad { padding: 16vw 5vw; }
  .sage-hero, .sage-intro-grid, .sage-heading, .sage-testing, .sage-feature, .sage-feature-dark, .sage-feature-green, .sage-trust-grid, .sage-collaboration { grid-template-columns: 1fr; }
  .sage-hero { min-height: 90svh; }
  .sage-hero-mark { display: none; }
  .sage-rings { width: 105vw; height: 105vw; right: -55vw; }
  .sage-meta, .sage-tension-grid, .sage-impact-grid, .sage-guardrails { grid-template-columns: 1fr 1fr; }
  .sage-role-card { grid-template-columns: 1fr 1fr; }
  .sage-role-card > span { grid-column: 1/-1; }
  .sage-role-card > span, .sage-role-card div { border-bottom: 1px solid var(--sage-dark); }
  .sage-process-grid { grid-template-columns: 1fr 1fr; }
  .sage-process-grid figure:last-child { grid-column: 1/-1; }
  .sage-feature-dark .sage-screen, .sage-feature-green .sage-screen { order: 2; }
  .sage-capability-grid { grid-template-columns: 1fr; }
  .sage-collab-images img { height: 440px; }
  .sage-pilot { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .sage-hero-copy { padding: 16vw 5vw; }
  .sage-hero h1 { font-size: 17vw; }
  .sage-hero-copy > p:not(.eyebrow) { font-size: 16px; }
  .sage-intro-grid h2, .sage-heading h2, .sage-trust h2, .sage-collab-copy h2 { font-size: 13vw; }
  .sage-meta, .sage-tension-grid, .sage-audience, .sage-process-grid, .sage-testing-photos, .sage-impact-grid, .sage-guardrails, .sage-collab-images { grid-template-columns: 1fr; }
  .sage-role-card { grid-template-columns: 1fr; }
  .sage-role-card > span { grid-column: auto; }
  .sage-role-card > span, .sage-role-card div { border-right: 0; }
  .sage-meta div, .sage-meta div + div { padding: 20px 0; border-right: 0; border-bottom: 1px solid var(--sage-dark); }
  .sage-meta div:last-child { border-bottom: 0; }
  .sage-decision-band { min-height: 65vh; }
  .sage-decision-band h2 { font-size: 12vw; }
  .sage-hmw { border-radius: 80px; padding: 45px 25px; font-size: 25px; }
  .sage-tension-grid article, .sage-impact-grid article { min-height: 260px; border-right: 0; border-bottom: 1px solid currentColor; padding-inline: 0; }
  .sage-state, .sage-research-note { grid-template-columns: 1fr; }
  .sage-state { padding: 28px; }
  .sage-process-grid figure:last-child, .sage-testing-photos img:first-child { grid-column: auto; }
  .sage-process-grid img, .sage-testing-photos img, .sage-testing-photos img:first-child { height: 240px; }
  .sage-solution-intro { min-height: 70vh; }
  .sage-solution-intro h2 { font-size: 19vw; }
  .sage-feature-copy h2 { font-size: 13vw; }
  .sage-capability-grid img { height: 240px; }
  .sage-trust figure { padding: 10px; }
  .sage-guardrails span { border-right: 0; border-bottom: 1px solid var(--sage-dark); padding-inline: 0; }
  .sage-collab-images img { height: 360px; }
  .sage-card-window { width: 82%; }
}

/* Wiggles case study */
.wiggles-page {
  --wig-navy: #0d3b66;
  --wig-teal: #2e9f93;
  --wig-teal-dark: #17675f;
  --wig-orange: #ee964b;
  --wig-coral: #f95738;
  --wig-cream: #faf0ca;
  --wig-yellow: #f4d35e;
  --wig-ink: #102c3a;
  background: #fff;
  color: var(--wig-ink);
  font-family: Poppins, Manrope, sans-serif;
}
.wiggles-page .nav-wrap { background: rgba(255,255,255,.88); }
.wiggle-pad { padding: 9vw 6vw; }
.wiggles-page h1, .wiggles-page h2, .wiggles-page h3 { font-family: Poppins, Manrope, sans-serif; }
.wiggles-page .eyebrow { color: var(--wig-coral); }
.wiggles-hero { min-height: 100svh; display: grid; grid-template-columns: .9fr 1.1fr; overflow: hidden; background: var(--wig-teal); color: white; }
.wiggles-hero-copy { align-self: end; padding: 12vw 4vw 8vw 6vw; position: relative; z-index: 2; }
.wiggles-hero h1 { font-size: clamp(62px, 8.6vw, 150px); line-height: .86; letter-spacing: -.085em; margin: 26px 0; }
.wiggles-hero h1 em { color: var(--wig-yellow); font-style: normal; }
.wiggles-hero-copy > p:not(.eyebrow) { max-width: 650px; font-size: 16px; line-height: 1.7; }
.wiggle-button { display: inline-flex; margin-top: 32px; padding: 15px 22px; border-radius: 100px; background: var(--wig-yellow); color: var(--wig-navy); font-weight: 700; }
.wiggle-button.light { background: white; }
.wiggles-hero-art { position: relative; min-height: 100svh; background: var(--wig-coral); overflow: hidden; }
.wiggles-sun { position: absolute; width: 64vw; aspect-ratio: 1; border-radius: 50%; background: var(--wig-yellow); right: -24vw; top: -28vw; box-shadow: 0 0 0 8vw var(--wig-orange); }
.wiggles-logo { position: absolute; z-index: 3; width: 23%; left: 9%; top: 15%; transform: rotate(-8deg); }
.ansi-hero { position: absolute; z-index: 2; width: 82%; max-height: 78%; object-fit: cover; object-position: center; right: -4%; bottom: -3%; border-radius: 50% 50% 0 0; mix-blend-mode: multiply; }
.ansi-label { position: absolute; z-index: 4; right: 5%; bottom: 5%; max-width: 180px; padding: 12px 15px; border: 2px solid var(--wig-navy); border-radius: 18px; background: white; color: var(--wig-navy); font: 9px/1.5 var(--mono); text-transform: uppercase; transform: rotate(-4deg); }
.wiggles-overview { background: var(--wig-cream); }
.wiggle-summary, .wiggle-heading { display: grid; grid-template-columns: 1.15fr .85fr; gap: 8vw; align-items: start; }
.wiggle-summary h2, .wiggle-heading h2 { font-size: clamp(42px, 6vw, 95px); line-height: .98; letter-spacing: -.065em; margin: 0; }
.wiggle-summary p, .wiggle-heading > p { font-size: 13px; line-height: 1.8; margin: 0 0 18px; }
.wiggle-meta { display: grid; grid-template-columns: repeat(4,1fr); margin-top: 8vw; border-block: 2px solid var(--wig-navy); }
.wiggle-meta div { padding: 24px; border-right: 1px solid var(--wig-navy); }
.wiggle-meta div:last-child { border: 0; }
.wiggle-meta span, .wiggle-chapter, .wiggle-feature-copy > span, .wiggle-health-copy > span, .wiggle-pilot > span { display: block; font: 8px/1.4 var(--mono); text-transform: uppercase; }
.wiggle-meta strong { display: block; margin-top: 10px; font-size: 13px; }
.wiggle-thesis { min-height: 75svh; display: grid; align-content: center; padding: 10vw 8vw; background: var(--wig-navy); color: white; text-align: center; }
.wiggle-thesis > span { color: var(--wig-yellow); font: 9px var(--mono); text-transform: uppercase; }
.wiggle-thesis h2 { max-width: 1250px; margin: 25px auto 0; font-size: clamp(48px, 7vw, 115px); line-height: 1; letter-spacing: -.065em; }
.wiggle-thesis strong:nth-of-type(1) { color: var(--wig-yellow); }.wiggle-thesis strong:nth-of-type(2) { color: var(--wig-orange); }.wiggle-thesis strong:nth-of-type(3) { color: #74d8ce; }
.wiggle-chapter { display: flex; gap: 14px; align-items: center; margin-bottom: 7vw; color: var(--wig-coral); }
.wiggle-chapter span { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: var(--wig-coral); color: white; }
.wiggle-hmw { margin: 7vw 0; padding: 6vw; border-radius: 999px; background: var(--wig-yellow); color: var(--wig-navy); font-size: clamp(25px, 3.5vw, 55px); line-height: 1.15; text-align: center; font-weight: 700; }
.emma-card { display: grid; grid-template-columns: .7fr 1.1fr .8fr; gap: 4vw; padding: 45px; border-radius: 36px; background: var(--wig-teal); color: white; align-items: center; }
.emma-card span { color: var(--wig-yellow); font: 8px var(--mono); text-transform: uppercase; }
.emma-card h3 { font-size: 40px; margin: 12px 0; }.emma-card p { font-size: 11px; line-height: 1.7; }
.emma-card blockquote { margin: 0; font-size: clamp(22px, 2.7vw, 42px); line-height: 1.2; font-weight: 600; }
.emma-needs { display: grid; gap: 10px; }.emma-needs span { padding: 12px; border-radius: 20px; background: white; color: var(--wig-navy); text-align: center; }
.wiggle-opportunities, .wiggle-metrics { display: grid; grid-template-columns: repeat(3,1fr); margin-top: 6vw; border-top: 2px solid var(--wig-navy); }
.wiggle-opportunities article, .wiggle-metrics article { min-height: 270px; padding: 25px; border-right: 1px solid var(--wig-navy); display: flex; flex-direction: column; }.wiggle-opportunities article:last-child, .wiggle-metrics article:last-child { border: 0; }
.wiggle-opportunities span, .wiggle-metrics span { color: var(--wig-coral); font: 9px var(--mono); text-transform: uppercase; }
.wiggle-opportunities h3, .wiggle-metrics h3 { margin: auto 0 12px; font-size: 25px; letter-spacing: -.04em; }.wiggle-opportunities p, .wiggle-metrics p { font-size: 11px; line-height: 1.7; margin: 0; }
.wiggle-brand { background: var(--wig-coral); color: white; }
.wiggle-brand .wiggle-chapter, .wiggle-brand .eyebrow { color: var(--wig-yellow); }
.wiggle-brand-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 20px; margin-top: 7vw; }
.wiggle-logo-story { padding: 7vw; border-radius: 45px; background: var(--wig-navy); }.wiggle-logo-story img { width: 48%; max-width: 280px; }.wiggle-logo-story h3 { font-size: clamp(30px, 4vw, 62px); line-height: 1; letter-spacing: -.055em; margin: 40px 0 18px; }.wiggle-logo-story p { font-size: 11px; line-height: 1.8; }
.ansi-origin { margin: 0; overflow: hidden; border-radius: 45px; background: var(--wig-yellow); color: var(--wig-navy); }.ansi-origin img { width: 100%; height: 650px; object-fit: cover; display: block; mix-blend-mode: multiply; }.ansi-origin figcaption { padding: 20px 25px; font-size: 11px; }
.wiggle-palette { display: flex; gap: 10px; align-items: center; margin-top: 35px; }.wiggle-palette i { width: 58px; height: 58px; border-radius: 50%; background: var(--c); border: 2px solid white; }.wiggle-palette span { margin-left: auto; font: 9px var(--mono); text-transform: uppercase; }
.wiggle-personalize { background: var(--wig-cream); }
.phone-story { display: grid; grid-template-columns: repeat(3,1fr); gap: 3vw; margin-top: 7vw; align-items: start; }
.wiggle-phone { margin: 0; text-align: center; }.wiggle-phone img { width: 100%; max-width: 360px; max-height: 720px; object-fit: contain; filter: drop-shadow(0 22px 25px rgba(13,59,102,.14)); }.wiggle-phone figcaption, .wiggle-reward-grid figcaption { margin-top: 14px; color: var(--wig-navy); font: 8px var(--mono); text-transform: uppercase; }
.phone-story .wiggle-phone:nth-child(2) { margin-top: 8vw; }
.wiggle-decision { display: grid; grid-template-columns: .25fr .75fr; gap: 4vw; margin-top: 8vw; padding: 30px 0; border-block: 2px solid var(--wig-navy); }.wiggle-decision b { color: var(--wig-coral); font: 9px var(--mono); text-transform: uppercase; }.wiggle-decision p { max-width: 800px; margin: 0; font-size: 14px; line-height: 1.7; }
.wiggle-care { background: white; }
.wiggle-feature { display: grid; grid-template-columns: .72fr 1.28fr; gap: 6vw; align-items: center; margin-top: 9vw; }.wiggle-feature.reverse { grid-template-columns: 1.28fr .72fr; }
.wiggle-feature-copy > span, .wiggle-health-copy > span { color: var(--wig-coral); }.wiggle-feature-copy h3, .wiggle-health-copy h3, .wiggle-commerce-copy h3 { font-size: clamp(35px, 4.4vw, 70px); line-height: 1; letter-spacing: -.06em; margin: 20px 0; }.wiggle-feature-copy > p, .wiggle-health-copy > p, .wiggle-commerce-copy > p { font-size: 12px; line-height: 1.8; }
.wiggle-screens, .wiggle-commerce-screens { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: center; }.wiggle-screens img, .wiggle-commerce-screens img { width: 100%; max-height: 720px; object-fit: contain; filter: drop-shadow(0 20px 25px rgba(13,59,102,.15)); }.wiggle-screens img:nth-child(2), .wiggle-commerce-screens img:nth-child(2) { transform: translateY(5vw); }
.wiggle-proof { margin-top: 35px; border-top: 1px solid var(--wig-navy); }.wiggle-proof b { display: block; margin-top: 18px; color: var(--wig-teal); font: 8px var(--mono); text-transform: uppercase; }.wiggle-proof p { font-size: 11px; }
.wiggle-health { background: var(--wig-navy); color: white; }.wiggle-health .wiggle-chapter, .wiggle-health .eyebrow { color: var(--wig-yellow); }
.wiggle-health-grid { display: grid; grid-template-columns: .75fr 1.1fr .75fr; gap: 4vw; align-items: center; margin-top: 7vw; }.wiggle-health-copy { padding: 4vw; border-radius: 35px; background: var(--wig-teal-dark); }
.wiggle-ai-guardrails { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 30px; }.wiggle-ai-guardrails span { padding: 12px; border-radius: 18px; background: white; color: var(--wig-navy); font: 8px var(--mono); text-align: center; text-transform: uppercase; }
.wiggle-business { background: var(--wig-yellow); }.wiggle-loop { display: grid; grid-template-columns: repeat(7,auto); align-items: center; gap: 15px; margin: 7vw 0; }.wiggle-loop div { min-height: 130px; padding: 24px; border: 2px solid var(--wig-navy); border-radius: 28px; background: white; display: flex; flex-direction: column; }.wiggle-loop span { color: var(--wig-coral); font: 8px var(--mono); }.wiggle-loop strong { margin-top: auto; font-size: 14px; }.wiggle-loop b { font-size: 30px; }
.wiggle-commerce { display: grid; grid-template-columns: .75fr 1.25fr; gap: 6vw; align-items: center; padding-top: 7vw; border-top: 2px solid var(--wig-navy); }.wiggle-commerce-copy ul { padding: 0; list-style: none; border-top: 1px solid var(--wig-navy); }.wiggle-commerce-copy li { padding: 14px 0; border-bottom: 1px solid var(--wig-navy); font-size: 11px; }
.wiggle-rewards { background: var(--wig-teal); color: white; }.wiggle-rewards .eyebrow { color: var(--wig-yellow); }.wiggle-reward-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4vw; margin-top: 7vw; }.wiggle-reward-grid figure { margin: 0; padding: 4vw; border-radius: 40px; background: white; text-align: center; }.wiggle-reward-grid img { width: 100%; max-height: 750px; object-fit: contain; }
.wiggle-impact { background: var(--wig-cream); }.wiggle-metrics { grid-template-columns: repeat(4,1fr); }.wiggle-pilot { margin-top: 7vw; padding: 5vw; border-radius: 35px; background: var(--wig-coral); color: white; }.wiggle-pilot > span { color: var(--wig-yellow); }.wiggle-pilot h3 { max-width: 950px; font-size: clamp(30px, 4vw, 65px); line-height: 1; letter-spacing: -.055em; margin: 20px 0; }.wiggle-pilot p { max-width: 750px; font-size: 11px; line-height: 1.8; }
.ansi-finale { min-height: 85svh; display: grid; grid-template-columns: 1fr 1fr; background: var(--wig-navy); color: white; }.ansi-finale > img { width: 100%; height: 85svh; object-fit: cover; filter: grayscale(1); }.ansi-finale > div { align-self: center; padding: 7vw; }.ansi-finale .eyebrow { color: var(--wig-yellow); }.ansi-finale h2 { font-size: clamp(48px, 6vw, 95px); line-height: .95; letter-spacing: -.07em; margin: 25px 0; }.ansi-finale p:not(.eyebrow) { max-width: 600px; font-size: 13px; line-height: 1.8; }
.wiggles-card-visual { background: #2e9f93; overflow: hidden; display: grid; place-items: center; }.wiggles-card-visual::before { content:""; position:absolute; width:80%; aspect-ratio:1; border-radius:50%; background:#f4d35e; right:-35%; top:-45%; }.wiggles-card-visual > img:first-child { position:absolute; z-index:3; width:25%; left:9%; top:12%; }.wiggles-card-ansi { position:absolute; z-index:2; width:68%; right:0; bottom:-8%; mix-blend-mode:multiply; }

@media (max-width: 900px) {
  .wiggle-pad { padding: 14vw 5vw; }
  .wiggles-hero, .wiggle-summary, .wiggle-heading, .wiggle-brand-grid, .wiggle-feature, .wiggle-feature.reverse, .wiggle-health-grid, .wiggle-commerce, .ansi-finale { grid-template-columns: 1fr; }
  .wiggles-hero-copy { padding: 18vw 5vw 10vw; }
  .wiggles-hero-art { min-height: 72svh; }
  .wiggles-sun { width: 100vw; right: -50vw; }
  .ansi-hero { width: 72%; }
  .wiggle-meta, .wiggle-opportunities, .wiggle-metrics { grid-template-columns: 1fr 1fr; }
  .emma-card { grid-template-columns: 1fr; }
  .wiggle-loop { grid-template-columns: 1fr 30px 1fr; }
  .wiggle-loop b:nth-of-type(2) { display: none; }
  .wiggle-feature.reverse .wiggle-screens { order: 2; }
  .ansi-finale > img { height: 60svh; }
}

@media (max-width: 560px) {
  .wiggles-hero h1 { font-size: 18vw; }
  .wiggles-hero-art { min-height: 60svh; }
  .wiggles-logo { width: 30%; }
  .ansi-hero { width: 95%; }
  .wiggle-summary h2, .wiggle-heading h2 { font-size: 12.5vw; }
  .wiggle-meta, .wiggle-opportunities, .wiggle-metrics, .phone-story, .wiggle-health-grid, .wiggle-reward-grid { grid-template-columns: 1fr; }
  .wiggle-meta div, .wiggle-opportunities article, .wiggle-metrics article { border-right: 0; border-bottom: 1px solid var(--wig-navy); }
  .wiggle-meta div:last-child, .wiggle-opportunities article:last-child, .wiggle-metrics article:last-child { border-bottom: 0; }
  .wiggle-hmw { border-radius: 45px; padding: 40px 25px; font-size: 25px; }
  .emma-card { padding: 28px; border-radius: 28px; }
  .wiggle-opportunities article, .wiggle-metrics article { min-height: 220px; padding-inline: 0; }
  .ansi-origin img { height: 420px; }
  .wiggle-palette { flex-wrap: wrap; }.wiggle-palette i { width: 42px; height: 42px; }.wiggle-palette span { width: 100%; margin: 10px 0 0; }
  .phone-story .wiggle-phone:nth-child(2) { margin-top: 0; }
  .wiggle-decision { grid-template-columns: 1fr; }
  .wiggle-screens, .wiggle-commerce-screens { gap: 7px; }
  .wiggle-health-copy { padding: 28px; }
  .wiggle-ai-guardrails { grid-template-columns: 1fr; }
  .wiggle-loop { grid-template-columns: 1fr; }.wiggle-loop b { transform: rotate(90deg); text-align: center; }.wiggle-loop b:nth-of-type(2) { display: block; }
  .wiggle-reward-grid figure { padding: 20px; border-radius: 25px; }
  .ansi-finale > img { height: 50svh; }.ansi-finale > div { padding: 12vw 5vw; }
}
