:root {
  --ink: #16130f;
  --ink-soft: #3d372e;
  --cream: #f4efe6;
  --cream-dim: #e9e1d2;
  --paper: #f8f4ec;
  --rust: #9a4b2f;
  --line: rgba(22, 19, 15, 0.18);
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: 'Lora', Georgia, serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.7;
  font-size: 17px;
}

h1, h2 {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0.005em;
}

h2 { font-size: clamp(1.7rem, 4vw, 2.6rem); margin-bottom: 1.2rem; }

.wrap { max-width: 760px; margin: 0 auto; padding: 0 24px; }

.eyebrow {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.35em;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--rust);
  margin-bottom: 0.9rem;
}

/* ---------- nav ---------- */
.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 28px;
  background: rgba(22, 19, 15, 0.97);
}

.nav-logo img { height: 34px; display: block; }

.nav nav { display: flex; align-items: center; gap: 26px; }

.nav a {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.78rem;
  font-weight: 500;
  color: var(--cream);
  text-decoration: none;
}

.nav a:hover { color: #fff; }

.nav-cta {
  border: 1px solid var(--cream);
  padding: 7px 16px;
  border-radius: 2px;
}

.nav-cta:hover { background: var(--cream); color: var(--ink) !important; }

/* ---------- hero ---------- */
.hero {
  position: relative;
  min-height: min(100vh, 920px);
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background: var(--ink);
  color: var(--cream);
  border-bottom: 6px solid var(--rust);
}

.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(105deg, rgba(16, 13, 10, 0.55) 0%, rgba(16, 13, 10, 0.1) 55%, rgba(16, 13, 10, 0) 100%),
    linear-gradient(to top, rgba(16, 13, 10, 0.95) 0%, rgba(16, 13, 10, 0.45) 42%, rgba(16, 13, 10, 0.28) 100%);
}

.hero-content {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 120px clamp(24px, 6vw, 72px) 52px;
}

.hero-kicker {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.42em;
  font-size: clamp(1.1rem, 2.2vw, 1.6rem);
  font-weight: 600;
  color: var(--cream);
  margin-bottom: 0.9rem;
}

.hero-title {
  font-size: clamp(2.4rem, 5.6vw, 4.2rem);
  color: var(--cream);
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.45);
  margin-bottom: 0.9rem;
}

.hero-tag {
  font-size: clamp(1rem, 2.2vw, 1.2rem);
  font-style: italic;
  color: var(--cream-dim);
  max-width: 52ch;
  margin-bottom: 1.7rem;
}

.hero-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

/* ---------- buttons ---------- */
.btn {
  display: inline-block;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.85rem;
  font-weight: 600;
  text-decoration: none;
  padding: 14px 28px;
  border-radius: 2px;
  border: 2px solid var(--cream);
  cursor: pointer;
  transition: transform 0.15s ease, background 0.15s ease, color 0.15s ease;
}

.btn:hover { transform: translateY(-2px); }

.btn-solid { background: var(--cream); color: var(--ink); }
.btn-solid:hover { background: #fff; }

.btn-ghost { color: var(--cream); background: transparent; }
.btn-ghost:hover { background: rgba(244, 239, 230, 0.12); }

/* light sections: dark buttons */
.contact .btn-solid, .watch .btn-solid {
  background: var(--ink);
  color: var(--cream);
  border-color: var(--ink);
}
.contact .btn-solid:hover, .watch .btn-solid:hover { background: #000; }

.btn-wide { width: 100%; font-size: 0.95rem; }

/* ---------- story ---------- */
.story { padding: 90px 0; text-align: center; }

.story-lede {
  font-style: italic;
  font-size: 1.15rem;
  color: var(--rust);
  margin-bottom: 2.6rem;
}

.story-letter {
  text-align: left;
  max-width: 58ch;
  margin: 0 auto;
}

.story-letter p {
  margin-bottom: 1.25rem;
  color: var(--ink-soft);
}

.story-sign {
  font-family: 'Playfair Display', Georgia, serif;
  font-style: italic;
  font-weight: 700;
  font-size: 1.3rem;
  color: var(--ink);
  margin-top: 1.8rem;
}

.story-values {
  display: flex;
  justify-content: center;
  gap: clamp(24px, 8vw, 70px);
  margin-top: 3rem;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  font-size: 0.85rem;
  font-weight: 600;
}

.story-values div { display: flex; flex-direction: column; align-items: center; gap: 8px; }
.story-values span { font-size: 1.5rem; letter-spacing: 0; }

/* ---------- watch ---------- */
.watch {
  background: var(--cream-dim);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 90px 0;
  text-align: center;
}

.watch-sub { color: var(--ink-soft); max-width: 52ch; margin: 0 auto 2.2rem; }

.video-frame {
  position: relative;
  padding-top: 56.25%;
  border: 3px solid var(--ink);
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 10px 10px 0 rgba(22, 19, 15, 0.15);
  background: #000;
}

.video-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.watch-cta { margin-top: 2.4rem; }

/* ---------- shop ---------- */
.shop {
  background: var(--ink);
  color: var(--cream);
  text-align: center;
  padding: 90px 0;
  border-top: 6px solid var(--rust);
}

.shop .eyebrow { color: var(--cream-dim); }

.shop-sub {
  color: var(--cream-dim);
  max-width: 52ch;
  margin: 0 auto 2.4rem;
}

.shop-mark {
  margin: 0 auto 2.6rem;
  max-width: 460px;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 12px 12px 0 rgba(154, 75, 47, 0.45);
}

.shop-mark img { width: 100%; display: block; }

.shop .btn-solid {
  background: var(--cream);
  color: var(--ink);
  border-color: var(--cream);
}
.shop .btn-solid:hover { background: #fff; }

/* ---------- contact ---------- */
.contact { padding: 90px 0; text-align: center; }

.contact-sub { color: var(--ink-soft); max-width: 50ch; margin: 0 auto 2.4rem; }

form { text-align: left; max-width: 640px; margin: 0 auto; }

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

form label {
  display: block;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.72rem;
  font-weight: 600;
  margin-bottom: 18px;
}

form input, form textarea {
  display: block;
  width: 100%;
  margin-top: 7px;
  padding: 13px 14px;
  font-family: 'Lora', Georgia, serif;
  font-size: 1rem;
  color: var(--ink);
  background: #fff;
  border: 2px solid var(--ink);
  border-radius: 2px;
}

form input:focus, form textarea:focus {
  outline: 3px solid rgba(154, 75, 47, 0.35);
}

.hp { position: absolute; left: -9999px; }

.form-note {
  margin-top: 14px;
  text-align: center;
  font-style: italic;
  color: var(--rust);
  min-height: 1.4em;
}

/* ---------- footer ---------- */
footer {
  background: var(--ink);
  color: rgba(244, 239, 230, 0.7);
  text-align: center;
  padding: 56px 24px 44px;
}

footer img { width: 180px; margin-bottom: 1.4rem; opacity: 0.92; }

footer p { font-size: 0.9rem; margin-bottom: 0.6rem; }

.footer-links {
  display: flex;
  gap: 26px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 0.4rem;
}

footer a {
  color: var(--cream);
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.75rem;
  text-decoration: none;
  border-bottom: 1px solid rgba(244, 239, 230, 0.4);
  padding-bottom: 2px;
}

footer a:hover { color: #fff; border-color: #fff; }

/* ---------- mobile ---------- */
@media (max-width: 560px) {
  .nav { padding: 10px 16px; }
  .nav nav { gap: 14px; }
  .nav a { font-size: 0.7rem; letter-spacing: 0.12em; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .hero { padding: 60px 20px 50px; }
  .story, .watch, .contact { padding: 64px 0; }
}
