/* ============================================================
   Home Sweet Hideaway — Arusha, Tanzania
   Warm editorial · WebRevive
   ============================================================ */

:root {
  --bg: #F5EFE1;           /* warm oat cream */
  --bg-2: #E9E7D1;         /* soft sage-cream — alt sections */
  --bg-3: #EFEAD7;         /* gentle tint */
  --ink: #2B2E22;          /* deep green-charcoal */
  --text: #4C4A3C;         /* warm body */
  --muted: #8A8770;        /* captions */
  --clay: #54643D;         /* PRIMARY = olive/forest green (was terracotta) */
  --clay-deep: #404E2D;    /* darker green for hovers */
  --olive: #7C8A60;        /* soft sage — secondary */
  --olive-deep: #5E6B45;
  --line: #E1DBC5;         /* hairlines */
  --dark: #2C3622;         /* deep forest green dark sections */
  --dark-2: #253019;       /* footer base */
  --white: #FFFFFF;
  --gold: #B8923E;         /* warm brass — small highlights / stars */

  --font-display: 'Fraunces', Georgia, 'Times New Roman', serif;
  --font-body: 'Hanken Grotesk', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;

  --nav-h: 78px;
  --max: 1180px;
  --wide: 1320px;
  --r-sm: 6px;
  --r: 12px;
  --r-lg: 20px;
  --shadow: 0 6px 26px rgba(42, 32, 23, 0.10);
  --shadow-lg: 0 16px 50px rgba(42, 32, 23, 0.16);
  --transition: .35s cubic-bezier(.2,.6,.2,1);
}

*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font-body);
  font-size: 17px; line-height: 1.65;
  color: var(--text); background: var(--bg);
  -webkit-font-smoothing: antialiased; overflow-x: hidden;
}
img { max-width: 100%; display: block; height: auto; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; padding: 0; }
button { font-family: inherit; cursor: pointer; border: none; background: none; color: inherit; }
h1, h2, h3, h4 { font-family: var(--font-display); color: var(--ink); font-weight: 500; line-height: 1.14; letter-spacing: -.01em; }
:focus-visible { outline: 2px solid var(--clay); outline-offset: 3px; }

.container { width: 100%; max-width: var(--max); margin: 0 auto; padding: 0 28px; }
.container--wide { max-width: var(--wide); }
section[id] { scroll-margin-top: 90px; }
.skip-link { position: absolute; left: -999px; top: 0; background: var(--clay); color: #fff; padding: 10px 18px; z-index: 2000; }
.skip-link:focus { left: 0; }

.section { padding: clamp(60px, 7.5vw, 104px) 0; }
.section--sm { padding: clamp(44px, 5.5vw, 76px) 0; }
.section--alt { background: var(--bg-2); }
.section--dark { background: var(--dark); color: #C9CEB3; }
.section--dark h2, .section--dark h3 { color: #fff; }

h1 { font-size: clamp(2.6rem, 6vw, 4.5rem); }
h2 { font-size: clamp(1.9rem, 3.6vw, 2.8rem); }
h3 { font-size: clamp(1.2rem, 2vw, 1.5rem); }
.lead { font-size: clamp(1.08rem, 1.6vw, 1.25rem); color: var(--text); line-height: 1.55; }
p { margin-bottom: 1.05rem; } p:last-child { margin-bottom: 0; }

.eyebrow { font-family: var(--font-body); text-transform: uppercase; letter-spacing: .2em; font-size: .72rem; font-weight: 600; color: var(--clay); display: inline-block; margin-bottom: 16px; }
.section--dark .eyebrow { color: #CBB079; }
.section-head { max-width: 620px; margin-bottom: clamp(34px, 4vw, 56px); }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.section-head h2 { margin-bottom: 14px; }

/* Buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 15px 28px; border-radius: var(--r-sm); font-family: var(--font-body); font-weight: 600; font-size: .96rem; transition: var(--transition); border: 1.5px solid transparent; cursor: pointer; }
.btn svg { width: 17px; height: 17px; }
.btn--primary { background: var(--clay); color: #fff; box-shadow: var(--shadow); }
.btn--primary:hover { background: var(--clay-deep); transform: translateY(-2px); }
.btn--dark { background: var(--ink); color: #fff; }
.btn--dark:hover { background: #1B140D; transform: translateY(-2px); }
.btn--outline { border-color: var(--ink); color: var(--ink); }
.btn--outline:hover { background: var(--ink); color: var(--bg); }
.btn--ghost { border-color: rgba(255,255,255,.6); color: #fff; backdrop-filter: blur(4px); background: rgba(255,255,255,.08); }
.btn--ghost:hover { background: #fff; color: var(--ink); border-color: #fff; }
.btn--lg { padding: 17px 34px; font-size: 1rem; }
.link-arrow { display: inline-flex; align-items: center; gap: 8px; font-weight: 600; color: var(--clay); transition: var(--transition); }
.link-arrow svg { width: 17px; height: 17px; transition: var(--transition); }
.link-arrow:hover svg { transform: translateX(4px); }

/* Navbar */
.navbar { position: fixed; inset: 0 0 auto 0; height: var(--nav-h); z-index: 1000; display: flex; align-items: center; transition: var(--transition); border-bottom: 1px solid transparent; }
.navbar .container { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.nav-logo { display: flex; align-items: center; gap: 13px; z-index: 1002; }
.nav-logo .logo-mark { width: 38px; height: 38px; border-radius: 9px; flex-shrink: 0; }
.nav-logo .logo-text { display: flex; flex-direction: column; line-height: 1; }
.nav-logo .logo-name { font-family: var(--font-display); font-weight: 500; font-size: 1.42rem; color: #fff; transition: color var(--transition); letter-spacing: .005em; }
.nav-logo .logo-sub { font-size: .58rem; letter-spacing: .26em; text-transform: uppercase; color: rgba(255,255,255,.82); margin-top: 4px; transition: color var(--transition); font-weight: 600; }
.nav-links { display: flex; align-items: center; gap: 4px; }
.nav-links a { padding: 9px 15px; font-weight: 500; font-size: .95rem; color: #fff; transition: var(--transition); position: relative; }
.nav-links a:not(.nav-cta)::after { content: ''; position: absolute; left: 15px; right: 15px; bottom: 6px; height: 1.5px; background: currentColor; transform: scaleX(0); transform-origin: left; transition: var(--transition); }
.nav-links a:not(.nav-cta):hover::after, .nav-links a.active:not(.nav-cta)::after { transform: scaleX(1); }
.nav-cta { background: var(--clay); color: #fff !important; padding: 11px 21px !important; border-radius: var(--r-sm); font-weight: 600; margin-left: 10px; box-shadow: var(--shadow); }
.nav-cta:hover { background: var(--clay-deep); }
.navbar.scrolled, .navbar.solid { background: rgba(245,239,225,.95); backdrop-filter: blur(10px); border-bottom-color: var(--line); }
.navbar.scrolled .logo-name, .navbar.solid .logo-name { color: var(--ink); }
.navbar.scrolled .logo-sub, .navbar.solid .logo-sub { color: var(--clay); }
.navbar.scrolled .nav-links a, .navbar.solid .nav-links a { color: var(--ink); }
.navbar.scrolled .nav-cta, .navbar.solid .nav-cta { color: #fff !important; }
.navbar.scrolled .hamburger span, .navbar.solid .hamburger span { background: var(--ink); }
.hamburger { display: none; flex-direction: column; gap: 5px; padding: 8px; z-index: 1002; }
.hamburger span { display: block; width: 26px; height: 2px; background: #fff; transition: var(--transition); }
.hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Hero */
.hero { position: relative; min-height: 100svh; display: flex; align-items: flex-end; color: #fff; overflow: hidden; }
.hero__bg { position: absolute; inset: 0; z-index: -2; }
.hero__bg img { width: 100%; height: 100%; object-fit: cover; }
.hero::after { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(28,20,12,.72) 0%, rgba(28,20,12,.32) 50%, rgba(28,20,12,.12) 100%), linear-gradient(0deg, rgba(28,20,12,.7), transparent 42%); }
.hero__inner { padding: 0 0 clamp(54px, 8vh, 92px); max-width: 660px; }
.hero__kicker { display: inline-flex; align-items: center; gap: 9px; font-size: .84rem; letter-spacing: .03em; margin-bottom: 20px; color: #F4E9DB; }
.hero__kicker svg { width: 15px; height: 15px; color: var(--gold); }
.hero__kicker .dot { width: 4px; height: 4px; border-radius: 50%; background: rgba(255,255,255,.5); }
.hero h1 { color: #fff; font-weight: 500; font-size: clamp(2.7rem, 6.6vw, 4.8rem); line-height: 1.04; margin-bottom: 20px; }
.hero h1 em { font-style: italic; color: #EADFC0; }
.hero__sub { font-size: clamp(1.08rem, 1.7vw, 1.3rem); max-width: 460px; margin-bottom: 30px; color: rgba(255,255,255,.94); }
.hero__cta { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }

/* Page hero */
.page-hero { position: relative; padding: calc(var(--nav-h) + 66px) 0 58px; color: #fff; overflow: hidden; }
.page-hero__bg { position: absolute; inset: 0; z-index: -2; }
.page-hero__bg img { width: 100%; height: 100%; object-fit: cover; }
.page-hero::after { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(28,20,12,.72), rgba(28,20,12,.42)); }
.page-hero h1 { color: #fff; margin-bottom: 12px; }
.page-hero p { color: rgba(255,255,255,.9); max-width: 560px; }
.breadcrumb { font-size: .82rem; color: rgba(255,255,255,.78); margin-bottom: 16px; }
.breadcrumb a:hover { color: #fff; }

/* Facts */
.facts { display: flex; flex-wrap: wrap; justify-content: center; }
.facts .fact { flex: 0 1 auto; min-width: 110px; padding: 4px 30px; text-align: center; border-right: 1px solid var(--line); }
.facts .fact:last-child { border-right: none; }
.facts .fact strong { display: block; font-family: var(--font-display); font-size: clamp(1.45rem, 2vw, 1.85rem); color: var(--clay); font-weight: 500; line-height: 1.1; }
.facts .fact span { font-size: .72rem; color: var(--muted); letter-spacing: .08em; text-transform: uppercase; }

/* Split */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 5vw, 72px); align-items: center; }
.split--reverse .split__media { order: 2; }
.split__media { position: relative; }
.split__media img { width: 100%; aspect-ratio: 3/2; object-fit: cover; border-radius: var(--r); box-shadow: var(--shadow); }
.split__media.portrait img { aspect-ratio: 4/5; }
.split__body h2 { margin-bottom: 18px; }
.badge-float { position: absolute; right: -16px; bottom: -18px; background: var(--white); border-radius: var(--r); padding: 16px 22px; box-shadow: var(--shadow-lg); display: flex; align-items: center; gap: 13px; }
.badge-float .stars { color: var(--gold); font-size: .95rem; letter-spacing: 1px; }
.badge-float strong { display: block; font-family: var(--font-display); font-size: 1.5rem; color: var(--ink); }
.badge-float span { font-size: .76rem; color: var(--muted); }

/* Feature photo cards */
.fcards { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 22px; }
.fcard { background: var(--white); border-radius: var(--r); overflow: hidden; box-shadow: var(--shadow); transition: var(--transition); }
.fcard:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }
.fcard__img { aspect-ratio: 4/3; overflow: hidden; }
.fcard__img img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.fcard:hover .fcard__img img { transform: scale(1.05); }
.fcard__body { padding: 22px 24px 26px; }
.fcard__body h3 { font-size: 1.22rem; margin-bottom: 7px; }
.fcard__body p { font-size: .94rem; color: var(--text); margin: 0; }

/* Amenities inline list */
.amenity-cols { columns: 3; column-gap: 44px; max-width: 860px; }
.amenity-cols li { break-inside: avoid; padding: 11px 0; border-bottom: 1px solid var(--line); display: flex; align-items: center; gap: 12px; font-size: .98rem; color: var(--ink); }
.amenity-cols li svg { width: 18px; height: 18px; color: var(--olive); flex-shrink: 0; }

/* Gallery strip */
.gallery-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.gallery-strip a { border-radius: var(--r-sm); overflow: hidden; aspect-ratio: 1; box-shadow: var(--shadow); }
.gallery-strip a img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.gallery-strip a:hover img { transform: scale(1.06); }

/* Gallery page */
.gallery-filters { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 36px; }
.gallery-filters button { padding: 9px 19px; border-radius: var(--r-sm); border: 1.5px solid var(--line); color: var(--text); font-weight: 500; font-size: .9rem; transition: var(--transition); background: var(--white); }
.gallery-filters button:hover { border-color: var(--clay); color: var(--clay); }
.gallery-filters button.active { background: var(--clay); color: #fff; border-color: var(--clay); }
.gallery-grid { columns: 3; column-gap: 16px; }
.gallery-grid .g-item { break-inside: avoid; margin-bottom: 16px; border-radius: var(--r-sm); overflow: hidden; cursor: zoom-in; box-shadow: var(--shadow); }
.gallery-grid .g-item img { width: 100%; transition: transform .6s ease; }
.gallery-grid .g-item:hover img { transform: scale(1.05); }
.gallery-grid .g-item.hide { display: none; }
.lightbox { position: fixed; inset: 0; z-index: 2000; background: rgba(22,16,10,.95); display: none; align-items: center; justify-content: center; padding: 30px; }
.lightbox.open { display: flex; }
.lightbox img { max-width: 92vw; max-height: 86vh; border-radius: var(--r-sm); }
.lightbox__close, .lightbox__nav { position: absolute; background: rgba(255,255,255,.12); color: #fff; width: 48px; height: 48px; border-radius: 50%; display: flex; align-items: center; justify-content: center; transition: var(--transition); }
.lightbox__close:hover, .lightbox__nav:hover { background: rgba(255,255,255,.26); }
.lightbox__close { top: 22px; right: 22px; }
.lightbox__nav svg, .lightbox__close svg { width: 22px; height: 22px; }
.lightbox__nav.prev { left: 22px; top: 50%; transform: translateY(-50%); }
.lightbox__nav.next { right: 22px; top: 50%; transform: translateY(-50%); }
.lightbox__caption { position: absolute; bottom: 24px; left: 0; right: 0; text-align: center; color: rgba(255,255,255,.8); font-size: .88rem; }

/* Reviews */
.review-summary { display: grid; grid-template-columns: 290px 1fr; gap: 52px; align-items: center; }
.review-score { background: var(--white); border-radius: var(--r); padding: 34px; box-shadow: var(--shadow); text-align: center; }
.review-score .big { font-family: var(--font-display); font-size: 4.2rem; color: var(--ink); line-height: 1; font-weight: 500; }
.review-score .stars { color: var(--gold); font-size: 1.2rem; letter-spacing: 3px; margin: 12px 0 6px; }
.review-score .count { color: var(--muted); font-size: .9rem; }
.subscores { display: grid; grid-template-columns: 1fr 1fr; gap: 18px 44px; }
.subscore__top { display: flex; justify-content: space-between; font-size: .94rem; color: var(--ink); margin-bottom: 7px; font-weight: 500; }
.subscore__bar { height: 4px; background: var(--line); border-radius: 3px; overflow: hidden; }
.subscore__bar i { display: block; height: 100%; background: var(--clay); border-radius: 3px; }
.quote-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 26px; margin-top: 50px; }
.quote { background: var(--white); border-radius: var(--r); padding: 28px; box-shadow: var(--shadow); }
.quote .stars { color: var(--gold); letter-spacing: 2px; margin-bottom: 12px; font-size: .9rem; }
.quote p { font-family: var(--font-display); font-style: italic; font-size: 1.16rem; line-height: 1.45; color: var(--ink); margin-bottom: 14px; }
.quote .who { font-size: .85rem; color: var(--muted); }

/* Location / nearby */
.nearby-list { display: grid; grid-template-columns: 1fr 1fr; gap: 0 28px; }
.nearby { padding: 18px 0; border-bottom: 1px solid var(--line); }
.nearby strong { display: block; color: var(--ink); font-size: 1rem; margin-bottom: 2px; }
.nearby span { font-size: .88rem; color: var(--muted); }
.map-consent { position: relative; border-radius: var(--r); overflow: hidden; box-shadow: var(--shadow); background: var(--bg-2); height: 100%; min-height: 360px; }
.map-consent__placeholder { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 14px; text-align: center; padding: 56px 24px; height: 100%; min-height: 360px; }
.map-consent__placeholder svg { width: 34px; height: 34px; color: var(--clay); }
.map-consent__placeholder p { color: var(--muted); font-size: .9rem; max-width: 320px; margin: 0; }
.map-consent iframe { width: 100%; height: 100%; min-height: 440px; border: 0; display: block; }

/* Contact cards */
.contact-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 20px; }
.contact-card { border-radius: var(--r); padding: 30px; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.14); transition: var(--transition); }
.contact-card:hover { background: rgba(255,255,255,.09); transform: translateY(-3px); }
.contact-card svg.ic { width: 26px; height: 26px; color: #CBB079; margin-bottom: 16px; }
.contact-card h3 { font-size: 1.22rem; margin-bottom: 6px; }
.contact-card p { font-size: .92rem; color: #B3B89C; margin-bottom: 16px; }
.contact-card a.val { display: inline-flex; align-items: center; gap: 7px; font-weight: 600; color: #fff; border-bottom: 1.5px solid var(--clay); padding-bottom: 3px; }
.contact-card a.val:hover { color: #CBB079; }

/* FAQ */
.faq-list { max-width: 780px; }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-q { width: 100%; text-align: left; display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 24px 2px; font-family: var(--font-display); font-size: 1.2rem; color: var(--ink); font-weight: 500; }
.faq-q svg { width: 20px; height: 20px; flex-shrink: 0; color: var(--clay); transition: var(--transition); }
.faq-item.open .faq-q svg { transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .35s ease; }
.faq-a p { padding: 0 2px 24px; color: var(--text); margin: 0; max-width: 680px; }

/* Footer */
.footer { background: var(--dark-2); color: #BBC0A6; padding: 72px 0 0; }
.footer__top { display: grid; grid-template-columns: 1.7fr 1fr 1.2fr; gap: 48px; padding-bottom: 52px; }
.footer__brand .footer-logo { display: flex; align-items: center; gap: 13px; margin-bottom: 18px; }
.footer__brand .footer-logo .logo-mark { width: 40px; height: 40px; border-radius: 9px; }
.footer__brand .footer-logo .logo-name { font-family: var(--font-display); font-size: 1.4rem; color: #fff; }
.footer__brand p { font-size: .92rem; max-width: 320px; }
.footer__social { display: flex; gap: 12px; margin-top: 20px; }
.footer__social a { width: 38px; height: 38px; border: 1px solid rgba(255,255,255,.18); border-radius: var(--r-sm); display: flex; align-items: center; justify-content: center; transition: var(--transition); }
.footer__social a:hover { background: var(--clay); border-color: var(--clay); }
.footer__social svg { width: 17px; height: 17px; color: #fff; }
.footer h2 { color: #fff; font-family: var(--font-body); font-size: .76rem; text-transform: uppercase; letter-spacing: .16em; margin-bottom: 18px; font-weight: 600; }
.footer__links li, .footer__contact li { margin-bottom: 12px; font-size: .92rem; }
.footer__links a:hover, .footer__contact a:hover { color: #fff; }
.footer__bottom { border-top: 1px solid rgba(255,255,255,.1); padding: 22px 0; display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; font-size: .82rem; }
.footer__bottom .legal-links { display: flex; gap: 18px; flex-wrap: wrap; }
.footer__bottom a:hover { color: #fff; }
.footer__bottom .by { color: #8B9072; }
.footer__bottom .by a { color: #CBB079; }

/* Floating + mobile bar */
.back-to-top { position: fixed; bottom: 22px; right: 22px; width: 46px; height: 46px; border-radius: var(--r-sm); background: var(--ink); color: #fff; display: flex; align-items: center; justify-content: center; opacity: 0; visibility: hidden; transform: translateY(10px); transition: var(--transition); z-index: 900; box-shadow: var(--shadow); }
.back-to-top.show { opacity: 1; visibility: visible; transform: none; }
.back-to-top:hover { background: var(--clay); }
.back-to-top svg { width: 20px; height: 20px; }
.mobile-bar { position: fixed; bottom: 0; left: 0; right: 0; z-index: 950; background: rgba(245,239,225,.97); backdrop-filter: blur(10px); border-top: 1px solid var(--line); padding: 10px 16px calc(10px + env(safe-area-inset-bottom)); display: none; gap: 12px; align-items: center; }
.mobile-bar .mb-info { flex-shrink: 0; }
.mobile-bar .mb-info .stars { color: var(--gold); font-size: .78rem; }
.mobile-bar .mb-info strong { display: block; font-family: var(--font-display); color: var(--ink); font-size: .95rem; line-height: 1.1; }
.mobile-bar .mb-info span { font-size: .72rem; color: var(--muted); }
.mobile-bar .btn { flex: 1; padding: 13px 14px; }

/* Cookie */
.cookie-banner { position: fixed; bottom: 18px; left: 18px; right: 18px; max-width: 440px; z-index: 1500; background: var(--white); border: 1px solid var(--line); border-radius: var(--r); box-shadow: var(--shadow-lg); padding: 22px; display: none; }
.cookie-banner.show { display: block; }
.cookie-banner h2 { font-family: var(--font-display); font-size: 1.12rem; margin-bottom: 8px; color: var(--ink); }
.cookie-banner p { font-size: .85rem; color: var(--text); margin-bottom: 16px; }
.cookie-banner p a { color: var(--clay); text-decoration: underline; }
.cookie-actions { display: flex; gap: 10px; }
.cookie-actions .btn { flex: 1; padding: 10px 16px; font-size: .86rem; }

/* Legal */
.legal { max-width: 760px; }
.legal h2 { font-size: 1.5rem; margin: 34px 0 14px; }
.legal p, .legal li { color: var(--text); font-size: 1rem; }
.legal ul { list-style: disc; padding-left: 22px; margin-bottom: 1rem; }
.legal ul li { margin-bottom: 8px; }
.legal a { color: var(--clay); text-decoration: underline; }
.legal .updated { color: var(--muted); font-style: italic; margin-bottom: 8px; }

/* 404 */
.error-page { min-height: 74vh; display: flex; align-items: center; text-align: center; }
.error-page .big404 { font-family: var(--font-display); font-style: italic; font-size: clamp(3.4rem, 9vw, 6rem); color: var(--clay); line-height: 1; margin-bottom: 6px; }

.demo-disclaimer { background: #2A301F; color: #8E9277; text-align: center; font-size: .76rem; padding: 11px 18px; }
.demo-disclaimer strong { color: #CBB079; }

/* Reveal */
.reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }
.reveal.d1 { transition-delay: .08s; } .reveal.d2 { transition-delay: .16s; } .reveal.d3 { transition-delay: .24s; }
@media (prefers-reduced-motion: reduce) { * { scroll-behavior: auto !important; } .reveal { opacity: 1; transform: none; transition: none; } }

/* Responsive */
@media (max-width: 960px) {
  .review-summary { grid-template-columns: 1fr; gap: 28px; }
  .review-score { max-width: 320px; }
  .footer__top { grid-template-columns: 1fr 1fr; }
  .footer__brand { grid-column: 1 / -1; }
  .amenity-cols { columns: 2; }
}
@media (max-width: 820px) {
  .hamburger { display: flex; }
  .nav-links { position: fixed; inset: 0 0 0 auto; width: min(82vw, 330px); height: 100vh; flex-direction: column; align-items: stretch; justify-content: flex-start; background: var(--bg); padding: calc(var(--nav-h) + 16px) 26px 40px; box-shadow: -12px 0 40px rgba(42,32,23,.16); transform: translateX(100%); transition: transform var(--transition); gap: 2px; }
  .nav-links.open { transform: translateX(0); }
  .navbar:has(.nav-links.open) .logo-name { color: var(--ink); }
  .navbar:has(.nav-links.open) .logo-sub { color: var(--clay); }
  .navbar:has(.nav-links.open) .hamburger span { background: var(--ink); }
  .nav-links a { color: var(--ink) !important; padding: 14px 14px; font-size: 1.06rem; border-bottom: 1px solid var(--line); }
  .nav-links a:not(.nav-cta)::after { display: none; }
  .nav-cta { margin-left: 0; margin-top: 16px; text-align: center; border-bottom: none !important; }
  .split, .split--reverse .split__media { grid-template-columns: 1fr; }
  .split { grid-template-columns: 1fr; }
  .split--reverse .split__media { order: 0; }
  .badge-float { right: 16px; }
  .gallery-strip { grid-template-columns: repeat(2, 1fr); }
  .gallery-grid { columns: 2; }
  .review-summary .subscores { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .container { padding: 0 20px; }
  .facts .fact { min-width: 50%; border-bottom: 1px solid var(--line); }
  .facts .fact:nth-child(2) { border-right: none; }
  .amenity-cols { columns: 1; }
  .gallery-grid { columns: 1; }
  .nearby-list { grid-template-columns: 1fr; }
  .footer__top { grid-template-columns: 1fr; }
  .nav-logo .logo-sub { display: none; }
  .mobile-bar { display: flex; }
  body.has-mobile-bar { padding-bottom: 74px; }
  .back-to-top { bottom: 84px; }
  .cookie-banner { bottom: 84px; }
  .hero__cta { flex-direction: column; align-items: stretch; }
  .hero__cta .btn { width: 100%; }
}
