:root {
    --cream: #f7f0df;
    --cream-2: #fffaf1;
    --ink: #4d3344;
    --ink-deep: #6f3f5d;
    --sage: #e0c890;
    --sage-light: #ead9b3;
    --raspberry: #b87098;
    --peach: #e0d0d0;
    --mango: #d8a058;
    --cocoa: #59433d;
    --white: #fff;
    --border: rgba(32, 32, 32, .15);
    --shadow: 0 28px 70px rgba(32, 32, 32, .12);
    --radius: 28px;
    --shell: min(1280px, calc(100vw - 48px));
    --display: 'Indie Flower', 'Comic Sans MS', cursive;
    --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

@font-face { font-family: 'Indie Flower'; src: url('../fonts/indie-flower-regular.ttf') format('truetype'); font-weight: 400; font-style: normal; font-display: swap; }
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: var(--sans); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.narrow { max-width: 850px; }
.section { padding: 120px 0; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 9999; transform: translateY(-150%); background: var(--white); padding: 10px 18px; border-radius: 6px; }
.skip-link:focus { transform: none; }
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; transition-delay: var(--delay, 0ms); }
.reveal.is-visible { opacity: 1; transform: none; }

.announcement { height: 34px; padding: 0 20px; display: flex; align-items: center; justify-content: center; background: var(--cream-2); color: var(--raspberry); text-align: center; font-family: var(--display); font-size: 18px; font-weight: 600; letter-spacing: .02em; }
.announcement-socials { display: none; }
.site-header { position: sticky; top: 0; z-index: 100; height: 124px; display: flex; align-items: center; background: rgba(247, 241, 232, .93); border-bottom: 1px solid transparent; backdrop-filter: blur(16px); transition: height .25s ease, border-color .25s ease, box-shadow .25s ease; }
.site-header.is-scrolled { height: 102px; border-color: var(--border); box-shadow: 0 10px 30px rgba(32,32,32,.05); }
.header-inner { display: flex; align-items: center; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 11px; flex: 0 0 auto; }
.brand-logo { display: block; width: 220px; height: 220px; object-fit: contain; transition: width .25s ease, height .25s ease; }
.site-header.is-scrolled .brand-logo { width: 94px; height: 94px; }
.is-front-page .site-header { position: absolute; top: 31px; left: 0; right: 0; height: 210px; background: transparent; border-color: transparent; backdrop-filter: none; }
.is-front-page .site-header.is-scrolled { position: fixed; top: 0; height: 102px; background: transparent; border-color: transparent; box-shadow: none; backdrop-filter: none; }
.brand-mark { position: relative; display: grid; place-items: center; width: 40px; height: 40px; border: 2px solid var(--ink); border-radius: 50% 50% 48% 52%; transform: rotate(-7deg); }
.brand-mark::before { content: ''; width: 22px; height: 13px; border-top: 2px solid var(--ink); border-radius: 50%; transform: translateY(6px); }
.brand-mark span { position: absolute; bottom: -9px; width: 12px; height: 12px; border-right: 2px solid var(--ink); border-bottom: 2px solid var(--ink); transform: rotate(45deg); background: var(--cream); }
.brand-copy { display: flex; flex-direction: column; line-height: .85; }
.brand-copy strong { font-family: var(--display); font-size: 24px; letter-spacing: -.04em; }
.brand-copy em { margin-left: 15px; font-family: var(--display); font-size: 17px; font-weight: 400; }
.site-nav { margin-left: auto; }
.site-menu { display: flex; align-items: center; gap: 27px; padding: 0; margin: 0; list-style: none; }
.site-menu a { position: relative; font-size: 13px; font-weight: 700; }
.site-menu a::after { content: ''; position: absolute; left: 0; right: 100%; bottom: -6px; height: 2px; background: var(--raspberry); transition: right .2s ease; }
.site-menu a:hover::after, .site-menu .current-menu-item a::after { right: 0; }
.header-actions { display: flex; align-items: center; gap: 16px; }
.cart-link { position: relative; display: grid; place-items: center; width: 38px; height: 38px; }
.cart-link svg { width: 24px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.cart-count { position: absolute; top: -1px; right: -2px; display: grid; place-items: center; min-width: 17px; height: 17px; padding: 0 4px; border-radius: 20px; background: var(--raspberry); color: white; font-size: 10px; font-weight: 800; }
.menu-toggle { display: none; align-items: center; gap: 11px; margin-left: auto; padding: 9px 3px 9px 10px; border: 0; background: transparent; color: var(--ink); cursor: pointer; }
.menu-label { font-size: 12px; font-weight: 850; letter-spacing: .13em; }
.menu-bars { display: flex; width: 34px; flex-direction: column; gap: 6px; }
.menu-bars i { display: block; width: 34px; height: 4px; border-radius: 4px; background: currentColor; }

.button, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit { display: inline-flex; align-items: center; justify-content: center; gap: 13px; min-height: 52px; padding: 0 25px; border: 1px solid var(--ink-deep); border-radius: 999px; background: var(--ink-deep); color: var(--white); font-size: 13px; font-weight: 800; letter-spacing: .02em; text-align: center; transition: transform .2s ease, background .2s ease, color .2s ease, box-shadow .2s ease; }
.button:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover { transform: translateY(-2px); background: var(--raspberry); border-color: var(--raspberry); color: var(--white); box-shadow: 0 12px 28px rgba(184,112,152,.2); }
.button-small { min-height: 42px; padding: 0 20px; }
.button-large { min-height: 62px; padding: 0 33px; font-size: 14px; }
.button-cream { background: var(--cream); border-color: var(--cream); color: var(--ink); }
.button-dark { background: var(--ink-deep); border-color: var(--ink-deep); }
.button-light { background: var(--white); border-color: var(--white); color: var(--ink-deep); }
.text-link { display: inline-flex; align-items: center; gap: 10px; padding-bottom: 3px; border-bottom: 1px solid currentColor; font-weight: 750; font-size: 14px; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateX(5px); }
.text-link-light { color: var(--cream); }

.hero { position: relative; min-height: calc(100vh - 119px); display: flex; align-items: center; overflow: hidden; background: var(--cream-2); }
.hero-media { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(247,241,232,.98) 0%, rgba(247,241,232,.88) 30%, rgba(247,241,232,.05) 59%), url('../images/hero-glaces-artisanales.png') center/cover no-repeat; }
.hero-inner { position: relative; z-index: 2; padding-block: 80px 100px; }
.hero-copy { width: min(640px, 53%); }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 24px; color: var(--raspberry); font-size: 11px; font-weight: 850; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow > span { display: inline-block; width: 28px; height: 1px; background: currentColor; }
.eyebrow.light { color: var(--cream); }
.eyebrow.centered { justify-content: center; }
.hero h1, .page-hero h1, .shop-hero h1 { margin: 0; font-family: var(--display); font-size: clamp(64px, 6.5vw, 104px); font-weight: 400; letter-spacing: -.035em; line-height: .94; }
.hero h1 { font-size: clamp(55px, 4.7vw, 72px); line-height: 1.03; }
.hero h1 > span { white-space: nowrap; }
.hero h1 em, .shop-hero h1 em { color: var(--raspberry); font-weight: 400; }
.hero-copy > .eyebrow { visibility: hidden; }
.hero-lead { max-width: 590px; margin: 33px 0 31px; font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 26px; flex-wrap: wrap; }
.pickup-note { display: flex; align-items: center; gap: 9px; margin: 27px 0 0; font-size: 12px; font-weight: 700; }
.pickup-note svg { width: 19px; fill: none; stroke: var(--raspberry); stroke-width: 1.6; }
.scroll-cue { position: absolute; z-index: 3; bottom: 26px; left: 50%; width: 24px; height: 40px; border: 1px solid rgba(32,32,32,.4); border-radius: 20px; }
.scroll-cue span { position: absolute; top: 9px; left: 50%; width: 3px; height: 7px; border-radius: 4px; background: var(--raspberry); animation: scrollcue 1.8s infinite; }
@keyframes scrollcue { 0% { transform: translate(-50%,0); opacity: 0; } 35% { opacity: 1; } 100% { transform: translate(-50%,12px); opacity: 0; } }

.trust-strip { background: var(--ink-deep); color: var(--cream); }
.trust-grid { min-height: 105px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; }
.trust-grid > div { padding: 8px 32px; border-right: 1px solid rgba(255,255,255,.13); }
.trust-grid > div:first-child { padding-left: 32px; }
.trust-grid > div:last-child { border: 0; }
.trust-grid strong, .trust-grid span { display: block; }
.trust-grid strong { margin-bottom: 3px; font-family: var(--display); font-size: 20px; font-weight: 500; }
.trust-grid span { color: rgba(255,255,255,.6); font-size: 11px; }

.split-intro { display: grid; grid-template-columns: 1.05fr .85fr; gap: 12vw; align-items: start; }
.section-heading h2, .section-top h2, .center-heading h2, .pickup-card h2, .closing-cta h2 { margin: 0; font-family: var(--display); font-size: clamp(44px, 5vw, 74px); font-weight: 500; letter-spacing: -.055em; line-height: .99; }
.intro-copy { padding-top: 48px; }
.intro-copy .lead-serif { margin-top: 0; font-family: var(--display); font-size: 25px; line-height: 1.35; }
.intro-copy p { color: rgba(32,32,32,.75); }
.intro-copy .text-link { margin-top: 15px; }

.collection-section { background: var(--ink-deep); color: var(--cream); }
.section-top { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 55px; }
.collection-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.collection-card { position: relative; min-height: 520px; padding: 35px; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; border-radius: var(--radius); color: var(--ink-deep); }
.collection-card > div:last-child { position: relative; z-index: 2; }
.collection-card p { margin: 0 0 3px; font-size: 11px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.collection-card h3 { margin: 0 0 4px; font-family: var(--display); font-size: 38px; font-weight: 500; letter-spacing: -.04em; }
.collection-card span { font-size: 12px; }
.card-glaces { background: #ead9b3; }
.card-sorbets { background: #e0d0d0; }
.card-desserts { background: #e0c890; }
.card-visual { position: relative; height: 310px; }
.card-visual img { width: 100%; height: 100%; border-radius: 22px; object-fit: cover; box-shadow: 0 22px 38px rgba(32,32,32,.16); }
.scoop { position: absolute; display: block; width: 175px; height: 175px; border-radius: 48% 52% 53% 47%; box-shadow: inset -16px -15px 30px rgba(0,0,0,.12), 0 23px 35px rgba(32,32,32,.15); }
.scoop::before, .scoop::after { content: ''; position: absolute; border-radius: 50%; background: rgba(255,255,255,.22); }
.scoop::before { width: 16px; height: 28px; top: 28px; left: 43px; transform: rotate(40deg); }
.scoop::after { width: 8px; height: 8px; right: 35px; top: 55px; }
.scoop-vanilla { background: #f1e0ae; top: 45px; left: 16%; transform: rotate(-10deg); }
.scoop-choco { background: #684238; top: 105px; right: 8%; transform: rotate(12deg); }
.scoop-pistachio { background: #9eb276; top: 145px; left: 22%; transform: scale(.88); }
.scoop-berry { background: #c84e6d; top: 48px; left: 15%; }
.scoop-mango { background: #f2a935; top: 108px; right: 7%; transform: rotate(10deg); }
.scoop-kiwi { background: #88ad59; top: 150px; left: 23%; transform: scale(.84); }
.dessert-shape { position: relative; height: 310px; }
.dessert-shape::before { content: ''; position: absolute; left: 12%; right: 12%; bottom: 45px; height: 155px; border-radius: 100px 100px 22px 22px; background: linear-gradient(180deg, #fff5d6 0 40%, #d8a156 40% 54%, #f2dbc1 54% 76%, #8e5a40 76%); box-shadow: 0 25px 35px rgba(100,70,35,.2); }
.dessert-shape span { position: absolute; left: 50%; bottom: 28px; width: 75%; height: 16px; border-radius: 50%; background: rgba(92,61,38,.15); transform: translateX(-50%); }

.flavours-section { background: var(--cream-2); }
.center-heading { max-width: 760px; margin: 0 auto 46px; text-align: center; }
.center-heading h2 em { color: var(--raspberry); font-weight: 400; }
.center-heading > p:last-child { color: rgba(32,32,32,.65); }
.flavour-filters { display: flex; justify-content: center; gap: 7px; margin-bottom: 38px; flex-wrap: wrap; }
.flavour-filters button { padding: 9px 16px; border: 1px solid var(--border); border-radius: 50px; background: transparent; color: var(--ink); font-size: 12px; font-weight: 750; cursor: pointer; }
.flavour-filters button.active, .flavour-filters button:hover { background: var(--ink-deep); color: white; }
.flavour-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 15px; }
.flavour-card { min-height: 245px; padding: 24px 18px 20px; display: flex; flex-direction: column; align-items: center; justify-content: space-between; border: 1px solid var(--border); border-radius: 22px; background: var(--cream); text-align: center; transition: transform .25s ease, box-shadow .25s ease; }
.flavour-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.flavour-card[hidden] { display: none; }
.flavour-scoop { position: relative; display: block; width: 112px; height: 112px; margin-top: 6px; border-radius: 50% 48% 52% 49%; background: var(--flavour); box-shadow: inset -11px -13px 22px rgba(0,0,0,.12), 0 17px 24px rgba(32,32,32,.12); }
.flavour-scoop::before { content: ''; position: absolute; width: 19px; height: 9px; left: 22px; top: 24px; border-radius: 50%; border-top: 3px solid rgba(255,255,255,.4); transform: rotate(-30deg); }
.flavour-scoop::after { content: ''; position: absolute; inset: 7px; border: 1px dashed rgba(255,255,255,.18); border-radius: inherit; }
.flavour-photo { display: block; width: 142px; height: 142px; margin-top: 2px; border-radius: 50%; object-fit: cover; box-shadow: 0 17px 28px rgba(32,32,32,.18); }
.flavour-card h3 { margin: 12px 0 1px; font-family: var(--display); font-size: 19px; font-weight: 600; line-height: 1.1; }
.flavour-card p { margin: 0; color: rgba(32,32,32,.58); font-size: 10px; }
.center-action { margin-top: 44px; text-align: center; }

.pickup-section { background: var(--sage-light); }
.pickup-shell { display: grid; grid-template-columns: 1fr 1fr; gap: 0; border-radius: 34px; overflow: hidden; box-shadow: var(--shadow); }
.pickup-card { padding: 75px; background: var(--ink-deep); color: var(--cream); }
.pickup-card > p:not(.eyebrow) { color: rgba(255,255,255,.7); }
.steps { padding: 12px 0; margin: 25px 0 30px; list-style: none; border-top: 1px solid rgba(255,255,255,.14); border-bottom: 1px solid rgba(255,255,255,.14); }
.steps li { display: flex; align-items: center; gap: 14px; padding: 13px 0; }
.steps li > span { display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; font-family: var(--display); }
.steps strong, .steps small { display: block; }
.steps strong { font-size: 14px; }
.steps small { color: rgba(255,255,255,.55); }
.pickup-map { position: relative; min-height: 610px; overflow: hidden; background: #ece6d6; }
.pickup-map-frame { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.location-card { position: absolute; z-index: 2; left: 40px; right: 40px; bottom: 40px; padding: 26px 30px; border-radius: 20px; background: rgba(255,250,243,.94); box-shadow: 0 18px 50px rgba(32,32,32,.12); backdrop-filter: blur(12px); }
.location-card small, .location-card strong, .location-card span { display: block; }
.location-card small { color: var(--raspberry); font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.location-card strong { margin-top: 4px; font-family: var(--display); font-size: 25px; }
.location-card span { margin-top: 2px; color: var(--ink-deep); font-size: 20px; font-weight: 700; }
.location-card a { display: inline-block; margin-top: 13px; font-size: 12px; font-weight: 800; }

.services-section { background: var(--cream); }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 52px; }
.service-card { position: relative; min-height: 440px; padding: 35px; display: flex; flex-direction: column; border-radius: var(--radius); overflow: hidden; }
.service-event { background: #e0d0d0; }
.service-workshop { background: #ead9b3; }
.service-pro { background: #e0c890; }
.service-number { position: absolute; right: 26px; top: 22px; font-family: var(--display); font-size: 60px; color: rgba(32,32,32,.1); }
.service-icon { width: 72px; height: 72px; display: grid; place-items: center; margin-bottom: auto; border: 1px solid rgba(32,32,32,.25); border-radius: 50%; font-family: var(--display); font-size: 32px; }
.service-card h3 { margin: 35px 0 7px; font-family: var(--display); font-size: 36px; font-weight: 500; }
.service-card p { margin: 0 0 22px; color: rgba(32,32,32,.7); }
.service-card .text-link { align-self: flex-start; }

.closing-cta { padding: 130px 0; position: relative; overflow: hidden; background: var(--raspberry); color: white; text-align: center; }
.closing-cta::before, .closing-cta::after { content: ''; position: absolute; width: 340px; height: 340px; border: 1px solid rgba(255,255,255,.15); border-radius: 47% 53% 44% 56%; }
.closing-cta::before { left: -120px; top: -100px; transform: rotate(20deg); }
.closing-cta::after { right: -100px; bottom: -150px; transform: rotate(-20deg); }
.closing-inner { position: relative; z-index: 1; }
.closing-cta h2 { margin-bottom: 35px; font-size: clamp(55px, 6vw, 86px); }

.site-footer { padding: 80px 0 25px; background: var(--ink-deep); color: rgba(255,255,255,.72); }
.footer-grid { display: grid; grid-template-columns: 1.4fr .9fr .7fr 1fr; gap: 70px; }
.brand-light { color: var(--cream); }
.brand-light .brand-mark { border-color: var(--cream); }
.brand-light .brand-mark::before { border-color: var(--cream); }
.brand-light .brand-mark span { border-color: var(--cream); background: var(--ink-deep); }
.footer-brand p { max-width: 320px; }
.footer-logo { display: block; width: 138px; height: 138px; padding: 7px; border-radius: 50%; background: var(--cream); object-fit: contain; }
.site-footer h2 { margin: 0 0 17px; color: var(--cream); font-family: var(--display); font-size: 20px; font-weight: 500; }
.site-footer ul { padding: 0; margin: 0; list-style: none; }
.site-footer li { margin: 7px 0; }
.site-footer a:hover { color: white; }
.site-footer a, .prose a { overflow-wrap: anywhere; }
.social-links { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; margin-top: 18px; }
.social-links a { display: inline-flex; min-height: 38px; align-items: center; gap: 9px; color: var(--cream); transition: transform .2s ease, filter .2s ease; }
.social-links a span { line-height: 1.2; }
.social-links a:hover, .social-links a:focus-visible { filter: brightness(1.08) saturate(1.08); transform: translateY(-2px); }
.social-links svg { flex: 0 0 auto; width: 30px; height: 30px; display: block; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 26px; margin-top: 65px; border-top: 1px solid rgba(255,255,255,.12); font-size: 11px; }
.footer-bottom div { display: flex; gap: 20px; }

.page-hero, .shop-hero { padding: 105px 0 80px; text-align: center; background: var(--sage-light); }
.page-hero h1 { font-size: clamp(54px, 7vw, 94px); }
.page-content { background: var(--cream-2); }
.prose { font-size: 17px; }
.prose h2 { margin: 1.7em 0 .5em; font-family: var(--display); font-size: 42px; font-weight: 500; letter-spacing: -.04em; }
.prose h3 { margin-top: 1.8em; font-family: var(--display); font-size: 28px; }
.prose p, .prose li { color: rgba(32,32,32,.78); }
.prose a { color: var(--raspberry); text-decoration: underline; }
.featured-image { margin: 0 0 50px; }
.featured-image img { border-radius: var(--radius); }
.posts-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.post-card { border-radius: var(--radius); overflow: hidden; background: var(--white); box-shadow: 0 15px 45px rgba(32,32,32,.08); }
.post-card > div { padding: 28px; }
.post-card time { color: var(--raspberry); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.post-card h2 { font-family: var(--display); font-weight: 500; }
.shop-hero { background: var(--cream-2); }
.shop-hero h1 { font-size: clamp(54px, 7vw, 94px); }
.shop-content { background: var(--cream); }
.not-found { min-height: 70vh; display: grid; place-items: center; text-align: center; }
.error-code { margin: 0; color: var(--raspberry); font-family: var(--display); font-size: 110px; line-height: 1; }
.not-found h1 { font-family: var(--display); font-size: 55px; }

/* WooCommerce */
.woocommerce .woocommerce-breadcrumb { margin-bottom: 35px; color: rgba(32,32,32,.5); font-size: 12px; }
.woocommerce ul.products { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.woocommerce ul.products::before, .woocommerce ul.products::after { display: none; }
.woocommerce ul.products li.product { width: auto !important; margin: 0 !important; padding: 16px 16px 23px; border-radius: 24px; background: var(--cream-2); transition: transform .2s ease, box-shadow .2s ease; }
.woocommerce ul.products li.product:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.woocommerce ul.products li.product a img { border-radius: 17px; background: var(--sage-light); }
.woocommerce ul.products li.product .woocommerce-loop-product__title { padding: 13px 0 2px; font-family: var(--display); font-size: 23px; font-weight: 600; }
.woocommerce ul.products li.product .price { color: var(--raspberry); font-weight: 800; }
.woocommerce ul.products li.product .button { margin-top: 12px; min-height: 42px; width: 100%; }
.woocommerce div.product div.images img { border-radius: var(--radius); }
.woocommerce div.product .product_title { font-family: var(--display); font-size: clamp(42px,5vw,70px); font-weight: 500; letter-spacing: -.05em; }
.woocommerce div.product p.price, .woocommerce div.product span.price { color: var(--raspberry); font-size: 22px; font-weight: 800; }
.woocommerce table.shop_table { border-color: var(--border); border-radius: 18px; overflow: hidden; }
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce form .form-row select, .woocommerce .quantity .qty { padding: 13px 15px; border: 1px solid var(--border); border-radius: 10px; background: var(--white); }
.woocommerce-info, .woocommerce-message { border-top-color: var(--sage); background: var(--cream-2); }
.woocommerce-info::before, .woocommerce-message::before { color: var(--sage); }

@media (max-width: 1100px) {
    .site-menu { gap: 17px; }
    .site-menu a { font-size: 12px; }
    .header-actions .button { display: none; }
    .flavour-grid { grid-template-columns: repeat(4, 1fr); }
    .collection-card { min-height: 470px; padding: 28px; }
    .pickup-card { padding: 55px; }
    .footer-grid { grid-template-columns: 1.2fr 1fr 1fr; }
    .footer-grid > div:last-child { grid-column: 2 / 4; }
    .woocommerce ul.products { grid-template-columns: repeat(3, 1fr); }
}

@media (min-width: 861px) {
    .is-front-page .hero-copy { margin-top: 60px; }
}

@media (max-width: 860px) {
    :root { --shell: min(100% - 32px, 720px); }
    .section { padding: 85px 0; }
    .menu-toggle { display: inline-flex; }
    body.menu-open .site-header { background: var(--cream); backdrop-filter: none; -webkit-backdrop-filter: none; }
    .site-nav { position: fixed; z-index: 110; inset: 106px 0 0; display: none; padding: 40px 24px; overflow-y: auto; overscroll-behavior: contain; background: var(--cream); }
    .site-nav.is-open { display: block; }
    .site-menu { flex-direction: column; align-items: flex-start; gap: 20px; }
    .site-menu a { font-family: var(--display); font-size: 30px; font-weight: 500; }
    .header-actions { margin-left: 0; }
    .hero { min-height: auto; align-items: end; padding-top: 340px; }
    .hero-media { background: linear-gradient(0deg, rgba(247,241,232,1) 0%, rgba(247,241,232,.95) 30%, rgba(247,241,232,.05) 70%), url('../images/hero-glaces-artisanales.png') 70% top/auto 520px no-repeat; }
    .hero-inner { padding-block: 55px 80px; }
    .hero-copy { width: 100%; }
    .hero h1 { font-size: clamp(58px, 14vw, 90px); }
    .trust-grid { grid-template-columns: 1fr 1fr; padding: 18px 0; }
    .trust-grid > div { padding: 17px; border-bottom: 1px solid rgba(255,255,255,.13); }
    .trust-grid > div:nth-child(2) { border-right: 0; }
    .trust-grid > div:nth-child(3), .trust-grid > div:nth-child(4) { border-bottom: 0; }
    .split-intro { grid-template-columns: 1fr; gap: 25px; }
    .intro-copy { padding-top: 0; }
    .collection-grid, .services-grid { grid-template-columns: 1fr; }
    .collection-card { min-height: 430px; }
    .flavour-grid { grid-template-columns: repeat(3, 1fr); }
    .pickup-shell { grid-template-columns: 1fr; }
    .pickup-map { min-height: 480px; }
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 45px; }
    .footer-grid > div:last-child { grid-column: auto; }
    .woocommerce ul.products { grid-template-columns: repeat(2, 1fr); }
    .posts-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 560px) {
    :root { --shell: calc(100% - 28px); --radius: 22px; }
    .announcement { height: 46px; padding: 0 12px 0 14px; justify-content: space-between; gap: 8px; font-size: 18px; text-align: left; white-space: nowrap; }
    .announcement-title { min-width: 0; }
    .announcement-socials { display: flex; flex: 0 0 auto; align-items: center; gap: 5px; }
    .announcement-socials a { display: inline-flex; width: 36px; height: 36px; align-items: center; justify-content: center; border-radius: 50%; }
    .announcement-socials svg { display: block; width: 30px; height: 30px; }
    .site-header { height: 98px; }
    .site-header.is-scrolled { height: 86px; }
    .brand-logo { width: 154px; height: 154px; }
    .is-front-page .site-header { top: 46px; height: 154px; }
    .site-header.is-scrolled .brand-logo { width: 78px; height: 78px; }
    .brand-copy strong { font-size: 21px; }
    .brand-copy em { font-size: 15px; }
    .brand-mark { width: 34px; height: 34px; }
    .site-nav { top: 104px; }
    .is-front-page .site-header:not(.is-scrolled) .site-nav { top: 132px; }
    .hero { padding-top: 280px; }
    .hero-media { background-size: auto 410px; }
    .hero-actions { align-items: stretch; flex-direction: column; }
    .hero-actions .button { width: 100%; }
    .hero-actions .text-link { align-self: center; }
    .hero h1 { font-size: clamp(26px, 7.5vw, 32px); line-height: 1.08; }
    .hero h1 > span, .hero h1 > em { display: block; white-space: nowrap; }
    .hero-lead { font-size: 16px; }
    .scroll-cue { display: none; }
    .trust-grid { grid-template-columns: 1fr; }
    .trust-grid > div { padding: 15px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.13) !important; }
    .trust-grid > div:first-child { padding-left: 0; }
    .trust-grid > div:last-child { border-bottom: 0 !important; }
    .section-heading h2, .section-top h2, .center-heading h2, .pickup-card h2 { font-size: 43px; }
    .section-top { align-items: flex-start; flex-direction: column; }
    .collection-card { min-height: 410px; }
    .scoop { width: 150px; height: 150px; }
    .flavour-grid { grid-template-columns: repeat(2, 1fr); gap: 9px; }
    .flavour-card { min-height: 210px; padding: 18px 10px; }
    .flavour-photo { width: 112px; height: 112px; }
    .pickup-card { padding: 42px 28px; }
    .location-card { left: 18px; right: 18px; bottom: 18px; }
    .services-grid { gap: 12px; }
    .service-card { min-height: 390px; }
    .closing-cta { padding: 95px 0; }
    .closing-cta h2 { font-size: 50px; }
    .page-hero, .shop-hero { padding: 72px 0 58px; }
    .page-hero h1, .shop-hero h1 { font-size: clamp(42px, 13vw, 64px); overflow-wrap: anywhere; }
    .footer-grid { grid-template-columns: 1fr; }
    .footer-bottom { flex-direction: column; }
    .woocommerce ul.products { gap: 10px; }
    .woocommerce ul.products li.product { padding: 10px 10px 17px; }
    .woocommerce ul.products li.product .woocommerce-loop-product__title { font-size: 18px; }
    .posts-grid { grid-template-columns: 1fr; }
}

@media (max-width: 340px) {
    .announcement { padding-inline: 8px; gap: 6px; font-size: 16.5px; }
    .announcement-socials { gap: 3px; }
    .announcement-socials a { width: 32px; height: 36px; }
    .announcement-socials svg { width: 27px; height: 27px; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
    .reveal { opacity: 1; transform: none; }
}
