@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Playfair Display";
  src: url("../fonts/PlayfairDisplay.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --bg: #100b09;
  --panel: #1a1210;
  --panel2: #241715;
  --gold: #caa66a;
  --cream: #f4ead9;
  --muted: #b9a999;
  --line: rgba(244, 234, 217, .14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: clip;
}

body {
  margin: 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background: var(--bg);
  color: var(--cream);
  font-family: Inter, system-ui, sans-serif;
  overflow-x: clip;
}

img {
  max-width: 100%;
}

main {
  flex: 1 0 auto;
}

a {
  color: inherit;
  text-decoration: none;
}

.topbar {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  min-height: 72px;
  padding: 12px 6vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  background: linear-gradient(to bottom, rgba(16, 11, 9, .92), rgba(16, 11, 9, .18));
  backdrop-filter: blur(10px);
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 700;
  letter-spacing: .04em;
  line-height: 1;
  min-width: 0;
}

.logo-link {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.logo-link img {
  flex-shrink: 0;
}

.notice-badge {
  font-size: 11px;
  color: var(--muted);
  max-width: 280px;
  line-height: 1.4;
  text-align: right;
}

.seal {
  width: 38px;
  height: 38px;
  border: 1px solid var(--gold);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--gold);
  font-family: "Playfair Display", serif;
  font-weight: 700;
}

.topbar nav {
  display: flex;
  gap: 26px;
  color: var(--muted);
  font-size: 14px;
}

.hero {
  min-height: 96vh;
  position: relative;
  display: flex;
  align-items: center;
  padding: 120px 6vw 80px;
  background: linear-gradient(115deg, rgba(16, 11, 9, .86), rgba(16, 11, 9, .25)), url("https://images.unsplash.com/photo-1510812431401-41d2bd2722f3?auto=format&fit=crop&w=1800&q=80") center/cover;
}

.hero:after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 160px;
  background: linear-gradient(to top, var(--bg), transparent);
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 780px;
  min-width: 0;
}

.eyebrow,
.section-kicker,
.tag {
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: 12px;
  font-weight: 700;
}

.hero h1,
.section h2 {
  font-family: "Playfair Display", serif;
  font-size: clamp(36px, 7vw, 92px);
  line-height: .92;
  margin: 18px 0;
}

.lead {
  font-size: clamp(17px, 2.5vw, 21px);
  line-height: 1.55;
  color: #e8d9c5;
  max-width: 680px;
}

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

.btn {
  border: 1px solid var(--gold);
  padding: 15px 22px;
  border-radius: 999px;
  font-weight: 700;
  display: inline-flex;
  justify-content: center;
  max-width: 100%;
}

.primary {
  background: var(--gold);
  color: #170f0b;
}

.ghost {
  background: rgba(255, 255, 255, .04);
  color: var(--cream);
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--line);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.trust-grid article {
  background: var(--panel);
  padding: 34px 6vw 34px 34px;
  min-width: 0;
  max-width: 100%;
}

.trust-grid strong {
  display: block;
  font-family: "Playfair Display", serif;
  font-size: clamp(24px, 4vw, 30px);
  color: var(--gold);
}

.trust-grid span {
  color: var(--muted);
  line-height: 1.5;
}

.section {
  padding: 96px 6vw;
}

.story-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  max-width: 900px;
  gap: 0;
  align-items: start;
}

.story-layout > * {
  min-width: 0;
  max-width: 100%;
}

.story p,
.request-copy p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.75;
}

.note-card {
  background: linear-gradient(145deg, var(--panel2), #120c0a);
  border: 1px solid var(--line);
  padding: 34px;
  border-radius: 22px;
  box-shadow: 0 30px 90px rgba(0, 0, 0, .35);
}

blockquote {
  font-family: "Playfair Display", serif;
  font-size: clamp(24px, 4vw, 32px);
  line-height: 1.15;
  margin: 18px 0 0;
}

.formats {
  background: #130d0b;
}

.formats h2,
.reveal h2,
.request h2 {
  font-size: clamp(32px, 5vw, 66px);
}

.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 34px;
}

.cards > * {
  min-width: 0;
  max-width: 100%;
}

.card {
  overflow: hidden;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 24px;
  transition: .25s transform, .25s border-color;
}

.card:hover {
  transform: translateY(-6px);
  border-color: rgba(202, 166, 106, .6);
}

.featured {
  box-shadow: 0 30px 80px rgba(202, 166, 106, .12);
}

.card-image {
  height: 250px;
  background-size: cover;
  background-position: center;
}

.cellar {
  background-image: url("https://images.unsplash.com/photo-1506377247377-2a5b3b417ebb?auto=format&fit=crop&w=1000&q=80");
}

.table {
  background-image: url("https://images.unsplash.com/photo-1544148103-0773bf10d330?auto=format&fit=crop&w=1000&q=80");
}

.flight {
  background-image: url("https://images.unsplash.com/photo-1540962351504-03099e0a754b?auto=format&fit=crop&w=1000&q=80");
}

.card-body {
  padding: 28px;
}

.card h3 {
  font-family: "Playfair Display", serif;
  font-size: clamp(28px, 4vw, 36px);
  margin: 8px 0;
}

.card p {
  color: var(--muted);
  line-height: 1.65;
}

.card span {
  color: var(--gold);
  font-weight: 700;
}

.reveal {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
  gap: 46px;
  background: linear-gradient(180deg, #100b09, #1a100e);
}

.reveal > * {
  min-width: 0;
  max-width: 100%;
}

.steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 16px;
}

.steps li {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 18px;
  align-items: center;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, .03);
  min-width: 0;
}

.steps strong {
  color: var(--gold);
  font-family: "Playfair Display", serif;
  font-size: 32px;
}

.steps span {
  color: #dfd0bd;
}

.request {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
  gap: 54px;
  align-items: start;
}

.request > * {
  min-width: 0;
  max-width: 100%;
}

.form {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 30px;
  display: grid;
  gap: 18px;
}

.form label {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-size: 14px;
}

.form input,
.form select {
  width: 100%;
  max-width: 100%;
  background: #0f0a08;
  border: 1px solid var(--line);
  color: var(--cream);
  border-radius: 14px;
  padding: 15px;
  font-size: 16px;
}

.form button {
  width: 100%;
  max-width: 100%;
  border: none;
  cursor: pointer;
  font-size: 16px;
}

.form-message {
  margin: 0;
  color: var(--gold);
  font-weight: 700;
}

footer {
  margin-top: auto;
  border-top: 1px solid var(--line);
  padding: 42px 6vw 24px;
  background: var(--bg);
  display: flex;
  flex-direction: column;
  gap: 0;
  color: var(--muted);
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px;
  margin-bottom: 30px;
}

.footer-brand .brand {
  margin-bottom: 6px;
}

.footer-tagline {
  color: var(--muted);
  font-size: 14px;
  margin: 0;
}

.footer-about h4,
.footer-legal h4 {
  font-family: "Playfair Display", serif;
  font-size: 20px;
  color: var(--gold);
  margin: 0 0 12px;
}

.footer-about p,
.footer-legal a {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
  margin: 4px 0;
}

.footer-legal a {
  display: block;
}

.footer-legal a:hover {
  color: var(--cream);
}

.footer-disclaimer {
  border-top: 1px solid var(--line);
  padding-top: 20px;
  margin-top: 10px;
}

.footer-disclaimer p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
  margin: 0;
  opacity: .8;
}

.footer-bottom {
  border-top: 1px solid var(--line);
  padding-top: 16px;
  margin-top: 16px;
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  color: var(--muted);
}

.container {
  max-width: 800px;
  margin: 0 auto;
  padding: 120px 20px 40px;
}

.wrapper {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 40px;
}

.legal-content {
  word-break: break-word;
}

.legal-content h1 {
  font-family: "Playfair Display", serif;
  font-size: clamp(1.8rem, 5vw, 2.4rem);
  color: var(--gold);
  margin-top: 0;
}

.legal-content h2 {
  font-family: "Playfair Display", serif;
  font-size: clamp(1.4rem, 4vw, 1.8rem);
  color: var(--cream);
}

.legal-content h3 {
  font-size: 1.4rem;
  color: var(--cream);
}

.legal-content p {
  font-size: 1rem;
  line-height: 1.6;
  color: var(--muted);
}

.legal-content ul,
.legal-content ol {
  padding-left: 1.5rem;
  margin: 1rem 0;
  color: var(--muted);
}

.legal-content a {
  color: var(--gold);
  text-decoration: underline;
}

.thanks-hero {
  min-height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 120px 6vw 80px;
  background: radial-gradient(circle at center, #1a1210, #0a0706);
}

.thanks-box {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 32px;
  padding: 50px 60px;
  max-width: 700px;
  width: 100%;
  text-align: center;
  box-shadow: 0 40px 100px rgba(0, 0, 0, .5);
}

.thanks-box .logo-link {
  justify-content: center;
  margin-bottom: 20px;
}

.thanks-box h1 {
  font-family: "Playfair Display", serif;
  font-size: clamp(2rem, 6vw, 3rem);
  color: var(--gold);
  margin: 20px 0 10px;
}

.thanks-box .thanks-message {
  font-size: 1.2rem;
  line-height: 1.7;
  color: var(--cream);
}

.thanks-box .thanks-message strong {
  color: var(--gold);
}

@media (max-width: 900px) {
  .topbar nav {
    display: none;
  }

  .trust-grid,
  .cards,
  .story-layout,
  .reveal,
  .request,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: 88vh;
  }

  .trust-grid article {
    padding: 28px;
  }

  .section {
    padding: 72px 6vw;
  }

  .container {
    padding-top: 150px;
  }
}

@media (max-width: 640px) {
  .topbar {
    flex-direction: column;
    align-items: flex-start;
  }

  .notice-badge {
    text-align: left;
    max-width: 100%;
    word-break: break-all;
  }

  .logo-link {
    flex-direction: column;
    align-items: flex-start;
  }

  .logo-link span {
    word-break: break-all;
    min-width: 0;
    flex: 1;
  }

  .footer-col,
  .footer-about,
  .footer-brand {
    word-break: break-all;
  }

  .steps li {
    grid-template-columns: 50px 1fr;
  }

  .container {
    padding-top: 200px;
  }

  .thanks-hero {
    padding-top: 200px;
  }

  .thanks-box {
    padding: 32px 24px;
  }
}

@media (max-width: 480px) {
  .topbar {
    padding: 12px 16px;
  }

  .hero {
    padding: 100px 16px 60px;
  }

  .section {
    padding: 56px 16px;
  }

  .form {
    padding: 20px;
  }

  .wrapper {
    padding: 24px 20px;
  }

  .container {
    padding: 220px 16px 32px;
  }

  .thanks-hero {
    padding-top: 220px;
  }

  footer {
    padding: 32px 16px 20px;
  }

  .btn {
    width: 100%;
    padding: 14px 18px;
    font-size: 15px;
  }
}
