/* ============================================================
   Forsthaus Mähring — REFINEMENT LAYER
   Aman / Apple calibre: more air · sharper hierarchy ·
   colour discipline · flatter cards · hairline rhythm.
   Loaded LAST — overrides styles.css + cinematic.css.
   ============================================================ */

:root {
  --maxw: 1200px;
  --section-y: clamp(108px, 13vw, 172px);
  --hair: #D8D0BF;
  --shadow-soft: 0 22px 60px -34px rgba(28,28,26,0.30);
  --shadow-card: 0 8px 30px rgba(28,28,26,0.06);
  --r-img: 4px;
  --r-card: 4px;
}
/* tame the imagery-tweak radius range to a refined minimum */
:root[data-imagery="sanft"]     { --r-img: 4px; --r-card: 4px; }
:root[data-imagery="editorial"] { --r-img: 0;   --r-card: 0; }
:root[data-imagery="luftig"]    { --r-img: 8px; --r-card: 8px; }

/* ---------- colour discipline: cream dominates ---------- */
.bg-cream2 { background: var(--cream) !important; }
.bg-cream2::before, .bg-cream2::after { display: none !important; }

/* hairline dividers carry the rhythm between cream sections */
#highlights, #ausstattung, #galerie, #lage { border-top: 1px solid var(--hair); }

/* ---------- type hierarchy ---------- */
.eyebrow {
  font-size: 12px; letter-spacing: 0.12em; font-weight: 600;
  color: var(--brass-deep); gap: 0; margin-bottom: 26px;
}
.eyebrow::before, .eyebrow.center::after { display: none !important; }

h2.section-title {
  font-size: clamp(2.6rem, 5.2vw, 4.5rem);
  line-height: 1.05; letter-spacing: -0.012em; font-weight: 500;
}
.lead { font-size: clamp(1.06rem, 1.35vw, 1.2rem); line-height: 1.7; max-width: 60ch; }
.sec-head .lead, .beat .lead, .story-copy .lead { max-width: 56ch; }

/* ---------- buttons: larger, calmer, soft lift ---------- */
.btn { padding: 18px 36px; font-size: 14px; letter-spacing: 0.06em; border-radius: 4px; }
.btn-primary { box-shadow: 0 12px 26px -14px rgba(151,116,61,0.7); }
.btn-primary:hover { transform: translateY(-3px); box-shadow: 0 20px 40px -16px rgba(151,116,61,0.8); }
.btn svg { width: 18px; height: 18px; }

/* ---------- hero badge: quieter ---------- */
.hero-badge { font-size: 12.5px; letter-spacing: 0.05em; gap: 12px; opacity: 0.94; }
.hero-badge .stars { font-size: 11px; letter-spacing: 1px; color: #E9C988; }
.hero-badge b { font-weight: 600; }

/* ============================================================
   HIGHLIGHTS — editorial alternating rows (no card grid)
   ============================================================ */
.highlights {
  display: flex; flex-direction: column;
  gap: clamp(72px, 9vw, 132px);
  margin-top: clamp(60px, 8vw, 104px);
}
.hl-row {
  display: grid; grid-template-columns: 1.12fr 0.88fr;
  gap: clamp(40px, 6vw, 88px); align-items: center;
}
.hl-row:nth-child(even) { grid-template-columns: 0.88fr 1.12fr; }
.hl-row:nth-child(even) .hl-figure { order: 2; }
.hl-figure {
  overflow: hidden; border-radius: var(--r-img);
  box-shadow: var(--shadow-soft);
}
.hl-figure img {
  width: 100%; aspect-ratio: 4 / 3; object-fit: cover; display: block;
  transition: transform 1.4s cubic-bezier(.16,1,.3,1);
}
.hl-row:hover .hl-figure img { transform: scale(1.03); }
.hl-num {
  font-family: var(--serif); font-size: 1.5rem; line-height: 1;
  color: var(--brass); display: block; margin-bottom: 22px;
  font-weight: 500; letter-spacing: 0.04em;
}
.hl-text h3 { font-size: clamp(1.7rem, 2.7vw, 2.4rem); line-height: 1.1; margin-bottom: 16px; }
.hl-text p { color: var(--forest-soft); max-width: 40ch; margin: 0; }
@media (max-width: 820px) {
  .hl-row, .hl-row:nth-child(even) { grid-template-columns: 1fr; gap: 28px; }
  .hl-row:nth-child(even) .hl-figure { order: 0; }
  .hl-num { margin-bottom: 16px; }
}

/* ============================================================
   AUSSTATTUNG — flat hairline grid
   ============================================================ */
.amen-grid { background: var(--hair) !important; border: none !important; border-radius: 0 !important; }
.amen, .bg-cream2 .amen { background: var(--cream) !important; padding: 30px 24px; }
.amen:hover { background: var(--cream) !important; }
.amen svg { stroke-width: 1.4; }
.amen-note { border-top: 1px solid var(--hair); margin-top: 0; padding-top: 26px; }

/* ============================================================
   GALERIE — editorial masonry, more air
   ============================================================ */
.gallery { columns: 3; column-gap: 22px; }
.gal-item { margin-bottom: 22px; box-shadow: var(--shadow-card); }
@media (max-width: 860px) { .gallery { columns: 2; } }
@media (max-width: 520px) { .gallery { columns: 1; } }

/* ============================================================
   LAGE — refine list & image
   ============================================================ */
.trip { padding: 18px 0; border-color: var(--hair); }
.trip .name { font-size: clamp(1.2rem, 1.7vw, 1.5rem); }
.lage-figure .unveil { box-shadow: var(--shadow-soft); }

/* ============================================================
   BEWERTUNGEN — forest full-bleed, flat blocks
   ============================================================ */
.sec-forest { background: var(--forest); color: rgba(245,241,232,0.82); border-top: none !important; }
.sec-forest .eyebrow { color: #D9BE8A; }
.sec-forest .section-title, .sec-forest h2, .sec-forest h3 { color: #FCF9F1; }
.rating-hero { margin-bottom: clamp(56px, 7vw, 88px); }
.rating-hero .big { color: #FCF9F1; font-size: clamp(4rem, 9vw, 7rem); }
.rating-hero .stars { color: var(--brass); font-size: 1rem; letter-spacing: 6px; margin: 14px 0 10px; }
.rating-hero .sub { color: rgba(245,241,232,0.6); }

.reviews { gap: 0; }
.review {
  background: transparent !important; border: none !important; box-shadow: none !important;
  border-radius: 0 !important; padding: 8px 40px; position: relative;
}
.review + .review { border-left: 1px solid rgba(245,241,232,0.16) !important; }
.review .mark { color: var(--brass); font-size: 3.2rem; height: 26px; }
.review .stars { color: var(--brass); }
.review p { color: rgba(245,241,232,0.92); font-weight: 500; }
.review .who { color: #D9BE8A; }
@media (max-width: 880px) {
  .review { padding: 0 0 8px; }
  .review + .review { border-left: none !important; border-top: 1px solid rgba(245,241,232,0.16) !important; padding-top: 32px; margin-top: 24px; }
}

/* footer hairline already dark; keep brand calm */
.site-footer { border-top: none; }
.footer-top { grid-template-columns: 1fr !important; }

/* footer contact as quiet text links, not buttons */
.footer-actions { gap: 16px; align-items: flex-start; }
.footer-link {
  display: inline-flex; align-items: center; gap: 6px;
  color: rgba(245,241,232,0.9); text-decoration: none;
  font-size: 15px; letter-spacing: 0.01em; width: max-content;
  border-bottom: 1px solid rgba(245,241,232,0.26); padding-bottom: 4px;
  transition: color .25s ease, border-color .25s ease;
}
.footer-link:hover { color: #FCF9F1; border-color: var(--brass); }

/* ============================================================
   APPLE-STYLE MOTION
   word-by-word headline reveals · staggered list entrances ·
   animated key figure. Transform/opacity only.
   ============================================================ */
.words-reveal .word {
  display: inline-block;
  opacity: 0; transform: translateY(0.62em);
  transition: opacity .8s cubic-bezier(.16,1,.3,1), transform .9s cubic-bezier(.16,1,.3,1);
  transition-delay: calc(var(--w, 0) * 0.045s);
  will-change: opacity, transform;
}
.words-reveal.in .word { opacity: 1; transform: none; }

.stagger > * {
  opacity: 0; transform: translateY(18px);
  transition: opacity .7s cubic-bezier(.16,1,.3,1), transform .7s cubic-bezier(.16,1,.3,1);
  transition-delay: calc(var(--i, 0) * 0.05s);
  will-change: opacity, transform;
}
.stagger.in > * { opacity: 1; transform: none; }

.rating-hero .big { font-variant-numeric: tabular-nums; }

@media (prefers-reduced-motion: reduce) {
  .words-reveal .word, .stagger > * { opacity: 1 !important; transform: none !important; }
}

/* ============================================================
   APPLE FINETUNING — frosted nav · larger, tighter display type
   ============================================================ */
.site-header {
  background: rgba(245,241,232,0.72);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  border-bottom: 1px solid rgba(46,59,44,0.08);
}
.site-header .wrap { padding-top: 12px; padding-bottom: 12px; }

/* tighter optical tracking on large display type */
.hero h1 { letter-spacing: -0.018em; }
h2.section-title { letter-spacing: -0.022em; }

/* showcase headlines at Apple scale */
.scene-caption h2 { font-size: clamp(2.8rem, 7vw, 6.4rem); line-height: 1.0; letter-spacing: -0.028em; }
.scene-caption p { font-size: clamp(1.1rem, 1.6vw, 1.4rem); }
.sc-idx { letter-spacing: 0.34em; color: var(--brass); font-size: 11px; }

/* quieter, more precise hero rating line */
.hero-badge { font-size: 12px; letter-spacing: 0.06em; opacity: 0.9; }
.hero-badge .stars { font-size: 10px; }

/* ============================================================
   LIQUID GLASS — floating glass nav · glass rating pill ·
   gentle section snapping
   ============================================================ */
.site-header { background: transparent !important; border-bottom: none !important;
  -webkit-backdrop-filter: none !important; backdrop-filter: none !important; }
.site-header .wrap {
  margin-top: 14px; border-radius: 20px; padding: 10px 14px 10px 22px !important;
  background: rgba(245,241,232,0.5);
  -webkit-backdrop-filter: blur(22px) saturate(180%); backdrop-filter: blur(22px) saturate(180%);
  border: 1px solid rgba(255,255,255,0.5);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.65), 0 12px 36px rgba(28,28,26,0.16);
}
.site-header .brand small { color: var(--brass-deep); }

/* rating becomes a liquid-glass pill on the hero photo */
.hero-badge {
  display: inline-flex; align-items: center; padding: 11px 18px; border-radius: 999px;
  background: rgba(255,255,255,0.1);
  -webkit-backdrop-filter: blur(16px) saturate(160%); backdrop-filter: blur(16px) saturate(160%);
  border: 1px solid rgba(255,255,255,0.28);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.35), 0 8px 24px rgba(0,0,0,0.18);
}

/* gentle, non-fighting section snapping — only the short scenes, never the long scrub sections */
@media (min-width: 820px) and (prefers-reduced-motion: no-preference) {
  html { scroll-snap-type: y proximity; }
  .hero, .closing { scroll-snap-align: start; }
}

/* ============================================================
   WAYFINDING — header section nav · considered footer
   ============================================================ */
.site-header .wrap { justify-content: space-between; gap: 24px; }
.site-nav { display: flex; gap: 30px; align-items: center; }
.site-nav a {
  font-family: var(--sans); font-size: 13px; font-weight: 500; letter-spacing: 0.02em;
  color: var(--forest); text-decoration: none; opacity: 0.78;
  transition: opacity .25s ease, color .25s ease;
}
.site-nav a:hover { opacity: 1; color: var(--brass-deep); }
@media (max-width: 980px) { .site-nav { display: none; } }

/* anchor offset so the floating glass header never covers a section heading */
section[id] { scroll-margin-top: 104px; }

.footer-top { grid-template-columns: 1.5fr 1fr !important; gap: 56px; }
.footer-nav { display: flex; flex-direction: column; gap: 11px; align-items: flex-start; }
.footer-col-title { font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: #D9BE8A; margin-bottom: 6px; }
.footer-nav a { color: rgba(245,241,232,0.78); text-decoration: none; font-size: 14px; transition: color .25s ease; }
.footer-nav a:hover { color: #FCF9F1; }
@media (max-width: 720px) { .footer-top { grid-template-columns: 1fr !important; gap: 36px; } }

/* ============================================================
   ZWEI ARTEN ZU WOHNEN — two editorial units
   ============================================================ */
#wohnungen .sec-head { margin-bottom: clamp(56px, 7vw, 96px); }

.unit { }
.unit-main {
  display: grid; grid-template-columns: 1.16fr 0.84fr;
  gap: clamp(36px, 5vw, 76px); align-items: center;
}
.unit-rev .unit-main { grid-template-columns: 0.84fr 1.16fr; }
.unit-rev .unit-figure { order: 2; }

.unit-figure { box-shadow: var(--shadow-soft); }
.unit-figure img { width: 100%; aspect-ratio: 4 / 3.1; object-fit: cover; display: block; }

.unit-kicker {
  font-size: 12px; letter-spacing: 0.12em; font-weight: 600; text-transform: uppercase;
  color: var(--brass-deep); margin: 0 0 14px;
  display: flex; align-items: center; flex-wrap: wrap; gap: 12px;
}
.unit-badge {
  text-transform: none; letter-spacing: 0.01em; font-weight: 500; font-size: 11.5px;
  color: var(--forest-soft); padding: 5px 12px; border-radius: 999px;
  border: 1px solid var(--hair); background: var(--paper);
}
.unit-title {
  font-family: var(--serif); font-weight: 500; color: var(--ink);
  font-size: clamp(1.9rem, 3.2vw, 2.9rem); line-height: 1.04; letter-spacing: -0.01em;
  margin: 0 0 20px;
}
.unit-facts {
  display: flex; flex-wrap: wrap; gap: 8px 16px; margin: 0 0 20px; padding: 16px 0;
  border-top: 1px solid var(--hair); border-bottom: 1px solid var(--hair);
  font-size: 14px; color: var(--forest-soft); letter-spacing: 0.01em;
}
.unit-facts span { display: inline-flex; align-items: center; }
.unit-facts span:not(:last-child)::after {
  content: "·"; margin-left: 16px; color: var(--brass); opacity: 0.7;
}
.unit-desc { color: var(--forest-soft); max-width: 44ch; margin: 0 0 22px; }
.unit-highlights { list-style: none; margin: 0 0 24px; padding: 0; display: flex; flex-direction: column; gap: 11px; }
.unit-highlights li {
  position: relative; padding-left: 26px; font-size: 15.5px; color: var(--forest);
}
.unit-highlights li::before {
  content: ""; position: absolute; left: 0; top: 0.62em; width: 14px; height: 1px; background: var(--brass);
}
.unit-note {
  font-size: 13.5px; font-style: italic; color: var(--forest-soft);
  margin: -6px 0 22px; opacity: 0.9;
}
.unit-foot { display: flex; flex-wrap: wrap; align-items: center; gap: 16px 24px; }
.unit-rating {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 14px; color: var(--forest-soft); white-space: nowrap;
}
.unit-rating b { font-family: var(--serif); font-size: 1.5rem; color: var(--ink); font-weight: 500; }
.unit-rating .rstar { color: var(--brass); }
.unit-rating .rsep { color: var(--hair); }

.unit-strip {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(12px, 1.4vw, 18px);
  margin-top: clamp(22px, 3vw, 36px);
}
.unit-strip .unveil { box-shadow: var(--shadow-card); }
.unit-strip img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; display: block; transition: transform 1.1s cubic-bezier(.16,1,.3,1); }
.unit-strip .unveil:hover img { transform: scale(1.05); }

.unit-divider { height: 1px; background: var(--hair); margin: clamp(64px, 8vw, 116px) 0; }

@media (max-width: 860px) {
  .unit-main, .unit-rev .unit-main { grid-template-columns: 1fr; gap: 28px; }
  .unit-rev .unit-figure { order: 0; }
  .unit-strip { grid-template-columns: repeat(2, 1fr); }
}

/* gallery tabs — liquid-glass switcher */
.gal-tabs {
  display: inline-flex; gap: 6px; margin-top: 32px; padding: 5px; border-radius: 999px;
  background: rgba(255,255,255,0.42);
  -webkit-backdrop-filter: blur(18px) saturate(170%); backdrop-filter: blur(18px) saturate(170%);
  border: 1px solid rgba(255,255,255,0.6);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.75), 0 10px 30px rgba(28,28,26,0.12);
}
.gal-tab {
  appearance: none; border: 0; cursor: pointer; background: transparent;
  font-family: var(--sans); font-size: 13.5px; font-weight: 600; letter-spacing: 0.02em;
  color: var(--forest-soft); padding: 10px 24px; border-radius: 999px;
  transition: background .35s cubic-bezier(.16,1,.3,1), color .3s ease, box-shadow .35s ease;
}
.gal-tab.active {
  background: rgba(255,255,255,0.92); color: var(--ink);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.9), 0 4px 14px rgba(28,28,26,0.12);
}
.gal-tab:hover:not(.active) { color: var(--ink); }
#gallery { transition: opacity .32s cubic-bezier(.16,1,.3,1); }

/* review unit labels + 5-card scalable layout (top hairline, no left dividers) */
.reviews { display: flex !important; flex-wrap: wrap; justify-content: center; gap: 0 !important; }
.review {
  flex: 1 1 300px; max-width: 380px; padding: 26px 32px 8px !important;
  border-left: none !important; border-top: 1px solid rgba(245,241,232,0.18) !important;
}
.review + .review { border-left: none !important; }
.r-label {
  display: inline-block; font-size: 10.5px; letter-spacing: 0.16em; text-transform: uppercase;
  font-weight: 600; color: #D9BE8A; margin-bottom: 14px;
}
.r-label.loft { color: #9FB89A; }
@media (max-width: 880px) {
  .review { flex-basis: 100%; max-width: 560px; padding: 26px 0 8px !important; margin-top: 0 !important; }
}

.amen-hint { font-size: 13px; color: var(--forest-soft); opacity: 0.8; }

/* ============================================================
   SZENEN captions — clean text over gradient (no glass plaque)
   ============================================================ */
.scene-caption {
  left: 0; right: 0; bottom: 14vh;
  width: auto; max-width: none; margin: 0; padding: 0 8vw;
  background: none;
  -webkit-backdrop-filter: none; backdrop-filter: none;
  border: 0; border-radius: 0; box-shadow: none;
}
.scene-caption h2 { text-shadow: 0 3px 40px rgba(0,0,0,0.45), 0 1px 4px rgba(0,0,0,0.3); }
.scene-caption p { text-shadow: 0 1px 22px rgba(0,0,0,0.45); }

/* ============================================================
   ZWEI ARTEN — equal weight for both units
   ============================================================ */
.unit-main, .unit-rev .unit-main { align-items: center; }
.unit-figure img { object-position: center; }
#loft .unit-figure img { object-position: center 42%; } /* portrait hero: keep beams + open door + view */

/* ============================================================
   APPLE POLISH — final detailing pass
   ============================================================ */
/* balanced headline wrapping, pretty body wrapping */
h1, h2, h3, .scene-caption h2, .unit-title { text-wrap: balance; }
.lead, .unit-desc, .hero-sub, p { text-wrap: pretty; }

/* crisp, on-brand focus ring for keyboard users */
a:focus-visible, button:focus-visible, .gal-tab:focus-visible {
  outline: 2px solid var(--brass); outline-offset: 3px; border-radius: 6px;
}
:focus:not(:focus-visible) { outline: none; }

/* tactile, non-conflicting press feedback (transform is owned by magnetic JS) */
.btn:active { filter: brightness(0.96); }

/* calmer, uniform image hover everywhere */
.unit-strip .unveil:hover img, .gal-item:hover img { transform: scale(1.035); }

/* nav links: underline grows from the left on hover */
.site-nav a { position: relative; padding-bottom: 2px; }
.site-nav a::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: -3px; height: 1px;
  background: var(--brass); transform: scaleX(0); transform-origin: left;
  transition: transform .35s cubic-bezier(.16,1,.3,1);
}
.site-nav a:hover { opacity: 1; }
.site-nav a:hover::after { transform: scaleX(1); }

/* precise small-caps detailing on labels */
.eyebrow, .sc-idx, .unit-kicker, .r-label, .footer-col-title { font-feature-settings: "ss01", "cv01"; }

/* tabular figures for all ratings so numbers align cleanly */
.hero-badge b, .rating-hero .big, .unit-rating b { font-variant-numeric: tabular-nums; }

/* hairline-crisp dividers and consistent rendering */
img { image-rendering: -webkit-optimize-contrast; }
.unit-divider, .trip, .amen-note, .amen-grid { will-change: auto; }

/* gentle lift on the unit primary buttons echoes the cards */
.unit .btn-primary { box-shadow: 0 10px 24px -14px rgba(151,116,61,0.7); }

/* refined scroll cue fade */
.scroll-cue span:first-child { opacity: 0.85; }

/* unit photo strips: gentle staggered unveil, left → right */
.unit-strip .unveil:nth-child(2) img { transition-delay: .08s; }
.unit-strip .unveil:nth-child(3) img { transition-delay: .16s; }
.unit-strip .unveil:nth-child(4) img { transition-delay: .24s; }

/* unit highlights: tiny brass dash settles to full width on reveal */
.unit.in .unit-highlights li::before { animation: dashIn .7s cubic-bezier(.16,1,.3,1) both; }
@keyframes dashIn { from { transform: scaleX(0); transform-origin: left; } to { transform: scaleX(1); } }
.unit-highlights li:nth-child(2)::before { animation-delay: .06s; }
.unit-highlights li:nth-child(3)::before { animation-delay: .12s; }
.unit-highlights li:nth-child(4)::before { animation-delay: .18s; }

/* perfectly even optical gap under each unit's facts rule */
.unit-facts { margin-bottom: 22px; }
.unit-desc { margin-top: 0; }

@media (prefers-reduced-motion: reduce) {
  .unit-strip .unveil img { transition-delay: 0s !important; }
  .unit.in .unit-highlights li::before { animation: none; }
}

/* ============================================================
   MOBILE REFINEMENT — phone-only polish (desktop untouched)
   ============================================================ */
@media (max-width: 600px) {
  :root { --section-y: clamp(60px, 16vw, 92px); --pad-x: 20px; }

  /* generous, tappable buttons everywhere */
  .btn { padding: 16px 26px; min-height: 52px; }

  /* hero: stack CTA full-width, let the rating chip breathe */
  .hero-inner { padding-bottom: clamp(40px, 12vh, 86px); }
  .hero .btn-row { flex-direction: column; align-items: stretch; width: 100%; }
  .hero .btn-row .btn { width: 100%; }
  .hero-badge { flex-wrap: wrap; row-gap: 6px; padding: 10px 14px; }
  .hero h1 { font-size: clamp(2.7rem, 12vw, 3.6rem); }
  .hero-sub { font-size: 1.05rem; }

  /* header glass pill: compact, never crowds */
  .site-header .wrap { margin-top: 10px; padding: 8px 10px 8px 16px !important; gap: 12px; }
  .header-cta .btn { padding: 11px 16px; min-height: 44px; }
  .brand { font-size: 1.15rem; }

  /* section titles: confident but not overflowing */
  h2.section-title { font-size: clamp(2.1rem, 9vw, 3rem); }
  .lead { font-size: 1.05rem; }

  /* the two apartment units: comfortable foot layout */
  .unit-foot { flex-direction: column; align-items: stretch; gap: 14px; }
  .unit-foot .btn { width: 100%; }
  .unit-rating { justify-content: center; }
  .unit-strip { gap: 10px; }
  .unit-kicker { gap: 8px; }
  .unit-badge { font-size: 11px; }

  /* showcase ("Szenen"): caption fits the small screen */
  .scene-caption { bottom: 16vh; padding: 0 6vw; }
  .scene-caption h2 { font-size: clamp(2.2rem, 11vw, 3.4rem); }
  .scene-caption p { font-size: 1.02rem; }
  .showcase-progress { bottom: 4vh; }

  /* statement: shorter pin so it doesn't drag on a phone */
  .statement { height: 200vh; }
  .statement-line { font-size: clamp(1.9rem, 9vw, 3rem) !important; padding: 0 7vw; }

  /* maps: taller, usable aspect on a phone */
  .map-embed { aspect-ratio: 4 / 3.4; }
  .map-tag { font-size: 10px; padding: 6px 11px; top: 12px; left: 12px; }
  .map-open { font-size: 12px; padding: 9px 14px; }

  /* trips list: bigger touch rows + clear time */
  .trip { padding: 17px 0; gap: 12px; }
  .trip .name { font-size: 1.18rem; }
  .trip .time { font-size: 12.5px; }

  /* gallery tabs: full-width segmented control, easy to hit */
  .gal-tabs { display: flex; width: 100%; max-width: 320px; }
  .gal-tab { flex: 1; min-height: 46px; padding: 12px 14px; }

  /* reviews: comfortable reading column */
  .review p { font-size: 1.18rem; }

  /* footer: roomier tap targets */
  .footer-bottom { gap: 18px; }
  .footer-bottom nav { gap: 20px; }
  .footer-nav a, .footer-bottom a { padding: 2px 0; }
}

/* small tablets: ease the section rhythm a touch (desktop ≥769px unchanged) */
@media (min-width: 601px) and (max-width: 768px) {
  :root { --section-y: clamp(84px, 12vw, 120px); }
  .hero .btn-row .btn { min-height: 52px; }
}
