/* ============================================================
   ADORA — Villa Adora Bled · editorial luxury static site
   Design language modelled on adorabled.com (Wix reference)
   ============================================================ */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400;1,500&family=Jost:wght@300;400;500;600&display=swap');

:root {
    --green-900: #1f3d3a;
    --green-800: #294d49;
    --green-700: #325f5a;
    --green-600: #3d726b;
    --gold: #b3922c;
    --gold-light: #d4b85a;
    --cream: #faf7f0;
    --cream-2: #f3eee2;
    --ivory: #ffffff;
    --ink: #2a2a28;
    --ink-soft: #5c5a52;
    --line: #e4dccb;
    --font-serif: 'Cormorant Garamond', Georgia, 'Times New Roman', serif;
    --font-sans: 'Jost', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    --container: 1200px;
    --ease: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; font-size: 16px; scroll-padding-top: 76px; }
body { font-family: var(--font-sans); color: var(--ink); background: var(--cream); line-height: 1.7; -webkit-font-smoothing: antialiased; overflow-x: hidden; font-weight: 300; }
a { text-decoration: none; color: inherit; transition: color 0.3s var(--ease); }
img { max-width: 100%; height: auto; display: block; }
ul { list-style: none; }
.container { max-width: var(--container); margin: 0 auto; padding: 0 28px; }
.container.narrow { max-width: 880px; }
.skip-link { position: absolute; top: -100%; left: 16px; z-index: 10001; background: var(--green-900); color: #fff; padding: 12px 24px; border-radius: 0 0 8px 8px; font-size: 0.85rem; transition: top 0.2s; }
.skip-link:focus { top: 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

/* ---------- Kickers & titles ---------- */
.kicker, .kicker.light { font-family: var(--font-sans); font-size: 0.8rem; letter-spacing: 0.42em; text-transform: uppercase; color: var(--gold); margin-bottom: 18px; font-weight: 500; }
.kicker.light { color: var(--gold-light); }
.serif-title { font-family: var(--font-serif); font-weight: 500; font-size: 3.1rem; line-height: 1.08; color: var(--green-900); margin-bottom: 24px; }
.serif-title em { font-style: italic; color: var(--gold); }
.lead { font-family: var(--font-serif); font-size: 1.35rem; line-height: 1.5; color: var(--ink-soft); margin-bottom: 18px; }
.lead.center { text-align: center; }
.body { font-size: 1.02rem; color: var(--ink-soft); }

/* ---------- Section layout ---------- */
.section { padding: 110px 0; }
.section .kicker { text-align: center; }
.section.suites .kicker { text-align: center; }
.section > .container > .serif-title { text-align: center; }

/* ---------- NAV ---------- */
.nav { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; padding: 22px 0; transition: all 0.4s var(--ease); }
.nav.scrolled { background: rgba(31, 61, 58, 0.94); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); box-shadow: 0 1px 24px rgba(0,0,0,0.18); padding: 12px 0; }
.nav-backdrop { display: none; }
.nav-inner { max-width: var(--container); margin: 0 auto; padding: 0 28px; display: flex; align-items: center; justify-content: space-between; }
.brand { font-family: var(--font-serif); font-size: 1.6rem; letter-spacing: 0.18em; color: #fff; font-weight: 500; }
.nav-links { display: flex; align-items: center; gap: 34px; }
.nav-links a { color: rgba(255,255,255,0.88); font-size: 0.82rem; letter-spacing: 0.16em; text-transform: uppercase; font-weight: 400; position: relative; }
.nav-links a:hover { color: #fff; }
.nav-links a.nav-cta { border: 1px solid rgba(255,255,255,0.55); padding: 9px 22px; border-radius: 2px; letter-spacing: 0.2em; }
.nav-links a.nav-cta:hover { background: #fff; color: var(--green-900); }
.nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: 0; cursor: pointer; padding: 6px; }
.nav-toggle span { width: 26px; height: 2px; background: #fff; display: block; transition: all 0.3s var(--ease); }
.nav-toggle.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.active span:nth-child(2) { opacity: 0; }
.nav-toggle.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ---------- HERO ---------- */
.hero { position: relative; min-height: 100vh; display: flex; align-items: center; justify-content: center; text-align: center; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(15,30,29,0.45) 0%, rgba(15,30,29,0.35) 40%, rgba(15,30,29,0.62) 100%); }
.hero-content { position: relative; z-index: 2; padding: 0 24px; color: #fff; }
.hero-eyebrow { font-size: 0.85rem; letter-spacing: 0.5em; text-transform: uppercase; color: rgba(255,255,255,0.85); margin-bottom: 22px; }
.hero-title { font-family: var(--font-serif); font-size: clamp(4.5rem, 16vw, 9rem); font-weight: 500; letter-spacing: 0.14em; line-height: 1; }
.hero-sub { font-size: 1.1rem; letter-spacing: 0.6em; text-transform: uppercase; color: var(--gold-light); margin: 20px 0 26px; font-weight: 400; padding-left: 0.6em; }
.hero-desc { font-family: var(--font-serif); font-size: 1.4rem; font-style: italic; color: rgba(255,255,255,0.92); max-width: 620px; margin: 0 auto 40px; }
.hero-cta { display: flex; gap: 18px; justify-content: center; flex-wrap: wrap; }
.btn { display: inline-block; font-family: var(--font-sans); font-size: 0.82rem; letter-spacing: 0.2em; text-transform: uppercase; padding: 15px 36px; cursor: pointer; transition: all 0.3s var(--ease); font-weight: 400; }
.btn-solid { background: var(--gold); color: #fff; border: 1px solid var(--gold); }
.btn-solid:hover { background: transparent; color: #fff; border-color: #fff; }
.btn-ghost { background: transparent; color: #fff; border: 1px solid rgba(255,255,255,0.6); }
.btn-ghost:hover { background: #fff; color: var(--green-900); border-color: #fff; }
.btn-sm { padding: 12px 24px; font-size: 0.76rem; }
.btn-ghost-map { display: inline-block; margin-top: 22px; border-bottom: 1px solid var(--gold); color: var(--green-800); letter-spacing: 0.12em; text-transform: uppercase; font-size: 0.82rem; padding-bottom: 4px; }
.btn-ghost-map:hover { color: var(--gold); }
.btn-wa { background: #25d366; color: #fff; border: 1px solid #25d366; margin-top: 18px; }
.btn-wa:hover { background: #1ebe5b; border-color: #1ebe5b; color: #fff; }
.hero-scroll { position: absolute; bottom: 30px; left: 50%; transform: translateX(-50%); z-index: 2; color: rgba(255,255,255,0.7); font-size: 0.72rem; letter-spacing: 0.3em; text-transform: uppercase; display: flex; flex-direction: column; align-items: center; gap: 10px; }
.hero-scroll i { width: 1px; height: 42px; background: rgba(255,255,255,0.7); display: block; animation: pulse 2s infinite; }
@keyframes pulse { 0%,100% { opacity: 1; } 50% { opacity: 0.25; } }

/* ---------- HOTEL ---------- */
.hotel .narrow { text-align: center; }
.hotel .narrow .lead { color: var(--ink-soft); }
.facilities-wrap { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 34px; margin-top: 70px; align-items: stretch; }
.facilities { position: relative; overflow: hidden; background: linear-gradient(135deg, var(--ivory) 0%, #fffdf8 100%); border: 1px solid var(--line); padding: 42px 44px 40px; box-shadow: 0 18px 50px rgba(31,61,58,0.07); }
.facilities::after { content: ''; position: absolute; right: -72px; top: -72px; width: 190px; height: 190px; border: 1px solid rgba(179,146,44,0.25); border-radius: 50%; box-shadow: 0 0 0 18px rgba(179,146,44,0.04), 0 0 0 36px rgba(179,146,44,0.03); pointer-events: none; }
.facilities-kicker { color: var(--gold); font-size: 0.7rem; letter-spacing: 0.28em; text-transform: uppercase; margin-bottom: 10px; font-weight: 500; }
.facilities-title { font-family: var(--font-serif); font-size: 2rem; line-height: 1.1; color: var(--green-900); margin-bottom: 10px; font-weight: 500; }
.facilities-intro { max-width: 440px; color: var(--ink-soft); font-size: 0.96rem; }
.facilities-list { display: grid; grid-template-columns: 1fr 1fr; column-gap: 26px; margin-top: 28px; }
.facilities-list li { padding: 11px 0 11px 28px; position: relative; border-bottom: 1px solid var(--line); color: var(--ink-soft); font-size: 0.92rem; }
.facilities-list li::before { content: '✓'; position: absolute; left: 0; top: 10px; width: 18px; height: 18px; border: 1px solid var(--gold-light); border-radius: 50%; color: var(--gold); font-size: 0.68rem; line-height: 16px; text-align: center; }
.facilities-services { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; align-content: start; }
.services-heading { grid-column: 1 / -1; padding: 4px 0 4px; }
.services-heading .facilities-title { margin-bottom: 0; }
.svc { position: relative; min-height: 150px; background: var(--ivory); border: 1px solid var(--line); padding: 24px 22px 22px; transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease), border-color 0.3s var(--ease); }
.svc:hover { transform: translateY(-3px); border-color: var(--gold-light); box-shadow: 0 12px 28px rgba(31,61,58,0.08); }
.svc-index { display: block; color: var(--gold); font-size: 0.68rem; letter-spacing: 0.14em; margin-bottom: 14px; }
.svc-label { display: block; font-family: var(--font-serif); font-size: 1.35rem; line-height: 1.1; color: var(--green-900); margin-bottom: 8px; font-weight: 500; }
.svc p { color: var(--ink-soft); font-size: 0.88rem; line-height: 1.55; }
.svc p + p { margin-top: 5px; }

/* ---------- SUITES carousel ---------- */
.suites { background: var(--cream-2); }
.carousel { position: relative; margin-top: 60px; }
.carousel-track { display: flex; gap: 26px; overflow-x: auto; scroll-snap-type: x mandatory; padding: 6px 4px 22px; scrollbar-width: none; }
.carousel-track::-webkit-scrollbar { display: none; }
.suite-card { flex: 0 0 340px; scroll-snap-align: start; background: var(--ivory); border: 1px solid var(--line); overflow: hidden; display: flex; flex-direction: column; }
.suite-imgwrap { position: relative; aspect-ratio: 4/3; overflow: hidden; }
.suite-imgwrap img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.7s var(--ease); }
.suite-card:hover .suite-imgwrap img { transform: scale(1.06); }
.suite-badge { position: absolute; top: 16px; left: 16px; background: rgba(31,61,58,0.85); color: #fff; padding: 6px 14px; font-size: 0.7rem; letter-spacing: 0.18em; text-transform: uppercase; }
.suite-body { padding: 26px 26px 30px; display: flex; flex-direction: column; flex: 1; }
.suite-body h3 { font-family: var(--font-serif); font-size: 1.55rem; color: var(--green-900); font-weight: 500; }
.suite-meta { font-size: 0.8rem; letter-spacing: 0.08em; color: var(--gold); text-transform: uppercase; margin: 5px 0 14px; }
.suite-desc { color: var(--ink-soft); font-size: 0.95rem; margin-bottom: 16px; }
.suite-features { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 22px; }
.suite-features li { border: 1px solid var(--line); padding: 5px 12px; font-size: 0.78rem; color: var(--green-800); letter-spacing: 0.04em; }
.suite-actions { margin-top: auto; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.btn-avail { background: none; border: 1px solid var(--green-800); color: var(--green-800); padding: 12px 20px; font-size: 0.76rem; letter-spacing: 0.1em; text-transform: uppercase; cursor: pointer; transition: all 0.3s var(--ease); font-family: var(--font-sans); font-weight: 400; }
.btn-avail:hover { background: var(--green-800); color: #fff; }
.car-arrow { position: absolute; top: 40%; transform: translateY(-50%); z-index: 5; width: 46px; height: 46px; border-radius: 50%; border: 1px solid var(--line); background: rgba(255,255,255,0.9); color: var(--green-900); cursor: pointer; display: flex; align-items: center; justify-content: center; transition: all 0.3s var(--ease); box-shadow: 0 4px 18px rgba(0,0,0,0.08); }
.car-arrow:hover { background: var(--green-900); color: #fff; border-color: var(--green-900); }
.car-arrow.prev { left: -10px; }
.car-arrow.next { right: -10px; }
.car-arrow svg { width: 20px; height: 20px; }
.car-dots { display: flex; justify-content: center; gap: 8px; margin-top: 14px; }
.car-dot { width: 8px; height: 8px; border-radius: 50%; border: 0; background: var(--line); cursor: pointer; padding: 0; transition: all 0.3s var(--ease); }
.car-dot.active { background: var(--gold); width: 24px; border-radius: 8px; }

/* ---------- Availability carousel ---------- */
.carousel-avail { margin-top: 60px; }
.avail-card { flex: 0 0 380px; scroll-snap-align: start; background: var(--ivory); border: 1px solid var(--line); padding: 24px; display: flex; flex-direction: column; min-height: 430px; transition: box-shadow 0.3s var(--ease), border-color 0.3s var(--ease); }
.avail-card.highlight { border-color: var(--gold); box-shadow: 0 0 0 1px var(--gold), 0 8px 30px rgba(179,146,44,0.18); }
.avail-name { font-family: var(--font-serif); font-size: 1.4rem; color: var(--green-900); margin-bottom: 14px; font-weight: 500; border-bottom: 1px solid var(--line); padding-bottom: 10px; }
.avail-card .bentral-widget { flex: 1; min-height: 240px; }
.avail-card .bentral-widget, .bentral-widget.prices, .book-widget { min-height: 80px; }
.btn-full { width: 100%; text-align: center; margin-top: 18px; }

/* ---------- Offers ---------- */
.offers .bentral-widget.prices { background: var(--ivory); border: 1px solid var(--line); padding: 30px; margin-top: 40px; }

/* ---------- Experience ---------- */
.experience { position: relative; min-height: 72vh; display: flex; align-items: center; justify-content: center; text-align: center; padding: 0; overflow: hidden; }
.experience-bg { position: absolute; inset: 0; }
.experience-bg img { width: 100%; height: 100%; object-fit: cover; }
.experience-overlay { position: absolute; inset: 0; background: rgba(21, 40, 38, 0.72); }
.experience-content { position: relative; z-index: 2; color: #fff; max-width: 820px; padding: 0 28px; }
.experience-quote { font-family: var(--font-serif); font-style: italic; font-size: clamp(1.7rem, 4vw, 2.7rem); line-height: 1.35; font-weight: 400; }
.experience-attrib { margin-top: 26px; letter-spacing: 0.25em; text-transform: uppercase; color: var(--gold-light); font-size: 0.85rem; }

/* ---------- Dining & Activities ---------- */
.dining { background: var(--ivory); }
.dining .lead.center { color: var(--ink-soft); }
.dine-grid { display: grid; grid-template-columns: 1fr; gap: 40px; margin-top: 56px; max-width: 760px; margin-left: auto; margin-right: auto; }
.dine-card { background: var(--cream-2); border: 1px solid var(--line); padding: 42px 40px; display: flex; flex-direction: column; text-align: center; align-items: center; }
.dine-card h3 { font-family: var(--font-serif); font-size: 1.7rem; color: var(--green-900); margin-bottom: 14px; font-weight: 500; }
.dine-card > p { color: var(--ink-soft); font-size: 0.96rem; margin-bottom: 24px; max-width: 560px; }
.dine-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: auto; justify-content: center; }
.dine-actions .btn-avail { display: inline-block; text-decoration: none; }
.restaurant-form { display: none; margin-top: 28px; padding-top: 24px; border-top: 1px solid var(--line); width: 100%; text-align: left; }
.restaurant-form.show { display: block; }
.restaurant-form h4 { font-family: var(--font-serif); font-size: 1.35rem; color: var(--green-900); margin-bottom: 6px; font-weight: 500; text-align: center; }
.restaurant-form .rf-note { font-size: 0.8rem; color: var(--ink-soft); margin-top: 14px; text-align: center; }
.rf-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 16px; }
.rf-grid input, .rf-grid select, .rf-grid textarea { width: 100%; padding: 12px 14px; border: 1px solid var(--line); background: var(--ivory); font-family: var(--font-sans); font-size: 0.9rem; color: var(--ink); }
.rf-grid input:focus, .rf-grid select:focus, .rf-grid textarea:focus { outline: none; border-color: var(--gold); }
.rf-grid textarea { grid-column: 1 / -1; resize: vertical; }
.rf-actions { margin-top: 16px; display: flex; justify-content: center; }
.rf-actions .btn { width: 100%; text-align: center; }

/* ---------- Location ---------- */
.loc-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.loc-list { margin: 26px 0 8px; }
.loc-list li { padding: 12px 0 12px 22px; position: relative; border-bottom: 1px solid var(--line); color: var(--ink-soft); }
.loc-list li::before { content: ''; position: absolute; left: 0; top: 21px; width: 8px; height: 8px; background: var(--gold); border-radius: 50%; }
.loc-map iframe { display: block; filter: saturate(0.92); border: 1px solid var(--line); }

/* ---------- Gallery ---------- */
.gallery { padding-bottom: 0; }
.gallery-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 4px; margin-top: 60px; }
.gs-item { aspect-ratio: 4/3; overflow: hidden; }
.gs-item img { width: 100%; height: 100%; object-fit: cover; }

/* ---------- Book / Contact ---------- */
.contact { background: var(--cream-2); }
.book-grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: 50px; margin-top: 52px; align-items: start; }
.book-widget { background: var(--ivory); border: 1px solid var(--line); padding: 34px; min-height: 400px; }
.book-info h3 { font-family: var(--font-serif); font-size: 1.8rem; color: var(--green-900); margin-bottom: 12px; font-weight: 500; }
.book-info > p { color: var(--ink-soft); margin-bottom: 22px; }
.contact-list li { padding: 14px 0; border-bottom: 1px solid var(--line); display: flex; gap: 18px; align-items: baseline; }
.contact-list span { flex: 0 0 150px; font-size: 0.8rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold); font-weight: 500; }
.contact-list a { color: var(--green-800); border-bottom: 1px solid transparent; }
.contact-list a:hover { border-bottom-color: var(--gold); color: var(--gold); }

/* ---------- Footer ---------- */
.footer { background: var(--green-900); color: rgba(255,255,255,0.75); padding: 70px 0 34px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 44px; border-bottom: 1px solid rgba(255,255,255,0.15); }
.footer-brand .brand { color: #fff; }
.footer-brand p { margin-top: 14px; font-size: 0.92rem; color: rgba(255,255,255,0.6); }
.footer-links h3 { color: var(--gold-light); font-size: 0.8rem; letter-spacing: 0.2em; text-transform: uppercase; margin-bottom: 18px; font-weight: 500; }
.footer-links li { margin-bottom: 10px; }
.footer-links a { color: rgba(255,255,255,0.75); font-size: 0.95rem; }
.footer-links a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; padding-top: 26px; font-size: 0.85rem; color: rgba(255,255,255,0.55); }
.footer-sister a { color: rgba(255,255,255,0.85); border-bottom: 1px solid rgba(255,255,255,0.3); }
.footer-sister a:hover { color: #fff; }

/* ---------- Responsive ---------- */
@media (max-width: 980px) {
    .facilities-wrap, .loc-grid, .book-grid, .dine-grid { grid-template-columns: 1fr; gap: 40px; }
    .gallery-strip { grid-template-columns: repeat(2, 1fr); }
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .nav-links { position: fixed; top: 0; right: 0; height: 100vh; width: min(80vw, 340px); background: var(--green-900); flex-direction: column; justify-content: center; gap: 30px; transform: translateX(100%); transition: transform 0.4s var(--ease); box-shadow: -10px 0 40px rgba(0,0,0,0.3); }
    .nav-links.active { transform: translateX(0); }
    .nav-toggle { display: flex; }
    .nav-backdrop { display: block; position: fixed; inset: 0; z-index: 998; background: rgba(15,30,29,0.48); opacity: 0; pointer-events: none; transition: opacity 0.3s var(--ease); }
    .nav-backdrop.active { opacity: 1; pointer-events: auto; }
    body.menu-open { overflow: hidden; }
    .car-arrow.prev { left: 2px; }
    .car-arrow.next { right: 2px; }
    .suite-card { flex-basis: 290px; }
    .avail-card { flex-basis: 300px; }
}
@media (max-width: 560px) {
    html { font-size: 15px; scroll-padding-top: 68px; }
    .container { padding-left: 20px; padding-right: 20px; }
    .section { padding: 68px 0; }
    .serif-title { font-size: clamp(2rem, 9vw, 2.3rem); }
    .lead { font-size: 1.16rem; }
    .nav { padding: 16px 0; }
    .nav.scrolled { padding: 10px 0; }
    .nav-inner { padding-left: 20px; padding-right: 20px; }
    .brand { font-size: 1.25rem; letter-spacing: 0.1em; white-space: nowrap; }
    .nav-toggle { flex-shrink: 0; }
    .hero { min-height: 100svh; padding: 96px 0 72px; }
    .hero-content { width: 100%; padding: 0 20px; }
    .hero-eyebrow { font-size: 0.72rem; letter-spacing: 0.34em; }
    .hero-title { font-size: clamp(3rem, 19vw, 5rem); letter-spacing: 0.04em; }
    .hero-sub { font-size: 0.86rem; letter-spacing: 0.32em; }
    .hero-desc { font-size: 1.18rem; line-height: 1.4; margin-bottom: 28px; }
    .hero-cta { flex-direction: column; align-items: center; gap: 12px; }
    .hero-cta .btn { width: min(100%, 260px); padding-left: 20px; padding-right: 20px; }
    .experience { min-height: 62svh; padding: 78px 0; }
    .experience-content { padding: 0 20px; }
    .experience-quote { font-size: 1.7rem; }
    .carousel { margin-top: 38px; }
    .carousel-track { gap: 16px; padding-left: 0; padding-right: 0; }
    .suite-card, .avail-card { flex-basis: calc(100vw - 40px); }
    .avail-card { padding: 18px; }
    .bentral-widget { max-width: 100%; overflow-x: auto; }
    .dine-actions { flex-direction: column; align-items: stretch; }
    .dine-actions .btn { width: 100%; text-align: center; }
    .rf-grid { grid-template-columns: 1fr; }
    .contact-list li { flex-direction: column; gap: 4px; align-items: flex-start; }
    .contact-list span { flex-basis: auto; }
    .loc-map iframe { height: 320px; }
    .gallery-strip { grid-template-columns: 1fr 1fr; }
    .footer-grid { grid-template-columns: 1fr; gap: 30px; }
    .book-widget { padding: 20px; }
    .facilities { padding: 32px 24px 28px; }
    .facilities-list { grid-template-columns: 1fr; }
    .facilities-services { grid-template-columns: 1fr; gap: 14px; }
    .services-heading { grid-column: auto; }
}
