/*
Theme Name: River Q's Bakery — Blue Edition
Theme URI: https://riverqs.com/
Author: River Q's Pastry Pantry
Description: The separate blue-brand edition of River Q's product-forward bakery theme for Trenton, Michigan.
Version: 2.6.0
Requires at least: 6.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: riverqs-bakery
Tags: custom-logo, custom-menu, featured-images, one-column, accessibility-ready
*/

:root {
  --background: #ffffff;
  --foreground: #111111;
  --card: #ffffff;
  --card-foreground: #111111;
  --popover: #ffffff;
  --popover-foreground: #111111;
  --primary: #000096;
  --primary-foreground: #ffffff;
  --secondary: #f1f3ff;
  --secondary-foreground: #111111;
  --muted: #f1f3ff;
  --muted-foreground: #565b66;
  --accent: #000096;
  --accent-foreground: #ffffff;
  --destructive: #b42318;
  --border: #d9ddf5;
  --input: #d9ddf5;
  --ring: #000096;
  --radius: 1rem;
  --cream: #ffffff;
  --warm-white: #ffffff;
  --paper: #f1f3ff;
  --chocolate: #000096;
  --dark-chocolate: #0c0c0c;
  --rose: #000096;
  --rose-light: #f1f3ff;
  --ink: #111111;
  --muted-ink: #565b66;
  --blue-text: #fff4df;
}

@theme inline {
  --color-background: var(--background);
  --color-foreground: var(--foreground);
  --color-card: var(--card);
  --color-card-foreground: var(--card-foreground);
  --color-primary: var(--primary);
  --color-primary-foreground: var(--primary-foreground);
  --color-secondary: var(--secondary);
  --color-secondary-foreground: var(--secondary-foreground);
  --color-muted: var(--muted);
  --color-muted-foreground: var(--muted-foreground);
  --color-accent: var(--accent);
  --color-accent-foreground: var(--accent-foreground);
  --color-border: var(--border);
  --color-ring: var(--ring);
  --radius-sm: calc(var(--radius) - 8px);
  --radius-md: calc(var(--radius) - 4px);
  --radius-lg: var(--radius);
  --radius-xl: calc(var(--radius) + 8px);
  --font-sans: Inter, "Helvetica Neue", Arial, sans-serif;
  --font-serif: Baskerville, "Baskerville Old Face", "Iowan Old Style", Georgia, serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: Inter, "Helvetica Neue", Arial, sans-serif; font-size: 16px; line-height: 1.55; }
body.admin-bar .siteHeader { top: 32px; }
.site-main { overflow: clip; }
.custom-logo-link { display: block; }
.custom-logo { width: auto; max-width: 220px; max-height: 84px; object-fit: contain; }
.wp-content { max-width: 760px; margin: 0 auto; padding: 80px 28px; }
.wp-content h1, .wp-content h2, .wp-content h3 { font-family: Baskerville, "Baskerville Old Face", "Iowan Old Style", Georgia, serif; line-height: 1.05; }
.wp-content h1 { font-size: clamp(2.8rem, 6vw, 5rem); }
.wp-content a { text-decoration: underline; text-decoration-color: var(--rose); text-underline-offset: .2em; }
body::selection { background: var(--rose-light); color: var(--ink); }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
a, summary { -webkit-tap-highlight-color: transparent; }
a:focus-visible, summary:focus-visible { outline: 3px solid var(--rose); outline-offset: 4px; }
.srOnly { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skipLink { position: fixed; top: 10px; left: 10px; z-index: 100; transform: translateY(-160%); padding: 10px 16px; border-radius: 8px; background: var(--warm-white); font-weight: 800; }
.skipLink:focus { transform: translateY(0); }

.announcement { position: relative; min-height: 42px; padding: 7px 22px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; background: var(--rose); color: var(--blue-text); font-size: .78rem; font-weight: 900; letter-spacing: .075em; text-transform: uppercase; }
.announcementHighlights { grid-column: 2; display: flex; align-items: center; justify-content: center; gap: clamp(24px, 5vw, 72px); }
.announcementHighlights span { display: inline-flex; align-items: center; gap: 7px; }
.socialLinks { display: flex; align-items: center; gap: 8px; }
.socialLink { display: inline-flex; align-items: center; justify-content: center; color: inherit; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.socialLink:hover { transform: translateY(-2px); }
.socialLink svg { width: 20px; height: 20px; flex: 0 0 auto; }
.socialLinks--header { grid-column: 3; justify-self: end; }
.socialLinks--header .socialLink { width: 29px; height: 29px; border: 1px solid rgba(255,244,223,.48); border-radius: 50%; }
.socialLinks--header .socialLink:hover { background: var(--blue-text); color: var(--chocolate); border-color: var(--blue-text); }
.siteHeader { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(0,0,150,.14); backdrop-filter: blur(16px); }
.navShell { position: relative; min-height: 108px; max-width: 1280px; margin: 0 auto; padding: 0 28px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 28px; }
.brand { display: grid; justify-items: center; line-height: 1; min-width: 220px; }
.brandName { font-family: Baskerville, "Baskerville Old Face", "Iowan Old Style", Georgia, serif; font-size: 2.45rem; font-weight: 600; letter-spacing: -.055em; }
.brandLine { width: 100%; margin-top: 7px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 8px; color: var(--chocolate); font-size: .57rem; font-weight: 900; letter-spacing: .24em; text-transform: uppercase; }
.brandLine i { height: 1px; background: var(--rose); }
.desktopNav { display: flex; align-items: center; gap: clamp(16px, 2.2vw, 30px); }
.navLeft { justify-content: flex-start; }
.navRight { justify-content: flex-end; }
.desktopNav a:not(.navCta) { position: relative; font-size: .76rem; font-weight: 900; }
.desktopNav a:not(.navCta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--rose); transition: right .2s ease; }
.desktopNav a:not(.navCta):hover::after { right: 0; }
.navCta { min-height: 44px; padding: 0 18px; display: inline-flex; align-items: center; gap: 8px; border-radius: 999px; background: var(--chocolate); color: var(--blue-text); font-size: .84rem; font-weight: 900; transition: transform .2s ease, background .2s ease; }
.navCta:hover { transform: translateY(-2px); background: var(--dark-chocolate); }
.mobileMenu { display: none; }

.hero { max-width: 1440px; min-height: 680px; margin: 0 auto; display: grid; grid-template-columns: minmax(380px, .84fr) minmax(520px, 1.16fr); background: var(--warm-white); }
.heroCopy { padding: clamp(76px, 7vw, 112px) clamp(34px, 5vw, 76px) 88px max(36px, calc((100vw - 1260px) / 2)); display: flex; flex-direction: column; justify-content: center; }
.eyebrow, .kicker { margin: 0 0 18px; color: var(--chocolate); font-size: .7rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 9px; }
h1, h2, blockquote { font-family: Baskerville, "Baskerville Old Face", "Iowan Old Style", Georgia, serif; }
h1 { margin: 0; max-width: 610px; font-size: clamp(3.8rem, 6.1vw, 6.7rem); font-weight: 500; line-height: .88; letter-spacing: -.062em; }
h1 em { color: var(--chocolate); font-weight: 500; text-decoration: underline; text-decoration-color: var(--rose); text-decoration-thickness: .075em; text-underline-offset: .08em; }
.heroLead { max-width: 570px; margin: 30px 0 0; color: var(--muted-ink); font-size: clamp(1rem, 1.25vw, 1.15rem); line-height: 1.72; }
.heroActions { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 11px; }
.button { min-height: 52px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; border-radius: 999px; font-size: .84rem; font-weight: 900; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.buttonPrimary { background: var(--chocolate); color: var(--blue-text); box-shadow: 0 12px 26px rgba(0,0,150,.18); }
.buttonPrimary:hover { background: var(--dark-chocolate); }
.buttonGhost { border: 1px solid #b9c0ec; background: transparent; }
.buttonGhost:hover { background: var(--cream); }
.buttonSecondary { width: fit-content; background: var(--dark-chocolate); color: var(--warm-white); }
.heroVisual { position: relative; min-height: 680px; overflow: hidden; background: #d9ddf5; }
.heroVisual > img { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(.94) contrast(1.02); transition: transform .7s ease; }
.hero:hover .heroVisual > img { transform: scale(1.015); }
.heroVisual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(12,12,12,.26)); pointer-events: none; }
.heroBadge { position: absolute; z-index: 2; left: 22px; bottom: 22px; min-width: 176px; padding: 16px 17px; display: grid; border-radius: 10px; background: rgba(255,255,255,.94); box-shadow: 0 18px 40px rgba(12,12,12,.22); backdrop-filter: blur(10px); transition: transform .2s ease, box-shadow .2s ease; }
.heroBadge:hover { transform: translateY(-3px); box-shadow: 0 22px 46px rgba(12,12,12,.28); }
.stars { display: flex; gap: 2px; color: var(--chocolate); }
.stars svg { width: 13px; height: 13px; fill: currentColor; }
.heroBadge strong { margin-top: 7px; font-size: .88rem; }
.heroBadge small { color: var(--muted-ink); font-size: .68rem; }
.heroTag { position: absolute; z-index: 2; top: 25px; right: 25px; width: 124px; height: 124px; padding: 18px; display: grid; place-items: center; border-radius: 50%; background: var(--rose); color: var(--blue-text); border: 1.5px solid var(--blue-text); box-shadow: inset 0 0 0 5px var(--rose), inset 0 0 0 6px rgba(255,244,223,.94); font-family: Baskerville, Georgia, serif; font-size: .92rem; font-style: italic; line-height: 1.25; text-align: center; transform: rotate(7deg); }

.trustRibbon { min-height: 100px; padding: 22px max(28px, calc((100vw - 1180px) / 2)); display: grid; grid-template-columns: repeat(3, 1fr); align-items: center; background: var(--chocolate); color: var(--blue-text); }
.trustRibbon > div { min-height: 42px; padding: 0 32px; display: flex; align-items: center; justify-content: center; gap: 12px; border-right: 1px solid rgba(255,255,255,.22); }
.trustRibbon > div:last-child { border-right: 0; }
.trustRibbon strong { font-family: Baskerville, Georgia, serif; font-size: 2.05rem; font-weight: 500; }
.trustRibbon svg { width: 27px; color: var(--blue-text); }
.trustRibbon span { max-width: 175px; font-size: .85rem; font-weight: 800; line-height: 1.45; }

.section { max-width: 1220px; margin: 0 auto; padding: 108px 28px; }
.sectionHeading { margin-bottom: 48px; }
.centeredHeading { display: grid; justify-items: center; text-align: center; }
.centeredHeading h2 { max-width: 760px; }
.centeredHeading > p:last-child { max-width: 560px; margin: 20px 0 0; color: var(--muted-ink); }
.sectionHeading h2, .basketHeader h2, .occasionIntro h2, .specialtyIntro h2, .storyCopy h2, .orderHeading h2, .visitTop h2 { margin: 0; font-size: clamp(2.7rem, 4.8vw, 5rem); font-weight: 500; line-height: .94; letter-spacing: -.05em; }
.featureGrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.featureCard { overflow: hidden; background: var(--warm-white); border: 1px solid #d9ddf5; border-radius: 12px; box-shadow: 0 15px 34px rgba(0,0,150,.065); transition: transform .25s ease, box-shadow .25s ease; }
.featureCard:hover { transform: translateY(-5px); box-shadow: 0 24px 46px rgba(0,0,150,.12); }
.featureImage { position: relative; height: 370px; overflow: hidden; }
.featureImage img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.featureCard:hover .featureImage img { transform: scale(1.025); }
.basketImage { background: #eef0ff; }
.basketImage img { object-position: center 46%; }
.boxImage { background: var(--rose-light); }
.boxImage img { object-position: center; }
.imageLabel { position: absolute; top: 15px; left: 15px; padding: 8px 11px; display: inline-flex; align-items: center; gap: 6px; border-radius: 999px; background: rgba(255,255,255,.94); color: var(--chocolate); box-shadow: 0 8px 20px rgba(12,12,12,.12); font-size: .64rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.featureCopy { padding: 27px 26px 29px; }
.cardMeta { margin: 0; color: var(--chocolate); font-size: .65rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.featureCopy h3 { margin: 10px 0 12px; font-family: Baskerville, Georgia, serif; font-size: 1.75rem; font-weight: 600; line-height: 1.05; }
.featureCopy > p:not(.cardMeta) { min-height: 76px; margin: 0; color: var(--muted-ink); font-size: .89rem; line-height: 1.63; }
.featureCopy a, .textLink { width: fit-content; margin-top: 20px; padding-bottom: 4px; display: flex; align-items: center; gap: 8px; border-bottom: 1.5px solid var(--rose); color: var(--chocolate); font-size: .79rem; font-weight: 900; }
.pantryImage { background: #e5e8fb; }
.pantryImage img { object-position: center; }

.sweetTicker { min-height: 82px; padding: 22px max(28px, calc((100vw - 1180px) / 2)); display: flex; align-items: center; justify-content: center; gap: clamp(14px, 2.6vw, 38px); overflow: hidden; background: var(--rose); color: var(--blue-text); font-family: Baskerville, Georgia, serif; font-size: clamp(1.15rem, 1.9vw, 1.55rem); font-style: italic; white-space: nowrap; }
.sweetTicker i { font-family: inherit; font-size: .65rem; font-style: normal; }

.occasionSection { padding: 104px max(28px, calc((100vw - 1164px) / 2)); background: var(--dark-chocolate); color: var(--warm-white); }
.occasionIntro { max-width: 860px; margin: 0 auto 50px; text-align: center; }
.kickerLight { color: var(--blue-text); font-size: .82rem; }
.occasionGrid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); }
.occasionGrid article { min-width: 0; padding: 22px 20px 30px; border-right: 1px solid rgba(255,255,255,.2); }
.occasionGrid article:last-child { border-right: 0; }
.occasionImage { width: 100%; aspect-ratio: 4 / 3; overflow: hidden; border-radius: 10px; background: #20205f; box-shadow: 0 12px 28px rgba(0,0,0,.2); }
.occasionImage img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .35s ease; }
.occasionGrid article:hover .occasionImage img { transform: scale(1.035); }
.occasionGrid h3 { margin: 22px 0 10px; font-family: Baskerville, Georgia, serif; font-size: 1.55rem; font-weight: 500; }
.occasionGrid p { margin: 0; color: #e2e5ff; font-size: .82rem; line-height: 1.6; }

.basketSection { max-width: none; padding-left: max(28px, calc((100vw - 1164px) / 2)); padding-right: max(28px, calc((100vw - 1164px) / 2)); background: var(--rose-light); }
.basketHeader { display: grid; grid-template-columns: 1.15fr .85fr; align-items: end; gap: 70px; }
.basketHeader > p { max-width: 430px; margin: 0; color: #414653; line-height: 1.72; }
.basketScroller { margin-top: 52px; display: grid; grid-template-columns: repeat(6, 1fr); border-top: 1px solid rgba(0,0,150,.22); border-bottom: 1px solid rgba(0,0,150,.22); }
.basketOption { position: relative; min-width: 0; padding: 28px 18px 30px; border-right: 1px solid rgba(0,0,150,.16); }
.basketOption:last-child { border-right: 0; }
.basketOptionImage { width: 100%; min-height: 110px; margin-bottom: 18px; display: block; overflow: hidden; aspect-ratio: 4 / 3; border-radius: 8px; background: #dfe3fb; box-shadow: 0 8px 18px rgba(0,0,150,.10); }
.basketOptionImage img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .35s ease; }
.basketOption:hover .basketOptionImage img { transform: scale(1.04); }
.featuredBasket { background: var(--chocolate); color: var(--blue-text); transform: translateY(-10px); border-radius: 10px 10px 0 0; box-shadow: 0 16px 34px rgba(0,0,150,.17); }
.popularTag { position: absolute; left: 14px; top: -11px; padding: 5px 8px; border-radius: 999px; background: var(--warm-white); color: var(--chocolate); font-size: .56rem; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.basketNumber { color: var(--chocolate); font-size: .64rem; font-weight: 900; letter-spacing: .12em; }
.featuredBasket .basketNumber { color: var(--blue-text); font-size: .74rem; }
.basketOption h3 { margin: 16px 0 2px; font-family: Baskerville, Georgia, serif; font-size: 1.13rem; }
.basketOption p { margin: 0 0 22px; color: #4b5060; font-size: .73rem; }
.featuredBasket p { color: var(--blue-text); font-size: .84rem; line-height: 1.5; }
.featuredBasket h3 { font-size: 1.28rem; }
.featuredBasket strong { font-size: 1.25rem; }
.basketOption strong { font-size: 1.14rem; }
.basketOption strong small { font-size: .58rem; font-weight: 700; opacity: .7; }
.basketFooter { margin-top: 31px; display: flex; align-items: center; justify-content: space-between; gap: 26px; color: #414653; font-size: .81rem; }
.basketFooter p { margin: 0; }
.basketFooter .textLink { margin-top: 0; }

.specialtySection { display: grid; grid-template-columns: .83fr 1.17fr; gap: 90px; align-items: start; }
.specialtyIntro { position: sticky; top: 145px; }
.specialtyIntro > p:not(.kicker) { max-width: 500px; margin: 25px 0 28px; color: var(--muted-ink); line-height: 1.72; }
.specialtyList { border-top: 1px solid #d9ddf5; }
.specialtyList > div { min-height: 92px; padding: 0 8px; display: grid; grid-template-columns: 50px 1fr auto; align-items: center; gap: 15px; border-bottom: 1px solid #d9ddf5; transition: padding .2s ease, background .2s ease; }
.specialtyList > div:hover { padding-left: 18px; padding-right: 18px; background: var(--warm-white); }
.specialtyList span { color: var(--chocolate); font-size: .64rem; font-weight: 900; }
.specialtyList strong { font-family: Baskerville, Georgia, serif; font-size: clamp(1.2rem, 1.9vw, 1.6rem); font-weight: 500; }

.storySection { display: grid; grid-template-columns: 1fr 1fr; background: var(--paper); border-top: 1px solid #d9ddf5; border-bottom: 1px solid #d9ddf5; }
.storyStatement { position: relative; min-height: 580px; padding: clamp(54px, 7vw, 104px) max(35px, calc((100vw - 1164px) / 2)); display: flex; flex-direction: column; justify-content: center; overflow: hidden; background: var(--rose); color: var(--blue-text); }
.storyStatement::after { content: ""; position: absolute; right: -110px; bottom: -120px; width: 350px; height: 350px; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; }
.storyScript { position: absolute; top: 30px; left: 35px; color: rgba(255,255,255,.12); font-family: Baskerville, Georgia, serif; font-size: clamp(5rem, 9vw, 9rem); font-style: italic; transform: rotate(-6deg); }
.storyStatement blockquote { position: relative; z-index: 1; max-width: 520px; margin: 0; font-size: clamp(2.7rem, 4.7vw, 5rem); line-height: .96; letter-spacing: -.045em; }
.storyStatement p { position: relative; z-index: 1; margin: 23px 0 0; color: var(--blue-text); font-size: .95rem; font-weight: 900; }
.storyCopy { padding: clamp(72px, 8vw, 118px) max(35px, calc((100vw - 1164px) / 2)) clamp(72px, 8vw, 118px) clamp(50px, 7vw, 108px); align-self: center; }
.storyCopy p:not(.kicker) { max-width: 530px; color: var(--muted-ink); line-height: 1.76; }
.storyCopy h2 { max-width: 590px; margin-bottom: 27px; }

.orderSection { display: grid; grid-template-columns: .78fr 1.22fr; gap: 92px; }
.orderImage { margin-top: 34px; overflow: hidden; aspect-ratio: 4 / 3; border-radius: 12px; background: var(--rose-light); box-shadow: 0 16px 34px rgba(0,0,150,.12); }
.orderImage img { width: 100%; height: 100%; display: block; object-fit: cover; }
.steps { margin: 0; padding: 0; list-style: none; border-top: 1px solid #d9ddf5; }
.steps li { padding: 28px 0; display: grid; grid-template-columns: 50px 1fr; gap: 18px; border-bottom: 1px solid #d9ddf5; }
.steps li > span { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; background: var(--rose-light); color: var(--chocolate); font-size: .8rem; font-weight: 900; }
.steps h3 { margin: 0 0 6px; font-family: Baskerville, Georgia, serif; font-size: 1.38rem; }
.steps p { max-width: 560px; margin: 0; color: var(--muted-ink); font-size: .9rem; }

.visitSection { padding: 92px max(28px, calc((100vw - 1164px) / 2)); background: var(--chocolate); color: var(--blue-text); }
.visitTop { display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.visitTop h2 { max-width: 760px; }
.roundArrow { width: 66px; height: 66px; flex: 0 0 auto; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; transition: background .2s ease, color .2s ease; }
.roundArrow:hover { background: #ffffff; color: var(--chocolate); }
.visitImage { width: min(760px, 100%); margin: 34px 0 0; overflow: hidden; aspect-ratio: 16 / 9; border: 1px solid rgba(255,244,223,.28); border-radius: 14px; background: #11114f; box-shadow: 0 20px 44px rgba(0,0,0,.22); }
.visitImage img { width: 100%; height: 100%; object-fit: cover; object-position: center; }

footer { padding: 58px max(28px, calc((100vw - 1164px) / 2)) 25px; background: var(--dark-chocolate); color: var(--warm-white); }
.footerBrand { display: grid; justify-items: center; text-align: center; }
.footerBrand .brand { color: var(--warm-white); }
.footerBrand .brandLine { color: #ffffff; }
.footerBrand p { max-width: 480px; margin: 22px 0 0; color: #e2e5ff; font-size: .84rem; }
.footerLinks { margin-top: 38px; display: flex; flex-wrap: wrap; justify-content: center; gap: 18px 28px; font-size: .74rem; font-weight: 800; }
.footerSocial { margin-top: 34px; display: grid; justify-items: center; gap: 13px; }
.footerSocial > p { margin: 0; color: var(--blue-text); font-size: .7rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.socialLinks--footer { flex-wrap: wrap; justify-content: center; gap: 10px; }
.socialLinks--footer .socialLink { min-height: 42px; padding: 0 15px 0 12px; gap: 8px; border: 1px solid rgba(255,244,223,.34); border-radius: 999px; color: var(--blue-text); font-size: .76rem; font-weight: 850; }
.socialLinks--footer .socialLink:hover { background: var(--blue-text); color: var(--dark-chocolate); border-color: var(--blue-text); }
.footerBottom { margin-top: 42px; padding-top: 20px; display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.14); color: #b9c0ec; font-size: .65rem; letter-spacing: .04em; }
.mobileOrderBar { display: none; }

@media (max-width: 1080px) {
  .navShell { grid-template-columns: 1fr auto; min-height: 86px; }
  .desktopNav { display: none; }
  .brand { justify-self: start; min-width: 205px; }
  .brandName { font-size: 2rem; }
  .mobileMenu { display: block; justify-self: end; }
  .mobileMenu summary { width: 46px; height: 46px; display: grid; place-items: center; border: 1px solid #d9ddf5; border-radius: 50%; cursor: pointer; list-style: none; }
  .mobileMenu summary::-webkit-details-marker { display: none; }
  .mobileMenu .menuClose { display: none; }
  .mobileMenu[open] .menuOpen { display: none; }
  .mobileMenu[open] .menuClose { display: block; }
  .mobileMenu nav { position: absolute; top: 86px; left: 0; right: 0; padding: 12px 26px 24px; display: grid; background: var(--warm-white); border-bottom: 1px solid #d9ddf5; box-shadow: 0 18px 34px rgba(0,0,150,.10); }
  .mobileMenu nav a { padding: 13px 4px; border-bottom: 1px solid #e5e8fb; font-family: Baskerville, Georgia, serif; font-size: 1.08rem; }
  .mobileMenu nav a.mobileCall { margin-top: 12px; padding: 14px 17px; display: flex; align-items: center; justify-content: center; gap: 8px; border: 0; border-radius: 999px; background: var(--chocolate); color: var(--blue-text); font-family: inherit; font-size: .94rem; font-weight: 900; }
  .socialLinks--mobile { margin-top: 14px; justify-content: center; gap: 10px; }
  .mobileMenu nav .socialLinks--mobile a { width: 42px; height: 42px; padding: 0; border: 1px solid #c9ceef; border-radius: 50%; color: var(--chocolate); }
  .hero { grid-template-columns: .9fr 1.1fr; }
  .heroCopy { padding-left: 32px; }
  .featureImage { height: 320px; }
  .basketScroller { overflow-x: auto; grid-template-columns: repeat(6, minmax(155px, 1fr)); scrollbar-width: thin; }
  .specialtySection, .orderSection { gap: 55px; }
}

@media (max-width: 760px) {
  body.admin-bar .siteHeader { top: 46px; }
  body { padding-bottom: 72px; }
  .announcement { min-height: 36px; display: flex; justify-content: center; font-size: .72rem; }
  .announcementHighlights span:not(:first-child), .socialLinks--header { display: none; }
  .navShell { min-height: 74px; padding: 0 18px; }
  .brand { min-width: 180px; }
  .brandName { font-size: 1.75rem; }
  .brandLine { font-size: .48rem; }
  .mobileMenu summary { width: 42px; height: 42px; }
  .mobileMenu nav { top: 74px; padding-left: 20px; padding-right: 20px; }
  .hero { min-height: 0; display: flex; flex-direction: column; }
  .heroCopy { padding: 54px 20px 46px; }
  h1 { font-size: clamp(3.45rem, 16.7vw, 5.1rem); }
  .heroLead { margin-top: 24px; font-size: .98rem; }
  .heroActions { align-items: stretch; }
  .button { width: 100%; }
  .heroVisual { min-height: 450px; }
  .heroVisual > img { object-position: 55% center; }
  .heroTag { top: 14px; right: 14px; width: 104px; height: 104px; font-size: .78rem; }
  .heroBadge { left: 14px; bottom: 14px; }
  .trustRibbon { padding: 18px 20px; grid-template-columns: 1fr; }
  .trustRibbon > div { min-height: 49px; padding: 0; justify-content: flex-start; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.18); }
  .trustRibbon > div:last-child { border-bottom: 0; }
  .trustRibbon span { max-width: none; }
  .section { padding: 76px 20px; }
  .sectionHeading { margin-bottom: 32px; }
  .sectionHeading h2, .basketHeader h2, .occasionIntro h2, .specialtyIntro h2, .storyCopy h2, .orderHeading h2, .visitTop h2 { font-size: clamp(2.55rem, 12vw, 3.6rem); }
  .featureGrid { display: flex; gap: 14px; overflow-x: auto; scroll-snap-type: x mandatory; padding: 0 20px 20px; margin: 0 -20px; scrollbar-width: none; }
  .featureGrid::-webkit-scrollbar { display: none; }
  .featureCard { flex: 0 0 87vw; scroll-snap-align: center; }
  .featureImage { height: 320px; }
  .sweetTicker { min-height: 62px; padding-left: 20px; padding-right: 20px; justify-content: flex-start; overflow-x: auto; scrollbar-width: none; }
  .sweetTicker::-webkit-scrollbar { display: none; }
  .featureCopy > p:not(.cardMeta) { min-height: 0; }
  .occasionSection { padding: 76px 20px; }
  .occasionGrid { grid-template-columns: 1fr 1fr; }
  .occasionGrid article { padding: 20px 16px 26px; }
  .occasionGrid article:nth-child(2) { border-right: 0; }
  .occasionGrid article:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.2); }
  .occasionGrid h3 { margin-top: 18px; }
  .basketSection { padding-left: 20px; padding-right: 20px; }
  .basketHeader, .specialtySection, .storySection, .orderSection { grid-template-columns: 1fr; gap: 34px; }
  .basketScroller { margin: 40px -20px 0; padding: 12px 20px 0; grid-template-columns: repeat(6, minmax(155px, 1fr)); border-bottom: 0; }
  .basketOption { border-bottom: 1px solid rgba(0,0,150,.20); }
  .featuredBasket { transform: translateY(-6px); }
  .basketFooter { align-items: flex-start; flex-direction: column; }
  .specialtyIntro { position: static; }
  .specialtyList > div { min-height: 76px; grid-template-columns: 38px 1fr auto; }
  .storyStatement { min-height: 460px; padding: 62px 28px; }
  .storyStatement blockquote { font-size: clamp(2.7rem, 12vw, 3.7rem); }
  .storyCopy { padding: 72px 20px; }
  .orderSection { gap: 42px; }
  .steps li { padding: 23px 0; }
  .visitSection { padding: 76px 20px; }
  .visitTop { align-items: flex-start; }
  .roundArrow { width: 54px; height: 54px; }
  .visitImage { margin-top: 28px; aspect-ratio: 16 / 9; }
  .visitImage img { object-position: center; }
  footer { padding: 52px 20px 23px; }
  .footerBottom { align-items: flex-start; flex-direction: column; gap: 7px; }
  .mobileOrderBar { position: fixed; z-index: 80; left: 0; right: 0; bottom: 0; height: 66px; padding: 8px 12px; display: grid; grid-template-columns: 1fr 54px; gap: 8px; background: rgba(255,255,255,.96); border-top: 1px solid #d9ddf5; backdrop-filter: blur(15px); }
  .mobileOrderBar a { display: flex; align-items: center; justify-content: center; gap: 8px; border-radius: 999px; background: var(--chocolate); color: var(--blue-text); font-size: .94rem; font-weight: 900; }
  .mobileOrderBar a:last-child { background: var(--dark-chocolate); }
}

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