/** Shopify CDN: Minification failed

Line 711:0 All "@import" rules must come first

**/
/* =========================================================
   SMR-RESTOPIL — 1:1 transcription of seamor-restopil.html
   Prefix: smrresppd-
   ========================================================= */

@import url('https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,400;9..144,500;9..144,600;9..144,700&family=Inter:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500;600&display=swap');

/* PRODUCT TOKENS — scoped overrides; shared color palette inherits from smr-home.css */
:root {
  --restopil-deep: #1F1B40;
  --restopil-soft: #EAE6FA;
  --smrresppd-r-card: 20px;
  --smrresppd-success: #1aa564;
  --smrresppd-danger: #d04f4f;
  --smrresppd-warning: #f5b400;
  --smrresppd-shadow-sm: 0 4px 24px rgba(45,42,85,.10);
  --smrresppd-shadow-lg: 0 16px 48px rgba(45,42,85,.20);
  --smrresppd-shadow-xl: 0 24px 64px rgba(45,42,85,.26);
}

/* RESET — scoped */
.smrresppd-section,
.smrresppd-section *,
.smrresppd-section *::before,
.smrresppd-section *::after { box-sizing: border-box; margin: 0; padding: 0; }
.smrresppd-section { font-family: var(--ui); background: var(--cream); color: var(--ink); font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
.smrresppd-section img { max-width: 100%; height: auto; display: block; }
.smrresppd-section a { color: inherit; text-decoration: none; }
.smrresppd-section button { font: inherit; border: 0; background: 0; cursor: pointer; color: inherit; }
.smrresppd-section ul { list-style: none; }
.smrresppd-container { max-width: 1280px; margin: 0 auto; padding: 0 24px; }
@media (max-width: 768px) { .smrresppd-container { padding: 0 20px; } }

/* TYPOGRAPHY */
.smrresppd-section h1, .smrresppd-section h2, .smrresppd-section h3, .smrresppd-section h4 { font-family: var(--display); font-weight: 600; line-height: 1.08; letter-spacing: -.02em; color: inherit; }
.smrresppd-section h1 { font-size: clamp(34px, 4.6vw, 48px); }
.smrresppd-section h2 { font-size: clamp(28px, 4vw, 44px); }
.smrresppd-section h3 { font-size: clamp(20px, 2.4vw, 28px); }
.smrresppd-section h4 { font-size: 18px; font-family: var(--ui); font-weight: 600; letter-spacing: 0; }
.smrresppd-lead { font-size: 17px; line-height: 1.6; opacity: .85; }
.smrresppd-eyebrow { display: inline-flex; align-items: center; gap: 6px; font-family: var(--ui); font-weight: 600; font-size: 11px; letter-spacing: .18em; text-transform: uppercase; background: var(--lime); color: var(--ink); padding: 6px 14px; border-radius: var(--r-pill); }
.smrresppd-eyebrow.smrresppd-outline { background: transparent; border: 1.5px solid currentColor; }
.smrresppd-eyebrow.smrresppd-violet { background: var(--restopil-2); color: var(--lime); }

/* BUTTONS */
.smrresppd-btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 15px 26px; border-radius: var(--r-btn); font-weight: 600; font-size: 15px; transition: transform .25s var(--ease), background .25s, color .25s, box-shadow .25s; white-space: nowrap; }
.smrresppd-btn:hover { transform: translateY(-2px); box-shadow: var(--smrresppd-shadow-sm); }
.smrresppd-btn .smrresppd-arrow { display: inline-block; transition: transform .3s var(--ease); }
.smrresppd-btn:hover .smrresppd-arrow { transform: translateX(4px); }
.smrresppd-btn-primary { background: var(--lime); color: var(--ink); }
.smrresppd-btn-primary:hover { background: #d8ff52; }
.smrresppd-btn-violet { background: var(--restopil-2); color: var(--cream); }
.smrresppd-btn-violet:hover { background: var(--restopil-1); }
.smrresppd-btn-dark { background: var(--ink); color: var(--cream); }
.smrresppd-btn-dark:hover { background: var(--restopil-2); }
.smrresppd-btn-outline { background: transparent; color: var(--restopil-2); border: 1.5px solid var(--restopil-2); }
.smrresppd-btn-outline:hover { background: var(--restopil-2); color: var(--cream); }
.smrresppd-btn-block { width: 100%; padding: 18px 26px; font-size: 16px; }
.smrresppd-btn-lg { padding: 18px 32px; font-size: 16px; }

/* ANNOUNCE */
.smrresppd-announce { background: var(--restopil-1); color: var(--cream); font-size: 13px; font-weight: 500; height: 36px; display: flex; align-items: center; overflow: hidden; }
.smrresppd-announce-track { display: flex; gap: 48px; white-space: nowrap; animation: smrresppd-scroll-x 28s linear infinite; padding-left: 24px; }
.smrresppd-announce-track span { display: inline-flex; align-items: center; gap: 10px; }
@keyframes smrresppd-scroll-x { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* HEADER */
.smrresppd-header { position: sticky; top: 0; z-index: 100; background: rgba(242,234,220,.92); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); transition: box-shadow .3s; }
.smrresppd-header.smrresppd-scrolled { box-shadow: 0 2px 16px rgba(45,42,85,.08); }
.smrresppd-header-inner { display: flex; align-items: center; justify-content: space-between; padding: 14px 0; }
.smrresppd-logo img { height: 32px; width: auto; }
.smrresppd-nav { display: flex; gap: 30px; align-items: center; }
.smrresppd-nav a { font-size: 14px; font-weight: 500; transition: color .2s; position: relative; }
.smrresppd-nav a::after { content: ''; position: absolute; left: 0; bottom: -4px; width: 0; height: 2px; background: var(--restopil-2); transition: width .25s var(--ease); }
.smrresppd-nav a:hover { color: var(--restopil-2); }
.smrresppd-nav a:hover::after { width: 100%; }
.smrresppd-nav a.smrresppd-active { color: var(--restopil-2); }
.smrresppd-header-actions { display: flex; gap: 6px; align-items: center; }
.smrresppd-icon-btn { width: 42px; height: 42px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 16px; transition: background .2s; position: relative; }
.smrresppd-icon-btn:hover { background: rgba(45,42,85,.08); }
.smrresppd-cart-badge { position: absolute; top: 4px; right: 4px; background: var(--lime); color: var(--ink); font-size: 10px; font-weight: 700; width: 18px; height: 18px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: var(--mono); }
.smrresppd-hamburger { display: none; width: 42px; height: 42px; align-items: center; justify-content: center; font-size: 20px; }
@media (max-width: 900px) { .smrresppd-nav { display: none; } .smrresppd-hamburger { display: flex; } }

/* BREADCRUMB */
.smrresppd-crumb { padding: 18px 0; background: var(--cream); font-size: 13px; opacity: .7; }
.smrresppd-crumb a:hover { color: var(--restopil-2); opacity: 1; }
.smrresppd-crumb .smrresppd-sep { margin: 0 8px; opacity: .5; }
.smrresppd-crumb .smrresppd-current { color: var(--restopil-2); font-weight: 600; opacity: 1; }

/* PDP */
.smrresppd-pdp { padding: 24px 0 80px; background: var(--cream); }
.smrresppd-pdp-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: 64px; align-items: flex-start; }

/* GALLERY */
.smrresppd-gallery { position: sticky; top: 90px; }
.smrresppd-gallery-main { position: relative; aspect-ratio: 1; display: flex; align-items: center; justify-content: center; background: transparent; overflow: visible; }
.smrresppd-gallery-main::before { content: ''; position: absolute; inset: 8%; background: radial-gradient(circle at center, rgba(91,79,191,.16) 0%, transparent 60%); filter: blur(28px); z-index: 0; }
.smrresppd-gallery-main img { position: relative; z-index: 2; width: auto; height: 90%; max-width: 90%; object-fit: contain; filter: drop-shadow(0 30px 50px rgba(45,42,85,.32)); transition: transform .5s var(--ease); }
.smrresppd-gallery-main:hover img { transform: scale(1.04) rotate(-1deg); }
.smrresppd-gallery-badge { position: absolute; top: 18px; left: 18px; background: var(--lime); color: var(--ink); font-family: var(--mono); font-weight: 700; font-size: 13px; padding: 8px 14px; border-radius: var(--r-pill); z-index: 3; }
.smrresppd-gallery-badge-2 { position: absolute; top: 18px; right: 18px; background: var(--restopil-1); color: var(--lime); font-size: 11px; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; padding: 8px 12px; border-radius: var(--r-pill); z-index: 3; }
.smrresppd-gallery-thumbs { display: grid; grid-template-columns: repeat(6, 1fr); gap: 10px; margin-top: 18px; }
.smrresppd-thumb { aspect-ratio: 1; border-radius: 12px; overflow: hidden; background: var(--paper); cursor: pointer; border: 2px solid transparent; transition: border-color .2s, transform .2s; display: flex; align-items: center; justify-content: center; padding: 4px; }
.smrresppd-thumb:hover { transform: translateY(-2px); }
.smrresppd-thumb.smrresppd-active { border-color: var(--restopil-2); }
.smrresppd-thumb img { width: 100%; height: 100%; object-fit: contain; }
.smrresppd-thumb.smrresppd-video { background: linear-gradient(135deg, var(--restopil-1), var(--restopil-2)); position: relative; padding: 0; }
.smrresppd-thumb.smrresppd-video::after { content: '▶'; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); color: var(--lime); font-size: 14px; background: rgba(0,0,0,.4); width: 30px; height: 30px; border-radius: 50%; display: flex; align-items: center; justify-content: center; padding-left: 2px; }

/* INFO PANEL */
.smrresppd-info > * + * { margin-top: 20px; }
.smrresppd-info-eyebrow { display: inline-block; font-size: 11px; letter-spacing: .18em; text-transform: uppercase; color: var(--restopil-2); font-weight: 600; }
.smrresppd-info h1 { margin-top: 10px; }
.smrresppd-info-sub { font-family: var(--display); font-style: italic; font-size: 18px; opacity: .75; margin-top: 8px; }
.smrresppd-info-rating { display: flex; align-items: center; gap: 10px; font-size: 14px; }
.smrresppd-info-rating .smrresppd-stars { color: var(--smrresppd-warning); font-size: 16px; }
.smrresppd-info-rating .smrresppd-count { opacity: .6; }
.smrresppd-info-rating a { text-decoration: underline; color: var(--restopil-2); font-weight: 500; }
.smrresppd-price-stack > * + * { margin-top: 6px; }
.smrresppd-price-block { display: flex; align-items: baseline; gap: 12px; flex-wrap: wrap; }
.smrresppd-price-now { font-family: var(--mono); font-weight: 700; font-size: 36px; color: var(--ink); line-height: 1; }
.smrresppd-price-strike { font-size: 18px; text-decoration: line-through; opacity: .45; }
.smrresppd-price-discount { background: var(--lime); color: var(--ink); padding: 5px 12px; border-radius: var(--r-pill); font-family: var(--mono); font-weight: 700; font-size: 13px; }
.smrresppd-price-pack { font-size: 14px; opacity: .7; font-weight: 500; }
.smrresppd-price-tax { font-size: 13px; opacity: .6; }
.smrresppd-qb { display: flex; gap: 8px; flex-wrap: wrap; }
.smrresppd-qb span { font-size: 12px; font-weight: 500; background: rgba(91,79,191,.10); padding: 7px 12px; border-radius: var(--r-pill); color: var(--restopil-2); }
.smrresppd-section-label { font-size: 12px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; display: block; margin-bottom: 12px; }

/* PACK SELECTOR */
.smrresppd-pack-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 8px; }
.smrresppd-pack { position: relative; border: 1.5px solid rgba(45,42,85,.18); background: var(--paper); border-radius: 14px; padding: 22px 8px 12px; cursor: pointer; transition: all .25s var(--ease); text-align: center; display: flex; flex-direction: column; align-items: center; gap: 3px; }
.smrresppd-pack:hover { border-color: var(--restopil-2); transform: translateY(-2px); }
.smrresppd-pack.smrresppd-active { border-color: var(--restopil-2); background: rgba(91,79,191,.06); box-shadow: 0 0 0 3px rgba(45,42,85,.08); }
.smrresppd-pack-tag { position: absolute; top: -10px; left: 50%; transform: translateX(-50%); font-family: var(--mono); font-weight: 700; font-size: 9.5px; letter-spacing: .04em; padding: 4px 9px; border-radius: var(--r-pill); white-space: nowrap; text-transform: uppercase; }
.smrresppd-pack-tag.smrresppd-green { background: var(--lime); color: var(--ink); }
.smrresppd-pack-tag.smrresppd-violet { background: var(--restopil-2); color: var(--lime); }
.smrresppd-pack-tag.smrresppd-dark { background: var(--ink); color: var(--lime); }
.smrresppd-pack-bottles { font-size: 20px; line-height: 1; margin-bottom: 4px; letter-spacing: -2px; color: var(--restopil-2); }
.smrresppd-pack-name { font-weight: 700; font-size: 13px; color: var(--ink); line-height: 1.2; }
.smrresppd-pack-meta { font-size: 10.5px; opacity: .65; font-family: var(--mono); margin-top: 2px; }
.smrresppd-pack-price { font-family: var(--mono); font-weight: 700; font-size: 16px; color: var(--restopil-2); margin-top: 5px; }
@media (max-width: 380px) {
  .smrresppd-pack { padding: 20px 6px 10px; }
  .smrresppd-pack-name { font-size: 12px; }
  .smrresppd-pack-meta { font-size: 10px; }
  .smrresppd-pack-price { font-size: 14px; }
  .smrresppd-pack-tag { font-size: 8.5px; padding: 3px 7px; }
}

/* PURCHASE TYPE */
.smrresppd-ptype-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.smrresppd-pcard { border: 1.5px solid rgba(45,42,85,.2); background: var(--paper); border-radius: 14px; padding: 14px; cursor: pointer; transition: all .25s var(--ease); position: relative; display: flex; flex-direction: column; justify-content: space-between; min-height: 100px; }
.smrresppd-pcard:hover { border-color: var(--restopil-2); }
.smrresppd-pcard.smrresppd-active { border-color: var(--restopil-2); background: rgba(91,79,191,.06); box-shadow: 0 0 0 3px rgba(45,42,85,.08); }
.smrresppd-pcard .smrresppd-ptag { position: absolute; top: -9px; right: 12px; background: var(--lime); color: var(--ink); font-family: var(--mono); font-weight: 700; font-size: 10px; padding: 3px 10px; border-radius: var(--r-pill); }
.smrresppd-pcard h5 { font-size: 13px; font-weight: 600; margin-bottom: 4px; line-height: 1.2; }
.smrresppd-pcard p { font-size: 11px; opacity: .65; line-height: 1.4; margin-bottom: 6px; }
.smrresppd-pcard .smrresppd-pprice { font-family: var(--mono); font-weight: 700; font-size: 17px; color: var(--restopil-2); margin-top: auto; }

/* QTY + ATC */
.smrresppd-qty-atc { display: grid; grid-template-columns: auto 1fr; gap: 12px; }
.smrresppd-qty-stepper { display: flex; align-items: center; border: 1.5px solid rgba(45,42,85,.2); border-radius: var(--r-btn); background: var(--paper); overflow: hidden; }
.smrresppd-qty-stepper button { width: 48px; height: 54px; font-size: 18px; font-weight: 600; transition: background .2s; }
.smrresppd-qty-stepper button:hover { background: rgba(45,42,85,.06); }
.smrresppd-qty-stepper input { width: 50px; height: 54px; text-align: center; border: 0; outline: 0; font-family: var(--mono); font-weight: 600; font-size: 16px; background: transparent; }
.smrresppd-qty-stepper input::-webkit-outer-spin-button,
.smrresppd-qty-stepper input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }

/* DELIVERY */
.smrresppd-delivery { background: var(--paper); border-radius: 14px; padding: 14px; display: grid; grid-template-columns: 1fr 1fr; gap: 12px 14px; border: 1px solid rgba(45,42,85,.08); }
.smrresppd-del-item { display: flex; gap: 10px; align-items: flex-start; }
.smrresppd-del-item .smrresppd-dico { font-size: 15px; flex-shrink: 0; width: 30px; height: 30px; border-radius: 50%; background: var(--restopil-soft); display: flex; align-items: center; justify-content: center; }
.smrresppd-del-item b { display: block; font-weight: 600; font-size: 13px; line-height: 1.2; margin-bottom: 2px; }
.smrresppd-del-item span { opacity: .7; font-size: 11.5px; line-height: 1.3; display: block; }

/* TRUST BADGES */
.smrresppd-tbadges { display: flex; gap: 10px; align-items: center; justify-content: space-between; padding-top: 20px; border-top: 1px solid rgba(45,42,85,.1); flex-wrap: nowrap; }
.smrresppd-tbadge { display: flex; align-items: center; gap: 6px; font-size: 11px; font-weight: 600; flex: 1; justify-content: center; }
.smrresppd-tbadge .smrresppd-ti { width: 28px; height: 28px; border-radius: 50%; background: var(--restopil-soft); color: var(--restopil-2); display: flex; align-items: center; justify-content: center; font-size: 14px; flex-shrink: 0; }
@media (max-width: 480px) {
  .smrresppd-tbadges { gap: 6px; }
  .smrresppd-tbadge { font-size: 10px; flex-direction: column; text-align: center; gap: 4px; }
  .smrresppd-tbadge .smrresppd-ti { width: 32px; height: 32px; }
}
@media (max-width: 900px) {
  .smrresppd-pdp-grid { grid-template-columns: 1fr; gap: 32px; }
  .smrresppd-gallery { position: relative; top: auto; }
}

/* STAT BANNER */
.smrresppd-stat-banner { background: linear-gradient(135deg, var(--restopil-1), var(--restopil-2)); color: var(--cream); padding: 64px 0; }
.smrresppd-stat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; text-align: center; }
.smrresppd-stat-grid .smrresppd-s-num { font-family: var(--mono); font-weight: 700; font-size: 48px; color: var(--lime); line-height: 1; }
.smrresppd-stat-grid .smrresppd-s-lab { font-size: 11px; letter-spacing: .18em; text-transform: uppercase; margin-top: 10px; opacity: .85; font-weight: 600; }
@media (max-width: 768px) {
  .smrresppd-stat-grid { grid-template-columns: repeat(2, 1fr); gap: 32px 16px; }
  .smrresppd-stat-grid .smrresppd-s-num { font-size: 36px; }
}

/* APOTHECARY (9-HERB SHOWPIECE) */
.smrresppd-apothecary { background: linear-gradient(180deg, var(--restopil-deep) 0%, var(--restopil-1) 60%, var(--restopil-2) 100%); color: var(--cream); padding: 120px 0; position: relative; overflow: hidden; }
.smrresppd-apothecary::before { content: ''; position: absolute; top: -200px; right: -200px; width: 600px; height: 600px; border-radius: 50%; background: radial-gradient(circle, rgba(199,242,60,.18) 0%, transparent 60%); filter: blur(60px); pointer-events: none; }
.smrresppd-apothecary::after { content: ''; position: absolute; bottom: -200px; left: -200px; width: 500px; height: 500px; border-radius: 50%; background: radial-gradient(circle, rgba(91,79,191,.4) 0%, transparent 60%); filter: blur(60px); pointer-events: none; }
.smrresppd-starfield { position: absolute; inset: 0; pointer-events: none; z-index: 1; }
.smrresppd-star { position: absolute; width: 3px; height: 3px; background: var(--lime); border-radius: 50%; animation: smrresppd-twinkle 3s ease-in-out infinite; }
@keyframes smrresppd-twinkle { 0%, 100% { opacity: .2; transform: scale(1); } 50% { opacity: 1; transform: scale(1.4); } }
.smrresppd-apo-head { text-align: center; max-width: 720px; margin: 0 auto 56px; padding: 0 24px; position: relative; z-index: 2; }
.smrresppd-apo-head h2 { color: var(--cream); margin: 18px 0 16px; font-size: clamp(32px, 4.6vw, 52px); }
.smrresppd-apo-head p { color: rgba(242,234,220,.8); font-size: 18px; line-height: 1.5; }
.smrresppd-herbs-track { position: relative; z-index: 2; display: flex; gap: 18px; overflow-x: auto; padding: 8px 24px 32px; scroll-snap-type: x mandatory; scrollbar-width: none; -ms-overflow-style: none; cursor: grab; }
.smrresppd-herbs-track:active { cursor: grabbing; }
.smrresppd-herbs-track::-webkit-scrollbar { display: none; }
.smrresppd-herb { flex: 0 0 300px; background: rgba(255,255,255,.06); border: 1px solid rgba(199,242,60,.18); border-radius: 22px; padding: 30px 28px; scroll-snap-align: start; transition: transform .35s var(--ease), background .3s, border-color .3s; position: relative; display: flex; flex-direction: column; }
.smrresppd-herb:hover { transform: translateY(-8px); background: rgba(255,255,255,.10); border-color: rgba(199,242,60,.5); box-shadow: 0 16px 40px rgba(0,0,0,.4); }
.smrresppd-herb-illu { height: 100px; display: flex; align-items: center; justify-content: center; font-size: 60px; margin-bottom: 18px; background: rgba(199,242,60,.06); border-radius: 14px; border: 1px dashed rgba(199,242,60,.2); }
.smrresppd-herb-num { font-family: var(--mono); font-size: 11px; color: var(--lime); letter-spacing: .18em; margin-bottom: 10px; font-weight: 600; }
.smrresppd-herb-name { font-family: var(--display); font-size: 26px; font-weight: 600; margin-bottom: 4px; color: var(--cream); }
.smrresppd-herb-latin { font-style: italic; font-size: 13px; opacity: .55; margin-bottom: 14px; }
.smrresppd-herb-desc { font-size: 14px; line-height: 1.55; opacity: .85; margin-bottom: 16px; flex: 1; }
.smrresppd-herb-source { font-size: 10px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--lime); display: flex; align-items: center; gap: 6px; padding-top: 14px; border-top: 1px solid rgba(199,242,60,.15); }
.smrresppd-herb-source::before { content: '📍'; font-size: 12px; }
.smrresppd-apo-cta { text-align: center; margin-top: 40px; padding: 0 24px; position: relative; z-index: 2; }
.smrresppd-apo-cta-pills { display: inline-flex; gap: 14px; margin-top: 20px; flex-wrap: wrap; justify-content: center; font-size: 13px; opacity: .85; }
.smrresppd-apo-cta-pills span { display: inline-flex; align-items: center; gap: 6px; }
@media (max-width: 768px) {
  .smrresppd-herbs-track { padding: 8px 20px 24px; }
  .smrresppd-herb { flex-basis: 260px; padding: 24px; }
  .smrresppd-herb-illu { height: 80px; font-size: 48px; }
}

/* RITUAL */
.smrresppd-ritual { background: var(--restopil-deep); color: var(--cream); padding: 120px 0; position: relative; overflow: hidden; text-align: center; }
.smrresppd-ritual::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at center, rgba(91,79,191,.25) 0%, transparent 60%); pointer-events: none; }
.smrresppd-ritual-content { position: relative; z-index: 2; max-width: 680px; margin: 0 auto; padding: 0 24px; }
.smrresppd-ritual h2 { color: var(--cream); font-family: var(--display); font-style: italic; font-size: clamp(32px, 5vw, 52px); margin: 18px 0; line-height: 1.15; }
.smrresppd-ritual p { color: rgba(242,234,220,.75); font-size: 17px; line-height: 1.6; max-width: 520px; margin: 0 auto; }
.smrresppd-ritual-clock { display: inline-flex; align-items: center; gap: 10px; font-family: var(--mono); font-size: 14px; color: var(--lime); letter-spacing: .18em; text-transform: uppercase; margin-bottom: 8px; font-weight: 600; }
.smrresppd-ritual-clock::before { content: '🌙'; font-size: 18px; }

/* BENEFITS */
.smrresppd-benefits-sec { background: linear-gradient(180deg, var(--cream), var(--cream-2)); padding: 96px 0; }
.smrresppd-benefits-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 40px; }
.smrresppd-bcard { background: var(--paper); border-radius: var(--smrresppd-r-card); padding: 28px 24px; transition: transform .3s, box-shadow .3s; border: 1px solid rgba(45,42,85,.06); }
.smrresppd-bcard:hover { transform: translateY(-6px); box-shadow: var(--smrresppd-shadow-lg); }
.smrresppd-bcard .smrresppd-bico { width: 54px; height: 54px; border-radius: 14px; background: linear-gradient(135deg, var(--restopil-1), var(--restopil-2)); color: var(--lime); font-size: 24px; display: flex; align-items: center; justify-content: center; margin-bottom: 18px; }
.smrresppd-bcard h4 { margin-bottom: 10px; font-family: var(--display); font-size: 20px; font-weight: 600; }
.smrresppd-bcard p { font-size: 14px; line-height: 1.55; opacity: .8; }
@media (max-width: 900px) { .smrresppd-benefits-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 500px) { .smrresppd-benefits-grid { grid-template-columns: 1fr; } }

/* SCIENCE */
.smrresppd-science { padding: 96px 0; background: var(--paper); }
.smrresppd-science-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 64px; align-items: center; }
.smrresppd-science-visual { aspect-ratio: 1; border-radius: var(--smrresppd-r-card); background: linear-gradient(135deg, var(--restopil-1), var(--restopil-2)); position: relative; overflow: hidden; display: flex; align-items: center; justify-content: center; }
.smrresppd-science-visual::before { content: ''; position: absolute; width: 80%; height: 80%; border: 1px dashed rgba(199,242,60,.3); border-radius: 50%; animation: smrresppd-rotate-slow 30s linear infinite; }
.smrresppd-science-visual::after { content: ''; position: absolute; width: 60%; height: 60%; border: 1px dashed rgba(199,242,60,.18); border-radius: 50%; animation: smrresppd-rotate-slow 40s linear infinite reverse; }
@keyframes smrresppd-rotate-slow { from { transform: rotate(0); } to { transform: rotate(360deg); } }
.smrresppd-science-visual img { width: 62%; height: auto; position: relative; z-index: 2; filter: drop-shadow(0 30px 60px rgba(0,0,0,.5)); }
.smrresppd-science h2 { margin: 14px 0 18px; }
.smrresppd-science .smrresppd-lead { margin-bottom: 24px; }
.smrresppd-science-list { list-style: none; margin: 24px 0 0; }
.smrresppd-science-list li { padding: 14px 0; border-bottom: 1px solid rgba(45,42,85,.1); display: flex; gap: 14px; align-items: flex-start; }
.smrresppd-science-list li:last-child { border-bottom: 0; }
.smrresppd-science-list .smrresppd-sno { font-family: var(--mono); font-weight: 700; color: var(--restopil-2); font-size: 14px; flex-shrink: 0; margin-top: 2px; }
.smrresppd-science-list b { display: block; font-size: 15px; margin-bottom: 4px; }
.smrresppd-science-list p { font-size: 13px; opacity: .7; line-height: 1.5; }
@media (max-width: 900px) { .smrresppd-science-grid { grid-template-columns: 1fr; gap: 40px; } }

/* HOWTO */
.smrresppd-howto { background: linear-gradient(135deg, var(--cream), var(--cream-2)); padding: 96px 0; }
.smrresppd-howto-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 40px; }
.smrresppd-step { background: var(--paper); border-radius: var(--smrresppd-r-card); padding: 32px 28px; text-align: center; border: 1px solid rgba(45,42,85,.06); }
.smrresppd-step-num { width: 56px; height: 56px; border-radius: 50%; background: linear-gradient(135deg, var(--restopil-1), var(--restopil-2)); color: var(--lime); font-family: var(--mono); font-weight: 700; font-size: 22px; display: flex; align-items: center; justify-content: center; margin: 0 auto 18px; }
.smrresppd-step h4 { margin-bottom: 10px; font-family: var(--display); font-size: 22px; }
.smrresppd-step p { font-size: 14px; line-height: 1.55; opacity: .8; }
@media (max-width: 768px) { .smrresppd-howto-steps { grid-template-columns: 1fr; } }

/* SOURCING */
.smrresppd-sourcing { padding: 96px 0; background: var(--paper); }
.smrresppd-sourcing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 40px; }
.smrresppd-scard { border-radius: var(--smrresppd-r-card); overflow: hidden; background: var(--cream); border: 1px solid rgba(45,42,85,.08); transition: transform .3s, box-shadow .3s; }
.smrresppd-scard:hover { transform: translateY(-6px); box-shadow: var(--smrresppd-shadow-lg); }
.smrresppd-scard-img { aspect-ratio: 1.4; background: linear-gradient(135deg, var(--restopil-1), var(--restopil-2)); display: flex; align-items: center; justify-content: center; font-size: 56px; color: var(--lime); }
.smrresppd-scard-body { padding: 24px; }
.smrresppd-scard h4 { margin-bottom: 8px; font-family: var(--display); font-size: 20px; }
.smrresppd-scard p { font-size: 14px; line-height: 1.55; opacity: .8; margin-bottom: 14px; }
.smrresppd-scard a { color: var(--restopil-2); font-weight: 600; font-size: 13px; display: inline-flex; align-items: center; gap: 4px; }
@media (max-width: 900px) { .smrresppd-sourcing-grid { grid-template-columns: 1fr; } }

/* VIDEO SHOWCASE */
.smrresppd-vshowcase { background: var(--ink); color: var(--cream); padding: 96px 0; position: relative; overflow: hidden; }
.smrresppd-vshowcase::before { content: ''; position: absolute; top: -100px; left: 50%; transform: translateX(-50%); width: 600px; height: 300px; border-radius: 50%; background: radial-gradient(circle, rgba(91,79,191,.22) 0%, transparent 60%); filter: blur(40px); pointer-events: none; }
.smrresppd-vshowcase .smrresppd-section-head { position: relative; text-align: center; max-width: 640px; margin: 0 auto 48px; padding: 0 24px; }
.smrresppd-vshowcase .smrresppd-section-head h2 { color: var(--cream); margin: 14px 0; }
.smrresppd-vshowcase .smrresppd-section-head p { color: rgba(242,234,220,.7); font-size: 17px; }
.smrresppd-video-track { display: flex; gap: 18px; overflow-x: auto; padding: 8px 24px 24px; scroll-snap-type: x mandatory; scrollbar-width: none; -ms-overflow-style: none; cursor: grab; }
.smrresppd-video-track:active { cursor: grabbing; }
.smrresppd-video-track::-webkit-scrollbar { display: none; }
.smrresppd-vcard { flex: 0 0 280px; aspect-ratio: 9/16; border-radius: 18px; overflow: hidden; position: relative; scroll-snap-align: start; background: var(--restopil-1); transition: transform .3s var(--ease), box-shadow .3s; box-shadow: 0 8px 24px rgba(0,0,0,.3); }
.smrresppd-vcard:hover { transform: translateY(-6px); box-shadow: 0 16px 40px rgba(0,0,0,.5); }
.smrresppd-vcard video { width: 100%; height: 100%; object-fit: cover; display: block; background: var(--restopil-1); }
.smrresppd-vcard-tag { position: absolute; top: 14px; left: 14px; z-index: 3; background: rgba(199,242,60,.92); color: var(--ink); font-size: 10px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; padding: 5px 11px; border-radius: var(--r-pill); }
.smrresppd-vcard-mute { position: absolute; top: 14px; right: 14px; z-index: 3; width: 34px; height: 34px; border-radius: 50%; background: rgba(0,0,0,.45); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); display: flex; align-items: center; justify-content: center; color: var(--cream); font-size: 14px; cursor: pointer; transition: background .2s, transform .2s; }
.smrresppd-vcard-mute:hover { background: rgba(199,242,60,.9); color: var(--ink); transform: scale(1.08); }
.smrresppd-vcard-overlay { position: absolute; left: 0; right: 0; bottom: 0; padding: 16px; z-index: 2; background: linear-gradient(180deg, transparent 0%, rgba(0,0,0,.85) 100%); pointer-events: none; }
.smrresppd-vcard-cap { color: var(--cream); font-family: var(--display); font-weight: 600; font-size: 15px; line-height: 1.3; margin-bottom: 6px; }
.smrresppd-vcard-meta { font-size: 11px; display: flex; align-items: center; gap: 8px; color: rgba(242,234,220,.8); }
.smrresppd-vcard-meta .smrresppd-views { font-family: var(--mono); font-weight: 600; color: var(--lime); }
.smrresppd-vshowcase-cta { text-align: center; margin-top: 32px; }
@media (max-width: 768px) {
  .smrresppd-vcard { flex-basis: 230px; }
  .smrresppd-video-track { padding: 8px 20px 24px; gap: 14px; }
}

/* REVIEWS */
.smrresppd-reviews { padding: 96px 0; background: linear-gradient(180deg, var(--cream), var(--cream-2)); }
.smrresppd-rev-summary { background: var(--paper); border-radius: var(--smrresppd-r-card); padding: 32px; margin-bottom: 32px; display: grid; grid-template-columns: auto 1fr auto; gap: 32px; align-items: center; box-shadow: var(--smrresppd-shadow-sm); }
.smrresppd-rev-big { text-align: center; }
.smrresppd-rev-big .smrresppd-rb-num { font-family: var(--mono); font-weight: 700; font-size: 48px; color: var(--restopil-2); line-height: 1; }
.smrresppd-rev-big .smrresppd-rb-stars { color: var(--smrresppd-warning); font-size: 20px; margin: 6px 0; }
.smrresppd-rev-big .smrresppd-rb-count { font-size: 13px; opacity: .7; }
.smrresppd-rev-bars { flex: 1; }
.smrresppd-rev-bar { display: flex; align-items: center; gap: 12px; margin-bottom: 6px; font-size: 13px; }
.smrresppd-rev-bar-label { width: 60px; }
.smrresppd-rev-bar-track { flex: 1; height: 8px; background: rgba(45,42,85,.1); border-radius: 4px; overflow: hidden; }
.smrresppd-rev-bar-fill { height: 100%; background: var(--smrresppd-warning); border-radius: 4px; }
.smrresppd-rev-bar-pct { width: 40px; text-align: right; font-family: var(--mono); font-size: 12px; opacity: .7; }
.smrresppd-rev-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.smrresppd-rcard { background: var(--paper); border-radius: var(--smrresppd-r-card); padding: 24px; border: 1px solid rgba(45,42,85,.06); }
.smrresppd-rcard-head { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.smrresppd-rcard-avatar { width: 44px; height: 44px; border-radius: 50%; background: linear-gradient(135deg, var(--restopil-1), var(--restopil-2)); color: var(--lime); font-weight: 700; display: flex; align-items: center; justify-content: center; font-size: 16px; }
.smrresppd-rcard-meta { flex: 1; }
.smrresppd-rcard-meta b { display: block; font-size: 14px; }
.smrresppd-rcard-meta .smrresppd-verified { font-size: 11px; color: var(--smrresppd-success); font-weight: 600; }
.smrresppd-rcard-stars { color: var(--smrresppd-warning); font-size: 14px; margin-bottom: 10px; }
.smrresppd-rcard-title { font-family: var(--display); font-weight: 600; font-size: 16px; margin-bottom: 8px; }
.smrresppd-rcard p { font-size: 14px; line-height: 1.55; opacity: .85; margin-bottom: 12px; }
.smrresppd-rcard-photos { display: flex; gap: 6px; }
.smrresppd-rcard-photo { width: 60px; height: 60px; border-radius: 8px; background: linear-gradient(135deg, var(--restopil-1), var(--restopil-2)); cursor: pointer; }
.smrresppd-rcard-date { font-size: 11px; opacity: .5; margin-top: 10px; }
.smrresppd-rev-cta { text-align: center; margin-top: 32px; }
@media (max-width: 900px) {
  .smrresppd-rev-summary { grid-template-columns: 1fr; text-align: center; }
  .smrresppd-rev-list { grid-template-columns: 1fr; gap: 16px; }
}

/* FAQ */
.smrresppd-faq { padding: 96px 0; background: var(--paper); }
.smrresppd-faq-list { max-width: 840px; margin: 40px auto 0; }
.smrresppd-fitem { border-bottom: 1px solid rgba(45,42,85,.12); }
.smrresppd-fq { display: flex; justify-content: space-between; align-items: center; width: 100%; padding: 22px 0; text-align: left; font-family: var(--display); font-size: 18px; font-weight: 600; color: var(--ink); transition: color .2s; }
.smrresppd-fq:hover { color: var(--restopil-2); }
.smrresppd-fq .smrresppd-toggle { width: 32px; height: 32px; border-radius: 50%; background: var(--cream); display: flex; align-items: center; justify-content: center; font-size: 18px; font-weight: 600; color: var(--restopil-2); transition: transform .3s, background .3s; flex-shrink: 0; margin-left: 16px; }
.smrresppd-fitem.smrresppd-open .smrresppd-toggle { transform: rotate(45deg); background: var(--lime); }
.smrresppd-fa { max-height: 0; overflow: hidden; transition: max-height .4s var(--ease), padding .3s; }
.smrresppd-fitem.smrresppd-open .smrresppd-fa { max-height: 600px; padding: 0 0 24px; }
.smrresppd-fa p { font-size: 15px; line-height: 1.65; opacity: .85; max-width: 720px; }

/* PAIR RITUAL */
.smrresppd-pair { padding: 120px 0; background: linear-gradient(135deg, var(--cream) 0%, var(--cream-2) 100%); position: relative; overflow: hidden; }
.smrresppd-pair::before { content: ''; position: absolute; top: -30%; left: -10%; width: 60%; height: 140%; background: radial-gradient(circle, rgba(91,79,191,.08) 0%, transparent 60%); pointer-events: none; }
.smrresppd-pair-head { text-align: center; max-width: 720px; margin: 0 auto 56px; position: relative; }
.smrresppd-pair-head h2 { margin: 18px 0 16px; }
.smrresppd-pair-head p { font-size: 18px; opacity: .75; }
.smrresppd-bundle-hero { position: relative; z-index: 2; background: linear-gradient(135deg, var(--restopil-1) 0%, var(--restopil-2) 100%); border-radius: 32px; padding: 48px 56px; margin-bottom: 36px; display: grid; grid-template-columns: 1.05fr 1fr; gap: 48px; align-items: center; overflow: hidden; box-shadow: var(--smrresppd-shadow-xl); }
.smrresppd-bundle-hero::before { content: ''; position: absolute; top: -50%; right: -20%; width: 60%; height: 200%; background: radial-gradient(circle, rgba(199,242,60,.18) 0%, transparent 60%); pointer-events: none; }
.smrresppd-bundle-hero-content { position: relative; z-index: 2; color: var(--cream); }
.smrresppd-bundle-pill { display: inline-block; background: var(--lime); color: var(--ink); font-family: var(--mono); font-weight: 700; font-size: 11px; letter-spacing: .15em; text-transform: uppercase; padding: 7px 14px; border-radius: var(--r-pill); margin-bottom: 18px; }
.smrresppd-bundle-hero h3 { font-family: var(--display); font-size: clamp(28px, 4vw, 42px); font-weight: 600; color: var(--cream); margin-bottom: 12px; line-height: 1.05; }
.smrresppd-bundle-hero-tag { font-size: 16px; opacity: .85; margin-bottom: 28px; max-width: 380px; color: var(--cream); }
.smrresppd-bundle-perks { list-style: none; margin: 0 0 32px; display: grid; grid-template-columns: 1fr 1fr; gap: 10px 16px; }
.smrresppd-bundle-perks li { display: flex; gap: 8px; align-items: flex-start; font-size: 13.5px; line-height: 1.4; color: var(--cream); }
.smrresppd-bundle-perks li::before { content: '✓'; color: var(--lime); font-weight: 700; flex-shrink: 0; font-size: 14px; line-height: 1.4; }
.smrresppd-bundle-pricing { display: flex; align-items: baseline; gap: 14px; margin-bottom: 24px; flex-wrap: wrap; }
.smrresppd-bundle-pricing .smrresppd-now { font-family: var(--mono); font-weight: 700; font-size: 38px; color: var(--lime); line-height: 1; }
.smrresppd-bundle-pricing .smrresppd-strike { font-size: 18px; text-decoration: line-through; opacity: .5; color: var(--cream); }
.smrresppd-bundle-pricing .smrresppd-save { background: var(--lime); color: var(--ink); font-family: var(--mono); font-weight: 700; font-size: 12px; padding: 5px 11px; border-radius: var(--r-pill); }
.smrresppd-bundle-cta { display: flex; gap: 12px; flex-wrap: wrap; }
.smrresppd-bundle-hero-visual { position: relative; z-index: 2; display: flex; align-items: center; justify-content: center; min-height: 340px; }
.smrresppd-bundle-bottles { display: flex; align-items: flex-end; justify-content: center; position: relative; width: 100%; }
.smrresppd-bundle-bottles img { height: 280px; width: auto; filter: drop-shadow(0 30px 50px rgba(0,0,0,.4)); transition: transform .5s var(--ease); }
.smrresppd-bundle-bottles img.smrresppd-b-spirulina { transform: translateX(36px) rotate(-8deg); z-index: 1; height: 260px; }
.smrresppd-bundle-bottles img.smrresppd-b-restopil { transform: translateY(-14px); z-index: 3; height: 300px; }
.smrresppd-bundle-bottles img.smrresppd-b-gutflo { transform: translateX(-36px) rotate(8deg); z-index: 2; height: 260px; }
.smrresppd-bundle-hero:hover .smrresppd-bundle-bottles img.smrresppd-b-spirulina { transform: translateX(46px) rotate(-10deg) translateY(-6px); }
.smrresppd-bundle-hero:hover .smrresppd-bundle-bottles img.smrresppd-b-restopil { transform: translateY(-22px); }
.smrresppd-bundle-hero:hover .smrresppd-bundle-bottles img.smrresppd-b-gutflo { transform: translateX(-46px) rotate(10deg) translateY(-6px); }

.smrresppd-pair-or { text-align: center; margin: 8px auto 32px; font-size: 12px; letter-spacing: .18em; text-transform: uppercase; color: var(--ink); opacity: .5; font-weight: 600; position: relative; }
.smrresppd-pair-or::before,
.smrresppd-pair-or::after { content: ''; position: absolute; top: 50%; width: 80px; height: 1px; background: rgba(45,42,85,.2); }
.smrresppd-pair-or::before { right: calc(50% + 90px); }
.smrresppd-pair-or::after { left: calc(50% + 90px); }

.smrresppd-pair-individual { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; position: relative; z-index: 2; }
.smrresppd-pcrd { background: var(--paper); border-radius: 24px; padding: 0; overflow: hidden; display: grid; grid-template-columns: 200px 1fr; align-items: stretch; border: 1px solid rgba(45,42,85,.08); transition: transform .35s var(--ease), box-shadow .35s; position: relative; }
.smrresppd-pcrd:hover { transform: translateY(-8px); box-shadow: var(--smrresppd-shadow-xl); }
.smrresppd-pcrd-img { position: relative; display: flex; align-items: center; justify-content: center; padding: 24px 16px; overflow: hidden; }
.smrresppd-pcrd-img::before { content: ''; position: absolute; inset: 0; z-index: 0; }
.smrresppd-pcrd.smrresppd-spirulina .smrresppd-pcrd-img::before { background: linear-gradient(135deg, var(--spirulina-1) 0%, var(--spirulina-2) 100%); }
.smrresppd-pcrd.smrresppd-gutflo .smrresppd-pcrd-img::before { background: linear-gradient(135deg, var(--gutflo-1) 0%, var(--gutflo-2) 100%); }
.smrresppd-pcrd-img::after { content: ''; position: absolute; inset: 10%; background: radial-gradient(circle, rgba(255,255,255,.18) 0%, transparent 60%); filter: blur(20px); z-index: 1; }
.smrresppd-pcrd-img img { position: relative; z-index: 2; height: 160px; width: auto; filter: drop-shadow(0 16px 30px rgba(0,0,0,.4)); transition: transform .4s var(--ease); }
.smrresppd-pcrd:hover .smrresppd-pcrd-img img { transform: scale(1.06) rotate(-3deg); }
.smrresppd-pcrd-body { padding: 24px 24px 22px; display: flex; flex-direction: column; justify-content: space-between; }
.smrresppd-pcrd-tag { display: inline-block; font-size: 10px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; padding: 4px 10px; border-radius: var(--r-pill); margin-bottom: 8px; width: fit-content; }
.smrresppd-pcrd.smrresppd-spirulina .smrresppd-pcrd-tag { background: rgba(31,58,40,.12); color: var(--spirulina-1); }
.smrresppd-pcrd.smrresppd-gutflo .smrresppd-pcrd-tag { background: rgba(232,123,42,.12); color: var(--gutflo-1); }
.smrresppd-pcrd h4 { font-family: var(--display); font-size: 22px; font-weight: 600; margin-bottom: 6px; }
.smrresppd-pcrd-tagline { font-size: 13px; opacity: .7; margin-bottom: 14px; line-height: 1.5; }
.smrresppd-pcrd-bullets { list-style: none; margin: 0 0 18px; display: flex; flex-direction: column; gap: 6px; }
.smrresppd-pcrd-bullets li { font-size: 12.5px; display: flex; gap: 6px; align-items: flex-start; line-height: 1.4; }
.smrresppd-pcrd-bullets li::before { content: '·'; font-weight: 700; font-size: 18px; line-height: .8; }
.smrresppd-pcrd.smrresppd-spirulina .smrresppd-pcrd-bullets li::before { color: var(--spirulina-1); }
.smrresppd-pcrd.smrresppd-gutflo .smrresppd-pcrd-bullets li::before { color: var(--gutflo-1); }
.smrresppd-pcrd-foot { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding-top: 14px; border-top: 1px solid rgba(45,42,85,.08); }
.smrresppd-pcrd-pricing { display: flex; align-items: baseline; gap: 8px; }
.smrresppd-pcrd-pricing .smrresppd-price { font-family: var(--mono); font-weight: 700; font-size: 20px; color: var(--ink); }
.smrresppd-pcrd-pricing .smrresppd-pstrike { font-size: 13px; text-decoration: line-through; opacity: .4; }
.smrresppd-pcrd-add { background: var(--ink); color: var(--cream); padding: 10px 16px; border-radius: 8px; font-size: 13px; font-weight: 600; display: inline-flex; align-items: center; gap: 6px; transition: all .25s var(--ease); }
.smrresppd-pcrd-add:hover { background: var(--restopil-2); transform: translateY(-2px); }
.smrresppd-pcrd-add .smrresppd-arrow { transition: transform .3s; }
.smrresppd-pcrd-add:hover .smrresppd-arrow { transform: translateX(3px); }

@media (max-width: 900px) {
  .smrresppd-pair { padding: 80px 0; }
  .smrresppd-bundle-hero { grid-template-columns: 1fr; gap: 32px; padding: 36px 28px; text-align: center; }
  .smrresppd-bundle-hero-content { text-align: center; }
  .smrresppd-bundle-hero-tag { margin-left: auto; margin-right: auto; }
  .smrresppd-bundle-perks { text-align: left; max-width: 280px; margin: 0 auto 28px; }
  .smrresppd-bundle-pricing { justify-content: center; }
  .smrresppd-bundle-cta { justify-content: center; }
  .smrresppd-bundle-hero-visual { min-height: 260px; order: -1; }
  .smrresppd-bundle-bottles img { height: 200px; }
  .smrresppd-bundle-bottles img.smrresppd-b-restopil { height: 220px; }
  .smrresppd-bundle-bottles img.smrresppd-b-spirulina { height: 190px; }
  .smrresppd-bundle-bottles img.smrresppd-b-gutflo { height: 190px; }
  .smrresppd-pair-or::before { right: calc(50% + 60px); width: 50px; }
  .smrresppd-pair-or::after { left: calc(50% + 60px); width: 50px; }
  .smrresppd-pair-individual { grid-template-columns: 1fr; gap: 16px; }
  .smrresppd-pcrd { grid-template-columns: 140px 1fr; }
  .smrresppd-pcrd-img img { height: 120px; }
}
@media (max-width: 520px) {
  .smrresppd-bundle-hero { padding: 28px 22px; }
  .smrresppd-bundle-perks { grid-template-columns: 1fr; }
  .smrresppd-pcrd { grid-template-columns: 1fr; }
  .smrresppd-pcrd-img { aspect-ratio: 1.6; padding: 30px 20px; }
  .smrresppd-pcrd-img img { height: 160px; }
}

/* STICKY ATC */
.smrresppd-sticky-atc { position: fixed; bottom: -100px; left: 0; right: 0; z-index: 90; background: var(--paper); border-top: 1px solid rgba(45,42,85,.12); box-shadow: 0 -4px 24px rgba(45,42,85,.1); padding: 12px 0; transition: bottom .35s var(--ease); }
.smrresppd-sticky-atc.smrresppd-show { bottom: 0; }
.smrresppd-sticky-atc-inner { max-width: 1280px; margin: 0 auto; padding: 0 24px; display: flex; align-items: center; gap: 14px; }
.smrresppd-sticky-thumb { width: 48px; height: 48px; border-radius: 10px; background: var(--cream); overflow: hidden; flex-shrink: 0; display: flex; align-items: center; justify-content: center; padding: 4px; }
.smrresppd-sticky-thumb img { width: 100%; height: 100%; object-fit: contain; }
.smrresppd-sticky-info { flex: 1; min-width: 0; }
.smrresppd-sticky-info b { display: block; font-size: 14px; font-weight: 600; line-height: 1.2; }
.smrresppd-sticky-info span { font-size: 12px; opacity: .7; }
.smrresppd-sticky-price { font-family: var(--mono); font-weight: 700; font-size: 18px; color: var(--restopil-2); }
.smrresppd-sticky-atc .smrresppd-btn { padding: 14px 22px; font-size: 14px; }
@media (max-width: 600px) {
  .smrresppd-sticky-info span { display: none; }
  .smrresppd-sticky-atc-inner { gap: 10px; padding: 0 16px; }
}

/* REVEAL */
.smrresppd-reveal { opacity: 1; transform: none; transition: opacity .7s var(--ease), transform .7s var(--ease); }
.js-smrresppd-ready .smrresppd-reveal:not(.smrresppd-in) { opacity: 0; transform: translateY(28px); }
@media (prefers-reduced-motion: reduce) {
  .smrresppd-section *,
  .smrresppd-section *::before,
  .smrresppd-section *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .js-smrresppd-ready .smrresppd-reveal { opacity: 1 !important; transform: none !important; }
}

/* CART BUMP */
@keyframes smrresppd-bobIn {
  0% { transform: scale(1); }
  50% { transform: scale(1.6); }
  100% { transform: scale(1); }
}
.smrresppd-cart-bump { animation: smrresppd-bobIn .5s ease; }
/* =========================================================
   FIX 1 — Qty + ATC grid layout
========================================================= */
.smrresppd-qty-atc{
  display:grid;
  grid-template-columns:auto 1fr;   /* qty fixed width, ATC fills */
  gap:12px;
  align-items:stretch;
  margin-top:18px;
}

.smrresppd-qty-stepper{
  display:flex;
  align-items:center;
  background:var(--paper, #FFFFFF);
  border:1.5px solid rgba(45,42,85,.18);
  border-radius:10px;
  overflow:hidden;
  height:56px;
  flex-shrink:0;
}
.smrresppd-qty-stepper button{
  width:42px;
  height:100%;
  border:0;
  background:transparent;
  font-size:18px;
  font-weight:600;
  cursor:pointer;
  color:var(--ink, #1A2420);
  transition:background .2s;
}
.smrresppd-qty-stepper button:hover{
  background:rgba(45,42,85,.06);
}
.smrresppd-qty-stepper input{
  width:44px;
  height:100%;
  border:0;
  text-align:center;
  background:transparent;
  font-family:'JetBrains Mono',monospace;
  font-weight:700;
  font-size:15px;
  color:var(--ink, #1A2420);
  -moz-appearance:textfield;
  outline:0;
  padding:0;
}
.smrresppd-qty-stepper input::-webkit-outer-spin-button,
.smrresppd-qty-stepper input::-webkit-inner-spin-button{
  -webkit-appearance:none;
  margin:0;
}

/* ATC button — single row, no wrap */
.smrresppd-qty-atc .smrresppd-btn-primary{
  height:56px;
  padding:0 20px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  white-space:nowrap;
  font-size:15.5px;
  width:100%;
}
.smrresppd-atc-label{font-weight:700}
.smrresppd-atc-sep{opacity:.5;font-weight:400}

.smrresppd-form-errors{
  color:#d04f4f;
  background:rgba(208,79,79,.08);
  border:1px solid rgba(208,79,79,.2);
  border-radius:8px;
  padding:10px 14px;
  font-size:13px;
  margin-top:10px;
}

/* =========================================================
   FIX 2 — Sticky ATC (mobile + scroll)
   Truncated title, compact layout
========================================================= */
.smrresppd-sticky-atc{
  position:fixed;
  bottom:0;
  left:0;
  right:0;
  z-index:80;
  background:rgba(255,255,255,.96);
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);
  border-top:1px solid rgba(45,42,85,.10);
  box-shadow:0 -8px 24px rgba(14,26,24,.08);
  transform:translateY(110%);
  transition:transform .35s cubic-bezier(.2,.8,.2,1);
  padding:10px 16px;
  padding-bottom:calc(10px + env(safe-area-inset-bottom, 0px));
}
.smrresppd-sticky-atc.smrresppd-sticky-show{
  transform:translateY(0);
}
.smrresppd-sticky-inner{
  display:grid;
  grid-template-columns:48px 1fr auto auto;
  gap:10px;
  align-items:center;
  max-width:1280px;
  margin:0 auto;
}
.smrresppd-sticky-thumb{
  width:48px;
  height:48px;
  border-radius:8px;
  overflow:hidden;
  background:rgba(45,42,85,.05);
  flex-shrink:0;
}
.smrresppd-sticky-thumb img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.smrresppd-sticky-info{
  min-width:0; /* allow truncation */
  display:flex;
  flex-direction:column;
  gap:1px;
  overflow:hidden;
}
.smrresppd-sticky-title{
  font-family:'Fraunces',Georgia,serif;
  font-weight:600;
  font-size:14px;
  line-height:1.2;
  color:var(--ink, #1A2420);
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.smrresppd-sticky-meta{
  font-size:11.5px;
  color:rgba(26,36,32,.55);
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.smrresppd-sticky-price{
  font-family:'JetBrains Mono',monospace;
  font-weight:700;
  font-size:15px;
  color:var(--ink, #1A2420);
  white-space:nowrap;
}
.smrresppd-sticky-btn{
  padding:10px 16px !important;
  font-size:13px !important;
  height:auto !important;
  white-space:nowrap;
  border-radius:999px !important;
}

/* MOBILE — even tighter */
@media (max-width: 600px){
  .smrresppd-sticky-atc{padding:8px 12px}
  .smrresppd-sticky-inner{
    grid-template-columns:40px 1fr auto;
    gap:8px;
  }
  .smrresppd-sticky-thumb{width:40px;height:40px}
  .smrresppd-sticky-title{font-size:13px}
  .smrresppd-sticky-meta{display:none}  /* hide meta on mobile */
  .smrresppd-sticky-price{display:none} /* hide price separately, it's in the button */
  .smrresppd-sticky-btn{
    padding:10px 14px !important;
    font-size:12.5px !important;
  }
  .smrresppd-sticky-btn::after{
    content:' · ' attr(data-price);
    font-family:'JetBrains Mono',monospace;
    font-weight:700;
    opacity:.9;
  }
}

/* =========================================================
   FIX 3 — Qty + ATC stack on narrow screens
========================================================= */
@media (max-width: 400px){
  .smrresppd-qty-atc{
    grid-template-columns:1fr;
  }
  .smrresppd-qty-stepper{
    width:100%;
    justify-content:space-between;
  }
  .smrresppd-qty-stepper input{
    flex:1;
  }
}

/* =========================================================
   Pack & ptype spacing
========================================================= */
.smrresppd-pack-wrap,
.smrresppd-ptype-wrap{
  margin-top:18px;
}
.smrresppd-section-label{
  display:block;
  font-size:11px;
  font-weight:700;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:rgba(26,36,32,.55);
  margin-bottom:10px;
}
@import url('https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,400;9..144,500;9..144,600;9..144,700&family=Inter:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500;600&display=swap');

/* ============================================================
   NEON GREEN BUTTONS → BLACK TEXT (Restopil page)
============================================================ */
[style*="C7F23C"],
[style*="c7f23c"]{ color:#000 !important; }
[style*="C7F23C"] *,
[style*="c7f23c"] *{ color:#000 !important; fill:#000 !important; stroke:#000 !important; }

.smrresppd-btn-primary, .smrresppd-btn-primary *,
.smrresppd-atc, .smrresppd-atc *,
[class*="--lime"], [class*="--lime"] *,
[class*="-lime"], [class*="-lime"] *{
  color:#000 !important; fill:#000 !important; stroke:#000 !important;
}
