:root {
  --paper: #fff8e8;
  --ink: #111111;
  --muted: #5f574f;
  --line: rgba(17, 17, 17, 0.16);
  --gold: #ffbe2e;
  --rose: #ff6b6b;
  --blue: #2358ff;
  --cyan: #00c7d9;
  --green: #35c66b;
  --pink: #ff4fb8;
  --orange: #ff7a1a;
  --violet: #8f4dff;
  --dark: #111111;
  --white: #fffaf0;
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  background:
    radial-gradient(circle at 12% 8%, rgba(255, 190, 46, 0.22), transparent 28vw),
    radial-gradient(circle at 88% 0%, rgba(0, 199, 217, 0.18), transparent 26vw),
    var(--paper);
  color: var(--ink);
  letter-spacing: 0;
}

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 22px clamp(18px, 4vw, 64px);
  background: rgba(255, 248, 232, 0.9);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.wordmark {
  text-decoration: none;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 0.12em;
  color: var(--blue);
}

nav {
  display: flex;
  align-items: center;
  gap: clamp(14px, 3vw, 34px);
}

nav a {
  text-decoration: none;
  color: var(--muted);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

nav a:hover,
nav a:focus {
  color: var(--ink);
}

.hero,
.section,
.flagship-section,
.project-hero,
.project-specs,
.project-body,
.study-grid {
  padding-inline: clamp(18px, 5vw, 80px);
}

.hero {
  min-height: calc(100vh - 75px);
  display: grid;
  align-items: center;
  padding-block: 54px 34px;
}

.hero-grid,
.project-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(300px, 1.14fr);
  gap: clamp(26px, 5vw, 82px);
  align-items: center;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--blue);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-weight: 800;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  line-height: 0.96;
}

h1 {
  max-width: 760px;
  font-size: clamp(54px, 10vw, 132px);
}

h2 {
  max-width: 860px;
  font-size: clamp(38px, 6vw, 86px);
}

h3 {
  font-size: 20px;
  line-height: 1.18;
}

.lead,
.hero-copy p:not(.eyebrow) {
  max-width: 620px;
  color: #38342e;
  font-size: clamp(18px, 2.2vw, 25px);
  line-height: 1.46;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 18px;
  border: 1px solid var(--ink);
  border-radius: 999px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.button.dark {
  background: var(--ink);
  color: var(--white);
  border-color: var(--ink);
}

.button.light {
  background: var(--gold);
  color: var(--ink);
  border-color: var(--ink);
}

.hero-visual,
.project-visual,
.flagship-plate,
.study-grid figure {
  margin: 0;
  border: 1px solid var(--line);
  background: #ffe8ae;
  overflow: hidden;
  box-shadow: 0 28px 80px rgba(17, 17, 17, 0.11);
}

.hero-visual,
.project-visual {
  min-height: 54vh;
}

canvas {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 320px;
}

figcaption {
  padding: 12px 14px 14px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 12px;
}

.statement-band {
  padding: clamp(44px, 8vw, 110px) clamp(18px, 8vw, 130px);
  background:
    linear-gradient(135deg, rgba(35, 88, 255, 0.92), rgba(255, 79, 184, 0.85)),
    var(--dark);
  color: white;
}

.statement-band p {
  max-width: 1040px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(32px, 5vw, 78px);
  line-height: 1.04;
}

.section,
.flagship-section,
.residency-panel,
.residency-fit,
.product-callout,
.product-hero,
.market-proof,
.kit-preview,
.purchase-band,
.work-samples,
.sample-page-hero,
.sample-description,
.project-body,
.study-grid,
.project-specs {
  padding-block: clamp(54px, 8vw, 120px);
}

.product-callout,
.product-hero,
.market-proof,
.kit-preview,
.purchase-band,
.work-samples,
.sample-page-hero,
.sample-description {
  padding-inline: clamp(18px, 5vw, 80px);
}

.residency-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.68fr) minmax(320px, 1fr);
  gap: clamp(24px, 5vw, 72px);
  align-items: center;
  padding-inline: clamp(18px, 5vw, 80px);
  background:
    linear-gradient(90deg, rgba(255, 190, 46, 0.55), rgba(0, 199, 217, 0.18)),
    #fff3cf;
}

.residency-copy p:not(.eyebrow) {
  max-width: 600px;
  color: #352c22;
  font-size: 19px;
  line-height: 1.65;
}

.residency-studies {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.residency-studies figure {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  background: white;
  box-shadow: 0 24px 70px rgba(35, 88, 255, 0.12);
}

.residency-fit {
  padding-inline: clamp(18px, 5vw, 80px);
  background:
    radial-gradient(circle at 12% 10%, rgba(255, 79, 184, 0.26), transparent 24vw),
    radial-gradient(circle at 90% 22%, rgba(255, 190, 46, 0.34), transparent 22vw),
    #ffffff;
}

.fit-board {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.fit-board article {
  min-height: 290px;
  padding: 24px;
  border: 1px solid var(--ink);
  background: #fff8e8;
  box-shadow: 8px 8px 0 var(--ink);
}

.fit-board article:nth-child(2) {
  background: #e6fbff;
}

.fit-board article:nth-child(3) {
  background: #fff0f8;
}

.fit-board article:nth-child(4) {
  background: #efffe9;
}

.fit-board span {
  display: inline-flex;
  margin-bottom: 44px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.fit-board p {
  color: #3d3831;
  line-height: 1.55;
}

.marker-visual {
  margin: clamp(22px, 4vw, 46px) 0 0;
  overflow: hidden;
  border: 1px solid var(--ink);
  background: white;
  box-shadow: 14px 14px 0 var(--gold);
}

.product-callout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.55fr);
  gap: clamp(22px, 5vw, 70px);
  align-items: center;
  background:
    linear-gradient(135deg, rgba(35, 88, 255, 0.14), rgba(255, 190, 46, 0.42)),
    #fff8e8;
}

.product-callout p {
  max-width: 650px;
  color: #3d3831;
  font-size: 19px;
  line-height: 1.6;
}

.product-panel {
  padding: 24px;
  border: 1px solid var(--ink);
  background: white;
  box-shadow: 10px 10px 0 var(--pink);
}

.product-panel span {
  color: var(--blue);
  font-size: 46px;
  font-family: Georgia, "Times New Roman", serif;
}

.product-page {
  background:
    radial-gradient(circle at 8% 8%, rgba(255, 79, 184, 0.18), transparent 28vw),
    radial-gradient(circle at 94% 0%, rgba(0, 199, 217, 0.22), transparent 24vw),
    var(--paper);
}

.product-hero {
  min-height: calc(100vh - 75px);
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(300px, 1.14fr);
  gap: clamp(26px, 5vw, 82px);
  align-items: center;
}

.product-preview {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--ink);
  background: white;
  box-shadow: 14px 14px 0 var(--gold);
}

.checkout-status {
  min-height: 22px;
  margin-top: 14px;
  color: var(--muted);
  font-weight: 700;
}

.market-proof {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(22px, 5vw, 70px);
  background: var(--ink);
  color: white;
}

.market-proof .eyebrow,
.market-proof h2 {
  color: white;
}

.proof-grid {
  display: grid;
  gap: 14px;
}

.proof-grid article {
  padding: 20px;
  border: 1px solid rgba(255,255,255,.25);
  background: rgba(255,255,255,.08);
}

.proof-grid span {
  display: block;
  margin-bottom: 10px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.purchase-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  background: linear-gradient(90deg, var(--blue), var(--pink));
  color: white;
}

.purchase-band h2 {
  margin: 0;
  color: white;
}

.work-samples {
  background:
    radial-gradient(circle at 8% 18%, rgba(143, 77, 255, 0.18), transparent 28vw),
    radial-gradient(circle at 92% 0%, rgba(255, 122, 26, 0.2), transparent 22vw),
    #ffffff;
}

.sample-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.sample-card {
  display: grid;
  grid-template-rows: minmax(260px, 0.85fr) auto;
  border: 1px solid var(--ink);
  background: #fff8e8;
  box-shadow: 10px 10px 0 var(--ink);
  overflow: hidden;
}

.sample-card canvas {
  min-height: 300px;
}

.sample-card > div {
  padding: 22px;
}

.sample-card p:not(.eyebrow) {
  color: #3d3831;
  line-height: 1.56;
}

.sample-page {
  background: var(--paper);
}

.sample-page-hero {
  min-height: calc(100vh - 75px);
  display: grid;
  grid-template-columns: minmax(0, 0.74fr) minmax(320px, 1.18fr);
  gap: clamp(26px, 5vw, 82px);
  align-items: center;
}

.sample-page-hero figure {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--ink);
  background: white;
  box-shadow: 14px 14px 0 var(--gold);
}

.sample-description {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  background: #111111;
  color: white;
}

.sample-description article {
  padding: 24px;
  border: 1px solid rgba(255,255,255,.24);
  background: rgba(255,255,255,.08);
}

.sample-description h2,
.sample-description h3,
.sample-description p {
  color: white;
}

.sample-description .eyebrow {
  color: var(--gold);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(160px, 0.45fr) minmax(0, 1fr);
  gap: clamp(18px, 5vw, 80px);
  margin-bottom: 38px;
}

.works-grid {
  display: grid;
  grid-template-columns: repeat(10, minmax(280px, 1fr));
  gap: 18px;
  overflow-x: auto;
  padding-bottom: 18px;
  scroll-snap-type: x proximity;
}

.work-card {
  scroll-snap-align: start;
  min-height: 620px;
  display: grid;
  grid-template-rows: 220px auto;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 16px 48px rgba(17, 17, 17, 0.06);
}

.work-card canvas {
  min-height: 220px;
}

.work-content {
  padding: 22px;
}

.work-content .status {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--muted);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.work-content p {
  color: #3f3a33;
  line-height: 1.55;
}

.work-meta {
  display: grid;
  gap: 12px;
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

.work-meta b {
  display: block;
  color: var(--ink);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.flagship-section {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(300px, 1fr);
  gap: clamp(24px, 6vw, 90px);
  align-items: center;
  background:
    linear-gradient(135deg, rgba(255, 107, 107, 0.3), rgba(255, 190, 46, 0.5)),
    #fff0c7;
}

.flagship-section p {
  max-width: 560px;
  color: #3a352e;
  font-size: 19px;
  line-height: 1.6;
}

.flagship-plate {
  min-height: 460px;
  background: #111111;
}

.fit-list {
  display: grid;
  gap: 10px;
  max-width: 560px;
  padding: 0;
  margin: 0 0 28px;
  list-style: none;
}

.fit-list li {
  padding: 13px 14px;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid var(--line);
  color: #2e271f;
  font-weight: 700;
}

.manifesto-grid,
.archive-grid,
.project-specs,
.project-body,
.study-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.manifesto article,
.archive article,
.project-specs article,
.project-body article {
  border: 1px solid var(--line);
  padding: clamp(22px, 3vw, 34px);
  background: rgba(255, 255, 255, 0.64);
}

.manifesto span,
.project-specs span {
  display: block;
  margin-bottom: 42px;
  color: var(--muted);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.manifesto p {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(24px, 3vw, 42px);
  line-height: 1.1;
}

.archive p,
.project-body p,
.project-body li {
  color: #3d3831;
  font-size: 17px;
  line-height: 1.65;
}

footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 26px clamp(18px, 5vw, 80px);
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 12px;
}

footer a {
  color: var(--blue);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.project-page {
  background:
    radial-gradient(circle at 92% 10%, rgba(255, 79, 184, 0.16), transparent 30vw),
    radial-gradient(circle at 0% 18%, rgba(0, 199, 217, 0.18), transparent 32vw),
    #fff8e8;
}

.project-hero {
  min-height: calc(100vh - 75px);
  padding-block: 54px;
}

.project-visual {
  min-height: 58vh;
  background: #11110f;
}

.project-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.project-badges span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 9px 13px;
  border: 1px solid var(--ink);
  border-radius: 999px;
  background: var(--gold);
  color: var(--ink);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.project-residency {
  background:
    linear-gradient(135deg, rgba(53, 198, 107, 0.26), rgba(35, 88, 255, 0.12)),
    #f4ffe7;
}

.project-specs {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.project-specs article {
  min-height: 180px;
}

.project-specs strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(24px, 3vw, 38px);
  font-weight: 400;
  line-height: 1.12;
}

.project-body article h2 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.project-body.dense {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.study-grid figure {
  background: #d8d0c1;
}

@media (max-width: 900px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .hero-grid,
  .project-hero,
  .product-hero,
  .sample-page-hero,
  .flagship-section,
  .product-callout,
  .market-proof,
  .section-heading,
  .manifesto-grid,
  .archive-grid,
  .residency-panel,
  .fit-board,
  .sample-grid,
  .sample-description,
  .project-specs,
  .project-body,
  .project-body.dense,
  .study-grid {
    grid-template-columns: 1fr;
  }

  .hero,
  .project-hero,
  .product-hero,
  .sample-page-hero {
    min-height: auto;
  }

  .hero-visual,
  .project-visual {
    min-height: 420px;
  }

  .works-grid {
    grid-template-columns: 1fr;
    overflow-x: visible;
  }

  .residency-studies {
    grid-template-columns: 1fr;
  }

  .work-card {
    min-height: auto;
  }

  .sample-card {
    min-height: auto;
    box-shadow: 6px 6px 0 var(--ink);
  }

  footer {
    flex-direction: column;
  }

  .purchase-band {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 560px) {
  .site-header {
    gap: 12px;
    padding: 14px 16px;
  }

  nav {
    width: 100%;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 10px 18px;
  }

  nav a {
    font-size: 11px;
  }

  h1 {
    font-size: 44px;
  }

  h2 {
    font-size: 34px;
  }

  .lead,
  .hero-copy p:not(.eyebrow),
  .residency-copy p:not(.eyebrow),
  .product-callout p {
    font-size: 16px;
  }

  .button {
    width: 100%;
  }

  .hero-visual,
  .project-visual,
  .flagship-plate {
    min-height: 330px;
  }

  .fit-board article {
    min-height: 0;
    box-shadow: 5px 5px 0 var(--ink);
  }
}
