/* JW Manor — Gum Springs Homestead inquiry MVP */
:root {
  --bg: #f7f3ea;
  --bg-2: #efe6d6;
  --ink: #1a1f1a;
  --muted: #5c655c;
  --line: #d9ceba;
  --forest: #243d2e;
  --forest-2: #1a2e22;
  --purple: #4a2c6a;
  --purple-2: #3a2154;
  --gold: #b8953e;
  --gold-2: #d4b56a;
  --card: #fffcf6;
  --danger: #7a2e2e;
  --ok: #1f5a34;
  --radius: 16px;
  --shadow: 0 18px 50px rgba(26,31,26,.09);
  --font: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --sans: "Source Sans 3", Inter, system-ui, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(1000px 420px at 0% -5%, rgba(74,44,106,.07), transparent 55%),
    radial-gradient(900px 400px at 100% 0%, rgba(184,149,62,.08), transparent 50%),
    var(--bg);
  font-family: var(--sans);
  line-height: 1.55;
}
img { max-width: 100%; display: block; }
a { color: var(--purple); text-underline-offset: 3px; }
a:hover { color: var(--forest); }
.wrap { width: min(1120px, calc(100% - 2rem)); margin: 0 auto; }
.site-header {
  position: sticky; top: 0; z-index: 40;
  backdrop-filter: blur(12px);
  background: rgba(247,243,234,.92);
  border-bottom: 1px solid var(--line);
}
.nav {
  display: flex; align-items: center; justify-content: space-between;
  gap: 1rem; padding: .85rem 0;
}
.logo {
  display: flex; align-items: center; gap: .7rem;
  text-decoration: none; color: var(--ink);
}
.logo-mark {
  width: 40px; height: 40px; border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, #6b3d8c, var(--purple));
  box-shadow: inset 0 0 0 2px rgba(212,181,106,.55), 0 4px 12px rgba(74,44,106,.25);
  position: relative; flex: 0 0 auto;
}
.logo-mark::after {
  content: ""; position: absolute; inset: 10px 12px 8px;
  background: linear-gradient(180deg, #fff 0%, #f0e6d4 100%);
  clip-path: polygon(50% 0%, 62% 28%, 90% 32%, 68% 52%, 78% 88%, 50% 68%, 22% 88%, 32% 52%, 10% 32%, 38% 28%);
  opacity: .95;
}
.logo-mark.light {
  background: radial-gradient(circle at 35% 30%, #7a4a9c, #3a2154);
}
.logo-text { display: flex; flex-direction: column; line-height: 1.1; }
.logo-text strong {
  font-family: var(--font); font-size: 1.35rem; font-weight: 700; letter-spacing: .03em;
}
.logo-text em {
  font-style: normal; font-size: .68rem; letter-spacing: .14em; text-transform: uppercase;
  color: var(--gold); font-weight: 600;
}
.nav-toggle {
  display: none; border: 1px solid var(--line); background: var(--card);
  border-radius: 10px; padding: .45rem .65rem; font-size: 1.1rem; cursor: pointer;
}
.nav-links {
  display: flex; flex-wrap: wrap; gap: .35rem 1rem;
  align-items: center; justify-content: flex-end;
}
.nav-links a {
  color: var(--ink); text-decoration: none; font-size: .88rem;
  font-weight: 500; letter-spacing: .04em; text-transform: uppercase;
}
.nav-links a:hover { color: var(--purple); }
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  gap: .4rem; border-radius: 999px; border: 1px solid transparent;
  padding: .75rem 1.2rem; font-weight: 600; text-decoration: none;
  cursor: pointer; font: inherit; letter-spacing: .02em;
}
.btn-primary { background: var(--purple); color: #fff; border-color: var(--purple); }
.btn-primary:hover { background: var(--purple-2); color: #fff; }
.btn-secondary {
  background: transparent; color: var(--ink);
  border-color: color-mix(in srgb, var(--gold) 55%, var(--line));
}
.btn-secondary:hover { border-color: var(--gold); color: var(--purple); }
.btn-full { width: 100%; }
.btn-gold {
  background: linear-gradient(180deg, var(--gold-2), var(--gold));
  color: #1a1f1a; border-color: transparent;
}
.hero {
  padding: 3.2rem 0 2.2rem;
  position: relative;
}
.hero-grid {
  display: grid; gap: 1.6rem;
  grid-template-columns: 1.05fr .95fr;
  align-items: center;
}
@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; }
  .nav-toggle { display: inline-flex; }
  .nav-links {
    display: none; width: 100%; flex-direction: column; align-items: stretch;
    padding: .5rem 0 1rem;
  }
  .nav-links.open { display: flex; }
  .nav { flex-wrap: wrap; }
}
.kicker {
  display: flex; flex-wrap: wrap; gap: .55rem; align-items: center;
  margin-bottom: .9rem; color: var(--muted); font-size: .9rem;
}
.pill {
  display: inline-flex; align-items: center;
  padding: .28rem .7rem; border-radius: 999px;
  background: color-mix(in srgb, var(--purple) 12%, #fff);
  color: var(--purple); font-weight: 600; font-size: .78rem;
  letter-spacing: .06em; text-transform: uppercase;
  border: 1px solid color-mix(in srgb, var(--gold) 40%, transparent);
}
h1, h2, h3 {
  font-family: var(--font); font-weight: 600; line-height: 1.15;
  letter-spacing: .01em; margin: 0 0 .55rem;
}
h1 { font-size: clamp(2.2rem, 4.5vw, 3.4rem); color: var(--forest); }
h2 { font-size: clamp(1.7rem, 3vw, 2.35rem); color: var(--forest); }
h3 { font-size: 1.35rem; }
.lede { color: var(--muted); font-size: 1.08rem; max-width: 40rem; }
.gold-rule {
  width: 64px; height: 2px; background: linear-gradient(90deg, var(--gold), transparent);
  margin: .7rem 0 1rem; border: 0;
}
.actions { display: flex; flex-wrap: wrap; gap: .7rem; margin-top: 1.2rem; }
.hero-visual {
  border-radius: var(--radius); overflow: hidden;
  box-shadow: var(--shadow);
  border: 1px solid color-mix(in srgb, var(--gold) 35%, var(--line));
  outline: 1px solid color-mix(in srgb, var(--purple) 18%, transparent);
  outline-offset: 5px;
  aspect-ratio: 4/3; background: var(--bg-2);
}
.hero-visual img { width: 100%; height: 100%; object-fit: cover; }
.panel, .card {
  background: var(--card); border: 1px solid var(--line);
  border-radius: var(--radius); box-shadow: var(--shadow);
  padding: 1.15rem 1.2rem;
}
.panel.muted { background: color-mix(in srgb, var(--forest) 4%, var(--card)); }
.status {
  display: inline-flex; font-size: .75rem; font-weight: 700;
  letter-spacing: .08em; text-transform: uppercase;
  padding: .25rem .55rem; border-radius: 999px; margin-bottom: .55rem;
}
.status-open { background: #e6f3ea; color: var(--ok); }
.status-soon { background: #f3ebe0; color: #7a5a2e; }
.section { padding: 2.6rem 0; }
.section.alt { background: color-mix(in srgb, var(--bg-2) 70%, transparent); }
.cards {
  display: grid; gap: 1rem;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 900px) { .cards { grid-template-columns: 1fr; } }
.card h3 { margin-top: .2rem; }
.card p { color: var(--muted); }
.card .btn { margin-top: .8rem; }
.two-col {
  display: grid; gap: 1.4rem;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 860px) { .two-col { grid-template-columns: 1fr; } }
.facts {
  display: grid; gap: .8rem;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 900px) { .facts { grid-template-columns: 1fr 1fr; } }
.fact {
  background: var(--card); border: 1px solid var(--line);
  border-radius: 14px; padding: .9rem 1rem;
}
.fact strong { display: block; font-family: var(--font); font-size: 1.15rem; color: var(--forest); }
.fact span { color: var(--muted); font-size: .92rem; }
.list { margin: .4rem 0 0; padding-left: 1.1rem; color: var(--muted); }
.list li { margin: .28rem 0; }
.note { color: var(--muted); font-size: .95rem; }
.page-hero { padding: 2.4rem 0 1rem; }
.narrow { max-width: 760px; }
.pricing-list {
  list-style: none; margin: 0; padding: 0;
  display: grid; gap: .55rem;
}
.pricing-list li {
  display: flex; justify-content: space-between; gap: 1rem;
  padding: .55rem .7rem; border-radius: 10px;
  background: color-mix(in srgb, var(--purple) 6%, #fff);
  border: 1px solid color-mix(in srgb, var(--gold) 30%, var(--line));
}
.pricing-list strong { font-family: var(--font); font-size: 1.35rem; color: var(--purple); }
.form { display: grid; gap: .75rem; margin-top: .6rem; }
.form label { display: grid; gap: .3rem; font-size: .9rem; font-weight: 600; color: var(--forest); }
.form input, .form select, .form textarea {
  font: inherit; padding: .7rem .8rem; border-radius: 10px;
  border: 1px solid var(--line); background: #fff;
}
.form input:focus, .form select:focus, .form textarea:focus {
  outline: 2px solid color-mix(in srgb, var(--purple) 35%, transparent);
  border-color: var(--purple);
}
.hp { position: absolute; left: -9999px; height: 0; overflow: hidden; }
.form-msg { font-size: .92rem; margin-top: .2rem; }
.form-msg.ok { color: var(--ok); }
.form-msg.err { color: var(--danger); }
.video-embed .video-frame { margin-top: 1.1rem; }
.video-frame {
  aspect-ratio: 16 / 9; width: 100%;
  border-radius: var(--radius); overflow: hidden; padding: 0;
  border: 1px solid color-mix(in srgb, var(--gold) 40%, var(--line));
  box-shadow: var(--shadow); background: #111;
}
.video-frame iframe { width: 100%; height: 100%; border: 0; display: block; }
.site-footer {
  background: linear-gradient(180deg, var(--forest), var(--forest-2));
  color: #e8efe8; padding: 2.4rem 0 0; margin-top: 2rem;
}
.site-footer a { color: #f0e6d0; text-decoration: none; }
.site-footer a:hover { color: var(--gold-2); }
.footer-grid {
  display: grid; gap: 1.5rem;
  grid-template-columns: 1.3fr 1fr;
  padding-bottom: 1.5rem;
}
@media (max-width: 800px) { .footer-grid { grid-template-columns: 1fr; } }
.footer-brand { display: flex; gap: .75rem; align-items: center; margin-bottom: .7rem; }
.footer-brand strong { font-family: var(--font); font-size: 1.35rem; display: block; }
.footer-brand p { margin: 0; color: #c5d0c5; font-size: .88rem; }
.footer-tag { color: #c5d0c5; max-width: 28rem; margin: 0; }
.footer-links { display: flex; flex-wrap: wrap; gap: .7rem 1.1rem; align-content: start; }
.footer-bottom {
  border-top: 1px solid rgba(212,181,106,.25);
  display: flex; flex-wrap: wrap; justify-content: space-between; gap: .5rem;
  padding: .85rem 0 1.1rem; font-size: .85rem; color: #a8b5a8;
}
.warn-box {
  border-left: 3px solid var(--gold);
  padding: .7rem .9rem;
  background: color-mix(in srgb, var(--gold) 10%, #fff);
  border-radius: 0 10px 10px 0;
  color: var(--muted); font-size: .95rem;
}
