:root {
  --bg: #f4f1ea;
  --bg-2: #ece7dd;
  --ink: #161616;
  --mute: #6f6c66;
  --line: rgba(22, 22, 22, 0.1);
  --gold: #d9c27a;
  --gold-ink: #1a170f;
  --white: #fffcf7;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: "Inter", system-ui, sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.55;
  font-size: 16px;
  letter-spacing: -0.011em;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

.wrap { width: min(1120px, calc(100% - 48px)); margin: 0 auto; }

.nav {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 28px;
  color: #fff;
}
.nav.solid {
  background: rgba(244, 241, 234, 0.92);
  color: var(--ink);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line);
}
.nav.solid .wordmark,
.nav.solid .nav-links a { color: var(--ink); }
.wordmark {
  font-size: 1.35rem;
  font-weight: 500;
  letter-spacing: -0.04em;
  color: #fff;
}
.nav-links {
  display: flex;
  gap: 28px;
  list-style: none;
  font-size: 0.88rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 500;
}
.nav-links a { color: #fff; }
.cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--gold);
  color: var(--gold-ink);
  border-radius: 999px;
  padding: 11px 18px;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 600;
  border: 0;
  cursor: pointer;
}
.cta-ghost {
  background: transparent;
  color: inherit;
  border: 1px solid currentColor;
}
.menu { display: none; background: none; border: 0; color: inherit; font: inherit; }

.hero {
  min-height: 100vh;
  position: relative;
  display: grid;
  place-items: end start;
  color: #fff;
}
.hero img,
.hero video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.18) 0%, rgba(0,0,0,0.08) 40%, rgba(0,0,0,0.55) 100%);
}
.hero-copy {
  position: relative;
  z-index: 1;
  padding: 0 28px 72px;
  width: min(1120px, 100%);
}
.hero h1 {
  font-size: clamp(3rem, 7.2vw, 6.4rem);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 0.92;
  max-width: 14ch;
}
.hero h1 .dash {
  display: inline-block;
  width: 0.28em;
  height: 0.07em;
  background: currentColor;
  margin: 0 0.08em 0.18em 0.1em;
  vertical-align: middle;
  border-radius: 1px;
}
.hero p {
  margin: 22px 0 28px;
  max-width: 36ch;
  color: rgba(255,255,255,0.82);
  font-size: 1.05rem;
}
.row { display: flex; gap: 12px; flex-wrap: wrap; }

section { padding: 96px 0; }
.kicker {
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--mute);
  margin-bottom: 16px;
}
h2 {
  font-size: clamp(2.2rem, 5vw, 4.2rem);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 0.98;
  max-width: 16ch;
}
.lede {
  margin-top: 18px;
  max-width: 42ch;
  color: var(--mute);
  font-size: 1.05rem;
}

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
.photo {
  border-radius: 20px;
  overflow: hidden;
  background: var(--bg-2);
}
.photo img { width: 100%; height: 100%; object-fit: cover; min-height: 460px; }

.facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-top: 56px;
}
.facts h3 {
  font-size: 1.15rem;
  font-weight: 500;
  letter-spacing: -0.03em;
  margin-bottom: 8px;
}
.facts p { color: var(--mute); }

.gallery {
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 12px;
  height: min(62vh, 580px);
  margin-top: 40px;
  margin-bottom: 8px;
}
.gallery figure {
  border-radius: 18px;
  overflow: hidden;
  background: var(--bg-2);
  margin: 0;
  min-height: 0;
}
.gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.gallery .tall { grid-row: 1 / 3; }

.pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 40px;
}
.pair figure {
  margin: 0;
  border-radius: 18px;
  overflow: hidden;
  background: var(--bg-2);
}
.pair img {
  width: 100%;
  height: min(52vh, 480px);
  object-fit: cover;
  display: block;
}

.specs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 28px;
}
.specs span {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 7px 12px;
  font-size: 0.82rem;
  color: var(--mute);
}

.printers {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 12px;
  margin-top: 40px;
}
.printers figure {
  margin: 0;
  border-radius: 18px;
  overflow: hidden;
  background: var(--bg-2);
  min-height: 0;
}
.printers img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 360px;
  display: block;
}

.shops {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 40px;
}
.shops figure {
  margin: 0;
  border-radius: 18px;
  overflow: hidden;
  background: var(--bg-2);
}
.shops .wide { grid-column: 1 / -1; }
.shops img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 280px;
  display: block;
}
.shops .wide img { min-height: 260px; max-height: 340px; }

.partners {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 48px;
}
.partners article {
  padding: 28px 0 0;
  border-top: 1px solid var(--line);
}
.partners h3 { font-size: 1.2rem; font-weight: 500; margin-bottom: 14px; letter-spacing: -0.03em; }
.partners .shot {
  border-radius: 14px;
  overflow: hidden;
  margin-bottom: 14px;
  background: var(--bg-2);
  aspect-ratio: 4 / 3;
}
.partners img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.partners p { color: var(--mute); }

.contact {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 56px;
  align-items: stretch;
}
.contact-copy {
  display: flex;
  flex-direction: column;
  max-width: 28rem;
}
.contact-copy .lede { max-width: none; }
.pill-loop {
  margin-top: 28px;
  width: 100%;
  flex: 1 1 auto;
  min-height: 240px;
  border-radius: 14px;
  overflow: hidden;
  background: #111;
  position: relative;
}
.pill-loop img,
.pill-loop iframe,
.pill-loop video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: cover;
  object-position: center 42%;
}
form { display: grid; gap: 14px; }
label {
  display: block;
  font-size: 0.7rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--mute);
  margin-bottom: 6px;
}
input, select, textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid var(--line);
  background: transparent;
  padding: 10px 0;
  font: inherit;
  color: var(--ink);
  border-radius: 0;
}
textarea { min-height: 90px; resize: vertical; }
input:focus, select:focus, textarea:focus { outline: none; border-bottom-color: var(--ink); }
.note { color: var(--mute); font-size: 0.88rem; margin-top: 8px; }
.note a { text-decoration: underline; text-underline-offset: 3px; }

footer {
  padding: 28px 0 48px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: var(--mute);
  font-size: 0.88rem;
  border-top: 1px solid var(--line);
}

@media (max-width: 860px) {
  .nav-links { display: none; }
  .nav-links.open {
    display: flex;
    flex-direction: column;
    position: absolute;
    right: 16px;
    top: 58px;
    background: var(--bg);
    color: var(--ink);
    padding: 16px 18px;
    border-radius: 12px;
  }
  .menu { display: block; }
  .split, .facts, .partners, .contact, .printers, .shops, .pair { grid-template-columns: 1fr; }
  .pair img { height: 280px; }
  .shops .wide { grid-column: auto; }
  .shops img, .shops .wide img { min-height: 240px; }
  .printers img { min-height: 280px; }
  .gallery { grid-template-columns: 1fr; grid-template-rows: 280px 200px 200px; height: auto; }
  .gallery .tall { grid-row: auto; }
  .photo img { min-height: 320px; }
  section { padding: 72px 0; }
  .hero-copy { padding: 0 20px 56px; }
}
