section { padding: 3.5em 1.25em; text-align: center; scroll-margin-top: 76px; }
.section + .section, .section + .section--alt, .section--alt + .section, .section--alt + .section--alt { border-top: 1px solid #eef1f4; }

#home {
    background:
        linear-gradient(rgba(0,0,0,.5), rgba(0,0,0,.5)),
        url('../../pildid/restaurant.webp') no-repeat center center;
    background-size: cover;
    color: #fff;
    min-height: 68vh;
    display: grid;
    place-items: center;
}
#home .hero {
    width: 100%;
    max-width: 42rem;
    text-align: center;
    display: grid;
    justify-items: center;
    padding-top: 4rem;
    padding-bottom: 5rem;
}
#home .hero h1 {
    font-size: clamp(2.4rem, 5vw, 4.4rem);
    line-height: .98;
    margin: 0 0 .8rem;
    max-width: 8ch;
    text-align: center;
}
#home .hero p { color: #e5e7eb; margin: 0 0 1rem; }
.hero-kicker {
    margin: 0 0 .8rem;
    color: rgba(255,248,231,.96);
    font-size: .84rem;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}
.hero-lead {
    max-width: 30rem;
    margin: 0 auto 1.25rem;
    font-size: clamp(1rem, 1.8vw, 1.2rem);
    line-height: 1.7;
    color: rgba(255,255,255,.96);
    text-shadow: 0 2px 18px rgba(0,0,0,.35);
}
.hero-notice {
    display: grid;
    gap: .55rem;
    width: min(23rem, calc(100% - 2rem));
    padding: 1.1rem 1.35rem;
    position: absolute;
    left: 2.5%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    color: #3b2414;
    border: 2px solid #6f421f;
    background:
        radial-gradient(circle at 16% 18%, rgba(255,255,255,.3), transparent 18%),
        radial-gradient(circle at 78% 78%, rgba(80,45,18,.12), transparent 24%),
        repeating-linear-gradient(135deg, rgba(82,45,21,.045) 0 1px, transparent 1px 7px),
        linear-gradient(135deg, #f9df9b 0%, #ebb965 58%, #c9863f 100%);
    border-radius: 11px;
    clip-path: polygon(0 .75rem, .75rem .75rem, .75rem 0, calc(100% - .75rem) 0, calc(100% - .75rem) .75rem, 100% .75rem, 100% calc(100% - .75rem), calc(100% - .75rem) calc(100% - .75rem), calc(100% - .75rem) 100%, .75rem 100%, .75rem calc(100% - .75rem), 0 calc(100% - .75rem));
    box-shadow: 0 20px 44px rgba(0,0,0,.28), inset 0 0 0 3px rgba(255,238,188,.75), inset 0 0 0 5px rgba(111,66,31,.48);
    text-shadow: none;
    isolation: isolate;
}
.hero-notice > * {
    position: relative;
    z-index: 1;
}
.hero-notice::before {
    content: "";
    position: absolute;
    inset: .62rem;
    pointer-events: none;
    border: 1px dashed rgba(82,45,21,.55);
    border-radius: 7px;
    transform: none;
    z-index: 0;
}
.open-status-chip {
    display: inline-flex;
    align-items: center;
    justify-self: start;
    gap: .5rem;
    padding: .42rem .78rem;
    border-radius: 999px;
    background: rgba(255,238,188,.78);
    border: 1px solid rgba(85,52,28,.42);
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.45);
    color: #3b2414;
    font-size: .92rem;
    font-weight: 800;
    line-height: 1;
}
.open-status-dot {
    width: .68rem;
    height: .68rem;
    border-radius: 999px;
    background: #fbbf24;
    box-shadow: 0 0 0 4px rgba(251,191,36,.16);
}
.open-status-chip.is-open { background: rgba(34,197,94,.18); }
.open-status-chip.is-open .open-status-dot {
    background: #4ade80;
    box-shadow: 0 0 0 4px rgba(74,222,128,.16);
}
.open-status-chip.is-closed { background: rgba(153,27,27,.14); }
.open-status-chip.is-closed .open-status-dot {
    background: #f87171;
    box-shadow: 0 0 0 4px rgba(248,113,113,.16);
}
.hero-notice p {
    margin: 0;
    color: #3b2414;
    line-height: 1.1;
    text-align: left;
    font-size: clamp(1.42rem, 2.3vw, 1.85rem);
    font-family: "Courier New", ui-monospace, SFMono-Regular, Menlo, monospace;
    font-weight: 700;
    letter-spacing: .01em;
}
.hero-notice .hero-notice-sub {
    font-size: clamp(.95rem, 1.2vw, 1.08rem);
    line-height: 1.35;
    border-top: 2px solid rgba(82,45,21,.28);
    padding-top: .55rem;
}
.hero-notice strong {
    color: #2a170c;
    font-weight: 800;
}
body.is-closed .hero-notice {
    background:
        linear-gradient(22deg, transparent 0 52%, rgba(82,45,21,.24) 52% 53%, transparent 53%),
        repeating-linear-gradient(135deg, rgba(82,45,21,.06) 0 1px, transparent 1px 7px),
        linear-gradient(135deg, #d7b679 0%, #bd8b50 100%);
    filter: saturate(.82);
}
body.is-closed .hero-notice::before {
    border-style: solid;
    opacity: .75;
}
.cta { display: flex; gap: .75rem; flex-wrap: wrap; justify-content: center; }
.btn { display: inline-flex; align-items: center; gap: .5rem; padding: .6rem 1rem; border-radius: 999px; text-decoration: none; font-weight: 700; }
.btn-primary { background: var(--accent); color: #111; box-shadow: 0 16px 36px rgba(0,0,0,.18); }
.btn-ghost { background: rgba(255,255,255,.04); color: #fff; border: 1px solid rgba(255,255,255,.32); }
.btn:hover { filter: brightness(1.02); transform: translateY(-1px); transition: transform .12s ease, filter .12s ease; }
.shape-divider { position: absolute; bottom: -1px; left: 0; right: 0; height: 60px; overflow: hidden; line-height: 0; }
.shape-divider svg { position: relative; display: block; width: calc(100% + 1.3px); height: 60px; }
.shape-divider .shape-fill { fill: #fffaf0; }

#home + #menu {
    background:
        repeating-linear-gradient(135deg, rgba(116,82,45,.028) 0 1px, transparent 1px 8px),
        linear-gradient(180deg, #fffaf0 0%, #fffdf7 46%, #ffffff 100%);
}

#menu-items {
    display: grid;
    gap: 1.25rem;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto 2.5rem;
    box-sizing: border-box;
}
#menu {
    padding-top: 0;
    background:
        repeating-linear-gradient(135deg, rgba(116,82,45,.028) 0 1px, transparent 1px 8px),
        linear-gradient(180deg, #fffaf0 0%, #fffdf7 46%, #ffffff 100%);
}
#menu > .container {
    max-width: none;
    padding: 0 1.4rem;
    background:
        repeating-linear-gradient(135deg, rgba(116,82,45,.028) 0 1px, transparent 1px 8px),
        #fffaf0;
    border-top: 0;
    border-bottom: 1px solid rgba(124,91,53,.16);
}
#menu .section-title {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 1rem;
    margin: 0 auto 1.1rem;
    color: #2c2418;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.35rem, 2vw, 1.8rem);
    letter-spacing: .06em;
    text-transform: uppercase;
}
#menu .section-title::before,
#menu .section-title::after {
    content: "";
    height: .85rem;
    background:
        repeating-linear-gradient(90deg, #8b7652 0 2px, transparent 2px 9px),
        linear-gradient(#8b7652, #8b7652) center / 100% 1px no-repeat;
    opacity: .58;
}
.menu-categories {
    display: flex;
    justify-content: center;
    gap: .25rem;
    max-width: none;
    margin: 0 auto 1.4rem;
    padding: .15rem 0 1rem;
    border-bottom: 1px solid rgba(124,91,53,.16);
    overflow-x: auto;
}
.menu-service-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    max-width: 1100px;
    margin: 0 auto 1rem;
    text-align: left;
}
.menu-service-card {
    padding: 1.2rem;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 14px 36px rgba(15,23,42,.06);
}
.menu-service-card h3 {
    margin: 0 0 .55rem;
    font-size: 1.1rem;
    line-height: 1.35;
}
.menu-service-card p {
    margin: 0;
    color: var(--muted);
    line-height: 1.6;
}
.menu-service-card .btn {
    justify-self: start;
    margin-top: .9rem;
}
.menu-service-label {
    margin: 0 0 .6rem;
    color: #92400e;
    font-size: .8rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.menu-meta {
    max-width: 1100px;
    margin: 0 auto 1.25rem;
    padding: 1rem 1.15rem;
    text-align: left;
    border: 1px solid #eceff3;
    border-radius: 18px;
    background: #fffdf7;
}
.menu-meta p {
    margin: 0;
    color: #4b5563;
    line-height: 1.6;
}
.menu-meta p + p { margin-top: .45rem; }
.text-link {
    color: #92400e;
    font-weight: 700;
    text-decoration: none;
}
.text-link:hover { text-decoration: underline; }
.menu-category-card {
    position: relative;
    display: grid;
    justify-items: center;
    align-content: start;
    gap: .38rem;
    min-width: 7.25rem;
    padding: .45rem .6rem .2rem;
    text-align: center;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #2c2418;
    box-shadow: none;
    cursor: pointer;
    transition: transform .14s ease, color .14s ease;
}
.menu-category-card:hover,
.menu-category-card:focus-visible {
    transform: translateY(-2px);
    box-shadow: none;
    outline: none;
}
.menu-category-card::after {
    content: "";
    width: 2.1rem;
    border-top: 1px solid rgba(154,84,43,.5);
    opacity: 0;
}
.menu-category-card.is-active {
    color: #8b4d2b;
}
.menu-category-card.is-active::after {
    opacity: 1;
}
.menu-category-icon {
    width: 3.1rem;
    height: 2.8rem;
    color: #6f6251;
}
.menu-category-icon svg {
    display: block;
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.menu-category-icon svg circle {
    fill: none;
    stroke: currentColor;
}
.menu-category-name {
    margin: 0;
    max-width: 7.5rem;
    color: currentColor;
    font-family: Georgia, "Times New Roman", serif;
    font-size: .82rem;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: .05em;
    text-transform: uppercase;
}
.menu-category-note {
    display: none;
}
.menu-category-count {
    padding: 0;
    border-radius: 0;
    background: transparent;
    color: rgba(89,70,50,.65);
    font-size: .72rem;
    font-weight: 700;
}
.menu-category {
    width: 100%;
    max-width: 1120px;
    box-sizing: border-box;
    overflow: hidden;
    padding: 1rem;
    margin: 0 auto;
    text-align: left;
    background:
        linear-gradient(180deg, rgba(255,252,244,.94), rgba(249,241,223,.88)),
        repeating-linear-gradient(135deg, rgba(116,82,45,.026) 0 1px, transparent 1px 8px);
    border: 1px solid rgba(216,198,161,.9);
    border-radius: 3px;
    box-shadow: 0 18px 42px rgba(67,45,23,.08), inset 0 0 0 4px rgba(255,252,240,.75);
}
.menu-category-header {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 1rem;
    max-width: none;
    margin: 0 0 1rem;
    padding: .5rem .65rem .9rem;
    border-bottom: 1px solid rgba(124,91,53,.16);
}
.menu-category-header > div {
    grid-column: 2;
    text-align: center;
}
.menu-category-title {
    margin: 0;
    color: #2c2418;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.35rem, 2vw, 1.75rem);
    letter-spacing: .035em;
}
.menu-category-description {
    margin: .35rem 0 0;
    color: var(--muted);
    line-height: 1.55;
    max-width: 52ch;
}
.menu-category-total {
    grid-column: 3;
    justify-self: start;
    padding: .38rem .72rem;
    border-radius: 2px;
    background: rgba(255,250,236,.9);
    border: 1px solid rgba(216,198,161,.8);
    color: #9a542b;
    font-family: Georgia, "Times New Roman", serif;
    font-size: .88rem;
    font-weight: 800;
}
.menu-category-scroller {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 310px), 1fr));
    gap: .85rem;
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
    align-items: stretch;
}
.menu-favourites { position: fixed; left: 50%; bottom: 1rem; transform: translateX(-50%); z-index: 40; width: min(92vw, 420px); pointer-events: none; }
.menu-favourites-toggle { display: none; width: 100%; border: none; border-radius: 999px; background: var(--brand); color: #fff; padding: .75rem 1rem; font-weight: 800; box-shadow: 0 16px 40px rgba(0,0,0,.22); pointer-events: auto; cursor: pointer; }
.menu-favourites.has-items .menu-favourites-toggle { display: block; }
.menu-favourites-card { display: none; margin-bottom: .5rem; background: #fff; border: 1px solid #e5e7eb; border-radius: var(--radius); box-shadow: 0 24px 70px rgba(0,0,0,.24); overflow: hidden; pointer-events: auto; }
.menu-favourites.open .menu-favourites-card { display: block; }
.menu-favourites-head { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: .85rem 1rem; border-bottom: 1px solid #e5e7eb; }
.menu-favourites-head h3 { margin: 0; font-size: 1.05rem; }
.menu-favourites-close { border: none; background: transparent; font-size: 1.5rem; line-height: 1; cursor: pointer; color: var(--muted); }
.menu-favourites-list { list-style: none; margin: 0; padding: .4rem 0; max-height: 45vh; overflow-y: auto; }
.menu-favourites-list li { display: flex; align-items: center; justify-content: space-between; gap: .75rem; padding: .55rem 1rem; border-bottom: 1px solid #f3f4f6; }
.menu-favourites-list li:last-child { border-bottom: none; }
.menu-favourites-list button { border: 1px solid #d1d5db; border-radius: 999px; background: #fff; color: var(--text); padding: .35rem .65rem; font-weight: 700; cursor: pointer; }

.menu-item {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: .8rem;
    align-items: center;
    background:
        radial-gradient(circle at top left, rgba(255,255,255,.78), transparent 42%),
        linear-gradient(180deg, rgba(255,253,247,.96), rgba(249,242,227,.94));
    border: 1px solid rgba(216,198,161,.82);
    border-radius: 2px;
    padding: 1rem;
    box-shadow: 0 10px 22px rgba(67,45,23,.06);
    position: relative;
    overflow: hidden;
    text-align: left;
    transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease, background .16s ease;
}
.menu-item::before {
    content: "";
    position: absolute;
    inset: .42rem;
    border: 1px solid rgba(124,91,53,.12);
    pointer-events: none;
}
.menu-item:hover {
    transform: translateY(-3px);
    border-color: rgba(154,84,43,.35);
    box-shadow: 0 16px 34px rgba(67,45,23,.12);
}

.menu-item img {
    display: none;
}
.menu-item-body {
    display: grid;
    gap: .25rem;
    padding: 0;
    position: relative;
    z-index: 1;
    min-width: 0;
}
.menu-item-title-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: start;
    gap: 1rem;
}
.menu-item h3 {
    margin: 0;
    min-width: 0;
    color: #2c2418;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.24rem;
    line-height: 1.25;
    letter-spacing: .01em;
    overflow-wrap: anywhere;
}
.price-badge {
    flex-shrink: 0;
    white-space: nowrap;
    background: transparent;
    color: #8b4d2b;
    padding: 0;
    border-radius: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 800;
    font-size: 1.16rem;
    box-shadow: none;
}
.menu-item:not(.has-image) {
    padding: 1rem;
    text-align: left;
}
.menu-item:not(.has-image) .menu-item-body { padding: 0; }
.menu-item.selected { border-color: rgba(139,77,43,.72); box-shadow: 0 12px 28px rgba(139,77,43,.12); }
.menu-pick-btn {
    position: relative;
    z-index: 1;
    margin: 0;
    border: 1px solid rgba(124,91,53,.32);
    border-radius: 999px;
    background: rgba(255,250,236,.95);
    color: #5c4229;
    padding: .5rem .72rem;
    font-family: Georgia, "Times New Roman", serif;
    font-size: .9rem;
    font-weight: 800;
    cursor: pointer;
    justify-self: end;
}
.menu-item.selected .menu-pick-btn { background: #8b4d2b; border-color: #8b4d2b; color: #fffaf0; }
.menu-item:not(.has-image) .menu-pick-btn { margin: 0; justify-self: end; }
.fade-up { animation: fadeUp .4s ease both; }
@keyframes fadeUp { from { opacity: 0; transform: translateY(6px) } to { opacity: 1; transform: translateY(0) } }

/* Contact */
.contact-section {
    text-align: left;
    background:
        radial-gradient(circle at top right, rgba(234,179,8,.1), transparent 24%),
        linear-gradient(180deg, #fffefb 0%, #f8fafc 100%);
}
.contact-grid {
    display: grid;
    grid-template-columns: minmax(300px, .92fr) minmax(320px, 1.08fr);
    gap: 1.1rem;
    align-items: stretch;
    max-width: 1100px;
    margin: 0 auto;
}
.contact-card {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(249,250,251,.96));
    border: 1px solid rgba(229,231,235,.95);
    border-radius: 26px;
    padding: 1.55rem;
    box-shadow: 0 18px 40px rgba(15,23,42,.07);
}
.contact-card:first-child {
    background:
        radial-gradient(circle at top left, rgba(234,179,8,.14), transparent 36%),
        linear-gradient(180deg, rgba(255,253,247,.98), rgba(255,255,255,.96));
}
.contact-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255,255,255,.34), transparent 45%);
    pointer-events: none;
}
.contact-card > * {
    position: relative;
    z-index: 1;
}
.contact-card h2, .contact-card h3 { margin-top: 0; }
.contact-card h2,
.contact-card h3 {
    font-size: clamp(1.45rem, 2.2vw, 1.9rem);
    margin-bottom: .45rem;
}
.contact-card p { margin: 0.25rem 0; color: #4b5563; }
.contact-card:first-child > div[data-contact-content] p {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #1f2937;
}
.contact-meta {
    display: grid;
    gap: .8rem;
    margin-top: 1.15rem;
    flex: 1;
    align-content: start;
}
.contact-meta > div {
    padding: 1rem 1.05rem;
    border-radius: 18px;
    background: rgba(255,255,255,.82);
    border: 1px solid rgba(226,232,240,.95);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.8);
}
.contact-meta strong { display: block; color: var(--brand); margin-bottom: .25rem; }
.contact-meta [data-socials-content] p {
    display: flex;
    gap: .55rem;
    flex-wrap: wrap;
}
.contact-card .btn { margin-top: 1rem; }
.contact-form { display: grid; gap: .85rem; margin-top: 1.1rem; }
.contact-form-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: .65rem; }
.contact-form input,
.contact-form textarea {
    width: 100%;
    min-width: 0;
    font: inherit;
    padding: .8rem .9rem;
    border: 1px solid #d1d5db;
    border-radius: 14px;
    background: rgba(255,255,255,.94);
    box-sizing: border-box;
    transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}
.contact-form input:hover,
.contact-form textarea:hover {
    border-color: #cbd5e1;
}
.contact-form textarea { resize: vertical; min-height: 140px; }
.contact-form input:focus,
.contact-form textarea:focus {
    outline: none;
    border-color: rgba(234,179,8,.72);
    box-shadow: 0 0 0 4px rgba(234,179,8,.16);
    transform: translateY(-1px);
}
.contact-form-actions { display: flex; align-items: center; gap: .75rem; flex-wrap: wrap; }
.contact-form-actions .btn { margin-top: 0; border: none; cursor: pointer; }
.contact-form-status { margin: 0; color: var(--muted); font-size: .95rem; }
.contact-form-status.is-error { color: #b91c1c; }
.contact-form-status.is-success { color: #166534; }
.contact-form-honeypot { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
/* Reviews */
.reviews-header {
    margin: 0 auto 0.5rem;
    max-width: 800px;
    color: var(--muted);
    font-weight: 600;
}
#google-reviews {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1rem;
    max-width: 1000px;
    margin: 0 auto;
}
.review {
    background: var(--card);
    border: 1px solid #e5e7eb;
    border-radius: var(--radius);
    padding: 1rem;
    box-shadow: var(--shadow);
    text-align: left;
}
.review-head { display: flex; justify-content: space-between; align-items: baseline; }
.review-author { font-weight: 700; }
.review-rating { color: #f59e0b; letter-spacing: 1px; }
.review-date { color: var(--muted); font-size: 0.85rem; margin-top: 0.25rem; }
.review-text { margin: 0.5rem 0 0; }

/* Map embed */
.map-section {
    padding-top: 1rem;
    background:
        radial-gradient(circle at top left, rgba(234,179,8,.12), transparent 28%),
        linear-gradient(180deg, #fffdf8 0%, #ffffff 100%);
}
.map-shell {
    max-width: 1100px;
    margin: 0 auto;
    padding: 1.4rem;
    display: grid;
    grid-template-columns: minmax(240px, .7fr) minmax(0, 1.3fr);
    gap: 1.25rem;
    align-items: center;
    background: rgba(255,255,255,.92);
    border: 1px solid rgba(229,231,235,.9);
    border-radius: 28px;
    box-shadow: 0 24px 60px rgba(15,23,42,.08);
}
.map-copy {
    display: grid;
    gap: .9rem;
    text-align: left;
    padding: .5rem;
}
.map-eyebrow {
    display: inline-flex;
    width: fit-content;
    padding: .35rem .75rem;
    border-radius: 999px;
    background: rgba(234,179,8,.14);
    color: #92400e;
    font-size: .8rem;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
}
.map-copy .section-title {
    margin: 0;
}
.map-lead {
    margin: 0;
    color: var(--muted);
    line-height: 1.7;
    max-width: 34ch;
}
.map-card {
    padding: .8rem;
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(248,250,252,.94));
    border: 1px solid rgba(229,231,235,.95);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.9);
}
.map-embed {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
    overflow: hidden;
    border-radius: 18px;
    box-shadow: 0 20px 40px rgba(15,23,42,.14);
    margin: 0 auto;
}
.map-embed iframe {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%; border: 0;
}
.map-actions { margin-top: .2rem; }
.map-actions .btn {
    background: var(--brand);
    color: #fff;
    border-color: var(--brand);
    box-shadow: 0 14px 28px rgba(30,33,36,.16);
}
.map-actions .btn:hover {
    background: var(--brand-2);
}
@media (max-width: 820px) {
    .map-shell {
        grid-template-columns: 1fr;
        padding: 1rem;
    }
    .map-copy {
        padding: 0;
    }
    .map-lead {
        max-width: none;
    }
}
