/* Swiss editorial. Local fonts, exposed rules, no runtime dependencies. */
:root {
  --paper: #f5f5f2;
  --ink: #141414;
  --muted: #62625f;
  --line: #d5d5d0;
  --body: 'Manrope', sans-serif;
  --display: 'Syne', sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 24px; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 14px/1.8 var(--body); }
a { color: inherit; text-decoration: none; }
a:hover { text-decoration: underline; text-underline-offset: 5px; }
a:focus-visible { outline: 2px solid currentColor; outline-offset: 6px; }
p, h1, h2, h3, figure { margin: 0; }
svg { display: block; width: 100%; height: auto; }
.wrap { width: min(1320px, calc(100% - 96px)); margin-inline: auto; }
.skip { position: absolute; left: 24px; top: -100px; padding: 10px 20px; background: var(--ink); color: var(--paper); z-index: 2; }
.skip:focus { top: 12px; }
.eyebrow, .figure-number, .card-number, .tags, .hero-note, .figure-caption { font-size: 10px; letter-spacing: 1.2px; line-height: 1.8; }
.eyebrow { text-transform: uppercase; font-weight: 600; }
.header { display: flex; justify-content: space-between; align-items: center; gap: 30px; padding-block: 25px; border-bottom: 1px solid var(--ink); }
.brand { font: 600 29px/1 var(--display); letter-spacing: -1.4px; }
.brand-sub { display: block; margin-top: 8px; font: 9px/1 var(--body); letter-spacing: 3px; }
.header nav { display: flex; gap: 30px; font-size: 12px; }
.header-contact { font-size: 12px; }
.header-contact span { margin-left: 24px; }
.hero { display: grid; grid-template-columns: 65% 35%; border-bottom: 1px solid var(--ink); }
.hero-copy { min-width: 0; padding: 66px 50px 62px 0; }
.hero .eyebrow { max-width: 400px; margin-bottom: 35px; }
h1 { font: 500 clamp(48px, 5.2vw, 76px)/1.03 var(--display); letter-spacing: -3.5px; }
h1 em { font-style: normal; color: var(--muted); }
.intro { max-width: 470px; margin-top: 32px; color: var(--muted); font-size: 15px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 45px; padding: 13px 18px; border: 1px solid var(--ink); background: var(--ink); color: var(--paper); font-size: 12px; font-weight: 600; }
.button:hover { background: var(--paper); color: var(--ink); text-decoration: none; }
.button span { font-size: 20px; }
.hero .button { margin-top: 30px; }
.hero-note { margin-top: 19px; letter-spacing: 0; color: var(--muted); }
.model-figure { min-width: 0; margin: 0; padding: 68px 0 28px 27px; border-left: 1px solid var(--line); }
.figure-top { display: flex; justify-content: space-between; align-items: start; gap: 14px; }
.figure-top .eyebrow { margin: 0; font-size: 9px; max-width: 180px; }
.figure-number { white-space: nowrap; color: var(--muted); }
.plot { margin-block: 76px 20px; }
.legend { display: flex; flex-wrap: wrap; gap: 8px 15px; font-size: 9px; }
.legend span { display: inline-flex; align-items: center; gap: 6px; }
.line-key { width: 14px; height: 2px; background: var(--ink); }
.band-key { width: 12px; height: 9px; background: #d1d1cc; }
.point-key { width: 5px; height: 5px; border-radius: 50%; background: var(--ink); }
.figure-bottom { border-top: 1px solid var(--line); margin-top: 40px; padding-top: 20px; font-size: 12px; }
.figure-bottom strong { font-weight: 600; }
.figure-caption { color: var(--muted); font-size: 9px; letter-spacing: 0; margin-top: 20px; }
.context { display: flex; justify-content: space-between; gap: 20px; padding-block: 17px; border-bottom: 1px solid var(--line); font-size: 11px; color: var(--muted); }
.context span:first-child { font-size: 9px; letter-spacing: 1px; }
#focus { padding-top: 95px; padding-bottom: 55px; }
.section-heading { display: grid; grid-template-columns: 60% 40%; align-items: end; margin-bottom: 36px; }
.section-heading .eyebrow { grid-column: 1/-1; margin-bottom: 25px; }
h2 { font: 500 clamp(32px, 3.3vw, 46px)/1.14 var(--display); letter-spacing: -1.8px; }
.section-heading > p:last-child { color: var(--muted); padding: 0 0 4px 30px; max-width: 470px; }
.service-row { display: grid; grid-template-columns: 7% 43% 50%; border-top: 1px solid var(--line); }
.service-row:last-child { border-bottom: 1px solid var(--line); }
.card-number { padding-top: 30px; color: var(--muted); }
.service-row h3 { grid-column: 2; grid-row: 1/3; padding: 29px 25px 28px 0; font: 500 27px/1.25 var(--display); letter-spacing: -.8px; }
.service-row > p { grid-column: 3; border-left: 1px solid var(--line); padding: 29px 28px 0; color: var(--muted); }
.tags { grid-column: 3; border-left: 1px solid var(--line); padding: 16px 28px 28px; font-size: 9px; }
.approach { display: grid; grid-template-columns: 40% 60%; border-bottom: 1px solid var(--ink); padding-top: 55px; padding-bottom: 72px; }
.approach-copy { padding-right: 45px; }
.approach .eyebrow { margin-bottom: 27px; }
.approach h2 { font-size: 37px; }
.approach-intro { color: var(--muted); margin-top: 25px; max-width: 310px; }
.deliverable { margin-top: 45px; border-top: 1px solid var(--line); padding-top: 18px; }
.deliverable .eyebrow { margin-bottom: 14px; }
.deliverable p { font: 500 21px/1.6 var(--display); }
.steps { list-style: none; padding: 0; margin: 0; border-left: 1px solid var(--line); counter-reset: steps; }
.steps li { counter-increment: steps; position: relative; padding: 25px 0 26px 86px; border-bottom: 1px solid var(--line); }
.steps li:first-child { padding-top: 0; }
.steps li::before { content: '0' counter(steps); position: absolute; left: 29px; top: 31px; font-size: 10px; color: var(--muted); }
.steps li:first-child::before { top: 6px; }
.steps h3 { font: 500 24px/1.3 var(--display); letter-spacing: -.6px; margin-bottom: 12px; }
.steps p { max-width: 480px; color: var(--muted); }
.about { display: grid; grid-template-columns: 40% 60%; padding-block: 95px 108px; }
.about > header { padding-right: 40px; }
.about .eyebrow { margin-bottom: 24px; }
.about h2 { font-size: 33px; }
.about-copy { border-left: 1px solid var(--line); padding-left: 42px; }
.about-copy p { max-width: 570px; color: var(--muted); margin-bottom: 20px; }
.about-copy .about-lead { color: var(--ink); font: 500 28px/1.4 var(--display); letter-spacing: -.8px; }
.text-link { display: inline-block; border-bottom: 1px solid var(--ink); font-size: 12px; padding-bottom: 5px; margin-top: 7px; }
.text-link span { margin-left: 30px; }
.contact { display: grid; grid-template-columns: 65% 35%; border-top: 1px solid var(--ink); padding-block: 35px 62px; }
.contact .eyebrow { margin-bottom: 27px; }
.contact h2 { font-size: clamp(38px, 4.2vw, 59px); letter-spacing: -2px; }
.contact > p { align-self: end; padding-left: 27px; border-left: 1px solid var(--line); color: var(--muted); }
.contact-link { display: inline-block; margin-top: 26px; padding-bottom: 6px; border-bottom: 1px solid var(--ink); font-size: 15px; }
.contact-link span { margin-left: 50px; }
.footer { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 16px; border-top: 1px solid var(--line); padding-block: 22px 32px; font-size: 9px; color: var(--muted); }
.footer-brand { font-family: var(--display); font-size: 14px; font-weight: 600; color: var(--ink); }
@media (max-width: 1000px) {
  .wrap { width: calc(100% - 56px); }
  .hero-copy { padding-right: 25px; }
  h1 { font-size: 55px; letter-spacing: -2.5px; }
  .model-figure { padding-left: 20px; }
  .figure-top { flex-wrap: wrap; }
  .plot { margin-top: 60px; }
  .service-row h3 { font-size: 23px; }
  .approach-copy { padding-right: 25px; }
  .approach h2 { font-size: 31px; }
  .steps li { padding-left: 65px; }
  .steps li::before { left: 22px; }
  .about h2 { font-size: 29px; }
  .about-copy { padding-left: 30px; }
}
@media (max-width: 720px) {
  .wrap { width: calc(100% - 40px); }
  .header { flex-wrap: wrap; gap: 23px 12px; padding-block: 22px; }
  .brand { font-size: 26px; }
  .header nav { order: 3; width: 100%; gap: 24px; }
  .header-contact { font-size: 10px; }
  .header-contact span { margin-left: 9px; }
  .hero, .section-heading, .approach, .about, .contact { grid-template-columns: minmax(0, 1fr); }
  .hero-copy { padding: 42px 0 35px; }
  .hero .eyebrow { font-size: 9px; margin-bottom: 28px; }
  h1 { font-size: clamp(40px, 8.7vw, 61px); letter-spacing: -2.1px; }
  .intro { font-size: 14px; margin-top: 26px; }
  .model-figure { padding: 24px 0 27px; border-left: 0; border-top: 1px solid var(--line); }
  .figure-top { flex-wrap: nowrap; }
  .figure-top .eyebrow { margin: 0; }
  .plot { margin: 20px 0 5px; max-height: 290px; }
  .figure-bottom { margin-top: 22px; }
  .context { flex-wrap: wrap; justify-content: flex-start; gap: 7px 18px; }
  .context span:first-child { width: 100%; }
  #focus { padding-block: 62px 32px; }
  .section-heading .eyebrow { margin-bottom: 19px; }
  .section-heading > p:last-child { padding: 22px 0 0; }
  h2 { font-size: 32px; }
  .service-row { grid-template-columns: 35px minmax(0, 1fr); }
  .service-row h3 { grid-row: 1; padding: 25px 0 16px; }
  .service-row > p, .tags { grid-column: 2; border-left: 0; padding: 0; }
  .tags { padding-block: 16px 24px; }
  .service-row h3 br { display: none; }
  .approach { padding-block: 28px 50px; }
  .approach-copy { padding-right: 0; }
  .approach-intro { max-width: none; }
  .deliverable { margin-top: 25px; }
  .steps { border-left: 0; margin-top: 32px; }
  .steps li { padding-left: 35px; }
  .steps li::before { left: 0; }
  .steps h3 { font-size: 23px; }
  .about { padding-block: 57px 62px; }
  .about-copy { border: 0; padding: 30px 0 0; }
  .about-copy .about-lead { font-size: 25px; }
  .contact { padding-block: 28px 42px; }
  .contact h2 { font-size: 38px; }
  .contact > p { border: 0; padding: 27px 0 0; }
  .footer span:nth-child(2) { display: none; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
