:root {
    --bg-deep: #080c09;
    --bg-canopy: #0f1712;
    --bg-earth: #17120d;
    --surface: rgba(22, 30, 23, 0.7);
    --surface-strong: rgba(18, 24, 19, 0.9);
    --surface-soft: rgba(26, 32, 24, 0.58);
    --text-main: #f4ecd9;
    --text-muted: #c8bfae;
    --leaf: #7ba467;
    --leaf-deep: #4f7a44;
    --spice: #c9823f;
    --spice-soft: #e3a15f;
    --brass: #c8a35f;
    --line: rgba(200, 163, 95, 0.26);
    --shadow: 0 26px 54px rgba(0, 0, 0, 0.42);
    --radius-lg: 28px;
    --radius-md: 18px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    width: 100%;
    min-height: 100%;
    color: var(--text-main);
    font-family: 'Manrope', sans-serif;
    background:
        radial-gradient(circle at 14% 0%, rgba(123, 164, 103, 0.18), transparent 38%),
        radial-gradient(circle at 87% 8%, rgba(201, 130, 63, 0.16), transparent 42%),
        linear-gradient(180deg, var(--bg-deep) 0%, #0b120d 38%, #12100d 100%);
    overflow-x: hidden;
}

body {
    line-height: 1.6;
    position: relative;
}

body::before {
    content: '';
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: -1;
    opacity: 0.2;
    background-image:
        linear-gradient(25deg, transparent 0%, rgba(255, 255, 255, 0.045) 44%, transparent 46%),
        linear-gradient(-25deg, transparent 0%, rgba(255, 255, 255, 0.03) 42%, transparent 44%);
    background-size: 320px 320px;
}

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

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

.scroll-progress {
    position: fixed;
    top: 0;
    left: 0;
    width: 0;
    height: 3px;
    z-index: 10002;
    background: linear-gradient(90deg, var(--leaf), var(--brass), var(--spice));
    box-shadow: 0 0 14px rgba(200, 163, 95, 0.45);
    transition: width 0.15s linear;
}

.preloader {
    position: fixed;
    inset: 0;
    z-index: 10000;
    display: grid;
    place-items: center;
    background: radial-gradient(circle at center, rgba(200, 163, 95, 0.16), transparent 42%), #050705;
    transition: opacity 0.7s ease, visibility 0.7s ease;
}

.preloader.hidden {
    opacity: 0;
    visibility: hidden;
}

.preloader-inner {
    text-align: center;
}

.preloader-logo {
    width: min(180px, 36vw);
    margin: 0 auto 20px;
    filter: drop-shadow(0 0 20px rgba(200, 163, 95, 0.5));
    animation: pulseGlow 2.2s ease-in-out infinite;
}

.preloader-text {
    color: var(--text-muted);
    letter-spacing: 0.14em;
    text-transform: uppercase;
    font-size: 0.8rem;
}

@keyframes pulseGlow {
    0%,
    100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}

.cursor-dot,
.cursor-ring {
    position: fixed;
    pointer-events: none;
    z-index: 9999;
    transform: translate(-50%, -50%);
}

.cursor-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--brass);
}

.cursor-ring {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid rgba(200, 163, 95, 0.72);
    transition: width 0.2s ease, height 0.2s ease, border-color 0.2s ease;
}

.top-brand-name {
    width: min(1150px, calc(100% - 26px));
    margin: 16px auto 0;
    text-align: center;
    font-family: 'Cinzel', serif;
    font-size: clamp(1.05rem, 2.2vw, 1.55rem);
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(244, 236, 217, 0.96);
    text-shadow: 0 0 18px rgba(200, 163, 95, 0.34);
    position: relative;
    z-index: 25;
}

.top-brand-name::before,
.top-brand-name::after {
    content: '';
    position: absolute;
    top: 50%;
    width: min(22vw, 220px);
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(200, 163, 95, 0.65), transparent);
}

.top-brand-name::before {
    left: 2%;
}

.top-brand-name::after {
    right: 2%;
}

main {
    position: relative;
}

.hero {
    min-height: 100svh;
    position: relative;
    --section-tint-a: rgba(88, 132, 72, 0.22);
    --section-tint-b: rgba(201, 130, 63, 0.18);
    padding: clamp(52px, 8vw, 90px) 20px 70px;
    display: grid;
    place-items: center;
    overflow: hidden;
    isolation: isolate;
}

.hero::before {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(circle at 14% 20%, var(--section-tint-a), transparent 35%),
        radial-gradient(circle at 86% 17%, var(--section-tint-b), transparent 34%);
    animation: atmosphereDrift 20s ease-in-out infinite;
}

.hero-atmosphere {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.hero-particle {
    position: absolute;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    filter: blur(20px);
    opacity: 0.22;
    animation: particleDrift 14s ease-in-out infinite;
}

.particle-1 {
    top: 14%;
    left: 24%;
    background: radial-gradient(circle, rgba(200, 163, 95, 0.55), transparent 68%);
}

.particle-2 {
    top: 58%;
    right: 20%;
    background: radial-gradient(circle, rgba(123, 164, 103, 0.52), transparent 68%);
    animation-delay: 1.7s;
}

.particle-3 {
    bottom: 14%;
    left: 16%;
    background: radial-gradient(circle, rgba(201, 130, 63, 0.48), transparent 68%);
    animation-delay: 3.1s;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(0, 0, 0, 0.18), rgba(6, 8, 7, 0.78)),
        radial-gradient(circle at 18% 20%, rgba(79, 122, 68, 0.17), transparent 38%),
        radial-gradient(circle at 82% 22%, rgba(200, 163, 95, 0.14), transparent 42%);
    z-index: -2;
}

.hero-glow {
    position: absolute;
    width: 360px;
    height: 360px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(200, 163, 95, 0.18), transparent 65%);
    z-index: -1;
    pointer-events: none;
    transform: translate(-50%, -50%);
    opacity: 0.7;
}

.hero-content {
    text-align: center;
    width: min(850px, 100%);
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 22px;
    background: linear-gradient(165deg, rgba(18, 23, 19, 0.68), rgba(13, 17, 14, 0.52));
    backdrop-filter: blur(8px);
    padding: clamp(20px, 4vw, 30px);
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 2;
}

.hero-emblem {
    width: clamp(150px, 20vw, 210px);
    height: clamp(150px, 20vw, 210px);
    margin: 0 auto 12px;
    position: relative;
    display: grid;
    place-items: center;
}

.emblem-ring {
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(200, 163, 95, 0.34);
    animation: ringOrbit 10s linear infinite;
}

.ring-one {
    inset: 10px;
}

.ring-two {
    inset: -4px;
    border-color: rgba(123, 164, 103, 0.34);
    animation-direction: reverse;
    animation-duration: 12s;
}

.hero-logo {
    width: clamp(108px, 14vw, 154px);
    height: clamp(108px, 14vw, 154px);
    object-fit: cover;
    border-radius: 50%;
    border: 1px solid rgba(200, 163, 95, 0.56);
    filter: drop-shadow(0 0 20px rgba(200, 163, 95, 0.36));
}

.eyebrow {
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: var(--brass);
    font-size: 0.72rem;
    margin-bottom: 14px;
}

.hero h1 {
    font-family: 'Cinzel', serif;
    font-weight: 600;
    line-height: 1.14;
    font-size: clamp(1.5rem, 4.4vw, 3.15rem);
    text-wrap: balance;
    margin-bottom: 10px;
}

.hero-floating {
    position: absolute;
    width: clamp(130px, 16vw, 220px);
    border-radius: 22px;
    object-fit: cover;
    border: 1px solid rgba(200, 163, 95, 0.42);
    box-shadow: var(--shadow);
    opacity: 0.86;
    transform: translateZ(0);
}

.floating-1 { top: 18%; left: 6%; }
.floating-2 { top: 18%; right: 6%; }
.floating-3 { bottom: 10%; left: 10%; }
.floating-4 { bottom: 10%; right: 10%; }

.section-divider {
    width: min(1150px, calc(100% - 26px));
    margin: 0 auto;
    height: 60px;
    position: relative;
    overflow: hidden;
    pointer-events: none;
}

.section-divider-soft {
    margin-top: -6px;
}

.divider-wave {
    position: absolute;
    left: -10%;
    width: 120%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(200, 163, 95, 0.52), rgba(123, 164, 103, 0.5), transparent);
    opacity: 0.72;
}

.divider-wave:first-child {
    top: 22px;
    animation: dividerSweep 14s ease-in-out infinite;
}

.divider-wave:last-child {
    top: 36px;
    opacity: 0.4;
    animation: dividerSweep 18s ease-in-out infinite reverse;
}

.section {
    width: min(1150px, calc(100% - 26px));
    margin: 0 auto;
    padding: clamp(72px, 12vw, 110px) 0;
    position: relative;
    overflow: clip;
}

.section::before {
    content: '';
    position: absolute;
    inset: 12px 0 auto;
    height: 120px;
    pointer-events: none;
    background: radial-gradient(circle at 18% 40%, rgba(123, 164, 103, 0.1), transparent 56%);
}

.signature {
    --section-tint-a: rgba(201, 130, 63, 0.22);
    --section-tint-b: rgba(225, 164, 96, 0.16);
    border: 1px solid rgba(201, 130, 63, 0.2);
    border-radius: 32px;
    padding-inline: clamp(12px, 2vw, 24px);
    background:
        radial-gradient(circle at 18% 18%, var(--section-tint-a), transparent 36%),
        radial-gradient(circle at 84% 76%, var(--section-tint-b), transparent 42%),
        linear-gradient(165deg, rgba(30, 22, 14, 0.34), rgba(17, 14, 11, 0.2));
}

.about {
    --section-tint-a: rgba(92, 146, 79, 0.22);
    --section-tint-b: rgba(116, 174, 101, 0.16);
    border: 1px solid rgba(123, 164, 103, 0.2);
    border-radius: 32px;
    padding-inline: clamp(12px, 2vw, 24px);
    background:
        radial-gradient(circle at 16% 16%, var(--section-tint-a), transparent 34%),
        radial-gradient(circle at 88% 80%, var(--section-tint-b), transparent 42%),
        linear-gradient(170deg, rgba(12, 24, 14, 0.32), rgba(11, 15, 12, 0.2));
}

.section-heading,
.dish-grid,
.about-grid {
    position: relative;
    z-index: 2;
}

.leaf-motif {
    position: absolute;
    pointer-events: none;
    z-index: 1;
}

.motif-leaf {
    position: absolute;
    width: clamp(64px, 8vw, 112px);
    height: clamp(34px, 4vw, 60px);
    border-radius: 100% 12% 100% 12% / 100% 12% 100% 12%;
    border: 1px solid rgba(200, 163, 95, 0.24);
    background: linear-gradient(130deg, rgba(123, 164, 103, 0.34), rgba(201, 130, 63, 0.16));
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    transform-origin: left center;
    animation: leafSway 12s ease-in-out infinite;
}

.motif-leaf::after {
    content: '';
    position: absolute;
    left: 16%;
    top: 47%;
    width: 68%;
    height: 1px;
    background: linear-gradient(90deg, rgba(200, 163, 95, 0.6), transparent);
    transform: rotate(-12deg);
}

.motif-hero {
    top: 9%;
    right: 7%;
    width: 260px;
    height: 190px;
}

.motif-signature {
    top: 16px;
    left: 16px;
    width: 220px;
    height: 160px;
}

.motif-about {
    right: 16px;
    top: 16px;
    width: 220px;
    height: 160px;
}

.motif-footer {
    left: 3%;
    bottom: 20px;
    width: 220px;
    height: 160px;
    opacity: 0.58;
}

.leaf-a {
    top: 0;
    left: 0;
    transform: rotate(-14deg);
}

.leaf-b {
    top: 42px;
    left: 78px;
    transform: rotate(12deg);
    animation-delay: 1.6s;
}

.leaf-c {
    top: 88px;
    left: 18px;
    transform: rotate(-2deg);
    animation-delay: 3.4s;
}

.section-heading {
    text-align: center;
    margin-bottom: 36px;
    position: relative;
}

.section-heading::before {
    content: none;
}

.heading-ornament {
    display: block;
    width: clamp(124px, 22vw, 240px);
    height: auto;
    margin: 0 auto 6px;
    opacity: 0.72;
    filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.24));
}

.heading-ornament path,
.heading-ornament circle {
    fill: none;
    stroke: rgba(200, 163, 95, 0.56);
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.heading-ornament circle {
    fill: rgba(123, 164, 103, 0.72);
    stroke: rgba(123, 164, 103, 0.28);
}

.signature .heading-ornament path {
    stroke: rgba(223, 164, 94, 0.62);
}

.about .heading-ornament path,
.heading-ornament-left path {
    stroke: rgba(123, 164, 103, 0.62);
}

.heading-ornament-left {
    margin: 0 0 6px;
    width: clamp(138px, 28vw, 260px);
}

.heading-ornament-signature {
    transform: translateY(1px);
}

.heading-ornament-about {
    transform: translateX(-3px) rotate(-1deg);
    opacity: 0.78;
}

@media (prefers-reduced-motion: no-preference) {
    .heading-ornament path {
        stroke-dasharray: 340;
        stroke-dashoffset: 340;
        animation: ornamentDraw 1.8s ease forwards;
    }

    .heading-ornament-signature path {
        stroke-dasharray: 320;
        animation-duration: 1.65s;
    }

    .heading-ornament-about path {
        stroke-dasharray: 360;
        animation-duration: 2s;
    }

    .heading-ornament path:nth-child(2) {
        animation-delay: 0.14s;
    }

    .heading-ornament path:nth-child(3) {
        animation-delay: 0.22s;
    }
}

@keyframes ornamentDraw {
    to {
        stroke-dashoffset: 0;
    }
}

.section-heading::before {
    position: absolute;
    left: 50%;
    top: -18px;
    width: clamp(120px, 22vw, 240px);
    height: 54px;
    translate: -50% 0;
    pointer-events: none;
    opacity: 0.44;
    background:
        radial-gradient(circle at 8% 60%, rgba(123, 164, 103, 0.7) 0 6px, transparent 7px),
        radial-gradient(circle at 30% 40%, rgba(200, 163, 95, 0.5) 0 5px, transparent 6px),
        radial-gradient(circle at 52% 62%, rgba(123, 164, 103, 0.62) 0 5px, transparent 6px),
        radial-gradient(circle at 74% 36%, rgba(200, 163, 95, 0.45) 0 5px, transparent 6px),
        radial-gradient(circle at 94% 58%, rgba(123, 164, 103, 0.65) 0 6px, transparent 7px),
        linear-gradient(110deg, transparent 0 14%, rgba(200, 163, 95, 0.34) 20%, transparent 26% 40%, rgba(123, 164, 103, 0.32) 47%, transparent 54% 70%, rgba(200, 163, 95, 0.28) 76%, transparent 82%);
    filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.26));
}

.section-heading h2 {
    font-family: 'Cinzel', serif;
    font-size: clamp(1.7rem, 4vw, 2.8rem);
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.signature .section-heading h2 {
    color: #f0d2ac;
    text-shadow: 0 0 22px rgba(201, 130, 63, 0.28);
}

.about .eyebrow,
.about-text .eyebrow {
    color: #9bc38a;
}

.about-text h2 {
    position: relative;
    padding-bottom: 12px;
}

.about-text h2::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: min(280px, 78%);
    height: 2px;
    background: linear-gradient(90deg, rgba(123, 164, 103, 0.86), rgba(200, 163, 95, 0.2));
    border-radius: 999px;
}

.signature .dish-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.dish-card {
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: var(--radius-lg);
    background: linear-gradient(145deg, rgba(24, 32, 25, 0.74), rgba(13, 17, 14, 0.8));
    overflow: hidden;
    transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
    transform-style: preserve-3d;
    position: relative;
}

.dish-card::before {
    content: '';
    position: absolute;
    inset: 10px;
    border-radius: calc(var(--radius-lg) - 8px);
    pointer-events: none;
    background:
        linear-gradient(135deg, rgba(200, 163, 95, 0.4) 0 2px, transparent 2px) top left / 24px 24px no-repeat,
        linear-gradient(225deg, rgba(123, 164, 103, 0.36) 0 2px, transparent 2px) top right / 24px 24px no-repeat,
        linear-gradient(315deg, rgba(200, 163, 95, 0.4) 0 2px, transparent 2px) bottom right / 24px 24px no-repeat,
        linear-gradient(45deg, rgba(123, 164, 103, 0.36) 0 2px, transparent 2px) bottom left / 24px 24px no-repeat;
    opacity: 0.5;
    transition: opacity 0.35s ease;
}

.dish-card::after {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(120deg, transparent 18%, rgba(255, 255, 255, 0.16) 46%, transparent 62%);
    transform: translateX(-110%);
    transition: transform 0.65s ease;
}

.dish-card:hover {
    border-color: rgba(200, 163, 95, 0.62);
    box-shadow: 0 24px 42px rgba(0, 0, 0, 0.36), 0 0 24px rgba(200, 163, 95, 0.18);
}

.dish-card:hover::before {
    opacity: 0.9;
}

.dish-card:hover::after {
    transform: translateX(110%);
}

.dish-image-wrap {
    height: 220px;
    overflow: hidden;
}

.dish-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.55s ease;
}

.dish-card:hover .dish-image-wrap img {
    transform: scale(1.07);
}

.dish-content {
    padding: 18px 18px 22px;
    text-align: center;
}

.dish-content h3 {
    font-family: 'Cinzel', serif;
    margin-bottom: 0;
}

.about-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 24px;
    align-items: stretch;
}

.about-text,
.about-timeline {
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: var(--radius-lg);
    background: var(--surface);
    backdrop-filter: blur(6px);
    padding: clamp(22px, 4vw, 34px);
}

.about-text h2 {
    font-family: 'Cinzel', serif;
    font-size: clamp(1.3rem, 3vw, 2rem);
    margin-bottom: 12px;
}

.about-text p {
    color: var(--text-muted);
    margin-top: 10px;
}

.story-lead {
    font-size: 1.03rem;
    line-height: 1.84;
    color: #ebdfc8;
}

.story-quote {
    margin-top: 18px;
    padding: 16px 18px;
    border-left: 3px solid rgba(200, 163, 95, 0.7);
    border-radius: 12px;
    background: rgba(12, 15, 12, 0.7);
    color: #e7dac1;
    font-style: italic;
    line-height: 1.7;
}

.about-timeline {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 12px;
    position: relative;
    padding-left: 44px;
}

.timeline-progress {
    position: absolute;
    left: 20px;
    top: 30px;
    bottom: 26px;
    width: 2px;
    border-radius: 999px;
    background: rgba(200, 163, 95, 0.18);
    overflow: hidden;
}

.timeline-progress::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: calc(var(--timeline-progress, 0) * 100%);
    background: linear-gradient(180deg, var(--leaf), var(--brass), var(--spice));
    transition: height 0.2s ease;
}

.milestone-card {
    border: 1px solid rgba(200, 163, 95, 0.25);
    border-radius: var(--radius-md);
    padding: 16px;
    background: rgba(16, 20, 17, 0.8);
    position: relative;
    opacity: 0.7;
    transform: translateY(8px);
    transition: border-color 0.35s ease, box-shadow 0.35s ease, opacity 0.35s ease, transform 0.35s ease;
}

.milestone-card::before {
    content: '';
    position: absolute;
    left: -30px;
    top: 22px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(200, 163, 95, 0.3);
    box-shadow: 0 0 0 4px rgba(200, 163, 95, 0.12);
}

.milestone-card.is-active {
    opacity: 1;
    transform: translateY(0);
    border-color: rgba(200, 163, 95, 0.62);
    box-shadow: 0 12px 22px rgba(0, 0, 0, 0.22), 0 0 18px rgba(123, 164, 103, 0.16);
}

.milestone-card.is-active::before {
    background: var(--spice-soft);
    box-shadow: 0 0 0 4px rgba(227, 161, 95, 0.22);
}

.milestone-year {
    display: inline-block;
    padding: 3px 10px;
    border-radius: 999px;
    border: 1px solid rgba(200, 163, 95, 0.46);
    color: var(--brass);
    font-size: 0.74rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.milestone-card h3 {
    font-family: 'Cinzel', serif;
    margin-bottom: 5px;
    font-size: 1.08rem;
}

.milestone-card p {
    color: var(--text-muted);
    font-size: 0.92rem;
}

.legacy-strip {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 6px;
}

.legacy-strip > div {
    border: 1px solid rgba(200, 163, 95, 0.25);
    border-radius: 14px;
    background: rgba(11, 13, 12, 0.8);
    padding: 14px;
}

.stat-number {
    display: block;
    font-family: 'Cinzel', serif;
    font-size: 2rem;
    color: var(--brass);
}

.stat-label {
    color: var(--text-muted);
}

.site-footer {
    margin-top: 30px;
    padding: 56px 14px 24px;
    border-top: 1px solid var(--line);
    background:
        radial-gradient(circle at 12% 18%, rgba(200, 163, 95, 0.1), transparent 40%),
        radial-gradient(circle at 82% 80%, rgba(123, 164, 103, 0.14), transparent 42%),
        rgba(8, 11, 9, 0.95);
    position: relative;
    overflow: hidden;
    --section-tint-a: rgba(123, 164, 103, 0.16);
    --section-tint-b: rgba(201, 130, 63, 0.16);
    background:
        radial-gradient(circle at 12% 18%, var(--section-tint-b), transparent 40%),
        radial-gradient(circle at 82% 80%, var(--section-tint-a), transparent 42%),
        linear-gradient(165deg, rgba(9, 14, 11, 0.95), rgba(15, 12, 9, 0.92));
}

.site-footer::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--brass), transparent);
    box-shadow: 0 0 16px rgba(200, 163, 95, 0.5);
}

.footer-grid {
    width: min(1150px, 100%);
    margin-inline: auto;
    display: grid;
    grid-template-columns: 1fr 1.2fr 0.8fr;
    gap: 24px;
    position: relative;
    z-index: 2;
}

.footer-glow {
    position: absolute;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    pointer-events: none;
    filter: blur(18px);
    opacity: 0.35;
}

.footer-glow-left {
    left: -100px;
    top: -40px;
    background: radial-gradient(circle, rgba(200, 163, 95, 0.55), transparent 65%);
}

.footer-glow-right {
    right: -120px;
    bottom: -80px;
    background: radial-gradient(circle, rgba(123, 164, 103, 0.5), transparent 65%);
}

.footer-card {
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 18px;
    padding: 18px;
    background: rgba(14, 18, 15, 0.75);
    backdrop-filter: blur(8px);
    position: relative;
    overflow: hidden;
}

.footer-card::after {
    content: '';
    position: absolute;
    top: -120%;
    left: -45%;
    width: 32%;
    height: 340%;
    background: linear-gradient(
        110deg,
        transparent 0%,
        rgba(255, 255, 255, 0.04) 42%,
        rgba(255, 255, 255, 0.14) 50%,
        rgba(255, 255, 255, 0.04) 58%,
        transparent 100%
    );
    transform: rotate(18deg) translateX(-220%);
    animation: footerShimmer 10s ease-in-out infinite;
    pointer-events: none;
}

.footer-card:nth-child(2)::after {
    animation-delay: 1.4s;
}

.footer-card:nth-child(3)::after {
    animation-delay: 2.6s;
}

.footer-logo {
    width: 74px;
    margin-bottom: 12px;
    filter: drop-shadow(0 0 8px rgba(200, 163, 95, 0.4));
}

.site-footer h3,
.site-footer h4 {
    font-family: 'Cinzel', serif;
    margin-bottom: 8px;
}

.site-footer h4 {
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #e9d6b8;
}

.contact-info-grid {
    display: grid;
    gap: 10px;
    margin-top: 10px;
}

.contact-info-item h4 {
    margin-bottom: 2px;
    font-size: 0.95rem;
    color: #efe0c4;
}

.contact-info-item p {
    margin-bottom: 0;
}

.site-footer p {
    color: var(--text-muted);
    margin-bottom: 4px;
}

.map-frame {
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.08);
    min-height: 190px;
    margin-bottom: 10px;
}

.map-frame iframe {
    width: 100%;
    height: 100%;
    min-height: 190px;
    border: 0;
}

.social-links {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 10px 0 16px;
}

.social-links a {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid rgba(200, 163, 95, 0.42);
    display: grid;
    place-items: center;
    color: var(--brass);
    transition: transform 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

.social-links a:hover {
    transform: translateY(-3px);
    background: rgba(200, 163, 95, 0.14);
    box-shadow: 0 0 20px rgba(200, 163, 95, 0.2);
}

.footer-copy {
    width: min(1150px, 100%);
    margin: 20px auto 0;
    text-align: center;
    color: #8e897e;
    font-size: 0.86rem;
}

@keyframes ringOrbit {
    0% { transform: rotate(0deg) scale(1); }
    50% { transform: rotate(180deg) scale(1.03); }
    100% { transform: rotate(360deg) scale(1); }
}

@keyframes particleDrift {
    0%, 100% { transform: translate3d(0, 0, 0); }
    50% { transform: translate3d(0, -16px, 0); }
}

@keyframes atmosphereDrift {
    0%, 100% { transform: translateX(0) translateY(0); }
    50% { transform: translateX(-10px) translateY(6px); }
}

@keyframes leafSway {
    0%, 100% {
        translate: 0 0;
    }
    50% {
        translate: 6px -4px;
    }
}

@keyframes dividerSweep {
    0%,
    100% {
        transform: translateX(-2%) scaleX(1);
    }
    50% {
        transform: translateX(2%) scaleX(1.04);
    }
}

@keyframes footerShimmer {
    0% {
        transform: rotate(18deg) translateX(-220%);
        opacity: 0;
    }
    12% {
        opacity: 0.9;
    }
    33% {
        transform: rotate(18deg) translateX(420%);
        opacity: 0;
    }
    100% {
        transform: rotate(18deg) translateX(420%);
        opacity: 0;
    }
}

@media (max-width: 1024px) {
    .signature .dish-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .about-grid,
    .footer-grid {
        grid-template-columns: 1fr;
    }

    .hero-floating {
        width: clamp(110px, 24vw, 180px);
    }

    .motif-hero {
        right: -22px;
        top: 12%;
    }
}

@media (max-width: 760px) {
    .cursor-dot,
    .cursor-ring {
        display: none;
    }

    .top-brand-name::before,
    .top-brand-name::after {
        width: 16vw;
    }

    .hero-floating {
        opacity: 0.58;
    }

    .floating-1 { top: 14%; left: -5%; }
    .floating-2 { top: 20%; right: -5%; }
    .floating-3 { bottom: 16%; left: -4%; }
    .floating-4 { bottom: 14%; right: -4%; }

    .signature .dish-grid {
        grid-template-columns: 1fr;
    }

    .signature,
    .about {
        padding-inline: 10px;
        border-radius: 24px;
    }

    .leaf-motif {
        opacity: 0.5;
        transform: scale(0.85);
    }

    .motif-signature {
        left: -22px;
    }

    .motif-about {
        right: -26px;
    }

    .about-timeline {
        padding-left: 30px;
    }

    .timeline-progress {
        left: 10px;
    }

    .milestone-card::before {
        left: -22px;
    }

    .section-divider {
        height: 48px;
    }

    .section-heading::before {
        content: none;
    }

    .heading-ornament {
        opacity: 0.56;
    }

    .heading-ornament-left {
        width: clamp(136px, 42vw, 220px);
        transform: none;
    }

    .about-text h2::after {
        width: min(210px, 88%);
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation: none !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }

    .hero-glow,
    .hero-floating,
    .hero-particle,
    .motif-leaf,
    .divider-wave,
    .footer-card::after {
        animation: none !important;
    }
}
