:root {
  color-scheme: light;
  --ink: #161616;
  --paper: #ffffff;
  --mist: #dbe8ff;
  --lavender: #e9ddff;
  --signal: #ff4f8b;
  --teal: #073b3a;
  --line: #bebebe;
  --max: 1320px;
  --gutter: clamp(20px, 4vw, 64px);
  --focus: #ff9f1c;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  width: 100%;
  color: var(--ink);
  background: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.45;
  text-rendering: optimizeLegibility;
}

body.menu-open {
  overflow: hidden;
}

img,
video {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 10px;
  left: 10px;
  padding: 12px 16px;
  background: #fff;
  color: #000;
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: none;
}

.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  height: 72px;
  background: #fff;
  border-bottom: 1px solid #dfdfdf;
}

.header-inner {
  width: min(100%, var(--max));
  height: 100%;
  margin-inline: auto;
  padding-inline: var(--gutter);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
  white-space: nowrap;
}

.brand img {
  width: clamp(170px, 20vw, 240px);
  height: auto;
  object-fit: contain;
}

.nav-toggle {
  display: none;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #000;
  font: inherit;
  font-size: 28px;
  cursor: pointer;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(18px, 2.1vw, 38px);
}

.site-nav a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

.language-switcher {
  display: flex;
  align-items: center;
  gap: 2px;
  border-left: 1px solid #aaa;
  padding-left: 16px;
}

.language-switcher a {
  min-width: 44px;
  justify-content: center;
  font-size: 13px;
}

.language-switcher a[aria-current="page"] {
  background: #161616;
  color: #fff;
}

.hero {
  position: relative;
  min-height: min(820px, calc(100svh - 72px));
  isolation: isolate;
  display: grid;
  align-items: end;
  color: #fff;
  background: #082d2d;
}

.hero-media,
.hero-shade {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-media {
  object-fit: cover;
}

.hero-shade {
  z-index: -1;
  background: linear-gradient(90deg, rgba(0, 22, 24, .92) 0%, rgba(0, 22, 24, .36) 56%, rgba(0, 22, 24, .12) 100%);
}

.hero-content {
  width: 100%;
  max-width: var(--max);
  min-width: 0;
  margin-inline: auto;
  padding: clamp(120px, 18vh, 210px) var(--gutter) clamp(66px, 9vh, 104px);
}

.eyebrow {
  margin: 0 0 18px;
  font-family: "Courier New", Courier, monospace;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 890px;
  margin: 0;
  font-size: clamp(58px, 7.4vw, 112px);
  font-weight: 800;
  letter-spacing: -.065em;
  line-height: .88;
}

.hero h1 span {
  color: #ff91bb;
}

.hero-lead {
  max-width: 650px;
  margin: 30px 0 0;
  font-size: clamp(20px, 2vw, 28px);
  line-height: 1.25;
}

.hero-actions {
  margin-top: 34px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
}

.button {
  min-height: 52px;
  padding: 13px 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 2px solid currentColor;
  border-radius: 0;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.1;
  text-decoration: none;
}

.button-primary {
  background: #fff;
  color: #101010;
  border-color: #fff;
}

.button-primary:hover {
  background: var(--signal);
  border-color: var(--signal);
}

.button-dark {
  background: #161616;
  color: #fff;
  border-color: #161616;
}

.button-dark:hover {
  background: #fff;
  color: #161616;
}

.scroll-cue {
  position: absolute;
  right: var(--gutter);
  bottom: 24px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #fff;
  font-family: "Courier New", Courier, monospace;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .1em;
  text-decoration: none;
  text-transform: uppercase;
}

.intro {
  padding: clamp(90px, 13vw, 190px) var(--gutter);
  text-align: center;
}

.intro-inner {
  max-width: 1050px;
  margin-inline: auto;
}

.intro-mark {
  width: 96px;
  height: 96px;
  margin: 0 auto 46px;
  object-fit: contain;
}

.intro h2,
.section-title {
  margin: 0;
  font-size: clamp(48px, 7vw, 100px);
  font-weight: 800;
  letter-spacing: -.06em;
  line-height: .96;
}

.intro p {
  max-width: 780px;
  margin: 34px auto 0;
  font-size: clamp(20px, 2.1vw, 30px);
  line-height: 1.35;
}

.model-section {
  background: var(--mist);
  padding: clamp(84px, 11vw, 160px) var(--gutter);
}

.section-inner {
  width: min(100%, var(--max));
  margin-inline: auto;
}

.model-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(270px, .7fr);
  gap: clamp(40px, 8vw, 120px);
  align-items: end;
}

.model-heading p {
  margin: 0 0 8px;
  font-size: clamp(20px, 2vw, 28px);
}

.model-list {
  margin-top: clamp(70px, 9vw, 130px);
  border-top: 2px solid var(--ink);
}

.model-row {
  display: grid;
  grid-template-columns: 90px minmax(180px, .75fr) minmax(0, 1.5fr);
  gap: clamp(20px, 4vw, 64px);
  align-items: start;
  padding: 30px 0 34px;
  border-bottom: 1px solid rgba(22, 22, 22, .65);
}

.model-index,
.model-meta {
  font-family: "Courier New", Courier, monospace;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.model-row h3 {
  margin: -6px 0 0;
  font-size: clamp(32px, 4vw, 58px);
  letter-spacing: -.045em;
  line-height: 1;
}

.model-row p {
  max-width: 690px;
  margin: 0;
  font-size: 18px;
}

.model-meta {
  display: block;
  margin-top: 13px;
}

.work-section {
  padding: clamp(92px, 12vw, 180px) var(--gutter) clamp(130px, 18vw, 270px);
}

.work-top {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: clamp(60px, 8vw, 110px);
}

.work-top p {
  max-width: 450px;
  margin: 0 0 10px;
  font-size: 20px;
}

.work-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(34px, 6vw, 92px) clamp(24px, 4vw, 60px);
}

.project {
  min-width: 0;
}

.project-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.project-link:hover h3,
.project-link:focus-visible h3 {
  text-decoration: underline;
  text-decoration-thickness: 3px;
  text-underline-offset: 6px;
}

.project-visual {
  min-height: clamp(260px, 34vw, 480px);
  padding: clamp(30px, 5vw, 70px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.project:nth-child(1) .project-visual {
  background: #101010;
}

.project:nth-child(2) .project-visual {
  background: #f5f0e7;
}

.project:nth-child(3) .project-visual {
  background: #f1e9ff;
}

.project:nth-child(4) .project-visual {
  background: #fff079;
}

.project-visual img {
  width: min(82%, 390px);
  max-height: 180px;
  object-fit: contain;
}

.project:nth-child(2) .project-visual img {
  width: min(42%, 190px);
}

.project h3 {
  margin: 24px 0 10px;
  font-size: clamp(30px, 3.5vw, 48px);
  letter-spacing: -.04em;
  line-height: 1.03;
}

.project p {
  margin: 0;
  max-width: 620px;
}

.project-tech {
  display: block;
  margin-top: 14px;
  font-family: "Courier New", Courier, monospace;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.project-note {
  max-width: 850px;
  margin: clamp(60px, 8vw, 110px) 0 0;
  padding-top: 24px;
  border-top: 2px solid var(--ink);
  font-size: clamp(19px, 2vw, 26px);
}

.approach {
  background: var(--lavender);
  padding: clamp(90px, 12vw, 170px) var(--gutter);
}

.approach-grid {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
  gap: clamp(54px, 10vw, 160px);
}

.approach-copy p {
  max-width: 520px;
  margin: 28px 0 0;
  font-size: 22px;
}

.steps {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 2px solid var(--ink);
}

.steps li {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 20px;
  padding: 27px 0 30px;
  border-bottom: 1px solid rgba(22, 22, 22, .65);
}

.steps span {
  font-family: "Courier New", Courier, monospace;
  font-size: 14px;
  font-weight: 700;
}

.steps h3 {
  margin: -5px 0 8px;
  font-size: clamp(28px, 3vw, 42px);
  letter-spacing: -.035em;
  line-height: 1.05;
}

.steps p {
  margin: 0;
}

.proof-strip {
  background: #161616;
  color: #fff;
  padding: clamp(50px, 7vw, 94px) var(--gutter);
}

.proof-grid {
  width: min(100%, var(--max));
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
}

.proof-grid p {
  margin: 0;
  padding-right: 26px;
  border-right: 1px solid #6b6b6b;
  font-size: clamp(22px, 2.3vw, 34px);
  font-weight: 700;
  line-height: 1.15;
}

.proof-grid p:last-child {
  border-right: 0;
}

.proof-grid small {
  display: block;
  margin-top: 13px;
  font-family: "Courier New", Courier, monospace;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.contact {
  background: var(--teal);
  color: #fff;
  padding: clamp(100px, 14vw, 210px) var(--gutter);
}

.contact-inner {
  width: min(100%, var(--max));
  margin-inline: auto;
}

.contact h2 {
  max-width: 1080px;
  margin: 0;
  font-size: clamp(54px, 8.4vw, 128px);
  letter-spacing: -.065em;
  line-height: .9;
}

.contact-actions {
  margin-top: clamp(42px, 6vw, 76px);
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.contact .button-primary {
  padding-inline: 26px;
}

.contact .button-secondary {
  color: #fff;
}

.site-footer {
  background: var(--teal);
  color: #fff;
  padding: 0 var(--gutter) 38px;
}

.footer-inner {
  width: min(100%, var(--max));
  margin-inline: auto;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, .55);
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: center;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 28px;
}

.footer-links a,
.footer-note {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  font-size: 14px;
}

.footer-note {
  margin: 0;
}

.legal-main {
  padding: clamp(64px, 8vw, 110px) var(--gutter) clamp(100px, 12vw, 170px);
}

.legal-inner {
  width: min(100%, 900px);
  margin-inline: auto;
}

.legal-inner h1 {
  margin: 0 0 52px;
  font-size: clamp(50px, 8vw, 92px);
  letter-spacing: -.055em;
  line-height: .95;
}

.legal-inner h2 {
  margin: 50px 0 14px;
  font-size: clamp(28px, 4vw, 40px);
  letter-spacing: -.03em;
}

.legal-inner p,
.legal-inner li {
  max-width: 75ch;
}

.legal-inner p {
  overflow-wrap: break-word;
}

.legal-back {
  margin-top: 60px;
}

@media (max-width: 980px) {
  .site-header {
    height: 68px;
  }

  .nav-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .site-nav {
    position: fixed;
    inset: 68px 0 0;
    display: none;
    align-content: start;
    align-items: stretch;
    padding: 28px var(--gutter) 50px;
    background: #fff;
    overflow-y: auto;
  }

  .site-nav[data-open="true"] {
    display: grid;
    grid-auto-rows: min-content;
    gap: 8px;
  }

  .site-nav > a {
    min-height: 58px;
    border-bottom: 1px solid #bdbdbd;
    font-size: 24px;
  }

  .language-switcher {
    margin-top: 24px;
    padding: 16px 0 0;
    border-top: 2px solid #161616;
    border-left: 0;
  }

  .model-heading,
  .approach-grid {
    grid-template-columns: 1fr;
  }

  .work-top {
    align-items: start;
    flex-direction: column;
  }
}

@media (max-width: 720px) {
  body {
    font-size: 17px;
  }

  .hero {
    min-height: max(700px, calc(100svh - 68px));
  }

  .hero-media {
    content: var(--poster-portrait);
  }

  .hero-shade {
    background: linear-gradient(180deg, rgba(0, 22, 24, .4) 0%, rgba(0, 22, 24, .28) 35%, rgba(0, 22, 24, .94) 100%);
  }

  .hero-content {
    padding-top: 160px;
    padding-bottom: 72px;
  }

  .hero h1 {
    max-width: 8.8ch;
    font-size: clamp(54px, 16vw, 78px);
  }

  .hero-lead {
    font-size: 20px;
  }

  .scroll-cue {
    display: none;
  }

  .intro-mark {
    width: 78px;
    height: 78px;
    margin-bottom: 34px;
  }

  .model-row {
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 18px;
  }

  .model-row p,
  .model-meta {
    grid-column: 2;
  }

  .work-grid {
    grid-template-columns: 1fr;
  }

  .project-visual {
    min-height: 310px;
  }

  .proof-grid {
    grid-template-columns: 1fr;
  }

  .proof-grid p {
    padding: 0 0 28px;
    border-right: 0;
    border-bottom: 1px solid #6b6b6b;
  }

  .proof-grid p:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }

  .footer-inner {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 390px) {
  .hero h1 {
    font-size: clamp(40px, 12.5vw, 49px);
  }

  .intro h2,
  .section-title {
    font-size: 45px;
  }

  .model-row {
    grid-template-columns: 1fr;
  }

  .model-row p,
  .model-meta {
    grid-column: 1;
  }

  .model-row h3 {
    font-size: 38px;
  }

  .contact h2 {
    font-size: clamp(38px, 12.5vw, 49px);
  }

  .legal-inner h1 {
    font-size: clamp(40px, 13vw, 50px);
  }

  .contact-actions,
  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

@media print {
  .site-header,
  .hero,
  .contact,
  .site-footer {
    position: static;
  }
}
