:root {
  --bg: #07090c;
  --ink: #f3eee6;
  --muted: #b4aea3;
  --line: rgba(243, 238, 230, 0.12);
  --card: rgba(16, 20, 26, 0.78);
  --cream: #e9e3d7;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: Inter, system-ui, sans-serif;
  background: var(--bg);
  color: var(--ink);
  letter-spacing: -0.011em;
}
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: 30;
  display: flex; align-items: center; justify-content: space-between;
  padding: 18px 28px;
  background: linear-gradient(to bottom, rgba(7,9,12,.75), rgba(7,9,12,0));
  backdrop-filter: blur(10px);
}
.brand { display: flex; align-items: center; gap: 12px; }
.logo { height: 28px; width: auto; display: block; }
.wordmark {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--ink);
  white-space: nowrap;
}
.links { display: flex; gap: 26px; color: var(--muted); font-size: 14px; }
.links a:hover { color: var(--ink); }
.nav-cta {
  background: var(--cream); color: #111;
  border-radius: 999px; padding: 9px 16px;
  font-size: 13.5px; font-weight: 560;
}

.expand { height: 240vh; position: relative; }
.expand-pin {
  --p: 0;
  position: sticky; top: 0; height: 100vh;
  overflow: hidden;
}
.expand-bg {
  position: absolute; inset: 0;
  background:
    linear-gradient(to bottom, rgba(7,9,12,.45) 0%, rgba(7,9,12,.2) 50%, rgba(7,9,12,.7) 100%),
    url("valley.jpg") center 40% / cover no-repeat;
}
.expand-frame {
  position: absolute;
  left: 50%;
  top: 62%;
  width: calc(36vw + var(--p) * 64vw);
  height: calc(24vh + var(--p) * 76vh);
  transform: translate(-50%, -50%);
  border-radius: calc(22px * (1 - var(--p)));
  overflow: hidden;
  box-shadow: 0 24px 80px rgba(0,0,0,.45);
}
.expand-frame img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center 60%;
  display: block;
}
.expand-copy {
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  padding: 16vh 24px 0;
  text-align: center;
  z-index: 3;
  opacity: calc(1 - var(--p) * 1.15);
}
.expand-kicker {
  color: var(--muted);
  font-size: 12px;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.expand-copy h1 { font-size: clamp(32px, 5vw, 58px); }
.expand-lede {
  margin: 18px auto 0;
  max-width: 520px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.5;
}
.expand-hint {
  margin-top: 22px;
  color: var(--muted);
  font-size: 14px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.hero {
  min-height: 100vh;
  position: relative;
  display: grid;
  place-items: center;
  text-align: center;
  overflow: hidden;
  padding: 120px 24px 16vh;
}
.sky {
  position: absolute; inset: 0;
  background:
    linear-gradient(to bottom, rgba(7,9,12,.35) 0%, rgba(7,9,12,.12) 42%, rgba(7,9,12,.72) 100%),
    url("valley.jpg") center 58% / cover no-repeat;
}
.wash {
  position: absolute; inset: 0;
  background: linear-gradient(to bottom, rgba(8,10,14,.22) 0%, rgba(8,10,14,.05) 45%, rgba(8,10,14,.55) 100%);
}

.hero-copy { position: relative; z-index: 2; max-width: 820px; }
.pill {
  display: inline-flex; align-items: center; gap: 8px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.04);
  border-radius: 999px; padding: 7px 14px;
  font-size: 13px; color: var(--muted); margin-bottom: 26px;
}
.dot { width: 6px; height: 6px; border-radius: 50%; background: #7d9cb5; }
h1 {
  font-family: "Instrument Serif", Georgia, serif;
  font-weight: 400;
  font-size: clamp(42px, 6.6vw, 78px);
  line-height: .98;
  letter-spacing: -0.03em;
}
.lede {
  margin: 22px auto 0;
  max-width: 540px;
  color: var(--muted);
  font-size: 16.5px;
  line-height: 1.55;
}
.cta-row { margin-top: 32px; display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; }
.cta-row.left { justify-content: flex-start; }
.btn {
  display: inline-flex; align-items: center;
  border-radius: 999px; padding: 12px 20px;
  font-size: 14.5px; font-weight: 560;
}
.btn.solid { background: var(--cream); color: #111; }
.btn.ghost { border: 1px solid var(--line); }

.scene {
  height: 240vh;
  position: relative;
}
.scene-pin {
  --p: 0;
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
}
.layer { position: absolute; inset: 0; }
.layer-land {
  background:
    linear-gradient(to bottom, rgba(7,9,12,.42) 0%, rgba(7,9,12,.12) 38%, rgba(7,9,12,.5) 100%),
    url("valley.jpg") center 40% / cover no-repeat;
}
.layer-lights { pointer-events: none; }
.glint {
  position: absolute;
  border-radius: 2px;
  background: #f0c56a;
  opacity: calc(var(--p) * 0.95);
  box-shadow: 0 0 10px 3px rgba(240,197,106,.45);
}
.g1 { left: 48.2%; top: 58%; width: 7px; height: 5px; }
.g2 { left: 49.4%; top: 58.4%; width: 5px; height: 4px; }
.g3 { left: 50.6%; top: 57.6%; width: 4px; height: 4px; }
.layer-copy {
  display: grid;
  place-items: start center;
  padding: 18vh 24px 0;
  pointer-events: none;
}
.beat {
  grid-area: 1 / 1;
  text-align: center;
  font-family: "Instrument Serif", Georgia, serif;
  font-size: clamp(28px, 4vw, 46px);
  letter-spacing: -0.03em;
  line-height: 1.12;
  opacity: 0;
}
.b1 { opacity: calc(1 - clamp(0, (var(--p) - 0.18) / 0.16, 1)); }
.b2 { opacity: calc(clamp(0, (var(--p) - 0.28) / 0.12, 1) * (1 - clamp(0, (var(--p) - 0.55) / 0.12, 1))); }
.b3 { opacity: calc(clamp(0, (var(--p) - 0.58) / 0.12, 1) * (1 - clamp(0, (var(--p) - 0.88) / 0.1, 1))); }
.h-roof {
  height: 24px;
  background: #16110e;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
}
.h-body {
  height: 44px;
  background: #241c17;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.h-win {
  width: 11px;
  height: 13px;
  background: #f0c56a;
  opacity: calc(0.1 + var(--p) * 0.9);
  box-shadow: 0 0 calc(var(--p) * 22px) calc(var(--p) * 6px) rgba(240,197,106, calc(var(--p) * .55));
}
.h-door {
  width: 10px;
  height: 20px;
  background: #120f0c;
  align-self: end;
}
.h-stoop { height: 6px; background: #120e0b; }
.h-glow {
  position: absolute;
  left: 50%; top: 30%;
  width: 180px; height: 180px;
  transform: translate(-50%, -20%);
  background: radial-gradient(circle, rgba(240,197,106, calc(var(--p) * .32)), transparent 70%);
  pointer-events: none;
}
.porch-line {
  position: relative;
  z-index: 2;
  text-align: center;
  font-family: "Instrument Serif", Georgia, serif;
  font-size: clamp(28px, 4vw, 46px);
  letter-spacing: -0.03em;
  line-height: 1.1;
}
.place-sky { display: none; }
.valley { display: none; }
.house {
  position: absolute;
  left: 50%;
  bottom: 26%;
  width: 86px;
  transform: translateX(-50%);
}
.roof {
  height: 22px;
  background: #1a1512;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
}
.wall {
  height: 38px;
  background: #2a221c;
  display: flex; gap: 10px; justify-content: center; align-items: center;
}
.window { width: 12px; height: 14px; background: #14110f; }
.window.lit {
  background: #f0c56a;
  box-shadow: 0 0 18px 6px rgba(240, 197, 106, .45);
}
.porch { height: 6px; background: #171311; }
.glow {
  position: absolute;
  left: 50%; top: 40%;
  width: 160px; height: 160px;
  transform: translate(-50%, -20%);
  background: radial-gradient(circle, rgba(240,197,106,.18), transparent 68%);
  pointer-events: none;
}
.scrub {
  position: absolute; left: 0; right: 0; bottom: 0; height: 26%;
  background: linear-gradient(transparent, #07090c 40%);
}
.place-line {
  position: relative;
  z-index: 2;
  font-family: "Instrument Serif", Georgia, serif;
  font-size: clamp(28px, 4vw, 44px);
  letter-spacing: -0.03em;
}

section { padding: 96px 0; }
.kicker {
  color: var(--muted);
  font-size: 12px;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: 14px;
}
h2 {
  font-family: "Instrument Serif", Georgia, serif;
  font-size: clamp(32px, 4.2vw, 50px);
  font-weight: 400;
  letter-spacing: -0.03em;
  line-height: 1.05;
}
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; }
.copy p { color: var(--muted); line-height: 1.7; margin-top: 16px; font-size: 16px; }
.quiet { color: #8f8a81 !important; }

.grid3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 36px; }
.card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 24px;
  min-height: 220px;
}
.card h3 { font-size: 20px; margin: 10px 0 8px; font-family: "Instrument Serif", serif; font-weight: 400; }
.card p { color: var(--muted); font-size: 14.5px; line-height: 1.55; }
.tag { font-size: 12px; color: #9aa8b5; letter-spacing: .04em; text-transform: uppercase; }

.posts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 32px; }
.posts article, .posts .post-link { border-top: 1px solid var(--line); padding-top: 18px; display: block; }
.more { margin-top: 28px; color: var(--muted); }
.more a:hover { color: var(--ink); }

.page { padding: 140px 0 80px; }
.page .meta { color: #8d8880; font-size: 13px; margin-bottom: 18px; }
.prose { max-width: 680px; }
.prose p { color: var(--muted); line-height: 1.75; margin-top: 18px; font-size: 17px; }
.prose h2 { font-size: 32px; margin-top: 36px; }
.posts small { color: #8d8880; font-size: 12px; }
.posts h3 {
  margin: 8px 0 10px;
  font-size: 22px;
  font-family: "Instrument Serif", serif;
  font-weight: 400;
}
.posts p { color: var(--muted); font-size: 14.5px; line-height: 1.5; }

footer { border-top: 1px solid var(--line); padding: 28px 0 48px; }
.foot {
  display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap;
  color: var(--muted); font-size: 13.5px;
}
.foot-links { display: flex; gap: 18px; }
.foot-links a:hover { color: var(--ink); }

@media (max-width: 840px) {
  .links { display: none; }
  .split, .grid3, .posts { grid-template-columns: 1fr; }
}

.hero-art {
  width: 100%;
  border-radius: 16px;
  margin: 8px 0 28px;
  display: block;
  max-height: 420px;
  object-fit: cover;
}
.post-link img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-radius: 12px;
  margin: 10px 0 8px;
  background: #111;
}
.faq { margin-top: 48px; }
.faq h2 { margin-bottom: 18px; }
.faq dt { color: var(--ink); font-weight: 600; margin-top: 18px; }
.faq dd { color: var(--muted); margin-top: 8px; line-height: 1.6; }

.products {
  position: relative;
  overflow: hidden;
  padding: 120px 0;
}
.products-bg {
  position: absolute;
  inset: -8% 0;
  background:
    radial-gradient(ellipse 60% 48% at 50% 55%, rgba(236, 214, 168, 0.22), transparent 68%),
    linear-gradient(to bottom, rgba(7,9,12,.82) 0%, rgba(7,9,12,.28) 38%, rgba(7,9,12,.22) 68%, rgba(7,9,12,.88) 100%),
    url("valley.jpg") center 48% / cover no-repeat;
  filter: saturate(.85) brightness(.82);
  pointer-events: none;
}
.products .wrap { position: relative; z-index: 1; }
.products .card {
  background: rgba(9, 11, 15, 0.78);
  backdrop-filter: blur(16px);
  box-shadow: 0 20px 48px rgba(0,0,0,.38);
}
.products .card:hover {
  border-color: rgba(243, 238, 230, 0.28);
}
