:root {

    --pink-50: #fff7fa;

    --pink-100: #fdeaf1;

    --pink-200: #f7cedd;

    --pink-300: #efa8c1;

    --pink-500: #df6f9a;

    --pink-600: #cc5b87;

    --brown-900: #4a2e2d;

    --brown-700: #6d4944;

    --brown-500: #9a7168;

    --cream: #fffaf4;

    --white: #ffffff;

    --shadow: 0 18px 45px rgba(99, 58, 65, .12);

    --radius: 26px;

}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {

    margin: 0;

    font-family: 'DM Sans', system-ui, sans-serif;

    color: var(--brown-900);

    background: var(--pink-50);

    line-height: 1.6;

}

body::before {

    content: '';

    position: fixed;

    inset: 0;

    pointer-events: none;

    opacity: .22;

    background-image:

        radial-gradient(circle at 12% 18%, rgba(223,111,154,.15) 0 2px, transparent 3px),

        radial-gradient(circle at 84% 30%, rgba(74,46,45,.10) 0 2px, transparent 3px),

        radial-gradient(circle at 70% 78%, rgba(223,111,154,.12) 0 1.5px, transparent 2.5px);

    background-size: 110px 110px, 145px 145px, 90px 90px;

    z-index: -1;

}

a { color: inherit; }

img { max-width: 100%; }

.container { width: min(1120px, calc(100% - 36px)); margin: 0 auto; }

.narrow { max-width: 800px; }

.centered { text-align: center; }

.site-header {

    position: sticky;

    top: 0;

    z-index: 20;

    background: rgba(255,247,250,.94);

    backdrop-filter: blur(12px);

    border-bottom: 1px solid rgba(109,73,68,.08);

}

.top-sprinkles {

    height: 7px;

    background: repeating-linear-gradient(90deg, var(--pink-500) 0 42px, var(--brown-900) 42px 68px, var(--cream) 68px 95px);

}

.nav-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }

.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }

.brand-logo { width: 58px; height: 58px; display: block; flex: 0 0 auto; filter: drop-shadow(0 6px 12px rgba(74,46,45,.10)); }

.brand-copy { display: grid; line-height: .92; }

.brand-script { font-family: 'Lobster', cursive; font-size: 27px; color: var(--brown-900); letter-spacing: .01em; }

.brand-block { font-size: 13px; font-weight: 800; letter-spacing: .24em; color: var(--pink-600); padding-left: 5px; margin-top: 6px; }

.main-nav { display: flex; align-items: center; gap: 5px; }

.main-nav a { text-decoration: none; padding: 11px 14px; border-radius: 999px; font-weight: 700; font-size: 14px; }

.main-nav a:hover, .main-nav a.active { background: var(--pink-100); color: var(--pink-600); }

.menu-toggle { display: none; border: 1px solid var(--pink-200); background: white; border-radius: 999px; padding: 9px 14px; color: var(--brown-900); font-weight: 700; }

.hero { padding: 72px 0 80px; overflow: hidden; }

.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 58px; }

.eyebrow { display: inline-block; color: var(--pink-600); font-weight: 800; text-transform: uppercase; letter-spacing: .13em; font-size: 12px; margin-bottom: 12px; }

h1, h2, h3 { line-height: 1.08; margin-top: 0; }

h1 { font-size: clamp(44px, 6vw, 76px); letter-spacing: -.04em; margin-bottom: 22px; }

h1 span { font-family: 'Pacifico', cursive; color: var(--brown-900); font-weight: 400; }

h2 { font-size: clamp(32px, 4vw, 48px); letter-spacing: -.035em; margin-bottom: 18px; }

h3 { font-size: 22px; margin-bottom: 10px; }

.hero-copy > p { max-width: 650px; font-size: 18px; color: var(--brown-700); }

.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }

.btn { display: inline-flex; justify-content: center; align-items: center; min-height: 48px; padding: 0 20px; border-radius: 999px; text-decoration: none; font-weight: 800; border: 2px solid transparent; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }

.btn:hover { transform: translateY(-2px); }

.btn-primary { background: var(--pink-600); color: white; box-shadow: 0 10px 26px rgba(204,91,135,.24); }

.btn-secondary { background: white; border-color: var(--pink-200); color: var(--brown-900); }

.btn-small { min-height: 42px; background: var(--brown-900); color: white; padding: 0 18px; }

.full { width: 100%; }

.text-link { font-weight: 800; color: var(--pink-600); text-decoration: none; }

.hero-card {

    min-height: 480px;

    padding: 54px 40px 40px;

    border: 10px solid white;

    outline: 2px solid rgba(223,111,154,.38);

    border-radius: 46px;

    background:

        radial-gradient(circle at 10px 10px, white 8px, transparent 9px) 0 0/38px 38px,

        linear-gradient(145deg, #f8cedc, #f3b9cd);

    box-shadow: var(--shadow);

    text-align: center;

    position: relative;

    transform: rotate(1.4deg);

}

.hero-card::after {

    content: '♥   ✦   ♥   ✦   ♥';

    position: absolute;

    bottom: 18px;

    left: 0;

    right: 0;

    color: rgba(74,46,45,.32);

    letter-spacing: .55em;

    font-size: 12px;

}

.bow-art { font-size: 66px; line-height: 1; margin-bottom: 18px; }

.hero-card-title { font-family: 'Pacifico', cursive; font-size: 44px; line-height: .95; color: var(--brown-900); }

.hero-card-title strong { display: inline-block; margin-top: 15px; font-family: 'DM Sans', sans-serif; font-size: 27px; letter-spacing: .18em; color: var(--pink-600); }

.mini-tagline { margin-top: 12px; font-size: 13px; font-weight: 700; color: var(--brown-700); }

.cake-pop-row { display: flex; justify-content: center; gap: 24px; margin: 30px 0 26px; }

.cake-pop { width: 78px; height: 78px; border-radius: 50%; display: grid; place-items: center; font-size: 22px; box-shadow: inset 0 0 0 6px rgba(255,255,255,.65), 0 9px 18px rgba(74,46,45,.12); position: relative; }

.cake-pop::after { content: ''; position: absolute; width: 7px; height: 84px; background: #f5e8dc; bottom: -74px; border-radius: 10px; z-index: -1; box-shadow: 1px 0 rgba(74,46,45,.15); }

.pop-pink { background: var(--pink-500); color: white; }

.pop-cream { background: var(--cream); color: var(--pink-600); }

.pop-brown { background: var(--brown-700); color: var(--pink-200); }

.section { padding: 74px 0; }

.section.compact { padding: 46px 0; }

.section-soft { background: var(--pink-100); border-top: 1px solid rgba(109,73,68,.06); border-bottom: 1px solid rgba(109,73,68,.06); }

.section-heading { max-width: 720px; margin: 0 auto 34px; }

.section-heading p, .section p { color: var(--brown-700); }

.card-grid { display: grid; gap: 22px; }

.card-grid.three { grid-template-columns: repeat(3, 1fr); }

.sweet-card, .content-card {

    background: rgba(255,255,255,.88);

    border: 1px solid rgba(223,111,154,.2);

    border-radius: var(--radius);

    box-shadow: 0 10px 28px rgba(74,46,45,.07);

}

.sweet-card { padding: 28px; }

.card-icon { font-size: 34px; margin-bottom: 18px; }

.sweet-card p { margin-bottom: 0; }

.split-panel { display: grid; grid-template-columns: 1.1fr .9fr; gap: 45px; align-items: center; }

.align-start { align-items: start; }

.quote-card { border: 2px dashed var(--pink-300); border-radius: var(--radius); padding: 35px; background: var(--cream); position: relative; transform: rotate(-1deg); }

.quote-card p { margin: 0; font-family: 'Pacifico', cursive; font-size: 26px; line-height: 1.5; color: var(--brown-900); }

.sparkle { color: var(--pink-600); font-size: 28px; position: absolute; top: 12px; right: 18px; }

.sparkle.bottom { top: auto; right: auto; bottom: 12px; left: 18px; }

.notice-card { display: grid; grid-template-columns: auto 1fr auto; gap: 18px; align-items: center; background: white; border-radius: var(--radius); padding: 25px 28px; border: 1px solid var(--pink-200); }

.notice-card h3, .notice-card p { margin: 0; }

.notice-card p { margin-top: 6px; }

.notice-icon { width: 52px; height: 52px; border-radius: 50%; display: grid; place-items: center; background: var(--pink-100); color: var(--pink-600); font-size: 26px; }

.page-hero { padding: 78px 0 48px; background: linear-gradient(180deg, var(--pink-100), transparent); }

.page-hero h1 { font-size: clamp(42px, 5.4vw, 68px); margin-bottom: 14px; }

.page-hero p { font-size: 18px; color: var(--brown-700); }

.party-hero::after, .ingredients-hero::after { content: ''; display: block; width: 80px; height: 6px; background: var(--pink-500); border-radius: 999px; margin: 28px auto 0; }

.prose { padding: 38px; position: relative; }

.prose p { font-size: 17px; }

.bow-stamp { font-size: 44px; position: absolute; top: -26px; right: 35px; transform: rotate(8deg); }

.placeholder-box { margin-top: 26px; padding: 22px; background: var(--pink-50); border: 1px dashed var(--pink-300); border-radius: 18px; }

.placeholder-box p { margin: 7px 0 0; }

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

.step-number { position: absolute; top: 13px; right: 18px; font-size: 46px; font-weight: 800; color: var(--pink-100); }

.content-card.mini { padding: 30px; }

.fine-print { font-size: 12px; margin: 12px 0 0; text-align: center; }

.cute-list { list-style: none; padding: 0; margin: 20px 0 0; display: grid; gap: 11px; }

.cute-list li { position: relative; padding-left: 30px; color: var(--brown-700); font-weight: 600; }

.cute-list li::before { content: '♥'; position: absolute; left: 0; top: -1px; color: var(--pink-500); }

.compact-list { gap: 7px; }

.alert-card { background: #fff2f6; border-left: 6px solid var(--pink-600); border-radius: 18px; padding: 24px 26px; margin-bottom: 24px; }

.alert-card strong { font-size: 18px; }

.alert-card p { margin-bottom: 0; }

.ingredient-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; margin-top: 28px; }

/* Flavors */

.flavors-hero::after {

    content: '';

    display: block;

    width: 80px;

    height: 6px;

    background: var(--pink-500);

    border-radius: 999px;

    margin: 28px auto 0;

}

.flavors-section { padding-top: 48px; }

.flavor-grid {

    display: grid;

    grid-template-columns: repeat(3, minmax(0, 1fr));

    gap: 24px;

    grid-auto-rows: 1fr;

    align-items: stretch;

}

.flavor-card {

    background: rgba(255,255,255,.92);

    border: 1px solid rgba(223,111,154,.22);

    border-radius: 28px;

    padding: 26px;

    box-shadow: 0 12px 30px rgba(74,46,45,.08);

    min-height: 300px;

    height: 100%;

    display: flex;

    flex-direction: column;

    position: relative;

    overflow: hidden;

    transition: transform .2s ease, box-shadow .2s ease;

}

.flavor-accent {

    position: absolute;

    width: 190px;

    height: 190px;

    border-radius: 50%;

    top: -78px;

    right: -68px;

    opacity: .16;

    pointer-events: none;

    z-index: 0;

}

.flavor-card > :not(.flavor-accent) {

    position: relative;

    z-index: 1;

}

.flavor-card:hover {

    transform: translateY(-4px);

    box-shadow: 0 18px 38px rgba(74,46,45,.12);

}

.flavor-card-image-wrap {

    height: 220px;

    margin: -6px -6px 16px;

    padding: 12px;

    border-radius: 22px;

    overflow: hidden;

    background: linear-gradient(145deg, rgba(255,255,255,.92), var(--pink-100));

    border: 1px solid rgba(223,111,154,.18);

    display: grid;

    place-items: center;

}

.flavor-card-image {

    width: 100%;

    height: 100%;

    display: block;

    object-fit: contain;

}

.flavor-card-top.has-image {

    margin-bottom: 14px;

    justify-content: flex-end;

}

.flavor-card-top {

    display: flex;

    justify-content: space-between;

    align-items: flex-start;

    gap: 14px;

    margin-bottom: 18px;

    position: relative;

    z-index: 1;

}

.mini-cake-pop {

    width: 52px;

    height: 52px;

    border-radius: 50%;

    display: grid;

    place-items: center;

    border: 5px solid white;

    outline: 1px solid var(--pink-200);

    color: white;

    box-shadow: 0 7px 16px rgba(74,46,45,.10);

    position: relative;

}

.mini-cake-pop::after {

    content: '';

    position: absolute;

    width: 5px;

    height: 27px;

    border-radius: 0 0 4px 4px;

    background: #f1e5d7;

    bottom: -24px;

    z-index: -1;

}

.mini-cake-pop span { font-size: 14px; }

.flavor-tag {

    display: inline-flex;

    align-items: center;

    min-height: 30px;

    padding: 0 11px;

    border-radius: 999px;

    background: rgba(255,255,255,.88);

    color: var(--brown-900);

    box-shadow: 0 4px 12px rgba(74,46,45,.08);

    font-size: 11px;

    font-weight: 800;

    letter-spacing: .06em;

    text-transform: uppercase;

}

.flavor-card h2,

.flavor-card h3 {

    font-size: 26px;

    margin: 4px 0 11px;

    letter-spacing: -.025em;

}

.flavor-card p { margin: 0 0 25px; }

.flavor-card-bottom {

    margin-top: auto;

    padding-top: 18px;

    border-top: 1px dashed var(--pink-200);

    display: flex;

    justify-content: space-between;

    align-items: flex-end;

    gap: 12px;

}

.price-label {

    display: block;

    color: var(--brown-500);

    font-size: 11px;

    font-weight: 800;

    letter-spacing: .08em;

    text-transform: uppercase;

}

.flavor-price {

    display: inline-block;

    margin-top: 2px;

    color: var(--pink-600);

    font-size: 28px;

    line-height: 1;

}

.price-unit {

    color: var(--brown-500);

    font-size: 12px;

    font-weight: 700;

    margin-left: 3px;

}

.flavor-heart { color: var(--pink-400, var(--pink-500)); font-size: 28px; }

.flavor-note {

    margin-top: 34px;

    display: grid;

    grid-template-columns: auto 1fr auto;

    align-items: center;

    gap: 18px;

    padding: 25px 28px;

    border: 1px solid var(--pink-200);

    border-radius: var(--radius);

    background: var(--pink-100);

}

.flavor-note h3, .flavor-note p { margin: 0; }

.flavor-note p { margin-top: 6px; }

.site-footer { background: var(--brown-900); color: #fbeef1; margin-top: 60px; padding: 52px 0 20px; }

.footer-grid { display: grid; grid-template-columns: 1.4fr .8fr 1fr; gap: 34px; }

.footer-brand { display: inline-flex; align-items: center; gap: 12px; }

.footer-logo-icon { width: 44px; height: 44px; display: block; }

.footer-brand-copy { display: grid; line-height: .92; }
.footer-brand-script { font-family: 'Lobster', cursive; font-size: 25px; color: white; letter-spacing: .01em; }
.footer-brand-block { margin-top: 6px; padding-left: 4px; color: #f9cadb; font-size: 11px; font-weight: 800; letter-spacing: .24em; text-transform: uppercase; }

.footer-links { display: grid; gap: 6px; margin-top: 10px; }

.footer-links a, .facebook-link { color: #f9cadb; text-decoration: none; }

.footer-bottom { margin-top: 38px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.14); font-size: 12px; opacity: .78; }

@media (max-width: 860px) {

    .menu-toggle { display: inline-flex; }

    .main-nav { display: none; position: absolute; top: 82px; left: 18px; right: 18px; padding: 12px; border-radius: 20px; background: white; box-shadow: var(--shadow); flex-direction: column; align-items: stretch; }

    .main-nav.open { display: flex; }

    .main-nav a { text-align: center; }

    .hero-grid, .split-panel { grid-template-columns: 1fr; }

    .hero-card { max-width: 560px; width: 100%; margin: 0 auto; }

    .card-grid.three { grid-template-columns: 1fr; }

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

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

}

@media (max-width: 600px) {

    .brand-script { font-size: 21px; }

    .hero { padding-top: 48px; }

    .hero-card { min-height: 405px; padding: 40px 22px 30px; border-width: 7px; }

    .cake-pop { width: 62px; height: 62px; }

    .cake-pop::after { height: 68px; bottom: -60px; }

    .hero-card-title { font-size: 36px; }

    .section { padding: 56px 0; }

    .notice-card { grid-template-columns: 1fr; text-align: center; }

    .notice-icon { margin: 0 auto; }

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

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

    .flavor-note { grid-template-columns: 1fr; text-align: center; }

    .flavor-note .notice-icon { margin: 0 auto; }

    .prose { padding: 28px 22px; }

}

/* Flavor-specific colors: hard-coded classes so each card is reliable even when inline styles are blocked or cached. */

/* Clickable flavor cards + flavor detail pages */

a.flavor-card {

    color: var(--brown-900);

    text-decoration: none;

}

a.flavor-card:focus-visible {

    outline: 4px solid rgba(204,91,135,.32);

    outline-offset: 4px;

}

.more-info {

    display: inline-flex;

    align-items: center;

    gap: 6px;

    min-height: 36px;

    padding: 0 13px;

    border-radius: 999px;

    background: var(--pink-100);

    color: var(--pink-600);

    font-size: 12px;

    font-weight: 800;

    white-space: nowrap;

    transition: background .2s ease, transform .2s ease;

}

.flavor-card:hover .more-info {

    background: var(--pink-200);

    transform: translateX(2px);

}

.flavor-detail-hero {

    position: relative;

}

.flavor-detail-hero::after {

    content: '';

    display: block;

    width: 80px;

    height: 6px;

    background: var(--pink-500);

    border-radius: 999px;

    margin: 28px auto 0;

}

.back-to-flavors {

    display: table;

    margin: 0 auto 22px;

    color: var(--brown-700);

    text-decoration: none;

    font-weight: 800;

    font-size: 13px;

}

.back-to-flavors:hover { color: var(--pink-600); }

.detail-price {

    margin-top: 24px;

    display: inline-flex;

    align-items: baseline;

    gap: 7px;

    padding: 10px 18px;

    border-radius: 999px;

    background: white;

    border: 1px solid var(--pink-200);

    box-shadow: 0 8px 24px rgba(74,46,45,.06);

    color: var(--brown-500);

    font-size: 12px;

    font-weight: 800;

    text-transform: uppercase;

    letter-spacing: .06em;

}

.detail-price strong {

    color: var(--pink-600);

    font-size: 25px;

    letter-spacing: 0;

}

.detail-price small {

    text-transform: none;

    letter-spacing: 0;

}

.flavor-detail-section { padding-top: 42px; }

.flavor-photo-grid {

    display: grid;

    grid-template-columns: 1.35fr .825fr .825fr;

    gap: 18px;

    margin-bottom: 34px;

}

.flavor-photo-slot {

    min-height: 260px;

    overflow: hidden;

    border-radius: 28px;

    background: white;

    border: 1px solid var(--pink-200);

    box-shadow: 0 12px 30px rgba(74,46,45,.07);

}

.flavor-photo-slot:first-child { min-height: 360px; }

.flavor-photo-slot img {

    width: 100%;

    height: 100%;

    min-height: inherit;

    display: block;

    object-fit: cover;

}
.flavor-photo-slot:first-child img {
    object-fit: contain;
    padding: 18px;
    background: transparent;
}

.photo-placeholder {

    width: 100%;

    min-height: inherit;

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: center;

    gap: 6px;

    padding: 28px;

    text-align: center;

    background:

        radial-gradient(circle at 20% 20%, rgba(255,255,255,.8) 0 3px, transparent 4px) 0 0/36px 36px,

        linear-gradient(145deg, var(--pink-100), var(--cream));

    color: var(--brown-700);

}

.photo-placeholder-icon { font-size: 44px; }

.photo-placeholder strong { font-size: 17px; color: var(--brown-900); }

.photo-placeholder small { font-size: 12px; }

.flavor-detail-grid {

    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 22px;

    align-items: start;

}

.detail-card {

    padding: 32px;

    border-radius: 28px;

    background: rgba(255,255,255,.92);

    border: 1px solid rgba(223,111,154,.22);

    box-shadow: 0 12px 30px rgba(74,46,45,.07);

}

.detail-card h2 { margin-bottom: 16px; font-size: 31px; }

.detail-card p { margin-bottom: 0; }

.detail-kicker {

    display: block;

    margin-bottom: 8px;

    color: var(--pink-600);

    font-size: 11px;

    font-weight: 800;

    letter-spacing: .12em;

    text-transform: uppercase;

}

.flavor-profile-card { grid-column: 1 / -1; }

.source-note {

    margin-top: 18px !important;

    padding-top: 16px;

    border-top: 1px dashed var(--pink-200);

    font-size: 12px;

}

.source-note a { color: var(--pink-600); font-weight: 800; }

.recipe-warning {

    margin-top: 20px;

    padding: 16px 18px;

    border-radius: 16px;

    background: var(--pink-100);

    border: 1px dashed var(--pink-300);

    color: var(--brown-700);

    font-size: 13px;

}

.allergen-group { margin: 0 0 20px; }

.allergen-group h3 {

    margin-bottom: 10px;

    font-size: 14px;

}

.allergen-pills {

    display: flex;

    flex-wrap: wrap;

    gap: 8px;

}

.allergen-pill {

    display: inline-flex;

    align-items: center;

    min-height: 32px;

    padding: 0 12px;

    border-radius: 999px;

    font-size: 12px;

    font-weight: 800;

}

.allergen-pill.confirmed {

    background: #f8d9df;

    color: #7d2935;

}

.allergen-pill.possible {

    background: #fff1cd;

    color: #755b16;

}

.allergen-card .text-link { display: inline-block; margin-top: 18px; }

.detail-bottom-action {

    display: flex;

    justify-content: center;

    flex-wrap: wrap;

    gap: 12px;

    margin-top: 34px;

}

@media (max-width: 860px) {

    .flavor-photo-grid { grid-template-columns: 1fr 1fr; }

    .flavor-photo-slot:first-child { grid-column: 1 / -1; min-height: 340px; }

    .flavor-detail-grid { grid-template-columns: 1fr; }

    .flavor-profile-card { grid-column: auto; }

}

@media (max-width: 600px) {

    .flavor-photo-grid { grid-template-columns: 1fr; }

    .flavor-photo-slot:first-child { grid-column: auto; min-height: 300px; }

    .flavor-photo-slot { min-height: 230px; }

    .detail-card { padding: 26px 22px; }

    .detail-card h2 { font-size: 27px; }

    .flavor-card-bottom { align-items: center; }

}

/* Ohio Cottage Food Law */

.cottage-law-hero::after {

    content: '';

    display: block;

    width: 92px;

    height: 6px;

    margin: 28px auto 0;

    border-radius: 999px;

    background: linear-gradient(90deg, var(--pink-500) 0 58%, var(--brown-900) 58% 100%);

}

.legal-intro-card {

    display: grid;

    grid-template-columns: auto 1fr;

    gap: 24px;

    align-items: center;

    padding: 30px;

    margin-bottom: 28px;

    background: white;

    border: 1px solid var(--pink-200);

    border-radius: var(--radius);

    box-shadow: 0 10px 28px rgba(74,46,45,.07);

}

.legal-intro-card h2,

.legal-intro-card p { margin-bottom: 0; }

.legal-badge {

    width: 74px;

    height: 74px;

    display: grid;

    place-items: center;

    border-radius: 24px;

    background: var(--pink-100);

    color: var(--pink-600);

    border: 2px solid var(--pink-200);

    font-size: 25px;

    font-weight: 900;

    letter-spacing: -.05em;

    transform: rotate(-3deg);

}

.law-grid {

    display: grid;

    grid-template-columns: repeat(2, 1fr);

    gap: 18px;

}

.law-card {

    padding: 26px;

    background: rgba(255,255,255,.9);

    border: 1px solid rgba(223,111,154,.2);

    border-radius: 22px;

    box-shadow: 0 8px 22px rgba(74,46,45,.06);

}

.law-card p { margin-bottom: 0; }

.law-card-icon {

    width: 44px;

    height: 44px;

    display: grid;

    place-items: center;

    margin-bottom: 18px;

    border-radius: 15px;

    background: var(--pink-100);

    color: var(--pink-600);

    font-size: 18px;

    font-weight: 900;

}

.legal-checklist-card { padding: 20px 30px; }

.legal-checklist {

    margin: 0;

    padding: 0;

    list-style: none;

}

.legal-checklist li {

    display: grid;

    grid-template-columns: auto 1fr;

    gap: 16px;

    align-items: start;

    padding: 20px 0;

    border-bottom: 1px solid var(--pink-100);

}

.legal-checklist li:last-child { border-bottom: 0; }

.legal-checklist strong { font-size: 17px; }

.legal-checklist p { margin: 4px 0 0; }

.check-number {

    width: 34px;

    height: 34px;

    display: grid;

    place-items: center;

    flex: 0 0 auto;

    border-radius: 50%;

    background: var(--pink-600);

    color: white;

    font-weight: 900;

    font-size: 14px;

}

.legal-split { grid-template-columns: 1.15fr .85fr; }

.law-note-card {

    padding: 30px;

    border: 2px dashed var(--pink-300);

    border-radius: var(--radius);

    background: var(--cream);

    transform: rotate(.5deg);

}

.law-note-title {

    display: inline-block;

    margin-bottom: 10px;

    font-family: 'Pacifico', cursive;

    color: var(--brown-900);

    font-size: 26px;

}

.law-note-small {

    padding-top: 15px;

    margin-bottom: 0;

    border-top: 1px solid rgba(109,73,68,.14);

    font-size: 13px;

}

.official-source-card {

    display: grid;

    grid-template-columns: .85fr 1.15fr;

    gap: 30px;

    align-items: start;

    padding: 32px;

    background: var(--brown-900);

    color: white;

    border-radius: var(--radius);

    box-shadow: var(--shadow);

}

.official-source-card h2 { margin-bottom: 10px; }

.official-source-card p { margin-bottom: 0; color: #f1dfe4; }

.official-source-card .eyebrow { color: #f8bfd4; }

.official-link-list { display: grid; gap: 9px; }

.official-link-list a {

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 15px;

    padding: 12px 15px;

    border: 1px solid rgba(255,255,255,.16);

    border-radius: 14px;

    background: rgba(255,255,255,.07);

    color: white;

    text-decoration: none;

    font-size: 14px;

    font-weight: 700;

}

.official-link-list a:hover { background: rgba(255,255,255,.12); }

.official-link-list span { color: #f8bfd4; }

.law-updated {

    margin: 14px 0 0;

    text-align: center;

    font-size: 12px;

    color: var(--brown-500);

}

.cottage-law-inline {

    display: grid;

    grid-template-columns: 1fr auto;

    gap: 18px;

    align-items: center;

    margin-top: 22px;

    padding: 20px;

    border-radius: 18px;

    background: var(--pink-100);

    border: 1px solid var(--pink-200);

}

.cottage-law-inline p { margin: 5px 0 0; }

@media (max-width: 700px) {

    .law-grid,

    .official-source-card,

    .legal-split { grid-template-columns: 1fr; }

    .legal-intro-card { grid-template-columns: 1fr; text-align: center; }

    .legal-badge { margin: 0 auto; }

    .cottage-law-inline { grid-template-columns: 1fr; text-align: center; }

    .cottage-law-inline .btn { width: 100%; }

}

/* Flavor page category sections */

.flavor-category-section { margin-top: 58px; }

.flavor-category-section:first-of-type { margin-top: 48px; }

.flavor-category-heading { max-width: 760px; margin-bottom: 24px; }

.flavor-category-heading h2 { margin-bottom: 10px; }

/* Current NaberHood Delights flavor accent colors */

.flavor-biscoff .flavor-accent, .flavor-biscoff .mini-cake-pop { background-color: #b9773f !important; }

.flavor-strawberry-crunch .flavor-accent, .flavor-strawberry-crunch .mini-cake-pop { background-color: #e88d9d !important; }

.flavor-oreo .flavor-accent, .flavor-oreo .mini-cake-pop { background-color: #4a4542 !important; }

.flavor-swiss-roll .flavor-accent, .flavor-swiss-roll .mini-cake-pop { background-color: #70483c !important; }

.flavor-pumpkin .flavor-accent, .flavor-pumpkin .mini-cake-pop { background-color: #d97932 !important; }

.flavor-spice-cake .flavor-accent, .flavor-spice-cake .mini-cake-pop { background-color: #b67845 !important; }

.flavor-birthday-cake .flavor-accent, .flavor-birthday-cake .mini-cake-pop { background-color: #7fb9e8 !important; }

.flavor-maple .flavor-accent, .flavor-maple .mini-cake-pop { background-color: #c78a46 !important; }

.flavor-apple-cider .flavor-accent, .flavor-apple-cider .mini-cake-pop { background-color: #c96f43 !important; }

.flavor-yellow-cake .flavor-accent, .flavor-yellow-cake .mini-cake-pop { background-color: #e9c95f !important; }

.flavor-devils-food .flavor-accent, .flavor-devils-food .mini-cake-pop { background-color: #3f2926 !important; }

.flavor-vanilla-cake .flavor-accent, .flavor-vanilla-cake .mini-cake-pop { background-color: #f0dfb8 !important; }

.flavor-category-heading p { margin: 0; color: var(--brown-700); }

.flavor-category-section .flavor-grid { margin-top: 0; }

@media (max-width: 600px) {

    .flavor-category-section { margin-top: 44px; }

}

.flavor-caramel-apple .flavor-accent, .flavor-caramel-apple .mini-cake-pop { background-color: #b96b32 !important; }

.flavor-carrot-cake .flavor-accent, .flavor-carrot-cake .mini-cake-pop { background-color: #d87835 !important; }

.flavor-banana-pudding .flavor-accent, .flavor-banana-pudding .mini-cake-pop { background-color: #e4bd59 !important; }

.flavor-pumpkin-cheesecake .flavor-accent, .flavor-pumpkin-cheesecake .mini-cake-pop { background-color: #d97832 !important; }

.flavor-smores .flavor-accent, .flavor-smores .mini-cake-pop { background-color: #76503c !important; }

.flavor-turtle .flavor-accent, .flavor-turtle .mini-cake-pop { background-color: #6d3b27 !important; }

.flavor-peppermint .flavor-accent, .flavor-peppermint .mini-cake-pop { background-color: #9bd6ad !important; }

.flavor-chocolate .flavor-accent, .flavor-chocolate .mini-cake-pop { background-color: #4b2e2a !important; }

/* 2026-09-11 Home page brand refresh */
.brand-logo {
    width: 62px;
    height: 62px;
    object-fit: contain;
    filter: drop-shadow(0 7px 14px rgba(74,46,45,.12));
}

.home-hero {
    padding: 58px 0 72px;
}
.home-hero .hero-grid {
    grid-template-columns: 1fr .92fr;
    gap: 54px;
}
.home-hero .hero-copy > p {
    max-width: 610px;
}
.hero-facebook-link {
    display: inline-block;
    margin-top: 18px;
    color: var(--brown-700);
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
}
.hero-facebook-link:hover { color: var(--pink-600); }

.hero-brand-panel {
    min-height: 430px;
    display: grid;
    place-items: center;
    position: relative;
    padding: 46px 34px;
    border: 1px solid rgba(223,111,154,.24);
    border-radius: 44px;
    background:
        radial-gradient(circle at 18% 18%, rgba(255,255,255,.95) 0 5px, transparent 6px) 0 0/44px 44px,
        linear-gradient(145deg, #fff8fb 0%, #f8d7e3 55%, #f2bfd1 100%);
    box-shadow: 0 24px 60px rgba(99,58,65,.14);
    overflow: hidden;
}
.hero-brand-panel::before {
    content: '';
    position: absolute;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: rgba(255,255,255,.42);
    top: -100px;
    right: -65px;
}
.hero-brand-panel::after {
    content: '';
    position: absolute;
    width: 190px;
    height: 190px;
    border-radius: 50%;
    background: rgba(204,91,135,.08);
    bottom: -75px;
    left: -50px;
}
.hero-wordmark {
    width: min(100%, 500px);
    display: block;
    position: relative;
    z-index: 2;
    filter: drop-shadow(0 14px 22px rgba(74,46,45,.13));
}

.featured-flavor-panel {
    grid-template-rows: auto 1fr auto;
    align-content: center;
    gap: 8px;
    text-align: center;
}
.featured-flavor-copy,
.featured-flavor-footer,
.featured-flavor-fallback {
    position: relative;
    z-index: 4;
}
.featured-flavor-copy h2 {
    margin: 4px 0 0;
    color: var(--brown-900);
    font-family: 'Pacifico', cursive;
    font-size: clamp(30px, 3.5vw, 44px);
    font-weight: 400;
    letter-spacing: -.02em;
}
.featured-flavor-label {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 13px;
    border-radius: 999px;
    background: rgba(255,255,255,.82);
    border: 1px solid rgba(223,111,154,.30);
    color: var(--pink-600);
    box-shadow: 0 5px 14px rgba(74,46,45,.07);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}
.featured-flavor-mascot-link {
    min-height: 0;
    display: grid;
    place-items: center;
    position: relative;
    z-index: 3;
    text-decoration: none;
    transform-origin: 50% 100%;
    animation: featuredFlavorWave 2.7s ease-in-out infinite alternate;
    will-change: transform;
}

@keyframes featuredFlavorWave {
    from {
        transform: rotate(-4deg);
    }
    to {
        transform: rotate(4deg);
    }
}
.featured-flavor-mascot {
    width: min(100%, 300px);
    max-height: 305px;
    display: block;
    object-fit: contain;
    filter: drop-shadow(0 16px 22px rgba(74,46,45,.16));
    transition: transform .22s ease, filter .22s ease;
}
.featured-flavor-mascot-link:hover .featured-flavor-mascot {
    transform: translateY(-5px) rotate(-1deg);
    filter: drop-shadow(0 20px 26px rgba(74,46,45,.20));
}
.featured-flavor-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 14px;
}
.featured-flavor-tag {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 11px;
    border-radius: 999px;
    background: rgba(255,255,255,.74);
    color: var(--brown-700);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .07em;
    text-transform: uppercase;
}
.featured-flavor-link {
    color: var(--pink-600);
    font-size: 13px;
    font-weight: 900;
    text-decoration: none;
}
.featured-flavor-link:hover { color: var(--brown-900); }
.featured-flavor-fallback {
    display: grid;
    place-items: center;
    gap: 20px;
}
.hero-sparkle {
    position: absolute;
    z-index: 3;
    color: var(--pink-600);
    line-height: 1;
}
.sparkle-one { top: 28px; left: 32px; font-size: 28px; }
.sparkle-two { right: 32px; bottom: 28px; font-size: 25px; }


.home-showcase-section {
    padding-top: 14px;
}
.home-showcase-card {
    margin: 0;
    padding: 18px;
    border-radius: 34px;
    background: linear-gradient(180deg, #fffdfd 0%, #fff6f9 100%);
    border: 1px solid rgba(223,111,154,.20);
    box-shadow: 0 20px 48px rgba(99,58,65,.10);
}
.home-showcase-card img {
    width: 100%;
    display: block;
    border-radius: 24px;
    box-shadow: 0 14px 30px rgba(74,46,45,.10);
}
.home-showcase-card figcaption {
    margin-top: 14px;
    text-align: center;
    color: var(--brown-700);
    font-size: 15px;
}
.home-showcase-actions {
    justify-content: center;
    margin-top: 24px;
}

.home-intro-section { padding-top: 62px; }
.home-feature-grid { align-items: stretch; }
.home-feature-card {
    position: relative;
    overflow: hidden;
    padding: 30px;
}
.home-feature-card .text-link {
    display: inline-block;
    margin-top: 18px;
}
.home-feature-icon {
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    margin-bottom: 18px;
    border-radius: 15px;
    background: var(--pink-100);
    color: var(--pink-600);
    font-size: 23px;
    font-weight: 900;
}
.mascot-feature-card {
    display: grid;
    grid-template-columns: 112px 1fr;
    gap: 18px;
    align-items: center;
}
.home-mascot {
    width: 112px;
    height: 112px;
    object-fit: contain;
    filter: drop-shadow(0 10px 18px rgba(74,46,45,.12));
}
.mascot-feature-card h3 { margin-bottom: 8px; }
.mascot-feature-card p { margin: 0; }
.home-party-panel .btn { margin-top: 10px; }
.home-quote-card { background: rgba(255,255,255,.82); }

.footer-logo-icon {
    width: 54px;
    height: 54px;
    object-fit: contain;
    filter: drop-shadow(0 6px 10px rgba(0,0,0,.16));
}

@media (max-width: 860px) {
    .home-hero .hero-grid { grid-template-columns: 1fr; gap: 36px; }
    .hero-brand-panel { min-height: 360px; max-width: 650px; width: 100%; margin: 0 auto; }
    .home-feature-grid { grid-template-columns: 1fr !important; }
}

@media (max-width: 600px) {
    .brand-logo { width: 52px; height: 52px; }
    .home-hero { padding: 42px 0 54px; }
    .home-showcase-card { padding: 12px; border-radius: 24px; }
    .home-showcase-card img { border-radius: 18px; }
    .home-showcase-card figcaption { font-size: 14px; }
    .hero-brand-panel { min-height: 300px; padding: 32px 20px; border-radius: 30px; }
    .hero-wordmark { width: min(100%, 410px); }
    .featured-flavor-panel { min-height: 380px; gap: 4px; }
    .featured-flavor-mascot { width: min(100%, 245px); max-height: 250px; }
    .featured-flavor-copy h2 { font-size: 32px; }
    .mascot-feature-card { grid-template-columns: 82px 1fr; padding: 24px 20px; }
    .home-mascot { width: 82px; height: 82px; }
}

@media (max-width: 600px) {
    .featured-flavor-mascot-link {
        animation-name: featuredFlavorWaveMobile;
    }
}

@keyframes featuredFlavorWaveMobile {
    from {
        transform: rotate(-3deg);
    }
    to {
        transform: rotate(3deg);
    }
}

@media (prefers-reduced-motion: reduce) {
    .featured-flavor-mascot-link {
        animation: none;
    }
}

/* Payment page */
.payment-section {
    padding-top: 54px;
    padding-bottom: 72px;
}
.payment-container {
    max-width: 1040px;
}
.payment-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
    align-items: stretch;
}
.payment-card {
    --payment-brand: var(--pink-600);
    --payment-brand-dark: var(--brown-900);
    --payment-accent: var(--pink-100);
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 20px;
    min-width: 0;
    padding: 30px;
    border: 1px solid rgba(74,46,45,.10);
    border-radius: 32px;
    background: #fff;
    box-shadow: 0 18px 46px rgba(74,46,45,.09);
    overflow: hidden;
    isolation: isolate;
}
.payment-card::before {
    content: '';
    position: absolute;
    z-index: -1;
    inset: 0 0 auto;
    height: 10px;
    background: var(--payment-brand);
}
.payment-card::after {
    content: '';
    position: absolute;
    z-index: -1;
    width: 220px;
    height: 220px;
    right: -92px;
    top: -72px;
    border-radius: 50%;
    background: var(--payment-accent);
    opacity: .62;
    pointer-events: none;
}
.payment-card-venmo {
    --payment-brand: #008cff;
    --payment-brand-dark: #006fc9;
    --payment-accent: #e8f5ff;
}
.payment-card-paypal {
    --payment-brand: #003087;
    --payment-brand-dark: #001f5b;
    --payment-accent: #eef4ff;
}
.payment-card-cashapp {
    --payment-brand: #00d632;
    --payment-brand-dark: #087f23;
    --payment-accent: #e9ffef;
    grid-column: 1 / -1;
    width: calc((100% - 28px) / 2);
    justify-self: center;
}
.payment-brand-head {
    display: grid;
    grid-template-columns: 66px minmax(0, 1fr);
    gap: 16px;
    align-items: center;
    min-height: 98px;
}
.payment-brand-mark {
    display: grid;
    place-items: center;
    width: 66px;
    height: 66px;
    border-radius: 20px;
    font-size: 34px;
    font-weight: 900;
    line-height: 1;
    box-shadow: 0 10px 24px rgba(0,0,0,.10);
}
.payment-brand-mark-venmo {
    color: #fff;
    background: #008cff;
    font-style: italic;
}
.payment-brand-mark-paypal {
    color: #003087;
    background: #ffc439;
    font-style: italic;
}
.payment-brand-mark-cashapp {
    color: #fff;
    background: #00d632;
    font-family: Arial, Helvetica, sans-serif;
}
.payment-brand-kicker {
    display: block;
    margin-bottom: 3px;
    color: var(--payment-brand-dark);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .14em;
    text-transform: uppercase;
}
.payment-brand-head h2 {
    margin: 0 0 5px;
    color: var(--payment-brand-dark);
    font-size: clamp(28px, 3vw, 36px);
    line-height: 1.05;
}
.payment-brand-head p {
    margin: 0;
    color: var(--brown-700);
    line-height: 1.55;
}
.payment-qr-shell {
    display: grid;
    place-items: center;
    width: 100%;
    max-width: 390px;
    margin: 2px auto 0;
    padding: 18px;
    border: 2px solid var(--payment-accent);
    border-radius: 28px;
    background: #fff;
    box-shadow: inset 0 0 0 1px rgba(74,46,45,.06), 0 10px 28px rgba(74,46,45,.06);
    text-decoration: none;
    transition: transform .18s ease, box-shadow .18s ease;
}
.payment-qr-shell:hover,
.payment-qr-shell:focus-visible {
    transform: translateY(-2px);
    box-shadow: inset 0 0 0 1px rgba(74,46,45,.06), 0 15px 32px rgba(74,46,45,.11);
}
.payment-qr-image {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 16px;
}
.payment-account-row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 14px;
    padding: 16px 18px;
    border-radius: 18px;
    background: var(--payment-accent);
}
.payment-account-label {
    color: var(--brown-700);
    font-size: 13px;
    font-weight: 700;
}
.payment-account-row strong {
    color: var(--payment-brand-dark);
    font-size: 18px;
    text-align: right;
    overflow-wrap: anywhere;
}
.payment-brand-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    min-height: 56px;
    padding: 14px 20px;
    border-radius: 17px;
    font-size: 17px;
    font-weight: 900;
    text-decoration: none;
    transition: transform .16s ease, box-shadow .16s ease, filter .16s ease;
}
.payment-brand-button:hover,
.payment-brand-button:focus-visible {
    transform: translateY(-2px);
    filter: brightness(.98);
}
.payment-brand-button-venmo {
    color: #fff;
    background: #008cff;
    box-shadow: 0 10px 22px rgba(0,140,255,.23);
}
.payment-brand-button-paypal {
    color: #003087;
    background: #ffc439;
    box-shadow: 0 10px 22px rgba(255,196,57,.26);
}
.payment-brand-button-cashapp {
    color: #fff;
    background: #00d632;
    box-shadow: 0 10px 22px rgba(0,214,50,.24);
}
.payment-mini-note {
    margin: -6px 0 0;
    color: var(--brown-700);
    font-size: 13px;
    text-align: center;
}
.payment-order-note {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 16px;
    align-items: center;
    margin-top: 30px;
    padding: 22px 24px;
    border: 1px solid var(--pink-200);
    border-radius: 24px;
    background: linear-gradient(135deg, #fff, var(--pink-100));
    box-shadow: 0 10px 24px rgba(74,46,45,.05);
}
.payment-order-note-icon {
    display: grid;
    place-items: center;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    color: var(--pink-600);
    background: #fff;
    font-size: 25px;
    font-weight: 900;
    box-shadow: 0 7px 18px rgba(74,46,45,.08);
}
.payment-order-note strong {
    display: block;
    margin-bottom: 5px;
    color: var(--brown-900);
    font-size: 17px;
}
.payment-order-note p {
    margin: 0;
    color: var(--brown-700);
    line-height: 1.55;
}
.payment-help-card {
    margin-top: 26px;
    padding: 25px 24px;
    border: 1px solid var(--pink-200);
    border-radius: 26px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(74,46,45,.05);
}
.payment-help-card h3 {
    margin-bottom: 7px;
}
.payment-help-card p {
    margin: 0 0 8px;
    color: var(--brown-700);
}
@media (max-width: 860px) {
    .payment-section {
        padding-top: 36px;
    }
    .payment-grid {
        grid-template-columns: 1fr;
        max-width: 620px;
        margin: 0 auto;
    }
    .payment-card-cashapp {
        grid-column: auto;
        width: 100%;
    }
}
@media (max-width: 560px) {
    .payment-card {
        padding: 24px 18px 22px;
        border-radius: 26px;
    }
    .payment-brand-head {
        grid-template-columns: 54px minmax(0, 1fr);
        gap: 13px;
        min-height: 0;
    }
    .payment-brand-mark {
        width: 54px;
        height: 54px;
        border-radius: 16px;
        font-size: 28px;
    }
    .payment-brand-head h2 {
        font-size: 28px;
    }
    .payment-qr-shell {
        padding: 12px;
        border-radius: 22px;
    }
    .payment-account-row {
        align-items: flex-start;
        flex-direction: column;
        gap: 3px;
    }
    .payment-account-row strong {
        text-align: left;
    }
    .payment-order-note {
        grid-template-columns: 1fr;
        text-align: center;
        padding: 22px 18px;
    }
    .payment-order-note-icon {
        margin: 0 auto;
    }
}

/* Mobile image layout improvements — keep mascots fully visible on smaller screens. */
@media (max-width: 860px) {
    /* Flavor cards use portrait space that better matches the mascot artwork. */
    .flavor-card-image-wrap {
        height: auto;
        aspect-ratio: 4 / 5;
        padding: 14px;
    }

    .flavor-card-image {
        width: 100%;
        height: 100%;
        max-height: none;
        object-fit: contain;
        object-position: center;
    }

    /* The first detail image is always the mascot. Keep its full bow/stick/toppings visible. */
    .flavor-photo-slot:first-child {
        min-height: 0;
        aspect-ratio: 4 / 5;
    }

    .flavor-photo-slot:first-child img {
        width: 100%;
        height: 100%;
        min-height: 0;
        object-fit: contain;
        object-position: center;
        padding: 16px;
    }

    /* Normal numbered flavor photos can still fill their gallery tiles. */
    .flavor-photo-slot:not(:first-child) img {
        object-fit: cover;
        object-position: center;
    }

    /* Featured-flavor mascot keeps its natural proportions instead of being height-limited. */
    .featured-flavor-mascot-link {
        width: 100%;
    }

    .featured-flavor-mascot {
        width: min(100%, 300px);
        height: auto;
        max-height: none;
        object-fit: contain;
        object-position: center;
    }
}

@media (max-width: 600px) {
    .flavor-card-image-wrap {
        aspect-ratio: 4 / 5;
        padding: 12px 14px;
        margin-bottom: 14px;
    }

    .flavor-card-image {
        height: 100%;
        max-height: none;
    }

    .flavor-photo-grid {
        gap: 14px;
    }

    .flavor-photo-slot:first-child {
        min-height: 0;
        aspect-ratio: 4 / 5;
    }

    .flavor-photo-slot:first-child img {
        min-height: 0;
        padding: 12px;
    }

    .flavor-photo-slot:not(:first-child) {
        min-height: 0;
        aspect-ratio: 4 / 3;
    }

    .flavor-photo-slot:not(:first-child) img {
        width: 100%;
        height: 100%;
        min-height: 0;
    }

    .featured-flavor-panel {
        min-height: 0;
        padding: 28px 18px 30px;
        gap: 8px;
    }

    .featured-flavor-mascot {
        width: min(72vw, 260px);
        height: auto;
        max-height: none;
    }

    .featured-flavor-copy h2 {
        font-size: 30px;
    }

    /* Small homepage mascot remains fully visible without distortion. */
    .home-mascot,
    .brand-logo,
    .footer-logo-icon {
        object-fit: contain;
        object-position: center;
    }
}

/* Fan Favorite flavor cards — gold spotlight treatment */
.fan-favorite-card {
    border: 1px solid transparent;
    background:
        linear-gradient(rgba(255,255,255,.96), rgba(255,255,255,.96)) padding-box,
        linear-gradient(135deg, #fff1a8 0%, #d89b16 22%, #fff3b8 45%, #b97800 68%, #ffe99b 100%) border-box;
    box-shadow:
        0 0 0 2px rgba(255,231,143,.32),
        0 14px 34px rgba(126,84,9,.18),
        0 0 26px rgba(230,182,58,.16);
}

.fan-favorite-card:hover {
    transform: translateY(-5px);
    box-shadow:
        0 0 0 2px rgba(255,236,166,.48),
        0 20px 44px rgba(126,84,9,.22),
        0 0 38px rgba(230,182,58,.22);
}

.fan-favorite-card::before {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    border-radius: inherit;
    background:
        radial-gradient(circle at 14% 10%, rgba(255,242,168,.42), transparent 23%),
        radial-gradient(circle at 90% 8%, rgba(214,155,22,.24), transparent 26%);
    z-index: 0;
}

.fan-favorite-glow {
    position: absolute;
    top: -42px;
    left: -40px;
    width: 145px;
    height: 145px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255,234,143,.55) 0%, rgba(232,177,42,.18) 48%, transparent 72%);
    pointer-events: none;
    z-index: 0;
}

.fan-favorite-card .flavor-card-image-wrap {
    border-color: rgba(210,157,28,.44);
    box-shadow:
        inset 0 0 0 1px rgba(255,255,255,.65),
        0 8px 20px rgba(157,106,10,.12);
}

.fan-favorite-tag {
    color: #684400;
    min-height: 30px;
    white-space: nowrap;
    background: linear-gradient(135deg, #fff7cc 0%, #ffd95f 48%, #f1b52c 100%);
    border: 1px solid rgba(160,103,0,.22);
    box-shadow:
        0 5px 14px rgba(156,105,10,.18),
        inset 0 1px rgba(255,255,255,.75);
    text-shadow: 0 1px rgba(255,255,255,.5);
}

.fan-favorite-star {
    color: #9e6900;
    font-size: 12px;
    margin-right: 2px;
    filter: drop-shadow(0 1px 1px rgba(255,255,255,.7));
}

.fan-favorite-card .flavor-card-bottom {
    border-top-color: rgba(206,157,33,.34);
}

.fan-favorite-card .more-info {
    background: linear-gradient(135deg, #fff5c7, #ffe18a);
    color: #7b5200;
}

.fan-favorite-card:hover .more-info {
    background: linear-gradient(135deg, #ffeaa1, #ffd15a);
}

@media (max-width: 600px) {
    .fan-favorite-card {
        border-width: 1px;
        box-shadow:
            0 0 0 1px rgba(255,231,143,.34),
            0 12px 26px rgba(126,84,9,.16),
            0 0 22px rgba(230,182,58,.12);
    }
}

/* Keep Fan Favorite cards aligned and sized exactly like every other flavor card. */
.fan-favorite-card {
    margin: 0;
    padding: 26px;
}
.fan-favorite-card .flavor-card-image-wrap {
    height: 220px;
    margin: -6px -6px 16px;
}
.fan-favorite-card .flavor-card-top {
    min-height: 30px;
}
@media (max-width: 600px) {
    .fan-favorite-card {
        padding: 26px;
    }
}

/* Flavor card alignment + mobile mascot visibility fix (2026-09-12) */
/* The old decorative Fan Favorite glow was accidentally participating in the flex layout.
   Keep the gold look entirely visual so Fan Favorites use the exact same layout as other cards. */
.fan-favorite-card > .fan-favorite-glow {
    display: none !important;
}

/* Every flavor uses the same image box dimensions. */
.flavor-card .flavor-card-image-wrap,
.fan-favorite-card .flavor-card-image-wrap {
    height: 220px !important;
    aspect-ratio: auto !important;
    margin: -6px -6px 16px !important;
    padding: 12px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden !important;
}

/* Mascot artwork must always fit completely inside the image box. */
.flavor-card .flavor-card-image,
.fan-favorite-card .flavor-card-image {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: contain !important;
    object-position: center center !important;
}

/* Do not let the gold treatment alter card spacing or height. */
.fan-favorite-card {
    margin: 0 !important;
    padding: 26px !important;
}
.fan-favorite-card .flavor-card-top {
    min-height: 0 !important;
}

@media (max-width: 860px) {
    /* Give tall mascot artwork enough portrait space on tablets/phones without cropping it. */
    .flavor-card .flavor-card-image-wrap,
    .fan-favorite-card .flavor-card-image-wrap {
        height: 280px !important;
        aspect-ratio: auto !important;
        padding: 12px !important;
    }
}

@media (max-width: 600px) {
    .flavor-card .flavor-card-image-wrap,
    .fan-favorite-card .flavor-card-image-wrap {
        height: 300px !important;
        margin: -6px -6px 14px !important;
        padding: 10px !important;
    }

    .flavor-card .flavor-card-image,
    .fan-favorite-card .flavor-card-image {
        object-fit: contain !important;
        object-position: center center !important;
    }
}

/* Party & Events refresh — 2026-09-12 */
.party-hero-refresh {
    padding-bottom: 58px;
}
.party-hero-refresh h1 span {
    font-family: 'Pacifico', cursive;
    color: var(--pink-600);
    font-weight: 400;
}
.party-hero-actions {
    justify-content: center;
}
.party-quick-note {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin-top: 22px;
    padding: 10px 16px;
    border-radius: 999px;
    background: rgba(255,255,255,.82);
    border: 1px solid var(--pink-200);
    color: var(--brown-700);
    font-size: 12px;
    font-weight: 800;
    box-shadow: 0 8px 20px rgba(74,46,45,.05);
}
.party-quick-note span {
    color: var(--pink-500);
}
.party-process-section {
    padding-top: 58px;
}
.party-process-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0,1fr));
    gap: 22px;
}
.party-process-card {
    position: relative;
    min-height: 260px;
    padding: 30px 28px;
    border-radius: 28px;
    background: rgba(255,255,255,.94);
    border: 1px solid rgba(223,111,154,.2);
    box-shadow: 0 12px 28px rgba(74,46,45,.07);
    overflow: hidden;
}
.party-process-card::after {
    content: '';
    position: absolute;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    top: -72px;
    right: -54px;
    background: radial-gradient(circle, rgba(247,206,221,.72), rgba(247,206,221,.08) 68%, transparent 69%);
    pointer-events: none;
}
.party-step-badge {
    position: absolute;
    top: 18px;
    right: 20px;
    font-size: 42px;
    line-height: 1;
    font-weight: 900;
    color: rgba(223,111,154,.16);
}
.party-process-icon {
    width: 52px;
    height: 52px;
    border-radius: 18px;
    display: grid;
    place-items: center;
    margin-bottom: 22px;
    background: var(--pink-100);
    color: var(--pink-600);
    font-size: 23px;
    font-weight: 900;
}
.party-process-card h3 {
    margin-bottom: 10px;
}
.party-process-card p {
    margin: 0;
}
.party-occasion-section {
    overflow: hidden;
}
.party-occasion-grid {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 42px;
    align-items: start;
}
.party-occasion-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 26px;
}
.party-occasion-pills span {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 0 14px;
    border-radius: 999px;
    background: white;
    border: 1px solid var(--pink-200);
    color: var(--brown-700);
    font-size: 13px;
    font-weight: 800;
    box-shadow: 0 5px 14px rgba(74,46,45,.05);
}
.party-custom-card {
    padding: 30px;
    border-radius: 30px;
    background: linear-gradient(145deg, #fffdfb, #fff1f6);
    border: 1px solid var(--pink-200);
    box-shadow: 0 16px 34px rgba(74,46,45,.08);
}
.party-custom-kicker {
    display: inline-block;
    margin-bottom: 8px;
    color: var(--pink-600);
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .12em;
}
.party-custom-card h3 {
    font-size: 28px;
}
.party-custom-list {
    list-style: none;
    margin: 22px 0;
    padding: 0;
    display: grid;
    gap: 10px;
}
.party-custom-list li {
    position: relative;
    padding-left: 28px;
    color: var(--brown-700);
    font-weight: 700;
}
.party-custom-list li::before {
    content: '♥';
    position: absolute;
    left: 0;
    color: var(--pink-500);
}
.party-order-section {
    padding-top: 64px;
}
.party-order-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0,1fr));
    gap: 18px;
}
.party-order-card {
    padding: 26px 22px;
    text-align: center;
    background: white;
    border: 1px solid var(--pink-200);
    border-radius: 24px;
    box-shadow: 0 9px 24px rgba(74,46,45,.06);
}
.party-order-card > strong {
    display: block;
    margin-bottom: 8px;
    color: var(--pink-600);
    font-size: 34px;
    line-height: 1;
    letter-spacing: -.04em;
}
.party-order-card h3 {
    margin-bottom: 8px;
    font-size: 18px;
}
.party-order-card p {
    margin: 0;
    font-size: 14px;
}
.party-mix-note {
    max-width: 760px;
    margin: 24px auto 0;
    padding: 14px 18px;
    border-radius: 18px;
    background: var(--pink-100);
    border: 1px dashed var(--pink-300);
    color: var(--brown-700);
    font-size: 13px;
    font-weight: 700;
}
.party-cta-card {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 32px;
    align-items: center;
    padding: 34px 38px;
    border-radius: 30px;
    background: var(--brown-900);
    color: white;
    box-shadow: var(--shadow);
}
.party-cta-card h2 {
    margin-bottom: 12px;
    color: white;
}
.party-cta-card p {
    margin: 0;
    color: #f6dfe7;
}
.party-cta-card .eyebrow {
    color: #f9bfd4;
}
.party-cta-actions {
    display: grid;
    gap: 10px;
    min-width: 220px;
}
.party-cta-card .btn-secondary {
    background: transparent;
    border-color: rgba(255,255,255,.34);
    color: white;
}
.party-cta-card .btn-secondary:hover {
    background: rgba(255,255,255,.08);
}


.party-faq-section {
    padding-top: 58px;
    padding-bottom: 58px;
}
.party-faq-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr);
    gap: 26px;
    align-items: start;
}
.party-faq-list {
    display: grid;
    gap: 14px;
}
.faq-item {
    border: 1px solid var(--pink-200);
    border-radius: 22px;
    background: rgba(255,255,255,.94);
    box-shadow: 0 10px 22px rgba(74,46,45,.06);
    overflow: hidden;
}
.faq-item summary {
    list-style: none;
    cursor: pointer;
    padding: 20px 54px 20px 22px;
    position: relative;
    font-weight: 800;
    color: var(--brown-900);
}
.faq-item summary::-webkit-details-marker {
    display: none;
}
.faq-item summary::after {
    content: '+';
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: var(--pink-100);
    color: var(--pink-600);
    font-size: 20px;
    font-weight: 800;
}
.faq-item[open] summary::after {
    content: '–';
}
.faq-item p {
    margin: 0;
    padding: 0 22px 22px;
}
.storage-card {
    padding: 28px;
    border-radius: 28px;
    background: linear-gradient(160deg, #fffefc 0%, #fff5f8 100%);
    border: 1px solid var(--pink-200);
    box-shadow: 0 14px 30px rgba(74,46,45,.08);
}
.storage-kicker {
    display: inline-block;
    margin-bottom: 8px;
    color: var(--pink-600);
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .12em;
}
.storage-card h3 {
    margin-bottom: 10px;
    font-size: 28px;
}
.storage-card p {
    margin-bottom: 16px;
}
.storage-list {
    list-style: none;
    padding: 0;
    margin: 0 0 16px;
    display: grid;
    gap: 10px;
}
.storage-list li {
    position: relative;
    padding-left: 20px;
    color: var(--brown-700);
    font-weight: 700;
}
.storage-list li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: var(--pink-500);
    font-size: 22px;
    line-height: 1;
}
.storage-note {
    margin: 0;
    padding: 12px 14px;
    border-radius: 16px;
    background: var(--pink-100);
    border: 1px dashed var(--pink-300);
    color: var(--brown-700);
    font-size: 14px;
    font-weight: 700;
}
.not-found-hero {
    overflow: hidden;
}
.not-found-card {
    position: relative;
    min-height: 520px;
    border-radius: 34px;
    background: linear-gradient(180deg, rgba(255,255,255,.96), rgba(255,248,251,.98));
    border: 1px solid var(--pink-200);
    box-shadow: 0 18px 42px rgba(74,46,45,.09);
    overflow: hidden;
    isolation: isolate;
}
.not-found-card::before {
    content: '';
    position: absolute;
    inset: auto -20% -32% -20%;
    height: 58%;
    background: radial-gradient(circle at center, rgba(247,206,221,.85), rgba(247,206,221,0) 68%);
    z-index: 0;
}
.not-found-content {
    position: relative;
    z-index: 2;
    max-width: 580px;
    margin: 0 auto;
    padding: 88px 24px 78px;
    text-align: center;
}
.not-found-content h2 {
    font-size: clamp(34px, 5vw, 52px);
    margin-bottom: 12px;
}
.not-found-content p {
    max-width: 520px;
    margin: 0 auto 18px;
}
.not-found-actions {
    justify-content: center;
    margin-top: 20px;
}
.floating-heads {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 1;
}
.floating-head {
    position: absolute;
    width: clamp(92px, 10vw, 148px);
    aspect-ratio: 1;
    object-fit: contain;
    filter: drop-shadow(0 14px 16px rgba(74,46,45,.16));
    animation: floatingHeadBob var(--duration, 5.2s) ease-in-out infinite alternate;
}
.floating-head.head-1 { top: 24px; left: 24px; --duration: 5.5s; }
.floating-head.head-2 { top: 42px; right: 24px; --duration: 4.8s; }
.floating-head.head-3 { top: 200px; left: 7%; --duration: 5.9s; }
.floating-head.head-4 { top: 206px; right: 7%; --duration: 5.1s; }
.floating-head.head-5 { bottom: 34px; left: 18%; --duration: 5.6s; }
.floating-head.head-6 { bottom: 30px; right: 18%; --duration: 4.7s; }
@keyframes floatingHeadBob {
    from { transform: translateY(-8px) rotate(-4deg); }
    to { transform: translateY(10px) rotate(4deg); }
}

@media (max-width: 900px) {
    .party-process-grid {
        grid-template-columns: 1fr;
    }
    .party-process-card {
        min-height: 0;
    }
    .party-occasion-grid {
        grid-template-columns: 1fr;
    }
    .party-order-grid {
        grid-template-columns: repeat(2, minmax(0,1fr));
    }
    .party-faq-layout {
        grid-template-columns: 1fr;
    }
    .party-cta-card {
        grid-template-columns: 1fr;
    }
    .party-cta-actions {
        grid-template-columns: repeat(2, minmax(0,1fr));
        min-width: 0;
    }
}

@media (max-width: 600px) {
    .party-hero-refresh {
        padding-top: 56px;
        padding-bottom: 42px;
    }
    .party-hero-actions {
        display: grid;
    }
    .party-hero-actions .btn {
        width: 100%;
    }
    .party-quick-note {
        border-radius: 18px;
        line-height: 1.5;
    }
    .party-quick-note span {
        display: none;
    }
    .party-process-card,
    .party-custom-card {
        padding: 24px 22px;
    }
    .party-order-grid {
        grid-template-columns: 1fr;
    }
    .party-cta-card {
        padding: 28px 22px;
        text-align: center;
    }
    .faq-item summary {
        padding-right: 48px;
    }
    .storage-card {
        padding: 24px 22px;
    }
    .not-found-card {
        min-height: 620px;
    }
    .not-found-content {
        padding-top: 210px;
        padding-bottom: 176px;
    }
    .floating-head.head-1 { top: 18px; left: 14px; }
    .floating-head.head-2 { top: 20px; right: 14px; }
    .floating-head.head-3 { top: 120px; left: 8px; }
    .floating-head.head-4 { top: 128px; right: 8px; }
    .floating-head.head-5 { bottom: 32px; left: 10px; }
    .floating-head.head-6 { bottom: 30px; right: 10px; }
    .party-cta-actions {
        grid-template-columns: 1fr;
    }
}


/* Standalone FAQ page */
.faq-page-hero {
    padding-bottom: 44px;
}
.faq-page-section {
    padding-top: 54px;
    background: linear-gradient(180deg, #fffafd 0%, #ffffff 100%);
}
.faq-page-cta {
    margin-top: 34px;
    padding: 24px;
    border-radius: 24px;
    background: var(--pink-100);
    border: 1px solid var(--pink-200);
}
.faq-page-cta p {
    margin: 0 0 14px;
    color: var(--brown-700);
    font-weight: 700;
}

/* The Party page now goes straight into the three planning cards. */
.party-process-clean {
    padding-top: 42px;
}

/* Flavor detail gallery: exactly two images */
.flavor-detail-section .flavor-photo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
}

.flavor-detail-section .flavor-photo-slot,
.flavor-detail-section .flavor-photo-slot:first-child {
    min-height: 340px;
}

.flavor-detail-section .flavor-photo-slot:first-child {
    grid-column: auto;
}

@media (max-width: 860px) {
    .flavor-detail-section .flavor-photo-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .flavor-detail-section .flavor-photo-slot:first-child {
        grid-column: auto;
    }
}

@media (max-width: 600px) {
    .flavor-detail-section .flavor-photo-grid {
        grid-template-columns: 1fr;
    }

    .flavor-detail-section .flavor-photo-slot,
    .flavor-detail-section .flavor-photo-slot:first-child {
        min-height: 0;
    }
}


/* Flavor mascot sway animation */
@keyframes flavorMascotSway {
    from {
        transform: rotate(-4deg);
    }
    to {
        transform: rotate(4deg);
    }
}

.flavor-card-image-wrap {
    transform-origin: 50% 100%;
}

.flavor-card-image {
    transform-origin: 50% 100%;
    animation: flavorMascotSway 2.9s ease-in-out infinite alternate;
    will-change: transform;
}

.flavor-grid .flavor-card:nth-child(even) .flavor-card-image {
    animation-duration: 3.2s;
    animation-direction: alternate-reverse;
}

.flavor-grid .flavor-card:nth-child(3n) .flavor-card-image {
    animation-duration: 2.6s;
}

.flavor-card:hover .flavor-card-image,
.flavor-card:focus-visible .flavor-card-image {
    animation-play-state: paused;
    transform: translateY(-5px) rotate(-1deg);
}

/* First image on each flavor detail page is the mascot, so give it the same gentle sway. */
.flavor-photo-grid .flavor-photo-slot:first-child .flavor-photo-button img {
    transform-origin: 50% 100%;
    animation: flavorMascotSway 2.9s ease-in-out infinite alternate;
    will-change: transform;
}

.flavor-photo-grid .flavor-photo-slot:first-child .flavor-photo-button:hover img,
.flavor-photo-grid .flavor-photo-slot:first-child .flavor-photo-button:focus-visible img {
    animation-play-state: paused;
    transform: translateY(-4px) rotate(-1deg);
}

@media (prefers-reduced-motion: reduce) {
    .flavor-card-image,
    .flavor-photo-grid .flavor-photo-slot:first-child .flavor-photo-button img {
        animation: none !important;
        transform: none !important;
    }
}

/* Flavor mascot introduction badge */
.flavor-detail-section .flavor-photo-slot:first-child {
    position: relative;
}
.mascot-image-note {
    position: absolute;
    left: 50%;
    bottom: 18px;
    transform: translateX(-50%);
    z-index: 3;
    min-width: min(82%, 310px);
    padding: 10px 16px 9px;
    border-radius: 999px;
    background: rgba(255,255,255,.94);
    border: 1px solid rgba(223,111,154,.28);
    box-shadow: 0 8px 22px rgba(74,46,45,.12);
    text-align: center;
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
}
.mascot-image-note-title {
    display: block;
    font-family: 'Lobster', 'Pacifico', cursive;
    font-size: 21px;
    line-height: 1.05;
    color: var(--brown-900);
}
.mascot-image-note small {
    display: block;
    margin-top: 4px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--pink-600);
}
@media (max-width: 600px) {
    .mascot-image-note {
        bottom: 12px;
        min-width: 78%;
        padding: 9px 13px 8px;
    }
    .mascot-image-note-title {
        font-size: 19px;
    }
}

/* Accessibility and small housekeeping refinements */
.skip-link {
    position: fixed;
    left: 16px;
    top: 16px;
    z-index: 1000;
    padding: 10px 14px;
    border-radius: 999px;
    background: var(--brown-900);
    color: white;
    font-weight: 800;
    text-decoration: none;
    transform: translateY(-180%);
    transition: transform .18s ease;
}
.skip-link:focus { transform: translateY(0); }
.about-quote-card { margin-top: 30px; }
.main-nav a:focus-visible,
.btn:focus-visible,
.text-link:focus-visible,
.brand:focus-visible,
.menu-toggle:focus-visible,
.footer-links a:focus-visible,
.facebook-link:focus-visible {
    outline: 3px solid rgba(204,91,135,.42);
    outline-offset: 3px;
}

/* Flavor image responsiveness + full-screen gallery — 2026-09-19 */
.flavor-detail-section .flavor-photo-grid {
    align-items: start;
}

.flavor-detail-section .flavor-photo-slot,
.flavor-detail-section .flavor-photo-slot:first-child {
    position: relative;
    height: clamp(380px, 46vw, 560px);
    min-height: 0;
    overflow: hidden;
}

.flavor-photo-button {
    appearance: none;
    -webkit-appearance: none;
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: inherit;
    background: transparent;
    overflow: hidden;
    cursor: zoom-in;
    font: inherit;
}

.flavor-photo-button {
    background: linear-gradient(145deg, rgba(255,255,255,.98), var(--pink-100));
}

.flavor-detail-section .flavor-photo-button img,
.flavor-detail-section .flavor-photo-slot:first-child .flavor-photo-button img,
.flavor-detail-section .flavor-photo-slot:not(:first-child) .flavor-photo-button img {
    width: 100%;
    height: 100%;
    min-height: 0;
    padding: 14px;
    object-fit: contain;
    object-position: center;
    background: transparent;
    transition: transform .22s ease;
}

.flavor-photo-button:hover img,
.flavor-photo-button:focus-visible img {
    transform: scale(1.018);
}

.flavor-photo-button:focus-visible {
    outline: 4px solid rgba(223,111,154,.45);
    outline-offset: -4px;
}

.photo-enlarge-hint {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 4;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 8px 11px;
    border-radius: 999px;
    background: rgba(255,255,255,.92);
    border: 1px solid rgba(74,46,45,.12);
    box-shadow: 0 6px 16px rgba(74,46,45,.12);
    color: var(--brown-900);
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    pointer-events: none;
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
}

/* Keep the mascot label clear of the image controls. */
.flavor-detail-section .mascot-image-note {
    pointer-events: none;
}

/* Full-screen image viewer. */
.image-lightbox {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: max(18px, env(safe-area-inset-top)) max(18px, env(safe-area-inset-right)) max(18px, env(safe-area-inset-bottom)) max(18px, env(safe-area-inset-left));
    background: rgba(25,16,16,.94);
    opacity: 0;
    transition: opacity .18s ease;
}

.image-lightbox.is-open {
    display: flex;
    opacity: 1;
}

.image-lightbox-stage {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.image-lightbox-image {
    display: block;
    max-width: min(96vw, 1120px);
    max-height: 88vh;
    width: auto;
    height: auto;
    object-fit: contain;
    border-radius: 18px;
    box-shadow: 0 24px 70px rgba(0,0,0,.38);
}

.image-lightbox-close,
.image-lightbox-nav {
    appearance: none;
    -webkit-appearance: none;
    position: absolute;
    z-index: 3;
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    padding: 0;
    border: 1px solid rgba(255,255,255,.24);
    border-radius: 50%;
    background: rgba(255,255,255,.14);
    color: #fff;
    font: inherit;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.image-lightbox-close:hover,
.image-lightbox-nav:hover,
.image-lightbox-close:focus-visible,
.image-lightbox-nav:focus-visible {
    background: rgba(255,255,255,.24);
    outline: 2px solid rgba(255,255,255,.8);
    outline-offset: 2px;
}

.image-lightbox-close {
    top: 0;
    right: 0;
}

.image-lightbox-prev {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.image-lightbox-next {
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.image-lightbox-counter {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(255,255,255,.14);
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .03em;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

body.lightbox-open {
    overflow: hidden;
    touch-action: none;
}

@media (max-width: 860px) {
    /* Flavor listing images follow the artwork's natural 3:4 portrait shape. */
    .flavor-card .flavor-card-image-wrap,
    .fan-favorite-card .flavor-card-image-wrap {
        width: 100% !important;
        height: auto !important;
        aspect-ratio: 3 / 4 !important;
        max-height: 430px;
        padding: 10px !important;
    }

    .flavor-card .flavor-card-image,
    .fan-favorite-card .flavor-card-image {
        width: 100% !important;
        height: 100% !important;
        object-fit: contain !important;
        object-position: center !important;
    }

    .flavor-detail-section .flavor-photo-slot,
    .flavor-detail-section .flavor-photo-slot:first-child {
        height: auto;
        min-height: 0;
        aspect-ratio: 3 / 4;
    }

    .flavor-detail-section .flavor-photo-button img,
    .flavor-detail-section .flavor-photo-slot:first-child .flavor-photo-button img,
    .flavor-detail-section .flavor-photo-slot:not(:first-child) .flavor-photo-button img {
        padding: 10px;
    }
}

@media (max-width: 600px) {
    .flavor-detail-section .flavor-photo-grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 16px;
    }

    .flavor-detail-section .flavor-photo-slot,
    .flavor-detail-section .flavor-photo-slot:first-child {
        width: 100%;
        aspect-ratio: 3 / 4;
        border-radius: 22px;
    }

    .flavor-card .flavor-card-image-wrap,
    .fan-favorite-card .flavor-card-image-wrap {
        max-height: none;
        aspect-ratio: 3 / 4 !important;
    }

    .photo-enlarge-hint {
        top: 10px;
        right: 10px;
        padding: 8px 9px;
        font-size: 13px;
    }

    .photo-enlarge-hint span {
        display: none;
    }

    .image-lightbox {
        padding: max(10px, env(safe-area-inset-top)) max(8px, env(safe-area-inset-right)) max(10px, env(safe-area-inset-bottom)) max(8px, env(safe-area-inset-left));
    }

    .image-lightbox-image {
        max-width: 100%;
        max-height: 88dvh;
        border-radius: 12px;
    }

    .image-lightbox-close,
    .image-lightbox-nav {
        width: 44px;
        height: 44px;
        font-size: 26px;
    }

    .image-lightbox-close {
        top: 4px;
        right: 4px;
    }

    .image-lightbox-prev {
        left: 4px;
    }

    .image-lightbox-next {
        right: 4px;
    }

    .image-lightbox-counter {
        bottom: 4px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .flavor-photo-button img,
    .image-lightbox {
        transition: none;
    }
}


/* About page - personal story layout */
.about-story-section {
    padding-top: 54px;
}
.about-story-layout {
    display: grid;
    grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr);
    gap: 42px;
    align-items: start;
}
.about-photo-card {
    position: sticky;
    top: 110px;
    margin: 0;
    padding: 14px;
    border-radius: 32px;
    background: linear-gradient(180deg, #fffdfd 0%, #fff4f8 100%);
    border: 1px solid rgba(223,111,154,.22);
    box-shadow: 0 20px 48px rgba(99,58,65,.11);
}
.about-photo-card img {
    width: 100%;
    display: block;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    object-position: 50% 30%;
    border-radius: 22px;
}
.about-photo-caption {
    display: grid;
    gap: 3px;
    padding: 16px 10px 8px;
    text-align: center;
    color: var(--brown-700);
}
.about-photo-caption strong {
    color: var(--brown-900);
    font-family: 'Pacifico', cursive;
    font-size: 25px;
    font-weight: 400;
}
.about-photo-caption span {
    font-size: 13px;
    font-weight: 700;
}
.about-story-card {
    padding: clamp(28px, 4vw, 48px);
}
.about-story-card > h2 {
    margin-bottom: 22px;
}
.about-story-card > p {
    font-size: 17px;
    line-height: 1.82;
}
.about-welcome-note {
    margin-top: 28px;
    padding: 24px 26px;
    border-radius: 24px;
    background: var(--pink-100);
    border: 1px solid rgba(223,111,154,.18);
}
.about-welcome-note h3 {
    margin: 0 0 8px;
    color: var(--brown-900);
}
.about-welcome-note p {
    margin: 0;
}

@media (max-width: 860px) {
    .about-story-layout {
        grid-template-columns: 1fr;
        gap: 28px;
    }
    .about-photo-card {
        position: static;
        width: min(100%, 500px);
        margin: 0 auto;
    }
}

@media (max-width: 600px) {
    .about-story-section {
        padding-top: 30px;
    }
    .about-photo-card {
        padding: 10px;
        border-radius: 24px;
    }
    .about-photo-card img {
        border-radius: 17px;
    }
    .about-story-card {
        padding: 26px 21px;
    }
    .about-story-card > p {
        font-size: 16px;
        line-height: 1.72;
    }
    .about-welcome-note {
        padding: 21px 20px;
    }
}


/* Party page clean refresh — 2026-09-19 */
.party-hero-v2 {
    padding: 62px 0 54px;
}
.party-hero-grid-v2 {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(340px, .95fr);
    gap: 46px;
    align-items: center;
}
.party-hero-copy-v2 h1 {
    max-width: 720px;
    margin-bottom: 16px;
}
.party-hero-copy-v2 h1 span {
    font-family: 'Pacifico', cursive;
    color: var(--pink-600);
    font-weight: 400;
}
.party-hero-copy-v2 > p {
    max-width: 720px;
    font-size: 18px;
}
.party-hero-actions {
    justify-content: flex-start;
    margin-top: 24px;
}
.party-fact-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}
.party-fact-row span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 38px;
    padding: 0 13px;
    border-radius: 999px;
    background: rgba(255,255,255,.88);
    border: 1px solid var(--pink-200);
    color: var(--brown-700);
    box-shadow: 0 6px 18px rgba(74,46,45,.05);
    font-size: 13px;
    font-weight: 700;
}
.party-fact-row strong {
    color: var(--pink-600);
}
.party-hero-card-v2 {
    position: relative;
    min-height: 500px;
    padding: 30px;
    border-radius: 34px;
    background: linear-gradient(150deg, #fffdfd 0%, #fff2f6 58%, #fce6ed 100%);
    border: 1px solid rgba(223,111,154,.24);
    box-shadow: 0 22px 46px rgba(74,46,45,.11);
    overflow: hidden;
}
.party-hero-card-v2::after {
    content: '';
    position: absolute;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    top: -70px;
    right: -80px;
    background: radial-gradient(circle, rgba(255,255,255,.95), rgba(255,255,255,0) 70%);
}
.party-flavor-preview {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(3, minmax(0,1fr));
    gap: 14px;
    align-items: end;
    margin-bottom: 18px;
}
.party-flavor-preview-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    min-height: 240px;
    padding: 16px 10px 14px;
    border-radius: 22px;
    background: rgba(255,255,255,.70);
    border: 1px solid rgba(223,111,154,.20);
    box-shadow: 0 12px 24px rgba(74,46,45,.08);
    color: inherit;
    text-decoration: none;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.party-flavor-preview-card:hover,
.party-flavor-preview-card:focus-visible {
    transform: translateY(-4px);
    border-color: rgba(223,111,154,.42);
    box-shadow: 0 18px 30px rgba(74,46,45,.12);
}
.party-flavor-preview-card:focus-visible {
    outline: 3px solid rgba(223,111,154,.22);
    outline-offset: 3px;
}
.party-flavor-preview-card img {
    width: 100%;
    max-width: 110px;
    height: 165px;
    object-fit: contain;
    filter: drop-shadow(0 14px 18px rgba(74,46,45,.12));
}
.party-flavor-preview-card span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    width: 100%;
    padding: 8px 10px;
    border-radius: 999px;
    background: #fff;
    color: var(--brown-800);
    border: 1px solid var(--pink-200);
    font-size: 12px;
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
}
.party-hero-card-copy {
    position: relative;
    z-index: 2;
    padding: 24px;
    border-radius: 24px;
    background: rgba(255,255,255,.88);
    border: 1px solid rgba(223,111,154,.18);
    backdrop-filter: blur(10px);
}
.party-hero-card-copy h2 {
    margin-bottom: 16px;
    font-size: 28px;
}
.party-hero-checklist {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 10px;
}
.party-hero-checklist li {
    position: relative;
    padding-left: 24px;
    color: var(--brown-700);
    font-weight: 700;
}
.party-hero-checklist li::before {
    content: '♥';
    position: absolute;
    left: 0;
    color: var(--pink-500);
}
.party-process-clean {
    padding-top: 64px;
}
.party-section-split-heading {
    display: grid;
    grid-template-columns: 1fr minmax(300px, .8fr);
    gap: 32px;
    align-items: end;
    margin-bottom: 30px;
}
.party-section-split-heading h2 {
    margin-bottom: 0;
}
.party-section-split-heading > p {
    margin: 0;
}
.party-custom-grid-v2 {
    display: grid;
    grid-template-columns: repeat(4, minmax(0,1fr));
    gap: 16px;
}
.party-custom-option {
    padding: 24px 22px;
    border-radius: 24px;
    background: rgba(255,255,255,.94);
    border: 1px solid var(--pink-200);
    box-shadow: 0 10px 24px rgba(74,46,45,.06);
}
.party-custom-option > span {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    margin-bottom: 16px;
    border-radius: 15px;
    background: var(--pink-100);
    color: var(--pink-600);
    font-size: 21px;
    font-weight: 900;
}
.party-custom-option h3 {
    margin-bottom: 7px;
    font-size: 20px;
}
.party-custom-option p {
    margin: 0;
    font-size: 14px;
}
.party-occasion-band {
    margin-top: 28px;
    padding: 22px 24px;
    border-radius: 24px;
    background: rgba(255,255,255,.74);
    border: 1px solid var(--pink-200);
}
.party-occasion-band > strong {
    display: block;
    margin-bottom: 12px;
    color: var(--brown-900);
}
.party-occasion-band .party-occasion-pills {
    margin-top: 0;
}
.party-order-layout-v2 {
    display: grid;
    grid-template-columns: minmax(0,1.3fr) minmax(300px,.7fr);
    gap: 34px;
    align-items: start;
}
.party-order-intro {
    max-width: 720px;
}
.party-order-grid-v2 {
    display: grid;
    gap: 14px;
    margin-top: 24px;
}
.party-order-card-v2 {
    display: grid;
    grid-template-columns: 92px 1fr;
    gap: 18px;
    align-items: center;
    padding: 20px 22px;
    border-radius: 22px;
    background: white;
    border: 1px solid var(--pink-200);
    box-shadow: 0 8px 20px rgba(74,46,45,.05);
}
.party-order-card-v2 > strong {
    color: var(--pink-600);
    font-size: 34px;
    line-height: 1;
    text-align: center;
}
.party-order-card-v2 h3 {
    margin-bottom: 4px;
    font-size: 18px;
}
.party-order-card-v2 p {
    margin: 0;
    font-size: 14px;
}
.party-order-sidebar-v2 {
    padding: 28px;
    border-radius: 28px;
    background: linear-gradient(155deg, #fff8fb, #fffdfc);
    border: 1px solid var(--pink-200);
    box-shadow: 0 14px 30px rgba(74,46,45,.08);
}
.party-order-sidebar-v2 h3 {
    margin-bottom: 10px;
    font-size: 27px;
}
.party-weekly-note {
    display: grid;
    gap: 4px;
    margin: 20px 0;
    padding: 14px 16px;
    border-radius: 17px;
    background: var(--pink-100);
    color: var(--brown-700);
}
.party-weekly-note strong {
    color: var(--brown-900);
}
.party-weekly-note span {
    font-size: 13px;
}

@media (max-width: 980px) {
    .party-hero-grid-v2,
    .party-order-layout-v2,
    .party-section-split-heading {
        grid-template-columns: 1fr;
    }
    .party-custom-grid-v2 {
        grid-template-columns: repeat(2, minmax(0,1fr));
    }
    .party-hero-card-v2 {
        min-height: 450px;
    }
}

@media (max-width: 600px) {
    .party-hero-v2 {
        padding-top: 46px;
        padding-bottom: 42px;
    }
    .party-hero-actions {
        display: grid;
    }
    .party-hero-actions .btn {
        width: 100%;
    }
    .party-fact-row {
        display: grid;
        grid-template-columns: 1fr;
    }
    .party-fact-row span {
        justify-content: center;
    }
    .party-hero-card-v2 {
        min-height: 410px;
        padding: 18px;
        border-radius: 26px;
    }
    .party-flavor-preview {
        grid-template-columns: 1fr;
        gap: 12px;
    }
    .party-flavor-preview-card {
        min-height: unset;
        padding: 14px;
        display: grid;
        grid-template-columns: 88px 1fr;
        align-items: center;
        justify-items: start;
        gap: 12px;
    }
    .party-flavor-preview-card img {
        max-width: 88px;
        height: 120px;
    }
    .party-flavor-preview-card span {
        min-height: 42px;
        justify-content: flex-start;
        text-align: left;
    }
    .party-hero-card-copy {
        padding: 20px;
    }
    .party-hero-checklist {
        grid-template-columns: 1fr;
    }
    .party-custom-grid-v2 {
        grid-template-columns: 1fr;
    }
    .party-order-card-v2 {
        grid-template-columns: 70px 1fr;
        padding: 18px;
    }
    .party-order-card-v2 > strong {
        font-size: 29px;
    }
}

/* Simple Ohio cottage food page */
.cottage-simple-page {
    padding-top: 58px;
    padding-bottom: 44px;
}
.cottage-simple-intro {
    text-align: center;
    padding: 40px 38px;
}
.cottage-simple-intro h2 {
    font-size: clamp(34px, 5vw, 52px);
    margin-bottom: 16px;
}
.cottage-simple-intro p {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
    font-size: 17px;
}
.cottage-simple-section {
    padding-top: 50px;
    padding-bottom: 50px;
}
.cottage-simple-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 20px;
}
.cottage-simple-card {
    padding: 30px;
}
.cottage-simple-card h3 {
    margin-bottom: 10px;
}
.cottage-simple-card p {
    margin: 0;
}
.cottage-simple-notice {
    align-items: center;
}
@media (max-width: 700px) {
    .cottage-simple-intro {
        padding: 30px 22px;
    }
    .cottage-simple-grid {
        grid-template-columns: 1fr;
    }
}

