/* ============================================================
   RIVA ESCAPE — Design System v3
   Hero & Buttons: release style
   Emotional Opening & Day Scenario: example style
   Fonts: Cormorant Garamond (display) + DM Sans (body)
   Palette: Warm stone · Coastal teal · Per-page accents
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400;1,500&family=DM+Sans:opsz,wght@9..40,300;9..40,400;9..40,500;9..40,600&display=swap');

/* ─── TOKENS ─────────────────────────────────────────────── */
:root {
  --stone:        #F5F1E8;
  --stone-alt:    #EDE8DC;
  --stone-dark:   #DDD5C0;
  --ink:          #17180D;
  --ink-soft:     #3A3C2E;
  --muted:        #7C7A6A;
  --border:       #D5CEBE;

  /* Accent — coastal teal (default / sea) */
  --accent:       #236060;
  --accent-mid:   #2E7878;
  --accent-light: #E0EDEC;
  --accent-dark:  #163E3E;
  --accent-rgb:   35,96,96;

  /* Mountain */
  --forest:       #325438;
  --forest-mid:   #426848;
  --forest-light: #E2EDE3;

  /* Couples */
  --terra:        #A85840;
  --terra-mid:    #C07058;
  --terra-light:  #F4E8E3;

  /* Business */
  --slate:        #2C3E5C;
  --slate-mid:    #3E5474;
  --slate-light:  #E4EAF2;

  /* WhatsApp */
  --wa: #25D366;
  --wa-dark: #1AAE55;
}

/* Page-level accent overrides */
.page-mountain { --accent: var(--forest); --accent-mid: var(--forest-mid); --accent-light: var(--forest-light); --accent-dark: #1E3822; --accent-rgb: 50,84,56; }
.page-couples  { --accent: var(--terra);  --accent-mid: var(--terra-mid);  --accent-light: var(--terra-light);  --accent-dark: #6E3020; --accent-rgb: 168,88,64; }
.page-business { --accent: var(--slate);  --accent-mid: var(--slate-mid);  --accent-light: var(--slate-light);  --accent-dark: #1A2638; --accent-rgb: 44,62,92; }

/* ─── RESET + BASE ───────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: 'DM Sans', system-ui, sans-serif;
  background: var(--stone);
  color: var(--ink);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }

/* ─── TYPOGRAPHY ─────────────────────────────────────────── */
.f-display, h1, h2, h3 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-weight: 300;
  line-height: 1.12;
}
.eyebrow {
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--accent);
  font-family: 'DM Sans', sans-serif;
}

/* ─── HERO BACKGROUNDS (release style) ──────────────────── */
.hero-home {
  background:
          radial-gradient(ellipse at 72% 38%, rgba(35,96,96,0.62) 0%, transparent 54%),
          radial-gradient(ellipse at 18% 65%, rgba(18,50,50,0.45) 0%, transparent 48%),
          linear-gradient(152deg, #0C1A18 0%, #102828 18%, #164040 34%, #205E5E 52%, #3A8888 68%, #72B4B0 82%, #BCDAD8 92%, #EAE4D8 100%);
}
.hero-sea {
  background:
          radial-gradient(ellipse at 65% 42%, rgba(30,110,130,0.55) 0%, transparent 52%),
          linear-gradient(158deg, #081C26 0%, #0E3040 18%, #154C64 36%, #1E6E88 53%, #38A0B8 68%, #78C8D8 82%, #BCDEE8 92%, #E8E0D0 100%);
}
.hero-mountain {
  background:
          radial-gradient(ellipse at 62% 44%, rgba(50,84,56,0.55) 0%, transparent 52%),
          linear-gradient(154deg, #0A1410 0%, #142018 18%, #1E3424 36%, #2E5035 52%, #487258 68%, #74A076 82%, #B2CAA8 92%, #E0DCCC 100%);
}
.hero-couples {
  background:
          radial-gradient(ellipse at 58% 40%, rgba(168,88,64,0.5) 0%, transparent 52%),
          radial-gradient(ellipse at 22% 60%, rgba(90,44,28,0.4) 0%, transparent 48%),
          linear-gradient(155deg, #160C08 0%, #2A1610 18%, #442214 34%, #6A3820 52%, #A86040 68%, #D49468 82%, #E8C8A4 92%, #F0E8D8 100%);
}
.hero-business {
  background:
          radial-gradient(ellipse at 68% 36%, rgba(60,84,120,0.45) 0%, transparent 52%),
          linear-gradient(152deg, #080D18 0%, #10182C 18%, #1A2840 36%, #283E60 52%, #425C80 68%, #7090A8 82%, #AABECE 92%, #DEE4E8 100%);
}
.hero-from-podgorica {
  background:
          radial-gradient(ellipse at 70% 38%, rgba(196,128,56,0.55) 0%, transparent 54%),
          radial-gradient(ellipse at 20% 64%, rgba(80,44,20,0.42) 0%, transparent 50%),
          linear-gradient(154deg, #120C06 0%, #1E140A 18%, #382010 34%, #5C3418 50%, #8E5A24 66%, #C48A3C 80%, #E0B870 90%, #ECDCB8 100%);
}

/* ─── IMAGE PLACEHOLDERS ─────────────────────────────────── */
.img-teal   { background: linear-gradient(145deg, #154040 0%, #2A6868 45%, #60A8A4 78%, #A8D4D0 100%); }
.img-forest { background: linear-gradient(145deg, #1A2E1C 0%, #325438 45%, #5E8864 78%, #9CC4A0 100%); }
.img-terra  { background: linear-gradient(145deg, #3E1C0E 0%, #784030 45%, #B87858 78%, #D8B090 100%); }
.img-slate  { background: linear-gradient(145deg, #121C2C 0%, #2C3E5C 45%, #5074A0 78%, #8AAAC4 100%); }
.img-sand   { background: linear-gradient(145deg, #6E5030 0%, #A88050 45%, #C8A870 78%, #E4D0A8 100%); }

.card-img-sea-home {
  background-image: url('../../assets/images/sea-escape-lightweight.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.card-img-mountain-home {
  background-image: url('../../assets/images/mountain-escape-lightweight.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.card-img-couples-home {
  background-image: url('../../assets/images/couples-escape-lightweight.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.card-img-business-home {
  background-image: url('../../assets/images/business-escape-lightweight.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
/* ─── BUTTONS (release style) ───────────────────────────── */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'DM Sans', sans-serif;
  font-size: 13.5px;
  font-weight: 500;
  letter-spacing: 0.04em;
  padding: 13px 26px;
  border-radius: 100px;
  border: 1.5px solid transparent;
  cursor: pointer;
  transition: background 0.22s ease, transform 0.15s ease, box-shadow 0.22s ease, border-color 0.22s ease;
  text-decoration: none;
  white-space: nowrap;
}
.btn-primary {
  background: var(--accent);
  color: #fff;
  border-color: var(--accent);
}
.btn-primary:hover {
  background: var(--accent-dark);
  border-color: var(--accent-dark);
  transform: translateY(-1px);
  box-shadow: 0 8px 28px rgba(var(--accent-rgb), 0.28);
}
.btn-ghost {
  background: transparent;
  color: var(--ink);
  border-color: var(--border);
}
.btn-ghost:hover { border-color: var(--accent); color: var(--accent); }
.btn-ghost-light {
  background: transparent;
  color: rgba(255,255,255,0.88);
  border-color: rgba(255,255,255,0.42);
}
.btn-ghost-light:hover {
  background: rgba(255,255,255,0.12);
  border-color: rgba(255,255,255,0.7);
  color: #fff;
}
.btn-wa {
  background: var(--wa);
  color: #fff;
  border-color: var(--wa);
}
.btn-wa:hover {
  background: var(--wa-dark);
  border-color: var(--wa-dark);
  transform: translateY(-1px);
}
.btn-outline {
  background: transparent;
  color: var(--accent);
  border-color: var(--accent);
}
.btn-outline:hover { background: var(--accent); color: #fff; }

/* ─── HERO TEXT SHADOW ───────────────────────────────────── */
.hero-text { text-shadow: 0 2px 24px rgba(0,0,0,0.35); }

/* ─── SCROLL INDICATOR ───────────────────────────────────── */
.scroll-hint {
  position: absolute;
  bottom: 36px; left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  opacity: 0.4;
  animation: scrollBounce 2.4s ease-in-out infinite;
}
@keyframes scrollBounce {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50% { transform: translateX(-50%) translateY(6px); }
}
.scroll-hint svg { stroke: rgba(255,255,255,0.7); }

/* ─── DIVIDER ────────────────────────────────────────────── */
.divider {
  width: 40px; height: 1.5px;
  background: var(--accent);
  margin: 20px auto 0;
}
.divider-left { margin-left: 0; }

/* ─── SECTION DARK ───────────────────────────────────────── */
.section-dark { background: var(--ink); color: rgba(255,255,255,0.85); }
.section-dark h2 { color: rgba(255,255,255,0.92); }
.section-dark .eyebrow { color: rgba(var(--accent-rgb), 0.7); opacity: 1; }
.section-dark p { color: rgba(255,255,255,0.5); }

.section-tint { background: var(--stone-alt); }
.section-light { background: var(--stone); }

/* ─── SECTION SPACING ────────────────────────────────────── */
.section-lg { padding: 96px 0; }
.section-md { padding: 72px 0; }
@media (max-width: 767px) {
  .section-lg { padding: 64px 0; }
  .section-md { padding: 48px 0; }
}

/* ─── CONTAINER ──────────────────────────────────────────── */
.container { max-width: 1200px; margin: 0 auto; padding: 0 40px; }
@media (max-width: 767px) { .container { padding: 0 20px; } }

/* ─── SECTION HEAD ───────────────────────────────────────── */
.section-head { text-align: center; margin-bottom: 56px; }
.section-head h2 { font-size: clamp(2rem, 4.5vw, 3rem); color: var(--ink); margin-top: 10px; }
.section-head-left { text-align: left; }

/* ─── TRUST STRIP ────────────────────────────────────────── */
.trust-strip { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 28px; }
.trust-item { display: flex; align-items: center; gap: 7px; font-size: 13px; color: var(--muted); }
.trust-item svg { stroke: var(--accent); flex-shrink: 0; }

/* ─── CARDS (escape cards) ───────────────────────────────── */
.card {
  background: var(--stone);
  border: 1.5px solid var(--border);
  border-radius: 14px;
  overflow: hidden;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.22s ease;
}
.card:hover {
  border-color: var(--accent);
  box-shadow: 0 12px 40px rgba(0,0,0,0.08);
  transform: translateY(-3px);
}
.card-img { position: relative; height: 190px; overflow: hidden; }
.card-img-label {
  position: absolute; bottom: 14px; left: 16px;
  font-size: 10px; font-weight: 600; letter-spacing: 0.2em;
  text-transform: uppercase; color: rgba(255,255,255,0.55);
  font-family: 'DM Sans', sans-serif;
}
.card-body { padding: 28px 28px 32px; }
.card-tag {
  display: inline-block;
  font-size: 10px; font-weight: 600; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--accent);
  margin-bottom: 10px; font-family: 'DM Sans', sans-serif;
}
.card-body h3 { font-size: clamp(1.2rem, 2vw, 1.4rem); color: var(--ink); margin-bottom: 10px; }
.card-body p { font-size: 14px; color: var(--muted); line-height: 1.65; margin-bottom: 20px; }

/* ─── BENEFIT ITEMS ──────────────────────────────────────── */
.benefit-item { display: flex; flex-direction: column; gap: 12px; }
.benefit-icon {
  width: 44px; height: 44px;
  background: var(--accent-light);
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.benefit-icon svg { stroke: var(--accent); }
.benefit-item h4 { font-family: 'DM Sans', sans-serif; font-size: 15px; font-weight: 500; color: var(--ink); }
.benefit-item p { font-size: 13.5px; color: var(--muted); line-height: 1.65; }

/* ─── NUMBERED BENEFIT STRIP ─────────────────────────────── */
.benefit-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border: 1.5px solid var(--border);
  border-radius: 14px;
  overflow: hidden;
  margin: 0 40px;
}
@media (max-width: 899px) { .benefit-strip { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 559px) { .benefit-strip { grid-template-columns: 1fr; margin: 0 20px; } }

.benefit-strip-item {
  padding: 36px 28px;
  border-right: 1.5px solid var(--border);
}
.benefit-strip-item:last-child { border-right: none; }
@media (max-width: 899px) {
  .benefit-strip-item:nth-child(2) { border-right: none; }
  .benefit-strip-item:nth-child(3) { border-right: 1.5px solid var(--border); }
  .benefit-strip-item:nth-child(1),
  .benefit-strip-item:nth-child(2) { border-bottom: 1.5px solid var(--border); }
}
@media (max-width: 559px) {
  .benefit-strip-item { border-right: none !important; border-bottom: 1.5px solid var(--border); }
  .benefit-strip-item:last-child { border-bottom: none; }
}
.benefit-strip-item .num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2rem; font-weight: 300;
  color: var(--accent); opacity: 0.35;
  margin-bottom: 14px;
  line-height: 1;
}
.benefit-strip-item h4 { font-size: 14.5px; font-weight: 500; color: var(--ink); margin-bottom: 8px; font-family: 'DM Sans', sans-serif; }
.benefit-strip-item p { font-size: 13px; color: var(--muted); line-height: 1.6; }

/* ─── EMOTIONAL OPENING (example style) ──────────────────── */
.emotional-section {
  padding: 88px 0 80px;
  background: var(--stone);
}
.emotional-section .inner { max-width: 680px; }
.emotional-section h2 { font-size: clamp(1.8rem, 3.8vw, 2.8rem); color: var(--ink); margin-top: 10px; margin-bottom: 10px; }
.emotional-section .prose p {
  font-size: 15px; color: var(--muted); line-height: 1.8;
  margin-bottom: 18px;
}
.emotional-section .prose p:last-child { margin-bottom: 0; }
@media (max-width: 767px) {
  .emotional-section .container > div {
    grid-template-columns: 1fr !important;
    gap: 36px !important;
  }
}

/* ─── DAY SCENARIO / TIMELINE (example style) ────────────── */
.timeline { display: flex; flex-direction: column; gap: 0; max-width: 600px; margin: 0 auto; }
.timeline-step { display: flex; gap: 24px; padding-bottom: 36px; }
.timeline-step:last-child { padding-bottom: 0; }
.timeline-spine { display: flex; flex-direction: column; align-items: center; flex-shrink: 0; }
.timeline-num {
  width: 40px; height: 40px;
  border-radius: 50%;
  background: var(--accent);
  color: #fff;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.2rem; font-weight: 300;
  display: flex; align-items: center; justify-content: center;
}
.timeline-line { width: 1px; flex: 1; background: var(--border); margin: 8px 0; }
.timeline-step:last-child .timeline-line { display: none; }
.timeline-content { padding-top: 6px; }
.timeline-content h4 { font-family: 'DM Sans', sans-serif; font-size: 15px; font-weight: 500; color: var(--ink); margin-bottom: 5px; }
.timeline-content p { font-size: 13.5px; color: var(--muted); line-height: 1.65; }

/* ─── FAQ ────────────────────────────────────────────────── */
.faq-item {
  border-bottom: 1px solid var(--border);
}
.faq-question {
  display: flex; justify-content: space-between; align-items: center;
  padding: 20px 0; cursor: pointer;
  font-size: 15px; font-weight: 400; color: var(--ink);
  font-family: 'DM Sans', sans-serif;
  gap: 16px;
  user-select: none;
}
.faq-question:hover { color: var(--accent); }
.faq-icon {
  flex-shrink: 0;
  width: 24px; height: 24px;
  border-radius: 50%; border: 1px solid var(--border);
  display: flex; align-items: center; justify-content: center;
  transition: transform 0.3s ease, border-color 0.2s, background 0.2s;
}
.faq-icon svg { stroke: var(--muted); transition: stroke 0.2s; }
.faq-item.open .faq-icon {
  transform: rotate(45deg);
  border-color: var(--accent);
  background: var(--accent-light);
}
.faq-item.open .faq-icon svg { stroke: var(--accent); }
.faq-answer {
  max-height: 0; overflow: hidden;
  transition: max-height 0.38s ease, padding 0.3s ease;
  font-size: 14px; color: var(--muted); line-height: 1.75;
  padding: 0;
}
.faq-item.open .faq-answer { max-height: 300px; padding-bottom: 20px; }

/* ─── FORM CARD ──────────────────────────────────────────── */
.form-card {
  background: #fff;
  border: 1.5px solid var(--border);
  border-radius: 16px;
  padding: 44px 40px;
}
@media (max-width: 639px) { .form-card { padding: 28px 20px; } }

.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
@media (max-width: 639px) { .form-grid { grid-template-columns: 1fr; } }
.form-full { grid-column: 1 / -1; }

.form-field label {
  display: block; font-size: 11.5px; font-weight: 600;
  letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--muted); margin-bottom: 7px;
  font-family: 'DM Sans', sans-serif;
}
.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  color: var(--ink);
  background: var(--stone);
  border: 1.5px solid var(--border);
  border-radius: 8px;
  padding: 11px 14px;
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
  -webkit-appearance: none;
}
.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(var(--accent-rgb), 0.1);
}
.form-field textarea { resize: vertical; min-height: 90px; }

/* ─── FORM ERRORS ───────────────────────────────────────── */
.form-error {
  display: none;
  font-size: 12px;
  color: #c0392b;
  margin-top: 5px;
  line-height: 1.4;
}
.form-error.visible { display: block; }

.form-field.has-error input,
.form-field.has-error select,
.form-field.has-error textarea {
  border-color: #c0392b;
}
.form-field.has-error input:focus,
.form-field.has-error select:focus,
.form-field.has-error textarea:focus {
  box-shadow: 0 0 0 3px rgba(192, 57, 43, 0.1);
}

.form-alert {
  padding: 12px 16px;
  border-radius: 8px;
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: 20px;
}
.form-alert-error {
  background: #fdf0ef;
  border: 1px solid #f5c6cb;
  color: #721c24;
}

/* ─── CHECKBOXES ────────────────────────────────────────── */
.form-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  cursor: pointer;
  font-size: 13px;
  color: var(--muted);
  line-height: 1.5;
}
.form-checkbox input { display: none; }
.form-checkbox-mark {
  flex-shrink: 0;
  width: 18px; height: 18px;
  border: 1.5px solid var(--border);
  border-radius: 4px;
  background: var(--stone);
  display: flex; align-items: center; justify-content: center;
  transition: background 0.15s, border-color 0.15s;
  margin-top: 1px;
}
.form-checkbox input:checked + .form-checkbox-mark {
  background: var(--accent);
  border-color: var(--accent);
}
.form-checkbox input:checked + .form-checkbox-mark::after {
  content: '';
  width: 5px; height: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  margin-top: -2px;
}
.form-checkbox.has-error .form-checkbox-mark {
  border-color: #c0392b;
}
.form-checkbox-text a {
  color: var(--accent);
  text-decoration: underline;
}

/* ─── BUTTON LOADING STATE ──────────────────────────────── */
.btn-primary[disabled] {
  opacity: 0.65;
  cursor: not-allowed;
}

.form-success { display: none; text-align: center; padding: 24px 0; }
.form-success.show { display: block; }
.form-success-icon {
  width: 52px; height: 52px;
  border-radius: 50%;
  background: var(--accent-light);
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 16px;
}

/* ─── COMPARISON GRID ────────────────────────────────────── */
.comparison-item {
  border: 1.5px solid var(--border);
  border-radius: 12px;
  padding: 28px 24px;
  background: var(--stone);
}
.comparison-dot {
  display: inline-block; width: 8px; height: 8px;
  border-radius: 50%; background: var(--accent); margin-right: 8px;
}
.comparison-item h4 { font-size: 13.5px; font-weight: 500; color: var(--ink); margin-bottom: 10px; font-family: 'DM Sans', sans-serif; }
.comparison-item p { font-size: 13px; color: var(--muted); line-height: 1.65; }

/* ─── PULL QUOTE ─────────────────────────────────────────── */
.pull-quote {
  border-left: 3px solid var(--accent);
  padding-left: 24px;
  margin: 36px 0;
}
.pull-quote p {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.2rem, 2.5vw, 1.6rem);
  font-weight: 300; font-style: italic;
  color: var(--ink-soft); line-height: 1.5;
}

/* ─── CHECKLIST ──────────────────────────────────────────── */
.checklist { list-style: none; display: flex; flex-direction: column; gap: 12px; }
.checklist li { display: flex; align-items: flex-start; gap: 10px; font-size: 14px; color: var(--muted); line-height: 1.6; }
.check-icon {
  flex-shrink: 0; width: 18px; height: 18px;
  background: var(--accent-light);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  margin-top: 2px;
}
.check-icon svg { stroke: var(--accent); width: 10px; height: 10px; }

/* ─── SCROLL REVEAL ──────────────────────────────────────── */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.55s ease, transform 0.55s ease; }
.reveal.visible { opacity: 1; transform: none; }
.reveal-d1 { transition-delay: 0.1s; }
.reveal-d2 { transition-delay: 0.2s; }
.reveal-d3 { transition-delay: 0.3s; }

/* ─── MODAL ──────────────────────────────────────────────── */
.modal-overlay {
  position: fixed; inset: 0;
  background: rgba(20,22,18,0.6);
  backdrop-filter: blur(4px);
  display: flex; align-items: center; justify-content: center;
  z-index: 200; padding: 20px;
  opacity: 0; pointer-events: none;
  transition: opacity 0.3s ease;
}
.modal-overlay.open { opacity: 1; pointer-events: all; }
.modal-box {
  background: var(--stone);
  border-radius: 16px;
  padding: 44px 40px;
  max-width: 420px; width: 100%;
  position: relative;
  box-shadow: 0 24px 80px rgba(0,0,0,0.22);
  transform: translateY(12px);
  transition: transform 0.3s ease;
}
.modal-overlay.open .modal-box { transform: none; }
.modal-close {
  position: absolute; top: 18px; right: 20px;
  background: none; border: none; cursor: pointer;
  font-size: 16px; color: var(--muted);
  line-height: 1; padding: 4px;
}
.modal-close:hover { color: var(--ink); }
.modal-icon {
  width: 48px; height: 48px;
  background: var(--accent-light);
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 18px;
}
.modal-box h3 { font-size: 1.6rem; color: var(--ink); margin-bottom: 10px; }
.modal-box p { font-size: 14px; color: var(--muted); line-height: 1.7; margin-bottom: 20px; }
.wa-icon path { fill: currentColor; }

/* ─── HEADER ─────────────────────────────────────────────── */
.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  transition: background 0.3s ease, box-shadow 0.3s ease, padding 0.3s ease;
  padding: 22px 40px;
}
@media (max-width: 767px) { .site-header { padding: 18px 20px; } }

.header-inner { max-width: 1200px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; }

/* Home header: starts transparent */
.home-header { background: transparent; }
.home-header .logo { color: rgba(255,255,255,0.92); }
.home-header .nav-link { color: rgba(255,255,255,0.78); }
.home-header #menu-toggle { color: rgba(255,255,255,0.88); }

.home-header.scrolled {
  background: var(--stone);
  box-shadow: 0 1px 0 var(--border);
  padding-top: 14px; padding-bottom: 14px;
}
.home-header.scrolled .logo { color: var(--ink); }
.home-header.scrolled .nav-link { color: var(--ink-soft); }
.home-header.scrolled #menu-toggle { color: var(--ink); }

/* Landing header: always translucent dark */
.landing-header {
  background: rgba(10,18,16,0.25);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.landing-header .logo { color: rgba(255,255,255,0.9); }
.landing-header .nav-link { color: rgba(255,255,255,0.7); }
.landing-header .back-link { color: rgba(255,255,255,0.6); }
.landing-header .back-link:hover { color: rgba(255,255,255,0.9); }

.logo {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.3rem; font-weight: 400; letter-spacing: 0.02em;
}
.logo span { font-style: italic; font-weight: 300; opacity: 0.7; }

nav.desktop-nav { display: flex; align-items: center; gap: 30px; }
@media (max-width: 767px) { nav.desktop-nav { display: none; } }

.nav-link { font-size: 13.5px; font-weight: 400; letter-spacing: 0.02em; transition: color 0.2s; }
.nav-link:hover { color: var(--accent); }

.menu-toggle { display: none; background: none; border: none; cursor: pointer; padding: 6px; }
@media (max-width: 767px) { .menu-toggle { display: block; } }

.mobile-menu {
  position: fixed; top: 66px; left: 0; right: 0;
  background: var(--stone);
  border-bottom: 1px solid var(--border);
  padding: 20px;
  display: flex; flex-direction: column; gap: 12px;
  transform: translateY(-8px); opacity: 0; pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease;
  z-index: 99;
}
.mobile-menu.open { opacity: 1; transform: none; pointer-events: all; }
.mobile-menu a {
  font-size: 15px; font-weight: 400; color: var(--ink);
  padding: 8px 0; border-bottom: 1px solid var(--border);
}
.mobile-menu a:last-child { border-bottom: none; }

/* Back link */
.back-link {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 13px; color: var(--muted); transition: color 0.2s;
}
.back-link:hover { color: var(--accent); }

/* ─── FOOTER ─────────────────────────────────────────────── */
footer { background: var(--ink); padding: 56px 40px 40px; }
@media (max-width: 767px) { footer { padding: 44px 20px 32px; } }
.footer-cols {
  max-width: 1200px; margin: 0 auto 36px;
  display: grid; grid-template-columns: 1fr; gap: 28px;
  padding-bottom: 34px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
}
@media (min-width: 640px) { .footer-cols { grid-template-columns: 1fr 1fr; gap: 48px; } }
.footer-col h4 {
  font-family: 'DM Sans', sans-serif;
  font-size: 10.5px; font-weight: 600;
  letter-spacing: 0.22em; text-transform: uppercase;
  color: rgba(255,255,255,0.55);
  margin-bottom: 16px;
}
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 9px; }
.footer-col a { font-size: 13px; color: rgba(255,255,255,0.5); transition: color 0.2s; }
.footer-col a:hover { color: rgba(255,255,255,0.85); }
.footer-inner {
  max-width: 1200px; margin: 0 auto;
  display: flex; flex-direction: column; gap: 24px;
}
@media (min-width: 768px) { .footer-inner { flex-direction: row; align-items: center; justify-content: space-between; } }
.footer-logo { font-family: 'Cormorant Garamond', serif; font-size: 1.2rem; color: rgba(255,255,255,0.75); font-weight: 400; }
.footer-logo span { font-style: italic; font-weight: 300; opacity: 0.6; font-size: 0.85em; }
.footer-nav { display: flex; flex-wrap: wrap; gap: 20px; }
.footer-nav a { font-size: 13px; color: rgba(255,255,255,0.38); transition: color 0.2s; }
.footer-nav a:hover { color: rgba(255,255,255,0.7); }
.footer-copy { font-size: 12px; color: rgba(255,255,255,0.28); }
.footer-copy a { color: inherit; }
.footer-copy a:hover { color: rgba(255,255,255,0.6); }

/* ─── INTERNAL LINK BLOCKS (contextual SEO) ─────────────── */
.linkblocks { background: var(--stone-alt); padding: 64px 0; }
@media (max-width: 767px) { .linkblocks { padding: 48px 0; } }
.linkblocks-grid {
  max-width: 980px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr; gap: 18px;
  padding: 0 20px;
}
@media (min-width: 768px) { .linkblocks-grid { grid-template-columns: repeat(3, 1fr); gap: 20px; } }
.linkcard {
  background: var(--stone);
  border: 1px solid var(--border);
  border-radius: 4px;
  padding: 26px 26px 24px;
  display: flex; flex-direction: column;
}
.linkcard h3 {
  font-family: 'DM Sans', sans-serif;
  font-size: 10.5px; font-weight: 600;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 16px;
  line-height: 1.5;
}
.linkcard ul { list-style: none; display: flex; flex-direction: column; gap: 11px; }
.linkcard li { font-size: 14px; line-height: 1.4; }
.linkcard a {
  color: var(--ink-soft);
  display: inline-flex; align-items: baseline; gap: 8px;
  border-bottom: 1px solid transparent;
  transition: color 0.2s, border-color 0.2s;
}
.linkcard a::before {
  content: "→";
  color: var(--accent);
  opacity: 0.55;
  font-size: 13px;
  transition: transform 0.2s, opacity 0.2s;
}
.linkcard a:hover { color: var(--accent); }
.linkcard a:hover::before { opacity: 1; transform: translateX(2px); }

/* ─── SCROLLBAR ──────────────────────────────────────────── */
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: var(--stone); }
::-webkit-scrollbar-thumb { background: var(--stone-dark); border-radius: 3px; }

/* ─── COOKIE-BANNER ──────────────────────────────────────────── */
.cookie-banner[hidden],
.cookie-modal[hidden] {
  display: none !important;
}

.cookie-banner {
  position: fixed;
  left: 20px;
  bottom: 20px;
  z-index: 9999;
  max-width: 380px;
  display: flex;
  align-items: center;
  gap: 14px;
  background: var(--ink);
  color: var(--stone);
  border-radius: 999px;
  padding: 10px 10px 10px 18px;
  box-shadow: 0 8px 24px rgba(0,0,0,.18);
  font-size: 13px;
  line-height: 1.4;
  animation: cookie-banner-in .35s ease-out;
}

@keyframes cookie-banner-in {
  from { opacity: 0; transform: translateY(8px); }
  to   { opacity: 1; transform: translateY(0); }
}

.cookie-banner__text {
  margin: 0;
  flex: 1 1 auto;
}

.cookie-banner__link {
  background: none;
  border: 0;
  padding: 0;
  color: var(--stone);
  text-decoration: underline;
  text-underline-offset: 2px;
  cursor: pointer;
  font: inherit;
  opacity: .75;
  transition: opacity .15s;
}
.cookie-banner__link:hover { opacity: 1; }

.cookie-banner__actions {
  display: flex;
  gap: 6px;
  flex-shrink: 0;
}

.cookie-banner__btn {
  cursor: pointer;
  border: 0;
  border-radius: 999px;
  padding: 8px 14px;
  font: inherit;
  font-size: 13px;
  font-weight: 500;
  transition: background .15s, color .15s;
}

.cookie-banner__btn--primary {
  background: var(--stone);
  color: var(--ink);
}
.cookie-banner__btn--primary:hover { background: #fff; }

.cookie-banner__btn--ghost {
  background: transparent;
  color: var(--stone);
  opacity: .7;
}
.cookie-banner__btn--ghost:hover { opacity: 1; }

@media (max-width: 480px) {
  .cookie-banner {
    left: 12px;
    right: 12px;
    bottom: 12px;
    max-width: none;
    border-radius: 14px;
    flex-wrap: wrap;
    padding: 12px 14px;
  }
  .cookie-banner__actions { width: 100%; justify-content: flex-end; }
}

.cookie-modal__actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.cookie-modal button {
  cursor: pointer;
  border: 0;
  border-radius: 10px;
  padding: 10px 14px;
}

.cookie-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
}

.cookie-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.45);
}

.cookie-modal__panel {
  position: relative;
  max-width: 720px;
  margin: 8vh auto 0;
  background: #fff;
  color: #111;
  border-radius: 18px;
  padding: 24px;
  z-index: 1;
}

.cookie-pref {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 16px 0;
  border-top: 1px solid #eee;
}
