:root {
    --navy: #001d3d;
    --navy-deep: #00152f;
    --blue: #0562e8;
    --green: #278d0c;
    --green-bright: #35a90c;
    --red: #f0181b;
    --text: #001333;
    --muted: #526071;
    --line: #e2e7ec;
    --surface: #f7f9fb;
    --container-width: 78rem;
    --gutter: clamp(1rem, 2.4vw, 2rem);
    --radius: .9rem;
    --shadow: 0 .25rem 1.15rem rgb(0 26 59 / 9%);
    --color-text: var(--text);
    --color-background: #fff;
    --color-surface: var(--surface);
    --color-primary: var(--green);
    --color-focus: #f3a700;
    --site-header-offset: 7.85rem;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--site-header-offset) + 1rem); }
body { margin: 0; min-width: 20rem; padding-top: var(--site-header-offset); color: var(--text); background: #fff; font-family: Arial, Helvetica, sans-serif; font-size: .9375rem; line-height: 1.45; }
html:has([data-alert-strip]) { --site-header-offset: 9.85rem; }
body.nav-open { overflow: hidden; }
img, picture, svg { display: block; max-width: 100%; height: auto; }
button, input, select, textarea { font: inherit; }
a { color: inherit; }
:focus-visible { outline: .1875rem solid #f3a700; outline-offset: .1875rem; }
.container { width: min(calc(100% - 2 * var(--gutter)), var(--container-width)); margin-inline: auto; }
.icon { width: 1.25rem; height: 1.25rem; flex: 0 0 auto; }
.button, .panel-button { display: inline-flex; min-height: 2.75rem; align-items: center; justify-content: center; gap: .55rem; padding: .65rem 1.15rem; border: 0; border-radius: .5rem; color: #fff; background: var(--green); font-weight: 700; text-decoration: none; text-transform: uppercase; cursor: pointer; }
.skip-link { position: fixed; z-index: 1100; top: .5rem; left: .5rem; padding: .75rem 1rem; color: #fff; background: #111; transform: translateY(-200%); }
.skip-link:focus { transform: translateY(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; }

/* Alerte globale et header */
.site-header-shell { position: fixed; z-index: 1000; top: 0; right: 0; left: 0; width: 100%; background: #fff; }
.alert-strip { position: relative; z-index: 30; color: #fff; background: var(--navy-deep); }
.alert-strip__inner { display: flex; min-height: 2rem; align-items: center; justify-content: center; gap: .55rem; }
.alert-strip p { margin: 0; font-size: .75rem; }
.alert-strip a { font-weight: 700; text-underline-offset: .15rem; }
.alert-strip__close { position: absolute; right: var(--gutter); display: grid; width: 2rem; height: 2rem; padding: 0; border: 0; place-items: center; color: #fff; background: transparent; cursor: pointer; }
.alert-strip__close .icon { width: 1rem; }
.site-header { position: relative; z-index: 40; background: #fff; box-shadow: 0 1px 0 rgb(0 0 0 / 6%); }
.site-header__top { display: flex; min-height: 5.1rem; align-items: center; justify-content: space-between; gap: 2rem; }
.site-logo { align-self: stretch; display: flex; align-items: center; }
.site-logo img { width: 8.8rem; height: auto; object-fit: contain; }
.site-header__contacts { display: flex; align-items: center; gap: clamp(1.3rem, 3vw, 3.1rem); margin-left: auto; }
.site-header__contacts > a { display: inline-flex; min-height: 2.75rem; align-items: center; gap: .75rem; color: var(--text); font-size: .8rem; font-weight: 600; text-decoration: none; }
.site-header__contacts .icon { width: 1.1rem; color: var(--navy); }
.social-button, .search-button { display: grid; width: 2.45rem; height: 2.45rem; min-height: 0 !important; border: 0; border-radius: 50%; place-items: center; color: #fff !important; background: var(--blue); font-size: 1.65rem !important; font-weight: 800; text-decoration: none; }
.search-button { color: #fff; background: var(--green); cursor: pointer; }
.search-button .icon { width: 1.25rem; color: #fff; }
.header-search-panel { position: absolute; z-index: 60; top: 100%; right: 0; left: 0; border-top: 1px solid var(--line); background: rgb(255 255 255 / 98%); box-shadow: 0 .55rem 1.2rem rgb(0 24 52 / 14%); }
.header-search-panel[hidden] { display: none; }
.header-search-panel__inner { display: flex; align-items: center; gap: .65rem; padding-block: .7rem; }
.header-search-form { display: flex; min-width: 0; flex: 1; overflow: hidden; border: 1px solid #cfd8e1; border-radius: .55rem; background: #fff; }
.header-search-form:focus-within { outline: .1875rem solid var(--color-focus); outline-offset: .12rem; }
.header-search-form input { width: 100%; min-width: 0; min-height: 2.8rem; padding: .65rem .85rem; border: 0; color: var(--navy); background: transparent; outline: 0; }
.header-search-form__submit, .header-search-panel__close { display: grid; width: 2.8rem; height: 2.8rem; flex: 0 0 auto; padding: 0; border: 0; place-items: center; cursor: pointer; }
.header-search-form__submit { color: #fff; background: var(--green); }
.header-search-form__submit .icon, .header-search-panel__close .icon { width: 1.15rem; }
.header-search-panel__close { border: 1px solid var(--line); border-radius: .55rem; color: var(--navy); background: #fff; }
.main-nav { border-top: 1px solid #f1f3f5; }
.main-nav ul { display: flex; min-height: 2.75rem; align-items: stretch; justify-content: space-between; gap: .5rem; margin: 0; padding: 0; list-style: none; }
.main-nav li { display: flex; }
.main-nav a { position: relative; display: flex; align-items: center; gap: .25rem; padding: .2rem .55rem; font-size: .77rem; font-weight: 700; text-decoration: none; white-space: nowrap; }
.main-nav a::after { position: absolute; right: .55rem; bottom: 0; left: .55rem; height: .15rem; content: ''; background: transparent; }
.main-nav a:hover, .main-nav a.is-active { color: var(--green); }
.main-nav a.is-active::after { background: var(--green); }
.nav-toggle, .main-nav__mobile-contact { display: none; }

@media (min-width: 62.01rem) and (max-width: 72rem) {
    .main-nav ul { gap: .1rem; }
    .main-nav a { padding-inline: .28rem; font-size: .69rem; }
    .main-nav a::after { right: .28rem; left: .28rem; }
}

/* Hero */
.home-hero { position: relative; height: clamp(21.5rem, 35vw, 31rem); overflow: hidden; color: #fff; background: #254916; }
.home-hero__image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 43%; }
.home-hero__shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgb(0 15 20 / 56%) 0%, rgb(0 20 20 / 10%) 48%, rgb(0 0 0 / 8%) 100%); }
.home-hero__inner { position: relative; display: flex; height: 100%; align-items: center; justify-content: space-between; gap: 3rem; padding-bottom: 2.4rem; }
.home-hero__title { align-self: center; text-shadow: 0 .2rem .5rem rgb(0 0 0 / 28%); }
.home-hero__title > span { display: block; margin-bottom: -.4rem; font-size: clamp(1.55rem, 2.5vw, 2rem); font-weight: 700; }
.home-hero h1 { position: relative; margin: 0; font-size: clamp(4.9rem, 9.4vw, 8rem); line-height: .98; letter-spacing: -.07em; }
.home-hero h1::after { position: absolute; right: -1.8rem; bottom: -.95rem; left: 0; height: .55rem; border-radius: 50%; content: ''; background: var(--blue); transform: rotate(-4deg); }
.hero-alert { width: min(19rem, 31vw); padding: 1.55rem 1.7rem; border-radius: 1.25rem; color: #172033; background: rgb(255 255 255 / 97%); box-shadow: 0 .5rem 1.7rem rgb(0 0 0 / 22%); }
.hero-alert__heading { display: flex; align-items: center; gap: .7rem; color: var(--red); font-size: .82rem; }
.hero-alert__heading .icon { width: 1.55rem; height: 1.55rem; padding: .2rem; border: 2px solid currentColor; border-radius: 50%; }
.hero-alert h2 { margin: 1.35rem 0 .65rem 2rem; color: var(--red); font-size: 1rem; }
.hero-alert p { margin: 0 0 1rem 2rem; font-size: .83rem; line-height: 1.55; }
.hero-alert a { display: inline-flex; align-items: center; gap: .55rem; margin-left: 2rem; color: var(--red); font-size: .8rem; font-weight: 700; text-underline-offset: .18rem; }
.hero-alert a .icon { width: 1rem; }

.home-contact-bar { position: relative; z-index: 5; display: grid; width: min(calc(100% - 2 * clamp(1rem, 7.5vw, 5rem)), 67.5rem); grid-template-columns: 1fr 1fr 1.12fr; min-height: 5.45rem; margin-top: -3.45rem; overflow: hidden; border-radius: 1rem; color: #fff; background: linear-gradient(105deg, #002343, #001b39); box-shadow: 0 .45rem 1rem rgb(0 23 50 / 22%); }
.contact-bar__item { position: relative; display: flex; align-items: center; gap: 1.25rem; padding: 1rem clamp(1.1rem, 2.4vw, 2rem); }
.contact-bar__item + .contact-bar__item::before { position: absolute; top: 1rem; bottom: 1rem; left: 0; width: 1px; content: ''; background: rgb(255 255 255 / 23%); }
.contact-bar__icon { width: 2.8rem; height: 2.8rem; flex: 0 0 auto; }
.contact-bar__item > div { display: grid; gap: .15rem; }
.contact-bar__item strong { font-size: 1rem; }
.contact-bar__item span, .contact-bar__item a { color: #fff; font-size: .78rem; text-decoration: none; }
.contact-bar__item:nth-child(2) strong, .contact-bar__item:nth-child(3) > div > a { font-size: 1.22rem; font-weight: 700; }

/* Contenu de l'Accueil */
.home-content { padding-block: 1.1rem 1.4rem; }
.home-section, .home-panel { border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); }
.home-section { margin-bottom: 1rem; padding: .55rem .65rem .9rem; }
.section-title { position: relative; width: max-content; max-width: 100%; margin: 0 auto .9rem; font-size: 1.05rem; text-align: center; text-transform: uppercase; }
.section-title::after, .panel-heading h2::after { position: absolute; bottom: -.3rem; left: 0; width: 1.6rem; height: .15rem; content: ''; background: var(--green); }
.section-title::after { left: 50%; transform: translateX(-50%); }
.quick-access__grid { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); gap: .75rem; }
.quick-card { display: flex; min-width: 0; min-height: 6.55rem; align-items: center; justify-content: center; flex-direction: column; gap: .65rem; padding: .6rem .35rem; border: 1px solid var(--line); border-radius: .8rem; color: var(--text); text-align: center; text-decoration: none; transition: transform .15s ease, box-shadow .15s ease; }
a.quick-card:hover { transform: translateY(-.15rem); box-shadow: 0 .4rem .8rem rgb(0 26 59 / 8%); }
.quick-card__icon { width: 2.8rem; height: 2.8rem; color: var(--blue); }
.quick-card--news .quick-card__icon, .quick-card--commerce .quick-card__icon, .quick-card--road .quick-card__icon { color: var(--green); }
.quick-card span { max-width: 8rem; font-size: .72rem; font-weight: 700; line-height: 1.2; }

.home-dashboard { display: grid; grid-template-columns: 1.05fr 1fr 1.05fr; gap: 1rem; margin-bottom: 1rem; }
.home-panel { display: flex; min-width: 0; min-height: 22rem; flex-direction: column; padding: .9rem 1rem; }
.panel-heading { display: flex; min-height: 2rem; align-items: flex-start; justify-content: space-between; gap: .75rem; border-bottom: 1px solid var(--line); }
.panel-heading h2 { position: relative; display: flex; align-items: center; gap: .55rem; margin: 0; padding-bottom: .45rem; font-size: .9rem; text-transform: uppercase; }
.panel-heading h2 .icon { width: 1.2rem; }
.panel-heading > a { display: inline-flex; align-items: center; gap: .35rem; color: var(--blue); font-size: .63rem; font-weight: 700; text-decoration: none; }
.panel-heading > a .icon { width: .95rem; }
.panel-heading--static h2::after { display: none; }
.news-list, .events-list { display: grid; align-content: start; flex: 1; }
.news-item { display: grid; grid-template-columns: 7.1rem 1fr; gap: .9rem; padding: .72rem 0; border-bottom: 1px solid var(--line); }
.news-item img, .news-item__placeholder { width: 7.1rem; height: 4.85rem; border-radius: .65rem; object-fit: cover; }
.news-item__placeholder { display: grid; place-items: center; color: var(--blue); background: var(--surface); }
.news-item__placeholder .icon { width: 2rem; height: 2rem; }
.news-item h3, .event-item h3 { margin: 0 0 .22rem; font-size: .75rem; line-height: 1.25; }
.news-item h3 a, .event-item h3 a { color: inherit; text-decoration: none; }
.news-item p { display: -webkit-box; margin: 0 0 .25rem; overflow: hidden; color: #27364a; font-size: .68rem; line-height: 1.25; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.news-item time { display: flex; align-items: center; gap: .3rem; color: var(--green); font-size: .64rem; font-weight: 700; }
.news-item time .icon { width: .85rem; }
.events-list { padding-top: .2rem; }
.event-item { display: grid; grid-template-columns: 3.25rem 1fr; gap: .85rem; align-items: center; min-height: 5.1rem; border-bottom: 1px solid var(--line); }
.event-date { display: grid; width: 3.25rem; min-height: 3.8rem; place-content: center; border: 1px solid var(--line); border-radius: .6rem; color: var(--blue); text-align: center; }
.event-date strong { font-size: 1.65rem; line-height: 1; }
.event-date span { font-size: .8rem; font-weight: 700; }
.event-item p { display: flex; flex-wrap: wrap; gap: .4rem 1rem; margin: .45rem 0 0; color: #3c4a5f; font-size: .66rem; }
.event-item p span { display: inline-flex; align-items: center; gap: .3rem; }
.event-item p .icon { width: .8rem; }
.empty-state { margin: 1.5rem 0; color: var(--muted); font-size: .8rem; }
.panel-button { width: 100%; min-height: 2.15rem; margin-top: .7rem; padding: .35rem .7rem; border-radius: .55rem; font-size: .7rem; }
.panel-button .icon { width: 1rem; }
.panel-button--outline { border: 1px solid var(--green); color: var(--green); background: #fff; }
.panel-button--blue { width: auto; background: var(--blue); }
.hours-panel__text { flex: 1; padding: 1rem .55rem; color: var(--text); font-size: .76rem; font-weight: 600; line-height: 1.7; white-space: normal; }
.hours-panel > img { width: 100%; height: 11.6rem; border-radius: .7rem; object-fit: cover; object-position: center 55%; }

.practical-services { padding: .6rem .85rem .8rem; }
.practical-services__grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: .8rem; }
.service-card { display: grid; grid-template-columns: 3.4rem 1fr; gap: .8rem; min-width: 0; padding: .65rem; border: 1px solid var(--line); border-radius: .7rem; }
.service-card__icon { width: 3.2rem; height: 3.2rem; align-self: center; color: var(--blue); }
.service-card:nth-child(odd) .service-card__icon { color: var(--green); }
.service-card h3 { margin: 0; font-size: .76rem; }
.service-card p { min-height: 2.2rem; margin: .25rem 0; color: #39475a; font-size: .6rem; }
.service-card a { display: inline-flex; align-items: center; gap: .3rem; color: var(--blue); font-size: .58rem; font-weight: 700; text-decoration: none; }
.service-card a .icon { width: .8rem; }

.home-cta-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.village-cta, .family-cta { min-height: 10.7rem; overflow: hidden; border: 1px solid var(--line); border-radius: .9rem; box-shadow: var(--shadow); }
.village-cta { display: grid; grid-template-columns: 53% 47%; }
.village-cta > img { width: 100%; height: 100%; object-fit: cover; }
.village-cta > div, .family-cta > div { padding: 1.2rem; }
.village-cta h2, .family-cta h2 { margin: 0 0 .65rem; font-size: 1.08rem; line-height: 1.2; }
.village-cta p, .family-cta p { margin: 0 0 .9rem; font-size: .72rem; }
.village-cta .panel-button { width: auto; }
.family-cta { position: relative; color: var(--text); background: linear-gradient(105deg, #e9f4ff 0%, #fff 72%); }
.family-cta > div { width: 72%; }
.family-cta h2 { color: var(--blue); }
.family-cta ul { display: grid; gap: .25rem; margin: 0 0 .7rem; padding: 0; list-style: none; font-size: .66rem; }
.family-cta li { display: flex; align-items: center; gap: .45rem; }
.family-cta li .icon { width: .85rem; color: var(--green); }
.is-disabled { opacity: .65; cursor: not-allowed; }

/* Footer global */
.site-footer { margin-top: 0; padding: 1rem 0 .55rem; color: #fff; background: linear-gradient(105deg, #002241, #00172f); }
.site-footer__grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 1.2fr) minmax(0, 1.15fr) minmax(15rem, 1.35fr); gap: 1.5rem; }
.footer-identity, .footer-column { min-width: 0; }
.footer-column { padding-left: 1.6rem; border-left: 1px solid rgb(255 255 255 / 20%); }
.logo-footer-wrapper { display: inline-flex; align-items: center; justify-content: center; max-width: 100%; padding: .625rem .875rem; border-radius: .5rem; background: #fff; }
.footer-identity img { width: 10.25rem; max-width: 100%; height: auto; border: 0; background: none; box-shadow: none; object-fit: contain; }
.footer-identity p { margin: .35rem 0; font-size: .68rem; }
.footer-social { display: flex; gap: .4rem; }
.footer-social a { display: grid; width: 1.25rem; height: 1.25rem; border-radius: 50%; place-items: center; color: var(--navy); background: #fff; font-size: .8rem; font-weight: 800; text-decoration: none; }
.footer-column h2 { margin: .15rem 0 .55rem; font-size: .7rem; text-transform: uppercase; }
.footer-column ul { margin: 0; padding: 0; list-style: none; }
.footer-column li, .footer-column a, .footer-column span { color: #fff; font-size: .66rem; line-height: 1.55; text-decoration: none; }
.footer-contact { display: grid; align-content: start; }
.footer-contact-row { display: flex; width: 100%; min-width: 0; align-items: flex-start; gap: .75rem; color: #fff; font-size: .66rem; text-decoration: none; }
.footer-contact-icon { display: flex; flex: 0 0 1.25rem; width: 1.25rem; height: 1.25rem; align-items: center; justify-content: center; }
.footer-contact-icon .icon { width: .9rem; height: .9rem; margin: 0; }
.footer-contact-content { flex: 1 1 auto; min-width: 0; margin: 0; font-style: normal; }
.footer-contact-row:not([href]) .footer-contact-content { white-space: normal; word-break: normal; overflow-wrap: normal; }
.footer-contact-row[href] .footer-contact-content { white-space: nowrap; }
.footer-contact-row[href^="tel:"] { align-items: center; }
.footer-contact__button { width: max-content; margin-top: .5rem; padding: .3rem 1rem; border-radius: .25rem; background: var(--green); font-weight: 700; text-transform: uppercase; }
.site-footer__bottom { display: flex; justify-content: space-between; gap: 1rem; margin-top: .65rem; font-size: .61rem; }
.site-footer__credit-link { color: inherit; font-size: inherit; line-height: inherit; text-decoration: none; }

.error-page { padding-block: clamp(3rem, 8vw, 7rem); }

/* Tablettes */
@media (max-width: 62rem) {
    :root { --site-header-offset: 4.5rem; }
    html:has([data-alert-strip]) { --site-header-offset: 6.5rem; }
    .site-header__top { min-height: 4.5rem; }
    .site-logo img { width: 7.4rem; }
    .site-header__contacts { display: flex; gap: .5rem; }
    .site-header__contacts > a { display: none; }
    .nav-toggle { display: inline-flex; min-height: 2.75rem; align-items: center; gap: .5rem; padding: .5rem .75rem; border: 1px solid var(--line); border-radius: .45rem; color: var(--navy); background: #fff; font-weight: 700; cursor: pointer; }
    .nav-toggle .icon { width: 1.4rem; }
    .nav-toggle__close { display: none; }
    .nav-toggle[aria-expanded="true"] .nav-toggle__open { display: none; }
    .nav-toggle[aria-expanded="true"] .nav-toggle__close { display: block; }
    .main-nav { position: fixed; z-index: 50; top: var(--mobile-nav-top, 4.5rem); right: 0; bottom: 0; left: 0; visibility: hidden; overflow-y: auto; border-top: 1px solid var(--line); background: #fff; opacity: 0; transform: translateY(-.5rem); transition: opacity .18s ease, transform .18s ease, visibility .18s; }
    .main-nav.is-open { visibility: visible; opacity: 1; transform: translateY(0); }
    .main-nav ul { display: grid; min-height: auto; padding-block: 1rem; }
    .main-nav li { display: block; border-bottom: 1px solid var(--line); }
    .main-nav a { min-height: 3.15rem; justify-content: space-between; padding: .65rem .4rem; font-size: .95rem; white-space: normal; }
    .main-nav a::after { display: none; }
    .main-nav__mobile-contact { display: grid; gap: .7rem; padding: 1rem 0 2rem; }
    .main-nav__mobile-contact a { min-height: 2.75rem; align-items: center; padding: .5rem; border: 1px solid var(--line); border-radius: .5rem; }
    .home-hero { height: 28rem; }
    .home-dashboard { grid-template-columns: 1fr 1fr; }
    .hours-panel { grid-column: 1 / -1; min-height: auto; }
    .hours-panel { display: grid; grid-template-columns: 1fr 1fr; }
    .hours-panel .panel-heading { grid-column: 1 / -1; }
    .hours-panel > img { height: 14rem; }
    .practical-services__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .service-card:nth-last-child(-n+2) { grid-column: span 1; }
    .site-footer__grid { grid-template-columns: 1fr 1fr; }
    .footer-column:nth-child(3) { border-left: 0; padding-left: 0; }
}

@media (max-width: 50rem) {
    .alert-strip__inner { justify-content: flex-start; padding-right: 2.5rem; }
    .alert-strip p { padding-block: .35rem; }
    .home-hero { height: auto; min-height: 33rem; }
    .home-hero__inner { align-items: flex-start; flex-direction: column; justify-content: center; gap: 2rem; padding-block: 3rem 5.5rem; }
    .home-hero__title { align-self: flex-start; }
    .hero-alert { width: min(100%, 24rem); }
    .home-contact-bar { width: min(calc(100% - 2rem), var(--container-width)); grid-template-columns: 1fr; margin-top: -3.2rem; }
    .contact-bar__item { min-height: 5.3rem; }
    .contact-bar__item + .contact-bar__item::before { top: 0; right: 1rem; bottom: auto; left: 1rem; width: auto; height: 1px; }
    .quick-access__grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
    .home-cta-grid { grid-template-columns: 1fr; }
}

/* Mobiles */
@media (max-width: 40rem) {
    :root { --gutter: 1rem; --site-header-offset: 4.25rem; }
    html:has([data-alert-strip]) { --site-header-offset: 6.25rem; }
    body { font-size: .9rem; }
    .alert-strip__inner > .icon { display: none; }
    .site-header__top { min-height: 4.25rem; }
    .site-logo img { width: 6.5rem; }
    .nav-toggle { border: 0; }
    .nav-toggle span:last-child { display: none; }
    .home-hero { min-height: 31rem; }
    .home-hero__image { object-position: 55% center; }
    .home-hero__inner { padding-top: 2.5rem; }
    .home-hero h1 { font-size: clamp(3.7rem, 19vw, 5.2rem); }
    .hero-alert { padding: 1.25rem; }
    .hero-alert h2, .hero-alert p, .hero-alert a { margin-left: 0; }
    .home-contact-bar { border-radius: .8rem; }
    .contact-bar__item { gap: 1rem; padding-inline: 1rem; }
    .contact-bar__icon { width: 2.25rem; height: 2.25rem; }
    .contact-bar__item:nth-child(2) strong, .contact-bar__item:nth-child(3) > div > a { font-size: 1rem; }
    .quick-access__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .quick-card:last-child { grid-column: 1 / -1; }
    .home-dashboard { grid-template-columns: 1fr; }
    .hours-panel { display: flex; grid-column: auto; }
    .hours-panel > img { height: 12rem; }
    .practical-services__grid { grid-template-columns: 1fr; }
    .service-card { grid-template-columns: 3.2rem 1fr; }
    .service-card p { min-height: 0; }
    .village-cta { grid-template-columns: 1fr; }
    .village-cta > img { height: 12rem; }
    .family-cta > div { width: 100%; }
    .site-footer__grid { grid-template-columns: 1fr; }
    .footer-identity img { width: min(9.5rem, 100%); }
    .footer-column, .footer-column:nth-child(3) { padding: 1rem 0 0; border-top: 1px solid rgb(255 255 255 / 20%); border-left: 0; }
    .site-footer__bottom { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 23.5rem) {
    .news-item { grid-template-columns: 5.5rem 1fr; gap: .65rem; }
    .news-item img, .news-item__placeholder { width: 5.5rem; }
    .panel-heading { align-items: flex-start; flex-direction: column; padding-bottom: .4rem; }
}

@media (min-width: 100rem) {
    :root { --container-width: 82rem; }
    .home-hero { height: 31rem; }
}

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