:root {
    --bg: #0c1218;
    --panel: #151e27;
    --panel-raised: #1c2832;
    --sand: #f2ead8;
    --muted: #b8c4bc;
    --teal: #3bbdb3;
    --teal-soft: rgba(59, 189, 179, 0.12);
    --coral: #ee866b;
    --coral-dark: #d66f55;
    --line: #2a3842;
    --focus: #9ad7ef;
    --shadow-sm: 0 6px 20px rgba(0, 0, 0, 0.25);
    --shadow-md: 0 16px 48px rgba(0, 0, 0, 0.35);
    --radius: 0.85rem;
    --radius-lg: 1.15rem;
    --nav-transition: 0.28s cubic-bezier(0.4, 0, 0.2, 1);
    --header-h: 4.6rem;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
    margin: 0;
    background:
        radial-gradient(1100px 480px at 8% -8%, #1a2d36 0%, transparent 55%),
        radial-gradient(800px 400px at 95% 0%, #1f2430 0%, transparent 50%),
        var(--bg);
    color: var(--sand);
    font-family: Literata, Georgia, serif;
    line-height: 1.72;
    font-size: 1.0625rem;
    overflow-x: hidden;
}
body.nav-open { overflow: hidden; }

img { max-width: 100%; height: auto; display: block; }
figure { margin: 0; }
figcaption {
    font-family: Outfit, sans-serif;
    font-size: .75rem;
    letter-spacing: .04em;
    color: var(--muted);
    margin-top: .5rem;
}
a { color: var(--teal); text-underline-offset: .18em; transition: color .15s ease; }
a:hover { color: #8ee8df; }

h1, h2, h3, h4, .brand-name, .footer-brand {
    font-family: Outfit, system-ui, sans-serif;
    font-weight: 650;
    letter-spacing: -0.03em;
    line-height: 1.14;
    color: #fff;
}
h1 { font-size: clamp(1.85rem, 5.5vw, 3.5rem); }
h2 { font-size: clamp(1.4rem, 3.5vw, 2rem); }
h3 { font-size: clamp(1.1rem, 2.5vw, 1.35rem); }

p, li, address { color: var(--sand); }
.skip-link {
    position: absolute; left: .75rem; top: -3rem;
    background: var(--coral); color: #111;
    padding: .55rem .9rem; z-index: 2000;
    font-family: Outfit, sans-serif; text-decoration: none;
}
.skip-link:focus { top: .75rem; }
.wrap { width: min(1180px, calc(100% - 1.5rem)); margin-inline: auto; }

/* Cookie */
.cookie-banner {
    position: fixed; left: .75rem; right: .75rem; bottom: .75rem; z-index: 150;
    background: var(--panel); border: 1px solid var(--line);
    padding: 1.1rem 1.2rem; border-radius: var(--radius-lg);
    box-shadow: var(--shadow-md); max-width: 640px; margin-inline: auto;
}
.cookie-inner { display: flex; gap: 1rem; flex-wrap: wrap; justify-content: space-between; align-items: center; }
.cookie-banner h2 { margin: 0 0 .35rem; font-size: 1rem; color: #fff; }
.cookie-banner p { margin: 0; color: var(--muted); font-size: .92rem; line-height: 1.55; }
.cookie-actions { display: flex; gap: .55rem; flex-wrap: wrap; }

/* Buttons */
.btn {
    display: inline-flex; align-items: center; justify-content: center;
    min-height: 3rem; padding: 0 1.25rem;
    border-radius: 999px; border: 1px solid transparent;
    text-decoration: none; font-family: Outfit, sans-serif;
    font-weight: 600; cursor: pointer;
    transition: transform .18s ease, background .18s ease, box-shadow .18s ease;
}
.btn-primary { background: var(--coral); color: #1a100c; box-shadow: var(--shadow-sm); }
.btn-primary:hover { background: #f19b83; color: #1a100c; transform: translateY(-1px); }
.btn-ghost { background: transparent; border-color: rgba(242, 234, 216, 0.35); color: var(--sand); }
.btn-block { width: 100%; }
.btn:focus-visible, a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible {
    outline: 3px solid var(--focus); outline-offset: 3px;
}

/* Header */
.site-header-group {
    position: sticky; top: 0; z-index: 100;
    background: rgba(12, 18, 24, 0.98);
    border-bottom: 1px solid var(--line);
}
.site-header {
    background: transparent;
    border: none;
}
.header-shell {
    display: flex; align-items: center; gap: .75rem;
    width: min(1180px, calc(100% - 1.5rem));
    margin: 0 auto; min-height: var(--header-h);
    position: relative;
}
.brand {
    display: flex; align-items: center; gap: .7rem;
    text-decoration: none; color: inherit; min-width: 0; flex: 1;
}
.brand-mark {
    width: 2.45rem; height: 2.45rem; border-radius: .65rem;
    overflow: hidden; background: var(--teal); flex-shrink: 0;
}
.brand-mark img { width: 100%; height: 100%; object-fit: cover; }
.brand-text { min-width: 0; }
.brand-name { display: block; font-size: clamp(.95rem, 2.5vw, 1.08rem); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.brand-tag {
    display: block; font-size: clamp(.68rem, 2vw, .76rem);
    color: var(--muted); font-family: Outfit, sans-serif;
    font-weight: 400; letter-spacing: 0; line-height: 1.35;
    overflow: hidden; text-overflow: ellipsis;
    white-space: nowrap;
}
.site-nav {
    display: flex; gap: .1rem; flex-wrap: wrap;
    align-items: center; justify-content: center;
    padding: 0 clamp(0.75rem, 3vw, 1.5rem) .65rem;
}
.nav-link {
    color: var(--sand); text-decoration: none;
    font-family: Outfit, sans-serif;
    font-size: clamp(.78rem, 2vw, .88rem);
    padding: .45rem .65rem; border-radius: 999px;
    transition: background .15s ease, color .15s ease;
    white-space: nowrap;
}
.nav-link:hover { color: var(--teal); background: var(--teal-soft); }
.nav-link[aria-current="page"] { background: #24313a; color: var(--teal); }
.header-cta {
    font-family: Outfit, sans-serif; color: #1a100c;
    background: var(--coral); text-decoration: none;
    border-radius: 999px; padding: .5rem 1rem;
    font-weight: 600; font-size: .85rem; white-space: nowrap;
    flex-shrink: 0;
}
.header-cta:hover { background: #f19b83; color: #1a100c; }

.menu-btn {
    display: none; background: none; border: 0;
    width: 3rem; height: 3rem; position: relative;
    cursor: pointer; flex-shrink: 0; border-radius: var(--radius);
    z-index: 104;
}
.menu-btn span, .menu-btn span::before, .menu-btn span::after {
    position: absolute; left: .875rem; width: 1.25rem; height: 2px;
    background: var(--sand); display: block;
    transition: transform var(--nav-transition), opacity var(--nav-transition), top var(--nav-transition);
}
.menu-btn span { top: 1.45rem; }
.menu-btn span::before { content: ""; top: -7px; left: 0; }
.menu-btn span::after { content: ""; top: 7px; left: 0; }
.menu-btn[aria-expanded="true"] span { background: transparent; }
.menu-btn[aria-expanded="true"] span::before { top: 0; transform: rotate(45deg); }
.menu-btn[aria-expanded="true"] span::after { top: 0; transform: rotate(-45deg); }

.nav-overlay {
    display: none; position: fixed; inset: 0;
    background: rgba(0, 0, 0, 0.55); z-index: 110;
    opacity: 0; transition: opacity var(--nav-transition);
    pointer-events: none;
}
.nav-overlay.visible { opacity: 1; pointer-events: auto; }

/* Hero */
.hero { position: relative; min-height: min(82vh, 720px); display: grid; align-items: end; }
.hero img {
    width: 100%; height: min(82vh, 720px);
    object-fit: cover; filter: saturate(0.9) contrast(1.05);
}
.hero-copy {
    position: absolute; inset: auto 0 0 0;
    padding: clamp(3rem, 8vw, 5rem) 0 clamp(1.75rem, 4vw, 2.6rem);
    background: linear-gradient(transparent, rgba(8,12,16,.5) 25%, rgba(8,12,16,.96) 75%);
}
.hero h1 {
    max-width: 14em; margin: 0 0 .75rem;
    text-shadow: 0 6px 24px rgba(0,0,0,.4);
}
.hero .lede { max-width: 40rem; color: #f6efe3; font-size: clamp(1rem, 2.5vw, 1.14rem); line-height: 1.65; }
.hero-actions { display: flex; gap: .65rem; flex-wrap: wrap; margin-top: 1.1rem; }
.kicker {
    font-family: Outfit, sans-serif; letter-spacing: .14em;
    text-transform: uppercase; color: var(--coral);
    font-size: .78rem; margin: 0 0 .45rem;
}

/* Signal grid */
.signal-grid {
    display: grid;
    grid-template-columns: 1.35fr 1fr 1fr;
    gap: clamp(.85rem, 2vw, 1.05rem);
    padding: clamp(1.25rem, 3vw, 1.8rem) 0 clamp(1.5rem, 4vw, 2.5rem);
}
.signal-card {
    background: var(--panel); border: 1px solid var(--line);
    border-radius: var(--radius-lg); overflow: hidden;
    box-shadow: var(--shadow-sm);
    transition: transform .2s ease, box-shadow .2s ease;
}
.signal-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.signal-card > a:first-child { display: block; overflow: hidden; }
.signal-card > a:first-child img { transition: transform .35s ease; }
.signal-card:hover > a:first-child img { transform: scale(1.03); }
.signal-card img { width: 100%; aspect-ratio: 16/11; object-fit: cover; }
.signal-card .pad { padding: 1.1rem 1.15rem 1.25rem; }
.signal-card h2, .signal-card h3 { margin: .2rem 0 .4rem; }
.signal-card h2 a, .signal-card h3 a { color: #fff; text-decoration: none; }
.signal-card h2 a:hover, .signal-card h3 a:hover { color: var(--teal); }
.signal-card p { color: var(--muted); font-size: .98rem; line-height: 1.6; margin: 0; }
.signal-wide { grid-column: 1 / 2; grid-row: 1 / 3; }
.signal-wide h2 { font-size: clamp(1.35rem, 3vw, 1.75rem); }
.signal-wide img { aspect-ratio: 16/13; }

/* Sections */
.section { padding: clamp(2rem, 5vw, 2.75rem) 0; }
.section-tight { padding-top: 0; }
.section-head h2 { margin: 0 0 .5rem; }
.section-head p { color: var(--muted); max-width: 44rem; margin: 0; }
.band { background: var(--panel); border-block: 1px solid var(--line); }
.stack {
    display: grid; grid-template-columns: 1.1fr .9fr;
    gap: clamp(1.25rem, 4vw, 2.1rem); align-items: center;
}
.stack img, .rounded-media img {
    width: 100%; border-radius: var(--radius-lg);
    aspect-ratio: 5/4; object-fit: cover;
    box-shadow: var(--shadow-sm);
}
.chip-row { display: flex; flex-wrap: wrap; gap: .45rem; margin: 1rem 0 0; }
.chip {
    font-family: Outfit, sans-serif; font-size: .78rem;
    border: 1px solid var(--line); border-radius: 999px;
    padding: .28rem .7rem; color: var(--muted);
}

/* Notes */
.note-list { display: grid; gap: 1rem; }
.note {
    border-top: 1px solid var(--line); padding-top: 1rem;
    display: grid; grid-template-columns: 140px 1fr;
    gap: 1rem; align-items: start;
}
.note img { width: 140px; height: 100px; object-fit: cover; border-radius: var(--radius); }
.note h3 { margin: 0 0 .35rem; font-size: 1.1rem; }
.note p { color: var(--muted); margin: 0; font-size: .98rem; }

/* Mosaic */
.mosaic { display: grid; grid-template-columns: repeat(2, 1fr); gap: clamp(.85rem, 2vw, 1.05rem); }
.mosaic article {
    background: var(--panel); border-radius: var(--radius-lg);
    overflow: hidden; border: 1px solid var(--line);
    transition: transform .2s ease;
}
.mosaic article:hover { transform: translateY(-3px); }
.mosaic img { width: 100%; aspect-ratio: 16/10; object-fit: cover; }
.mosaic .pad { padding: 1.1rem 1.15rem 1.2rem; }
.mosaic h3 a { color: #fff; text-decoration: none; }
.mosaic h3 a:hover { color: var(--teal); }
.mosaic p { color: var(--muted); font-size: .98rem; margin: 0; }

/* News grid */
.news-grid {
    display: grid; grid-template-columns: repeat(3, 1fr);
    gap: clamp(.85rem, 2vw, 1.25rem);
}
.news-card {
    background: var(--panel); border: 1px solid var(--line);
    border-radius: var(--radius-lg); overflow: hidden;
    box-shadow: var(--shadow-sm);
    display: flex; flex-direction: column;
    transition: transform .2s ease, box-shadow .2s ease;
}
.news-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.news-card-media { display: block; overflow: hidden; }
.news-card-media img {
    width: 100%; aspect-ratio: 16/10; object-fit: cover;
    transition: transform .35s ease;
}
.news-card:hover .news-card-media img { transform: scale(1.03); }
.news-card-body { padding: 1.1rem 1.15rem 1.25rem; flex: 1; display: flex; flex-direction: column; }
.news-card-meta { font-family: Outfit, sans-serif; font-size: .75rem; color: var(--muted); margin: 0 0 .4rem; }
.news-card-body h3 { margin: 0 0 .5rem; line-height: 1.28; }
.news-card-body h3 a { color: #fff; text-decoration: none; }
.news-card-body h3 a:hover { color: var(--teal); }
.news-card-body p { color: var(--muted); margin: 0 0 .85rem; font-size: .95rem; line-height: 1.58; flex: 1; }
.news-card-link {
    font-family: Outfit, sans-serif; text-transform: uppercase;
    letter-spacing: .1em; font-size: .75rem; font-weight: 600;
    text-decoration: none; color: var(--coral);
}
.news-card-link:hover { color: #f19b83; }

.news-card--featured {
    grid-column: 1 / -1;
    display: grid; grid-template-columns: 1.15fr 1fr; gap: 0;
}
.news-card--featured .news-card-media img { aspect-ratio: 16/9; min-height: 260px; height: 100%; }
.news-card--featured .news-card-body { padding: clamp(1.25rem, 3vw, 2rem); justify-content: center; }
.news-card--featured h3 { font-size: clamp(1.3rem, 3vw, 1.75rem); }

/* Page head */
.hero-slim { padding: clamp(1.75rem, 4vw, 2.6rem) 0 1rem; }
.hero-slim h1 { max-width: 16em; margin: .15rem 0 .55rem; }
.lede { color: var(--muted); max-width: 44rem; line-height: 1.65; margin: 0; }

/* Article page */
.article-page { padding-bottom: clamp(2rem, 5vw, 3rem); }
.article-hero { margin-bottom: clamp(1.25rem, 3vw, 2rem); }
.article-hero-inner { padding: clamp(1rem, 3vw, 1.75rem) 0 1rem; }
.breadcrumb {
    font-family: Outfit, sans-serif; font-size: .75rem;
    letter-spacing: .06em; text-transform: uppercase;
    color: var(--muted); margin-bottom: .75rem;
    display: flex; flex-wrap: wrap; gap: .35rem .5rem; align-items: center;
}
.breadcrumb a { color: var(--muted); text-decoration: none; }
.breadcrumb a:hover { color: var(--teal); }
.article-meta { font-family: Outfit, sans-serif; font-size: .8rem; color: var(--muted); margin: 0 0 .6rem; }
.article-hero h1 { margin: 0 0 .65rem; max-width: 18em; }
.article-dek { font-size: clamp(1.02rem, 2.5vw, 1.16rem); color: var(--muted); max-width: 42rem; line-height: 1.62; margin: 0; }
.article-hero-media { width: 100%; max-height: min(52vh, 480px); overflow: hidden; border-radius: 0; }
.article-hero-media img { width: 100%; height: min(52vh, 480px); object-fit: cover; }

.article-layout {
    display: grid; grid-template-columns: minmax(0, 1fr) 280px;
    gap: clamp(1.25rem, 4vw, 2.5rem); align-items: start;
}
.prose-article { max-width: 42rem; }
.prose-article p { font-size: clamp(1.02rem, 2.2vw, 1.1rem); line-height: 1.78; color: var(--sand); margin: 0; }
.prose-article p + p { margin-top: 1.1rem; }
.prose-article p:first-of-type::first-letter {
    font-family: Outfit, sans-serif; font-size: 3.2em;
    float: left; line-height: .82; margin: .05em .1em 0 0;
    color: var(--coral); font-weight: 700;
}
.article-footer-note {
    margin-top: 1.75rem !important; padding-top: 1.15rem;
    border-top: 1px solid var(--line);
    font-size: .92rem !important; color: var(--muted) !important;
}

.article-aside { position: sticky; top: calc(var(--header-h) + 1rem); }
.aside-block {
    background: var(--panel); border: 1px solid var(--line);
    border-radius: var(--radius-lg); padding: 1.15rem 1.2rem;
}
.aside-block + .aside-block { margin-top: .85rem; }
.aside-block h2 {
    font-size: .88rem; font-family: Outfit, sans-serif;
    letter-spacing: .1em; text-transform: uppercase;
    margin: 0 0 .75rem; color: #fff;
}
.aside-list { list-style: none; padding: 0; margin: 0; }
.aside-list li + li { margin-top: .75rem; padding-top: .75rem; border-top: 1px solid var(--line); }
.aside-list a {
    display: block; color: #fff; text-decoration: none;
    font-size: .95rem; line-height: 1.38; font-weight: 500;
    font-family: Outfit, sans-serif;
}
.aside-list a:hover { color: var(--teal); }
.aside-list span { display: block; font-size: .72rem; color: var(--muted); margin-top: .2rem; }
.aside-cta p { font-size: .9rem; color: var(--muted); margin: 0 0 .85rem; line-height: 1.55; }

.photo-band { margin: 0 0 1.4rem; }
.photo-band img { width: 100%; max-height: 420px; object-fit: cover; border-radius: var(--radius-lg); }

/* Contact */
.contact-layout {
    display: grid; grid-template-columns: 1.15fr .85fr;
    gap: clamp(1rem, 3vw, 1.5rem);
    padding: 1.25rem 0 2rem;
}
.contact-panel, .contact-form, .form-success {
    background: var(--panel); border: 1px solid var(--line);
    border-radius: var(--radius-lg); padding: 1.25rem;
}
.contact-form .field, .contact-form .hp-field { margin-bottom: 1rem; }
.contact-form label {
    display: block; font-family: Outfit, sans-serif;
    font-size: .82rem; margin-bottom: .35rem; color: var(--sand);
}
.contact-form input, .contact-form textarea {
    width: 100%; border: 1px solid var(--line);
    background: #12191f; color: var(--sand);
    padding: .75rem .85rem; border-radius: .65rem; font: inherit;
    transition: border-color .15s ease, box-shadow .15s ease;
}
.contact-form input:focus, .contact-form textarea:focus {
    border-color: var(--teal); outline: none;
    box-shadow: 0 0 0 3px var(--teal-soft);
}
.hp-field { position: absolute; left: -9999px; height: 0; overflow: hidden; }
.form-alert { background: #3a2220; border: 1px solid #8a4d42; padding: .85rem 1rem; border-radius: .7rem; margin-bottom: 1rem; }
.map-embed { width: 100%; min-height: 360px; height: 360px; border: 0; border-radius: var(--radius-lg); background: #1b2730; display: block; }
.map-section { padding-bottom: 3rem; }

.legal-doc { max-width: 44rem; padding-bottom: 3rem; }
.legal-doc h2 { font-size: 1.25rem; margin: 1.6rem 0 .55rem; }
.legal-doc ul { padding-left: 1.2rem; }
.legal-contact { background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius); padding: 1rem; margin: 1rem 0; }

/* Footer */
.site-footer { border-top: 1px solid var(--line); padding: clamp(2rem, 5vw, 2.6rem) 0 1.25rem; margin-top: 1rem; }
.footer-top { width: min(1180px, calc(100% - 1.5rem)); margin: 0 auto 1.35rem; }
.footer-brand { font-size: clamp(1.4rem, 4vw, 1.9rem); margin: 0 0 .4rem; }
.footer-lead { max-width: 40rem; color: var(--muted); font-size: .98rem; line-height: 1.6; }
.footer-grid {
    width: min(1180px, calc(100% - 1.5rem)); margin: 0 auto;
    display: grid; grid-template-columns: 1.3fr 1fr 1fr;
    gap: clamp(1rem, 3vw, 1.5rem);
}
.footer-title { font-size: .92rem; color: var(--teal); font-family: Outfit, sans-serif; margin: 0 0 .55rem; }
.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links li + li { margin-top: .35rem; }
.footer-links a, .site-footer a { color: var(--sand); text-decoration: none; font-size: .95rem; }
.footer-links a:hover { color: var(--teal); }
.footer-base {
    width: min(1180px, calc(100% - 1.5rem)); margin: 1.5rem auto 0;
    border-top: 1px solid var(--line); padding-top: .9rem;
    color: var(--muted); font-size: .85rem; text-align: center;
}
address { font-style: normal; }

.text-center { text-align: center; }
.mt-lg { margin-top: 1.5rem; }

/* Tablet */
@media (max-width: 960px) {
    .signal-grid, .signal-wide, .stack, .mosaic, .contact-layout, .footer-grid, .article-layout { grid-template-columns: 1fr; }
    .signal-wide { grid-column: auto; grid-row: auto; }
    .news-grid { grid-template-columns: repeat(2, 1fr); }
    .news-card--featured { grid-template-columns: 1fr; }
    .news-card--featured .news-card-media img { min-height: 220px; height: auto; aspect-ratio: 16/10; }
    .article-aside { position: static; }
    .hero, .hero img { min-height: min(68vh, 560px); height: min(68vh, 560px); }
}

/* Mobile & tablet nav drawer */
@media (max-width: 960px) {
    .header-shell { min-height: var(--header-h); }
    .brand-tag { display: none; }
    .menu-btn { display: block; margin-left: auto; order: 3; }
    .header-cta { display: none; }
    .nav-overlay { display: block; }

    .site-header-group { z-index: 120; }

    .site-nav {
        position: fixed;
        top: 0; left: 0;
        width: min(88vw, 320px);
        height: 100dvh;
        max-height: 100dvh;
        flex-direction: column;
        align-items: stretch;
        justify-content: flex-start;
        gap: 0;
        padding: calc(var(--header-h) + 0.75rem) 1.15rem max(2rem, env(safe-area-inset-bottom));
        background: var(--bg);
        border-right: 1px solid var(--line);
        box-shadow: var(--shadow-md);
        transform: translateX(-110%);
        transition: transform var(--nav-transition);
        z-index: 112;
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        overscroll-behavior: contain;
        visibility: hidden;
        pointer-events: none;
    }
    .site-nav.open {
        transform: translateX(0);
        visibility: visible;
        pointer-events: auto;
    }
    .nav-link {
        font-size: .95rem;
        padding: .9rem .5rem;
        border-radius: var(--radius);
        border-bottom: 1px solid var(--line);
        white-space: normal;
    }
    .nav-link[aria-current="page"] {
        background: var(--teal-soft);
        color: var(--teal);
        border-bottom-color: var(--line);
    }
}

/* Mobile layout */
@media (max-width: 720px) {
    body { font-size: 1rem; }
    :root { --header-h: 3.75rem; }

    .menu-btn { display: block; margin-left: auto; order: 3; }
    .header-cta { display: none; }

    .hero h1 { max-width: none; }
    .hero-copy { padding-bottom: 1.5rem; }
    .hero-actions { flex-direction: column; }
    .hero-actions .btn { width: 100%; }

    .signal-grid { grid-template-columns: 1fr; }
    .news-grid { grid-template-columns: 1fr; }

    .note { grid-template-columns: 1fr; }
    .note img { width: 100%; height: 180px; }

    .mosaic { grid-template-columns: 1fr; }

    .cookie-inner { flex-direction: column; align-items: stretch; }
    .cookie-actions { flex-direction: column; }
    .cookie-actions .btn { width: 100%; }

    .prose-article p:first-of-type::first-letter { font-size: 2.6em; }
    .article-hero-media img { height: min(40vh, 280px); }

    .map-embed { min-height: 260px; height: 260px; }

    .footer-grid { grid-template-columns: 1fr; }
    .footer-block + .footer-block { padding-top: 1rem; border-top: 1px solid var(--line); }
}

@media (max-width: 380px) {
    .wrap { width: calc(100% - 1rem); }
    .brand-name { font-size: .88rem; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation-duration: 0.01ms !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}
