@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Playfair+Display:wght@500;600;700;800&display=swap");

:root {
    --bg: #f4ede5;
    --surface: rgba(255, 249, 243, 0.86);
    --surface-strong: #fffaf5;
    --surface-deep: #2a1c14;
    --border: rgba(94, 65, 42, 0.12);
    --text: #271912;
    --muted: #716150;
    --accent: #b27848;
    --accent-deep: #714726;
    --accent-soft: rgba(178, 120, 72, 0.12);
    --success: #2f7f58;
    --danger: #a54338;
    --shadow: 0 28px 64px rgba(63, 40, 23, 0.12);
    --radius-xl: 34px;
    --radius-lg: 24px;
    --radius-md: 18px;
    --container: min(1280px, calc(100vw - 24px));
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    min-height: 100vh;
    color: var(--text);
    font-family: "Inter", "Segoe UI", sans-serif;
    background:
        radial-gradient(circle at 10% 12%, rgba(232, 184, 127, 0.22), transparent 24%),
        radial-gradient(circle at 88% 16%, rgba(97, 64, 39, 0.14), transparent 18%),
        linear-gradient(180deg, #f6eee6 0%, #f0e6dc 100%);
}

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

button,
input,
textarea,
select {
    font: inherit;
}

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

[hidden] {
    display: none !important;
}

iframe {
    border: 0;
}

.container {
    width: var(--container);
    margin: 0 auto;
}

.site-glow {
    position: fixed;
    z-index: 0;
    border-radius: 999px;
    filter: blur(26px);
    pointer-events: none;
}

.site-glow-one {
    width: 340px;
    height: 340px;
    top: -100px;
    left: -70px;
    background: rgba(223, 162, 93, 0.18);
}

.site-glow-two {
    width: 360px;
    height: 360px;
    right: -120px;
    top: 280px;
    background: rgba(98, 63, 38, 0.12);
}

.site-header,
.page-shell,
.site-footer {
    position: relative;
    z-index: 2;
}

.site-header {
    padding: 0;
}

.page-home .site-header {
    position: absolute;
    inset: 0 0 auto 0;
    z-index: 10;
}

.nav-shell {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 28px;
    align-items: center;
    min-height: 78px;
    padding: 0 28px;
    border-radius: 0 0 24px 24px;
    background: rgba(252, 247, 241, 0.98);
    border: 1px solid rgba(224, 207, 191, 0.54);
    box-shadow: 0 14px 34px rgba(57, 36, 23, 0.08);
    backdrop-filter: blur(18px);
}

.site-header-panel {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 24px;
    align-items: center;
}

.mobile-nav-toggle {
    display: none;
    width: 46px;
    height: 46px;
    padding: 0;
    border: 1px solid var(--border);
    border-radius: 16px;
    background: rgba(255, 251, 246, 0.94);
    color: var(--accent-deep);
    cursor: pointer;
}

.mobile-nav-toggle span {
    display: block;
    width: 18px;
    height: 2px;
    margin: 4px auto;
    border-radius: 999px;
    background: currentColor;
    transition: transform 180ms ease, opacity 180ms ease;
}

.brand {
    display: flex;
    gap: 12px;
    align-items: center;
    min-width: 0;
}

.brand-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 12px;
    color: var(--accent-deep);
    background: rgba(178, 120, 72, 0.1);
    border: 1px solid rgba(113, 71, 38, 0.1);
    font-size: 0.92rem;
    font-weight: 700;
    overflow: hidden;
}

.brand-badge.has-image {
    background: #fff;
}

.brand-badge img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.brand strong {
    display: block;
    font-family: "Playfair Display", Georgia, serif;
    font-size: 1.18rem;
    line-height: 1.05;
}

.brand span {
    display: block;
    color: var(--muted);
    font-size: 0.84rem;
}

.site-nav,
.site-utility,
.hero-actions,
.section-head,
.menu-card-top,
.meta-line,
.footer-shell,
.story-stats,
.menu-hero-stats,
.location-layout {
    display: flex;
    gap: 14px;
    align-items: center;
}

.site-nav {
    justify-content: center;
    flex-wrap: wrap;
    gap: 6px;
}

.site-nav a {
    padding: 10px 12px;
    border-radius: 999px;
    color: var(--muted);
    font-size: 0.98rem;
    font-weight: 500;
    transition: background 180ms ease, color 180ms ease;
}

.site-nav a.is-active,
.site-nav a:hover {
    color: var(--accent-deep);
    background: rgba(178, 120, 72, 0.08);
}

.site-utility {
    justify-content: flex-end;
    gap: 8px;
    flex-wrap: nowrap;
}

.language-dropdown {
    position: relative;
}

.language-trigger,
.utility-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 44px;
    padding: 0 14px;
    border-radius: 999px;
    border: 1px solid var(--border);
    background: rgba(255, 251, 246, 0.88);
    color: var(--accent-deep);
    font-size: 0.92rem;
    transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.language-trigger {
    min-width: 72px;
    cursor: pointer;
}

.language-trigger-icon,
.language-trigger-flag,
.language-flag {
    font-size: 1.02rem;
    line-height: 1;
}

.language-menu {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    z-index: 20;
    display: grid;
    gap: 4px;
    min-width: 220px;
    padding: 8px;
    border-radius: 20px;
    border: 1px solid rgba(224, 207, 191, 0.7);
    background: rgba(252, 247, 241, 0.98);
    box-shadow: 0 24px 42px rgba(57, 36, 23, 0.14);
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
}

.language-dropdown.is-open .language-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.language-option {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 44px;
    padding: 0 12px;
    border-radius: 14px;
    color: var(--text);
    font-size: 0.96rem;
    transition: background 180ms ease, color 180ms ease;
}

.language-option.is-active,
.language-option:hover {
    background: rgba(178, 120, 72, 0.12);
    color: var(--accent-deep);
}

.language-native {
    font-size: 1.05rem;
    font-weight: 500;
}

.header-directions {
    padding: 0 18px;
    gap: 8px;
}

.utility-link-primary {
    color: #fff6ee;
    background: linear-gradient(135deg, var(--accent) 0%, #8c5f3c 100%);
    border-color: transparent;
    box-shadow: 0 12px 24px rgba(109, 69, 40, 0.18);
}

.page-shell {
    padding: 30px 0 48px;
}

.page-shell-home {
    padding: 0 0 54px;
}

.home-hero {
    position: relative;
    width: 100%;
    min-height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.hero-video-shell {
    position: absolute;
    right: 40px;
    bottom: 44px;
    z-index: 2;
    width: min(360px, calc(100vw - 48px));
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border-radius: 28px;
    border: 1px solid rgba(255, 244, 232, 0.24);
    box-shadow: 0 28px 54px rgba(26, 16, 11, 0.28);
    background: rgba(35, 24, 16, 0.6);
    backdrop-filter: blur(8px);
}

.hero-video-shell iframe {
    width: 100%;
    height: 100%;
}

.home-hero-track,
.home-hero-overlay {
    position: absolute;
    inset: 0;
}

.home-hero-track {
    overflow: hidden;
}

.hero-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    overflow: hidden;
    transform: scale(1.06);
    transition: opacity 700ms ease, transform 1200ms ease;
}

.hero-slide.is-active {
    opacity: 1;
    transform: scale(1);
}

.hero-slide-media {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.hero-slide-media img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.74) saturate(0.94);
}

.home-hero-overlay {
    background:
        linear-gradient(180deg, rgba(28, 17, 12, 0.24) 0%, rgba(37, 21, 12, 0.66) 100%),
        radial-gradient(circle at center, rgba(171, 116, 73, 0.18), transparent 42%);
}

.home-hero-inner {
    position: relative;
    z-index: 1;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 124px 0 92px;
}

.hero-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    border-radius: 999px;
    margin-bottom: 18px;
    background: rgba(255, 245, 234, 0.14);
    border: 1px solid rgba(255, 235, 215, 0.3);
    color: #f3c78e;
    font-size: 1.35rem;
}

.hero-kicker,
.eyebrow {
    margin: 0 0 14px;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-size: 0.82rem;
}

.hero-kicker {
    color: rgba(247, 233, 216, 0.84);
}

.eyebrow {
    color: var(--accent-deep);
}

h1,
h2,
h3 {
    margin: 0;
    font-family: "Playfair Display", Georgia, serif;
    line-height: 1.04;
}

.home-hero h1,
.menu-hero h1 {
    color: #fff3e5;
    text-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
}

.home-hero h1 {
    max-width: 11ch;
    font-size: clamp(3rem, 7vw, 5.4rem);
}

.menu-hero h1 {
    font-size: clamp(2.6rem, 5vw, 4.5rem);
}

h2 {
    font-size: clamp(1.95rem, 3vw, 2.9rem);
}

h3 {
    font-size: 1.32rem;
}

.home-hero-text,
.menu-hero-copy p,
.page-hero p {
    line-height: 1.72;
}

.home-hero-text {
    max-width: 34rem;
    margin: 18px 0 0;
    color: rgba(252, 244, 236, 0.82);
    font-size: 1.02rem;
}

.hero-actions {
    margin-top: 30px;
    justify-content: space-between;
    flex-wrap: wrap;
}

.hero-actions-centered {
    justify-content: center;
}

.hero-dots {
    display: flex;
    gap: 10px;
    margin-top: 26px;
}

.hero-dot {
    width: 12px;
    height: 12px;
    border-radius: 999px;
    border: 0;
    padding: 0;
    background: rgba(255, 242, 227, 0.4);
    cursor: pointer;
    transition: transform 180ms ease, background 180ms ease;
}

.hero-dot.is-active {
    background: #f7d0a2;
    transform: scale(1.15);
}

.button,
.link-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 0 20px;
    border-radius: 999px;
    border: 1px solid transparent;
    transition: transform 180ms ease, background 180ms ease;
}

.button:hover,
.link-button:hover,
.utility-link:hover,
.language-trigger:hover {
    transform: translateY(-1px);
}

.button.primary {
    color: #fff7ef;
    background: linear-gradient(135deg, var(--accent) 0%, #91603a 100%);
    box-shadow: 0 14px 26px rgba(109, 69, 40, 0.24);
}

.button.secondary,
.link-button {
    background: rgba(255, 252, 248, 0.82);
    border-color: var(--border);
    color: var(--accent-deep);
}

.button-light {
    color: #fff4ea;
    background: rgba(255, 245, 235, 0.16);
    border-color: rgba(255, 237, 220, 0.34);
    backdrop-filter: blur(12px);
}

.home-sections {
    position: relative;
    z-index: 3;
    margin-top: 0;
    padding: 64px 0 0;
}

.panel,
.menu-category-shell,
.menu-hero,
.menu-toolbar {
    border: 1px solid var(--border);
    box-shadow: var(--shadow);
}

.panel,
.menu-category-shell,
.menu-toolbar {
    background: var(--surface);
    backdrop-filter: blur(18px);
}

.panel {
    margin-bottom: 22px;
    padding: 30px;
    border-radius: var(--radius-xl);
}

.warning-panel {
    background: rgba(255, 247, 237, 0.92);
}

.compact-warning h2 {
    margin-bottom: 10px;
    font-size: clamp(1.6rem, 3vw, 2.2rem);
}

.story-text,
.panel p,
.feature-card p,
.menu-card p,
.contact-list strong,
.site-footer p,
.menu-category-header-card p,
.menu-hero-copy p,
.location-map-placeholder p {
    color: var(--muted);
}

.story-stats article,
.menu-hero-stats article {
    min-width: 140px;
    padding: 18px 18px 16px;
    border-radius: 20px;
    background: rgba(255, 252, 248, 0.82);
    border: 1px solid rgba(95, 66, 33, 0.08);
}

.story-stats span,
.menu-hero-stats span,
.contact-list span {
    display: block;
    margin-bottom: 8px;
    color: var(--muted);
    font-size: 0.83rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}

.story-stats strong,
.menu-hero-stats strong,
.contact-list strong {
    display: block;
    font-weight: 700;
    line-height: 1.45;
}

.section-head {
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 22px;
}

.section-head p {
    max-width: 46ch;
    line-height: 1.72;
}

.page-hero h1 {
    font-size: clamp(2.1rem, 4vw, 3.3rem);
    max-width: 18ch;
    margin-bottom: 14px;
}

.feature-grid,
.menu-grid,
.split-layout,
.about-showcase,
.location-layout,
.menu-grid-2,
.split-mini {
    display: grid;
    gap: 18px;
}

.feature-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.feature-card,
.menu-card,
.menu-category-header-card,
.location-card,
.location-map-card {
    border-radius: var(--radius-lg);
    background: rgba(255, 253, 250, 0.82);
    border: 1px solid rgba(95, 66, 33, 0.08);
    box-shadow: 0 16px 36px rgba(78, 48, 24, 0.07);
}

.feature-card,
.menu-card,
.location-card,
.location-map-card,
.menu-category-header-card {
    padding: 22px;
}

.feature-card h3,
.menu-card h3,
.split-mini h3 {
    margin-bottom: 10px;
}

.menu-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.menu-card {
    position: relative;
}

.menu-card-rich::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 4px;
    border-radius: 24px 0 0 24px;
    background: linear-gradient(180deg, rgba(178, 120, 72, 0.9), rgba(113, 71, 38, 0.65));
}

.menu-card-top {
    justify-content: space-between;
    margin-bottom: 18px;
}

.menu-card-top strong {
    color: var(--accent-deep);
    font-size: 1.08rem;
}

.tag {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 12px;
    border-radius: 999px;
    background: var(--accent-soft);
    color: var(--accent-deep);
    font-size: 0.82rem;
    font-weight: 700;
}

.meta-line {
    justify-content: flex-start;
    flex-wrap: wrap;
    color: var(--muted);
    font-size: 0.92rem;
}

.text-link {
    color: var(--accent-deep);
    font-weight: 600;
}

.home-location-panel {
    overflow: hidden;
}

.location-layout {
    grid-template-columns: minmax(0, 0.95fr) minmax(300px, 1.05fr);
    align-items: stretch;
}

.location-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.contact-list {
    display: grid;
    gap: 18px;
}

.location-map-card,
.contact-map-frame {
    overflow: hidden;
}

.location-map-card {
    min-height: 320px;
}

.location-map-card iframe,
.contact-map-frame iframe {
    width: 100%;
    height: 100%;
    min-height: 320px;
}

.location-map-placeholder {
    height: 100%;
    min-height: 320px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 24px;
    background:
        radial-gradient(circle at top, rgba(178, 120, 72, 0.16), transparent 44%),
        linear-gradient(180deg, rgba(255, 249, 241, 0.94) 0%, rgba(245, 234, 224, 0.98) 100%);
}

.location-map-placeholder strong {
    margin-bottom: 10px;
    font-family: "Playfair Display", Georgia, serif;
    font-size: 1.6rem;
}

.menu-hero {
    position: relative;
    overflow: hidden;
    margin-bottom: 24px;
    padding: 48px;
    border-radius: 36px;
    background-image: var(--hero-image);
    background-position: center center;
    background-size: cover;
}

.menu-hero-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(28, 18, 12, 0.38) 0%, rgba(37, 21, 12, 0.72) 100%),
        radial-gradient(circle at center, rgba(176, 121, 72, 0.18), transparent 42%);
}

.menu-hero-copy,
.menu-hero-stats {
    position: relative;
    z-index: 1;
}

.menu-hero-copy {
    max-width: 720px;
}

.menu-hero-copy p {
    max-width: 50ch;
    margin-top: 16px;
    color: rgba(252, 244, 236, 0.82);
}

.menu-hero-stats {
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 28px;
}

.menu-hero-stats article {
    background: rgba(255, 246, 236, 0.16);
    border: 1px solid rgba(255, 234, 212, 0.18);
    backdrop-filter: blur(8px);
}

.menu-hero-stats span,
.menu-hero-stats strong {
    color: #fff2e2;
}

.menu-toolbar {
    margin-bottom: 24px;
    padding: 18px;
    border-radius: 26px;
}

.category-tabs {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.category-tabs a {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    padding: 0 18px;
    border-radius: 999px;
    background: rgba(255, 251, 246, 0.85);
    border: 1px solid var(--border);
    color: var(--muted);
    transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.category-tabs a.is-current,
.category-tabs a:hover {
    color: var(--accent-deep);
    background: var(--accent-soft);
    transform: translateY(-1px);
}

.menu-section-stack {
    display: grid;
    gap: 18px;
}

.menu-category-shell {
    padding: 22px;
    border-radius: 30px;
}

.menu-category-header-card {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 18px;
    margin-bottom: 18px;
}

.menu-grid-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.page-hero {
    margin-bottom: 22px;
}

.about-showcase {
    grid-template-columns: minmax(320px, 0.95fr) minmax(0, 1.05fr);
}

.about-image-panel {
    padding: 0;
    overflow: hidden;
}

.about-image-panel img {
    width: 100%;
    height: 100%;
    min-height: 420px;
    object-fit: cover;
}

.about-page-hero,
.about-story-section,
.about-values-section {
    margin-bottom: 0;
    padding: 56px 0;
    border-top: 1px solid rgba(95, 66, 33, 0.08);
}

.about-page-hero {
    padding-top: 72px;
    text-align: center;
}

.about-page-hero-inner {
    max-width: 760px;
    margin: 0 auto;
}

.about-page-hero h1,
.about-values-head h2 {
    font-size: clamp(2.9rem, 4vw, 4.2rem);
    margin-bottom: 14px;
}

.not-found-shell {
    display: grid;
    place-items: center;
    min-height: calc(100vh - 340px);
    padding: 72px 0 84px;
}

.not-found-card {
    width: min(720px, 100%);
    padding: 42px 34px;
    border: 1px solid rgba(95, 66, 33, 0.08);
    border-radius: 28px;
    background: rgba(255, 252, 247, 0.82);
    box-shadow: 0 22px 44px rgba(72, 49, 31, 0.08);
    text-align: center;
}

.not-found-card .eyebrow {
    justify-content: center;
    margin-bottom: 14px;
}

.not-found-card h1 {
    margin-bottom: 14px;
    font-size: clamp(2.4rem, 4vw, 3.8rem);
}

.not-found-card p {
    max-width: 520px;
    margin: 0 auto 24px;
    color: var(--muted);
    line-height: 1.74;
}

.about-page-hero p,
.about-values-head p {
    color: var(--muted);
    line-height: 1.72;
}

.about-story-layout {
    display: grid;
    grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.1fr);
    gap: 38px;
    align-items: center;
}

.about-story-image {
    overflow: hidden;
    border-radius: 22px;
    box-shadow: 0 18px 42px rgba(63, 40, 23, 0.14);
}

.about-story-image img {
    width: 100%;
    height: 100%;
    min-height: 330px;
    object-fit: cover;
}

.about-story-content h2 {
    font-size: clamp(2rem, 3vw, 2.8rem);
    margin-bottom: 18px;
}

.about-story-content p {
    margin: 0 0 14px;
    color: var(--muted);
    line-height: 1.82;
}

.about-values-section {
    padding-bottom: 72px;
}

.about-values-head {
    margin-bottom: 28px;
    text-align: center;
}

.about-values-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.about-value-card {
    padding: 28px 24px;
    border-radius: 18px;
    border: 1px solid rgba(95, 66, 33, 0.08);
    background: rgba(255, 252, 248, 0.88);
    box-shadow: 0 14px 32px rgba(78, 48, 24, 0.06);
    text-align: center;
}

.about-value-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    margin-bottom: 16px;
    border-radius: 999px;
    background: rgba(178, 120, 72, 0.1);
    color: var(--accent-deep);
    font-size: 1.28rem;
}

.about-value-card h3 {
    margin-bottom: 10px;
    font-size: 1.3rem;
}

.about-value-card p {
    color: var(--muted);
    line-height: 1.72;
}

.menu-page-shell {
    padding: 70px 0 28px;
    border-top: 1px solid rgba(95, 66, 33, 0.08);
}

.menu-page-head {
    max-width: 760px;
    margin: 0 auto 30px;
    text-align: center;
}

.menu-page-head h1 {
    margin-bottom: 12px;
    font-size: clamp(3rem, 4.4vw, 4.2rem);
}

.menu-page-head p {
    color: var(--muted);
    line-height: 1.7;
}

.menu-filter-bar {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: nowrap;
    align-items: center;
    margin-bottom: 26px;
    position: sticky;
    top: 12px;
    z-index: 9;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    scroll-snap-type: x proximity;
    padding: 12px 14px;
    border-radius: 999px;
    background: rgba(250, 242, 233, 0.92);
    border: 1px solid rgba(196, 166, 138, 0.24);
    box-shadow: 0 14px 30px rgba(84, 57, 35, 0.10);
    backdrop-filter: blur(14px);
}

.menu-filter-bar::-webkit-scrollbar {
    display: none;
}

.menu-filter-chip {
    flex: 0 0 auto;
    min-height: 42px;
    padding: 0 18px;
    border: 1px solid rgba(130, 92, 58, 0.14);
    border-radius: 999px;
    background:
        linear-gradient(180deg, rgba(255, 252, 248, 0.98) 0%, rgba(247, 238, 228, 0.94) 100%);
    color: #735a49;
    font-size: 0.92rem;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
    box-shadow: 0 8px 18px rgba(107, 74, 45, 0.08);
    scroll-snap-align: start;
    transition:
        background 180ms ease,
        color 180ms ease,
        border-color 180ms ease,
        transform 180ms ease,
        box-shadow 180ms ease;
}

.menu-filter-chip:hover,
.menu-filter-chip.is-active {
    color: #fffaf5;
    border-color: transparent;
    background:
        linear-gradient(180deg, #bf8a5d 0%, #9f6b42 100%);
    box-shadow: 0 14px 24px rgba(90, 58, 34, 0.18);
    transform: translateY(-1px);
}

.menu-list-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.menu-category-section {
    scroll-margin-top: var(--menu-scroll-offset, 144px);
}

.menu-category-section-head {
    display: grid;
    gap: 8px;
    margin-bottom: 20px;
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(95, 66, 33, 0.08);
}

.menu-category-section-head .eyebrow {
    margin-bottom: 0;
    color: rgba(113, 71, 38, 0.76);
}

.menu-category-section-head h2 {
    margin: 0;
    font-size: clamp(1.7rem, 2.6vw, 2.35rem);
    color: #362216;
}

.menu-list-card {
    display: flex;
    flex-direction: column;
    min-height: 160px;
    padding: 18px 18px 15px;
    border-radius: 18px;
    border: 1px solid rgba(95, 66, 33, 0.08);
    background: rgba(255, 252, 248, 0.96);
    box-shadow: 0 12px 28px rgba(67, 42, 22, 0.05);
}

.menu-list-image {
    overflow: hidden;
    margin-bottom: 14px;
    border-radius: 16px;
    aspect-ratio: 16 / 10;
    background: rgba(178, 120, 72, 0.08);
}

.menu-list-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 240ms ease;
}

.menu-list-card:hover .menu-list-image img {
    transform: scale(1.03);
}

.menu-list-copy h3 {
    margin-bottom: 8px;
    font-size: 1.42rem;
    line-height: 1.12;
}

.menu-list-copy p {
    margin: 0;
    color: var(--muted);
    font-size: 0.92rem;
    line-height: 1.65;
}

.menu-list-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 12px;
}

.menu-list-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 24px;
    padding: 0 9px;
    border-radius: 999px;
    font-size: 0.76rem;
    font-weight: 600;
}

.menu-list-badge::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: currentColor;
    opacity: 0.9;
}

.menu-list-badge.is-green {
    background: rgba(126, 200, 155, 0.18);
    color: #2f8a61;
}

.menu-list-badge.is-blue {
    background: rgba(125, 169, 255, 0.18);
    color: #557bd8;
}

.menu-list-badge.is-neutral {
    background: rgba(95, 66, 33, 0.08);
    color: #7b6552;
}

.menu-list-details {
    margin-top: auto;
    padding-top: 12px;
}

.menu-list-details summary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--accent-deep);
    font-size: 0.92rem;
    font-weight: 600;
    cursor: pointer;
    list-style: none;
}

.menu-list-details summary::-webkit-details-marker {
    display: none;
}

.menu-list-details summary::after {
    content: "⌄";
    font-size: 0.84rem;
    transition: transform 180ms ease;
}

.menu-list-details[open] summary::after {
    transform: rotate(180deg);
}

.menu-list-details-body {
    display: grid;
    gap: 10px;
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid rgba(95, 66, 33, 0.08);
}

.menu-list-meta-row {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    color: var(--muted);
    font-size: 0.92rem;
}

.menu-list-meta-row strong {
    color: var(--text);
    text-align: right;
}

.menu-list-detail-row {
    display: grid;
    gap: 4px;
}

.menu-list-detail-row strong,
.menu-list-variation-group span {
    color: var(--accent-deep);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.menu-list-detail-row p,
.menu-list-variation-group p {
    margin: 0;
    color: var(--muted);
    font-size: 0.92rem;
    line-height: 1.62;
}

.menu-list-variation-stack {
    display: grid;
    gap: 8px;
}

.menu-list-variation-group {
    display: grid;
    gap: 4px;
}

.menu-list-empty {
    margin-top: 20px;
    padding: 18px 20px;
    border-radius: 18px;
    border: 1px solid rgba(95, 66, 33, 0.08);
    background: rgba(255, 251, 246, 0.88);
    color: var(--muted);
    text-align: center;
}

.gallery-page-shell {
    max-width: 1060px;
    margin: 0 auto;
    padding: 34px 0 20px;
}

.gallery-page-head {
    max-width: 720px;
    margin: 0 auto 26px;
    text-align: center;
}

.gallery-page-head h1 {
    margin-bottom: 10px;
    color: #3a281d;
    font-size: clamp(2.4rem, 4vw, 3.4rem);
}

.gallery-page-head h2 {
    margin-bottom: 10px;
    color: #3a281d;
    font-size: clamp(2rem, 3.4vw, 2.9rem);
}

.gallery-page-head p {
    margin: 0;
    color: var(--muted);
    line-height: 1.7;
}

.custom-page-gallery-shell {
    padding-top: 6px;
}

.custom-page-gallery-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.custom-page-gallery-card {
    min-height: 220px;
}

.gallery-page-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    max-width: 980px;
    margin: 0 auto;
}

.gallery-page-card {
    overflow: hidden;
    min-height: 190px;
    border-radius: 18px;
    border: 1px solid rgba(95, 66, 33, 0.08);
    background: rgba(255, 252, 248, 0.94);
    box-shadow: 0 14px 28px rgba(78, 48, 24, 0.08);
}

.gallery-page-card-button {
    display: block;
    width: 100%;
    padding: 0;
    text-align: inherit;
    cursor: zoom-in;
    appearance: none;
}

.gallery-page-card.is-large {
    grid-column: span 2;
    min-height: 250px;
}

.gallery-page-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 240ms ease;
}

.gallery-page-card:hover img {
    transform: scale(1.03);
}

.gallery-lightbox {
    position: fixed;
    inset: 0;
    z-index: 120;
    display: grid;
    place-items: center;
    padding: 24px;
}

.gallery-lightbox[hidden] {
    display: none;
}

.gallery-lightbox-backdrop {
    position: absolute;
    inset: 0;
    border: 0;
    background: rgba(31, 21, 14, 0.82);
    cursor: zoom-out;
}

.gallery-lightbox-dialog {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 14px;
    width: min(1120px, calc(100vw - 48px));
}

.gallery-lightbox-figure {
    margin: 0;
    overflow: hidden;
    border-radius: 22px;
    background: rgba(20, 12, 7, 0.96);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
}

.gallery-lightbox-figure img {
    display: block;
    width: 100%;
    max-height: min(78vh, 900px);
    object-fit: contain;
    background: #120c08;
}

.gallery-lightbox-figure figcaption {
    padding: 12px 16px 14px;
    color: rgba(255, 247, 238, 0.88);
    font-size: 0.94rem;
    text-align: center;
}

.gallery-lightbox-close,
.gallery-lightbox-nav {
    width: 52px;
    height: 52px;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 250, 245, 0.92);
    color: var(--accent-deep);
    font-size: 2rem;
    line-height: 1;
    box-shadow: 0 16px 28px rgba(0, 0, 0, 0.16);
    cursor: pointer;
}

.gallery-lightbox-close {
    position: absolute;
    top: -14px;
    right: -14px;
    z-index: 2;
}

.gallery-lightbox-nav {
    display: grid;
    place-items: center;
}

.gallery-lightbox-nav[hidden] {
    visibility: hidden;
}

.contact-page-shell {
    padding: 68px 0 30px;
    border-top: 1px solid rgba(95, 66, 33, 0.08);
}

.contact-page-head {
    max-width: 760px;
    margin: 0 auto 30px;
    text-align: center;
}

.contact-page-head h1 {
    margin-bottom: 12px;
    font-size: clamp(3rem, 4.2vw, 4.15rem);
}

.contact-page-head p {
    color: var(--muted);
    line-height: 1.7;
}

.contact-page-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    gap: 30px;
    align-items: start;
}

.contact-info-stack {
    display: grid;
    gap: 16px;
}

.contact-info-card,
.contact-map-panel {
    border-radius: 18px;
    border: 1px solid rgba(95, 66, 33, 0.08);
    background: rgba(255, 252, 248, 0.94);
    box-shadow: 0 14px 30px rgba(67, 42, 22, 0.06);
}

.contact-info-card {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 16px 18px;
}

.contact-info-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
    border-radius: 999px;
    background: rgba(178, 120, 72, 0.12);
    color: var(--accent-deep);
    font-size: 0.88rem;
    margin-top: 1px;
}

.contact-info-copy strong {
    display: block;
    margin-bottom: 6px;
    font-family: "Playfair Display", Georgia, serif;
    font-size: 1.12rem;
    color: #4a3528;
}

.contact-info-copy p {
    margin: 0;
    color: var(--muted);
    line-height: 1.65;
}

.contact-action-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.contact-action-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 16px;
    border-radius: 10px;
    border: 1px solid rgba(95, 66, 33, 0.1);
    background: rgba(255, 249, 243, 0.92);
    color: #5b4637;
    font-size: 0.94rem;
    font-weight: 600;
    transition:
        transform 180ms ease,
        box-shadow 180ms ease,
        background 180ms ease,
        color 180ms ease;
}

.contact-action-button:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 22px rgba(67, 42, 22, 0.08);
}

.contact-action-button.is-whatsapp {
    border-color: rgba(31, 168, 74, 0.18);
    background: #1faa4a;
    color: #fffefc;
}

.contact-action-button.is-instagram {
    background: rgba(255, 249, 243, 0.92);
    color: #4f3a2d;
}

.contact-map-panel {
    overflow: hidden;
    min-height: 250px;
}

.contact-map-panel iframe,
.contact-map-panel .map-embed-frame,
.contact-map-panel .location-map-placeholder {
    width: 100%;
    height: 100%;
    min-height: 250px;
}

.map-embed-frame {
    width: 100%;
    min-height: 250px;
}

.map-embed-frame iframe {
    width: 100%;
    min-height: inherit;
}

.split-mini {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 22px;
}

.split-layout {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.split-layout-contact {
    align-items: stretch;
}

.contact-map-frame {
    margin: 22px 0;
    border-radius: 22px;
}

.contact-form {
    display: grid;
    gap: 14px;
}

.contact-form label {
    display: grid;
    gap: 8px;
}

.contact-form label span {
    color: var(--accent-deep);
    font-size: 0.92rem;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 14px 16px;
    border-radius: 16px;
    border: 1px solid rgba(89, 58, 32, 0.14);
    background: rgba(255, 255, 255, 0.88);
    color: var(--text);
}

.contact-form textarea {
    resize: vertical;
}

.full-width {
    width: 100%;
}

.notice {
    margin-bottom: 18px;
    padding: 14px 16px;
    border-radius: 16px;
    font-size: 0.96rem;
}

.notice.success {
    background: rgba(45, 125, 87, 0.12);
    color: var(--success);
}

.notice.error {
    background: rgba(165, 67, 56, 0.12);
    color: var(--danger);
}

.site-footer {
    margin-top: 28px;
    padding: 38px 0 14px;
    background: linear-gradient(180deg, #4c3529 0%, #432e24 100%);
}

.footer-shell {
    display: block;
    padding: 0;
    border-radius: 0;
    background: transparent;
    color: #fff4ea;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.08fr 0.94fr 0.82fr;
    gap: 24px;
}

.footer-column h3 {
    margin-bottom: 10px;
    color: #fff4ea;
    font-size: clamp(1.04rem, 1.35vw, 1.24rem);
}

.footer-column p {
    color: rgba(249, 235, 222, 0.72);
    font-size: 0.84rem;
    line-height: 1.52;
}

.footer-contact-list {
    display: grid;
    gap: 5px;
}

.footer-social-row {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.footer-social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 0 12px;
    border-radius: 12px;
    border: 1px solid rgba(255, 236, 220, 0.14);
    background: rgba(255, 247, 240, 0.06);
    color: #fff4ea;
    font-size: 0.86rem;
}

.footer-hours {
    margin-top: 10px;
}

.footer-divider {
    height: 1px;
    margin: 18px 0 12px;
    background: rgba(255, 236, 220, 0.1);
}

.footer-bottom {
    margin: 0;
    color: rgba(249, 235, 222, 0.54);
    font-size: 0.84rem;
}

.footer-bottom-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.footer-credit {
    margin: 0;
    color: rgba(249, 235, 222, 0.7);
    font-size: 0.84rem;
}

.home-section {
    margin-bottom: 72px;
}

.home-centered-head {
    max-width: 680px;
    margin: 0 auto 28px;
    text-align: center;
}

.home-centered-head h2 {
    font-size: clamp(2.2rem, 3.5vw, 3.2rem);
    margin-bottom: 10px;
}

.home-centered-head p {
    color: var(--muted);
    line-height: 1.64;
    font-size: 0.98rem;
}

.home-featured-panel {
    padding: 0;
}

.featured-home-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.featured-home-card {
    min-height: 136px;
    padding: 14px 14px 16px;
    border-radius: 14px;
    border: 1px solid rgba(95, 66, 33, 0.08);
    background: rgba(255, 253, 250, 0.94);
    box-shadow: 0 10px 24px rgba(78, 48, 24, 0.05);
}

.featured-home-media {
    overflow: hidden;
    margin: -2px -2px 14px;
    border-radius: 12px;
    aspect-ratio: 16 / 8;
    background: rgba(178, 120, 72, 0.08);
}

.featured-home-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.featured-home-card h3 {
    margin-bottom: 8px;
    font-size: 1.24rem;
}

.featured-home-card p {
    margin-bottom: 10px;
    color: var(--muted);
    font-size: 0.88rem;
    line-height: 1.5;
}

.featured-home-badge {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 10px;
    border-radius: 999px;
    background: rgba(122, 201, 154, 0.18);
    color: #5e9c73;
    font-size: 0.76rem;
    font-weight: 700;
}

.home-section-action {
    display: flex;
    justify-content: center;
    margin-top: 18px;
}

.home-story-panel {
    display: grid;
    grid-template-columns: minmax(0, 0.86fr) minmax(320px, 0.94fr);
    gap: 42px;
    align-items: center;
}

.home-story-copy {
    max-width: 460px;
}

.home-story-copy h2 {
    font-size: clamp(2rem, 3vw, 2.9rem);
    margin-bottom: 16px;
}

.home-story-copy p {
    color: var(--muted);
    line-height: 1.68;
    font-size: 0.98rem;
}

.story-button {
    margin-top: 24px;
}

.home-story-media {
    position: relative;
    min-height: 340px;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 18px 42px rgba(63, 40, 23, 0.14);
}

.home-story-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.story-badge {
    position: absolute;
    right: 18px;
    bottom: 18px;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 40px;
    padding: 0 14px;
    border-radius: 16px;
    background: linear-gradient(135deg, var(--accent) 0%, #9a6d47 100%);
    color: #fff6ee;
    font-size: 0.9rem;
    font-weight: 600;
    box-shadow: 0 18px 34px rgba(109, 69, 40, 0.24);
}

.home-location-panel {
    padding: 0;
}

.home-location-map-wrap {
    margin-top: 20px;
}

.home-gallery-panel {
    padding: 0;
}

.gallery-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr 0.8fr;
    gap: 16px;
    margin-top: 28px;
}

.gallery-card {
    overflow: hidden;
    min-height: 240px;
    border-radius: 24px;
    border: 1px solid rgba(95, 66, 33, 0.08);
    box-shadow: 0 18px 38px rgba(78, 48, 24, 0.08);
    background: rgba(255, 252, 248, 0.88);
}

.gallery-card.is-featured {
    grid-row: span 2;
    min-height: 100%;
}

.gallery-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 260ms ease;
}

.gallery-card:hover img {
    transform: scale(1.04);
}

.location-map-card-home {
    border-radius: 26px;
    overflow: hidden;
    background: rgba(255, 252, 248, 0.88);
    border: 1px solid rgba(95, 66, 33, 0.08);
    box-shadow: 0 18px 42px rgba(78, 48, 24, 0.08);
}

.location-map-card-home iframe,
.location-map-card-home .map-embed-frame,
.location-map-card-home .location-map-placeholder {
    min-height: 300px;
}

.home-hero-track {
    position: relative;
    min-height: 100vh;
    width: 100%;
}

.hero-slide {
    display: flex;
    align-items: stretch;
    pointer-events: none;
}

.hero-slide.is-active {
    pointer-events: auto;
}

.home-hero[data-effect="slide"] .hero-slide {
    transform: translateX(10%);
}

.home-hero[data-effect="slide"] .hero-slide.is-active {
    transform: translateX(0);
}

.home-hero[data-effect="zoom"] .hero-slide {
    transform: scale(1.1);
}

.home-hero[data-effect="zoom"] .hero-slide.is-active {
    transform: scale(1);
}

.hero-slide-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(28, 17, 12, 0.24) 0%, rgba(37, 21, 12, 0.68) 100%),
        radial-gradient(circle at center, rgba(171, 116, 73, 0.16), transparent 42%);
}

.hero-slide-inner {
    position: relative;
    z-index: 1;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 126px 0 84px;
}

.hero-copy-shell {
    max-width: 720px;
    margin: 0 auto;
}

.hero-dots {
    position: absolute;
    left: 50%;
    bottom: 34px;
    z-index: 3;
    transform: translateX(-50%);
}

.featured-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.featured-card {
    overflow: hidden;
    padding: 0;
}

.featured-card-media,
.menu-card-media {
    position: relative;
    min-height: 220px;
    overflow: hidden;
}

.featured-card-media img,
.menu-card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.featured-card-body,
.menu-card-body {
    display: grid;
    gap: 14px;
    padding: 22px;
}

.badge-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.menu-badge {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(113, 71, 38, 0.08);
    color: var(--accent-deep);
    font-size: 0.78rem;
    font-weight: 700;
}

.category-hero-card {
    align-items: stretch;
}

.category-hero-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.category-cover {
    min-height: 240px;
    border-radius: 22px;
    background-image: var(--category-image);
    background-position: center center;
    background-size: cover;
}

.rich-grid {
    gap: 20px;
}

.menu-card-detailed {
    overflow: hidden;
    padding: 0;
}

.menu-card-detailed .menu-card-top {
    margin-bottom: 0;
}

.menu-card-detailed .menu-card-top strong {
    max-width: 180px;
    text-align: right;
    font-size: 0.94rem;
}

.menu-card-summary {
    font-weight: 600;
    color: var(--text);
}

.menu-card-description {
    margin-top: -4px;
}

.detail-list {
    display: grid;
    gap: 10px;
}

.detail-chip {
    display: grid;
    gap: 6px;
    padding: 14px;
    border-radius: 16px;
    background: rgba(255, 248, 239, 0.92);
    border: 1px solid rgba(95, 66, 33, 0.08);
}

.detail-chip span,
.variation-label {
    color: var(--muted);
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.detail-chip strong {
    line-height: 1.55;
}

.variation-list {
    display: grid;
    gap: 12px;
}

.variation-group {
    display: grid;
    gap: 10px;
}

.variation-group strong {
    font-family: "Playfair Display", Georgia, serif;
    font-size: 1.05rem;
}

.variation-options {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.variation-option {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 34px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(255, 251, 246, 0.9);
    border: 1px solid rgba(95, 66, 33, 0.08);
    color: var(--text);
    font-size: 0.88rem;
}

.variation-option em {
    color: var(--accent-deep);
    font-style: normal;
    font-weight: 700;
}

.social-link-grid {
    display: grid;
    gap: 12px;
    margin: 22px 0;
}

.social-link-card {
    display: grid;
    gap: 6px;
    padding: 16px 18px;
    border-radius: 18px;
    border: 1px solid rgba(95, 66, 33, 0.08);
    background: rgba(255, 251, 246, 0.88);
}

.social-link-card span {
    color: var(--muted);
    font-size: 0.8rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.social-link-card strong {
    font-size: 1rem;
}

.custom-page-hero {
    position: relative;
    overflow: hidden;
}

.custom-page-media {
    position: absolute;
    inset: 0;
}

.custom-page-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.custom-page-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(27, 18, 12, 0.3) 0%, rgba(37, 21, 12, 0.72) 100%),
        radial-gradient(circle at center, rgba(178, 120, 72, 0.18), transparent 42%);
}

.custom-page-copy {
    position: relative;
    z-index: 1;
    max-width: 740px;
}

.custom-page-hero .eyebrow,
.custom-page-hero h1,
.custom-page-hero p {
    color: #fff2e4;
}

.custom-page-body-shell {
    max-width: 1040px;
    margin: 0 auto;
}

.custom-page-content-panel {
    padding: 32px 34px;
}

.custom-page-content {
    display: grid;
    gap: 16px;
}

.custom-page-content > * {
    margin: 0;
}

.custom-page-content h2,
.custom-page-content h3,
.custom-page-content h4 {
    color: #3d271e;
    line-height: 1.15;
    letter-spacing: -0.02em;
}

.custom-page-content h2 {
    font-size: clamp(1.8rem, 3vw, 2.6rem);
    margin-top: 14px;
}

.custom-page-content h3 {
    font-size: clamp(1.25rem, 2vw, 1.7rem);
    margin-top: 10px;
}

.custom-page-content h4 {
    font-size: 1.1rem;
}

.custom-page-content p {
    line-height: 1.78;
    color: var(--muted);
    font-size: 1.02rem;
}

.custom-page-content ul,
.custom-page-content ol {
    display: grid;
    gap: 10px;
    padding-left: 1.3rem;
    color: var(--muted);
}

.custom-page-content li {
    line-height: 1.72;
}

.custom-page-content a {
    color: #8d603c;
    text-decoration: underline;
    text-underline-offset: 0.18em;
}

.custom-page-content blockquote {
    margin: 4px 0;
    padding: 18px 22px;
    border-left: 4px solid rgba(166, 117, 74, 0.45);
    background: rgba(255, 255, 255, 0.74);
    border-radius: 0 20px 20px 0;
    color: #654538;
    font-style: italic;
}

.custom-page-content hr {
    width: 100%;
    height: 1px;
    border: 0;
    background: rgba(141, 96, 60, 0.16);
}

.custom-page-content img,
.custom-page-content figure img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    border-radius: 22px;
    box-shadow: 0 20px 48px rgba(57, 38, 24, 0.12);
}

.custom-page-content figure {
    display: grid;
    gap: 10px;
}

.custom-page-content figcaption {
    color: #8b7364;
    font-size: 0.94rem;
}

.custom-page-content .content-gallery {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.custom-page-content .content-gallery.content-gallery-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.custom-page-content .content-gallery.content-gallery-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.custom-page-content .content-gallery.content-gallery-compact {
    gap: 10px;
}

.custom-page-content .content-gallery img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

@media (max-width: 1080px) {
    .nav-shell,
    .home-story-panel,
    .feature-grid,
    .menu-grid,
    .menu-list-grid,
    .contact-page-grid,
    .featured-grid,
    .featured-home-grid,
    .footer-grid,
    .location-layout,
    .about-showcase,
    .about-story-layout,
    .about-values-grid,
    .split-layout,
    .menu-category-header-card,
    .menu-grid-2,
    .split-mini {
        grid-template-columns: 1fr;
    }

    .nav-shell {
        grid-template-columns: minmax(0, 1fr) auto;
        justify-items: stretch;
        text-align: left;
        padding: 18px 20px;
    }

    .site-header-panel {
        grid-column: 1 / -1;
    }

    .menu-list-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .gallery-page-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .custom-page-content .content-gallery,
    .custom-page-content .content-gallery.content-gallery-4 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .site-nav,
    .site-utility,
    .story-stats,
    .menu-hero-stats {
        justify-content: center;
    }

    .site-utility {
        flex-wrap: wrap;
    }

    .section-head,
    .footer-shell,
    .hero-actions {
        flex-direction: column;
        align-items: flex-start;
    }

    .hero-actions-centered {
        align-items: center;
    }
}

@media (max-width: 860px) {
    .menu-hero {
        padding: 34px 24px;
    }

    .menu-toolbar,
    .menu-category-shell,
    .panel {
        padding: 22px;
        border-radius: 24px;
    }

    .home-sections {
        padding-top: 54px;
    }

    .menu-page-shell {
        padding: 54px 0 18px;
    }

    .gallery-page-shell {
        padding: 52px 0 18px;
    }

    .gallery-lightbox {
        padding: 18px;
    }

    .gallery-lightbox-dialog {
        grid-template-columns: 1fr;
        gap: 10px;
        width: min(100%, 760px);
    }

    .gallery-lightbox-close {
        top: 10px;
        right: 10px;
    }

    .gallery-lightbox-nav {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 2;
    }

    .gallery-lightbox-nav.is-prev {
        left: 10px;
    }

    .gallery-lightbox-nav.is-next {
        right: 10px;
    }

    .gallery-lightbox-figure img {
        max-height: 72vh;
    }

    .contact-page-shell {
        padding: 50px 0 18px;
    }

    .menu-filter-bar {
        justify-content: flex-start;
    }

    .menu-list-card {
        min-height: 0;
    }

    .location-map-card iframe,
    .contact-map-frame iframe,
    .contact-map-panel iframe,
    .contact-map-panel .map-embed-frame,
    .contact-map-panel .location-map-placeholder {
        min-height: 260px;
    }

    .hero-slide-inner {
        padding: 150px 0 110px;
    }

    .hero-dots {
        bottom: 24px;
    }

    .home-section {
        margin-bottom: 64px;
    }

    .about-page-hero,
    .about-story-section,
    .about-values-section {
        padding: 44px 0;
    }

    .about-story-layout {
        gap: 24px;
    }

    .about-story-image img {
        min-height: 260px;
    }

    .home-story-panel {
        gap: 28px;
    }

    .home-story-copy p {
        font-size: 1.02rem;
    }

    .story-badge {
        right: 14px;
        bottom: 14px;
        min-height: 42px;
        font-size: 0.92rem;
    }

    .location-map-card-home iframe,
    .location-map-card-home .map-embed-frame,
    .location-map-card-home .location-map-placeholder {
        min-height: 300px;
    }

    .hero-video-shell {
        right: 20px;
        left: 20px;
        bottom: 24px;
        width: auto;
    }

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

    .gallery-page-card.is-large {
        grid-column: 1 / -1;
        min-height: 280px;
    }

    .gallery-card.is-featured {
        grid-column: 1 / -1;
        grid-row: auto;
        min-height: 280px;
    }
}

@media (max-width: 720px) {
    :root {
        --container: min(100vw - 20px, 100%);
    }

    .nav-shell {
        padding: 18px 14px;
        border-radius: 0 0 20px 20px;
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 14px;
    }

    .mobile-nav-toggle {
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .site-header-panel {
        display: none;
        grid-column: 1 / -1;
        gap: 16px;
        padding: 18px 14px 8px;
        border-radius: 24px;
        background: rgba(255, 250, 245, 0.98);
        border: 1px solid rgba(224, 207, 191, 0.58);
        box-shadow: 0 18px 34px rgba(57, 36, 23, 0.08);
    }

    .site-header.is-mobile-open .site-header-panel {
        display: grid;
    }

    .site-header.is-mobile-open .mobile-nav-toggle span:nth-child(1) {
        transform: translateY(6px) rotate(45deg);
    }

    .site-header.is-mobile-open .mobile-nav-toggle span:nth-child(2) {
        opacity: 0;
    }

    .site-header.is-mobile-open .mobile-nav-toggle span:nth-child(3) {
        transform: translateY(-6px) rotate(-45deg);
    }

    .site-nav,
    .site-utility,
    .language-dropdown {
        width: 100%;
    }

    .site-nav {
        display: grid;
        gap: 8px;
    }

    .site-nav a,
    .utility-link,
    .language-trigger,
    .button,
    .button-light {
        width: 100%;
    }

    .language-menu {
        left: auto;
        right: 0;
        min-width: 0;
        width: min(220px, 100%);
    }

    .home-hero-inner {
        padding: 150px 0 84px;
    }

    .home-hero h1 {
        max-width: 12ch;
    }

    .hero-dots {
        margin-top: 22px;
    }

    .story-stats article,
    .menu-hero-stats article {
        width: 100%;
    }

    .menu-page-head {
        margin-bottom: 24px;
    }

    .contact-page-head {
        margin-bottom: 24px;
    }

    .menu-filter-chip {
        width: auto;
    }

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

    .gallery-page-grid {
        grid-template-columns: 1fr;
    }

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

    .footer-bottom-row {
        flex-direction: column;
        align-items: flex-start;
    }

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

    .custom-page-content .content-gallery,
    .custom-page-content .content-gallery.content-gallery-2,
    .custom-page-content .content-gallery.content-gallery-3,
    .custom-page-content .content-gallery.content-gallery-4 {
        grid-template-columns: 1fr;
    }

    .gallery-page-card.is-large {
        grid-column: auto;
        min-height: 220px;
    }

    .gallery-lightbox-close,
    .gallery-lightbox-nav {
        width: 46px;
        height: 46px;
        font-size: 1.75rem;
    }
}

@media (max-width: 820px) {
    .menu-filter-bar {
        flex-wrap: nowrap;
        justify-content: flex-start;
        overflow-x: auto;
        overflow-y: hidden;
        gap: 10px;
        top: 10px;
        padding: 10px 12px;
        margin-bottom: 22px;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x proximity;
        scrollbar-width: none;
    }

    .menu-filter-bar::-webkit-scrollbar {
        display: none;
    }

    .menu-filter-chip {
        flex: 0 0 auto;
        min-height: 44px;
        padding: 0 16px;
        scroll-snap-align: start;
    }
}
