:root {
  --orange: #ff7100;
  --ink: #181818;
  --muted: #939393;
  --paper: #fafafa;
  --line: #e9e9e9;
  --sans: Inter, "Helvetica Neue", Arial, sans-serif;
  --cn: "PingFang SC", "Microsoft YaHei", var(--sans);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fff; font-family: var(--sans); overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
img { max-width: 100%; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  height: 58px;
  padding: 0 clamp(28px, 6vw, 116px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(255, 255, 255, .96);
  border-bottom: 1px solid #f2f2f2;
  backdrop-filter: blur(14px);
  transition: background-color .25s ease, border-color .25s ease, color .25s ease;
}
.logo { display: flex; align-items: center; }
.logo img { display: block; width: 150px; height: auto; transition: filter .25s ease; }
.main-nav { height: 100%; display: flex; align-items: center; gap: clamp(34px, 6vw, 94px); }
.main-nav a { color: #686868; font-size: 14px; font-weight: 500; transition: color .2s ease; }
.main-nav a:hover, .main-nav a.active { color: var(--orange); }
.menu-toggle { display: none; width: 38px; height: 32px; padding: 7px 0; border: 0; background: transparent; cursor: pointer; }
.menu-toggle span { display: block; width: 24px; height: 1px; margin: 5px 0 5px auto; background: var(--ink); transition: transform .2s ease; }

/* Keep the sticky navigation legible as it crosses the page's dark sections. */
.site-header.is-dark {
  background: rgba(24, 24, 24, .96);
  border-bottom-color: #333;
  color: #fff;
}
.site-header.is-dark .logo img { filter: invert(1) hue-rotate(180deg); }
.site-header.is-dark .main-nav a { color: #bdbdbd; }
.site-header.is-dark .main-nav a:hover,
.site-header.is-dark .main-nav a.active { color: var(--orange); }
.site-header.is-dark .menu-toggle span { background: #fff; }

.hero { width: 100%; height: clamp(480px, 36.46vw, 700px); overflow: hidden; background: var(--paper); }
.hero-inner { position: relative; width: min(1520px, 100%); height: 100%; margin: 0 auto; }
.hero-intro { position: absolute; z-index: 2; top: 19%; left: 23.1%; }
.hero-eyebrow { margin: 0 0 14px; display: flex; align-items: center; gap: 12px; color: #777; font-size: clamp(14px, 1vw, 18px); }
.hero-eyebrow em { font-style: italic; }
.hero-eyebrow i { width: 26px; height: 3px; background: var(--orange); }
.hero-name { margin: 0; display: flex; align-items: center; gap: 27px; }
.hero-name span { color: #777; font-size: clamp(14px, 1vw, 18px); }
.hero-name strong { color: #080808; font-family: var(--cn); font-size: clamp(31px, 2.7vw, 48px); font-weight: 400; white-space: nowrap; }
.hero-portrait { position: absolute; z-index: 1; top: 18.8%; left: 46.8%; width: min(19.3vw, 370px); aspect-ratio: 2.5 / 1; margin-left: 40px; overflow: hidden; border-radius: 999px; background: #191919; }
.hero-portrait img { width: 100%; height: 100%; display: block; object-fit: cover; transform: scale(1.18); }
.hero-sparkle {
  position: absolute;
  top: 16.5%;
  left: 72.6%;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  color: #999;
  font-size: 48px;
  line-height: 1;
  opacity: .72;
  transform-origin: center;
  animation: hero-sparkle-float 4.8s ease-in-out infinite;
  will-change: transform, opacity, filter;
}

@keyframes hero-sparkle-float {
  0%, 100% {
    opacity: .52;
    filter: drop-shadow(0 0 0 rgba(255, 113, 0, 0));
    transform: translate3d(0, 2px, 0) rotate(0deg) scale(.88);
  }
  50% {
    opacity: 1;
    filter: drop-shadow(0 0 9px rgba(255, 113, 0, .32));
    transform: translate3d(0, -7px, 0) rotate(45deg) scale(1.08);
  }
}

.hero h1 { position: absolute; z-index: 3; top: 46.2%; left: 0; right: 0; margin: 0; color: #303030; text-align: center; font-size: clamp(92px, 9.2vw, 176px); line-height: .9; font-weight: 700; white-space: nowrap; }
.hero h1 span { color: var(--orange); }
.hero-subtitle { position: absolute; left: 18px; right: 18px; bottom: 14%; margin: 0; color: #a0a0a0; text-align: center; font-size: clamp(13px, 1.05vw, 18px); line-height: 1.35; }
.mobile-break { display: none; }

.clients { min-height: 121px; display: flex; align-items: center; background: #fff; border-bottom: 1px solid #f1f1f1; }
.clients-inner { width: min(1020px, calc(100% - 60px)); margin: 0 auto; display: flex; align-items: center; justify-content: center; gap: 50px; }
.clients p { margin: 0; display: flex; align-items: center; gap: 17px; color: #686868; font-size: 16px; font-weight: 700; white-space: nowrap; }
.clients p span { width: 68px; height: 2px; background: var(--orange); }
.clients img { display: block; width: min(496px, 48vw); height: auto; }

.about-block {
  padding: 0;
  display: block;
  overflow: hidden;
  background: #000;
}
.about-image { display: block; width: 100%; max-width: 100%; height: auto; }

.about-showcase {
  padding: 76px 0 118px;
  background: #fff;
  color: #303030;
  overflow: hidden;
}
.about-showcase-inner { width: calc(100% - clamp(28px, 6vw, 116px) - clamp(28px, 6vw, 116px)); max-width: none; margin: 0 auto; }
.journey-heading { display:grid; grid-template-columns:minmax(0, 900px) minmax(0, 1fr); gap:72px; align-items:start; margin-bottom:92px; }
.journey-heading h2 { margin:0; font-size:72px; line-height:1.08; font-weight:600; letter-spacing:-.035em; }
.journey-heading h2 span { color:var(--orange); }
.journey-heading p { margin:36px 0 0 auto; width:729px; max-width:100%; color:#8D8D8D; font-size:26px; font-weight:400; line-height:normal; text-align:justify; letter-spacing:0; }
.journey-list { display:flex; flex-direction:column; gap:78px; }
.journey-item { display:grid; grid-template-columns:880px minmax(0, 1fr); gap:72px; align-items:center; }
.journey-media { display:block; width:880px; height:454px; overflow:hidden; border-radius:40px; background:#D8D8D8; opacity:1; }
.journey-media img { width:100%; height:100%; display:block; object-fit:cover; transition:transform .45s ease; }
.journey-media:hover img { transform:scale(1.04); }
.journey-copy small { display:block; margin-bottom:13px; font-size:45px; font-weight:600; line-height:1; }
.journey-date { margin:20px 0 0; color:#929292; font-size:24px; font-weight:500; }
.journey-copy h3 { margin:0; font-size:54px; line-height:normal; font-weight:600; letter-spacing:0; color:#353535; }
.journey-tags { display:flex; flex-wrap:wrap; gap:12px; margin-top:17px; }.journey-tags span { padding:7px 16px; border:1px solid #dedede; border-radius:18px; background:#f5f5f5; color:#969696; font-size:14px; font-weight:600; }
.journey-button { display:inline-flex; align-items:center; gap:16px; margin-top:60px; min-height:66px; padding:0 36px; border-radius:34px; background:var(--orange); color:#fff; font-size:24px; font-weight:600; transition:transform .2s ease; }.journey-button:hover { transform:translateX(5px); }
.journey-button b { position:relative; width:25px; height:18px; border:2px solid currentColor; border-radius:3px; font-size:0; }
.journey-button b::before { content:""; position:absolute; left:2px; top:-6px; width:9px; height:6px; border:2px solid currentColor; border-bottom:0; border-radius:3px 3px 0 0; }
.journey-button b::after { content:"↩"; position:absolute; left:4px; top:-4px; font-size:17px; line-height:17px; transform:scaleX(-1); }
.journey-arrow { width:22px; height:22px; display:block; flex:0 0 auto; }

@media (max-width: 1400px) and (min-width: 721px) {
  .about-showcase-inner { width: calc(100% - 12vw); }
  .journey-heading, .journey-item { grid-template-columns: 1.08fr .92fr; gap: 5vw; }
  .journey-heading h2 { font-size: clamp(48px, 4.2vw, 72px); }
  .journey-heading p { font-size: clamp(16px, 1.4vw, 24px); }
  .journey-item { grid-template-columns: 1.08fr .92fr; }
  .journey-media { width: 100%; height: auto; aspect-ratio: 880 / 454; }
  .journey-copy small { font-size: clamp(30px, 2.7vw, 45px); }
  .journey-copy h3 { font-size: clamp(27px, 2.4vw, 40px); }
  .journey-date { font-size: clamp(16px, 1.4vw, 24px); }
  .journey-button { margin-top: clamp(28px, 3vw, 60px); min-height: 54px; font-size: clamp(16px, 1.4vw, 24px); }
}

.stats-band { min-height: 100px; display: flex; align-items: center; overflow: hidden; background: var(--orange); color: var(--ink); }
.stats-track { width: 100%; padding: 0 3.4%; display: flex; align-items: center; justify-content: space-between; gap: 34px; white-space: nowrap; }
.stats-track span { font-size: clamp(34px, 4vw, 64px); }
.stats-track strong { font-size: clamp(30px, 4vw, 66px); font-weight: 400; }

.work-section { padding: 93px max(6vw, 116px) 126px; background: var(--ink); color: #fff; }
.work-heading { margin-bottom: 104px; display: flex; align-items: flex-start; justify-content: space-between; gap: 60px; }
.work-heading h2 { margin: 0; font-size: clamp(52px, 6.2vw, 100px); line-height: 1; font-weight: 500; }
.work-heading h2 span { color: var(--orange); }
.work-heading p { margin: 16px 0 0; color: #9b9b9b; font-size: 17px; line-height: 1.3; }

.project-columns { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(22px, 2.2vw, 38px); align-items: start; }
.project-column { display: flex; flex-direction: column; gap: 88px; }
.project-column-offset { padding-top: 0; }
.project-card { display: block; min-width: 0; scroll-margin-top: 80px; }
.project-copy { position: relative; min-height: 112px; padding-right: 92px; }
.project-copy h3 { margin: 0 0 10px; font-family: var(--cn); font-size: clamp(22px, 1.7vw, 29px); font-weight: 700; line-height: 1.2; }
.project-copy p { max-width: 330px; margin: 0; color: #929292; font-size: clamp(13px, 1vw, 17px); line-height: 1.45; }
.case-arrow {
  position: absolute;
  top: 2px;
  right: 0;
  width: 84px;
  height: 55px;
  display: grid;
  place-items: center;
  border-radius: 28px;
  background: var(--orange);
  color: #fff;
  font-size: 0;
  line-height: 1;
  transition: transform .25s ease, background .25s ease;
}
.case-arrow::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 14px;
  background: #fff;
  clip-path: polygon(0 42%, 58% 42%, 58% 0, 100% 50%, 58% 100%, 58% 58%, 0 58%);
  transform: translate(-50%, -50%);
}
.project-card:hover .case-arrow { transform: translateX(7px); background: #ff8e33; }
.project-media { position: relative; width: 100%; height: clamp(360px, 38vw, 500px); min-height: 0; overflow: hidden; border: 1px solid #333; border-radius: 8px; background: #222; }
.media-photo img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .55s cubic-bezier(.2,.7,.2,1); }
.project-card:hover .media-photo img { transform: scale(1.035); }
.media-mova img { object-position: center; }
.media-fleet img { object-position: center; }
.media-noesis img { object-position: center; }
.visual-cover { isolation: isolate; transition: transform .4s ease; }
.project-card:hover .visual-cover { transform: translateY(-4px); }

.media-pool { background: #e8f2f0; color: #143c45; }
.pool-water { position: absolute; inset: 0 42% 0 0; overflow: hidden; background: #3fb8c2; }
.pool-water::before, .pool-water::after, .pool-water i { content: ""; position: absolute; width: 260px; height: 260px; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; }
.pool-water::before { left: -100px; top: 30px; }.pool-water::after { left: 10px; top: 215px; }
.pool-water i:nth-child(1) { left: -130px; top: 350px; }.pool-water i:nth-child(2) { left: 70px; top: 480px; }.pool-water i:nth-child(3) { left: -20px; top: -110px; }
.pool-phone { position: absolute; z-index: 2; top: 18%; left: 32%; width: 150px; height: 320px; padding: 32px 18px; display: flex; flex-direction: column; align-items: center; border: 8px solid #122c33; border-radius: 28px; background: #f7fbfa; color: #173940; transform: rotate(-5deg); box-shadow: 18px 25px 40px rgba(15,61,70,.23); }
.pool-phone span { font-size: 10px; font-weight: 700; }.pool-phone b { margin-top: 58px; font-size: 54px; }.pool-phone small { margin-top: 8px; font-size: 9px; }
.media-pool em { position: absolute; right: 7%; bottom: 9%; font-size: clamp(36px, 4vw, 68px); font-style: normal; font-weight: 800; line-height: .84; }

.media-travel { background: #f0e4d6; color: #2d3d3a; }
.travel-map { position: absolute; inset: 0; opacity: .7; background-image: linear-gradient(#80948d 1px, transparent 1px), linear-gradient(90deg, #80948d 1px, transparent 1px); background-size: 58px 58px; transform: rotate(10deg) scale(1.2); }
.travel-map::after { content: ""; position: absolute; inset: 12% 26%; border: 3px solid var(--orange); border-radius: 50%; transform: rotate(-22deg); }
.travel-card { position: absolute; left: 11%; bottom: 13%; width: 62%; padding: 24px; border: 1px solid #28423d; background: rgba(255,255,255,.9); font-size: 22px; font-weight: 700; }
.travel-card small { display: block; margin-top: 38px; font-size: 10px; font-weight: 500; }
.media-travel > b { position: absolute; top: 10%; right: 10%; color: var(--orange); font-family: var(--cn); font-size: 68px; line-height: .85; }

.media-energy { background: #cbe87a; color: #111; }
.energy-panel { position: absolute; top: 11%; left: 9%; right: 9%; bottom: 12%; padding: 32px; border: 2px solid #111; background: #f8f9f3; box-shadow: 16px 16px 0 #111; }
.energy-panel span { font-size: 10px; font-weight: 800; }.energy-panel > b { display: block; margin-top: 52px; font-size: clamp(48px, 5vw, 78px); }.energy-panel > b small { margin-left: 5px; font-size: 13px; font-weight: 500; }
.energy-bars { position: absolute; left: 32px; right: 32px; bottom: 38px; height: 120px; display: flex; align-items: end; gap: 9px; border-bottom: 1px solid #333; }
.energy-bars i { flex: 1; background: #111; }.energy-bars i:nth-child(1) { height: 24%; }.energy-bars i:nth-child(2) { height: 42%; }.energy-bars i:nth-child(3) { height: 34%; }.energy-bars i:nth-child(4) { height: 68%; }.energy-bars i:nth-child(5) { height: 57%; }.energy-bars i:nth-child(6) { height: 91%; background: var(--orange); }
.media-energy > strong { position: absolute; right: 5%; top: 4%; padding: 6px; background: #111; color: #fff; font-size: 11px; line-height: 1.1; }

.media-medical { background: #168fda; color: #183033; }
.media-medical img { object-fit: contain; background: #168fda; }
.medical-sidebar { position: absolute; left: 7%; top: 10%; bottom: 10%; width: 58px; display: flex; flex-direction: column; align-items: center; gap: 18px; padding-top: 30px; background: #163438; }
.medical-sidebar i { width: 14px; height: 14px; border: 1px solid #dcebed; border-radius: 50%; }
.medical-screen { position: absolute; left: calc(7% + 74px); right: 7%; top: 10%; bottom: 10%; padding: 34px; background: #f8fbfa; }
.medical-screen span { font-size: 10px; font-weight: 700; }.medical-screen b { display: block; margin-top: 35px; color: #0c777b; font-size: 88px; }.medical-screen small { color: #76898b; }
.pulse-line { position: absolute; left: 34px; right: 34px; bottom: 24%; height: 2px; background: #b7cdcf; }
.pulse-line::after { content: ""; position: absolute; left: 35%; top: -25px; width: 45px; height: 45px; border-top: 3px solid var(--orange); border-right: 3px solid var(--orange); transform: rotate(135deg) skew(18deg,18deg); }

.media-ring { background: #d8c3aa; }
.ring-glow { position: absolute; inset: 0; background: linear-gradient(125deg, rgba(255,255,255,.72), transparent 48%); }
.ring-phone { position: absolute; left: 12%; top: 12%; width: 42%; height: 82%; padding: 30px 18px; border: 8px solid #27231f; border-radius: 28px; background: #f7f0e8; color: #2b2722; transform: rotate(5deg); }
.ring-phone span, .ring-phone small { display: block; text-align: center; font-size: 8px; }.ring-phone b { display: block; margin-top: 60px; text-align: center; font-family: Georgia, serif; font-size: 72px; font-weight: 400; }
.smart-ring { position: absolute; right: 12%; bottom: 20%; width: 112px; height: 112px; border: 23px solid #3a3330; border-radius: 50%; box-shadow: 14px 18px 28px rgba(55,37,25,.27); transform: rotateX(65deg) rotateZ(-18deg); }

.media-casebook { min-height: 0; background: #f7f7f5; }
.media-casebook::after { display: none; }
.media-casebook img { object-position: center; }

.more-button { width: 262px; height: 64px; margin: 104px auto 0; display: flex; align-items: center; justify-content: center; gap: 24px; border: 2px solid var(--orange); border-radius: 34px; color: var(--orange); font-size: 26px; transition: color .2s ease, background .2s ease; }
.more-button span { font-size: 38px; }
.more-button:hover { color: #fff; background: var(--orange); }

.contact-section { padding: 102px max(6vw, 116px); display: flex; align-items: center; justify-content: space-between; gap: 50px; background: #fafafa; }
.contact-section p { margin: 0 0 13px; color: #929292; font-size: 17px; }
.contact-section h2 { margin: 0; font-size: clamp(50px, 6vw, 92px); line-height: .98; font-weight: 500; }
.contact-section h2 span { color: var(--orange); }
.contact-button { padding: 20px 28px; display: inline-flex; align-items: center; gap: 24px; border-radius: 33px; background: var(--orange); color: #fff; font-size: 20px; white-space: nowrap; transition: transform .2s ease; }
.contact-button:hover { transform: translateX(7px); }
.contact-button span { font-size: 28px; }
.site-footer { padding: 22px max(6vw, 116px); display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid #ededed; color: #818181; font-size: 12px; }
.site-footer a:hover { color: var(--orange); }

/* Case page */
.case-page { --case-accent: #ff7100; --case-surface: #222; background: var(--ink); color: #fff; }
.case-page.case-fleet { --case-gutter: 250px; }
.case-page.case-fleet .site-header { background: rgba(24, 24, 24, .96); border-bottom-color: #303030; }
.case-page.case-fleet .logo img { filter: brightness(0) invert(1); }
.case-page.case-fleet .main-nav a { color: #bdbdbd; }
.case-page.case-fleet .main-nav a:hover,
.case-page.case-fleet .main-nav a.active { color: var(--orange); }
.case-page.case-fleet .menu-toggle span { background: #fff; }
.case-page.case-fleet .case-hero {
  height: 100px;
  min-height: 100px;
  overflow: hidden;
  padding: 68px var(--case-gutter) 0;
}
.case-page.case-fleet .case-hero-grid,
.case-page.case-fleet .case-kicker { display: none; }
.case-hero { padding: 68px max(6vw, 116px) 88px; }
.case-page.case-archive .case-hero {
  height: 200px;
  min-height: 200px;
  padding: 24px max(6vw, 116px) 17px;
}
.case-page.case-archive .case-hero h1 { font-size: 60px; }
.case-page.case-archive .case-hero-grid { grid-template-columns: minmax(0, 1fr) max-content; }
.case-page.case-archive .case-summary { max-width: none; font-size: 14px; white-space: nowrap; }
.back-link { display: inline-flex; margin-bottom: 90px; color: #969696; font-size: 14px; transition: color .2s ease; }
.case-page.case-archive .back-link { margin-bottom: 12px; color: #ff5900; font-size: 20px; }
.back-link:hover { color: var(--case-accent); }
.case-hero-grid { display: grid; grid-template-columns: minmax(0, 1.65fr) minmax(300px, .65fr); gap: 8vw; align-items: end; }
.case-kicker { margin: 0 0 24px; color: var(--case-accent); font-size: 13px; font-weight: 700; text-transform: uppercase; }
.case-hero h1 { max-width: 1120px; margin: 0; font-family: var(--cn); font-size: clamp(64px, 7.34vw, 100px); line-height: .88; font-weight: 700; overflow-wrap: anywhere; }
.case-hero-side { padding-bottom: 8px; }
.case-summary { margin: 0; color: #adadad; font-size: 19px; line-height: 1.55; }
.case-tags { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 8px; }
.case-page.case-archive .case-tags { margin-top: 16px; }
.case-tags span { padding: 8px 13px; border: 1px solid #4c4c4c; border-radius: 18px; color: #d2d2d2; font-size: 12px; }

.case-stage { position: relative; min-height: 740px; display: grid; place-items: center; overflow: hidden; isolation: isolate; background: var(--case-surface); color: #fff; }
.case-stage::before { content: ""; position: absolute; z-index: -2; inset: 12%; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; transform: rotate(-10deg); }
.case-stage::after { content: ""; position: absolute; z-index: -2; width: 520px; height: 520px; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; }
.case-stage-photo { position: absolute; z-index: -3; inset: 0; width: 100%; height: 100%; display: none; object-fit: cover; opacity: .42; filter: saturate(.75) contrast(1.12); }
.case-stage.has-photo .case-stage-photo { display: block; }
.case-stage-index { position: absolute; top: 34px; left: max(6vw, 116px); color: rgba(255,255,255,.62); font-size: 11px; font-weight: 600; }
.stage-orbit { position: absolute; z-index: -1; width: min(910px, 68vw); height: 390px; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; transform: rotate(18deg); }
.stage-device { width: 285px; height: 570px; padding: 18px; overflow: hidden; border: 12px solid #101010; border-radius: 42px; background: #f8f8f5; color: #141414; box-shadow: 36px 44px 70px rgba(0,0,0,.35); transform: rotate(5deg); }
.stage-device-top { display: flex; justify-content: space-between; align-items: center; font-size: 10px; font-weight: 700; }
.stage-device-top i { width: 7px; height: 7px; border-radius: 50%; background: var(--case-accent); }
.stage-device-content { margin-top: 58px; text-align: center; }
.stage-device-content > small { font-size: 9px; font-weight: 700; }
.stage-device-content > strong { display: block; margin: 35px 0 0; color: var(--case-accent); font-size: 106px; line-height: 1; }
.stage-device-content > p { margin: 8px 0 55px; color: #707070; font-size: 11px; }
.stage-chart { height: 115px; display: flex; align-items: end; gap: 7px; padding: 0 13px 13px; border-bottom: 1px solid #c8c8c8; }
.stage-chart i { flex: 1; background: #1d1d1d; }.stage-chart i:nth-child(1) { height: 36%; }.stage-chart i:nth-child(2) { height: 47%; }.stage-chart i:nth-child(3) { height: 31%; }.stage-chart i:nth-child(4) { height: 68%; }.stage-chart i:nth-child(5) { height: 52%; }.stage-chart i:nth-child(6) { height: 86%; background: var(--case-accent); }.stage-chart i:nth-child(7) { height: 72%; }
.stage-caption { position: absolute; right: max(6vw, 116px); bottom: 48px; margin: 0; text-align: right; color: rgba(255,255,255,.66); font-size: 15px; line-height: 1.5; }

.case-overview { padding: 118px max(6vw, 116px); display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(330px, .65fr); gap: 12vw; background: #fff; color: var(--ink); }
.section-overline { margin: 0 0 22px; color: var(--case-accent, var(--orange)); font-size: 12px; font-weight: 700; }
.case-overview-title h2 { max-width: 780px; margin: 0; font-size: clamp(46px, 5vw, 78px); line-height: 1.02; font-weight: 600; }
.case-overview-copy { padding-top: 34px; }
.case-overview-copy > p { margin: 0; color: #686868; font-size: 18px; line-height: 1.7; }
.case-facts { margin: 50px 0 0; padding-top: 22px; display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; border-top: 1px solid #d8d8d8; }
.case-facts dt { margin-bottom: 7px; color: #9a9a9a; font-size: 10px; font-weight: 700; text-transform: uppercase; }
.case-facts dd { margin: 0; font-size: 13px; font-weight: 600; line-height: 1.35; }
.case-overview-gallery { display: block; padding: 0; }
.case-overview-gallery .case-overview-title,
.case-overview-gallery .case-overview-copy { display: none; }
.case-gallery > .section-overline { margin-bottom: 28px; padding: 0 max(6vw, 116px); }
.case-page-gallery { display: block; }
.case-page-gallery img { display: block; width: 100%; height: auto; border: 0; background: #f7f7f7; }
.case-page.case-fleet .case-hero,
.case-page.case-fleet .case-footer { padding-left: var(--case-gutter); padding-right: var(--case-gutter); }
.case-page.case-fleet .case-overview-gallery {
  padding-left: 0;
  padding-right: 0;
  background: #100f0f;
}
.case-page.case-fleet .case-gallery > .section-overline { padding-left: 0; padding-right: 0; }
.case-page.case-medical .case-gallery > .section-overline { display: none; }
.case-page .case-page-gallery { width: 100%; margin: 0; }
.case-page.case-medical .case-page-gallery img { margin-bottom: 32px; }
.case-page.case-medical .case-page-gallery img:last-child { margin-bottom: 0; }
.case-page.case-archive .case-gallery > .section-overline { display: none; }

.case-footer { padding: 72px max(6vw, 116px) 90px; display: flex; justify-content: space-between; align-items: end; background: #f5f5f3; color: var(--ink); }
.next-case { display: flex; flex-direction: column; gap: 11px; }
.next-case span { color: #949494; font-size: 11px; font-weight: 700; text-transform: uppercase; }
.next-case strong { font-family: var(--cn); font-size: clamp(26px, 3vw, 44px); font-weight: 600; transition: color .2s ease; }
.next-case:hover strong { color: var(--case-accent); }
.case-back-bottom { color: var(--case-accent); font-size: 14px; }

@media (max-width: 1100px) {
  .case-page.case-archive .case-hero { height: auto; min-height: 0; padding: 46px max(6vw, 60px) 58px; }
  .case-page.case-archive .case-hero-grid { grid-template-columns: minmax(0, 1fr) minmax(260px, .8fr); }
  .case-page.case-archive .case-summary { white-space: normal; }
  .case-page .case-page-gallery { width: 100%; }
  .project-copy { min-height: 126px; padding-right: 68px; }
  .case-arrow { width: 62px; height: 48px; border-radius: 24px; }
  .case-arrow::after { width: 18px; height: 13px; }
  .pool-phone { left: 25%; width: 125px; height: 270px; }
}

@media (max-width: 760px) {
  .case-page.case-fleet { --case-gutter: 22px; }
  .case-page.case-fleet .case-hero { height: 100px; min-height: 100px; padding: 46px 22px 0; }
  .site-header { height: 58px; padding: 0 22px; }
  .logo img { width: 142px; }
  .menu-toggle { display: block; }
  .menu-toggle.open span:first-child { transform: translateY(3px) rotate(45deg); }
  .menu-toggle.open span:last-child { transform: translateY(-3px) rotate(-45deg); }
  .main-nav { position: absolute; top: 58px; left: 0; right: 0; height: auto; display: none; padding: 24px 22px; flex-direction: column; align-items: flex-start; gap: 20px; border-bottom: 1px solid #e8e8e8; background: #fff; }
  .site-header.is-dark .main-nav { border-bottom-color: #333; background: #181818; }
  .main-nav.open { display: flex; }
  .main-nav a { font-size: 13px; }
  .case-page.case-fleet .main-nav { background: #181818; border-bottom-color: #303030; }

  .hero { height: 590px; min-height: 0; }
  .hero-inner { width: 100%; }
  .hero-intro { top: 48px; left: 22px; }
  .hero-eyebrow { margin-bottom: 10px; font-size: 14px; }
  .hero-eyebrow i { width: 21px; height: 2px; }
  .hero-name { gap: 12px; }
  .hero-name span { font-size: 13px; }
  .hero-name strong { font-size: clamp(27px, 8vw, 34px); }
  .hero-portrait { top: 155px; left: auto; right: -22px; width: 315px; max-width: 82vw; margin-left: 0; }
  .hero-sparkle { top: 132px; left: 18px; width: 35px; height: 35px; font-size: 35px; }
  .hero h1 { top: 345px; left: 22px; right: 22px; text-align: left; font-size: clamp(61px, 18vw, 82px); line-height: .82; white-space: normal; }
  .hero-subtitle { left: 22px; right: 22px; bottom: 43px; text-align: left; font-size: 12px; line-height: 1.45; }
  .mobile-break { display: block; }
  .desktop-break { display: none; }

  .clients { min-height: 0; padding: 30px 22px; }
  .clients-inner { width: 100%; display: block; }
  .clients p { justify-content: center; font-size: 13px; }
  .clients p span { width: 44px; }
  .clients img { width: min(100%, 430px); margin: 25px auto 0; }

  .about-block { padding: 0; }
  .about-showcase { padding: 46px 14px 62px; }
  .about-showcase-inner { width: 100%; }
  .about-showcase-label { margin-bottom: 22px; font-size: 10px; }
  .about-showcase-label span { width: 30px; }
  .about-showcase-image { border-radius: 6px; }
  .journey-heading { display:block; margin-bottom:42px; }
  .journey-heading p { margin-top:24px; font-size:14px; }
  .journey-break { display:none; }
  .journey-item { display:block; }
  .journey-media { height:auto; aspect-ratio:1.7/1; border-radius:18px; }
  .journey-copy { padding:22px 4px 0; }
  .journey-copy h3 { font-size:28px; }
  .journey-button { margin-top:20px; }

  .stats-band { min-height: 76px; }
  .stats-track { width: max-content; justify-content: flex-start; animation: stat-scroll 18s linear infinite; }
  .stats-track strong { font-size: 29px; }
  .stats-track span { font-size: 28px; }
  @keyframes stat-scroll { to { transform: translateX(-54%); } }

  .work-section { padding: 67px 22px 76px; }
  .work-heading { margin-bottom: 62px; display: block; }
  .work-heading h2 { font-size: clamp(46px, 14vw, 62px); line-height: .95; overflow-wrap: anywhere; }
  .work-heading p { margin-top: 24px; font-size: 14px; }
  .project-columns { display: block; }
  .project-column { gap: 58px; }
  .project-column + .project-column { margin-top: 58px; }
  .project-copy { min-height: 98px; padding-right: 68px; }
  .project-copy h3 { font-size: 24px; }
  .project-copy p { max-width: 250px; font-size: 14px; }
  .case-arrow { width: 58px; height: 45px; border-radius: 23px; }
  .case-arrow::after { width: 17px; height: 12px; }
  .pool-phone { left: 34%; width: 130px; height: 275px; }
  .media-pool em { font-size: 50px; }
  .media-casebook > b { font-size: 142px; }
  .more-button { width: 205px; height: 54px; margin-top: 70px; font-size: 22px; }

  .contact-section { padding: 68px 22px 78px; display: block; }
  .contact-section h2 { font-size: 50px; overflow-wrap: anywhere; }
  .contact-button { margin-top: 36px; padding: 17px 24px; font-size: 17px; }
  .site-footer { padding: 20px 22px; flex-direction: column; gap: 9px; }

  .case-hero { height: auto; min-height: 0; padding: 46px 22px 58px; }
  .back-link { margin-bottom: 58px; font-size: 12px; }
  .case-page.case-archive .case-hero { height: auto; min-height: 0; padding: 46px 22px 58px; }
  .case-page.case-archive .case-hero-grid { display: block; }
  .case-page.case-archive .back-link { margin-bottom: 58px; font-size: 12px; }
  .case-page.case-archive .case-summary { white-space: normal; }
  .case-page.case-archive .case-tags { margin-top: 23px; }
  .case-hero-grid { display: block; }
  .case-kicker { margin-bottom: 18px; font-size: 11px; }
  .case-hero h1 { font-size: clamp(54px, 16vw, 76px); line-height: .9; }
  .case-hero-side { margin-top: 34px; }
  .case-summary { font-size: 15px; }
  .case-tags { margin-top: 23px; }

  .case-stage { min-height: 520px; }
  .case-stage-index { top: 22px; left: 22px; }
  .stage-orbit { width: 136vw; height: 250px; }
  .stage-device { width: 210px; height: 420px; padding: 13px; border-width: 9px; border-radius: 32px; }
  .stage-device-content { margin-top: 38px; }
  .stage-device-content > strong { margin-top: 23px; font-size: 76px; }
  .stage-device-content > p { margin-bottom: 35px; }
  .stage-chart { height: 85px; gap: 5px; }
  .stage-caption { right: 22px; bottom: 24px; font-size: 11px; }

  .case-overview { padding: 70px 22px 76px; display: block; }
  .case-overview.case-overview-gallery { padding-left: 0; padding-right: 0; }
  .case-page.case-archive .case-overview-gallery { padding-top: 0; padding-bottom: 0; }
  .case-page.case-fleet .case-overview-gallery { padding-left: 0; padding-right: 0; }
  .case-overview-title h2 { font-size: 44px; }
  .case-overview-copy { padding-top: 39px; }
  .case-overview-copy > p { font-size: 15px; }
  .case-facts { margin-top: 36px; grid-template-columns: 1fr; gap: 18px; }
  .case-gallery > .section-overline { padding: 0 22px; }
  .case-page.case-fleet .case-gallery > .section-overline { padding-left: 22px; padding-right: 22px; }
  .case-page .case-page-gallery { width: 100%; }

  .case-footer { padding: 54px 22px 70px; display: block; }
  .next-case strong { font-size: 28px; }
  .case-back-bottom { display: inline-block; margin-top: 48px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
