:root {
  --sand: #fff6ea;
  --sand-2: #ffe9c8;
  --teal: #0f9b8e;
  --teal-deep: #128f86;
  --teal-ink: #0a5c58;
  --coral: #ff6b4a;
  --coral-deep: #e24c2d;
  --palm: #2fa36b;
  --gold: #f5c14a;
  --ink: #1c1917;
  --muted: #5c534c;
  --white: #fffdf8;
  --card: #ffffff;
  --radius: 22px;
  --shadow: 0 18px 50px rgba(7, 62, 60, 0.12);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: Outfit, ui-sans-serif, system-ui, sans-serif;
  background: var(--sand);
  color: var(--ink);
  line-height: 1.55;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
main { flex: 1; }
img { max-width: 100%; display: block; }
a { color: inherit; }
.skip { position: absolute; left: -999px; top: 0; }
.skip:focus { left: 12px; background: #fff; padding: 8px 12px; z-index: 9; }

.kicker {
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--gold);
}
.kicker.rust { color: var(--coral); }

h1, h2, h3 { font-family: Fraunces, Georgia, serif; line-height: 1.12; font-weight: 700; }
h1 { font-size: clamp(2.6rem, 6vw, 5.1rem); }
h2 { font-size: clamp(1.9rem, 4vw, 3.2rem); margin: 0.3em 0 0.5em; }
h3 { font-size: 1.25rem; margin-bottom: 0.35em; }
.lede { font-size: 1.15rem; color: var(--muted); max-width: 38rem; }

.btn {
  display: inline-flex; align-items: center; justify-content: center;
  border: 0; cursor: pointer; text-decoration: none;
  font-weight: 600; font-family: inherit;
  border-radius: 999px; padding: 0.85rem 1.25rem;
  transition: transform 0.15s ease, background 0.15s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn-coral { background: var(--coral); color: #fff; }
.btn-coral:hover { background: var(--coral-deep); }
.btn-ghost { background: transparent; color: #fff; border: 1.5px solid rgba(255,255,255,0.45); }
.btn-ghost-dark {
  background: transparent; color: var(--ink);
  border: 1.5px solid rgba(28,25,23,0.2);
}
.btn-ghost-dark:hover { border-color: var(--teal-deep); color: var(--teal-deep); }

/* ——— Nav ——— */
.nav {
  position: sticky; top: 0; z-index: 20;
  display: flex; align-items: center; gap: 1.5rem;
  padding: 0.85rem 6vw;
  background: rgba(255, 246, 234, 0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(28,25,23,0.06);
}
.wordmark {
  display: flex; flex-direction: column; line-height: 1.05;
  font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase;
  text-decoration: none; color: var(--teal-deep);
}
.wordmark .sub {
  font-size: 0.58rem;
  letter-spacing: 0.18em;
  font-weight: 600;
  color: var(--teal-ink);
  opacity: 0.85;
  margin-top: 0.18rem;
}
.nav nav { margin-left: auto; display: flex; gap: 1.25rem; align-items: center; }
.nav nav a {
  text-decoration: none; font-weight: 500; color: var(--muted);
  font-size: 0.95rem;
}
.nav nav a:hover,
.nav nav a[aria-current="page"] { color: var(--teal-ink); }
.nav .btn { padding: 0.65rem 1.05rem; }
.nav-toggle {
  display: none;
  margin-left: auto;
  background: transparent;
  border: 1.5px solid rgba(28,25,23,0.15);
  border-radius: 10px;
  padding: 0.45rem 0.7rem;
  font: inherit;
  font-weight: 600;
  color: var(--ink);
  cursor: pointer;
}

/* ——— Hero (cinematic dark teal-black) ——— */
.hero {
  display: grid; grid-template-columns: 1.05fr 0.95fr;
  min-height: 100vh; color: #fff;
  background:
    radial-gradient(90vw 70vh at 18% 40%, rgba(18, 143, 134, 0.45), transparent 58%),
    radial-gradient(50vw 40vh at 90% 80%, rgba(255, 107, 74, 0.18), transparent 50%),
    #041110;
}
.hero-copy {
  padding: clamp(2.4rem, 7vw, 7rem);
  display: flex; flex-direction: column; justify-content: center;
}
.hero h1 {
  font-size: clamp(3.1rem, 8.2vw, 6.6rem);
  letter-spacing: -0.035em;
  max-width: 11ch;
  margin-bottom: 0;
}
.hero h1 em { font-style: italic; color: var(--gold); }
.hero .h1-gold {
  font-family: Fraunces, Georgia, serif;
  font-size: clamp(2rem, 4.6vw, 3.7rem);
  line-height: 1.12;
  font-weight: 700;
  margin: 0.1rem 0 0;
}
.hero .h1-gold em { font-style: italic; color: var(--gold); }
.hero .product-sub {
  font-size: 0.95rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 600;
  color: rgba(255,255,255,0.72);
  margin: 0.5rem 0 0.15rem;
}
.hero .lede { color: rgba(255,255,255,0.82); margin: 1.1rem 0 1.6rem; }
.hero-actions { display: flex; gap: 0.75rem; flex-wrap: wrap; }
.stakes {
  color: var(--coral);
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 0.86rem;
  margin: 0.85rem 0 0.45rem;
}
.beats {
  display: flex;
  gap: 1.35rem;
  list-style: none;
  margin: 1.15rem 0 0.2rem;
  font-family: Fraunces, Georgia, serif;
  font-size: clamp(1.35rem, 2.6vw, 2.15rem);
  font-weight: 700;
  color: var(--gold);
}
.hero-art {
  background: #070f0e;
  display: flex; align-items: center; justify-content: center;
  padding: 3vw;
  position: relative;
}
.hero-art img {
  width: min(100%, 560px);
  border-radius: 28px;
  box-shadow: 0 30px 80px rgba(0,0,0,0.45);
  filter: contrast(1.08) saturate(1.05);
}
.hero-art figcaption {
  position: absolute;
  left: 3vw;
  bottom: 2.2rem;
  font-family: Fraunces, serif;
  font-style: italic;
  color: var(--gold);
  font-size: 1.15rem;
}

@keyframes rise {
  from { opacity: 0; transform: translateY(22px); }
  to { opacity: 1; transform: none; }
}
.hero-copy > * { animation: rise 0.75s cubic-bezier(.2,.7,.2,1) both; }
.hero-copy > *:nth-child(1) { animation-delay: .05s; }
.hero-copy > *:nth-child(2) { animation-delay: .12s; }
.hero-copy > *:nth-child(3) { animation-delay: .2s; }
.hero-copy > *:nth-child(4) { animation-delay: .28s; }
.hero-copy > *:nth-child(5) { animation-delay: .36s; }
.hero-copy > *:nth-child(6) { animation-delay: .44s; }
.hero-copy > *:nth-child(7) { animation-delay: .52s; }
.hero-copy > *:nth-child(8) { animation-delay: .6s; }
.hero-art img { animation: rise 1s 0.25s both; }

/* ——— Shared sections ——— */
.notice {
  background: #1a0b08;
  color: #fff;
  text-align: center;
  padding: 1.1rem 6vw;
  letter-spacing: 0.01em;
  font-size: 1.12rem;
}
.section, .origin, .point, .product, .inuse, .why, .faq,
.page-hero, .gallery, .materials, .cta-band {
  padding: 5.5rem 6vw;
}
.page-hero {
  padding-top: 4rem;
  padding-bottom: 2.5rem;
  background:
    radial-gradient(70vw 40vh at 10% 0%, rgba(18, 143, 134, 0.12), transparent 55%),
    var(--sand);
}
.page-hero h1 { max-width: 16ch; }
.page-hero .lede { margin-top: 0.75rem; }

.origin blockquote {
  background: var(--teal-deep); color: #fff; border-radius: var(--radius);
  padding: 2rem 2.2rem; margin: 1.5rem 0 2rem;
}
.origin blockquote p:first-child {
  font-family: Fraunces, serif; font-size: 1.7rem; font-style: italic;
}
.origin .sub { margin-top: 0.6rem; color: rgba(255,255,255,0.8); }
.place { color: var(--muted); margin-bottom: 0.4rem; }

.grid-4, .grid-3, .grid-2 { display: grid; gap: 1rem; }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-2 { grid-template-columns: 1fr 1fr; }
.origin article, .why article, .card {
  background: var(--card); border-radius: 18px; padding: 1.25rem 1.3rem;
  box-shadow: 0 8px 24px rgba(28,25,23,0.04);
  border-left: 5px solid var(--palm);
}
.why article, .card.teal { border-left-color: var(--teal); }
.card p { color: var(--muted); }

.lanes { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; margin-top: 1.8rem; }
.lane { border-radius: var(--radius); padding: 2rem; }
.lane-dark { background: var(--teal-ink); color: #fff; }
.lane-light { background: #fff; box-shadow: var(--shadow); }
.lane ul {
  margin-top: 1.2rem; list-style: none;
  font-family: Fraunces, serif; font-size: 1.25rem;
}
.lane li + li { margin-top: 0.35rem; }

.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin: 2rem 0; }
.product-grid figure, .use-grid figure, .gallery-grid figure {
  background: #fff; border-radius: 18px; overflow: hidden; box-shadow: var(--shadow);
}
.product-grid img, .use-grid img {
  width: 100%; height: 280px; object-fit: cover; background: #f4f1ea;
}
.product-grid figcaption, .use-grid figcaption, .gallery-grid figcaption {
  padding: 1rem 1.1rem 1.2rem; color: var(--muted);
}
.product-grid figcaption strong,
.gallery-grid figcaption strong { color: var(--ink); display: block; margin-bottom: 0.2rem; }

.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; list-style: none; }
.steps li { background: #fff; border-radius: 18px; padding: 1.2rem; }
.steps span { color: var(--coral); font-weight: 800; letter-spacing: 0.08em; }
.steps strong { display: block; margin: 0.35rem 0 0.25rem; font-family: Fraunces, serif; }
.steps p { color: var(--muted); font-size: 0.95rem; }

.use-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; margin-top: 1.6rem; }
.use-grid img { height: 360px; }

.faq details {
  background: #fff; border-radius: 16px; padding: 1rem 1.2rem; margin-bottom: 0.7rem;
}
.faq summary { cursor: pointer; font-weight: 650; font-size: 1.05rem; }
.faq details p { margin-top: 0.5rem; color: var(--muted); }

/* ——— Gallery ——— */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 1.1rem;
  margin-top: 2rem;
}
.gallery-grid figure { grid-column: span 4; }
.gallery-grid figure.wide { grid-column: span 8; }
.gallery-grid figure.tall img { height: 420px; }
.gallery-grid img {
  width: 100%; height: 280px; object-fit: cover; background: #0a1211;
}
.gallery-grid figure.wide img { height: 380px; }

/* ——— Materials strip ——— */
.materials {
  background: #041110;
  color: #fff;
  padding: 4rem 6vw;
}
.materials .lede { color: rgba(255,255,255,0.75); }
.mat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 1.8rem;
}
.mat-grid article {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 18px;
  padding: 1.4rem;
}
.mat-grid h3 { color: var(--gold); font-size: 1.15rem; }
.mat-grid p { color: rgba(255,255,255,0.78); }

/* ——— Waitlist ——— */
.waitlist {
  margin: 0 4vw 4vw; padding: 3rem;
  background: linear-gradient(135deg, var(--teal-deep), #159f7b 58%, var(--coral) 130%);
  color: #fff; border-radius: 32px;
  display: grid; grid-template-columns: 1.1fr 0.9fr 0.8fr; gap: 2rem; align-items: center;
}
.waitlist.full-page {
  margin: 2rem 6vw 4rem;
  grid-template-columns: 1.2fr 1fr;
  min-height: 52vh;
}
.waitlist .lede, .wait-copy p { color: rgba(255,255,255,0.88); }
.wait-form label { font-size: 0.8rem; letter-spacing: 0.08em; text-transform: uppercase; }
.wait-form .row { display: flex; gap: 0.5rem; margin: 0.5rem 0; flex-wrap: wrap; }
.wait-form input {
  flex: 1; min-width: 180px;
  border: 0; border-radius: 999px; padding: 0.9rem 1.1rem; font: inherit;
}
.fine { font-size: 0.85rem; opacity: 0.8; }
.wait-art img { border-radius: 20px; box-shadow: var(--shadow); }
.ok { margin-top: 0.6rem; font-weight: 600; }

.cta-band {
  text-align: center;
  background: var(--sand-2);
  padding: 4rem 6vw;
}
.cta-band .actions { display: flex; gap: 0.75rem; justify-content: center; flex-wrap: wrap; margin-top: 1.4rem; }

/* ——— Footer ——— */
footer {
  padding: 2.5rem 6vw 3rem;
  color: var(--muted);
  border-top: 1px solid rgba(28,25,23,0.08);
  background: #f8efe0;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 2rem;
  margin-bottom: 2rem;
}
footer .wordmark { color: var(--teal-deep); margin-bottom: 0.6rem; }
footer nav { display: flex; flex-direction: column; gap: 0.45rem; }
footer nav a { text-decoration: none; font-weight: 500; }
footer nav a:hover { color: var(--teal-ink); }
footer h4 {
  font-family: Outfit, sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink);
  margin-bottom: 0.7rem;
}
.footer-meta {
  display: flex; flex-wrap: wrap; gap: 0.5rem 1.5rem;
  padding-top: 1.2rem;
  border-top: 1px solid rgba(28,25,23,0.08);
  font-size: 0.92rem;
}
.footer-moments {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.6rem;
  margin-bottom: 2rem;
}
.footer-moments img {
  width: 100%;
  height: 88px;
  object-fit: cover;
  border-radius: 12px;
  background: #0a1211;
}
.domain-note { font-size: 0.85rem; opacity: 0.85; }

/* ——— Photo strip on home ——— */
.photo-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.75rem;
  padding: 0 6vw 0;
  margin-top: -1.5rem;
  margin-bottom: 2rem;
  position: relative;
  z-index: 2;
}
.photo-strip figure {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: var(--shadow);
}
.photo-strip img { width: 100%; height: 180px; object-fit: cover; }
.photo-strip figcaption {
  padding: 0.7rem 0.9rem;
  font-size: 0.85rem;
  color: var(--muted);
}

/* ——— Headline lock strip ——— */
.lock-line {
  text-align: center;
  padding: 3rem 6vw;
  background: var(--teal-ink);
  color: #fff;
}
.lock-line p {
  font-family: Fraunces, serif;
  font-size: clamp(1.4rem, 3vw, 2.2rem);
  font-style: italic;
  max-width: 28ch;
  margin: 0 auto;
  color: var(--gold);
}

@media (max-width: 980px) {
  .hero, .lanes, .product-grid, .steps, .use-grid,
  .grid-4, .grid-3, .grid-2, .waitlist, .mat-grid,
  .footer-grid, .photo-strip, .footer-moments {
    grid-template-columns: 1fr;
  }
  .gallery-grid figure,
  .gallery-grid figure.wide { grid-column: span 12; }
  .nav nav { display: none; }
  .nav nav.open {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0; right: 0;
    background: rgba(255,246,234,0.98);
    padding: 1rem 6vw 1.4rem;
    border-bottom: 1px solid rgba(28,25,23,0.08);
    gap: 0.85rem;
    align-items: flex-start;
  }
  .nav-toggle { display: inline-flex; }
  .nav .btn.nav-cta { display: none; }
  .hero { min-height: auto; }
  .product-grid img, .use-grid img, .gallery-grid img,
  .gallery-grid figure.wide img, .gallery-grid figure.tall img { height: 240px; }
  .waitlist, .waitlist.full-page { margin: 0 1rem 2rem; padding: 1.6rem; }
  .photo-strip { margin-top: 1.5rem; }
  .footer-moments { grid-template-columns: 1fr 1fr; }
}
