:root {
    --bg: #fbf4ef;
    --surface: rgba(255, 250, 246, 0.88);
    --surface-solid: #fff9f4;
    --text: #1e1713;
    --muted: #64554a;
    --green: #006d32;
    --amber: #f2b233;
    --clay: #a44032;
    --dark: #17110f;
    --shadow-xl: 0 28px 90px rgba(48, 24, 11, 0.14);
    --shadow-md: 0 18px 40px rgba(48, 24, 11, 0.1);
    --max-width: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    position: relative;
    min-height: 100vh;
    margin: 0;
    color: var(--text);
    font-family: "Manrope", sans-serif;
    background:
        radial-gradient(circle at 18% 112%, rgba(249, 176, 15, 0.22), transparent 18%),
        radial-gradient(circle at 34% 96%, rgba(122, 20, 23, 0.18), transparent 14%),
        radial-gradient(circle at 76% 108%, rgba(249, 176, 15, 0.18), transparent 19%),
        radial-gradient(circle at 82% 16%, rgba(1, 187, 91, 0.1), transparent 20%),
        linear-gradient(180deg, #17110f 0%, #2a1d18 18%, #f8efe8 56%, var(--bg) 100%);
}

body::before,
body::after {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 0;
}

body::before {
    background:
        radial-gradient(circle at 12% 14%, rgba(255,255,255,0.12), transparent 20%),
        radial-gradient(circle at 88% 18%, rgba(255,255,255,0.08), transparent 18%),
        linear-gradient(180deg, rgba(255,255,255,0.04), transparent 28%);
    mix-blend-mode: screen;
    opacity: 0.55;
}

body::after {
    background:
        radial-gradient(circle at 14% 102%, rgba(249, 176, 15, 0.16), transparent 16%),
        radial-gradient(circle at 30% 108%, rgba(249, 176, 15, 0.12), transparent 14%),
        radial-gradient(circle at 48% 104%, rgba(164, 64, 50, 0.12), transparent 16%),
        radial-gradient(circle at 66% 110%, rgba(249, 176, 15, 0.1), transparent 14%);
    opacity: 0.82;
    animation: emberFloat 9s ease-in-out infinite alternate;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }

.intro-video {
    position: fixed;
    inset: 0;
    z-index: 30;
    background: #17110f;
    overflow: hidden;
    transition: opacity 600ms ease, visibility 600ms ease;
}

.intro-video.is-hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.intro-video-player {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.intro-video-overlay {
    position: absolute;
    inset: auto 0 0 0;
    padding: 36px;
    background: linear-gradient(180deg, rgba(23,17,15,0), rgba(23,17,15,0.88));
    color: #fff;
}

.intro-video-overlay h1 {
    max-width: 760px;
    margin-bottom: 0;
}

.site-chrome {
    position: fixed;
    inset: 24px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 44px;
    pointer-events: none;
    z-index: 0;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.04), 0 0 180px rgba(249, 176, 15, 0.06);
}

.topbar,
.section,
.feature-strip,
.site-footer { position: relative; z-index: 1; }

.topbar {
    position: fixed;
    top: 18px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 40;
    width: min(calc(100% - 32px), var(--max-width));
    padding: 18px 22px;
    display: grid;
    grid-template-columns: auto 1fr auto auto;
    gap: 18px;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 999px;
    background: linear-gradient(120deg, rgba(9, 8, 8, 0.99) 0%, rgba(22, 16, 13, 0.98) 42%, rgba(236, 225, 214, 0.99) 72%, rgba(250, 242, 235, 0.995) 100%);
    backdrop-filter: blur(10px);
    box-shadow: 0 28px 64px rgba(12, 8, 6, 0.42);
    isolation: isolate;
    transition: background 220ms ease, box-shadow 220ms ease, border-color 220ms ease, top 220ms ease;
}

.topbar::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background:
        linear-gradient(90deg, rgba(255,255,255,0.04), transparent 20%, transparent 74%, rgba(255,255,255,0.08)),
        radial-gradient(circle at 18% 50%, rgba(255,255,255,0.06), transparent 18%);
    pointer-events: none;
    z-index: -1;
}

.topbar::after {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: min(44%, 520px);
    border-radius: inherit;
    background: linear-gradient(90deg, rgba(2, 2, 2, 0.98) 0%, rgba(15, 11, 9, 0.96) 58%, rgba(15, 11, 9, 0.32) 100%);
    pointer-events: none;
    z-index: -1;
}

.topbar.is-scrolled {
    top: 10px;
    border-color: rgba(255, 255, 255, 0.06);
    background: linear-gradient(120deg, rgba(3, 3, 3, 0.995) 0%, rgba(16, 12, 10, 0.99) 44%, rgba(226, 216, 206, 0.99) 72%, rgba(246, 239, 233, 0.995) 100%);
    box-shadow: 0 32px 72px rgba(6, 5, 5, 0.52);
}

.brand {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 8px 12px 8px 8px;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.995), rgba(16, 12, 10, 0.99) 52%, rgba(52, 35, 28, 0.94));
    box-shadow: 0 20px 42px rgba(5, 5, 5, 0.44);
}

.brand-logo-link {
    width: 54px;
    height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background:
        radial-gradient(circle at 30% 30%, rgba(255,255,255,0.18), transparent 24%),
        linear-gradient(145deg, #040404, #201714 58%, #3c2a22 100%);
    box-shadow: 0 12px 26px rgba(0, 0, 0, 0.32), inset 0 0 0 1px rgba(255,255,255,0.08);
    overflow: hidden;
    transition: transform 180ms ease, box-shadow 180ms ease;
    position: relative;
}

.brand-logo-link::before {
    content: "";
    position: absolute;
    inset: 6px;
    border-radius: 50%;
    background: radial-gradient(circle at 50% 50%, rgba(255,255,255,0.14), rgba(255,255,255,0.02) 60%, transparent 72%);
    pointer-events: none;
}

.brand-logo-link:hover,
.brand-logo-link:focus-visible {
    transform: translateY(-2px) scale(1.03);
    box-shadow: 0 18px 34px rgba(0, 0, 0, 0.38), 0 0 34px rgba(249, 176, 15, 0.14);
}

.brand-logo-image {
    width: 88%;
    height: 88%;
    object-fit: contain;
    filter: drop-shadow(0 3px 8px rgba(0, 0, 0, 0.24));
}

.brand-mark {
    width: 54px;
    height: 54px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--green), #00a14b);
    color: #fff;
    font-family: "Cormorant Garamond", serif;
    font-size: 1.45rem;
    font-weight: 700;
    letter-spacing: 0.08em;
}
.brand-copy { display: flex; flex-direction: column; }
.brand-title,
h1,
h2,
h3 { font-family: "Cormorant Garamond", serif; }
.brand-title {
    font-size: 1.55rem;
    font-weight: 700;
    line-height: 1;
    color: #fff8f2;
}
.brand-subtitle {
    margin-top: 4px;
    font-size: 0.72rem;
    color: rgba(255, 236, 223, 0.72);
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.nav { display: flex; justify-content: center; gap: 22px; }
.nav a {
    font-size: 0.95rem;
    font-weight: 700;
    color: #5c524c;
    transition: color 180ms ease, transform 180ms ease;
}
.nav a:hover,
.nav a:focus-visible { color: #0a8d4e; transform: translateY(-1px); }

.menu-toggle { display: none; }

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 22px;
    border: 0;
    border-radius: 999px;
    font-weight: 800;
    transition: transform 180ms ease, background-color 180ms ease, color 180ms ease;
}
.button:hover,
.button:focus-visible { transform: translateY(-2px); }
.button-primary {
    background: linear-gradient(135deg, #01bb5b 0%, #18ba79 42%, #0f6d43 100%);
    color: #fff;
    box-shadow: 0 16px 30px rgba(1, 187, 91, 0.22);
}
.button-accent {
    background: linear-gradient(135deg, #f9b00f 0%, #ffd56f 54%, #fff0c4 100%);
    color: var(--dark);
}
.button-dark {
    background: linear-gradient(135deg, #17110f 0%, #372722 56%, #5c4034 100%);
    color: #fff;
    box-shadow: 0 16px 34px rgba(23, 17, 15, 0.24);
}

.hero-section,
.feature-strip,
.section,
.site-footer {
    width: min(calc(100% - 32px), var(--max-width));
    margin: 0 auto;
}

main {
    position: relative;
    z-index: 1;
    padding-top: 136px;
}

.hero-section {
    display: grid;
    grid-template-columns: 1.15fr 0.95fr;
    gap: 34px;
    padding: 46px 0 0;
    align-items: stretch;
}
.hero-media {
    min-height: 760px;
    border-radius: 42px;
    overflow: hidden;
    box-shadow: var(--shadow-xl);
    position: relative;
}
.hero-media img { width: 100%; height: 100%; object-fit: cover; }

.hero-media-video {
    background: #17110f;
}

.hero-video {
    width: 100%;
    height: 100%;
    min-height: 760px;
    object-fit: cover;
    display: block;
}

.hero-video-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(23, 17, 15, 0.08), rgba(23, 17, 15, 0.64));
}

.hero-video-note {
    position: absolute;
    left: 26px;
    bottom: 26px;
    z-index: 1;
    max-width: 340px;
    padding: 18px 20px;
    border-radius: 26px;
    background: rgba(255, 248, 243, 0.16);
    border: 1px solid rgba(255,255,255,0.16);
    backdrop-filter: blur(12px);
    color: #fff;
}

.hero-video-note span {
    display: block;
    margin-bottom: 8px;
    font-size: 0.72rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: rgba(255,255,255,0.72);
}

.hero-copy {
    align-self: center;
    padding: 34px clamp(24px, 3vw, 42px);
    border-radius: 40px;
    background:
        linear-gradient(160deg, rgba(255, 250, 245, 0.96), rgba(246, 231, 217, 0.78)),
        radial-gradient(circle at top right, rgba(249, 176, 15, 0.1), transparent 26%);
    border: 1px solid rgba(255, 255, 255, 0.28);
    box-shadow: 0 34px 86px rgba(22, 13, 10, 0.22);
}

.capture-variant {
    border-radius: 28px;
    box-shadow: var(--shadow-md);
}

.capture-variant-top {
    margin-bottom: 22px;
    padding: 18px 20px;
    background: linear-gradient(145deg, rgba(255,255,255,0.82), rgba(251, 235, 216, 0.92));
}

.capture-mini-kicker {
    display: inline-block;
    margin-bottom: 8px;
    color: var(--green);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.capture-variant-top p {
    margin: 0 0 14px;
}

.capture-variant-top .lead-form {
    gap: 10px;
}

.lead-form-grid {
    display: grid;
    gap: 12px;
}

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

.lead-form-mini input,
.lead-form-mini select {
    padding: 12px 14px;
    border-radius: 16px;
}

.lead-form-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.lead-form-actions-mini .button {
    width: 100%;
}

.traffic-source-chip {
    display: grid;
    gap: 4px;
    margin-top: 12px;
    padding: 12px 14px;
    border-radius: 18px;
    background: rgba(255,255,255,0.62);
}

.traffic-source-chip strong {
    font-size: 0.72rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--green);
}

.traffic-source-chip span {
    color: var(--muted);
    font-size: 0.9rem;
    font-weight: 700;
}
.section-kicker {
    display: inline-flex;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(164, 64, 50, 0.08);
    color: var(--clay);
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}
h1 {
    margin: 22px 0 16px;
    font-size: clamp(3.4rem, 6.2vw, 6.4rem);
    line-height: 0.95;
    letter-spacing: -0.04em;
}
.hero-copy p,
.section-heading p,
.process-copy p,
.market-info p,
.app-copy p,
.site-footer p { color: var(--muted); line-height: 1.8; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.hero-note {
    margin-top: 24px;
    padding-top: 22px;
    border-top: 1px solid rgba(44, 28, 18, 0.12);
    display: grid;
    gap: 6px;
    color: var(--muted);
}

.feature-strip {
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}
.feature-card {
    padding: 28px 24px;
    border-radius: 28px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.82), rgba(248, 237, 228, 0.68));
    border: 1px solid rgba(255, 255, 255, 0.34);
    box-shadow: 0 20px 46px rgba(21, 13, 10, 0.14);
}
.feature-icon {
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    border-radius: 18px;
    background: linear-gradient(145deg, rgba(1, 187, 91, 0.22), rgba(255,255,255,0.12) 48%, rgba(0, 109, 50, 0.08));
    color: var(--green);
    font-weight: 800;
    text-transform: uppercase;
}
.feature-card h2 { margin: 18px 0 8px; font-size: 1.8rem; }
.feature-card p { margin: 0; color: var(--muted); line-height: 1.7; }

.section {
    margin-top: 34px;
    padding: 46px clamp(20px, 3vw, 34px);
    border-radius: 40px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.72), rgba(247, 235, 225, 0.58));
    border: 1px solid rgba(255, 255, 255, 0.28);
    box-shadow: 0 24px 60px rgba(22, 13, 10, 0.16);
}

.section-promos,
.section-meats,
.section-cheeses,
.section-market {
    position: relative;
    overflow: hidden;
}

.section-promos::before,
.section-meats::before,
.section-cheeses::before,
.section-market::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.section-heading {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    align-items: end;
    margin-bottom: 28px;
}
.section-heading-centered { flex-direction: column; align-items: center; text-align: center; }
h2 {
    margin: 14px 0 0;
    font-size: clamp(2.5rem, 4vw, 4rem);
    line-height: 0.98;
    letter-spacing: -0.04em;
}

.section-promos .section-heading,
.section-meats .section-heading,
.section-cheeses .section-heading,
.section-market .section-heading {
    position: relative;
    z-index: 1;
    padding: 24px 26px;
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    box-shadow: 0 20px 50px rgba(48, 24, 11, 0.1);
    backdrop-filter: blur(12px);
}

.section-promos .section-heading h2,
.section-meats .section-heading h2,
.section-cheeses .section-heading h2,
.section-market .section-heading h2 {
    position: relative;
    display: inline-block;
}

.section-promos .section-heading h2::after,
.section-meats .section-heading h2::after,
.section-cheeses .section-heading h2::after,
.section-market .section-heading h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -12px;
    width: 74%;
    height: 12px;
    border-radius: 999px;
    opacity: 0.85;
    animation: sectorGlow 3.8s ease-in-out infinite;
}

.promo-layout {
    display: grid;
    grid-template-columns: 1.6fr 0.8fr;
    gap: 18px;
}
.promo-card { position: relative; border-radius: 34px; overflow: hidden; }
.promo-card-featured { min-height: 540px; box-shadow: var(--shadow-xl); }
.promo-card-featured img { width: 100%; height: 100%; object-fit: cover; }
.promo-price-badge {
    position: absolute;
    left: 18px;
    z-index: 2;
    padding: 10px 14px;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--amber), #ffd56f);
    color: var(--dark);
    font-weight: 900;
    letter-spacing: 0.04em;
    box-shadow: var(--shadow-md);
}
.promo-price-badge-top {
    top: 18px;
}
.promo-price-badge-bottom {
    bottom: 18px;
}
.promo-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(23, 17, 15, 0.12), rgba(23, 17, 15, 0.84)); }
.promo-content { position: absolute; inset: auto 0 0 0; padding: 34px; color: #fff; }
.promo-tag {
    display: inline-flex;
    margin-bottom: 18px;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(242, 178, 51, 0.94);
    color: var(--dark);
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}
.promo-content h3,
.promo-card-compact h3,
.recipe-copy h3,
.price-item h3,
.category-card h3,
.app-panel h3 {
    margin: 0;
    font-size: 2.2rem;
    line-height: 1;
}
.promo-content p,
.promo-card-compact p,
.recipe-copy p,
.category-card p,
.price-item p,
.app-panel p { line-height: 1.7; }
.promo-meta {
    margin-top: 18px;
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 12px;
}
.promo-meta strong { font-size: 2rem; line-height: 1; }
.promo-price-placeholder {
    font-size: 1rem !important;
    font-weight: 700;
    line-height: 1.4 !important;
    max-width: 180px;
}
.promo-stack { display: grid; gap: 18px; }
.promo-card-compact {
    min-height: 261px;
    padding: 28px;
    background: linear-gradient(180deg, rgba(255, 250, 246, 0.95), rgba(243, 229, 218, 0.95));
    box-shadow: var(--shadow-md);
}
.promo-card-compact:nth-child(2) { background: linear-gradient(160deg, rgba(242, 178, 51, 0.28), rgba(255, 249, 244, 0.92)); }

.price-panel {
    margin-top: 24px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}
.price-item {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: start;
    padding: 18px 20px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.72);
}
.price-item h3 { font-size: 1.45rem; }
.price-item p { margin: 6px 0 0; font-size: 0.9rem; }
.price-item strong { color: var(--green); font-size: 1.15rem; white-space: nowrap; }

.category-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}
.category-card {
    position: relative;
    min-height: 220px;
    padding: 26px;
    overflow: hidden;
    border-radius: 30px;
    background: var(--surface-solid);
    box-shadow: var(--shadow-md);
}
.category-card-forest { background: linear-gradient(160deg, rgba(0, 109, 50, 0.88), rgba(0, 88, 41, 0.96)); color: #fff; }
.category-card-amber { background: linear-gradient(160deg, rgba(242, 178, 51, 0.95), rgba(251, 205, 104, 0.98)); }
.category-card-clay { background: linear-gradient(160deg, rgba(164, 64, 50, 0.95), rgba(198, 92, 76, 0.9)); color: #fff; }
.category-card-dark { background: linear-gradient(160deg, rgba(23, 17, 15, 0.95), rgba(52, 39, 33, 0.95)); color: #fff; }
.category-orbit {
    position: absolute;
    right: -34px;
    bottom: -34px;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.22);
}

.section-process {
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 28px;
    align-items: center;
}
.process-media { border-radius: 36px; overflow: hidden; box-shadow: var(--shadow-xl); }
.process-media img { width: 100%; height: 100%; min-height: 620px; object-fit: cover; }
.process-copy {
    padding: 26px 28px;
    border-radius: 32px;
    background: linear-gradient(150deg, rgba(255,255,255,0.78), rgba(245, 233, 223, 0.66));
    border: 1px solid rgba(255,255,255,0.22);
    box-shadow: 0 22px 52px rgba(22, 13, 10, 0.14);
}
.check-list {
    margin: 28px 0 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 14px;
}
.check-list li {
    padding: 16px 18px;
    border-radius: 20px;
    background: linear-gradient(135deg, rgba(1, 187, 91, 0.12), rgba(255,255,255,0.24) 52%, rgba(15, 109, 67, 0.08));
    font-weight: 700;
}

.section-access-mid {
    background: linear-gradient(160deg, rgba(23, 17, 15, 0.97), rgba(45, 31, 27, 0.96));
    color: #fff;
}

.capture-variant-mid {
    padding: 30px 32px;
    display: grid;
    grid-template-columns: 1fr 1.08fr;
    gap: 20px;
    align-items: start;
    background: linear-gradient(145deg, rgba(255,255,255,0.06), rgba(255,255,255,0.02));
}

.capture-variant-mid p {
    color: rgba(255,255,255,0.74);
}

.lead-form-inline {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

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

.lead-form-inline span {
    color: rgba(255, 255, 255, 0.72);
}

.lead-form-inline input,
.lead-form-inline textarea,
.lead-form-inline select {
    border-color: rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.96);
}

.lead-form-actions-inline {
    justify-content: flex-end;
}

.section-promos {
    background:
        radial-gradient(circle at 12% 12%, rgba(249, 176, 15, 0.22), transparent 18%),
        radial-gradient(circle at 90% 18%, rgba(164, 64, 50, 0.16), transparent 20%),
        linear-gradient(155deg, rgba(255, 250, 244, 0.96), rgba(244, 230, 219, 0.94));
}

.section-promos::before {
    background:
        linear-gradient(120deg, rgba(255,255,255,0.12), transparent 38%),
        radial-gradient(circle at 78% 80%, rgba(255, 205, 118, 0.16), transparent 26%);
}

.section-promos .section-heading {
    background: linear-gradient(135deg, rgba(255, 247, 238, 0.82), rgba(255, 234, 213, 0.72));
}

.section-promos .section-kicker {
    background: rgba(122, 20, 23, 0.1);
    color: #8a2226;
}

.section-promos .section-heading h2 {
    color: #2d1a15;
    text-shadow: 0 8px 28px rgba(138, 34, 38, 0.14);
}

.section-promos .section-heading h2::after {
    background: linear-gradient(90deg, #f9b00f, rgba(249, 176, 15, 0));
}

.section-meats {
    background:
        radial-gradient(circle at 10% 12%, rgba(122, 20, 23, 0.22), transparent 19%),
        radial-gradient(circle at 88% 22%, rgba(249, 176, 15, 0.12), transparent 20%),
        linear-gradient(155deg, rgba(36, 20, 18, 0.96), rgba(74, 38, 30, 0.94));
}

.section-meats::before {
    background:
        linear-gradient(120deg, rgba(255,255,255,0.06), transparent 32%),
        radial-gradient(circle at 75% 82%, rgba(249, 176, 15, 0.12), transparent 26%);
}

.section-meats .section-heading {
    background: linear-gradient(135deg, rgba(61, 31, 27, 0.72), rgba(107, 53, 41, 0.42));
}

.section-meats .section-kicker {
    background: rgba(249, 176, 15, 0.12);
    color: #ffd36d;
}

.section-meats .section-heading h2,
.section-meats .section-heading p {
    color: #fff4ec;
}

.section-meats .section-heading h2 {
    text-shadow: 0 8px 26px rgba(249, 176, 15, 0.18);
}

.section-meats .section-heading h2::after {
    background: linear-gradient(90deg, #f9b00f, rgba(249, 176, 15, 0));
}

.section-cheeses {
    background:
        radial-gradient(circle at 14% 14%, rgba(82, 203, 156, 0.2), transparent 18%),
        radial-gradient(circle at 90% 15%, rgba(103, 102, 52, 0.16), transparent 20%),
        linear-gradient(160deg, rgba(252, 249, 241, 0.96), rgba(232, 240, 226, 0.95));
}

.section-cheeses::before {
    background:
        linear-gradient(120deg, rgba(255,255,255,0.14), transparent 40%),
        radial-gradient(circle at 74% 78%, rgba(42, 64, 19, 0.12), transparent 24%);
}

.section-cheeses .section-heading {
    background: linear-gradient(135deg, rgba(255, 252, 245, 0.78), rgba(231, 243, 227, 0.76));
}

.section-cheeses .section-kicker {
    background: rgba(42, 64, 19, 0.1);
    color: #405022;
}

.section-cheeses .section-heading h2 {
    color: #2a4013;
    text-shadow: 0 8px 26px rgba(82, 203, 156, 0.16);
}

.section-cheeses .section-heading h2::after {
    background: linear-gradient(90deg, #52cb9c, rgba(82, 203, 156, 0));
}

.meat-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.meat-card-media {
    position: relative;
    min-height: 360px;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: var(--shadow-xl);
    transform-style: preserve-3d;
    transition: transform 240ms ease, box-shadow 240ms ease;
}

.meat-card-media:hover {
    transform: translateY(-6px) rotateX(2deg) rotateY(-2deg);
    box-shadow: 0 32px 80px rgba(48, 24, 11, 0.18);
}

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

.meat-card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(23,17,15,0.06), rgba(23,17,15,0.84));
}

.meat-card-price {
    position: absolute;
    top: 18px;
    left: 18px;
    z-index: 1;
    padding: 10px 14px;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--amber), #ffd56f);
    color: var(--dark);
    font-weight: 900;
    letter-spacing: 0.04em;
    box-shadow: var(--shadow-md);
}

.meat-card-body {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    padding: 24px 22px;
    color: #fff;
}

.meat-card-body h3 {
    margin: 0 0 8px;
    font-size: 2rem;
}

.meat-card-body p {
    margin: 0;
    color: rgba(255,255,255,0.78);
    line-height: 1.7;
}

.cheese-layout {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 22px;
    align-items: start;
}

.cheese-feature {
    display: grid;
    gap: 18px;
}

.cheese-feature-media {
    position: relative;
    min-height: 520px;
    border-radius: 34px;
    overflow: hidden;
    box-shadow: var(--shadow-xl);
    background: linear-gradient(145deg, rgba(42, 64, 19, 0.96), rgba(64, 80, 34, 0.92));
}

.cheese-feature-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cheese-feature-fallback {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    padding: 24px;
    color: #fff7e8;
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(2.4rem, 5vw, 4.2rem);
    text-align: center;
    letter-spacing: -0.03em;
}

.cheese-feature-copy {
    padding: 22px 24px;
    border-radius: 28px;
    background: rgba(255,255,255,0.78);
    box-shadow: var(--shadow-md);
}

.cheese-feature-copy h3 {
    margin: 14px 0 8px;
    font-size: 2.2rem;
}

.cheese-main-price {
    display: block;
    margin-bottom: 10px;
    color: var(--green);
    font-size: 1.28rem;
    font-weight: 900;
}

.cheese-feature-copy p {
    margin: 0;
    color: var(--muted);
    line-height: 1.8;
}

.cheese-thumbs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.cheese-thumb {
    display: grid;
    gap: 6px;
    min-height: 84px;
    padding: 16px 18px;
    border-radius: 22px;
    border: 1px solid rgba(44, 28, 18, 0.1);
    background: rgba(255,255,255,0.72);
    color: var(--text);
    font: inherit;
    font-weight: 800;
    text-align: left;
    cursor: pointer;
    box-shadow: var(--shadow-md);
    transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease;
}

.cheese-thumb strong {
    font-size: 1.05rem;
    font-family: "Manrope", sans-serif;
}

.cheese-thumb span {
    color: var(--green);
    font-size: 0.84rem;
}

.cheese-thumb:hover,
.cheese-thumb.is-active {
    transform: translateY(-2px);
    border-color: rgba(1, 187, 91, 0.45);
    background: rgba(229, 247, 237, 0.92);
}

.recipe-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.recipe-card {
    border-radius: 30px;
    overflow: hidden;
    background: var(--surface-solid);
    box-shadow: var(--shadow-md);
}
.recipe-image { position: relative; aspect-ratio: 4 / 3; overflow: hidden; }
.recipe-image img { width: 100%; height: 100%; object-fit: cover; }
.recipe-time {
    position: absolute;
    top: 16px;
    right: 16px;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255, 252, 248, 0.92);
    color: var(--dark);
    font-size: 0.78rem;
    font-weight: 800;
}
.recipe-copy { padding: 24px; }

.section-market {
    background: linear-gradient(160deg, rgba(17, 85, 50, 0.96), rgba(7, 56, 34, 0.98));
    color: #fff;
}

.section-market::before {
    background:
        radial-gradient(circle at 14% 16%, rgba(249, 176, 15, 0.16), transparent 18%),
        radial-gradient(circle at 88% 20%, rgba(255, 255, 255, 0.08), transparent 18%);
}

.section-market .section-heading {
    background: linear-gradient(135deg, rgba(255,255,255,0.08), rgba(255,255,255,0.03));
}

.section-market .section-kicker {
    background: rgba(249, 176, 15, 0.12);
    color: #ffd36d;
}

.section-market .section-heading h2 {
    color: #fff8ef;
    text-shadow: 0 8px 28px rgba(249, 176, 15, 0.12);
}

.section-market .section-heading h2::after {
    background: linear-gradient(90deg, #f9b00f, rgba(249, 176, 15, 0));
}
.market-card {
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 24px;
    align-items: center;
}
.market-info p { color: rgba(255, 255, 255, 0.76); }
.market-facts {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-top: 28px;
}
.market-facts div {
    padding: 18px;
    border-radius: 20px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(249, 176, 15, 0.06));
}
.market-facts dt {
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.64);
}
.market-facts dd { margin: 8px 0 0; font-size: 1rem; font-weight: 700; }
.market-spotlight {
    position: relative;
    min-height: 500px;
    border-radius: 34px;
    overflow: hidden;
    box-shadow: var(--shadow-xl);
}
.market-spotlight img { width: 100%; height: 100%; object-fit: cover; }
.market-badge {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1;
    padding: 18px 20px;
    border-radius: 24px;
    background: rgba(255, 248, 243, 0.9);
    color: var(--dark);
}
.market-badge strong { display: block; font-size: 2rem; line-height: 1; }
.market-badge span { display: block; margin-top: 6px; color: var(--muted); font-weight: 700; }

.market-promos {
    margin-top: 22px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.market-promo-card {
    overflow: hidden;
    border-radius: 26px;
    background: linear-gradient(145deg, rgba(255,255,255,0.1), rgba(255,255,255,0.04));
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: var(--shadow-md);
}

.market-promo-image {
    position: relative;
    aspect-ratio: 16 / 10;
    overflow: hidden;
}

.market-promo-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.market-promo-copy {
    display: grid;
    gap: 8px;
    padding: 18px 18px 20px;
}

.market-promo-copy h3 {
    margin: 0;
    font-size: 1.8rem;
}

.market-promo-copy strong {
    color: #ffd36d;
    font-size: 1.1rem;
}

.market-promo-copy p {
    margin: 0;
    color: rgba(255,255,255,0.74);
    line-height: 1.7;
}

.section-app {
    display: grid;
    grid-template-columns: 1fr 0.9fr;
    gap: 22px;
    align-items: stretch;
}
.app-panel {
    display: grid;
    gap: 16px;
    padding: 26px;
    border-radius: 32px;
    background: linear-gradient(145deg, rgba(23, 17, 15, 0.98), rgba(61, 42, 34, 0.94) 58%, rgba(108, 80, 63, 0.88));
    color: #fff;
    box-shadow: var(--shadow-xl);
}
.app-panel article {
    padding: 18px 18px 20px;
    border-radius: 22px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(249, 176, 15, 0.08));
}

.section-interaction {
    background: linear-gradient(160deg, rgba(255, 249, 244, 0.92), rgba(239, 226, 214, 0.92));
}

.interaction-layout {
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 20px;
}

.interaction-menu {
    display: grid;
    gap: 14px;
    align-content: start;
}

.interaction-card,
.lead-form {
    padding: 22px;
    border-radius: 28px;
    background: rgba(255,255,255,0.78);
    box-shadow: var(--shadow-md);
}

.interaction-card {
    position: relative;
    overflow: hidden;
}

.interaction-card::after {
    content: "";
    position: absolute;
    right: -24px;
    top: -24px;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background: linear-gradient(145deg, rgba(249, 176, 15, 0.16), rgba(1, 187, 91, 0.10));
}

.interaction-card-top {
    width: 76%;
    min-height: 170px;
}

.interaction-card-middle {
    width: 92%;
    justify-self: center;
    min-height: 210px;
}

.interaction-card-bottom {
    width: 84%;
    justify-self: end;
    min-height: 188px;
}

.interaction-menu h3 {
    margin: 0 0 10px;
    font-size: 1.9rem;
    position: relative;
    z-index: 1;
}

.interaction-menu p {
    margin: 0;
    color: var(--muted);
    line-height: 1.75;
    position: relative;
    z-index: 1;
}

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

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

.lead-form span {
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--muted);
}

.lead-form input,
.lead-form textarea,
.lead-form select {
    width: 100%;
    border: 1px solid rgba(44, 28, 18, 0.12);
    border-radius: 18px;
    padding: 14px 16px;
    background: #fff;
    color: var(--text);
    font: inherit;
}

.lead-form textarea {
    resize: vertical;
}

.lead-extra {
    padding: 16px 18px;
    border-radius: 22px;
    background: rgba(0, 109, 50, 0.08);
    display: grid;
    gap: 8px;
}

.lead-extra p {
    margin: 0;
    color: var(--muted);
    line-height: 1.7;
}

.lead-flash {
    padding: 14px 16px;
    border-radius: 18px;
    font-weight: 700;
}

.lead-flash-ok {
    background: rgba(0, 109, 50, 0.12);
    color: var(--green);
}

.lead-flash-error {
    background: rgba(164, 64, 50, 0.12);
    color: var(--clay);
}

.section-testimonials {
    background: linear-gradient(160deg, rgba(23, 17, 15, 0.96), rgba(50, 36, 31, 0.94));
    color: #fff;
    overflow: hidden;
}

.section-testimonials .section-heading p {
    color: rgba(255, 255, 255, 0.72);
}

.testimonial-carousel {
    display: grid;
    gap: 18px;
}

.testimonial-viewport {
    overflow: hidden;
}

.testimonial-track {
    display: flex;
    gap: 18px;
    transition: transform 420ms ease;
    will-change: transform;
}

.testimonial-card {
    flex: 0 0 calc(33.333% - 12px);
    min-height: 260px;
    display: grid;
    grid-template-columns: 92px 1fr;
    gap: 18px;
    padding: 24px;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: var(--shadow-md);
}

.testimonial-photo-shell {
    width: 92px;
    height: 122px;
    border-radius: 22px;
    overflow: hidden;
    background: rgba(255,255,255,0.08);
}

.testimonial-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.testimonial-avatar {
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
    border-radius: 22px;
    background: linear-gradient(145deg, var(--amber), #ffd46b);
    color: var(--dark);
    font-family: "Cormorant Garamond", serif;
    font-size: 2.6rem;
    font-weight: 700;
}

.testimonial-copy p {
    margin: 0 0 14px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.86);
}

.testimonial-copy strong {
    color: #fff6e9;
    letter-spacing: 0.04em;
}

.testimonial-controls {
    display: flex;
    justify-content: end;
    gap: 12px;
}

.testimonial-button {
    min-height: 44px;
    padding: 0 18px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,0.18);
    background: rgba(255,255,255,0.08);
    color: #fff;
    font: inherit;
    font-weight: 800;
    cursor: pointer;
}

.section-map {
    background:
        radial-gradient(circle at top right, rgba(249, 176, 15, 0.16), transparent 24%),
        linear-gradient(160deg, rgba(255, 250, 246, 0.97), rgba(231, 245, 237, 0.94));
}

.section-heading-map {
    align-items: center;
}

@keyframes sectorGlow {
    0% { transform: translateX(0) scaleX(1); opacity: 0.7; }
    50% { transform: translateX(10px) scaleX(1.08); opacity: 1; }
    100% { transform: translateX(0) scaleX(1); opacity: 0.7; }
}

@keyframes emberFloat {
    0% { transform: translateY(0) scale(1); opacity: 0.7; }
    50% { transform: translateY(-12px) scale(1.04); opacity: 0.92; }
    100% { transform: translateY(-4px) scale(1.02); opacity: 0.76; }
}

.map-title {
    position: relative;
    display: inline-block;
    padding-right: 16px;
}

.map-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 78%;
    height: 10px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--amber), rgba(249, 176, 15, 0));
}

.map-layout {
    display: grid;
    grid-template-columns: 0.68fr 1.32fr;
    gap: 24px;
    align-items: stretch;
}

.map-copy {
    display: grid;
    align-content: start;
    gap: 16px;
}

.map-note {
    padding: 24px;
    border-radius: 28px;
    background: linear-gradient(145deg, rgba(255,255,255,0.9), rgba(245, 234, 224, 0.82));
    box-shadow: var(--shadow-md);
}

.map-note h3 {
    margin: 0 0 12px;
    font-size: 2rem;
}

.map-note p {
    margin: 0;
    color: var(--muted);
    line-height: 1.75;
}

.map-frame {
    min-height: 560px;
    overflow: hidden;
    border-radius: 32px;
    box-shadow: var(--shadow-xl);
    background: rgba(255,255,255,0.82);
    border: 1px solid rgba(255,255,255,0.65);
    padding: 10px;
}

.map-frame iframe {
    width: 100%;
    height: 100%;
    min-height: 540px;
    border: 0;
    display: block;
    border-radius: 24px;
}

.site-footer {
    margin-top: 26px;
    margin-bottom: 22px;
    padding: 26px 28px 34px;
    display: grid;
    grid-template-columns: 1.2fr 1fr auto;
    gap: 18px;
    align-items: end;
    border-radius: 32px;
    background: linear-gradient(145deg, rgba(244, 231, 221, 0.88), rgba(255, 247, 239, 0.82));
    box-shadow: var(--shadow-md);
}
.footer-links { display: flex; flex-wrap: wrap; gap: 14px 18px; }
.footer-links a { color: var(--muted); font-weight: 700; }
.footer-copy { font-size: 0.9rem; white-space: nowrap; }

@media (max-width: 1120px) {
    .topbar { grid-template-columns: auto auto auto; }
    .nav {
        display: none;
        position: absolute;
        top: calc(100% + 10px);
        left: 0;
        right: 0;
        padding: 18px;
        border-radius: 28px;
        background: rgba(255, 248, 243, 0.96);
        box-shadow: var(--shadow-md);
        flex-direction: column;
    }
    .nav.is-open { display: flex; }
    .menu-toggle {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        min-height: 46px;
        padding: 0 18px;
        border: 1px solid rgba(44, 28, 18, 0.12);
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.72);
        font-weight: 800;
    }
    .desktop-cta { display: none; }
    .hero-section,
    .promo-layout,
    .section-process,
    .market-card,
    .market-promos,
    .section-app,
    .capture-variant-mid,
    .cheese-layout,
    .interaction-layout,
    .map-layout,
    .site-footer { grid-template-columns: 1fr; }
    .feature-strip,
    .price-panel,
    .category-grid,
    .recipe-grid,
    .meat-grid { grid-template-columns: repeat(2, 1fr); }
    .hero-media { min-height: 520px; }
    .hero-video { min-height: 520px; }
    .interaction-card-top,
    .interaction-card-middle,
    .interaction-card-bottom { width: 100%; justify-self: stretch; min-height: auto; }
    .lead-form-grid-inline { grid-template-columns: 1fr; }
    .lead-form-actions-inline { justify-content: start; }
    .testimonial-card { flex-basis: calc(50% - 9px); }
    main { padding-top: 128px; }
}

@media (max-width: 720px) {
    .site-chrome { inset: 10px; border-radius: 26px; }
    .topbar {
        width: calc(100% - 20px);
        top: 10px;
        padding: 14px 16px;
        gap: 10px;
        border-radius: 28px;
    }
    .brand-mark { width: 46px; height: 46px; }
    .brand-logo-link { width: 46px; height: 46px; }
    .brand-subtitle { display: none; }
    .hero-section,
    .feature-strip,
    .section,
    .site-footer { width: calc(100% - 20px); }
    .hero-section { padding-top: 18px; }
    .hero-media { min-height: 360px; }
    .hero-copy,
    .section { padding: 24px 18px; border-radius: 28px; }
    h1 { font-size: 2.85rem; }
    h2 { font-size: 2.25rem; }
    .section-heading { flex-direction: column; align-items: start; }
    .feature-strip,
    .price-panel,
    .category-grid,
    .recipe-grid,
    .market-facts,
    .meat-grid,
    .cheese-thumbs { grid-template-columns: 1fr; }
    .testimonial-card {
        flex-basis: 100%;
        min-height: 232px;
        grid-template-columns: 76px 1fr;
    }
    .capture-variant-mid { padding: 24px 20px; }
    .lead-form-grid-mini { grid-template-columns: 1fr; }
    .testimonial-photo-shell { width: 76px; height: 102px; }
    .promo-card-featured { min-height: 420px; }
    .promo-content { padding: 24px 20px; }
    .promo-content h3,
    .promo-card-compact h3,
    .recipe-copy h3 { font-size: 1.8rem; }
    .cheese-feature-media { min-height: 360px; }
    .map-frame { min-height: 430px; padding: 8px; }
    .map-frame iframe { min-height: 414px; }
    .site-footer { padding: 22px 18px 28px; }
    .footer-copy { white-space: normal; }
    main { padding-top: 102px; }
}
