/* ==========================================================================
   Liora Photo Co. — shared styles
   Ported from the "Liora Photo Co. homepage redesign" design export.
   ========================================================================== */
:root {
  --cream: #fffaf6;
  --cream-card: #fffdf9;
  --charcoal: #2a2a2a;
  --deep: #4f5526;
  --green: #4f5526;
  --cream-text: #F2EDE3;
  --gold: #8A6F45;
  --gold-light: #C9B78E;
  --font-body: 'Jost', sans-serif;
  --font-display: 'Cormorant Garamond', serif;
  --font-accent: 'Playfair Display', serif;
  --font-cursive: 'Pinyon Script', cursive;
  --font-mono: 'IBM Plex Mono', monospace;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--green);
  font-family: var(--font-body);
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}
a { color: var(--green); text-decoration: none; }
a:hover { color: var(--gold); }
::selection { background: var(--green); color: var(--cream-card); }
details > summary { list-style: none; cursor: pointer; }
details > summary::-webkit-details-marker { display: none; }
img { max-width: 100%; }

/* ---------- NAV ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 60;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 0.375rem clamp(1.25rem, 5vw, 4.5rem);
  background: rgba(255,250,246,0.92);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(36,64,58,0.1);
}
.brand { display: flex; align-items: center; }
.brand img { height: 3.4rem; width: auto; display: block; }
.main-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem clamp(1rem, 2.2vw, 2.1rem);
  font-size: clamp(0.75rem, 1vw, 0.9rem);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 400;
  white-space: nowrap;
}
.main-nav a[aria-current="page"] { color: var(--gold); }

.hamburger {
  display: none;
  flex-direction: column;
  gap: 0.35rem;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
}
.hamburger span {
  width: 1.5rem;
  height: 2px;
  background: var(--green);
  display: block;
  transition: all 0.3s ease;
}
.hamburger[aria-expanded="true"] span:nth-child(1) { transform: translateY(0.6rem) rotate(45deg); }
.hamburger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.hamburger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-0.6rem) rotate(-45deg); }

/* ---------- BUTTONS ---------- */
.btn-pill {
  display: inline-block;
  padding: 1rem 2rem;
  border-radius: 999px;
  font-size: 0.6875rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 400;
  background: var(--green);
  color: var(--cream-text);
  border: 1px solid var(--green);
  transition: background 0.25s, color 0.25s, border-color 0.25s;
  text-align: center;
}
.btn-pill:hover { background: var(--gold); border-color: var(--gold); color: var(--cream-text); }
.btn-pill.on-dark { background: var(--cream-text); color: var(--deep); border-color: var(--cream-text); }
.btn-pill.on-dark:hover { background: var(--gold-light); border-color: var(--gold-light); color: var(--deep); }

.btn-pill-outline {
  display: inline-block;
  padding: 1rem 2rem;
  border-radius: 999px;
  font-size: 0.6875rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 400;
  background: transparent;
  color: var(--green);
  border: 1px solid rgba(36,64,58,0.28);
  transition: background 0.25s, color 0.25s, border-color 0.25s;
  text-align: center;
}
.btn-pill-outline:hover { background: var(--green); color: var(--cream-text); border-color: var(--green); }
.btn-pill-outline.on-dark { color: var(--cream-text); border-color: rgba(242,237,227,0.32); }
.btn-pill-outline.on-dark:hover { border-color: var(--gold-light); color: var(--gold-light); background: transparent; }

/* Unified primary CTA — nav "Check your date", "How to book" step CTA, and
   the Classic/Grande "Inquire" buttons all share this styling. */
.btn-primary {
  display: inline-block;
  flex: none;
  padding: 1rem 2rem;
  border-radius: 999px;
  font-size: 0.6875rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 400;
  background: var(--green);
  color: var(--cream-text);
  border: 1px solid var(--green);
  transition: background 0.25s, color 0.25s, border-color 0.25s;
  text-align: center;
  white-space: nowrap;
}
.btn-primary:hover { background: var(--gold-light); border-color: var(--gold-light); color: var(--deep); }

/* ---------- TYPOGRAPHY PATTERNS ---------- */
.kicker {
  font-family: var(--font-cursive);
  font-style: normal;
  font-weight: 400;
  font-size: clamp(1.75rem, 3.2vw, 2.4rem);
  line-height: 1.15;
  letter-spacing: 0.01em;
  color: var(--gold);
  margin: 0 0 0.7rem;
}
.kicker.on-dark { color: var(--gold-light); }
h1.display, h2.display {
  font-family: var(--font-display);
  font-weight: 300;
  line-height: 0.98;
  letter-spacing: -0.02em;
  margin: 0 0 1.1rem;
  text-wrap: pretty;
}
h1.display { font-size: clamp(2.5rem, 5.6vw, 5.5rem); }
h2.display { font-size: clamp(2.3rem, 5vw, 4.5rem); line-height: 1; }
em.accent { font-family: var(--font-cursive); font-style: normal; font-weight: 400; font-size: 1.2em; color: var(--gold); }
em.accent.on-dark { color: var(--gold-light); }
.lede {
  font-size: clamp(0.94rem, 1.1vw, 1.125rem);
  line-height: 1.6;
  font-weight: 300;
  color: #111;
  margin: 0 auto;
  max-width: 44ch;
  text-wrap: pretty;
}
.lede.on-dark { color: rgba(242,237,227,0.74); }
.cta-row { display: flex; flex-wrap: wrap; gap: 0.75rem; justify-content: center; margin-top: clamp(1.5rem, 3vw, 2.25rem); }

/* ---------- PAGE HERO (interior pages) ---------- */
.page-hero { text-align: center; padding: clamp(4rem, 8vw, 7.5rem) clamp(1.25rem, 5vw, 4.5rem); background: var(--deep); color: var(--cream-text); }
.page-hero-inner { max-width: 56rem; margin: 0 auto; }

/* ---------- ENHANCEMENTS PAGE ---------- */
.enhancements-hero {
  padding-top: clamp(2rem, 4vw, 3rem);
  padding-bottom: clamp(2rem, 4vw, 3rem);
}
/* "Enhancements" label — cursive script matching em.accent "yours." */
.enhancements-hero .kicker {
  font-family: var(--font-cursive);
  font-weight: 400;
  font-size: clamp(2.4rem, 6vw, 6rem);
  line-height: 0.98;
  letter-spacing: 0;
  margin-bottom: 0.75rem;
}
#backdrops .kicker, #glam .kicker, #templates .kicker {
  font-size: clamp(2.1rem, 3.9vw, 2.9rem);
}
#backdrops .lede { color: #111; }
#glam h2.display { color: var(--green); }

/* ---------- SECTIONS ---------- */
.section { padding: clamp(3.5rem, 7vw, 6.5rem) clamp(1.25rem, 5vw, 4.5rem); }
.section.dark { background: var(--deep); color: var(--cream-text); }
.section.card-bg { background: var(--cream-card); }
.section.full-edge { padding: clamp(3.5rem, 7vw, 6.5rem) 0 0 0; margin: 0; }
.section.full-edge .section-head { padding: 0 clamp(1.25rem, 5vw, 4.5rem); }
.section-head { text-align: center; max-width: 44rem; margin: 0 auto clamp(2.5rem, 4vw, 3.75rem); }

/* ---------- HERO (home) ---------- */
.hero {
  position: relative;
  width: 100%;
  height: 100svh;
  min-height: 36rem;
  overflow: hidden;
  color: var(--cream-text);
  background: var(--deep);
}
.hero-carousel {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.hero-carousel .swiper-wrapper,
.hero-carousel .swiper-slide {
  width: 100%;
  height: 100%;
}
.hero-carousel .swiper-slide {
  background: var(--deep);
  position: relative;
}
.hero-carousel .swiper-slide::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  z-index: 1;
}
.hero-carousel .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  /* Belt-and-suspenders alongside draggable="false": stops the browser's
     native image-drag-ghost from ever engaging over the hero carousel. */
  -webkit-user-drag: none;
  user-drag: none;
  -webkit-user-select: none;
  user-select: none;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(2.5rem, 5vw, 5rem) clamp(1.5rem, 6vw, 6rem);
  background: linear-gradient(to top, rgba(0,0,0,0.62) 0%, rgba(0,0,0,0.18) 55%, transparent 100%);
  animation: hero-fade-in 1s ease both;
}
@keyframes hero-fade-in {
  from { opacity: 0; transform: translateY(1rem); }
  to   { opacity: 1; transform: translateY(0); }
}
.hero-badge {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.8rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--gold-light);
  margin-bottom: clamp(1rem, 2vw, 1.75rem);
}
.hero-badge .line { width: 1.75rem; height: 1px; background: var(--gold-light); display: block; }
.hero-overlay h1 {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: clamp(2.4rem, 6vw, 6rem);
  line-height: 0.98;
  letter-spacing: -0.02em;
  margin: 0 0 clamp(1rem, 2vw, 1.6rem);
  max-width: 20ch;
  text-shadow: 0 2px 20px rgba(0,0,0,0.3);
}
.hero-overlay .lede {
  color: rgba(242,237,227,0.82);
  margin: 0 0 clamp(1.5rem, 2.8vw, 2.25rem);
  text-align: left;
  max-width: 42ch;
}
.hero-ctas { display: flex; flex-wrap: wrap; gap: 0.75rem; margin-bottom: clamp(1.25rem, 2.5vw, 2rem); }
.hero-trust { display: flex; flex-wrap: wrap; gap: 0.5rem 1.5rem; font-size: 0.8rem; letter-spacing: 0.03em; color: rgba(242,237,227,0.62); }
/* Mobile: .site-header sits above .hero (not overlaid on it), so a full
   100svh hero pushes the bottom-anchored hero-trust row below the first
   screen. Subtract the header's height so it lands on-screen at load. */
@media (max-width: 899px) {
  .hero { height: calc(100svh - 4.3rem); }
}
/* ---------- REVEAL SCROLL (Handcrafted section) ---------- */
.reveal {
  background: var(--cream);
}
.reveal-inner {
  position: relative;
}
/* Mobile base: text gets normal section padding, photos stack below */
.reveal-text {
  padding: clamp(3.5rem, 7vw, 6.5rem) clamp(1.25rem, 5vw, 4.5rem);
}
.reveal-photos {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 0 clamp(1.25rem, 5vw, 4.5rem) clamp(3rem, 6vw, 5rem);
}
.rp {
  width: 100%;
  border-radius: 2px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.13);
}

/* Scoped text overrides for the reveal section */
.reveal .kicker {
  color: var(--green);
  font-size: clamp(3.2rem, 5.85vw, 4.35rem);
  max-width: 26rem;
  margin-left: auto;
  margin-right: auto;
}
.reveal .booth-desc {
  font-size: clamp(1.08rem, 1.3vw, 1.3rem);
}
.reveal .feature-list {
  max-width: 34rem;
}
.reveal .feature-num {
  font-size: 1.68rem;
}
.reveal .feature-item p {
  font-size: 1.12rem;
}

/* Desktop: sticky text, photos scroll past the edges */
@media (min-width: 900px) {
  .reveal-text {
    position: sticky;
    top: 0;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 1;
  }
  .reveal-photos {
    position: relative;
    z-index: 2;
    margin-top: -100vh;
    pointer-events: none;
    background: transparent;
    height: 165vh;
  }
  .rp {
    position: absolute;
    height: auto;
    border-radius: 2px;
    box-shadow: 0 8px 36px rgba(0,0,0,0.17);
  }
  /* Pair 1 — rises into view together */
  .rp-1 { top: 6vh;  left: 0;   width: 24%; }
  .rp-2 { top: 30vh; right: 0;  width: 19%; }
  /* Pair 2 — rises into view together, lower in the scroll */
  .rp-3 { top: 75vh; right: 3%; width: 26%; }
  .rp-4 { top: 92vh; left: 4%;  width: 20%; }
  /* Desktop photos are always visible — neutralize any .fade-in initial state */
  .reveal-photos .rp { opacity: 1; transform: none; transition: none; }
}

/* Mobile Handcrafted: text pins while a 2x2 photo grid scrolls over it.
   No explicit height on .reveal-text — natural content height only.
   No vh/dvh/svh values because we set no heights at all.
   This avoids the judder loop: without a forced vh height, there is no
   height-vs-viewport feedback when the address bar shows/hides. */
@media (max-width: 899px) {
  /* sticky; bottom: 0 pins the text when its BOTTOM edge reaches the viewport
     bottom — the user has scrolled the full text height through the viewport
     first (items 1→10 in order), then the text catches at the bottom. */
  .reveal-text {
    position: sticky;
    top: 0;
    z-index: 1;
  }
  .reveal-photos {
    position: relative;
    z-index: 2; /* photos render above pinned text */
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.2rem;
    padding: 1.5rem clamp(1.25rem, 5vw, 4.5rem) clamp(2.5rem, 5vw, 4rem);
  }
  .rp {
    width: 100%;
    position: relative;
    box-shadow: 0 8px 28px rgba(0,0,0,0.20);
  }
}

/* ---------- EVENT TICKER (standalone band) ---------- */
.ticker-section { background: var(--charcoal); overflow: hidden; padding: clamp(0.75rem, 1.5vw, 1rem) 0; }
.ticker-track { display: flex; width: max-content; animation: liora-ticker 30s linear infinite; }
.ticker-track span { font-family: var(--font-display); font-style: italic; font-size: clamp(1rem, 1.7vw, 1.375rem); letter-spacing: 0.04em; color: var(--cream); white-space: nowrap; }
@keyframes liora-ticker { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ---------- PROMISE GRID ---------- */
/* ---------- ICON BOOTH (feature list) ---------- */
.booth-desc { font-family: var(--font-accent); color: var(--charcoal); }
.feature-list { max-width: 44rem; margin: 0 auto; border-top: 1px solid rgba(36,64,58,0.16); }
.feature-item { display: flex; align-items: baseline; gap: 1.25rem; padding: 1rem 0.25rem; border-bottom: 1px solid rgba(36,64,58,0.16); }
.feature-num { font-family: var(--font-cursive); font-size: 1.5rem; color: var(--gold); flex-shrink: 0; width: 2.25rem; }
.feature-item p { margin: 0; font-family: var(--font-accent); font-size: 1rem; color: var(--charcoal); }

/* ---------- FEATURE ROW (text + video split) ---------- */
.feature-row { display: flex; align-items: center; gap: clamp(2rem, 5vw, 4.5rem); }
.feature-row.reverse { flex-direction: row-reverse; }
.feature-copy { flex: 1 1 0; }
.feature-copy .display, .feature-copy .lede { color: var(--charcoal); }
.feature-copy .lede { margin: 0; max-width: none; }
.feature-media { flex: 1 1 0; }
.feature-media .rail-visual { width: 100%; aspect-ratio: 4 / 5; }
.feature-media video { width: 100%; height: 100%; object-fit: cover; display: block; }

/* ---------- HOW TO BOOK (steps) ---------- */
.steps-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 230px), 1fr)); gap: clamp(1.25rem, 2.6vw, 2.75rem); }
.step { text-align: center; display: flex; flex-direction: column; align-items: center; gap: 0.85rem; }
.step-num { font-family: var(--font-display); font-size: clamp(3.5rem, 5.4vw, 5.25rem); line-height: 0.8; color: rgba(36,64,58,0.28); }
.step-tag { font-family: var(--font-mono); font-size: 0.63rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold); }
.step h3 { font-family: var(--font-display); font-weight: 400; font-size: clamp(1.5rem, 2.1vw, 2rem); line-height: 1.1; margin: 0; }
.step p { font-size: 0.94rem; line-height: 1.62; font-weight: 300; color: #111; margin: 0; max-width: 32ch; }

/* How to Book — cream background, green/gold text, enlarged */
#how-to-book {
  background: var(--cream);
  color: var(--green);
}

/* ---------- STATEMENT SECTION (pinned glide anchor) ---------- */
.statement-pin {
  position: relative;
  width: 100%;
  height: 65dvh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 900px) {
  .statement-pin { height: 100vh; }
}
.statement-pin::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url('assets/45_Dinner-with-Friends_Details_Booth_Stock.jpg') center / cover no-repeat;
  filter: grayscale(55%);
  z-index: 0;
}
.statement-pin::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1;
}
.statement-text {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.15em;
  text-align: center;
  padding: 0 clamp(1.5rem, 5vw, 4rem);
}
.statement-serif {
  display: block;
  font-family: var(--font-display);
  font-weight: 300;
  font-size: clamp(3rem, 7vw, 7rem);
  line-height: 0.98;
  letter-spacing: -0.02em;
  color: var(--cream-text);
  text-shadow: 0 2px 20px rgba(0,0,0,0.3);
}
.statement-script {
  display: block;
  font-family: var(--font-cursive);
  font-style: normal;
  font-weight: 400;
  font-size: clamp(3.5rem, 8.5vw, 8.5rem);
  line-height: 1;
  color: var(--gold-light);
  text-shadow: 0 2px 20px rgba(0,0,0,0.3);
}

/* Desktop glide: statement pins inside wrapper, releases when wrapper exits */
@media (min-width: 900px) {
  .glide-stack {
    position: relative;
  }
  .statement-pin {
    position: sticky;
    top: 0;
    z-index: 1;
  }
  #how-to-book {
    position: relative;
    z-index: 5;
  }
}

/* Mobile glide: Now Booking pins while How to Book rises over it.
   .statement-pin keeps its normal 65dvh height (image + one line of text,
   fits easily) — no forced height on the sticky element, same approach
   used on the other mobile glides above (avoids the judder loop). */
@media (max-width: 899px) {
  .glide-stack {
    position: relative;
  }
  .statement-pin {
    position: sticky;
    top: 0;
    z-index: 1;
  }
  #how-to-book {
    position: relative;
    z-index: 5;
  }
}
#how-to-book .kicker {
  color: var(--gold);
  font-size: clamp(2.45rem, 4.5vw, 3.35rem);
}
#how-to-book .step-num { color: rgba(79, 85, 38, 0.2); }
#how-to-book .step-tag { color: var(--gold); font-size: 0.72rem; }
#how-to-book .step h3 {
  color: var(--green);
  font-size: clamp(1.88rem, 2.6vw, 2.5rem);
}
#how-to-book .step p {
  color: #111;
  font-size: clamp(1.05rem, 1.2vw, 1.18rem);
}
#how-to-book .btn-primary {
  background: var(--green);
  color: var(--cream-text);
  border-color: var(--green);
}
#how-to-book .btn-primary:hover {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--cream-text);
}

/* ---------- EXPERIENCES section headings ---------- */
#experiences .kicker    { font-size: clamp(2.45rem, 4.5vw, 3.35rem); }
#experiences h2.display { font-size: clamp(2.75rem, 5.5vw, 5rem); }
#experiences .lede      { font-size: clamp(1.05rem, 1.3vw, 1.2rem); }

/* ---------- EXPERIENCE / PACKAGES ---------- */
.pkg-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 230px), 1fr)); gap: 1px; background: rgba(36,64,58,0.16); border: 1px solid rgba(36,64,58,0.16); }
.pkg-card { background: var(--cream); padding: clamp(1.75rem, 2.8vw, 2.75rem); display: flex; flex-direction: column; position: relative; }
.pkg-card.featured { background: var(--green); color: var(--cream-text); }
.pkg-tag-row { display: flex; justify-content: space-between; align-items: center; gap: 0.75rem; margin-bottom: 1.1rem; }
.pkg-tag { font-family: var(--font-mono); font-size: 0.63rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gold); }
.pkg-card.featured .pkg-tag { color: var(--gold-light); }
.pkg-badge { font-family: var(--font-mono); font-size: 0.6rem; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(242,237,227,0.68); }
.pkg-card h3 { font-family: var(--font-display); font-weight: 400; font-size: clamp(1.6rem, 2.2vw, 2.1rem); line-height: 1; margin: 0 0 1.5rem; }
.pkg-list { display: flex; flex-direction: column; gap: 0.7rem; font-size: 0.875rem; font-weight: 300; color: #111; margin-bottom: 2rem; }
.pkg-card.featured .pkg-list { color: rgba(242,237,227,0.82); }
.pkg-card .btn-primary { display: block; width: 100%; margin-top: auto; }
/* The Signature card's background is var(--green), same as .btn-primary's
   default fill — invert to cream so the button stays visible against it. */
.pkg-card.featured .btn-primary { background: var(--cream-text); color: var(--deep); border-color: var(--cream-text); }
.pkg-card.featured .btn-primary:hover { background: var(--gold-light); border-color: var(--gold-light); color: var(--deep); }

/* ---------- COVERAGE ---------- */
.coverage-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr)); gap: 1px; background: rgba(36,64,58,0.16); border: 1px solid rgba(36,64,58,0.16); max-width: 68rem; margin: 0 auto; }
.coverage-card { background: var(--cream-card); padding: clamp(1.75rem, 3vw, 2.75rem); text-align: center; display: flex; flex-direction: column; align-items: center; gap: 1rem; }
.coverage-card .tag { font-family: var(--font-mono); font-size: 0.66rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold); }
.coverage-card .tag.muted { color: rgba(36,64,58,0.72); }
.coverage-card p { font-family: var(--font-display); font-size: clamp(1.1rem, 1.7vw, 1.4rem); line-height: 1.4; max-width: 52ch; margin: 0; }

/* Coverage section — olive green background, tighter vertical spacing */
#coverage {
  background: #5d642f;
  color: var(--cream-text);
  padding-top: clamp(1.75rem, 3.5vw, 3.25rem);
  padding-bottom: clamp(1.75rem, 3.5vw, 3.25rem);
}
#coverage .section-head {
  margin-bottom: clamp(1.25rem, 2vw, 1.875rem);
}
#coverage .kicker { color: var(--gold-light); font-size: clamp(2.45rem, 4.5vw, 3.35rem); }
#coverage h2.display { color: var(--cream-text); font-size: clamp(2.75rem, 5.5vw, 5rem); }
#coverage .coverage-grid {
  background: rgba(255,255,255,0.08);
  border-color: rgba(255,255,255,0.14);
}
#coverage .coverage-card {
  background: transparent;
}
#coverage .coverage-card .tag { color: var(--gold-light); }
#coverage .coverage-card .tag.muted { color: rgba(242,237,227,0.55); }
#coverage .coverage-card p { color: var(--cream-text); }

/* ---------- GLIDE STACK 3: Coverage pins, Straight Answers rises over ---------- */
@media (min-width: 900px) {
  .glide-stack-3 { position: relative; }
  #coverage {
    position: sticky;
    top: 0;
    z-index: 1;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #faq {
    position: relative;
    z-index: 5;
    background: var(--cream);
  }
}

/* Mobile glide: Coverage pins while Straight Answers rises over it.
   No explicit height on #coverage — natural content height only (~345px),
   which fits within the viewport so it pins cleanly with no vh/dvh math
   and no JS. Same no-forced-height approach that avoids the judder loop
   on the mobile Handcrafted glide above. */
@media (max-width: 899px) {
  .glide-stack-3 { position: relative; }
  #coverage {
    position: sticky;
    top: 0;
    z-index: 1;
  }
  #faq {
    position: relative;
    z-index: 5;
    background: var(--cream);
  }
}

/* ---------- STRAIGHT ANSWERS section headings ---------- */
#faq .kicker    { font-size: clamp(2.45rem, 4.5vw, 3.35rem); }
#faq h2.display { font-size: clamp(2.75rem, 5.5vw, 5rem); }

/* ---------- FAQ ACCORDION ---------- */
.faq-group { max-width: 62.5rem; margin: 0 auto clamp(3.5rem, 6vw, 5.5rem); }
.faq-group:last-child { margin-bottom: 0; }
.faq-cat { text-align: center; margin-bottom: clamp(1.75rem, 3.4vw, 2.75rem); }
.faq-cat span { font-family: var(--font-cursive); font-style: normal; font-weight: 400; font-size: clamp(1.75rem, 3.2vw, 2.4rem); line-height: 1.15; color: var(--gold); }
.faq-items { border-top: 1px solid rgba(36,64,58,0.16); }
.faq-item { border-bottom: 1px solid rgba(36,64,58,0.16); }
.faq-item summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
  padding: 1.5rem 0;
  font-family: var(--font-display);
  font-size: clamp(1.19rem, 1.7vw, 1.625rem);
  font-weight: 400;
  color: var(--green);
}
.faq-plus { flex: none; font-family: var(--font-body); font-size: 1.375rem; font-weight: 300; color: var(--gold); transition: transform 0.25s ease; }
.faq-item[open] .faq-plus { transform: rotate(45deg); }
.faq-answer { display: flex; flex-direction: column; gap: 0.875rem; margin: 0 0 1.75rem; max-width: 66ch; font-size: 0.94rem; line-height: 1.68; font-weight: 300; color: #111; }
.faq-answer p { margin: 0; }

/* ---------- BACKDROP SHOWCASE CAROUSEL ---------- */
.bd-showcase {
  width: 100%;
  overflow: hidden;
  background: #f4f1ec;
  padding: clamp(1.5rem, 3vw, 2.5rem) 0 clamp(2rem, 4vw, 3rem);
}
/* Track height reserves space for the full-size center slide (58vw × 10/16) */
.bd-track {
  position: relative;
  width: 100%;
  height: calc(58vw * 10 / 16);
}
/* All slides stacked at center; JS applies translate+scale for each position */
.bd-slide {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 58vw;
  aspect-ratio: 16 / 10;
  transform-origin: center center;
  transform: translate(-50%, -50%);
  overflow: hidden;
  border-radius: 2px;
  will-change: transform, opacity;
}
.bd-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
/* Bottom scrim: keeps label readable on any swatch including pale ones */
.bd-slide::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.38) 0%, transparent 48%);
  pointer-events: none;
  z-index: 1;
}
/* Name label via data-label attribute */
.bd-slide::after {
  content: attr(data-label);
  position: absolute;
  bottom: 1rem;
  left: 1.25rem;
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0 1px 5px rgba(0,0,0,0.55);
  z-index: 2;
}
.bd-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  padding-top: clamp(1.25rem, 2.5vw, 2rem);
}
.bd-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  background: transparent;
  border: 1.5px solid var(--gold);
  color: var(--gold);
  border-radius: 50%;
  cursor: pointer;
  font-size: 1.1rem;
  line-height: 1;
  transition: background 0.18s ease, color 0.18s ease;
}
.bd-btn:hover {
  background: var(--gold);
  color: var(--cream-text);
}
@media (max-width: 680px) {
  /* 84vw left no room for neighbor slides to peek in at the sides — the
     center-pop effect was invisible on phones (neighbors landed fully
     off-screen). 70vw restores a visible peek, matching the desktop ratio. */
  .bd-track { height: calc(70vw * 10 / 16); }
  .bd-slide { width: 70vw; }
}

/* ---------- PRINT TEMPLATES GRID ---------- */
.template-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(1rem, 2vw, 1.75rem);
  max-width: 72rem;
  margin: 0 auto;
}
.tmpl-card {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  margin: 0;
}
/* Placeholder frame — cream card with gold border, looks like an unmounted print */
.tmpl-visual {
  aspect-ratio: 2 / 3;
  position: relative;
  background: var(--cream-card);
  border: 1px solid rgba(138, 111, 69, 0.24);
  border-radius: 2px;
  overflow: hidden;
}
/* Photo well area (top ~64%) */
.tmpl-visual::before {
  content: '';
  position: absolute;
  top: 8%;
  left: 8%;
  right: 8%;
  bottom: 30%;
  background: rgba(79, 85, 38, 0.05);
  border-radius: 1px;
}
/* Data strip at bottom — faint horizontal lines suggesting names/date */
.tmpl-visual::after {
  content: '';
  position: absolute;
  bottom: 8%;
  left: 10%;
  right: 10%;
  height: 15%;
  background: repeating-linear-gradient(
    to bottom,
    rgba(138, 111, 69, 0.14) 0px,
    rgba(138, 111, 69, 0.14) 1px,
    transparent 1px,
    transparent 7px
  );
}
/* Real image covers placeholder once a src is provided */
.tmpl-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: none;
}
.tmpl-img[src]:not([src=""]) { display: block; }
.tmpl-label {
  font-family: var(--font-mono);
  font-size: 0.62rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--gold);
  text-align: center;
  margin: 0;
}
@media (max-width: 680px) {
  .template-grid { grid-template-columns: repeat(2, 1fr); }
}

/* ---------- CONTACT FORM ---------- */
.form-wrap { max-width: 38rem; margin: 0 auto; }
.field { margin-bottom: 1.6rem; }
.field label {
  display: block;
  font-family: var(--font-mono);
  font-size: 0.7rem;
  font-weight: 400;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--green);
  margin-bottom: 0.5rem;
}
.field input, .field select, .field textarea {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(36,64,58,0.3);
  padding: 0.6rem 0.1rem;
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 300;
  color: var(--green);
}
.field textarea { resize: vertical; min-height: 6rem; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-bottom-color: var(--gold); }
.field input::placeholder, .field textarea::placeholder { color: rgba(36,64,58,0.4); opacity: 1; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.6rem; }
.form-note { font-size: 0.85rem; font-weight: 300; color: rgba(36,64,58,0.62); margin-top: -0.4rem; margin-bottom: 1.75rem; }
.form-submit { border: none; cursor: pointer; }

/* ---------- CONTACT INFO STRIP ---------- */
.contact-info {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem 3rem;
  justify-content: center;
  margin-top: clamp(2.5rem, 4vw, 3.5rem);
  padding-top: clamp(2.5rem, 4vw, 3.5rem);
  border-top: 1px solid rgba(36,64,58,0.16);
}
.contact-info-item { text-align: center; }
.contact-info-item .tag {
  display: block;
  font-family: var(--font-mono);
  font-size: 0.66rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.5rem;
}
.contact-info-item a, .contact-info-item .value {
  font-family: var(--font-display);
  font-size: clamp(1.1rem, 1.6vw, 1.375rem);
  color: var(--green);
}

/* ---------- FOOTER ---------- */
.site-footer { background: var(--deep); color: rgba(242,237,227,0.68); padding: 0 clamp(1.25rem, 5vw, 4.5rem) clamp(1.25rem, 2.5vw, 2rem); }
.footer-inner {
  max-width: 90rem;
  margin: 0 auto;
  border-top: 1px solid rgba(242,237,227,0.14);
  padding-top: clamp(1rem, 1.8vw, 1.5rem);
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem 3rem;
  align-items: center;
  justify-content: space-between;
}
.footer-logo { height: 1.25rem; width: auto; display: block; opacity: 0.75; }
.footer-socials { display: flex; gap: 1.5rem; align-items: center; }
.footer-socials a { display: flex; align-items: center; justify-content: center; opacity: 0.75; transition: opacity 0.25s; }
.footer-socials a:hover { opacity: 1; }
.footer-nav { display: flex; flex-wrap: wrap; gap: 0.75rem 1.75rem; font-size: 0.66rem; letter-spacing: 0.14em; text-transform: uppercase; }
.footer-nav a { color: rgba(242,237,227,0.68); }
.footer-nav a:hover { color: var(--gold-light); }
.footer-meta { display: flex; flex-wrap: wrap; gap: 0.4rem 1.5rem; font-size: 0.72rem; font-weight: 300; }
.footer-meta a { color: rgba(242,237,227,0.85); }
.footer-meta a:hover { color: var(--gold-light); }

/* ---------- SCROLL ANIMATIONS ---------- */
.fade-in { opacity: 0; transform: translateY(20px); transition: opacity 0.8s ease-out, transform 0.8s ease-out; }
.fade-in.visible { opacity: 1; transform: none; }

/* ---------- RESPONSIVE ---------- */
@media (max-width: 940px) {
  .hamburger { display: flex; margin-left: auto; }
  .site-header { min-height: 4.15rem; }
  /* Logo grows within the same bar height and centers independently of the
     hamburger: taken out of flex flow and centered on the header itself,
     so the hamburger (still a normal flex child, pinned right via
     margin-left: auto above) never pushes it off-center. */
  .brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .brand img { height: 3.7rem; }
  .site-header .btn-primary { display: none; }
  .main-nav a:not(.btn-primary) { display: none; }
  .main-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    background: var(--cream-card);
    padding: 0.5rem clamp(1.25rem, 5vw, 4.5rem) 1.25rem;
    border-bottom: 1px solid rgba(36,64,58,0.1);
    box-shadow: 0 16px 28px rgba(0,0,0,0.1);
  }
  .site-header.nav-open .main-nav { display: flex; }
  .site-header.nav-open .main-nav a:not(.btn-primary) { display: block; padding: 0.75rem 0; }
}
@media (max-width: 800px) {
  .hero-visual { margin-left: 0; margin-top: 2.5rem; }
  .hero-strip { left: 1rem; }
  .feature-row, .feature-row.reverse { flex-direction: column; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .coverage-grid { grid-template-columns: 1fr; }
}
@media (min-width: 701px) {
  .pkg-card.featured { transform: translateY(-0.9rem); box-shadow: 0 1.75rem 3.25rem rgba(36,64,58,0.22); z-index: 1; }
  .pkg-card.featured.fade-in.visible { transform: translateY(-0.9rem); }
}
@media (max-width: 520px) {
  .site-header .btn-primary { padding: 0.6rem 1.1rem; font-size: 0.6rem; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; }
  .ticker-track { animation: none; }
}

/* ========== HERO CAROUSEL - TEXT FADE-IN ========== */
@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}
.hero-copy h1 { animation: fadeIn 0.8s ease-out 0.4s forwards; opacity: 0; }
.hero-copy .lede { animation: fadeIn 0.8s ease-out 0.6s forwards; opacity: 0; }
.hero-ctas { animation: fadeIn 0.8s ease-out 0.8s forwards; opacity: 0; }
.hero-badge { animation: fadeIn 0.8s ease-out 0.2s forwards; opacity: 0; }
.hero-trust { animation: fadeIn 0.8s ease-out 1s forwards; opacity: 0; }

@media (max-width: 768px) {
  .hero-carousel { border-radius: 0; }
  .hero-photo { border-radius: 0; }
}

.swiper-button-prev,
.swiper-button-next {
  color: var(--cream);
  width: 44px;
  height: 44px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.3s ease;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
  background: rgba(0, 0, 0, 0.5);
}
.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 20px;
  font-weight: bold;
}
