:root {
  --cream: #f5ede3;
  --paper: #fffaf4;
  --ink: #3f2d29;
  --muted: #76645d;
  --clay: #b87359;
  --clay-dark: #6b4b35;
  --peach: #dfbea9;
  --line: rgba(63, 45, 41, 0.14);
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; scroll-padding-top: 92px; }
body { width: 100%; }
main, main > section { min-width: 0; }
[hidden] { display: none !important; }
:focus-visible { outline: 3px solid #aa744b; outline-offset: 4px; }
[id] { scroll-margin-top: 92px; }
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--cream);
  font-family: "Avenir Next", Avenir, "Helvetica Neue", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; }

.grain {
  position: fixed;
  inset: 0;
  z-index: 60;
  pointer-events: none;
  opacity: .045;
  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='.82' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E");
  mix-blend-mode: multiply;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 84px;
  padding: 0 clamp(24px, 5vw, 80px);
  border-bottom: 1px solid var(--line);
  background: rgba(245,237,227,.97);
  transition: height .35s ease, background .35s ease, border-color .35s ease;
}
.site-header.scrolled {
  height: 68px;
  border-color: var(--line);
  background: rgba(245, 237, 227, .88);
  backdrop-filter: blur(16px);
}
.brand { display: inline-flex; align-items: center; flex: 0 0 auto; line-height: 0; }
.brand-logo { width: 172px; height: auto; }
.nav { display: flex; align-items: center; gap: 30px; color: var(--muted); font-size: 12px; }
.nav > a:not(.nav-cta) { position: relative; }
.nav > a:not(.nav-cta)::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -5px;
  height: 1px;
  background: var(--clay);
  transition: right .25s ease;
}
.nav > a:hover::after { right: 0; }
.nav-shop { display: flex; align-items: center; gap: 18px; }
.nav-cta { padding: 11px 17px; border: 1px solid var(--ink); border-radius: 999px; color: var(--ink); transition: .25s ease; }
.nav-cta:hover { color: var(--paper); background: var(--ink); }
.nav-cart { display: inline-flex; align-items: center; gap: 3px; }
.nav-cart span { display: inline-grid; min-width: 18px; height: 18px; margin-left: 3px; padding-inline: 5px; place-items: center; border-radius: 999px; color: var(--paper); background: var(--clay-dark); font-size: 8px; }
.menu-button { display: none; width: 42px; height: 42px; padding: 11px 9px; border: 0; background: transparent; }
.menu-button span { display: block; width: 24px; height: 1px; margin: 6px 0; background: var(--ink); transition: transform .25s ease; }

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
  align-items: center;
  column-gap: clamp(18px, 2vw, 36px);
  min-height: 0;
  padding: 106px clamp(24px, 6vw, 98px) 30px;
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute;
  width: 38vw;
  aspect-ratio: 1;
  left: -21vw;
  bottom: -22vw;
  border: 1px solid rgba(184, 115, 89, .24);
  border-radius: 50%;
}
.hero-copy { position: relative; z-index: 3; max-width: 610px; }
.eyebrow, .section-kicker {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
  color: var(--clay-dark);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.eyebrow > span { width: 30px; height: 1px; background: currentColor; }
h1 { margin-bottom: 28px; font-size: clamp(66px, 6.7vw, 112px); line-height: .89; letter-spacing: -.06em; }
h1 em, .order h2 em { color: var(--clay); font-weight: 400; }
.hero-lede { max-width: 535px; margin-bottom: 27px; color: var(--muted); font-size: clamp(16px, 1.3vw, 19px); line-height: 1.72; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 22px; }
.hero-secondary, .text-link { padding-block: 12px; color: var(--clay-dark); text-decoration: underline; text-underline-offset: 5px; font-size: 13px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 650;
  transition: transform .25s ease, box-shadow .25s ease;
}
.button:hover { transform: translateY(-3px); }
.button-primary { color: var(--paper); background: var(--clay-dark); box-shadow: 0 14px 38px rgba(103, 58, 46, .18); }

.hero-product { position: relative; z-index: 2; width: min(65vw, 840px); aspect-ratio: 1/.92; justify-self: center; margin-right: -3vw; }
.hero-halo { position: absolute; inset: 3% 0 2% 7%; border-radius: 48% 52% 45% 55% / 55% 44% 56% 45%; background: #ead5c3; transform: rotate(-6deg); }
.hero-product img, .steel-visual img { position: absolute; mix-blend-mode: multiply; pointer-events: none; user-select: none; }
.hero-product img { mix-blend-mode: normal; }

.hero-lifestyle { width: 100%; aspect-ratio: 1.18; margin: 0; }
.hero-lifestyle .hero-halo { inset: 0 1% 0 6%; border-radius: 45% 55% 49% 51% / 54% 45% 55% 46%; transform: rotate(-3deg); }
.hero-photo-frame {
  position: absolute;
  z-index: 2;
  inset: 0;
  margin: 0;
  overflow: hidden;
  border-radius: 4px 88px 4px 4px;
  background: #d9c1ae;
  box-shadow: 0 30px 70px rgba(89,58,43,.2);
}
.hero-photo-frame::after { content: ""; position: absolute; inset: 0; border: 1px solid rgba(255,250,244,.28); border-radius: inherit; pointer-events: none; }
.hero-photo-frame img { inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; mix-blend-mode: normal; }
.hero-facts {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 20px;
  width: fit-content;
  margin-top: 28px;
  padding: 14px 0;
  border-block: 1px solid var(--line);
}
.hero-facts p { display: flex; align-items: center; gap: 9px; margin: 0; }
.hero-facts p + p { padding-left: 20px; border-left: 1px solid var(--line); }
.hero-facts strong { color: var(--clay-dark); font: italic 26px Georgia, serif; }
.hero-facts span { max-width: 82px; color: var(--muted); font-size: 9px; font-weight: 650; line-height: 1.35; text-transform: uppercase; letter-spacing: .08em; }

.promise-strip {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: .76fr repeat(4, 1fr);
  min-height: 108px;
  padding: 0 clamp(24px, 6vw, 98px);
  color: var(--paper);
  background: #5b3a31;
}
.promise-strip p { display: flex; flex-direction: column; justify-content: center; min-width: 0; margin: 0; padding: 20px clamp(16px, 2vw, 30px); border-left: 1px solid rgba(255,250,244,.14); }
.promise-strip p:last-child { border-right: 1px solid rgba(255,250,244,.14); }
.promise-strip strong { margin-bottom: 7px; color: #fff6ef; font: 18px/1.1 Georgia, serif; font-weight: 400; }
.promise-strip p > span { color: rgba(255,250,244,.62); font-size: 10px; line-height: 1.45; }
.promise-strip .promise-intro { flex-direction: row; align-items: center; justify-content: flex-start; gap: 12px; padding-left: 0; border-left: 0; }
.promise-intro > span { display: grid; place-items: center; flex: 0 0 34px; width: 34px; height: 34px; border: 1px solid rgba(255,250,244,.32); border-radius: 50%; color: #efbca5 !important; }
.promise-strip .promise-intro strong { margin: 0; color: #efbca5; font: 700 9px/1.5 Arial, sans-serif; letter-spacing: .14em; text-transform: uppercase; }

.intro { padding: 108px clamp(24px, 14vw, 220px) 88px; text-align: center; background: var(--paper); }
.intro .section-kicker { justify-content: center; }
.intro h2, .materials h2 { max-width: 900px; margin: 0 auto 28px; font-size: clamp(44px, 5.5vw, 80px); line-height: 1.03; letter-spacing: -.045em; }
.intro > p:last-child { max-width: 660px; margin: 0 auto; color: var(--muted); font-size: 17px; line-height: 1.75; }

/* Product explorer: document scroll never controls the selected part. */
.story { position: relative; padding: 56px clamp(24px, 6vw, 98px); background: #eee1d4; }
.story-heading { display: grid; grid-template-columns: 1.1fr .9fr; align-items: end; gap: 48px; max-width: 1280px; margin: 0 auto 34px; }
.story-heading h2 { margin: 0; font-size: clamp(38px,4.2vw,62px); line-height: 1.05; letter-spacing: -.045em; }
.story-heading > p { max-width: 420px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.story-layout { display: grid; grid-template-columns: minmax(0,1.15fr) minmax(0,.85fr); align-items: center; gap: clamp(28px,5vw,76px); max-width: 1280px; margin: auto; }
.story-stage, .story-description { min-width: 0; }
.set-showcase { position: relative; width: 100%; aspect-ratio: 1; overflow: hidden; border-radius: 4px 56px 4px 4px; background: #d7bda8; }
.set-photo { width: 100%; height: 100%; object-fit: cover; }
.hotspots { position: absolute; inset: 0; }
.hotspot { position: absolute; left: var(--x); top: var(--y); display: grid; place-items: center; width: 44px; height: 44px; padding: 0; border: 2px solid var(--paper); border-radius: 50%; color: var(--ink); background: rgba(255,250,244,.94); box-shadow: 0 3px 10px rgba(63,45,41,.16); font: 700 11px/1 Arial,sans-serif; transform: translate(-50%,-50%); cursor: pointer; transition: background .2s, color .2s; }
.hotspot:hover, .hotspot.is-active { color: var(--paper); background: var(--clay-dark); }
.hotspot:focus-visible { outline-color: white; outline-offset: 3px; }
.photo-hint { margin: 14px 0 0; color: var(--muted); font-size: 12px; text-align: center; }
.steps { min-width: 0; touch-action: pan-y pinch-zoom; border-radius: 4px; }
.step { margin: 0; }
.step-copy { padding: 12px 0 24px; }
.step-number { display: block; margin-bottom: 20px; color: var(--clay-dark); font-size: 11px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.step h3 { margin-bottom: 22px; font-size: clamp(34px,3.5vw,52px); line-height: 1.04; letter-spacing: -.045em; }
.step p { margin-bottom: 24px; color: var(--muted); font-size: 16px; line-height: 1.75; }
.part-detail { display: block; border-left: 2px solid var(--clay); padding-left: 12px; color: var(--clay-dark); font-size: 12px; font-weight: 650; }
.story-controls { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding-top: 18px; border-top: 1px solid var(--line); }
.slider-arrow { display: grid; place-items: center; flex: 0 0 44px; width: 44px; height: 44px; padding: 0; border: 1px solid var(--line); border-radius: 50%; background: var(--paper); color: var(--ink); font: 22px/1 Arial,sans-serif; cursor: pointer; }
.slider-arrow:hover:not(:disabled) { color: var(--paper); background: var(--clay-dark); }
.slider-arrow:disabled { opacity: .35; cursor: default; }
.story-status { margin: 0; text-align: center; font-size: 13px; color: var(--muted); }
.story-continue { display: flex; justify-content: center; gap: 12px; padding: 22px 0 8px; font-size: 12px; color: var(--clay-dark); text-decoration: underline; text-underline-offset: 4px; }

.life {
  position: relative;
  z-index: 5;
  padding: 38px clamp(24px, 7vw, 112px) 42px;
  background: #eee1d4;
}
.life-heading {
  display: grid;
  grid-template-columns: 1.18fr .82fr;
  align-items: end;
  gap: 80px;
  max-width: 1260px;
  margin: 0 auto 24px;
}
.life-heading h2 {
  margin-bottom: 0;
  font-size: clamp(50px, 5.4vw, 82px);
  line-height: 1.02;
  letter-spacing: -.05em;
}
.life-heading > p {
  max-width: 470px;
  margin-bottom: 6px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.75;
}
.life-gallery {
  display: grid;
  grid-template-columns: minmax(0, 1.48fr) minmax(280px, .52fr);
  gap: 18px;
  max-width: 1320px;
  height: min(54vw, 600px);
  margin: 0 auto;
}
.life figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: #ddc9b9;
}
.life-main { border-radius: 3px 80px 3px 3px; }
.life-food { border-radius: 3px 3px 80px 3px; }
.life figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(47, 27, 21, .48), transparent 34%);
  pointer-events: none;
}
.life figure > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  
}
.life figure:hover > img { transform: none; }
.life-main > img { object-position: 49% center; }
.life-food > img { object-position: center 54%; }
.life figcaption {
  position: absolute;
  z-index: 2;
  left: 30px;
  right: 30px;
  bottom: 28px;
  display: flex;
  align-items: center;
  gap: 14px;
  color: var(--paper);
}
.life figcaption > span {
  display: grid;
  place-items: center;
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 0;
  font-size: 9px;
}
.life figcaption p { margin: 0; font-size: 11px; line-height: 1.5; }
.life figcaption strong { display: block; font: 18px Georgia, serif; }
.meal-gallery {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  max-width: 1320px;
  margin: 18px auto 0;
}
.meal-card { aspect-ratio: 2 / 3; border-radius: 3px 42px 3px 3px; }
.meal-card:nth-child(even) { border-radius: 42px 3px 3px 3px; }
.life .meal-card::after { background: linear-gradient(to top, rgba(47, 27, 21, .82), rgba(47, 27, 21, .13) 58%, transparent 75%); }
.meal-card figcaption { left: 20px; right: 20px; bottom: 22px; align-items: flex-start; gap: 11px; }
.meal-card figcaption > span { flex-basis: 32px; width: 32px; height: 32px; margin-top: 2px; }
.meal-card figcaption p { min-width: 0; }
.meal-card figcaption small { display: block; margin-bottom: 5px; color: rgba(255,250,244,.72); font: 700 8px/1.2 "Avenir Next", Avenir, Arial, sans-serif; letter-spacing: .12em; text-transform: uppercase; }
.meal-card figcaption strong { margin-bottom: 7px; font-size: clamp(17px, 1.6vw, 22px); line-height: 1.12; }
.meal-description { display: block; color: rgba(255,250,244,.82); font-size: 10px; line-height: 1.5; }

.steel { position: relative; z-index: 5; display: grid; grid-template-columns: minmax(0,.92fr) minmax(0,1.08fr); align-items: center; gap: clamp(48px, 6vw, 96px); min-height: 660px; padding: 82px clamp(24px, 8vw, 124px); background: var(--paper); }
.steel-visual { position: relative; width: min(100%, 590px); aspect-ratio: 1; justify-self: start; }
.steel-visual::before { content: ""; position: absolute; inset: 3%; border-radius: 50%; background: #ead7c8; }
.steel-ring { position: absolute; inset: 12%; border: 1px solid rgba(140, 81, 62, .28); border-radius: 50%; }
.steel-visual img { z-index: 2; top: 27%; left: 8%; width: 84%; transform: rotate(-7deg); filter: drop-shadow(0 28px 30px rgba(92, 57, 45, .13)); }
.steel-visual > p { position: absolute; z-index: 3; right: 3%; bottom: 12%; width: 84px; height: 84px; padding-top: 18px; border-radius: 50%; color: var(--paper); background: var(--clay-dark); text-align: center; font: italic 12px Georgia, serif; }
.steel-visual > p strong { display: block; font-size: 25px; font-weight: 400; }
.lifestyle-visual { aspect-ratio: 4 / 5; }
.lifestyle-visual::before { display: none; }
.lifestyle-visual > img { inset: 0; width: 100%; height: 100%; border-radius: 3px 76px 3px 3px; object-fit: cover; object-position: center; mix-blend-mode: normal; transform: none; filter: none; }
.lifestyle-visual .steel-ring { z-index: 3; inset: 18px; border-color: rgba(255, 255, 255, .42); border-radius: 2px 62px 2px 2px; }
.lifestyle-visual > p { right: -18px; bottom: 22px; }
.steel-copy { max-width: 590px; justify-self: end; }
.steel-copy h2 { margin-bottom: 28px; font-size: clamp(46px, 5vw, 74px); line-height: 1.01; letter-spacing: -.05em; }
.steel-copy > p:not(.section-kicker) { color: var(--muted); font-size: 16px; line-height: 1.8; }
.steel-points { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin: 34px 0 24px; }
.steel-points span { padding: 8px 12px; border-left: 2px solid var(--line); color: var(--clay-dark); font-size: 12px; line-height: 1.4; }
.steel-note { padding-top: 20px; border-top: 1px solid var(--line); font-size: 10px !important; line-height: 1.6 !important; }

.mission { position: relative; z-index: 5; padding: 68px clamp(24px, 10vw, 160px); color: var(--paper); background: var(--clay-dark); overflow: hidden; }
.mission::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(101,55,43,.98) 0%, rgba(101,55,43,.92) 40%, rgba(101,55,43,.26) 76%, rgba(101,55,43,.08) 100%); }
.mission::after { content: ""; position: absolute; width: 650px; height: 650px; right: -330px; top: -390px; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; }
.mission > :not(.mission-photo) { position: relative; z-index: 2; }
.mission-photo { position: absolute; inset: 0 0 0 auto; z-index: 0; width: 58%; }
.mission-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 58% center; }
.mission-label { display: flex; align-items: center; gap: 18px; color: #f0c2ad; font-size: 10px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.mission-label i { width: 60px; height: 1px; background: currentColor; }
blockquote { max-width: 820px; margin: 28px 0 34px; font: 400 clamp(44px, 5.5vw, 76px)/1.02 Georgia, serif; letter-spacing: -.052em; }
.mission-bottom { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding-top: 34px; border-top: 1px solid rgba(255,255,255,.22); }
.mission-bottom p { max-width: 690px; margin: 0; color: rgba(255,250,244,.68); font-size: 16px; line-height: 1.75; }
.price-badge { position: relative; display: grid; place-items: center; flex: 0 0 140px; width: 140px; height: 140px; padding: 22px; border: 1px solid rgba(255,250,244,.88); border-radius: 50%; color: #5b342b; background: #f1c1aa; box-shadow: 0 18px 42px rgba(45,23,18,.28), 0 0 0 7px rgba(255,250,244,.1); text-align: center; font: italic 17px/1.25 Georgia, serif; transform: rotate(-7deg); }
.price-badge::after { content: ""; position: absolute; inset: 8px; border: 1px solid rgba(91,52,43,.28); border-radius: inherit; }

.buy-reasons { position: relative; z-index: 5; display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); padding: 0 clamp(24px, 6vw, 96px); border-bottom: 1px solid var(--line); background: var(--paper); }
.buy-reasons article { display: grid; grid-template-columns: auto minmax(0,1fr); align-items: center; gap: 18px; min-height: 132px; padding: 24px clamp(20px, 2.5vw, 38px); }
.buy-reasons article + article { border-left: 1px solid var(--line); }
.buy-reasons article > span { min-width: 62px; color: var(--clay-dark); font: italic 30px/1 Georgia,serif; }
.buy-reasons p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.55; }
.buy-reasons strong { display: block; margin-bottom: 6px; color: var(--ink); font: 22px/1.15 Georgia, serif; font-weight: 400; }

.materials { position: relative; z-index: 5; padding: 100px clamp(24px, 8vw, 124px); background: var(--paper); }
.materials-heading { display: grid; grid-template-columns: .8fr 1.2fr; align-items: start; margin-bottom: 58px; }
.materials-heading h2 { margin: 0; }
.material-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-block: 1px solid var(--line); }
.material-grid article { min-height: 260px; padding: 38px 34px; }
.material-grid article + article { border-left: 1px solid var(--line); }
.material-icon { display: grid; place-items: center; width: 42px; height: 42px; margin-bottom: 40px; border: 1px solid rgba(184,115,89,.35); border-radius: 50%; color: var(--clay-dark); font: italic 11px Georgia, serif; }
.material-grid h3 { margin-bottom: 14px; font-size: 25px; }
.material-grid p { max-width: 330px; margin-bottom: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }

.shop { position: relative; z-index: 5; padding: 88px clamp(24px, 6vw, 96px); background: #f1e3d6; overflow: hidden; }
.shop::before { content: ""; position: absolute; width: 560px; height: 560px; right: -320px; top: -330px; border: 1px solid rgba(140,81,62,.16); border-radius: 50%; }
.shop-heading { position: relative; display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 60px; margin-bottom: 48px; }
.shop-heading h2 { margin: 0; font-size: clamp(52px, 5.7vw, 86px); line-height: .96; letter-spacing: -.055em; }
.shop-heading h2 em { color: var(--clay-dark); }
.shop-intro { max-width: 500px; justify-self: end; }
.shop-intro p { margin-bottom: 18px; color: var(--muted); font-size: 15px; line-height: 1.75; }
.shop-intro .shop-dispatch { margin: 0; color: var(--clay-dark); font-size: 12px; font-weight: 700; }
.product-grid { position: relative; display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 14px; }
.product-card { min-width: 0; padding: 10px 10px 18px; border: 1px solid rgba(63,45,41,.1); border-radius: 3px 34px 3px 3px; background: rgba(255,250,244,.9); box-shadow: 0 16px 36px rgba(89,58,43,.07); transition: transform .35s var(--ease), box-shadow .35s var(--ease); }
.product-card:hover { box-shadow: 0 20px 44px rgba(89,58,43,.1); }
.product-image { position: relative; overflow: hidden; aspect-ratio: 1; margin-bottom: 18px; border-radius: 2px 27px 2px 2px; background: #ead9cc; }
.product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--ease); }
.product-card:hover .product-image img { transform: none; }
.product-image > span { position: absolute; left: 12px; bottom: 12px; padding: 7px 10px; border-radius: 999px; color: var(--ink); background: rgba(255,250,244,.88); font-size: 8px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; backdrop-filter: blur(8px); }
.product-info { padding-inline: 6px; }
.product-title { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 14px; }
.product-title h3 { margin: 0; font-size: clamp(22px, 2vw, 29px); }
.product-title strong { color: var(--clay-dark); font: 17px/1 Georgia, serif; font-weight: 400; white-space: nowrap; }
.product-stock { display: flex; align-items: center; gap: 7px; margin: -3px 0 15px; font-size: 9px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.product-stock > span { flex: 0 0 7px; width: 7px; height: 7px; border-radius: 50%; }
.product-stock.is-in-stock { color: #5f6e56; }
.product-stock.is-in-stock > span { background: #748b67; box-shadow: 0 0 0 3px rgba(116,139,103,.15); }
.product-stock.is-low-stock { color: #8b691f; }
.product-stock.is-low-stock > span { background: #d5a83f; box-shadow: 0 0 0 3px rgba(213,168,63,.17); }
.product-stock.is-out-of-stock { color: #a94f43; }
.product-stock.is-out-of-stock > span { background: #bd5549; box-shadow: 0 0 0 3px rgba(189,85,73,.15); }
.product-card-footer { display: grid; grid-template-columns: auto minmax(0,1fr); gap: 9px; }
.quantity-control { display: grid; grid-template-columns: 30px 28px 30px; align-items: center; min-height: 42px; border: 1px solid var(--line); border-radius: 999px; background: var(--paper); }
.quantity-control button { display: grid; place-items: center; width: 30px; height: 40px; padding: 0; border: 0; color: var(--ink); background: transparent; font: 16px Arial, sans-serif; cursor: pointer; }
.quantity-control output { text-align: center; font-size: 12px; font-weight: 700; }
.add-to-cart { min-height: 42px; padding: 0 13px; border: 0; border-radius: 999px; color: var(--paper); background: var(--clay-dark); font: 650 11px/1 Arial, sans-serif; cursor: pointer; transition: background .2s ease, transform .2s ease; }
.add-to-cart:hover { background: var(--ink); transform: translateY(-1px); }
.add-to-cart.is-added { background: #65735b; }
.product-card.is-unavailable { border-color: rgba(63,45,41,.08); background: rgba(239,232,225,.86); box-shadow: none; }
.product-card.is-unavailable:hover { transform: none; box-shadow: none; }
.product-card.is-unavailable .product-title { opacity: .58; }
.product-card.is-unavailable .quantity-control { opacity: .42; }
.product-card.is-unavailable .add-to-cart { color: rgba(63,45,41,.58); background: #d7ccc4; cursor: not-allowed; }
.product-card button:disabled { cursor: not-allowed; }

.delivery-note { position: relative; display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); margin-top: 24px; border-block: 1px solid rgba(140,81,62,.22); }
.delivery-note p { display: grid; grid-template-columns: minmax(0,.7fr) minmax(0,1fr); align-items: center; gap: 20px; min-height: 78px; margin: 0; padding: 16px clamp(14px, 2vw, 28px); }
.delivery-note p + p { border-left: 1px solid rgba(140,81,62,.22); }
.delivery-note strong { color: var(--ink); font: 18px/1.2 Georgia, serif; font-weight: 400; }
.delivery-note span { color: var(--muted); font-size: 10px; line-height: 1.55; }

.product-guide { position: relative; display: grid; grid-template-columns: minmax(0,.82fr) minmax(0,1.18fr); gap: clamp(38px, 6vw, 92px); margin-top: 46px; padding: clamp(30px, 4vw, 56px); border: 1px solid rgba(140,81,62,.18); border-radius: 3px 58px 3px 3px; background: rgba(255,250,244,.72); box-shadow: 0 22px 54px rgba(89,58,43,.06); }
.guide-overview { align-self: start; }
.guide-overview .section-kicker { margin-bottom: 18px; }
.guide-overview h2 { max-width: 520px; margin-bottom: 32px; font-size: clamp(39px, 4vw, 61px); line-height: 1.02; letter-spacing: -.045em; }
.quick-specs { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); border-block: 1px solid var(--line); }
.quick-specs p { min-height: 102px; margin: 0; padding: 19px 17px; }
.quick-specs p:nth-child(even) { border-left: 1px solid var(--line); }
.quick-specs p:nth-child(n+3) { border-top: 1px solid var(--line); }
.quick-specs strong { display: block; margin-bottom: 8px; color: var(--clay-dark); font: 20px/1.15 Georgia, serif; font-weight: 400; }
.quick-specs span { display: block; color: var(--muted); font-size: 9px; line-height: 1.45; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 20px 48px 20px 0; color: var(--ink); font: 22px/1.25 Georgia, serif; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; top: 50%; right: 2px; display: grid; place-items: center; width: 30px; height: 30px; border: 1px solid rgba(140,81,62,.26); border-radius: 50%; color: var(--clay-dark); font: 18px/1 Arial, sans-serif; transform: translateY(-50%); }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 680px; margin: -3px 48px 20px 0; color: var(--muted); font-size: 12px; line-height: 1.7; }

.cart-section { position: relative; display: grid; grid-template-columns: .92fr 1.08fr; gap: clamp(28px, 4vw, 62px); margin-top: 64px; padding: clamp(28px, 4vw, 58px); border-radius: 4px 68px 4px 4px; color: var(--paper); background: #5b3a31; box-shadow: 0 28px 70px rgba(73,43,35,.2); }
.cart-panel { display: flex; min-width: 0; flex-direction: column; }
.cart-header { display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; padding-bottom: 22px; border-bottom: 1px solid rgba(255,250,244,.16); }
.cart-header div > span, .checkout-heading > span { display: block; margin-bottom: 8px; color: #efbca5; font-size: 8px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.cart-header h3, .checkout-heading h3 { margin: 0; color: var(--paper); font-size: clamp(28px, 3vw, 40px); }
.cart-header-actions { display: flex; align-items: flex-end; flex-direction: column; gap: 9px; }
.cart-header-actions > strong { padding: 8px 11px; border: 1px solid rgba(255,250,244,.24); border-radius: 999px; color: rgba(255,250,244,.78); font-size: 9px; font-weight: 600; }
.cart-clear { padding: 2px 0 4px; border: 0; border-bottom: 1px solid rgba(255,250,244,.32); color: rgba(255,250,244,.66); background: transparent; font: 600 9px/1.2 "Avenir Next", Avenir, Arial, sans-serif; cursor: pointer; transition: color .2s ease, border-color .2s ease; }
.cart-clear:hover { border-color: rgba(255,250,244,.82); color: var(--paper); }
.cart-clear[hidden] { display: none; }
.cart-items { flex: 1; min-height: 210px; }
.cart-empty { display: flex; align-items: center; gap: 18px; min-height: 210px; color: rgba(255,250,244,.62); }
.cart-empty > span { display: grid; place-items: center; flex: 0 0 48px; width: 48px; height: 48px; border: 1px solid rgba(255,250,244,.22); border-radius: 50% 50% 44% 56%; font: italic 25px Georgia, serif; }
.cart-empty p { margin: 0; font-size: 11px; line-height: 1.6; }
.cart-empty strong { display: block; color: var(--paper); font: 21px/1.25 Georgia, serif; font-weight: 400; }
.cart-row { display: grid; grid-template-columns: 68px minmax(0,1fr) auto; align-items: center; gap: 14px; padding: 14px 0; border-bottom: 1px solid rgba(255,250,244,.12); }
.cart-row img { width: 68px; height: 68px; border-radius: 4px 16px 4px 4px; object-fit: cover; }
.cart-row-copy { min-width: 0; }
.cart-row-copy strong { display: block; margin-bottom: 6px; font: 18px/1.15 Georgia, serif; font-weight: 400; }
.cart-row-copy span { color: rgba(255,250,244,.58); font-size: 10px; }
.cart-row-actions { display: flex; align-items: center; gap: 7px; }
.cart-row-actions .quantity-control { grid-template-columns: 27px 25px 27px; border-color: rgba(255,250,244,.22); background: transparent; }
.cart-row-actions .quantity-control button { width: 27px; height: 34px; color: var(--paper); }
.cart-row-actions .quantity-control output { color: var(--paper); }
.cart-remove { width: 30px; height: 30px; padding: 0; border: 0; color: rgba(255,250,244,.55); background: transparent; font-size: 16px; cursor: pointer; }
.cart-totals { padding-top: 18px; }
.cart-totals p { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin: 0 0 12px; color: rgba(255,250,244,.62); font-size: 10px; }
.cart-totals strong { color: rgba(255,250,244,.8); font-size: 10px; font-weight: 550; text-align: right; }
.cart-totals .cart-grand-total { margin: 18px 0 0; padding-top: 18px; border-top: 1px solid rgba(255,250,244,.2); color: var(--paper); font: 19px/1 Georgia, serif; }
.cart-grand-total strong { color: #ffd2bd; font: 25px/1 Georgia, serif; font-weight: 400; }

.checkout-form { min-width: 0; padding: clamp(22px, 3vw, 38px); border: 1px solid rgba(255,255,255,.38); border-radius: 4px 48px 4px 4px; color: var(--ink); background: var(--paper); }
.checkout-heading { margin-bottom: 24px; }
.checkout-heading > span { color: var(--clay-dark); }
.checkout-heading h3 { color: var(--ink); }
.order-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.order-fields label { display: flex; flex-direction: column; gap: 7px; }
.order-fields label > span { color: var(--muted); font-size: 8px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.order-fields small { font-size: inherit; font-weight: 500; opacity: .65; }
.field-wide { grid-column: 1 / -1; }
.order-fields input, .order-fields select, .order-fields textarea { width: 100%; min-height: 46px; padding: 11px 13px; border: 1px solid var(--line); border-radius: 9px; outline: none; color: var(--ink); background: #fffdf9; font: inherit; font-size: 14px; transition: border-color .2s ease, box-shadow .2s ease; }
.order-fields textarea { min-height: 66px; resize: vertical; }
.order-fields input:focus, .order-fields select:focus, .order-fields textarea:focus { border-color: var(--clay); box-shadow: 0 0 0 3px rgba(184,115,89,.12); }
.order-consent { display: flex; align-items: flex-start; gap: 10px; margin: 18px 0; color: var(--muted); font-size: 10px; line-height: 1.5; }
.order-consent input { flex: 0 0 auto; margin: 2px 0 0; accent-color: var(--clay-dark); }
.order-submit { display: flex; align-items: center; justify-content: space-between; width: 100%; min-height: 54px; padding: 0 20px; border: 0; border-radius: 999px; color: var(--paper); background: var(--clay-dark); font: 650 13px/1 Arial, sans-serif; cursor: pointer; transition: transform .25s ease, box-shadow .25s ease; }
.order-submit:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(103,58,46,.22); }
.order-submit span { font-size: 18px; }
.order-note { margin: 12px 0 0; color: var(--muted); text-align: center; font-size: 9px; }
.payment-notice { margin-top: 18px; padding: 15px 16px; border: 1px solid rgba(140,81,62,.22); border-radius: 10px; background: #f3e6db; }
.payment-notice[hidden] { display: none; }
.payment-notice strong { display: block; margin-bottom: 5px; font: 18px/1.2 Georgia, serif; font-weight: 400; }
.payment-notice p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.55; }

footer { position: relative; z-index: 5; display: flex; align-items: center; justify-content: space-between; padding: 42px clamp(24px, 6vw, 96px); color: rgba(255,250,244,.63); background: #34231f; font-size: 11px; }
footer .brand-logo { width: 118px; height: auto; }
footer p { margin: 0; }
footer > a:last-child { padding-bottom: 4px; border-bottom: 1px solid rgba(255,250,244,.3); }

@keyframes float { 0%,100% { translate: 0 0; } 50% { translate: 0 -9px; } }
@keyframes scrollLine { 0% { top: -14px; } 55%,100% { top: 32px; } }

@media (max-width: 1100px) {
  .hero { grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr); }

  .product-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
}

@media (max-width: 820px) {

  .site-header { height: 70px; padding-inline: 20px; }
  .menu-open .site-header, .menu-open .site-header.scrolled { height: 70px; border-color: transparent; background: transparent; backdrop-filter: none; }
  .brand { position: relative; z-index: 2; }
  .brand-logo { width: 146px; height: auto; }
  .menu-button { position: relative; z-index: 2; display: block; }
  .menu-open .menu-button span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-open .menu-button span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .nav { position: fixed; z-index: 1; inset: 0; min-height: 100vh; min-height: 100dvh; flex-direction: column; justify-content: flex-start; gap: 24px; padding: clamp(118px, 17svh, 154px) 24px 32px; overflow-y: auto; overscroll-behavior: contain; color: var(--ink); background: var(--cream); font: 28px/1.15 Georgia, serif; opacity: 0; visibility: hidden; transition: opacity .25s ease, visibility .25s ease; }
  .menu-open .nav { opacity: 1; visibility: visible; }
  .nav-shop { flex-direction: column; gap: 14px; width: min(100%, 320px); margin-top: 8px; padding-top: 24px; border-top: 1px solid var(--line); }
  .nav-cta { display: flex; align-items: center; justify-content: center; width: 100%; min-height: 56px; padding: 10px 22px; font: inherit; }
  .nav-cart { gap: 9px; font: inherit; }
  .nav-cart span { display: inline-flex; min-width: 30px; height: 30px; margin-left: 0; padding-inline: 8px; align-items: center; justify-content: center; font: 700 14px/1 "Avenir Next", Avenir, "Helvetica Neue", Arial, sans-serif; }
  .hero { grid-template-columns: minmax(0,1fr); gap: 14px; min-height: auto; padding: 86px 24px 22px; }
  .hero-copy { min-width: 0; }
  h1 { font-size: clamp(39px,12.4vw,68px); line-height: .98; }
  .hero-facts { display: none; }
  .hero-product { width: 100%; margin: 0; }
  .scroll-cue { display: none; }
  .promise-strip { display: flex; min-height: 104px; padding: 0 20px; overflow-x: auto; overscroll-behavior-inline: contain; scrollbar-width: none; }
  .promise-strip::-webkit-scrollbar { display: none; }
  .promise-strip p { flex: 0 0 min(68vw,300px); min-height: 104px; padding: 16px 20px; }
  .promise-strip .promise-intro { flex-basis: min(48vw,220px); }
  .intro { padding: 82px 24px 72px; }

  .life { padding: 78px 20px 84px; }
  .life-heading { grid-template-columns: 1fr; gap: 24px; margin-bottom: 40px; }
  .life-heading h2 { font-size: clamp(42px, 11vw, 60px); }
  .life-gallery { display: flex; gap: 12px; height: 560px; margin-inline: -20px; padding-inline: 20px; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .life-gallery::-webkit-scrollbar { display: none; }
  .life figure { flex: 0 0 84vw; scroll-snap-align: center; }
  .life-main { border-radius: 3px 54px 3px 3px; }
  .life-food { border-radius: 3px 3px 54px 3px; }
  .life-food > img { object-position: center 55%; }
  .meal-gallery { display: flex; gap: 12px; height: 430px; margin: 12px -20px 0; padding-inline: 20px; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .meal-gallery::-webkit-scrollbar { display: none; }
  .life .meal-card { flex: 0 0 min(78vw, 320px); height: 430px; border-radius: 3px 42px 3px 3px; scroll-snap-align: center; }
  .meal-card figcaption { left: 18px; right: 18px; bottom: 18px; }
  .meal-description { font-size: 10px; }
  .steel { grid-template-columns: 1fr; gap: 40px; min-height: auto; padding: 78px 24px; }
  .steel-visual { width: min(92vw,560px); justify-self: center; }
  .steel-copy { justify-self: start; }
  .steel-points { grid-template-columns: 1fr; }
  .mission { padding: 82px 24px; }
  .mission::before { background: linear-gradient(180deg, rgba(101,55,43,.86), rgba(101,55,43,.95)); }
  .mission-photo { width: 100%; opacity: .44; }
  .mission-photo img { object-position: 62% center; }
  .mission-bottom { align-items: flex-start; flex-direction: column; }
  .price-badge { align-self: flex-end; }
  .buy-reasons { display: flex; padding: 0 20px; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .buy-reasons::-webkit-scrollbar { display: none; }
  .buy-reasons article { flex: 0 0 min(78vw,360px); min-height: 118px; padding: 20px; scroll-snap-align: center; }
  .buy-reasons article + article { border-left: 1px solid var(--line); }
  .materials { padding: 82px 24px; }
  .materials-heading { grid-template-columns: 1fr; margin-bottom: 62px; }
  .material-grid { grid-template-columns: 1fr; }
  .material-grid article { min-height: auto; padding: 32px 0; }
  .material-grid article + article { border-top: 1px solid var(--line); border-left: 0; }
  .material-icon { margin-bottom: 26px; }
  .shop { padding: 74px 20px; }
  .shop-heading { grid-template-columns: 1fr; gap: 24px; margin-bottom: 38px; }
  .shop-intro { max-width: 650px; justify-self: start; }
  .product-grid { gap: 12px; }
  .delivery-note { grid-template-columns: 1fr; }
  .delivery-note p { grid-template-columns: minmax(150px,.62fr) minmax(0,1fr); }
  .delivery-note p + p { border-top: 1px solid rgba(140,81,62,.22); border-left: 0; }
  .product-guide { grid-template-columns: 1fr; gap: 38px; margin-top: 38px; padding: 34px 26px; border-radius: 3px 44px 3px 3px; }
  .guide-overview h2 { max-width: 650px; }
  .cart-section { grid-template-columns: 1fr; gap: 34px; margin-top: 44px; padding: 26px 20px; border-radius: 4px 48px 4px 4px; }
  .cart-items { min-height: 150px; }
  .cart-empty { min-height: 150px; }
  footer { flex-direction: column; gap: 24px; text-align: center; }
}

@media (max-width: 520px) {
  .hero-actions { align-items: center; flex-direction: row; gap: 20px; }
  .hero-product { width: 100%; max-width: none; transform: none; }
  .hero-lifestyle { width: 100%; aspect-ratio: 1.18; margin: 0; }
  .hero-lifestyle .hero-halo { inset: 1% 0 0 2%; }
  .hero-photo-frame { inset: 0; border-radius: 3px 54px 3px 3px; }
  .product-grid { display: flex; gap: 12px; margin-inline: -20px; padding-inline: 20px; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .product-grid::-webkit-scrollbar { display: none; }
  .product-card { flex: 0 0 82vw; scroll-snap-align: center; }
  .product-title h3 { font-size: 25px; }
  .buy-reasons article { flex-basis: 84vw; }
  .buy-reasons strong { font-size: 20px; }
  .delivery-note p { grid-template-columns: 1fr; gap: 6px; min-height: 0; padding: 18px 4px; }
  .product-guide { margin-inline: -20px; padding: 34px 20px; border-inline: 0; border-radius: 0; }
  .guide-overview h2 { margin-bottom: 28px; font-size: 41px; }
  .quick-specs p { min-height: 96px; padding: 16px 12px; }
  .quick-specs strong { font-size: 18px; }
  .faq-list summary { padding-block: 18px; font-size: 20px; }
  .faq-list details p { margin-right: 38px; }
  .cart-section { margin-inline: -20px; border-radius: 0; }
  .cart-row { grid-template-columns: 58px minmax(0,1fr); }
  .cart-row img { width: 58px; height: 58px; }
  .cart-row-actions { grid-column: 2; }
  .checkout-form { padding: 24px 16px; border-radius: 4px 38px 4px 4px; }
  .order-fields { grid-template-columns: 1fr; }
  .field-wide { grid-column: auto; }
  .intro h2, .materials h2 { font-size: 43px; }

  blockquote { font-size: 45px; }
  .life-gallery { height: 510px; }
  .life figcaption { left: 20px; right: 20px; bottom: 20px; }
}

/* Zdela shop flow and horizontal gallery navigation. */
.shop { padding-block: 52px; }
.shop-heading { gap: 32px; margin-bottom: 30px; }
.shop-heading h2 { font-size: clamp(42px,4.8vw,70px); line-height: 1.02; }
.shop-next { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 24px; margin-top: 24px; }
.product-grid, .life-gallery, .meal-gallery { min-width: 0; max-width: 100%; }
.product-card, .product-info { min-width: 0; }
.quantity-control { grid-template-columns: 36px 24px 36px; min-height: 44px; }
.quantity-control button { width: 36px; height: 44px; }
.add-to-cart { min-height: 44px; }
.cart-clear { min-height: 44px; padding: 8px 0; font-size: 12px; }
.cart-row-actions .quantity-control { grid-template-columns: 34px 24px 34px; }
.cart-row-actions .quantity-control button { width: 34px; height: 44px; }
.cart-remove { width: 44px; height: 44px; }
.gallery-controls { display: flex; align-items: center; justify-content: space-between; gap: 10px; width: 100%; margin: 16px auto 26px; }
.gallery-info { display: flex; flex-direction: column; align-items: center; gap: 4px; min-width: 0; }
.gallery-pages { display: flex; gap: 2px; }
.gallery-page { display: grid; place-items: center; width: 32px; height: 32px; padding: 0; border: 0; background: none; cursor: pointer; }
.gallery-page::after { content: ""; width: 6px; height: 6px; border-radius: 50%; background: #cdb9a9; }
.gallery-page[aria-current="true"]::after { width: 20px; border-radius: 6px; background: var(--clay-dark); }
.gallery-caption { color: var(--muted); font-size: 11px; }
.guide-section, .checkout-section { padding: 48px clamp(24px,6vw,96px); background: #f1e3d6; }
.guide-section { padding-bottom: 0; }
.product-guide { margin-top: 0; }
.cart-section { margin-top: 0; }
.cart-feedback { position: fixed; z-index: 45; left: 50%; bottom: max(20px,env(safe-area-inset-bottom)); display: flex; align-items: center; gap: 24px; width: max-content; max-width: calc(100% - 32px); padding: 16px 22px; border: 1px solid var(--line); border-radius: 12px; color: var(--paper); background: #4b342d; box-shadow: 0 8px 32px rgba(30,20,15,.2); transform: translateX(-50%); font-size: 13px; }
.cart-feedback a { flex-shrink: 0; padding-block: 6px; color: #f0c2ad; text-decoration: underline; text-underline-offset: 4px; }
body.menu-open .cart-feedback { display: none; }
@media (max-width: 1100px) and (min-width: 821px) {
  .hero-facts { gap: 10px; }
  .hero-facts p + p { padding-left: 10px; }
  .hero-facts strong { font-size: 22px; }
}
@media (max-width: 820px) {
  html { scroll-padding-top: 80px; }
  [id] { scroll-margin-top: 80px; }
  .site-header { background: var(--cream); }
  .hero { padding-top: 88px; }
  .hero h1 br { display: none; }
  .hero h1 em { display: block; }
  .story { padding: 38px 20px; }
  .story-heading { grid-template-columns: 1fr; gap: 18px; margin-bottom: 24px; }
  .story-heading h2 { font-size: clamp(34px,9vw,46px); }
  .story-heading > p { max-width: 100%; font-size: 13px; }
  .story-layout { grid-template-columns: minmax(0,1fr); gap: 22px; max-width: 540px; }
  .story-stage { width: 100%; }
  .steps { min-height: 254px; }
  .step-copy { padding: 0; }
  .step h3 { font-size: clamp(30px,8vw,40px); margin-bottom: 16px; }
  .step-number { margin-bottom: 12px; }
  .step p { font-size: 14px; line-height: 1.65; margin-bottom: 16px; }
  .story-controls { padding-top: 16px; }
  .hotspot { width: 40px; height: 40px; font-size: 10px; }
  .promise-strip { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); padding: 20px; min-height: 0; overflow: visible; gap: 0; }
  .promise-strip .promise-intro { grid-column: 1 / -1; padding: 0 0 18px; min-height: 0; border-bottom: 1px solid rgba(255,250,244,.14); }
  .promise-strip p { min-height: 0; padding: 20px 12px; border: 0; }
  .promise-strip p:nth-child(odd):not(:first-child) { border-left: 1px solid rgba(255,250,244,.14); }
  .promise-strip p:last-child { border-right: 0; }
  .promise-strip strong { font-size: 19px; }
  .promise-strip p > span { font-size: 11px; }
  .life { padding: 40px 20px; }
  .life-heading { gap: 18px; margin-bottom: 26px; }
  .life-gallery, .meal-gallery { margin-inline: 0; padding-inline: 0; height: auto; scroll-padding-inline: 0; }
  .life-gallery { display: flex; }
  .life figure { flex: 0 0 90%; aspect-ratio: 3 / 4; }
  .meal-gallery { margin-top: 24px; }
  .life .meal-card { flex: 0 0 86%; height: auto; aspect-ratio: 2 / 3; }
  .meal-description { font-size: 12px; }
  .meal-card figcaption strong { font-size: 23px; }
  .steel { padding: 48px 24px; }
  .steel-visual { width: 100%; max-width: 540px; }
  .steel-copy h2 { font-size: clamp(36px,9vw,52px); overflow-wrap: break-word; }
  .lifestyle-visual > p { right: 12px; }
  .mission { padding: 48px 24px; }
  .buy-reasons { display: grid; grid-template-columns: 1fr; overflow: visible; padding: 0 20px; }
  .buy-reasons article { min-height: 96px; padding: 18px 4px; }
  .buy-reasons article + article { border-left: 0; border-top: 1px solid var(--line); }
  .shop { padding: 32px 20px; }
  .shop-heading { gap: 16px; margin-bottom: 26px; }
  .shop-heading h2 { font-size: clamp(36px,9.3vw,48px); }
  .shop-intro p { font-size: 14px; margin-bottom: 10px; }
  .guide-section, .checkout-section { padding: 32px 20px; }
  .guide-section { padding-bottom: 0; }
  .product-guide, .cart-section { margin-top: 0; }
  footer { padding-bottom: max(32px, env(safe-area-inset-bottom)); }
}
@media (max-width: 520px) {
  .product-grid { margin-inline: 0; padding-inline: 0; }
  .product-card { flex: 0 0 90%; }
  .product-card-footer { grid-template-columns: auto minmax(0,1fr); }
  .product-title { gap: 8px; }
  .product-title h3 { font-size: 24px; }
  .product-title strong { font-size: 16px; }
  .cart-feedback { gap: 10px; padding: 12px 16px; font-size: 12px; }
  .gallery-page { width: 36px; height: 36px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
/* Shown only after the backend confirms explicit test-payment mode. */
.store-demo-notice { margin: 16px auto; max-width: 1200px; padding: 16px 24px; background: #eee4d5; color: #513b2e; border: 1px solid #d7c5ad; border-radius: 14px; font-size: 14px; line-height: 1.6; }
.store-demo-notice strong { display: block; }
.store-demo-notice a { color: #88513b; text-decoration: underline; }
.store-demo-notice[hidden] { display: none; }
