:root {
    --bg: #f7f0df;
    --text: #211b14;
    --muted: #6d6254;
    --brand: #243d32;
    --brand-2: #315846;
    --accent: #c98232;
    --card: #fffaf0;
    --shadow: 0 18px 42px rgba(55, 42, 25, .12);
}

body {
    background:
        linear-gradient(90deg, rgba(36,61,50,.05) 0 1px, transparent 1px calc(100% - 1px), rgba(36,61,50,.05) calc(100% - 1px)),
        repeating-linear-gradient(135deg, rgba(112,86,50,.035) 0 1px, transparent 1px 10px),
        #f7f0df;
}

.btn-primary {
    background: #d4932f;
    color: #1f170f;
    box-shadow: 0 12px 26px rgba(93,57,15,.18);
}

.btn-ghost {
    background: rgba(255,250,240,.08);
    border-color: rgba(255,250,240,.38);
}

.shape-divider .shape-fill { fill: #f7f0df; }

#home + #menu,
#menu {
    background:
        linear-gradient(180deg, #f7f0df 0%, #fffaf0 52%, #f8f2e7 100%);
}

#menu > .container {
    background: transparent;
    border-bottom: 0;
}

.hero-notice {
    justify-items: center;
    width: min(25rem, calc(100% - 2rem));
    padding: 1.2rem 1.3rem;
    text-align: center;
    color: #20170d;
    border: 1px solid rgba(51,38,22,.38);
    background:
        linear-gradient(90deg, rgba(36,61,50,.08) 0 .7rem, transparent .7rem),
        #f3c979;
    border-radius: 4px;
    clip-path: none;
    box-shadow: 0 18px 34px rgba(21,18,14,.28), inset 0 0 0 4px rgba(255,240,190,.4);
}

.hero-notice::before {
    inset: .45rem;
    border: 1px solid rgba(51,38,22,.24);
    border-radius: 2px;
}

.open-status-chip {
    justify-self: center;
    padding: .55rem .9rem;
    border-radius: 3px;
    background: rgba(255,250,240,.55);
    font-size: 1rem;
}

.hero-notice p {
    text-align: center;
    font-size: clamp(1.55rem, 2.45vw, 2rem);
    line-height: 1.12;
}

.hero-notice .hero-notice-sub {
    border-top-color: rgba(51,38,22,.2);
    font-size: clamp(1.05rem, 1.35vw, 1.18rem);
}

.group-offer-section {
    background: transparent;
}

.group-offer-section::before {
    background: linear-gradient(180deg, rgba(247,240,223,0), #f7f0df 76%);
}

.reasons-grid {
    width: min(1160px, calc(100vw - 2rem));
    margin-top: .25rem;
    margin-bottom: 2rem;
    padding: 0;
    gap: 0;
    border: 1px solid rgba(94,72,43,.22);
    background: #fffaf0;
    box-shadow: 0 18px 38px rgba(55,42,25,.1);
}

.reasons-grid::before,
.reasons-grid::after,
.ticket-number,
.ticket-corner { display: none; }

.reason-card {
    min-height: 10rem;
    grid-template-columns: 3.2rem 1fr;
    gap: 1.15rem;
    padding: 1.45rem;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.reason-card + .reason-card {
    border-left: 1px solid rgba(94,72,43,.16);
}

.reason-card:not(:last-child)::after { display: none; }

.reason-card-icon {
    color: #243d32;
    width: 2.25rem;
    height: 2.25rem;
}

.reason-card h3 {
    font-size: 1.18rem;
    color: #211b14;
}

.reason-card h3::after {
    width: 2.2rem;
    border-color: #c98232;
}

.reason-card p {
    max-width: 24rem;
    color: #574735;
    font-size: 1rem;
}

.reason-card a {
    color: #9a542b;
    font-size: .98rem;
}

.reasons-kicker {
    width: fit-content;
    margin: 0 auto 1rem;
    padding: .55rem 1rem;
    color: #5b351d;
    border: 1px solid rgba(124,91,53,.28);
    background: #f9f1df;
    font-family: Georgia, "Times New Roman", serif;
    font-size: .86rem;
    font-weight: 900;
    letter-spacing: .12em;
    text-align: center;
    text-transform: uppercase;
    box-shadow: inset 0 0 0 3px rgba(255,252,240,.9);
}

.reasons-grid {
    position: relative;
    gap: .78rem;
    padding: 1.8rem 4.6rem;
    border: 1px solid #d8c59b;
    border-radius: 0;
    background:
        linear-gradient(90deg, rgba(226,209,169,.48) 0 2.55rem, rgba(124,91,53,.24) 2.55rem 2.62rem, transparent 2.62rem calc(100% - 2.62rem), rgba(124,91,53,.24) calc(100% - 2.62rem) calc(100% - 2.55rem), rgba(226,209,169,.48) calc(100% - 2.55rem)),
        linear-gradient(180deg, rgba(226,209,169,.36) 0 2.55rem, rgba(124,91,53,.16) 2.55rem 2.62rem, transparent 2.62rem calc(100% - 2.62rem), rgba(124,91,53,.16) calc(100% - 2.62rem) calc(100% - 2.55rem), rgba(226,209,169,.36) calc(100% - 2.55rem)),
        repeating-linear-gradient(135deg, rgba(116,82,45,.04) 0 1px, transparent 1px 7px),
        #f9f1df;
    background-repeat: no-repeat;
    background-size: auto, auto, auto, auto;
    background-position: center, center, center, center;
    box-shadow:
        0 20px 46px rgba(67,45,23,.1),
        inset 0 0 0 4px rgba(255,252,240,.95),
        inset 0 0 0 9px rgba(216,197,155,.2);
}

.reasons-grid::before {
    content: "";
    position: absolute;
    inset: .65rem 3rem;
    height: auto;
    border: 1px solid rgba(124,91,53,.22);
    background: none;
    opacity: 1;
    pointer-events: none;
}

.reasons-grid::after {
    content: "";
    position: absolute;
    inset: .9rem 3.25rem;
    border: 1px solid rgba(124,91,53,.1);
    pointer-events: none;
}

.ticket-number {
    display: block;
}

.reason-card {
    min-height: 20rem;
    grid-template-columns: 2.9rem minmax(0, 1fr);
    grid-template-rows: 1fr;
    gap: 1.15rem;
    padding: 1.45rem 1.5rem;
    background: rgba(255,252,244,.9);
    border: 1px solid rgba(212,193,153,.82);
    border-radius: 2px;
    box-shadow: 0 8px 18px rgba(67,45,23,.055);
}

.reason-card > div {
    display: flex;
    min-height: 100%;
    flex-direction: column;
}

.reason-card + .reason-card {
    border-left: 1px solid rgba(124,91,53,.2);
}

.reason-card-icon {
    margin-top: 1.85rem;
    color: #243d32;
}

.reason-card .reason-card-icon path,
.reason-card:first-child .reason-card-icon path,
.reason-card .reason-card-icon circle {
    fill: none;
    stroke: currentColor;
}

.reason-card-eyebrow {
    margin-bottom: .9rem;
    color: #6d6254;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
    font-size: .78rem;
    letter-spacing: .1em;
}

.reason-card h3 {
    max-width: 13ch;
    font-size: 1.35rem;
    line-height: 1.08;
    text-transform: none;
}

.reason-card h3::after {
    width: 2.35rem;
}

.reason-card-list {
    margin-top: 1rem;
    gap: .62rem;
    color: #211b14;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
    font-size: .95rem;
}

.reason-card-list li {
    font-weight: 800;
}

.reason-card-list li::before {
    color: #315846;
}

.reason-card p:not(.reason-card-eyebrow) {
    margin-top: 1rem;
    max-width: 26ch;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
    line-height: 1.55;
}

.reason-card a {
    width: 10.25rem;
    justify-content: center;
    margin-top: auto;
    padding: .72rem 1rem;
    border-radius: 999px;
    background: #d4932f;
    color: #1f170f;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
    text-decoration: none;
    box-shadow: 0 12px 24px rgba(147,83,25,.18);
}

#menu .section-title {
    margin-bottom: 1.25rem;
    color: #211b14;
}

#menu .section-title::before,
#menu .section-title::after {
    height: .7rem;
    background:
        repeating-linear-gradient(90deg, rgba(36,61,50,.45) 0 2px, transparent 2px 10px),
        linear-gradient(rgba(36,61,50,.45), rgba(36,61,50,.45)) center / 100% 1px no-repeat;
}

.menu-categories {
    gap: .45rem;
    padding-bottom: 1.2rem;
    border-bottom-color: rgba(94,72,43,.15);
}

.menu-category-card {
    min-width: 8rem;
    padding: .65rem .7rem .35rem;
    border-radius: 4px;
}

.menu-category-card.is-active {
    background: rgba(255,250,240,.72);
    box-shadow: inset 0 0 0 1px rgba(201,130,50,.5);
}

.menu-category-card::after {
    border-color: #c98232;
}

.menu-category-icon {
    color: #314b3f;
}

.menu-category {
    max-width: 1100px;
    padding: 1.15rem;
    background: #fffaf0;
    border-color: rgba(94,72,43,.18);
    border-radius: 4px;
    box-shadow: 0 16px 36px rgba(55,42,25,.08);
}

.menu-category-header {
    margin: 0 0 1rem;
    padding: 1rem .35rem;
    border-bottom-color: rgba(94,72,43,.14);
}

.menu-category-title {
    color: #243d32;
}

.menu-category-total {
    border-color: rgba(201,130,50,.35);
    background: rgba(201,130,50,.12);
    color: #8d4e2b;
}

.menu-category-scroller {
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr));
    padding-bottom: 0;
}

.menu-item {
    background: #fffdf7;
    border-color: rgba(94,72,43,.16);
    border-radius: 4px;
    box-shadow: none;
}

.menu-item::before {
    border: 0;
    border-top: 1px solid rgba(94,72,43,.08);
    inset: auto .85rem .6rem;
}

.menu-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(55,42,25,.1);
}

.menu-item h3 {
    color: #211b14;
}

.price-badge {
    color: #9a542b;
}

.menu-pick-btn {
    border-color: rgba(94,72,43,.22);
    background: #f7f0df;
    color: #314b3f;
}

.menu-item.selected {
    border-color: rgba(36,61,50,.5);
}

.menu-item.selected .menu-pick-btn {
    background: #243d32;
    border-color: #243d32;
}

#about,
.section-muted {
    background:
        repeating-linear-gradient(135deg, rgba(112,86,50,.03) 0 1px, transparent 1px 10px),
        #f8f2e7;
}

#about-content,
.contact-card,
.gallery-shell,
.map-card {
    border-radius: 4px;
    border: 1px solid rgba(94,72,43,.16);
    background: #fffaf0;
    box-shadow: 0 16px 36px rgba(55,42,25,.08);
}

@media (max-width: 1080px) {
.reasons-grid {
        grid-template-columns: 1fr;
    }

.reason-card + .reason-card {
        border-left: 0;
        border-top: 1px solid rgba(94,72,43,.16);
    }
}

@media (max-width: 640px) {
.reasons-grid {
        width: min(34rem, calc(100vw - 1.25rem));
    }

.reason-card {
        grid-template-columns: 2.5rem 1fr;
        min-height: auto;
        padding: 1.1rem;
    }
}

.section {
    border-top-color: rgba(94,72,43,.12);
}

#about .section-title,
#gallery .section-title,
.map-copy .section-title,
.contact-card h2,
.contact-card h3 {
    color: #211b14;
    font-family: Georgia, "Times New Roman", serif;
    letter-spacing: .02em;
}

#about {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

#about-content {
    max-width: 860px;
    padding: 2rem 2.2rem;
    background:
        linear-gradient(90deg, rgba(36,61,50,.08) 0 .8rem, transparent .8rem),
        #fffaf0;
}

#about-content::before {
    top: .9rem;
    right: 1.1rem;
    color: rgba(36,61,50,.16);
    font-family: Georgia, "Times New Roman", serif;
    font-size: .78rem;
    letter-spacing: .14em;
}

#about-content p {
    color: #423524;
    font-family: Georgia, "Times New Roman", serif;
}

#gallery {
    padding-top: 3.8rem;
    padding-bottom: 3.8rem;
}

.gallery-shell {
    max-width: 1120px;
}

.catering-gallery-link {
    margin: 1rem 0 0;
    text-align: center;
}

.map-section {
    position: relative;
    background:
        radial-gradient(circle at 50% 0, rgba(255,250,240,.85), transparent 34%),
        linear-gradient(180deg, #f8f2e7 0%, #efe3c9 100%);
}

.map-shell {
    position: relative;
    overflow: hidden;
    grid-template-columns: minmax(270px, .78fr) minmax(0, 1.22fr);
    gap: 1.6rem;
    padding: 1.4rem;
    border-radius: 8px;
    border-color: rgba(94,72,43,.14);
    background:
        linear-gradient(90deg, rgba(255,250,240,.98) 0 38%, rgba(255,253,247,.92) 38%),
        #fffaf0;
    box-shadow: 0 22px 52px rgba(55,42,25,.11);
}

.map-shell::before {
    content: "";
    position: absolute;
    left: 38%;
    top: 1.4rem;
    bottom: 1.4rem;
    width: 1px;
    background: linear-gradient(180deg, transparent, rgba(94,72,43,.16), transparent);
}

.map-shell::after {
    display: none;
}

.map-eyebrow {
    border-radius: 999px;
    background: rgba(36,61,50,.09);
    color: #243d32;
}

.map-copy {
    padding: 1.3rem 1.4rem;
    align-content: center;
}

.map-lead {
    color: #5a4a37;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.08rem;
}

.map-card {
    position: relative;
    padding: .65rem;
    border-radius: 8px;
    background:
        linear-gradient(180deg, rgba(255,253,247,.96), rgba(239,228,207,.92));
    border: 1px solid rgba(94,72,43,.16);
    box-shadow: 0 12px 28px rgba(55,42,25,.08), inset 0 0 0 3px rgba(255,250,240,.75);
}

.map-embed {
    border-radius: 6px;
    border: 1px solid rgba(94,72,43,.14);
    box-shadow: 0 10px 24px rgba(55,42,25,.12);
}

.map-actions .btn,
.contact-form-actions .btn {
    background: #243d32;
    border-color: #243d32;
    color: #fffaf0;
}

.contact-section {
    background:
        linear-gradient(180deg, #f8f2e7 0%, #f7f0df 100%);
}

.contact-grid {
    max-width: 1120px;
}

.contact-card {
    background:
        linear-gradient(180deg, rgba(255,250,240,.96), rgba(248,242,231,.92));
}

.contact-card:first-child {
    background:
        linear-gradient(90deg, rgba(36,61,50,.08) 0 1rem, transparent 1rem),
        #fffaf0;
}

.contact-card::before {
    display: none;
}

.contact-card p,
.contact-card:first-child > div[data-contact-content] p {
    color: #4b3d2c;
}

.contact-meta > div {
    border-radius: 4px;
    border-color: rgba(94,72,43,.14);
    background: rgba(255,253,247,.7);
}

.contact-form input,
.contact-form textarea {
    border-radius: 4px;
    border-color: rgba(94,72,43,.2);
    background: #fffdf7;
}

.about-toggle {
    margin-top: 1rem;
    border: 1px solid rgba(36,61,50,.18);
    border-radius: 999px;
    background: #243d32;
    color: #fffaf0;
    padding: .75rem 1.05rem;
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 800;
    box-shadow: 0 12px 26px rgba(36,61,50,.16);
    cursor: pointer;
}

.about-toggle:hover {
    background: #315846;
    transform: translateY(-1px);
}

.menu-favourites {
    width: min(92vw, 460px);
}

.menu-favourites-toggle {
    border-radius: 4px;
    background:
        linear-gradient(90deg, rgba(255,250,240,.08) 0 .9rem, transparent .9rem),
        #243d32;
    color: #fffaf0;
    font-family: Georgia, "Times New Roman", serif;
    box-shadow: 0 16px 38px rgba(36,61,50,.26);
}

.menu-favourites-card {
    margin-bottom: .6rem;
    border: 1px solid rgba(94,72,43,.22);
    border-radius: 4px;
    background: #fffaf0;
    box-shadow: 0 24px 60px rgba(55,42,25,.22);
}

.menu-favourites-head {
    padding: .95rem 1rem;
    border-bottom: 1px solid rgba(94,72,43,.14);
    background:
        repeating-linear-gradient(135deg, rgba(112,86,50,.028) 0 1px, transparent 1px 8px),
        #f8f2e7;
}

.menu-favourites-head h3 {
    color: #243d32;
    font-family: Georgia, "Times New Roman", serif;
    letter-spacing: .02em;
}

.menu-favourites-close {
    color: #6d6254;
}

.menu-favourites-list {
    padding: .35rem 0;
}

.menu-favourites-list li {
    padding: .7rem 1rem;
    border-bottom: 1px solid rgba(94,72,43,.1);
    color: #2c2418;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.05rem;
}

.menu-favourites-list button {
    border-color: rgba(94,72,43,.2);
    border-radius: 999px;
    background: #f7f0df;
    color: #314b3f;
    font-family: Georgia, "Times New Roman", serif;
}

.menu-favourites-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    padding: .85rem 1rem 1rem;
    border-top: 1px solid rgba(94,72,43,.14);
    background: #f8f2e7;
    color: #243d32;
    font-family: Georgia, "Times New Roman", serif;
}

.menu-favourites-total strong {
    color: #9a542b;
    font-size: 1.15rem;
}

.menu-favourites-call {
    display: flex;
    justify-content: center;
    margin: 0 1rem 1rem;
    padding: .8rem 1rem;
    border-radius: 999px;
    background: #243d32;
    color: #fffaf0;
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 12px 26px rgba(36,61,50,.18);
}

.menu-favourites-call:hover {
    background: #315846;
}

@media (max-width: 768px) {
body {
        overflow-x: hidden;
    }

section {
        padding: 2.4rem 1rem;
        scroll-margin-top: 5rem;
    }

.container,
    .group-offer-section .container {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        padding-left: 1rem;
        padding-right: 1rem;
    }

.section-title {
        font-size: clamp(1.45rem, 8vw, 1.9rem);
        line-height: 1.12;
    }

.shape-divider svg {
        width: 100%;
    }

#home {
        min-height: auto;
    }

#home .hero {
        padding-top: 2rem;
        padding-bottom: 1.75rem;
    }

#home .hero h1 {
        max-width: 9ch;
        font-size: clamp(2.15rem, 13vw, 3.25rem);
        line-height: .98;
    }

.hero-lead {
        font-size: 1rem;
        line-height: 1.45;
    }

.hero-notice {
        width: 100%;
        max-width: 25rem;
        box-sizing: border-box;
        margin-bottom: 1.6rem;
        box-shadow: 0 12px 24px rgba(21,18,14,.18), inset 0 0 0 3px rgba(255,240,190,.4);
    }

.hero-notice p {
        font-size: clamp(1.25rem, 6.5vw, 1.55rem);
    }

.open-status-chip {
        font-size: .96rem;
    }

.reasons-grid {
        width: 100%;
        box-sizing: border-box;
        margin-bottom: 1.35rem;
    }

.reason-card {
        grid-template-columns: 1fr;
        gap: .7rem;
        padding: 1rem .95rem;
    }

.reason-card > div {
        align-items: flex-start;
        min-width: 0;
    }

.reason-card-icon {
        width: 2rem;
        height: 2rem;
        margin-top: 0;
    }

.reason-card-eyebrow {
        max-width: 100%;
        font-size: .72rem;
        line-height: 1.25;
        overflow-wrap: anywhere;
    }

.reason-card h3 {
        max-width: 100%;
        font-size: 1.08rem;
        overflow-wrap: anywhere;
    }

.reason-card-list {
        width: 100%;
        font-size: .9rem;
    }

.reason-card-list li {
        overflow-wrap: anywhere;
    }

.reason-card p {
        max-width: 100%;
        font-size: .95rem;
        line-height: 1.45;
        overflow-wrap: anywhere;
    }

.reason-card a {
        width: 100%;
        box-sizing: border-box;
    }

#menu .section-title {
        grid-template-columns: 1fr;
        gap: .45rem;
        text-align: center;
    }

#menu .section-title::before,
    #menu .section-title::after {
        display: none;
    }

.menu-categories {
        display: grid;
        grid-template-columns: 1fr;
        gap: .55rem;
        overflow: visible;
    }

.menu-category-card {
        width: 100%;
        min-width: 0;
        grid-template-columns: auto minmax(0, 1fr) auto;
        align-items: center;
        justify-items: start;
        gap: .7rem;
        padding: .7rem .8rem;
        text-align: left;
    }

.menu-category-card::after { display: none; }

.menu-category-icon {
        width: 2.35rem;
        height: 2.1rem;
    }

.menu-category-name {
        max-width: none;
    }

.menu-category-count {
        justify-self: end;
        white-space: nowrap;
    }

.menu-category {
        width: 100%;
        max-width: calc(100vw - 2rem);
        box-sizing: border-box;
        padding: .9rem;
    }

.menu-category-header {
        grid-template-columns: 1fr;
        gap: .6rem;
        align-items: start;
        text-align: left;
    }

.menu-category-header > div {
        grid-column: auto;
        text-align: left;
    }

.menu-category-total {
        grid-column: auto;
        justify-self: start;
    }

.menu-category-scroller {
        grid-template-columns: 1fr;
    }

.menu-item-title-row {
        grid-template-columns: 1fr;
        gap: .35rem;
    }

.menu-item h3 {
        font-size: 1.1rem;
        line-height: 1.22;
    }

.price-badge {
        justify-self: start;
        font-size: 1.05rem;
    }

.menu-pick-btn {
        justify-self: stretch;
        text-align: center;
        padding: .65rem .8rem;
    }

#about,
    #gallery {
        padding-top: 2.6rem;
        padding-bottom: 2.6rem;
    }

#about-content {
        box-sizing: border-box;
        padding: 1.25rem 1rem;
    }

#about-content::before {
        display: none;
    }

#about-content p {
        font-size: 1rem;
        line-height: 1.65;
        text-align: left;
    }

.gallery-shell,
    .contact-card,
    .map-shell,
    .gallery-page-cta-card,
    .story-card,
    .story-card-block,
    .terms-card {
        border-radius: 4px;
    }

.gallery-shell {
        padding: .85rem;
        box-shadow: 0 10px 24px rgba(55,42,25,.08);
    }

.gallery-grid {
        gap: .65rem;
    }

.gallery-grid .thumb,
    .gallery-grid .thumb:nth-child(4n + 1),
    .gallery-grid .thumb:nth-child(4n + 2),
    .gallery-grid .thumb:nth-child(4n + 3),
    .gallery-grid .thumb:nth-child(4n + 4),
    .gallery-page-grid-full .thumb,
    .gallery-page-grid-full .thumb:nth-child(6n + 1),
    .gallery-page-grid-full .thumb:nth-child(6n + 2),
    .gallery-page-grid-full .thumb:nth-child(6n + 3),
    .gallery-page-grid-full .thumb:nth-child(6n + 4),
    .gallery-page-grid-full .thumb:nth-child(6n + 5),
    .gallery-page-grid-full .thumb:nth-child(6n + 6) {
        grid-column: 1 / -1;
        aspect-ratio: 4 / 3;
        border-width: .35rem;
        border-radius: 4px;
    }

.map-shell {
        grid-template-columns: 1fr;
        gap: 1rem;
        padding: 1rem;
        background: #fffaf0;
    }

.map-shell::before {
        display: none;
    }

.map-copy {
        padding: 0;
    }

.map-lead {
        max-width: none;
        font-size: 1rem;
        line-height: 1.55;
    }

.map-card {
        padding: .45rem;
    }

.map-embed {
        padding-bottom: 72%;
    }

.contact-grid {
        grid-template-columns: 1fr;
    }

.contact-card {
        padding: 1rem;
    }

.contact-card:first-child {
        background: #fffaf0;
    }

.contact-card h2,
    .contact-card h3 {
        font-size: 1.35rem;
    }

.contact-meta > div {
        padding: .85rem;
        border-radius: 4px;
    }

.contact-form-grid {
        grid-template-columns: 1fr;
    }

.contact-form-actions .btn,
    .map-actions .btn,
    .cta .btn,
    .gallery-page-cta-actions .btn {
        width: 100%;
        justify-content: center;
        box-sizing: border-box;
    }

.gallery-page-hero {
        min-height: 58svh;
        padding: 5.2rem 1rem 2rem;
    }

.gallery-page-hero-copy h1 {
        font-size: clamp(2.35rem, 14vw, 3.5rem);
    }

.gallery-page-hero-copy .hero-lead {
        max-width: 30rem;
    }

.gallery-page-cta-card {
        padding: 1rem;
        text-align: left;
    }

.gallery-page-cta-actions {
        width: 100%;
    }

.terms-intro,
    .terms-columns,
    .terms-summary-grid,
    .catering-services-grid,
    .group-offer-grid {
        grid-template-columns: 1fr;
    }

.group-offer,
    .terms-intro {
        padding: 1rem;
        border-radius: 4px;
    }

.group-offer-intro {
        font-size: 1.35rem;
        line-height: 1.18;
    }

.group-offer-list li {
        padding: .75rem .8rem .75rem 2.4rem;
    }
}
