@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500&family=Great+Vibes&family=Montserrat:wght@300;400;500;600;700&display=swap');

:root {
  --bg: #0b0d10;
  --bg-2: #111418;
  --bg-3: #161a1f;
  --cream: #f3eee6;
  --cream-2: #ebe4d8;
  --gold: #c4a15c;
  --gold-2: #d4b67a;
  --gold-3: #9a7d3f;
  --text: #f7f3ec;
  --muted: #9d9688;
  --ink: #1a1713;
  --ink-soft: #5c564c;
  --line: rgba(196, 161, 92, 0.38);
  --line-soft: rgba(255, 255, 255, 0.08);
  --radius: 12px;
  --header: 84px;
  --serif: 'Cormorant Garamond', Georgia, serif;
  --sans: 'Montserrat', system-ui, sans-serif;
  --script: 'Great Vibes', cursive;
  --shadow: 0 24px 60px rgba(0, 0, 0, 0.4);
  --ease: 0.28s ease;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--sans);
  background: var(--bg);
  color: var(--text);
  font-size: 15px;
  line-height: 1.65;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; object-fit: cover; }
a { color: inherit; text-decoration: none; transition: color var(--ease), opacity var(--ease); }
a:hover { color: var(--gold); }
button, input, select, textarea { font: inherit; }
h1, h2, h3, h4 { font-family: var(--serif); font-weight: 500; line-height: 1.12; margin: 0 0 .55em; }
p { margin: 0 0 1em; color: var(--muted); }

.container-xl {
  width: min(1280px, calc(100% - 3rem));
  margin-inline: auto;
}
.container-wide, .container { width: min(1180px, calc(100% - 2.5rem)); margin-inline: auto; }

.label-gold {
  margin: 0 0 .85rem;
  font-size: .72rem;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 600;
}

.btn-outline-gold {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  margin-top: .5rem;
  padding: .85rem 1.4rem;
  border: 1px solid var(--gold);
  border-radius: 999px;
  color: var(--gold) !important;
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .04em;
}
.btn-outline-gold:hover { background: rgba(196,161,92,.12); }

/* Shared legacy helpers used by other pages */
.script { font-family: var(--script); color: var(--gold); }
.eyebrow { font-size: .72rem; letter-spacing: .22em; text-transform: uppercase; color: var(--gold); font-weight: 500; }
.section { padding: 5rem 0; }
.section-cream { background: var(--cream); color: var(--ink); }
.section-cream p { color: var(--ink-soft); }
.section-dark { background: var(--bg-2); }
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  border: 1px solid transparent; border-radius: 999px; padding: .85rem 1.5rem;
  font-size: .82rem; font-weight: 600; cursor: pointer; transition: all var(--ease);
}
.btn-gold { background: linear-gradient(135deg, var(--gold), var(--gold-3)); color: #14110c !important; }
.btn-ghost { background: transparent; color: var(--gold) !important; border-color: var(--gold); }
.btn-dark { background: #111; color: var(--gold) !important; }
.icon-btn {
  width: 42px; height: 42px; border-radius: 50%; border: 1px solid var(--line);
  display: inline-grid; place-items: center; color: var(--gold); background: rgba(15,20,28,.4);
}
.gold-card { background: var(--bg-3); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.25rem; }
.form-control {
  width: 100%; background: rgba(255,255,255,.03); border: 1px solid var(--line-soft);
  color: var(--text); border-radius: 8px; padding: .75rem .85rem; outline: none;
}
.form-control:focus { border-color: var(--gold); }
.form-group { margin-bottom: 1rem; }
.form-group label { display: block; margin-bottom: .4rem; font-size: .8rem; color: var(--muted); }
.field-with-icon { position: relative; }
.field-with-icon svg { position: absolute; left: .85rem; top: 50%; transform: translateY(-50%); width: 16px; height: 16px; color: var(--gold); }
.field-with-icon .form-control { padding-left: 2.4rem; }
.honeypot { position: absolute; left: -9999px; opacity: 0; height: 0; overflow: hidden; }
.validation-summary, .field-validation-error, .text-danger { color: #e08a8a; font-size: .82rem; }
.alert-success { background: rgba(92,154,110,.15); border: 1px solid rgba(92,154,110,.45); color: #b7e0c2; padding: .9rem 1rem; border-radius: 8px; margin-bottom: 1rem; }
.page-hero {
  position: relative; min-height: 72vh; display: flex; align-items: flex-end;
  padding: calc(var(--header) + 3rem) 0 4rem; background: #000 center/cover no-repeat;
}
.page-hero::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(8,10,14,.88), rgba(8,10,14,.35) 60%, rgba(8,10,14,.2)),
              linear-gradient(0deg, rgba(8,10,14,.7), transparent 45%);
}
.page-hero > .container, .page-hero > .container-wide, .page-hero > .container-xl { position: relative; z-index: 1; }
.hero-title { font-size: clamp(2.6rem, 5vw, 4.2rem); color: var(--text); max-width: 12ch; }
.hero-lead { max-width: 38ch; color: rgba(247,243,236,.82); }
.hero-features { display: flex; flex-wrap: wrap; gap: 1.5rem; margin-top: 2rem; }
.hero-feature { display: flex; gap: .7rem; align-items: center; max-width: 210px; }
.hero-feature .ico { width: 40px; height: 40px; border-radius: 50%; border: 1px solid var(--line); display: grid; place-items: center; color: var(--gold); }
.hero-feature strong { display: block; color: var(--text); font-size: .82rem; }
.hero-feature span { font-size: .72rem; color: var(--muted); }

/* ========== HEADER ========== */
.lg-header {
  position: absolute; inset: 0 0 auto; z-index: 50; min-height: var(--header);
  display: flex; align-items: center;
}
.lg-header--solid {
  position: sticky; top: 0;
  background: rgba(11,13,16,.96);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line-soft);
}
.lg-header__inner {
  width: min(1360px, calc(100% - 2.5rem));
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1.5rem;
}
.lg-brand {
  display: flex; align-items: center; gap: .7rem; color: var(--text) !important;
}
.lg-brand svg { width: 38px; height: 38px; color: var(--gold); flex-shrink: 0; }
.lg-brand span {
  font-size: .68rem; font-weight: 700; letter-spacing: .16em; line-height: 1.25;
}
.lg-nav ul {
  list-style: none; margin: 0; padding: 0;
  display: flex; justify-content: center; gap: clamp(.9rem, 1.6vw, 1.7rem);
}
.lg-nav a {
  font-size: .78rem; letter-spacing: .05em; color: rgba(247,243,236,.86);
  padding-bottom: .2rem; border-bottom: 1px solid transparent;
}
.lg-nav a:hover, .lg-nav a.is-active { color: #fff; border-bottom-color: var(--gold); }
.lg-actions { display: flex; align-items: center; gap: .55rem; }
.lg-icon {
  width: 40px; height: 40px; border-radius: 50%; border: 1px solid var(--line);
  display: inline-grid; place-items: center; color: var(--gold); background: rgba(0,0,0,.25);
}
.lg-rez {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 42px; padding: 0 1.25rem; border-radius: 999px;
  background: var(--gold); color: #16120c !important;
  font-size: .78rem; font-weight: 700; letter-spacing: .03em;
}
.lg-rez:hover { filter: brightness(1.06); color: #16120c !important; }
.lg-auth {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 42px; padding: 0 1rem; border-radius: 999px;
  border: 1px solid var(--gold); color: var(--gold) !important;
  font-size: .75rem; font-weight: 600; letter-spacing: .03em;
  background: transparent;
}
.lg-auth:hover { background: rgba(196,161,92,.12); }
.lg-user {
  width: 40px; height: 40px; border-radius: 50%; background: var(--gold); color: #111 !important;
  display: grid; place-items: center; font-weight: 700; font-size: .8rem;
}

/* ========== HERO HOME ========== */
.hero-home {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: calc(var(--header) + 1rem) 0 10.5rem;
  overflow: hidden;
}
.hero-home__bg {
  position: absolute; inset: 0;
  background: var(--hero-image) center/cover no-repeat;
  transform: scale(1.02);
}
.hero-home__shade {
  position: absolute; inset: 0;
  background:
    linear-gradient(90deg, rgba(8,10,12,.78) 0%, rgba(8,10,12,.42) 42%, rgba(8,10,12,.18) 70%, rgba(8,10,12,.35) 100%),
    linear-gradient(180deg, rgba(8,10,12,.35) 0%, transparent 28%, rgba(8,10,12,.55) 78%, rgba(8,10,12,.82) 100%);
}
.hero-home__content { position: relative; z-index: 2; max-width: 680px; }
.hero-home__script {
  font-family: var(--script);
  color: var(--gold);
  font-size: clamp(2rem, 3vw, 2.7rem);
  margin: 0 0 .35rem;
  line-height: 1;
}
.hero-home__title {
  font-size: clamp(3rem, 5.8vw, 4.85rem);
  color: #fff;
  max-width: 10.5ch;
  margin: 0 0 1rem;
  letter-spacing: -.01em;
}
.hero-home__lead {
  max-width: 34ch;
  color: rgba(247,243,236,.86);
  font-size: .98rem;
  font-weight: 300;
  margin-bottom: 1.6rem;
}
.hero-home__video {
  display: inline-flex; align-items: center; gap: .85rem;
  color: #fff !important; font-size: .88rem; font-weight: 500;
}
.hero-home__play {
  width: 48px; height: 48px; border-radius: 50%;
  border: 1px solid rgba(196,161,92,.7);
  display: grid; place-items: center; color: var(--gold);
  background: rgba(0,0,0,.2);
}
.hero-home__pager {
  position: absolute; right: 2.2rem; top: 48%;
  transform: translateY(-50%);
  z-index: 2;
  display: flex; flex-direction: column; align-items: center; gap: .7rem;
  color: rgba(255,255,255,.55); font-size: .72rem; letter-spacing: .18em;
}
.hero-home__pager i {
  width: 1px; height: 56px; background: rgba(255,255,255,.35);
}

/* Booking bar */
.booking-bar {
  position: absolute; left: 50%; bottom: 1.6rem; transform: translateX(-50%);
  z-index: 3; width: min(1080px, calc(100% - 2rem));
  background: rgba(14, 16, 20, .88);
  border: 1px solid rgba(196,161,92,.28);
  border-radius: 18px;
  padding: 1rem 1.15rem .9rem;
  backdrop-filter: blur(14px);
  box-shadow: var(--shadow);
}
.booking-bar__fields {
  display: grid;
  grid-template-columns: 1.15fr 1.15fr 1fr 1fr auto;
  gap: .75rem;
  align-items: end;
}
.booking-field { display: block; }
.booking-field > span:first-child {
  display: block; margin-bottom: .35rem;
  font-size: .62rem; letter-spacing: .16em; text-transform: uppercase; color: var(--gold); font-weight: 600;
}
.booking-field__control {
  display: flex; align-items: center; gap: .55rem;
  min-height: 52px; padding: 0 .85rem;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 10px; background: rgba(255,255,255,.03);
}
.booking-field__control svg { width: 16px; height: 16px; color: var(--gold); flex-shrink: 0; }
.booking-field__control input,
.booking-field__control select {
  flex: 1; border: 0; outline: 0; background: transparent; color: var(--text);
  min-width: 0; font-size: .9rem;
}
.booking-field__control select option { color: #111; }
.booking-bar__submit {
  min-height: 52px; padding: 0 1.4rem; border: 0; border-radius: 999px; cursor: pointer;
  background: linear-gradient(135deg, #d0b06d, #b89245);
  color: #17130c; font-weight: 700; font-size: .84rem; white-space: nowrap;
}
.booking-bar__submit:hover { filter: brightness(1.05); }
.booking-bar__trust {
  display: flex; flex-wrap: wrap; gap: 1.4rem; margin-top: .8rem;
  font-size: .72rem; color: rgba(247,243,236,.62);
}
.booking-bar__trust span { display: inline-flex; align-items: center; gap: .45rem; }
.booking-bar__trust i {
  width: 7px; height: 7px; border-radius: 50%; background: var(--gold); display: inline-block;
}

/* Amenities */
.amenities {
  background: var(--cream);
  padding: 3.4rem 0;
}
.amenities__grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1.25rem;
  text-align: center;
}
.amenity svg {
  width: 42px; height: 42px; margin: 0 auto .85rem; color: var(--gold-3);
}
.amenity h3 {
  font-family: var(--serif);
  font-size: 1.28rem;
  color: var(--ink);
  margin: 0 0 .35rem;
}
.amenity p {
  margin: 0;
  font-size: .78rem;
  color: var(--ink-soft);
  line-height: 1.45;
}

/* Memories */
.memories {
  position: relative;
  background: #0a0c0f;
  padding: 5.8rem 0 6.2rem;
  overflow: hidden;
}
.memories__bg {
  position: absolute; inset: 0;
  background:
    linear-gradient(90deg, rgba(8,10,12,.92) 0%, rgba(8,10,12,.78) 35%, rgba(8,10,12,.55) 100%),
    url('/uploads/pages/memories-bg.jpg') center/cover no-repeat;
  filter: saturate(.85);
}
.memories__layout {
  position: relative; z-index: 1;
  display: grid;
  grid-template-columns: minmax(280px, 0.86fr) minmax(0, 1.4fr);
  gap: 1.5rem 2rem;
  align-items: center;
}
.memories__copy h2 {
  font-size: clamp(2.3rem, 4.2vw, 3.45rem);
  color: #fff;
  max-width: 11ch;
  margin-bottom: 1rem;
}
.memories__copy p { max-width: 34ch; color: rgba(247,243,236,.78); }
.memories__slider {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: .65rem;
  align-items: center;
  min-width: 0;
}
.memories__track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(200px, 228px);
  gap: .85rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  padding: .25rem .1rem;
}
.memories__track::-webkit-scrollbar { display: none; }
.memory-card {
  position: relative;
  min-height: 420px;
  border-radius: 16px;
  overflow: hidden;
  scroll-snap-align: start;
  border: 1px solid rgba(196,161,92,.18);
  box-shadow: 0 18px 40px rgba(0,0,0,.35);
}
.memory-card img { position: absolute; inset: 0; width: 100%; height: 100%; }
.memory-card__body {
  position: absolute; inset: 0;
  display: flex; flex-direction: column; justify-content: flex-end;
  padding: 1.2rem 1.1rem 1.15rem;
  background: linear-gradient(180deg, transparent 38%, rgba(8,10,12,.94) 100%);
}
.memory-card h3 {
  color: #fff;
  font-family: var(--sans);
  font-size: 1.05rem;
  font-weight: 600;
  margin: 0 0 .35rem;
}
.memory-card p { font-size: .76rem; margin: 0 2rem .15rem 0; color: rgba(247,243,236,.72); line-height: 1.45; }
.memory-card__go {
  align-self: flex-end;
  width: 38px; height: 38px; border-radius: 50%;
  border: 1px solid var(--gold); color: var(--gold) !important;
  display: grid; place-items: center; margin-top: .55rem;
  background: rgba(0,0,0,.25);
}
.memories__nav {
  width: 44px; height: 44px; border-radius: 50%;
  border: 1px solid var(--gold); background: rgba(10,12,15,.55);
  color: var(--gold); cursor: pointer; font-size: 1.25rem;
  box-shadow: 0 8px 20px rgba(0,0,0,.25);
}
.memories__nav:hover { background: rgba(196,161,92,.16); }

/* Plan */
.plan {
  background: #efe8dc;
  padding: 0;
  color: var(--ink);
  overflow: hidden;
}
.plan__stage {
  display: grid;
  grid-template-columns: minmax(320px, 0.95fr) minmax(420px, 1.15fr);
  min-height: 640px;
}
.plan__photo {
  position: relative;
  min-height: 640px;
}
.plan__photo img { position: absolute; inset: 0; width: 100%; height: 100%; }
.plan__seal {
  position: absolute; top: 1.4rem; right: 1.4rem;
  width: 126px; height: 126px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, #e0c788, #c4a15c 55%, #a8863f);
  color: #16120c;
  display: grid; place-items: center;
  box-shadow: 0 12px 28px rgba(0,0,0,.28);
}
.plan__seal-ring {
  position: absolute; inset: 6px; color: rgba(22,18,12,.45);
}
.plan__seal-copy {
  position: relative; z-index: 1;
  text-align: center; padding: .4rem;
  max-width: 86px;
}
.plan__seal-check {
  display: inline-grid; place-items: center;
  width: 22px; height: 22px; border-radius: 50%;
  background: #16120c; color: var(--gold);
  font-size: .75rem; margin-bottom: .35rem;
}
.plan__seal-copy strong {
  display: block;
  font-size: .62rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  line-height: 1.35;
  font-weight: 700;
}
.plan__panel {
  position: relative;
  background: #f4efe6;
  display: flex;
  align-items: center;
  padding: 3rem 2.5rem 3.2rem 2rem;
}
.plan__edge {
  position: absolute;
  left: -28px; top: 0; bottom: 0;
  width: 36px; height: 100%;
  color: #f4efe6;
  pointer-events: none;
}
.plan__panel-inner { position: relative; z-index: 1; width: 100%; }
.plan__heading { text-align: center; margin-bottom: 1.5rem; }
.plan__heading h2 {
  font-size: clamp(2.1rem, 3.2vw, 2.85rem);
  color: #171513;
  margin: 0 0 .45rem;
}
.plan__heading p {
  margin: 0;
  color: #6d665c;
  font-size: .92rem;
}
.plan__tools {
  display: grid;
  grid-template-columns: 1.15fr .9fr;
  gap: 1.1rem;
  align-items: start;
}
.plan__calendar {
  background: transparent;
  border-radius: 0;
  padding: .2rem .2rem 0 0;
  box-shadow: none;
}
.plan__cal-head {
  display: flex; justify-content: space-between; align-items: center;
  margin-bottom: .9rem;
}
.plan__cal-head strong {
  font-family: var(--serif); font-size: 1.35rem; color: #171513; text-transform: capitalize;
}
.plan__cal-head button {
  width: 34px; height: 34px; border-radius: 50%; border: 1px solid #d7d0c4;
  background: #fff; cursor: pointer; color: #171513;
}
.plan__cal-grid {
  display: grid; grid-template-columns: repeat(7, 1fr); gap: .4rem; text-align: center;
}
.plan__cal-grid .dow { font-size: .68rem; color: #8d867a; padding: .25rem 0; font-weight: 500; }
.cal-day {
  aspect-ratio: 1; border-radius: 50%; border: 1px solid transparent;
  background: transparent; cursor: pointer; color: #171513; font-size: .84rem;
}
.cal-day:hover { border-color: rgba(196,161,92,.55); }
.cal-day.selected-start { background: #171513; color: #fff; }
.cal-day.selected-end { background: var(--gold); color: #171513; font-weight: 700; }
.cal-day.selected { background: #171513; color: #fff; }
.cal-day.in-range { background: rgba(196,161,92,.2); }
.cal-day.muted { opacity: .22; pointer-events: none; }
.plan__summary {
  background: #ebe3d5;
  color: #171513;
  border-radius: 18px;
  padding: 1.35rem 1.25rem 1.25rem;
  display: flex; flex-direction: column; gap: 1rem;
  box-shadow: 0 14px 34px rgba(40,30,15,.08);
}
.plan__summary h3 {
  font-family: var(--serif); font-size: 1.55rem; color: #171513; margin: 0;
}
.plan__meta {
  list-style: none; margin: 0; padding: 0;
  display: grid; gap: .85rem;
}
.plan__meta li {
  display: flex; align-items: center; gap: .7rem;
  color: #3d3932; font-size: .9rem;
}
.plan__meta-ico {
  width: 34px; height: 34px; border-radius: 50%;
  background: rgba(196,161,92,.18); color: #9a7d3f;
  display: grid; place-items: center; flex-shrink: 0;
}
.plan__meta-ico svg { width: 15px; height: 15px; }
.plan__meta-select { flex: 1; }
.plan__meta-select select {
  width: 100%; border: 0; background: transparent; color: #171513;
  font-size: .9rem; outline: 0; cursor: pointer;
}
.plan__cta {
  margin-top: .35rem; width: 100%; min-height: 54px; border: 0; border-radius: 999px;
  background: #171513; color: #fff; font-weight: 700; cursor: pointer; font-size: .86rem;
  display: inline-flex; align-items: center; justify-content: center; gap: .45rem;
}
.plan__cta span { color: var(--gold); }
.plan__cta:hover { filter: brightness(1.08); }
.plan__flora {
  position: absolute; right: .4rem; bottom: .2rem;
  width: 150px; height: auto; color: rgba(120,110,95,.22);
  pointer-events: none;
}

/* Soft CTA */
.soft-cta {
  background: var(--bg-2);
  padding: 4.2rem 0;
}
.soft-cta__layout {
  display: grid;
  grid-template-columns: 1.05fr 1.2fr .95fr;
  gap: 1.75rem;
  align-items: center;
}
.soft-cta__text h2 {
  font-family: var(--script);
  font-size: clamp(2.6rem, 4vw, 3.4rem);
  color: var(--gold);
  font-weight: 400;
  margin-bottom: .5rem;
}
.soft-cta__gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: .55rem;
}
.soft-cta__gallery img {
  aspect-ratio: 1; border-radius: 8px; height: 100%;
  border: 1px solid var(--line-soft);
}
.soft-cta__contact h3 {
  font-family: var(--serif); font-size: 1.55rem; color: #fff; margin-bottom: .7rem;
}
.soft-cta__phone, .soft-cta__mail {
  display: block; color: var(--muted); margin-bottom: .35rem; font-size: .92rem;
}
.soft-cta__wa {
  display: inline-flex; align-items: center; gap: .55rem;
  margin-top: .85rem; min-height: 44px; padding: 0 1.15rem;
  border-radius: 999px; border: 1px solid rgba(255,255,255,.16);
  color: #fff !important; font-size: .84rem; font-weight: 600;
}
.soft-cta__wa:hover { border-color: #25D366; }

/* Footer */
.lg-footer {
  background: #08090b;
  border-top: 1px solid var(--line-soft);
  padding: 3.8rem 0 1.4rem;
}
.lg-footer__grid {
  display: grid;
  grid-template-columns: 1.2fr repeat(4, 1fr) 1.35fr;
  gap: 1.4rem;
  margin-bottom: 2.2rem;
}
.lg-footer__col h5, .lg-footer__news h5 {
  margin: 0 0 1rem;
  font-family: var(--sans);
  font-size: .74rem; letter-spacing: .14em; text-transform: uppercase; color: #fff;
}
.lg-footer__col a {
  display: block; color: var(--muted); font-size: .84rem; margin-bottom: .55rem;
}
.lg-footer__social { display: flex; gap: .5rem; margin-top: 1.1rem; }
.lg-footer__social a {
  width: 36px; height: 36px; border-radius: 50%; border: 1px solid var(--line);
  display: grid; place-items: center; color: var(--gold);
}
.lg-header-social { display: flex; align-items: center; gap: .2rem; margin-right: .15rem; }
.lg-float-wa {
  position: fixed; right: 1.25rem; bottom: 1.25rem; z-index: 60;
  width: 54px; height: 54px; border-radius: 50%;
  display: grid; place-items: center;
  background: #25d366; color: #fff;
  box-shadow: 0 8px 24px rgba(0,0,0,.28);
}
.lg-float-wa:hover { filter: brightness(1.05); color: #fff; }
.social-admin-table { display: grid; gap: .55rem; }
.social-admin-head, .social-admin-row {
  display: grid; grid-template-columns: 1.2fr .55fr 2fr 1.1fr .55fr; gap: .55rem; align-items: center;
}
.social-admin-head { font-size: .72rem; letter-spacing: .04em; text-transform: uppercase; }
.social-admin-row { padding: .55rem 0; border-top: 1px solid rgba(255,255,255,.06); }
.social-preview-icons { display: flex; flex-wrap: wrap; gap: .4rem; }
.social-preview-chip {
  display: inline-flex; padding: .35rem .55rem; border-radius: 999px;
  border: 1px solid rgba(196,155,85,.45); color: var(--gold, #c49b55); font-size: .72rem;
}
@media (max-width: 900px) {
  .social-admin-head { display: none; }
  .social-admin-row { grid-template-columns: 1fr; }
}
.lg-news {
  display: flex; border: 1px solid var(--line); border-radius: 999px; overflow: hidden; margin-top: .7rem;
}
.lg-news input {
  flex: 1; border: 0; background: transparent; color: #fff; padding: .8rem 1rem; outline: 0;
}
.lg-news button {
  width: 46px; border: 0; background: var(--gold); color: #111; cursor: pointer; font-size: 1rem;
}
.lg-footer__bottom {
  display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap;
  padding-top: 1.15rem; border-top: 1px solid var(--line-soft);
  font-size: .74rem; color: var(--muted);
}

/* Other page leftovers used across site */
.gallery-filters { display: flex; flex-wrap: wrap; gap: .6rem; margin: 2rem 0; }
.filter-btn {
  display: inline-flex; align-items: center; gap: .45rem; padding: .65rem 1rem;
  border-radius: 999px; border: 1px solid var(--line-soft); color: var(--text); font-size: .78rem;
}
.filter-btn.active, .filter-btn:hover { background: var(--gold); color: #111 !important; border-color: var(--gold); }
.masonry { columns: 3 280px; column-gap: 1rem; }
.masonry-item { break-inside: avoid; margin-bottom: 1rem; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line-soft); cursor: pointer; }
.masonry-item img { width: 100%; height: auto; transition: transform .45s ease; }
.masonry-item:hover img { transform: scale(1.04); }
.masonry-feature { background: var(--bg-3); border: 1px solid var(--line); padding: 1.5rem; min-height: 220px; display: flex; flex-direction: column; justify-content: flex-end; }
.lightbox { position: fixed; inset: 0; z-index: 1000; background: rgba(0,0,0,.92); display: none; align-items: center; justify-content: center; }
.lightbox.open { display: flex; }
.lightbox img { max-width: min(92vw, 1100px); max-height: 85vh; border-radius: 8px; }
.lightbox-close, .lightbox-nav { position: absolute; border: 1px solid var(--line); background: rgba(20,20,20,.7); color: var(--gold); width: 46px; height: 46px; border-radius: 50%; cursor: pointer; }
.lightbox-close { top: 1.2rem; right: 1.2rem; }
.lightbox-prev { left: 1.2rem; }
.lightbox-next { right: 1.2rem; }
.exp-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.exp-card { position: relative; border-radius: var(--radius); overflow: hidden; min-height: 300px; border: 1px solid var(--line); }
.exp-card img { position: absolute; inset: 0; width: 100%; height: 100%; }
.exp-card .overlay { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(8,10,14,.92), rgba(8,10,14,.15) 55%); display: flex; flex-direction: column; justify-content: flex-end; padding: 1.2rem; }
.exp-card h3 { color: var(--text); font-size: 1.35rem; margin: 0 0 .35rem; }
.exp-card p { font-size: .8rem; margin: 0 0 .8rem; }
.exp-card .arrow { align-self: flex-end; width: 36px; height: 36px; border-radius: 50%; border: 1px solid var(--gold); color: var(--gold); display: grid; place-items: center; }
.package-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.package-card { border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: var(--bg-3); }
.package-card img { height: 180px; width: 100%; }
.package-card .body { padding: 1.1rem; }
.package-card .price { color: var(--gold); font-weight: 600; margin-top: .5rem; }
.badge-popular { display: inline-block; background: var(--gold); color: #111; font-size: .68rem; font-weight: 700; padding: .25rem .55rem; border-radius: 999px; margin-bottom: .5rem; }
.events-bar { display: flex; flex-wrap: wrap; gap: 1rem; align-items: center; justify-content: space-between; border: 1px solid var(--line); border-radius: var(--radius); padding: 1rem 1.25rem; background: var(--bg-3); }
.events-list { display: flex; flex-wrap: wrap; gap: 1rem; font-size: .85rem; color: var(--muted); }
.events-list strong { color: var(--gold); font-weight: 500; }
.packages-layout { display: grid; grid-template-columns: 280px 1fr 220px; gap: 1.25rem; align-items: start; }
.stats-bar { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; border: 1px solid var(--line); border-radius: 14px; padding: 1.5rem; background: rgba(18,24,32,.85); margin-top: -2.5rem; position: relative; z-index: 2; }
.stat-item { text-align: center; }
.stat-item .num { font-family: var(--serif); font-size: 2.2rem; color: var(--gold); }
.stat-item .lbl { font-size: .8rem; color: var(--muted); }
.two-col { display: grid; grid-template-columns: 1fr 1.1fr; gap: 2.5rem; align-items: center; }
.why-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.timeline { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1rem; position: relative; }
.timeline::before { content: ""; position: absolute; top: 28px; left: 5%; right: 5%; height: 1px; background: var(--line); }
.timeline-item { text-align: center; position: relative; }
.timeline-item .dot { width: 42px; height: 42px; border-radius: 50%; border: 1px solid var(--gold); background: var(--bg); margin: 0 auto .8rem; display: grid; place-items: center; color: var(--gold); }
.timeline-item .year { color: var(--gold); font-weight: 600; margin-bottom: .35rem; }
.founder-grid { display: grid; grid-template-columns: 1.1fr .9fr 1fr; gap: 1.5rem; align-items: center; }
.quote-box { border: 1px solid var(--line); border-radius: var(--radius); padding: 1.5rem; background: var(--bg-3); position: relative; }
.quote-box::before { content: "“"; font-family: var(--serif); font-size: 4rem; color: var(--gold); line-height: 1; position: absolute; top: .4rem; left: 1rem; }
.phil-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: .8rem; }
.phil-card { position: relative; min-height: 280px; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); }
.phil-card img { position: absolute; inset: 0; width: 100%; height: 100%; }
.phil-card span { position: absolute; left: 0; right: 0; bottom: 0; padding: 1rem; background: linear-gradient(transparent, rgba(0,0,0,.85)); font-family: var(--serif); font-size: 1.2rem; }
.contact-grid { display: grid; grid-template-columns: 1.3fr .9fr; gap: 1.5rem; }
.contact-side-stack { display: grid; gap: .85rem; }
.contact-info-card { display: flex; gap: .9rem; align-items: flex-start; border: 1px solid var(--line); border-radius: var(--radius); padding: 1rem; background: var(--bg-3); }
.contact-info-card .ico { width: 42px; height: 42px; border-radius: 50%; border: 1px solid var(--line); display: grid; place-items: center; color: var(--gold); flex-shrink: 0; }
.map-frame { border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; min-height: 280px; background: #0b1018; }
.map-frame iframe { width: 100%; height: 280px; border: 0; }
.hours-list { list-style: none; padding: 0; margin: 1rem 0; }
.hours-list li { display: flex; justify-content: space-between; gap: 1rem; padding: .7rem 0; border-bottom: 1px solid var(--line-soft); font-size: .9rem; }
.faq-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.faq-item { border: 1px solid var(--line); border-radius: var(--radius); padding: 1.1rem; background: var(--bg-3); min-height: 140px; }
.faq-item h4 { font-size: 1.05rem; color: var(--text); }
.auth-page { min-height: 100vh; display: grid; place-items: center; padding: calc(var(--header) + 2rem) 1rem 2rem; background: linear-gradient(rgba(8,10,14,.82), rgba(8,10,14,.9)), url('/uploads/pages/home-hero.jpg') center/cover; }
.auth-card { width: min(460px, 100%); background: rgba(14,18,24,.94); border: 1px solid var(--line); border-radius: 14px; padding: 2rem; box-shadow: var(--shadow); }
.auth-card h1 { font-size: 2.2rem; text-align: center; }
.auth-card .sub { text-align: center; margin-bottom: 1.5rem; }
.auth-links { text-align: center; margin-top: 1rem; font-size: .88rem; color: var(--muted); }
.checkbox-row { display: flex; gap: .55rem; align-items: flex-start; font-size: .82rem; color: var(--muted); }
.account-hero { min-height: 280px; display: flex; align-items: flex-end; padding: calc(var(--header) + 2rem) 0 2rem; background: linear-gradient(rgba(8,10,14,.7), rgba(8,10,14,.85)), url('/uploads/pages/home-hero.jpg') center/cover; }
.account-hero h1 { font-size: clamp(2rem, 4vw, 3rem); margin: 0; }
.account-layout { display: grid; grid-template-columns: 260px 1fr; gap: 1.25rem; padding: 2rem 0 4rem; }
.account-menu { border: 1px solid var(--line); border-radius: var(--radius); background: var(--bg-3); padding: .75rem; }
.account-menu a, .account-menu button { display: block; width: 100%; text-align: left; padding: .75rem .9rem; border-radius: 8px; color: var(--muted); font-size: .86rem; border: 0; background: transparent; cursor: pointer; font-family: inherit; }
.account-menu a.active, .account-menu a:hover { background: rgba(196,161,92,.16); color: var(--text); }
.account-menu .disabled { opacity: .45; pointer-events: none; }
.empty-state { border: 1px dashed var(--line); border-radius: var(--radius); padding: 2rem; text-align: center; color: var(--muted); }
.status-pill { display: inline-block; padding: .2rem .55rem; border-radius: 999px; font-size: .72rem; font-weight: 600; }
.status-confirmed { background: rgba(92,154,110,.2); color: #9fd0ad; }
.status-cancelled { background: rgba(196,92,92,.2); color: #e2a0a0; }
.status-pending { background: rgba(196,161,92,.25); color: #e2c78a; }
.status-checkedin { background: rgba(80,140,200,.22); color: #9ec5ef; }
.status-completed { background: rgba(140,150,140,.2); color: #c5d0c5; }

.reservation-card {
  display: block;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 1rem 1.1rem;
  background: rgba(255,255,255,.02);
  color: inherit;
}
.reservation-card:hover { border-color: var(--gold); color: inherit; }
.reservation-card__top { display: flex; justify-content: space-between; gap: .75rem; align-items: center; margin-bottom: .35rem; }
.reservation-card__meta { color: var(--muted); font-size: .84rem; }
.reservation-card__money { margin-top: .45rem; font-size: .82rem; color: var(--gold-2); }

.reserve-hero {
  padding: calc(var(--header) + 2.2rem) 0 1.6rem;
  background: linear-gradient(rgba(8,10,14,.82), rgba(8,10,14,.92)), url('/uploads/pages/home-hero.jpg') center/cover;
}
.reserve-hero h1 { color: #fff; font-size: clamp(2rem, 4vw, 3rem); margin: 0 0 .5rem; }
.reserve-hero p { max-width: 48ch; }
.reserve-page { padding: 2rem 0 4rem; background: #efe8dc; color: #171513; }
.reserve-page .form-control { background: #fff; color: #171513; border-color: #d9d1c4; }
.reserve-page h2 { color: #171513; font-size: 1.45rem; }
.reserve-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(280px, .75fr);
  gap: 1.25rem;
  align-items: start;
}
.reserve-card {
  background: #f7f2e9;
  border: 1px solid #e0d7c8;
  border-radius: 16px;
  padding: 1.25rem 1.3rem;
  margin-bottom: 1rem;
}
.reserve-grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: .8rem; }
.reserve-grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: .8rem; }
.guest-block { border-top: 1px solid #e0d7c8; padding-top: 1rem; margin-top: 1rem; }
.guest-block h3 { font-family: var(--sans); font-size: .95rem; margin: 0 0 .7rem; color: #9a7d3f; letter-spacing: .04em; text-transform: uppercase; }
.extra-list { display: grid; gap: .65rem; }
.extra-item {
  display: grid; grid-template-columns: auto 1fr auto; gap: .75rem; align-items: center;
  padding: .85rem 1rem; border-radius: 12px; border: 1px solid #e0d7c8; background: #fff;
  cursor: pointer;
}
.extra-item__body { display: grid; gap: .15rem; }
.extra-item__body strong { color: #171513; }
.extra-item__body small { color: #6d665c; }
.extra-item__price { color: #9a7d3f; font-weight: 700; white-space: nowrap; }
.rules-box { background: #fff; border-radius: 12px; padding: .9rem 1rem; margin-bottom: .9rem; color: #4a453c; }
.rules-box ul { margin: 0; padding-left: 1.1rem; }
.reserve-summary { position: sticky; top: calc(var(--header) + .8rem); }
.reserve-summary__inner {
  background: #171513; color: #f7f3ec; border-radius: 18px; padding: 1.25rem;
  border: 1px solid rgba(196,161,92,.35);
}
.reserve-summary h2 { color: #fff; font-size: 1.5rem; margin-bottom: 1rem; }
.reserve-summary dl { margin: 0 0 1rem; display: grid; gap: .55rem; }
.reserve-summary dl > div { display: flex; justify-content: space-between; gap: .75rem; border-bottom: 1px solid rgba(255,255,255,.08); padding-bottom: .45rem; }
.reserve-summary dt { color: rgba(247,243,236,.65); font-size: .8rem; }
.reserve-summary dd { margin: 0; color: #fff; font-size: .9rem; }
.reserve-summary .is-total dd, .reserve-summary .is-total dt { color: var(--gold); font-weight: 700; }
.reserve-summary__note { font-size: .75rem; color: rgba(247,243,236,.55); margin: .75rem 0 0; }
.reserve-alert {
  background: rgba(92,154,110,.15); border: 1px solid rgba(92,154,110,.4);
  color: #1f3a28; padding: .85rem 1rem; border-radius: 10px; margin-bottom: 1rem;
}
.reserve-alert--error { background: rgba(196,92,92,.12); border-color: rgba(196,92,92,.4); color: #6d2c2c; }
.reserve-alert--warn { background: rgba(196,161,92,.18); border-color: rgba(196,161,92,.45); color: #5c4a22; }
.payment-dl { margin: 0; display: grid; gap: .7rem; }
.payment-dl > div { display: grid; grid-template-columns: 140px 1fr; gap: .75rem; }
.payment-dl dt { color: var(--muted); }
.payment-dl dd { margin: 0; color: var(--text); }
.iban { font-family: ui-monospace, monospace; letter-spacing: .04em; }
.plain-list { margin: 0; padding-left: 1.1rem; color: var(--muted); }
.reserve-page .plain-list, .reserve-page .payment-dl dd, .reserve-page .payment-dl dt { color: #4a453c; }
.reserve-page .payment-dl dd { color: #171513; }
.reserve-card h2 { margin-top: 0; }

@media (max-width: 980px) {
  .reserve-layout, .reserve-grid-4, .reserve-grid-2 { grid-template-columns: 1fr; }
  .reserve-summary { position: static; }
}
.availability-banner { border: 1px solid var(--line); background: rgba(196,161,92,.1); color: var(--text); padding: .9rem 1rem; border-radius: 8px; margin-bottom: 1rem; }
.cal-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: .35rem; text-align: center; font-size: .8rem; }
.reveal { animation: fadeUp .7s ease both; }
@keyframes fadeUp { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }

@media (max-width: 1100px) {
  .amenities__grid { grid-template-columns: repeat(3, 1fr); }
  .memories__layout, .soft-cta__layout, .lg-footer__grid, .packages-layout,
  .contact-grid, .two-col, .founder-grid { grid-template-columns: 1fr; }
  .plan__stage { grid-template-columns: 1fr; }
  .plan__photo { min-height: 360px; }
  .plan__edge { display: none; }
  .plan__tools { grid-template-columns: 1fr; }
  .exp-grid { grid-template-columns: repeat(2, 1fr); }
  .package-grid, .phil-cards, .faq-grid { grid-template-columns: 1fr 1fr; }
  .booking-bar__fields { grid-template-columns: 1fr 1fr; }
  .timeline { grid-template-columns: repeat(3, 1fr); }
  .timeline::before { display: none; }
  .account-layout { grid-template-columns: 1fr; }
  .lg-nav ul { gap: clamp(.55rem, 1.1vw, 1.1rem); }
  .lg-nav a { font-size: .72rem; }
  .lg-actions { gap: .4rem; }
}
@media (max-width: 900px) {
  :root { --header: 124px; }
  .lg-header { height: auto; padding: .7rem 0 .8rem; }
  .lg-header__inner {
    grid-template-columns: 1fr auto;
    grid-template-areas:
      "brand actions"
      "nav nav";
    gap: .65rem 1rem;
  }
  .lg-brand { grid-area: brand; }
  .lg-nav { grid-area: nav; }
  .lg-actions { grid-area: actions; flex-wrap: wrap; justify-content: flex-end; }
  .lg-nav ul { justify-content: flex-start; flex-wrap: wrap; gap: .45rem 1rem; }
  .hero-home { padding-bottom: 16rem; }
  .hero-home__pager { display: none; }
}
@media (max-width: 600px) {
  :root { --header: 138px; }
  .container-xl, .container-wide, .container { width: calc(100% - 1.25rem); }
  .amenities__grid, .exp-grid, .package-grid, .phil-cards, .faq-grid, .stats-bar, .timeline, .soft-cta__gallery {
    grid-template-columns: 1fr 1fr;
  }
  .booking-bar__fields { grid-template-columns: 1fr; }
  .amenities__grid { grid-template-columns: 1fr 1fr; }
  .lg-rez, .lg-auth { min-height: 36px; padding: 0 .75rem; font-size: .68rem; }
  .lg-header__inner { width: min(1360px, calc(100% - 1.25rem)); }
}

.review-form .review-rating-row { display: grid; gap: 0.35rem; margin-bottom: 0.9rem; }
.review-form .review-rating-row label { font-weight: 600; color: #171513; }
.review-form select, .review-form textarea {
  width: 100%;
  border: 1px solid #e0d7c8;
  border-radius: 10px;
  padding: 0.65rem 0.75rem;
  background: #fff;
  font: inherit;
}
