:root {
  --cream: #fff7fd;
  --blush: #f8d6f1;
  --pink: #ff8ee9;
  --berry: #7c125e;
  --berry-dark: #300422;
  --raspberry: #df2db2;
  --green: #526b46;
  --ink: #24151d;
  --muted: #77656e;
  --line: rgba(62, 13, 39, 0.14);
  --white: #fff;
  --shadow: 0 22px 70px rgba(69, 17, 42, 0.16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: "DM Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
}
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.grain {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .16;
  z-index: 20;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.2'/%3E%3C/svg%3E");
  mix-blend-mode: multiply;
}

.topbar {
  height: 82px;
  padding: 0 clamp(20px, 5vw, 72px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}
.brand { display: flex; align-items: center; gap: 12px; color: #fff; text-decoration: none; font-size: 13px; font-weight: 800; letter-spacing: .16em; text-shadow: 0 2px 15px rgba(0,0,0,.55); }
.brand-mark { width: 38px; height: 38px; display: grid; place-items: center; color: #fff; background: var(--berry); border-radius: 50% 46% 48% 45%; font-family: "Playfair Display", serif; font-size: 14px; letter-spacing: -.08em; transform: rotate(-5deg); }
.cart-pill { border: 1px solid rgba(255,255,255,.5); background: rgba(255,255,255,.56); backdrop-filter: blur(14px); padding: 9px 10px 9px 17px; border-radius: 999px; color: var(--berry-dark); display: flex; align-items: center; gap: 12px; cursor: pointer; font-weight: 700; }
.cart-pill strong { width: 30px; height: 30px; display: grid; place-items: center; background: var(--berry); color: #fff; border-radius: 50%; }

.hero {
  min-height: 760px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  background: #3a092e url("./assets/very-berry-skyline.webp") center/cover no-repeat;
  position: relative;
}
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(25,0,18,.82) 0%, rgba(63,3,47,.60) 45%, rgba(50,0,37,.12) 100%); }
.hero-copy { padding: 190px 5vw 100px max(5vw, calc((100vw - 1320px) / 2)); display: flex; flex-direction: column; align-items: flex-start; position: relative; z-index: 2; }
.eyebrow, .step-kicker { color: var(--raspberry); font-size: 12px; font-weight: 800; letter-spacing: .18em; }
.hero h1 { margin: 24px 0; color: #fff; font-family: "Playfair Display", serif; font-size: clamp(64px, 8vw, 126px); line-height: .8; letter-spacing: -.06em; text-shadow: 0 8px 40px rgba(20,0,16,.55); }
.hero h1 em { color: #ff94ed; font-weight: 700; }
.hero-copy > p { max-width: 530px; margin: 12px 0 34px; color: rgba(255,255,255,.88); font-size: clamp(17px, 2vw, 21px); line-height: 1.55; }
.hero .eyebrow { color: #ffc3f4; }
.primary-link { display: inline-flex; align-items: center; gap: 30px; min-width: 280px; justify-content: space-between; color: #fff; background: var(--berry); text-decoration: none; padding: 18px 22px; border-radius: 3px; font-weight: 700; box-shadow: 0 12px 30px rgba(111,24,63,.2); transition: transform .2s, background .2s; }
.primary-link:hover { transform: translateY(-2px); background: var(--berry-dark); }
.primary-link span { font-size: 18px; }
.delivery-note { margin-top: 24px; padding: 10px 14px; display: flex; gap: 9px; align-items: center; color: #fff; background: rgba(38,0,28,.55); border: 1px solid rgba(255,255,255,.3); border-radius: 999px; backdrop-filter: blur(10px); font-size: 13px; font-weight: 700; }
.status-dot { width: 8px; height: 8px; background: #71905f; border-radius: 50%; box-shadow: 0 0 0 5px rgba(113,144,95,.12); }

.bowl-stage { position: relative; min-height: 660px; display: grid; place-items: center; }

.builder { padding: 110px max(5vw, calc((100vw - 1180px) / 2)); background: linear-gradient(180deg, #fff 0%, #fff2fc 100%); }
.section-heading { max-width: 750px; margin-bottom: 50px; }
.section-heading h2, .promise h2 { margin: 12px 0 14px; font-family: "Playfair Display", serif; color: var(--berry-dark); font-size: clamp(38px, 5vw, 65px); line-height: 1.05; letter-spacing: -.04em; }
.section-heading p { margin: 0; color: var(--muted); font-size: 16px; }
.choice-block { padding: 32px 0 36px; margin: 0; border: 0; border-top: 1px solid var(--line); }
.choice-block legend { float: left; width: 100%; margin-bottom: 26px; color: var(--berry-dark); font-family: "Playfair Display", serif; font-size: 27px; font-weight: 700; }
.choice-block legend span { width: 32px; height: 32px; display: inline-grid; place-items: center; margin-right: 12px; color: #fff; background: var(--raspberry); border-radius: 50%; font-family: "DM Sans", sans-serif; font-size: 11px; }
.choice-block h3 { clear: both; margin: 22px 0 12px; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); }
.allowance { float: right; margin-top: -61px; padding: 8px 12px; background: var(--blush); color: var(--berry); border-radius: 999px; font-size: 12px; font-weight: 700; }
.size-grid { clear: both; display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.size-card { min-height: 120px; padding: 20px; display: grid; grid-template-columns: 62px 1fr auto; grid-template-rows: auto auto; align-items: center; gap: 3px 14px; border: 1px solid var(--line); border-radius: 12px; cursor: pointer; position: relative; transition: .2s; }
.size-card:hover { border-color: var(--pink); transform: translateY(-2px); }
.size-card.selected { color: var(--berry-dark); border: 2px solid var(--raspberry); background: #fff8fb; box-shadow: 0 10px 24px rgba(111,24,63,.08); }
.size-card input { position: absolute; opacity: 0; }
.size-name { grid-row: 1 / 3; width: 58px; height: 58px; display: grid; place-items: center; border-radius: 50%; background: var(--blush); font-family: "Playfair Display", serif; font-size: 30px; font-weight: 700; color: var(--berry); }
.size-detail { align-self: end; color: var(--muted); font-size: 14px; }
.size-card strong { grid-column: 3; grid-row: 1 / 3; color: var(--berry-dark); font-size: 21px; }
.popular { position: absolute; top: -10px; right: 15px; background: var(--green); color: #fff; padding: 4px 8px; border-radius: 2px; font-size: 9px; font-weight: 800; letter-spacing: .12em; }
.chip-grid { clear: both; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 12px; }
.fruit-grid, .sauce-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.choice-chip { position: relative; min-width: 0; cursor: pointer; overflow: hidden; border: 1px solid var(--line); border-radius: 15px; background: #fff; box-shadow: 0 8px 24px rgba(77,8,56,.06); transition: .18s; }
.choice-chip:hover { transform: translateY(-3px); box-shadow: 0 12px 30px rgba(77,8,56,.12); }
.choice-chip input { position: absolute; opacity: 0; }
.choice-chip .choice-visual { display: block; height: 105px; background-image: linear-gradient(rgba(66,0,45,.05),rgba(66,0,45,.05)), var(--choice-image); background-size: 260%; background-position: var(--choice-x) var(--choice-y); }
.choice-chip .choice-label { min-height: 55px; padding: 10px 11px; display: flex; align-items: center; justify-content: space-between; gap: 7px; color: var(--berry-dark); font-size: 13px; font-weight: 700; transition: .16s; }
.choice-chip .choice-label i { width: 25px; height: 25px; flex: 0 0 25px; display: grid; place-items: center; border-radius: 50%; background: var(--blush); color: var(--raspberry); font-style: normal; font-size: 17px; }
.choice-chip input:checked ~ .choice-label { color: #fff; background: var(--berry); }
.choice-chip input:checked ~ .choice-label i { color: var(--berry); background: #fff; }
.choice-chip input:checked ~ .choice-label i::before { content: "✓"; }
.choice-chip input:checked ~ .choice-label i { font-size: 0; }
.choice-chip input:checked ~ .choice-label i::before { font-size: 14px; }
.builder-footer { position: sticky; bottom: 12px; z-index: 5; margin-top: 14px; padding: 16px 18px 16px 22px; display: flex; justify-content: space-between; align-items: center; gap: 20px; border: 1px solid rgba(111,24,63,.12); border-radius: 12px; background: rgba(255,250,246,.92); backdrop-filter: blur(18px); box-shadow: 0 12px 50px rgba(62,13,39,.12); }
.builder-footer div { display: flex; flex-direction: column; }
.builder-footer div span { color: var(--muted); font-size: 12px; }
.builder-footer div strong { font-size: 25px; color: var(--berry-dark); }
.add-button, .preview-button, .sumup-button, .whatsapp-button { border: 0; background: var(--berry); color: #fff; min-height: 54px; padding: 0 20px; display: inline-flex; align-items: center; justify-content: center; gap: 22px; border-radius: 5px; font-weight: 800; cursor: pointer; text-decoration: none; transition: .2s; }
.add-button:hover, .preview-button:hover, .sumup-button:hover, .whatsapp-button:hover { background: var(--berry-dark); transform: translateY(-1px); }

.promise { padding: 90px max(5vw, calc((100vw - 1180px) / 2)); display: grid; grid-template-columns: 1.2fr 1fr; gap: 100px; align-items: end; color: #fff; background: var(--berry-dark); position: relative; overflow: hidden; }
.promise::after { content:"VB"; position:absolute; right:-20px; bottom:-85px; color:rgba(255,255,255,.035); font: 260px/1 "Playfair Display", serif; }
.promise h2 { color: #fff; margin-top: 0; }
.script { color: var(--pink); font-family: "Playfair Display", serif; font-style: italic; font-size: 24px; }
.promise-points { position: relative; z-index: 2; }
.promise-points p { margin: 0; padding: 17px 0; display: flex; gap: 18px; border-bottom: 1px solid rgba(255,255,255,.16); }
.promise-points span { color: var(--pink); font-size: 12px; }

.drawer-backdrop { position: fixed; inset: 0; z-index: 40; background: rgba(36, 21, 29, .5); backdrop-filter: blur(5px); }
.cart-drawer { position: fixed; z-index: 50; inset: 0 0 0 auto; width: min(540px, 100%); padding: 28px; background: var(--cream); overflow-y: auto; box-shadow: -20px 0 60px rgba(36,21,29,.22); transform: translateX(102%); transition: transform .3s ease; }
.cart-drawer.open { transform: translateX(0); }
.drawer-head { display: flex; justify-content: space-between; align-items: flex-start; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.drawer-head h2 { margin: 4px 0 0; color: var(--berry-dark); font: 42px/1 "Playfair Display", serif; }
.icon-button, .dialog-close { width: 42px; height: 42px; border: 1px solid var(--line); background: #fff; border-radius: 50%; color: var(--berry-dark); font-size: 28px; cursor: pointer; }
.cart-items { padding: 10px 0; }
.cart-item { padding: 18px 0; border-bottom: 1px solid var(--line); }
.cart-item-head { display: flex; justify-content: space-between; gap: 15px; }
.cart-item-head h3 { margin: 0 0 4px; color: var(--berry-dark); }
.cart-item-head strong { white-space: nowrap; }
.cart-item p { margin: 8px 0; color: var(--muted); font-size: 13px; line-height: 1.5; }
.remove-item { border: 0; padding: 0; background: none; color: var(--raspberry); font-size: 12px; text-decoration: underline; cursor: pointer; }
.empty-cart { padding: 70px 20px; text-align: center; }
.empty-cart > span { color: var(--pink); font-size: 54px; }
.empty-cart h3 { font: 26px/1.2 "Playfair Display", serif; color: var(--berry-dark); }
.empty-cart button { border: 0; background: none; color: var(--raspberry); font-weight: 700; text-decoration: underline; cursor: pointer; }
.checkout { display: none; }
.checkout.visible { display: block; }
.checkout-total-lines { margin: 12px 0 22px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.checkout-total-lines > div { padding: 5px 0; display: flex; justify-content: space-between; align-items: center; }
.checkout-total-lines small { display: block; color: var(--muted); font-size: 11px; font-weight: 500; }
.checkout-total { margin-top: 8px; padding-top: 14px !important; border-top: 1px solid var(--line); font-size: 18px; }
.checkout-total strong { font-size: 25px; color: var(--berry-dark); }
.checkout-total-lines .free { color: #2d7653; }
.form-section { margin: 0 0 24px; padding: 20px; background: #fff; border: 1px solid var(--line); border-radius: 10px; }
.form-section h3 { margin: 0 0 17px; font: 23px "Playfair Display", serif; color: var(--berry-dark); }
.order-notes { border-color: rgba(223,45,178,.28); background: linear-gradient(145deg, #fff 0%, #fff3fc 100%); box-shadow: 0 10px 30px rgba(124,18,94,.07); }
.notes-heading { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 17px; }
.notes-heading h3 { margin: 0 0 3px; }
.notes-heading p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.4; }
.notes-icon { width: 38px; height: 38px; flex: 0 0 38px; display: grid; place-items: center; color: #fff; background: var(--raspberry); border-radius: 50%; font-size: 18px; }
.field { flex: 1; margin-bottom: 13px; }
.field:last-child { margin-bottom: 0; }
.field label { display: block; margin-bottom: 5px; color: var(--muted); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.field input, .field textarea { width: 100%; padding: 12px; color: var(--ink); background: #fffdfb; border: 1px solid var(--line); border-radius: 5px; outline: none; resize: vertical; }
.order-notes textarea { min-height: 112px; padding: 14px; line-height: 1.5; }
.character-count { display: block; margin-top: 5px; color: var(--muted); text-align: right; font-size: 11px; }
.field input:focus, .field textarea:focus { border-color: var(--raspberry); box-shadow: 0 0 0 3px rgba(189,36,93,.08); }
.field-row { display: flex; gap: 10px; }
.field.number { flex: 0 0 85px; }
.field.postal { flex: 0 0 105px; }
.validation-message { min-height: 18px; margin: -4px 0 10px; color: #a3214e; font-size: 12px; font-weight: 600; }
.payment-option { position: relative; padding: 14px 12px; margin-top: 9px; display: flex; align-items: center; gap: 12px; border: 1px solid var(--line); border-radius: 8px; cursor: pointer; }
.payment-option.selected { border-color: var(--raspberry); background: #fff8fb; }
.payment-option input { position: absolute; opacity: 0; }
.payment-icon { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--berry); font-weight: 800; }
.payment-option > span:last-child { display: flex; flex-direction: column; }
.payment-option small { margin-top: 2px; color: var(--muted); line-height: 1.35; }
.consent-row { display: flex; align-items: flex-start; gap: 10px; margin: 12px 0 17px; color: var(--muted); font-size: 12px; line-height: 1.45; }
.consent-row input { margin-top: 2px; accent-color: var(--berry); }
.preview-button { width: 100%; }
.preview-button:disabled { opacity: .65; cursor: wait; transform: none; }
.privacy-note { text-align: center; color: var(--muted); font-size: 11px; }

.order-dialog { width: min(560px, calc(100% - 24px)); max-height: calc(100vh - 24px); overflow-y: auto; padding: 34px; border: 0; border-radius: 14px; background: var(--cream); box-shadow: var(--shadow); }
.order-dialog::backdrop { background: rgba(36,21,29,.62); backdrop-filter: blur(5px); }
.order-dialog h2 { margin: 8px 0 20px; color: var(--berry-dark); font: 42px/1 "Playfair Display", serif; }
.dialog-close { position: absolute; right: 18px; top: 18px; }
.order-dialog pre { padding: 18px; border: 1px solid var(--line); border-radius: 8px; background: #fff; white-space: pre-wrap; word-wrap: break-word; font: 13px/1.55 "DM Sans", sans-serif; color: var(--ink); }
.dialog-notice { margin: 14px 0; padding: 13px; color: var(--berry-dark); background: var(--blush); border-radius: 6px; font-size: 12px; line-height: 1.45; }
.payment-status { margin: 8px 0 12px; color: var(--berry-dark); font-weight: 800; }
.sumup-button { width: 100%; background: linear-gradient(110deg, #f15a24, #ffb000); }
.sumup-button:hover { background: linear-gradient(110deg, #d94716, #e99400); }
.whatsapp-button { width: 100%; background: #2d7653; }
.whatsapp-button:hover { background: #1f5b3e; }
.secondary-button { width: 100%; margin-top: 8px; padding: 13px; border: 0; color: var(--berry); background: transparent; font-weight: 700; cursor: pointer; }
.toast { position: fixed; z-index: 100; left: 50%; bottom: 24px; padding: 13px 18px; color: #fff; background: var(--berry-dark); border-radius: 999px; font-size: 13px; font-weight: 700; box-shadow: var(--shadow); transform: translate(-50%, 110px); opacity: 0; transition: .3s; }
.toast.show { transform: translate(-50%, 0); opacity: 1; }

@media (max-width: 850px) {
  .topbar { height: 70px; }
  .cart-pill > span { display: none; }
  .hero { min-height: auto; grid-template-columns: 1fr; background-position: 58% center; }
  .hero-shade { background: linear-gradient(180deg, rgba(31,0,23,.82) 0%, rgba(73,5,56,.52) 62%, rgba(34,0,25,.65) 100%); }
  .hero-copy { padding: 135px 22px 42px; }
  .hero h1 { font-size: clamp(64px, 22vw, 105px); }
  .hero-copy > p { font-size: 17px; }
  .bowl-stage { min-height: 475px; }
  .sunburst { width: 75vw; }
  .bowl { width: 78vw; height: 64vw; max-height: 345px; }
  .sticker { width: 84px; right: 5%; top: 10%; font-size: 15px; }
  .berry-one { top: 15%; right: 8%; }
  .builder { padding: 78px 18px; }
  .size-grid { grid-template-columns: 1fr; }
  .choice-block { padding: 28px 0; }
  .chip-grid, .fruit-grid, .sauce-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .allowance { float: none; clear: both; display: inline-block; margin: -10px 0 20px 44px; }
  .builder-footer { bottom: 8px; padding: 12px; }
  .add-button { padding: 0 14px; gap: 8px; }
  .promise { padding: 70px 22px; grid-template-columns: 1fr; gap: 30px; }
  .promise::after { font-size: 180px; }
}

@media (max-width: 520px) {
  .hero-copy { align-items: stretch; }
  .hero-copy .eyebrow, .hero h1, .hero-copy > p { text-align: left; }
  .primary-link { min-width: 0; }
  .size-card { grid-template-columns: 52px 1fr auto; padding: 16px; }
  .size-name { width: 48px; height: 48px; }
  .chip-grid, .fruit-grid, .sauce-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .choice-chip .choice-visual { height: 96px; }
  .choice-chip .choice-label { min-height: 54px; padding: 9px; font-size: 12px; }
  .builder-footer div span { display: none; }
  .builder-footer div strong { font-size: 20px; }
  .add-button { font-size: 13px; }
  .cart-drawer { padding: 20px 16px; }
  .field-row { gap: 8px; }
  .field.number { flex-basis: 72px; }
  .field.postal { flex-basis: 92px; }
  .order-dialog { padding: 28px 18px 20px; }
}

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

.shop-info { display: flex; flex-wrap: wrap; gap: 16px 28px; margin: 4px 0 24px; color: #fff; }
.shop-info p { margin: 0; font-size: 15px; line-height: 1.6; }
.shop-info strong { color: #ffc3f4; }

.bowl-stage { padding: 40px 5vw 40px 0; min-height: 0; }
.bowl-photo { width: 100%; max-width: 560px; aspect-ratio: 460 / 355; background: url("./assets/very-berry-bowl.jpeg") 15.6566% 84.2466% / 315.2174% 305.6338% no-repeat; border-radius: 24px; border: 1px solid rgba(255,148,237,.4); box-shadow: 0 24px 70px rgba(15,0,15,.5); }
.hero-copy > .coming-delivery { margin: 14px 0 0; color: #ffc3f4; font-size: 16px; line-height: 1.5; }
.delivery-area-info { font-size: 14px; line-height: 1.5; }
@media (max-width: 850px) {
  .bowl-stage { padding: 0 22px 42px; min-height: 0; }
  .bowl-photo { max-width: 520px; }
}

/* Two photographic scenes follow natural scrolling, with no scroll interception. */
.cinema { height: 210svh; position: relative; background: #190615; --journey: 0; --reveal: 0; --intro: 1; }
.cinema-sticky { position: sticky; top: 0; height: 100svh; min-height: 560px; overflow: hidden; isolation: isolate; color: white; }
.cinema-sky, .cinema-bowl, .cinema-shade { position: absolute; inset: 0; }
.cinema-sky { background: #300422 url('./assets/very-berry-skyline.webp') center/cover; transform: scale(calc(1 + var(--journey) * .25)); will-change: transform; }
.cinema-bowl { background: #210719 url('./assets/very-berry-bowl.jpeg') 18% 83%/160% auto no-repeat; opacity: var(--reveal); transform: scale(calc(1.12 - var(--reveal) * .12)); will-change: transform, opacity; }
.cinema-shade { background: linear-gradient(180deg,rgba(15,0,15,.18),rgba(15,0,15,.1) 45%,rgba(15,0,15,.85)); }
.cinema-title { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 80px 20px 160px; text-align: center; opacity: var(--intro); transform: translateY(calc(var(--journey) * -100px)); }
.cinema .eyebrow { color: #ffd2f4; font-size: 14px; }
.cinema h1 { font: 700 clamp(76px,12vw,180px)/.88 'Playfair Display',serif; letter-spacing: -.055em; margin: 24px 0; text-shadow: 0 8px 48px #230019; }
.cinema h1 em { color: #ffa1e4; font-style: normal; }
.cinema-title > p { font-size: 18px; }
.cinema-story { position: absolute; right: 7%; top: 30%; max-width: 550px; opacity: var(--reveal); transform: translateY(calc((1 - var(--reveal)) * 45px)); text-shadow: 0 4px 30px #190015; }
.cinema-story p { font: 700 clamp(32px,4.8vw,72px)/1.12 'Playfair Display',serif; }
.cinema-story em { color: #ffade6; }
.cinema-actions { position: absolute; bottom: max(38px,env(safe-area-inset-bottom)); left: 0; right: 0; display: flex; align-items: center; flex-direction: column; gap: 18px; }
.cinema-actions .primary-link { background: #8b155f; border: 1px solid #f595d4; box-shadow: 0 8px 40px #21031bbb; }
.scroll-cue { font-size: 14px; letter-spacing: .09em; opacity: var(--intro); }
.cinema-progress { position: absolute; bottom: 0; left: 0; height: 3px; width: 100%; background: #ff9ade; transform: scaleX(var(--journey)); transform-origin: left; }
.latest-news { padding: 48px max(5vw,calc((100vw - 1180px)/2)); background: #fff7fd; color: #300422; }
.news-nav { color: inherit; font-size: 14px; font-weight: 700; text-underline-offset: 4px; }
#latest-news { scroll-margin-top: 90px; }
.news-heading h2 { font: 700 clamp(32px,5vw,48px)/1.1 'Playfair Display',serif; margin: 10px 0 24px; }
.news-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.news-card { padding: 28px; border: 1px solid #ead2e5; border-radius: 18px; background: #fff; }
.news-card time { font-size: 14px; font-weight: 700; }
.news-card h3 { font: 700 28px/1.2 'Playfair Display',serif; margin: 16px 0 12px; }
.news-card p { font-size: 16px; line-height: 1.6; margin: 8px 0 0; }
.news-opening { background: #650c50; color: #fff; border-color: #650c50; }
.news-opening time { color: #ffc3f4; }
.news-card .news-offer { font-size: 22px; font-weight: 700; }
.news-offer strong { display: inline-block; font-size: 44px; line-height: 1.2; color: #ffc3f4; white-space: nowrap; }
@media(max-width:650px) { .latest-news { padding: 36px 24px; } .news-grid { grid-template-columns: 1fr; } .news-card { padding: 24px; } }
.shop-details { padding: 48px max(5vw,calc((100vw - 1180px)/2)); background: #300422; color: white; display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 32px; align-items: center; }
.shop-details h2 { font: 700 32px/1.15 'Playfair Display',serif; margin: 12px 0; }
.shop-details h3 { font-size: 16px; margin: 0 0 12px; color: #ffc3f4; }
.shop-details p { font-size: 16px; line-height: 1.7; margin: 6px 0; }
.shop-details .coming-delivery { color: #ffc3f4; }
.taxi-phone { color: #fff; font-size: 20px; font-weight: 700; text-decoration-color: #ff9ee5; text-underline-offset: 4px; }
.taxi-phone:hover { color: #ffc3f4; }
#bowl-builder { scroll-margin-top: 20px; }
@media(max-width:850px) {
  .cinema { height: 185svh; }
  .cinema-bowl { background-size: auto 125%; background-position: 26% 88%; }
  .cinema-story { top: 14%; left: 24px; right: 24px; text-align: center; }
  .cinema-story p { font-size: clamp(30px,8vw,48px); }
  .cinema-title { padding-bottom: 140px; }
  .shop-details { grid-template-columns: 1fr; gap: 22px; padding: 36px 24px; }
}
@media(prefers-reduced-motion:reduce) {
  html { scroll-behavior: auto; }
  .cinema { height: 100svh; }
  .cinema-sky, .cinema-title { transform: none; opacity: 1; }
  .cinema-bowl, .cinema-story, .scroll-cue, .cinema-progress { display: none; }
}
@media(max-height:600px) { .cinema-sticky { min-height: 420px; } .cinema h1 { font-size: 70px; } .cinema-title { padding-top: 65px; padding-bottom: 100px; } .cinema-title > p { display:none; } .cinema-actions { bottom: 18px; gap: 6px; } }

.official-partner { display: block; margin: 28px 0 0; padding: 12px; border: 1px solid #ead2e5; border-radius: 14px; background: #fff; color: #300422; text-align: center; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; }
.official-partner:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(69,17,42,.12); }
.official-partner img { display: block; width: 100%; max-width: 520px; height: auto; margin: 0 auto; border-radius: 9px; }
.official-partner p { margin: 0; font-size: 16px; line-height: 1.5; }
.official-partner span { display: block; font-size: 14px; color: #77656e; margin-top: 4px; }
.checkout .official-partner { margin: 0 0 18px; padding: 12px; }
.checkout .official-partner p { font-size: 14px; }
.cinema-title { align-items: flex-start; text-align: left; padding-left: 7vw; }
.cinema h1 { font-size: clamp(72px,9vw,132px); }
@media(max-width:850px) {
  .cinema-title { justify-content: flex-start; align-items: center; text-align: center; padding: 105px 18px 160px; }
  .cinema h1 { font-size: clamp(64px,16vw,100px); margin: 14px 0; }
  .cinema-title > p { font-size: 16px; }
  .cinema-actions { bottom: 64px; }
}

.site-footer { padding: 24px max(5vw, calc((100vw - 1180px) / 2)); display: flex; justify-content: space-between; align-items: center; gap: 18px; flex-wrap: wrap; color: rgba(255,255,255,.8); background: #1e0316; font-size: 13px; }
.site-footer nav { display: flex; gap: 18px; }
.site-footer a { color: #ffc3f4; text-decoration: none; }
.site-footer a:hover { text-decoration: underline; }
.legal-body { min-height: 100vh; background: #fff7fd; }
.legal-page { max-width: 900px; margin: 0 auto; padding: 48px 22px 76px; }
.legal-back { display: inline-flex; margin-bottom: 44px; color: var(--berry); font-weight: 700; text-decoration: none; }
.legal-page h1 { margin: 12px 0 38px; color: var(--berry-dark); font-family: "Playfair Display", serif; font-size: clamp(46px, 8vw, 84px); line-height: 1; letter-spacing: -.05em; }
.legal-page h2 { margin: 0 0 14px; color: var(--berry-dark); font-family: "Playfair Display", serif; font-size: 27px; }
.legal-card { margin: 18px 0; padding: 26px 28px; border: 1px solid #ead2e5; border-radius: 16px; background: #fff; box-shadow: 0 12px 36px rgba(69,17,42,.06); }
.legal-card p, .legal-card address, .legal-lead { max-width: 760px; color: var(--ink); font-size: 16px; line-height: 1.7; }
.legal-card address { font-style: normal; margin: 18px 0; }
.legal-card a { color: var(--berry); font-weight: 700; }
.legal-lead { margin: -14px 0 28px; font-size: 18px; }
.legal-updated { color: var(--muted); font-size: 13px; }
.legal-footer { margin-top: auto; }
@media(max-width:600px) { .site-footer { align-items: flex-start; flex-direction: column; } .legal-page { padding-top: 28px; } .legal-card { padding: 22px 20px; } }

.fulfillment-options { margin: 0; border: 0; padding-inline: 0; min-width: 0; }
.fulfillment-options legend { font-weight: 700; font-size: 1rem; margin-bottom: 12px; }
.fulfillment-options .payment-option { margin-bottom: 10px; cursor: pointer; }
.fulfillment-options .payment-option:has(input:checked) { border-color: #a3214e; background: #fff0f5; }
#deliveryFields[hidden], #deliveryInfo[hidden] { display: none; }

.shop-nav { display:flex; flex-wrap:wrap; align-items:center; gap:12px 22px; }
.shop-nav a { color:inherit; font-size:14px; font-weight:700; text-decoration:none; text-underline-offset:5px; }
.shop-nav a:hover, .shop-nav a[aria-current="page"] { text-decoration:underline; }
.topbar .shop-nav { color:#fff; text-shadow:0 1px 8px #300422; }
.info-header { padding:22px max(5vw, calc((100vw - 1180px) / 2)); background:var(--berry-dark); color:white; display:flex; justify-content:space-between; align-items:center; gap:24px; flex-wrap:wrap; }
.info-header + .legal-page { max-width:1180px; }
.partner-card { display:grid; grid-template-columns:1fr 1fr; gap:30px; align-items:center; }
.partner-card img { width:100%; height:auto; border-radius:12px; }
.partner-card h2 { margin-top:14px; }
.legal-card .info-button { display:inline-flex; padding:14px 18px; border-radius:10px; background:var(--berry); color:white; font-size:16px; text-decoration:none; line-height:1.4; }
.routes-heading { margin-top:42px; color:var(--berry-dark); font-size:28px; }
.route-note { line-height:1.7; font-size:16px; color:var(--muted); max-width:850px; }
.route-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:16px; }
.route-card { margin:12px 0; display:flex; flex-direction:column; gap:14px; padding:24px; }
.route-card h2 { margin:0; font-size:24px; }
.route-card p { margin:0; }
.route-time { display:block; color:var(--berry); font-size:28px; margin-top:auto; padding-top:16px; }
.dessert-section { max-width:1180px; margin:0 auto; padding:50px 5vw; }
.dessert-card { margin-top:16px; padding:30px; border:1px solid var(--line); border-radius:16px; background:white; display:flex; justify-content:space-between; gap:24px; align-items:center; }
.dessert-card h2 { margin:0; font-family:"Playfair Display",serif; font-size:36px; color:var(--berry); }
.dessert-card p { font-size:16px; line-height:1.6; }
.dessert-action { display:flex; flex-direction:column; gap:16px; }
.dessert-action > strong { font-size:28px; color:var(--berry); }
.site-footer nav { flex-wrap:wrap; }
@media(max-width:760px) { .topbar { height:auto; padding-top:18px; flex-wrap:wrap; gap:12px; } .topbar .shop-nav { order:3; width:100%; justify-content:center; padding:10px; border-radius:10px; background:rgba(48,4,34,.8); } .partner-card,.route-grid { grid-template-columns:1fr; } .dessert-card { align-items:stretch; flex-direction:column; } .info-header .shop-nav { width:100%; } }

.builder > .dessert-section { max-width:none; padding:38px 0 16px; }
.builder .dessert-card { display:grid; grid-template-columns:180px minmax(0,1fr); gap:24px; }
.pudding-photo { position:relative; aspect-ratio:390 / 285; overflow:hidden; border-radius:12px; background:#300422; }
.pudding-photo img { position:absolute; width:371.2821%; max-width:none; height:auto; left:-169.2308%; top:-252.6316%; }
.builder .dessert-action { grid-column:1 / -1; flex-direction:row; align-items:center; justify-content:space-between; }
@media(max-width:520px) { .builder .dessert-card { grid-template-columns:minmax(0,1fr); padding:20px; } .pudding-photo { max-width:390px; width:100%; } .builder .dessert-action { flex-direction:column; align-items:stretch; } }

.travel-times { display:grid; gap:16px; margin-top:auto; padding-top:16px; }
.travel-time { display:flex; align-items:center; gap:12px; color:var(--berry); font-size:clamp(20px,2.1vw,28px); }
.travel-icon { font-size:30px; flex-shrink:0; }
.travel-links { display:flex; flex-wrap:wrap; gap:10px; }
.travel-links .info-button { gap:8px; }
.berry-signature { margin-top:32px; min-height:260px; display:grid; place-items:center; padding:48px 20px; background:var(--berry-dark); border-radius:16px; }
.signature-text { margin:0; color:#ffc3f4; text-align:center; font-family:"Playfair Display",serif; font-style:italic; font-size:clamp(28px,5vw,58px); line-height:1.5; text-shadow:0 0 18px rgba(255,92,219,.6); }
.signature-word { display:inline-block; white-space:nowrap; }
.signature-letter { display:inline-block; }
.signature-ready .signature-letter { opacity:0; transform:translateY(14px); transition:opacity .18s ease,transform .18s ease; }
.signature-ready .signature-letter.is-visible { opacity:1; transform:translateY(0); }
@media(prefers-reduced-motion:reduce) { .signature-ready .signature-letter { opacity:1; transform:none; transition:none; } }

.banana-visual { display:grid; place-items:center; font-size:4rem; background: #f7ead2; }
.drinks-showcase { padding:64px 0 54px; color:#fff4fb; background:#210719; overflow:hidden; }
.drinks-heading { text-align:center; padding:0 24px 28px; }
.drinks-heading .step-kicker { color:#ff94d4; }
.drinks-heading h2 { font-family:Georgia,serif; font-size:clamp(2.4rem,6vw,4rem); margin:12px 0; }
.drinks-heading p { font-size:1rem; color:#efd3e3; }
.drinks-window { overflow:hidden; }
.drinks-track { display:flex; width:max-content; animation:drinks-scroll 38s linear infinite; }
.drinks-group { display:flex; gap:24px; padding-right:24px; }
.drink-card { flex:0 0 220px; width:220px; margin:0; text-align:center; }
.drink-photo { display:block; width:200px; height:230px; margin:auto; border-radius:20px; object-fit:contain; background:#210719; }
.drink-card h3 { font-size:1rem; line-height:1.5; font-weight:600; margin:18px 0 0; padding:0 8px; }
@keyframes drinks-scroll { to { transform:translateX(-50%); } }
@media(prefers-reduced-motion:reduce) { .drinks-track { animation:none; width:auto; } .drinks-group { flex-wrap:wrap; justify-content:center; padding:0 20px; width:100%; } .drinks-group[aria-hidden] { display:none; } }

.dessert-section .drinks-showcase { margin-top:32px; border-radius:16px; }
