/* =========================================================================
   Idyllicity Tours Punta Cana — Global stylesheet
   Aesthetic: refined tropical luxury. Deep emerald & forest greens with a
   warm gold accent on an ivory canvas. Display serif (Fraunces) paired with
   a clean geometric sans (Jost).
   ========================================================================= */

:root {
  /* Greens */
  --emerald-950: #06251b;
  --emerald-900: #0a3326;
  --emerald-800: #0e4332;
  --emerald-700: #155740;
  --emerald-600: #1d7355;
  --emerald-500: #2a9472;
  --emerald-300: #7cc3a8;
  --emerald-100: #d7ece2;

  /* Warm accents */
  --gold-600: #b8893f;
  --gold-500: #c9a14e;
  --gold-400: #d9bd78;
  --gold-100: #f3e8cf;

  /* Neutrals */
  --ivory: #f7f4ec;
  --ivory-deep: #efe9da;
  --paper: #fffdf8;
  --ink: #16201b;
  --ink-soft: #41504a;
  --line: rgba(20, 50, 38, 0.14);

  --shadow-sm: 0 2px 10px rgba(6, 37, 27, 0.08);
  --shadow-md: 0 18px 40px -18px rgba(6, 37, 27, 0.45);
  --shadow-lg: 0 40px 80px -30px rgba(6, 37, 27, 0.55);

  --radius: 18px;
  --radius-lg: 28px;
  --maxw: 1240px;

  --font-display: "Fraunces", "Cormorant Garamond", Georgia, serif;
  --font-body: "Jost", "Helvetica Neue", Arial, sans-serif;

  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

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

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink);
  background-color: var(--ivory);
  background-image:
    radial-gradient(1200px 600px at 100% -10%, rgba(42, 148, 114, 0.10), transparent 60%),
    radial-gradient(900px 500px at -10% 110%, rgba(201, 161, 78, 0.10), transparent 55%);
  background-attachment: fixed;
  line-height: 1.6;
  font-size: 17px;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; }

h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: -0.015em;
  color: var(--emerald-900);
  margin: 0 0 0.4em;
}

p { margin: 0 0 1em; color: var(--ink-soft); }

.container {
  width: 100%;
  max-width: var(--maxw);
  margin-inline: auto;
  padding-inline: clamp(20px, 5vw, 56px);
}

.eyebrow {
  font-family: var(--font-body);
  text-transform: uppercase;
  letter-spacing: 0.32em;
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--gold-600);
  display: inline-flex;
  align-items: center;
  gap: 0.7em;
  margin-bottom: 1rem;
}
.eyebrow::before {
  content: "";
  width: 34px;
  height: 1px;
  background: var(--gold-500);
}

.section { padding-block: clamp(64px, 9vw, 120px); position: relative; }
.section--tint { background: linear-gradient(180deg, var(--ivory-deep), var(--ivory)); }
.section-head { max-width: 640px; margin-bottom: clamp(32px, 5vw, 56px); }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head.center .eyebrow { justify-content: center; }
.section-head h2 { font-size: clamp(2rem, 4.4vw, 3.3rem); }
.section-head p { font-size: 1.08rem; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6em;
  padding: 0.95em 1.8em;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.92rem;
  letter-spacing: 0.02em;
  border: 1px solid transparent;
  transition: transform 0.4s var(--ease), box-shadow 0.4s var(--ease),
    background 0.4s var(--ease), color 0.4s var(--ease);
  will-change: transform;
}
.btn svg { width: 1.1em; height: 1.1em; }
.btn--primary {
  background: linear-gradient(135deg, var(--emerald-700), var(--emerald-500));
  color: var(--paper);
  box-shadow: var(--shadow-md);
}
.btn--primary:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); }
.btn--gold {
  background: linear-gradient(135deg, var(--gold-600), var(--gold-400));
  color: #2a1d05;
  box-shadow: 0 16px 34px -16px rgba(184, 137, 63, 0.8);
}
.btn--gold:hover { transform: translateY(-3px); }
.btn--ghost {
  background: transparent;
  color: var(--emerald-800);
  border-color: var(--line);
}
.btn--ghost:hover { background: var(--emerald-900); color: var(--paper); border-color: var(--emerald-900); }
.btn--light { background: var(--paper); color: var(--emerald-800); }
.btn--light:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }

/* ---------- Announcement banner ---------- */
.announce {
  background: linear-gradient(90deg, var(--emerald-950), var(--emerald-700) 55%, var(--gold-600));
  color: var(--ivory);
  font-size: 0.86rem;
  letter-spacing: 0.02em;
  text-align: center;
  padding: 0.7em 1.2em;
  position: relative;
  z-index: 60;
}
.announce strong { color: var(--gold-400); font-weight: 600; }
.announce .announce-inner {
  display: flex; align-items: center; justify-content: center; gap: 0.7em; flex-wrap: wrap;
}
.announce svg { width: 16px; height: 16px; flex: none; color: var(--gold-400); }

/* ---------- Header / nav ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(12px);
  background: rgba(247, 244, 236, 0.82);
  border-bottom: 1px solid var(--line);
  transition: background 0.4s var(--ease), box-shadow 0.4s var(--ease);
}
.site-header.scrolled { box-shadow: var(--shadow-sm); background: rgba(247, 244, 236, 0.95); }
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding-block: 0.85rem;
}
.brand { display: flex; align-items: center; gap: 0.7rem; }
.brand-mark {
  width: 44px; height: 44px; flex: none;
  display: grid; place-items: center;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 25%, var(--emerald-500), var(--emerald-900));
  color: var(--gold-400);
  box-shadow: inset 0 0 0 1px rgba(217, 189, 120, 0.5);
}
.brand-mark svg { width: 22px; height: 22px; }
.brand-logo {
  height: 52px; width: auto; flex: none; display: block;
  border-radius: 12px;
  background: #000;
  box-shadow: inset 0 0 0 1px rgba(217, 189, 120, 0.45);
}
.brand-logo--footer { height: 60px; border-radius: 14px; }
.brand-text { display: flex; flex-direction: column; line-height: 1; }
.brand-text .name {
  font-family: var(--font-display);
  font-size: 1.18rem;
  color: var(--emerald-900);
  letter-spacing: 0.01em;
}
.brand-text .sub {
  font-size: 0.6rem;
  text-transform: uppercase;
  letter-spacing: 0.36em;
  color: var(--gold-600);
  margin-top: 4px;
}
.nav-links { display: flex; align-items: center; gap: 0.3rem; }
.nav-links a {
  position: relative;
  padding: 0.55em 0.9em;
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--ink-soft);
  border-radius: 999px;
  transition: color 0.3s var(--ease);
}
.nav-links a::after {
  content: "";
  position: absolute;
  left: 50%; bottom: 0.3em;
  width: 0; height: 2px;
  background: var(--gold-500);
  transform: translateX(-50%);
  transition: width 0.35s var(--ease);
}
.nav-links a:hover, .nav-links a.active { color: var(--emerald-900); }
.nav-links a:hover::after, .nav-links a.active::after { width: 18px; }
.nav-cta { display: flex; align-items: center; gap: 0.6rem; }
.nav-toggle {
  display: none;
  background: none; border: none;
  width: 44px; height: 44px;
  color: var(--emerald-900);
}
.nav-toggle svg { width: 26px; height: 26px; }

/* ---------- Hero ---------- */
.hero {
  position: relative;
  min-height: 92vh;
  display: flex;
  align-items: center;
  color: var(--ivory);
  overflow: hidden;
  isolation: isolate;
}
.hero::before {
  content: "";
  position: absolute; inset: 0; z-index: -2;
  background:
    linear-gradient(115deg, rgba(6, 37, 27, 0.92) 18%, rgba(10, 51, 38, 0.6) 55%, rgba(6, 37, 27, 0.35)),
    url("https://picsum.photos/seed/puntacana-paradise/1900/1200") center/cover no-repeat;
}
.hero::after {
  content: "";
  position: absolute; inset: 0; z-index: -1;
  background: radial-gradient(120% 90% at 80% 110%, rgba(201, 161, 78, 0.28), transparent 55%);
  mix-blend-mode: screen;
}
.hero-inner { padding-block: clamp(90px, 14vh, 160px); max-width: 760px; }
.hero h1 {
  color: var(--paper);
  font-size: clamp(2.7rem, 7vw, 5.4rem);
  line-height: 0.98;
  margin-bottom: 0.35em;
}
.hero h1 .accent { color: var(--gold-400); font-style: italic; }
.hero p.lead {
  font-size: clamp(1.05rem, 2vw, 1.3rem);
  color: rgba(247, 244, 236, 0.86);
  max-width: 540px;
  margin-bottom: 2rem;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 0.9rem; }
.hero-stats {
  display: flex; flex-wrap: wrap; gap: clamp(1.5rem, 4vw, 3rem);
  margin-top: clamp(2.5rem, 5vw, 3.6rem);
  padding-top: 1.8rem;
  border-top: 1px solid rgba(247, 244, 236, 0.22);
}
.hero-stats .stat .num {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  color: var(--gold-400);
  display: block;
}
.hero-stats .stat .label {
  font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.22em;
  color: rgba(247, 244, 236, 0.7);
}
.scroll-cue {
  position: absolute; left: 50%; bottom: 26px; transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center; gap: 8px;
  font-size: 0.62rem; letter-spacing: 0.3em; text-transform: uppercase;
  color: rgba(247, 244, 236, 0.7);
}
.scroll-cue .dot {
  width: 22px; height: 36px; border: 1px solid rgba(247, 244, 236, 0.5);
  border-radius: 999px; position: relative;
}
.scroll-cue .dot::after {
  content: ""; position: absolute; top: 7px; left: 50%; transform: translateX(-50%);
  width: 3px; height: 8px; border-radius: 3px; background: var(--gold-400);
  animation: cue 1.8s var(--ease) infinite;
}
@keyframes cue { 0%{opacity:0;transform:translate(-50%,0);} 40%{opacity:1;} 100%{opacity:0;transform:translate(-50%,12px);} }

/* ---------- Page hero (interior pages) ---------- */
.page-hero {
  position: relative;
  color: var(--ivory);
  padding-block: clamp(120px, 18vh, 200px) clamp(56px, 8vw, 90px);
  isolation: isolate;
  overflow: hidden;
}
.page-hero::before {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background:
    linear-gradient(120deg, rgba(6, 37, 27, 0.92), rgba(10, 51, 38, 0.62)),
    var(--ph-img, linear-gradient(135deg, var(--emerald-800), var(--emerald-600))) center/cover no-repeat;
}
.page-hero h1 { color: var(--paper); font-size: clamp(2.4rem, 6vw, 4.2rem); }
.page-hero p { color: rgba(247, 244, 236, 0.85); max-width: 600px; font-size: 1.1rem; }
.breadcrumb { font-size: 0.78rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold-400); margin-bottom: 1.2rem; }
.breadcrumb a { color: rgba(247,244,236,0.7); }
.breadcrumb a:hover { color: var(--gold-400); }

/* ---------- Feature / value cards ---------- */
.feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 1.4rem;
}
.feature-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 2rem 1.7rem;
  box-shadow: var(--shadow-sm);
  transition: transform 0.5s var(--ease), box-shadow 0.5s var(--ease);
}
.feature-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.feature-card .ic {
  width: 52px; height: 52px; border-radius: 14px;
  display: grid; place-items: center; margin-bottom: 1.1rem;
  background: var(--emerald-100); color: var(--emerald-700);
}
.feature-card .ic svg { width: 26px; height: 26px; }
.feature-card h3 { font-size: 1.25rem; }
.feature-card p { font-size: 0.95rem; margin: 0; }

/* ---------- Category blocks (tours) ---------- */
.cat-block { scroll-margin-top: 110px; margin-bottom: clamp(48px, 7vw, 88px); }
.cat-head {
  display: flex; align-items: flex-end; justify-content: space-between;
  gap: 1.5rem; flex-wrap: wrap; margin-bottom: 1.8rem;
  padding-bottom: 1.1rem; border-bottom: 1px solid var(--line);
}
.cat-head h2 { font-size: clamp(1.7rem, 3.4vw, 2.5rem); margin: 0; }
.cat-head .count {
  font-size: 0.74rem; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--gold-600); font-weight: 600;
}

/* Category chips / filter */
.cat-nav {
  position: sticky; top: 72px; z-index: 30;
  display: flex; gap: 0.5rem; flex-wrap: wrap;
  padding: 0.9rem 0; margin-bottom: 2rem;
  background: rgba(247, 244, 236, 0.9); backdrop-filter: blur(10px);
}
.cat-nav a {
  font-size: 0.8rem; font-weight: 600; letter-spacing: 0.02em;
  padding: 0.5em 1.05em; border-radius: 999px;
  border: 1px solid var(--line); color: var(--emerald-800);
  background: var(--paper); transition: all 0.3s var(--ease); white-space: nowrap;
}
.cat-nav a:hover { background: var(--emerald-900); color: var(--paper); border-color: var(--emerald-900); }

/* ---------- Dark showcase section + video gallery ---------- */
.section--dark {
  background: linear-gradient(165deg, var(--emerald-950), var(--emerald-800));
  color: var(--ivory);
}
.section--dark h2 { color: var(--paper); }
.section--dark .section-head p { color: var(--emerald-100); }

.video-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: clamp(1rem, 2.4vw, 1.6rem);
}
.video-card {
  position: relative;
  margin: 0;
  border-radius: var(--radius);
  overflow: hidden;
  background: #05130d;
  box-shadow: var(--shadow-md);
}
.video-card video {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  background: #05130d;
}
.video-card figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1.4rem 1.2rem 1.05rem;
  font-family: var(--font-display);
  font-size: 1.18rem;
  color: #fff;
  background: linear-gradient(0deg, rgba(6, 37, 27, 0.88), transparent);
  pointer-events: none;
}

/* Photo gallery grid of clickable tour cards */
.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(265px, 1fr));
  gap: 1.3rem;
}
.tour-card {
  position: relative;
  border: none;
  text-align: left;
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--emerald-900);
  color: var(--ivory);
  aspect-ratio: 4 / 5;
  box-shadow: var(--shadow-sm);
  transition: transform 0.55s var(--ease), box-shadow 0.55s var(--ease);
  display: block;
  width: 100%;
  padding: 0;
}
.tour-card:hover { transform: translateY(-7px); box-shadow: var(--shadow-lg); }
.tour-card .ph {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  transition: transform 0.9s var(--ease);
}
.tour-card:hover .ph { transform: scale(1.08); }
.tour-card .veil {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(6,37,27,0.05) 0%, rgba(6,37,27,0.35) 45%, rgba(6,37,27,0.9) 100%);
}
.tour-card .tint {
  position: absolute; inset: 0; mix-blend-mode: soft-light;
  background: linear-gradient(160deg, rgba(42,148,114,0.55), rgba(6,37,27,0.2));
}
.tour-card .body {
  position: absolute; inset: auto 0 0 0;
  padding: 1.2rem 1.25rem;
  display: flex; flex-direction: column; gap: 0.35rem;
}
.tour-card .tag {
  align-self: flex-start;
  font-size: 0.62rem; letter-spacing: 0.18em; text-transform: uppercase;
  font-weight: 600; color: var(--emerald-950);
  background: var(--gold-400); padding: 0.32em 0.7em; border-radius: 999px;
  margin-bottom: 0.2rem;
}
.tour-card h3 { color: var(--paper); font-size: 1.3rem; margin: 0; }
.tour-card .meta { font-size: 0.8rem; color: rgba(247,244,236,0.82); display: flex; gap: 0.8rem; flex-wrap: wrap; }
.tour-card .meta span { display: inline-flex; align-items: center; gap: 0.35em; }
.tour-card .meta svg { width: 14px; height: 14px; color: var(--gold-400); }
.tour-card .more {
  margin-top: 0.5rem;
  font-size: 0.78rem; font-weight: 600; letter-spacing: 0.05em;
  color: var(--gold-400);
  display: inline-flex; align-items: center; gap: 0.4em;
  opacity: 0; transform: translateY(6px);
  transition: opacity 0.45s var(--ease), transform 0.45s var(--ease);
}
.tour-card:hover .more { opacity: 1; transform: translateY(0); }
.tour-card .more svg { width: 15px; height: 15px; }

/* ---------- Modal ---------- */
.modal-backdrop {
  position: fixed; inset: 0; z-index: 100;
  background: rgba(6, 37, 27, 0.6);
  backdrop-filter: blur(6px);
  display: flex; align-items: center; justify-content: center;
  padding: clamp(16px, 4vw, 40px);
  opacity: 0; visibility: hidden;
  transition: opacity 0.4s var(--ease), visibility 0.4s var(--ease);
}
.modal-backdrop.open { opacity: 1; visibility: visible; }
.modal {
  background: var(--paper);
  border-radius: var(--radius-lg);
  max-width: 880px; width: 100%;
  max-height: 90vh; overflow: hidden;
  display: grid; grid-template-columns: 1.05fr 1fr;
  box-shadow: var(--shadow-lg);
  transform: translateY(24px) scale(0.98);
  transition: transform 0.5s var(--ease);
}
.modal-backdrop.open .modal { transform: translateY(0) scale(1); }
.modal .media {
  position: relative; min-height: 320px;
  background-size: cover; background-position: center;
}
.modal .media .tint {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(6,37,27,0.1), rgba(6,37,27,0.55));
}
.modal .media .tag {
  position: absolute; top: 18px; left: 18px;
  font-size: 0.64rem; letter-spacing: 0.18em; text-transform: uppercase; font-weight: 600;
  color: var(--emerald-950); background: var(--gold-400); padding: 0.4em 0.8em; border-radius: 999px;
}
.modal .content { padding: clamp(1.6rem, 3vw, 2.4rem); overflow-y: auto; }
.modal .content h3 { font-size: clamp(1.6rem, 3vw, 2.1rem); }
.modal .content .lead { font-size: 1rem; }
.modal .facts { display: flex; flex-wrap: wrap; gap: 0.6rem; margin: 1.1rem 0 1.3rem; }
.modal .facts .fact {
  font-size: 0.78rem; font-weight: 600; color: var(--emerald-800);
  background: var(--emerald-100); padding: 0.45em 0.85em; border-radius: 999px;
  display: inline-flex; align-items: center; gap: 0.45em;
}
.modal .facts svg { width: 15px; height: 15px; color: var(--emerald-600); }
.modal ul.highlights { list-style: none; padding: 0; margin: 0 0 1.5rem; }
.modal ul.highlights li {
  position: relative; padding-left: 1.6em; margin-bottom: 0.5em; font-size: 0.95rem; color: var(--ink-soft);
}
.modal ul.highlights li::before {
  content: ""; position: absolute; left: 0; top: 0.55em;
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--gold-500); box-shadow: 0 0 0 3px rgba(201,161,78,0.18);
}
.modal .modal-actions { display: flex; flex-wrap: wrap; gap: 0.7rem; }
.modal-close {
  position: absolute; top: 14px; right: 14px; z-index: 5;
  width: 42px; height: 42px; border-radius: 50%;
  background: rgba(255,253,248,0.9); color: var(--emerald-900);
  border: none; display: grid; place-items: center;
  box-shadow: var(--shadow-sm); transition: transform 0.3s var(--ease);
}
.modal-close:hover { transform: rotate(90deg); }
.modal-close svg { width: 20px; height: 20px; }

/* ---------- Split / feature sections ---------- */
.split {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 5vw, 4.5rem); align-items: center;
}
.split .media {
  border-radius: var(--radius-lg); overflow: hidden; min-height: 420px;
  background-size: cover; background-position: center; box-shadow: var(--shadow-md);
  position: relative;
}
.split .media .tint { position: absolute; inset: 0; background: linear-gradient(160deg, rgba(42,148,114,0.25), transparent); }
.checklist { list-style: none; padding: 0; margin: 1.4rem 0 2rem; }
.checklist li { position: relative; padding-left: 2em; margin-bottom: 0.7em; color: var(--ink-soft); }
.checklist li svg { position: absolute; left: 0; top: 0.18em; width: 1.25em; height: 1.25em; color: var(--emerald-600); }

/* ---------- Transfers cards ---------- */
.transfer-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 1.4rem; }
.transfer-card {
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 1.9rem; box-shadow: var(--shadow-sm);
  transition: transform 0.5s var(--ease), box-shadow 0.5s var(--ease);
}
.transfer-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.transfer-card .ic { width: 50px; height: 50px; border-radius: 14px; display:grid; place-items:center; background: var(--emerald-900); color: var(--gold-400); margin-bottom: 1rem; }
.transfer-card .ic svg { width: 26px; height: 26px; }
.transfer-card .price { font-family: var(--font-display); color: var(--emerald-700); font-size: 1.5rem; margin-top: 0.4rem; }
.transfer-card .price small { font-size: 0.7rem; color: var(--ink-soft); letter-spacing: 0.05em; }

/* ---------- Reviews ---------- */
.reviews-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 1.4rem; }
.review-card {
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 1.8rem; box-shadow: var(--shadow-sm); display: flex; flex-direction: column;
}
.review-card .stars { color: var(--gold-500); letter-spacing: 2px; margin-bottom: 0.7rem; font-size: 1rem; }
.review-card .stars .off { color: var(--line); }
.review-card .quote { font-family: var(--font-display); font-size: 1.18rem; color: var(--emerald-900); line-height: 1.35; margin-bottom: 1.1rem; }
.review-card .who { display: flex; align-items: center; gap: 0.75rem; margin-top: auto; }
.review-card .avatar {
  width: 42px; height: 42px; border-radius: 50%; flex: none;
  display: grid; place-items: center; font-family: var(--font-display);
  background: var(--emerald-100); color: var(--emerald-800); font-size: 1.05rem;
}
.review-card .who .name { font-weight: 600; color: var(--ink); font-size: 0.95rem; }
.review-card .who .exc { font-size: 0.78rem; color: var(--ink-soft); }
.review-card .reply {
  margin-top: 1rem; padding: 0.9rem 1rem; border-radius: 12px;
  background: var(--emerald-100); font-size: 0.88rem; color: var(--emerald-800);
}
.review-card .reply strong { color: var(--emerald-900); }
.reviews-empty, .reviews-loading { text-align: center; color: var(--ink-soft); padding: 2.5rem 1rem; }

/* ---------- Forms ---------- */
.form-card {
  background: var(--paper); border: 1px solid var(--line);
  border-radius: var(--radius-lg); padding: clamp(1.6rem, 4vw, 2.8rem); box-shadow: var(--shadow-md);
}
.field { margin-bottom: 1.15rem; }
.field label {
  display: block; font-size: 0.78rem; font-weight: 600; letter-spacing: 0.08em;
  text-transform: uppercase; color: var(--emerald-800); margin-bottom: 0.45rem;
}
.field input, .field select, .field textarea {
  width: 100%; font-family: inherit; font-size: 1rem; color: var(--ink);
  background: var(--ivory); border: 1px solid var(--line); border-radius: 12px;
  padding: 0.85em 1em; transition: border-color 0.3s var(--ease), box-shadow 0.3s var(--ease);
}
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--emerald-500);
  box-shadow: 0 0 0 4px rgba(42,148,114,0.14);
}
.field textarea { resize: vertical; min-height: 130px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.hp { position: absolute; left: -9999px; }
.form-note { font-size: 0.82rem; color: var(--ink-soft); margin-top: 0.4rem; }
.form-status { margin-top: 1rem; padding: 0.9rem 1.1rem; border-radius: 12px; font-size: 0.9rem; display: none; }
.form-status.show { display: block; }
.form-status.ok { background: var(--emerald-100); color: var(--emerald-800); }
.form-status.err { background: #fbe7e3; color: #9a3a26; }
.rating-input { display: inline-flex; flex-direction: row-reverse; gap: 4px; }
.rating-input input { position: absolute; opacity: 0; width: 0; height: 0; }
.rating-input label {
  cursor: pointer; font-size: 1.7rem; color: var(--line); margin: 0;
  transition: color 0.2s var(--ease); text-transform: none; letter-spacing: 0;
}
.rating-input input:checked ~ label,
.rating-input label:hover, .rating-input label:hover ~ label { color: var(--gold-500); }

/* ---------- Contact info list ---------- */
.contact-list { list-style: none; padding: 0; margin: 0; }
.contact-list li { display: flex; gap: 1rem; align-items: flex-start; margin-bottom: 1.4rem; }
.contact-list .ic { width: 46px; height: 46px; flex: none; border-radius: 12px; display: grid; place-items: center; background: var(--emerald-900); color: var(--gold-400); }
.contact-list .ic svg { width: 22px; height: 22px; }
.contact-list .lbl { font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.18em; color: var(--gold-600); font-weight: 600; }
.contact-list .val { color: var(--ink); font-weight: 500; }

/* ---------- CTA band ---------- */
.cta-band {
  position: relative; isolation: isolate; color: var(--ivory);
  border-radius: var(--radius-lg); overflow: hidden;
  padding: clamp(2.6rem, 6vw, 4.4rem); text-align: center;
}
.cta-band::before {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(120deg, var(--emerald-900), var(--emerald-600));
}
.cta-band::after {
  content: ""; position: absolute; inset: 0; z-index: -1; opacity: 0.5;
  background: radial-gradient(80% 120% at 100% 0%, rgba(201,161,78,0.4), transparent 55%);
}
.cta-band h2 { color: var(--paper); font-size: clamp(1.9rem, 4vw, 3rem); }
.cta-band p { color: rgba(247,244,236,0.85); max-width: 540px; margin-inline: auto; }
.cta-band .hero-actions { justify-content: center; }

/* ---------- Footer ---------- */
.site-footer { background: var(--emerald-950); color: rgba(247,244,236,0.78); padding-top: clamp(48px, 7vw, 80px); }
.footer-top { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 2rem; padding-bottom: 3rem; }
.site-footer .brand-text .name { color: var(--paper); }
.site-footer h4 { color: var(--gold-400); font-family: var(--font-body); font-size: 0.78rem; letter-spacing: 0.2em; text-transform: uppercase; margin-bottom: 1.1rem; }
.site-footer ul { list-style: none; padding: 0; margin: 0; }
.site-footer ul li { margin-bottom: 0.55rem; }
.site-footer ul li a, .site-footer p { color: rgba(247,244,236,0.7); font-size: 0.92rem; }
.site-footer ul li a:hover { color: var(--gold-400); }
.footer-about p { max-width: 320px; margin-top: 1rem; }
.footer-bottom {
  border-top: 1px solid rgba(247,244,236,0.14);
  padding-block: 1.6rem; display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap;
  font-size: 0.82rem; color: rgba(247,244,236,0.55);
}
.social { display: flex; gap: 0.6rem; }
.social a { width: 38px; height: 38px; border-radius: 50%; display: grid; place-items: center; background: rgba(247,244,236,0.08); color: rgba(247,244,236,0.8); transition: all 0.3s var(--ease); }
.social a:hover { background: var(--gold-500); color: var(--emerald-950); }
.social svg { width: 18px; height: 18px; }

/* ---------- Floating WhatsApp ---------- */
.wa-float {
  position: fixed; right: 22px; bottom: 22px; z-index: 80;
  display: inline-flex; align-items: center; gap: 0.6rem;
  background: linear-gradient(135deg, #1faf5b, #128c46);
  color: #fff; padding: 0.85em 1.2em 0.85em 0.95em; border-radius: 999px;
  box-shadow: 0 16px 34px -10px rgba(18, 140, 70, 0.6);
  font-weight: 600; font-size: 0.92rem;
  transform: translateY(0); transition: transform 0.4s var(--ease), box-shadow 0.4s var(--ease);
}
.wa-float:hover { transform: translateY(-3px) scale(1.03); }
.wa-float svg { width: 26px; height: 26px; flex: none; }
.wa-float .wa-label { white-space: nowrap; }
.wa-float::before {
  content: ""; position: absolute; inset: -6px; border-radius: 999px;
  border: 2px solid rgba(31,175,91,0.5); animation: pulse 2.4s ease-out infinite; z-index: -1;
}
@keyframes pulse { 0%{transform:scale(0.9);opacity:0.8;} 100%{transform:scale(1.25);opacity:0;} }

/* ---------- Reveal animation ---------- */
[data-reveal] { opacity: 0; transform: translateY(26px); transition: opacity 0.8s var(--ease), transform 0.8s var(--ease); }
[data-reveal].in { opacity: 1; transform: none; }
[data-reveal][data-delay="1"] { transition-delay: 0.08s; }
[data-reveal][data-delay="2"] { transition-delay: 0.16s; }
[data-reveal][data-delay="3"] { transition-delay: 0.24s; }
[data-reveal][data-delay="4"] { transition-delay: 0.32s; }

/* ---------- Responsive ---------- */
@media (max-width: 980px) {
  .footer-top { grid-template-columns: 1fr 1fr; }
  .modal { grid-template-columns: 1fr; max-height: 92vh; }
  .modal .media { min-height: 200px; }
}
@media (max-width: 860px) {
  .nav-links {
    position: fixed; inset: 0 0 0 auto; width: min(82vw, 340px);
    flex-direction: column; align-items: flex-start; gap: 0.4rem;
    background: var(--ivory); padding: 6rem 2rem 2rem; box-shadow: var(--shadow-lg);
    transform: translateX(100%); transition: transform 0.45s var(--ease); z-index: 45;
  }
  body.nav-open .nav-links { transform: translateX(0); }
  .nav-links a { font-size: 1.05rem; width: 100%; }
  .nav-toggle { display: grid; place-items: center; }
  .nav-cta .btn:not(.nav-toggle) { display: none; }
  .split { grid-template-columns: 1fr; }
  .split .media { min-height: 280px; }
  .wa-float .wa-label { display: none; }
  .wa-float { padding: 0.9em; }
}
@media (max-width: 540px) {
  .form-row { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.001ms !important; transition-duration: 0.001ms !important; }
  [data-reveal] { opacity: 1; transform: none; }
}
