/*
Theme Name: MELTDOWN
Author: Sanja Gržetić
Description: Original responsive WordPress theme for the MELTDOWN mobile food truck and summer lifestyle brand. Includes editable pages, detailed products and nutrition data, Stories, merch, events, design controls and lead forms.
Version: 1.2.1
Requires at least: 6.5
Requires PHP: 8.0
Text Domain: meltdown
Tags: custom-logo, custom-menu, featured-images, full-width-template, editor-style, block-styles, translation-ready
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

:root {
  --cream: #f8f2ea;
  --paper: #fffaf4;
  --coral: #e98f93;
  --coral-deep: #d97379;
  --sage: #8fa89c;
  --blue: #81b3bf;
  --terracotta: #cc6e4d;
  --navy: #103344;
  --navy-2: #0b2937;
  --ink: #202b2f;
  --line: rgba(16, 51, 68, .18);
  --white: #fffdf8;
  --shadow: 0 24px 70px rgba(16, 51, 68, .14);
  --radius-lg: 42px;
  --radius-md: 28px;
  --radius-sm: 18px;
  --shell: min(1240px, calc(100% - 48px));
  --display: "Inter Display", "Arial Narrow", "Liberation Sans Narrow", sans-serif;
  --body: "Inter", "Helvetica Neue", Arial, sans-serif;
  --script: "Lobster Two", "Comic Neue", cursive;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: var(--body);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body.dialog-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.skip-link {
  position: fixed; left: 16px; top: -80px; z-index: 1000; padding: 12px 18px;
  border-radius: 999px; background: var(--navy); color: var(--white); font-weight: 800;
}
.skip-link:focus { top: 16px; }
:focus-visible { outline: 3px solid #f4b13f; outline-offset: 4px; }

.location-strip {
  position: relative; z-index: 40; background: var(--coral); color: var(--navy);
  font-size: .78rem; letter-spacing: .015em;
}
.location-strip__inner {
  min-height: 38px; display: flex; align-items: center; justify-content: center;
  gap: 9px; white-space: nowrap; overflow: hidden;
}
.location-strip a { margin-left: 8px; font-weight: 800; border-bottom: 1px solid currentColor; }
.pulse-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--navy); box-shadow: 0 0 0 0 rgba(16,51,68,.55); animation: pulse 1.9s infinite; }
@keyframes pulse { 70% { box-shadow: 0 0 0 9px rgba(16,51,68,0); } 100% { box-shadow: 0 0 0 0 rgba(16,51,68,0); } }

.site-header {
  position: sticky; top: 0; z-index: 35; background: rgba(248,242,234,.92);
  border-bottom: 1px solid rgba(16,51,68,.08); backdrop-filter: blur(16px);
}
.header-inner { height: 86px; display: grid; grid-template-columns: 210px 1fr auto; align-items: center; gap: 30px; }
.brand { width: 168px; display: inline-flex; align-items: center; }
.brand img { width: 100%; }
.main-nav { justify-self: center; display: flex; align-items: center; gap: clamp(18px, 2.2vw, 36px); }
.main-nav a { position: relative; font-size: .86rem; font-weight: 750; letter-spacing: .045em; }
.main-nav a::after { content: ""; position: absolute; left: 50%; right: 50%; bottom: -10px; height: 3px; border-radius: 20px; background: var(--coral); transition: .25s ease; }
.main-nav a:hover::after, .main-nav a:focus-visible::after { left: 0; right: 0; }
.menu-toggle { display: none; }

.button {
  min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  border: 1.5px solid transparent; border-radius: 999px; padding: 0 24px; cursor: pointer;
  font-size: .82rem; font-weight: 850; letter-spacing: .035em; transition: transform .22s ease, box-shadow .22s ease, background .22s ease;
}
.button:hover { transform: translateY(-2px); }
.button--small { min-height: 44px; padding-inline: 19px; font-size: .75rem; }
.button--dark { background: var(--navy); color: var(--white); box-shadow: 0 9px 22px rgba(16,51,68,.18); }
.button--dark:hover { background: var(--navy-2); box-shadow: 0 12px 28px rgba(16,51,68,.24); }
.button--ghost { color: var(--navy); border-color: rgba(16,51,68,.35); background: transparent; }
.button--ghost:hover { background: var(--white); border-color: var(--navy); }
.button--light { background: var(--white); color: var(--navy); }
.button--coral { background: var(--coral); color: var(--navy); box-shadow: 0 11px 25px rgba(233,143,147,.22); }

.hero { position: relative; padding: 48px 0 0; background: var(--cream); overflow: hidden; }
.hero::before { content: ""; position: absolute; width: 420px; height: 420px; border-radius: 50%; left: -250px; top: 40px; border: 70px solid rgba(129,179,191,.16); }
.hero-grid { display: grid; grid-template-columns: minmax(0, .88fr) minmax(520px, 1.12fr); align-items: center; gap: clamp(38px, 5vw, 82px); min-height: 650px; }
.hero-copy { position: relative; z-index: 2; padding-block: 50px 100px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 18px; color: var(--navy); font-size: .72rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow > span { width: 28px; height: 3px; border-radius: 99px; background: var(--coral); }
.eyebrow--light { color: var(--white); }
.hero h1, .section-heading h2, .signature h2, .event-booking h2, .social-copy h2, .merch h2, .wave-signup h2, .event-dialog h2 {
  margin: 0; font-family: var(--display); font-weight: 850; letter-spacing: -.055em; text-transform: uppercase; line-height: .9;
}
.hero h1 { color: var(--navy); font-size: clamp(4.3rem, 7.2vw, 7.35rem); }
.hero h1 em, .social-copy h2 em { display: inline-block; color: var(--coral); font-family: var(--script); font-weight: 700; text-transform: none; letter-spacing: -.025em; transform: rotate(-2deg); }
.hero h1 em { font-size: .73em; margin-top: 10px; }
.hero-lead { max-width: 590px; margin: 28px 0 30px; font-size: clamp(1.05rem, 1.4vw, 1.22rem); line-height: 1.65; color: rgba(32,43,47,.78); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-tags { display: flex; flex-wrap: wrap; gap: 8px; padding: 0; margin: 24px 0 0; list-style: none; }
.hero-tags li { padding: 8px 12px; border: 1px solid rgba(16,51,68,.18); border-radius: 999px; background: rgba(255,253,248,.55); color: var(--navy); font-size: .66rem; font-weight: 800; letter-spacing: .04em; }
.hero-visual { position: relative; min-height: 650px; border-radius: 170px 0 0 28px; overflow: hidden; box-shadow: var(--shadow); }
.hero-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(11,41,55,.15)); pointer-events: none; }
.hero-visual > img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; object-position: 54% center; }
.hero-stamp { position: absolute; z-index: 2; right: 34px; top: 34px; width: 126px; aspect-ratio: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 2px solid var(--navy); border-radius: 50%; background: rgba(248,242,234,.92); color: var(--navy); transform: rotate(7deg); box-shadow: 0 12px 30px rgba(16,51,68,.17); }
.hero-stamp span { font-size: .58rem; font-weight: 900; letter-spacing: .18em; }
.hero-stamp strong { margin-top: 4px; font-family: var(--display); font-size: 1.12rem; letter-spacing: -.02em; }
.hero-stamp small { margin-top: 2px; font-size: .67rem; font-weight: 800; }
.hero-note { position: absolute; z-index: 2; left: 34px; bottom: 30px; padding: 13px 18px 15px; border-radius: 999px; background: var(--coral); color: var(--navy); transform: rotate(-3deg); }
.hero-note__script { font-family: var(--script); font-size: 1.05rem; font-weight: 700; }
.wave-divider { display: block; position: relative; z-index: 2; width: 100%; height: 76px; margin-top: -43px; }
.wave-divider path { fill: var(--navy); }

.benefit-marquee { overflow: hidden; background: var(--navy); color: var(--white); border-top: 1px solid rgba(255,255,255,.12); border-bottom: 1px solid rgba(255,255,255,.12); }
.marquee-track { width: max-content; min-height: 58px; display: flex; align-items: center; gap: 24px; animation: marquee 30s linear infinite; }
.marquee-track span { font-family: var(--display); font-size: .82rem; font-weight: 800; letter-spacing: .13em; }
.marquee-track i { color: var(--coral); font-style: normal; }
@keyframes marquee { to { transform: translateX(-45%); } }

.section { position: relative; padding: 125px 0; }
.section--cream { background: var(--cream); }
.section-heading--split { display: grid; grid-template-columns: 1fr 420px; gap: 60px; align-items: end; margin-bottom: 56px; }
.section-heading h2, .signature h2, .event-booking h2, .social-copy h2, .merch h2, .wave-signup h2 { color: var(--navy); font-size: clamp(3.7rem, 6.1vw, 6.6rem); }
.section-heading--split > p { margin: 0 0 8px; font-size: 1.06rem; line-height: 1.7; color: rgba(32,43,47,.72); }

.category-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.category-card { position: relative; display: block; min-width: 0; border-radius: var(--radius-md); overflow: hidden; transition: transform .3s ease, box-shadow .3s ease; }
.category-card:hover { transform: translateY(-8px); box-shadow: var(--shadow); }
.category-card--coral { background: var(--coral); }
.category-card--sage { background: var(--sage); }
.category-card--blue { background: var(--blue); }
.category-card__image { position: relative; height: clamp(330px, 36vw, 500px); margin: 10px 10px 0; border-radius: 21px; overflow: hidden; }
.category-card__image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(16,51,68,0) 60%, rgba(16,51,68,.18)); }
.category-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.category-card:hover img { transform: scale(1.035); }
.category-number { position: absolute; z-index: 2; top: 18px; left: 18px; display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; background: var(--cream); color: var(--navy); font-size: .68rem; font-weight: 900; }
.category-card__body { min-height: 138px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 18px 24px 22px; color: var(--navy); }
.category-card__body p { margin: 0 0 3px; font-size: .69rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.category-card__body h3 { margin: 0; font-family: var(--display); font-size: clamp(2.5rem, 4vw, 4.35rem); line-height: .9; letter-spacing: -.04em; }
.round-arrow { flex: 0 0 auto; width: 46px; height: 46px; display: grid; place-items: center; border: 1.5px solid currentColor; border-radius: 50%; font-size: 1.1rem; transition: .2s ease; }
.category-card:hover .round-arrow { transform: rotate(45deg); background: var(--navy); color: var(--white); }
.center-action { display: flex; justify-content: center; margin-top: 38px; }
.text-link { display: inline-flex; align-items: center; gap: 10px; padding-bottom: 5px; border-bottom: 1px solid currentColor; color: var(--navy); font-size: .82rem; font-weight: 850; letter-spacing: .045em; }

.signature { background: var(--navy); overflow: hidden; }
.signature::before { content: ""; position: absolute; right: -120px; top: -160px; width: 560px; height: 560px; border: 90px solid rgba(233,143,147,.13); border-radius: 50%; }
.signature-grid { position: relative; display: grid; grid-template-columns: .92fr 1.08fr; gap: clamp(58px, 8vw, 120px); align-items: center; }
.signature-visual { position: relative; max-width: 540px; }
.signature-frame { position: relative; aspect-ratio: 4 / 5; border: 12px solid var(--coral); border-radius: 240px 240px 28px 28px; overflow: hidden; box-shadow: 26px 26px 0 rgba(129,179,191,.35); }
.signature-frame img { width: 100%; height: 100%; object-fit: cover; }
.signature-sticker { position: absolute; right: -42px; bottom: 55px; width: 112px; aspect-ratio: 1; display: grid; place-items: center; padding: 18px; border-radius: 50%; background: var(--cream); color: var(--navy); font-size: .67rem; line-height: 1.15; text-align: center; font-weight: 950; letter-spacing: .08em; transform: rotate(9deg); box-shadow: 0 12px 30px rgba(0,0,0,.2); }
.signature-copy { color: var(--white); }
.signature-copy h2 { color: var(--white); }
.script-note { margin: -4px 0 8px; color: var(--coral); font-family: var(--script); font-size: 1.9rem; transform: rotate(-2deg); transform-origin: left; }
.signature-description { max-width: 600px; margin: 28px 0; font-size: 1.08rem; line-height: 1.75; color: rgba(255,253,248,.72); }
.product-badges { display: flex; flex-wrap: wrap; gap: 9px; padding: 0; margin: 0 0 40px; list-style: none; }
.product-badges li { padding: 8px 13px; border: 1px solid rgba(255,255,255,.22); border-radius: 999px; font-size: .68rem; font-weight: 800; }
.price-row { display: flex; align-items: center; gap: 28px; }
.price-row > div { display: flex; flex-direction: column; }
.price-row small { color: rgba(255,255,255,.55); font-size: .7rem; text-transform: uppercase; }
.price-row strong { font-family: var(--display); font-size: 2.45rem; letter-spacing: -.04em; }

.locations { overflow: hidden; }
.locations::before { content: ""; position: absolute; left: -120px; bottom: -130px; width: 400px; height: 400px; border-radius: 50%; background: rgba(233,143,147,.17); }
.location-layout { position: relative; display: grid; grid-template-columns: 1.08fr .92fr; gap: 22px; }
.current-location, .upcoming { border: 1px solid rgba(16,51,68,.13); border-radius: var(--radius-lg); background: var(--paper); overflow: hidden; box-shadow: 0 18px 50px rgba(16,51,68,.07); }
.current-location__image { position: relative; height: 410px; overflow: hidden; }
.current-location__image img { width: 100%; height: 100%; object-fit: cover; object-position: center 44%; }
.live-pill { position: absolute; left: 22px; top: 22px; display: inline-flex; align-items: center; gap: 8px; padding: 10px 14px; border-radius: 999px; background: var(--white); color: var(--navy); font-size: .64rem; font-weight: 900; letter-spacing: .08em; }
.live-pill i { width: 7px; height: 7px; border-radius: 50%; background: #2aa56d; }
.current-location__body { display: grid; grid-template-columns: auto 1fr auto; gap: 22px; align-items: center; padding: 26px; }
.location-date { width: 68px; height: 78px; display: flex; flex-direction: column; align-items: center; justify-content: center; border-radius: 16px; background: var(--coral); color: var(--navy); }
.location-date span, .location-date small { font-size: .54rem; font-weight: 900; letter-spacing: .13em; }
.location-date strong { font-family: var(--display); font-size: 1.9rem; line-height: .9; }
.current-location__body p { margin: 0 0 4px; color: var(--coral-deep); font-size: .66rem; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.current-location__body h3 { margin: 0 0 6px; color: var(--navy); font-family: var(--display); font-size: 2rem; letter-spacing: -.035em; }
.current-location__body span { color: rgba(32,43,47,.62); font-size: .75rem; line-height: 1.45; }
.round-arrow--dark { background: var(--navy); color: var(--white); border-color: var(--navy); }
.upcoming { padding: 28px; }
.upcoming__header { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-bottom: 21px; border-bottom: 1px solid var(--line); }
.upcoming__header h3 { margin: 0; color: var(--navy); font-family: var(--display); font-size: 1.65rem; letter-spacing: -.03em; }
.upcoming__header a { font-size: .72rem; font-weight: 850; border-bottom: 1px solid currentColor; }
.event-row { display: grid; grid-template-columns: 62px 1fr auto; gap: 18px; align-items: center; min-height: 103px; border-bottom: 1px solid var(--line); }
.event-row time { display: flex; flex-direction: column; color: var(--navy); }
.event-row time strong { font-family: var(--display); font-size: 1.7rem; line-height: 1; letter-spacing: -.03em; }
.event-row time span { margin-top: 4px; font-size: .54rem; font-weight: 900; letter-spacing: .15em; }
.event-row h4 { margin: 0 0 6px; color: var(--navy); font-size: .88rem; }
.event-row p { margin: 0; color: rgba(32,43,47,.62); font-size: .72rem; }
.event-tag { padding: 7px 9px; border-radius: 999px; background: rgba(129,179,191,.2); color: var(--navy); font-size: .56rem; font-weight: 900; }
.city-alert { margin-top: 24px; padding: 22px; border-radius: 22px; background: var(--sage); }
.city-alert > div:first-child { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 10px; }
.city-alert p { margin: 0; color: var(--navy); font-size: .78rem; font-weight: 850; }
.city-alert input { min-width: 0; height: 46px; border: 1px solid rgba(16,51,68,.18); border-radius: 999px; padding: 0 16px; background: var(--white); color: var(--ink); }
.city-alert > div:first-child input { width: 44%; }
.city-alert > div:nth-child(2) { display: grid; grid-template-columns: 1fr 46px; gap: 8px; }
.city-alert button { width: 46px; height: 46px; border: 0; border-radius: 50%; background: var(--navy); color: var(--white); cursor: pointer; }
.form-message { min-height: 18px; margin: 10px 0 0 !important; font-size: .68rem !important; font-weight: 800 !important; }

.event-booking { background: var(--navy); overflow: hidden; }
.event-booking::after { content: "MELTDOWN"; position: absolute; left: -30px; bottom: -55px; color: rgba(255,255,255,.035); font-family: var(--display); font-size: clamp(8rem, 18vw, 19rem); font-weight: 900; letter-spacing: -.08em; line-height: .8; white-space: nowrap; }
.event-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(60px, 8vw, 112px); align-items: center; }
.event-copy { color: var(--white); }
.event-copy h2 { color: var(--white); }
.event-copy > p:not(.eyebrow):not(.microcopy) { max-width: 610px; margin: 28px 0; color: rgba(255,253,248,.72); font-size: 1.06rem; line-height: 1.75; }
.event-types { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin: 34px 0; border: 1px solid rgba(255,255,255,.16); border-radius: 20px; overflow: hidden; }
.event-types div { min-height: 130px; display: flex; flex-direction: column; justify-content: space-between; padding: 18px; border-right: 1px solid rgba(255,255,255,.16); }
.event-types div:last-child { border-right: 0; }
.event-types span { color: var(--coral); font-size: .62rem; font-weight: 900; }
.event-types strong { font-size: .77rem; line-height: 1.35; }
.microcopy { margin: 14px 0 0; color: rgba(255,255,255,.48); font-size: .66rem; }
.event-visual { position: relative; min-height: 650px; border-radius: 220px 220px 30px 30px; overflow: hidden; box-shadow: 0 28px 80px rgba(0,0,0,.26); }
.event-visual img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.event-card-float { position: absolute; right: 22px; bottom: 22px; width: min(310px, calc(100% - 44px)); padding: 22px; border-radius: 22px; background: rgba(248,242,234,.94); color: var(--navy); backdrop-filter: blur(14px); }
.event-card-float strong { display: block; margin-bottom: 9px; font-family: var(--display); font-size: 1.7rem; line-height: .95; letter-spacing: -.035em; }
.event-card-float span { font-size: .65rem; font-weight: 750; }

.social-grid { display: grid; grid-template-columns: 1.06fr .94fr; grid-template-rows: auto auto; gap: 20px; align-items: stretch; }
.social-image { overflow: hidden; border-radius: var(--radius-lg); }
.social-image img { width: 100%; height: 100%; object-fit: cover; }
.social-image--large { min-height: 530px; }
.social-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(24px, 5vw, 70px); }
.social-copy h2 { font-size: clamp(3.2rem, 5vw, 5.4rem); }
.social-copy h2 em { color: var(--sage); font-size: .72em; }
.social-copy > p:not(.eyebrow) { margin: 26px 0; line-height: 1.75; color: rgba(32,43,47,.7); }
.quote-card { position: relative; margin: 0; min-height: 310px; display: flex; flex-direction: column; justify-content: center; border-radius: var(--radius-lg); padding: 48px; background: var(--coral); color: var(--navy); overflow: hidden; }
.quote-card > span { position: absolute; right: 24px; top: 5px; color: rgba(16,51,68,.12); font-family: Georgia, serif; font-size: 9rem; line-height: 1; }
.quote-card p { position: relative; z-index: 1; margin: 0 0 22px; font-family: var(--display); font-size: clamp(1.5rem, 2.5vw, 2.35rem); font-weight: 750; line-height: 1.12; letter-spacing: -.025em; }
.quote-card footer { font-size: .7rem; font-weight: 850; }
.social-image--small { min-height: 310px; }

.merch { background: var(--paper); }
.merch-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: clamp(55px, 8vw, 110px); }
.merch-visual { position: relative; min-height: 610px; border-radius: 30px 200px 30px 30px; overflow: hidden; box-shadow: var(--shadow); }
.merch-visual img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.merch-badge { position: absolute; left: 28px; bottom: 28px; display: grid; place-items: center; width: 92px; height: 92px; border-radius: 50%; background: var(--navy); color: var(--white); font-size: .69rem; font-weight: 900; letter-spacing: .12em; transform: rotate(-8deg); }
.merch-copy p:not(.eyebrow) { margin: 28px 0; color: rgba(32,43,47,.68); font-size: 1.06rem; line-height: 1.75; }
.merch-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 24px; }

.wave-signup { position: relative; padding: 105px 0; background: var(--sage); overflow: hidden; }
.wave-signup::before, .wave-signup::after { content: ""; position: absolute; border: 2px solid rgba(16,51,68,.13); border-radius: 50%; }
.wave-signup::before { width: 480px; height: 480px; right: -180px; top: -240px; }
.wave-signup::after { width: 360px; height: 360px; right: -120px; top: -180px; }
.wave-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(50px, 8vw, 110px); align-items: center; }
.wave-signup h2 { color: var(--navy); }
.wave-copy > p:not(.eyebrow) { max-width: 480px; margin: 24px 0 0; color: rgba(16,51,68,.72); line-height: 1.7; }
.newsletter-form { padding: 34px; border: 1px solid rgba(16,51,68,.16); border-radius: 30px; background: rgba(255,253,248,.42); backdrop-filter: blur(12px); }
.newsletter-form > label { display: block; margin-bottom: 10px; color: var(--navy); font-size: .68rem; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.input-row { display: grid; grid-template-columns: 1fr auto; gap: 10px; }
.input-row input { min-width: 0; height: 58px; border: 0; border-radius: 999px; padding: 0 20px; background: var(--white); color: var(--ink); }
.input-row button { min-height: 58px; border: 0; border-radius: 999px; padding: 0 24px; background: var(--navy); color: var(--white); cursor: pointer; font-size: .76rem; font-weight: 850; }
.signup-meta { display: flex; flex-wrap: wrap; gap: 16px; margin: 20px 4px 14px; }
.signup-meta label { color: var(--navy); font-size: .68rem; font-weight: 750; }
.signup-meta input { accent-color: var(--navy); }
.newsletter-form small { color: rgba(16,51,68,.62); font-size: .58rem; line-height: 1.5; }
.form-message--light { color: var(--navy); }

.site-footer { padding: 80px 0 28px; background: var(--navy-2); color: var(--white); }
.footer-grid { display: grid; grid-template-columns: 1.7fr repeat(3, 1fr); gap: 55px; padding-bottom: 60px; }
.footer-brand img { width: 210px; filter: brightness(0) invert(1); opacity: .95; }
.footer-brand p { margin: 18px 0 0; color: rgba(255,255,255,.58); font-family: var(--script); font-size: 1.08rem; }
.footer-grid h2 { margin: 8px 0 20px; color: var(--coral); font-size: .65rem; letter-spacing: .14em; text-transform: uppercase; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
.footer-grid a { color: rgba(255,255,255,.74); font-size: .74rem; }
.footer-grid a:hover { color: var(--white); }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.11); color: rgba(255,255,255,.42); font-size: .62rem; }

.mobile-quickbar { display: none; }
.event-dialog { width: min(820px, calc(100% - 32px)); max-height: min(920px, calc(100vh - 32px)); padding: 0; border: 0; border-radius: 32px; background: var(--cream); color: var(--ink); box-shadow: 0 36px 120px rgba(0,0,0,.35); }
.event-dialog::backdrop { background: rgba(5,25,34,.72); backdrop-filter: blur(8px); }
.dialog-shell { position: relative; padding: clamp(28px, 5vw, 54px); overflow-y: auto; }
.dialog-close { position: absolute; right: 20px; top: 18px; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%; background: var(--white); color: var(--navy); cursor: pointer; font-size: 1.4rem; }
.event-dialog h2 { color: var(--navy); font-size: clamp(2.5rem, 5vw, 4.3rem); }
.dialog-intro { max-width: 620px; margin: 20px 0 28px; color: rgba(32,43,47,.67); line-height: 1.65; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-grid label { display: flex; flex-direction: column; gap: 7px; color: var(--navy); font-size: .67rem; font-weight: 850; letter-spacing: .035em; }
.form-grid input, .form-grid select, .form-grid textarea { width: 100%; border: 1px solid rgba(16,51,68,.18); border-radius: 14px; background: var(--white); color: var(--ink); }
.form-grid input, .form-grid select { height: 50px; padding: 0 14px; }
.form-grid textarea { resize: vertical; padding: 14px; }
.form-grid__full { grid-column: 1 / -1; }
.consent { display: flex; align-items: flex-start; gap: 9px; margin: 18px 0; color: rgba(32,43,47,.68); font-size: .64rem; line-height: 1.45; }
.consent input { margin-top: 2px; accent-color: var(--navy); }
.dialog-submit { width: 100%; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1060px) {
  :root { --shell: min(100% - 36px, 940px); }
  .header-inner { grid-template-columns: 180px 1fr auto; gap: 18px; }
  .main-nav { gap: 16px; }
  .main-nav a { font-size: .77rem; }
  .hero-grid { grid-template-columns: .9fr 1.1fr; gap: 30px; min-height: 580px; }
  .hero-visual { min-height: 580px; }
  .hero h1 { font-size: clamp(4rem, 7vw, 5.5rem); }
  .section-heading--split { grid-template-columns: 1fr 340px; }
  .location-layout, .signature-grid, .event-grid, .merch-grid { gap: 48px; }
  .current-location__body { grid-template-columns: auto 1fr; }
  .current-location__body > .round-arrow { display: none; }
  .event-row { grid-template-columns: 56px 1fr; }
  .event-tag { display: none; }
}

@media (max-width: 860px) {
  body { padding-bottom: 68px; }
  .location-strip__inner { justify-content: flex-start; overflow-x: auto; scrollbar-width: none; }
  .header-inner { height: 76px; grid-template-columns: 1fr auto; }
  .brand { width: 145px; }
  .header-cta { display: none; }
  .menu-toggle { width: 46px; height: 46px; display: grid; align-content: center; gap: 5px; justify-items: center; border: 1px solid var(--line); border-radius: 50%; background: var(--paper); cursor: pointer; }
  .menu-toggle span:not(.sr-only) { width: 18px; height: 2px; border-radius: 2px; background: var(--navy); transition: .25s ease; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .main-nav { position: fixed; left: 18px; right: 18px; top: 122px; display: flex; flex-direction: column; align-items: stretch; gap: 0; padding: 16px; border: 1px solid var(--line); border-radius: 24px; background: var(--paper); box-shadow: var(--shadow); opacity: 0; transform: translateY(-12px) scale(.98); pointer-events: none; transition: .25s ease; }
  .main-nav.is-open { opacity: 1; transform: none; pointer-events: auto; }
  .main-nav a { padding: 15px 12px; border-bottom: 1px solid var(--line); font-size: .92rem; }
  .main-nav a:last-child { border-bottom: 0; }
  .main-nav a::after { display: none; }
  .hero { padding-top: 24px; }
  .hero-grid { display: flex; flex-direction: column; min-height: 0; }
  .hero-copy { width: 100%; padding: 38px 0 18px; }
  .hero h1 { font-size: clamp(4.2rem, 13vw, 6.4rem); }
  .hero-lead { max-width: 680px; }
  .hero-visual { width: 100%; min-height: 620px; border-radius: 120px 120px 28px 28px; }
  .wave-divider { margin-top: -20px; }
  .section { padding: 95px 0; }
  .section-heading--split { grid-template-columns: 1fr; gap: 24px; margin-bottom: 40px; }
  .section-heading--split > p { max-width: 620px; }
  .category-grid { grid-template-columns: 1fr; }
  .category-card { display: grid; grid-template-columns: 1.2fr .8fr; }
  .category-card__image { height: 360px; }
  .category-card__body { min-height: auto; flex-direction: column; align-items: flex-start; justify-content: flex-end; }
  .category-card__body .round-arrow { align-self: flex-end; }
  .signature-grid, .location-layout, .event-grid, .merch-grid, .wave-grid { grid-template-columns: 1fr; }
  .signature-visual { max-width: 580px; margin-inline: auto; }
  .signature-copy { max-width: 690px; }
  .location-layout { gap: 20px; }
  .event-grid { gap: 65px; }
  .event-copy { max-width: 700px; }
  .event-visual { min-height: 680px; }
  .social-grid { grid-template-columns: 1fr 1fr; }
  .social-image--large { grid-column: 1 / -1; min-height: 500px; }
  .social-copy { grid-column: 1 / -1; padding: 40px 0; }
  .quote-card, .social-image--small { min-height: 330px; }
  .merch-copy { grid-row: 1; }
  .merch-visual { min-height: 600px; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2 / 4; display: grid; grid-template-columns: repeat(4, auto); align-items: start; }
  .footer-grid > div:last-child h2 { grid-column: 1 / -1; }
  .mobile-quickbar { position: fixed; z-index: 50; left: 10px; right: 10px; bottom: 10px; height: 58px; display: grid; grid-template-columns: 1fr 1fr; padding: 5px; border: 1px solid rgba(255,255,255,.12); border-radius: 999px; background: rgba(11,41,55,.94); box-shadow: 0 15px 40px rgba(0,0,0,.24); backdrop-filter: blur(14px); }
  .mobile-quickbar a, .mobile-quickbar button { display: flex; align-items: center; justify-content: center; gap: 8px; border: 0; border-radius: 999px; color: var(--white); background: transparent; font-size: .75rem; font-weight: 850; cursor: pointer; }
  .mobile-quickbar button { background: var(--coral); color: var(--navy); }
}

@media (max-width: 620px) {
  :root { --shell: calc(100% - 28px); --radius-lg: 30px; --radius-md: 24px; }
  .location-strip { font-size: .68rem; }
  .location-strip__inner { min-height: 34px; }
  .location-strip a { margin-left: 0; }
  .site-header { top: 0; }
  .hero-copy { padding-top: 28px; }
  .eyebrow { font-size: .61rem; }
  .hero h1 { font-size: clamp(3.55rem, 17.3vw, 5.2rem); line-height: .87; }
  .hero-lead { margin: 22px 0; font-size: .98rem; line-height: 1.58; }
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-tags { gap: 6px; }
  .hero-tags li { font-size: .58rem; }
  .hero-visual { min-height: 490px; border-radius: 80px 80px 24px 24px; }
  .hero-visual > img { object-position: 61% center; }
  .hero-stamp { width: 104px; right: 16px; top: 16px; }
  .hero-note { left: 14px; bottom: 18px; }
  .wave-divider { height: 52px; }
  .marquee-track { min-height: 50px; gap: 18px; }
  .marquee-track span { font-size: .7rem; }
  .section { padding: 78px 0; }
  .section-heading h2, .signature h2, .event-booking h2, .social-copy h2, .merch h2, .wave-signup h2 { font-size: clamp(3rem, 15vw, 4.4rem); }
  .section-heading--split > p { font-size: .96rem; line-height: 1.6; }
  .category-card { display: block; }
  .category-card__image { height: 385px; }
  .category-card__body { min-height: 120px; flex-direction: row; align-items: center; justify-content: space-between; }
  .category-card__body .round-arrow { align-self: center; }
  .signature-frame { border-width: 8px; box-shadow: 14px 14px 0 rgba(129,179,191,.35); }
  .signature-sticker { right: -4px; bottom: 22px; width: 92px; }
  .signature-description { font-size: .98rem; }
  .price-row { align-items: stretch; flex-direction: column; }
  .price-row .button { width: 100%; }
  .current-location__image { height: 390px; }
  .current-location__body { grid-template-columns: 58px 1fr; gap: 14px; padding: 18px; }
  .location-date { width: 58px; height: 70px; }
  .current-location__body h3 { font-size: 1.55rem; }
  .upcoming { padding: 20px; }
  .upcoming__header { align-items: flex-start; flex-direction: column; }
  .event-row { min-height: 100px; grid-template-columns: 48px 1fr; gap: 12px; }
  .event-row time strong { font-size: 1.4rem; }
  .city-alert > div:first-child { align-items: stretch; flex-direction: column; }
  .city-alert > div:first-child input { width: 100%; }
  .event-types { grid-template-columns: 1fr; }
  .event-types div { min-height: 86px; flex-direction: row; align-items: center; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.16); }
  .event-types div:last-child { border-bottom: 0; }
  .event-visual { min-height: 520px; border-radius: 110px 110px 26px 26px; }
  .social-grid { grid-template-columns: 1fr; }
  .social-image--large, .social-copy, .quote-card, .social-image--small { grid-column: auto; }
  .social-image--large { min-height: 410px; }
  .social-copy { padding: 30px 0; }
  .quote-card { min-height: 300px; padding: 32px; }
  .social-image--small { min-height: 390px; }
  .merch-visual { min-height: 470px; border-radius: 28px 110px 28px 28px; }
  .merch-actions { align-items: stretch; flex-direction: column; }
  .merch-actions .button { width: 100%; }
  .wave-signup { padding: 78px 0; }
  .newsletter-form { padding: 22px; }
  .input-row { grid-template-columns: 1fr; }
  .input-row button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 38px 24px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-grid > div:last-child { grid-column: 1 / -1; display: flex; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .event-dialog { border-radius: 24px; }
  .dialog-shell { padding: 28px 20px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-grid__full { grid-column: auto; }
}

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

/* WordPress integration */
.admin-bar .site-header { top: 32px; }
.custom-logo-link { display: block; width: 100%; }
.custom-logo { width: 100%; height: auto; }
.main-nav__list { display: flex; align-items: center; gap: clamp(18px, 2.2vw, 36px); margin: 0; padding: 0; list-style: none; }
.main-nav__list li { margin: 0; }
.site-notice { padding: 12px 0; background: var(--sage); color: var(--navy); text-align: center; font-size: .78rem; font-weight: 800; }
.site-notice--error { background: #f6c7c7; }
.meltdown-hp { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.content-shell { width: min(900px, calc(100% - 48px)); margin-inline: auto; padding: 100px 0 120px; }
.content-shell--wide { width: min(1240px, calc(100% - 48px)); }
.entry-header { margin-bottom: 42px; }
.entry-title, .archive-title { margin: 0; color: var(--navy); font-family: var(--display); font-size: clamp(3rem, 7vw, 6.5rem); line-height: .9; letter-spacing: -.05em; text-transform: uppercase; }
.entry-meta { margin-top: 16px; color: rgba(32,43,47,.62); font-size: .78rem; }
.entry-content { font-size: 1.05rem; line-height: 1.8; }
.entry-content > * { max-width: 780px; margin-left: auto; margin-right: auto; }
.entry-content > .alignwide { max-width: 1120px; }
.entry-content > .alignfull { max-width: none; }
.entry-content a { color: var(--coral-deep); text-decoration: underline; text-underline-offset: 3px; }
.post-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; margin-top: 50px; }
.post-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--paper); box-shadow: 0 18px 50px rgba(16,51,68,.07); }
.post-card__image { display: block; aspect-ratio: 4/3; overflow: hidden; }
.post-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.post-card:hover .post-card__image img { transform: scale(1.04); }
.post-card__body { padding: 24px; }
.post-card__eyebrow { margin: 0 0 8px; color: var(--coral-deep); font-size: .64rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.post-card h2, .post-card h3 { margin: 0 0 10px; color: var(--navy); font-family: var(--display); font-size: 2rem; line-height: 1; letter-spacing: -.03em; }
.post-card p { margin: 0; color: rgba(32,43,47,.7); line-height: 1.6; }
.product-price { display: inline-block; margin-top: 16px; color: var(--navy); font-family: var(--display); font-size: 1.6rem; font-weight: 800; }
.product-detail, .event-detail { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; }
.product-detail__image, .event-detail__image { overflow: hidden; border-radius: var(--radius-lg); }
.product-detail__image img, .event-detail__image img { width: 100%; height: auto; }
.detail-facts { display: grid; gap: 10px; margin: 28px 0; padding: 0; list-style: none; }
.detail-facts li { display: flex; justify-content: space-between; gap: 20px; padding-bottom: 10px; border-bottom: 1px solid var(--line); }
.pagination { margin-top: 48px; }
.pagination .nav-links { display: flex; flex-wrap: wrap; gap: 8px; }
.pagination a, .pagination span { display: grid; min-width: 42px; min-height: 42px; place-items: center; border: 1px solid var(--line); border-radius: 50%; }
.pagination .current { background: var(--navy); color: var(--white); }
.no-results { padding: 40px; border: 1px dashed var(--line); border-radius: var(--radius-md); background: var(--paper); }
.admin-edit-hint { margin: 18px 0 0; color: rgba(32,43,47,.62); font-size: .72rem; }

@media (max-width: 860px) {
  .admin-bar .site-header { top: 46px; }
  .main-nav__list { flex-direction: column; align-items: stretch; gap: 0; }
  .post-grid { grid-template-columns: 1fr 1fr; }
  .product-detail, .event-detail { grid-template-columns: 1fr; }
}
@media (max-width: 620px) {
  .content-shell, .content-shell--wide { width: calc(100% - 28px); padding: 70px 0 90px; }
  .post-grid { grid-template-columns: 1fr; }
}
@media screen and (max-width: 782px) {
  .admin-bar .site-header { top: 46px; }
}

/* ================================================================
   MELTDOWN 1.2 — airy design controls, menu, stories, about & merch
   ================================================================ */
:root {
  --site-bg: #ffffff;
  --cream: #ffffff;
  --paper: #ffffff;
  --white: #ffffff;
  --content-max: 1320px;
  --section-space: 148px;
  --card-gap: 28px;
  --heading-weight: 600;
  --header-bg: rgba(255,255,255,.92);
  --soft-surface: #f7f9f9;
  --soft-coral: #fff3f2;
  --soft-sage: #f0f5f1;
}
body { background: var(--site-bg); }
.shell { width: min(var(--content-max), calc(100% - 72px)); }
.site-header { background: var(--header-bg); }
.hero, .section--cream, .event-dialog { background: var(--site-bg); }
.hero-stamp { background: var(--header-bg); }
.section { padding: var(--section-space) 0; }
.hero h1,
.section-heading h2,
.signature h2,
.event-booking h2,
.social-copy h2,
.merch h2,
.wave-signup h2,
.event-dialog h2,
.entry-title,
.archive-title {
  font-weight: var(--heading-weight);
  letter-spacing: -.045em;
}
.hero h1 { line-height: .94; }
.section-heading h2, .signature h2, .event-booking h2, .social-copy h2, .merch h2, .wave-signup h2 { line-height: .94; }
.main-nav a { font-weight: 650; letter-spacing: .025em; }
.button, .text-link { font-weight: 700; }
.eyebrow { font-weight: 750; letter-spacing: .14em; }
.post-card, .current-location, .upcoming { box-shadow: 0 14px 44px rgba(16,51,68,.055); }
.hero-grid { min-height: 690px; gap: clamp(50px, 6vw, 100px); }
.hero-copy { padding-block: 76px 120px; }
.section-heading--split { margin-bottom: 68px; }

/* Shared archive hero */
.archive-hero {
  padding: clamp(100px, 10vw, 160px) 0 clamp(72px, 7vw, 110px);
  background: var(--site-bg);
  border-bottom: 1px solid var(--line);
}
.archive-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, .65fr);
  gap: clamp(48px, 8vw, 130px);
  align-items: end;
}
.archive-hero h1 {
  margin: 0;
  color: var(--navy);
  font-family: var(--display);
  font-size: clamp(4.5rem, 10vw, 9.5rem);
  font-weight: var(--heading-weight);
  letter-spacing: -.06em;
  line-height: .84;
  text-transform: uppercase;
}
.archive-hero__grid > div:last-child > p:first-child { margin: 0; color: rgba(32,43,47,.72); font-size: 1.08rem; line-height: 1.8; }
.archive-hero__note { margin: 20px 0 0; padding-top: 18px; border-top: 1px solid var(--line); color: rgba(32,43,47,.56); font-size: .72rem; line-height: 1.6; }

/* Product menu archive */
.archive-hero--menu { background: linear-gradient(135deg, var(--site-bg) 0 72%, var(--soft-coral) 72%); }
.menu-catalogue { background: var(--site-bg); }
.catalogue-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 0 0 54px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--line);
}
.catalogue-filters a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--paper);
  color: var(--navy);
  font-size: .72rem;
  font-weight: 750;
}
.catalogue-filters a span { display: grid; min-width: 22px; height: 22px; place-items: center; border-radius: 50%; background: rgba(16,51,68,.08); font-size: .58rem; }
.catalogue-filters a:hover, .catalogue-filters a.is-active { border-color: var(--navy); background: var(--navy); color: var(--white); }
.catalogue-filters a.is-active span { background: rgba(255,255,255,.15); }
.menu-product-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: var(--card-gap); }
.menu-product-card {
  display: grid;
  grid-template-columns: minmax(270px, .85fr) minmax(0, 1.15fr);
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 34px;
  background: var(--paper);
  box-shadow: 0 16px 52px rgba(16,51,68,.055);
  transition: transform .28s ease, box-shadow .28s ease;
}
.menu-product-card:hover { transform: translateY(-5px); box-shadow: 0 24px 70px rgba(16,51,68,.10); }
.menu-product-card__image { position: relative; min-height: 100%; overflow: hidden; background: var(--soft-surface); }
.menu-product-card__image img { width: 100%; height: 100%; min-height: 590px; object-fit: cover; transition: transform .55s ease; }
.menu-product-card:hover .menu-product-card__image img { transform: scale(1.025); }
.menu-product-card__category { position: absolute; left: 18px; top: 18px; padding: 9px 13px; border-radius: 999px; background: rgba(255,255,255,.92); color: var(--navy); font-size: .62rem; font-weight: 850; letter-spacing: .1em; }
.menu-product-card__body { display: flex; flex-direction: column; padding: clamp(28px, 3vw, 42px); }
.menu-product-card__badges { display: flex; flex-wrap: wrap; gap: 6px; margin: 0 0 20px; padding: 0; list-style: none; }
.menu-product-card__badges li { padding: 7px 10px; border-radius: 999px; background: var(--soft-sage); color: var(--navy); font-size: .58rem; font-weight: 750; }
.menu-product-card h2 { margin: 0; color: var(--navy); font-family: var(--display); font-size: clamp(2rem, 3vw, 3rem); font-weight: var(--heading-weight); letter-spacing: -.04em; line-height: 1; }
.menu-product-card__excerpt { margin: 17px 0 22px; color: rgba(32,43,47,.72); font-size: .94rem; line-height: 1.7; }
.ingredient-preview { padding: 18px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.ingredient-preview strong { display: block; margin-bottom: 7px; color: var(--navy); font-size: .61rem; letter-spacing: .1em; text-transform: uppercase; }
.ingredient-preview p { margin: 0; color: rgba(32,43,47,.62); font-size: .75rem; line-height: 1.6; }
.nutrition-mini { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin: 22px 0; overflow: hidden; border: 1px solid var(--line); border-radius: 16px; background: var(--line); }
.nutrition-mini div { min-width: 0; padding: 13px 7px; background: var(--paper); text-align: center; }
.nutrition-mini strong { display: block; color: var(--navy); font-size: .9rem; }
.nutrition-mini span { display: block; margin-top: 4px; color: rgba(32,43,47,.52); font-size: .52rem; text-transform: uppercase; }
.menu-product-card__footer { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-top: auto; padding-top: 8px; }
.menu-product-card__footer > div { display: flex; flex-direction: column; }
.menu-product-card__footer small { color: rgba(32,43,47,.52); font-size: .63rem; }
.menu-product-card__footer strong { color: var(--navy); font-family: var(--display); font-size: 1.75rem; font-weight: var(--heading-weight); }
.menu-legend { padding: clamp(90px, 10vw, 150px) 0; background: var(--navy); color: var(--white); }
.menu-legend__grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(60px, 9vw, 140px); align-items: start; }
.menu-legend h2 { margin: 0; font-family: var(--display); font-size: clamp(3.4rem, 6vw, 6rem); font-weight: var(--heading-weight); letter-spacing: -.05em; line-height: .93; text-transform: uppercase; }
.menu-legend__items { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; border: 1px solid rgba(255,255,255,.14); background: rgba(255,255,255,.14); }
.menu-legend__items article { min-height: 190px; padding: 30px; background: var(--navy); }
.menu-legend__items strong { color: var(--coral); font-size: .75rem; letter-spacing: .08em; text-transform: uppercase; }
.menu-legend__items p { margin: 14px 0 0; color: rgba(255,255,255,.65); font-size: .84rem; line-height: 1.7; }

/* Product single */
.product-hero { background: var(--site-bg); }
.product-hero__grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(420px, .85fr); gap: clamp(60px, 9vw, 145px); align-items: center; }
.product-hero__visual { position: relative; overflow: hidden; border-radius: 48px 180px 48px 48px; background: var(--soft-surface); }
.product-hero__visual img { width: 100%; aspect-ratio: 4/5; object-fit: cover; }
.product-hero__category { position: absolute; left: 24px; top: 24px; padding: 11px 16px; border-radius: 999px; background: rgba(255,255,255,.92); color: var(--navy); font-size: .65rem; font-weight: 850; letter-spacing: .12em; }
.product-hero__copy h1 { margin: 0; color: var(--navy); font-family: var(--display); font-size: clamp(4rem, 7vw, 7.4rem); font-weight: var(--heading-weight); letter-spacing: -.06em; line-height: .87; text-transform: uppercase; }
.product-hero__lead { margin: 28px 0; color: rgba(32,43,47,.72); font-size: 1.1rem; line-height: 1.75; }
.product-detail-badges { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 36px; padding: 0; list-style: none; }
.product-detail-badges li { padding: 9px 13px; border: 1px solid var(--line); border-radius: 999px; color: var(--navy); font-size: .63rem; font-weight: 750; }
.product-buyline { display: flex; align-items: center; gap: 26px; }
.product-buyline > div { display: flex; min-width: 90px; flex-direction: column; }
.product-buyline small { color: rgba(32,43,47,.5); font-size: .65rem; }
.product-buyline strong { color: var(--navy); font-family: var(--display); font-size: 2.2rem; font-weight: var(--heading-weight); }
.product-facts { background: var(--soft-surface); }
.product-facts__grid { display: grid; grid-template-columns: minmax(360px, .78fr) minmax(0, 1.22fr); gap: clamp(55px, 8vw, 120px); align-items: start; }
.nutrition-panel { position: sticky; top: 130px; padding: clamp(30px, 4vw, 48px); border-radius: 36px; background: var(--navy); color: var(--white); }
.nutrition-panel__header { display: flex; align-items: start; justify-content: space-between; gap: 20px; }
.nutrition-panel__header h2 { margin: 0; font-family: var(--display); font-size: 2rem; font-weight: var(--heading-weight); }
.nutrition-panel__header > span { padding: 8px 11px; border: 1px solid rgba(255,255,255,.22); border-radius: 999px; font-size: .62rem; }
.nutrition-panel__main { display: flex; align-items: baseline; gap: 8px; margin: 46px 0 32px; }
.nutrition-panel__main strong { color: var(--coral); font-family: var(--display); font-size: clamp(4.4rem, 7vw, 7rem); font-weight: var(--heading-weight); line-height: .8; }
.nutrition-panel__main span { color: rgba(255,255,255,.62); font-size: .8rem; }
.nutrition-panel__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; overflow: hidden; border: 1px solid rgba(255,255,255,.14); border-radius: 20px; background: rgba(255,255,255,.14); }
.nutrition-panel__grid div { padding: 22px; background: var(--navy); }
.nutrition-panel__grid strong { display: block; color: var(--white); font-size: 1.15rem; }
.nutrition-panel__grid span { display: block; margin-top: 5px; color: rgba(255,255,255,.5); font-size: .6rem; text-transform: uppercase; }
.nutrition-panel__note { margin: 25px 0 0; color: rgba(255,255,255,.48); font-size: .65rem; line-height: 1.6; }
.product-facts__content > .entry-content { margin-bottom: 54px; }
.product-facts__content .entry-content > * { margin-left: 0; margin-right: 0; }
.fact-block { padding: 38px 0; border-top: 1px solid var(--line); }
.fact-block h2 { margin: 0 0 18px; color: var(--navy); font-family: var(--display); font-size: clamp(2.7rem, 5vw, 4.7rem); font-weight: var(--heading-weight); letter-spacing: -.045em; line-height: .95; text-transform: uppercase; }
.fact-block h3 { margin: 0 0 10px; color: var(--navy); font-size: 1rem; }
.fact-block p { margin: 0; color: rgba(32,43,47,.7); line-height: 1.8; }
.fact-block--alert { margin-top: 15px; padding: 28px; border: 1px solid rgba(204,110,77,.28); border-radius: 20px; background: #fff8f3; }
.related-products, .related-merch, .related-stories { background: var(--site-bg); }
.menu-product-grid--related { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.menu-product-grid--related .menu-product-card { grid-template-columns: 1fr; }
.menu-product-grid--related .menu-product-card__image img { min-height: 420px; }

/* Merch archive and cards */
.merch-archive-hero { padding: clamp(70px, 8vw, 125px) 0; background: var(--site-bg); overflow: hidden; }
.merch-archive-hero__grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(55px, 8vw, 130px); align-items: center; }
.merch-archive-hero__copy h1 { margin: 0; color: var(--navy); font-family: var(--display); font-size: clamp(4.8rem, 9vw, 9.5rem); font-weight: var(--heading-weight); letter-spacing: -.06em; line-height: .82; text-transform: uppercase; }
.merch-archive-hero__copy > p:not(.eyebrow) { max-width: 520px; margin: 30px 0; color: rgba(32,43,47,.7); font-size: 1.06rem; line-height: 1.75; }
.merch-archive-hero__visual { position: relative; overflow: hidden; border-radius: 180px 36px 36px 36px; background: var(--soft-surface); }
.merch-archive-hero__visual img { width: 100%; aspect-ratio: 1/1; object-fit: cover; }
.merch-archive-hero__visual > span { position: absolute; right: 28px; bottom: 28px; display: grid; width: 126px; aspect-ratio: 1; place-items: center; padding: 20px; border-radius: 50%; background: var(--coral); color: var(--navy); font-size: .69rem; font-weight: 900; letter-spacing: .07em; line-height: 1.2; text-align: center; transform: rotate(6deg); }
.merch-catalogue { background: var(--soft-surface); }
.merch-product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: var(--card-gap); }
.merch-card { overflow: hidden; border: 1px solid var(--line); border-radius: 32px; background: var(--paper); box-shadow: 0 15px 45px rgba(16,51,68,.045); transition: transform .28s ease, box-shadow .28s ease; }
.merch-card:hover { transform: translateY(-6px); box-shadow: 0 24px 70px rgba(16,51,68,.1); }
.merch-card__image { position: relative; display: block; overflow: hidden; background: var(--site-bg); }
.merch-card__image img { width: 100%; aspect-ratio: 4/5; object-fit: cover; transition: transform .55s ease; }
.merch-card:hover .merch-card__image img { transform: scale(1.025); }
.merch-card__status { position: absolute; left: 18px; top: 18px; padding: 9px 13px; border-radius: 999px; background: rgba(255,255,255,.92); color: var(--navy); font-size: .59rem; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.merch-card__body { padding: 28px; }
.merch-card h2 { margin: 0; color: var(--navy); font-family: var(--display); font-size: clamp(2rem, 3vw, 2.8rem); font-weight: var(--heading-weight); letter-spacing: -.04em; line-height: 1; }
.merch-card__body > p:not(.post-card__eyebrow) { margin: 16px 0 22px; color: rgba(32,43,47,.68); font-size: .88rem; line-height: 1.65; }
.merch-card__facts { display: grid; gap: 9px; margin: 0; padding: 18px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); list-style: none; }
.merch-card__facts li { display: flex; justify-content: space-between; gap: 16px; font-size: .65rem; }
.merch-card__facts span { color: rgba(32,43,47,.5); }
.merch-card__facts strong { max-width: 65%; color: var(--navy); text-align: right; }
.merch-card__footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-top: 22px; }
.merch-card__footer > strong { color: var(--navy); font-family: var(--display); font-size: 1.75rem; font-weight: var(--heading-weight); }
.merch-lookbook { padding: clamp(80px, 10vw, 145px) 0; background: var(--site-bg); }
.merch-lookbook__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--card-gap); }
.merch-lookbook figure { margin: 0; }
.merch-lookbook img { width: 100%; aspect-ratio: 1/1; border-radius: 24px; object-fit: cover; }
.merch-lookbook figcaption { margin-top: 14px; color: var(--navy); font-size: .7rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.merch-wave { margin-top: 0; }
.merch-single-hero { background: var(--site-bg); }
.merch-single-hero__grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(60px, 9vw, 140px); align-items: center; }
.merch-single-hero__image { position: relative; overflow: hidden; border-radius: 44px 160px 44px 44px; }
.merch-single-hero__image img { width: 100%; aspect-ratio: 4/5; object-fit: cover; }
.merch-single-hero__image > span { position: absolute; left: 22px; top: 22px; padding: 10px 14px; border-radius: 999px; background: var(--white); color: var(--navy); font-size: .61rem; font-weight: 850; }
.merch-single-hero__copy h1 { margin: 0; color: var(--navy); font-family: var(--display); font-size: clamp(4rem, 7vw, 7.4rem); font-weight: var(--heading-weight); letter-spacing: -.06em; line-height: .87; text-transform: uppercase; }
.merch-single-hero__lead { margin: 25px 0; color: rgba(32,43,47,.72); font-size: 1.08rem; line-height: 1.75; }
.merch-single-price { margin: 0 0 28px; color: var(--coral-deep); font-family: var(--display); font-size: 2.4rem; font-weight: var(--heading-weight); }
.merch-single-hero__copy .entry-content > * { margin-left: 0; margin-right: 0; }
.merch-detail-facts { display: grid; gap: 0; margin: 32px 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.merch-detail-facts li { display: grid; grid-template-columns: 120px 1fr; gap: 20px; padding: 16px 0; border-bottom: 1px solid var(--line); font-size: .72rem; }
.merch-detail-facts span { color: rgba(32,43,47,.5); }
.merch-detail-facts strong { color: var(--navy); font-weight: 650; }
.merch-product-grid--related { grid-template-columns: repeat(3, 1fr); }

/* Stories */
.stories-hero { padding: clamp(110px, 11vw, 180px) 0 clamp(85px, 9vw, 140px); background: var(--site-bg); }
.stories-hero__grid { display: grid; grid-template-columns: 1.1fr .65fr; gap: clamp(55px, 9vw, 145px); align-items: end; }
.stories-hero h1 { margin: 0; color: var(--navy); font-family: var(--display); font-size: clamp(5rem, 10vw, 10rem); font-weight: var(--heading-weight); letter-spacing: -.065em; line-height: .8; text-transform: uppercase; }
.stories-hero h1 em { color: var(--coral); font-family: var(--script); font-size: .58em; font-weight: 600; letter-spacing: -.02em; text-transform: none; }
.stories-hero__grid > div:last-child p { margin: 0; color: rgba(32,43,47,.7); font-size: 1.08rem; line-height: 1.8; }
.featured-story { padding: 0 0 clamp(95px, 10vw, 150px); background: var(--site-bg); }
.featured-story__grid { display: grid; grid-template-columns: 1.2fr .8fr; overflow: hidden; border: 1px solid var(--line); border-radius: 40px; background: var(--paper); }
.featured-story__image { overflow: hidden; }
.featured-story__image img { width: 100%; height: 100%; min-height: 580px; object-fit: cover; }
.featured-story__copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(40px, 6vw, 78px); }
.featured-story__copy h2 { margin: 20px 0; color: var(--navy); font-family: var(--display); font-size: clamp(3rem, 5vw, 5.4rem); font-weight: var(--heading-weight); letter-spacing: -.05em; line-height: .9; }
.featured-story__copy > p { margin: 0 0 30px; color: rgba(32,43,47,.7); line-height: 1.75; }
.stories-index { background: var(--soft-surface); }
.story-pillars { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 54px; }
.story-pillars a { padding: 11px 16px; border: 1px solid var(--line); border-radius: 999px; background: var(--paper); color: var(--navy); font-size: .66rem; font-weight: 700; }
.story-pillars a:hover, .story-pillars a.is-active { background: var(--navy); color: var(--white); }
.story-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: var(--card-gap); }
.story-card { overflow: hidden; border: 1px solid var(--line); border-radius: 30px; background: var(--paper); box-shadow: 0 14px 44px rgba(16,51,68,.04); transition: transform .28s ease, box-shadow .28s ease; }
.story-card:hover { transform: translateY(-5px); box-shadow: 0 22px 65px rgba(16,51,68,.09); }
.story-card__image { display: block; overflow: hidden; background: var(--site-bg); }
.story-card__image img { width: 100%; aspect-ratio: 4/3; object-fit: cover; transition: transform .55s ease; }
.story-card:hover .story-card__image img { transform: scale(1.025); }
.story-card__body { padding: 28px; }
.story-card__meta { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 14px; color: rgba(32,43,47,.48); font-size: .6rem; letter-spacing: .07em; text-transform: uppercase; }
.story-card__meta a { color: var(--coral-deep); font-weight: 800; }
.story-card h2 { margin: 18px 0 14px; color: var(--navy); font-family: var(--display); font-size: clamp(2rem, 3vw, 2.8rem); font-weight: var(--heading-weight); letter-spacing: -.04em; line-height: 1; }
.story-card__body > p { margin: 0 0 24px; color: rgba(32,43,47,.67); font-size: .88rem; line-height: 1.7; }
.home-stories { background: var(--soft-surface); }
.home-stories .section-heading--split > div:last-child > p { margin: 0 0 18px; }
.story-single-hero { padding: clamp(100px, 10vw, 165px) 0 0; background: var(--site-bg); }
.story-single-hero__copy { width: min(980px, calc(100% - 72px)); margin-inline: auto; text-align: center; }
.story-single-hero__copy .story-card__meta { justify-content: center; }
.story-single-hero h1 { margin: 28px 0 24px; color: var(--navy); font-family: var(--display); font-size: clamp(4rem, 8vw, 8rem); font-weight: var(--heading-weight); letter-spacing: -.06em; line-height: .88; text-transform: uppercase; }
.story-single-hero__copy > p { max-width: 760px; margin: 0 auto; color: rgba(32,43,47,.68); font-size: 1.12rem; line-height: 1.75; }
.story-single-hero__image { margin-top: 75px; overflow: hidden; border-radius: 42px; }
.story-single-hero__image img { width: 100%; max-height: 780px; object-fit: cover; }
.story-single-content { padding: clamp(75px, 9vw, 135px) 0; background: var(--site-bg); }
.story-single-content .entry-content { width: min(760px, calc(100% - 48px)); margin-inline: auto; font-size: 1.08rem; }
.story-single-content .entry-content h2 { margin-top: 2.2em; color: var(--navy); font-family: var(--display); font-size: clamp(2.5rem, 4vw, 3.8rem); font-weight: var(--heading-weight); letter-spacing: -.04em; line-height: 1; }
.story-single-content .entry-content blockquote { margin: 2.5em 0; padding: 34px; border: 0; border-radius: 24px; background: var(--soft-coral); color: var(--navy); font-family: var(--display); font-size: 1.8rem; line-height: 1.2; }
.story-single-footer { padding: 72px 0; background: var(--coral); }
.story-single-footer .shell { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.story-single-footer span { color: var(--navy); font-size: .65rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.story-single-footer h2 { max-width: 760px; margin: 8px 0 0; color: var(--navy); font-family: var(--display); font-size: clamp(2.3rem, 4vw, 4rem); font-weight: var(--heading-weight); letter-spacing: -.04em; line-height: 1; }

/* About */
.about-hero { padding: clamp(80px, 9vw, 145px) 0; background: var(--site-bg); overflow: hidden; }
.about-hero__grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(60px, 9vw, 145px); align-items: center; }
.about-hero__copy h1 { margin: 0; color: var(--navy); font-family: var(--display); font-size: clamp(4.7rem, 8vw, 8.5rem); font-weight: var(--heading-weight); letter-spacing: -.06em; line-height: .84; text-transform: uppercase; }
.about-hero__copy h1 em { color: var(--coral); font-family: var(--script); font-size: .56em; font-weight: 600; letter-spacing: -.02em; text-transform: none; }
.about-hero__copy > p:not(.eyebrow) { max-width: 580px; margin: 30px 0; color: rgba(32,43,47,.7); font-size: 1.06rem; line-height: 1.8; }
.about-hero__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 22px; }
.about-hero__image { position: relative; overflow: hidden; border-radius: 180px 36px 36px 36px; }
.about-hero__image img { width: 100%; aspect-ratio: 4/5; object-fit: cover; }
.about-hero__image > span { position: absolute; left: 28px; bottom: 28px; display: grid; width: 132px; aspect-ratio: 1; place-items: center; padding: 20px; border-radius: 50%; background: var(--coral); color: var(--navy); font-size: .67rem; font-weight: 900; letter-spacing: .08em; line-height: 1.2; text-align: center; transform: rotate(-7deg); }
.about-page-content { background: var(--site-bg); }
.about-intro-grid, .about-story-grid, .about-values, .about-split-visual { width: min(var(--content-max), calc(100% - 72px)); margin-inline: auto; }
.about-intro-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(60px, 9vw, 140px); padding: var(--section-space) 0 90px; }
.about-intro-grid h2, .about-story-grid h2, .about-split-visual h2 { margin: 0; color: var(--navy); font-family: var(--display); font-size: clamp(3.2rem, 5.5vw, 6rem); font-weight: var(--heading-weight); letter-spacing: -.05em; line-height: .93; text-transform: uppercase; }
.about-intro-grid > div:last-child p, .about-story-grid p, .about-split-visual p { margin: 0 0 20px; color: rgba(32,43,47,.7); font-size: 1.02rem; line-height: 1.85; }
.about-image-band { width: min(1500px, calc(100% - 32px)); margin: 0 auto; overflow: hidden; border-radius: 42px; }
.about-image-band img { width: 100%; max-height: 820px; object-fit: cover; }
.about-story-grid { display: grid; grid-template-columns: 1fr .8fr; gap: clamp(60px, 9vw, 140px); align-items: center; padding: var(--section-space) 0; }
.about-story-grid blockquote { margin: 0; padding: clamp(40px, 6vw, 72px); border-radius: 36px; background: var(--coral); color: var(--navy); font-family: var(--display); font-size: clamp(2.3rem, 4vw, 4rem); font-weight: var(--heading-weight); letter-spacing: -.04em; line-height: 1.05; }
.about-values { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin-bottom: var(--section-space); border: 1px solid var(--line); background: var(--line); }
.about-values article { min-height: 280px; padding: 34px; background: var(--paper); }
.about-values span { color: var(--coral-deep); font-size: .65rem; font-weight: 850; letter-spacing: .12em; }
.about-values h3 { margin: 42px 0 14px; color: var(--navy); font-family: var(--display); font-size: 1.8rem; font-weight: var(--heading-weight); line-height: 1; }
.about-values p { margin: 0; color: rgba(32,43,47,.65); font-size: .82rem; line-height: 1.7; }
.about-split-visual { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(60px, 8vw, 125px); align-items: center; padding-bottom: var(--section-space); }
.about-split-visual > img { width: 100%; aspect-ratio: 4/5; border-radius: 38px 150px 38px 38px; object-fit: cover; }
.about-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.about-manifesto { padding: clamp(100px, 12vw, 180px) 0; background: var(--navy); color: var(--white); text-align: center; }
.about-manifesto .eyebrow { justify-content: center; }
.about-manifesto h2 { margin: 0 auto; color: var(--white); font-family: var(--display); font-size: clamp(4rem, 8vw, 8rem); font-weight: var(--heading-weight); letter-spacing: -.055em; line-height: .88; text-transform: uppercase; }
.about-manifesto > .shell > p:last-child { max-width: 760px; margin: 38px auto 0; color: rgba(255,255,255,.65); font-size: 1.03rem; line-height: 1.8; }

/* Pagination list reset */
.pagination ul { display: flex; flex-wrap: wrap; gap: 8px; margin: 0; padding: 0; list-style: none; }

@media (max-width: 1220px) {
  .header-inner { grid-template-columns: 175px 1fr auto; }
  .main-nav__list { gap: 16px; }
  .main-nav a { font-size: .73rem; }
  .menu-product-grid { grid-template-columns: 1fr; }
  .menu-product-card { grid-template-columns: minmax(300px, .85fr) minmax(0, 1.15fr); }
}

@media (max-width: 980px) {
  .shell, .about-intro-grid, .about-story-grid, .about-values, .about-split-visual { width: min(100% - 40px, 920px); }
  .archive-hero__grid, .stories-hero__grid, .menu-legend__grid, .product-hero__grid, .product-facts__grid, .merch-archive-hero__grid, .merch-single-hero__grid, .about-hero__grid { grid-template-columns: 1fr; }
  .archive-hero__grid > div:last-child, .stories-hero__grid > div:last-child { max-width: 680px; }
  .menu-product-card { grid-template-columns: minmax(260px, .8fr) minmax(0, 1.2fr); }
  .nutrition-panel { position: relative; top: auto; }
  .menu-product-grid--related, .merch-product-grid, .merch-product-grid--related, .story-grid, .merch-lookbook__grid { grid-template-columns: repeat(2, 1fr); }
  .featured-story__grid { grid-template-columns: 1fr; }
  .featured-story__image img { min-height: 500px; }
  .about-intro-grid, .about-story-grid, .about-split-visual { grid-template-columns: 1fr; }
  .about-values { grid-template-columns: 1fr 1fr; }
  .about-split-visual > img { max-height: 760px; }
  .story-single-footer .shell { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 700px) {
  :root { --section-space: 88px; --card-gap: 18px; }
  .shell, .about-intro-grid, .about-story-grid, .about-values, .about-split-visual { width: calc(100% - 28px); }
  .section { padding: var(--section-space) 0; }
  .archive-hero, .stories-hero { padding: 84px 0 68px; }
  .archive-hero h1, .stories-hero h1 { font-size: clamp(4rem, 19vw, 6rem); }
  .catalogue-filters { flex-wrap: nowrap; margin-right: -14px; overflow-x: auto; padding-right: 14px; scrollbar-width: none; }
  .catalogue-filters a { flex: 0 0 auto; }
  .menu-product-card { grid-template-columns: 1fr; border-radius: 26px; }
  .menu-product-card__image img { min-height: 0; aspect-ratio: 4/5; }
  .menu-product-card__body { padding: 25px; }
  .nutrition-mini { grid-template-columns: 1fr 1fr; }
  .menu-legend__items { grid-template-columns: 1fr; }
  .menu-product-grid--related, .merch-product-grid, .merch-product-grid--related, .story-grid, .merch-lookbook__grid { grid-template-columns: 1fr; }
  .product-hero__visual, .merch-single-hero__image { border-radius: 34px 100px 34px 34px; }
  .product-hero__copy h1, .merch-single-hero__copy h1 { font-size: clamp(3.7rem, 17vw, 5.5rem); }
  .product-buyline { align-items: stretch; flex-direction: column; }
  .product-buyline .button { width: 100%; }
  .nutrition-panel__grid { grid-template-columns: 1fr 1fr; }
  .merch-archive-hero__copy h1, .about-hero__copy h1 { font-size: clamp(4rem, 18vw, 6rem); }
  .merch-archive-hero__visual, .about-hero__image { border-radius: 100px 28px 28px 28px; }
  .featured-story__grid { border-radius: 26px; }
  .featured-story__image img { min-height: 360px; }
  .featured-story__copy { padding: 28px; }
  .story-grid { gap: 18px; }
  .story-single-hero__copy { width: calc(100% - 28px); }
  .story-single-hero h1 { font-size: clamp(3.4rem, 16vw, 5rem); }
  .story-single-hero__image { margin-top: 45px; border-radius: 24px; }
  .story-single-content .entry-content { width: calc(100% - 32px); font-size: 1rem; }
  .about-intro-grid { padding: 88px 0 60px; }
  .about-image-band { width: calc(100% - 14px); border-radius: 24px; }
  .about-story-grid { padding: 88px 0; }
  .about-values { grid-template-columns: 1fr; margin-bottom: 88px; }
  .about-values article { min-height: 230px; }
  .about-split-visual { padding-bottom: 88px; }
  .about-manifesto h2 { font-size: clamp(3.4rem, 15vw, 5.2rem); }
}
