/* ============================================================
   Foto Bachmann AG — Weihnachten
   Modern Christmas Experience · warm, ruhig, hochwertig
   ============================================================ */

:root {
  --cream:        #F5EFE3;
  --cream-soft:   #FAF6EE;
  --white-soft:   #FDFBF5;
  --champagne:    #E8DCC2;
  --champagne-2:  #DECDA9;
  --gold:         #B9985C;
  --gold-soft:    #CDB07A;
  --gold-glow:    rgba(205, 176, 122, 0.35);
  --green-deep:   #14211A;
  --green:        #1E3126;
  --green-mid:    #2C4334;
  --brown:        #3D2F22;
  --ink:          #2E261A;
  --ink-soft:     #5C5240;
  --line:         rgba(70, 58, 38, 0.14);
  --line-light:   rgba(232, 220, 194, 0.18);

  --font-display: "Cormorant Garamond", Georgia, serif;
  --font-body:    "Karla", "Helvetica Neue", sans-serif;

  --ease-soft: cubic-bezier(0.22, 0.61, 0.36, 1);
  --shadow-card: 0 2px 6px rgba(46, 38, 26, 0.04), 0 18px 44px rgba(46, 38, 26, 0.08);
  --shadow-lift: 0 6px 14px rgba(46, 38, 26, 0.06), 0 30px 64px rgba(46, 38, 26, 0.14), 0 0 0 1px rgba(185, 152, 92, 0.18), 0 0 46px rgba(205, 176, 122, 0.22);
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.65;
  color: var(--ink);
  background: var(--cream);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img { display: block; max-width: 100%; }

.wrap {
  width: min(1140px, 100% - 48px);
  margin-inline: auto;
}

/* anchor targets land with a little breathing room */
[id] { scroll-margin-top: 24px; }

/* ---------- accessibility ---------- */

.skip-link {
  position: absolute;
  top: -100px;
  left: 16px;
  z-index: 100;
  padding: 12px 22px;
  border-radius: 0 0 12px 12px;
  background: var(--green-deep);
  color: var(--cream);
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  transition: top 0.25s ease;
}
.skip-link:focus-visible { top: 0; }

a:focus-visible,
button:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
  border-radius: 4px;
}
.btn:focus-visible,
.head-link:focus-visible {
  outline: 2px solid var(--gold-soft);
  outline-offset: 3px;
  border-radius: 999px;
}

/* ---------- typography ---------- */

h1, h2, h3 {
  font-family: var(--font-display);
  font-weight: 500;
  line-height: 1.12;
  color: inherit;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--gold);
}
.eyebrow::before,
.eyebrow.has-after::after {
  content: "";
  width: 36px;
  height: 1px;
  background: currentColor;
  opacity: 0.6;
}

.section-head {
  max-width: 640px;
  margin: 0 auto 56px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}
.section-head h2 {
  font-size: clamp(34px, 5vw, 52px);
  text-wrap: balance;
}
.section-head p {
  color: var(--ink-soft);
  font-size: 17px;
  max-width: 520px;
  text-wrap: pretty;
}

/* ---------- buttons ---------- */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 17px 34px;
  border: none;
  border-radius: 999px;
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.5s var(--ease-soft), box-shadow 0.5s var(--ease-soft), background 0.4s ease, color 0.4s ease;
}
.btn .arrow { transition: transform 0.5s var(--ease-soft); }
.btn:hover .arrow { transform: translateX(4px); }

.btn-gold {
  background: linear-gradient(135deg, #CDB07A 0%, #B9985C 55%, #A8874C 100%);
  color: #211A0E;
  box-shadow: 0 10px 28px rgba(150, 118, 62, 0.35);
}
.btn-gold:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 38px rgba(150, 118, 62, 0.45), 0 0 30px rgba(205, 176, 122, 0.35);
}

.btn-ghost {
  background: transparent;
  color: var(--cream);
  box-shadow: inset 0 0 0 1px rgba(232, 220, 194, 0.45);
}
.btn-ghost:hover {
  box-shadow: inset 0 0 0 1px rgba(232, 220, 194, 0.9);
  transform: translateY(-2px);
}

.btn-outline-dark {
  background: transparent;
  color: var(--ink);
  box-shadow: inset 0 0 0 1px rgba(70, 58, 38, 0.35);
}
.btn-outline-dark:hover {
  background: var(--green-deep);
  color: var(--cream);
  box-shadow: 0 14px 30px rgba(20, 33, 26, 0.25);
  transform: translateY(-2px);
}

/* ---------- header ---------- */

.site-head {
  position: absolute;
  top: 0; left: 0; right: 0;
  z-index: 20;
  padding: 28px 0;
}
.site-head .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.brand {
  display: flex;
  flex-direction: column;
  gap: 2px;
  text-decoration: none;
}
.brand .brand-name {
  font-family: var(--font-display);
  font-size: 21px;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: var(--cream);
}
.brand .brand-sub {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: var(--gold-soft);
}
.head-link {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--cream);
  text-decoration: none;
  padding: 12px 22px;
  border-radius: 999px;
  box-shadow: inset 0 0 0 1px rgba(232, 220, 194, 0.35);
  transition: box-shadow 0.4s ease, background 0.4s ease;
  white-space: nowrap;
}
.head-link:hover {
  box-shadow: inset 0 0 0 1px rgba(232, 220, 194, 0.8);
  background: rgba(232, 220, 194, 0.08);
}

/* ---------- hero ---------- */

.hero {
  position: relative;
  background:
    radial-gradient(1100px 520px at 50% -10%, rgba(205, 176, 122, 0.16), transparent 65%),
    radial-gradient(800px 600px at 85% 80%, rgba(60, 92, 70, 0.35), transparent 70%),
    linear-gradient(180deg, #111C15 0%, var(--green-deep) 45%, #18271E 100%);
  color: var(--cream);
  overflow: hidden;
}
.hero-glow {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(420px 320px at 18% 30%, rgba(205, 176, 122, 0.12), transparent 70%),
    radial-gradient(520px 380px at 78% 18%, rgba(205, 176, 122, 0.08), transparent 70%);
  will-change: transform;
}
#hero-lights {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.hero-inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 160px 0 0;
}
.hero h1 {
  font-size: clamp(46px, 8vw, 92px);
  font-weight: 500;
  max-width: 18ch;
  text-wrap: balance;
}
.hero h1 em {
  font-style: italic;
  color: var(--gold-soft);
}
.hero-sub {
  margin-top: 26px;
  max-width: 560px;
  font-size: 18px;
  line-height: 1.7;
  color: rgba(245, 239, 227, 0.78);
  text-wrap: pretty;
}
.hero-cta-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  margin-top: 40px;
}
.hero-meta {
  margin-top: 30px;
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: rgba(205, 176, 122, 0.85);
}

/* hero image — arch frame bleeding into next section */
.hero-figure {
  position: relative;
  z-index: 2;
  width: min(820px, 100% - 48px);
  margin: 72px auto -120px;
  padding: 14px;
  border-radius: 320px 320px 28px 28px;
  background: linear-gradient(180deg, rgba(232, 220, 194, 0.22), rgba(232, 220, 194, 0.06));
  box-shadow: 0 40px 90px rgba(0, 0, 0, 0.45);
}
.hero-figure .frame-inner {
  overflow: hidden;
  border-radius: 308px 308px 18px 18px;
}
.hero-figure image-slot {
  width: 100%;
  height: clamp(340px, 48vw, 540px);
}

/* staggered entrance */
[data-rise] {
  opacity: 0;
  transform: translateY(26px);
  animation: rise 1.2s var(--ease-soft) forwards;
  animation-delay: var(--d, 0s);
}
@keyframes rise {
  to { opacity: 1; transform: none; }
}

/* ---------- scroll reveal ---------- */

.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1s ease, transform 1.1s var(--ease-soft);
  transition-delay: var(--d, 0s);
}
.reveal.in {
  opacity: 1;
  transform: none;
}

/* ---------- trust ---------- */

.trust {
  padding: 200px 0 64px;
  background: var(--cream);
}
.benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}
.benefit {
  background: var(--white-soft);
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 40px 34px;
  box-shadow: var(--shadow-card);
}
.benefit .icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: radial-gradient(circle at 35% 30%, rgba(205, 176, 122, 0.35), rgba(185, 152, 92, 0.12));
  color: var(--gold);
  margin-bottom: 24px;
}
.benefit h3 {
  font-size: 25px;
  margin-bottom: 12px;
}
.benefit p {
  color: var(--ink-soft);
  font-size: 16px;
  text-wrap: pretty;
}

/* ---------- sets gallery (horizontal scroller) ---------- */

.sets {
  padding: 10px 0 120px;
  background: var(--cream);
}
.sets-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 26px;
}
.sets-hint {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-soft);
}
.sets-nav { display: flex; gap: 10px; }
.car-btn {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--white-soft);
  border: 1px solid rgba(185, 152, 92, 0.45);
  color: var(--gold);
  cursor: pointer;
  transition: background 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}
.car-btn:hover {
  background: rgba(185, 152, 92, 0.12);
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(46, 38, 26, 0.12);
}
.sets-scroller {
  display: flex;
  gap: 22px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  /* Kartenkante fluchtet mit dem .wrap-Raster */
  padding-inline: max(24px, (100vw - 1140px) / 2);
  padding-bottom: 12px;
  scrollbar-width: none;
}
.sets-scroller::-webkit-scrollbar { display: none; }
.sets-scroller:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: -2px;
  border-radius: 12px;
}
.set-card {
  display: flex;
  flex-direction: column;
  gap: 14px;
  flex: 0 0 min(420px, 80vw);
  min-width: 0;
  scroll-snap-align: start;
  scroll-margin-inline-start: max(24px, (100vw - 1140px) / 2);
}
.set-card image-slot { width: 100%; height: 380px; }
.set-caption {
  display: flex;
  align-items: baseline;
  gap: 12px;
  font-size: 13px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--ink-soft);
}
.set-caption::before {
  content: "";
  width: 22px;
  height: 1px;
  background: var(--gold);
  align-self: center;
}

/* ---------- packages ---------- */

.packages {
  position: relative;
  padding: 120px 0 130px;
  background:
    radial-gradient(900px 420px at 50% 0%, rgba(205, 176, 122, 0.12), transparent 70%),
    linear-gradient(180deg, #16251C 0%, var(--green) 60%, #1A2C21 100%);
  color: var(--cream);
  overflow: hidden;
}
.packages .section-head p { color: rgba(245, 239, 227, 0.72); }

.package-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  align-items: stretch;
}
.package-grid.single-package {
  grid-template-columns: minmax(0, 560px);
  justify-content: center;
}
.package {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 26px;
  padding: 38px 34px 34px;
  background: rgba(250, 246, 238, 0.04);
  border: 1px solid var(--line-light);
  backdrop-filter: blur(4px);
  transition: transform 0.6s var(--ease-soft), box-shadow 0.6s var(--ease-soft), border-color 0.6s ease;
}
.package:hover {
  transform: translateY(-8px);
  border-color: rgba(205, 176, 122, 0.4);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.35), 0 0 44px rgba(205, 176, 122, 0.14);
}
.package-visual {
  margin: -38px -34px 28px;
  border-radius: 25px 25px 0 0;
  overflow: hidden;
}
.package-visual image-slot { width: 100%; height: 220px; }

.package h3 {
  font-size: 30px;
  margin-bottom: 4px;
}
.package .duration {
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold-soft);
}
.package-desc {
  font-size: 16px;
  line-height: 1.65;
  color: rgba(245, 239, 227, 0.78);
  margin-top: 14px;
}
.package .price {
  font-family: var(--font-display);
  font-size: 46px;
  font-weight: 500;
  margin: 20px 0 4px;
}
.package .price small {
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: rgba(245, 239, 227, 0.62);
  margin-left: 6px;
}
.package ul {
  list-style: none;
  margin: 22px 0 30px;
  display: flex;
  flex-direction: column;
  gap: 13px;
  flex: 1;
}
.package li {
  display: flex;
  gap: 12px;
  font-size: 15.5px;
  line-height: 1.55;
  color: rgba(245, 239, 227, 0.82);
}
.package li svg {
  flex: none;
  margin-top: 4px;
  color: var(--gold-soft);
}
.package li strong { color: var(--cream); font-weight: 700; }

.package .btn { width: 100%; }

/* featured middle card */
.package.featured {
  background: linear-gradient(180deg, #FBF7EF 0%, #F2E9D7 100%);
  color: var(--ink);
  border: 1px solid rgba(205, 176, 122, 0.5);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.4), 0 0 0 6px rgba(205, 176, 122, 0.08);
}
.package.featured:hover {
  transform: translateY(-10px);
  box-shadow: 0 40px 84px rgba(0, 0, 0, 0.42), 0 0 56px rgba(205, 176, 122, 0.22);
}
.package.featured .duration { color: var(--gold); }
.package.featured .package-desc { color: var(--ink-soft); }
.package.featured .price small { color: var(--ink-soft); }
.package.featured li { color: var(--ink-soft); }
.package.featured li strong { color: var(--ink); }
.package.featured li svg { color: var(--gold); }

/* ---------- extras ---------- */

.extras {
  padding: 120px 0;
  background: var(--cream-soft);
}
.extras-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}
.extras-grid.two-up {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 800px;
  margin-inline: auto;
}
.extra {
  position: relative;
  border-radius: 24px;
  border: 1px solid var(--line);
  background: var(--white-soft);
  padding: 36px 32px;
  box-shadow: var(--shadow-card);
  display: flex;
  flex-direction: column;
  gap: 14px;
  transition: transform 0.6s var(--ease-soft), box-shadow 0.6s var(--ease-soft), border-color 0.6s ease;
}
.extra:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lift);
}
.extra .icon {
  width: 50px;
  height: 50px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: rgba(185, 152, 92, 0.12);
  color: var(--gold);
}
.extra h3 { font-size: 24px; }
.extra p { color: var(--ink-soft); font-size: 15.5px; flex: 1; text-wrap: pretty; }

/* Text-CTA im Kartenfooter — reuse der Arrow-Mikrointeraktion aus .btn,
   aber als schlanker Link statt Pill-Button (passt besser in eine
   inhaltsgetriebene Karte als ein voller Button). */
.extra-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--gold);
  font-size: 13.5px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-decoration: none;
  border-top: 1px solid var(--line);
  padding-top: 16px;
  margin-top: 4px;
  transition: color 0.3s ease;
}
.extra-cta .arrow { transition: transform 0.5s var(--ease-soft); }
.extra-cta:hover { color: var(--gold-soft); }
.extra-cta:hover .arrow { transform: translateX(4px); }

/* ---------- addon (optionales Upgrade) ---------- */
/* Bewusst deutlich kleiner/ruhiger als .packages — reines Add-on, keine
   zweite Preis-Karte. Keine Bild-Kachel, kein CTA-Button. */
.addon {
  padding: 64px 0;
  background: var(--white-soft);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.addon-inner {
  max-width: 560px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.addon-inner .eyebrow { margin-bottom: 4px; }
.addon-inner h2 {
  font-size: clamp(24px, 3vw, 30px);
}
.addon-inner p { color: var(--ink-soft); font-size: 15.5px; text-wrap: pretty; }
.addon-price {
  font-family: var(--font-display);
  font-size: 20px;
  color: var(--ink);
}
.addon-price strong { color: var(--gold); font-weight: 600; }
.addon-footnote {
  font-size: 12.5px !important;
  color: var(--ink-soft);
  opacity: 0.8;
  margin-top: 2px;
}

/* ---------- timeline / ablauf ---------- */

.ablauf {
  padding: 120px 0 130px;
  background: var(--cream);
}
.timeline {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  position: relative;
  counter-reset: step;
}
.t-step {
  position: relative;
  text-align: center;
  padding: 56px 28px 0;
}
/* connecting line */
.t-step::before {
  content: "";
  position: absolute;
  top: 27px;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(185, 152, 92, 0.5), transparent);
  transform: scaleX(0);
  transition: transform 1.2s var(--ease-soft);
  transition-delay: var(--d, 0s);
}
.t-step.in::before { transform: scaleX(1); }
.t-step .dot {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--white-soft);
  border: 1px solid rgba(185, 152, 92, 0.55);
  box-shadow: 0 0 0 8px var(--cream), 0 0 26px rgba(205, 176, 122, 0.3);
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 600;
  color: var(--gold);
}
.t-step h3 {
  font-size: 24px;
  margin: 28px auto 10px;
  max-width: 24ch;
  text-wrap: balance;
}
.t-step p {
  color: var(--ink-soft);
  font-size: 15.5px;
  max-width: 30ch;
  margin: 0 auto;
  text-wrap: pretty;
}
.t-step .t-note {
  font-size: 13px;
  font-style: italic;
  color: var(--gold);
  opacity: 0.85;
  margin-top: 8px;
}

/* ---------- booking ---------- */

.booking {
  position: relative;
  padding: 130px 0;
  background:
    radial-gradient(900px 500px at 50% 110%, rgba(205, 176, 122, 0.14), transparent 70%),
    linear-gradient(180deg, #121D16 0%, var(--green-deep) 100%);
  color: var(--cream);
  overflow: hidden;
}
#booking-lights {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.booking-inner {
  position: relative;
  z-index: 2;
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.booking h2 {
  font-size: clamp(36px, 5.4vw, 56px);
  text-wrap: balance;
}
.booking p {
  color: rgba(245, 239, 227, 0.78);
  text-wrap: pretty;
}
.booking .limited {
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--gold-soft);
}

.booking-tool {
  width: 100%;
  margin-top: 26px;
  border-radius: 24px;
  border: 1px dashed rgba(205, 176, 122, 0.45);
  background: rgba(250, 246, 238, 0.03);
  padding: 48px 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.booking-tool .selected-package {
  font-family: var(--font-display);
  font-size: 26px;
  color: var(--cream);
}
.booking-tool .selected-duration {
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold-soft);
}

/* ---------- faq ---------- */

.faq {
  padding: 120px 0;
  background: var(--cream);
}
.faq-list {
  max-width: 720px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.faq-item {
  border-bottom: 1px solid var(--line);
}
.faq-item:first-child { border-top: 1px solid var(--line); }
.faq-q {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 26px 4px;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  font-family: var(--font-display);
  font-size: 23px;
  font-weight: 500;
  color: var(--ink);
  transition: color 0.3s ease;
}
.faq-q:hover { color: var(--gold); }
.faq-q .chev {
  flex: none;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  border: 1px solid rgba(185, 152, 92, 0.45);
  color: var(--gold);
  transition: transform 0.55s var(--ease-soft), background 0.4s ease;
}
.faq-item.open .chev {
  transform: rotate(45deg);
  background: rgba(185, 152, 92, 0.12);
}
.faq-a {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.65s var(--ease-soft);
}
.faq-a p {
  padding: 0 44px 28px 4px;
  color: var(--ink-soft);
  font-size: 16px;
  text-wrap: pretty;
}

/* ---------- footer ---------- */

.site-foot {
  background: var(--green-deep);
  color: rgba(245, 239, 227, 0.66);
  padding: 56px 0;
}
.site-foot .wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.foot-brand {
  font-family: var(--font-display);
  font-size: 20px;
  letter-spacing: 0.06em;
  color: var(--cream);
}
.site-foot a {
  color: var(--gold-soft);
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 0.08em;
}
.site-foot a:hover { color: var(--champagne); }
.foot-note { font-size: 13px; }

/* ---------- responsive ---------- */

@media (max-width: 980px) {
  .benefit-grid,
  .extras-grid,
  .extras-grid.two-up,
  .package-grid {
    grid-template-columns: 1fr;
    max-width: 520px;
    margin-inline: auto;
  }
  .package.featured { order: -1; }

  /* timeline becomes vertical */
  .timeline { grid-template-columns: 1fr; gap: 48px; }
  .t-step {
    text-align: left;
    padding: 0 0 0 86px;
  }
  .t-step .dot {
    left: 0;
    top: 0;
    transform: none;
    box-shadow: 0 0 0 8px var(--cream), 0 0 26px rgba(205, 176, 122, 0.3);
  }
  .t-step::before {
    top: 54px;
    left: 27px;
    width: 1px;
    height: calc(100% + 48px);
    background: linear-gradient(180deg, rgba(185, 152, 92, 0.5), transparent);
    transform: scaleY(0);
    transform-origin: top;
  }
  .t-step.in::before { transform: scaleY(1); }
  .t-step:last-child::before { display: none; }
  .t-step h3 { margin: 6px 0 8px; }
  .t-step h3, .t-step p { margin-inline: 0; }
}

@media (max-width: 620px) {
  body { font-size: 16px; }
  .hero-inner { padding-top: 130px; }
  .hero-figure { margin-bottom: -80px; padding: 8px; }
  .trust { padding-top: 150px; }
  .set-card image-slot { height: 300px; }
  .section-head { margin-bottom: 40px; }
  .hero-cta-row .btn { width: 100%; }
  .booking-tool { padding: 38px 22px; }
  .faq-q { font-size: 20px; }
}

/* ---------- reduced motion ---------- */

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  [data-rise] { animation: none; opacity: 1; transform: none; }
  .reveal { transition: none; opacity: 1; transform: none; }
  .t-step::before { transition: none; transform: none; }
  .btn, .package, .extra { transition: none; }
  .skip-link { transition: none; }
}