/* Alabaster Estate — white-stone high-plains luxury */
:root {
  --ivory: #faf8f3;
  --bone: #f1ece2;
  --stone: #8a7f6e;
  --charcoal: #2b2823;
  --ink: #383327;
  --gold: #a98f5f;
  --line: #ddd5c6;
  --serif: 'Cormorant Garamond', Georgia, serif;
  --sans: 'Jost', 'Helvetica Neue', sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--sans);
  font-weight: 300;
  color: var(--ink);
  background: var(--ivory);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }

h1, h2, h3 { font-family: var(--serif); font-weight: 400; line-height: 1.15; color: var(--charcoal); }
h1 { font-size: clamp(2.4rem, 8vw, 5.8rem); letter-spacing: 0.1em; text-transform: uppercase; font-weight: 300; overflow-wrap: break-word; }
h2 { font-size: clamp(2rem, 4.5vw, 3.2rem); }
h3 { font-size: clamp(1.7rem, 3vw, 2.4rem); }

.eyebrow {
  font-family: var(--sans);
  font-size: 0.72rem;
  font-weight: 400;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1.1rem;
}

.lede {
  font-family: var(--serif);
  font-size: clamp(1.15rem, 2vw, 1.4rem);
  font-weight: 400;
  max-width: 46em;
  margin: 1.4rem auto 0;
  color: #55503f;
}

.button {
  display: inline-block;
  font-family: var(--sans);
  font-size: 0.78rem;
  font-weight: 400;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--ivory);
  background: transparent;
  border: 1px solid rgba(250, 248, 243, 0.85);
  padding: 1.05rem 2.6rem;
  transition: background 0.35s, color 0.35s, border-color 0.35s;
  cursor: pointer;
}
.button:hover { background: var(--ivory); color: var(--charcoal); }

/* Top bar */
.topbar {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 20;
  background: rgba(24, 22, 18, 0.78);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  padding: 1.1rem 0;
}
.topbar-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wordmark {
  font-family: var(--serif);
  font-size: 1.25rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ivory);
}
.topnav { display: flex; gap: 2.2rem; align-items: center; }
.topnav a {
  font-size: 0.7rem;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  text-decoration: none;
  color: rgba(250, 248, 243, 0.92);
}
.topnav a:hover { color: #fff; }
.nav-cta { border: 1px solid rgba(250, 248, 243, 0.6); padding: 0.55rem 1.2rem; }

/* Hero */
.hero { position: relative; height: 100vh; min-height: 640px; overflow: hidden; }
.hero-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 30%; }
.hero-veil {
  position: absolute; inset: 0;
  background: linear-gradient(rgba(30, 27, 21, 0.34), rgba(30, 27, 21, 0.18) 45%, rgba(30, 27, 21, 0.52));
}
.hero-content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--ivory);
  padding: 0 1.5rem;
}
.hero-content .eyebrow { color: rgba(250, 248, 243, 0.85); }
.hero-content h1 { color: var(--ivory); }
.hero-sub {
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(1.2rem, 2.6vw, 1.7rem);
  margin-top: 0.8rem;
  color: rgba(250, 248, 243, 0.96);
}
.opening-line {
  margin-top: 2.2rem;
  font-size: 0.75rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--ivory);
  border-top: 1px solid rgba(250, 248, 243, 0.45);
  border-bottom: 1px solid rgba(250, 248, 243, 0.45);
  padding: 0.7rem 1.4rem;
}
.hero .button { margin-top: 2.4rem; }

/* Intro */
.intro {
  text-align: center;
  padding: clamp(5rem, 11vw, 9rem) 2rem;
  max-width: 900px;
  margin: 0 auto;
}
.brand-mark { display: block; margin: 0 auto 2rem; width: clamp(220px, 34vw, 340px); height: auto; }

.drive-times {
  margin-top: 2.2rem;
  font-size: 0.74rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--stone);
}

/* Altars */
.altars { padding: 0 2rem clamp(4rem, 8vw, 7rem); max-width: 1240px; margin: 0 auto; }
.section-head { text-align: center; margin-bottom: clamp(3rem, 6vw, 5rem); }
.altar {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
  margin-bottom: clamp(4rem, 8vw, 7rem);
}
.altar.reverse .altar-media { order: 2; }
.altar.reverse .altar-text { order: 1; }
.altar-media img { width: 100%; height: clamp(340px, 44vw, 560px); object-fit: cover; }
.altar-text p:not(.eyebrow) {
  font-family: var(--serif);
  font-size: 1.18rem;
  margin-top: 1.2rem;
  color: #55503f;
}

/* Feast */
.feast { background: var(--bone); padding: clamp(4rem, 9vw, 8rem) 2rem; }
.feast .section-head { max-width: 900px; margin-left: auto; margin-right: auto; }
.feast-grid {
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.2rem;
}
.feast-grid img { width: 100%; height: 100%; object-fit: cover; min-height: 300px; }
.feast-wide { grid-column: 1 / -1; max-height: 560px; }

/* Details */
.details { padding: clamp(4rem, 9vw, 7rem) 2rem; }
.detail-grid {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  text-align: center;
}
.detail-num {
  font-family: var(--serif);
  font-size: clamp(2.6rem, 5vw, 4rem);
  color: var(--charcoal);
  display: block;
  margin-bottom: 0.4rem;
}
.detail p { font-size: 0.85rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--stone); max-width: 22em; margin: 0 auto; }

/* Request form */
.request { background: var(--charcoal); color: var(--bone); padding: clamp(4.5rem, 10vw, 8.5rem) 2rem; }
.request-inner { max-width: 860px; margin: 0 auto; text-align: center; }
.request h2 { color: var(--ivory); }
.request .lede { color: #cfc6b2; }
.how-it-works {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.6rem;
  text-align: left;
}
.how-step { border-top: 1px solid rgba(169, 143, 95, 0.45); padding-top: 1.2rem; }
.how-num {
  font-family: var(--serif);
  font-size: 1.9rem;
  color: var(--gold);
  display: block;
  margin-bottom: 0.5rem;
}
.how-step p { font-size: 0.92rem; color: #cfc6b2; line-height: 1.65; }
@media (max-width: 800px) { .how-it-works { grid-template-columns: 1fr; } }

.founding-offer {
  margin: 2.4rem auto 0;
  max-width: 640px;
  border: 1px solid var(--gold);
  background: rgba(169, 143, 95, 0.10);
  padding: 1.6rem 1.8rem;
  text-align: center;
}
.founding-offer .eyebrow { margin-bottom: 0.7rem; }
.founding-offer p:not(.eyebrow) { font-family: var(--serif); font-size: 1.18rem; color: #e6dcc4; margin: 0; }
.founding-offer strong { color: var(--ivory); font-weight: 500; }

.request form { margin-top: 3.2rem; text-align: left; }
.hp { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.4rem; }
.field { margin-bottom: 1.4rem; }
.field label {
  display: block;
  font-size: 0.68rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: #b6ac94;
  margin-bottom: 0.5rem;
}
.hint { text-transform: none; letter-spacing: 0.05em; color: #8d8570; }
.field input, .field select, .field textarea {
  width: 100%;
  background: rgba(250, 248, 243, 0.06);
  border: 1px solid rgba(250, 248, 243, 0.22);
  color: var(--ivory);
  font-family: var(--sans);
  font-weight: 300;
  font-size: 1rem;
  padding: 0.9rem 1rem;
  outline: none;
  transition: border-color 0.3s;
  border-radius: 0;
  -webkit-appearance: none;
}
.field select { background-color: #35312a; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--gold); }
.field input::placeholder, .field textarea::placeholder { color: #7d7662; }
.field input[type="date"] { color-scheme: dark; }
.submit-btn { width: 100%; margin-top: 0.6rem; border-color: var(--gold); color: var(--ivory); background: rgba(169, 143, 95, 0.16); }
.submit-btn:hover { background: var(--gold); color: var(--charcoal); }
.submit-btn[disabled] { opacity: 0.6; cursor: wait; }
.form-note { font-size: 0.8rem; color: #9a9179; margin-top: 1.3rem; text-align: center; }
.form-success { margin-top: 3rem; border: 1px solid var(--gold); padding: 2.5rem 2rem; }
.form-success h3 { color: var(--ivory); margin-bottom: 0.8rem; }
.form-success p { color: #cfc6b2; font-family: var(--serif); font-size: 1.15rem; }

/* Subpages (Good to Know, Vendors) */
.subpage .topbar { background: #211f1a; }
.wordmark-link { text-decoration: none; }
.subhero {
  padding: clamp(9rem, 16vw, 12rem) 2rem clamp(3rem, 6vw, 5rem);
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}
.subhero-title { font-size: clamp(2.4rem, 6vw, 4.2rem); text-transform: uppercase; letter-spacing: 0.1em; font-weight: 300; font-family: var(--serif); color: var(--charcoal); }
.consider { max-width: 860px; margin: 0 auto; padding: 0 2rem clamp(4rem, 8vw, 6rem); }
.consider-block { margin-bottom: clamp(3rem, 6vw, 4.5rem); }
.consider-block h2 { font-size: clamp(1.6rem, 3.4vw, 2.3rem); margin-bottom: 1rem; }
.consider-block p { font-family: var(--serif); font-size: 1.15rem; color: #55503f; margin-bottom: 0.9rem; max-width: 44em; }
.fine-note { font-family: var(--sans) !important; font-size: 0.8rem !important; color: var(--stone) !important; }
.pending-note { font-family: var(--sans); font-size: 0.95rem; color: var(--stone); }
.provider-list { list-style: none; margin: 1.2rem 0; }
.provider-list li { border-top: 1px solid var(--line); padding: 0.85rem 0; font-family: var(--sans); font-size: 0.95rem; }
.provider-list li:last-child { border-bottom: 1px solid var(--line); }
.provider-list a { color: var(--charcoal); font-weight: 400; text-decoration: underline; text-decoration-color: var(--gold); text-underline-offset: 3px; }
.provider-list .area { color: var(--gold); font-size: 0.72rem; letter-spacing: 0.16em; text-transform: uppercase; margin-right: 0.6rem; }
.provider-list .desc { color: #6a6250; }
.tablewrap { overflow-x: auto; }
.consider-table { width: 100%; border-collapse: collapse; margin-top: 1rem; }
.consider-table th, .consider-table td { border: 1px solid var(--line); padding: 0.75rem 1rem; text-align: left; font-weight: 400; font-family: var(--sans); font-size: 0.92rem; color: #55503f; }
.consider-table thead th { font-size: 0.68rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); }
.consider-img { width: 100%; max-height: 520px; object-fit: cover; margin-top: 1.6rem; }
.trailer-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; margin-top: 1.6rem; }
.trailer-grid img { width: 100%; height: 100%; object-fit: cover; min-height: 240px; }
.trailer-grid figcaption { font-family: var(--sans); font-size: 0.68rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); margin-top: 0.6rem; }
@media (max-width: 700px) { .trailer-grid { grid-template-columns: 1fr; } }
.consider-cta { text-align: center; margin-top: 2rem; }
.button-dark { color: var(--charcoal); border-color: var(--charcoal); }
.button-dark:hover { background: var(--charcoal); color: var(--ivory); }
.vendors { max-width: 980px; margin: 0 auto; padding: 0 2rem clamp(4rem, 8vw, 6rem); }
.vendor-region { margin-bottom: clamp(3rem, 6vw, 4.5rem); }
.vendor-region > h2 { font-size: clamp(1.8rem, 4vw, 2.6rem); margin-bottom: 0.4rem; }
.vendor-region > .region-sub { font-family: var(--serif); font-size: 1.1rem; color: #6a6250; margin-bottom: 1.6rem; }
.vendor-cat { margin-bottom: 2rem; }
.vendor-cat h3 { font-family: var(--sans); font-size: 0.72rem; letter-spacing: 0.26em; text-transform: uppercase; color: var(--gold); margin-bottom: 0.5rem; }

/* Footer */
.footer { text-align: center; padding: 4rem 2rem 3rem; }
.footer .wordmark { color: var(--charcoal); }
.footer p { margin-top: 1rem; font-family: var(--serif); font-size: 1.05rem; color: #6a6250; }
.footer .fine { font-family: var(--sans); font-size: 0.7rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--stone); margin-top: 0.6rem; }
.footlink { color: var(--stone); }
.garden-door {
  display: inline-block;
  margin-top: 2.4rem;
  font-size: 0.95rem;
  color: #ded7c7;
  opacity: 0.3;
  text-decoration: none;
  transition: opacity 0.3s;
}
.garden-door:hover { opacity: 0.85; }

@media (max-width: 800px) {
  .topnav a:not(.nav-cta) { display: none; }
  .altar, .field-row { grid-template-columns: 1fr; }
  .altar.reverse .altar-media { order: 0; }
  .altar.reverse .altar-text { order: 1; }
  .altar-media img { height: 320px; }
  .feast-grid { grid-template-columns: 1fr; }
  .detail-grid { grid-template-columns: 1fr; gap: 2.6rem; }
}

@media (max-width: 520px) {
  .topbar { padding: 0.9rem 0; }
  .topbar-inner { padding: 0 1rem; }
  .wordmark { font-size: 0.9rem; letter-spacing: 0.06em; white-space: nowrap; }
  .topnav { gap: 0; }
  .nav-cta { padding: 0.5rem 0.7rem; font-size: 0.58rem; letter-spacing: 0.12em; white-space: nowrap; }
  .hero-content { padding: 0 1.1rem; }
  .intro, .altars, .feast, .details, .request { padding-left: 1.2rem; padding-right: 1.2rem; }
  .founding-offer { padding: 1.4rem 1.2rem; }
}

/* --- CTA + hamburger menu (2026-07) --- */
@keyframes ctaBreathe {
  0%, 100% { background-color: #f2c7c7; border-color: #ffffff; }
  50%      { background-color: #ffffff; border-color: #f2c7c7; }
}
.nav-cta, .cta-main {
  background: #f2c7c7 !important; color: #2b2823 !important;
  border: 1px solid #ffffff !important;
  animation: ctaBreathe 4s ease-in-out infinite;
}
.nav-cta:hover, .cta-main:hover {
  animation-play-state: paused;
  background: #eab3b3 !important; border-color: #eab3b3 !important; color: #2b2823 !important;
}
@media (prefers-reduced-motion: reduce) { .nav-cta, .cta-main { animation: none; } }
.menu-btn { background: transparent; border: none; cursor: pointer; padding: 0.5rem; display: flex; flex-direction: column; gap: 5px; }
.menu-btn span { width: 26px; height: 2px; background: #faf8f3; display: block; }
.menu-panel {
  position: fixed; top: 0; right: 0; height: 100vh; width: min(320px, 82vw);
  background: #211f1a; z-index: 200; transform: translateX(102%);
  transition: transform .28s ease; display: flex; flex-direction: column;
  padding: 5rem 2.4rem 2rem; gap: 1.5rem; box-shadow: -12px 0 40px rgba(0,0,0,.35);
}
.menu-panel.open { transform: none; }
.menu-panel a {
  color: #efe9df; text-decoration: none; font-family: var(--sans);
  letter-spacing: 0.18em; text-transform: uppercase; font-size: 0.82rem;
}
.menu-panel a:hover { color: #f2c7c7; }
.menu-close { position: absolute; top: 1.1rem; right: 1.3rem; background: none; border: none; color: #efe9df; font-size: 1.7rem; cursor: pointer; line-height: 1; }
.ig-link svg { display: inline; }

/* film grid + underline removal (2026-07) */
.film-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 1rem; max-width: 1200px; margin: 0 auto; }
.film-grid video { width: 100%; aspect-ratio: 9/16; object-fit: cover; border-radius: 4px; background: #211f1a; }
.footlink, a.footlink { text-decoration: none; }
.footlink:hover { text-decoration: underline; }
