@font-face {
  font-family: "Fraunces";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("./assets/fraunces-regular.ttf") format("truetype");
}

@font-face {
  font-family: "Fraunces";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("./assets/fraunces-italic.ttf") format("truetype");
}

:root {
  color-scheme: light;
  --black: #030302;
  --paper: #efe7d7;
  --paper-soft: #f8f0e1;
  --ink: #17130f;
  --warm-white: #eee8dc;
  --orange: #d5773c;
  --sans: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --serif: "Iowan Old Style", "New York", Georgia, serif;
  --mono: "SFMono-Regular", Menlo, Monaco, Consolas, monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--paper); color: var(--ink); font-family: var(--sans); }
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4, p, figure { margin: 0; }
img, video { display: block; max-width: 100%; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  min-height: 4.15rem;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 1rem;
  padding: .78rem clamp(1rem, 4vw, 4.5rem);
  border-bottom: 1px solid rgba(238,232,220,.12);
  background: rgba(3,3,2,.9);
  color: var(--warm-white);
  backdrop-filter: blur(22px);
}
.wordmark { width: max-content; font-family: var(--serif); font-size: 1.42rem; font-style: italic; font-weight: 700; }
nav { display: flex; gap: clamp(1rem,2.4vw,2.2rem); color: rgba(238,232,220,.62); font-size: .82rem; font-weight: 760; }
.site-back { justify-self: end; min-height: 2.35rem; display: inline-flex; align-items: center; padding: 0 .95rem; border: 1px solid rgba(238,232,220,.16); border-radius: 999px; background: rgba(255,255,255,.07); font-size: .82rem; font-weight: 760; }

section { position: relative; scroll-margin-top: 4.15rem; }
.eyebrow { color: rgba(23,19,15,.48); font-family: var(--mono); font-size: .74rem; font-weight: 750; letter-spacing: .2em; text-transform: uppercase; }
h1, h2 { font-weight: 760; letter-spacing: -.05em; line-height: .92; }
h1 { max-width: 9.5ch; font-size: clamp(4rem,8vw,9rem); }
h2 { max-width: 10ch; font-size: clamp(3.2rem,6.2vw,7rem); }

.press-hero {
  min-height: calc(100svh - 4.15rem);
  display: grid;
  grid-template-columns: minmax(0,1.1fr) minmax(18rem,.9fr);
  place-items: center;
  gap: clamp(3rem,8vw,9rem);
  padding: clamp(5rem,9vw,9rem) clamp(1.2rem,7vw,8rem);
  background: radial-gradient(circle,rgba(23,19,15,.11) 0 1.25px,transparent 1.8px), linear-gradient(90deg,transparent 0 4.35rem,rgba(23,19,15,.08) 4.4rem,transparent 4.45rem), var(--paper);
  background-size: 2.2rem 2.2rem,4.45rem 4.45rem,auto;
}
.hero-copy { justify-self: start; }
.hero-copy h1 { margin-top: 1.35rem; }
.hero-intro { max-width: 42rem; margin-top: 1.8rem; color: rgba(23,19,15,.62); font-size: clamp(1.05rem,1.5vw,1.35rem); line-height: 1.5; }
.kit-counts { display: flex; flex-wrap: wrap; gap: .65rem; margin-top: 2rem; }
.kit-counts span { display: inline-flex; align-items: baseline; gap: .45rem; padding: .65rem .85rem; border: 1px solid rgba(23,19,15,.12); border-radius: 999px; color: rgba(23,19,15,.56); font-size: .78rem; font-weight: 730; }
.kit-counts strong { color: var(--ink); font-size: 1rem; }
.hero-symbol { width: min(100%,30rem); filter: drop-shadow(0 2.5rem 4rem rgba(23,19,15,.18)); transform: rotate(3deg); }
.hero-symbol img { border-radius: 28%; }

.about-strip { min-height: 65svh; display: grid; align-content: center; justify-items: center; padding: clamp(5rem,9vw,9rem) 1.2rem; background: var(--black); color: var(--warm-white); text-align: center; }
.about-strip .eyebrow { color: rgba(238,232,220,.48); }
.about-strip h2 { max-width: 12ch; margin-top: 1.2rem; }
.about-strip > p:last-child { max-width: 45rem; margin-top: 1.7rem; color: rgba(238,232,220,.62); font-size: clamp(1.05rem,1.5vw,1.35rem); line-height: 1.5; }

.about-detail { display: grid; grid-template-columns: minmax(17rem,.62fr) minmax(0,1.38fr); align-items: start; gap: clamp(3rem,8vw,9rem); padding: clamp(5rem,9vw,9rem) clamp(1.2rem,7vw,8rem); background: radial-gradient(circle,rgba(23,19,15,.1) 0 1.2px,transparent 1.7px),var(--paper); background-size: 2.2rem 2.2rem,auto; }
.about-facts { position: sticky; top: 7rem; padding: 1.4rem; border: 1px solid rgba(23,19,15,.12); border-radius: 1.3rem; background: rgba(248,240,225,.78); box-shadow: 0 1.5rem 4rem rgba(23,19,15,.08); }
.about-facts dl { margin: .6rem 0 0; }
.about-facts dt { margin-top: 1.3rem; color: rgba(23,19,15,.45); font-family: var(--mono); font-size: .64rem; letter-spacing: .12em; text-transform: uppercase; }
.about-facts dd { margin: .32rem 0 0; color: rgba(23,19,15,.72); font-size: .92rem; line-height: 1.45; }
.press-contact { display: grid; gap: .45rem; margin-top: 2rem; padding-top: 1.5rem; border-top: 1px solid rgba(23,19,15,.1); }
.press-contact a { width: max-content; color: rgba(23,19,15,.62); font-size: .78rem; font-weight: 760; }
.about-story { max-width: 48rem; }
.about-story > section { padding: 0 0 3.5rem; }
.about-story > section + section { padding-top: 3.5rem; border-top: 1px solid rgba(23,19,15,.12); }
.about-story h3 { max-width: 16ch; margin-top: 1rem; font-size: clamp(2rem,4vw,4rem); letter-spacing: -.045em; line-height: .96; }
.about-story p:not(.eyebrow) { margin-top: 1rem; color: rgba(23,19,15,.67); font-size: clamp(1rem,1.3vw,1.2rem); line-height: 1.58; }
.about-story .story-lede { color: var(--ink); font-size: clamp(1.5rem,2.4vw,2.3rem); letter-spacing: -.03em; line-height: 1.2; }
.about-story ul { margin: 1.3rem 0 0; padding-left: 1.25rem; color: rgba(23,19,15,.67); line-height: 1.55; }
.about-story li + li { margin-top: .7rem; }
.design-specimen { display: grid; gap: 1.15rem; margin-top: 2rem; padding: clamp(1.25rem,3vw,2rem); overflow: hidden; border: 1px solid rgba(23,19,15,.12); border-radius: 1.35rem; background: rgba(248,240,225,.68); }
.about-story p.fraunces-line { max-width: 25ch; margin-top: 0; color: var(--ink); font-family: "Fraunces", var(--serif); font-size: clamp(1.55rem,2.6vw,2.4rem); font-weight: 400; letter-spacing: -.02em; line-height: 1.12; }
.fraunces-line em { font-weight: 400; }
.dot-specimen { height: 4.4rem; border-radius: .8rem; background: radial-gradient(circle,rgba(23,19,15,.3) 0 1.5px,transparent 2px); background-size: 1.35rem 1.35rem; }
.color-chips { display: flex; flex-wrap: wrap; gap: .55rem; }
.color-chips span { display: inline-flex; align-items: center; min-height: 2.35rem; padding: 0 .85rem; border: 1px solid rgba(255,255,255,.22); border-radius: 999px; color: #fff8ed; font-size: .74rem; font-weight: 800; box-shadow: inset 0 1px rgba(255,255,255,.18), 0 .45rem 1rem rgba(23,19,15,.1); }
.chip-read { background: #d5773c; }
.chip-frame { background: #ad536b; }
.chip-shape { background: #8459a0; }
.chip-notes { background: #718b43; }
.chip-build { background: #3f8581; }
.output-list { display: grid; gap: .7rem; margin-top: 1.4rem; }
.output-list div { display: grid; grid-template-columns: 5rem 1fr; gap: 1rem; padding: 1rem; border: 1px solid rgba(23,19,15,.1); border-radius: 1rem; background: rgba(248,240,225,.55); }
.output-list span { color: rgba(23,19,15,.61); line-height: 1.45; }
.founder-story { display: block; }
.founder-content { display: grid; grid-template-columns: 6rem minmax(0,1fr); align-items: start; gap: 1.25rem; margin-top: 1rem; }
.about-story .founder-content > p { margin-top: 0; }
.founder-portrait { flex: 0 0 auto; width: 6rem; aspect-ratio: 1; overflow: hidden; border: .38rem solid rgba(248,240,225,.85); border-radius: 50%; box-shadow: 0 1rem 2.5rem rgba(23,19,15,.16); }
.founder-portrait img { width: 100%; height: 100%; object-fit: cover; }

.dark-surface { color: var(--warm-white); background: radial-gradient(circle,rgba(238,232,220,.16) 0 1.3px,transparent 1.8px), linear-gradient(90deg,transparent 0 5.9rem,rgba(238,232,220,.1) 6rem,transparent 6.05rem), var(--black); background-size: 3rem 3rem,6rem 6rem,auto; }
.motion, .branding, .stills { padding: clamp(5rem,9vw,9rem) clamp(1.2rem,6vw,7rem); }
.section-heading { max-width: 76rem; }
.section-heading .eyebrow, .dark-surface .eyebrow { color: rgba(238,232,220,.48); }
.section-heading h2 { margin-top: 1.2rem; }
.section-heading > p:last-child { max-width: 42rem; margin-top: 1.5rem; color: rgba(238,232,220,.62); font-size: clamp(1rem,1.35vw,1.25rem); line-height: 1.5; }

.video-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(15rem,18rem)); justify-content: start; gap: 1.25rem; margin-top: clamp(3rem,6vw,6rem); }
.video-card { overflow: hidden; border: 1px solid rgba(238,232,220,.15); border-radius: 1.5rem; background: rgba(238,232,220,.06); box-shadow: 0 1.8rem 4rem rgba(0,0,0,.25); }
.video-card video { width: 100%; aspect-ratio: 828/1800; background: #090908; object-fit: cover; }
.media-copy { padding: 1rem; }
.media-order { color: rgba(238,232,220,.48); font-family: var(--mono); font-size: .65rem; letter-spacing: .1em; text-transform: uppercase; }
.media-copy h3 { margin-top: .45rem; font-size: 1.25rem; }
.media-actions { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: 1rem; }
.media-actions a, .brand-card a { padding: .55rem .7rem; border: 1px solid rgba(238,232,220,.15); border-radius: 999px; color: rgba(238,232,220,.72); font-size: .7rem; font-weight: 760; }

.deck-proof { overflow: hidden; padding: clamp(4rem,7vw,7rem) clamp(1.2rem,6vw,7rem); border-top: 1px solid rgba(23,19,15,.1); background: var(--paper-soft); }
.deck-proof-heading { display: grid; grid-template-columns: minmax(0,1.35fr) minmax(16rem,.65fr); gap: clamp(2rem,5vw,6rem); align-items: end; }
.deck-proof-heading h2 { max-width: 15ch; margin-top: 1rem; font-size: clamp(2.5rem,5vw,5.5rem); letter-spacing: -.055em; line-height: .94; }
.deck-proof-heading > div:last-child p { color: rgba(23,19,15,.64); font-size: clamp(1rem,1.25vw,1.18rem); line-height: 1.55; }
.deck-proof-heading .deck-origin { margin-top: .65rem; color: var(--ink); }
.deck-download { display: inline-flex; margin-top: 1.25rem; padding: .75rem 1rem; border: 1px solid rgba(23,19,15,.16); border-radius: 999px; color: var(--ink); font-size: .76rem; font-weight: 800; }
.deck-strip { display: grid; grid-auto-flow: column; grid-auto-columns: min(38rem,72vw); gap: 1rem; margin-top: clamp(2.5rem,5vw,5rem); padding: .5rem 0 1.25rem; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-color: rgba(23,19,15,.22) transparent; }
.deck-slide { position: relative; overflow: hidden; border: 1px solid rgba(23,19,15,.13); border-radius: 1.1rem; background: #173943; box-shadow: 0 1.25rem 3rem rgba(23,19,15,.12); scroll-snap-align: start; }
.deck-slide img { width: 100%; aspect-ratio: 16/9; object-fit: cover; }
.deck-slide span { position: absolute; right: .8rem; bottom: .7rem; padding: .35rem .5rem; border-radius: 999px; color: rgba(248,240,225,.8); background: rgba(10,20,22,.7); font-family: var(--mono); font-size: .58rem; letter-spacing: .08em; }

.stills { background: radial-gradient(circle,rgba(23,19,15,.1) 0 1.2px,transparent 1.7px), var(--paper); background-size: 2.2rem 2.2rem,auto; }
.stills .section-heading .eyebrow { color: rgba(23,19,15,.48); }
.stills .section-heading > p:last-child { color: rgba(23,19,15,.62); }
.asset-group { margin-top: clamp(4rem,7vw,7rem); padding-top: 1.5rem; border-top: 1px solid rgba(23,19,15,.12); }
.group-heading { display: grid; grid-template-columns: auto 1fr; gap: 1rem; align-items: start; }
.group-heading > span { padding-top: .2rem; color: var(--orange); font-family: var(--mono); font-size: .72rem; font-weight: 800; }
.group-heading h3 { font-size: clamp(1.8rem,3vw,3rem); letter-spacing: -.04em; }
.group-heading p { margin-top: .35rem; color: rgba(23,19,15,.55); }
.still-grid { display: grid; grid-template-columns: repeat(auto-fill,minmax(12rem,1fr)); gap: 1rem; margin-top: 2rem; }
.still-card { overflow: hidden; border: 1px solid rgba(23,19,15,.11); border-radius: 1.2rem; background: rgba(248,240,225,.72); box-shadow: 0 1.25rem 3rem rgba(23,19,15,.08); }
.still-preview { min-height: 25rem; display: grid; place-items: end center; padding: 1.1rem 1.1rem 0; background: linear-gradient(180deg,#f7efdf,#e5dac7); }
.still-preview.dark-preview { background: linear-gradient(180deg,#2b2926,#0d0d0c); }
.still-preview img { width: min(100%,12rem); max-height: 25rem; object-fit: contain; object-position: center bottom; filter: drop-shadow(0 1rem 1.4rem rgba(23,19,15,.16)); transition: transform .25s ease; }
.still-preview:hover img { transform: translateY(-.3rem); }
.still-meta { display: grid; gap: .8rem; padding: .9rem 1rem 1rem; }
.still-meta h4 { font-size: .9rem; }
.still-meta a { width: max-content; color: rgba(23,19,15,.54); font-size: .7rem; font-weight: 780; }

.brand-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1rem; margin-top: clamp(3rem,6vw,6rem); }
.brand-card { min-height: 25rem; display: grid; grid-template-rows: 1fr auto; overflow: hidden; border: 1px solid rgba(238,232,220,.15); border-radius: 1.5rem; }
.brand-card > img { width: min(75%,35rem); max-height: 18rem; align-self: center; justify-self: center; object-fit: contain; }
.brand-card > div { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1rem; border-top: 1px solid rgba(23,19,15,.1); }
.brand-card h3 { font-size: 1rem; }
.brand-light { background: var(--paper-soft); color: var(--ink); }
.brand-light a { border-color: rgba(23,19,15,.14); color: rgba(23,19,15,.62); }
.brand-dark { background: #11110f; }
.brand-symbol { grid-column: 1/-1; background: #d9d0c1; color: var(--ink); }
.brand-symbol > img { width: min(45%,18rem); padding: 2rem 0; }
.brand-symbol a { border-color: rgba(23,19,15,.14); color: rgba(23,19,15,.62); }

footer { min-height: 12rem; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 1rem; padding: 2rem clamp(1rem,4vw,4.5rem); background: var(--paper); color: var(--ink); }
footer p { color: rgba(23,19,15,.5); font-size: .82rem; }
footer > a:last-child { justify-self: end; font-size: .78rem; font-weight: 760; }

@media (max-width: 800px) {
  .site-header { grid-template-columns: 1fr auto; }
  nav { display: none; }
  .press-hero { grid-template-columns: 1fr; align-content: center; }
  .about-detail { grid-template-columns: 1fr; }
  .about-facts { position: static; }
  .hero-symbol { width: min(72vw,24rem); justify-self: center; }
  .video-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .brand-grid { grid-template-columns: 1fr; }
  .brand-symbol { grid-column: auto; }
  footer { grid-template-columns: 1fr auto; }
  footer p { display: none; }
}

@media (max-width: 520px) {
  .video-grid { grid-template-columns: 1fr; justify-items: center; }
  .video-card { width: min(100%,20rem); }
  .still-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .still-preview { min-height: 20rem; padding-inline: .65rem; }
  .still-preview img { max-height: 20rem; }
  .still-meta { padding: .8rem; }
  .founder-content { grid-template-columns: 4.25rem minmax(0,1fr); gap: .85rem; }
  .founder-portrait { width: 4.25rem; border-width: .25rem; }
  .deck-proof-heading { grid-template-columns: 1fr; gap: 1.5rem; }
  .deck-strip { grid-auto-columns: 88vw; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .001ms !important; }
}
