/* ==========================================================================
   Cold Stone NJ — redesign layer (site.css)
   Loads AFTER style.css. Reuses the original design tokens and adds the
   new homepage shell: nav, hero, service formats, indoor band, occasions,
   service area, proof band, final CTA and footer.
   ========================================================================== */

:root {
    --ink: #2a1512;
    --cream: #fff7f0;
    --cream-2: #ffeede;
    --line: #f0dccd;
    --red: var(--primary-red);       /* #cf2027 */
    --red-dark: var(--dark-red);     /* #ae1b21 */
    --radius: 18px;
    --radius-lg: 26px;
    --maxw: 1180px;
}

html { scroll-behavior: smooth; }
body { color: var(--ink); }
/* offset anchor targets so the sticky header doesn't cover them */
main section[id], #top { scroll-margin-top: 96px; }
img { max-width: 100%; }

.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }

/* ---------- Buttons ---------- */
.btn {
    display: inline-flex; align-items: center; gap: 10px;
    font-family: 'Oswald', sans-serif; font-weight: 600; letter-spacing: .3px;
    font-size: 1.02rem; text-transform: uppercase;
    padding: 15px 30px; border-radius: 999px; border: 2px solid transparent;
    cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
    text-decoration: none; line-height: 1;
}
.btn-primary { background: var(--red); color: #fff; box-shadow: 0 10px 24px rgba(207,32,39,.32); }
.btn-primary:hover { background: var(--red-dark); transform: translateY(-2px); box-shadow: 0 14px 30px rgba(207,32,39,.4); }
.btn-ghost { background: rgba(255,255,255,.12); color: #fff; border-color: rgba(255,255,255,.65); backdrop-filter: blur(4px); }
.btn-ghost:hover { background: #fff; color: var(--red); border-color: #fff; transform: translateY(-2px); }
.btn-ghost-dark { background: transparent; color: var(--ink); border-color: var(--ink); }
.btn-ghost-dark:hover { background: var(--ink); color: #fff; }

/* ---------- Section rhythm ---------- */
.section-head { text-align: center; max-width: 760px; margin: 0 auto 44px; }
.eyebrow {
    font-family: 'Oswald', sans-serif; text-transform: uppercase; letter-spacing: 2px;
    font-weight: 600; font-size: .82rem; color: var(--red); margin: 0 0 12px;
}
.section-heading {
    font-family: 'Oswald', sans-serif; font-weight: 700; line-height: 1.08;
    font-size: clamp(1.7rem, 3.4vw, 2.7rem); margin: 0 0 14px; color: var(--ink);
}
.section-lead { font-size: 1.06rem; line-height: 1.6; color: #6a5750; margin: 0 auto; }

/* ==========================================================================
   HEADER / NAV
   ========================================================================== */
.site-header {
    position: sticky; top: 0; z-index: 900; background: #fff;
    box-shadow: 0 2px 18px rgba(0,0,0,.06);
}
.site-header .top-bar { height: 6px; background: linear-gradient(90deg, var(--red), var(--bright-red)); }
.site-header .nav-container {
    max-width: var(--maxw); margin: 0 auto; padding: 10px 24px;
    display: flex; align-items: center; gap: 22px;
}
.site-header .logo-container { display: flex; align-items: center; }
.site-header .logo { height: 56px; width: auto; }
.site-header .main-nav { margin-left: auto; }
.site-header .main-nav ul { list-style: none; display: flex; align-items: center; gap: 6px; margin: 0; padding: 0; }
.site-header .main-nav a {
    display: inline-block; text-decoration: none; color: var(--ink);
    font-family: 'Oswald', sans-serif; font-weight: 500; font-size: .96rem;
    text-transform: uppercase; letter-spacing: .4px; padding: 10px 12px; border-radius: 10px;
    transition: color .2s ease, background .2s ease;
}
.site-header .main-nav a:hover { color: var(--red); background: var(--cream-2); }
.site-header .main-nav a.nav-cta {
    background: var(--red); color: #fff; padding: 10px 20px; border-radius: 999px; margin-left: 6px;
}
.site-header .main-nav a.nav-cta:hover { background: var(--red-dark); color: #fff; }
.nav-call {
    display: none; align-items: center; gap: 8px; text-decoration: none; color: var(--red);
    font-family: 'Oswald', sans-serif; font-weight: 600;
}
.nav-toggle { display: none; background: none; border: 0; cursor: pointer; padding: 8px; margin-left: auto; }
.nav-toggle span { display: block; width: 26px; height: 3px; background: var(--ink); border-radius: 3px; margin: 5px 0; transition: transform .25s ease, opacity .2s ease; }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

.mobile-nav {
    display: none; flex-direction: column; background: #fff; border-top: 1px solid var(--line);
    padding: 10px 24px 22px;
}
.mobile-nav.open { display: flex; }
.mobile-nav ul { list-style: none; margin: 0; padding: 0; }
.mobile-nav a {
    display: block; padding: 14px 6px; text-decoration: none; color: var(--ink);
    font-family: 'Oswald', sans-serif; text-transform: uppercase; letter-spacing: .4px;
    border-bottom: 1px solid var(--line);
}
.mobile-nav a.nav-cta { color: var(--red); font-weight: 700; }
.mobile-call { margin-top: 14px; color: var(--red); font-weight: 700; text-decoration: none; font-family: 'Oswald', sans-serif; }

/* ==========================================================================
   HERO
   ========================================================================== */
.hero { position: relative; min-height: 88vh; display: flex; align-items: center; overflow: hidden; color: #fff; }
.hero-media { position: absolute; inset: 0; z-index: 0; }
.hero-video { width: 100%; height: 100%; object-fit: cover; }
.hero-scrim {
    position: absolute; inset: 0;
    background: linear-gradient(105deg, rgba(120,12,16,.82) 0%, rgba(120,12,16,.55) 45%, rgba(40,10,8,.35) 100%);
}
.hero-inner { position: relative; z-index: 1; max-width: var(--maxw); width: 100%; margin: 0 auto; padding: 120px 24px; }
.hero-eyebrow {
    font-family: 'Oswald', sans-serif; text-transform: uppercase; letter-spacing: 2px;
    font-weight: 600; font-size: .9rem; margin: 0 0 16px; color: #ffd9c9;
}
.hero-title {
    font-family: 'Oswald', sans-serif; font-weight: 700; line-height: 1.03;
    font-size: clamp(2.4rem, 6vw, 4.4rem); margin: 0 0 18px; max-width: 15ch;
    text-shadow: 0 4px 30px rgba(0,0,0,.35);
}
.hero-sub { font-size: clamp(1.05rem, 1.8vw, 1.3rem); line-height: 1.55; max-width: 46ch; margin: 0 0 30px; color: #fff2ec; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 30px; }
.hero-chips { list-style: none; display: flex; flex-wrap: wrap; gap: 10px 22px; margin: 0; padding: 0; }
.hero-chips li { font-family: 'Oswald', sans-serif; font-weight: 500; text-transform: uppercase; letter-spacing: .5px; font-size: .92rem; display: flex; align-items: center; gap: 8px; }
.hero-chips i { color: #ffd9c9; }

/* ==========================================================================
   SERVICE FORMATS
   ========================================================================== */
.formats { padding: 84px 0; background: var(--cream); }
.format-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.format-card {
    background: #fff; border-radius: var(--radius-lg); overflow: hidden;
    box-shadow: var(--shadow-soft); border: 1px solid var(--line); display: flex; flex-direction: column;
    transition: transform .25s ease, box-shadow .25s ease;
}
.format-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-premium); }
.format-media { aspect-ratio: 16/10; background: var(--cream-2); overflow: hidden; }
.format-media img { width: 100%; height: 100%; object-fit: contain; padding: 14px; }
.format-card.has-photo .format-media img { object-fit: cover; padding: 0; }
.format-body { padding: 26px 26px 30px; display: flex; flex-direction: column; flex: 1; }
.format-tag { font-family:'Oswald',sans-serif; text-transform: uppercase; letter-spacing: 1.5px; font-size: .78rem; color: var(--red); margin: 0 0 8px; }
.format-name { font-family: 'Oswald', sans-serif; font-weight: 700; font-size: 1.5rem; margin: 0 0 10px; }
.format-blurb { color: #6a5750; line-height: 1.6; margin: 0 0 16px; }
.format-points { list-style: none; margin: 0 0 4px; padding: 0; }
.format-points li { display: flex; gap: 10px; align-items: flex-start; padding: 6px 0; color: var(--ink); }
.format-points i { color: var(--red); margin-top: 4px; }

/* ==========================================================================
   INDOOR & YEAR-ROUND
   ========================================================================== */
.indoor { padding: 84px 0; background: #fff; }
.indoor-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 48px; align-items: center; }
.indoor-media { position: relative; }
.indoor-img-main { width: 100%; border-radius: var(--radius-lg); box-shadow: var(--shadow-premium); display: block; }
.indoor-img-inset {
    position: absolute; right: -18px; bottom: -26px; width: 46%; border-radius: var(--radius);
    border: 5px solid #fff; box-shadow: var(--shadow-premium);
}
.check-list { list-style: none; margin: 20px 0 26px; padding: 0; }
.check-list li { display: flex; gap: 12px; align-items: center; padding: 8px 0; font-weight: 600; }
.check-list i { color: #fff; background: var(--red); width: 24px; height: 24px; border-radius: 50%; display: grid; place-items: center; font-size: .7rem; }

/* ==========================================================================
   OCCASIONS
   ========================================================================== */
.occasions { padding: 84px 0; background: var(--cream); }
.occasion-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.occasion-card {
    display: flex; align-items: center; gap: 16px; text-decoration: none;
    background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
    padding: 22px 22px; color: var(--ink); box-shadow: var(--shadow-soft);
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.occasion-card:hover { transform: translateY(-4px); border-color: var(--red); box-shadow: var(--shadow-premium); }
.occasion-ic { width: 52px; height: 52px; flex: none; border-radius: 14px; background: var(--cream-2); color: var(--red); display: grid; place-items: center; font-size: 1.3rem; }
.occasion-card:hover .occasion-ic { background: var(--red); color: #fff; }
.occasion-name { font-family: 'Oswald', sans-serif; font-weight: 600; font-size: 1.12rem; }
.occasion-go { margin-left: auto; color: #c9b6ab; transition: color .2s ease, transform .2s ease; }
.occasion-card:hover .occasion-go { color: var(--red); transform: translateX(3px); }

/* ==========================================================================
   SERVICE AREA
   ========================================================================== */
.service-area { padding: 84px 0; background: #fff; }
.service-area-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.town-cloud { display: flex; flex-wrap: wrap; gap: 12px; align-content: center; }
.town-chip {
    font-family: 'Oswald', sans-serif; font-weight: 500; letter-spacing: .3px;
    background: var(--cream); border: 1.5px solid var(--line); color: var(--ink);
    padding: 12px 20px; border-radius: 999px; font-size: 1rem;
    display: inline-flex; align-items: center; gap: 8px;
}
.town-chip i { color: var(--red); font-size: .82rem; }
a.town-chip-link { text-decoration: none; cursor: pointer; transition: border-color .15s, background .15s, color .15s; }
a.town-chip-link:hover { border-color: var(--red); background: #fff; color: var(--red); }
a.town-chip-link:hover i { color: var(--red); }

/* linked compare-cards (service-area town guides) */
a.compare-card { text-decoration: none; color: inherit; display: flex; flex-direction: column; justify-content: space-between; gap: 14px; transition: border-color .15s, transform .1s; }
a.compare-card:hover { border-color: var(--red); transform: translateY(-2px); }

/* FAQ list */
.faq-list { display: flex; flex-direction: column; gap: 0; }
.faq-item { padding: 24px 0; border-bottom: 1px solid var(--line); }
.faq-item:first-child { padding-top: 4px; }
.faq-item:last-child { border-bottom: none; }
.faq-q { font-family: 'Oswald', sans-serif; font-weight: 600; font-size: 1.25rem; color: var(--ink); margin: 0 0 8px; }
.faq-a p { color: #4a4038; margin: 0; max-width: 68ch; }

/* $500 minimum note in the booking section */
.book-minimum { margin: 14px 0 0; font-size: .95rem; opacity: .92; line-height: 1.5; }
.book-minimum i { color: var(--marigold, #F2B63C); margin-right: 6px; }
.book-minimum a { color: inherit; text-decoration: underline; font-weight: 700; }
/* $500 minimum inline note on service/occasion pages */
.minimum-note { font-size: .95rem; color: var(--slate, #5C6478); margin-top: 10px; }
.minimum-note strong { color: var(--ink, #1B2437); }

/* honest offer card (replaces the untermed "70% off" image popup) */
.offer-card .offer-content { padding: 16px 16px 14px; }
.offer-card .offer-eyebrow { font-family: 'Oswald', sans-serif; font-weight: 600; letter-spacing: .5px;
    text-transform: uppercase; font-size: .78rem; color: var(--red, #E01F26); margin: 0 0 4px; }
.offer-card .offer-title { font-family: 'Oswald', sans-serif; font-weight: 700; font-size: 1.35rem;
    line-height: 1.1; color: var(--ink, #1B2437); margin: 0 0 8px; }
.offer-card .offer-text { font-size: .92rem; line-height: 1.5; color: #4a4038; margin: 0 0 14px; }
.offer-card .offer-text strong { color: var(--ink, #1B2437); }
.offer-card .offer-actions { display: flex; align-items: center; gap: 14px; }
.offer-card .offer-btn { background: var(--red, #E01F26); color: #fff; font-family: 'Oswald', sans-serif;
    font-weight: 600; letter-spacing: .3px; text-decoration: none; padding: 10px 18px; border-radius: 999px;
    font-size: .9rem; transition: background .15s, transform .1s; }
.offer-card .offer-btn:hover { background: var(--dark-red, #B3161C); transform: translateY(-1px); }
.offer-card .offer-link { font-size: .88rem; color: var(--slate, #5C6478); text-decoration: underline; font-weight: 600; }
.offer-card .offer-link:hover { color: var(--ink, #1B2437); }
.area-note { color: #6a5750; margin: 16px 0 22px; }
.area-note a { color: var(--red); font-weight: 700; }

/* ==========================================================================
   PROOF / SCALE
   ========================================================================== */
.proof { padding: 84px 0; background: var(--ink); color: #fff; }
.proof .section-heading, .proof .eyebrow { color: #fff; }
.proof .eyebrow { color: #ffb9a6; }
.proof .section-lead { color: #e9d9d2; }
.proof-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.proof-media img { width: 100%; border-radius: var(--radius-lg); box-shadow: var(--shadow-premium); display: block; }
.proof-points { display: grid; gap: 14px; margin-top: 26px; }
.proof-points > div { display: flex; align-items: center; gap: 14px; font-weight: 600; }
.proof-points i { color: #ffb9a6; width: 26px; text-align: center; font-size: 1.1rem; }

/* ==========================================================================
   FINAL CTA
   ========================================================================== */
.final-cta { padding: 80px 0; background: linear-gradient(120deg, var(--red), var(--bright-red)); color: #fff; text-align: center; }
.final-cta-inner h2 { font-family: 'Oswald', sans-serif; font-weight: 700; font-size: clamp(1.8rem, 4vw, 2.8rem); margin: 0 0 12px; }
.final-cta-inner p { font-size: 1.1rem; margin: 0 0 26px; color: #fff2ec; }
.final-cta-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.final-cta .btn-primary { background: #fff; color: var(--red); box-shadow: 0 12px 26px rgba(0,0,0,.2); }
.final-cta .btn-primary:hover { background: #fff; color: var(--red-dark); }
.final-cta .btn-ghost-dark { color: #fff; border-color: #fff; }
.final-cta .btn-ghost-dark:hover { background: #fff; color: var(--red); }

/* ==========================================================================
   FOOTER (new structure)
   ========================================================================== */
.footer { background: #1c0e0c; color: #e9d9d2; padding: 60px 0 0; }
.footer .footer-container { max-width: var(--maxw); margin: 0 auto; padding: 0 24px 40px; display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 40px; }
.footer-wordmark { font-family: 'Oswald', sans-serif; font-weight: 700; font-size: 1.5rem; color: #fff; margin: 0 0 12px; }
.footer-desc { line-height: 1.6; max-width: 40ch; color: #cdb8b0; }
.footer-socials { margin-top: 18px; display: flex; gap: 12px; }
.footer-socials a { width: 40px; height: 40px; border-radius: 50%; background: rgba(255,255,255,.1); color: #fff; display: grid; place-items: center; text-decoration: none; transition: background .2s ease; }
.footer-socials a:hover { background: var(--red); }
.footer-h { font-family: 'Oswald', sans-serif; font-weight: 600; font-size: 1.05rem; color: #fff; margin: 0 0 16px; text-transform: uppercase; letter-spacing: 1px; }
.footer-links ul, .footer-contact ul { list-style: none; margin: 0; padding: 0; }
.footer-links li, .footer-contact li { margin-bottom: 12px; }
.footer-links a, .footer-contact a { color: #cdb8b0; text-decoration: none; transition: color .2s ease; }
.footer-links a:hover, .footer-contact a:hover { color: #fff; }
.footer-contact i { color: var(--red); width: 18px; margin-right: 8px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); padding: 22px 24px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px; max-width: var(--maxw); margin: 0 auto; font-size: .88rem; color: #b49c94; }
.footer-fineprint { color: #8f7a73; }

/* menu lead spacing tweak */
.menu-v2-lead { color: #6a5750; margin-top: 8px; }

/* These images carry width/height attributes (for CLS) but are scaled by CSS width:%;
   height:auto keeps their real aspect ratio instead of the fixed pixel height. */
.indoor-img-main,
.indoor-img-inset,
.proof-media img,
.img-book-ill { height: auto; }

/* Homepage service-format card action row (Book + Learn more) */
.format-actions { margin-top: 18px; display: flex; flex-wrap: wrap; align-items: center; gap: 8px 18px; }
.format-learn {
    display: inline-flex; align-items: center; gap: 8px; text-decoration: none;
    font-family: 'Oswald', sans-serif; font-weight: 600; text-transform: uppercase;
    letter-spacing: .4px; font-size: .92rem; color: var(--red);
}
.format-learn:hover { color: var(--red-dark); }
.format-learn i { transition: transform .2s ease; }
.format-learn:hover i { transform: translateX(3px); }

/* ==========================================================================
   SERVICE PAGES (/indoor-catering/, /sundae-bar/)
   ========================================================================== */
.container.narrow { max-width: 820px; }
.service-lead { font-size: 1.12rem; line-height: 1.65; color: #5c4a43; margin: 0 0 26px; }
.hero-cta-row { display: flex; flex-wrap: wrap; gap: 14px; }

.service-hero { padding: 56px 0 64px; background: #fff; }
.service-hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; gap: 48px; align-items: center; }
.service-hero-grid.reverse .service-media { order: -1; }
.service-hero .section-heading { font-size: clamp(2rem, 4.2vw, 3rem); }
.service-media img { width: 100%; height: auto; display: block; border-radius: var(--radius-lg); box-shadow: var(--shadow-premium); }

.service-section { padding: 64px 0; background: #fff; }
.service-section.alt { background: var(--cream); }
.service-section.center { text-align: center; }
.service-section.center .section-lead { margin: 0 auto 26px; }
.service-section .section-lead a { color: var(--red); font-weight: 600; }

.use-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 18px; margin-bottom: 40px; }
.use-card {
    background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
    box-shadow: var(--shadow-soft); padding: 26px 22px; text-align: center;
}
.use-card i { font-size: 1.5rem; color: var(--red); margin-bottom: 12px; display: block; }
.use-card h3 { font-family: 'Oswald', sans-serif; font-weight: 600; font-size: 1.05rem; color: var(--ink); margin: 0; }

.service-figure { margin: 0; }
.service-figure img { width: 100%; height: auto; border-radius: var(--radius-lg); box-shadow: var(--shadow-premium); display: block; }
.service-figure figcaption { text-align: center; color: #8a746b; font-size: .92rem; margin-top: 12px; font-style: italic; }

.compare-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; max-width: 860px; margin: 0 auto; }
.compare-card {
    background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg);
    box-shadow: var(--shadow-soft); padding: 30px 30px 34px;
}
.compare-card.featured { border: 2px solid var(--red); box-shadow: var(--shadow-premium); }
.compare-card h3 { font-family: 'Oswald', sans-serif; font-weight: 700; font-size: 1.4rem; color: var(--ink); margin: 0 0 16px; }
.compare-card .check-list { margin: 0 0 16px; }
.compare-card .format-learn { margin-top: 4px; }
/* service-area: grouped area guides (NJ / NY) — compact chips, not big cards
   (these are example deep-links, mostly for local discovery, not the full list) */
.area-subhead { font-family: 'Oswald', sans-serif; font-weight: 600; font-size: 1.05rem; letter-spacing: .5px;
    text-transform: uppercase; color: var(--ink); margin: 26px 0 14px; }
.area-subhead:first-of-type { margin-top: 4px; }
.area-cloud { margin-bottom: 6px; }

@media (max-width: 860px) {
    .service-hero-grid, .service-hero-grid.reverse .service-media { grid-template-columns: 1fr; order: 0; }
    .service-hero-grid { grid-template-columns: 1fr; }
    .service-hero-grid .service-media { order: -1; }
    .compare-grid { grid-template-columns: 1fr; }
}

/* Homepage "View Full Menu" CTA under the carousel */
.menu-v2-cta { text-align: center; margin: 8px 0 4px; position: relative; z-index: 2; }

/* ==========================================================================
   /menu/ PAGE
   ========================================================================== */
.breadcrumb { background: var(--cream); border-bottom: 1px solid var(--line); }
.breadcrumb ol { list-style: none; display: flex; flex-wrap: wrap; gap: 8px; margin: 0; padding: 14px 0; font-size: .9rem; }
.breadcrumb li { display: flex; align-items: center; gap: 8px; color: #6a5750; }
.breadcrumb li + li::before { content: "/"; color: #c9b6ab; }
.breadcrumb a { color: var(--red); text-decoration: none; font-weight: 600; }
.breadcrumb a:hover { text-decoration: underline; }
.breadcrumb [aria-current="page"] { color: var(--ink); font-weight: 600; }

.menu-page { padding: 56px 0 84px; background: #fff; }
.menu-page-head { max-width: 760px; margin: 0 0 40px; }
.menu-section-label {
    font-family: 'Oswald', sans-serif; font-weight: 700; font-size: 1.4rem;
    color: var(--ink); margin: 0 0 24px; padding-bottom: 12px; border-bottom: 2px solid var(--cream-2);
}
.menu-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); gap: 26px; }
.menu-card {
    background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
    overflow: hidden; box-shadow: var(--shadow-soft); text-align: center;
    transition: transform .2s ease, box-shadow .2s ease;
}
.menu-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-premium); }
.menu-card-media { background: var(--cream); aspect-ratio: 550/454; overflow: hidden; }
.menu-card-media img { width: 100%; height: 100%; object-fit: cover; display: block; }
/* Homepage menu carousel: the image sits in a fixed-height container; keep its aspect ratio
   (width auto + object-fit) so a narrow phone doesn't stretch it vertically. */
.v2-ice-img { width: auto; max-width: 100%; object-fit: contain; }

/* /flavors/ */
.flavor-grid { display: flex; flex-wrap: wrap; gap: 12px; }
.flavor-chip { font-family: 'Oswald', sans-serif; font-weight: 500; letter-spacing: .3px; font-size: 1rem;
    background: var(--cream, #FFF6EC); border: 1.5px solid var(--line, #E4E2DA); color: var(--ink, #1B2437);
    padding: 11px 18px; border-radius: 999px; }
.flavor-callouts { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
@media (max-width: 560px) { .flavor-callouts { grid-template-columns: 1fr; } }
.flavor-callout { background: #fff; border: 1.5px solid var(--line, #E4E2DA); border-radius: 14px; padding: 20px; }
.flavor-callout h3 { font-family: 'Oswald', sans-serif; font-weight: 600; font-size: 1.25rem; margin: 0 0 6px; }
.flavor-callout p { margin: 0; color: #4a4038; font-size: .95rem; }

/* ==========================================================================
   HOMEPAGE — Signature Creations grid (replaces the 2-at-a-time carousel)
   All creations show at once; the full range is the selling point.
   Overrides the .menu-v2-items flex layout in style.css (higher specificity
   + later source order).
   ========================================================================== */
.menu-v2-items.menu-v2-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 40px 32px;
    max-width: 860px;
    margin: 0 auto;
    align-items: end;
}
.menu-v2-grid .menu-v2-item { animation: none; cursor: default; }
.menu-v2-grid .item-img-container { height: 190px; }
/* Keep the branded look (drop-shadow) but drop the per-item float animation —
   many floating images would be noisy and hurt performance. */
.menu-v2-grid .v2-ice-img {
    height: 100%; width: auto; max-width: 100%; object-fit: contain;
    animation: none; filter: drop-shadow(6px 12px 16px rgba(0,0,0,.35));
}
/* Reserve two lines for the name so 1- and 2-line names keep the rows aligned. */
.menu-v2-grid .v2-item-name { font-size: 1.12rem; margin-top: 14px; min-height: 2.5em; }
.menu-v2-grid .menu-v2-item:hover { transform: translateY(-6px); }
.menu-v2-grid .menu-v2-item:hover .v2-ice-img { transform: none; }
@media (max-width: 640px) {
    .menu-v2-items.menu-v2-grid { grid-template-columns: repeat(2, 1fr); gap: 28px 16px; }
    .menu-v2-grid .item-img-container { height: 150px; }
    .menu-v2-grid .v2-item-name { font-size: .98rem; }
}

/* /service-area/ address checker */
.checker { background: #fff; border: 1.5px solid var(--line, #E4E2DA); border-radius: 14px; padding: 22px clamp(18px,4vw,26px); }
.checker h2 { font-family: 'Oswald', sans-serif; font-weight: 600; margin: 0 0 6px; }
.checker .ck-sub { color: #6a5750; font-size: .95rem; margin: 0 0 16px; max-width: 60ch; }
.checker .ck-row { display: flex; gap: 10px; flex-wrap: wrap; }
.checker input[type=text] { flex: 1; min-width: 220px; font-size: 1rem; padding: 0 14px; height: 50px;
    border: 1.5px solid var(--line, #E4E2DA); border-radius: 10px; font-family: inherit; }
.checker input[type=text]:focus { outline: none; border-color: var(--red, #E01F26); }
.checker .ck-btn { height: 50px; padding: 0 22px; border: none; border-radius: 10px; cursor: pointer;
    background: var(--red, #E01F26); color: #fff; font-family: 'Oswald', sans-serif; font-weight: 600; font-size: 1rem; }
.checker .ck-btn:hover { background: var(--dark-red, #B3161C); }
.checker .ck-result { margin-top: 14px; font-size: .95rem; color: var(--ink, #1B2437); display: none;
    padding: 14px 16px; border-radius: 10px; background: var(--cream, #FFF6EC); border: 1px solid var(--line, #E4E2DA); }
.checker .ck-result.show { display: block; }
.checker .ck-guide { margin-top: 16px; font-size: .9rem; color: #6a5750; }
.checker .ck-guide b { color: var(--ink, #1B2437); }
.checker .ck-map { height: 340px; margin: 16px 0 10px; border-radius: 12px; border: 1px solid var(--line, #E4E2DA);
    overflow: hidden; background: #eef2f4; z-index: 0; }
.checker .ck-legend { display: flex; flex-wrap: wrap; gap: 8px 16px; font-size: .8rem; color: #6a5750; margin-bottom: 6px; }
.checker .ck-legend span { display: inline-flex; align-items: center; gap: 6px; }
.checker .ck-dot { width: 11px; height: 11px; border-radius: 50%; display: inline-block; flex: none; }
.checker .ck-dot.base { background: #E01F26; }
.checker .ck-dot.r40 { background: rgba(46,158,107,.28); border: 1.5px solid #2E9E6B; }
.checker .ck-dot.r100 { background: rgba(242,182,60,.22); border: 1.5px solid #F2B63C; }
.checker .ck-foot { margin-top: 10px; font-size: .8rem; color: #8a746b; font-style: italic; line-height: 1.5; }
.menu-card-name {
    font-family: 'Oswald', sans-serif; font-weight: 600; font-size: 1.12rem;
    color: var(--ink); margin: 0; padding: 18px 16px 22px; line-height: 1.25;
}
@media (max-width: 520px) {
    .menu-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
    .menu-card-name { font-size: .98rem; padding: 14px 10px 18px; }
}

/* Gallery overlay title — was an <h3>, demoted to a non-heading caption (keeps the look). */
.overlay-text .overlay-title {
    display: block;
    font-size: 1.25rem;
    font-weight: 700;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.3;
    margin: 0;
}
@media (max-width: 768px) {
    .overlay-text .overlay-title { font-size: 1.1rem; }
}

/* Owner-operated Cold Stone store links (service-area trust line). */
.area-stores {
    margin: 4px 0 20px;
    color: #6a5750;
    line-height: 1.6;
    font-size: .98rem;
}
.area-stores a {
    color: var(--red);
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px solid rgba(207,32,39,.3);
}
.area-stores a:hover { border-bottom-color: var(--red); }

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */
@media (max-width: 980px) {
    .indoor-grid, .service-area-grid, .proof-grid { grid-template-columns: 1fr; gap: 32px; }
    .proof-media { order: -1; }
    .occasion-grid { grid-template-columns: repeat(2, 1fr); }
    .footer .footer-container { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 860px) {
    .site-header .main-nav { display: none; }
    .nav-toggle { display: block; }
    .nav-call { display: none; }
    .site-header .nav-container { gap: 12px; }
    .indoor-img-inset { position: static; width: 60%; margin: -30px auto 0; display: block; }
}
@media (max-width: 640px) {
    .format-grid { grid-template-columns: 1fr; }
    .occasion-grid { grid-template-columns: 1fr; }
    .footer .footer-container { grid-template-columns: 1fr; }
    .hero-inner { padding: 90px 22px; }
    .hero { min-height: 92vh; }
    .btn { width: 100%; justify-content: center; }
    .hero-cta, .final-cta-actions { width: 100%; }
}
