:root {
  --oat: #f6efe4;
  --paper: #fffaf3;
  --white: #ffffff;
  --espresso: #2b2019;
  --espresso-soft: #514238;
  --saffron: #b75d36;
  --saffron-dark: #974526;
  --cardamom: #66705a;
  --line: rgba(43, 32, 25, 0.17);
  --line-light: rgba(255, 250, 243, 0.2);
  --success: #1f7a4d;
  --danger: #a64026;
  --shadow: 0 24px 70px rgba(43, 32, 25, 0.13);
  --serif: Georgia, 'Times New Roman', serif;
  --sans: Inter, 'Segoe UI', Arial, sans-serif;
  --max: 1500px;
  --gutter: clamp(1rem, 4vw, 4.5rem);
  --tap: 44px;
  --motion-ease: cubic-bezier(.22, 1, .36, 1);
  color: var(--espresso);
  font-family: var(--sans);
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--paper); color: var(--espresso); }
body[data-drawer-open='true'] { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-underline-offset: 0.2em; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
button:focus-visible, a:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible { outline: 3px solid var(--saffron); outline-offset: 3px; }
[hidden] { display: none !important; }
.sr-only { position: absolute !important; 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; z-index: 1000; inset: .5rem auto auto .5rem; padding: .7rem 1rem; transform: translateY(-150%); background: white; border: 1px solid var(--espresso); }
.skip-link:focus { transform: none; }

h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 400; }
.announcement { min-height: 34px; padding: .4rem var(--gutter); display: flex; align-items: center; justify-content: center; gap: .75rem; background: var(--espresso); color: var(--oat); font-size: .72rem; letter-spacing: .04em; }
.announcement__truck { font-size: 1.1rem; }

.site-header { min-height: 78px; padding: 0 var(--gutter); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid var(--line); background: rgba(255, 250, 243, .97); position: relative; z-index: 30; }
body[data-page='home'] > .announcement { display: none; }
.brand { display: inline-flex; align-items: center; gap: .65rem; justify-self: start; text-decoration: none; }
.brand > img { width: 42px; height: 42px; }
.site-header .brand { gap: 0; }
.site-header .brand__wordmark { width: 118px; height: auto; mix-blend-mode: multiply; }
.brand__text { display: grid; justify-items: center; gap: .15rem; }
.brand__text strong { font: 400 clamp(1.45rem, 2vw, 2rem)/1 var(--serif); letter-spacing: .12em; }
.brand__text small { font-size: .45rem; font-weight: 700; letter-spacing: .28em; }
.primary-nav { display: flex; align-items: center; gap: clamp(1.5rem, 3vw, 3.2rem); font-size: .83rem; }
.primary-nav a { padding: 1rem .15rem; text-decoration: none; position: relative; }
.primary-nav a::after { content: ''; position: absolute; left: 0; right: 100%; bottom: .7rem; height: 1px; background: var(--saffron); transition: right 180ms ease; }
.primary-nav a:hover::after, .primary-nav a.is-current::after { right: 0; }
.primary-nav a.is-current { color: var(--espresso); font-weight: 700; }
.header-actions { justify-self: end; display: flex; align-items: center; gap: .45rem; }
.icon-button { width: var(--tap); height: var(--tap); padding: 0; display: grid; place-items: center; border: 0; background: transparent; cursor: pointer; }
.icon-button svg, .cart-button svg, .menu-toggle svg { width: 21px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.language-toggle { min-height: var(--tap); padding: 0 .65rem; border: 0; background: transparent; cursor: pointer; font-size: .75rem; }
.cart-button { min-height: var(--tap); padding: .55rem .85rem; display: inline-flex; align-items: center; gap: .55rem; border: 1px solid var(--espresso); border-radius: 8px; background: var(--espresso); color: var(--oat); cursor: pointer; font-size: .76rem; transform-origin: center; }
.cart-count { min-width: 20px; height: 20px; padding: 0 5px; display: grid; place-items: center; border-radius: 50%; background: var(--saffron); color: white; font-size: .66rem; }
.cart-button--updated { animation: cart-confirmation-pulse 600ms cubic-bezier(.2,.8,.2,1); }
.menu-toggle { display: none; }

.search-panel { position: absolute; z-index: 25; left: 0; right: 0; padding: 1.5rem var(--gutter) 2rem; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: var(--shadow); }
.search-panel > label { max-width: var(--max); margin: auto auto .7rem; display: block; font: 1.4rem var(--serif); }
.search-panel__control, .search-results { max-width: var(--max); margin: auto; }
.search-panel__control { display: flex; border-bottom: 1px solid var(--espresso); }
.search-panel input { width: 100%; min-height: 54px; border: 0; background: transparent; font: clamp(1.1rem, 2vw, 1.8rem) var(--serif); }
.search-results { padding-top: 1rem; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.search-result { display: flex; gap: .75rem; align-items: center; text-decoration: none; font-size: .8rem; }
.search-result img { width: 54px; height: 54px; object-fit: cover; border-radius: 7px; }

.hero { min-height: min(760px, calc(100svh - 112px)); display: grid; grid-template-columns: minmax(0, .83fr) minmax(0, 1.45fr); background: var(--oat); overflow: hidden; }
body[data-page='home'] .hero { height: min(100svh, 900px); min-height: min(100svh, 900px); }
.hero__copy { padding: clamp(3rem, 8vw, 8rem) clamp(1.2rem, 4.7vw, 5rem); display: flex; flex-direction: column; justify-content: center; align-items: flex-start; position: relative; z-index: 1; }
.hero__signature, .section-number { margin-bottom: 1.2rem; color: var(--saffron); font-size: .64rem; font-weight: 800; letter-spacing: .21em; }
.hero h1 { max-width: 9ch; margin-bottom: 1.4rem; font-size: clamp(3.2rem, 5.3vw, 6.5rem); line-height: .93; letter-spacing: -.045em; }
html.motion-pending #hero-title, html.motion-pending .hero__lead, html.motion-pending .hero__copy > .button--primary, html.motion-pending .page-hero h1, html.motion-pending .page-hero__inner > p:not(.section-number), html.motion-pending .about-hero__copy > p:not(.section-number), html.motion-pending .category-hero__caption, html.motion-pending .category-hero__lead { opacity: 0; }
.motion-word { display: inline-block; }
.motion-enabled .motion-blur .motion-word { opacity: 0; filter: blur(8px); transform: translateY(14px); transition: opacity 680ms var(--motion-ease), filter 680ms var(--motion-ease), transform 680ms var(--motion-ease); transition-delay: calc(var(--motion-group-delay, 0ms) + (var(--motion-index, 0) * 55ms)); }
.motion-enabled .motion-blur.is-visible .motion-word { opacity: 1; filter: blur(0); transform: translateY(0); }
.motion-enabled .motion-blur-block.is-visible { animation: motion-blur-block-in 680ms var(--motion-ease) var(--motion-group-delay, 0ms) backwards; }
@keyframes motion-blur-block-in {
  from { opacity: 0; filter: blur(8px); transform: translateY(14px); }
  to { opacity: 1; filter: blur(0); transform: translateY(0); }
}
.motion-enabled .motion-reveal { opacity: 0; transform: translateY(22px); transition: opacity 620ms var(--motion-ease), transform 620ms var(--motion-ease); transition-delay: var(--motion-delay, 0ms); will-change: opacity, transform; }
.motion-enabled .motion-reveal.is-visible { opacity: 1; transform: translateY(0); will-change: auto; }
html.motion-page body { opacity: 0; transform: translateY(6px); transition: opacity 360ms var(--motion-ease), transform 360ms var(--motion-ease); }
html.motion-page.page-ready body { opacity: 1; transform: none; }
.hero__lead { max-width: 34ch; margin-bottom: 2rem; color: var(--espresso-soft); font: clamp(1rem, 1.25vw, 1.25rem)/1.6 var(--serif); }
.hero__media { min-width: 0; margin: 0; position: relative; background: #d8bfa3; }
.hero__media::after { content: ''; position: absolute; inset: 0 auto 0 0; width: 12%; background: linear-gradient(90deg, var(--oat), transparent); pointer-events: none; }
.hero__media picture { display: contents; }
.hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: 100% center; }
.button { min-height: 50px; padding: .85rem 1.35rem; display: inline-flex; align-items: center; justify-content: center; border: 1px solid transparent; border-radius: 8px; cursor: pointer; text-decoration: none; font-size: .8rem; font-weight: 750; letter-spacing: .02em; transition: transform 160ms ease, background 160ms ease; }
.button:hover { transform: translateY(-2px); }
.button--primary { background: var(--saffron); color: white; }
.button--primary:hover { background: var(--saffron-dark); }
.button--outline-light { border-color: var(--oat); color: var(--oat); }

.department-rail { padding: 1.2rem var(--gutter); background: var(--paper); border-bottom: 1px solid var(--line); }
.department-rail__track { max-width: var(--max); margin: auto; overflow-x: auto; scrollbar-width: none; overscroll-behavior-x: contain; touch-action: pan-x pan-y; }
.department-rail__track::-webkit-scrollbar { display: none; }
.department-rail__loop { width: max-content; display: flex; gap: .7rem; }
.department-rail__sequence { display: flex; gap: .7rem; }
.department-link { flex: 0 0 clamp(150px, 15vw, 220px); min-width: 0; padding: .8rem .2rem; display: grid; justify-items: center; gap: .55rem; text-align: center; text-decoration: none; }
.department-link__image { width: clamp(70px, 8vw, 116px); height: clamp(70px, 8vw, 116px); padding: 5px; border-radius: 50%; background: #eadfce; overflow: hidden; transition: transform 180ms ease; }
.department-link:hover .department-link__image { transform: translateY(-4px); }
.department-link__image img { width: 100%; height: 100%; border-radius: 50%; object-fit: cover; }
.department-link strong { font: clamp(.85rem, 1.15vw, 1.1rem) var(--serif); }
.department-link small { color: var(--espresso-soft); font-size: .63rem; line-height: 1.25; }
.trust-strip { padding: 1rem var(--gutter); border-bottom: 1px solid var(--line); background: #fffdf9; }
.trust-strip__list { max-width: var(--max); margin: auto; display: flex; justify-content: center; gap: 2.25rem; }
.trust-strip__fact { margin: 0; display: inline-flex; align-items: center; gap: .55rem; color: var(--espresso-soft); font-size: .72rem; font-weight: 750; letter-spacing: .02em; }
.trust-strip__fact > span { width: 22px; height: 22px; display: grid; place-items: center; border-radius: 50%; background: #f1e2cf; color: var(--saffron-dark); font-size: .8rem; }

.products-section, .rituals { max-width: var(--max); margin: auto; padding: clamp(4.5rem, 8vw, 8rem) var(--gutter); }
.section-heading { margin-bottom: 2.2rem; display: flex; justify-content: space-between; align-items: flex-end; gap: 2rem; }
.section-heading h2 { margin: 0; font-size: clamp(2.5rem, 4.5vw, 5rem); line-height: .95; letter-spacing: -.035em; }
.section-heading__actions { display: flex; align-items: center; gap: 1.5rem; }
.section-heading select, .shop-toolbar select, .shop-toolbar input { min-height: var(--tap); padding: .65rem .8rem; border: 1px solid var(--line); border-radius: 7px; background: var(--paper); color: var(--espresso); font-size: .74rem; }
.text-link { color: var(--saffron-dark); font-size: .78rem; font-weight: 700; text-decoration: none; border-bottom: 1px solid currentColor; }
.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(.8rem, 1.3vw, 1.35rem); }
.product-card { min-width: 0; display: flex; flex-direction: column; border: 1px solid rgba(43,32,25,.06); border-radius: 10px; background: rgba(255,255,255,.7); overflow: hidden; box-shadow: 0 8px 22px rgba(43,32,25,.035); transition: transform 180ms ease, box-shadow 180ms ease; }
.product-card:hover { transform: translateY(-3px); box-shadow: 0 16px 28px rgba(43,32,25,.09); }
.product-card__media { display: block; aspect-ratio: 1; overflow: hidden; background: #e2d0ba; position: relative; isolation: isolate; }
.product-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 450ms cubic-bezier(.2,.7,.2,1); }
.motion-glare { position: relative; overflow: hidden; isolation: isolate; }
.motion-glare::after { content: ''; position: absolute; z-index: 1; inset: -35%; pointer-events: none; opacity: 0; transform: translate3d(-115%, 0, 0) rotate(18deg); background: linear-gradient(90deg, transparent 35%, rgba(246,239,228,.52) 50%, rgba(183,93,54,.14) 58%, transparent 72%); }
.product-card:hover .product-card__media img { transform: scale(1.025); }
.motion-glare:hover img, .motion-glare:focus-within img { transform: scale(1.025); }
.product-card__body { min-height: 108px; padding: .9rem .9rem 1rem; display: grid; grid-template-columns: 1fr auto; align-items: end; gap: .8rem; }
.product-card h3 { margin-bottom: .28rem; color: var(--espresso); font-size: clamp(1rem, 1.25vw, 1.25rem); line-height: 1.1; }
.product-card p { margin-bottom: .4rem; color: var(--espresso-soft); font-size: .69rem; }
.product-card strong { font-size: .82rem; }
.add-button { width: var(--tap); height: var(--tap); display: grid; place-items: center; border: 1px solid var(--espresso); border-radius: 50%; background: transparent; cursor: pointer; transition: background 160ms ease, color 160ms ease; }
.add-button:hover { background: var(--espresso); color: var(--oat); }
.add-button svg { width: 19px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }

@media (hover: hover) and (pointer: fine) {
  .motion-glare:hover::after, .motion-glare:focus-within::after { animation: zohal-glare-sweep 800ms var(--motion-ease); }
  .gallery-arrow { opacity: 0; transition: opacity 160ms ease, background 160ms ease; }
  .gallery-stage:hover .gallery-arrow, .gallery-arrow:focus-visible { opacity: 1; }
}

@keyframes zohal-glare-sweep {
  0% { opacity: 0; transform: translate3d(-115%, 0, 0) rotate(18deg); }
  18% { opacity: 1; }
  100% { opacity: 0; transform: translate3d(115%, 0, 0) rotate(18deg); }
}

.cold-band { min-height: 360px; padding: clamp(3rem, 6vw, 6rem) var(--gutter); display: grid; grid-template-columns: 1.5fr .5fr; align-items: center; background: var(--espresso); color: var(--oat); position: relative; isolation: isolate; overflow: hidden; }
.cold-band__media { position: absolute; z-index: -1; inset: 0 0 0 auto; width: 52%; height: 100%; }
.cold-band__media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.cold-band::after { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, var(--espresso) 0 48%, rgba(43,32,25,.92) 62%, rgba(43,32,25,.1)); }
.cold-band__copy { max-width: 780px; }
.cold-band h2 { max-width: 13ch; margin-bottom: 1rem; color: var(--oat); font-size: clamp(2.8rem, 5vw, 5.8rem); line-height: .94; }
.cold-band p:not(.section-number) { max-width: 50ch; line-height: 1.65; color: rgba(246,239,228,.78); }
.cold-band__orbit { display: grid; place-items: center; opacity: .22; }
.cold-band__orbit img { filter: grayscale(1) brightness(2.8); }

.section-heading--wide { align-items: start; }
.section-heading--wide > p { max-width: 40ch; padding-top: 1rem; color: var(--espresso-soft); line-height: 1.65; }
.ritual-grid { min-height: 720px; display: grid; grid-template-columns: 1.1fr 1fr 1fr; grid-template-rows: 1fr; gap: 1rem; }
.ritual-card { min-width: 0; display: grid; grid-template-rows: 1fr auto; background: white; text-decoration: none; overflow: hidden; }
.ritual-card img { width: 100%; height: 100%; min-height: 0; object-fit: cover; }
.ritual-card span { padding: 1.25rem; display: grid; gap: .45rem; }
.ritual-card strong { font: clamp(1.5rem, 2.4vw, 2.4rem) var(--serif); }
.ritual-card small { max-width: 28ch; color: var(--espresso-soft); line-height: 1.45; }
.ritual-card--tall { transform: translateY(-1.5rem); }

.story-band { max-width: var(--max); margin: 0 auto clamp(5rem, 10vw, 10rem); padding: 0 var(--gutter); display: grid; grid-template-columns: 1.15fr .85fr; align-items: stretch; }
.story-band figure { min-height: 520px; margin: 0; overflow: hidden; }
.story-band figure img { width: 100%; height: 100%; object-fit: cover; object-position: 78% center; }
.story-band__copy { padding: clamp(2.5rem, 6vw, 6rem); display: flex; flex-direction: column; justify-content: center; background: var(--oat); }
.story-band h2 { margin-bottom: 1.4rem; font-size: clamp(2.8rem, 4.5vw, 5rem); line-height: .95; }
.story-band p:not(.section-number) { color: var(--espresso-soft); line-height: 1.75; }

.locations-section { max-width: var(--max); margin: 0 auto clamp(5rem, 10vw, 10rem); padding: clamp(3.5rem, 7vw, 6.5rem) var(--gutter); background: var(--paper); }
.locations-section__heading { max-width: 700px; margin-bottom: 2.4rem; }
.locations-section__heading h2 { max-width: 12ch; margin-bottom: 1rem; font-size: clamp(2.6rem, 4.5vw, 5rem); line-height: .96; letter-spacing: -.035em; }
.locations-section__heading > p:last-child { max-width: 56ch; color: var(--espresso-soft); line-height: 1.65; }
.location-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem; }
.location-card { min-height: 330px; padding: 1.4rem; display: flex; flex-direction: column; align-items: flex-start; border: 1px solid rgba(43,32,25,.11); border-radius: 12px; background: linear-gradient(145deg, #fff 0%, #fbf8f2 100%); box-shadow: 0 8px 24px rgba(43,32,25,.04); transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease; }
.location-card:hover { transform: translateY(-5px); border-color: rgba(183,93,54,.5); box-shadow: 0 18px 34px rgba(43,32,25,.1); }
.location-card__number { width: 2.6rem; height: 2.6rem; margin-bottom: 2.8rem; display: grid; place-items: center; border-radius: 50%; background: var(--espresso); color: var(--oat); font-size: .72rem; font-weight: 750; letter-spacing: .1em; }
.location-card h3 { margin: 0 0 1.35rem; font: 400 clamp(1.45rem, 2vw, 1.8rem)/1.05 var(--serif); }
.location-card__details { margin-bottom: 1.5rem; }
.location-card__details p, .location-card__details address { margin: 0; color: var(--espresso-soft); font-size: .88rem; font-style: normal; line-height: 1.55; }
.location-card__details .location-card__label { margin-top: 1rem; color: var(--saffron-dark); font-size: .64rem; font-weight: 750; letter-spacing: .13em; line-height: 1; }
.location-card__details .location-card__label:first-child { margin-top: 0; }
.location-card__action { min-height: 46px; margin-top: auto; padding: .75rem 1rem; display: inline-flex; align-items: center; gap: .65rem; border-radius: 4px; background: var(--espresso); color: var(--oat); font-size: .78rem; font-weight: 750; text-decoration: none; transition: background 180ms ease, transform 180ms ease; }
.location-card__action:hover { background: var(--saffron-dark); transform: translateX(2px); }
.location-card__action span { font-size: 1rem; line-height: 1; }
.locations-section__note { margin: 2rem 0 0; color: var(--espresso-soft); font: 1rem var(--serif); text-align: center; }

.site-footer { padding: 4rem var(--gutter) 2rem; display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 3rem; background: var(--espresso); color: rgba(246,239,228,.75); font-size: .76rem; position: relative; }
.site-footer > div { display: flex; flex-direction: column; align-items: flex-start; gap: .8rem; }
.site-footer a { color: inherit; text-decoration: none; }
.site-footer strong { color: var(--oat); }
.brand--light .brand__text strong, .brand--light .brand__text small { color: var(--oat); }
.brand--light img { filter: grayscale(1) brightness(3); }
.footer-brand p { max-width: 36ch; line-height: 1.7; }
.footer-legal { position: absolute; left: var(--gutter); bottom: .6rem; font-size: .65rem; }

.cart-backdrop { position: fixed; z-index: 70; inset: 0; background: rgba(43,32,25,.5); backdrop-filter: blur(3px); }
.cart-drawer { position: fixed; z-index: 80; top: 0; right: 0; bottom: 0; width: min(100%, 520px); display: flex; flex-direction: column; background: var(--paper); box-shadow: -20px 0 70px rgba(43,32,25,.22); overflow-y: auto; }
.cart-drawer__header { min-height: 82px; padding: 1rem 1.4rem; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 2; background: var(--paper); }
.cart-drawer__header h2 { margin: 0; font-size: 2rem; }
.sheet-handle { display: none; }
.cart-lines { padding: 0 1.4rem; }
.cart-line { padding: 1rem 0; display: grid; grid-template-columns: 76px 1fr auto; gap: .85rem; align-items: center; border-bottom: 1px solid var(--line); }
.cart-line img { width: 76px; height: 76px; object-fit: cover; border-radius: 8px; }
.cart-line h3 { margin-bottom: .25rem; font-size: 1rem; }
.cart-line p { margin-bottom: .5rem; color: var(--espresso-soft); font-size: .68rem; }
.quantity { display: inline-flex; align-items: center; border: 1px solid var(--line); border-radius: 6px; }
.quantity button { width: 32px; height: 30px; border: 0; background: transparent; cursor: pointer; }
.quantity span { min-width: 24px; text-align: center; font-size: .74rem; }
.cart-line__price { align-self: start; font-size: .78rem; }
.cart-empty { margin: auto; padding: 4rem 2rem; display: grid; justify-items: center; text-align: center; }
.cart-empty h3 { margin: 1rem 0 .5rem; font-size: 1.8rem; }
.cart-empty p { max-width: 32ch; color: var(--espresso-soft); line-height: 1.6; }
.cart-order { padding: 1rem 1.4rem 1.5rem; }
.cart-total { padding: 1rem 0; display: flex; justify-content: space-between; border-bottom: 1px solid var(--line); }
.cart-reassurance { margin: .85rem 0 0; display: flex; align-items: flex-start; gap: .45rem; color: var(--espresso-soft); font-size: .7rem; line-height: 1.45; }
.cart-reassurance::before { content: '✦'; color: var(--saffron); }
.cold-alert { margin: 1rem 0; padding: .9rem; display: grid; gap: .3rem; border: 1px solid #d98d70; border-radius: 8px; background: #fff0e9; color: var(--danger); font-size: .76rem; }
.order-form { display: grid; gap: .9rem; }
.order-form h3 { margin: 1rem 0 0; font-size: 1.6rem; }
.order-form label { display: grid; gap: .4rem; font-size: .7rem; font-weight: 700; }
.order-form input, .order-form textarea { width: 100%; min-height: var(--tap); padding: .7rem .8rem; border: 1px solid var(--line); border-radius: 7px; background: white; color: var(--espresso); resize: vertical; }
.order-form fieldset { margin: 0; padding: 0; border: 0; }
.order-form legend { margin-bottom: .45rem; font-size: .7rem; font-weight: 700; }
.choice-grid { display: grid; grid-template-columns: 1fr 1fr; gap: .6rem; }
.choice-grid label { position: relative; }
.choice-grid input { position: absolute; opacity: 0; }
.choice-grid span { min-height: var(--tap); padding: .75rem; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 7px; text-align: center; }
.choice-grid input:checked + span { border-color: var(--saffron); box-shadow: inset 0 0 0 1px var(--saffron); color: var(--saffron-dark); }
.preview-order-message { margin: .5rem 0 0; padding: .8rem; border-radius: 7px; background: #e6d5bc; font-size: .7rem; line-height: 1.5; }
.button--whatsapp { width: 100%; background: var(--success); color: white; }
.turnstile-widget { height: 0; min-height: 0; overflow: hidden; }
.checkout-actions { position: sticky; z-index: 3; bottom: 0; margin: .35rem -1.4rem -1.5rem; padding: .8rem 1.4rem calc(1rem + env(safe-area-inset-bottom)); display: grid; gap: .65rem; border-top: 1px solid var(--line); background: rgba(246,239,228,.97); box-shadow: 0 -12px 24px rgba(43,32,25,.08); backdrop-filter: blur(8px); }
.checkout-actions .preview-order-message { margin: 0; }
.order-form__message, .field-error { margin: 0; color: var(--danger); font-size: .72rem; line-height: 1.45; }
.field-error:empty { display: none; }
.order-success { margin: 1rem 0; padding: 1rem; display: grid; gap: .65rem; border: 1px solid var(--success); border-radius: 9px; background: #edf8f1; color: var(--espresso); }
.order-success h3, .order-success p { margin: 0; }
.order-success .button { text-decoration: none; text-align: center; }
.button:disabled { cursor: not-allowed; opacity: .5; transform: none; }
.toast { position: fixed; z-index: 90; right: 1rem; bottom: 1rem; max-width: min(360px, calc(100% - 2rem)); padding: .9rem 1.1rem; border-radius: 8px; background: var(--espresso); color: var(--oat); box-shadow: var(--shadow); font-size: .75rem; }
.toast--cart { width: min(360px, calc(100% - 2rem)); max-width: none; padding: 0; overflow: hidden; border: 1px solid rgba(43,32,25,.13); border-radius: 12px; background: var(--paper); color: var(--espresso); box-shadow: 0 20px 55px rgba(43,32,25,.24); animation: cart-confirmation-in 180ms ease-out; }
.cart-confirmation__header { min-height: 43px; padding: .55rem .65rem .55rem .8rem; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: .55rem; background: var(--espresso); color: var(--oat); }
.cart-confirmation__header > span { width: 22px; height: 22px; display: grid; place-items: center; border-radius: 50%; background: var(--success); color: white; font-size: .72rem; }
.cart-confirmation__header > strong { font-size: .73rem; letter-spacing: .025em; }
.cart-confirmation__header button { width: 32px; height: 32px; border: 0; background: transparent; color: inherit; cursor: pointer; font-size: 1.25rem; line-height: 1; }
.cart-confirmation__product { padding: .8rem; display: grid; grid-template-columns: 68px 1fr; align-items: center; gap: .8rem; }
.cart-confirmation__product img { width: 68px; height: 68px; border-radius: 8px; object-fit: cover; background: #e2d0ba; }
.cart-confirmation__product > div { min-width: 0; display: grid; gap: .18rem; }
.cart-confirmation__product strong { overflow: hidden; font: 1.05rem/1.15 var(--serif); text-overflow: ellipsis; white-space: nowrap; }
.cart-confirmation__product small { color: var(--espresso-soft); font-size: .67rem; }
.cart-confirmation__product span { margin-top: .15rem; color: var(--success); font-size: .69rem; font-weight: 750; }
.cart-confirmation__footer { padding: .7rem .8rem; display: flex; align-items: center; justify-content: space-between; gap: .8rem; border-top: 1px solid var(--line); background: white; }
.cart-confirmation__footer > span { display: grid; gap: .1rem; color: var(--espresso-soft); font-size: .61rem; }
.cart-confirmation__footer > span strong { color: var(--espresso); font-size: .78rem; }
.cart-confirmation__footer button { min-height: 40px; padding: .55rem .85rem; border: 0; border-radius: 7px; background: var(--saffron); color: white; cursor: pointer; font-size: .72rem; font-weight: 750; }

@keyframes cart-confirmation-in { from { opacity: 0; transform: translateY(8px) scale(.98); } to { opacity: 1; transform: none; } }
@keyframes cart-confirmation-pulse { 35% { transform: scale(1.08); box-shadow: 0 0 0 5px rgba(183,93,54,.2); } }

/* Shop and information pages */
.page-hero { padding: clamp(4rem, 8vw, 8rem) var(--gutter) 3rem; background: var(--oat); }
.page-hero__inner { max-width: var(--max); margin: auto; }
.page-hero h1 { max-width: 13ch; margin-bottom: 1rem; font-size: clamp(3.5rem, 7vw, 7.5rem); line-height: .92; }
.page-hero p { max-width: 55ch; color: var(--espresso-soft); font: 1.1rem/1.6 var(--serif); }
.shop-hero { position: relative; min-height: clamp(30rem, 57vw, 43rem); display: grid; align-items: center; overflow: hidden; isolation: isolate; }
.shop-hero::after { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(246,239,228,.96) 0%, rgba(246,239,228,.84) 30%, rgba(246,239,228,.18) 58%, rgba(246,239,228,0) 76%); pointer-events: none; }
.shop-hero__media { position: absolute; z-index: -2; inset: 0; margin: 0; }
.shop-hero__media img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; }
.shop-hero .page-hero__inner { width: 100%; position: relative; z-index: 1; }
.category-hero { max-width: var(--max); margin: clamp(1.5rem, 4vw, 4rem) auto 0; padding: 0 var(--gutter); display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); align-items: stretch; background: var(--oat); overflow: hidden; }
.category-hero__copy { min-width: 0; padding: clamp(2.5rem, 7vw, 7rem); display: grid; align-content: center; justify-items: start; }
.category-hero__copy h1 { margin: .55rem 0 1rem; font-size: clamp(3rem, 6vw, 6.25rem); line-height: .9; }
.category-hero__copy > p:last-child { max-width: 28ch; color: var(--espresso-soft); font: clamp(1rem, 1.5vw, 1.3rem)/1.55 var(--serif); }
.category-hero__media { min-width: 0; aspect-ratio: 1; margin: 0; background: #eadfce; }
.category-hero__media img { display: block; width: 100%; height: 100%; object-fit: cover; }

/* Sub-brand category pages (ZOHAL Thé, ZOHAL GELATO): tokens scoped to #main so header, footer, cart and toast keep the global espresso look. */
body[data-brand] { --brand-ink: var(--espresso); --brand-accent: var(--saffron); --brand-wash: var(--oat); --brand-surface: var(--paper); --brand-chip: var(--espresso); --brand-chip-ink: var(--oat); --brand-media: #eadfce; }
body[data-brand='the'] { --brand-ink: #1f3b2f; --brand-accent: #b8925a; --brand-wash: #e8efe5; --brand-surface: #f7f9f4; --brand-chip: #2f5a46; --brand-chip-ink: #f3f7ef; --brand-media: #cfdccb; }
body[data-brand='gelato'] { --brand-ink: #0f3d8f; --brand-accent: #ff6b9d; --brand-wash: #0f4fb8; --brand-surface: #f4f8ff; --brand-chip: #1b63d6; --brand-chip-ink: #ffffff; --brand-media: #0b3f9c; --brand-glow: #39a6ff; --brand-on-wash: #ffffff; }
body[data-brand] .category-hero { background: var(--brand-wash); color: var(--brand-ink); }
body[data-brand] .category-hero__copy { position: relative; }
body[data-brand] .category-hero__eyebrow { color: var(--brand-accent); }
body[data-brand] .category-hero__copy h1 { color: var(--brand-ink); }
body[data-brand] .category-hero__caption { max-width: 28ch; margin: 0 0 1rem; color: var(--brand-ink); font: clamp(1rem, 1.5vw, 1.3rem)/1.55 var(--serif); }
body[data-brand] .category-hero__copy > .category-hero__lead:last-child { max-width: 44ch; margin: 0; color: color-mix(in srgb, var(--brand-ink) 72%, var(--brand-wash)); font: .86rem/1.7 var(--sans); }
body[data-brand] .category-hero__media { background: var(--brand-media); }
body[data-brand] .shop-content { background: var(--brand-surface); }
body[data-brand] .shop-toolbar select, body[data-brand] .shop-toolbar input { background: white; }
body[data-brand] .shop-toolbar select:focus-visible, body[data-brand] .shop-toolbar input:focus-visible { outline-color: var(--brand-chip); }
body[data-brand] .shop-category-chip[aria-current='page'] { border-color: var(--brand-chip); background: var(--brand-chip); color: var(--brand-chip-ink); }
body[data-brand] .shop-category-chip:hover { border-color: var(--brand-chip); }
body[data-brand] .shop-category-group__header h2, body[data-brand] .product-card strong { color: var(--brand-ink); }
body[data-brand] .add-button { border-color: var(--brand-chip); color: var(--brand-ink); }
body[data-brand] .add-button:hover { background: var(--brand-chip); color: var(--brand-chip-ink); }
/* ZOHAL Thé: serif tea-house voice, gold rule, arched leaf image. */
body[data-brand='the'] .category-hero__rule { display: block; width: 3.5rem; height: 2px; margin-bottom: 1.4rem; background: var(--brand-accent); }
body[data-brand='the'] .category-hero__copy h1 { font-size: clamp(3rem, 6.2vw, 6.5rem); letter-spacing: -.01em; }
body[data-brand='the'] .category-hero__media { padding: clamp(1rem, 3vw, 3rem) clamp(1rem, 3vw, 3rem) 0; background: linear-gradient(180deg, var(--brand-wash) 0 18%, var(--brand-media) 18%); }
body[data-brand='the'] .category-hero__media img { border-radius: 999px 999px 0 0; }
/* ZOHAL GELATO: full-bleed blue storefront hero. Text overrides use body[data-brand='gelato'] .category-hero--storefront so they outrank the shared body[data-brand] rules above. */
body[data-brand='gelato'] .category-hero--storefront { max-width: none; margin-top: 0; padding: 0; min-height: clamp(30rem, 56vw, 44rem); display: grid; grid-template-columns: 1fr; align-items: center; position: relative; isolation: isolate; overflow: hidden; background: var(--brand-media); color: var(--brand-on-wash); }
body[data-brand='gelato'] .category-hero--storefront::before { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(11,63,156,.82) 0%, rgba(11,63,156,.55) 34%, rgba(11,63,156,.08) 58%, rgba(11,63,156,0) 72%); pointer-events: none; }
body[data-brand='gelato'] .category-hero--storefront::after { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(255,250,243,0) 66%, rgba(255,250,243,.55) 86%, var(--paper) 100%); pointer-events: none; }
body[data-brand='gelato'] .category-hero--storefront .category-hero__media { position: absolute; inset: 0; z-index: -2; aspect-ratio: auto; margin: 0; padding: 0; background: var(--brand-media); }
body[data-brand='gelato'] .category-hero--storefront .category-hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: 64% center; border-radius: 0; }
body[data-brand='gelato'] .category-hero--storefront .category-hero__copy { width: 100%; max-width: var(--max); margin: 0 auto; padding: clamp(4rem, 8vw, 8rem) var(--gutter) clamp(6rem, 11vw, 10rem); position: relative; z-index: 1; }
body[data-brand='gelato'] .category-hero--storefront .category-hero__badge { width: 3.4rem; height: 3.4rem; margin-bottom: 1.4rem; display: grid; place-items: center; border-radius: 50%; background: #ffffff; color: #e8397a; box-shadow: 0 10px 30px rgba(5,30,90,.35); }
body[data-brand='gelato'] .category-hero--storefront .category-hero__badge svg { width: 1.7rem; height: 1.7rem; }
body[data-brand='gelato'] .category-hero--storefront .category-hero__eyebrow { color: var(--brand-accent); }
body[data-brand='gelato'] .category-hero--storefront .category-hero__copy h1 { max-width: 12ch; color: #ffffff; font-family: var(--sans); font-weight: 850; font-size: clamp(2.6rem, 5.6vw, 5.6rem); letter-spacing: -.035em; line-height: .95; text-transform: uppercase; text-shadow: 0 6px 30px rgba(5,30,90,.45); }
body[data-brand='gelato'] .category-hero--storefront .category-hero__caption { max-width: 30ch; color: #ffffff; font-family: var(--sans); font-weight: 600; }
body[data-brand='gelato'] .category-hero--storefront .category-hero__copy > .category-hero__lead:last-child { max-width: 46ch; color: rgba(255,255,255,.82); }
/* Café storefront: same immersive composition as Gelato, with an espresso overlay that protects the copy. */
body[data-category='coffee'] .category-hero--coffee-storefront { max-width: none; margin-top: 0; padding: 0; min-height: clamp(30rem, 56vw, 44rem); display: grid; grid-template-columns: 1fr; align-items: center; position: relative; isolation: isolate; overflow: hidden; background: #28150d; color: #ffffff; }
body[data-category='coffee'] .category-hero--coffee-storefront::before { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(40,21,13,.92) 0%, rgba(40,21,13,.74) 34%, rgba(40,21,13,.18) 59%, rgba(40,21,13,0) 78%); pointer-events: none; }
body[data-category='coffee'] .category-hero--coffee-storefront::after { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(255,250,243,0) 66%, rgba(255,250,243,.55) 86%, var(--paper) 100%); pointer-events: none; }
body[data-category='coffee'] .category-hero--coffee-storefront .category-hero__media { position: absolute; inset: 0; z-index: -2; aspect-ratio: auto; margin: 0; padding: 0; background: #28150d; }
body[data-category='coffee'] .category-hero--coffee-storefront .category-hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: 56% center; border-radius: 0; }
body[data-category='coffee'] .category-hero--coffee-storefront .category-hero__copy { width: 100%; max-width: var(--max); margin: 0 auto; padding: clamp(4rem, 8vw, 8rem) var(--gutter) clamp(6rem, 11vw, 10rem); position: relative; z-index: 1; }
body[data-category='coffee'] .category-hero--coffee-storefront .category-hero__eyebrow { color: #f6c785; }
body[data-category='coffee'] .category-hero--coffee-storefront .category-hero__copy h1 { max-width: 8ch; color: #ffffff; font-family: var(--serif); font-size: clamp(3.6rem, 6.4vw, 6.8rem); font-weight: 500; letter-spacing: -.055em; line-height: .88; text-shadow: 0 6px 30px rgba(24,11,6,.55); }
body[data-category='coffee'] .category-hero--coffee-storefront .category-hero__caption { max-width: 28ch; color: rgba(255,255,255,.9); font-family: var(--sans); font-weight: 600; }
/* Syrups & Toppings storefront: caramel contrast keeps the product lineup visible behind clear category copy. */
body[data-category='syrups-toppings'] .category-hero--syrups-storefront { max-width: none; margin-top: 0; padding: 0; min-height: clamp(30rem, 56vw, 44rem); display: grid; grid-template-columns: 1fr; align-items: center; position: relative; isolation: isolate; overflow: hidden; background: #5a2f1d; color: #ffffff; }
body[data-category='syrups-toppings'] .category-hero--syrups-storefront::before { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(90,47,29,.94) 0%, rgba(90,47,29,.76) 34%, rgba(90,47,29,.2) 60%, rgba(90,47,29,0) 79%); pointer-events: none; }
body[data-category='syrups-toppings'] .category-hero--syrups-storefront::after { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(255,250,243,0) 66%, rgba(255,250,243,.55) 86%, var(--paper) 100%); pointer-events: none; }
body[data-category='syrups-toppings'] .category-hero--syrups-storefront .category-hero__media { position: absolute; inset: 0; z-index: -2; aspect-ratio: auto; margin: 0; padding: 0; background: #5a2f1d; }
body[data-category='syrups-toppings'] .category-hero--syrups-storefront .category-hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: center; border-radius: 0; }
body[data-category='syrups-toppings'] .category-hero--syrups-storefront .category-hero__copy { width: 100%; max-width: var(--max); margin: 0 auto; padding: clamp(4rem, 8vw, 8rem) var(--gutter) clamp(6rem, 11vw, 10rem); position: relative; z-index: 1; }
body[data-category='syrups-toppings'] .category-hero--syrups-storefront .category-hero__eyebrow { color: #ffd08b; }
body[data-category='syrups-toppings'] .category-hero--syrups-storefront .category-hero__copy h1 { max-width: 11ch; color: #ffffff; font-family: var(--sans); font-size: clamp(3.2rem, 5.9vw, 6.2rem); font-weight: 850; letter-spacing: -.05em; line-height: .91; text-shadow: 0 6px 30px rgba(44,22,13,.5); }
body[data-category='syrups-toppings'] .category-hero--syrups-storefront .category-hero__caption { max-width: 29ch; color: rgba(255,255,255,.9); font-family: var(--sans); font-weight: 600; }
/* Boissons storefront: a berry-toned veil gives the colourful drinks a confident, legible stage. */
body[data-category='drinks'] .category-hero--drinks-storefront { max-width: none; margin-top: 0; padding: 0; min-height: clamp(30rem, 56vw, 44rem); display: grid; grid-template-columns: 1fr; align-items: center; position: relative; isolation: isolate; overflow: hidden; background: #421f2c; color: #ffffff; }
body[data-category='drinks'] .category-hero--drinks-storefront::before { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(66,31,44,.92) 0%, rgba(66,31,44,.74) 34%, rgba(66,31,44,.17) 59%, rgba(66,31,44,0) 78%); pointer-events: none; }
body[data-category='drinks'] .category-hero--drinks-storefront::after { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(255,250,243,0) 66%, rgba(255,250,243,.55) 86%, var(--paper) 100%); pointer-events: none; }
body[data-category='drinks'] .category-hero--drinks-storefront .category-hero__media { position: absolute; inset: 0; z-index: -2; aspect-ratio: auto; margin: 0; padding: 0; background: #421f2c; }
body[data-category='drinks'] .category-hero--drinks-storefront .category-hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: 56% center; border-radius: 0; }
body[data-category='drinks'] .category-hero--drinks-storefront .category-hero__copy { width: 100%; max-width: var(--max); margin: 0 auto; padding: clamp(4rem, 8vw, 8rem) var(--gutter) clamp(6rem, 11vw, 10rem); position: relative; z-index: 1; }
body[data-category='drinks'] .category-hero--drinks-storefront .category-hero__eyebrow { color: #ffd29d; }
body[data-category='drinks'] .category-hero--drinks-storefront .category-hero__copy h1 { max-width: 8ch; color: #ffffff; font-family: var(--serif); font-size: clamp(3.7rem, 6.5vw, 6.9rem); font-weight: 500; letter-spacing: -.055em; line-height: .88; text-shadow: 0 6px 30px rgba(36,15,24,.55); }
body[data-category='drinks'] .category-hero--drinks-storefront .category-hero__caption { max-width: 27ch; color: rgba(255,255,255,.92); font-family: var(--sans); font-weight: 600; }
/* Vêtements storefront: charcoal contrast frames the monochrome collection without losing its warm studio atmosphere. */
body[data-category='apparel'] .category-hero--apparel-storefront { max-width: none; margin-top: 0; padding: 0; min-height: clamp(30rem, 56vw, 44rem); display: grid; grid-template-columns: 1fr; align-items: center; position: relative; isolation: isolate; overflow: hidden; background: #28231e; color: #ffffff; }
body[data-category='apparel'] .category-hero--apparel-storefront::before { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(40,35,30,.9) 0%, rgba(40,35,30,.68) 34%, rgba(40,35,30,.12) 60%, rgba(40,35,30,0) 80%); pointer-events: none; }
body[data-category='apparel'] .category-hero--apparel-storefront::after { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(255,250,243,0) 66%, rgba(255,250,243,.55) 86%, var(--paper) 100%); pointer-events: none; }
body[data-category='apparel'] .category-hero--apparel-storefront .category-hero__media { position: absolute; inset: 0; z-index: -2; aspect-ratio: auto; margin: 0; padding: 0; background: #28231e; }
body[data-category='apparel'] .category-hero--apparel-storefront .category-hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: 56% center; border-radius: 0; }
body[data-category='apparel'] .category-hero--apparel-storefront .category-hero__copy { width: 100%; max-width: var(--max); margin: 0 auto; padding: clamp(4rem, 8vw, 8rem) var(--gutter) clamp(6rem, 11vw, 10rem); position: relative; z-index: 1; }
body[data-category='apparel'] .category-hero--apparel-storefront .category-hero__eyebrow { color: #f2ce9c; }
body[data-category='apparel'] .category-hero--apparel-storefront .category-hero__copy h1 { max-width: 9ch; color: #ffffff; font-family: var(--sans); font-size: clamp(3.5rem, 6.2vw, 6.6rem); font-weight: 850; letter-spacing: -.055em; line-height: .9; text-shadow: 0 6px 30px rgba(24,20,16,.58); }
body[data-category='apparel'] .category-hero--apparel-storefront .category-hero__caption { max-width: 27ch; color: rgba(255,255,255,.9); font-family: var(--sans); font-weight: 600; }
/* Matériel storefront: espresso and brass contrast place the professional equipment at the centre of the scene. */
body[data-category='brewing-gear'] .category-hero--gear-storefront { max-width: none; margin-top: 0; padding: 0; min-height: clamp(30rem, 56vw, 44rem); display: grid; grid-template-columns: 1fr; align-items: center; position: relative; isolation: isolate; overflow: hidden; background: #241914; color: #ffffff; }
body[data-category='brewing-gear'] .category-hero--gear-storefront::before { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(36,25,20,.93) 0%, rgba(36,25,20,.72) 34%, rgba(36,25,20,.16) 60%, rgba(36,25,20,0) 80%); pointer-events: none; }
body[data-category='brewing-gear'] .category-hero--gear-storefront::after { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(255,250,243,0) 66%, rgba(255,250,243,.55) 86%, var(--paper) 100%); pointer-events: none; }
body[data-category='brewing-gear'] .category-hero--gear-storefront .category-hero__media { position: absolute; inset: 0; z-index: -2; aspect-ratio: auto; margin: 0; padding: 0; background: #241914; }
body[data-category='brewing-gear'] .category-hero--gear-storefront .category-hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: 56% center; border-radius: 0; }
body[data-category='brewing-gear'] .category-hero--gear-storefront .category-hero__copy { width: 100%; max-width: var(--max); margin: 0 auto; padding: clamp(4rem, 8vw, 8rem) var(--gutter) clamp(6rem, 11vw, 10rem); position: relative; z-index: 1; }
body[data-category='brewing-gear'] .category-hero--gear-storefront .category-hero__eyebrow { color: #f2c37d; }
body[data-category='brewing-gear'] .category-hero--gear-storefront .category-hero__copy h1 { max-width: 8ch; color: #ffffff; font-family: var(--serif); font-size: clamp(3.6rem, 6.4vw, 6.8rem); font-weight: 500; letter-spacing: -.055em; line-height: .88; text-shadow: 0 6px 30px rgba(18,12,9,.6); }
body[data-category='brewing-gear'] .category-hero--gear-storefront .category-hero__caption { max-width: 27ch; color: rgba(255,255,255,.9); font-family: var(--sans); font-weight: 600; }
/* Cuisine storefront: an espresso-and-brass veil keeps the preparation collection readable over the warm atelier scene. */
body[data-category='kitchen'] .category-hero--kitchen-storefront { max-width: none; margin-top: 0; padding: 0; min-height: clamp(30rem, 56vw, 44rem); display: grid; grid-template-columns: 1fr; align-items: center; position: relative; isolation: isolate; overflow: hidden; background: #2c1e16; color: #ffffff; }
body[data-category='kitchen'] .category-hero--kitchen-storefront::before { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(44,30,22,.94) 0%, rgba(44,30,22,.73) 34%, rgba(44,30,22,.16) 60%, rgba(44,30,22,0) 80%); pointer-events: none; }
body[data-category='kitchen'] .category-hero--kitchen-storefront::after { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(255,250,243,0) 66%, rgba(255,250,243,.55) 86%, var(--paper) 100%); pointer-events: none; }
body[data-category='kitchen'] .category-hero--kitchen-storefront .category-hero__media { position: absolute; inset: 0; z-index: -2; aspect-ratio: auto; margin: 0; padding: 0; background: #2c1e16; }
body[data-category='kitchen'] .category-hero--kitchen-storefront .category-hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: 56% center; border-radius: 0; }
body[data-category='kitchen'] .category-hero--kitchen-storefront .category-hero__copy { width: 100%; max-width: var(--max); margin: 0 auto; padding: clamp(4rem, 8vw, 8rem) var(--gutter) clamp(6rem, 11vw, 10rem); position: relative; z-index: 1; }
body[data-category='kitchen'] .category-hero--kitchen-storefront .category-hero__eyebrow { color: #f4c47f; }
body[data-category='kitchen'] .category-hero--kitchen-storefront .category-hero__copy h1 { max-width: 8ch; color: #ffffff; font-family: var(--serif); font-size: clamp(3.6rem, 6.4vw, 6.8rem); font-weight: 500; letter-spacing: -.055em; line-height: .88; text-shadow: 0 6px 30px rgba(22,14,10,.6); }
body[data-category='kitchen'] .category-hero--kitchen-storefront .category-hero__caption { max-width: 27ch; color: rgba(255,255,255,.9); font-family: var(--sans); font-weight: 600; }
/* Story strip: cream like the rest of the site, blue numerals like the storefront. */
body[data-brand='gelato'] .gelato-story { max-width: var(--max); margin: 0 auto; padding: clamp(1.5rem, 3vw, 2.5rem) var(--gutter) 0; }
body[data-brand='gelato'] .gelato-story__list { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(1rem, 2.5vw, 2.5rem); list-style: none; }
body[data-brand='gelato'] .gelato-story__item { min-width: 0; padding: 1.4rem 1.5rem 1.6rem; display: grid; gap: .5rem; border: 1px solid rgba(15,61,143,.14); border-radius: 14px; background: #ffffff; }
body[data-brand='gelato'] .gelato-story__mark { width: 2.4rem; height: 2.4rem; margin-bottom: .5rem; display: grid; place-items: center; border-radius: 50%; background: var(--brand-chip); color: #ffffff; font-size: .66rem; font-weight: 800; letter-spacing: .1em; }
body[data-brand='gelato'] .gelato-story__item strong { color: var(--brand-ink); font: 1.25rem/1.15 var(--serif); }
body[data-brand='gelato'] .gelato-story__item p { margin: 0; color: var(--espresso-soft); font-size: .8rem; line-height: 1.65; }
/* Colour fade: the catalogue starts on the site cream and settles into the ice-blue below the toolbar, so there is no hard edge under the story cards. */
body[data-brand='gelato'] .gelato-story { padding-bottom: clamp(1rem, 2vw, 1.5rem); }
body[data-brand='gelato'] .shop-content { padding-top: clamp(2rem, 3.5vw, 3rem); background: linear-gradient(180deg, var(--paper) 0, var(--brand-surface) clamp(12rem, 18vw, 16rem)); }
body[data-brand='gelato'] .shop-category-chip { border-radius: 999px; }
.delivery-hero, .contact-hero, .privacy-hero, .stores-hero { position: relative; min-height: clamp(30rem, 57vw, 43rem); display: grid; align-items: center; overflow: hidden; isolation: isolate; }
.delivery-hero::after, .contact-hero::after, .privacy-hero::after, .stores-hero::after { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(246,239,228,.96) 0%, rgba(246,239,228,.86) 29%, rgba(246,239,228,.26) 57%, rgba(246,239,228,0) 78%); pointer-events: none; }
.delivery-hero__media, .contact-hero__media, .privacy-hero__media, .stores-hero__media { position: absolute; z-index: -2; inset: 0; margin: 0; }
.stores-hero__media picture { width: 100%; height: 100%; display: block; }
.delivery-hero__media img, .contact-hero__media img, .privacy-hero__media img, .stores-hero__media img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; }
.delivery-hero .page-hero__inner, .contact-hero .page-hero__inner, .privacy-hero .page-hero__inner, .stores-hero .page-hero__inner { width: 100%; position: relative; z-index: 1; }
.stores-hero__media img { object-position: 64% center; }
.delivery-hero h1 { max-width: 9ch; }
.about-hero { position: relative; min-height: clamp(30rem, 57vw, 43rem); padding-top: clamp(2.5rem, 5vw, 5rem); display: grid; align-items: center; overflow: hidden; isolation: isolate; }
.about-hero::after { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(246,239,228,.96) 0%, rgba(246,239,228,.86) 29%, rgba(246,239,228,.26) 57%, rgba(246,239,228,0) 78%); pointer-events: none; }
.about-hero__media { position: absolute; z-index: -2; inset: 0; margin: 0; }
.about-hero__media img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; }
.about-hero .page-hero__inner { width: 100%; position: relative; z-index: 1; }
.about-hero__copy { min-width: 0; max-width: 42rem; }
.about-manifesto { position: sticky; top: 2rem; align-self: start; color: var(--saffron-dark); font: 1rem var(--serif); }
.about-manifesto__media { position: relative; width: min(100%, 420px); margin: 0; aspect-ratio: 4 / 5; overflow: hidden; border: 1px solid rgba(43,32,25,.12); border-radius: 14px; background: var(--oat); box-shadow: 0 18px 45px rgba(43,32,25,.12); }
.about-manifesto__media img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; }
.about-manifesto__media figcaption { position: absolute; left: 1.1rem; bottom: 1.1rem; padding: .45rem .7rem; border: 1px solid rgba(246,239,228,.45); border-radius: 999px; background: rgba(43,32,25,.72); color: var(--oat); font: .82rem var(--serif); backdrop-filter: blur(8px); }
.professional-solutions { max-width: var(--max); margin: auto; padding: clamp(5rem, 9vw, 9rem) var(--gutter) clamp(4rem, 8vw, 7rem); }
.professional-solutions__heading { max-width: 900px; margin-bottom: clamp(2.2rem, 4vw, 3.6rem); }
.professional-solutions__heading h2 { max-width: 15ch; margin-bottom: 1.25rem; font-size: clamp(2.8rem, 5vw, 5.6rem); line-height: .95; letter-spacing: -.035em; }
.professional-solutions__heading > p:last-child { max-width: 58ch; margin: 0; color: var(--espresso-soft); font: clamp(1rem, 1.35vw, 1.2rem)/1.7 var(--serif); }
.professional-category-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(.9rem, 1.6vw, 1.5rem); }
.professional-category-card { position: relative; min-width: 0; display: flex; flex-direction: column; border: 1px solid rgba(43,32,25,.13); border-radius: 16px; background: rgba(255,255,255,.68); overflow: hidden; box-shadow: 0 10px 30px rgba(43,32,25,.045); transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease; }
.professional-category-card:hover, .professional-category-card:focus-within { transform: translateY(-5px); border-color: rgba(183,93,54,.4); box-shadow: 0 20px 44px rgba(43,32,25,.1); }
.professional-category-card__media { display: block; aspect-ratio: 4 / 3; background: var(--oat); overflow: hidden; }
.professional-category-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 600ms cubic-bezier(.2,.7,.2,1); }
.professional-category-card:hover .professional-category-card__media img, .professional-category-card:focus-within .professional-category-card__media img { transform: scale(1.035); }
.professional-category-card__body { flex: 1; padding: clamp(1.25rem, 2vw, 1.7rem); display: flex; flex-direction: column; align-items: flex-start; }
.professional-category-card__eyebrow { margin-bottom: .75rem; color: var(--saffron-dark); font-size: .6rem; font-weight: 800; letter-spacing: .14em; }
.professional-category-card h3 { margin-bottom: .65rem; font-size: clamp(1.55rem, 2.15vw, 2.15rem); line-height: 1.05; }
.professional-category-card__body > p:not(.professional-category-card__eyebrow) { max-width: 38ch; margin-bottom: 1.4rem; color: var(--espresso-soft); font-size: .8rem; line-height: 1.65; }
.professional-category-card__link { margin-top: auto; display: inline-flex; align-items: center; gap: .55rem; color: var(--saffron-dark); font-size: .72rem; font-weight: 800; text-decoration: none; }
.professional-category-card__link::after { content: ''; position: absolute; inset: 0; }
.professional-category-card__link span:last-child { font-size: 1rem; transition: transform 180ms ease; }
.professional-category-card__link:hover span:last-child { transform: translateX(4px); }
.professional-cta { margin-top: clamp(2rem, 4vw, 3.6rem); padding: clamp(2rem, 4.5vw, 4.5rem); display: grid; grid-template-columns: minmax(0, 1.25fr) auto; align-items: center; gap: clamp(2rem, 5vw, 5rem); border: 1px solid rgba(43,32,25,.14); border-radius: 18px; background: radial-gradient(circle at 90% 15%, rgba(183,93,54,.14), transparent 30%), var(--oat); overflow: hidden; }
.professional-cta__copy { max-width: 780px; }
.professional-cta__copy .section-number { margin-bottom: .8rem; }
.professional-cta h2 { max-width: 15ch; margin-bottom: 1rem; font-size: clamp(2.2rem, 3.8vw, 4.3rem); line-height: .97; letter-spacing: -.025em; }
.professional-cta__copy > p:last-child { max-width: 64ch; margin: 0; color: var(--espresso-soft); line-height: 1.7; }
.professional-cta__actions { min-width: 245px; display: grid; gap: .75rem; }
[dir='rtl'] .professional-category-card__link span:last-child { transform: rotate(180deg); }
[dir='rtl'] .professional-category-card__link:hover span:last-child { transform: rotate(180deg) translateX(4px); }
.shop-content { max-width: var(--max); margin: auto; padding: 2rem var(--gutter) 7rem; }
.shop-toolbar { margin-bottom: 2rem; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: .75rem; }
.shop-toolbar__search { display: contents; }
.shop-toolbar input { width: 100%; }
.shop-filter-trigger { display: none; }
.shop-filter-dialog { width: min(100% - 2rem, 460px); margin: auto; padding: 0; border: 0; border-radius: 18px; background: var(--paper); color: var(--espresso); box-shadow: var(--shadow); }
.shop-filter-dialog::backdrop { background: rgba(43,32,25,.5); backdrop-filter: blur(3px); }
.shop-filter-dialog__handle { display: none; }
.shop-filter-dialog header { min-height: 70px; padding: 1rem 1.2rem; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.shop-filter-dialog h2 { margin: 0; font-size: 1.8rem; }
.shop-filter-dialog__fields { padding: 1.2rem; display: grid; gap: 1rem; }
.shop-filter-dialog__fields label { display: grid; gap: .45rem; color: var(--espresso-soft); font-size: .7rem; font-weight: 750; }
.shop-filter-dialog__fields select { width: 100%; min-height: 50px; padding: .7rem .8rem; border: 1px solid var(--line); border-radius: 8px; background: white; color: var(--espresso); }
.shop-filter-dialog footer { padding: 0 1.2rem calc(1.2rem + env(safe-area-inset-bottom)); }
.shop-filter-dialog footer .button { width: 100%; }
.shop-count { margin-bottom: 1rem; color: var(--espresso-soft); font-size: .72rem; }
.shop-category-chips { grid-column: 1 / -1; display: flex; flex-wrap: wrap; gap: .55rem; padding-top: .35rem; }
.shop-category-chip { min-height: 40px; padding: .55rem 1rem; border: 1px solid rgba(43,32,25,.2); border-radius: 999px; background: rgba(255,255,255,.66); color: var(--espresso); font: 700 .72rem var(--sans); cursor: pointer; transition: border-color 160ms ease, background 160ms ease, color 160ms ease; }
.shop-category-chip:hover { border-color: var(--saffron); }
.shop-category-chip[aria-current='page'] { border-color: var(--espresso); background: var(--espresso); color: var(--oat); }
.shop-category-chip:focus-visible { outline: 2px solid var(--saffron); outline-offset: 2px; }
.shop-groups { display: grid; gap: clamp(4rem, 7vw, 7rem); }
.shop-category-group__header { margin-bottom: 1.5rem; }
.shop-category-group__link { padding-bottom: .85rem; display: flex; align-items: end; justify-content: space-between; gap: 1rem; border-bottom: 1px solid var(--line); color: inherit; transition: border-color 160ms ease, color 160ms ease; }
.shop-category-group__link:hover { border-color: var(--saffron); color: var(--saffron-dark); }
.shop-category-group__link:focus-visible { outline: 2px solid var(--saffron); outline-offset: 4px; }
.shop-category-group__header h2 { margin: 0; font-size: clamp(2.2rem, 4vw, 4.5rem); line-height: .95; letter-spacing: -.03em; }
.shop-category-group__header p { margin: 0 0 .2rem; color: var(--espresso-soft); font-size: .72rem; white-space: nowrap; }
.shop-category-group__more { margin-top: 1.75rem; display: flex; justify-content: center; }
.info-layout { max-width: 1240px; margin: auto; padding: clamp(5rem, 9vw, 9rem) var(--gutter); display: grid; grid-template-columns: minmax(280px, .85fr) minmax(0, 1.15fr); gap: clamp(3rem, 8vw, 8rem); align-items: start; }
.info-layout aside { color: var(--saffron-dark); font: 1rem var(--serif); }
.privacy-principles { position: sticky; top: 2rem; align-self: start; display: grid; gap: 1.15rem; }
.privacy-principles > p { margin: 0; }
.privacy-principles__media { width: min(100%, 420px); margin: 0; overflow: hidden; border: 1px solid rgba(43,32,25,.12); border-radius: 14px; background: var(--oat); box-shadow: 0 18px 45px rgba(43,32,25,.12); }
.privacy-principles__media picture, .privacy-principles__media img { display: block; width: 100%; height: auto; }
.contact-aside { position: sticky; top: 2rem; align-self: start; display: grid; gap: 1.15rem; align-content: start; }
.contact-aside > p { margin: 0; }
.contact-aside__image { margin: 0; overflow: hidden; border: 1px solid rgba(43,32,25,.12); border-radius: 14px; background: var(--oat); box-shadow: 0 18px 42px rgba(43,32,25,.1); }
.contact-aside__image img { width: 100%; height: auto; display: block; }
.delivery-guide { position: sticky; top: 2rem; align-self: start; }
.delivery-guide__media { position: relative; width: min(100%, 420px); margin: 0; aspect-ratio: 4 / 5; overflow: hidden; border: 1px solid rgba(43,32,25,.12); border-radius: 14px; background: var(--oat); box-shadow: 0 18px 45px rgba(43,32,25,.12); }
.delivery-guide__media img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; }
.delivery-guide__media figcaption { position: absolute; left: 1.1rem; bottom: 1.1rem; padding: .45rem .7rem; border: 1px solid rgba(246,239,228,.45); border-radius: 999px; background: rgba(43,32,25,.72); color: var(--oat); font: .82rem var(--serif); backdrop-filter: blur(8px); }
.info-content h2 { margin: 3rem 0 1rem; font-size: clamp(2rem, 4vw, 4rem); }
.info-content h2:first-child { margin-top: 0; }
.info-content p, .info-content li { color: var(--espresso-soft); line-height: 1.8; }
.contact-actions { margin-top: 2.2rem; display: grid; gap: .7rem; }
.contact-action { min-height: 92px; padding: .9rem 1rem; display: grid; grid-template-columns: 48px 1fr auto; align-items: center; gap: .85rem; border: 1px solid rgba(43,32,25,.13); border-radius: 12px; background: linear-gradient(135deg, rgba(255,255,255,.9), rgba(246,239,228,.75)); color: var(--espresso); text-decoration: none; transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease; }
.contact-action:hover { transform: translateY(-3px); border-color: rgba(183,93,54,.65); box-shadow: 0 15px 30px rgba(43,32,25,.1); }
.contact-action__mark { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; background: var(--espresso); color: var(--oat); font: .68rem/1 var(--sans); font-weight: 850; letter-spacing: .05em; }
.contact-action--whatsapp .contact-action__mark { background: var(--success); color: white; }
.contact-action span:last-of-type { min-width: 0; display: grid; gap: .16rem; }
.contact-action small { color: var(--saffron-dark); font-size: .6rem; font-weight: 800; letter-spacing: .13em; }
.contact-action strong { font: 1.25rem/1.05 var(--serif); }
.contact-action em { overflow: hidden; color: var(--espresso-soft); font-size: .72rem; font-style: normal; line-height: 1.4; text-overflow: ellipsis; white-space: nowrap; }
.contact-action b { color: var(--saffron-dark); font-size: 1.15rem; font-weight: 400; }
.contact-stores { max-width: var(--max); margin: 0 auto; padding: 0 var(--gutter) clamp(5rem, 10vw, 9rem); display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr); gap: 1.5rem clamp(2rem, 7vw, 8rem); align-items: end; }
.contact-stores h2 { max-width: 11ch; margin-bottom: 0; font-size: clamp(2.4rem, 4.5vw, 4.6rem); line-height: .98; }
.contact-stores > p { max-width: 45ch; margin: 0; color: var(--espresso-soft); line-height: 1.7; }
.contact-stores > a { justify-self: start; }
.stores-intro { max-width: var(--max); margin: 0 auto; padding: clamp(5rem, 10vw, 9rem) var(--gutter) clamp(2.5rem, 5vw, 4.5rem); display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr); gap: 2rem clamp(2rem, 8vw, 9rem); align-items: end; }
.stores-intro h2 { max-width: 10ch; margin: 0; font-size: clamp(2.7rem, 5vw, 5.7rem); line-height: .94; letter-spacing: -.04em; }
.stores-intro > p { max-width: 46ch; margin: 0; color: var(--espresso-soft); font-size: clamp(1rem, 1.4vw, 1.2rem); line-height: 1.75; }
.stores-directory { max-width: var(--max); margin: 0 auto; padding: 0 var(--gutter) clamp(5rem, 10vw, 10rem); }
.stores-empty { min-height: min(460px, 52vw); padding: clamp(2rem, 7vw, 7rem); display: grid; place-content: center start; overflow: hidden; position: relative; border: 1px solid var(--line); background: linear-gradient(125deg, var(--espresso), #4c382b 58%, #806046); color: var(--oat); isolation: isolate; }
.stores-empty::after { content: ''; position: absolute; z-index: -1; width: min(48vw, 620px); aspect-ratio: 1; right: -8%; top: -28%; border: 1px solid rgba(246,239,228,.3); border-radius: 50%; box-shadow: 0 0 0 48px rgba(246,239,228,.06), 0 0 0 96px rgba(246,239,228,.04); }
.stores-empty .section-number { color: #e6d5bc; }
.stores-empty h2 { max-width: 12ch; margin-bottom: 1rem; font-size: clamp(2.5rem, 5vw, 5.8rem); line-height: .95; }
.stores-empty > p:last-child { max-width: 54ch; margin: 0; color: rgba(246,239,228,.82); line-height: 1.75; }
.store-directions { padding: clamp(2rem, 5vw, 4rem); background: var(--oat); }
.store-directions > header { max-width: 620px; margin-bottom: clamp(2rem, 5vw, 4rem); }
.store-directions h2 { margin: 0; font-size: clamp(2.25rem, 4.3vw, 4.7rem); line-height: .95; letter-spacing: -.035em; }
.store-directions__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1px; border: 1px solid var(--line); background: var(--line); }
.store-directions__card { min-width: 0; display: grid; grid-template-rows: auto 1fr; background: var(--paper); }
.store-directions__photo { min-height: 0; aspect-ratio: 4 / 5; margin: 0; overflow: hidden; background: var(--oat); }
.store-directions__photo picture, .store-directions__photo img { width: 100%; height: 100%; display: block; }
.store-directions__photo img { object-fit: cover; object-position: center 34%; }
.store-directions__card:nth-child(4) .store-directions__photo img { object-position: center; }
.store-directions__body { min-height: 280px; padding: clamp(1.25rem, 2.5vw, 2rem); display: flex; flex-direction: column; align-items: flex-start; }
.store-directions__card h3 { margin-bottom: .8rem; font-size: clamp(1.55rem, 2.3vw, 2.3rem); line-height: 1; }
.store-directions__card address { margin: 0 0 .8rem; color: var(--espresso); font-size: .92rem; font-style: normal; font-weight: 700; line-height: 1.5; }
.store-directions__body .button { margin-top: auto; }
.store-directions__card .button span { font-size: 1rem; }
.stores-locator { margin-bottom: clamp(3rem, 7vw, 7rem); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.stores-locator ol { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); list-style: none; }
.stores-locator li + li { border-inline-start: 1px solid var(--line); }
.stores-locator a { min-height: 86px; padding: 1rem 1.25rem; display: flex; align-items: center; gap: .85rem; color: var(--espresso); font: clamp(1.05rem, 1.6vw, 1.35rem)/1.1 var(--serif); text-decoration: none; transition: color 180ms ease, background 180ms ease; }
.stores-locator a:hover { background: var(--oat); color: var(--saffron-dark); }
.stores-locator a span { color: var(--saffron-dark); font: .65rem/1 var(--sans); font-weight: 800; letter-spacing: .15em; }
.stores-profiles { display: grid; gap: clamp(5rem, 12vw, 12rem); }
.store-profile { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(300px, .72fr); gap: clamp(2rem, 7vw, 8rem); align-items: center; scroll-margin-top: 1.5rem; }
.store-profile--reverse .store-profile__gallery { order: 2; }
.store-profile__gallery { display: grid; grid-template-columns: minmax(0, 1.6fr) minmax(100px, .75fr); gap: .75rem; }
.store-profile__gallery figure { margin: 0; overflow: hidden; background: var(--oat); }
.store-profile__gallery img { width: 100%; height: 100%; object-fit: cover; }
.store-profile__hero { grid-row: span 2; min-height: 470px; }
.store-profile__detail { min-height: 0; aspect-ratio: 1; }
.store-profile__copy h2 { margin-bottom: 1rem; font-size: clamp(2.5rem, 4.4vw, 5rem); line-height: .95; letter-spacing: -.035em; }
.store-profile__intro { max-width: 42ch; color: var(--espresso-soft); line-height: 1.7; }
.store-profile dl { margin: 2rem 0; display: grid; gap: 1.15rem; }
.store-profile dl div { display: grid; gap: .35rem; }
.store-profile dt { color: var(--saffron-dark); font-size: .64rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.store-profile dd { margin: 0; color: var(--espresso-soft); line-height: 1.6; white-space: pre-line; }
.store-profile .button span { font-size: 1rem; }
.store-profile__map { margin-top: 2rem; overflow: hidden; border: 1px solid var(--line); aspect-ratio: 16 / 8; }
.store-profile__map iframe { width: 100%; height: 100%; display: block; border: 0; }
.stores-contact { margin: 0; padding: clamp(4rem, 9vw, 8rem) var(--gutter); display: grid; justify-items: center; text-align: center; background: var(--oat); }
.stores-contact h2 { max-width: 11ch; margin: 0 0 1.6rem; font-size: clamp(2.5rem, 5vw, 5.3rem); line-height: .95; }
.about-partnership { padding: clamp(3.5rem, 6vw, 5.5rem) var(--gutter); display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: clamp(2rem, 7vw, 7rem); background: var(--espresso); color: var(--oat); }
.about-gelato-opening { max-width: var(--max); margin: 0 auto; padding: clamp(4rem, 8vw, 7rem) var(--gutter); display: grid; grid-template-columns: minmax(0, .72fr) minmax(0, 1.28fr); align-items: center; gap: clamp(2rem, 7vw, 7rem); }
.about-gelato-opening__copy { max-width: 34rem; }
.about-gelato-opening__copy h2 { max-width: 12ch; margin: 0 0 1.25rem; color: var(--espresso); font-size: clamp(2.4rem, 4.8vw, 5rem); line-height: .98; letter-spacing: -.035em; }
.about-gelato-opening__copy p:last-child { max-width: 42ch; margin: 0; color: var(--espresso-soft); line-height: 1.7; }
.about-gelato-opening__media { width: 100%; aspect-ratio: 16 / 9; overflow: hidden; border: 1px solid rgba(43,32,25,.12); border-radius: 14px; background: #17110e; box-shadow: 0 18px 45px rgba(43,32,25,.14); }
.about-gelato-opening__media iframe { width: 100%; height: 100%; display: block; border: 0; }
.about-partnership__title, .about-partnership__copy { max-width: 1240px; }
.about-partnership .section-number { color: #d28a6e; }
.about-partnership h2 { max-width: 11ch; margin: 0; color: var(--oat); font-size: clamp(2.6rem, 5vw, 5.2rem); line-height: .95; letter-spacing: -.035em; }
.about-partnership__copy { display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.about-partnership__copy p { max-width: 42ch; margin: 0; color: rgba(246,239,228,.78); line-height: 1.7; }
.about-partnership .button--outline-light { flex: 0 0 auto; white-space: nowrap; }
.locations-section { max-width: var(--max); margin: 0 auto; padding: 0 var(--gutter) clamp(5rem, 10vw, 9rem); }
.locations-section__heading { max-width: 720px; margin-bottom: 2.5rem; }
.locations-section__heading h2 { margin-bottom: 1rem; font-size: clamp(2.8rem, 5vw, 5.5rem); line-height: .96; }
.locations-section__heading > p:last-child { max-width: 58ch; color: var(--espresso-soft); line-height: 1.7; }
.location-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.location-card { min-width: 0; min-height: 260px; display: grid; grid-template-columns: minmax(180px, .8fr) 1.2fr; border: 1px solid var(--line); border-radius: 12px; background: var(--paper); overflow: hidden; }
.location-card__map { min-height: 260px; }
.location-card__map iframe { width: 100%; height: 100%; min-height: 260px; display: block; border: 0; }
.location-card__map--placeholder { display: grid; place-items: center; background: radial-gradient(circle at 50% 45%, rgba(183,93,54,.16), transparent 42%), var(--oat); color: var(--saffron-dark); }
.location-card__map--placeholder span { width: 82px; height: 82px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; font: 1.4rem var(--serif); }
.location-card__body { padding: 2rem; display: flex; flex-direction: column; justify-content: center; }
.location-card__body h3 { margin-bottom: .75rem; font-size: clamp(1.8rem, 3vw, 2.7rem); }
.location-card__body > p:last-child { margin: 0; color: var(--espresso-soft); line-height: 1.6; }
.location-card__address, .location-card__hours { margin: 0 0 .65rem; color: var(--espresso-soft); line-height: 1.55; }
.location-card__hours { font-size: .78rem; }
.location-card__directions { align-self: flex-start; margin-top: .6rem; }
/* The media column follows the photo's own width (below), so it never grows with the screen. */
.product-detail { max-width: var(--max); margin: auto; padding: clamp(2rem, 5vw, 5rem) var(--gutter) 8rem; display: grid; grid-template-columns: auto minmax(0, 1fr); align-items: start; gap: clamp(2rem, 6vw, 6rem); }
.product-detail__media { aspect-ratio: 4 / 5; background: var(--oat); }
.product-detail__media img { width: 100%; height: 100%; object-fit: cover; }
.product-detail__gallery { aspect-ratio: auto; display: grid; gap: .8rem; align-items: start; background: transparent; }
/* Several photos: a 72px thumbnail strip beside the stage, so the gallery is never taller than the stage. */
.product-detail__gallery:not([data-gallery-length='1']) { grid-template-columns: 72px minmax(0, 1fr); }
/* One definite width for every product photo: the thumbnail strip no longer shrinks it, and a wide
   monitor no longer stretches it past the point where the buy button falls below the fold. */
.gallery-stage { grid-column: -2 / -1; grid-row: 1; position: relative; width: clamp(300px, 36vw, 460px); aspect-ratio: 4 / 5; overflow: hidden; background: var(--oat); touch-action: pan-y; }
.gallery-stage > img { object-fit: contain; transition: opacity 180ms ease, transform 180ms ease; }
.gallery-stage > img.is-changing { opacity: .62; transform: scale(1.015); }
.gallery-counter { position: absolute; right: 1rem; bottom: 1rem; padding: .35rem .55rem; border-radius: 999px; background: rgba(43,32,25,.72); color: var(--oat); font-size: .72rem; font-weight: 700; letter-spacing: .04em; }
[dir='rtl'] .gallery-counter { right: auto; left: 1rem; }
.gallery-arrow { position: absolute; top: 50%; width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid rgba(43,32,25,.16); border-radius: 50%; background: rgba(255,250,243,.9); color: var(--espresso); cursor: pointer; font: 1.65rem/1 var(--serif); transform: translateY(-50%); box-shadow: 0 8px 20px rgba(43,32,25,.12); }
.gallery-arrow:hover { background: var(--espresso); color: var(--oat); }
.gallery-arrow--prev { left: 1rem; }
.gallery-arrow--next { right: 1rem; }
.gallery-thumbs { grid-column: 1; grid-row: 1; align-self: stretch; min-height: 0; display: flex; flex-direction: column; gap: .5rem; overflow-y: auto; scrollbar-width: none; }
.gallery-thumbs::-webkit-scrollbar { display: none; }
.gallery-thumb { flex: 0 0 72px; width: 72px; height: 72px; aspect-ratio: 1; padding: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 7px; background: var(--paper); cursor: pointer; opacity: .64; transition: opacity 160ms ease, border-color 160ms ease; }
.gallery-thumb:hover, .gallery-thumb[aria-selected='true'] { border-color: var(--saffron); opacity: 1; }
.gallery-thumb img { width: 100%; height: 100%; object-fit: cover; }
.product-detail__copy { padding-top: 2rem; }
.product-detail__copy h1 { margin-bottom: .7rem; font-size: clamp(3rem, 5vw, 5.8rem); line-height: .94; }
.product-detail__price { display: block; margin-bottom: 1.5rem; font-size: 1.1rem; }
.product-detail__description { color: var(--espresso-soft); font: 1.15rem/1.7 var(--serif); }
.variant-field { margin: 2rem 0; }
.variant-field label { display: block; margin-bottom: .6rem; font-size: .72rem; font-weight: 800; }
.variant-options { display: grid; grid-template-columns: repeat(2, 1fr); gap: .6rem; }
.variant-options button { min-height: var(--tap); padding: .7rem; border: 1px solid var(--line); border-radius: 7px; background: transparent; cursor: pointer; }
.variant-options button[aria-pressed='true'] { border-color: var(--saffron); box-shadow: inset 0 0 0 1px var(--saffron); color: var(--saffron-dark); }
.product-detail__fulfillment { margin: 1.5rem 0; padding: 1rem 0; border-block: 1px solid var(--line); font-size: .78rem; line-height: 1.6; }
.product-detail__trust__list { margin: -1rem 0 1.5rem; display: flex; flex-wrap: wrap; gap: .55rem; }
.product-detail__trust__fact { margin: 0; padding: .45rem .6rem; display: inline-flex; align-items: center; gap: .35rem; border-radius: 999px; background: #f0e3d2; color: var(--espresso-soft); font-size: .68rem; font-weight: 700; }
.product-detail__trust__fact span { color: var(--saffron-dark); }
.product-detail__add { width: 100%; }
.product-recommendations { min-width: 0; max-width: 100%; grid-column: 1 / -1; margin-top: clamp(2rem, 5vw, 5rem); padding-top: clamp(2rem, 4vw, 4rem); border-top: 1px solid var(--line); }
.product-recommendations__heading { display: flex; align-items: end; justify-content: space-between; gap: 1rem; margin-bottom: 1.5rem; }
.product-recommendations__heading .section-number { margin: 0 0 .55rem; }
.product-recommendations__heading h2 { margin: 0; font-size: clamp(2.25rem, 4vw, 4rem); line-height: .95; }
.product-recommendations__rail { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.product-recommendations__rail .product-card { min-width: 0; }

.click-spark { position: absolute; z-index: 2; inset: 50%; width: 1px; height: 1px; pointer-events: none; }
.click-spark i { position: absolute; top: 0; left: 0; width: 4px; height: 12px; border-radius: 999px; background: var(--saffron); opacity: 0; transform-origin: 50% 100%; }
.click-spark i:nth-child(1) { --spark-index: 0; }
.click-spark i:nth-child(2) { --spark-index: 1; }
.click-spark i:nth-child(3) { --spark-index: 2; }
.click-spark i:nth-child(4) { --spark-index: 3; }
.click-spark i:nth-child(5) { --spark-index: 4; }
.click-spark i:nth-child(6) { --spark-index: 5; }
.is-sparking .click-spark i { animation: click-spark 520ms var(--motion-ease) both; animation-delay: calc(var(--spark-index) * 18ms); }
@keyframes click-spark { 0% { opacity: 0; transform: rotate(calc(var(--spark-index) * 60deg)) translateY(0) scale(.65); } 16% { opacity: 1; } 100% { opacity: 0; transform: rotate(calc(var(--spark-index) * 60deg)) translateY(-22px) scale(.2); } }


html[data-locale='ar'] body { font-family: Tahoma, Arial, sans-serif; }
html[data-locale='ar'] h1, html[data-locale='ar'] h2, html[data-locale='ar'] h3, html[data-locale='ar'] .brand__text strong { font-family: 'Times New Roman', Tahoma, serif; letter-spacing: 0; }
html[data-locale='ar'] :is(h1, h2, h3, h4, p, figcaption, label, input, textarea, select, option, .product-detail__price, .shop-count) { direction: rtl; text-align: right; }
html[data-locale='ar'] .hero__signature, html[data-locale='ar'] .section-number, html[data-locale='ar'] .brand__text small { letter-spacing: .04em; }
html[data-locale='ar'] body[data-brand] .category-hero__copy h1 { direction: ltr; text-align: right; }
[dir='rtl'] .hero__media::after { left: auto; right: 0; background: linear-gradient(270deg, var(--oat), transparent); }
[dir='rtl'] .shop-hero::after, [dir='rtl'] .about-hero::after, [dir='rtl'] .delivery-hero::after, [dir='rtl'] .contact-hero::after, [dir='rtl'] .privacy-hero::after, [dir='rtl'] .stores-hero::after { background: linear-gradient(270deg, rgba(246,239,228,.96) 0%, rgba(246,239,228,.86) 29%, rgba(246,239,228,.26) 57%, rgba(246,239,228,0) 78%); }
[dir='rtl'] .shop-hero__media img, [dir='rtl'] .about-hero__media img, [dir='rtl'] .delivery-hero__media img, [dir='rtl'] .contact-hero__media img, [dir='rtl'] .privacy-hero__media img, [dir='rtl'] .stores-hero__media img { object-position: 40% center; }
[dir='rtl'] .about-manifesto__media img, [dir='rtl'] .delivery-guide__media img { object-position: 42% center; }
[dir='rtl'] .cart-drawer { right: auto; left: 0; box-shadow: 20px 0 70px rgba(43,32,25,.22); }
[dir='rtl'] .footer-legal { left: auto; right: var(--gutter); }

@media (max-width: 1040px) {
  .site-header { grid-template-columns: auto 1fr auto; }
  .brand { justify-self: center; }
  .menu-toggle { display: grid; }
  .primary-nav { position: absolute; top: 100%; left: 0; right: 0; padding: 1.5rem var(--gutter); display: none; align-items: stretch; flex-direction: column; gap: .2rem; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: var(--shadow); }
  .primary-nav[data-open='true'] { display: flex; }
  .header-actions { position: static; }
  .search-button { display: none; }
  .language-toggle { font-size: 0; padding: 0; width: var(--tap); }
  .language-toggle::after { content: 'ع / FR'; font-size: .64rem; }
  .cart-button > span:not(.cart-count):not(.sr-only) { display: none; }
  .cart-button { width: var(--tap); padding: 0; justify-content: center; position: relative; }
  .cart-count { position: absolute; top: -6px; right: -6px; }
  .hero { grid-template-columns: .95fr 1.05fr; }
  .department-rail__track { overflow-x: auto; }
  .department-rail__loop, .department-rail__sequence { gap: .45rem; }
  .department-link { flex-basis: 110px; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ritual-grid { min-height: 560px; }
  .location-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .professional-category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .professional-cta { grid-template-columns: 1fr; }
  .professional-cta__actions { min-width: 0; display: flex; flex-wrap: wrap; }
}

@media (max-width: 720px) {
  .announcement { min-height: 30px; gap: .45rem; font-size: .61rem; white-space: nowrap; }
  .announcement span:nth-of-type(4), .announcement span:nth-of-type(5) { display: none; }
  .site-header { min-height: 62px; padding: 0 1rem; position: sticky; top: 0; box-shadow: 0 5px 18px rgba(43,32,25,.04); }
  .brand { gap: .25rem; }
  .brand > img { width: 31px; height: 31px; }
  .site-header .brand__wordmark { width: 92px; height: auto; }
  .brand__text strong { font-size: 1.35rem; }
  .brand__text small { display: none; }
  .header-actions { gap: 0; }
  .hero, body[data-page='home'] .hero { height: min(620px, calc(100svh - 62px)); min-height: 560px; grid-template-columns: 1fr; grid-template-rows: 1fr; position: relative; }
  .hero__media, .hero__copy { grid-area: 1 / 1; }
  .hero__media::after { inset: auto 0 0; width: 100%; height: 82%; background: linear-gradient(0deg, var(--oat) 8%, rgba(246,239,228,.97) 50%, rgba(246,239,228,.68) 74%, transparent 100%); }
  [dir='rtl'] .hero__media::after { inset: auto 0 0; width: 100%; background: linear-gradient(0deg, var(--oat) 8%, rgba(246,239,228,.97) 50%, rgba(246,239,228,.68) 74%, transparent 100%); }
  .hero__media img { object-position: 100% center; }
  .hero__copy { justify-content: flex-end; padding: 3rem 1.2rem calc(2.2rem + env(safe-area-inset-bottom)); }
  .hero__signature { margin-bottom: .7rem; }
  .hero h1 { max-width: 11ch; margin-bottom: 1rem; font-size: clamp(2.8rem, 12vw, 3.5rem); }
  .hero__lead { max-width: 28ch; margin-bottom: 1.4rem; font-size: .98rem; }
  .department-rail { padding: .9rem 1rem; }
  .department-rail__track { margin-inline: -1rem; padding-inline: 1rem; }
  .department-link { flex-basis: 78px; }
  .department-link { padding: .4rem 0; }
  .department-link__image { width: 66px; height: 66px; }
  .department-link small { display: none; }
  .trust-strip { padding: .75rem 1rem; }
  .trust-strip__list { justify-content: flex-start; overflow-x: auto; scrollbar-width: none; gap: .65rem; }
  .trust-strip__list::-webkit-scrollbar { display: none; }
  .trust-strip__fact { flex: 0 0 auto; padding: .42rem .55rem; border: 1px solid rgba(43,32,25,.08); border-radius: 999px; background: white; font-size: .66rem; }
  .trust-strip__fact > span { width: 18px; height: 18px; font-size: .67rem; }
  .products-section, .rituals { padding: 4.5rem 1rem; }
  .section-heading { align-items: flex-start; flex-direction: column; gap: 1.2rem; }
  .section-heading h2 { font-size: 2.8rem; }
  .section-heading__actions { width: 100%; justify-content: space-between; gap: .75rem; }
  .section-heading__actions select { max-width: 52%; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .65rem; }
  .product-card__body { min-height: 108px; padding: .75rem; grid-template-columns: 1fr; position: relative; }
  .product-card h3 { max-width: calc(100% - 38px); font-size: .98rem; }
  .product-card p { max-width: calc(100% - 38px); }
  .add-button { width: 42px; height: 42px; position: absolute; right: .65rem; bottom: .65rem; background: var(--paper); }
  [dir='rtl'] .add-button { right: auto; left: .65rem; }
  .cold-band { min-height: 570px; padding: 3rem 1.2rem; grid-template-columns: 1fr; align-items: end; }
  .cold-band__media { inset: 0; width: 100%; height: 58%; }
  .cold-band::after { background: linear-gradient(0deg, var(--espresso) 0 48%, rgba(43,32,25,.55) 70%, transparent); }
  .cold-band h2 { font-size: 3.25rem; }
  .cold-band__orbit { display: none; }
  .section-heading--wide > p { padding-top: 0; }
  .ritual-grid { min-height: 0; grid-template-columns: 1fr; grid-template-rows: auto; }
  .ritual-card { min-height: 440px; }
  .ritual-card--tall { transform: none; }
  .story-band { margin-bottom: 5rem; padding: 0 1rem; grid-template-columns: 1fr; }
  .story-band figure { min-height: 370px; }
  .story-band__copy { padding: 2.5rem 1.2rem; }
  .locations-section { margin-bottom: 5rem; padding: 3.5rem 1rem; }
  .location-grid { grid-template-columns: 1fr; gap: .75rem; }
  .location-card { min-height: 0; padding: 1.25rem; }
  .location-card__number { margin-bottom: 1.75rem; }
  .site-footer { padding: 3.5rem 1.2rem 2.5rem; grid-template-columns: 1fr 1fr; gap: 2.5rem 1rem; }
  .footer-brand { grid-column: 1 / -1; }
  .cart-drawer { top: auto; width: 100%; max-height: 94svh; border-radius: 20px 20px 0 0; }
  .cart-drawer__header { min-height: 70px; padding-top: 1.25rem; }
  .cart-drawer__header h2 { font-size: 1.7rem; }
  .sheet-handle { position: absolute; top: .55rem; left: 50%; width: 38px; height: 4px; display: block; border-radius: 99px; background: rgba(43,32,25,.18); transform: translateX(-50%); }
  .cart-line { grid-template-columns: 64px 1fr auto; }
  .cart-line img { width: 64px; height: 64px; }
  .toast--cart { top: auto !important; right: 12px !important; bottom: 12px !important; left: 12px !important; width: auto; border-radius: 14px; }
  .shop-toolbar { display: block; position: sticky; top: 62px; z-index: 8; margin: -1.3rem -1rem 1.4rem; padding: .8rem 1rem; background: rgba(255,250,243,.96); box-shadow: 0 8px 18px rgba(43,32,25,.04); backdrop-filter: blur(8px); }
  body[data-brand='gelato'] .shop-toolbar { background: rgba(244,248,255,.96); box-shadow: 0 8px 18px rgba(15,61,143,.06); }
  /* On phones the fade lives under the story cards so the sticky toolbar rests on solid ice-blue (no tinted rectangle at rest). */
  body[data-brand='gelato'] .gelato-story { padding-bottom: 3.5rem; background: linear-gradient(180deg, var(--paper) 0, var(--paper) calc(100% - 7rem), var(--brand-surface) 100%); }
  body[data-brand='gelato'] .shop-content { background: var(--brand-surface); }
  .shop-toolbar__search { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: .55rem; align-items: stretch; }
  .shop-toolbar input { min-width: 0; grid-column: auto; min-height: 50px; border-radius: 12px; }
  .shop-toolbar > select, .shop-category-chips { display: none; }
  .shop-filter-trigger { min-width: 50px; padding: 0 .8rem; display: inline-flex; align-items: center; justify-content: center; gap: .42rem; border: 1px solid var(--espresso); border-radius: 12px; background: var(--espresso); color: var(--oat); font: 700 .68rem var(--sans); white-space: nowrap; }
  .shop-filter-trigger svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; }
  .shop-filter-dialog { position: fixed; inset: auto 0 0; width: 100%; max-width: none; max-height: min(78svh, 620px); margin: 0; border-radius: 20px 20px 0 0; }
  .shop-filter-dialog__handle { position: absolute; top: .55rem; left: 50%; width: 38px; height: 4px; display: block; border-radius: 99px; background: rgba(43,32,25,.18); transform: translateX(-50%); }
  .shop-filter-dialog header { min-height: 76px; padding-top: 1.45rem; }
  .shop-filter-dialog h2 { font-size: 1.7rem; }
  .shop-filter-dialog__fields { padding: 1.25rem 1.2rem; }
  .shop-groups { gap: 4.5rem; }
  .shop-category-group__header { margin-bottom: 1rem; }
  .shop-category-group__header h2 { font-size: 2.6rem; }
  .shop-category-group__more .button { width: 100%; }
  .page-hero { padding: 3.5rem 1rem 2.2rem; }
  .page-hero h1 { font-size: 3.5rem; }
  .shop-hero { min-height: 30rem; padding-top: 4.5rem; padding-bottom: 4rem; align-items: end; }
  .category-hero { margin-top: 1rem; padding: 0; grid-template-columns: 1fr; }
  .category-hero__copy { padding: 3rem 1rem; }
  .category-hero__copy h1 { font-size: 3.5rem; }
  body[data-brand='the'] .category-hero__copy h1 { font-size: 3.4rem; }
  body[data-brand='gelato'] .category-hero--storefront { min-height: 0; align-items: end; }
  body[data-brand='gelato'] .category-hero--storefront::before { background: linear-gradient(180deg, rgba(11,63,156,0) 0%, rgba(11,63,156,0) 9rem, rgba(11,63,156,.75) 14rem, rgba(11,63,156,.96) 19rem, var(--brand-media) 100%); }
  body[data-brand='gelato'] .category-hero--storefront::after { background: linear-gradient(180deg, rgba(255,250,243,0) 84%, var(--paper) 100%); }
  body[data-brand='gelato'] .category-hero--storefront .category-hero__media { inset: 0 0 auto 0; height: 21rem; }
  body[data-brand='gelato'] .category-hero--storefront .category-hero__media img { object-position: 68% center; }
  body[data-brand='gelato'] .category-hero--storefront .category-hero__copy { padding: 12.5rem 1rem 3.5rem; }
  body[data-brand='gelato'] .category-hero--storefront .category-hero__copy h1 { font-size: 2.6rem; }
  body[data-category='coffee'] .category-hero--coffee-storefront { min-height: 0; align-items: end; }
  body[data-category='coffee'] .category-hero--coffee-storefront::before { background: linear-gradient(180deg, rgba(40,21,13,0) 0%, rgba(40,21,13,0) 9rem, rgba(40,21,13,.75) 14rem, rgba(40,21,13,.96) 19rem, #28150d 100%); }
  body[data-category='coffee'] .category-hero--coffee-storefront::after { background: linear-gradient(180deg, rgba(255,250,243,0) 84%, var(--paper) 100%); }
  body[data-category='coffee'] .category-hero--coffee-storefront .category-hero__media { inset: 0 0 auto 0; height: 21rem; }
  body[data-category='coffee'] .category-hero--coffee-storefront .category-hero__media img { object-position: 56% center; }
  body[data-category='coffee'] .category-hero--coffee-storefront .category-hero__copy { padding: 12.5rem 1rem 3.5rem; }
  body[data-category='coffee'] .category-hero--coffee-storefront .category-hero__copy h1 { font-size: 3rem; }
  body[data-category='syrups-toppings'] .category-hero--syrups-storefront { min-height: 0; align-items: end; }
  body[data-category='syrups-toppings'] .category-hero--syrups-storefront::before { background: linear-gradient(180deg, rgba(90,47,29,0) 0%, rgba(90,47,29,0) 9rem, rgba(90,47,29,.76) 14rem, rgba(90,47,29,.97) 19rem, #5a2f1d 100%); }
  body[data-category='syrups-toppings'] .category-hero--syrups-storefront::after { background: linear-gradient(180deg, rgba(255,250,243,0) 84%, var(--paper) 100%); }
  body[data-category='syrups-toppings'] .category-hero--syrups-storefront .category-hero__media { inset: 0 0 auto 0; height: 21rem; }
  body[data-category='syrups-toppings'] .category-hero--syrups-storefront .category-hero__copy { padding: 12.5rem 1rem 3.5rem; }
  body[data-category='syrups-toppings'] .category-hero--syrups-storefront .category-hero__copy h1 { font-size: 2.65rem; }
  body[data-category='drinks'] .category-hero--drinks-storefront { min-height: 0; align-items: end; }
  body[data-category='drinks'] .category-hero--drinks-storefront::before { background: linear-gradient(180deg, rgba(66,31,44,0) 0%, rgba(66,31,44,0) 9rem, rgba(66,31,44,.75) 14rem, rgba(66,31,44,.96) 19rem, #421f2c 100%); }
  body[data-category='drinks'] .category-hero--drinks-storefront::after { background: linear-gradient(180deg, rgba(255,250,243,0) 84%, var(--paper) 100%); }
  body[data-category='drinks'] .category-hero--drinks-storefront .category-hero__media { inset: 0 0 auto 0; height: 21rem; }
  body[data-category='drinks'] .category-hero--drinks-storefront .category-hero__media img { object-position: 60% center; }
  body[data-category='drinks'] .category-hero--drinks-storefront .category-hero__copy { padding: 12.5rem 1rem 3.5rem; }
  body[data-category='drinks'] .category-hero--drinks-storefront .category-hero__copy h1 { font-size: 3rem; }
  body[data-category='apparel'] .category-hero--apparel-storefront { min-height: 0; align-items: end; }
  body[data-category='apparel'] .category-hero--apparel-storefront::before { background: linear-gradient(180deg, rgba(40,35,30,0) 0%, rgba(40,35,30,0) 9rem, rgba(40,35,30,.72) 14rem, rgba(40,35,30,.96) 19rem, #28231e 100%); }
  body[data-category='apparel'] .category-hero--apparel-storefront::after { background: linear-gradient(180deg, rgba(255,250,243,0) 84%, var(--paper) 100%); }
  body[data-category='apparel'] .category-hero--apparel-storefront .category-hero__media { inset: 0 0 auto 0; height: 21rem; }
  body[data-category='apparel'] .category-hero--apparel-storefront .category-hero__media img { object-position: 67% center; }
  body[data-category='apparel'] .category-hero--apparel-storefront .category-hero__copy { padding: 12.5rem 1rem 3.5rem; }
  body[data-category='apparel'] .category-hero--apparel-storefront .category-hero__copy h1 { font-size: 2.85rem; }
  body[data-category='brewing-gear'] .category-hero--gear-storefront { min-height: 0; align-items: end; }
  body[data-category='brewing-gear'] .category-hero--gear-storefront::before { background: linear-gradient(180deg, rgba(36,25,20,0) 0%, rgba(36,25,20,0) 9rem, rgba(36,25,20,.74) 14rem, rgba(36,25,20,.96) 19rem, #241914 100%); }
  body[data-category='brewing-gear'] .category-hero--gear-storefront::after { background: linear-gradient(180deg, rgba(255,250,243,0) 84%, var(--paper) 100%); }
  body[data-category='brewing-gear'] .category-hero--gear-storefront .category-hero__media { inset: 0 0 auto 0; height: 21rem; }
  body[data-category='brewing-gear'] .category-hero--gear-storefront .category-hero__media img { object-position: 62% center; }
  body[data-category='brewing-gear'] .category-hero--gear-storefront .category-hero__copy { padding: 12.5rem 1rem 3.5rem; }
  body[data-category='brewing-gear'] .category-hero--gear-storefront .category-hero__copy h1 { font-size: 3rem; }
  body[data-category='kitchen'] .category-hero--kitchen-storefront { min-height: 0; align-items: end; }
  body[data-category='kitchen'] .category-hero--kitchen-storefront::before { background: linear-gradient(180deg, rgba(44,30,22,0) 0%, rgba(44,30,22,0) 9rem, rgba(44,30,22,.74) 14rem, rgba(44,30,22,.96) 19rem, #2c1e16 100%); }
  body[data-category='kitchen'] .category-hero--kitchen-storefront::after { background: linear-gradient(180deg, rgba(255,250,243,0) 84%, var(--paper) 100%); }
  body[data-category='kitchen'] .category-hero--kitchen-storefront .category-hero__media { inset: 0 0 auto 0; height: 21rem; }
  body[data-category='kitchen'] .category-hero--kitchen-storefront .category-hero__media img { object-position: 62% center; }
  body[data-category='kitchen'] .category-hero--kitchen-storefront .category-hero__copy { padding: 12.5rem 1rem 3.5rem; }
  body[data-category='kitchen'] .category-hero--kitchen-storefront .category-hero__copy h1 { font-size: 3rem; }
  body[data-brand='gelato'] .gelato-story__list { grid-template-columns: 1fr; }
  body[data-brand] .category-hero__media { padding: 0 1rem 1rem; }
  .shop-hero::after { background: linear-gradient(180deg, rgba(246,239,228,.08) 0%, rgba(246,239,228,.45) 32%, rgba(246,239,228,.96) 70%, rgba(246,239,228,1) 100%); }
  .shop-hero__media img { object-position: 66% center; }
  .delivery-hero, .contact-hero, .privacy-hero, .stores-hero { min-height: 30rem; padding-top: 4.5rem; padding-bottom: 4rem; align-items: end; }
  .delivery-hero::after, .contact-hero::after, .privacy-hero::after, .stores-hero::after { background: linear-gradient(180deg, rgba(246,239,228,.12) 0%, rgba(246,239,228,.55) 34%, rgba(246,239,228,.96) 72%, rgba(246,239,228,1) 100%); }
  .delivery-hero__media img, .contact-hero__media img, .privacy-hero__media img, .stores-hero__media img { object-position: 66% center; }
  [dir='rtl'] .shop-hero::after, [dir='rtl'] .about-hero::after, [dir='rtl'] .delivery-hero::after, [dir='rtl'] .contact-hero::after, [dir='rtl'] .privacy-hero::after, [dir='rtl'] .stores-hero::after { background: linear-gradient(180deg, rgba(246,239,228,.12) 0%, rgba(246,239,228,.55) 34%, rgba(246,239,228,.96) 72%, rgba(246,239,228,1) 100%); }
  [dir='rtl'] .shop-hero__media img { object-position: 66% center; }
  [dir='rtl'] .about-hero__media img, [dir='rtl'] .delivery-hero__media img, [dir='rtl'] .contact-hero__media img, [dir='rtl'] .privacy-hero__media img, [dir='rtl'] .stores-hero__media img { object-position: 34% center; }
  [dir='rtl'] .about-manifesto__media img, [dir='rtl'] .delivery-guide__media img { object-position: 58% center; }
  .delivery-hero h1 { max-width: 10ch; }
  .about-hero { min-height: 30rem; padding-top: 4.5rem; padding-bottom: 4rem; align-items: end; }
  .about-hero::after { background: linear-gradient(180deg, rgba(246,239,228,.12) 0%, rgba(246,239,228,.55) 34%, rgba(246,239,228,.96) 72%, rgba(246,239,228,1) 100%); }
  .about-hero__media img { object-position: 66% center; }
  .about-hero h1 { max-width: 10ch; }
  .professional-solutions { padding: 4.5rem 1rem; }
  .professional-solutions__heading h2 { font-size: 3.1rem; }
  .professional-category-grid { grid-template-columns: 1fr; }
  .professional-category-card__media { aspect-ratio: 16 / 11; }
  .professional-category-card__body { padding: 1.35rem; }
  .professional-cta { margin-top: 2rem; padding: 2.2rem 1.35rem; border-radius: 14px; }
  .professional-cta h2 { font-size: 2.7rem; }
  .professional-cta__actions { display: grid; width: 100%; }
  .professional-cta__actions .button { width: 100%; }
  .shop-content { padding: 1.3rem 1rem 5rem; }
  .info-layout, .product-detail { padding: 3rem 1rem 5rem; grid-template-columns: 1fr; gap: 1.5rem; }
  .product-detail__gallery, .product-detail__gallery:not([data-gallery-length='1']) { margin-inline: -1rem; grid-template-columns: 1fr; }
  .gallery-stage { grid-column: 1; grid-row: 1; width: auto; border-radius: 0; }
  .gallery-thumbs { grid-column: 1; grid-row: 2; padding-inline: 1rem; display: grid; grid-auto-flow: column; grid-auto-columns: 66px; grid-template-columns: none; gap: .55rem; overflow-x: auto; overflow-y: hidden; overscroll-behavior-inline: contain; }
  .gallery-thumb { width: auto; height: auto; }
  .product-recommendations { margin-top: 1.5rem; padding-top: 2.5rem; }
  .product-recommendations__rail { grid-auto-flow: column; grid-auto-columns: minmax(74vw, 78vw); grid-template-columns: none; overflow-x: auto; padding: 0 1rem .75rem; margin-inline: -1rem; scroll-snap-type: inline mandatory; overscroll-behavior-inline: contain; scrollbar-width: none; }
  .product-recommendations__rail::-webkit-scrollbar { display: none; }
  .product-recommendations__rail .product-card { scroll-snap-align: start; }
  .privacy-principles { position: static; gap: .85rem; }
  .contact-aside { position: static; gap: .85rem; }
  .contact-aside__image { max-width: none; }
  .contact-actions { margin-top: 1.7rem; }
  .contact-action { min-height: 88px; padding: .8rem; grid-template-columns: 42px minmax(0, 1fr) auto; gap: .7rem; }
  .contact-action__mark { width: 42px; height: 42px; font-size: .62rem; }
  .contact-action strong { font-size: 1.1rem; }
  .contact-action em { font-size: .68rem; }
  .contact-stores, .stores-intro { grid-template-columns: 1fr; gap: 1.2rem; }
  .contact-stores h2, .stores-intro h2 { max-width: 12ch; }
  .store-profile, .store-profile--reverse { grid-template-columns: 1fr; gap: 2.25rem; }
  .store-profile--reverse .store-profile__gallery { order: 0; }
  .store-profile__hero { min-height: 390px; }
  .delivery-guide { position: static; }
  .delivery-guide__media { width: 100%; max-width: none; aspect-ratio: 16 / 11; }
  .delivery-guide__media figcaption { left: .8rem; bottom: .8rem; }
  .locations-section { padding: 0 1rem 5rem; }
  .location-grid { grid-template-columns: 1fr; }
  .location-card { min-height: 190px; grid-template-columns: 120px 1fr; }
  .location-card__map { min-height: 190px; }
  .location-card__map iframe { min-height: 190px; }
  .location-card__body { padding: 1.4rem; }
  .stores-intro { padding-top: 4.5rem; }
  .stores-empty { min-height: 390px; padding: 2rem 1.4rem; }
  .stores-empty::after { width: 290px; right: -40%; top: -10%; }
  .stores-locator ol { grid-template-columns: 1fr; }
  .stores-locator li + li { border-inline-start: 0; border-top: 1px solid var(--line); }
  .stores-locator a { min-height: 68px; }
  .store-profile__gallery { gap: .5rem; }
  .store-profile__hero { min-height: 285px; }
  .store-profile__copy h2 { font-size: clamp(2.3rem, 11vw, 3.6rem); }
  .store-directions { padding: 1.25rem; }
  .store-directions__grid { grid-template-columns: 1fr; }
  .store-directions__photo { aspect-ratio: 16 / 10; }
  .store-directions__body { min-height: 230px; }
  .about-manifesto { position: static; }
  .about-manifesto__media { width: 100%; max-width: none; aspect-ratio: 16 / 11; }
  .about-manifesto__media figcaption { left: .8rem; bottom: .8rem; }
  .about-partnership { padding: 3.5rem 1.2rem; grid-template-columns: 1fr; gap: 1.5rem; }
  .about-gelato-opening { padding: 3.5rem 1.2rem; grid-template-columns: 1fr; gap: 2rem; }
  .about-gelato-opening__copy h2 { font-size: 3.1rem; }
  .about-partnership__copy { align-items: flex-start; flex-direction: column; gap: 1.4rem; }
  .about-partnership h2 { max-width: 12ch; font-size: 3.1rem; }
  .product-detail__copy { padding-top: .5rem; }
  .product-detail__add { position: sticky; bottom: calc(.75rem + env(safe-area-inset-bottom)); z-index: 3; box-shadow: 0 10px 30px rgba(43,32,25,.2); }
}

@media (prefers-reduced-motion: reduce) {
  html.motion-page body { opacity: 1; transform: none; transition: none; }
  html.motion-pending #hero-title, html.motion-pending .hero__lead, html.motion-pending .hero__copy > .button--primary, html.motion-pending .page-hero h1, html.motion-pending .page-hero__inner > p, html.motion-pending .about-hero__copy > p, html.motion-pending .category-hero__caption, html.motion-pending .category-hero__lead { opacity: 1; }
  .toast--cart, .cart-button--updated, .motion-glare::after { animation: none !important; }
  .click-spark { display: none; }
}

@media (max-width: 360px) {
  .language-toggle { display: none; }
  .hero h1 { font-size: 2.85rem; }
  .product-card h3 { font-size: .9rem; }
}

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