/* Sip & Celebrate Mobile Bar — desert/wedding aesthetic.
   Palette: terracotta #C85F46, gold #C8A75E, cream #F6EFE3, soft-black #211A16, sage #7C8471.
   Fonts: Fraunces (serif H), General Sans (sans body). Mobile-first. */

:root {
  --sunset: #C85F46;
  --terracotta: #C85F46;
  --gold: #C8A75E;
  --gold-deep: #9A7B33;
  --cream: #F6EFE3;
  --cream-2: #F3E8D6;
  --ink: #211A16;
  --ink-soft: #4A4138;
  --sage: #7C8471;
  --line: #E2D4BD;
  --maxw: 1180px;
  --serif: "Fraunces", Georgia, serif;
  --sans: "General Sans", system-ui, -apple-system, Segoe UI, sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; overflow-x: hidden; }
body {
  font-family: var(--sans);
  color: var(--ink);
  background: var(--cream);
  line-height: 1.65;
  font-size: 17px;
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--terracotta); text-decoration: none; }
a:hover { text-decoration: underline; }
h1, h2, h3, h4 { font-family: var(--serif); font-weight: 500; line-height: 1.15; color: var(--ink); letter-spacing: -0.01em; }
h1 { font-size: clamp(2rem, 5vw, 3.4rem); }
h2 { font-size: clamp(1.6rem, 3.5vw, 2.5rem); }
h3 { font-size: 1.3rem; }
.wrap { width: 100%; max-width: var(--maxw); min-width: 0; margin: 0 auto; padding: 0 20px; }

/* ── header / nav ── */
.site-header {
  position: sticky; top: 0; z-index: 40;
  background: rgba(250, 243, 231, 0.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.nav { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 14px 0; }
.brand { display: flex; align-items: center; gap: 10px; font-family: var(--serif); font-size: 1.15rem; color: var(--ink); flex: 0 0 auto; }
.brand .mark { color: var(--sunset); font-size: 1.4rem; line-height: 1; }
.brand small { display: block; font-family: var(--sans); font-size: 0.7rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gold-deep); }
.brand img { display: block; width: auto; height: 62px; }
.brand-header img { height: 86px; max-width: 170px; object-fit: contain; }
.brand-footer img { height: 118px; max-width: 260px; object-fit: contain; }
.nav-links { display: flex; gap: 22px; align-items: center; }
.nav-links a { color: var(--ink-soft); font-size: 0.95rem; font-weight: 500; }
.nav-links a:hover { color: var(--terracotta); text-decoration: none; }
.nav-cta { display: flex; gap: 10px; align-items: center; }
.nav-toggle { display: none; background: none; border: 0; font-size: 1.5rem; cursor: pointer; color: var(--ink); }
@media (max-width: 860px) {
  .nav-links { display: none; }
  .nav-toggle { display: block; }
  .nav.open .nav-links { display: flex; flex-direction: column; position: absolute; top: 100%; left: 0; right: 0; background: var(--cream); padding: 18px 20px; border-bottom: 1px solid var(--line); gap: 14px; }
  .brand-header img { height: 74px; max-width: 150px; }
}
@media (max-width: 520px) {
  .brand-header img { height: 66px; max-width: 130px; }
  .nav { gap: 10px; width: 100%; }
  .nav-cta { gap: 8px; }
  .nav-cta .btn { display: none; }
  .nav-toggle { display: flex; align-items: center; justify-content: center; width: 40px; height: 40px; flex: 0 0 40px; }
  h1 { font-size: 1.85rem; overflow-wrap: break-word; }
  .hero-grid { width: calc(100vw - 40px); max-width: calc(100vw - 40px); }
  .hero-ctas { flex-direction: column; align-items: stretch; }
  .hero-ctas .btn { width: 100%; min-width: 0; padding: 12px 14px; }
}

/* ── buttons ── */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 13px 26px; border-radius: 999px; font-weight: 600; font-size: 1rem; cursor: pointer; border: 0; transition: transform .12s ease, box-shadow .12s ease, background .12s ease; text-decoration: none; }
.btn:hover { text-decoration: none; transform: translateY(-1px); }
.btn-primary { background: var(--sunset); color: #fff; box-shadow: 0 6px 20px -6px rgba(200,85,61,.5); }
.btn-primary:hover { background: var(--terracotta); }
.btn-secondary { background: transparent; color: var(--ink); border: 1.5px solid var(--ink); }
.btn-secondary:hover { background: var(--ink); color: var(--cream); }
.btn-gold { background: var(--gold); color: var(--ink); }
.btn-gold:hover { background: var(--gold-deep); color: #fff; }
.btn-sm { padding: 9px 18px; font-size: 0.9rem; }

/* ── hero ── */
.hero { position: relative; padding: 70px 0 50px; background: linear-gradient(180deg, #FBF1E2 0%, var(--cream) 100%); overflow: hidden; }
.hero::after { content: ""; position: absolute; inset: 0; background: radial-gradient(800px 400px at 80% 0%, rgba(201,169,97,.18), transparent 70%); pointer-events: none; }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 44px; align-items: center; min-width: 0; }
.hero-grid > * { min-width: 0; }
@media (max-width: 860px) { .hero-grid { grid-template-columns: 1fr; gap: 28px; } }
.hero h1 { margin-bottom: 18px; }
.hero h1 .accent { color: var(--terracotta); font-style: italic; }
.hero .sub { font-size: 1.12rem; color: var(--ink-soft); max-width: 540px; margin-bottom: 26px; }
.hero-ctas { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 24px; }
.hero-bullets { list-style: none; display: grid; gap: 9px; }
.hero-bullets li { position: relative; padding-left: 28px; color: var(--ink-soft); }
.hero-bullets li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--sage); font-weight: 700; }
.hero-img { position: relative; border-radius: 18px; overflow: hidden; box-shadow: 0 30px 60px -25px rgba(28,23,18,.4); aspect-ratio: 4/3; background: var(--cream-2); }
.hero-img img { width: 100%; height: 100%; object-fit: cover; }
.hero-badge { position: absolute; bottom: 16px; left: 16px; background: rgba(28,23,18,.82); color: var(--cream); padding: 8px 14px; border-radius: 999px; font-size: 0.82rem; font-weight: 600; }

/* ── trust bar ── */
.trust { background: var(--ink); color: var(--cream); padding: 26px 0; }
.trust .wrap { display: flex; flex-wrap: wrap; gap: 10px 26px; justify-content: center; align-items: center; }
.trust h3 { color: var(--gold); font-size: 0.78rem; letter-spacing: 0.14em; text-transform: uppercase; margin-right: 8px; font-family: var(--sans); font-weight: 700; }
.trust .chips { display: flex; flex-wrap: wrap; gap: 8px; }
.trust .chip { font-size: 0.88rem; padding: 5px 14px; border: 1px solid rgba(201,169,97,.4); border-radius: 999px; color: var(--cream); }

/* ── sections ── */
.section { padding: 64px 0; }
.section.tight { padding: 44px 0; }
.section-head { text-align: center; max-width: 680px; margin: 0 auto 40px; }
.section-head .eyebrow { color: var(--gold-deep); font-size: 0.8rem; letter-spacing: 0.14em; text-transform: uppercase; font-weight: 700; margin-bottom: 10px; display: block; }
.section-head p { color: var(--ink-soft); font-size: 1.05rem; }

/* ── packages ── */
.pkg-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
@media (max-width: 860px) { .pkg-grid { grid-template-columns: 1fr; } }
.pkg { background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 30px 26px; display: flex; flex-direction: column; transition: box-shadow .15s, transform .15s; }
.pkg:hover { box-shadow: 0 24px 50px -28px rgba(28,23,18,.3); transform: translateY(-3px); }
.pkg.featured { border-color: var(--gold); box-shadow: 0 24px 50px -28px rgba(201,169,97,.5); position: relative; padding-top: 48px; }
.pkg.featured .flag { position: absolute; top: 14px; left: 50%; transform: translateX(-50%); background: var(--gold); color: var(--ink); font-size: 0.72rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; padding: 5px 14px; border-radius: 999px; white-space: nowrap; }
.pkg h3 { color: var(--terracotta); margin-bottom: 4px; }
.pkg .best { color: var(--ink-soft); font-size: 0.92rem; margin-bottom: 16px; }
.pkg .price { font-family: var(--serif); font-size: 2.2rem; color: var(--ink); margin-bottom: 18px; }
.pkg .price span { font-size: 0.95rem; color: var(--ink-soft); font-family: var(--sans); }
.pkg ul { list-style: none; display: grid; gap: 9px; margin-bottom: 22px; flex: 1; }
.pkg ul li { padding-left: 26px; position: relative; color: var(--ink-soft); font-size: 0.96rem; }
.pkg ul li::before { content: "✓"; position: absolute; left: 0; color: var(--sage); font-weight: 700; }
.pkg .note { font-size: 0.82rem; color: var(--gold-deep); margin-bottom: 18px; font-weight: 600; }

/* ── process ── */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
@media (max-width: 860px) { .steps { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .steps { grid-template-columns: 1fr; } }
.step { text-align: center; }
.step .num { width: 44px; height: 44px; border-radius: 50%; background: var(--sunset); color: #fff; display: flex; align-items: center; justify-content: center; font-family: var(--serif); font-size: 1.2rem; margin: 0 auto 14px; }
.step h3 { font-size: 1.08rem; margin-bottom: 6px; }
.step p { font-size: 0.92rem; color: var(--ink-soft); }

/* ── gallery ── */
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
@media (max-width: 860px) { .gallery-grid { grid-template-columns: 1fr 1fr; } }
.gallery-grid figure { margin: 0; border-radius: 12px; overflow: hidden; aspect-ratio: 1; background: var(--cream-2); }
.gallery-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s; }
.gallery-grid img:hover { transform: scale(1.04); }

/* ── FAQ ── */
.faq-list { max-width: 760px; margin: 0 auto; display: grid; gap: 12px; }
details.faq { background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 0; overflow: hidden; }
details.faq summary { padding: 18px 22px; font-weight: 600; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 12px; }
details.faq summary::-webkit-details-marker { display: none; }
details.faq summary::after { content: "+"; color: var(--terracotta); font-size: 1.4rem; line-height: 1; transition: transform .2s; }
details.faq[open] summary::after { transform: rotate(45deg); }
details.faq .ans { padding: 0 22px 18px; color: var(--ink-soft); }

/* ── service areas ── */
.areas { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
.areas a, .areas span { padding: 9px 18px; background: #fff; border: 1px solid var(--line); border-radius: 999px; font-size: 0.92rem; color: var(--ink-soft); }

/* ── compliance callout ── */
.compliance { background: var(--cream-2); border-left: 4px solid var(--gold); border-radius: 10px; padding: 22px 26px; color: var(--ink-soft); font-size: 0.95rem; }
.compliance strong { color: var(--ink); }

/* ── CTA band ── */
.cta-band { background: linear-gradient(135deg, var(--sunset), var(--terracotta)); color: #fff; text-align: center; padding: 60px 0; }
.cta-band h2 { color: #fff; margin-bottom: 12px; }
.cta-band p { color: rgba(255,255,255,.92); margin-bottom: 26px; }
.cta-band .btn-secondary { color: #fff; border-color: #fff; }
.cta-band .btn-secondary:hover { background: #fff; color: var(--sunset); }

/* ── footer ── */
.site-footer { background: var(--ink); color: var(--cream); padding: 50px 0 26px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 30px; }
@media (max-width: 860px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
.site-footer h4 { color: var(--gold); font-family: var(--sans); font-size: 0.78rem; letter-spacing: 0.12em; text-transform: uppercase; margin-bottom: 14px; }
.site-footer a { color: var(--cream-2); display: block; padding: 3px 0; font-size: 0.92rem; }
.site-footer a:hover { color: var(--gold); }
.site-footer .brand { color: var(--cream); margin-bottom: 12px; }
.site-footer .legal { border-top: 1px solid rgba(255,255,255,.12); margin-top: 30px; padding-top: 18px; font-size: 0.82rem; color: rgba(255,255,255,.6); }

/* ── sticky mobile CTA ── */
.sticky-cta { position: fixed; bottom: 0; left: 0; right: 0; z-index: 45; display: none; background: var(--ink); padding: 10px 14px; gap: 10px; box-shadow: 0 -6px 20px -8px rgba(0,0,0,.4); }
.sticky-cta .btn { flex: 1; }
@media (max-width: 700px) { .sticky-cta { display: flex; } body { padding-bottom: 64px; } }
@media (max-width: 520px) {
  .sticky-cta { overflow: hidden; }
  .sticky-cta .btn-secondary { display: none; }
  .sticky-cta .btn { min-width: 0; padding: 10px 8px; font-size: 0.9rem; white-space: nowrap; }
}

/* ── chat widget ── */
.chat-fab { position: fixed; bottom: 20px; right: 20px; z-index: 50; }
@media (max-width: 700px) { .chat-fab { bottom: 72px; } }
.chat-btn { width: 60px; height: 60px; border-radius: 50%; background: var(--terracotta); color: #fff; border: 0; box-shadow: 0 10px 30px -8px rgba(184,86,56,.6); cursor: pointer; font-size: 1.5rem; display: flex; align-items: center; justify-content: center; transition: transform .15s; }
.chat-btn:hover { transform: scale(1.06); }
.chat-window { position: absolute; bottom: 76px; right: 0; width: 360px; max-width: calc(100vw - 40px); height: 480px; max-height: calc(100vh - 120px); background: #fff; border-radius: 16px; box-shadow: 0 30px 70px -20px rgba(0,0,0,.4); display: flex; flex-direction: column; overflow: hidden; }
@media (max-width: 700px) { .chat-window { width: calc(100vw - 40px); height: calc(100vh - 160px); } }
.chat-head { background: var(--ink); color: var(--cream); padding: 14px 18px; display: flex; align-items: center; gap: 10px; }
.chat-head .dot { width: 9px; height: 9px; border-radius: 50%; background: #6BBF59; }
.chat-head b { font-family: var(--serif); }
.chat-head small { display: block; font-size: 0.72rem; opacity: .7; }
.chat-body { flex: 1; overflow-y: auto; padding: 16px; background: var(--cream); display: flex; flex-direction: column; gap: 10px; }
.chat-msg { max-width: 85%; padding: 10px 14px; border-radius: 14px; font-size: 0.92rem; line-height: 1.45; }
.chat-msg.user { align-self: flex-end; background: var(--terracotta); color: #fff; border-bottom-right-radius: 4px; }
.chat-msg.assistant { align-self: flex-start; background: #fff; border: 1px solid var(--line); border-bottom-left-radius: 4px; }
.chat-input { display: flex; gap: 8px; padding: 12px; border-top: 1px solid var(--line); background: #fff; }
.chat-input input { flex: 1; border: 1px solid var(--line); border-radius: 999px; padding: 11px 16px; font-size: 0.95rem; }
.chat-input button { background: var(--sunset); color: #fff; border: 0; border-radius: 50%; width: 42px; height: 42px; cursor: pointer; font-size: 1.1rem; }
.chat-book { margin: 8px 12px 12px; }

/* ── booking modal ── */
.modal-overlay { position: fixed; inset: 0; background: rgba(28,23,18,.6); z-index: 60; display: flex; align-items: center; justify-content: center; padding: 16px; }
.modal { background: #fff; border-radius: 16px; max-width: 520px; width: 100%; max-height: 92vh; overflow-y: auto; box-shadow: 0 40px 80px -20px rgba(0,0,0,.5); }
.modal-head { padding: 20px 24px; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; align-items: center; }
.modal-head h3 { color: var(--terracotta); }
.modal-close { background: none; border: 0; font-size: 1.6rem; cursor: pointer; color: var(--ink-soft); line-height: 1; }
.modal-body { padding: 24px; }
.modal-field { margin-bottom: 14px; }
.modal-field label { display: block; font-size: 0.82rem; font-weight: 600; margin-bottom: 4px; color: var(--ink); }
.modal-field input, .modal-field select, .modal-field textarea { width: 100%; border: 1px solid var(--line); border-radius: 8px; padding: 10px 12px; font-size: 0.95rem; font-family: var(--sans); }
.modal-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
@media (max-width: 480px) { .modal-row { grid-template-columns: 1fr; } }
.modal-check { display: flex; gap: 10px; align-items: flex-start; font-size: 0.84rem; color: var(--ink-soft); background: var(--cream-2); padding: 12px; border-radius: 8px; margin: 10px 0 16px; }
.modal-check input { margin-top: 2px; }
.modal-confirm { text-align: center; }
.modal-confirm .pkg { display: inline-block; background: var(--gold); color: var(--ink); font-weight: 700; padding: 6px 16px; border-radius: 999px; margin: 8px 0 16px; }
.cal-embed { width: 100%; min-height: 480px; border: 0; border-radius: 10px; }

/* ── contact form ── */
.form-card { background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 34px; max-width: 720px; margin: 0 auto; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
@media (max-width: 560px) { .form-grid { grid-template-columns: 1fr; } }
.form-field { margin-bottom: 14px; }
.form-field label { display: block; font-size: 0.84rem; font-weight: 600; margin-bottom: 5px; }
.form-field input, .form-field select, .form-field textarea { width: 100%; border: 1px solid var(--line); border-radius: 8px; padding: 11px 13px; font-size: 0.96rem; font-family: var(--sans); background: #fff; }
.form-field textarea { min-height: 90px; resize: vertical; }
.form-success { text-align: center; padding: 30px; }
.form-success .check { width: 64px; height: 64px; border-radius: 50%; background: var(--sage); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 2rem; margin: 0 auto 16px; }

/* ── breadcrumbs ── */
.crumbs { font-size: 0.82rem; color: var(--ink-soft); padding: 18px 0 0; }
.crumbs a { color: var(--ink-soft); }

/* ── page hero (interior) ── */
.page-hero { background: linear-gradient(180deg, #FBF1E2 0%, var(--cream) 100%); padding: 40px 0 36px; border-bottom: 1px solid var(--line); }
.page-hero h1 { margin-bottom: 12px; }
.page-hero .sub { color: var(--ink-soft); max-width: 620px; font-size: 1.08rem; }

[x-cloak] { display: none !important; }
