:root {
  --ink: #1b120e;
  --paper: #f4ecdf;
  --cream: #fbf6ee;
  --pigment: #d4532a;
  --glaze: #1b656c;
  --line: rgba(251, 246, 238, 0.28);
  --shadow: 0 30px 80px rgba(0, 0, 0, 0.35);
  font-family: "Outfit", sans-serif;
  color: var(--cream);
  background: var(--ink);
}

* { box-sizing: border-box; }
html, body { margin: 0; }
a { color: inherit; }
button, input { font: inherit; }

.nav {
  position: fixed;
  z-index: 5;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  gap: 1.25rem;
  padding: 1.1rem 1.6rem;
  background: rgba(27, 18, 14, 0.92);
  backdrop-filter: blur(10px);
}
.mark {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-family: "Newsreader", serif;
  font-weight: 560;
  font-size: 1.55rem;
  letter-spacing: -0.03em;
  text-decoration: none;
}
.mark img { width: 36px; height: 36px; display: block; }
.mark .r { color: #f0b59a; }
.gate-panel .mark .r { color: #b4532a; }
.nav-links { display: flex; gap: 1rem; margin-left: 0.5rem; }
.nav-links a { text-decoration: none; font-size: 0.92rem; opacity: 0.86; }
.nav-links a[aria-current="page"] { opacity: 1; border-bottom: 1px solid var(--cream); }
.nav-end { margin-left: auto; display: flex; gap: 0.6rem; align-items: center; }
.pill, .solid {
  text-decoration: none;
  border-radius: 999px;
  padding: 0.55rem 0.95rem;
  font-size: 0.9rem;
}
.pill { border: 1px solid var(--line); }
#google {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  width: fit-content;
  border-color: rgba(27, 18, 14, 0.28);
}
#google svg { width: 18px; height: 18px; flex: none; display: block; }
.solid { background: var(--cream); color: var(--ink); }

.film {
  position: relative;
  min-height: 100vh;
  display: grid;
  align-items: end;
  overflow: hidden;
  background: #2a1a14;
}
.film video, .film .wash {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.film .wash {
  background:
    linear-gradient(to top, rgba(16, 9, 6, 0.82) 0%, rgba(16, 9, 6, 0.15) 46%, rgba(16, 9, 6, 0.35) 100%);
}
.film-copy {
  position: relative;
  z-index: 1;
  max-width: 40rem;
  padding: 8rem 1.7rem 4.2rem;
}
.kicker {
  margin: 0 0 0.4rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 0.75rem;
}
.film.paint .kicker { color: #f0b59a; }
.film.tiles .kicker { color: #9ed4d4; }
.film h1, .sheet h1, .gate h1 {
  font-family: "Newsreader", serif;
  font-weight: 450;
  font-size: clamp(3rem, 7vw, 6.4rem);
  line-height: 0.92;
  letter-spacing: -0.035em;
  margin: 0;
}
.film p.lede, .sheet .lede {
  font-size: 1.15rem;
  max-width: 34rem;
  line-height: 1.45;
}
.film-actions { display: flex; gap: 0.7rem; flex-wrap: wrap; margin-top: 1.2rem; }

.band {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 2rem;
  padding: 4.5rem 1.7rem;
  background: var(--paper);
  color: var(--ink);
}
.band h2 {
  font-family: "Newsreader", serif;
  font-weight: 500;
  font-size: clamp(2.2rem, 4vw, 3.6rem);
  line-height: 0.95;
  margin: 0 0 0.8rem;
}
.pair { display: grid; gap: 0.8rem; }
.pair a {
  display: block;
  text-decoration: none;
  padding: 1.1rem 1.15rem;
  border-radius: 1.1rem;
  background: var(--cream);
  box-shadow: 0 1px 0 rgba(27, 18, 14, 0.06);
}
.pair strong { display: block; font-size: 1.15rem; margin-bottom: 0.25rem; }
.pair span { color: #5c4b40; }
.paint-card strong { color: var(--pigment); }
.tile-card strong { color: var(--glaze); }
.both-card strong { color: var(--ink); }

.price {
  padding: 3.2rem 1.7rem 4rem;
  background: #241812;
}
.price b { font-family: "Newsreader", serif; font-size: 3rem; font-weight: 500; }
.price p { max-width: 36rem; color: #eadfD2; }

.foot {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.2rem 1.7rem 1.6rem;
  background: #241812;
  color: #cbbbaa;
  font-size: 0.85rem;
}

.sheet { background: var(--paper); color: var(--ink); }
.sheet .film { min-height: 78vh; }
.sheet-body { padding: 3rem 1.7rem 4rem; max-width: 46rem; }
.sheet-body h2 {
  font-family: "Newsreader", serif;
  font-size: 2.2rem;
  font-weight: 500;
  margin: 0 0 0.6rem;
}
.specs { padding: 0; margin: 1.2rem 0 0; list-style: none; }
.specs li {
  padding: 0.85rem 0;
  border-top: 1px solid rgba(27, 18, 14, 0.12);
}
.specs b { display: block; }

.gate {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  background: var(--ink);
}
.gate-film { position: relative; overflow: hidden; }
.gate-film video, .gate-film .wash { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.gate-film .wash { background: linear-gradient(to top, rgba(16,9,6,.72), rgba(16,9,6,.2)); }
.gate-copy { position: absolute; left: 1.5rem; right: 1.5rem; bottom: 2rem; }
.gate-panel {
  background: var(--cream);
  color: var(--ink);
  padding: 6rem 2rem 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.gate-panel h1 { font-size: clamp(2.6rem, 4vw, 4rem); color: var(--ink); }
form { display: grid; gap: 0.55rem; margin-top: 1rem; }
label { font-size: 0.82rem; color: #5c4b40; }
input {
  border: 1px solid rgba(27, 18, 14, 0.16);
  background: white;
  border-radius: 0.7rem;
  padding: 0.75rem 0.8rem;
}
.stack { display: flex; gap: 0.5rem; flex-wrap: wrap; margin-top: 0.4rem; }
.alert { color: #9a3412; min-height: 1.2rem; }
.alert.ok { color: #1b656c; }
.switch { margin-top: 1rem; background: none; border: 0; padding: 0; color: var(--glaze); cursor: pointer; }

@media (max-width: 800px) {
  .nav-links { display: none; }
  .band, .gate { grid-template-columns: 1fr; }
  .gate-film { min-height: 42vh; }
}
