:root {
  --ink: #101a26;
  --ink-soft: #182738;
  --cream: #f7f2e9;
  --paper: #fffdf9;
  --gold: #b78a58;
  --gold-light: #dbbd92;
  --rose: #bf7f86;
  --sage: #7f8f78;
  --line: rgba(16, 26, 38, .14);
  --white-line: rgba(255, 255, 255, .14);
  --text: #26313b;
  --muted: #667078;
  --shadow: 0 28px 80px rgba(16, 26, 38, .14);
  --serif: "Playfair Display", Georgia, serif;
  --sans: "DM Sans", system-ui, sans-serif;
  --radius: 24px;
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--paper);
  color: var(--text);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
}

body.menu-open { overflow: hidden; }

img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.section { padding: 120px 0; }

.skip-link {
  position: fixed;
  z-index: 200;
  top: 12px;
  left: 12px;
  transform: translateY(-150%);
  padding: 10px 16px;
  border-radius: 8px;
  background: var(--paper);
  color: var(--ink);
  font-weight: 700;
}

.skip-link:focus { transform: translateY(0); }

.site-header {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  color: white;
  transition: background .25s ease, box-shadow .25s ease;
}

.site-header.scrolled {
  position: fixed;
  background: rgba(16, 26, 38, .92);
  box-shadow: 0 12px 30px rgba(0, 0, 0, .14);
  backdrop-filter: blur(16px);
}

.header-inner { height: 104px; display: flex; align-items: center; justify-content: space-between; }

.brand {
  display: flex;
  flex: 0 0 288px;
  align-items: center;
  justify-content: center;
  width: 288px;
  height: 88px;
  overflow: hidden;
  padding: 7px 15px 7px 9px;
  border: 1px solid rgba(219, 189, 146, .42);
  border-radius: 15px;
  background: linear-gradient(135deg, rgba(255, 253, 249, .98), rgba(235, 219, 195, .94));
  box-shadow: 0 9px 28px rgba(0, 0, 0, .16);
}
.brand-wordmark { display: flex; min-width: 0; flex-direction: column; align-items: center; color: var(--ink); line-height: 1; text-align: center; white-space: nowrap; }
.brand-wordmark strong { font-family: var(--serif); font-size: 21px; font-weight: 600; letter-spacing: .035em; }
.brand-wordmark em { margin-top: 7px; color: #935f31; font-family: var(--serif); font-size: 20px; font-weight: 500; }
.brand-wordmark em::before, .brand-wordmark em::after { content: ""; display: inline-block; width: 18px; height: 1px; margin: 0 7px 4px; background: var(--gold); }

.site-nav { display: flex; align-items: center; gap: 22px; font-size: 14px; font-weight: 600; }
.site-nav > a:not(.nav-cta) { position: relative; padding: 10px 0; color: rgba(255,255,255,.76); }
.site-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; bottom: 4px; width: 0; height: 1px; background: var(--gold-light); transition: width .2s ease; }
.site-nav > a:not(.nav-cta):hover { color: white; }
.site-nav > a:not(.nav-cta):hover::after { width: 100%; }
.site-nav > a:not(.nav-cta).active { color: white; }
.site-nav > a:not(.nav-cta).active::after { width: 100%; }
.nav-cta { padding: 12px 20px; border: 1px solid rgba(255,255,255,.35); border-radius: 999px; transition: .2s ease; }
.nav-cta:hover { color: var(--ink); background: white; border-color: white; }
.nav-cta.active { border-color: var(--gold); background: var(--gold); color: white; }

.menu-toggle { display: none; width: 46px; height: 46px; border: 0; border-radius: 50%; background: rgba(255,255,255,.08); padding: 12px; }
.menu-toggle span { display: block; width: 100%; height: 1px; margin: 5px 0; background: white; transition: .2s ease; }

.hero {
  position: relative;
  min-height: 780px;
  overflow: hidden;
  padding: 160px 0 100px;
  background:
    linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px),
    var(--ink);
  background-size: 70px 70px;
  color: white;
}

section[id] { scroll-margin-top: 112px; }

.hero::after { content: ""; position: absolute; right: -10%; bottom: -50%; width: 70%; height: 80%; border: 1px solid rgba(219,189,146,.14); border-radius: 50%; transform: rotate(-8deg); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(4px); pointer-events: none; }
.hero-glow-one { top: 6%; right: 12%; width: 460px; height: 460px; background: radial-gradient(circle, rgba(183,138,88,.16), transparent 67%); }
.hero-glow-two { bottom: -20%; left: -10%; width: 420px; height: 420px; background: radial-gradient(circle, rgba(191,127,134,.11), transparent 70%); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 64px; }

.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 24px; color: var(--gold-light); font-size: 12px; font-weight: 700; letter-spacing: .16em; line-height: 1.3; text-transform: uppercase; }
.eyebrow span { width: 34px; height: 1px; background: currentColor; }
.eyebrow.dark { color: var(--gold); }
.eyebrow.light { color: var(--gold-light); }

h1, h2, h3, p { margin-top: 0; }
h1, h2 { color: var(--ink); font-family: var(--serif); font-weight: 500; line-height: 1.04; letter-spacing: -.035em; }
h1 { max-width: 700px; margin-bottom: 28px; color: white; font-size: clamp(54px, 6vw, 84px); }
h2 { margin-bottom: 28px; font-size: clamp(42px, 5vw, 66px); }
h1 em, h2 em { color: var(--gold-light); font-weight: 500; }

.hero-lead { max-width: 600px; margin-bottom: 34px; color: rgba(255,255,255,.72); font-size: 18px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-height: 54px; padding: 14px 24px; border: 1px solid transparent; border-radius: 999px; font-size: 14px; font-weight: 700; cursor: pointer; transition: transform .2s ease, background .2s ease, border .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button span { font-size: 19px; font-weight: 400; }
.whatsapp-icon { display: block; width: 22px; height: 22px; flex: 0 0 22px; object-fit: contain; }
.button-primary { background: var(--gold); color: white; }
.button-primary:hover { background: #c59a68; }
.button-ghost { border-color: rgba(255,255,255,.3); color: white; }
.button-ghost:hover { border-color: white; background: rgba(255,255,255,.08); }
.button-light { background: var(--paper); color: var(--ink); }
.button-dark { background: var(--ink); color: white; }

.hero-facts { display: flex; gap: 0; margin: 54px 0 0; }
.hero-facts div { min-width: 130px; padding-right: 24px; }
.hero-facts div + div { padding-left: 24px; border-left: 1px solid rgba(255,255,255,.16); }
.hero-facts dt { color: white; font-family: var(--serif); font-size: 30px; line-height: 1.1; }
.currency-symbol { display: inline-block; margin-right: 2px; font-family: var(--sans); font-size: .72em; font-style: normal; font-weight: 600; vertical-align: .08em; }
.hero-facts dt small { font-family: var(--sans); font-size: 9px; font-weight: 700; letter-spacing: .08em; vertical-align: .35em; }
.hero-facts dd { margin: 5px 0 0; color: rgba(255,255,255,.48); font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }

.hero-visual { position: relative; min-width: 0; }
.hero-image-wrap { position: relative; overflow: hidden; aspect-ratio: .96; border: 1px solid rgba(255,255,255,.12); border-radius: 48% 48% 20px 20px; box-shadow: 0 40px 90px rgba(0,0,0,.3); }
.hero-image-wrap::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(16,26,38,.55), transparent 55%); }
.hero-image-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: center; transform: scale(1.08); }
.hero-image-wordmark { position: absolute; z-index: 2; top: 48%; right: 0; left: 0; display: flex; height: 29%; flex-direction: column; align-items: center; justify-content: center; background: linear-gradient(to bottom, rgba(16,26,38,.88), rgba(16,26,38,.98) 24%, rgba(16,26,38,.94) 82%, rgba(16,26,38,.45)); text-align: center; }
.hero-image-wordmark strong { color: #fffaf1; font-family: var(--serif); font-size: clamp(29px, 3.1vw, 46px); font-weight: 600; letter-spacing: .035em; line-height: 1; text-shadow: 0 2px 14px rgba(0,0,0,.35); }
.hero-image-wordmark em { display: flex; align-items: center; margin-top: 12px; color: var(--gold-light); font-family: var(--serif); font-size: clamp(29px, 3.2vw, 48px); font-weight: 500; line-height: .85; text-shadow: 0 2px 14px rgba(0,0,0,.35); }
.hero-image-wordmark em::before, .hero-image-wordmark em::after { content: ""; width: clamp(34px, 4vw, 62px); height: 1px; margin: 0 14px; background: var(--gold); }
.availability-card { position: absolute; right: -32px; bottom: 42px; z-index: 3; display: flex; align-items: center; gap: 12px; width: 280px; padding: 17px 18px; border: 1px solid rgba(255,255,255,.16); border-radius: 14px; background: rgba(250,248,243,.94); box-shadow: var(--shadow); color: var(--ink); backdrop-filter: blur(14px); }
.availability-card .status-dot { width: 9px; height: 9px; border-radius: 50%; background: #5ea768; box-shadow: 0 0 0 5px rgba(94,167,104,.12); }
.availability-card div { display: flex; flex: 1; flex-direction: column; line-height: 1.35; }
.availability-card strong { font-size: 13px; }
.availability-card small { color: var(--muted); font-size: 11px; }
.availability-card > a { display: grid; width: 34px; height: 34px; border-radius: 50%; background: var(--ink); color: white; place-items: center; }
.scroll-cue { position: absolute; z-index: 3; bottom: 30px; left: 50%; display: flex; align-items: center; gap: 10px; transform: translateX(-50%); color: rgba(255,255,255,.5); font-size: 10px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.scroll-cue span { display: block; width: 1px; height: 36px; background: linear-gradient(to bottom, transparent, var(--gold-light)); }

.intro { background: var(--paper); }
.intro-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; }
.section-heading h2 { max-width: 730px; }
.intro-copy { padding-top: 44px; }
.intro-copy .lead { color: var(--ink); font-family: var(--serif); font-size: 25px; line-height: 1.5; }
.intro-copy > p:not(.lead) { color: var(--muted); }
.text-link { display: inline-flex; gap: 16px; padding-bottom: 4px; border-bottom: 1px solid var(--gold); color: var(--ink); font-size: 14px; font-weight: 700; }
.text-link span { color: var(--gold); }

.spaces { padding-top: 50px; background: linear-gradient(to bottom, var(--paper), var(--cream)); }
.section-heading.centered { display: flex; flex-direction: column; align-items: center; margin-bottom: 58px; text-align: center; }
.section-heading.centered h2 { max-width: 800px; }
.space-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.space-card { position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.66); transition: transform .25s ease, box-shadow .25s ease; }
.space-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.space-number { position: absolute; z-index: 2; top: 20px; right: 20px; display: grid; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; color: white; font-size: 11px; place-items: center; }
.space-art { position: relative; overflow: hidden; height: 240px; background: var(--ink-soft); }
.space-art::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(16,26,38,.32), transparent 55%); pointer-events: none; }
.space-art img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease, filter .55s ease; }
.space-card:hover .space-art img { transform: scale(1.045); filter: saturate(1.06) contrast(1.02); }
.space-content { padding: 32px 30px 34px; }
.card-kicker { margin-bottom: 3px; color: var(--gold); font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.space-content h3 { margin: 0 0 14px; color: var(--ink); font-family: var(--serif); font-size: 34px; font-weight: 500; }
.space-content > p:not(.card-kicker) { min-height: 78px; color: var(--muted); font-size: 14px; }
.feature-list { margin: 24px 0 0; padding: 20px 0 0; border-top: 1px solid var(--line); list-style: none; }
.feature-list li { position: relative; margin-top: 8px; padding-left: 18px; color: var(--text); font-size: 13px; }
.feature-list li::before { content: ""; position: absolute; top: .72em; left: 0; width: 6px; height: 1px; background: var(--gold); }

.gallery { overflow: hidden; background: var(--paper); }
.gallery-heading { display: flex; align-items: end; justify-content: space-between; gap: 70px; margin-bottom: 52px; }
.gallery-heading .section-heading h2 { margin-bottom: 0; }
.gallery-heading-side { display: flex; max-width: 390px; flex-direction: column; align-items: flex-end; gap: 18px; }
.gallery-heading-side > p { margin: 0; color: var(--muted); }
.gallery-controls { display: flex; gap: 9px; }
.gallery-control { display: grid; width: 44px; height: 44px; padding: 0; border: 1px solid var(--line); border-radius: 50%; background: transparent; color: var(--ink); font-size: 19px; cursor: pointer; place-items: center; transition: .2s ease; }
.gallery-control:hover { border-color: var(--gold); background: var(--gold); color: white; transform: translateY(-2px); }
.gallery-grid { display: flex; gap: 16px; min-height: 330px; padding: 4px 2px 18px; overflow-x: auto; overscroll-behavior-inline: contain; scroll-behavior: smooth; scroll-snap-type: x mandatory; scrollbar-color: var(--gold) rgba(16,26,38,.08); scrollbar-width: thin; }
.gallery-grid::-webkit-scrollbar { height: 8px; }
.gallery-grid::-webkit-scrollbar-track { border-radius: 999px; background: rgba(16,26,38,.08); }
.gallery-grid::-webkit-scrollbar-thumb { border-radius: 999px; background: var(--gold); }
.gallery-item { position: relative; flex: 0 0 clamp(300px, 31vw, 390px); height: 310px; overflow: hidden; padding: 0; border: 0; border-radius: 18px; background: var(--cream); cursor: zoom-in; scroll-snap-align: start; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease, filter .55s ease; }
.gallery-item::after { content: "Ver foto  ↗"; position: absolute; right: 14px; bottom: 14px; padding: 8px 12px; border: 1px solid rgba(255,255,255,.3); border-radius: 999px; background: rgba(16,26,38,.72); color: white; font-size: 10px; font-weight: 700; letter-spacing: .06em; opacity: 0; transform: translateY(6px); backdrop-filter: blur(8px); transition: .25s ease; }
.gallery-item:hover img { transform: scale(1.045); filter: saturate(1.06); }
.gallery-item:hover::after, .gallery-item:focus-visible::after { opacity: 1; transform: none; }
.gallery-item:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
.gallery-loading, .gallery-empty { display: flex; min-width: 100%; min-height: 310px; flex: 0 0 100%; flex-direction: column; align-items: center; justify-content: center; border: 1px dashed rgba(183,138,88,.38); border-radius: var(--radius); background: var(--cream); color: var(--muted); text-align: center; }
.gallery-loading span { width: 28px; height: 28px; border: 2px solid rgba(183,138,88,.22); border-top-color: var(--gold); border-radius: 50%; animation: gallery-spin .8s linear infinite; }
.gallery-loading p, .gallery-empty p { margin: 12px 0 0; font-size: 13px; }
@keyframes gallery-spin { to { transform: rotate(360deg); } }

.gallery-lightbox { width: min(1100px, calc(100% - 32px)); max-width: none; height: min(820px, calc(100% - 32px)); max-height: none; padding: 0; border: 0; border-radius: 20px; background: #080e15; color: white; box-shadow: 0 35px 100px rgba(0,0,0,.48); }
.gallery-lightbox::backdrop { background: rgba(6,11,17,.88); backdrop-filter: blur(8px); }
.gallery-lightbox[open] { display: grid; grid-template-columns: 70px 1fr 70px; align-items: center; }
.gallery-lightbox figure { display: flex; min-width: 0; height: 100%; margin: 0; flex-direction: column; align-items: center; justify-content: center; }
.gallery-lightbox figure img { max-width: 100%; max-height: calc(100% - 60px); object-fit: contain; }
.gallery-lightbox figcaption { height: 42px; padding-top: 14px; color: rgba(255,255,255,.65); font-size: 12px; }
.lightbox-close, .lightbox-arrow { border: 1px solid rgba(255,255,255,.16); border-radius: 50%; background: rgba(255,255,255,.08); color: white; cursor: pointer; transition: .2s ease; }
.lightbox-close:hover, .lightbox-arrow:hover { border-color: var(--gold-light); background: rgba(183,138,88,.2); }
.lightbox-close { position: absolute; z-index: 2; top: 16px; right: 16px; width: 42px; height: 42px; font-size: 27px; font-weight: 300; line-height: 1; }
.lightbox-arrow { width: 44px; height: 44px; margin: auto; font-size: 20px; }

.events-banner { overflow: hidden; padding: 22px 0; background: var(--rose); color: white; }
.marquee { width: max-content; }
.marquee-track { display: flex; align-items: center; gap: 38px; animation: marquee 32s linear infinite; }
.marquee span { font-family: var(--serif); font-size: 27px; font-style: italic; white-space: nowrap; }
.marquee i { color: #f3d9c4; font-style: normal; }
@keyframes marquee { to { transform: translateX(-50%); } }

.services { background: var(--ink); color: white; }
.services-grid { display: grid; grid-template-columns: .82fr 1.18fr; align-items: start; gap: 110px; }
.services-intro { position: sticky; top: 130px; }
.services h2 { color: white; }
.services-intro > p:not(.eyebrow) { max-width: 470px; margin-bottom: 32px; color: rgba(255,255,255,.62); }
.service-list { border-top: 1px solid var(--white-line); }
.service-item { display: grid; grid-template-columns: 42px 1fr auto; align-items: center; gap: 22px; padding: 30px 0; border-bottom: 1px solid var(--white-line); }
.service-index { color: var(--gold-light); font-size: 11px; }
.service-item h3 { margin: 0 0 4px; color: white; font-family: var(--serif); font-size: 25px; font-weight: 500; }
.service-item p { margin: 0; color: rgba(255,255,255,.5); font-size: 13px; }
.service-item strong { color: var(--gold-light); font-size: 13px; white-space: nowrap; }

.pricing { background: var(--cream); }
.pricing-heading { display: flex; align-items: end; justify-content: space-between; gap: 60px; margin-bottom: 50px; }
.pricing-heading h2 { max-width: 720px; margin-bottom: 0; }
.pricing-heading > p { max-width: 380px; margin-bottom: 10px; color: var(--muted); }
.price-card { display: grid; grid-template-columns: 1.05fr .7fr .9fr auto; align-items: center; gap: 35px; padding: 48px; border: 1px solid rgba(183,138,88,.28); border-radius: var(--radius); background: var(--paper); box-shadow: 0 22px 60px rgba(84,62,37,.08); }
.price-main > p, .price-includes > p { margin-bottom: 8px; color: var(--gold); font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.price { color: var(--ink); font-family: var(--serif); font-size: 50px; line-height: 1; white-space: nowrap; }
.price sup { font-size: 23px; }.price small { font-family: var(--sans); font-size: 11px; font-weight: 700; letter-spacing: .1em; }
.price-main > span { display: block; margin-top: 8px; color: var(--muted); font-size: 12px; }
.price-days { padding-left: 35px; border-left: 1px solid var(--line); }
.price-days div { display: flex; flex-direction: column; padding: 10px 0; }
.price-days div + div { border-top: 1px solid var(--line); }
.price-days span { color: var(--muted); font-size: 11px; }
.price-days strong { color: var(--ink); font-family: var(--serif); font-size: 24px; font-weight: 500; }
.price-days strong small { font-family: var(--sans); font-size: 8px; font-weight: 700; letter-spacing: .06em; }
.price-includes { padding-left: 35px; border-left: 1px solid var(--line); }
.price-includes ul { margin: 0; padding: 0; list-style: none; }
.price-includes li { color: var(--muted); font-size: 12px; }
.price-includes li::before { content: "✓"; margin-right: 7px; color: var(--sage); }
.price-note { margin: 18px 0 0; color: var(--muted); font-size: 11px; text-align: center; }

.process { background: var(--paper); }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin: 20px 0 0; padding: 0; list-style: none; counter-reset: process; }
.process-grid li { position: relative; padding: 42px 30px 10px 0; border-top: 1px solid var(--line); }
.process-grid li:not(:last-child)::after { content: ""; position: absolute; top: -4px; right: 20px; width: 7px; height: 7px; border-radius: 50%; background: var(--gold); }
.process-grid li > span { position: absolute; top: -16px; left: 0; padding-right: 14px; background: var(--paper); color: var(--gold); font-size: 11px; }
.process-grid h3 { margin-bottom: 11px; color: var(--ink); font-family: var(--serif); font-size: 24px; font-weight: 500; }
.process-grid p { margin: 0; color: var(--muted); font-size: 13px; }

.faq { padding-top: 50px; background: var(--paper); }
.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 100px; }
.faq-intro { position: sticky; top: 130px; align-self: start; }
.faq-intro > p:not(.eyebrow) { color: var(--muted); }
.accordion { border-top: 1px solid var(--line); }
.accordion details { border-bottom: 1px solid var(--line); }
.accordion summary { display: flex; align-items: center; justify-content: space-between; gap: 25px; padding: 26px 0; color: var(--ink); font-family: var(--serif); font-size: 21px; cursor: pointer; list-style: none; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span { color: var(--gold); font-family: var(--sans); font-size: 23px; font-weight: 300; transition: transform .2s ease; }
.accordion details[open] summary span { transform: rotate(45deg); }
.accordion details p { max-width: 690px; padding: 0 48px 24px 0; color: var(--muted); font-size: 14px; }

.contact { position: relative; overflow: hidden; padding-bottom: 100px; background: var(--ink-soft); color: white; }
.contact::before { content: ""; position: absolute; top: -240px; left: -200px; width: 620px; height: 620px; border: 1px solid rgba(219,189,146,.1); border-radius: 50%; }
.contact-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .72fr 1.28fr; align-items: start; gap: 75px; }
.contact h2 { color: white; }
.contact-copy > p:not(.eyebrow) { max-width: 470px; color: rgba(255,255,255,.6); }
.contact-details { margin-top: 54px; border-top: 1px solid var(--white-line); }
.contact-details > * { display: flex; flex-direction: column; padding: 18px 0; border-bottom: 1px solid var(--white-line); }
.contact-details small { color: var(--gold-light); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.contact-details strong { margin-top: 5px; color: white; font-size: 14px; font-weight: 500; overflow-wrap: anywhere; }

.form-card { padding: 38px; border-radius: var(--radius); background: var(--paper); box-shadow: 0 35px 90px rgba(0,0,0,.23); color: var(--text); }
.form-status { margin-bottom: 24px; padding: 14px 16px; border-radius: 10px; font-size: 13px; }
.form-status.success { border: 1px solid #a8c9ad; background: #eef8f0; color: #285a31; }
.form-status.error { border: 1px solid #e1b9b4; background: #fff1ef; color: #8b3930; }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-row { display: grid; gap: 18px; margin-bottom: 20px; }
.two-cols { grid-template-columns: repeat(2, 1fr); }
.three-cols { grid-template-columns: repeat(3, 1fr); }
.form-card label, .form-card legend { color: var(--ink); font-size: 11px; font-weight: 700; letter-spacing: .04em; }
.form-card label > span { color: var(--rose); }
.form-card input, .form-card select, .form-card textarea { width: 100%; margin-top: 7px; border: 0; border-bottom: 1px solid #cfd1cf; border-radius: 0; outline: 0; background: transparent; color: var(--ink); font-size: 14px; font-weight: 400; transition: border-color .2s ease; }
.form-card input, .form-card select { height: 42px; }
.form-card textarea { min-height: 42px; resize: vertical; }
.form-card input:focus, .form-card select:focus, .form-card textarea:focus { border-bottom-color: var(--gold); }
.form-card input::placeholder, .form-card textarea::placeholder { color: #a4a7a7; }
.form-card fieldset { margin: 2px 0 22px; padding: 0; border: 0; }
.choice-grid { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 11px; }
.choice-grid label { cursor: pointer; }
.choice-grid input { position: absolute; opacity: 0; pointer-events: none; }
.choice-grid span { display: block; padding: 9px 13px; border: 1px solid #d9d8d3; border-radius: 999px; color: var(--muted) !important; font-size: 11px; transition: .2s ease; }
.choice-grid input:checked + span { border-color: var(--gold); background: #f7eee1; color: var(--ink) !important; }
.choice-grid input:focus-visible + span { outline: 2px solid var(--ink); outline-offset: 2px; }
.form-bottom { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: 28px; }
.button-submit { flex-shrink: 0; border: 0; background: var(--gold); color: white; }
.button-submit:hover { background: #c39867; }
.form-privacy { margin: 16px 0 0; color: #929696; font-size: 10px; line-height: 1.5; }

.site-footer { padding: 70px 0 20px; background: #0b131d; color: white; }
.footer-main { display: grid; grid-template-columns: 1.15fr 1fr .55fr 1fr; align-items: start; gap: 55px; padding-bottom: 55px; }
.footer-brand {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 288px;
  height: 105px;
  overflow: hidden;
  padding: 9px 15px 9px 10px;
  border: 1px solid rgba(219, 189, 146, .34);
  border-radius: 18px;
  background: linear-gradient(135deg, #fffdf9, #eadbc4);
}
.footer-brand .brand-wordmark strong { font-size: 23px; }
.footer-brand .brand-wordmark em { font-size: 22px; }
.footer-address small { color: var(--gold-light); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.footer-address p { margin: 10px 0 0; color: rgba(255,255,255,.58); font-size: 13px; }
.footer-links { display: flex; flex-direction: column; gap: 9px; color: rgba(255,255,255,.65); font-size: 13px; }
.footer-links a:hover { color: white; }
.footer-whatsapp { display: flex; align-items: center; justify-content: space-between; padding: 14px 0; border-bottom: 1px solid var(--gold); color: white; font-size: 13px; }
.footer-whatsapp span { color: var(--gold-light); font-size: 18px; }
.footer-whatsapp .footer-whatsapp-copy { display: inline-flex; align-items: center; gap: 10px; color: white; font-size: 13px; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.09); color: rgba(255,255,255,.35); font-size: 10px; }
.footer-bottom p { margin: 0; }

.whatsapp-float { position: fixed; z-index: 90; bottom: 24px; left: 24px; display: flex; align-items: center; gap: 11px; padding: 8px 15px 8px 8px; border: 1px solid rgba(255,255,255,.3); border-radius: 999px; background: #1f9d5a; box-shadow: 0 14px 36px rgba(0,0,0,.22); color: white; transition: transform .2s ease, box-shadow .2s ease; }
.whatsapp-float:hover { transform: translateY(-3px); box-shadow: 0 18px 40px rgba(0,0,0,.28); }
.whatsapp-mark { display: grid; width: 36px; height: 36px; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; background: rgba(255,255,255,.14); place-items: center; }
.whatsapp-label { display: flex; flex-direction: column; line-height: 1.25; }
.whatsapp-label small { color: rgba(255,255,255,.7); font-size: 9px; }.whatsapp-label strong { font-size: 11px; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s ease; }
.reveal-delay { transition-delay: .12s; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1080px) {
  .hero-grid { gap: 35px; }
  .availability-card { right: -10px; }
  .price-card { grid-template-columns: 1fr 1fr; }
  .price-includes { padding-left: 0; border-left: 0; }
  .price-card .button { justify-self: end; }
  .services-grid, .faq-grid { gap: 60px; }
  .footer-main { grid-template-columns: .8fr 1fr .7fr; }
  .footer-whatsapp { grid-column: 2 / 4; }
}

@media (max-width: 860px) {
  .container { width: min(100% - 36px, 680px); }
  .section { padding: 88px 0; }
  .header-inner { height: 86px; }
  .brand { flex-basis: 242px; width: 242px; height: 74px; padding: 5px 10px 5px 6px; }
  .brand-wordmark strong { font-size: 18px; }
  .brand-wordmark em { margin-top: 5px; font-size: 18px; }
  .brand-wordmark em::before, .brand-wordmark em::after { width: 12px; margin-inline: 5px; }
  .menu-toggle { display: block; position: relative; z-index: 102; cursor: pointer; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .site-nav { position: fixed; z-index: 101; inset: 0; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 4px; padding: 90px 11vw; background: rgba(16,26,38,.985); visibility: hidden; opacity: 0; transform: translateY(-12px); transition: .25s ease; }
  .site-nav.open { visibility: visible; opacity: 1; transform: none; }
  .site-nav > a:not(.nav-cta) { color: white; font-family: var(--serif); font-size: 36px; font-weight: 500; }
  .site-nav > a:not(.nav-cta).active { color: var(--gold-light); }
  .site-nav .nav-cta { margin-top: 25px; }
  .hero { min-height: 0; padding: 125px 0 80px; }
  .hero-grid { grid-template-columns: 1fr; gap: 58px; }
  .hero-copy { text-align: center; }
  .hero-copy .eyebrow, .hero-actions, .hero-facts { justify-content: center; }
  .hero-lead { margin-inline: auto; }
  .hero-visual { max-width: 560px; margin-inline: auto; }
  .scroll-cue { display: none; }
  .intro-grid, .services-grid, .faq-grid, .contact-grid { grid-template-columns: 1fr; gap: 52px; }
  .intro-copy { padding-top: 0; }
  .space-grid { grid-template-columns: 1fr; }
  .space-card { display: grid; grid-template-columns: .85fr 1.15fr; }
  .space-art { height: 100%; min-height: 330px; }
  .space-content > p:not(.card-kicker) { min-height: 0; }
  .gallery-heading { flex-direction: column; align-items: flex-start; gap: 12px; }
  .gallery-heading-side { max-width: 100%; flex-direction: row; align-items: center; }
  .gallery-item { flex-basis: min(72vw, 370px); height: 300px; }
  .services-intro, .faq-intro { position: static; }
  .pricing-heading { flex-direction: column; align-items: flex-start; gap: 8px; }
  .process-grid { grid-template-columns: repeat(2, 1fr); gap: 50px 20px; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-whatsapp { grid-column: auto; }
}

@media (max-width: 620px) {
  .container { width: calc(100% - 28px); }
  .section { padding: 74px 0; }
  h1 { font-size: 49px; }
  h2 { font-size: 41px; }
  .hero { padding-top: 118px; }
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-facts div { min-width: 0; flex: 1; padding-right: 12px; }
  .hero-facts div + div { padding-left: 12px; }
  .hero-facts dt { font-size: 24px; }
  .hero-facts dd { font-size: 9px; }
  .hero-image-wrap { aspect-ratio: 1 / 1.04; border-radius: 48% 48% 14px 14px; }
  .hero-image-wordmark { top: 49%; height: 29%; }
  .hero-image-wordmark strong { font-size: 29px; }
  .hero-image-wordmark em { margin-top: 9px; font-size: 31px; }
  .hero-image-wordmark em::before, .hero-image-wordmark em::after { width: 30px; margin-inline: 9px; }
  .availability-card { right: 10px; bottom: 18px; width: calc(100% - 20px); }
  .intro-grid { gap: 25px; }
  .intro-copy .lead { font-size: 21px; }
  .space-card { display: block; }
  .space-art { height: 230px; min-height: 0; }
  .space-content { padding: 26px 22px 28px; }
  .gallery-heading-side { align-items: flex-start; flex-direction: column; }
  .gallery-grid { gap: 10px; min-height: 300px; margin-right: -14px; padding-right: 14px; }
  .gallery-item { flex-basis: calc(100vw - 54px); height: 280px; }
  .gallery-item::after { opacity: 1; transform: none; }
  .gallery-lightbox { width: calc(100% - 16px); height: calc(100% - 16px); border-radius: 14px; }
  .gallery-lightbox[open] { grid-template-columns: 48px 1fr 48px; }
  .lightbox-arrow { width: 38px; height: 38px; }
  .marquee-track { gap: 24px; }.marquee span { font-size: 22px; }
  .service-item { grid-template-columns: 30px 1fr; gap: 13px; }
  .service-item strong { grid-column: 2; }
  .price-card { grid-template-columns: 1fr; gap: 25px; padding: 30px 24px; }
  .price-days { padding: 20px 0; border-top: 1px solid var(--line); border-left: 0; border-bottom: 1px solid var(--line); }
  .price-includes { padding: 0; }
  .price-card .button { width: 100%; justify-self: stretch; }
  .process-grid { grid-template-columns: 1fr; gap: 44px; }
  .process-grid li:not(:last-child)::after { display: none; }
  .accordion summary { font-size: 18px; }
  .contact-grid { gap: 40px; }
  .form-card { margin-inline: -4px; padding: 27px 20px; }
  .two-cols, .three-cols { grid-template-columns: 1fr; }
  .form-bottom { align-items: stretch; flex-direction: column; }
  .cf-turnstile { overflow: hidden; max-width: 100%; }
  .button-submit { width: 100%; }
  .footer-main { grid-template-columns: 1fr; gap: 32px; }
  .footer-brand { width: 270px; height: 100px; }
  .footer-bottom { flex-direction: column; gap: 6px; }
  .whatsapp-float { left: 14px; bottom: 14px; padding: 7px; }
  .whatsapp-mark { width: 38px; height: 38px; }
  .whatsapp-label { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
