:root {
  --ink: #101812;
  --forest: #0b1f16;
  --emerald: #0e7a3d;
  --emerald-d: #0a5c2e;
  --gold: #e9b949;
  --gold-d: #c9962b;
  --ivory: #faf8f2;
  --soft: #f2f6f1;
  --muted: #5d6f61;
  --line: #e3ece4;
  --card: #ffffff;
  --radius: 18px;
  --max: 1180px;
  --shadow: 0 24px 60px -24px rgba(11,31,22,.28);
  --font-d: "Fraunces", Georgia, serif;
  --font-b: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: var(--font-b); color: var(--ink); background: #fff; line-height: 1.65; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; display: block; }
a { color: var(--emerald); }
.serif { font-family: var(--font-d); }
.container { max-width: var(--max); margin: 0 auto; padding: 0 22px; }
.container.narrow { max-width: 820px; }

/* Topbar + nav */
.topbar { background: var(--forest); color: #f3ead0; text-align: center; font-size: 13.5px; padding: 9px 14px; font-weight: 500; }
.topbar a { color: var(--gold); font-weight: 700; }
.nav { position: sticky; top: 0; z-index: 60; background: rgba(255,255,255,.86); backdrop-filter: blur(14px); border-bottom: 1px solid var(--line); transition: box-shadow .3s; }
.nav.scrolled { box-shadow: 0 10px 30px -18px rgba(11,31,22,.35); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 70px; }
.brand { display: flex; align-items: center; gap: 11px; font-weight: 800; font-size: 17.5px; color: var(--ink); text-decoration: none; font-family: var(--font-d); }
.brand-mark { width: 38px; height: 38px; border-radius: 12px; background: linear-gradient(135deg, #0b1f16, #0e7a3d); color: var(--gold); display: grid; place-items: center; font-weight: 700; font-size: 22px; box-shadow: inset 0 0 0 1px rgba(233,185,73,.4); }
.brand small { display: block; font-size: 9.5px; font-weight: 700; color: var(--muted); letter-spacing: .14em; font-family: var(--font-b); }
.nav-links { display: flex; gap: 22px; align-items: center; }
.nav-links a:not(.btn) { text-decoration: none; color: var(--ink); font-weight: 600; font-size: 14.5px; }
.nav-links a:not(.btn):hover { color: var(--emerald); }
.nav-toggle { display: none; background: none; border: 0; font-size: 26px; cursor: pointer; color: var(--ink); }

/* Buttons */
.btn { display: inline-block; border: 0; cursor: pointer; text-decoration: none; background: var(--emerald); color: #fff; font-weight: 700; padding: 14px 28px; border-radius: 999px; font-size: 15px; transition: transform .18s, box-shadow .18s, background .18s; box-shadow: 0 12px 26px -12px rgba(14,122,61,.6); }
.btn:hover { background: var(--emerald-d); color: #fff; transform: translateY(-2px); }
.btn-sm { padding: 11px 22px; font-size: 14px; }
.btn-block { width: 100%; text-align: center; }
.btn-gold { background: linear-gradient(135deg, #f3cd6b, var(--gold) 55%, var(--gold-d)); color: #231a05; box-shadow: 0 14px 30px -12px rgba(201,150,43,.65); }
.btn-gold:hover { background: var(--gold); color: #231a05; }
.btn-glass { background: rgba(255,255,255,.14); color: #fff; border: 1.5px solid rgba(255,255,255,.55); box-shadow: none; }
.btn-glass:hover { background: rgba(255,255,255,.26); color: #fff; }
.btn-outline { background: #fff; color: var(--emerald); border: 2px solid var(--emerald); box-shadow: none; }
.btn-outline:hover { background: var(--emerald); color: #fff; }

/* Hero */
.hero { position: relative; background: var(--forest); color: #fff; overflow: hidden; padding: 84px 0 0; }
.hero-bg { position: absolute; inset: 0; background: radial-gradient(900px 480px at 85% -10%, rgba(233,185,73,.22), transparent 60%), radial-gradient(700px 500px at -10% 110%, rgba(14,122,61,.5), transparent 60%); pointer-events: none; }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.02fr .98fr; gap: 48px; align-items: center; }
.pill { display: inline-block; background: rgba(233,185,73,.14); border: 1px solid rgba(233,185,73,.5); color: var(--gold); font-weight: 700; font-size: 13px; padding: 8px 16px; border-radius: 999px; letter-spacing: .02em; }
.hero h1 { font-family: var(--font-d); font-size: clamp(38px, 5.2vw, 62px); line-height: 1.06; margin: 20px 0 16px; font-weight: 600; }
.hero h1 em { font-style: italic; color: var(--gold); }
.lead { font-size: clamp(16px, 2vw, 19px); color: #d9e6dc; max-width: 560px; }
.hero-cta { display: flex; gap: 14px; margin-top: 28px; flex-wrap: wrap; }
.hero-proof { display: flex; gap: 14px; align-items: center; margin-top: 30px; }
.avatars { display: flex; }
.avatars span { width: 38px; height: 38px; border-radius: 50%; display: grid; place-items: center; font-weight: 800; font-size: 14px; border: 2.5px solid var(--forest); margin-left: -10px; color: #fff; }
.avatars span:first-child { margin-left: 0; }
.avatars span:nth-child(1) { background: #7c5c00; } .avatars span:nth-child(2) { background: #0e7a3d; }
.avatars span:nth-child(3) { background: #5b3a8c; } .avatars span:nth-child(4) { background: #22352a; font-size: 12px; }
.hero-proof strong { display: block; font-size: 14.5px; }
.hero-proof small { color: #a9c2b0; font-size: 12.5px; }

/* Hero slider */
.hero-visual { position: relative; padding-bottom: 8px; }
.hero-slider { position: relative; border-radius: 22px; overflow: hidden; box-shadow: var(--shadow); border: 1px solid rgba(255,255,255,.2); aspect-ratio: 4/4.4; background: #123; }
.hs-slide { position: absolute; inset: 0; opacity: 0; transition: opacity .8s ease; }
.hs-slide.active { opacity: 1; z-index: 1; }
.hs-slide img { width: 100%; height: 100%; object-fit: cover; }
.hs-cap { position: absolute; left: 16px; right: 16px; bottom: 52px; background: rgba(10,22,15,.72); backdrop-filter: blur(10px); border: 1px solid rgba(255,255,255,.18); border-radius: 14px; padding: 12px 16px; }
.hs-cap strong { display: block; font-size: 15px; }
.hs-cap span { font-size: 13px; color: var(--gold); }
.hs-arrow { position: absolute; top: 44%; z-index: 3; width: 42px; height: 42px; border-radius: 50%; border: 0; background: rgba(255,255,255,.9); color: var(--forest); font-size: 22px; cursor: pointer; line-height: 1; }
.hs-arrow.prev { left: 14px; } .hs-arrow.next { right: 14px; }
.hs-dots { position: absolute; bottom: 16px; left: 0; right: 0; z-index: 3; display: flex; gap: 8px; justify-content: center; }
.hs-dots button { width: 26px; height: 5px; border-radius: 4px; border: 0; background: rgba(255,255,255,.4); cursor: pointer; }
.hs-dots button.on { background: var(--gold); }
.float-card { position: absolute; z-index: 4; background: rgba(255,255,255,.94); color: var(--forest); border-radius: 14px; padding: 10px 16px; font-weight: 800; font-size: 13.5px; box-shadow: 0 18px 40px -16px rgba(0,0,0,.5); animation: float 5s ease-in-out infinite; }
.float-card span { display: block; font-weight: 600; color: var(--muted); font-size: 12px; }
.fc-book { left: -24px; bottom: 96px; }
.fc-pay { right: -14px; top: 54px; animation-delay: 2.2s; }
@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }

/* Stats */
.stats-band { position: relative; display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.14); border-radius: 20px; padding: 26px 30px; margin-top: 52px; margin-bottom: -34px; backdrop-filter: blur(12px); z-index: 5; }
.stat strong { display: block; font-family: var(--font-d); font-size: 32px; color: var(--gold); }
.stat span { font-size: 13.5px; color: #c9d8cd; }

/* Marquee */
.marquee { background: var(--gold); overflow: hidden; padding: 52px 0 14px; }
.marquee-track { display: flex; gap: 26px; white-space: nowrap; animation: scroll 26s linear infinite; font-weight: 800; font-size: 15px; letter-spacing: .06em; color: #3a2b05; text-transform: uppercase; width: max-content; }
.marquee-track i { font-style: normal; }
@keyframes scroll { to { transform: translateX(-50%); } }

/* Sections */
section.block { padding: 84px 0; }
section.alt { background: var(--soft); }
section.dark { background: var(--forest); }
.kicker { text-transform: uppercase; letter-spacing: .16em; font-size: 12.5px; font-weight: 800; color: var(--emerald); margin: 0 0 10px; }
.kicker.light { color: var(--gold); }
h2.title { font-size: clamp(28px, 3.6vw, 42px); margin: 0 0 14px; line-height: 1.15; font-weight: 600; }
h2.title.light, .light { color: #fff; }
p.sub { color: var(--muted); max-width: 700px; font-size: 16.5px; }
.light-soft { color: #b9cdc0 !important; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }

/* Collage */
.collage { position: relative; padding-bottom: 44px; }
.collage .c1 { border-radius: 22px; box-shadow: var(--shadow); width: 82%; aspect-ratio: 4/4.6; object-fit: cover; }
.collage .c2 { position: absolute; right: 0; bottom: 0; width: 52%; border-radius: 18px; border: 6px solid #fff; box-shadow: var(--shadow); aspect-ratio: 1/1; object-fit: cover; }
.exp-badge { position: absolute; left: 8px; bottom: 64px; background: var(--forest); color: #fff; border: 1px solid rgba(233,185,73,.5); border-radius: 16px; padding: 12px 20px; text-align: center; box-shadow: var(--shadow); }
.exp-badge strong { display: block; font-family: var(--font-d); font-size: 26px; color: var(--gold); }
.exp-badge span { font-size: 12px; color: #c9d8cd; }

.checklist { list-style: none; padding: 0; margin: 22px 0 0; display: grid; gap: 13px; }
.checklist li { position: relative; padding-left: 36px; font-size: 15.5px; color: #33413a; }
.checklist.light li { color: #dbe7de; }
.checklist li::before { content: "✓"; position: absolute; left: 0; top: 1px; width: 24px; height: 24px; border-radius: 50%; background: var(--emerald); color: #fff; font-size: 13px; font-weight: 800; display: grid; place-items: center; }
.checklist.light li::before { background: var(--gold); color: #231a05; }

/* Bento services */
.bento { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin-top: 34px; }
.b-card { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; transition: transform .2s, box-shadow .2s; position: relative; overflow: hidden; }
.b-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.b-card h3 { margin: 12px 0 6px; font-size: 18px; }
.b-card p { margin: 0; color: var(--muted); font-size: 14.5px; }
.b-icon { width: 52px; height: 52px; border-radius: 15px; background: linear-gradient(135deg, #e8f3ea, #d3e8d6); display: grid; place-items: center; font-size: 25px; }
.b-icon.sm { width: 44px; height: 44px; font-size: 20px; border-radius: 12px; flex-shrink: 0; }
.b-feature { grid-row: span 2; padding: 0; display: flex; flex-direction: column; }
.b-feature img { height: 240px; width: 100%; object-fit: cover; }
.b-body { padding: 24px 26px 28px; }
.b-body a { font-weight: 700; text-decoration: none; }
.live { display: inline-block; background: #e5f6ea; color: var(--emerald-d); font-weight: 800; font-size: 12px; padding: 5px 12px; border-radius: 999px; letter-spacing: .05em; }
.soon { display: inline-block; margin-top: 12px; background: #f1efe7; color: #7a6a2f; font-weight: 700; font-size: 11.5px; padding: 4px 11px; border-radius: 999px; text-transform: uppercase; letter-spacing: .06em; }

/* Services cinematic slider */
.svc-slider { margin-top: 32px; }
.svc-stage { position: relative; overflow: hidden; border-radius: 24px; box-shadow: var(--shadow); border: 1px solid var(--line); }
.svc-track { display: flex; transition: transform .65s cubic-bezier(.22,.8,.3,1); }
.svc-slide { min-width: 100%; position: relative; margin: 0; }
.svc-slide img { width: 100%; height: 540px; object-fit: cover; }
.svc-slide figcaption { position: absolute; left: 0; right: 0; bottom: 0; padding: 90px 34px 30px; background: linear-gradient(180deg, transparent, rgba(8,18,12,.82) 62%); color: #fff; }
.svc-tag { display: inline-block; font-size: 11.5px; font-weight: 800; letter-spacing: .1em; padding: 6px 14px; border-radius: 999px; background: rgba(255,255,255,.16); border: 1px solid rgba(255,255,255,.35); color: #f3ead0; }
.svc-tag.live { background: rgba(20,160,80,.85); border-color: transparent; color: #fff; }
.svc-slide h3 { font-family: var(--font-d); font-size: clamp(26px, 3.6vw, 40px); margin: 12px 0 4px; font-weight: 600; }
.svc-slide p { margin: 0 0 10px; color: #e6efe8; font-size: 16px; max-width: 640px; }
.svc-slide a { color: var(--gold); font-weight: 700; text-decoration: none; }
.svc-arrow { position: absolute; top: 44%; width: 50px; height: 50px; border-radius: 50%; border: 0; background: rgba(255,255,255,.92); color: var(--forest); font-size: 26px; cursor: pointer; z-index: 2; transition: transform .15s; }
.svc-arrow:hover { transform: scale(1.08); }
.svc-arrow.prev { left: 18px; } .svc-arrow.next { right: 18px; }
.svc-count { position: absolute; top: 20px; right: 22px; z-index: 2; background: rgba(8,18,12,.6); backdrop-filter: blur(8px); border: 1px solid rgba(255,255,255,.2); color: #fff; border-radius: 999px; padding: 7px 16px; font-size: 13px; }
.svc-count strong { font-family: var(--font-d); font-size: 20px; color: var(--gold); margin-right: 4px; }
.svc-thumbs { display: flex; gap: 12px; margin-top: 16px; overflow-x: auto; padding-bottom: 8px; scrollbar-width: thin; }
.svc-thumbs button { flex: 0 0 auto; width: 148px; border: 2px solid transparent; border-radius: 14px; overflow: hidden; background: #fff; cursor: pointer; padding: 0; transition: border-color .2s, transform .2s; }
.svc-thumbs button img { width: 100%; height: 84px; object-fit: cover; }
.svc-thumbs button span { display: block; font-size: 12px; font-weight: 700; padding: 7px 6px; color: var(--ink); }
.svc-thumbs button.on { border-color: var(--gold); transform: translateY(-3px); box-shadow: 0 12px 24px -12px rgba(0,0,0,.4); }
.svc-thumbs button:hover { transform: translateY(-3px); }

/* Gallery */
.gallery { position: relative; margin-top: 34px; overflow: hidden; border-radius: 22px; }
.g-track { display: flex; transition: transform .6s cubic-bezier(.22,.8,.3,1); }
.g-slide { min-width: 100%; position: relative; margin: 0; }
.g-slide img { width: 100%; height: 480px; object-fit: cover; }
.g-slide figcaption { position: absolute; left: 22px; bottom: 22px; background: rgba(10,22,15,.72); backdrop-filter: blur(10px); border: 1px solid rgba(255,255,255,.18); color: #fff; border-radius: 14px; padding: 12px 20px; }
.g-slide figcaption strong { display: block; font-size: 17px; font-family: var(--font-d); }
.g-slide figcaption span { font-size: 13px; color: var(--gold); }
.g-arrow { position: absolute; top: 42%; width: 48px; height: 48px; border-radius: 50%; border: 0; background: rgba(255,255,255,.92); color: var(--forest); font-size: 26px; cursor: pointer; z-index: 2; }
.g-arrow.prev { left: 16px; } .g-arrow.next { right: 16px; }
.g-dots { position: absolute; bottom: 18px; right: 24px; display: flex; gap: 7px; z-index: 2; }
.g-dots button { width: 9px; height: 9px; border-radius: 50%; border: 0; background: rgba(255,255,255,.45); cursor: pointer; }
.g-dots button.on { background: var(--gold); transform: scale(1.25); }

/* Steps */
.steps { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; margin-top: 30px; }
.step { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 26px 22px; position: relative; }
.step .s-num { font-family: var(--font-d); font-size: 40px; color: var(--gold); line-height: 1; }
.step strong { display: block; margin: 10px 0 6px; font-size: 16.5px; }
.step p { margin: 0; color: var(--muted); font-size: 14.5px; }

/* Entrepreneur */
.entrepreneur { background: linear-gradient(160deg, #0b1f16 55%, #0e4d27); color: #fff; }
.ent-img { border-radius: var(--radius); margin-top: 26px; width: 100%; height: 230px; object-fit: cover; border: 1px solid rgba(233,185,73,.35); }

/* Forms */
.form-card { background: #fff; border: 1px solid var(--line); border-radius: 22px; padding: 32px; box-shadow: var(--shadow); }
.form-card h3 { margin: 0 0 6px; font-size: 21px; font-family: var(--font-d); }
.dark-card { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.16); backdrop-filter: blur(8px); }
.dark-card h3 { color: #fff; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 18px; }
.field { display: flex; flex-direction: column; gap: 6px; }
.field.full { grid-column: 1 / -1; }
.field label { font-weight: 700; font-size: 13.5px; color: #33413a; }
.dark-card .field label { color: #dbe7de; }
.field input, .field select, .field textarea { border: 1.5px solid #cfdccf; border-radius: 12px; padding: 13px 14px; font-size: 15px; font-family: inherit; background: #fff; color: var(--ink); width: 100%; }
.dark-card .field input, .dark-card .field select { background: rgba(255,255,255,.94); }
.field input:focus, .field select:focus, .field textarea:focus { outline: 2px solid var(--emerald); border-color: var(--emerald); }
.form-note { font-size: 14px; margin-top: 12px; min-height: 22px; }
.form-note.ok { color: var(--emerald-d); font-weight: 700; }
.dark-card .form-note.ok { color: var(--gold); }
.form-note.err { color: #b3261e; font-weight: 700; }

/* Testimonials */
.tslider { overflow: hidden; margin-top: 30px; }
.t-track { display: flex; transition: transform .6s cubic-bezier(.22,.8,.3,1); }
.t-slide { min-width: 100%; background: #fff; border: 1px solid var(--line); border-radius: 22px; padding: 38px 40px; margin: 0; box-shadow: var(--shadow); }
.t-slide p { font-family: var(--font-d); font-size: clamp(18px, 2.4vw, 23px); line-height: 1.5; margin: 0 0 20px; }
.t-slide footer { display: flex; align-items: center; gap: 12px; }
.t-slide footer strong { display: block; }
.t-slide footer span { font-size: 13.5px; color: var(--muted); display: block; }
.t-slide footer em { margin-left: auto; color: var(--gold-d); font-style: normal; letter-spacing: 2px; }
.t-dots { display: flex; gap: 8px; justify-content: center; margin-top: 18px; }
.t-dots button { width: 10px; height: 10px; border-radius: 50%; border: 0; background: #c4d2c6; cursor: pointer; }
.t-dots button.on { background: var(--emerald); transform: scale(1.25); }

/* Pricing */
.pricing { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; margin-top: 34px; align-items: stretch; }
.p-card { background: #fff; border: 1.5px solid var(--line); border-radius: 22px; padding: 32px 30px; position: relative; display: flex; flex-direction: column; }
.p-card.featured { background: var(--forest); color: #fff; border-color: var(--gold); transform: scale(1.04); box-shadow: var(--shadow); }
.p-card h3 { margin: 0; font-family: var(--font-d); font-size: 22px; }
.p-card .price { font-family: var(--font-d); font-size: 40px; margin: 8px 0 4px; }
.p-card .price small { font-size: 15px; font-family: var(--font-b); color: var(--muted); }
.p-card.featured .price small { color: #b9cdc0; }
.p-card ul { list-style: none; padding: 0; margin: 16px 0 24px; display: grid; gap: 10px; font-size: 14.5px; }
.p-card ul li::before { content: "✓ "; color: var(--emerald); font-weight: 800; }
.p-card.featured ul li::before { color: var(--gold); }
.p-card .btn { margin-top: auto; }
.p-tag { position: absolute; top: -14px; left: 50%; transform: translateX(-50%); background: linear-gradient(135deg, #f3cd6b, var(--gold-d)); color: #231a05; font-size: 11.5px; font-weight: 800; padding: 5px 16px; border-radius: 999px; letter-spacing: .08em; white-space: nowrap; }

/* Contact cards */
.contact-cards { display: grid; gap: 12px; margin-top: 22px; }
.c-card { display: flex; gap: 14px; align-items: center; background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 16px 18px; }
.c-card strong { display: block; font-size: 15px; }
.c-card span { font-size: 13.5px; color: var(--muted); }

/* CTA band */
.cta-band { background: linear-gradient(120deg, #0b1f16, #0e7a3d 70%, #14924e); color: #fff; text-align: center; padding: 72px 20px; }
.cta-band h2 { font-size: clamp(26px, 4vw, 40px); margin: 0 0 8px; font-weight: 600; }
.cta-band p { color: #d9e6dc; margin: 0 0 24px; }
.cta-band .btn-glass { margin-left: 10px; }

/* Footer */
footer { background: #08130d; color: #b9cdc0; padding: 56px 0 28px; }
.foot-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 28px; }
.foot-tag { font-size: 14px; max-width: 320px; }
footer h4 { color: #fff; margin: 0 0 12px; font-size: 14px; text-transform: uppercase; letter-spacing: .1em; }
footer a { color: #b9cdc0; text-decoration: none; font-size: 14.5px; display: block; margin: 8px 0; }
footer a:hover { color: var(--gold); }
footer .brand small { color: #7d9384; }
.foot-bottom { border-top: 1px solid #1d3325; margin-top: 32px; padding-top: 20px; font-size: 13px; display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
.foot-bottom a { display: inline; margin: 0 4px; }

/* Venues browse + detail */
.page-hero { background: linear-gradient(150deg, var(--forest), var(--emerald-d)); color: #fff; padding: 56px 0 44px; }
.page-hero h1 { font-size: clamp(30px, 4vw, 44px); margin: 8px 0 22px; font-weight: 600; }
.filter-bar { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr 1fr 1fr auto; gap: 10px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.2); border-radius: 18px; padding: 14px; backdrop-filter: blur(10px); }
.filter-bar input, .filter-bar select { border: 0; border-radius: 11px; padding: 12px 13px; font-size: 14px; font-family: inherit; background: rgba(255,255,255,.95); color: var(--ink); width: 100%; }
.venue-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 20px; }
.v-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; text-decoration: none; color: inherit; transition: transform .2s, box-shadow .2s; display: block; }
.v-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.v-img { position: relative; }
.v-img img { width: 100%; height: 220px; object-fit: cover; }
.v-badge { position: absolute; top: 12px; left: 12px; background: rgba(10,30,18,.78); color: #7be2a0; font-size: 12px; font-weight: 800; padding: 5px 12px; border-radius: 999px; }
.v-badge.inline { position: static; }
.v-body { padding: 18px 20px 20px; }
.v-body h3 { margin: 0 0 4px; font-size: 19px; font-family: var(--font-d); }
.v-loc { color: var(--muted); font-size: 13.5px; margin: 0 0 12px; text-transform: capitalize; }
.v-row { display: flex; justify-content: space-between; align-items: center; }
.v-row strong { font-size: 18px; } .v-row strong small { font-size: 12.5px; color: var(--muted); font-weight: 600; }
.v-rating { color: var(--gold-d); font-weight: 700; font-size: 14px; }
.crumbs { margin: 0 0 18px; } .crumbs a { text-decoration: none; font-weight: 700; }
.d-grid { display: grid; grid-template-columns: 1.6fr 1fr; gap: 36px; align-items: start; }
.d-title { font-size: clamp(28px, 3.6vw, 40px); margin: 18px 0 6px; font-weight: 600; }
.d-gallery img#d-main { width: 100%; height: 440px; object-fit: cover; border-radius: 20px; box-shadow: var(--shadow); }
.d-thumbs { display: flex; gap: 10px; margin-top: 12px; }
.d-thumbs button { border: 2px solid transparent; border-radius: 12px; overflow: hidden; padding: 0; cursor: pointer; background: none; }
.d-thumbs button.on { border-color: var(--gold); }
.d-thumbs img { width: 110px; height: 74px; object-fit: cover; display: block; }
.d-facts { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin: 16px 0; }
.d-facts div { background: var(--soft); border-radius: 14px; padding: 14px; text-align: center; }
.d-facts strong { display: block; font-size: 19px; }
.d-facts span { font-size: 12.5px; color: var(--muted); }
.chips { display: flex; flex-wrap: wrap; gap: 8px; margin: 6px 0 8px; }
.chip { background: #eef4ee; border: 1px solid var(--line); font-size: 13px; font-weight: 600; padding: 6px 13px; border-radius: 999px; }
.cal { display: flex; flex-wrap: wrap; gap: 5px; margin: 10px 0; }
.day { width: 30px; height: 30px; border-radius: 9px; display: inline-grid; place-items: center; font-size: 12px; font-weight: 700; }
.day.ok { background: #e5f6ea; color: var(--emerald-d); }
.day.no { background: #fbe3e1; color: #a0231b; }
.muted { color: var(--muted); } .small { font-size: 13px; }
.book-card { position: sticky; top: 92px; background: #fff; border: 1.5px solid var(--line); border-radius: 20px; padding: 26px; box-shadow: var(--shadow); }
.book-card label { display: block; font-size: 13.5px; font-weight: 700; margin: 10px 0; color: #33413a; }
.book-card input, .book-card textarea { width: 100%; border: 1.5px solid #cfdccf; border-radius: 11px; padding: 11px 12px; font-size: 14.5px; font-family: inherit; margin-top: 4px; }
.book-price { font-family: var(--font-d); font-size: 30px; margin: 0; }
.book-price small { font-size: 14px; font-family: var(--font-b); color: var(--muted); }
.auth-tabs { display: flex; gap: 8px; margin: 12px 0; }
.auth-tabs button { flex: 1; border: 1.5px solid var(--line); background: #fff; border-radius: 999px; padding: 9px; font-weight: 700; cursor: pointer; }
.auth-tabs button.on { background: var(--forest); color: #fff; border-color: var(--forest); }
.rev { background: var(--soft); border-radius: 14px; padding: 16px 18px; margin: 10px 0; }
.rev strong { color: var(--gold-d); letter-spacing: 2px; }
.rev p { margin: 6px 0; } .rev small { color: var(--muted); }

/* Legal pages */
.legal { max-width: 800px; margin: 0 auto; padding: 56px 20px 72px; }
.legal h1 { font-size: 36px; font-family: var(--font-d); }
.legal h2 { margin-top: 30px; font-size: 20px; }
.legal p, .legal li { color: #33403a; }

/* Reveal animation */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in { opacity: 1; transform: none; }

@media (max-width: 960px) {
  .hero-grid, .split { grid-template-columns: 1fr; gap: 36px; }
  .bento { grid-template-columns: 1fr 1fr; }
  .b-feature { grid-column: 1 / -1; grid-row: auto; }
  .steps, .pricing { grid-template-columns: 1fr; }
  .p-card.featured { transform: none; }
  .stats-band { grid-template-columns: 1fr 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .foot-grid { grid-template-columns: 1fr 1fr; }
  .nav-links { display: none; position: absolute; top: 70px; left: 0; right: 0; background: #fff; flex-direction: column; padding: 18px 22px 24px; border-bottom: 1px solid var(--line); align-items: flex-start; box-shadow: 0 30px 40px -30px rgba(0,0,0,.3); }
  .nav-links.open { display: flex; }
  .nav-toggle { display: block; }
  .fc-book { left: 8px; } .fc-pay { right: 8px; }
  .g-slide img { height: 340px; }
  .svc-slide img { height: 380px; }
  .svc-thumbs button { width: 122px; }
  .venue-grid { grid-template-columns: 1fr; }
  .filter-bar { grid-template-columns: 1fr 1fr; }
  .d-grid { grid-template-columns: 1fr; }
  .book-card { position: static; }
  .d-facts { grid-template-columns: 1fr 1fr; }
  section.block { padding: 60px 0; }
}
@media (max-width: 600px) { .bento { grid-template-columns: 1fr; } }
