:root {
  --ink: #1a1714;
  --charcoal: #24201c;
  --cream: #f5f1ea;
  --gold: #c9973f;
  --gold-light: #e0b768;
  --muted: #8a8378;
  --muted-dark: #645e54;
  --muted-light: #968f84;
  --gold-dark: #8a6222;
  --border: #3a342c;
  --radius: 6px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  background: var(--cream);
  color: var(--ink);
  line-height: 1.6;
}

h1, h2, h3, .logo {
  font-family: 'Bebas Neue', 'Inter', sans-serif;
  letter-spacing: 0.5px;
  font-weight: 400;
  margin: 0;
}

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

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

.btn {
  display: inline-block;
  padding: 14px 28px;
  border-radius: var(--radius);
  font-weight: 600;
  font-size: 0.95rem;
  cursor: pointer;
  border: 2px solid transparent;
  transition: transform 0.15s ease, opacity 0.15s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--gold); color: var(--ink); }
.btn-primary:hover { background: var(--gold-light); }
.btn-ghost { border-color: var(--cream); color: var(--cream); }

/* Header */
.site-header {
  background: var(--ink);
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid var(--border);
}
.site-header .wrap {
  max-width: 1280px;
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
}
.logo {
  font-size: 1.4rem;
  color: var(--cream);
  white-space: nowrap;
  flex-shrink: 0;
}
.logo span { color: var(--gold); }
.main-nav {
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: nowrap;
}
.main-nav a {
  color: var(--cream);
  font-size: 0.9rem;
  font-weight: 500;
}
.main-nav a:hover { color: var(--gold); }
.nav-current {
  color: var(--gold);
  font-size: 0.9rem;
  font-weight: 600;
  cursor: default;
}
.nav-cta {
  background: var(--gold);
  color: var(--ink) !important;
  padding: 10px 18px;
  border-radius: var(--radius);
  font-weight: 600;
}
.nav-toggle {
  display: none;
  background: none;
  border: none;
  color: var(--cream);
  font-size: 1.5rem;
  cursor: pointer;
}
.header-right {
  display: flex;
  align-items: center;
  gap: 24px;
}
/* Hero */
.hero {
  background: linear-gradient(180deg, var(--ink) 0%, var(--charcoal) 100%);
  color: var(--cream);
  padding: 100px 0 80px;
}
.hero-inner { text-align: center; max-width: 760px; }
.eyebrow {
  color: var(--gold);
  text-transform: uppercase;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 2px;
  margin-bottom: 16px;
}
.hero h1 {
  font-size: 4rem;
  line-height: 1.05;
  margin-bottom: 20px;
}
.hero-sub {
  font-size: 1.1rem;
  color: #d8d2c6;
  max-width: 620px;
  margin: 0 auto 32px;
}
.hero-actions {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.hero-trust {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 24px;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 0.85rem;
  color: var(--muted);
}
.hero-trust li::before {
  content: "✓ ";
  color: var(--gold);
}

/* Sections */
.section { padding: 80px 0; }
.section h2 {
  font-size: 2.4rem;
  margin-bottom: 12px;
  text-align: center;
}
.section-intro {
  text-align: center;
  color: var(--muted);
  max-width: 560px;
  margin: 0 auto 48px;
}

/* Why / compare table */
.why { background: var(--cream); }
.why .section-intro { color: var(--muted-dark); }
.compare-table {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  max-width: 760px;
  margin: 0 auto;
}
.compare-row {
  display: grid;
  grid-template-columns: 1fr 1.3fr 1.3fr;
  border-bottom: 1px solid #ddd4c3;
}
.compare-row:last-child { border-bottom: none; }
.compare-row > div {
  padding: 14px 18px;
  font-size: 0.92rem;
}
.compare-row > div:first-child {
  font-weight: 600;
  background: #ece5d6;
}
.compare-head {
  background: var(--ink);
  color: var(--cream);
  font-weight: 700;
}
.compare-head > div:first-child { background: var(--ink); }
.compare-row .highlight { background: #fbf3e2; font-weight: 600; color: #8a6a1f; }
.compare-head .highlight { background: var(--gold); color: var(--ink); }

/* Meet */
.meet { background: var(--cream); }
.meet-inner {
  display: flex;
  align-items: center;
  gap: 48px;
}
.meet-icon {
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: var(--ink);
  border: 2px solid var(--gold);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.meet-icon svg { width: 55%; height: 55%; }
.meet-text h2 { text-align: left; margin-bottom: 16px; }
.meet-text p { color: var(--ink); margin-bottom: 20px; }
.meet-badges {
  list-style: none;
  padding: 0;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.meet-badges li {
  background: var(--ink);
  color: var(--gold-light);
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 600;
}

/* Gallery */
.gallery { background: var(--ink); color: var(--cream); }
.gallery .section-intro { color: var(--muted); }
.gallery-grid {
  column-count: 2;
  column-gap: 16px;
  max-width: 700px;
  margin: 0 auto;
}
.gallery-grid img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 16px;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  break-inside: avoid;
}

@media (max-width: 800px) {
  .meet-inner { flex-direction: column; text-align: center; }
  .meet-text h2 { text-align: center; }
  .meet-badges { justify-content: center; }
}

@media (max-width: 480px) {
  .gallery-grid { column-count: 1; max-width: 360px; }
}

@media (min-width: 901px) {
  .gallery-grid { column-count: 3; max-width: 960px; }
}

/* Services */
.services { background: var(--ink); color: var(--cream); }
.services .section-intro { color: var(--muted); }
.price-card {
  max-width: 380px;
  margin: 0 auto;
  text-align: center;
  border: 1px solid var(--gold);
  border-radius: var(--radius);
  padding: 40px 32px;
  background: var(--charcoal);
}
.price-card h3 { font-size: 1.4rem; margin-bottom: 8px; }
.price { font-size: 3.4rem; color: var(--gold); margin: 8px 0; font-family: 'Bebas Neue', sans-serif; }
.price-note { color: var(--muted-light); font-size: 0.95rem; margin-bottom: 24px; }

/* How it works */
.how { background: var(--cream); }
.how .section-intro { color: var(--muted-dark); }
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.step { text-align: center; }
.step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--gold);
  color: var(--ink);
  font-weight: 700;
  font-size: 1.2rem;
  margin-bottom: 16px;
}
.step h3 { font-size: 1.2rem; margin-bottom: 8px; }
.step p { color: var(--muted-dark); font-size: 0.92rem; }

/* Areas */
.areas { background: var(--charcoal); color: var(--cream); text-align: center; }
.areas .section-intro { color: var(--muted-light); }
.area-list {
  list-style: none;
  padding: 0;
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
.area-list li {
  border: 1px solid var(--gold);
  color: var(--gold-light);
  padding: 8px 20px;
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 600;
}
.why .area-list li { color: var(--muted-dark); }
.area-note { color: var(--muted-light); font-size: 0.9rem; }
.area-note a { color: var(--gold-light); text-decoration: underline; }

/* FAQ */
.faq { background: var(--charcoal); color: var(--cream); }
.faq h2 { color: var(--cream); }
.faq-list {
  max-width: 720px;
  margin: 0 auto;
}
.faq-item {
  border-bottom: 1px solid var(--border);
  padding: 22px 0;
}
.faq-item:last-child { border-bottom: none; }
.faq-item h3 {
  font-size: 1.1rem;
  color: var(--gold-light);
  margin-bottom: 8px;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
}
.faq-item p { color: var(--muted-light); margin: 0; font-size: 1rem; }

/* Article (support pages) */
.article { background: var(--cream); }
.article .wrap { max-width: 680px; }
.article p { color: var(--ink); margin-bottom: 20px; font-size: 1.02rem; }
.article p:last-child { margin-bottom: 0; }
.article-related {
  margin-top: 12px;
  padding: 20px 24px;
  background: #ece5d6;
  border-radius: var(--radius);
  border: 1px solid var(--border);
}
.article-related p { margin: 0; color: var(--muted-dark); font-size: 0.95rem; }
.article-related a { color: var(--gold-dark); font-weight: 600; text-decoration: underline; }

/* Book */
.book { background: var(--cream); }
.book .section-intro { color: var(--muted-dark); }
.booking-embed {
  max-width: 760px;
  margin: 0 auto;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
}
.book-fallback {
  text-align: center;
  margin-top: 20px;
  color: var(--muted-dark);
}
.book-fallback a { color: var(--gold-dark); font-weight: 600; text-decoration: underline; }

/* Footer */
.site-footer {
  background: var(--ink);
  color: var(--cream);
  padding: 48px 0 24px;
}
.footer-inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--border);
}
.footer-contact p { margin: 4px 0; }
.footer-legal {
  text-align: center;
  color: var(--muted);
  font-size: 0.8rem;
  margin: 20px 0 0;
}

/* Responsive */
@media (max-width: 800px) {
  .steps { grid-template-columns: 1fr; }
  .compare-row { grid-template-columns: 1fr 1fr 1fr; font-size: 0.8rem; }
  .compare-row > div { padding: 10px; }
  .hero h1 { font-size: 2.6rem; }

  .main-nav {
    position: absolute;
    top: 72px;
    left: 0;
    right: 0;
    background: var(--ink);
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 24px;
    display: none;
    gap: 18px;
    border-bottom: 1px solid var(--border);
  }
  .main-nav.open { display: flex; }
  .nav-toggle { display: block; }
}

/* Contact float button + modal */
.contact-float {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 56px;
  height: 56px;
  background: var(--gold);
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.35);
  z-index: 999;
  cursor: pointer;
  transition: transform 0.15s ease;
  padding: 0;
}
.contact-float:hover { transform: scale(1.08); background: var(--gold-light); }
.contact-float svg { width: 26px; height: 26px; fill: var(--ink); }

.contact-modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(26, 23, 20, 0.65);
  z-index: 1000;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.contact-modal.open { display: flex; }
.contact-modal-card {
  background: var(--cream);
  border-radius: var(--radius);
  max-width: 440px;
  width: 100%;
  padding: 32px;
  position: relative;
  max-height: 90vh;
  overflow-y: auto;
}
.contact-modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  background: none;
  border: none;
  font-size: 1.4rem;
  line-height: 1;
  cursor: pointer;
  color: var(--muted-dark);
  padding: 4px;
}
.contact-modal-close:hover { color: var(--ink); }
.contact-modal-card h3 { font-size: 1.6rem; color: var(--ink); margin-bottom: 6px; }
.contact-modal-card p.contact-modal-intro { color: var(--muted-dark); font-size: 0.92rem; margin: 0 0 20px; }
.contact-form label {
  display: block;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--charcoal);
  margin-bottom: 4px;
  margin-top: 14px;
}
.contact-form label:first-of-type { margin-top: 0; }
.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  font-family: inherit;
  font-size: 0.95rem;
  background: #fff;
  color: var(--ink);
}
.contact-form textarea { resize: vertical; min-height: 90px; }
.contact-form .contact-honeypot { position: absolute; left: -9999px; top: -9999px; }
.contact-form button[type="submit"] {
  margin-top: 20px;
  width: 100%;
  border: none;
}
.contact-form-status {
  margin-top: 14px;
  font-size: 0.9rem;
  display: none;
}
.contact-form-status.show { display: block; }
.contact-form-status.success { color: #2e6b3e; }
.contact-form-status.error { color: #a1372c; }

@media (max-width: 480px) {
  .contact-float { width: 50px; height: 50px; bottom: 18px; right: 18px; }
  .contact-float svg { width: 22px; height: 22px; }
  .contact-modal-card { padding: 24px 20px; }
}
