body { font-family: "Noto Sans", "Archivo", sans-serif; }
.shell { width: min(1120px, calc(100% - 40px)); }
.case-bar { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 82px; border-bottom: 1px solid var(--line); }
.case-brand { display: inline-flex; align-items: center; gap: 10px; font: 800 1.1rem/1 "Archivo", sans-serif; letter-spacing: -.04em; text-decoration: none; }
.case-brand img { border-radius: 7px; }
.case-nav { font-size: .9rem; font-weight: 700; text-decoration: none; }
.case-nav:hover { color: var(--acid); }
.case-hero { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(260px, .7fr); align-items: center; gap: clamp(30px, 7vw, 100px); padding-top: clamp(56px, 9vw, 116px); padding-bottom: clamp(54px, 8vw, 100px); }
.case-eyebrow, .case-index, .case-status-label { font: 800 .74rem/1.4 "Archivo", sans-serif; letter-spacing: .16em; color: var(--acid); }
.case-eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 26px; }
.case-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--acid); }
.case-hero h1 { max-width: 11ch; font-size: clamp(2.9rem, 6.8vw, 6.1rem); line-height: .99; letter-spacing: -.065em; }
.case-hero h1 em { color: var(--acid); font-style: normal; }
.case-lede { max-width: 52ch; margin-top: 28px; color: var(--muted); font-size: clamp(1.05rem, 1.35vw, 1.25rem); line-height: 1.7; }
.case-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.case-byline { margin-top: 25px; color: var(--faint); font-size: .86rem; }
.case-byline span { padding-inline: 8px; }
.case-hero-media, .case-phone { margin: 0; }
.case-hero-media img, .case-phone img { display: block; width: 100%; max-width: 340px; margin-inline: auto; border: 1px solid var(--line); border-radius: 30px; box-shadow: 0 25px 70px rgba(0,0,0,.28); }
figcaption { margin-top: 13px; color: var(--faint); font-size: .75rem; text-align: center; }
.case-status { display: grid; grid-template-columns: repeat(3,1fr); border-block: 1px solid var(--line); }
.case-status > div { display: grid; align-content: start; gap: 8px; min-height: 144px; padding: 27px 30px; }
.case-status > div + div { border-left: 1px solid var(--line); }
.case-status strong { font: 800 1.1rem/1.25 "Archivo", sans-serif; }
.case-status span:last-child { color: var(--muted); font-size: .8rem; }
.case-section { display: grid; grid-template-columns: minmax(0, 1fr) minmax(260px, .85fr); align-items: center; gap: clamp(36px, 9vw, 130px); padding-block: clamp(70px, 10vw, 136px); border-bottom: 1px solid var(--line); }
.case-section-copy h2, .case-proof h2 { max-width: 15ch; margin-top: 18px; font-size: clamp(2.1rem, 4.2vw, 4.3rem); line-height: 1.09; letter-spacing: -.055em; }
.case-section-copy p:not(.case-index) { max-width: 55ch; margin-top: 24px; color: var(--muted); line-height: 1.8; }
.case-section-copy p + p { margin-top: 16px !important; }
.case-engineering { grid-template-columns: minmax(0, 1fr) minmax(280px, .85fr); }
.case-flow { border: 1px solid var(--line); background: var(--surface-1); }
.case-flow > div { display: grid; grid-template-columns: 34px 1fr; gap: 0 20px; padding: 28px; }
.case-flow > div + div { border-top: 1px solid var(--line); }
.case-flow span { grid-row: span 2; color: var(--acid); font: 800 .85rem "Archivo", sans-serif; }
.case-flow strong { font: 800 1.3rem "Archivo", sans-serif; }
.case-flow small { margin-top: 5px; color: var(--muted); font-size: .88rem; }
.case-proof { padding-block: clamp(70px, 10vw, 120px); }
.case-proof h2 { max-width: 17ch; }
.case-proof ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px 48px; max-width: 960px; margin: 32px 0 34px; padding: 0; list-style: none; }
.case-proof li { position: relative; padding-left: 25px; color: var(--muted); line-height: 1.65; }
.case-proof li::before { content: "↗"; position: absolute; left: 0; color: var(--acid); }
.case-footer { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; padding-block: 25px 35px; border-top: 1px solid var(--line); color: var(--faint); font-size: .82rem; }
.case-footer a { color: var(--muted); }
@media (max-width: 760px) {
  .case-hero, .case-section, .case-engineering { grid-template-columns: 1fr; }
  .case-hero { gap: 44px; }
  .case-hero h1 { max-width: 12ch; }
  .case-hero-media img, .case-phone img { max-width: min(340px, 100%); }
  .case-status { grid-template-columns: 1fr; }
  .case-status > div { min-height: 0; padding: 21px 0; }
  .case-status > div + div { border-left: 0; border-top: 1px solid var(--line); }
  .case-section { gap: 42px; }
  .case-proof ul { grid-template-columns: 1fr; }
}
@media (max-width: 430px) {
  .shell { width: calc(100% - 32px); }
  .case-bar { min-height: 70px; }
  .case-nav { max-width: 128px; text-align: right; line-height: 1.3; }
  .case-hero h1 { font-size: clamp(2.7rem, 13vw, 3.5rem); }
  .case-actions .btn { width: 100%; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
