:root {
  --forest-950: #0b2418;
  --forest-900: #123322;
  --forest-800: #173e2a;
  --forest-700: #205339;
  --forest-600: #2e6c4b;
  --sage-500: #6f8f73;
  --sage-300: #a8bea9;
  --leaf: #cfe8b0;
  --mint: #dcefe8;
  --water: #4b9c8d;
  --cream: #f6f2e9;
  --cream-2: #fbf9f4;
  --sand: #e9e0cf;
  --ink: #162019;
  --muted: #667169;
  --white: #ffffff;
  --border: rgba(23, 62, 42, 0.14);
  --shadow-sm: 0 10px 30px rgba(17, 48, 31, 0.08);
  --shadow-md: 0 24px 70px rgba(12, 36, 24, 0.14);
  --radius-sm: 12px;
  --radius-md: 20px;
  --radius-lg: 32px;
  --container: 1200px;
  --header-h: 84px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream-2);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
body.no-scroll { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }

::selection { background: var(--leaf); color: var(--forest-950); }

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 100px 0; }
.section--compact { padding: 72px 0; }
.section--forest { background: var(--forest-950); color: var(--white); }
.section--cream { background: var(--cream); }
.section--white { background: var(--white); }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 16px;
  color: var(--forest-700);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 24px; height: 2px; border-radius: 4px; background: currentColor; }
.section--forest .eyebrow { color: var(--leaf); }

h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.08; letter-spacing: -.035em; }
h1 { font-size: clamp(42px, 6vw, 78px); }
h2 { font-size: clamp(34px, 4.4vw, 58px); }
h3 { font-size: clamp(21px, 2.2vw, 29px); }
.lead { font-size: clamp(18px, 2vw, 22px); color: #566159; max-width: 720px; }
.section--forest .lead { color: rgba(255,255,255,.72); }

.skip-link {
  position: fixed; top: 10px; left: 10px; z-index: 1000;
  padding: 10px 14px; border-radius: 8px; background: var(--white); color: var(--forest-950);
  transform: translateY(-160%); transition: .2s;
}
.skip-link:focus { transform: translateY(0); }

.announcement {
  display: flex; justify-content: center; align-items: center; min-height: 38px;
  padding: 8px 20px; text-align: center; background: var(--forest-950); color: #eaf4e8;
  font-size: 12px; font-weight: 700; letter-spacing: .04em;
}
.announcement strong { color: var(--leaf); }

.site-header {
  position: sticky; top: 0; z-index: 50; height: var(--header-h);
  background: rgba(251,249,244,.92); border-bottom: 1px solid var(--border);
  backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
}
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand img { width: 250px; height: auto; }
.nav { display: flex; align-items: center; gap: 28px; }
.nav a { color: #314038; font-size: 14px; font-weight: 700; transition: .2s; }
.nav a:hover, .nav a:focus-visible { color: var(--forest-700); }
.header-actions { display: flex; align-items: center; gap: 10px; }
.icon-button {
  position: relative; display: inline-grid; place-items: center; width: 46px; height: 46px;
  border: 1px solid var(--border); border-radius: 999px; background: var(--white); color: var(--forest-900);
}
.icon-button:hover { border-color: var(--forest-600); }
.mobile-toggle { display: none; }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 52px; padding: 0 22px; border: 1px solid transparent; border-radius: 999px;
  font-size: 14px; font-weight: 800; transition: transform .2s, box-shadow .2s, background .2s, border-color .2s;
}
.btn:hover { transform: translateY(-2px); }
.btn:focus-visible { outline: 3px solid rgba(75,156,141,.28); outline-offset: 3px; }
.btn--primary { background: var(--forest-800); color: white; box-shadow: 0 12px 28px rgba(23,62,42,.18); }
.btn--primary:hover { background: var(--forest-700); box-shadow: 0 16px 36px rgba(23,62,42,.24); }
.btn--light { background: var(--white); color: var(--forest-900); }
.btn--outline { border-color: rgba(255,255,255,.38); color: white; background: transparent; }
.btn--outline-dark { border-color: var(--border); background: transparent; color: var(--forest-900); }
.btn--ghost { background: var(--cream); color: var(--forest-900); }
.btn--full { width: 100%; }
.btn[disabled] { cursor: not-allowed; opacity: .54; transform: none; box-shadow: none; }

.hero {
  position: relative; min-height: 710px; overflow: hidden; color: var(--white); background: var(--forest-950);
}
.hero::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(9,31,20,.96) 0%, rgba(9,31,20,.80) 43%, rgba(9,31,20,.22) 100%),
              url('../images/hero-viveiro.webp') center/cover no-repeat;
}
.hero::after {
  content: ""; position: absolute; inset: auto -10% -52% 45%; aspect-ratio: 1; border-radius: 50%;
  background: radial-gradient(circle, rgba(207,232,176,.23), transparent 64%); filter: blur(18px);
}
.hero-inner { position: relative; z-index: 1; min-height: 710px; display: grid; align-items: center; padding: 92px 0 110px; }
.hero-copy { max-width: 760px; }
.hero h1 { max-width: 900px; margin-bottom: 24px; }
.hero h1 span { color: var(--leaf); }
.hero p { max-width: 650px; margin-bottom: 34px; color: rgba(255,255,255,.78); font-size: clamp(18px, 2.2vw, 23px); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-facts { display: flex; flex-wrap: wrap; gap: 12px 22px; margin-top: 44px; }
.hero-fact { display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.84); font-size: 13px; font-weight: 700; }
.hero-fact svg { color: var(--leaf); }

.trust-strip { position: relative; z-index: 3; margin-top: -48px; }
.trust-card {
  display: grid; grid-template-columns: repeat(4, 1fr); overflow: hidden;
  border: 1px solid var(--border); border-radius: 24px; background: var(--white); box-shadow: var(--shadow-md);
}
.trust-item { display: flex; align-items: center; gap: 14px; min-height: 108px; padding: 22px 24px; border-right: 1px solid var(--border); }
.trust-item:last-child { border-right: 0; }
.trust-icon { flex: 0 0 42px; display: grid; place-items: center; width: 42px; height: 42px; border-radius: 14px; background: var(--mint); color: var(--forest-700); }
.trust-item strong { display: block; margin-bottom: 2px; color: var(--forest-900); font-size: 14px; }
.trust-item span { color: var(--muted); font-size: 12px; }

.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 42px; }
.section-heading > div { max-width: 760px; }
.section-heading h2 { margin-bottom: 14px; }
.section-heading p { margin-bottom: 0; color: var(--muted); font-size: 17px; }
.filter-group { display: flex; flex-wrap: wrap; gap: 8px; }
.filter-button { border: 1px solid var(--border); border-radius: 999px; padding: 10px 16px; background: var(--white); color: var(--forest-900); font-weight: 800; font-size: 13px; }
.filter-button.is-active { border-color: var(--forest-800); background: var(--forest-800); color: white; }

.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.product-card {
  position: relative; overflow: hidden; border: 1px solid var(--border); border-radius: var(--radius-md); background: var(--white);
  box-shadow: 0 8px 28px rgba(17,48,31,.04); transition: transform .25s, box-shadow .25s, border-color .25s;
}
.product-card:hover { transform: translateY(-6px); border-color: rgba(23,62,42,.26); box-shadow: var(--shadow-sm); }
.product-media { position: relative; display: block; aspect-ratio: 1 / .92; overflow: hidden; background: #ecf0e9; }
.product-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.product-card:hover .product-media img { transform: scale(1.035); }
.product-price-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  width: 100%;
  min-height: 82px;
  padding: 14px 18px;
  background: linear-gradient(135deg, var(--forest-900), var(--forest-700));
  color: var(--white);
  border-top: 1px solid rgba(255,255,255,.12);
}
.product-price-copy { display: grid; gap: 3px; min-width: 0; }
.product-price-copy small {
  color: rgba(255,255,255,.72);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .1em;
  line-height: 1.15;
  text-transform: uppercase;
  white-space: nowrap;
}
.product-price-copy strong {
  display: block;
  color: var(--white);
  font-size: clamp(29px, 2.35vw, 35px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -.045em;
  white-space: nowrap;
}
.product-price-unit {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  min-width: 98px;
  max-width: 112px;
  min-height: 42px;
  padding: 7px 10px;
  border: 1px solid rgba(207,232,176,.34);
  border-radius: 12px;
  background: rgba(255,255,255,.1);
  color: var(--leaf);
  font-size: 9px;
  font-weight: 900;
  line-height: 1.18;
  text-align: center;
  text-transform: uppercase;
}
.product-badge {
  position: absolute; left: 14px; top: 14px; z-index: 2; padding: 7px 10px; border-radius: 999px;
  background: rgba(246,242,233,.94); color: var(--forest-900); font-size: 10px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase;
  backdrop-filter: blur(8px);
}
.product-body { padding: 22px; }
.product-kicker { color: var(--sage-500); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.product-title { min-height: 54px; margin: 8px 0 10px; font-size: 22px; letter-spacing: -.025em; }
.product-description { min-height: 66px; margin-bottom: 18px; color: var(--muted); font-size: 14px; }
.price-line { display: flex; align-items: baseline; gap: 7px; margin-bottom: 16px; }
.price-line span { color: var(--muted); font-size: 12px; }
.price-line strong { color: var(--forest-800); font-size: 25px; letter-spacing: -.04em; }
.price-line--featured {
  display: grid;
  gap: 4px;
  margin: 2px 0 14px;
  padding: 15px 16px;
  border: 1px solid rgba(23,62,42,.14);
  border-radius: 15px;
  background: linear-gradient(135deg, rgba(207,232,176,.42), rgba(246,242,233,.88));
}
.price-line--featured span {
  color: var(--forest-700);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.price-line--featured strong {
  color: var(--forest-900);
  font-size: 34px;
  line-height: 1.04;
  letter-spacing: -.045em;
}
.price-line--featured small {
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
}
.variant-pills { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 18px; }
.variant-pill { padding: 7px 9px; border-radius: 9px; background: var(--cream); color: #445048; font-size: 11px; font-weight: 700; }
.card-actions { display: flex; gap: 10px; }
.card-actions .btn { flex: 1; min-height: 46px; padding-inline: 14px; }
.product-card[hidden] { display: none; }

.story-grid { display: grid; grid-template-columns: 1.06fr .94fr; gap: 76px; align-items: center; }
.story-visual { position: relative; }
.story-visual img { width: 100%; aspect-ratio: 4 / 4.3; object-fit: cover; border-radius: var(--radius-lg); }
.story-note { position: absolute; right: -22px; bottom: 28px; width: min(310px, 72%); padding: 24px; border-radius: 20px; background: var(--white); box-shadow: var(--shadow-md); }
.story-note strong { display: block; margin-bottom: 7px; color: var(--forest-900); font-size: 18px; }
.story-note p { margin: 0; color: var(--muted); font-size: 13px; }
.story-copy h2 { margin-bottom: 18px; }
.story-copy > p { color: var(--muted); font-size: 17px; }
.check-list { display: grid; gap: 14px; margin: 28px 0 34px; padding: 0; list-style: none; }
.check-list li { display: flex; gap: 12px; align-items: flex-start; }
.check-list i { flex: 0 0 24px; display: grid; place-items: center; width: 24px; height: 24px; border-radius: 50%; background: var(--mint); color: var(--forest-700); font-style: normal; font-weight: 900; }

.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 42px; }
.step-card { min-height: 250px; padding: 30px; border: 1px solid rgba(255,255,255,.12); border-radius: 22px; background: rgba(255,255,255,.045); }
.step-number { display: inline-flex; margin-bottom: 48px; color: var(--leaf); font-size: 13px; font-weight: 900; letter-spacing: .15em; }
.step-card h3 { margin-bottom: 12px; font-size: 25px; }
.step-card p { color: rgba(255,255,255,.66); }

.cta-panel {
  position: relative; overflow: hidden; display: grid; grid-template-columns: 1fr auto; gap: 30px; align-items: center;
  padding: 52px 56px; border-radius: var(--radius-lg); background: var(--forest-800); color: white;
}
.cta-panel::after { content: ""; position: absolute; right: -90px; top: -120px; width: 330px; height: 330px; border-radius: 50%; background: rgba(207,232,176,.13); }
.cta-panel > * { position: relative; z-index: 1; }
.cta-panel h2 { margin-bottom: 12px; font-size: clamp(31px, 4vw, 48px); }
.cta-panel p { max-width: 700px; margin-bottom: 0; color: rgba(255,255,255,.72); }

.faq-list { max-width: 900px; margin: 38px auto 0; border-top: 1px solid var(--border); }
.faq-item { border-bottom: 1px solid var(--border); }
.faq-button { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 25px 0; border: 0; background: none; color: var(--ink); text-align: left; font-weight: 800; }
.faq-button span:last-child { flex: 0 0 34px; display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid var(--border); border-radius: 50%; transition: .2s; }
.faq-item.is-open .faq-button span:last-child { transform: rotate(45deg); background: var(--forest-800); color: white; }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.faq-answer p { padding: 0 56px 25px 0; color: var(--muted); }

.site-footer { padding: 64px 0 30px; background: var(--forest-950); color: white; }
.footer-grid { display: grid; grid-template-columns: 1.25fr .8fr .8fr; gap: 50px; padding-bottom: 46px; }
.footer-logo { width: 245px; height: auto; margin-bottom: 18px; }
.footer-about { max-width: 440px; color: rgba(255,255,255,.6); }
.footer-title { margin-bottom: 18px; color: var(--leaf); font-size: 12px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.footer-links { display: grid; gap: 10px; }
.footer-links a { color: rgba(255,255,255,.7); font-size: 14px; }
.footer-links a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.45); font-size: 12px; }

.mobile-menu { position: fixed; inset: var(--header-h) 0 0; z-index: 49; display: none; padding: 30px 20px; background: var(--cream-2); }
.mobile-menu.is-open { display: block; }
.mobile-menu nav { display: grid; gap: 12px; }
.mobile-menu a { padding: 16px 0; border-bottom: 1px solid var(--border); font-size: 20px; font-weight: 800; }



/* Product detail */
.product-page { background: var(--cream-2); }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; padding: 25px 0; color: var(--muted); font-size: 12px; }
.breadcrumbs a:hover { color: var(--forest-700); }
.product-detail { display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(380px, .98fr); gap: 66px; align-items: start; padding: 26px 0 90px; }
.gallery-layout { display: grid; grid-template-columns: 84px 1fr; gap: 14px; position: sticky; top: calc(var(--header-h) + 24px); }
.thumbnails { display: grid; align-content: start; gap: 10px; }
.thumb { overflow: hidden; width: 84px; height: 84px; padding: 0; border: 2px solid transparent; border-radius: 14px; background: var(--white); }
.thumb img { width: 100%; height: 100%; object-fit: cover; }
.thumb.is-active { border-color: var(--forest-700); }
.main-image { overflow: hidden; aspect-ratio: 1 / 1.03; border-radius: var(--radius-lg); background: #edf1ec; }
.main-image img { width: 100%; height: 100%; object-fit: cover; }
.product-info { padding-top: 10px; }
.product-info .eyebrow { margin-bottom: 12px; }
.product-info h1 { margin-bottom: 12px; font-size: clamp(36px, 4.5vw, 58px); }
.scientific { margin-bottom: 20px; color: var(--sage-500); font-style: italic; }
.product-intro { margin-bottom: 24px; color: var(--muted); font-size: 17px; }
.status-row { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 28px; }
.status-chip { display: inline-flex; align-items: center; gap: 7px; padding: 8px 11px; border-radius: 999px; background: var(--mint); color: var(--forest-800); font-size: 11px; font-weight: 800; }
.status-chip::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--water); }
.variant-label { display: flex; justify-content: space-between; gap: 20px; margin-bottom: 11px; font-size: 13px; font-weight: 900; }
.variant-options { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin-bottom: 22px; }
.variant-option { min-height: 70px; padding: 12px 14px; border: 1px solid var(--border); border-radius: 14px; background: var(--white); color: var(--ink); text-align: left; }
.variant-option strong { display: block; font-size: 13px; }
.variant-option span { color: var(--muted); font-size: 12px; }
.variant-option.is-selected { border-color: var(--forest-700); background: #f0f7f1; box-shadow: inset 0 0 0 1px var(--forest-700); }
.product-price-block { display: flex; align-items: end; justify-content: space-between; gap: 20px; padding: 22px 0; border-top: 1px solid var(--border); }
.product-price-block small { display: block; color: var(--muted); }
.product-price { display: block; color: var(--forest-800); font-size: 38px; font-weight: 900; letter-spacing: -.055em; }
.payment-copy { max-width: 160px; text-align: right; color: var(--muted); font-size: 12px; }
.purchase-actions { display: grid; grid-template-columns: 1fr; gap: 10px; }
.purchase-actions .btn { min-height: 60px; }
.purchase-footnotes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 18px; }
.purchase-note { padding: 12px; border-radius: 12px; background: var(--cream); color: var(--muted); text-align: center; font-size: 10px; font-weight: 700; }

.detail-strip { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; overflow: hidden; border: 1px solid var(--border); border-radius: 22px; background: var(--border); }
.detail-strip-item { min-height: 120px; padding: 24px; background: var(--white); }
.detail-strip-item strong { display: block; margin-bottom: 6px; color: var(--forest-900); }
.detail-strip-item span { color: var(--muted); font-size: 13px; }

.product-content { padding: 90px 0; }
.content-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: start; }
.sticky-heading { position: sticky; top: calc(var(--header-h) + 30px); }
.content-copy h2 { margin-bottom: 22px; }
.content-copy h3 { margin: 36px 0 14px; }
.content-copy p { color: var(--muted); font-size: 16px; }
.tech-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-top: 28px; }
.tech-item { min-height: 105px; padding: 18px; border: 1px solid var(--border); border-radius: 15px; background: var(--white); }
.tech-item span { display: block; margin-bottom: 6px; color: var(--sage-500); font-size: 10px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.tech-item strong { color: var(--forest-900); font-size: 15px; }
.planting-list { counter-reset: steps; display: grid; gap: 13px; padding: 0; list-style: none; }
.planting-list li { counter-increment: steps; display: grid; grid-template-columns: 34px 1fr; gap: 12px; align-items: start; color: var(--muted); }
.planting-list li::before { content: counter(steps); display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: var(--forest-800); color: white; font-weight: 900; }
.disclaimer { margin-top: 30px; padding: 18px; border-left: 3px solid var(--water); border-radius: 0 12px 12px 0; background: var(--mint); color: #3c5045; font-size: 13px; }
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.related-card { display: grid; grid-template-columns: 112px 1fr; overflow: hidden; border: 1px solid var(--border); border-radius: 18px; background: white; }
.related-card img { width: 112px; height: 100%; min-height: 126px; object-fit: cover; }
.related-card div { padding: 17px; }
.related-card small { color: var(--sage-500); }
.related-card strong { display: block; margin: 4px 0 10px; color: var(--forest-900); }
.related-card span { color: var(--forest-700); font-size: 13px; font-weight: 900; }

@media (max-width: 1020px) {
  .nav, .header-actions .btn { display: none; }
  .mobile-toggle { display: inline-grid; }
  .trust-card { grid-template-columns: repeat(2, 1fr); }
  .trust-item:nth-child(2) { border-right: 0; }
  .trust-item:nth-child(-n+2) { border-bottom: 1px solid var(--border); }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .story-grid { grid-template-columns: 1fr; gap: 48px; }
  .story-visual { max-width: 720px; }
  .product-detail { grid-template-columns: 1fr; gap: 36px; }
  .gallery-layout { position: static; }
  .content-grid { grid-template-columns: 1fr; gap: 36px; }
  .sticky-heading { position: static; }
}

@media (max-width: 760px) {
  :root { --header-h: 72px; }
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 76px 0; }
  .announcement { min-height: 34px; font-size: 10px; }
  .site-header { height: var(--header-h); }
  .brand img { width: 190px; }
  .price-line--featured strong { font-size: 30px; }
  .hero, .hero-inner { min-height: 650px; }
  .hero::before { background: linear-gradient(180deg, rgba(9,31,20,.74), rgba(9,31,20,.98) 74%), url('../images/hero-viveiro.webp') center/cover no-repeat; }
  .hero-inner { align-items: end; padding: 96px 0 88px; }
  .hero h1 { font-size: clamp(40px, 13vw, 61px); }
  .hero-actions { display: grid; }
  .hero-actions .btn { width: 100%; }
  .hero-facts { gap: 12px; }
  .trust-strip { margin-top: -34px; }
  .trust-card { grid-template-columns: 1fr; }
  .trust-item { min-height: 92px; border-right: 0; border-bottom: 1px solid var(--border); }
  .trust-item:last-child { border-bottom: 0; }
  .section-heading { display: grid; margin-bottom: 30px; }
  .product-grid { grid-template-columns: 1fr; }
  .product-title, .product-description { min-height: 0; }
  .product-price-strip { min-height: 76px; gap: 10px; padding: 12px 14px; }
  .product-price-copy small { font-size: 8px; letter-spacing: .08em; }
  .product-price-copy strong { font-size: 29px; }
  .product-price-unit { min-width: 90px; max-width: 98px; min-height: 38px; padding: 6px 8px; font-size: 8px; }
  .story-note { right: 12px; bottom: 14px; }
  .steps-grid { grid-template-columns: 1fr; }
  .step-card { min-height: 220px; }
  .step-number { margin-bottom: 36px; }
  .cta-panel { grid-template-columns: 1fr; padding: 38px 26px; }
  .faq-answer p { padding-right: 0; }
  .footer-grid { grid-template-columns: 1fr; gap: 36px; }
  .footer-bottom { display: grid; }
  .gallery-layout { grid-template-columns: 1fr; }
  .thumbnails { grid-template-columns: repeat(3, 76px); grid-row: 2; overflow-x: auto; }
  .thumb { width: 76px; height: 76px; }
  .product-detail { padding-bottom: 70px; }
  .variant-options { grid-template-columns: 1fr; }
  .product-price-block { align-items: start; }
  .payment-copy { display: none; }
  .purchase-footnotes { grid-template-columns: 1fr; }
  .detail-strip { grid-template-columns: 1fr 1fr; }
  .detail-strip-item { min-height: 108px; }
  .tech-grid { grid-template-columns: 1fr; }
  .related-grid { grid-template-columns: 1fr; }
}


@media (max-width: 360px) {
  .product-price-strip { min-height: 72px; gap: 8px; padding: 11px 12px; }
  .product-price-copy strong { font-size: 26px; letter-spacing: -.045em; }
  .product-price-unit { min-width: 80px; max-width: 86px; font-size: 7.5px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .001ms !important; transition-duration: .001ms !important; }
}
