:root {
    --forest: #173a2b;
    --forest-deep: #0d281d;
    --sage: #78956f;
    --sage-light: #dce5d7;
    --cream: #f4f0e7;
    --paper: #fbfaf6;
    --clay: #b97052;
    --ink: #202620;
    --muted: #667067;
    --line: rgba(23,58,43,.18);
    --serif: "Newsreader", Georgia, serif;
    --sans: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.7; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 400; }
.fc-shell { width: min(1220px, calc(100% - 56px)); margin-inline: auto; }
.fc-section { padding: 110px 0; }
.site-main { min-height: 45vh; }
.site-ad:empty { display: none; }
.skip-link { position: fixed; z-index: 9999; top: 10px; left: 10px; padding: 10px 15px; background: var(--cream); color: var(--forest); transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.fc-section-label, .fc-eyebrow { color: var(--sage); font-size: 12px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
.fc-button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 54px; padding: 12px 25px; border: 1px solid var(--sage); border-radius: 999px; background: var(--sage); color: #fff; font-size: 13px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; transition: .25s ease; }
.fc-button:hover { border-color: var(--forest); background: var(--forest); color: #fff; transform: translateY(-2px); }
.fc-button--small { min-height: 44px; padding: 10px 20px; font-size: 12px; }
.fc-button--dark { border-color: var(--forest); background: var(--forest); }
.fc-button--dark:hover { border-color: var(--clay); background: var(--clay); }
.fc-button--light { border-color: var(--cream); background: var(--cream); color: var(--forest); }
.fc-button--light:hover { border-color: #fff; background: #fff; color: var(--forest); }
.fc-text-link { display: inline-flex; align-items: center; gap: 10px; padding-bottom: 3px; border-bottom: 1px solid currentColor; color: var(--forest); font-size: 13px; font-weight: 600; letter-spacing: .05em; text-transform: uppercase; }
.fc-text-link i { transition: transform .2s; }
.fc-text-link:hover i { transform: translateX(4px); }
.fc-text-link--light { color: #fff; }

.fc-topbar { min-height: 38px; background: var(--forest-deep); color: rgba(255,255,255,.75); }
.fc-topbar__inner { display: flex; align-items: center; justify-content: flex-end; gap: 28px; min-height: 38px; font-size: 12px; }
.fc-topbar__inner > div { margin-right: auto; }
.fc-topbar__inner p { display: flex; align-items: center; gap: 7px; margin: 0; }
.fc-topbar__inner a { display: flex; align-items: center; gap: 7px; }
.fc-topbar__inner i { color: var(--sage-light); }
.fc-header { position: relative; z-index: 1050; background: rgba(251,250,246,.98); border-bottom: 1px solid var(--line); }
.fc-header.scrolled { position: sticky; top: 0; box-shadow: 0 8px 30px rgba(13,40,29,.09); }
.fc-home .fc-topbar { position: absolute; z-index: 1060; top: 0; right: 0; left: 0; background: rgba(13,40,29,.42); border-bottom: 1px solid rgba(255,255,255,.14); }
.fc-home .fc-header { position: absolute; z-index: 1050; top: 38px; right: 0; left: 0; background: transparent; border-bottom-color: rgba(255,255,255,.18); }
.fc-home .fc-brand strong, .fc-home .fc-nav__links a, .fc-home .fc-menu-toggle { color: #fff; }
.fc-home .fc-brand small { color: var(--sage-light); }
.fc-home .fc-brand__mark { background: rgba(255,255,255,.14); }
.fc-home .fc-header.scrolled { position: fixed; top: 0; background: rgba(251,250,246,.98); }
.fc-home .fc-header.scrolled .fc-brand strong, .fc-home .fc-header.scrolled .fc-nav__links a, .fc-home .fc-header.scrolled .fc-menu-toggle { color: var(--forest); }
.fc-home .fc-header.scrolled .fc-brand small { color: var(--sage); }
.fc-home .fc-header.scrolled .fc-brand__mark { background: var(--forest); color: #fff; }
.fc-nav { display: flex; align-items: center; min-height: 94px; }
.fc-brand { display: flex; align-items: center; gap: 13px; flex: 0 0 330px; }
.fc-brand__mark { display: grid; place-items: center; width: 47px; height: 47px; border-radius: 50%; background: var(--forest); color: #fff; font-size: 18px; }
.fc-brand > span:last-child { display: grid; line-height: 1.15; }
.fc-brand strong { color: var(--forest); font-family: var(--serif); font-size: 21px; font-weight: 500; }
.fc-brand small { margin-top: 5px; color: var(--sage); font-size: 9px; font-weight: 600; letter-spacing: .23em; }
.fc-nav__links { display: flex; align-items: center; justify-content: center; gap: clamp(17px,2vw,30px); flex: 1; }
.fc-nav__links a { position: relative; padding: 13px 0; color: #475047; font-size: 13px; font-weight: 500; }
.fc-nav__links a::after { position: absolute; right: 0; bottom: 8px; left: 0; height: 1px; background: var(--sage); content: ""; transform: scaleX(0); transition: .2s; }
.fc-nav__links a:hover, .fc-nav__links a.active { color: var(--forest); }
.fc-nav__links a:hover::after, .fc-nav__links a.active::after { transform: scaleX(1); }
.fc-nav__actions { display: flex; align-items: center; justify-content: flex-end; gap: 10px; flex: 0 0 170px; }
.fc-location { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%; background: transparent; color: var(--forest); }
.fc-menu-toggle { display: none; align-items: center; justify-content: center; flex-direction: column; gap: 6px; width: 45px; height: 43px; border: 1px solid var(--line); border-radius: 50%; background: transparent; }
.fc-menu-toggle i { width: 19px; height: 1px; background: var(--forest); transition: .2s; }
.fc-home .fc-header:not(.scrolled) .fc-menu-toggle i { background: #fff; }
.fc-menu-toggle[aria-expanded="true"] i:first-child { transform: translateY(3.5px) rotate(45deg); }
.fc-menu-toggle[aria-expanded="true"] i:last-child { transform: translateY(-3.5px) rotate(-45deg); }
.fc-mobile-nav { display: none; max-height: 0; overflow: hidden; background: var(--paper); transition: max-height .35s; }
.fc-mobile-nav.open { max-height: calc(100vh - 130px); overflow-y: auto; }
.fc-mobile-nav nav { padding-bottom: 24px; }
.fc-mobile-nav a { display: flex; align-items: center; justify-content: space-between; padding: 13px 0; border-bottom: 1px solid var(--line); font-family: var(--serif); font-size: 26px; }

.fc-hero { position: relative; min-height: max(690px, 100vh); color: #fff; overflow: hidden; }
.fc-hero__image, .fc-hero__shade { position: absolute; inset: 0; }
.fc-hero__image { background: url('/images/family-club/hero_bg_1.jpg') center/cover; transform: scale(1.015); }
.fc-hero__shade { background: linear-gradient(90deg,rgba(13,40,29,.86),rgba(13,40,29,.47) 55%,rgba(13,40,29,.12)); }
.fc-hero__content { position: relative; z-index: 2; display: flex; align-items: center; justify-content: center; flex-direction: column; min-height: max(690px, 100vh); padding-top: 110px; text-align: center; }
.fc-eyebrow { color: var(--sage-light); }
.fc-hero h1 { max-width: 900px; margin: 22px 0 25px; font-size: clamp(60px,7.2vw,100px); line-height: .93; letter-spacing: -.035em; }
.fc-hero h1 em, .fc-heading h2 em, .fc-welcome h2 em, .fc-why h2 em, .fc-footer h2 em, .fc-cta h2 em { color: var(--sage-light); font-weight: 400; }
.fc-hero p { max-width: 680px; margin: 0 auto 33px; color: rgba(255,255,255,.82); font-size: 18px; }
.fc-hero__content > div { display: flex; align-items: center; justify-content: center; gap: 27px; flex-wrap: wrap; }
.fc-hero__meta { position: absolute; z-index: 2; right: 28px; bottom: 25px; left: 28px; display: flex; justify-content: space-between; color: rgba(255,255,255,.58); font-size: 10px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }

.fc-welcome { background: var(--paper); }
.fc-welcome__grid { display: grid; grid-template-columns: .88fr 1.12fr; align-items: center; gap: clamp(65px,9vw,125px); }
.fc-welcome__photo { position: relative; grid-column: 2; grid-row: 1; padding: 0 28px 28px 0; }
.fc-welcome__copy { grid-column: 1; grid-row: 1; }
.fc-welcome__photo::after { position: absolute; z-index: 0; right: 0; bottom: 0; width: calc(100% - 28px); height: calc(100% - 28px); background: var(--sage-light); content: ""; }
.fc-welcome__photo img { position: relative; z-index: 1; width: 100%; aspect-ratio: .78; border-radius: 180px 180px 12px 12px; object-fit: cover; }
.fc-welcome__photo > span { position: absolute; z-index: 2; right: -26px; bottom: 60px; display: grid; place-items: center; width: 126px; height: 126px; border-radius: 50%; background: var(--forest); color: #fff; font-size: 10px; font-weight: 600; letter-spacing: .12em; text-align: center; }
.fc-welcome h2, .fc-heading h2, .fc-why h2 { margin: 14px 0 0; color: var(--forest); font-size: clamp(46px,5.5vw,74px); line-height: .96; letter-spacing: -.025em; }
.fc-welcome h2 em, .fc-heading h2 em, .fc-why h2 em { color: var(--sage); }
.fc-welcome__copy .fc-lead { margin: 28px 0 14px; color: var(--forest); font-family: var(--serif); font-size: 25px; line-height: 1.35; }
.fc-welcome__copy > p:not(.fc-lead) { max-width: 650px; margin-bottom: 21px; color: var(--muted); }
.fc-welcome__points { display: flex; gap: 9px 22px; margin-bottom: 29px; flex-wrap: wrap; color: var(--forest); font-size: 13px; }
.fc-welcome__points span { display: flex; align-items: center; gap: 6px; }
.fc-welcome__points i { color: var(--sage); }

.fc-services { background: var(--cream); }
.fc-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 65px; margin-bottom: 52px; }
.fc-heading > p { max-width: 435px; margin: 0 0 7px; color: var(--muted); }
.fc-services__grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
.fc-service-card { position: relative; min-height: 510px; background: var(--forest); color: #fff; overflow: hidden; }
.fc-service-card > img { width: 100%; height: 100%; object-fit: cover; opacity: .68; transition: .45s; }
.fc-service-card::after { position: absolute; inset: 0; background: linear-gradient(180deg,rgba(13,40,29,.04) 25%,rgba(13,40,29,.95)); content: ""; }
.fc-service-card > span { position: absolute; z-index: 2; top: 19px; left: 20px; color: var(--sage-light); font-size: 11px; font-weight: 600; }
.fc-service-card > div { position: absolute; z-index: 2; right: 22px; bottom: 23px; left: 22px; }
.fc-service-card h3 { margin-bottom: 9px; font-size: 34px; line-height: 1; }
.fc-service-card p { min-height: 74px; margin-bottom: 17px; color: rgba(255,255,255,.7); font-size: 13px; }
.fc-service-card b { font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.fc-service-card:hover > img { opacity: .8; transform: scale(1.045); }

.fc-benefits { background: var(--cream); }
.fc-benefits__grid { display: grid; grid-template-columns: repeat(2,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.fc-benefits__grid article { display: grid; grid-template-columns: 48px 1fr; gap: 21px; min-height: 190px; padding: 32px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.38); }
.fc-benefits__grid article > i { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; background: var(--sage-light); color: var(--forest); font-size: 18px; }
.fc-benefits__grid h3 { margin-bottom: 8px; color: var(--forest); font-size: 29px; }
.fc-benefits__grid p { margin: 0; color: var(--muted); font-size: 14px; }

.fc-testimonials { background: var(--paper); }
.fc-heading--center { justify-content: center; text-align: center; }
.fc-heading--center > div > p { margin: 15px 0 0; color: var(--muted); }
.fc-testimonials__grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.fc-testimonials__grid article { display: flex; flex-direction: column; min-height: 390px; padding: 31px; border: 1px solid var(--line); background: #fff; }
.fc-testimonials__grid article > i { color: var(--sage); font-size: 34px; }
.fc-testimonials__grid article > p { margin: 19px 0 28px; color: #536054; font-family: var(--serif); font-size: 21px; line-height: 1.45; }
.fc-testimonials__grid article > div { display: flex; align-items: center; gap: 13px; margin-top: auto; }
.fc-testimonials__grid img { width: 48px; height: 48px; border-radius: 50%; object-fit: cover; }
.fc-testimonials__grid strong { color: var(--forest); font-size: 13px; }

.fc-why { background: var(--paper); }
.fc-why__grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(70px,10vw,145px); }
.fc-why__copy > p { max-width: 470px; margin: 28px 0 31px; color: var(--muted); }
.fc-why__items { border-top: 1px solid var(--line); }
.fc-why__items article { display: grid; grid-template-columns: 50px 1fr; gap: 20px; padding: 27px 0; border-bottom: 1px solid var(--line); }
.fc-why__items article > span { color: var(--sage); font-size: 11px; font-weight: 600; }
.fc-why__items h3 { margin-bottom: 6px; color: var(--forest); font-size: 28px; }
.fc-why__items p { margin: 0; color: var(--muted); font-size: 14px; }

.fc-menu { background: var(--forest); color: #fff; }
.fc-heading--light h2 { color: #fff; }
.fc-heading--light h2 em { color: var(--sage-light); }
.fc-heading--light .fc-section-label { color: var(--sage-light); }
.fc-menu__list { border-top: 1px solid rgba(255,255,255,.22); }
.fc-menu__list a { display: grid; grid-template-columns: 60px 1fr auto 40px; align-items: center; gap: 18px; min-height: 112px; border-bottom: 1px solid rgba(255,255,255,.22); transition: .25s; }
.fc-menu__list a:hover { padding-inline: 14px; background: rgba(255,255,255,.045); }
.fc-menu__list span { color: var(--sage-light); font-size: 11px; }
.fc-menu__list h3 { margin: 0; font-size: clamp(31px,4vw,49px); }
.fc-menu__list small { color: rgba(255,255,255,.55); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.fc-menu__list > a > i { justify-self: end; }
.fc-popular { background: var(--cream); }
.fc-popular .container { max-width: 1220px; }
.fc-popular .card { border-color: var(--line); border-radius: 0; }
.fc-popular .btn, .fc-popular button { border-color: var(--forest); border-radius: 999px; background: var(--forest); color: #fff; }

.fc-testimonial { background: var(--sage-light); }
.fc-testimonial__grid { display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: clamp(70px,10vw,150px); }
.fc-testimonial h2 { max-width: 800px; margin: 17px 0 21px; color: var(--forest); font-size: clamp(42px,5vw,69px); line-height: 1.08; }
.fc-testimonial__grid > div:first-child > p { color: var(--sage); font-size: 13px; font-weight: 600; }
.fc-testimonial__note { padding-left: 34px; border-left: 1px solid rgba(23,58,43,.3); }
.fc-testimonial__note > i { color: var(--sage); font-size: 37px; }
.fc-testimonial__note p { margin: 10px 0 22px; color: #536054; }

.fc-gallery { background: var(--paper); }
.fc-gallery__grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; grid-template-rows: 270px 270px; gap: 10px; }
.fc-gallery__grid a { overflow: hidden; }
.fc-gallery__grid a:nth-child(1) { grid-row: span 2; }
.fc-gallery__grid a:nth-child(6), .fc-gallery__grid a:nth-child(7) { display: none; }
.fc-gallery__grid img { width: 100%; height: 100%; object-fit: cover; transition: .4s; }
.fc-gallery__grid a:hover img { transform: scale(1.04); }

.fc-cta { position: relative; min-height: 630px; color: #fff; overflow: hidden; }
.fc-cta__image, .fc-cta__shade { position: absolute; inset: 0; }
.fc-cta__image { background: url('/images/family-club/hero_bg_1.jpg') center/cover; }
.fc-cta__shade { background: linear-gradient(90deg,rgba(13,40,29,.88),rgba(13,40,29,.34)); }
.fc-cta__content { position: relative; z-index: 2; display: flex; justify-content: center; flex-direction: column; min-height: 630px; }
.fc-cta__content > span { color: var(--sage-light); font-size: 11px; font-weight: 600; letter-spacing: .17em; }
.fc-cta h2 { margin: 17px 0 20px; font-size: clamp(51px,6.5vw,86px); line-height: .92; }
.fc-cta p { margin-bottom: 29px; color: rgba(255,255,255,.72); }
.fc-cta__content > div { display: flex; align-items: center; gap: 27px; flex-wrap: wrap; }

.fc-inner-hero { display: flex; align-items: center; min-height: 330px; background: linear-gradient(rgba(13,40,29,.72),rgba(13,40,29,.72)),url('/images/family-club/hero_bg_1.jpg') center/cover; color: #fff; text-align: center; }
.fc-inner-hero > div > span { color: var(--sage-light); font-size: 11px; font-weight: 600; letter-spacing: .17em; }
.fc-inner-hero h1 { margin: 12px 0 17px; font-size: clamp(50px,6vw,76px); }
.fc-inner-hero nav { display: flex; align-items: center; justify-content: center; gap: 10px; color: rgba(255,255,255,.7); font-size: 12px; }
.fc-inner-hero nav a { color: #fff; }
.fc-inner .site-main { padding: 75px 0 95px; background: var(--paper); }
.fc-inner .card, .fc-inner .list-group-item, .fc-inner .accordion-item { border-color: var(--line); border-radius: 0; }
.fc-inner .btn-primary, .modal .btn-primary { border-color: var(--forest); border-radius: 999px; background: var(--forest); color: #fff; }
.fc-inner .form-control, .fc-inner .form-select, .modal .form-control, .modal .form-select { min-height: 50px; border-radius: 3px; }

.fc-footer { padding: 96px 0 25px; background: var(--forest-deep); color: #fff; }
.fc-footer__lead { padding-bottom: 68px; border-bottom: 1px solid rgba(255,255,255,.16); }
.fc-footer__lead > span { color: var(--sage-light); font-size: 11px; font-weight: 600; letter-spacing: .17em; }
.fc-footer__lead h2 { margin: 16px 0 30px; font-size: clamp(51px,6.3vw,83px); line-height: .95; }
.fc-footer__grid { display: grid; grid-template-columns: 1.55fr .7fr 1fr 1fr; gap: clamp(40px,6vw,80px); padding: 58px 0; }
.fc-brand--footer { margin-bottom: 20px; }
.fc-brand--footer .fc-brand__mark { background: var(--cream); color: var(--forest); }
.fc-brand--footer strong { color: #fff; }
.fc-footer__brand > p { max-width: 390px; color: rgba(255,255,255,.57); font-size: 13px; }
.fc-footer__grid h3 { margin-bottom: 18px; color: var(--sage-light); font-family: var(--sans); font-size: 11px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.fc-footer__grid > div:not(.fc-footer__brand) > a { display: block; width: fit-content; margin-bottom: 8px; color: rgba(255,255,255,.65); font-size: 13px; }
.fc-footer__grid > div:not(.fc-footer__brand) > p { color: rgba(255,255,255,.58); font-size: 13px; white-space: pre-line; }
.fc-socials { display: flex; gap: 8px; margin-top: 18px; }
.fc-socials a { display: grid; place-items: center; width: 36px; height: 36px; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; }
.fc-socials a:hover { border-color: var(--sage-light); color: var(--sage-light); }
.fc-footer__bottom { display: flex; align-items: center; justify-content: space-between; gap: 25px; padding-top: 21px; border-top: 1px solid rgba(255,255,255,.16); color: rgba(255,255,255,.4); font-size: 11px; }
.fc-footer__bottom > div { display: flex; gap: 23px; }
.fc-footer__bottom a { color: rgba(255,255,255,.62); }
.fc-mobile-book { display: none; }
.fc-back-top { position: fixed; z-index: 1000; right: 20px; bottom: 20px; display: grid; place-items: center; width: 44px; height: 44px; border: 1px solid var(--sage); border-radius: 50%; background: var(--forest); color: #fff; opacity: 0; pointer-events: none; transform: translateY(8px); transition: .2s; }
.fc-back-top.visible { opacity: 1; pointer-events: auto; transform: none; }
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease,transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1199.98px) {
    .fc-nav__links { display: none; }
    .fc-nav__actions { flex: 1; }
    .fc-menu-toggle, .fc-mobile-nav { display: flex; }
    .fc-mobile-nav { display: block; }
    .fc-services__grid { grid-template-columns: repeat(2,1fr); }
    .fc-service-card { min-height: 520px; }
    .fc-footer__grid { grid-template-columns: 1.4fr 1fr 1fr; }
    .fc-footer__grid > div:last-child { grid-column: 2; }
}

@media (max-width: 899.98px) {
    .fc-section { padding: 85px 0; }
    .fc-welcome__grid, .fc-why__grid { grid-template-columns: 1fr; }
    .fc-welcome__photo, .fc-welcome__copy { grid-column: 1; grid-row: auto; }
    .fc-welcome__photo { width: min(100%,620px); }
    .fc-benefits__grid { grid-template-columns: 1fr; }
    .fc-testimonials__grid { grid-template-columns: 1fr; }
    .fc-testimonials__grid article { min-height: 300px; }
    .fc-testimonial__grid { grid-template-columns: 1fr; gap: 50px; }
    .fc-testimonial__note { max-width: 600px; }
    .fc-gallery__grid { grid-template-columns: 1fr 1fr; grid-template-rows: repeat(2,270px); }
    .fc-gallery__grid a:nth-child(1) { grid-row: auto; }
}

@media (max-width: 767.98px) {
    body { font-size: 15px; }
    .fc-shell { width: min(100% - 30px,1220px); }
    .fc-section { padding: 68px 0; }
    .fc-topbar__inner { justify-content: center; }
    .fc-topbar__inner > div, .fc-topbar__inner p { display: none; }
    .fc-nav { min-height: 80px; }
    .fc-brand { flex-basis: auto; gap: 9px; }
    .fc-brand__mark { width: 40px; height: 40px; font-size: 15px; }
    .fc-brand strong { max-width: 190px; font-size: 17px; }
    .fc-brand small { font-size: 8px; }
    .fc-nav__actions > .fc-button, .fc-location { display: none; }
    .fc-hero, .fc-hero__content { min-height: 650px; }
    .fc-hero__shade { background: rgba(13,40,29,.67); }
    .fc-hero h1 { font-size: clamp(55px,16vw,75px); }
    .fc-hero__meta span:last-child { display: none; }
    .fc-welcome__photo { padding: 0 18px 18px 0; }
    .fc-welcome__photo > span { right: -5px; width: 105px; height: 105px; }
    .fc-welcome h2, .fc-heading h2, .fc-why h2 { font-size: clamp(42px,13vw,57px); }
    .fc-heading { align-items: flex-start; flex-direction: column; gap: 23px; margin-bottom: 38px; }
    .fc-services__grid { grid-template-columns: 1fr; }
    .fc-service-card { min-height: 490px; }
    .fc-menu__list a { grid-template-columns: 38px 1fr 26px; min-height: 95px; }
    .fc-menu__list small { display: none; }
    .fc-gallery__grid { grid-template-rows: repeat(2,190px); }
    .fc-cta, .fc-cta__content { min-height: 570px; }
    .fc-cta__shade { background: rgba(13,40,29,.7); }
    .fc-inner-hero { min-height: 240px; }
    .fc-inner .site-main { padding: 55px 0 75px; }
    .fc-footer { padding-top: 75px; }
    .fc-footer__grid { grid-template-columns: 1fr 1fr; }
    .fc-footer__brand { grid-column: 1 / -1; }
    .fc-footer__grid > div:last-child { grid-column: 1 / -1; }
    .fc-footer__bottom { align-items: flex-start; flex-direction: column; }
    .fc-mobile-book { position: fixed; z-index: 1035; right: 15px; bottom: 15px; display: flex; align-items: center; gap: 8px; padding: 12px 17px; border-radius: 999px; background: var(--sage); color: #fff; font-size: 11px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; box-shadow: 0 8px 24px rgba(13,40,29,.25); }
    .fc-back-top { right: 17px; bottom: 68px; }
}

@media (prefers-reduced-motion: reduce) {
    *,*::before,*::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
    .reveal { opacity: 1; transform: none; }
}
