:root {
    --brand-900: #173f39;
    --brand-800: #1b4d46;
    --brand-700: #1f5b54;
    --brand-500: #1f5b54;
    --brand-300: #9dcac3;
    --cream-50: #fffaf4;
    --cream-100: #fff1e4;
    --ink: #1f5b54;
    --glass: rgba(255, 255, 255, 0.7);
    --shadow-lg: 0 20px 45px rgba(31, 91, 84, 0.18);
    --shadow-md: 0 14px 28px rgba(31, 91, 84, 0.12);
}

* { box-sizing: border-box; }

body {
    margin: 0;
    font-family: "Sora", sans-serif;
    color: var(--ink);
    background:
        radial-gradient(1000px 420px at -15% -10%, #ffe1c4 0%, transparent 62%),
        radial-gradient(900px 400px at 105% -8%, #ffd3ac 0%, transparent 58%),
        linear-gradient(180deg, #fdf4ea 0%, #f7ebdf 100%);
    min-height: 100vh;
    overflow-x: hidden;
}

.container {
    width: min(1140px, calc(100vw - 28px));
    margin: 0 auto;
}

.hero {
    padding: 20px 0 36px;
    position: relative;
}

.hero::before,
.hero::after {
    content: "";
    position: absolute;
    border-radius: 999px;
    filter: blur(34px);
    opacity: 0.45;
    pointer-events: none;
}

.hero::before {
    width: 240px;
    height: 240px;
    right: 8%;
    top: -64px;
    background: #ffd2ad;
}

.hero::after {
    width: 180px;
    height: 180px;
    left: 2%;
    top: 70px;
    background: #ffb985;
}

.topbar {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    min-height: 120px;
    padding-left: 78px;
    padding-right: 78px;
    position: relative;
    z-index: 1;
    animation: fade-up 560ms ease both;
}

.topbar .site-lockup--hero {
    max-width: 100%;
}

.topbar .site-copy {
    max-width: min(560px, calc(100vw - 280px));
}

.topbar .site-title {
    text-wrap: balance;
}

.topbar h1 {
    font-family: "Fraunces", serif;
    font-size: clamp(1.7rem, 3.5vw, 2.4rem);
    letter-spacing: 0.2px;
    color: var(--logo-forest-700, #1f5b54);
    margin: 0;
}

.topbar p {
    margin: 0;
    color: #1f5b54;
    font-size: 14px;
}

.carousel-wrap {
    margin: 20px auto 0;
    position: relative;
    width: min(1180px, calc(100vw - 28px));
    max-width: calc(100vw - 28px);
    padding: 0;
    isolation: isolate;
    animation: fade-up 700ms ease both;
}

.carousel {
    position: relative;
    height: clamp(245px, 28vw, 350px);
    width: 100%;
    margin: 0 auto;
    border-radius: 22px;
    overflow: hidden;
    border: 1px solid rgba(88, 54, 30, 0.08);
    box-shadow: 0 16px 38px rgba(54, 26, 12, 0.12);
    background: #8f4d2a;
    isolation: isolate;
    touch-action: pan-y;
}

.carousel::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(31, 24, 20, 0.58) 0%, rgba(31, 24, 20, 0.42) 26%, rgba(31, 24, 20, 0.18) 46%, rgba(31, 24, 20, 0.04) 68%, rgba(31, 24, 20, 0) 100%);
    pointer-events: none;
    z-index: 1;
}

.carousel::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(0, 0, 0, 0.08));
    pointer-events: none;
    z-index: 1;
}

.slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 320ms ease;
    display: block;
    transform: scale(1.018);
    overflow: hidden;
}

.slide:nth-child(1) { background: linear-gradient(135deg, #458146, #8dbe69 60%, #d8efad); }
.slide:nth-child(2) { background: linear-gradient(135deg, #3d6f42, #82a94e 60%, #c7dc9a); }
.slide:nth-child(3) { background: linear-gradient(135deg, #507943, #98b55e 60%, #d6e7a9); }
.slide:nth-child(4) { background: linear-gradient(135deg, #3f7441, #8ead56 60%, #d0e1a2); }
.slide:nth-child(5) { background: linear-gradient(135deg, #4b7b47, #95b560 60%, #d8ebae); }

.slide-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 0;
}

.slide.active {
    opacity: 1;
    transform: scale(1);
    transition: opacity 320ms ease, transform 2.2s ease;
}

.overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    z-index: 2;
    padding: clamp(18px, 2.4vw, 28px) clamp(18px, 2.8vw, 34px);
}

.overlay-copy {
    max-width: min(480px, 44%);
    color: #fff;
}

.overlay-eyebrow {
    display: inline-flex;
    align-items: center;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.18);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.overlay h2 {
    margin: 12px 0 0;
    font-size: clamp(2rem, 3.9vw, 3.4rem);
    line-height: 1.02;
    font-weight: 800;
    letter-spacing: -0.02em;
}

.overlay p {
    margin: 12px 0 0;
    font-size: clamp(0.95rem, 1.4vw, 1.05rem);
    line-height: 1.45;
    opacity: 0.95;
    max-width: 30rem;
}

.overlay-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 18px;
    min-height: 42px;
    padding: 0 18px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.96);
    color: #2f3f1f;
    text-decoration: none;
    font-weight: 800;
    font-size: 0.96rem;
    box-shadow: 0 10px 20px rgba(17, 24, 39, 0.14);
}

.overlay-cta:hover {
    background: #ffffff;
}

.dots {
    display: flex;
    gap: 8px;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}

.dots button {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    border: none;
    background: rgba(88, 54, 30, 0.18);
    cursor: pointer;
    transition: width 180ms ease, background-color 180ms ease;
}

.dots button.active {
    width: 24px;
    background: #1f5b54;
}

.carousel-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 999px;
    border: none;
    background: transparent;
    color: #fffaf4;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
    z-index: 5;
    pointer-events: auto;
    box-shadow: none;
}

.carousel-nav:hover {
    background: transparent;
}

.carousel-nav:active {
    transform: translateY(-50%) scale(0.97);
}

.carousel-nav.prev { left: 12px; }
.carousel-nav.next { right: 12px; }

.ad-strip {
    margin-top: 18px;
    border-radius: 20px;
}

.ad-head {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 10px;
    margin-bottom: 10px;
}

.ad-head h2 {
    margin: 0;
    font-family: "Fraunces", serif;
    color: var(--brand-700);
    font-size: clamp(1.2rem, 2.3vw, 1.7rem);
}

.ad-head p {
    margin: 0;
    color: #1f5b54;
    font-size: 13px;
}

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

.ad-card {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    min-height: 220px;
    border: 1px solid rgba(255,255,255,.32);
    box-shadow: var(--shadow-md);
    isolation: isolate;
}

.ad-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.ad-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 7px;
    padding: 14px;
    background: linear-gradient(180deg, rgba(26, 12, 7, 0.06), rgba(26, 12, 7, 0.75) 70%);
    color: #fff;
}

.ad-overlay h3 {
    margin: 0;
    font-size: clamp(1rem, 2.1vw, 1.35rem);
    line-height: 1.1;
}

.ad-overlay p {
    margin: 0;
    font-size: 12px;
    opacity: .95;
}

.ad-overlay a {
    display: inline-flex;
    width: fit-content;
    text-decoration: none;
    background: #fff;
    color: #1f5b54;
    font-size: 12px;
    font-weight: 700;
    padding: 6px 10px;
    border-radius: 999px;
}

.ad-card--empty {
    background: linear-gradient(160deg, #1f5b54, #3d7c72 56%, #9dcac3);
}

.history-home {
    margin: 30px auto 8px;
    border-radius: 20px;
    padding: 16px;
    border: 1px solid #ead2be;
    background: var(--glass);
    backdrop-filter: blur(7px);
    box-shadow: var(--shadow-md);
    animation: fade-up 460ms ease both;
}

.history-head {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: baseline;
    margin-bottom: 10px;
}

.history-head h2 {
    margin: 0;
    font-family: "Fraunces", serif;
    color: var(--brand-700);
    font-size: clamp(1.2rem, 2.4vw, 1.55rem);
}

.history-head p {
    margin: 0;
    color: #1f5b54;
    font-size: 13px;
}

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

.history-order {
    border: 1px solid #ead6c7;
    border-radius: 12px;
    padding: 12px;
    background: #fffdfb;
    transform: translateY(8px);
    opacity: 0;
    animation: fade-up 420ms ease forwards;
}

.history-order h4 {
    margin: 0;
    color: var(--brand-700);
    font-size: 14px;
}

.history-order p {
    margin: 6px 0 0;
    color: #1f5b54;
    font-size: 12px;
}

.sections {
    margin: 30px auto 54px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.section-card {
    text-decoration: none;
    color: inherit;
    border: 1px solid #ecd0ba;
    border-radius: 22px;
    padding: 24px;
    display: flex;
    justify-content: space-between;
    align-items: end;
    min-height: 188px;
    box-shadow: var(--shadow-md);
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transform: translateY(10px);
    opacity: 0;
    animation: fade-up 500ms ease forwards;
}

.section-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, rgba(16, 10, 7, 0.68) 0%, rgba(16, 10, 7, 0.3) 56%, rgba(16, 10, 7, 0.12) 100%);
}

.section-card::after {
    content: "";
    position: absolute;
    width: 130px;
    height: 130px;
    right: -28px;
    top: -28px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.25);
}

.section-card > div,
.section-card > span {
    position: relative;
    z-index: 1;
}

.section-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 34px rgba(56, 27, 12, 0.18);
}

.section-card h3 {
    margin: 0;
    font-size: 34px;
    font-family: "Fraunces", serif;
    color: #fff8f0;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
}

.section-card p {
    margin: 10px 0 0;
    color: rgba(255, 243, 233, 0.95);
    text-shadow: 0 1px 7px rgba(0, 0, 0, 0.32);
}

.section-card span {
    background: rgba(255, 246, 236, 0.94);
    color: #1f5b54;
    padding: 9px 15px;
    border-radius: 999px;
    font-weight: 700;
    position: relative;
    z-index: 1;
}

.bakery {
    background-image:
        linear-gradient(160deg, rgba(15, 10, 7, 0.6), rgba(15, 10, 7, 0.24) 62%, rgba(15, 10, 7, 0.12)),
        url("/static/products/images/sections/bakery-card.jpg");
}

.snacks {
    background-image:
        linear-gradient(160deg, rgba(15, 10, 7, 0.6), rgba(15, 10, 7, 0.24) 62%, rgba(15, 10, 7, 0.12)),
        url("/static/products/images/sections/snacks-card.jpg");
}

.top-choice-strip {
    margin: 18px auto 30px;
}

.top-choice-head {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 10px;
    margin-bottom: 10px;
}

.top-choice-head h2 {
    margin: 0;
    font-family: "Fraunces", serif;
    color: var(--brand-700);
    font-size: clamp(1.15rem, 2.2vw, 1.55rem);
}

.top-choice-see-all {
    color: #1f5b54;
    text-decoration: none;
    font-size: 0.88rem;
    font-weight: 700;
    border-bottom: 1px solid rgba(31, 91, 84, 0.3);
}

.top-choice-frame {
    border: 1px solid rgba(255, 255, 255, 0.36);
    border-radius: 18px;
    padding: 10px;
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(7px);
    box-shadow: 0 18px 30px rgba(43, 22, 12, 0.12);
}

.top-choice-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

.top-choice-card {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 18px;
    overflow: hidden;
    display: block;
    text-decoration: none;
    color: inherit;
    border: 1px solid rgba(255, 255, 255, 0.34);
    background: #1f5b54;
    box-shadow: 0 18px 32px rgba(43, 22, 12, 0.2);
}

.top-choice-media,
.top-choice-media img {
    width: 100%;
    height: 100%;
}

.top-choice-media {
    display: block;
    background: linear-gradient(160deg, #1f5b54, #3d7c72 56%, #9dcac3);
}

.top-choice-media img {
    object-fit: cover;
    display: block;
    transition: transform 420ms ease;
}

.top-choice-overlay {
    position: absolute;
    inset: 0;
    padding: clamp(12px, 2vw, 18px);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 6px;
    color: #fff;
    background: linear-gradient(180deg, rgba(22, 10, 6, 0.08) 0%, rgba(22, 10, 6, 0.78) 76%);
}

.top-choice-overlay h3 {
    margin: 0;
    font-size: clamp(0.88rem, 1.25vw, 1.02rem);
    line-height: 1.1;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.top-choice-chip {
    width: fit-content;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 26px;
    padding: 0 9px;
    border-radius: 999px;
    background: rgba(255, 250, 244, 0.96);
    color: #1f5b54;
    font-size: 0.72rem;
    font-weight: 800;
}

.top-choice-fallback {
    display: grid;
    place-items: center;
    width: 100%;
    height: 100%;
    font-family: "Fraunces", serif;
    font-size: 1.45rem;
    color: rgba(255, 255, 255, 0.95);
}

.top-choice-card--fallback {
    background: linear-gradient(160deg, #1f5b54, #3d7c72 56%, #9dcac3);
}

.top-choice-card:hover .top-choice-media img,
.top-choice-card:focus-visible .top-choice-media img {
    transform: scale(1.04);
}

.about-us-section {
    margin: 20px auto 36px;
}

.about-us-card {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    border: 1px solid rgba(34, 112, 92, 0.24);
    background: linear-gradient(145deg, rgba(255, 251, 245, 0.985), rgba(255, 244, 229, 0.96));
    box-shadow: 0 16px 36px rgba(41, 22, 10, 0.12);
    padding: clamp(18px, 2.2vw, 26px);
    isolation: isolate;
    animation: about-card-float 6.2s ease-in-out infinite;
    transition: box-shadow 260ms ease, transform 260ms ease;
}

.about-us-card::before {
    content: "";
    position: absolute;
    inset: 8px;
    background: url("/static/products/images/thathwamasi-logo.png") center/300px auto no-repeat;
    opacity: 0.09;
    filter: grayscale(0.12);
    pointer-events: none;
    z-index: -1;
    animation: about-logo-breath 7s ease-in-out infinite;
}

.about-us-card::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 34%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.16) 52%, rgba(255, 255, 255, 0) 100%);
    transform: translateX(-130%) skewX(-14deg);
    pointer-events: none;
    z-index: 0;
    animation: about-shine 8.6s ease-in-out infinite;
}

.about-us-card h2 {
    margin: 0;
    font-family: "Fraunces", serif;
    font-size: clamp(1.2rem, 2.2vw, 1.7rem);
    color: #1f5b54;
    position: relative;
    z-index: 1;
}

.about-us-copy {
    margin-top: 16px;
    display: grid;
    gap: 10px;
    max-width: 76ch;
    position: relative;
    z-index: 1;
    padding-left: 14px;
    border-left: 3px solid rgba(31, 91, 84, 0.28);
}

.about-us-copy p {
    margin: 0;
    font-size: clamp(0.95rem, 1.26vw, 1.01rem);
    line-height: 1.76;
    color: rgba(35, 22, 14, 0.94);
    text-wrap: pretty;
}

.about-us-copy::before {
    content: "\201C";
    position: absolute;
    left: -4px;
    top: -10px;
    font-family: "Fraunces", serif;
    font-size: 2.1rem;
    line-height: 1;
    color: rgba(31, 91, 84, 0.32);
}

.about-us-copy p:first-child {
    color: rgba(32, 20, 13, 0.98);
    font-weight: 600;
    letter-spacing: 0.005em;
}

.about-us-copy p:first-child::first-letter {
    font-family: "Fraunces", serif;
    font-size: 1.4em;
    font-weight: 700;
    color: #1f5b54;
}

.about-us-purity {
    margin: 14px auto 0;
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 8px 13px;
    border-radius: 999px;
    background: rgba(34, 112, 92, 0.14);
    color: #1f5b54;
    font-weight: 800;
    letter-spacing: 0.01em;
    position: relative;
    z-index: 1;
    animation: about-badge-pulse 2.8s ease-in-out infinite;
}

.about-us-purity-icon {
    width: 18px;
    height: 18px;
    display: inline-flex;
    color: #2a9d4b;
}

.about-us-purity-icon svg {
    width: 100%;
    height: 100%;
}

.about-us-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 22px 38px rgba(41, 22, 10, 0.16);
}

@keyframes about-card-float {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-4px);
    }
}

@keyframes about-logo-breath {
    0%,
    100% {
        opacity: 0.08;
        transform: scale(1);
    }
    50% {
        opacity: 0.13;
        transform: scale(1.04);
    }
}

@keyframes about-shine {
    0% {
        transform: translateX(-130%) skewX(-14deg);
    }
    58%,
    100% {
        transform: translateX(360%) skewX(-14deg);
    }
}

@keyframes about-badge-pulse {
    0%,
    100% {
        box-shadow: 0 0 0 0 rgba(42, 157, 75, 0.26);
    }
    50% {
        box-shadow: 0 0 0 8px rgba(42, 157, 75, 0);
    }
}

@media (max-width: 760px) {
    .top-choice-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .top-choice-frame {
        border-radius: 16px;
        padding: 8px;
    }

    .top-choice-card {
        border-radius: 16px;
    }

    .about-us-card h2 {
        text-align: center;
    }

    .about-us-copy {
        padding-left: 12px;
        border-left-width: 2px;
    }

    .about-us-purity {
        width: fit-content;
        margin-inline: auto;
        justify-content: center;
    }
}

@media (max-width: 420px) {
    .top-choice-head h2 {
        font-size: clamp(1rem, 5vw, 1.2rem);
    }

    .top-choice-see-all {
        font-size: 0.78rem;
    }

    .about-us-card {
        border-radius: 16px;
        padding: 16px;
    }

    .about-us-card::before {
        background-size: 190px auto;
        opacity: 0.08;
    }

    .about-us-copy {
        gap: 7px;
        padding-left: 10px;
    }

    .about-us-copy p {
        line-height: 1.62;
        font-size: 0.91rem;
    }

    .about-us-copy::before {
        font-size: 1.72rem;
        left: -3px;
        top: -7px;
    }

    .about-us-purity {
        margin-top: 12px;
        padding: 7px 11px;
        font-size: 0.84rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .about-us-card,
    .about-us-card::before,
    .about-us-card::after,
    .about-us-purity {
        animation: none !important;
    }
}

.contact-premium-section {
    margin: 8px calc(50% - 50vw) 0;
    padding: clamp(26px, 4vw, 44px) clamp(18px, 3vw, 34px) 16px;
    background:
        radial-gradient(62% 110% at 18% 0%, rgba(31, 91, 84, 0.12), rgba(31, 91, 84, 0) 66%),
        radial-gradient(68% 100% at 82% 0%, rgba(31, 91, 84, 0.09), rgba(31, 91, 84, 0) 70%),
        linear-gradient(132deg, rgba(31, 91, 84, 0.08) 0%, rgba(31, 91, 84, 0.04) 44%, rgba(31, 91, 84, 0.02) 100%);
    border-top: 1px solid rgba(31, 91, 84, 0.22);
    color: var(--brand-700);
}

.contact-premium-hero {
    max-width: 950px;
    margin: 0 auto;
    text-align: center;
}

.contact-premium-hero h2 {
    margin: 0;
    font-size: clamp(1.58rem, 3.3vw, 2.8rem);
    line-height: 1.14;
    color: var(--brand-700);
    font-family: "Sora", sans-serif;
    font-weight: 800;
}

.contact-premium-hero p {
    margin: 14px auto 0;
    max-width: 760px;
    font-size: clamp(0.95rem, 1.55vw, 1.35rem);
    line-height: 1.56;
    color: rgba(31, 91, 84, 0.88);
}

.contact-premium-actions {
    margin-top: 18px;
    display: inline-flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
    justify-content: center;
}

.contact-cta {
    min-height: 46px;
    padding: 0 26px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-weight: 800;
    font-size: 1rem;
    letter-spacing: 0.01em;
    transition: transform 220ms ease, box-shadow 220ms ease, background-color 220ms ease, color 220ms ease;
}

.contact-cta--solid {
    color: #062332;
    background: linear-gradient(120deg, #3de9ba, #24c896);
    box-shadow: 0 10px 26px rgba(37, 203, 152, 0.34);
}

.contact-cta--solid:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 28px rgba(37, 203, 152, 0.42);
}

.contact-cta--outline {
    color: #45d7a9;
    border: 2px solid rgba(69, 215, 169, 0.92);
    background: rgba(17, 34, 52, 0.35);
}

.contact-cta--outline:hover {
    transform: translateY(-2px);
    background: rgba(69, 215, 169, 0.18);
}

.contact-premium-divider {
    height: 1px;
    margin: 24px auto 20px;
    max-width: 1260px;
    background: linear-gradient(90deg, rgba(31, 91, 84, 0), rgba(31, 91, 84, 0.3), rgba(31, 91, 84, 0));
}

.contact-premium-grid {
    max-width: 1260px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.1fr 1fr 1fr 1.25fr;
    gap: clamp(16px, 2.2vw, 40px);
}

.contact-premium-brand img {
    width: clamp(74px, 8vw, 112px);
    height: auto;
    display: block;
}

.contact-premium-brand p {
    margin: 12px 0 0;
    max-width: 30ch;
    font-size: 1rem;
    line-height: 1.6;
    color: rgba(31, 91, 84, 0.86);
}

.contact-premium-column h3 {
    margin: 0;
    color: var(--brand-700);
    font-size: 1.08rem;
    font-weight: 700;
}

.contact-premium-column ul {
    margin: 12px 0 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 10px;
}

.contact-premium-column li,
.contact-premium-column a {
    font-size: 1rem;
    line-height: 1.45;
    color: rgba(31, 91, 84, 0.9);
    text-decoration: none;
}

.contact-premium-column a:hover {
    color: var(--brand-800);
    text-decoration: underline;
}

.contact-premium-contact-list li {
    padding-left: 0;
}

.contact-icon-row {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.contact-item-icon {
    width: 18px;
    height: 18px;
    min-width: 18px;
    color: var(--brand-700);
    margin-top: 2px;
}

.contact-item-icon svg {
    width: 100%;
    height: 100%;
}

.contact-premium-bottom {
    margin: 22px auto 0;
    padding-top: 14px;
    border-top: 1px solid rgba(31, 91, 84, 0.2);
    max-width: 1260px;
    text-align: center;
    color: rgba(31, 91, 84, 0.78);
    font-size: 0.95rem;
}

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

@media (max-width: 640px) {
    .contact-premium-section {
        padding: 22px 14px 14px;
    }

    .contact-premium-actions {
        width: 100%;
        gap: 10px;
    }

    .contact-cta {
        min-height: 42px;
        padding: 0 18px;
        font-size: 0.93rem;
        flex: 1 1 0;
    }

    .contact-premium-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .contact-premium-brand img {
        margin-inline: auto;
    }

    .contact-premium-brand p {
        margin-inline: auto;
        text-align: center;
    }
}


.hidden {
    display: none !important;
}

@keyframes fade-up {
    from {
        opacity: 0;
        transform: translateY(18px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 760px) {
    .container {
        width: calc(100vw - 20px);
    }

    .hero {
        padding: 12px 0 28px;
    }

    .topbar {
        flex-direction: column;
        align-items: flex-start;
        min-height: auto;
        padding-left: 0;
        padding-right: 0;
        padding-top: 58px;
        gap: 10px;
    }

    .topbar .site-lockup--hero {
        gap: 12px;
        align-items: center;
    }

    .topbar .site-copy {
        max-width: min(560px, calc(100vw - 24px));
    }

    .topbar .site-title {
        font-size: clamp(1.32rem, 4.2vw, 1.8rem);
        line-height: 1.06;
    }

    .sections {
        grid-template-columns: 1fr;
        gap: 12px;
        margin: 24px auto 42px;
    }

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

    .ad-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .carousel-wrap {
        width: calc(100vw - 18px);
        max-width: calc(100vw - 18px);
        margin-top: 18px;
    }

    .carousel {
        height: clamp(225px, 62vw, 300px);
        border-radius: 18px;
    }

    .carousel::before {
        background: linear-gradient(90deg, rgba(31, 24, 20, 0.6) 0%, rgba(31, 24, 20, 0.42) 38%, rgba(31, 24, 20, 0.16) 64%, rgba(31, 24, 20, 0) 100%);
    }

    .overlay {
        padding: 16px 16px 18px;
        align-items: flex-end;
    }

    .overlay-copy {
        max-width: 78%;
    }

    .overlay h2 {
        font-size: clamp(1.5rem, 6vw, 2rem);
    }

    .overlay p {
        font-size: 0.92rem;
        margin-top: 10px;
    }

    .overlay-cta {
        min-height: 38px;
        padding: 0 14px;
        margin-top: 14px;
        font-size: 0.88rem;
    }

    .carousel-nav {
        width: 34px;
        height: 34px;
        font-size: 20px;
    }

    .ad-head,
    .history-head {
        flex-direction: column;
        align-items: flex-start;
        gap: 6px;
    }

    .ad-card {
        min-height: clamp(220px, 72vw, 300px);
        border-radius: 18px;
    }

    .ad-overlay {
        padding: 16px;
    }

    .history-home {
        margin-top: 22px;
        padding: 14px;
        border-radius: 16px;
    }

    .section-card {
        flex-direction: column;
        align-items: flex-start;
        min-height: 160px;
        padding: 18px;
        border-radius: 18px;
    }

    .section-card h3 {
        font-size: 28px;
    }

    .section-card p {
        font-size: 14px;
        line-height: 1.45;
    }

    .section-card span {
        margin-top: 14px;
    }
}

.topbar .site-subtitle {
    max-width: 42rem;
}

@media (max-width: 760px) {
    .ad-head,
    .history-head {
        flex-direction: column;
        align-items: flex-start;
    }

    .section-card {
        flex-direction: column;
        align-items: flex-start;
        min-height: auto;
    }

    .section-card span {
        margin-top: 16px;
    }
}

@media (max-width: 480px) {
    .container {
        width: calc(100vw - 14px);
    }

    .hero {
        padding-top: 10px;
        padding-bottom: 22px;
    }

    .topbar,
    .has-customer-menu .topbar {
        min-height: auto;
        padding-left: 0;
        padding-right: 0;
        padding-top: 52px;
        gap: 6px;
    }

    .topbar .site-lockup--hero {
        gap: 8px;
        align-items: center;
    }

    .topbar .site-logo--hero {
        width: 76px;
        height: 76px;
    }

    .topbar .site-copy {
        max-width: calc(100vw - 18px);
    }

    .topbar .site-title {
        font-size: clamp(1.08rem, 5vw, 1.32rem);
        line-height: 1.06;
    }
}

@media (max-width: 380px) {
    .topbar,
    .has-customer-menu .topbar {
        min-height: auto;
        padding-top: 50px;
    }

    .topbar .site-logo--hero {
        width: 68px;
        height: 68px;
    }

    .topbar .site-copy {
        max-width: calc(100vw - 18px);
    }

    .topbar .site-title {
        font-size: clamp(0.98rem, 4.8vw, 1.14rem);
    }

    .carousel-wrap {
        width: calc(100vw - 12px);
        max-width: calc(100vw - 12px);
    }

    .carousel {
        height: clamp(220px, 76vw, 270px);
        border-radius: 16px;
    }

    .carousel::before {
        background: linear-gradient(90deg, rgba(31, 24, 20, 0.64) 0%, rgba(31, 24, 20, 0.46) 46%, rgba(31, 24, 20, 0.14) 70%, rgba(31, 24, 20, 0) 100%);
    }

    .overlay {
        padding: 14px 14px 16px;
    }

    .overlay-copy {
        max-width: 88%;
    }

    .overlay-eyebrow {
        font-size: 10px;
        padding: 5px 8px;
    }

    .overlay h2 {
        font-size: clamp(1.26rem, 6vw, 1.58rem);
        margin-top: 10px;
    }

    .overlay p {
        margin-top: 8px;
        font-size: 12px;
        line-height: 1.4;
    }

    .overlay-cta {
        min-height: 34px;
        padding: 0 12px;
        margin-top: 12px;
        font-size: 0.82rem;
    }

    .carousel-nav {
        width: 30px;
        height: 30px;
        font-size: 18px;
    }

    .dots {
        margin-top: 8px;
    }

    .sections {
        margin: 20px auto 34px;
        gap: 10px;
    }

    .section-card {
        min-height: 144px;
        padding: 16px;
        border-radius: 16px;
    }

    .section-card h3 {
        font-size: 24px;
    }

    .section-card p {
        margin-top: 8px;
        font-size: 13px;
    }

    .ad-strip {
        margin-top: 12px;
    }

    .ad-head h2,
    .history-head h2 {
        font-size: 1.08rem;
    }

    .ad-head p,
    .history-head p {
        font-size: 12px;
    }

    .ad-card {
        min-height: 210px;
    }

    .ad-overlay {
        padding: 14px;
    }

    .ad-overlay h3 {
        font-size: 1rem;
    }

    .history-home {
        margin-top: 18px;
        padding: 12px;
        border-radius: 14px;
    }

    .history-order {
        padding: 11px;
    }
}


.ad-grid {
    align-items: stretch;
}

.ad-card {
    min-height: clamp(220px, 28vw, 280px);
    background: linear-gradient(160deg, #a46a43, #d7a27b);
}

.ad-card img {
    position: absolute;
    inset: 0;
}

.ad-card .ad-overlay {
    z-index: 1;
}

@media (max-width: 760px) {
    .ad-grid {
        gap: 14px;
    }

    .ad-card {
        min-height: clamp(230px, 72vw, 320px);
    }

    .ad-overlay {
        padding: 16px;
    }
}

@media (max-width: 480px) {
    .ad-card {
        min-height: 240px;
    }

    .ad-overlay h3 {
        font-size: 1.05rem;
    }
}


.ad-card {
    transform: translateY(14px) scale(0.985);
    opacity: 0;
    animation: fade-up-card 560ms ease forwards;
    transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
    will-change: transform;
}

.ad-card:nth-child(1) { animation-delay: 40ms; }
.ad-card:nth-child(2) { animation-delay: 110ms; }
.ad-card:nth-child(3) { animation-delay: 180ms; }

.ad-card img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 0;
    opacity: 1;
    transform: scale(1.01);
    transition: transform 420ms ease, filter 320ms ease, opacity 220ms ease;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.ad-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(16, 9, 6, 0.18));
    z-index: 0;
    pointer-events: none;
}

.ad-card .ad-overlay {
    z-index: 1;
    transition: background 320ms ease;
}

.ad-card:hover,
.ad-card:focus-within {
    transform: translateY(-6px) scale(1.01);
    box-shadow: 0 20px 36px rgba(54, 26, 12, 0.18);
    border-color: rgba(255, 255, 255, 0.46);
}

.ad-card:hover img,
.ad-card:focus-within img {
    transform: scale(1.08);
    filter: saturate(1.08) contrast(1.03);
}

.ad-card:hover .ad-overlay,
.ad-card:focus-within .ad-overlay {
    background: linear-gradient(180deg, rgba(26, 12, 7, 0.03), rgba(26, 12, 7, 0.82) 72%);
}

@keyframes fade-up-card {
    from {
        opacity: 0;
        transform: translateY(14px) scale(0.985);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@media (max-width: 760px) {
    .ad-card {
        animation-duration: 480ms;
    }

    .ad-card img {
        transform: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ad-card,
    .ad-card img,
    .ad-card .ad-overlay {
        animation: none;
        transition: none;
        transform: none;
        opacity: 1;
    }
}


/* Mobile-first offers cards: use a background media layer instead of relying on img rendering. */
.ad-grid {
    grid-template-columns: 1fr;
}

.ad-card {
    display: block;
}

.ad-media {
    position: absolute;
    inset: 0;
    z-index: 0;
    background-color: #1f5b54;
    background-image: var(--ad-image);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transform: scale(1.01);
    transition: transform 420ms ease, filter 320ms ease, opacity 220ms ease;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.ad-card:hover .ad-media,
.ad-card:focus-within .ad-media {
    transform: scale(1.08);
    filter: saturate(1.08) contrast(1.03);
}

.ad-card:active {
    transform: translateY(-2px) scale(0.995);
}

@media (min-width: 761px) {
    .ad-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}


/* Final mobile-first offers override: real image node inside a stable media wrapper. */
.ad-card {
    background: #1f5b54;
}

.ad-media {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
    background: linear-gradient(160deg, #1f5b54, #9dcac3);
}

.ad-media-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center center;
    opacity: 1;
    transform: translateZ(0) scale(1.001);
    -webkit-transform: translateZ(0) scale(1.001);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transition: transform 420ms ease, filter 320ms ease;
}

.ad-card::after {
    z-index: 1;
}

.ad-overlay {
    z-index: 2;
}

.ad-card:hover .ad-media-img,
.ad-card:focus-within .ad-media-img {
    transform: translateZ(0) scale(1.06);
    -webkit-transform: translateZ(0) scale(1.06);
    filter: saturate(1.08) contrast(1.03);
}

@media (max-width: 760px) {
    .ad-card {
        opacity: 1;
        transform: none;
        animation: none;
        transition: box-shadow 220ms ease, transform 180ms ease;
    }

    .ad-media,
    .ad-media-img {
        transform: translateZ(0);
        -webkit-transform: translateZ(0);
    }

    .ad-overlay {
        animation: fade-up 420ms ease both;
    }

    .ad-card:active {
        transform: scale(0.99);
    }
}

@media (prefers-reduced-motion: reduce) {
    .ad-overlay,
    .ad-media-img {
        animation: none;
        transition: none;
    }
}


/* Homepage flow tuning: move section cards before offers and reveal content smoothly on scroll. */
.sections {
    margin: 24px auto 26px;
}

.reveal-ready .scroll-reveal {
    opacity: 0;
    transform: translate3d(0, 24px, 0) scale(0.986);
    animation: none !important;
    transition:
        opacity 560ms cubic-bezier(0.22, 1, 0.36, 1),
        transform 560ms cubic-bezier(0.22, 1, 0.36, 1);
    transition-delay: var(--reveal-delay, 0ms);
    will-change: opacity, transform;
}

.reveal-ready .scroll-reveal.is-visible {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
}

.reveal-ready .scroll-reveal.ad-card {
    transform: translate3d(0, 22px, 0) scale(0.98);
}

.reveal-ready .scroll-reveal.ad-card.is-visible {
    transform: translate3d(0, 0, 0) scale(1);
}

@media (max-width: 760px) {
    .sections {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .section-card {
        min-height: 150px;
        padding: 18px;
    }

    .section-card h3 {
        font-size: clamp(1.35rem, 5vw, 1.8rem);
    }

    .section-card p {
        font-size: 13px;
    }

    .reveal-ready .scroll-reveal {
        transform: translate3d(0, 18px, 0) scale(0.992);
    }
}

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

@media (prefers-reduced-motion: reduce) {
    .reveal-ready .scroll-reveal,
    .reveal-ready .scroll-reveal.is-visible {
        opacity: 1;
        transform: none;
        transition: none;
        will-change: auto;
    }
}


/* Homepage navigation refresh */
.topbar {
    align-items: center;
    gap: 20px;
}

.has-customer-menu .topbar {
    padding-left: 0;
}

.topbar .site-lockup--hero {
    flex: 0 1 auto;
}

.topbar .site-copy {
    gap: 6px;
}

@media (max-width: 860px) {
    .topbar {
        align-items: flex-start;
    }

    .customer-menu {
        width: 100%;
        justify-content: flex-end;
    }
}

@media (max-width: 760px) {
    .has-customer-menu .topbar {
        padding-left: 0;
    }
}

@media (max-width: 480px) {
    .has-customer-menu .topbar {
        padding-left: 0;
    }

    .topbar .site-lockup--hero {
        gap: 10px;
    }

    .topbar .site-title {
        font-size: clamp(1.35rem, 7vw, 1.85rem);
    }
}

/* Homepage header alignment refresh */
.topbar,
.has-customer-menu .topbar {
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    min-height: 120px;
    padding-left: 0;
    padding-right: 74px;
    gap: 12px;
}

.topbar .site-lockup--hero {
    flex: 0 1 auto;
    max-width: min(620px, calc(100vw - 120px));
}

.home-brand-row {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
    flex: 1 1 auto;
    max-width: none;
}

.topbar .site-copy {
    gap: 6px;
    max-width: min(520px, calc(100vw - 170px));
}

.home-location {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding-left: 12px;
    margin-left: 0;
    border-left: 1px solid rgba(101, 72, 48, 0.2);
    min-width: 190px;
    max-width: 340px;
    flex: 0 1 340px;
}

.home-location-icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #1f5b54;
    background: rgba(255, 255, 255, 0.75);
    border: 1px solid rgba(111, 60, 31, 0.2);
    box-shadow: 0 4px 12px rgba(50, 27, 14, 0.08);
    flex: 0 0 auto;
}

.home-location-icon svg {
    width: 18px;
    height: 18px;
}

.home-location-copy {
    display: flex;
    flex-direction: column;
    min-width: 0;
    line-height: 1.05;
}

.home-location-label {
    font-size: 0.75rem;
    font-weight: 500;
    color: #1f5b54;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.home-location-value {
    font-size: 1.03rem;
    font-weight: 700;
    color: #1f5b54;
    letter-spacing: 0.01em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.home-search {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 0 1 clamp(230px, 30vw, 380px);
    min-width: 190px;
    height: 52px;
    padding: 0 14px;
    border: 1px solid rgba(95, 53, 29, 0.2);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 10px 24px rgba(62, 31, 16, 0.08);
    transition: border-color 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.home-search-label {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
}

.home-search input {
    flex: 1 1 auto;
    min-width: 0;
    height: 100%;
    border: none;
    border-radius: 999px;
    padding: 0 4px;
    font: 500 1rem/1.2 "Sora", sans-serif;
    color: #1f5b54;
    background: transparent;
}

.home-search input::placeholder {
    color: #1f5b54;
}

.home-search input:focus {
    outline: none;
}

.home-search:focus-within {
    border-color: rgba(111, 60, 31, 0.44);
    box-shadow: 0 12px 28px rgba(62, 31, 16, 0.13);
    background: #fffdfb;
}

.home-search-submit {
    width: 32px;
    height: 32px;
    flex: 0 0 auto;
    border: none;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    color: #1f5b54;
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid rgba(31, 91, 84, 0.26);
    cursor: pointer;
}

.home-search-submit svg {
    width: 18px;
    height: 18px;
}

.home-search-submit:hover {
    background: rgba(245, 252, 250, 0.98);
}

@media (max-width: 860px) {
    .topbar,
    .has-customer-menu .topbar {
        min-height: 108px;
        gap: 10px;
        padding-right: 70px;
    }

    .topbar .site-copy {
        max-width: min(250px, 34vw);
    }

    .home-brand-row {
        gap: 9px;
    }

    .home-location {
        min-width: 165px;
        max-width: 250px;
        padding-left: 10px;
    }

    .home-search {
        flex: 0 1 clamp(200px, 30vw, 320px);
        min-width: 170px;
        height: 48px;
    }

    .home-search input {
        font-size: 0.92rem;
    }
}

@media (max-width: 760px) {
    .topbar,
    .has-customer-menu .topbar {
        display: grid;
        grid-template-columns: fit-content(46%) minmax(0, 1fr);
        grid-template-areas:
            "brand brand"
            "location search";
        align-items: center;
        min-height: auto;
        padding: 10px 66px 10px 10px;
        gap: 8px;
        border-radius: 16px;
        border: 1px solid rgba(140, 106, 80, 0.18);
        background: rgba(255, 252, 248, 0.72);
        box-shadow: 0 10px 24px rgba(62, 31, 16, 0.09);
        backdrop-filter: blur(8px);
    }

    .home-brand-row {
        display: contents;
    }

    .topbar .site-lockup--hero {
        grid-area: brand;
        gap: 8px;
        max-width: none;
    }

    .topbar .site-logo--hero {
        width: 78px;
        height: 78px;
    }

    .topbar .site-copy {
        max-width: min(220px, 42vw);
    }

    .home-location {
        grid-area: location;
        width: auto;
        min-width: 0;
        max-width: 100%;
        padding-left: 0;
        margin-left: 0;
        border-left: none;
        background: rgba(255, 246, 236, 0.85);
        border: 1px solid rgba(204, 168, 139, 0.32);
        border-radius: 10px;
        padding: 6px 8px;
        gap: 5px;
        justify-self: start;
        align-self: center;
    }

    .home-location-icon {
        width: 24px;
        height: 24px;
    }

    .home-location-icon svg {
        width: 14px;
        height: 14px;
    }

    .home-location-label {
        font-size: 0.62rem;
    }

    .home-location-value {
        font-size: 0.78rem;
    }

    .topbar .site-title {
        font-size: clamp(1.12rem, 3.4vw, 1.38rem);
        line-height: 1.04;
    }

    .home-search {
        grid-area: search;
        width: 100%;
        min-width: 0;
        flex: 1 1 auto;
        margin-left: 0;
        height: 46px;
        padding: 0 9px;
        gap: 6px;
        align-self: center;
        justify-self: stretch;
    }

    .home-search-submit {
        width: 24px;
        height: 24px;
    }

    .home-search-submit svg {
        width: 14px;
        height: 14px;
    }

    .home-search input {
        font-size: 0.82rem;
        padding: 0 2px;
    }
}

@media (max-width: 480px) {
    .topbar,
    .has-customer-menu .topbar {
        grid-template-columns: fit-content(48%) minmax(0, 1fr);
        grid-template-areas:
            "brand brand"
            "location search";
        min-height: auto;
        padding: 8px 58px 8px 8px;
        gap: 7px;
        border-radius: 14px;
    }

    .topbar .site-lockup--hero {
        gap: 6px;
        align-items: center;
        max-width: none;
    }

    .topbar .site-logo--hero {
        width: 66px;
        height: 66px;
    }

    .topbar .site-copy {
        max-width: 154px;
    }

    .home-location {
        grid-area: location;
        width: auto;
        min-width: 0;
        max-width: 100%;
        padding-left: 0;
        border-left: none;
        padding: 5px 7px;
        gap: 4px;
        justify-self: start;
    }

    .home-location-icon {
        width: 20px;
        height: 20px;
    }

    .home-location-icon svg {
        width: 12px;
        height: 12px;
    }

    .home-location-label {
        font-size: 0.54rem;
    }

    .home-location-value {
        font-size: 0.7rem;
    }

    .topbar .site-title {
        font-size: clamp(1rem, 4.6vw, 1.16rem);
        line-height: 1.06;
    }

    .home-search {
        grid-area: search;
        justify-self: stretch;
        width: 100%;
        flex: 1 1 auto;
        min-width: 0;
        height: 42px;
        padding: 0 8px;
        gap: 5px;
    }

    .home-search-submit {
        width: 20px;
        height: 20px;
    }

    .home-search-submit svg {
        width: 12px;
        height: 12px;
    }

    .home-search input {
        font-size: 0.76rem;
    }
}

@media (max-width: 380px) {
    .topbar,
    .has-customer-menu .topbar {
        min-height: auto;
        grid-template-columns: fit-content(52%) minmax(0, 1fr);
        padding-right: 54px;
    }

    .topbar .site-lockup--hero {
        max-width: none;
    }

    .topbar .site-logo--hero {
        width: 60px;
        height: 60px;
    }

    .topbar .site-copy {
        max-width: 132px;
    }

    .topbar .site-title {
        font-size: clamp(0.9rem, 4.2vw, 1.04rem);
    }

    .home-location {
        grid-area: location;
        width: auto;
        min-width: 0;
        max-width: 100%;
        padding-left: 0;
        border-left: none;
        justify-self: start;
    }

    .home-location-label {
        font-size: 0.5rem;
    }

    .home-location-value {
        font-size: 0.64rem;
    }

    .home-search {
        grid-area: search;
        width: 100%;
        min-width: 0;
        height: 40px;
    }

    .home-search input {
        font-size: 0.68rem;
    }

    .home-search-submit {
        width: 18px;
        height: 18px;
    }

    .home-search-submit svg {
        width: 11px;
        height: 11px;
    }
}

/* Keep Bakery/Snacks cards side-by-side on small screens */
@media (max-width: 760px) {
    .sections {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
        margin: 22px auto 34px;
    }

    .section-card {
        min-height: 148px;
        padding: 14px;
        border-radius: 16px;
    }

    .section-card::after {
        width: 92px;
        height: 92px;
        right: -18px;
        top: -18px;
    }

    .section-card h3 {
        font-size: clamp(1.16rem, 4.3vw, 1.5rem);
    }

    .section-card span {
        padding: 7px 11px;
        font-size: 0.8rem;
    }
}

@media (max-width: 420px) {
    .sections {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
        margin: 20px auto 28px;
    }

    .section-card {
        min-height: 132px;
        padding: 12px;
    }

    .section-card h3 {
        font-size: clamp(1rem, 4.5vw, 1.2rem);
    }

    .section-card span {
        padding: 6px 9px;
        font-size: 0.74rem;
    }
}

/* Offers swiper */
.offers-swiper {
    position: relative;
    --offers-gap: 10px;
    --offers-columns: 3;
}

.offers-viewport {
    overflow: hidden;
    border-radius: 18px;
}

.offers-track {
    display: flex;
    gap: var(--offers-gap);
    transition: transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
    will-change: transform;
}

.offer-slide {
    flex: 0 0 calc((100% - (var(--offers-gap) * (var(--offers-columns) - 1))) / var(--offers-columns));
    min-width: 0;
    padding: 0;
    display: flex;
}

.offer-card {
    position: relative;
    width: 100%;
    height: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 18px;
    overflow: hidden;
    display: block;
    text-decoration: none;
    color: inherit;
    border: 1px solid rgba(255, 255, 255, 0.34);
    background: #1f5b54;
    box-shadow: 0 18px 32px rgba(43, 22, 12, 0.2);
}

.offer-media,
.offer-media-img {
    width: 100%;
    height: 100%;
}

.offer-media-img {
    object-fit: cover;
    display: block;
    transition: transform 420ms ease;
}

.offer-overlay {
    position: absolute;
    inset: 0;
    padding: clamp(14px, 2.2vw, 20px);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 6px;
    color: #fff;
    background: linear-gradient(180deg, rgba(22, 10, 6, 0.06) 0%, rgba(22, 10, 6, 0.78) 76%);
}

.offer-overlay h3 {
    margin: 0;
    font-size: clamp(0.9rem, 1.3vw, 1.05rem);
    line-height: 1.08;
}

.offer-overlay p {
    margin: 0;
    font-size: clamp(0.7rem, 1vw, 0.82rem);
    opacity: 0.96;
}

.offer-chip {
    width: fit-content;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 26px;
    padding: 0 9px;
    border-radius: 999px;
    background: rgba(255, 250, 244, 0.96);
    color: #1f5b54;
    font-size: 0.72rem;
    font-weight: 800;
}

.offer-card--empty {
    background: linear-gradient(160deg, #1f5b54, #3d7c72 56%, #9dcac3);
}

.offers-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    width: 36px;
    height: 36px;
    border: none;
    border-radius: 50%;
    background: #1f5b54;
    color: #ffffff;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 10px 16px rgba(43, 22, 12, 0.2);
}

.offers-nav--prev {
    left: 10px;
}

.offers-nav--next {
    right: 10px;
}

.offers-dots {
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.offers-dots button {
    width: 8px;
    height: 8px;
    border: none;
    border-radius: 999px;
    background: rgba(90, 46, 22, 0.24);
    cursor: pointer;
    transition: width 180ms ease, background-color 180ms ease;
}

.offers-dots button.active {
    width: 24px;
    background: #1f5b54;
}

.offers-swiper.is-single .offers-nav,
.offers-swiper.is-single .offers-dots {
    display: none;
}

.offer-card:hover .offer-media-img,
.offer-card:focus-visible .offer-media-img {
    transform: scale(1.04);
}

@media (max-width: 760px) {
    .offers-swiper {
        --offers-columns: 2;
        --offers-gap: 10px;
    }

    .offer-card {
        border-radius: 16px;
    }

    .offers-nav {
        width: 32px;
        height: 32px;
        font-size: 20px;
    }
}

@media (max-width: 480px) {
    .offers-swiper {
        --offers-columns: 2;
        --offers-gap: 8px;
    }

    .offer-overlay {
        padding: 10px;
    }

    .offer-overlay h3 {
        font-size: 0.88rem;
    }

    .offer-overlay p {
        font-size: 0.66rem;
    }

    .offers-nav {
        width: 30px;
        height: 30px;
        font-size: 18px;
    }
}


/* 1s homepage launch intro */
body.launch-lock {
    overflow: hidden;
}

.launch-splash {
    position: fixed;
    inset: 0;
    z-index: 25000;
    display: grid;
    place-items: center;
    background:
        radial-gradient(820px 320px at 16% 0%, rgba(255, 227, 198, 0.78), transparent 62%),
        radial-gradient(900px 380px at 84% 100%, rgba(255, 205, 164, 0.68), transparent 60%),
        linear-gradient(180deg, #fff9f2 0%, #fff2e6 100%);
    opacity: 1;
    transition: opacity 180ms ease;
}

.launch-splash.is-closing {
    opacity: 0;
}

.launch-splash-card {
    display: grid;
    justify-items: center;
    gap: 16px;
    padding: 12px 16px;
}

.launch-splash-text {
    margin: 0;
    font-family: "Fraunces", serif;
    color: #1f5b54;
    font-size: clamp(1.7rem, 4.2vw, 3.1rem);
    letter-spacing: 0.02em;
    animation: launch-fade 360ms ease both;
}

.launch-splash-logo {
    width: min(92vw, 82vh);
    height: min(92vw, 82vh);
    min-width: 280px;
    min-height: 280px;
    object-fit: contain;
    filter: drop-shadow(0 14px 24px rgba(63, 33, 18, 0.2));
    animation: launch-pop 780ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes launch-fade {
    from { opacity: 0; transform: translateY(8px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes launch-pop {
    from { opacity: 0; transform: scale(0.92); }
    to { opacity: 1; transform: scale(1); }
}

@media (prefers-reduced-motion: reduce) {
    .launch-splash,
    .launch-splash-text,
    .launch-splash-logo {
        transition: none;
        animation: none;
    }
}
