@font-face {
    font-family: "Nunito Sans";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("../fonts/nunito-sans-400.ttf") format("truetype");
}

@font-face {
    font-family: "Nunito Sans";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("../fonts/nunito-sans-700.ttf") format("truetype");
}

@font-face {
    font-family: "Nunito Sans";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url("../fonts/nunito-sans-900.ttf") format("truetype");
}

:root {
    color-scheme: light;
    --color-ink: #13263c;
    --color-text: #13263c;
    --color-muted: #6f817b;
    --color-cream: #fff9ef;
    --color-paper: #ffffff;
    --color-mint: #7cc6a4;
    --color-sun: #ffd166;
    --color-coral: #f77754;
    --color-line: #dce8df;
    --color-nav: #13263c;
    --shadow-soft: 0 24px 70px rgba(19, 38, 60, 0.14);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 104px;
}

body {
    margin: 0;
    background: var(--color-cream);
    color: var(--color-text);
    font-family: "Nunito Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.55;
}

body.has-alert-modal-open {
    overflow: hidden;
}

img {
    display: block;
    max-width: 100%;
}

a {
    color: inherit;
    text-decoration: none;
}

.container {
    width: min(100% - clamp(40px, 10vw, 144px), 1180px);
    margin-right: auto;
    margin-left: auto;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 20;
    background: var(--color-nav);
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(18px);
}

.site-header-inner {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 24px;
    min-height: 88px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.site-header.is-scrolled {
    box-shadow: 0 16px 34px rgba(19, 38, 60, 0.08);
}

.brand img {
    width: 112px;
    height: 77px;
    object-fit: contain;
}

.menu-panel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.main-nav,
.header-actions,
.hero-actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

.main-nav {
    justify-content: center;
}

.main-nav a,
.site-footer a {
    color: var(--color-text);
    font-weight: 700;
}

.site-header .main-nav a {
    color: var(--color-paper);
}

.main-nav a {
    padding: 10px 12px;
    border-radius: 999px;
}

.main-nav a:hover,
.main-nav a:focus-visible,
.site-header .main-nav a.is-active,
.site-header .main-nav a[aria-current="page"] {
    background: rgba(255, 255, 255, 0.12);
    outline: none;
}

.menu-toggle {
    display: none;
    width: 46px;
    height: 46px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    cursor: pointer;
    place-items: center;
    padding: 0;
}

.menu-toggle img {
    width: 24px;
    height: 24px;
}

.lang-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-width: 74px;
    height: 42px;
    padding: 0 12px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
    color: var(--color-paper);
    cursor: pointer;
    font-weight: 800;
    transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.lang-button img {
    width: 24px;
    height: 16px;
    border-radius: 2px;
    object-fit: cover;
}

.lang-button.is-active {
    background: var(--color-paper);
    color: var(--color-nav);
}

.lang-button:hover,
.lang-button:focus-visible {
    border-color: rgba(255, 255, 255, 0.58);
    background: rgba(255, 255, 255, 0.2);
    outline: none;
    transform: translateY(-1px);
}

.lang-button.is-active:hover,
.lang-button.is-active:focus-visible {
    background: var(--color-paper);
    color: var(--color-nav);
}

.section-band {
    padding-top: clamp(64px, 9vw, 112px);
    padding-bottom: clamp(64px, 9vw, 112px);
}

.hero {
    min-height: calc(100svh - 88px);
    padding-top: clamp(28px, 5vh, 56px);
    padding-bottom: clamp(28px, 5vh, 56px);
    background: #edf7f0;
}

.hero-container {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.9fr);
    align-items: center;
    gap: clamp(28px, 5vw, 72px);
}

.eyebrow {
    margin: 0 0 14px;
    color: var(--color-coral);
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

h1,
h2,
h3,
p {
    margin-top: 0;
}

h1,
h2,
h3 {
    color: var(--color-ink);
    line-height: 1.05;
}

h1 {
    max-width: 760px;
    margin-bottom: 18px;
    font-size: clamp(2.45rem, 4.6vw, 4.7rem);
}

h2 {
    max-width: 780px;
    margin-bottom: 18px;
    font-size: clamp(2rem, 5vw, 4.2rem);
}

h3 {
    margin-bottom: 12px;
    font-size: 1.2rem;
}

.hero-text {
    max-width: 620px;
    margin-bottom: 20px;
    color: var(--color-text);
    font-size: clamp(1rem, 1.5vw, 1.18rem);
}

.hero-alert {
    position: relative;
    max-width: 680px;
    margin: 0 0 22px;
    padding: 18px 18px 18px 76px;
    border: 1px solid rgba(19, 38, 60, 0.12);
    border-left: 5px solid var(--color-sun);
    border-radius: 8px;
    background: #ffffff;
    color: var(--color-ink);
    box-shadow: 0 14px 34px rgba(19, 38, 60, 0.08);
    text-align: left;
}

.hero-alert-icon {
    position: absolute;
    top: 18px;
    left: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: var(--color-sun);
    color: var(--color-nav);
    font-size: 1.35rem;
    font-weight: 900;
}

.hero-alert h2 {
    max-width: none;
    margin-bottom: 6px;
    padding-bottom: 0;
    border-bottom: 0;
    color: var(--color-ink);
    font-size: 1.1rem;
    line-height: 1.2;
}

.hero-alert p {
    margin-bottom: 14px;
    color: var(--color-text);
    font-size: 0.95rem;
    font-weight: 600;
}

.landing-alert-modal[hidden] {
    display: none;
}

.landing-alert-modal {
    position: fixed;
    inset: 0;
    z-index: 100;
    display: grid;
    place-items: center;
    padding: 24px;
}

.landing-alert-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(19, 38, 60, 0.52);
    backdrop-filter: blur(7px);
}

.landing-alert-modal-panel {
    position: relative;
    z-index: 1;
    width: min(100%, 520px);
    padding: 34px;
    border: 1px solid rgba(19, 38, 60, 0.12);
    border-top: 6px solid var(--color-sun);
    border-radius: 8px;
    background: var(--color-paper);
    box-shadow: var(--shadow-soft);
    color: var(--color-ink);
    outline: none;
}

.landing-alert-modal-close {
    position: absolute;
    top: 14px;
    right: 14px;
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border: 1px solid rgba(19, 38, 60, 0.14);
    border-radius: 50%;
    background: #ffffff;
    color: var(--color-ink);
    cursor: pointer;
    font-size: 1.1rem;
    font-weight: 900;
    line-height: 1;
}

.landing-alert-modal-close:hover,
.landing-alert-modal-close:focus-visible {
    border-color: rgba(19, 38, 60, 0.32);
    outline: none;
}

.landing-alert-modal-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    margin-bottom: 16px;
    border-radius: 50%;
    background: var(--color-sun);
    color: var(--color-nav);
    font-size: 1.35rem;
    font-weight: 900;
}

.landing-alert-modal-panel h2 {
    max-width: none;
    margin-bottom: 10px;
    font-size: clamp(1.55rem, 4vw, 2.1rem);
}

.landing-alert-modal-panel p {
    margin-bottom: 20px;
    font-size: 1rem;
    font-weight: 700;
}

.landing-alert-modal-action {
    margin-top: 22px;
}

.hero-hours {
    max-width: 620px;
    margin: 0 0 18px;
    padding: 18px;
    border: 1px solid rgba(19, 38, 60, 0.1);
    border-radius: 8px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 249, 239, 0.94));
    box-shadow: 0 14px 34px rgba(19, 38, 60, 0.08);
}

.hero-hours-header {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 12px;
    align-items: start;
    margin-bottom: 14px;
}

.hero-hours-icon {
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--color-mint);
    color: var(--color-ink);
    font-size: 1.25rem;
    line-height: 1;
}

.hero-hours h2 {
    max-width: none;
    margin-bottom: 4px;
    color: var(--color-ink);
    font-size: 1.12rem;
    line-height: 1.2;
}

.hero-hours p,
.hero-hours dd {
    color: var(--color-text);
}

.hero-hours-header p {
    margin-bottom: 0;
    font-size: 0.94rem;
    font-weight: 700;
}

.hero-hours-list {
    display: grid;
    gap: 7px;
    margin: 0;
}

.hero-hours-list div {
    display: grid;
    grid-template-columns: minmax(120px, 0.9fr) minmax(118px, 1fr);
    gap: 12px;
    align-items: center;
    min-height: 38px;
    padding: 8px 12px;
    border-radius: 6px;
    background: rgba(124, 198, 164, 0.13);
}

.hero-hours-list dt,
.hero-hours-list dd {
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.25;
}

.hero-hours-list dt {
    font-weight: 900;
}

.hero-hours-list dd {
    justify-self: end;
    font-weight: 800;
    text-align: right;
}

.hero-hours-actions {
    display: flex;
    justify-content: center;
    margin-top: 18px;
}

.whatsapp-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 38px;
    padding: 0 14px;
    border: 1px solid #33d17a;
    border-radius: 6px;
    background: var(--color-paper);
    color: #20b86f;
    font-weight: 900;
    transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, color 180ms ease, transform 180ms ease;
}

.whatsapp-link:hover,
.whatsapp-link:focus-visible {
    border-color: #20b86f;
    background: #eafff3;
    box-shadow: 0 10px 22px rgba(32, 184, 111, 0.18);
    color: #13985a;
    outline: none;
    transform: translateY(-1px);
}

.whatsapp-link img {
    width: 20px;
    height: 20px;
    flex: 0 0 auto;
    filter: invert(50%) sepia(98%) saturate(485%) hue-rotate(94deg) brightness(93%) contrast(93%);
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 0 22px;
    border: 2px solid var(--color-ink);
    border-radius: 999px;
    cursor: pointer;
    font-weight: 900;
    transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, color 180ms ease, transform 180ms ease;
}

.button.landing-alert-modal-action {
    display: flex;
    width: max-content;
    margin-right: auto;
    margin-left: auto;
}

.button-primary {
    background: var(--color-ink);
    color: var(--color-paper);
}

.button-primary:hover,
.button-primary:focus-visible {
    border-color: var(--color-mint);
    background: var(--color-mint);
    color: var(--color-ink);
    box-shadow: 0 12px 22px rgba(124, 198, 164, 0.22);
    outline: none;
    transform: translateY(-1px);
}

.button-secondary {
    background: transparent;
    color: var(--color-ink);
}

.button-secondary:hover,
.button-secondary:focus-visible {
    border-color: var(--color-mint);
    background: rgba(124, 198, 164, 0.12);
    color: var(--color-ink);
    box-shadow: 0 10px 18px rgba(19, 38, 60, 0.08);
    outline: none;
    transform: translateY(-1px);
}

.hero-media picture,
.hero-media picture > img {
    width: 100%;
}

.hero-media {
    display: grid;
    gap: 18px;
    align-content: center;
}

.hero-media picture > img {
    height: auto;
    max-height: min(44vh, 420px);
    object-fit: contain;
}

.section-heading {
    max-width: 860px;
    margin-bottom: 38px;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
    gap: 22px;
}

.service-card {
    border: 1px solid var(--color-line);
    border-radius: 8px;
    background: var(--color-paper);
}

.service-card {
    display: grid;
    grid-template-rows: auto 1fr;
    overflow: hidden;
    height: 100%;
}

.services {
    background: #edf7f0;
}

.service-card {
    position: relative;
}

.service-card-media {
    display: block;
    background: var(--color-cream);
}

.service-card-media img {
    width: 100%;
    height: 100%;
    aspect-ratio: 16 / 11;
    object-fit: cover;
}

.service-card-body {
    display: grid;
    grid-template-rows: auto auto 1fr auto;
    align-content: start;
    height: 100%;
    padding: clamp(22px, 3vw, 32px);
}

.service-mark {
    display: block;
    width: 42px;
    height: 8px;
    margin-bottom: 24px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--color-coral), var(--color-sun), var(--color-mint));
}

.service-card p {
    margin-bottom: 24px;
}

.service-card .button {
    justify-self: start;
    margin-top: auto;
}

.gallery {
    background: #edf7f0;
    padding-top: clamp(42px, 6vw, 76px);
    padding-bottom: clamp(28px, 4vw, 48px);
}

.gallery-shell {
    padding: 0;
}

.gallery-heading {
    margin-right: auto;
    margin-bottom: 24px;
    margin-left: auto;
    text-align: center;
}

.gallery .eyebrow {
    color: var(--color-coral);
}

.gallery-heading h2 {
    max-width: 760px;
    margin-right: auto;
    margin-left: auto;
    color: var(--color-ink);
    font-size: clamp(1.85rem, 3vw, 2.8rem);
}

.gallery-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
    gap: clamp(16px, 2vw, 24px);
}

.gallery-side {
    display: grid;
    grid-template-rows: auto auto;
    gap: clamp(16px, 2vw, 24px);
}

.gallery-pair {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(16px, 2vw, 24px);
}

.gallery-item {
    margin: 0;
    min-height: 0;
}

.gallery-link {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 8px;
    background: var(--color-cream);
    box-shadow: 0 20px 52px rgba(0, 0, 0, 0.22);
}

.gallery-item-large .gallery-link {
    aspect-ratio: 19 / 14;
}

.gallery-pair .gallery-link {
    aspect-ratio: 32 / 21;
}

.gallery-item-wide .gallery-link {
    aspect-ratio: 5 / 2;
}

.gallery-link picture,
.gallery-link img {
    display: block;
    width: 100%;
    height: 100%;
}

.gallery-link img {
    object-fit: cover;
    transition: transform 180ms ease;
}

.gallery-link:hover picture > img,
.gallery-link:focus-visible picture > img {
    transform: scale(1.035);
}

.gallery-overlay {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    background: rgba(19, 38, 60, 0.28);
    color: var(--color-paper);
    opacity: 0;
    transition: opacity 180ms ease;
}

.gallery-overlay img {
    width: 42px;
    height: 42px;
    filter: brightness(0) invert(1);
}

.gallery-link:hover .gallery-overlay,
.gallery-link:focus-visible .gallery-overlay {
    opacity: 1;
}

.gallery-link:focus-visible {
    outline: 3px solid var(--color-sun);
    outline-offset: -3px;
}

.location {
    background: #edf7f0;
}

.location-heading {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.location-heading h2 {
    margin-right: auto;
    margin-left: auto;
    font-size: clamp(1.85rem, 3vw, 2.8rem);
}

.map-frame {
    overflow: hidden;
    border: 1px solid var(--color-line);
    border-radius: 8px;
    background: var(--color-cream);
    box-shadow: 0 20px 52px rgba(19, 38, 60, 0.12);
}

.map-frame iframe {
    display: block;
    width: 100%;
    height: clamp(320px, 42vw, 460px);
    border: 0;
}

.hours-page {
    min-height: calc(100svh - 88px);
    background: #edf7f0;
}

.hours-page-inner {
    display: grid;
    gap: 28px;
    justify-items: center;
}

.hours-page-heading {
    max-width: 760px;
    margin-bottom: 0;
    text-align: center;
}

.hours-page-heading h1 {
    margin-right: auto;
    margin-left: auto;
    font-size: clamp(2.1rem, 4vw, 3.9rem);
}

.hours-page-heading p:not(.eyebrow) {
    margin-bottom: 0;
    color: var(--color-text);
    font-size: clamp(1rem, 1.4vw, 1.16rem);
    font-weight: 700;
}

.hours-page-card {
    width: min(100%, 720px);
    margin: 0;
}

.hours-page-card .hero-hours-list div {
    min-height: 46px;
}

.hours-page-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    justify-content: center;
    margin-top: 18px;
}

.hours-page-actions .button {
    margin-right: auto;
    margin-left: auto;
}

.hours-page-card .whatsapp-link {
    display: none;
}

.care-page {
    min-height: calc(100svh - 88px);
    background: #edf7f0;
}

.care-page-inner {
    display: grid;
    gap: 28px;
    justify-items: center;
}

.care-page-heading {
    max-width: 760px;
    margin-bottom: 0;
    text-align: center;
}

.care-page-heading h1 {
    margin-right: auto;
    margin-left: auto;
    font-size: clamp(2.1rem, 4vw, 3.9rem);
}

.care-page-card {
    width: min(100%, 720px);
    margin: 0;
}

.care-page-card p {
    max-width: 580px;
}

.site-footer {
    background: var(--color-nav);
    color: rgba(255, 255, 255, 0.62);
}

.footer-main {
    display: grid;
    grid-template-columns: minmax(240px, 0.9fr) minmax(120px, 0.32fr) minmax(150px, 0.38fr) minmax(230px, 0.52fr) minmax(170px, 0.38fr);
    align-items: start;
    gap: clamp(32px, 5vw, 84px);
    padding: clamp(58px, 8vw, 104px) clamp(20px, 8vw, 132px);
}

.footer-brand img {
    width: min(430px, 100%);
    height: auto;
    object-fit: contain;
}

.footer-brand {
    align-self: center;
}

.footer-column {
    display: grid;
    gap: 17px;
    align-content: start;
}

.footer-column h2 {
    margin: 0 0 4px;
    color: var(--color-paper);
    font-size: 1rem;
    line-height: 1.2;
}

.footer-links,
.footer-social-links {
    display: grid;
    align-items: start;
    justify-content: start;
    gap: 16px;
}

.footer-links {
    grid-auto-flow: row;
}

.footer-social-links {
    grid-auto-flow: row;
}

.footer-links a,
.footer-social-links a,
.footer-contact-link,
.footer-bottom a {
    color: rgba(255, 255, 255, 0.82);
    font-weight: 700;
    line-height: 1.45;
}

.footer-links a:hover,
.footer-links a:focus-visible,
.footer-social-links a:hover,
.footer-social-links a:focus-visible,
.footer-contact-link:hover,
.footer-contact-link:focus-visible,
.footer-bottom a:hover,
.footer-bottom a:focus-visible {
    color: var(--color-paper);
    outline: none;
}

.footer-contact-link,
.footer-social-links a {
    display: inline-flex;
    align-items: flex-start;
    gap: 10px;
    min-width: 0;
}

.footer-contact-link span:last-child {
    display: inline-block;
    color: rgba(255, 255, 255, 0.82);
}

.footer-icon,
.footer-social-links img {
    flex: 0 0 auto;
}

.footer-icon {
    display: inline-flex;
    width: 20px;
    height: 20px;
}

.footer-icon img,
.footer-social-links img {
    width: 20px;
    height: 20px;
}

.footer-icon-whatsapp img {
    filter: invert(50%) sepia(98%) saturate(485%) hue-rotate(94deg) brightness(93%) contrast(93%);
}

.footer-icon-location img {
    filter: invert(45%) sepia(73%) saturate(3361%) hue-rotate(321deg) brightness(95%) contrast(96%);
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    padding: 32px clamp(20px, 8vw, 132px);
    border-top: 1px dashed rgba(255, 255, 255, 0.16);
}

.footer-bottom p {
    margin: 0;
}

.footer-bottom p a {
    color: #2f9bff;
}

@media (max-width: 920px) {
    .site-header-inner,
    .hero-container {
        grid-template-columns: 1fr;
    }

    .site-header-inner {
        grid-template-columns: auto auto;
        justify-content: space-between;
        gap: 14px;
    }

    .menu-toggle {
        display: grid;
        justify-self: end;
    }

    .menu-panel {
        grid-column: 1 / -1;
        display: none;
        width: 100%;
        align-items: stretch;
        flex-direction: column;
        gap: 18px;
        padding: 18px 0 8px;
    }

    .site-header.is-menu-open .menu-panel {
        display: flex;
    }

    .main-nav,
    .header-actions {
        align-items: stretch;
        flex-direction: column;
        width: 100%;
    }

    .main-nav a {
        display: flex;
        min-height: 46px;
        align-items: center;
        justify-content: center;
        background: rgba(255, 255, 255, 0.1);
        border: 1px solid rgba(255, 255, 255, 0.18);
    }

    .header-actions {
        flex-direction: row;
        justify-content: center;
    }

    .services-grid,
    .gallery-layout,
    .gallery-side,
    .gallery-pair {
        grid-template-columns: 1fr;
    }

    .gallery-layout,
    .gallery-side {
        grid-template-rows: none;
        min-height: auto;
    }

    .gallery-item-large .gallery-link,
    .gallery-pair .gallery-link,
    .gallery-item-wide .gallery-link {
        aspect-ratio: 4 / 3;
    }

    .hero {
        min-height: auto;
    }

    .hero-alert {
        padding: 18px;
    }

    .hero-hours {
        padding: 16px;
    }

    .hero-alert-icon {
        position: static;
        margin-bottom: 10px;
    }

    .landing-alert-modal {
        align-items: end;
        padding: 16px;
    }

    .landing-alert-modal-panel {
        padding: 28px 20px 22px;
    }

    .hero-media picture > img {
        max-height: none;
    }

    .footer-main {
        grid-template-columns: 1fr;
        align-items: start;
        padding-top: 64px;
        padding-bottom: 64px;
    }

    .footer-brand img {
        width: min(320px, 100%);
    }

    .footer-bottom {
        flex-direction: column;
    }

    .hours-page {
        min-height: auto;
    }

    .care-page {
        min-height: auto;
    }
}

@media (max-width: 560px) {
    .hero-actions,
    .hero-hours-actions,
    .hours-page-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .button {
        width: 100%;
    }

    h1 {
        font-size: 2.7rem;
    }
}

@media (min-width: 921px) and (max-height: 760px) {
    .site-header-inner {
        min-height: 76px;
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .brand img {
        width: 96px;
        height: 66px;
    }

    .hero {
        min-height: calc(100svh - 76px);
        padding-top: 22px;
        padding-bottom: 22px;
    }

    h1 {
        margin-bottom: 14px;
        font-size: clamp(2.2rem, 4vw, 4rem);
    }

    .hero-text {
        margin-bottom: 16px;
    }

    .hero-alert {
        margin-bottom: 18px;
        padding-top: 14px;
        padding-bottom: 14px;
    }

    .hero-hours {
        padding-top: 14px;
        padding-bottom: 14px;
    }

    .hero-media picture > img {
        max-height: 48vh;
    }
}

@media (max-width: 430px) {
    .hero-hours-list div {
        grid-template-columns: 1fr;
        gap: 2px;
    }

    .hero-hours-list dd {
        justify-self: start;
        text-align: left;
    }
}
