/* =========================================================
   Crafted Celebration — Brand Kit Aligned Stylesheet
   Palette: dusty rose · gold · berry · forest · charcoal
   Type:    Playfair Display · El Messiri · Inter · Allura
   ========================================================= */

:root {
  /* ---- Primary brand palette ---- */
  --rose:        #da9689;
  --rose-light:  #f1c7bf;
  --rose-pale:   #fdf2ef;
  --rose-blush:  #f8e4de;
  --rose-deep:   #b46a5d;
  --rose-dark:   #8a4d42;

  /* ---- Premium accents ---- */
  --gold:        #d4af37;
  --gold-light:  #e8c768;
  --gold-pale:   #f6ecc8;
  --gold-deep:   #a8851d;

  /* ---- Festive ---- */
  --berry:       #8c1d6b;
  --berry-deep:  #5e0f48;
  --berry-pale:  #e8c7df;

  /* ---- Anchor / dark sections ---- */
  --forest:      #004134;
  --forest-mid:  #1a5648;
  --forest-deep: #002a22;

  /* ---- Neutrals ---- */
  --charcoal:    #333333;
  --ink:         #333333;
  --ink-soft:    #555555;
  --ink-mute:    #7a7570;
  --cream:       #faf7f3;
  --cream-warm:  #f6f0ea;
  --ivory:       #ffffff;
  --white:       #ffffff;

  /* ---- Legacy aliases (preserved so existing markup keeps working) ---- */
  --brass:        var(--gold);
  --brass-bright: var(--gold-light);
  --brass-deep:   var(--gold-deep);
  --moss:         var(--rose-light);
  --moss-pale:    var(--rose-pale);
  --sand:         var(--gold-pale);
  --bone:         var(--rose-blush);
  --forest-soft:  var(--rose);

  --shadow-soft: 0 10px 40px rgba(180, 106, 93, .12);
  --shadow-card: 0 18px 60px rgba(140, 29, 107, .14);
  --shadow-hard: 0 28px 80px rgba(0, 65, 52, .35);

  --container: 1280px;
  --container-wide: 1440px;
  --radius: 4px;
  --radius-lg: 10px;

  --serif:      "Playfair Display", "Cormorant Garamond", Georgia, serif;
  --serif-alt:  "El Messiri", "Playfair Display", Georgia, serif;
  --sans:       "Inter", "Helvetica Neue", system-ui, sans-serif;
  --caps:       "El Messiri", "Playfair Display", serif;
  --script:     "Allura", "Dancing Script", cursive;

  --ease:       cubic-bezier(.2,.7,.2,1);
  --ease-slow:  cubic-bezier(.16,.84,.32,1);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--sans);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
  color: var(--charcoal);
  background: var(--cream);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img { max-width: 100%; display: block; height: auto; }
a { color: inherit; text-decoration: none; transition: color .25s var(--ease); }
button { font-family: inherit; cursor: pointer; border: none; background: none; }

/* ----------------------------- Typography ----------------------------- */
h1, h2, h3, h4 {
  font-family: var(--serif);
  font-weight: 500;
  line-height: 1.14;
  letter-spacing: -.01em;
  color: var(--charcoal);
}
h1 { font-size: clamp(2.6rem, 6vw, 5.4rem); font-weight: 400; }
h2 { font-size: clamp(2rem, 4vw, 3.6rem); font-weight: 400; }
h3 { font-size: clamp(1.4rem, 2.2vw, 2rem); font-weight: 500; }
h4 { font-size: 1.25rem; font-weight: 500; }
p  { color: var(--ink-soft); }

.eyebrow {
  font-family: var(--caps);
  /* font-size: .78rem; */
  font-size: 1.2em;
  letter-spacing: .32em;
  text-transform: uppercase;
  color: var(--rose-deep);
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

/* .more-btn {
    display: inline-block;
    margin-top: 18px;
    font-family: var(--caps);
    font-size: .65rem;
    letter-spacing: .3em;
    text-transform: uppercase;
    color: var(--gold-light);
    border-bottom: 1px solid var(--gold-light);
    padding-bottom: 4px;
} */

.more-btn {
    display: inline-block;
    margin-top: 20px;
    font-family: var(--caps);
    font-size: 0.9em;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #b46a5d;
    border-bottom: 1px solid #b46a5d;
    padding-bottom: 4px;
    font-weight: 800;
}

/* .eyebrow::before {
  content: "";
  display: inline-block;
  width: 32px; height: 1px;
  background: var(--gold);
} */
.eyebrow.center { justify-content: center; }
.eyebrow.center::before { display: none; }
/* .eyebrow.lines::after  {
  content: "";
  display: inline-block;
  width: 32px; height: 1px;
  background: var(--gold);
} */

.lede { font-size: 1.06rem; color: var(--ink-soft); max-width: 62ch; }

/* Brand tagline — script style */
.brand-tagline {
  font-family: var(--script);
  font-size: 1.5rem;
  color: var(--rose-deep);
  display: inline-block;
  line-height: 1;
}
.brand-tagline.gold  { color: var(--gold); }
.brand-tagline.cream { color: var(--cream); }
.brand-tagline.lg    { font-size: 2.4rem; }

/* ----------------------------- Layout --------------------------------- */
.wrap   { width: 100%; max-width: var(--container);      margin: 0 auto; padding: 0 32px; }
.wrap-w { width: 100%; max-width: var(--container-wide); margin: 0 auto; padding: 0 32px; }

/* .section { padding: clamp(70px, 9vw, 140px) 0; }
.section.tight { padding: clamp(50px, 6vw, 90px) 0; } */

.section { padding: clamp(50px, 3vw, 140px) 0; }
.section.tight { padding: clamp(50px, 3vw, 90px) 0; }

.center { text-align: center; }
.split  { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 6vw, 100px); align-items: center; }
.split.reverse > :first-child { order: 2; }

/* ----------------------------- Top bar -------------------------------- */
.top-bar {
  background: var(--forest);
  color: var(--cream);
  font-size: .78rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  padding: 9px 0;
  position: relative;
  z-index: 60;
}
.top-bar .wrap-w { display: flex; justify-content: space-between; align-items: center; gap: 24px; flex-wrap: wrap; }
.top-bar a { color: var(--cream); opacity: .9; }
.top-bar a:hover { opacity: 1; color: var(--gold-light); }
.top-bar .pipe { opacity: .35; margin: 0 14px; }

/* ----------------------------- Header --------------------------------- */
header.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(250, 247, 243, .96);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(212, 175, 55, .22);
  transition: all .4s var(--ease);
}
header.site-header.scrolled { box-shadow: 0 4px 20px rgba(180,106,93,.08); }
header.site-header .wrap-w {
  display: flex; align-items: center; justify-content: space-between;
  padding-top: 18px; padding-bottom: 18px;
}

/* Brand block — uses real logo via background-image */
.brand {
  display: flex; align-items: center; gap: 16px;
  font-family: var(--serif);
  font-size: 1.45rem;
  font-weight: 500;
  color: var(--charcoal);
  letter-spacing: .005em;
}
.brand .mark {
  width: 50px; height: 50px; border-radius: 50%;
  background:
    url('logo.svg') center / 72% 72% no-repeat,
    radial-gradient(circle, rgba(241,199,191,.25) 0%, transparent 70%);
  font-size: 0;          /* hide "CC" placeholder text */
  color: transparent;
  text-indent: -9999px;
  flex-shrink: 0;
  transition: transform .4s var(--ease);
}
.brand:hover .mark { transform: rotate(-8deg); }
.brand .name { line-height: 1.05; }
.brand .name small {
  display: block;
  font-family: var(--caps);
  font-size: .58rem;
  letter-spacing: .35em;
  color: var(--rose-deep);
  margin-top: 4px;
  font-weight: 500;
  text-transform: uppercase;
}

/* Footer brand mark uses light logo */
footer.site-footer .brand .mark {
  background:
    url('logo-light.svg') center / 72% 72% no-repeat,
    radial-gradient(circle, rgba(250,247,243,.12) 0%, transparent 70%);
}

/* ----------------------------- Primary Nav ---------------------------- */
nav.primary ul { display: flex; gap: 26px; list-style: none; align-items: center; }
nav.primary a {
  font-family: var(--sans);
  font-size: .78rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--charcoal);
  padding: 8px 0;
  position: relative;
  font-weight: 500;
}
nav.primary a::after {
  content: ""; position: absolute; left: 50%; bottom: -2px;
  width: 0; height: 1.5px;
  background: linear-gradient(90deg, var(--gold), var(--rose-deep));
  transition: all .4s var(--ease);
  transform: translateX(-50%);
}
nav.primary a:hover::after,
nav.primary a.active::after { width: 100%; }
nav.primary a:hover { color: var(--rose-deep); }
nav.primary a.active { color: var(--rose-deep); }

.header-cta { display: flex; align-items: center; gap: 14px; }

/* ----------------------------- Buttons -------------------------------- */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--sans);
  font-size: .78rem;
  letter-spacing: .22em;
  text-transform: uppercase;
  font-weight: 600;
  padding: 14px 28px;
  border: 1px solid transparent;
  transition: all .4s var(--ease);
  cursor: pointer;
  position: relative;
}

/* Primary — Gold (premium, celebrations) */
.btn.primary {
  background: var(--gold);
  color: var(--forest-deep);
  border-color: var(--gold);
  box-shadow: 0 4px 14px rgba(212,175,55,.25);
}
.btn.primary:hover {
  background: var(--gold-deep);
  color: var(--cream);
  border-color: var(--gold-deep);
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(168,133,29,.35);
}

/* Brass — alias kept for backward compat; identical to primary */
.btn.brass {
  background: var(--gold);
  color: var(--forest-deep);
  border-color: var(--gold);
  box-shadow: 0 4px 14px rgba(212,175,55,.25);
}
.btn.brass:hover {
  background: var(--gold-deep);
  color: var(--cream);
  border-color: var(--gold-deep);
}

/* Rose — secondary, romantic */
.btn.rose {
  background: var(--rose);
  color: var(--white);
  border-color: var(--rose);
}
.btn.rose:hover {
  background: var(--rose-deep);
  border-color: var(--rose-deep);
}

/* Berry — festive / wedding */
.btn.berry {
  background: var(--berry);
  color: var(--cream);
  border-color: var(--berry);
}
.btn.berry:hover {
  background: var(--berry-deep);
  border-color: var(--berry-deep);
}

/* Ghost — outline on light bg */
.btn.ghost {
  background: transparent;
  color: var(--charcoal);
  border: 1px solid rgba(51,51,51,.35);
}
.btn.ghost:hover {
  background: var(--charcoal);
  color: var(--cream);
  border-color: var(--charcoal);
}

/* Outline light — outline on dark bg */
.btn.outline-light {
  background: transparent;
  color: var(--cream);
  border: 1px solid rgba(250,247,243,.55);
}
.btn.outline-light:hover {
  background: var(--gold);
  color: var(--forest-deep);
  border-color: var(--gold);
}

/* Light — cream on dark */
.btn.light {
  background: var(--cream);
  color: var(--forest-deep);
  border-color: var(--cream);
}
.btn.light:hover {
  background: var(--gold-light);
  border-color: var(--gold-light);
}

/* Hamburger */
.hamburger {
  display: none;
  width: 38px; height: 38px;
  border: 1px solid rgba(51,51,51,.25);
  border-radius: 50%;
  position: relative;
  background: transparent;
}
.hamburger span {
  position: absolute; left: 10px; right: 10px; height: 1.5px;
  background: var(--charcoal);
  transition: all .3s var(--ease);
}
.hamburger span:nth-child(1) { top: 14px; }
.hamburger span:nth-child(2) { top: 18px; }
.hamburger span:nth-child(3) { top: 22px; }
.hamburger.open span:nth-child(1) { top: 18px; transform: rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { top: 18px; transform: rotate(-45deg); }

/* ----------------------------- Hero ----------------------------------- */
.hero {
  position: relative;
  min-height: 92vh;
  display: flex; align-items: center;
  color: var(--cream);
  overflow: hidden;
  isolation: isolate;
}
.hero .bg {
  position: absolute; inset: 0; z-index: -2;
  background-size: cover; background-position: center;
  transform: scale(1.05);
  animation: slowZoom 18s var(--ease-slow) infinite alternate;
}
@keyframes slowZoom {
  from { transform: scale(1.0); }
  to   { transform: scale(1.12); }
}
.hero::before {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background:
    linear-gradient(180deg, rgba(0,42,34,.50) 0%, rgba(180,106,93,.18) 35%, rgba(0,42,34,.88) 100%),
    radial-gradient(ellipse at top right, rgba(212,175,55,.18) 0%, transparent 60%);
}
.hero .wrap-w { width: 100%; padding-top: 120px; padding-bottom: 80px; }
.hero h1 {
  color: var(--cream);
  font-size: clamp(2.8rem, 7vw, 6.4rem);
  font-weight: 400;
  max-width: 16ch;
  line-height: 1.04;
}
.hero h1 em {
  font-style: italic; font-weight: 400; color: var(--gold-light);
}
.hero .lede { color: rgba(250,247,243,.88); margin-top: 24px; max-width: 52ch; font-size: 1.12rem; }
.hero .eyebrow { color: var(--gold-light); margin-bottom: 26px; }
.hero .eyebrow::before { background: var(--gold-light); }
.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; margin-top: 38px; }

.hero-meta {
  position: absolute; left: 0; right: 0; bottom: 38px;
  display: flex; justify-content: space-between; align-items: end;
  padding: 0 40px;
  color: rgba(250,247,243,.72);
  font-family: var(--caps);
  font-size: .68rem;
  letter-spacing: .35em;
  text-transform: uppercase;
}
.hero-meta .scroll { display: inline-flex; align-items: center; gap: 12px; }
.hero-meta .scroll-line {
  display: inline-block; width: 60px; height: 1px; background: var(--gold);
  position: relative; overflow: hidden;
}
.hero-meta .scroll-line::after {
  content: ""; position: absolute; inset: 0; background: var(--cream);
  animation: scrollLine 2.5s var(--ease) infinite;
}
@keyframes scrollLine {
  0% { transform: translateX(-100%); }
  100% { transform: translateX(100%); }
}

/* Inner page hero */
.page-hero {
  min-height: 60vh;
  display: flex; align-items: center;
  position: relative;
  color: var(--cream);
  overflow: hidden;
}
.page-hero .bg {
   position: absolute; inset: 0; background-size: cover; background-position: center; z-index: -2;

   }
.page-hero::before {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(180deg, rgba(0,42,34,.55), rgba(180,106,93,.15) 50%, rgba(0,42,34,.88));
}
.page-hero .wrap-w { padding-top: 110px; padding-bottom: 70px; }
.page-hero h1 { color: var(--cream); font-size: clamp(2.4rem, 5vw, 4.6rem); font-weight: 400; }
.page-hero .eyebrow { color: var(--gold-light); margin-bottom: 22px; }
.page-hero .eyebrow::before { background: var(--gold-light); }
.page-hero .lede { color: rgba(250,247,243,.88); margin-top: 18px; }
.breadcrumb {
  margin-top: 28px;
  font-family: var(--caps);
  font-size: .65rem;
  letter-spacing: .3em;
  text-transform: uppercase;
  color: rgba(250,247,243,.65);
}
.breadcrumb a:hover { color: var(--gold-light); }
.breadcrumb .sep { margin: 0 10px; opacity: .5; }

/* ----------------------------- Grid / Cards --------------------------- */
.grid { display: grid; gap: 32px; }
.grid.cols-2 { grid-template-columns: repeat(2, 1fr); }
.grid.cols-3 { grid-template-columns: repeat(3, 1fr); }
.grid.cols-4 { grid-template-columns: repeat(4, 1fr); }

.card {
  background: var(--white);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  transition: transform .5s var(--ease), box-shadow .5s var(--ease);
  border-top: 2px solid transparent;
}
.card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-card);
  border-top-color: var(--gold);
}
.card .img {
  aspect-ratio: 4/3;
  background-size: cover; background-position: center;
  position: relative; overflow: hidden;
}
.card .img::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 60%, rgba(0,42,34,.4));
  transition: opacity .5s var(--ease);
}
.card .img-inner {
  position: absolute; inset: 0; background-size: cover; background-position: center;
  transition: transform .8s var(--ease-slow);
}
.card:hover .img-inner { transform: scale(1.07); }
.card .body { padding: 32px 28px; }
.card .body h3 { margin-bottom: 10px; color: var(--forest-deep); }
.card .body p { font-size: .96rem; }
.card .meta {
  display: flex; gap: 18px; flex-wrap: wrap;
  margin: 18px 0 22px;
  font-size: .82rem;
  color: var(--ink-mute);
}
.card .meta span { display: inline-flex; align-items: center; gap: 6px; }
.card .meta i { color: var(--rose-deep); font-style: normal; }
.card .price {
  display: flex; align-items: end; justify-content: space-between;
  border-top: 1px solid rgba(212,175,55,.3);
  padding-top: 18px;
}
.card .price .from {
  font-family: var(--caps);
  font-size: .62rem;
  letter-spacing: .3em;
  text-transform: uppercase;
  color: var(--ink-mute);
  display: block;
}
.card .price .amount {
  font-family: var(--serif);
  font-size: 1.7rem;
  color: var(--rose-deep);
  font-weight: 500;
}
.card .price .per { font-size: .8rem; color: var(--ink-mute); margin-left: 4px; }

/* ----------------------------- Image-Text ---------------------------- */
.image-text { display: grid; grid-template-columns: 1.1fr 1fr; gap: clamp(40px, 6vw, 100px); align-items: center; }
.image-text.reverse > :first-child { order: 2; }

.image-text .frame {
  position: relative;
  aspect-ratio: 4/5;
  background-size: cover; background-position: center;
  box-shadow: var(--shadow-card);
}
.image-text .frame::before {
  content: ""; position: absolute; inset: -18px;
  border: 1px solid var(--gold);
  z-index: -1;
  pointer-events: none;
}
.image-text .copy h2 { margin: 18px 0 22px; color: var(--forest-deep); }
.image-text .copy .signature {
  margin-top: 30px;
  font-family: var(--script);
  font-size: 2rem;
  color: var(--rose-deep);
  line-height: 1;
}

/* ----------------------------- Stat strip ----------------------------- */
.stats {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 1px solid rgba(212,175,55,.4);
  border-bottom: 1px solid rgba(212,175,55,.4);
}
.stats .stat {
  padding: 36px 24px;
  text-align: center;
  border-right: 1px solid rgba(212,175,55,.3);
}
.stats .stat:last-child { border-right: none; }
.stats .num {
  font-family: var(--serif);
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  color: var(--rose-deep);
  font-weight: 500;
  display: inline-flex; align-items: baseline; gap: 2px;
}
.stats .num small { font-size: .55em; color: var(--gold-deep); margin-left: 2px; }
.stats .label {
  display: block;
  font-family: var(--caps);
  font-size: .68rem;
  letter-spacing: .3em;
  text-transform: uppercase;
  color: var(--ink-mute);
  margin-top: 8px;
}

/* ----------------------------- Amenity grid -------------------------- */
.amenity-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px;
  background: rgba(212,175,55,.18);
  border: 1px solid rgba(212,175,55,.18);
}
.amenity {
  background: var(--cream);
  padding: 36px 24px;
  text-align: center;
  transition: background .35s var(--ease);
}
.amenity:hover { background: var(--rose-pale); }
.amenity .ico {
  width: 56px; height: 56px;
  margin: 0 auto 16px;
  display: grid; place-items: center;
  background: linear-gradient(135deg, var(--rose), var(--rose-deep));
  color: var(--cream);
  border-radius: 50%;
  font-size: 1.4rem;
  box-shadow: 0 4px 14px rgba(180,106,93,.25), inset 0 0 0 1px rgba(212,175,55,.4);
}
.amenity h4 {
  font-family: var(--sans);
  font-size: .82rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--charcoal);
}

/* ----------------------------- Section heads ------------------------- */
/* .section-head { margin-bottom: clamp(40px, 5vw, 70px); } */

.section-head { margin-bottom: clamp(30px, 3vw, 30px); }


.section-head h2 { margin-top: 14px; max-width: 22ch; color: var(--forest-deep); }
.section-head.center { text-align: center; margin-left: auto; margin-right: auto; }
.section-head.center h2 { margin-left: auto; margin-right: auto; }
.section-head .lede { margin-top: 18px; }
.section-head.center .lede { margin-left: auto; margin-right: auto; text-align: center; }

/* ----------------------------- Section backgrounds ------------------- */
.bg-cream  { background: var(--cream); }
.bg-ivory  { background: var(--ivory); }
.bg-rose   { background: var(--rose-pale); }
.bg-blush  { background: var(--rose-blush); }
.bg-berry  { background: var(--berry); color: var(--cream); }
.bg-forest { background: var(--forest); color: var(--cream); }
.bg-forest h1, .bg-forest h2, .bg-forest h3 { color: var(--cream); }
.bg-forest p { color: rgba(250,247,243,.85); }
.bg-forest .eyebrow { color: var(--gold-light); }
.bg-forest .eyebrow::before { background: var(--gold-light); }
.bg-forest .eyebrow.lines::after { background: var(--gold-light); }
.bg-berry h1, .bg-berry h2, .bg-berry h3 { color: var(--cream); }
.bg-berry p { color: rgba(250,247,243,.88); }
.bg-pattern {
  background:
    radial-gradient(circle at 20% 10%, rgba(212,175,55,.08) 0%, transparent 40%),
    radial-gradient(circle at 90% 80%, rgba(218,150,137,.08) 0%, transparent 50%),
    var(--cream);
}

/* ----------------------------- Experience cards ---------------------- */
.experience-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.experience {
  position: relative; overflow: hidden;
  aspect-ratio: 3/4;
  background-size: cover; background-position: center;
  display: flex; align-items: end;
  color: var(--cream);
}
.experience::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(0,42,34,.0) 30%, rgba(0,42,34,.95) 95%);
  transition: opacity .5s var(--ease);
}
.experience::after {
  content: ""; position: absolute; inset: 14px;
  border: 1px solid rgba(250,247,243,.3);
  pointer-events: none;
  transition: inset .4s var(--ease), border-color .4s var(--ease);
}
.experience:hover::after { inset: 22px; border-color: rgba(212,175,55,.7); }
.experience .copy { position: relative; padding: 30px; z-index: 2; }
.experience h3 { color: var(--cream); margin-bottom: 8px; }
.experience .eyebrow { color: var(--gold-light); margin-bottom: 14px; font-size: .65rem; }
.experience .eyebrow::before { background: var(--gold-light); }
.experience p { color: rgba(250,247,243,.85); font-size: .95rem; }


/* .experience .more {
  display: inline-block; margin-top: 18px;
  font-family: var(--caps); font-size: .65rem; letter-spacing: .3em;
  text-transform: uppercase; color: var(--gold-light);
  border-bottom: 1px solid var(--gold-light);
  padding-bottom: 4px;
} */


.experience .more {
    display: inline-block;
    margin-top: 18px;
    font-family: var(--caps);
    font-size: .9rem;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #b46a5d;
    border-bottom: 1px solid #b46a5d;
    padding-bottom: 4px;
}

/* ----------------------------- Testimonial --------------------------- */
.testimonial {
  text-align: center;
  max-width: 820px;
  margin: 0 auto;
}
.testimonial .quote-mark {
  font-family: var(--serif); font-size: 5rem;
  color: var(--gold);
  line-height: 1;
  margin-bottom: -10px;
}
.testimonial blockquote {
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(1.5rem, 2.5vw, 2.2rem);
  font-weight: 400;
  line-height: 1.4;
  color: var(--cream);
  margin: 0 0 30px;
}
.testimonial cite {
  font-style: normal;
  font-family: var(--caps);
  font-size: .72rem;
  letter-spacing: .3em;
  text-transform: uppercase;
  color: var(--gold-light);
  font-weight: 600;
}
.testimonial cite span { display: block; color: rgba(250,247,243,.7); font-size: .62rem; margin-top: 6px; font-weight: 400; }

/* ----------------------------- Gallery ------------------------------- */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 14px;
  grid-auto-rows: 180px;
}
.g { background-size: cover; background-position: center; overflow: hidden; position: relative; cursor: pointer; }
.g::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 60%, rgba(180,106,93,.55));
  opacity: 0; transition: opacity .4s var(--ease);
}
.g:hover::after { opacity: 1; }
.g-img { position: absolute; inset: 0; background-size: cover; background-position: center; transition: transform .8s var(--ease-slow); }
.g:hover .g-img { transform: scale(1.07); }
.g.s1 { grid-column: span 6; grid-row: span 2; }
.g.s2 { grid-column: span 3; grid-row: span 1; }
.g.s3 { grid-column: span 3; grid-row: span 2; }
.g.s4 { grid-column: span 4; grid-row: span 2; }
.g.s5 { grid-column: span 4; grid-row: span 1; }
.g.s6 { grid-column: span 8; grid-row: span 1; }

/* ----------------------------- FAQ ----------------------------------- */
.faq-list { max-width: 880px; margin: 0 auto; }
.faq-item {
  border-bottom: 1px solid rgba(212,175,55,.3);
  padding: 24px 0;
}
.faq-q {
  display: flex; justify-content: space-between; align-items: center;
  gap: 30px;
  font-family: var(--serif);
  font-size: 1.3rem;
  color: var(--forest-deep);
  font-weight: 500;
  cursor: pointer;
  user-select: none;
}
.faq-q .plus {
  width: 28px; height: 28px;
  border: 1px solid var(--gold);
  border-radius: 50%;
  position: relative; flex-shrink: 0;
  transition: transform .4s var(--ease), background .4s var(--ease);
}
.faq-q .plus::before, .faq-q .plus::after {
  content: ""; position: absolute; left: 50%; top: 50%;
  width: 11px; height: 1px; background: var(--gold-deep);
  transform: translate(-50%, -50%);
  transition: transform .4s var(--ease);
}
.faq-q .plus::after { transform: translate(-50%, -50%) rotate(90deg); }
.faq-item.open .faq-q .plus { background: var(--gold); }
.faq-item.open .faq-q .plus::before, .faq-item.open .faq-q .plus::after { background: var(--forest-deep); }
.faq-item.open .faq-q .plus::after { transform: translate(-50%, -50%) rotate(0); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .5s var(--ease); }
.faq-a-inner { padding-top: 18px; color: var(--ink-soft); font-size: 1.02rem; }
.faq-item.open .faq-a { max-height: 400px; }

/* ----------------------------- CTA banner ---------------------------- */
.cta-banner {
  position: relative;
  padding: clamp(70px, 9vw, 120px) 0;
  text-align: center;
  color: var(--cream);
  overflow: hidden;
  isolation: isolate;
}
.cta-banner .bg { position: absolute; inset: 0; z-index: -2; background-size: cover; background-position: center; }
.cta-banner::before {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(180deg, rgba(0,42,34,.85), rgba(180,106,93,.25) 50%, rgba(0,42,34,.85));
}
.cta-banner h2 { color: var(--cream); font-size: clamp(2rem, 4.5vw, 3.6rem); max-width: 22ch; margin: 18px auto 22px; }
.cta-banner p { color: rgba(250,247,243,.88); max-width: 52ch; margin: 0 auto 36px; font-size: 1.05rem; }
.cta-banner .actions { display: inline-flex; gap: 14px; flex-wrap: wrap; justify-content: center; }

/* ----------------------------- Footer -------------------------------- */
footer.site-footer {
  background: var(--forest);
  color: var(--cream);
  padding: 90px 0 30px;
  position: relative;
  overflow: hidden;
}
footer.site-footer::before {
  content: "";
  position: absolute; top: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--rose), var(--gold), var(--berry), var(--gold), var(--rose));
  background-size: 200% 100%;
  animation: shimmer 8s linear infinite;
}
@keyframes shimmer {
  0%   { background-position: 0% 0; }
  100% { background-position: 200% 0; }
}
footer.site-footer .cols {
  display: grid; grid-template-columns: 1.7fr 1fr 1.2fr 1fr; gap: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(212,175,55,.25);
}
/* Booking partner block */
.booking-partner {
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid rgba(212,175,55,.2);
}
.eyebrow-mini {
  display: block;
  font-family: var(--caps);
  font-size: .62rem;
  letter-spacing: .35em;
  text-transform: uppercase;
  color: var(--gold-light);
  margin-bottom: 14px;
  font-weight: 600;
}
.partner-logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: rgba(250,247,243,.05);
  border: 1px solid rgba(212,175,55,.3);
  padding: 10px 18px 10px 12px;
  border-radius: 6px;
  transition: all .35s var(--ease);
}
.partner-logo:hover {
  background: rgba(212,175,55,.08);
  border-color: var(--gold);
}
.partner-mark {
  width: 34px; height: 34px;
  background: linear-gradient(135deg, var(--gold), var(--gold-deep));
  color: var(--forest);
  font-family: var(--serif);
  font-weight: 700;
  font-size: 1.05rem;
  display: grid; place-items: center;
  border-radius: 50%;
  flex-shrink: 0;
}
.partner-name {
  font-family: var(--serif);
  font-size: 1.05rem;
  color: var(--cream);
  letter-spacing: .02em;
  line-height: 1.2;
}
.partner-name small {
  display: block;
  font-family: var(--caps);
  font-size: .58rem;
  letter-spacing: .25em;
  color: rgba(212,175,55,.7);
  font-weight: 500;
  margin-top: 3px;
}
/* Get in touch block */
.get-in-touch-item {
  margin-bottom: 22px;
  line-height: 1.75;
}
.get-in-touch-item strong {
  font-family: var(--caps);
  font-size: .65rem;
  letter-spacing: .3em;
  text-transform: uppercase;
  color: var(--gold-light);
  font-weight: 600;
  display: block;
  margin-bottom: 8px;
}
.get-in-touch-item a {
  display: block;
  font-size: .92rem;
}
.follow-note {
  margin-top: 22px;
  font-size: .88rem;
  color: rgba(250,247,243,.7);
}
footer.site-footer .brand { color: var(--cream); }
footer.site-footer .brand .name { color: var(--cream); }
footer.site-footer .brand .name small { color: var(--gold-light); }
footer.site-footer .col h4 {
  font-family: var(--caps);
  font-size: .72rem;
  letter-spacing: .3em;
  text-transform: uppercase;
  color: var(--gold-light);
  margin-bottom: 22px;
  font-weight: 600;
}
footer.site-footer p, footer.site-footer li, footer.site-footer a {
  color: rgba(250,247,243,.82);
  font-size: .92rem; line-height: 1.85;
}
footer.site-footer ul { list-style: none; }
footer.site-footer a:hover { color: var(--gold-light); }
footer.site-footer .blurb { margin-top: 20px; max-width: 36ch; }
footer.site-footer .blurb-tagline {
  display: block;
  font-family: var(--script);
  font-size: 1.6rem;
  color: var(--gold-light);
  margin: 12px 0 16px;
  line-height: 1;
}
footer.site-footer .socials { display: flex; gap: 12px; margin-top: 20px; }
footer.site-footer .socials a {
  width: 38px; height: 38px;
  border: 1px solid rgba(212,175,55,.4);
  display: grid; place-items: center;
  border-radius: 50%;
  transition: all .35s var(--ease);
  font-size: .75rem;
}
footer.site-footer .socials a:hover { background: var(--gold); color: var(--forest-deep); border-color: var(--gold); }
footer.site-footer .legal {
  padding-top: 28px;
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 14px;
  font-family: var(--caps);
  font-size: .68rem;
  letter-spacing: .25em;
  text-transform: uppercase;
  color: rgba(250,247,243,.58);
}

/* ----------------------------- Floating CTAs ------------------------- */
.floaters { position: fixed; right: 22px; bottom: 22px; z-index: 80; display: flex; flex-direction: column; gap: 12px; }
.float-btn {
  width: 56px; height: 56px;
  border-radius: 50%;
  display: grid; place-items: center;
  color: var(--white);
  box-shadow: var(--shadow-card);
  transition: transform .3s var(--ease);
  position: relative;
}
.float-btn:hover { transform: translateY(-3px) scale(1.05); }
.float-btn.wa,
.float-btn.call {
  background: linear-gradient(135deg, var(--rose), var(--rose-deep));
  color: var(--cream);
}
.float-btn.book { display: none; }  /* reduced to 2 sticky buttons */
.float-btn svg { width: 24px; height: 24px; fill: currentColor; }
.float-btn .pulse {
  position: absolute; inset: 0; border-radius: 50%;
  border: 2px solid currentColor; opacity: .6;
  animation: pulse 2s var(--ease) infinite;
}
@keyframes pulse {
  0%   { transform: scale(1); opacity: .6; }


/* ============== Audit V6 additions ============== */
.hero-script {
  display: block;
  font-family: var(--script);
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  color: var(--gold-light);
  margin-bottom: 6px;
  line-height: 1.1;
}
.page-hero .hero-script { font-size: clamp(1.4rem, 2.4vw, 1.9rem); margin-bottom: 4px; }

.trust-strip { display: flex; align-items: center; justify-content: center; gap: 36px; flex-wrap: wrap; padding: 28px 24px; background: var(--rose-pale); border-top: 1px solid rgba(212,175,55,.2); border-bottom: 1px solid rgba(212,175,55,.2); }
.trust-strip .trust-item { display: inline-flex; align-items: center; gap: 12px; color: var(--ink-soft); font-size: .92rem; }
.trust-strip .trust-item strong { font-family: var(--serif); font-size: 1.2rem; color: var(--rose-deep); font-weight: 500; display: block; }
.trust-strip .trust-item small { font-family: var(--caps); font-size: .6rem; letter-spacing: .25em; text-transform: uppercase; color: var(--ink-mute); display: block; margin-top: 2px; }
.trust-strip .trust-item .ico { width: 42px; height: 42px; border-radius: 50%; background: linear-gradient(135deg, var(--gold), var(--gold-deep)); color: var(--forest-deep); display: grid; place-items: center; font-size: 1rem; flex-shrink: 0; }


.hero::before {
  background:
    linear-gradient(135deg, rgba(180,106,93,.55) 0%, rgba(94,15,72,.35) 35%, rgba(0,42,34,.92) 100%),
    radial-gradient(ellipse at top right, rgba(212,175,55,.18) 0%, transparent 60%) !important;
}
.page-hero::before {
  background: linear-gradient(135deg, rgba(180,106,93,.55) 0%, rgba(94,15,72,.30) 50%, rgba(0,42,34,.92) 100%) !important;
}


/* ============== V7 — Header logo-only, no background ============== */
/* Hide wordmark in main header on ALL screen sizes */
header.site-header .brand .name { display: none !important; }

/* Logo only — no rose-tint background, no circle crop */
header.site-header .brand .mark {
  width: 64px;
  height: 64px;
  border-radius: 0;
  background: url('logo.svg') center / contain no-repeat;
  flex-shrink: 0;
}
header.site-header .brand:hover .mark { transform: rotate(-4deg); }

/* Make mobile a touch smaller for tight viewports */
@media (max-width: 768px) {
  header.site-header .brand .mark { width: 54px; height: 54px; }
}


/* ============== V8 — Mobile-first comprehensive responsive pass ============== */

/* Prevent any horizontal scroll regardless of content */
html, body { max-width: 100%; overflow-x: hidden; }
img, video, iframe, svg { max-width: 100%; height: auto; }
.wrap, .wrap-w, section, footer, header { max-width: 100vw; }

/* ---- Tablet (≤1024px) ---- */
@media (max-width: 1024px) {
  /* Featured packages — kill the lift translation so order stays clean */
  .pkg.featured, .corporate-pkg.featured { transform: none !important; }

  /* Section heads tighter */
  .section { padding: clamp(56px, 8vw, 100px) 0; }

  /* Image-text image less tall on tablet */
  .image-text .frame { aspect-ratio: 4/4; }

  /* Footer 2-col layout */
  footer.site-footer .cols { grid-template-columns: 1fr 1fr; gap: 36px; }
  footer.site-footer .col-brand { grid-column: 1 / -1; }
}

/* ---- Standard mobile (≤768px) ---- */
@media (max-width: 768px) {
  /* Top bar tighter */
  .top-bar { padding: 6px 14px; font-size: .65rem; letter-spacing: .08em; }
  .top-bar .right { display: none; }
  .top-bar .left { font-size: .68rem; }

  /* Header — keep logo-only clean */
  header.site-header .wrap-w { padding-top: 12px; padding-bottom: 12px; }

  /* Hero — shorter, more legible */
  .hero { min-height: 82vh; }
  .hero .wrap-w { padding-top: 80px; padding-bottom: 50px; }
  .hero h1 { font-size: clamp(2.2rem, 8vw, 3.4rem); line-height: 1.1; max-width: 100%; }
  .hero h1 em { display: inline; }
  .hero .lede { font-size: .98rem; margin-top: 18px; max-width: 100%; }
  .hero .eyebrow { font-size: .65rem; letter-spacing: .25em; margin-bottom: 18px; }

  .page-hero { min-height: 56vh; }
  .page-hero .wrap-w { padding-top: 70px; padding-bottom: 45px; }
  .page-hero h1 { font-size: clamp(1.9rem, 7vw, 2.8rem); }

  .hero-script { font-size: clamp(1.3rem, 5vw, 1.8rem); margin-bottom: 4px; }
  .page-hero .hero-script { font-size: clamp(1.1rem, 4vw, 1.5rem); }

  /* Hero buttons — tap-friendly + wrap clean */
  .hero-actions { gap: 10px; margin-top: 28px; }
  .hero-actions .btn { padding: 13px 20px; font-size: .72rem; letter-spacing: .18em; min-height: 46px; flex: 1 1 calc(50% - 5px); justify-content: center; }

  /* Hero meta hidden */
  .hero-meta { display: none; }

  /* Stats — 2 col, tighter */
  .stats { grid-template-columns: repeat(2, 1fr); }
  .stats .stat { padding: 22px 14px; border-right: 1px solid rgba(212,175,55,.25); }
  .stats .stat:nth-child(2n) { border-right: none; }
  .stats .stat:nth-child(n+3) { border-top: 1px solid rgba(212,175,55,.25); }
  .stats .num { font-size: clamp(1.8rem, 6vw, 2.4rem); }
  .stats .num small { font-size: .5em; }
  .stats .label { font-size: .56rem; letter-spacing: .22em; margin-top: 6px; }

  /* Trust strip — vertical, tighter */
  .trust-strip { gap: 18px; padding: 22px 18px; flex-direction: column; align-items: stretch; }
  .trust-strip .trust-item { gap: 14px; width: 100%; padding: 6px 0; border-bottom: 1px dashed rgba(212,175,55,.18); }
  .trust-strip .trust-item:last-child { border-bottom: none; }
  .trust-strip .trust-item strong { font-size: 1.1rem; }
  .trust-strip .trust-item .ico { width: 38px; height: 38px; font-size: .92rem; }

  /* Section heads tighter */
  .section-head { margin-bottom: 36px; }
  .section-head h2 { font-size: clamp(1.8rem, 7vw, 2.4rem); max-width: 100%; }
  .section-head .lede { font-size: .96rem; }

  /* Eyebrow tighter */
  .eyebrow { font-size: .68rem; letter-spacing: .25em; gap: 10px; }
  .eyebrow::before, .eyebrow.lines::after { width: 22px; }

  /* Cards — softer padding + border-top accent */
  .card .body { padding: 24px 22px; }
  .card .body h3 { font-size: 1.3rem; }
  .card .img { aspect-ratio: 16/10; }

  .grid { gap: 20px; }

  /* Buttons — tap target 44px+ */
  .btn { padding: 14px 22px; min-height: 44px; }

  /* Image-text — proper stacking */
  .image-text { gap: 32px; }
  .image-text .frame { aspect-ratio: 4/3; max-width: 100%; }
  .image-text .frame::before { inset: -10px; }
  .image-text .copy h2 { margin: 14px 0 18px; }

  /* Forms — full stack + 16px inputs (no iOS zoom) */
  .form-row, .form-row.cols-3 { grid-template-columns: 1fr; gap: 16px; }
  .form-card { padding: 26px 20px; }
  .field { margin-bottom: 18px; }
  .field input, .field select, .field textarea { font-size: 16px; padding: 14px 0; }
  .field label { font-size: .6rem; letter-spacing: .24em; }

  /* Floaters — tighter + above-bottom-padding */
  .floaters { right: 14px; bottom: 14px; gap: 10px; }
  .float-btn { width: 50px; height: 50px; }
  .float-btn svg { width: 22px; height: 22px; }

  /* CTA banner */
  .cta-banner { padding: 50px 0; }
  .cta-banner h2 { font-size: clamp(1.7rem, 6.5vw, 2.4rem); max-width: 100%; }
  .cta-banner p { font-size: .98rem; margin-bottom: 28px; }
  .cta-banner .actions { gap: 10px; }

  /* Testimonial */
  .testimonial { padding: 0 8px; }
  .testimonial blockquote { font-size: 1.25rem; }
  .testimonial .quote-mark { font-size: 3.5rem; }

  /* FAQ */
  .faq-list { padding: 0 4px; }
  .faq-item { padding: 18px 0; }
  .faq-q { font-size: 1.05rem; gap: 14px; }
  .faq-q .plus { width: 26px; height: 26px; }

  /* Footer — single column, tighter spacing */
  footer.site-footer { padding: 60px 0 28px; }
  footer.site-footer .cols { grid-template-columns: 1fr; gap: 30px; padding-bottom: 32px; }
  footer.site-footer .col-brand { grid-column: auto; }
  footer.site-footer .col h4 { margin-bottom: 14px; font-size: .68rem; letter-spacing: .26em; }
  footer.site-footer .blurb { max-width: 100%; }
  footer.site-footer .blurb-tagline { font-size: 1.4rem; margin: 10px 0 14px; }
  footer.site-footer .partner-logo { padding: 8px 14px 8px 10px; }
  footer.site-footer .legal { font-size: .58rem; letter-spacing: .22em; gap: 10px; }

  /* Mobile drawer — better tap targets */
  .mobile-drawer { padding: 24px 22px; }
  .mobile-drawer .top { margin-bottom: 36px; }
  .mobile-drawer a { font-size: 1.4rem; padding: 16px 0; }
  .mobile-drawer .actions { padding-top: 24px; }
  .mobile-drawer .actions .btn { padding: 16px 20px; font-size: .75rem; }

  /* Capacity table — horizontal scroll on tight */
  .cap-table { font-size: .85rem; min-width: 480px; }

  /* Gallery — keep responsive */
  .gallery-grid { gap: 8px; grid-auto-rows: 120px; }

  /* Experience grid */
  .experience-grid { gap: 16px; }
  .experience { aspect-ratio: 4/5; }
  .experience .copy { padding: 22px; }

  /* Amenity grid — 2 col tight */
  .amenity-grid { grid-template-columns: repeat(2, 1fr); }
  .amenity { padding: 26px 18px; }
  .amenity .ico { width: 48px; height: 48px; margin-bottom: 12px; }
  .amenity h4 { font-size: .72rem; letter-spacing: .15em; }

  /* Image-text reverse — both stack normally on mobile */
  .image-text.reverse > :first-child { order: 0; }

  /* Map iframe responsive */
  iframe[title*="map" i] { min-height: 220px; }
}

/* ---- Small phones (≤480px) ---- */
@media (max-width: 480px) {
  .wrap, .wrap-w { padding: 0 16px; }

  /* H1 sized for narrow screens */
  .hero h1 { font-size: clamp(1.9rem, 9vw, 2.6rem); }
  .hero .lede { font-size: .94rem; }

  .page-hero h1 { font-size: clamp(1.7rem, 8vw, 2.4rem); }

  /* Hero buttons stack to 1 col on tiny screens */
  .hero-actions .btn { flex: 1 1 100%; }

  /* Section padding tighter */
  .section { padding: 44px 0; }
  .section.tight { padding: 30px 0; }

  /* Stats single column on tiny phones */
  .stats { grid-template-columns: 1fr; }
  .stats .stat { border-right: none; border-bottom: 1px solid rgba(212,175,55,.2); }
  .stats .stat:last-child { border-bottom: none; }

  /* Cards img shorter */
  .card .img { aspect-ratio: 16/9; }

  /* Form card tighter */
  .form-card { padding: 22px 16px; }

  /* Mobile drawer side-padding */
  .mobile-drawer { padding: 22px 18px; }
  .mobile-drawer a { font-size: 1.25rem; padding: 14px 0; }

  /* Floaters smallest */
  .float-btn { width: 46px; height: 46px; }
  .float-btn svg { width: 20px; height: 20px; }
}

/* ---- Tiny phones (≤360px) ---- */
@media (max-width: 360px) {
  .wrap, .wrap-w { padding: 0 14px; }
  .hero h1 { font-size: 1.8rem; }
  header.site-header .brand .mark { width: 48px; height: 48px; }
}

/* ---- Tablet portrait improvements (769px - 1024px) ---- */
@media (min-width: 769px) and (max-width: 1024px) {
  /* Primary nav tighter spacing on small laptops */
  nav.primary ul { gap: 14px; }
  nav.primary a { font-size: .7rem; letter-spacing: .12em; }
  .header-cta .btn { padding: 11px 18px; font-size: .7rem; }
}


/* ============== V11 — Final cleanup ============== */
/* WhatsApp button = same rose gradient as Call */
.float-btn.wa {
  background: linear-gradient(135deg, var(--rose), var(--rose-deep)) !important;
  color: var(--cream) !important;
}

/* Mobile drawer hidden by default (defensive) */
.mobile-drawer[hidden] { display: none !important; }

/* Footer brand — make logo bigger, no wordmark */
footer.site-footer .brand .mark {
  width: 90px;
  height: 90px;
  background:
    url('logo-light.svg') center / contain no-repeat,
    radial-gradient(circle, rgba(250,247,243,.10) 0%, transparent 70%) !important;
}

/* Alcor partner logo — cream pad for the logo image */
.booking-partner a img { display: block; height: auto; max-width: 200px; }
.booking-partner a:hover { opacity: .85; transition: opacity .3s ease; }

/* Mobile drawer brand — bigger logo */
.mobile-drawer .brand .mark { width: 64px; height: 64px; }
.mobile-drawer .brand .name { display: none !important; }

/* =====================================================================
   V13 — FOOTER REDESIGN (Hardys Retreat architecture)
   ===================================================================== */

footer.site-footer {
  background: #0f1f15;
  color: #d2d4cf;
  font-family: 'Inter', sans-serif;
  border-top: none;
}
footer.site-footer .footer-main {
  padding: 70px 0 48px;
  background: #0f1f15;
}
footer.site-footer .footer-wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
}
footer.site-footer .footer-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr 1fr 1.1fr;
  gap: 48px;
  align-items: flex-start;
}

/* Column 1 — Brand */
.foot-brand .foot-logo {
  display: inline-block;
  margin-bottom: 16px;
}
.foot-brand .foot-logo img {
  width: 150px;
  height: auto;
  display: block;
}
.foot-tagline {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  letter-spacing: 4px;
  color: #a8a89e;
  text-transform: uppercase;
  margin: 14px 0 32px;
  font-weight: 400;
}
.foot-partner-label {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 13px;
  color: #a8a89e;
  letter-spacing: 2px;
  margin: 0 0 14px;
  font-weight: 500;
}
.foot-alcor {
  display: inline-block;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(212,160,74,0.25);
  border-radius: 6px;
  padding: 16px 20px;
  transition: opacity .3s ease;
}
.foot-alcor:hover { opacity: .85; }
.foot-alcor img { display: block; width: 180px; height: auto; }

.foot-col .foot-title {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 3px;
  color: #d4a04a;
  text-transform: uppercase;
  margin: 0 0 14px;
}
.foot-col .foot-line {
  width: 100%;
  height: 1px;
  background: rgba(212,160,74,0.3);
  margin: 0 0 24px;
}

.foot-addr-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}
.foot-addr-row strong {
  font-weight: 500;
  font-size: 15px;
  color: #e8e8e3;
  letter-spacing: 0.3px;
}
.foot-pin {
  display: inline-block;
  width: 18px;
  height: 22px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 32' fill='%23e84a8a'><path d='M12 0C5.4 0 0 5.4 0 12c0 9 12 20 12 20s12-11 12-20c0-6.6-5.4-12-12-12zm0 17.6c-3.1 0-5.6-2.5-5.6-5.6S8.9 6.4 12 6.4s5.6 2.5 5.6 5.6-2.5 5.6-5.6 5.6z'/></svg>") center/contain no-repeat;
}
.foot-address p { font-size: 14px; line-height: 1.8; color: #b9bcb6; margin: 0; }

.foot-links { list-style: none; padding: 0; margin: 0; }
.foot-links li { display: flex; align-items: center; gap: 12px; padding: 6px 0; font-size: 14px; }
.foot-star {
  display: inline-block; width: 14px; height: 14px; flex-shrink: 0;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23d4a04a'><path d='M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z'/></svg>") center/contain no-repeat;
}
.foot-links a { color: #d2d4cf; text-decoration: none; transition: color .25s ease; letter-spacing: 0.2px; }
.foot-links a:hover { color: #d4a04a; }

.foot-contact { list-style: none; padding: 0; margin: 0 0 28px; }
.foot-contact li { display: flex; align-items: flex-start; gap: 12px; padding: 7px 0; font-size: 14px; }
.foot-ico {
  display: inline-flex; align-items: center; justify-content: center;
  width: 32px; height: 32px; border-radius: 50%;
  background: #1a2e22; border: 1px solid rgba(255,255,255,0.06);
  flex-shrink: 0; margin-top: 1px;
}
.foot-ico::before {
  content: ""; display: block; width: 16px; height: 16px;
  background-position: center; background-repeat: no-repeat; background-size: contain;
}
.phone-ico::before { background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23d4a04a'><path d='M20 15.5c-1.3 0-2.5-.2-3.7-.6-.4-.1-.8 0-1.1.3l-2.2 2.2c-2.9-1.5-5.3-3.9-6.8-6.8l2.2-2.2c.3-.3.4-.7.2-1.1C8.2 6.1 8 4.9 8 3.6c0-.6-.4-1-1-1H4c-.6 0-1 .4-1 1C3 13.1 10.9 21 20.4 21c.6 0 1-.4 1-1v-3c0-.6-.4-1-1-1z'/></svg>"); }
.mail-ico::before  { background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23d4a04a'><path d='M20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4l-8 5-8-5V6l8 5 8-5v2z'/></svg>"); }
.loc-ico::before   { background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23d4a04a'><path d='M12 2C7.6 2 4 5.6 4 10c0 6 8 12 8 12s8-6 8-12c0-4.4-3.6-8-8-8zm0 11c-1.7 0-3-1.3-3-3s1.3-3 3-3 3 1.3 3 3-1.3 3-3 3z'/></svg>"); }
.foot-contact a, .foot-contact span:not(.foot-ico) { color: #d2d4cf; text-decoration: none; line-height: 1.6; font-size: 14px; padding-top: 6px; transition: color .25s ease; }
.foot-contact a:hover { color: #d4a04a; }

.foot-follow-label { font-family: 'Playfair Display', serif; font-style: italic; font-size: 12px; letter-spacing: 2px; color: #a8a89e; text-transform: uppercase; margin: 0 0 14px; }
.foot-socials { display: flex; flex-wrap: wrap; gap: 10px; }
.foot-socials a {
  display: inline-flex; align-items: center; justify-content: center;
  width: 36px; height: 36px; border-radius: 50%;
  background: #1a2e22; border: 1px solid rgba(255,255,255,0.06);
  color: #d2d4cf; transition: all .25s ease; text-decoration: none;
}
.foot-socials a:hover { background: #d4a04a; color: #0f1f15; transform: translateY(-2px); }
.foot-socials svg { width: 16px; height: 16px; fill: currentColor; }

footer.site-footer .footer-bottom { background: #0a1610; padding: 18px 0; border-top: 1px solid rgba(255,255,255,0.04); }
footer.site-footer .footer-bottom p { margin: 0; text-align: center; font-size: 13px; color: #9ea29b; letter-spacing: 0.3px; }
footer.site-footer .footer-bottom strong { color: #d4a04a; font-weight: 600; }
footer.site-footer .footer-bottom a { color: inherit; text-decoration: none; }
footer.site-footer .footer-bottom .footer-alcor-link { color: #d4a04a; font-weight: 500; text-decoration: none; transition: color .25s ease; }
footer.site-footer .footer-bottom .footer-alcor-link:hover { color: #e8b95e; text-decoration: underline; }

footer.site-footer .cols,
footer.site-footer .legal,
footer.site-footer .follow-note,
footer.site-footer .blurb,
footer.site-footer .blurb-tagline { display: none !important; }

/* Legal pages */
.legal-page { background: #f8f4ec; min-height: 60vh; padding-bottom: 80px; }
.legal-hero { background: linear-gradient(135deg, #2d5037, #1c3322); color: #f6efde; padding: 90px 0 60px; text-align: center; }
.legal-hero .eyebrow { font-family: 'Inter', sans-serif; font-size: 11px; letter-spacing: 4px; text-transform: uppercase; color: #d4a04a; }
.legal-hero h1 { font-family: 'Playfair Display', serif; font-size: 44px; margin: 12px 0 8px; }
.legal-hero p { font-size: 13px; color: rgba(246,239,222,0.7); letter-spacing: 1px; margin: 0; }
.legal-body { padding: 50px 0; }
.legal-body .wrap-narrow { max-width: 820px; margin: 0 auto; padding: 0 24px; }
.legal-body h2 { font-family: 'Playfair Display', serif; color: #2d5037; font-size: 22px; margin: 36px 0 12px; }
.legal-body p { font-family: 'Inter', sans-serif; font-size: 15px; line-height: 1.85; color: #3a3a3a; margin: 0 0 14px; }
.legal-body a { color: #a83a5e; text-decoration: underline; }

@media (max-width: 1024px) { footer.site-footer .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px; } }
@media (max-width: 640px) {
  footer.site-footer .footer-main { padding: 50px 0 36px; }
  footer.site-footer .footer-wrap { padding: 0 22px; }
  footer.site-footer .footer-grid { grid-template-columns: 1fr; gap: 36px; }
  .foot-brand .foot-logo img { width: 130px; }
  .foot-alcor img { width: 160px; }
  .foot-col .foot-title { font-size: 13px; }
  .legal-hero h1 { font-size: 32px; }
}

/* ===========  V17 — SLIM HERO + WELCOME / INTRO  =========== */
.hero.hero-slim {
  min-height: 78vh;
  display: flex; align-items: center; justify-content: center;
  position: relative; padding: 80px 0; text-align: center;
}
.hero.hero-slim::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(0,42,34,0.45) 0%, rgba(0,42,34,0.55) 60%, rgba(0,42,34,0.75) 100%);
  z-index: 1; pointer-events: none;
}
.hero.hero-slim .bg { position: absolute; inset: 0; background-size: cover; background-position: center; z-index: 0; }
.hero.hero-slim .wrap-w { position: relative; z-index: 2; text-align: center; max-width: 880px; }
.hero.hero-slim .hero-script {
  display: block; font-family: 'Allura', cursive;
  font-size: clamp(2.4rem, 5vw, 3.6rem);
  color: var(--gold-light, #e8c768); line-height: 1;
  margin-bottom: 14px; font-weight: 400;
  text-shadow: 0 2px 12px rgba(0,0,0,0.3);
}
.hero.hero-slim h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.2rem, 5.5vw, 4rem);
  font-weight: 600; color: var(--cream, #faf7f3);
  line-height: 1.1; margin: 0 0 30px;
  letter-spacing: -0.5px;
  text-shadow: 0 2px 16px rgba(0,0,0,0.4);
}
.hero.hero-slim h1 em { font-style: italic; color: var(--gold-light, #e8c768); }
.hero.hero-slim .hero-actions { display: flex; justify-content: center; gap: 14px; flex-wrap: wrap; margin-top: 8px; }
.hero.hero-slim .hero-meta { position: absolute; bottom: 22px; left: 0; right: 0; z-index: 3; text-align: center; pointer-events: none; }
.hero.hero-slim .hero-meta .scroll { font-family: 'Inter', sans-serif; font-size: 10px; letter-spacing: 3px; text-transform: uppercase; color: rgba(250,247,243,0.7); }
.hero.hero-slim .hero-meta .scroll-line { display: inline-block; width: 1px; height: 32px; background: rgba(250,247,243,0.6); margin-left: 10px; vertical-align: middle; animation: scrollPulse 2s ease-in-out infinite; }
@keyframes scrollPulse { 0%,100% { opacity: .3; transform: scaleY(0.7); } 50% { opacity: 1; transform: scaleY(1); } }

.welcome-intro {
  background: linear-gradient(180deg, var(--cream, #faf7f3) 0%, var(--cream-warm, #f6f0ea) 100%);
  padding: 90px 24px 110px; position: relative; overflow: hidden;
}
.welcome-intro::before, .welcome-intro::after {
  content: ""; position: absolute; width: 240px; height: 240px;
  border-radius: 50%; opacity: 0.08; pointer-events: none;
}
.welcome-intro::before { background: radial-gradient(circle, var(--rose, #da9689) 0%, transparent 70%); top: -60px; left: -80px; }
.welcome-intro::after { background: radial-gradient(circle, var(--gold, #d4af37) 0%, transparent 70%); bottom: -60px; right: -80px; }
.welcome-inner { max-width: 920px; margin: 0 auto; text-align: center; position: relative; z-index: 1; }

.welcome-flourish-top { display: flex; align-items: center; justify-content: center; gap: 14px; margin-bottom: 22px; }
.welcome-flourish-top .line { width: 60px; height: 1px; background: linear-gradient(90deg, transparent, var(--gold, #d4af37), transparent); }
.welcome-flourish-top .diamond, .welcome-flourish-bottom .diamond {
  width: 10px; height: 10px; background: var(--gold, #d4af37);
  transform: rotate(45deg); box-shadow: 0 0 0 4px rgba(212,175,55,0.15);
}
.welcome-flourish-bottom { display: flex; justify-content: center; margin-top: 40px; }

.welcome-eyebrow {
  display: inline-block; font-family: 'Inter', sans-serif;
  font-size: 11px; letter-spacing: 5px; text-transform: uppercase;
  color: var(--rose-deep, #b46a5d); margin-bottom: 18px; font-weight: 500;
}
.welcome-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2rem, 4.5vw, 3.2rem);
  font-weight: 500; color: var(--forest-deep, #002a22);
  line-height: 1.2; margin: 0 0 28px; letter-spacing: -0.5px;
}
.welcome-title .rose-accent { font-style: italic; color: var(--berry, #8c1d6b); position: relative; display: inline-block; }
.welcome-title .rose-accent::after {
  content: ""; position: absolute; bottom: -4px; left: 10%; right: 10%; height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold, #d4af37), transparent);
}
.welcome-lede {
  font-family: 'Inter', sans-serif; font-size: 17px; line-height: 1.85;
  color: var(--forest-mid, #1a5648); max-width: 780px; margin: 0 auto 48px; font-weight: 400;
}
.welcome-lede strong { color: var(--forest-deep, #002a22); font-weight: 600; }

.welcome-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 32px; }
.ws-card {
  background: var(--ivory, #ffffff); border-radius: 14px;
  padding: 28px 16px 24px;
  box-shadow: 0 6px 24px rgba(0,65,52,0.06);
  border: 1px solid rgba(218,150,137,0.18);
  position: relative; transition: transform .35s ease, box-shadow .35s ease;
}
.ws-card::before {
  content: ""; position: absolute; top: 0; left: 20%; right: 20%; height: 3px;
  background: linear-gradient(90deg, var(--rose, #da9689), var(--gold, #d4af37));
  border-radius: 0 0 4px 4px;
}
.ws-card:hover { transform: translateY(-4px); box-shadow: 0 14px 36px rgba(0,65,52,0.12); }
.ws-num { font-family: 'Playfair Display', serif; font-size: 44px; font-weight: 600; color: var(--berry, #8c1d6b); line-height: 1; }
.ws-num span { font-size: 26px; color: var(--gold-deep, #a8851d); margin-left: 2px; vertical-align: top; }
.ws-label { font-family: 'Inter', sans-serif; font-size: 11px; letter-spacing: 2.5px; text-transform: uppercase; color: var(--forest-mid, #1a5648); margin-top: 10px; font-weight: 500; }

@media (max-width: 768px) {
  .welcome-intro { padding: 60px 18px 80px; }
  .welcome-stats { grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .ws-card { padding: 22px 12px 20px; }
  .ws-num { font-size: 36px; }
  .hero.hero-slim { min-height: 68vh; padding: 60px 0; }
}
@media (max-width: 420px) {
  .welcome-flourish-top .line { width: 40px; }
  .welcome-eyebrow { font-size: 10px; letter-spacing: 3px; }
  .welcome-lede { font-size: 15px; }
}


/* ============================================================================
   V18 — COMPREHENSIVE MOBILE OPTIMIZATION
   Mobile-first, 4-breakpoint progressive enhancement (1024 / 768 / 480 / 360)
   Touch targets ≥44px · 16px input font (no iOS zoom) · No horizontal scroll
   ============================================================================ */

/* Global safety — prevent horizontal scroll */
html, body { overflow-x: hidden; max-width: 100%; }
* { -webkit-tap-highlight-color: rgba(218,150,137,0.15); }
img, video, svg { max-width: 100%; height: auto; }

/* Smooth scroll & anchor offset */
html { scroll-behavior: smooth; }
:target { scroll-margin-top: 80px; }

/* ============================================================================
   TABLET BREAKPOINT — 1024px
   ============================================================================ */
@media (max-width: 1024px) {
  .wrap-w { padding-left: 22px; padding-right: 22px; }
  .section { padding: 60px 0; }

  /* Hero adjustments */
  .hero h1 { font-size: clamp(2rem, 5vw, 3.4rem); }
  .hero .lede { font-size: 1rem; }

  /* Header nav — hide primary, show hamburger */
  .site-header .primary { display: none; }
  .site-header .hamburger { display: flex; }

  /* Welcome stats — 2 columns */
  .welcome-stats { grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .welcome-intro { padding: 70px 24px 90px; }

  /* Section heads */
  .section-head h2 { font-size: clamp(1.8rem, 4.5vw, 2.6rem); }
}

/* ============================================================================
   MOBILE BREAKPOINT — 768px
   ============================================================================ */
@media (max-width: 768px) {
  /* Base type — keep input font at 16px to defeat iOS zoom */
  body { font-size: 15px; line-height: 1.65; }

  /* Container */
  .wrap-w { padding-left: 18px; padding-right: 18px; }
  .section { padding: 48px 0; }
  .section.tight { padding: 36px 0; }

  /* ===== Header ===== */
  .site-header { padding: 10px 0; }
  .site-header .wrap-w { gap: 12px; }
  .site-header .brand .mark { width: 44px; height: 44px; }
  .site-header .header-cta { gap: 8px; }
  .hamburger {
    width: 44px; height: 44px;
    display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px;
    background: transparent; border: 1px solid rgba(0,42,34,0.15); border-radius: 8px;
    cursor: pointer; padding: 0;
  }
  .hamburger span { width: 20px; height: 2px; background: var(--forest-deep, #002a22); transition: all .25s ease; border-radius: 1px; }

  /* ===== Hero ===== */
  .hero, .hero.hero-slim {
    min-height: 70vh;
    padding: 50px 0;
  }
  .hero h1, .hero.hero-slim h1 {
    font-size: clamp(1.8rem, 7vw, 2.6rem);
    line-height: 1.15;
    margin-bottom: 22px;
  }
  .hero .hero-script, .hero.hero-slim .hero-script {
    font-size: clamp(2rem, 8vw, 2.8rem);
    margin-bottom: 10px;
  }
  .hero .lede { font-size: 0.95rem; line-height: 1.65; margin-bottom: 22px; }
  .hero-actions, .hero.hero-slim .hero-actions {
    flex-direction: column;
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    gap: 10px;
  }
  .hero-actions .btn, .hero.hero-slim .hero-actions .btn {
    width: 100%;
    justify-content: center;
    padding: 14px 22px;
    font-size: 12px;
    min-height: 48px;
    display: inline-flex;
    align-items: center;
  }
  .hero-meta { display: none; }
  .hero .eyebrow { font-size: 9px; letter-spacing: 2.5px; }

  /* ===== Welcome / Intro ===== */
  .welcome-intro { padding: 56px 18px 70px; }
  .welcome-title { font-size: clamp(1.6rem, 6vw, 2.2rem); margin-bottom: 22px; }
  .welcome-lede { font-size: 15px; line-height: 1.75; margin-bottom: 32px; }
  .welcome-eyebrow { font-size: 10px; letter-spacing: 3px; }
  .welcome-flourish-top { margin-bottom: 16px; }
  .welcome-flourish-top .line { width: 40px; }
  .ws-card { padding: 20px 10px 18px; }
  .ws-num { font-size: 32px; }
  .ws-num span { font-size: 18px; }
  .ws-label { font-size: 9.5px; letter-spacing: 2px; margin-top: 6px; }

  /* ===== Trust strip — stack vertically ===== */
  .trust-strip {
    flex-wrap: wrap;
    padding: 28px 18px;
    gap: 18px;
    justify-content: space-around;
  }
  .trust-strip .trust-item {
    flex: 0 0 calc(50% - 12px);
    gap: 10px;
  }
  .trust-strip .trust-item strong { font-size: 1rem; }
  .trust-strip .trust-item small { font-size: 11px; }

  /* ===== Section heads ===== */
  .section-head h2 { font-size: clamp(1.5rem, 5.5vw, 2.2rem); line-height: 1.2; }
  .section-head .eyebrow { font-size: 10px; letter-spacing: 2.5px; }
  .section-head .lede { font-size: 15px; line-height: 1.65; }
  .section-head { margin-bottom: 32px; }

  /* ===== Cards: weddings/corporate/family/events/dining/gallery/index offerings ===== */
  .grid, .cards, .grid-2, .grid-3, .grid-4,
  [class*="grid-cols"], [class*="cols-"] {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }
  .card, .card.reveal {
    border-radius: 14px;
  }
  .card .body, .card-body {
    padding: 18px 18px 22px;
  }
  .card h3 {
    font-size: 1.2rem;
    line-height: 1.3;
  }
  .card p, .card .body p {
    font-size: 0.95rem;
    line-height: 1.6;
  }
  .card .img, .card-img {
    height: 200px;
  }

  /* Price strips */
  .price { flex-wrap: wrap; gap: 10px; }
  .price .amount { font-size: 1.1rem; }
  .price .from { font-size: 10px; }
  .price .btn, .card .btn {
    width: 100%;
    justify-content: center;
    margin-top: 4px;
  }

  /* ===== Buttons — global 44px+ tap targets ===== */
  .btn {
    min-height: 44px;
    padding: 12px 22px;
    font-size: 11.5px;
    letter-spacing: 1.5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1.2;
    white-space: nowrap;
  }
  .btn.primary, .btn.brass { min-height: 48px; }

  /* ===== Forms — 16px to defeat iOS zoom ===== */
  input[type="text"],
  input[type="email"],
  input[type="tel"],
  input[type="number"],
  input[type="date"],
  input[type="search"],
  input[type="password"],
  textarea, select {
    font-size: 16px !important;
    padding: 14px 14px;
    min-height: 48px;
    width: 100%;
    box-sizing: border-box;
    border-radius: 8px;
  }
  textarea { min-height: 110px; }
  form label { font-size: 13px; }
  form .form-row, form .row {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }
  form button[type="submit"] {
    width: 100%;
    min-height: 52px;
    font-size: 13px;
    letter-spacing: 1.5px;
  }

  /* ===== Mobile drawer ===== */
  .mobile-drawer {
    width: 88%;
    max-width: 360px;
    padding: 22px 20px;
  }
  .mobile-drawer ul li a {
    padding: 14px 4px;
    font-size: 16px;
    min-height: 48px;
    display: flex;
    align-items: center;
  }
  .mobile-drawer .actions .btn { width: 100%; margin-bottom: 10px; }

  /* ===== Floating CTAs — slightly smaller on mobile ===== */
  .floaters { right: 14px; bottom: 14px; gap: 10px; }
  .float-btn { width: 50px; height: 50px; }
  .float-btn svg { width: 22px; height: 22px; }

  /* ===== Footer ===== */
  footer.site-footer .footer-main { padding: 50px 0 36px; }
  footer.site-footer .footer-wrap { padding: 0 20px; }
  footer.site-footer .footer-grid { grid-template-columns: 1fr; gap: 36px; }
  .foot-brand .foot-logo img { width: 130px; }
  .foot-alcor { padding: 14px 18px; }
  .foot-alcor img { width: 170px; }
  .foot-col .foot-title { font-size: 13px; letter-spacing: 2.5px; }
  .foot-contact li, .foot-links li { font-size: 13px; }
  .foot-socials { gap: 8px; }
  .foot-socials a { width: 38px; height: 38px; }
  footer.site-footer .footer-bottom p { font-size: 12px; padding: 0 18px; line-height: 1.6; }

  /* ===== Tables responsive ===== */
  table { display: block; overflow-x: auto; white-space: nowrap; }

  /* ===== Pricing tier cards (corporate/staycation/wedding) ===== */
  .tier-grid, .pricing-grid,
  [class*="pricing"] > .row,
  [class*="tier"] > div {
    grid-template-columns: 1fr !important;
  }
  div[style*="transform:translateY(-8px)"] { transform: none !important; }

  /* ===== FAQ accordion ===== */
  .faq-item summary, .faq summary {
    padding: 16px 14px;
    font-size: 15px;
    min-height: 56px;
    display: flex;
    align-items: center;
  }
  .faq-item div, .faq div { padding: 14px; font-size: 14px; }

  /* ===== CTA banners ===== */
  .cta-banner { padding: 50px 22px; text-align: center; }
  .cta-banner h2 { font-size: clamp(1.4rem, 5.5vw, 2rem); }
  .cta-banner .actions { flex-direction: column; gap: 10px; }
  .cta-banner .btn { width: 100%; }

  /* ===== Legal pages ===== */
  .legal-hero { padding: 70px 0 50px; }
  .legal-hero h1 { font-size: 28px; }
  .legal-body { padding: 36px 0; }
  .legal-body h2 { font-size: 19px; margin-top: 28px; }
  .legal-body p { font-size: 14.5px; line-height: 1.75; }

  /* ===== Images / Gallery ===== */
  .gallery-grid, [class*="gallery"] { grid-template-columns: 1fr 1fr !important; gap: 8px !important; }
  .gallery-grid img, .gallery-grid .img-inner { height: 140px; }
}

/* ============================================================================
   SMALL MOBILE — 480px
   ============================================================================ */
@media (max-width: 480px) {
  .wrap-w { padding-left: 16px; padding-right: 16px; }
  .section { padding: 40px 0; }

  /* Hero — even tighter */
  .hero h1, .hero.hero-slim h1 {
    font-size: clamp(1.6rem, 8vw, 2.2rem);
  }
  .hero .hero-script, .hero.hero-slim .hero-script {
    font-size: clamp(1.7rem, 8vw, 2.3rem);
  }

  /* Welcome */
  .welcome-intro { padding: 44px 14px 56px; }
  .welcome-title { font-size: 1.5rem; }
  .welcome-lede { font-size: 14.5px; }
  .ws-card { padding: 18px 8px 16px; }
  .ws-num { font-size: 28px; }
  .ws-label { font-size: 9px; }

  /* Trust strip — single column with horizontal item */
  .trust-strip .trust-item {
    flex: 0 0 100%;
    padding: 8px 0;
  }
  .trust-strip { padding: 22px 16px; gap: 10px; }
  .trust-strip .trust-item .ico { width: 38px; height: 38px; font-size: 0.9rem; }

  /* Section heads */
  .section-head h2 { font-size: 1.4rem; }

  /* Cards */
  .card .img, .card-img { height: 180px; }

  /* Buttons */
  .btn { padding: 12px 18px; font-size: 11px; }

  /* Footer */
  footer.site-footer .footer-main { padding: 40px 0 30px; }
  .foot-brand .foot-logo img { width: 120px; }
  .foot-alcor img { width: 160px; }
}

/* ============================================================================
   ULTRA SMALL — 360px
   ============================================================================ */
@media (max-width: 360px) {
  .wrap-w { padding-left: 14px; padding-right: 14px; }
  .hero h1, .hero.hero-slim h1 { font-size: 1.6rem; }
  .welcome-title { font-size: 1.35rem; }
  .section-head h2 { font-size: 1.3rem; }
  .btn { padding: 11px 14px; font-size: 10.5px; letter-spacing: 1.2px; }
  .ws-num { font-size: 24px; }
  .float-btn { width: 46px; height: 46px; }
  .float-btn svg { width: 18px; height: 18px; }
  footer.site-footer .footer-bottom p { font-size: 11px; }
}

/* ============================================================================
   LANDSCAPE PHONE — keep hero from being too tall
   ============================================================================ */
@media (max-width: 920px) and (orientation: landscape) and (max-height: 500px) {
  .hero, .hero.hero-slim { min-height: 110vh; max-height: none; padding: 30px 0; }
  .hero h1, .hero.hero-slim h1 { font-size: 1.8rem; margin-bottom: 14px; }
  .hero .hero-script, .hero.hero-slim .hero-script { font-size: 1.8rem; }
  .hero-actions, .hero.hero-slim .hero-actions { flex-direction: row; }
  .hero-actions .btn, .hero.hero-slim .hero-actions .btn { width: auto; }
}

/* ============================================================================
   ACCESSIBILITY — reduced motion
   ============================================================================ */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/* ============================================================================
   HIGH-DPI SHARPNESS — crisper SVG rendering
   ============================================================================ */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .foot-pin, .foot-star, .foot-ico::before {
    image-rendering: -webkit-optimize-contrast;
  }
}
