/* ============================================================================
   Bjarmi — "Airy Editorial". Light & airy, warm-stone, generous
   whitespace, asymmetric editorial layout. Soft aurora + parallax mountains.
   ============================================================================ */

body { background: linear-gradient(180deg, var(--warm-white) 0%, #f4faf8 50%, var(--sand-50) 100%); background-attachment: fixed; color: var(--ink); font-family: var(--font-body); font-size: 17px; line-height: 1.65; }
.wrap { max-width: 1240px; margin: 0 auto; padding: 0 28px; }
.section { padding: clamp(72px, 11vw, 150px) 0; position: relative; }

/* gentle teal/sand glows to keep the lighter sections lively */
#hut { background: radial-gradient(48% 42% at 90% 4%, rgba(98,193,191,0.11), transparent 62%); }
#location { background: radial-gradient(46% 42% at 4% 92%, rgba(141,216,214,0.12), transparent 62%); }
#nearby { background: radial-gradient(52% 40% at 96% 8%, rgba(98,193,191,0.10), transparent 60%); }
#faq { background: radial-gradient(50% 38% at 6% 6%, rgba(98,193,191,0.08), transparent 60%); }

/* ---------- kicker / eyebrow ---------- */
.kicker { font-family: var(--font-body); font-size: 13px; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; color: var(--tool-teal); margin: 0 0 18px; display: inline-flex; align-items: center; gap: 15px; }
.kicker::before { content: ""; width: 30px; height: 1px; background: currentColor; opacity: 0.55; flex-shrink: 0; }

h1, h2, h3 { font-family: var(--font-display); font-weight: 600; letter-spacing: -0.02em; color: var(--ink); margin: 0; }
.h2 { font-size: clamp(2rem, 4vw, 3.2rem); line-height: 1.08; }
.lead { font-size: clamp(1.05rem, 1.5vw, 1.3rem); line-height: 1.6; color: var(--ink-2); max-width: 56ch; }

/* ---------- buttons ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; height: 54px; padding: 0 28px; border-radius: var(--r-full); font-family: var(--font-body); font-weight: 600; font-size: 16px; cursor: pointer; border: 0; transition: transform var(--t-press) var(--ease-snap), background var(--t-fast), box-shadow var(--t-fast), border-color var(--t-fast); white-space: nowrap; }
.btn svg { width: 19px; height: 19px; }
.btn-cta { background: var(--cta); color: #fff; box-shadow: 0 10px 28px rgba(249,115,22,0.22); }
.btn-cta:hover { background: var(--cta-hover); transform: translateY(-2px); box-shadow: 0 16px 36px rgba(249,115,22,0.30); }
.btn-cta:active { transform: scale(0.97); }
.btn-ghost { background: transparent; color: var(--ink); border: 1.5px solid var(--warm-border-2); }
.btn-ghost:hover { border-color: var(--tool-teal); color: var(--tool-teal); transform: translateY(-2px); }
.btn-ghost:active { transform: scale(0.97); }

/* ---------- nav ---------- */
.nav { position: fixed; top: 18px; left: 50%; transform: translateX(-50%); z-index: 80; width: calc(100% - 36px); max-width: 1240px; }
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 66px; padding: 0 14px 0 22px; border-radius: var(--r-full); background: rgba(250,250,249,0.72); backdrop-filter: blur(16px) saturate(1.5); -webkit-backdrop-filter: blur(16px) saturate(1.5); border: 1px solid rgba(231,229,228,0.9); box-shadow: var(--shadow-subtle); transition: box-shadow var(--t-base), background var(--t-base); }
.nav.scrolled .nav-inner { box-shadow: var(--shadow-medium); background: rgba(250,250,249,0.88); }
.brand { display: flex; align-items: center; gap: 10px; font-family: var(--font-display); font-weight: 600; font-size: 20px; letter-spacing: -0.01em; color: var(--ink); }
.brand .mk { width: 30px; height: 30px; }
.nav-links { display: flex; align-items: center; gap: 30px; }
.nav-links a { font-size: 14.5px; font-weight: 500; color: var(--ink-2); transition: color var(--t-fast); }
.nav-links a:hover { color: var(--ink); }
.nav-right { display: flex; align-items: center; gap: 12px; }
.lang { display: inline-flex; align-items: center; gap: 5px; height: 38px; padding: 0 13px; border-radius: var(--r-full); border: 1px solid var(--warm-border); background: #fff; font-family: var(--font-exo); font-size: 12.5px; font-weight: 600; cursor: pointer; color: var(--ink-3); transition: border-color var(--t-fast); }
.lang:hover { border-color: var(--warm-border-2); }
.lang b { color: var(--tool-teal); }
.btn-sm { height: 42px; padding: 0 20px; font-size: 14.5px; }
.burger { display: none; height: 44px; width: 44px; align-items: center; justify-content: center; border-radius: var(--r-full); border: 1px solid var(--warm-border); background: #fff; cursor: pointer; }
.mobile-menu { display: none; flex-direction: column; gap: 6px; margin-top: 10px; padding: 16px; border-radius: var(--r-2xl); background: rgba(250,250,249,0.96); backdrop-filter: blur(16px); border: 1px solid var(--warm-border); box-shadow: var(--shadow-medium); }
.mobile-menu a { padding: 12px 10px; font-size: 16px; font-weight: 500; color: var(--ink); border-radius: var(--r-md); }
.mobile-menu a:hover { background: var(--warm-surface); }

/* ---------- hero ---------- */
.hero { position: relative; min-height: 100vh; display: flex; align-items: center; overflow: hidden; padding: clamp(150px, 20vh, 240px) 0 clamp(120px, 18vh, 220px); }
.hero-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
.hero-poster { position: absolute; inset: 0; z-index: 0; background: linear-gradient(160deg, var(--dusk-2), var(--dusk-1) 60%, #0e1620); }
.hero-scrim { position: absolute; inset: 0; z-index: 1; pointer-events: none; background:
  linear-gradient(180deg, rgba(20,28,38,0.52) 0%, rgba(20,28,38,0.12) 24%, transparent 48%),
  linear-gradient(180deg, transparent 64%, rgba(250,250,249,0.55) 90%, var(--warm-white) 100%),
  radial-gradient(70% 60% at 22% 56%, rgba(15,22,32,0.50), transparent 72%); }
.hero-glow { position: absolute; inset: 0; z-index: 1; pointer-events: none; overflow: hidden; }
.hero-glow .wisp { position: absolute; border-radius: 50%; filter: blur(80px); mix-blend-mode: screen; }
.w1 { width: 50vw; height: 30vw; left: 30%; top: -6%; background: radial-gradient(circle, rgba(98,193,191,0.28), transparent 65%); animation: drift1 26s var(--ease-inout) infinite; }
.w2 { width: 38vw; height: 26vw; right: -6%; top: 6%; background: radial-gradient(circle, rgba(141,216,214,0.22), transparent 65%); animation: drift2 32s var(--ease-inout) infinite; }
@keyframes drift1 { 0%,100%{transform:translate(0,0) scale(1)} 50%{transform:translate(-8%,6%) scale(1.14)} }
@keyframes drift2 { 0%,100%{transform:translate(0,0) scale(1.05)} 50%{transform:translate(7%,-7%) scale(0.92)} }

.hero-content { position: relative; z-index: 5; width: 100%; }
.hero-grid { display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 48px; align-items: end; }
.hero h1 { font-size: clamp(2.7rem, 7vw, 6rem); line-height: 0.98; font-weight: 600; letter-spacing: -0.035em; color: #fff; text-wrap: balance; }
.hero h1 .hl { font-style: italic; font-family: var(--font-serif); font-weight: 400; color: var(--emstra-teal-light); letter-spacing: -0.01em; }
.hero .kicker { color: var(--emstra-teal-light); }
.hero .kicker::before { background: var(--emstra-teal-light); }
.hero-sub { margin: 28px 0 34px; max-width: 46ch; color: rgba(255,255,255,0.84); }
.hero-ctas { display: flex; gap: 14px; flex-wrap: wrap; }
.hero .btn-ghost { color: #fff; border-color: rgba(255,255,255,0.45); background: rgba(255,255,255,0.04); backdrop-filter: blur(4px); }
.hero .btn-ghost:hover { border-color: #fff; color: #fff; background: rgba(255,255,255,0.12); }
.hero-stats { display: flex; gap: 40px; padding-bottom: 8px; }
.stat .n { font-family: var(--font-display); font-size: clamp(1.8rem, 3vw, 2.6rem); font-weight: 600; letter-spacing: -0.02em; line-height: 1; color: #fff; }
.stat .l { font-size: 13.5px; color: rgba(255,255,255,0.66); margin-top: 8px; max-width: 14ch; }
.scroll-cue { position: absolute; left: 50%; transform: translateX(-50%); bottom: 30px; z-index: 6; display: flex; flex-direction: column; align-items: center; gap: 9px; font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: var(--ink-3); }
.scroll-cue .line { width: 1px; height: 34px; background: linear-gradient(var(--ink-3), transparent); animation: cueLine 2.2s var(--ease-inout) infinite; transform-origin: top; }
@keyframes cueLine { 0%,100%{transform:scaleY(0.4);opacity:.4} 50%{transform:scaleY(1);opacity:1} }

/* ---------- placeholder blocks ---------- */
.ph { position: relative; border-radius: var(--r-2xl); overflow: hidden; background:
  linear-gradient(135deg, var(--sand-100), var(--warm-surface) 55%, var(--sand-200));
  border: 1px solid var(--warm-border); display: grid; place-items: center; color: var(--ink-3); }
.ph::before { content: ""; position: absolute; inset: 0; opacity: .5;
  background-image: radial-gradient(circle at 30% 20%, rgba(98,193,191,0.10), transparent 50%),
  url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80'%3E%3Cpath d='M0 80 L26 44 L40 60 L56 30 L80 80 Z' fill='none' stroke='%23a8a29e' stroke-width='1' opacity='0.4'/%3E%3C/svg%3E"); background-size: cover, 80px 80px; }
.ph-label { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; gap: 8px; font-size: 13px; }
.ph-label svg { width: 26px; height: 26px; opacity: .7; }
.ph-label .tag { font-size: 11px; letter-spacing: .12em; text-transform: uppercase; opacity: .65; }
.ph.has-img { background: var(--warm-surface); }
.ph.has-img::before { display: none; }
.ph.has-img img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; }

/* ---------- hut / feature ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(36px, 6vw, 84px); align-items: center; }
.split .ph { aspect-ratio: 4/5; }
.feature-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 20px; margin-top: 56px; }
.fcard { padding: 30px; border-radius: var(--r-2xl); background: #fff; border: 1px solid var(--warm-border); transition: transform 0.4s var(--ease-enter), box-shadow 0.4s, border-color 0.4s; transform-style: preserve-3d; perspective: 800px; }
.fcard:hover { transform: translateY(-8px) rotateX(2deg); box-shadow: 0 24px 48px rgba(28,25,23,0.12), 0 0 0 1px rgba(13,148,136,0.08); border-color: rgba(13,148,136,0.25); }
.tile { width: 50px; height: 50px; border-radius: var(--r-xl); background: rgba(98,193,191,0.12); display: grid; place-items: center; margin-bottom: 18px; transition: background var(--t-base); }
.tile svg { width: 24px; height: 24px; color: var(--tool-teal); }
.fcard:hover .tile { background: rgba(98,193,191,0.2); }
.fcard h3 { font-size: 18px; margin-bottom: 8px; }
.fcard p { font-size: 15px; color: var(--ink-2); margin: 0; }

/* ---------- amenities ---------- */
.amen-wrap { background: linear-gradient(180deg, var(--teal-50) 0%, #ecf8f6 55%, #e6f5f2 100%); }
.amen-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 52px; background: var(--warm-border); border: 1px solid var(--warm-border); border-radius: var(--r-2xl); overflow: hidden; }
.amen-item { background: var(--warm-white); padding: 28px 26px; display: flex; align-items: center; gap: 16px; transition: background var(--t-fast); }
.amen-item:hover { background: #fff; }
.amen-item svg { width: 22px; height: 22px; color: var(--tool-teal); flex-shrink: 0; }
.amen-item span { font-size: 15.5px; font-weight: 500; }

/* ---------- location ---------- */
.loc-grid { display: grid; grid-template-columns: 1fr 0.85fr; gap: clamp(36px, 5vw, 72px); align-items: center; }
.map-ph { aspect-ratio: 5/4; border-radius: var(--r-2xl); }
.drives { list-style: none; margin: 32px 0 0; padding: 0; }
.drives li { display: flex; align-items: center; justify-content: space-between; padding: 18px 0; border-bottom: 1px solid var(--warm-border); }
.drives li:first-child { border-top: 1px solid var(--warm-border); }
.drives .place { display: flex; align-items: center; gap: 12px; font-weight: 500; }
.drives .place svg { width: 18px; height: 18px; color: var(--ink-3); }
.drives .time { font-family: var(--font-exo); font-weight: 600; color: var(--tool-teal); }

/* ---------- gallery (expanding hover) ---------- */
.gallery { display: flex; gap: 8px; height: 420px; margin-top: 52px; }
.gitem { border-radius: var(--r-xl); overflow: hidden; position: relative; flex: 1; transition: flex 0.55s cubic-bezier(0.33, 1, 0.68, 1); cursor: pointer; }
.gitem .ph { width: 100%; height: 100%; border-radius: var(--r-xl); }
.gitem .ph.has-img img { transition: transform 0.55s var(--ease-enter); }
.gallery:hover .gitem { flex: 0.6; }
.gallery .gitem:hover { flex: 3; }
.gallery .gitem:hover .ph.has-img img { transform: scale(1.05); }
/* caption overlay on hover */
.gitem .gcap { position: absolute; bottom: 0; left: 0; right: 0; padding: 20px 18px; background: linear-gradient(transparent, rgba(0,0,0,0.6)); color: #fff; font-size: 14px; font-weight: 500; opacity: 0; transform: translateY(8px); transition: opacity 0.35s, transform 0.35s; border-radius: 0 0 var(--r-xl) var(--r-xl); pointer-events: none; }
.gitem:hover .gcap { opacity: 1; transform: translateY(0); }

/* ---------- nearby ---------- */
.near-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 52px; }
.ncard { border-radius: var(--r-2xl); overflow: hidden; background: #fff; border: 1px solid var(--warm-border); transition: transform var(--t-base) var(--ease-enter), box-shadow var(--t-base); }
.ncard:hover { transform: translateY(-6px); box-shadow: var(--shadow-elevated); }
.ncard .ph { aspect-ratio: 16/11; border-radius: 0; border: 0; border-bottom: 1px solid var(--warm-border); }
.ncard-body { padding: 22px 24px 26px; }
.ncard .ntag { display: inline-block; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; font-weight: 600; color: var(--tool-teal); margin-bottom: 10px; }
.ncard h3 { font-size: 19px; margin-bottom: 7px; }
.ncard p { font-size: 14.5px; color: var(--ink-2); margin: 0; }

/* ---------- reviews ---------- */
.rev-wrap { background: var(--navy); color: #fff; }
.rev-wrap .kicker { color: var(--emstra-teal); }
.rev-wrap .kicker::before { background: var(--emstra-teal); }
.rev-wrap h2 { color: #fff; }
.rev-wrap .lead { color: rgba(255,255,255,0.72); }
.rev-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 52px; }
.rcard { padding: 32px; border-radius: var(--r-2xl); background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); display: flex; flex-direction: column; position: relative; overflow: hidden; transition: transform 0.4s var(--ease-enter), border-color 0.4s, background 0.4s; }
.rcard:hover { transform: translateY(-6px); border-color: rgba(98,193,191,0.35); background: rgba(255,255,255,0.08); }
.rcard::before { content: ""; position: absolute; top: -50%; left: -50%; width: 200%; height: 200%; background: conic-gradient(from 0deg, transparent 0%, rgba(98,193,191,0.15) 10%, transparent 20%); animation: borderSpin 6s linear infinite; opacity: 0; transition: opacity 0.4s; pointer-events: none; }
.rcard:hover::before { opacity: 1; }
.rcard::after { content: ""; position: absolute; inset: 1px; border-radius: calc(var(--r-2xl) - 1px); background: var(--navy); pointer-events: none; z-index: 0; }
.rcard > * { position: relative; z-index: 1; }
@keyframes borderSpin { to { transform: rotate(360deg); } }
.stars { display: flex; gap: 3px; margin-bottom: 18px; }
.stars svg { width: 17px; height: 17px; color: var(--gold); fill: var(--gold); }
.rcard p.quote { font-size: 16px; line-height: 1.6; color: rgba(255,255,255,0.88); flex: 1; }
.rcard .who { margin-top: 22px; display: flex; align-items: center; gap: 13px; }
.rcard .av { width: 42px; height: 42px; border-radius: 50%; background: rgba(98,193,191,0.18); border: 1px solid rgba(98,193,191,0.3); display: grid; place-items: center; font-family: var(--font-display); font-weight: 600; color: var(--emstra-teal); }
.rcard .who .nm { font-weight: 600; font-size: 15px; }
.rcard .who .pl { font-size: 13px; color: rgba(255,255,255,0.55); }

/* ---------- faq ---------- */
.faq-list { margin-top: 48px; max-width: 820px; }
.faq-item { border-bottom: 1px solid var(--warm-border); }
.faq-q { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 26px 4px; background: none; border: 0; cursor: pointer; text-align: left; font-family: var(--font-display); font-weight: 600; font-size: clamp(1.05rem, 1.7vw, 1.35rem); color: var(--ink); letter-spacing: -0.01em; }
.faq-q .chev { width: 22px; height: 22px; color: var(--tool-teal); flex-shrink: 0; transition: transform var(--t-base) var(--ease-enter); }
.faq-item.open .chev { transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height var(--t-base) var(--ease-enter); }
.faq-a p { margin: 0 0 26px; font-size: 16px; color: var(--ink-2); max-width: 70ch; }

/* ---------- booking ---------- */
.book-wrap { background: linear-gradient(180deg, var(--sand-50), var(--teal-50) 100%); }
.book-card { margin-top: 48px; border-radius: var(--r-3xl); background: #fff; border: 1px solid var(--warm-border); box-shadow: var(--shadow-medium); padding: clamp(28px, 4vw, 52px); }
.book-embed { min-height: 360px; border-radius: var(--r-2xl); border: 2px dashed var(--warm-border-2); background:
  repeating-linear-gradient(45deg, var(--sand-50), var(--sand-50) 14px, transparent 14px, transparent 28px), var(--warm-surface);
  display: grid; place-items: center; text-align: center; }
.book-embed .inner { display: flex; flex-direction: column; align-items: center; gap: 14px; color: var(--ink-3); }
.book-embed svg { width: 34px; height: 34px; color: var(--tool-teal); }
.book-embed .pl { font-family: var(--font-display); font-weight: 600; font-size: 18px; color: var(--ink-2); }
.book-note { margin-top: 22px; text-align: center; font-size: 14px; color: var(--ink-2); }

/* ---------- contact ---------- */
.contact-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: clamp(36px, 6vw, 80px); align-items: start; }
.field { display: flex; flex-direction: column; gap: 8px; margin-bottom: 18px; }
.field label { font-size: 14px; font-weight: 500; color: var(--ink-2); }
.field label .opt { color: var(--ink-3); font-weight: 400; }
.field input, .field textarea { font-family: var(--font-body); font-size: 15.5px; color: var(--ink); background: #fff; border: 1px solid var(--warm-border-2); border-radius: var(--r-xl); padding: 14px 16px; outline: none; transition: border-color var(--t-fast), box-shadow var(--t-fast); }
.field input:focus, .field textarea:focus { border-color: var(--tool-teal); box-shadow: 0 0 0 3px rgba(13,148,136,0.13); }
.field textarea { resize: vertical; min-height: 130px; }
.form-success { display: flex; align-items: center; gap: 10px; height: 54px; padding: 0 24px; border-radius: var(--r-full); background: var(--success-bg, #f0fdf4); color: var(--success, #16a34a); font-weight: 600; }
.form-success svg { width: 20px; height: 20px; }

/* ---------- footer ---------- */
.footer { background: var(--ink); color: rgba(255,255,255,0.7); padding: 72px 0 36px; }
.footer .brand { color: #fff; }
.foot-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr; gap: 40px; padding-bottom: 44px; border-bottom: 1px solid rgba(255,255,255,0.1); }
.foot-tag { margin: 18px 0 0; max-width: 36ch; font-size: 15px; line-height: 1.6; }
.foot-col h4 { font-family: var(--font-body); font-size: 13px; letter-spacing: .12em; text-transform: uppercase; color: rgba(255,255,255,0.5); margin: 0 0 16px; font-weight: 600; }
.foot-col a { display: block; padding: 6px 0; font-size: 15px; color: rgba(255,255,255,0.75); transition: color var(--t-fast); }
.foot-col a:hover { color: var(--emstra-teal); }
.foot-bottom { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; padding-top: 28px; font-size: 13.5px; color: rgba(255,255,255,0.5); }

/* ---------- lightbox ---------- */
.lightbox { position: fixed; inset: 0; z-index: 200; background: rgba(0,0,0,0.92); backdrop-filter: blur(8px); display: flex; align-items: center; justify-content: center; opacity: 0; pointer-events: none; transition: opacity 0.35s; }
.lightbox.open { opacity: 1; pointer-events: auto; }
.lightbox img { max-width: 90vw; max-height: 85vh; object-fit: contain; border-radius: var(--r-xl); box-shadow: 0 32px 80px rgba(0,0,0,0.5); transform: scale(0.92); transition: transform 0.4s var(--ease-dramatic); }
.lightbox.open img { transform: scale(1); }
.lb-close, .lb-prev, .lb-next { position: absolute; background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.2); color: #fff; border-radius: 50%; width: 48px; height: 48px; display: flex; align-items: center; justify-content: center; cursor: pointer; transition: background 0.2s, transform 0.2s; backdrop-filter: blur(4px); }
.lb-close:hover, .lb-prev:hover, .lb-next:hover { background: rgba(255,255,255,0.2); transform: scale(1.08); }
.lb-close { top: 24px; right: 24px; }
.lb-prev { left: 24px; top: 50%; transform: translateY(-50%); }
.lb-next { right: 24px; top: 50%; transform: translateY(-50%); }
.lb-prev:hover, .lb-next:hover { transform: translateY(-50%) scale(1.08); }
.lb-counter { position: absolute; bottom: 24px; left: 50%; transform: translateX(-50%); color: rgba(255,255,255,0.6); font-size: 14px; font-family: var(--font-exo); font-weight: 600; background: rgba(0,0,0,0.4); padding: 6px 16px; border-radius: var(--r-full); }

/* ---------- hero word stagger ---------- */
.hero h1 .word { display: inline-block; opacity: 0; transform: translateY(40px) rotateX(-15deg); animation: wordIn 0.7s var(--ease-dramatic) forwards; }
@keyframes wordIn { to { opacity: 1; transform: none; } }

/* ---------- stat counter ---------- */
.stat .n { display: inline-block; font-variant-numeric: tabular-nums; }

/* ---------- magnetic button ---------- */
.btn-cta { transition: transform 0.25s var(--ease-snap), background var(--t-fast), box-shadow var(--t-fast); }

/* ---------- image parallax ---------- */
.ph.has-img img { will-change: transform; }

/* ---------- nearby card image zoom ---------- */
.ncard .ph.has-img img { transition: transform 0.5s var(--ease-enter); }
.ncard:hover .ph.has-img img { transform: scale(1.06); }

/* ---------- responsive ---------- */
@media (max-width: 1000px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-stats { display: none; }
  .split, .loc-grid, .contact-grid { grid-template-columns: 1fr; }
  .split .ph { aspect-ratio: 16/10; }
  .amen-grid, .near-grid, .rev-grid { grid-template-columns: 1fr 1fr; }
  .gallery { flex-wrap: wrap; height: auto; }
  .gitem { flex: 1 1 calc(50% - 4px); height: 180px; min-width: calc(50% - 4px); }
  .gallery:hover .gitem { flex: 1 1 calc(50% - 4px); }
  .gallery .gitem:hover { flex: 1 1 calc(50% - 4px); }
}
@media (max-width: 720px) {
  .nav-links { display: none; }
  .burger { display: flex; }
  .nav.open .mobile-menu { display: flex; }
  .nav .btn-sm { display: none; }
  .amen-grid, .near-grid, .rev-grid { grid-template-columns: 1fr; }
  .hero-stats { display: none; }
}
