
@font-face {
  font-family: 'Tempting';
  src: url('Tempting.otf') format('opentype');
  font-weight: normal; font-style: normal; font-display: swap;
}
.script-wordmark, .line-intro h2.script-wordmark {
  font-family: 'Tempting', 'Playfair Display', cursive;
  font-weight: 400; font-style: normal;
  color: #a8551c;
  font-size: clamp(2.6rem, 4.6vw, 4.2rem);
  line-height: 1.1; letter-spacing: 0;
  white-space: nowrap;
  margin: 0.55rem 0 1.1rem;
}
/* ═══════════════ DESIGN TOKENS — "Soil, Cream, Celebration" ═══════════════ */
:root {
  /* Brand brown — "roasted" depth */
  --primary: #361f1a;
  --primary-container: #4e342e;
  --on-primary: #fffaf3;
  --on-primary-container: #fef3e2;

  /* Gold — "festive accent" */
  --secondary: #c9a14a;
  --secondary-fixed: #ffe088;
  --secondary-container: #ffefb6;
  --on-secondary: #1a1c19;

  /* Fiesta spices — sachet wordmark crimson + warm cream */
  --tertiary: #b8242b;
  --tertiary-container: #f6dcc8;
  --on-tertiary: #ffffff;
  --festive-blue: #2b3f7a;
  --festive-orange: #d97026;
  --fiesta-cream: #f4d9a8;
  --fiesta-banner: #1a1310;

  /* Surface ladder */
  --surface: #fafaf5;
  --surface-container-low: #f4f4ef;
  --surface-container: #ececde;
  --surface-container-high: #e2e2d2;
  --surface-container-highest: #d7d7c5;
  --surface-container-lowest: #ffffff;

  --on-surface: #1a1c19;
  --on-surface-variant: #4a4a45;
  --on-surface-muted: #6f6f68;

  --outline-variant: #d4c3bf;

  /* Signature CTA gradient */
  --grad-primary: linear-gradient(135deg, #361f1a 0%, #4e342e 100%);
  --grad-roast: linear-gradient(180deg, #2a1814 0%, #4e342e 100%);

  /* Ambient depth (DESIGN.md: on-surface @ 4%, 32px blur, 16px Y) */
  --elev-ambient: 0 16px 32px -8px rgba(26,28,25,0.10), 0 4px 12px -4px rgba(26,28,25,0.06);
  --elev-float: 0 24px 48px -12px rgba(26,28,25,0.14), 0 8px 16px -6px rgba(26,28,25,0.06);

  /* Ghost border (15% outline-variant) */
  --ghost: rgba(212,195,191,0.45);

  /* Shape */
  --r-sm: 0.25rem;
  --r-md: 0.375rem;
  --r-lg: 0.75rem;
  --r-xl: 1.25rem;
}

/* ═══════════════ RESET & BASE ═══════════════ */
*,*::before,*::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: 'Manrope', system-ui, sans-serif;
  font-weight: 400;
  background: var(--surface);
  color: var(--on-surface);
  overflow-x: hidden;
  line-height: 1.6;
  /* "fine paper" texture overlay @ 3% */
  background-image:
    radial-gradient(circle at 18% 24%, rgba(54,31,26,0.025) 0, transparent 28%),
    radial-gradient(circle at 78% 68%, rgba(54,31,26,0.018) 0, transparent 32%),
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='220' height='220'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0.2 0 0 0 0 0.12 0 0 0 0 0.1 0 0 0 0.03 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
}
a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }
button { cursor: pointer; border: none; background: none; font-family: inherit; color: inherit; }
input, select, textarea { font-family: inherit; }
::selection { background: var(--secondary-fixed); color: var(--primary); }

/* Typography utilities */
.serif { font-family: 'Noto Serif', Georgia, serif; }
.display-lg { font-family: 'Noto Serif', Georgia, serif; font-weight: 700; font-size: clamp(2.8rem, 5.4vw, 4.6rem); line-height: 1.04; letter-spacing: -0.02em; }
.headline-lg { font-family: 'Noto Serif', Georgia, serif; font-weight: 600; font-size: clamp(2rem, 3.4vw, 2.9rem); line-height: 1.15; letter-spacing: -0.015em; }
.headline-md { font-family: 'Noto Serif', Georgia, serif; font-weight: 600; font-size: clamp(1.5rem, 2.4vw, 2rem); line-height: 1.2; letter-spacing: -0.01em; }
.title { font-family: 'Noto Serif', Georgia, serif; font-weight: 600; font-size: 1.25rem; letter-spacing: -0.005em; }
.label-eyebrow {
  font-family: 'Manrope', sans-serif;
  font-size: 0.72rem; font-weight: 600;
  letter-spacing: 0.32em; text-transform: uppercase;
  color: var(--on-surface-variant);
  display: inline-flex; align-items: center; gap: 0.6rem;
}
.label-eyebrow::before { content:''; width:28px; height:1px; background: currentColor; opacity: 0.5; }
.label-sm { font-size: 0.78rem; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; color: var(--on-surface-variant); }
.body-md { font-size: 1.02rem; line-height: 1.75; color: var(--on-surface-variant); }
.italic-emphasis { font-style: italic; font-weight: 500; color: var(--tertiary); }

/* Page system */
.page { display: none; }
.page.active { display: block; }

/* ═══════════════ NAVIGATION — Glass ═══════════════ */
nav.topbar {
  position: fixed; inset: 0 0 auto 0; z-index: 1000;
  height: 68px;
  display: flex; align-items: center;
  padding: 0 clamp(1.25rem, 5vw, 3rem);
  gap: 2.5rem;
  background: rgba(250,250,245,0.78);
  backdrop-filter: blur(20px) saturate(140%);
  -webkit-backdrop-filter: blur(20px) saturate(140%);
  /* No bottom border (No-Line). Use a faint tonal shadow only. */
  box-shadow: 0 1px 0 rgba(54,31,26,0.04), 0 8px 24px -16px rgba(54,31,26,0.10);
}
.brand {
  font-family: 'Noto Serif', serif;
  font-size: 1.5rem; font-weight: 700;
  color: var(--primary);
  letter-spacing: -0.01em;
  display: flex; flex-direction: column; line-height: 1;
  flex-shrink: 0;
}
.brand small {
  font-family: 'Manrope', sans-serif;
  font-size: 0.6rem; font-weight: 600;
  letter-spacing: 0.42em; text-transform: uppercase;
  color: var(--secondary); margin-top: 4px;
}
.nav-links {
  display: flex; gap: 0.25rem;
  list-style: none; flex: 1; justify-content: center;
}
.nav-links a {
  font-size: 0.82rem; font-weight: 500;
  letter-spacing: 0.04em;
  color: var(--on-surface-variant);
  padding: 0.6rem 1.05rem;
  border-radius: var(--r-md);
  position: relative;
  transition: color 0.2s, background 0.2s;
}
.nav-links a:hover { color: var(--primary); background: rgba(54,31,26,0.05); }
.nav-links a.active { color: var(--primary); }
.nav-links a.active::after {
  content: ''; position: absolute;
  left: 50%; bottom: 0.1rem; transform: translateX(-50%);
  width: 18px; height: 2px;
  background: var(--secondary);
  border-radius: 1px;
}
.nav-actions { display: flex; align-items: center; gap: 0.35rem; }
.icon-btn {
  position: relative;
  width: 40px; height: 40px;
  display: inline-flex; align-items: center; justify-content: center;
  color: var(--primary);
  border-radius: var(--r-md);
  transition: background 0.2s, color 0.2s;
}
.icon-btn:hover { background: rgba(54,31,26,0.06); }
.icon-btn svg { width: 20px; height: 20px; stroke-width: 1.5; }
.cart-badge {
  position: absolute; top: 4px; right: 4px;
  min-width: 16px; height: 16px; padding: 0 4px;
  background: var(--tertiary); color: white;
  border-radius: 999px;
  font-size: 0.6rem; font-weight: 700;
  display: inline-flex; align-items: center; justify-content: center;
  border: 2px solid var(--surface);
}
.nav-cta {
  margin-left: 0.6rem;
  font-size: 0.78rem; font-weight: 700;
  letter-spacing: 0.06em; text-transform: uppercase;
  padding: 0.65rem 1.3rem;
  background: var(--grad-primary);
  color: var(--on-primary);
  border-radius: var(--r-md);
  transition: transform 0.2s, box-shadow 0.2s;
  box-shadow: 0 4px 14px -4px rgba(54,31,26,0.35);
}
.nav-cta:hover { transform: translateY(-1px); box-shadow: 0 8px 22px -6px rgba(54,31,26,0.45); }

/* Hamburger */
.nav-burger {
  display: none;
  width: 44px; height: 44px;
  flex-direction: column; align-items: center; justify-content: center;
  gap: 5px;
  border-radius: var(--r-md);
  transition: background 0.2s;
}
.nav-burger:hover { background: rgba(54,31,26,0.06); }
.nav-burger span {
  display: block; width: 22px; height: 2px;
  background: var(--primary); border-radius: 2px;
  transition: transform 0.3s ease, opacity 0.2s ease;
}
.nav-burger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-burger.open span:nth-child(2) { opacity: 0; }
.nav-burger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Mobile menu panel */
.m-scrim {
  position: fixed; inset: 68px 0 0 0;
  background: rgba(26,28,25,0.38);
  backdrop-filter: blur(2px);
  z-index: 1400;
  opacity: 0; pointer-events: none;
  transition: opacity 0.3s;
}
.m-scrim.open { opacity: 1; pointer-events: all; }
.mobile-menu {
  position: fixed; top: 68px; left: 0; right: 0;
  z-index: 1500;
  display: flex; flex-direction: column; gap: 0.15rem;
  padding: 0.9rem clamp(1.25rem, 5vw, 3rem) 1.4rem;
  background: rgba(250,250,245,0.98);
  backdrop-filter: blur(20px) saturate(140%);
  -webkit-backdrop-filter: blur(20px) saturate(140%);
  box-shadow: 0 18px 44px -14px rgba(54,31,26,0.28);
  transform: translateY(-115%);
  transition: transform 0.38s cubic-bezier(0.25,0.46,0.45,0.94);
}
.mobile-menu.open { transform: translateY(0); }
.mobile-menu a {
  padding: 0.95rem 1rem;
  border-radius: var(--r-md);
  font-size: 1.02rem; font-weight: 500;
  letter-spacing: 0.01em;
  color: var(--on-surface-variant);
  transition: background 0.15s, color 0.15s;
}
.mobile-menu a:hover { background: rgba(54,31,26,0.05); color: var(--primary); }
.mobile-menu a.active { color: var(--primary); background: rgba(54,31,26,0.06); }
.mobile-menu a.mm-cta {
  margin-top: 0.6rem;
  text-align: center;
  background: var(--grad-primary); color: var(--on-primary);
  font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase;
  font-size: 0.82rem;
}
.mobile-menu a.mm-cta:hover { color: var(--on-primary); }

/* ═══════════════ BUTTONS ═══════════════ */
.btn {
  display: inline-flex; align-items: center; gap: 0.55rem;
  font-family: 'Manrope', sans-serif;
  font-size: 0.85rem; font-weight: 700;
  letter-spacing: 0.06em; text-transform: uppercase;
  padding: 0.95rem 1.8rem;
  border-radius: var(--r-md);
  transition: transform 0.2s, background 0.25s, box-shadow 0.2s, color 0.2s;
}
.btn-primary {
  background: var(--grad-primary); color: var(--on-primary);
  box-shadow: 0 6px 18px -6px rgba(54,31,26,0.35);
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 12px 28px -8px rgba(54,31,26,0.5); }
.btn-festive {
  background: var(--secondary-fixed); color: var(--primary);
  box-shadow: 0 6px 18px -6px rgba(201,161,74,0.4);
}
.btn-festive:hover { transform: translateY(-2px); background: #ffd966; }
.btn-ghost {
  background: transparent; color: var(--primary);
  padding: 0.95rem 1.4rem;
  position: relative;
}
.btn-ghost::after {
  content: ''; position: absolute; left: 1.4rem; right: 1.4rem; bottom: 0.55rem;
  height: 1.5px; background: var(--primary);
  transform: scaleX(0.4); transform-origin: left;
  transition: transform 0.3s ease;
}
.btn-ghost:hover::after { transform: scaleX(1); }
.btn-outline {
  background: transparent; color: var(--on-primary);
  box-shadow: inset 0 0 0 1px rgba(255,250,243,0.35);
}
.btn-outline:hover { background: rgba(255,250,243,0.08); box-shadow: inset 0 0 0 1px rgba(255,250,243,0.65); }

/* ═══════════════ SECTIONS ═══════════════ */
section { padding: clamp(4.5rem, 9vw, 7rem) clamp(1.25rem, 8vw, 7rem); }
.surface-low { background: var(--surface-container-low); }
.surface-base { background: var(--surface); }
.surface-roast { background: var(--grad-roast); color: var(--on-primary); }
.surface-roast .label-eyebrow,
.surface-roast .body-md { color: rgba(255,250,243,0.7); }

.section-head { max-width: 760px; margin-bottom: 3.5rem; }
.section-head .label-eyebrow { margin-bottom: 1rem; }
.section-head .body-md { margin-top: 1rem; max-width: 580px; }

/* ═══════════════ HERO ═══════════════ */
.hero {
  position: relative;
  min-height: 92vh;
  margin-top: 68px;
  overflow: hidden;
  background: var(--surface-container-low);
}
.hero-slide {
  position: absolute; inset: 0;
  display: grid; grid-template-columns: 1.05fr 1fr;
  opacity: 0; pointer-events: none;
  transition: opacity 1.1s ease;
}
.hero-slide.active { opacity: 1; pointer-events: all; }
.hero-text {
  align-self: center;
  padding: 4rem clamp(2rem, 6vw, 6rem);
  position: relative; z-index: 3;
}
.hero-text .label-eyebrow { color: var(--secondary); margin-bottom: 1.4rem; }
.hero-text h1 { color: var(--primary); margin-bottom: 1.6rem; }
.hero-text h1 em { font-style: italic; color: var(--tertiary); font-weight: 500; }
.hero-text p {
  font-size: 1.1rem; line-height: 1.75;
  color: var(--on-surface-variant);
  max-width: 480px; margin-bottom: 2.4rem;
}
.hero-actions { display: flex; gap: 0.8rem; flex-wrap: wrap; }
.hero-media {
  position: relative;
  overflow: hidden;
}
.hero-media img {
  width: 100%; height: 100%;
  object-fit: contain;
  padding: clamp(1.5rem, 4vw, 3.5rem);
  box-sizing: border-box;
  transform: none;
  transition: transform 7s ease;
}
.hero-slide.active .hero-media img { transform: none; }
/* Both hero sachets shown whole (contain), on a soft tonal backdrop */
.hero-media {
  background:
    radial-gradient(120% 90% at 70% 30%, rgba(217,112,38,0.14), transparent 60%),
    var(--surface-container-low);
}
/* Tonal blend, not a hard line — DESIGN.md "Tonal Transitions" */
.hero-media::before {
  content: ''; position: absolute; left: -1px; top: 0; bottom: 0;
  width: 28%;
  background: linear-gradient(to right, var(--surface-container-low) 0%, transparent 100%);
  z-index: 2;
}
.hero-media::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(160deg, transparent 40%, rgba(54,31,26,0.25));
  z-index: 1;
}
.hero-fiesta .hero-text h1 em { color: var(--festive-orange); }
.hero-fiesta .hero-text .label-eyebrow { color: var(--festive-orange); }

.hero-dots {
  position: absolute; left: 50%; bottom: 2rem;
  transform: translateX(-50%);
  display: flex; gap: 0.6rem;
  z-index: 10;
}
.hero-dot {
  width: 28px; height: 3px;
  background: rgba(54,31,26,0.18);
  border-radius: 2px;
  transition: background 0.3s, width 0.3s;
  cursor: pointer;
}
.hero-dot.active { background: var(--primary); width: 48px; }

/* Subtle particles — kept soft, blend with editorial */
.particles { position: absolute; inset: 0; pointer-events: none; overflow: hidden; z-index: 2; }
.flake, .confetti {
  position: absolute; top: -16px;
  pointer-events: none;
  opacity: 0;
}
.flake { color: rgba(255,250,243,0.55); font-size: 0.75rem; animation: fall linear infinite; }
.confetti {
  bottom: -20px; top: auto;
  width: 6px; height: 9px; border-radius: 1px;
  animation: rise linear infinite;
}
@keyframes fall {
  0% { transform: translateY(-10px) rotate(0deg); opacity: 0.8; }
  100% { transform: translateY(96vh) rotate(540deg); opacity: 0.1; }
}
@keyframes rise {
  0% { transform: translateY(0) rotate(0); opacity: 0.9; }
  100% { transform: translateY(-100vh) rotate(540deg); opacity: 0; }
}

/* ═══════════════ HOME — Collections Overview ═══════════════ */
.collections {
  display: grid; grid-template-columns: 1fr;
  gap: 1.75rem; margin-top: 3rem;
}
.collection-card {
  position: relative;
  background: var(--surface-container-lowest);
  border-radius: var(--r-xl);
  overflow: hidden;
  min-height: 340px;
  box-shadow: var(--elev-ambient);
  transition: transform 0.45s ease, box-shadow 0.3s ease;
  cursor: pointer;
  display: flex; flex-direction: row; align-items: stretch;
}
/* Alternate image side for editorial rhythm */
.collection-card.fiesta { flex-direction: row-reverse; }
.collection-card:hover { transform: translateY(-6px); box-shadow: var(--elev-float); }
.collection-card .cc-img {
  position: relative;
  flex: 0 0 54%;
  overflow: hidden;
  min-height: 320px;
}
.collection-card .cc-img img {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover; display: block;
  transition: transform 0.7s ease;
}
.collection-card:hover .cc-img img { transform: scale(1.06); }
.collection-card .cc-body {
  flex: 1;
  padding: 2.6rem 2.8rem;
  background: var(--surface-container-lowest);
  display: flex; flex-direction: column; justify-content: center;
}
@media (max-width: 760px) {
  .collection-card, .collection-card.fiesta { flex-direction: column; }
  .collection-card .cc-img { flex: 0 0 220px; }
  .collection-card .cc-body { padding: 1.8rem 2rem 2rem; }
}
.collection-card .cc-eyebrow {
  font-size: 0.7rem; font-weight: 700;
  letter-spacing: 0.32em; text-transform: uppercase;
  color: var(--secondary);
  margin-bottom: 0.5rem;
}
.collection-card.fiesta .cc-eyebrow { color: var(--festive-orange); }
.collection-card h3 { margin-bottom: 0.7rem; color: var(--primary); }
.collection-card p { color: var(--on-surface-variant); font-size: 0.95rem; margin-bottom: 1.2rem; }
.collection-card .cc-meta {
  display: flex; align-items: center; gap: 1.4rem;
  font-size: 0.78rem; color: var(--on-surface-muted);
  font-weight: 500;
}
.collection-card .cc-meta strong {
  font-family: 'Noto Serif', serif; font-size: 1.15rem; font-weight: 700;
  color: var(--primary); display: block;
}
.cc-tag {
  position: absolute; top: 1.25rem; left: 1.25rem;
  background: rgba(250,250,245,0.85);
  backdrop-filter: blur(12px);
  color: var(--primary);
  padding: 0.4rem 0.9rem;
  border-radius: 999px;
  font-size: 0.7rem; font-weight: 700;
  letter-spacing: 0.16em; text-transform: uppercase;
  z-index: 2;
}
.collection-card.fiesta .cc-tag { left: auto; right: 1.25rem; }

/* Story / Map (Spirit of the Islands) */
.story-split {
  display: grid; grid-template-columns: 1.1fr 1fr;
  gap: clamp(2rem, 5vw, 5rem);
  align-items: stretch;
}
.story-col { display: flex; flex-direction: column; }
.story-stats {
  display: grid; grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem; margin-top: 2.5rem;
}
.story-quote {
  margin-top: 5rem;
  position: relative; padding-left: 2rem;
}
.story-quote blockquote {
  font-family: 'Noto Serif', serif;
  font-style: italic; font-weight: 400;
  font-size: clamp(1.2rem, 1.7vw, 1.55rem);
  line-height: 1.45; letter-spacing: -0.01em;
  color: var(--primary); margin: 0;
}
.story-quote::before {
  content: '"';
  position: absolute; left: -0.35rem; top: -1.4rem;
  font-size: 4rem; color: var(--secondary);
  font-style: normal; line-height: 1;
}
.story-quote cite {
  display: block; margin-top: 1.1rem;
  font-style: normal; font-size: 0.74rem;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--on-surface-muted); font-weight: 600;
}
.story-cta { margin-top: auto; padding-top: 2.5rem; }
.stat .v {
  font-family: 'Noto Serif', serif;
  font-size: clamp(2rem, 3.4vw, 2.6rem);
  font-weight: 700; color: var(--primary);
  letter-spacing: -0.02em; line-height: 1;
}
.stat .l {
  font-size: 0.72rem; font-weight: 600;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--on-surface-muted); margin-top: 0.45rem;
}
.map-card {
  position: relative;
  background:
    radial-gradient(130% 100% at 30% 10%, rgba(217,112,38,0.07), transparent 55%),
    var(--surface-container-lowest);
  border-radius: var(--r-xl);
  padding: 1.9rem 1.9rem 1.6rem;
  box-shadow: var(--elev-ambient);
  display: flex; flex-direction: column;
}
.map-card .map-head {
  font-size: 0.7rem; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--on-surface-muted);
  font-weight: 700; margin-bottom: 0.4rem;
}
.map-card .map-sub {
  font-family: 'Playfair Display', Georgia, serif;
  font-style: italic; font-size: 1.35rem; color: var(--primary);
  margin-bottom: 1.1rem; line-height: 1.1;
}
.ph-map { width: 100%; display: block; height: auto; border-radius: 14px; }
.ph-map .sea-dot { fill: var(--primary); opacity: 0.06; }
.ph-map .land {
  fill: var(--primary); opacity: 0.14;
  stroke: var(--primary); stroke-opacity: 0.22; stroke-width: 1;
}
.ph-map .pin-stem { stroke: var(--primary); stroke-width: 1.4; opacity: 0.45; }
.ph-map .pin-dot { fill: var(--tertiary); transition: r 0.2s, fill 0.2s; }
.ph-map .pin-ring { fill: none; stroke: var(--tertiary); stroke-width: 1.5; opacity: 0; transition: opacity 0.2s, r 0.2s; }
.ph-map .pin-num { fill: var(--on-tertiary); font: 700 11px 'Manrope', sans-serif; text-anchor: middle; pointer-events: none; }
.ph-map .pin-grp { cursor: default; }
.ph-map .pin-grp:hover .pin-dot { r: 13; }
.ph-map .pin-grp:hover .pin-ring { opacity: 0.55; r: 18; }
.map-legend {
  margin-top: 1.3rem;
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 0.5rem 1.1rem;
}
.map-legend .lg-item {
  display: flex; align-items: baseline; gap: 0.5rem;
  font-size: 0.78rem; line-height: 1.3;
}
.map-legend .lg-num {
  flex: none;
  width: 18px; height: 18px; border-radius: 50%;
  background: var(--tertiary); color: var(--on-tertiary);
  font: 700 0.66rem 'Manrope', sans-serif;
  display: inline-flex; align-items: center; justify-content: center;
  transform: translateY(2px);
}
.map-legend .lg-name { font-weight: 700; color: var(--primary); }
.map-legend .lg-loc { color: var(--on-surface-variant); }

/* Services teaser */
.teaser-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem; margin-top: 3rem;
}
.teaser {
  background: rgba(255,250,243,0.04);
  backdrop-filter: blur(6px);
  border-radius: var(--r-lg);
  padding: 2.2rem 1.8rem;
  transition: background 0.25s, transform 0.25s;
}
.teaser:hover { background: rgba(255,250,243,0.08); transform: translateY(-4px); }
.teaser .ic {
  width: 44px; height: 44px;
  display: inline-flex; align-items: center; justify-content: center;
  background: rgba(255,224,136,0.12);
  border-radius: var(--r-md);
  color: var(--secondary-fixed);
  margin-bottom: 1.2rem;
}
.teaser .ic svg { width: 22px; height: 22px; stroke-width: 1.5; }
.teaser h4 {
  font-family: 'Noto Serif', serif; font-size: 1.2rem; font-weight: 600;
  color: var(--on-primary); margin-bottom: 0.45rem;
}
.teaser p { color: rgba(255,250,243,0.65); font-size: 0.92rem; line-height: 1.65; }

/* Testimonial / Pull-quote */
.pullquote {
  background: var(--surface-container-low);
  text-align: left;
  padding: clamp(4rem, 8vw, 6.5rem) clamp(1.5rem, 8vw, 8rem);
}
.pullquote blockquote {
  font-family: 'Noto Serif', serif;
  font-style: italic; font-weight: 400;
  font-size: clamp(1.5rem, 2.4vw, 2.1rem);
  line-height: 1.45; letter-spacing: -0.01em;
  color: var(--primary);
  max-width: 920px;
  position: relative;
  padding-left: 2rem;
}
.pullquote blockquote::before {
  content: '"';
  position: absolute; left: -0.3rem; top: -1.2rem;
  font-size: 5rem; color: var(--secondary);
  font-style: normal; line-height: 1;
}
.pullquote cite {
  display: block; margin-top: 2rem;
  font-style: normal; font-size: 0.78rem;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--on-surface-muted); font-weight: 600;
}

/* Newsletter */
.newsletter {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 3rem; align-items: center;
  background: var(--secondary-container);
  padding: clamp(3rem, 6vw, 5rem) clamp(1.5rem, 8vw, 7rem);
}
.newsletter h3 { color: var(--primary); margin-bottom: 0.5rem; }
.newsletter p { color: var(--on-surface-variant); }
.newsletter form {
  display: flex; gap: 0.6rem;
  background: var(--surface-container-lowest);
  padding: 0.5rem;
  border-radius: 999px;
  box-shadow: var(--elev-ambient);
}
.newsletter input {
  flex: 1; border: none; outline: none; background: transparent;
  padding: 0.75rem 1.1rem;
  font-size: 0.95rem; color: var(--on-surface);
}
.newsletter button {
  background: var(--grad-primary); color: var(--on-primary);
  border-radius: 999px;
  padding: 0.75rem 1.6rem;
  font-size: 0.8rem; font-weight: 700;
  letter-spacing: 0.08em; text-transform: uppercase;
  transition: transform 0.2s;
}
.newsletter button:hover { transform: translateY(-1px); }

/* ═══════════════ PRODUCTS PAGE ═══════════════ */
.page-hero {
  background: var(--grad-roast);
  color: var(--on-primary);
  padding: clamp(4.5rem, 8vw, 7rem) clamp(1.25rem, 8vw, 7rem) clamp(3rem, 6vw, 5rem);
  margin-top: 68px;
  position: relative;
  overflow: hidden;
}
.page-hero::after {
  content:''; position: absolute; right: -120px; top: -120px;
  width: 460px; height: 460px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,224,136,0.12), transparent 70%);
  pointer-events: none;
}
.page-hero .label-eyebrow { color: var(--secondary-fixed); margin-bottom: 1rem; }
.page-hero h1 { color: var(--on-primary); max-width: 720px; }
.page-hero p { color: rgba(255,250,243,0.7); max-width: 580px; margin-top: 1rem; font-size: 1.05rem; }

.line-tabs {
  position: sticky; top: 68px; z-index: 50;
  display: flex; gap: 0;
  background: rgba(250,250,245,0.85);
  backdrop-filter: blur(20px);
  padding: 0 clamp(1.25rem, 8vw, 7rem);
  /* No border-bottom — soft tonal shadow only */
  box-shadow: 0 1px 0 rgba(54,31,26,0.04), 0 8px 20px -16px rgba(54,31,26,0.10);
}
.line-tab {
  padding: 1.1rem 1.6rem;
  font-size: 0.78rem; font-weight: 600;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--on-surface-muted);
  position: relative;
  transition: color 0.2s;
}
.line-tab.active { color: var(--primary); }
.line-tab.active::after {
  content: ''; position: absolute;
  left: 1.6rem; right: 1.6rem; bottom: 0;
  height: 2px; background: var(--secondary);
}
.line-tab:hover:not(.active) { color: var(--primary); }

.line-section { padding: clamp(4rem, 8vw, 6rem) clamp(1.25rem, 8vw, 7rem); }
.sk-section { background: var(--surface); }
.fk-section { background: var(--surface-container-low); }

.line-intro {
  display: grid; grid-template-columns: 1.2fr 1fr;
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
  margin-bottom: 4rem;
}
.line-intro h2 { color: var(--primary); margin: 0.5rem 0 1rem; }
.line-intro p { color: var(--on-surface-variant); line-height: 1.75; font-size: 1.02rem; }
.line-intro .chips { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-top: 1.5rem; }
.chip {
  font-size: 0.72rem; font-weight: 600;
  letter-spacing: 0.06em;
  padding: 0.4rem 0.9rem;
  border-radius: 999px;
  background: var(--secondary-container);
  color: var(--primary);
}
.fk-section .chip { background: var(--tertiary-container); color: var(--tertiary); }

/* Kape Fiesta sachet-style wordmark — black banner, crimson "Kape", cream "Fiesta" */
.fiesta-wordmark { margin: 0.6rem 0 1.2rem; line-height: 1; }
.fiesta-logo {
  display: block; width: min(440px, 100%); height: auto;
  margin: -0.4rem 0 0 -0.5rem;
  mix-blend-mode: multiply;
}
.fiesta-wordmark .banner {
  display: inline-flex;
  align-items: baseline;
  gap: 0.35em;
  background: var(--fiesta-banner);
  padding: 0.45rem 1.1rem 0.55rem;
  border-radius: 6px;
  font-family: 'Playfair Display', 'Noto Serif', Georgia, serif;
  font-weight: 700;
  font-style: italic;
  letter-spacing: -0.005em;
  box-shadow: 0 6px 22px rgba(26,19,16,0.18), inset 0 0 0 1px rgba(255,255,255,0.04);
}
.fiesta-wordmark .kape {
  color: var(--tertiary);
  font-weight: 700;
}
.fiesta-wordmark .fiesta {
  color: var(--fiesta-cream);
  font-weight: 500;
}
.line-intro-media {
  border-radius: var(--r-xl);
  overflow: hidden;
  aspect-ratio: 4 / 3;
  box-shadow: var(--elev-ambient);
}
.line-intro-media img { width: 100%; height: 100%; object-fit: cover; }

.product-header {
  display: flex; align-items: baseline; justify-content: space-between;
  margin: 3rem 0 2rem;
  gap: 1rem;
}
.product-header h3 {
  font-family: 'Noto Serif', serif;
  font-size: 1.5rem; font-weight: 600;
  color: var(--primary);
}
.product-header small {
  font-size: 0.78rem; color: var(--on-surface-muted);
  letter-spacing: 0.06em;
}

/* Flip-card grid */
.flip-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.flip-cell { display: flex; flex-direction: column; gap: 0.85rem; }
.flip-stage { perspective: 1400px; }
.flip-card {
  position: relative;
  width: 100%; padding-top: 138%;
  transform-style: preserve-3d;
  transition: transform 0.7s cubic-bezier(0.4,0.2,0.2,1);
  cursor: pointer;
  border-radius: var(--r-lg);
}
.flip-card.flipped { transform: rotateY(180deg); }
.flip-face {
  position: absolute; inset: 0;
  backface-visibility: hidden;
  border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow: var(--elev-ambient);
}
.flip-front img { width: 100%; height: 100%; object-fit: cover; }
.flip-front .overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(26,28,25,0.85) 38%, transparent 70%);
  padding: 1.2rem;
  display: flex; flex-direction: column; justify-content: flex-end;
}
.flip-num {
  position: absolute; top: 0.9rem; left: 0.9rem;
  font-family: 'Noto Serif', serif;
  font-size: 1.2rem; font-weight: 700;
  color: var(--on-primary);
  background: rgba(54,31,26,0.55);
  backdrop-filter: blur(8px);
  width: 36px; height: 36px;
  border-radius: 999px;
  display: flex; align-items: center; justify-content: center;
}
.flip-hint {
  position: absolute; top: 0.2rem; right: 0.35rem;
  font-size: 0.5rem; font-weight: 700;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: rgba(255,250,243,0.9);
  background: rgba(54,31,26,0.55);
  backdrop-filter: blur(8px);
  padding: 0.12rem 0.45rem;
  border-radius: 999px;
  line-height: 1.1;
}
.flip-front h4 {
  font-family: 'Noto Serif', serif;
  font-size: 1.4rem; font-weight: 700;
  color: var(--on-primary); margin-bottom: 0.2rem;
}
.flip-notes { font-size: 0.78rem; color: rgba(255,250,243,0.75); }
.flip-back {
  transform: rotateY(180deg);
  background: var(--grad-roast);
  color: var(--on-primary);
  padding: 1.5rem 1.4rem;
  display: flex; flex-direction: column;
}
/* Image-faced variant — used by Kape Fiesta (festival label art) */
.flip-card:has(.flip-front-img) { padding-top: 125%; }
.flip-front-img img,
.flip-back-img img {
  width: 100%; height: 100%; object-fit: cover;
}
.flip-back-img {
  padding: 0;
  background: #fffaf3;
  transform: rotateY(180deg);
  overflow: hidden;
}
.flip-hint-back {
  background: rgba(54,31,26,0.55);
  color: rgba(255,250,243,0.92);
}
.flip-back .tag {
  font-size: 0.65rem; font-weight: 700;
  letter-spacing: 0.24em; text-transform: uppercase;
  color: var(--secondary-fixed); margin-bottom: 0.6rem;
}
.flip-back h5 {
  font-family: 'Noto Serif', serif;
  font-size: 1.35rem; font-weight: 600;
  margin-bottom: 0.6rem;
}
.flip-story {
  font-size: 0.85rem; line-height: 1.65;
  color: rgba(255,250,243,0.78);
  flex: 1; margin-bottom: 0.8rem;
}
.flip-origin {
  font-size: 0.72rem; letter-spacing: 0.08em;
  color: rgba(255,250,243,0.55);
  display: flex; align-items: center; gap: 0.5rem;
}
.flip-origin svg { width: 14px; height: 14px; stroke-width: 1.5; }

.price {
  font-family: 'Noto Serif', serif;
  font-weight: 700; font-size: 1.15rem;
  color: var(--primary);
  letter-spacing: -0.01em;
}
.price s { color: var(--on-surface-muted); font-weight: 400; font-size: 0.85rem; margin-left: 0.5rem; }
.cell-row {
  display: flex; align-items: center; gap: 0.6rem;
  justify-content: space-between;
}
.qty {
  display: inline-flex; align-items: center;
  background: var(--surface-container-low);
  border-radius: var(--r-md);
  overflow: hidden;
}
.qty button {
  width: 30px; height: 32px;
  font-size: 1rem; color: var(--primary);
  transition: background 0.15s;
}
.qty button:hover { background: var(--surface-container); }
.qty .v {
  min-width: 28px; text-align: center;
  font-family: 'Noto Serif', serif; font-weight: 600; font-size: 0.95rem;
}
.add-btn {
  flex: 1;
  font-size: 0.72rem; font-weight: 700;
  letter-spacing: 0.1em; text-transform: uppercase;
  padding: 0.6rem 0.9rem;
  background: var(--grad-primary);
  color: var(--on-primary);
  border-radius: var(--r-md);
  transition: transform 0.15s, opacity 0.2s;
}
.add-btn:hover { transform: translateY(-1px); }
.add-btn.added { background: #3b6e3b; }
.add-btn.disabled {
  opacity: 0.45;
  cursor: not-allowed;
  filter: grayscale(0.4);
  transform: none;
}
.add-btn.disabled:hover { transform: none; }

/* 250g Bag selector */
.bag-card {
  display: grid; grid-template-columns: 320px 1fr;
  gap: 0;
  background: var(--surface-container-lowest);
  border-radius: var(--r-xl);
  overflow: hidden;
  box-shadow: var(--elev-ambient);
}
.bag-img { aspect-ratio: 4/5; overflow: hidden; }
.bag-img img { width: 100%; height: 100%; object-fit: cover; }
.bag-body { padding: 2.4rem; }
.bag-body h4 {
  font-family: 'Noto Serif', serif;
  font-size: 1.8rem; color: var(--primary);
  margin: 0.4rem 0 0.5rem;
}
.bag-body > p { color: var(--on-surface-variant); margin-bottom: 1.4rem; line-height: 1.7; }
.size-options { display: flex; gap: 0.6rem; margin-bottom: 1.5rem; flex-wrap: wrap; }
.size-opt {
  position: relative;
  padding: 0.65rem 1rem;
  background: var(--surface-container-low);
  border-radius: var(--r-md);
  font-size: 0.78rem; font-weight: 600;
  color: var(--on-surface-variant);
  display: flex; flex-direction: column; align-items: flex-start; gap: 2px;
  transition: background 0.2s, color 0.2s;
  min-width: 92px;
}
.size-opt.active { background: var(--primary); color: var(--on-primary); }
.size-opt small { font-size: 0.65rem; opacity: 0.7; }
.size-opt.sold-out { opacity: 0.5; cursor: not-allowed; }
.size-opt.sold-out:hover { background: var(--surface-container-low); border-color: inherit; }
.size-na {
  position: absolute; top: -8px; right: -8px;
  width: 19px; height: 19px; border-radius: 50%;
  background: var(--surface); color: var(--on-surface-muted);
  border: 1.5px solid currentColor;
  display: inline-flex; align-items: center; justify-content: center;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12);
}
.size-na svg { width: 11px; height: 11px; }
.blend-pills { display: flex; flex-wrap: wrap; gap: 0.45rem; margin-bottom: 1rem; }
.blend-pill {
  font-size: 0.72rem; font-weight: 600;
  padding: 0.45rem 0.95rem;
  border-radius: 999px;
  background: var(--surface-container-low);
  color: var(--on-surface-variant);
  transition: background 0.15s, color 0.15s;
}
.blend-pill:hover { background: var(--surface-container); color: var(--primary); }
.blend-pill.selected { background: var(--primary); color: var(--on-primary); }
.fk-section .blend-pill.selected { background: var(--tertiary); color: var(--on-tertiary); }
.blend-info {
  background: var(--surface-container-low);
  padding: 0.9rem 1.1rem;
  border-radius: var(--r-md);
  margin-bottom: 1.2rem;
  font-size: 0.85rem;
  color: var(--on-surface-variant);
  display: none;
}
.blend-info.show { display: block; }
.blend-info strong { display: block; color: var(--primary); margin-bottom: 0.2rem; font-size: 0.9rem; }

/* Box collection */
.box-card {
  display: flex; flex-direction: column;
  background: var(--surface-container-lowest);
  border-radius: var(--r-xl);
  overflow: hidden;
  box-shadow: var(--elev-ambient);
}
.box-body { padding: 2.6rem; }
.box-body h4 {
  font-family: 'Noto Serif', serif;
  font-size: 2rem; color: var(--primary);
  margin: 0.4rem 0 0.5rem; letter-spacing: -0.015em;
}
.box-savings {
  display: inline-flex; align-items: center; gap: 0.4rem;
  font-size: 0.7rem; font-weight: 700;
  letter-spacing: 0.16em; text-transform: uppercase;
  background: var(--secondary-container); color: var(--primary);
  padding: 0.4rem 0.9rem;
  border-radius: 999px;
}
.box-body > p { color: var(--on-surface-variant); margin: 1rem 0 1.5rem; line-height: 1.7; }
.mini-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 6px; margin-bottom: 1.5rem;
}
.mini {
  position: relative; aspect-ratio: 4/5;
  border-radius: var(--r-sm); overflow: hidden;
}
.mini img { width: 100%; height: 100%; object-fit: cover; }
.mini .l {
  position: absolute; left: 0; right: 0; bottom: 0;
  background: linear-gradient(to top, rgba(26,28,25,0.85), transparent);
  color: var(--on-primary);
  font-size: 0.6rem; font-weight: 600;
  text-align: center; padding: 0.45rem 0.2rem 0.3rem;
}
.box-img { order: -1; width: 100%; background: var(--surface-container); }
.box-img img { width: 100%; height: auto; display: block; }

/* ═══════════════ SERVICES PAGE ═══════════════ */
.client-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
  gap: 1.25rem;
}
.client-card {
  background: var(--surface-container-lowest);
  border-radius: var(--r-lg);
  padding: 1.8rem 1.6rem;
  box-shadow: var(--elev-ambient);
  transition: transform 0.2s, box-shadow 0.25s;
}
.client-card:hover { transform: translateY(-4px); box-shadow: var(--elev-float); }
.client-ic {
  width: 40px; height: 40px;
  border-radius: var(--r-md);
  background: var(--secondary-container);
  color: var(--primary);
  display: inline-flex; align-items: center; justify-content: center;
  margin-bottom: 1rem;
}
.client-ic svg { width: 20px; height: 20px; stroke-width: 1.5; }
.client-card h4 {
  font-family: 'Noto Serif', serif;
  font-size: 1.05rem; font-weight: 600;
  color: var(--primary); margin-bottom: 0.15rem;
}
.client-type {
  font-size: 0.68rem; font-weight: 700;
  letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--secondary); margin-bottom: 0.7rem;
}
.client-card p {
  font-size: 0.87rem; color: var(--on-surface-variant);
  font-style: italic; line-height: 1.6;
}

.process {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 5vw, 5rem); align-items: start;
  margin-top: 2.5rem;
}
.steps { position: relative; }
.steps::before {
  content: ''; position: absolute;
  left: 18px; top: 8px; bottom: 8px;
  width: 2px;
  background: linear-gradient(to bottom, var(--secondary), var(--secondary-container));
}
.step {
  position: relative;
  padding-left: 3.4rem;
  margin-bottom: 2.2rem;
}
.step .n {
  position: absolute; left: 0; top: 0;
  width: 38px; height: 38px;
  border-radius: 999px;
  background: var(--surface-container-lowest);
  color: var(--primary);
  display: flex; align-items: center; justify-content: center;
  font-family: 'Noto Serif', serif;
  font-weight: 700; font-size: 0.95rem;
  box-shadow: 0 0 0 2px var(--secondary), 0 4px 12px -2px rgba(54,31,26,0.2);
}
.step h5 {
  font-family: 'Manrope', sans-serif;
  font-size: 0.95rem; font-weight: 700;
  color: var(--primary); margin-bottom: 0.35rem;
  letter-spacing: -0.005em;
}
.step p { color: var(--on-surface-variant); font-size: 0.92rem; line-height: 1.65; }
.process-img {
  border-radius: var(--r-xl); overflow: hidden;
  aspect-ratio: 4/3; box-shadow: var(--elev-ambient);
  position: sticky; top: 100px;
}
.process-img img { width: 100%; height: 100%; object-fit: cover; }

/* Inquiry form */
.inquiry { background: var(--grad-roast); color: var(--on-primary); }
.inquiry .label-eyebrow { color: var(--secondary-fixed); }
.inquiry .headline-lg { color: var(--on-primary); }
.inquiry .headline-lg em { color: var(--secondary-fixed); font-style: italic; }
.inquiry-form {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 1.6rem 1.25rem;
  margin-top: 2.5rem;
}
.field { display: flex; flex-direction: column; gap: 0.35rem; position: relative; }
.field.full { grid-column: 1/-1; }
.field label {
  font-size: 0.7rem; font-weight: 600;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: rgba(255,250,243,0.55);
}
/* Bottom-only ghost border */
.input {
  background: transparent;
  border: none;
  border-bottom: 1.5px solid var(--ghost);
  padding: 0.65rem 0.1rem;
  color: var(--on-primary);
  font-size: 1rem;
  outline: none;
  transition: border-color 0.2s;
}
.input:focus { border-bottom-color: var(--secondary-fixed); }
.input::placeholder { color: rgba(255,250,243,0.3); }
textarea.input { resize: vertical; min-height: 120px; }
select.input { appearance: none; color: var(--on-primary); padding-right: 1.5rem; }
select.input option { background: var(--primary); color: var(--on-primary); }
.field-select::after {
  content: ''; position: absolute; right: 0.3rem; bottom: 1.05rem;
  width: 8px; height: 8px;
  border-right: 1.5px solid rgba(255,250,243,0.55);
  border-bottom: 1.5px solid rgba(255,250,243,0.55);
  transform: rotate(45deg);
  pointer-events: none;
}
.inquiry-submit {
  grid-column: 1/-1;
  display: flex; align-items: center; justify-content: space-between;
  gap: 1.5rem; margin-top: 0.5rem; flex-wrap: wrap;
}
.inquiry-submit .note { font-size: 0.78rem; color: rgba(255,250,243,0.45); max-width: 360px; line-height: 1.5; }

/* ═══════════════ SHOPPING PAGE ═══════════════ */
.shopping {
  display: grid; grid-template-columns: 1fr 380px;
  gap: clamp(1.5rem, 4vw, 3rem);
  padding: clamp(3rem, 6vw, 4.5rem) clamp(1.25rem, 8vw, 7rem);
}
.cart-wrap h2, .delivery-wrap h2 {
  font-family: 'Noto Serif', serif; font-weight: 600;
  font-size: 1.6rem; color: var(--primary);
  margin-bottom: 1.8rem;
}
.cart-line {
  display: grid; grid-template-columns: 88px 1fr auto;
  gap: 1.2rem;
  padding: 1.4rem 0;
  align-items: start;
  /* No bottom border — use surface shift via :nth-child? Or 24px white space */
}
.cart-line + .cart-line { box-shadow: inset 0 1px 0 var(--ghost); }
.cart-line img {
  width: 88px; height: 110px; object-fit: cover;
  border-radius: var(--r-md);
}
.cl-name {
  font-family: 'Noto Serif', serif; font-weight: 600;
  font-size: 1.05rem; color: var(--primary);
  margin-bottom: 0.15rem;
}
.cl-meta { font-size: 0.78rem; color: var(--on-surface-muted); margin-bottom: 0.8rem; }
.cl-price {
  font-family: 'Noto Serif', serif; font-weight: 700;
  font-size: 1.05rem; color: var(--primary);
  margin-top: 0.6rem;
}
.cl-remove {
  width: 32px; height: 32px;
  display: flex; align-items: center; justify-content: center;
  border-radius: var(--r-md);
  color: var(--on-surface-muted);
  transition: color 0.2s, background 0.2s;
}
.cl-remove:hover { background: rgba(179,40,100,0.08); color: var(--tertiary); }
.cl-remove svg { width: 16px; height: 16px; stroke-width: 1.5; }

.empty {
  text-align: center; padding: 4rem 1rem;
  color: var(--on-surface-muted);
}
.empty .ic {
  width: 56px; height: 56px;
  margin: 0 auto 1rem;
  display: flex; align-items: center; justify-content: center;
  border-radius: 999px;
  background: var(--surface-container-low);
  color: var(--primary);
}
.empty .ic svg { width: 28px; height: 28px; stroke-width: 1.25; }
.empty h3 {
  font-family: 'Noto Serif', serif; font-weight: 600;
  font-size: 1.3rem; color: var(--primary);
  margin-bottom: 0.5rem;
}
.empty p { margin-bottom: 1.5rem; font-size: 0.95rem; }

.delivery-wrap { margin-top: 3rem; }
.delivery-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 1.4rem 1.25rem;
}
.delivery-grid .full { grid-column: 1/-1; }
.field-light label { color: var(--on-surface-muted); }
.field-light .input {
  color: var(--on-surface);
  border-bottom-color: var(--ghost);
}
.field-light .input:focus { border-bottom-color: var(--secondary); }
.field-light .input::placeholder { color: var(--on-surface-muted); opacity: 0.6; }
.field-light select.input { color: var(--on-surface); }
.field-light select.input option { background: var(--surface-container-lowest); color: var(--on-surface); }

.ship-options { display: flex; flex-direction: column; gap: 0.6rem; margin-top: 1.2rem; }
.ship-opt {
  display: flex; align-items: center; gap: 1rem;
  padding: 1rem 1.2rem;
  background: var(--surface-container-low);
  border-radius: var(--r-md);
  cursor: pointer;
  transition: background 0.2s, box-shadow 0.2s;
}
.ship-opt:hover { background: var(--surface-container); }
.ship-opt.selected { background: var(--surface-container-lowest); box-shadow: inset 0 0 0 2px var(--secondary); }
.ship-opt input[type="radio"] { accent-color: var(--primary); }
.ship-info { flex: 1; }
.ship-info .n {
  font-weight: 700; font-size: 0.92rem; color: var(--primary);
}
.ship-info .d { font-size: 0.78rem; color: var(--on-surface-muted); margin-top: 2px; }
.ship-price {
  font-family: 'Noto Serif', serif; font-weight: 700;
  color: var(--primary);
}

.summary {
  background: var(--surface-container-lowest);
  border-radius: var(--r-xl);
  padding: 2rem;
  box-shadow: var(--elev-ambient);
  position: sticky; top: 90px;
}
.summary h3 {
  font-family: 'Noto Serif', serif; font-weight: 600;
  font-size: 1.35rem; color: var(--primary);
  margin-bottom: 1.3rem;
}
.sum-line {
  display: flex; justify-content: space-between;
  padding: 0.55rem 0;
  font-size: 0.9rem;
  color: var(--on-surface-variant);
}
.sum-line + .sum-line { box-shadow: inset 0 1px 0 var(--ghost); }
.sum-line .n { color: var(--primary); font-family: 'Noto Serif', serif; font-weight: 600; }
.sum-total {
  display: flex; justify-content: space-between;
  font-family: 'Noto Serif', serif; font-weight: 700;
  font-size: 1.3rem; color: var(--primary);
  padding-top: 1rem; margin-top: 0.5rem;
  box-shadow: inset 0 1px 0 var(--ghost);
}
.promo {
  display: flex; gap: 0.5rem;
  margin: 1.4rem 0 1rem;
}
.promo input {
  flex: 1; padding: 0.7rem 0.9rem;
  background: var(--surface-container-low);
  border: none; border-radius: var(--r-md);
  font-size: 0.9rem; outline: none;
}
.promo input:focus { box-shadow: inset 0 0 0 1.5px var(--secondary); }
.promo button {
  padding: 0 1.2rem;
  background: var(--primary); color: var(--on-primary);
  border-radius: var(--r-md);
  font-size: 0.78rem; font-weight: 700;
  letter-spacing: 0.08em; text-transform: uppercase;
}
.checkout-btn {
  width: 100%; margin-top: 1.2rem;
  padding: 1.1rem;
  font-size: 0.85rem; font-weight: 700;
  letter-spacing: 0.1em; text-transform: uppercase;
  background: var(--grad-primary); color: var(--on-primary);
  border-radius: var(--r-md);
  box-shadow: 0 8px 24px -8px rgba(54,31,26,0.4);
  transition: transform 0.2s;
}
.checkout-btn:hover { transform: translateY(-2px); }
.trust {
  display: flex; justify-content: center; gap: 1.2rem;
  margin-top: 1rem;
  font-size: 0.72rem; color: var(--on-surface-muted);
}
.trust span { display: inline-flex; align-items: center; gap: 0.3rem; }
.trust svg { width: 14px; height: 14px; stroke-width: 1.5; }
.save-banner {
  margin-top: 1rem; padding: 0.9rem 1rem;
  background: var(--secondary-container);
  border-radius: var(--r-md);
  font-size: 0.8rem; color: var(--primary);
  text-align: center;
}
.save-banner a { font-weight: 700; color: var(--tertiary); text-decoration: underline; text-decoration-thickness: 1.5px; text-underline-offset: 2px; }

/* Ways to pay */
.pay-methods { margin-top: 1.2rem; padding-top: 1.2rem; box-shadow: inset 0 1px 0 var(--ghost); }
.pay-methods .pm-group + .pm-group { margin-top: 0.85rem; }
.pay-methods .pm-label {
  font-size: 0.6rem; font-weight: 700; letter-spacing: 0.16em;
  text-transform: uppercase; color: var(--on-surface-muted);
  margin-bottom: 0.5rem;
}
.pay-methods .pm-row { display: flex; flex-wrap: wrap; gap: 0.45rem; }
.pay-methods .pm-chip {
  display: inline-flex; align-items: center; gap: 0.32rem;
  height: 32px; padding: 0 0.65rem;
  background: var(--surface-container-lowest);
  border: 1px solid var(--ghost);
  border-radius: 8px;
  font-size: 0.8rem; font-weight: 800; letter-spacing: -0.01em;
  box-shadow: 0 1px 2px rgba(0,0,0,0.04);
}
.pay-methods .mc { position: relative; width: 24px; height: 15px; flex: none; }
.pay-methods .mc i { position: absolute; top: 0; width: 15px; height: 15px; border-radius: 50%; }
.pay-methods .mc i:first-child { left: 0; background: #EB001B; }
.pay-methods .mc i:last-child { right: 0; background: #F79E1B; mix-blend-mode: multiply; }
.pay-methods .jcb { display: inline-flex; gap: 1px; }
.pay-methods .jcb b { color: #fff; font-size: 0.62rem; padding: 1px 2px; border-radius: 2px; line-height: 1.1; }

/* ═══════════════ ABOUT PAGE ═══════════════ */
.mv-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 1.5rem; margin-top: 3rem;
}
.mv-card {
  background: var(--surface-container-lowest);
  border-radius: var(--r-xl);
  padding: 2.6rem 2.2rem;
  box-shadow: var(--elev-ambient);
}
.mv-card .ic {
  width: 48px; height: 48px;
  border-radius: var(--r-md);
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--secondary-container);
  color: var(--primary);
  margin-bottom: 1.2rem;
}
.mv-card.vision .ic { background: var(--tertiary-container); color: var(--tertiary); }
.mv-card .ic svg { width: 24px; height: 24px; stroke-width: 1.5; }
.mv-card h3 {
  font-family: 'Noto Serif', serif; font-weight: 600;
  font-size: 1.5rem; color: var(--primary);
  margin-bottom: 0.7rem;
}
.mv-card p { color: var(--on-surface-variant); line-height: 1.75; }

.values-grid {
  display: grid; grid-template-columns: repeat(6, 1fr);
  gap: 1.25rem; margin-top: 3rem;
}
.value {
  text-align: left;
  padding: 1.6rem 1.4rem;
  background: var(--surface-container-lowest);
  border-radius: var(--r-lg);
  box-shadow: var(--elev-ambient);
  transition: transform 0.25s;
}
.value:hover { transform: translateY(-4px); }
.value .ic {
  width: 36px; height: 36px;
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--secondary-container); color: var(--primary);
  border-radius: var(--r-sm);
  margin-bottom: 0.8rem;
}
.value .ic svg { width: 18px; height: 18px; stroke-width: 1.5; }
.value .ic-letter {
  font-family: 'Noto Serif', Georgia, serif;
  font-weight: 700; font-size: 1.15rem;
  line-height: 1;
}
.value h4 {
  font-family: 'Noto Serif', serif; font-weight: 600;
  font-size: 1.05rem; color: var(--primary);
  margin-bottom: 0.4rem;
}
.value p { font-size: 0.85rem; color: var(--on-surface-variant); line-height: 1.6; }

.team-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 2rem; margin-top: 3rem;
}
.team {
  text-align: center;
}
.team .av {
  width: 120px; height: 120px;
  border-radius: 999px;
  overflow: hidden;
  margin: 0 auto 1.1rem;
  box-shadow: 0 0 0 2px var(--secondary), 0 12px 24px -8px rgba(54,31,26,0.2);
}
.team .av img { width: 100%; height: 100%; object-fit: cover; }
.team h4 {
  font-family: 'Noto Serif', serif; font-weight: 600;
  font-size: 1.05rem; color: var(--primary);
  margin-bottom: 0.2rem;
}
.team .role {
  font-size: 0.72rem; font-weight: 600;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--secondary); margin-bottom: 0.6rem;
}
.team p { font-size: 0.85rem; color: var(--on-surface-variant); line-height: 1.55; max-width: 230px; margin: 0 auto; }

.contact-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem; margin-top: 3rem;
}
.contact-card {
  display: flex; gap: 1rem;
  background: var(--surface-container-lowest);
  padding: 1.6rem;
  border-radius: var(--r-lg);
  box-shadow: var(--elev-ambient);
}
.contact-card .ic {
  flex-shrink: 0;
  width: 40px; height: 40px;
  background: var(--secondary-container); color: var(--primary);
  border-radius: var(--r-md);
  display: flex; align-items: center; justify-content: center;
}
.contact-card .ic svg { width: 20px; height: 20px; stroke-width: 1.5; }
.contact-card h4 {
  font-size: 0.72rem; font-weight: 700;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--on-surface-muted);
  margin-bottom: 0.4rem;
}
.contact-card p { font-size: 0.92rem; color: var(--primary); line-height: 1.6; }

.map-placeholder {
  margin-top: 2rem;
  border-radius: var(--r-xl); overflow: hidden;
  height: 280px;
  background: var(--surface-container);
  display: flex; align-items: center; justify-content: center;
  flex-direction: column; gap: 0.5rem;
  color: var(--on-surface-muted);
  font-size: 0.85rem;
}
.map-placeholder svg { width: 36px; height: 36px; stroke-width: 1.25; color: var(--primary); }
.map-link {
  display: inline-block; margin-top: 0.9rem;
  font-size: 0.85rem; font-weight: 600;
  color: var(--primary); text-decoration: none;
  border-bottom: 1px solid color-mix(in oklab, var(--primary) 35%, transparent);
  padding-bottom: 1px;
}
.map-link:hover { border-bottom-color: var(--primary); }

/* ═══════════════ PROFILE PAGE ═══════════════ */
.profile-hero {
  background: var(--grad-roast);
  color: var(--on-primary);
  padding: clamp(4.5rem, 8vw, 7rem) clamp(1.25rem, 8vw, 7rem) clamp(3rem, 5vw, 4.5rem);
  margin-top: 68px;
  position: relative; overflow: hidden;
}
.profile-hero::after {
  content:''; position: absolute; right: -120px; bottom: -120px;
  width: 380px; height: 380px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(179,40,100,0.18), transparent 70%);
}
.profile-hero h1 { color: var(--on-primary); }
.profile-hero p { color: rgba(255,250,243,0.7); margin-top: 0.6rem; }
.profile-header {
  display: flex; align-items: center; gap: 1.5rem;
  position: relative; z-index: 2;
}
.profile-avatar {
  width: 72px; height: 72px; border-radius: 999px;
  background: var(--secondary-fixed); color: var(--primary);
  display: flex; align-items: center; justify-content: center;
  font-family: 'Noto Serif', serif; font-weight: 700; font-size: 1.8rem;
}
.profile-page-body { padding: clamp(3rem, 6vw, 4.5rem) clamp(1.25rem, 8vw, 7rem); }
.profile-grid {
  display: grid; grid-template-columns: 280px 1fr;
  gap: 2.5rem;
}
.profile-nav { display: flex; flex-direction: column; gap: 0.2rem; }
.profile-nav button {
  text-align: left;
  display: flex; align-items: center; gap: 0.8rem;
  padding: 0.85rem 1rem;
  border-radius: var(--r-md);
  font-size: 0.9rem; font-weight: 500;
  color: var(--on-surface-variant);
  transition: background 0.15s, color 0.15s;
}
.profile-nav button:hover { background: var(--surface-container-low); color: var(--primary); }
.profile-nav button.active { background: var(--primary); color: var(--on-primary); }
.profile-nav svg { width: 18px; height: 18px; stroke-width: 1.5; }
.profile-panel {
  background: var(--surface-container-lowest);
  border-radius: var(--r-xl);
  padding: 2.4rem;
  box-shadow: var(--elev-ambient);
}
.profile-panel h3 {
  font-family: 'Noto Serif', serif; font-weight: 600;
  font-size: 1.4rem; color: var(--primary);
  margin-bottom: 0.4rem;
}
.profile-panel > p.lead { color: var(--on-surface-variant); margin-bottom: 2rem; font-size: 0.95rem; }
.profile-section { display: none; }
.profile-section.active { display: block; }
.kv-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 1.6rem 1.5rem;
}
.kv label {
  display: block;
  font-size: 0.7rem; font-weight: 600;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--on-surface-muted); margin-bottom: 0.35rem;
}
.kv .v {
  font-size: 0.98rem; color: var(--primary);
  padding-bottom: 0.55rem;
  box-shadow: inset 0 -1.5px 0 var(--ghost);
}
.order-row {
  display: grid; grid-template-columns: 1fr auto auto auto;
  gap: 1.5rem; align-items: center;
  padding: 1.2rem 0;
}
.order-row + .order-row { box-shadow: inset 0 1px 0 var(--ghost); }
.order-row .o-id { font-family: 'Noto Serif', serif; font-weight: 600; color: var(--primary); }
.order-row .o-date, .order-row .o-tot { font-size: 0.88rem; color: var(--on-surface-variant); }
.order-row .o-tot { font-family: 'Noto Serif', serif; font-weight: 700; color: var(--primary); }
.status-chip {
  font-size: 0.7rem; font-weight: 700;
  letter-spacing: 0.1em; text-transform: uppercase;
  padding: 0.3rem 0.7rem; border-radius: 999px;
}
.status-delivered { background: #e4f0e4; color: #2f6e2f; }
.status-processing { background: var(--secondary-container); color: var(--primary); }
.status-saved { background: var(--tertiary-container); color: var(--tertiary); }

/* ═══════════════ CART DRAWER — Glass ═══════════════ */
.scrim {
  position: fixed; inset: 0;
  background: rgba(26,28,25,0.45);
  z-index: 2000;
  opacity: 0; pointer-events: none;
  transition: opacity 0.3s;
  backdrop-filter: blur(2px);
}
.scrim.open { opacity: 1; pointer-events: all; }
.drawer {
  position: fixed; top: 0; bottom: 0; right: 0;
  width: 420px; max-width: 92vw;
  background: rgba(250,250,245,0.96);
  backdrop-filter: blur(20px) saturate(140%);
  z-index: 2001;
  transform: translateX(100%);
  transition: transform 0.4s cubic-bezier(0.25,0.46,0.45,0.94);
  display: flex; flex-direction: column;
  box-shadow: -16px 0 48px -12px rgba(26,28,25,0.25);
}
.drawer.open { transform: translateX(0); }
.drawer-head {
  display: flex; align-items: center; justify-content: space-between;
  padding: 1.4rem 1.5rem;
  background: var(--grad-roast);
  color: var(--on-primary);
}
.drawer-head h3 {
  font-family: 'Noto Serif', serif; font-weight: 600;
  font-size: 1.25rem;
}
.drawer-close { color: rgba(255,250,243,0.7); }
.drawer-close:hover { color: var(--secondary-fixed); }
.drawer-close svg { width: 20px; height: 20px; stroke-width: 1.5; }
.drawer-items { flex: 1; overflow-y: auto; padding: 0.5rem 1.5rem 1rem; }
.drawer-item {
  display: grid; grid-template-columns: 64px 1fr auto;
  gap: 0.9rem; padding: 1rem 0;
  align-items: center;
}
.drawer-item + .drawer-item { box-shadow: inset 0 1px 0 var(--ghost); }
.drawer-item img {
  width: 64px; height: 80px; object-fit: cover;
  border-radius: var(--r-sm);
}
.di-name {
  font-family: 'Noto Serif', serif; font-weight: 600;
  font-size: 0.95rem; color: var(--primary);
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.di-meta { font-size: 0.74rem; color: var(--on-surface-muted); margin-top: 2px; }
.di-price {
  font-family: 'Noto Serif', serif; font-weight: 700;
  font-size: 0.95rem; color: var(--primary); margin-top: 4px;
}
.di-remove {
  width: 28px; height: 28px;
  display: flex; align-items: center; justify-content: center;
  color: var(--on-surface-muted);
  border-radius: var(--r-sm);
  transition: color 0.2s, background 0.2s;
}
.di-remove:hover { color: var(--tertiary); background: rgba(179,40,100,0.08); }
.di-remove svg { width: 14px; height: 14px; stroke-width: 1.5; }
.drawer-foot {
  padding: 1.4rem 1.5rem;
  background: var(--surface-container-lowest);
}
.drawer-save {
  background: var(--secondary-container);
  border-radius: var(--r-md);
  padding: 0.7rem 0.9rem;
  font-size: 0.78rem; color: var(--primary);
  margin-bottom: 1rem; text-align: center;
}
.drawer-save a { font-weight: 700; color: var(--tertiary); text-decoration: underline; }
.drawer-sub {
  display: flex; justify-content: space-between;
  font-family: 'Noto Serif', serif; font-weight: 700;
  font-size: 1.15rem; color: var(--primary);
  margin-bottom: 1.1rem;
}
.drawer-btns { display: flex; flex-direction: column; gap: 0.6rem; }
.drawer-checkout {
  padding: 0.95rem;
  background: var(--grad-primary); color: var(--on-primary);
  border-radius: var(--r-md);
  font-size: 0.82rem; font-weight: 700;
  letter-spacing: 0.08em; text-transform: uppercase;
}
.drawer-cont {
  padding: 0.85rem;
  background: transparent; color: var(--on-surface-variant);
  font-size: 0.78rem; font-weight: 600;
  letter-spacing: 0.06em; text-transform: uppercase;
  border-radius: var(--r-md);
}
.drawer-cont:hover { color: var(--primary); background: var(--surface-container-low); }
.empty-drawer { text-align: center; padding: 3rem 1rem; color: var(--on-surface-muted); }
.empty-drawer .ic { font-size: 0; }
.empty-drawer svg { width: 40px; height: 40px; stroke-width: 1.25; color: var(--primary); margin-bottom: 1rem; }

/* ═══════════════ TOAST ═══════════════ */
.toast {
  position: fixed; left: 50%; bottom: 2rem;
  transform: translateX(-50%) translateY(120px);
  background: var(--primary); color: var(--on-primary);
  padding: 0.85rem 1.4rem;
  border-radius: 999px;
  font-size: 0.85rem; font-weight: 600;
  display: flex; align-items: center; gap: 0.55rem;
  box-shadow: 0 16px 32px -8px rgba(26,28,25,0.35);
  z-index: 9999;
  transition: transform 0.4s cubic-bezier(0.25,0.46,0.45,0.94);
}
.toast.show { transform: translateX(-50%) translateY(0); }
.toast svg { width: 16px; height: 16px; stroke-width: 1.75; color: var(--secondary-fixed); }

/* ═══════════════ FOOTER ═══════════════ */
footer {
  background: var(--grad-roast);
  color: rgba(255,250,243,0.65);
  padding: clamp(3.5rem, 6vw, 5rem) clamp(1.25rem, 8vw, 7rem) 1.5rem;
}
.foot-grid {
  display: grid; grid-template-columns: 2.2fr 1fr 1fr 1fr;
  gap: 3rem;
  padding-bottom: 2.5rem;
}
.foot-brand .brand { color: var(--on-primary); margin-bottom: 1rem; }
.foot-brand .brand small { color: var(--secondary-fixed); }
.foot-brand p {
  font-size: 0.9rem; line-height: 1.7;
  max-width: 320px; margin-bottom: 1.5rem;
}
.socials { display: flex; gap: 0.5rem; }
.socials a {
  width: 36px; height: 36px;
  display: flex; align-items: center; justify-content: center;
  border-radius: 999px;
  background: rgba(255,250,243,0.08);
  color: rgba(255,250,243,0.75);
  transition: background 0.2s, color 0.2s;
}
.socials a:hover { background: var(--secondary-fixed); color: var(--primary); }
.socials svg { width: 18px; height: 18px; stroke-width: 1.5; }
.foot-col h5 {
  font-size: 0.72rem; font-weight: 700;
  letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--secondary-fixed);
  margin-bottom: 1rem;
}
.foot-col ul { list-style: none; display: flex; flex-direction: column; gap: 0.55rem; }
.foot-col li {
  font-size: 0.88rem; cursor: pointer;
  transition: color 0.2s;
}
.foot-col li:hover { color: var(--on-primary); }
.foot-bottom {
  padding: 1.4rem 0 0;
  display: flex; justify-content: space-between; align-items: center;
  font-size: 0.78rem;
  color: rgba(255,250,243,0.45);
  box-shadow: inset 0 1px 0 rgba(255,250,243,0.08);
}
.foot-bottom-links { display: flex; gap: 1.5rem; }
.foot-bottom-links span { cursor: pointer; transition: color 0.2s; }
.foot-bottom-links span:hover { color: var(--secondary-fixed); }

/* ═══════════════ LOGO IMAGES ═══════════════ */
.nav-logo-img {
  height: 36px;
  width: auto;
  display: block;
  /* Logo is dark-on-light — renders fine on the glass nav */
}
.foot-logo-img {
  height: 34px;
  width: auto;
  display: block;
  margin-bottom: 1rem;
  /* Invert to white/cream so it shows on the dark roast footer */
  filter: brightness(0) invert(1);
  opacity: 0.92;
}

/* ═══════════════ UTILITIES & RESPONSIVE ═══════════════ */
.hidden { display: none !important; }
@media (max-width: 1024px) {
  .hero-slide { grid-template-columns: 1fr; }
  .hero-media { display: none; }
  .hero { min-height: 0; }
  .collections, .story-split, .mv-grid, .process, .line-intro, .teaser-grid,
  .bag-card, .box-card, .inquiry-form, .newsletter, .shopping, .profile-grid {
    grid-template-columns: 1fr;
  }
  .values-grid { grid-template-columns: repeat(3, 1fr); }
  .team-grid, .contact-grid, .delivery-grid { grid-template-columns: 1fr 1fr; }
  .nav-links { display: none; }
  .nav-burger { display: flex; }
  .nav-actions { margin-left: auto; }
  /* Product tabs scroll horizontally instead of squeezing */
  .line-tabs { overflow-x: auto; -webkit-overflow-scrolling: touch; scrollbar-width: none; }
  .line-tabs::-webkit-scrollbar { display: none; }
  .line-tab { white-space: nowrap; flex: 0 0 auto; }
  .process-img { position: static; }
  .summary { position: static; }
}
@media (max-width: 720px) {
  .flip-grid { grid-template-columns: repeat(2, 1fr); }
  .values-grid { grid-template-columns: repeat(2, 1fr); }
  .team-grid, .contact-grid, .delivery-grid, .kv-grid { grid-template-columns: 1fr; }
  .story-stats { grid-template-columns: 1fr 1fr 1fr; gap: 1rem; }
  .bag-card { grid-template-columns: 1fr; }
  .bag-img { aspect-ratio: 16/10; }
  .foot-grid { grid-template-columns: 1fr 1fr; gap: 2rem; }
  .pullquote blockquote { padding-left: 1rem; font-size: 1.35rem; }
  .pullquote blockquote::before { left: -0.2rem; top: -1rem; font-size: 3.5rem; }
  /* Bigger touch targets */
  .qty button { width: 38px; height: 40px; }
  .add-btn { padding: 0.75rem 0.9rem; }
}
@media (max-width: 520px) {
  .nav-cta { display: none; }
  .brand small { display: none; }
  .flip-grid { grid-template-columns: 1fr 1fr; gap: 1rem; }
  .values-grid { grid-template-columns: 1fr; }
  .mini-grid { grid-template-columns: repeat(3, 1fr); }
  .story-stats { grid-template-columns: 1fr; gap: 0.75rem; }
  .foot-grid { grid-template-columns: 1fr; gap: 1.75rem; }
  .script-wordmark, .line-intro h2.script-wordmark { font-size: clamp(1.8rem, 8.5vw, 2.6rem); }
  .order-row { grid-template-columns: 1fr auto; gap: 0.4rem 1rem; }
  .order-row .o-date { grid-column: 1; }
  .cart-line { grid-template-columns: 72px 1fr; }
  .cart-line .cl-remove { grid-column: 2; justify-self: end; margin-top: -2.4rem; }
  .summary { padding: 1.5rem; }
  .pay-methods .pm-row { gap: 0.35rem; }
}


/* ═══════════════ ACCESSIBILITY & MOTION ═══════════════ */
.skip-link {
  position: absolute; left: -9999px; top: 0; z-index: 3000;
  background: var(--primary); color: var(--on-primary);
  padding: 0.8rem 1.2rem; border-radius: 0 0 var(--r-md) 0;
  font-weight: 600; font-size: 0.9rem;
}
.skip-link:focus { left: 0; }
:focus-visible {
  outline: 3px solid var(--festive-orange);
  outline-offset: 2px; border-radius: 2px;
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }
}
