/** Shopify CDN: Minification failed

Line 1389:11 Expected identifier but found whitespace
Line 1389:20 Unexpected ";"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:gsf2-compare (INDEX:20) */
.gsf2-compare-wrap {
  margin-top: 40px;
  background: var(--gsf2-bg-base);
  border: 1px solid var(--gsf2-str2);
  border-radius: var(--gsf2-r-l);
  overflow: hidden; overflow-x: auto;
  box-shadow: var(--gsf2-sh4);
  -webkit-overflow-scrolling: touch;
}
.gsf2-compare-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 540px;
}
.gsf2-compare-table th {
  padding: 10px 16px; text-align: left;
  font-size: 12px; font-weight: 600; line-height: 1.333;
  color: var(--gsf2-tx3); background: var(--gsf2-bg-layer);
  border-bottom: 1px solid var(--gsf2-str3);
  font-family: var(--gsf2-mono);
}
.gsf2-compare-table th.brand-col { color: var(--gsf2-tx2); background: rgba(71,29,7,.30); }
.gsf2-compare-table td {
  padding: 10px 16px;
  font-size: 14px; font-weight: 400; line-height: 1.429;
  color: var(--gsf2-tx3); border-bottom: 1px solid var(--gsf2-str3);
  vertical-align: top;
}
.gsf2-compare-table td.feat-col { font-size: 12px; font-weight: 600; color: var(--gsf2-tx3); font-family: var(--gsf2-mono); }
.gsf2-compare-table td.brand-col { background: rgba(71,29,7,.15); color: var(--gsf2-tx2); }
.gsf2-compare-table tr:last-child td { border-bottom: none; }
.gsf2-compare-table .c-ok { color: var(--gsf2-brand-fg); font-weight: 600; }
.gsf2-compare-table .c-no { color: var(--gsf2-str1); }
@media (max-width: 768px) {
  .gsf2-compare-table th, .gsf2-compare-table td { padding: 8px 12px; font-size: 12px; }
}
/* END_SECTION:gsf2-compare */

/* START_SECTION:gsf2-email-capture (INDEX:21) */
.gsf2-email-form {
  display: flex; gap: 8px;
  max-width: 360px;
  margin: 24px auto 0;
}
.gsf2-email-input { flex: 1; }
.gsf2-email-btn   { white-space: nowrap; }
.gsf2-email-msg {
  margin-top: 10px;
  font-size: 12px; font-weight: 600; line-height: 1.333;
}
.gsf2-email-msg--ok  { color: var(--gsf2-success); }
.gsf2-email-msg--err { color: var(--gsf2-error); }
.gsf2-email-legal {
  font-size: 12px; font-weight: 400; color: var(--gsf2-tx3);
  margin-top: 8px;
}
@media (max-width: 768px) {
  .gsf2-email-form { flex-direction: column; }
  .gsf2-email-input, .gsf2-email-btn { width: 100%; }
}
/* END_SECTION:gsf2-email-capture */

/* START_SECTION:gsf2-faq (INDEX:22) */
/* Base-band FAQ: rows use layer fill so they separate from --gsf2-bg-base */
.gsf2-faq-section .gsf2-acc__item {
  background: var(--gsf2-bg-layer);
}
.gsf2-faq-section .gsf2-acc__item.is-open {
  background: var(--gsf2-bg-elevated);
  border-color: var(--gsf2-str1);
}
/* END_SECTION:gsf2-faq */

/* START_SECTION:gsf2-final-cta (INDEX:23) */
.gsf2-final-cta {
  background: var(--gsf2-bg-base);
  text-align: center;
  padding: 96px var(--gsf2-px);
  border-top: 1px solid var(--gsf2-str3);
  position: relative; overflow: hidden;
}
.gsf2-final-cta__glow {
  position: absolute; bottom: -80px; left: 50%; transform: translateX(-50%);
  width: 640px; height: 320px; border-radius: 50%;
  pointer-events: none;
  background: radial-gradient(ellipse, rgba(255,107,26,.07) 0%, transparent 70%);
}
.gsf2-final-cta__inner { position: relative; z-index: 1; }
.gsf2-final-cta__h {
  font-size: clamp(28px, 4.5vw, 40px);
  font-weight: 600; line-height: 1.3;
  color: var(--gsf2-tx1); letter-spacing: 0;
  margin: 0;
}
.gsf2-final-cta__dim {
  font-size: .55em; font-weight: 400;
  color: var(--gsf2-tx3);
  display: block; margin-top: 8px;
  font-style: italic;
}
.gsf2-final-cta__sub {
  font-size: 14px; font-weight: 400; line-height: 1.429;
  color: var(--gsf2-tx2); max-width: 400px;
  margin: 0 auto 28px;
}
.gsf2-final-cta__btns {
  display: flex; gap: 8px; justify-content: center; flex-wrap: wrap;
}
@media (max-width: 768px) {
  .gsf2-final-cta { padding: 64px var(--gsf2-px-m); }
  .gsf2-final-cta__btns { flex-direction: column; align-items: center; }
  .gsf2-final-cta__btns .gsf2-btn { width: 100%; max-width: 320px; justify-content: center; }
}
/* END_SECTION:gsf2-final-cta */

/* START_SECTION:gsf2-footer (INDEX:24) */
.gsf2-footer {
  background: #181818;
  border-top: 1px solid var(--gsf2-str3);
  padding: 48px var(--gsf2-px) 28px;
  position: relative;
  z-index: 1;
}
.gsf2-footer__inner { max-width: var(--gsf2-mw); margin: 0 auto; }
.gsf2-footer__top {
  display: grid; grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px; margin-bottom: 32px;
}
.gsf2-footer__brand-link {
  display: inline-block;
  text-decoration: none;
  color: inherit;
  margin-bottom: 8px;
}
.gsf2-footer__logo-img {
  max-width: min(200px, 100%);
  height: auto;
  display: block;
}
.gsf2-footer__brand-name {
  font-size: 16px; font-weight: 600; line-height: 1.375;
  color: var(--gsf2-tx1);
}
.gsf2-footer__brand-acc { color: var(--gsf2-brand); }
.gsf2-footer__desc {
  font-size: 12px; font-weight: 400; line-height: 1.333;
  color: var(--gsf2-tx3); margin: 0 0 8px;
}
.gsf2-footer__desc p { margin: 0 0 0.5em; }
.gsf2-footer__desc p:last-child { margin-bottom: 0; }
.gsf2-footer__email {
  font-size: 12px; margin: 0 0 16px;
}
.gsf2-footer__email a {
  color: var(--gsf2-tx3);
  text-decoration: none;
}
.gsf2-footer__email a:hover { color: var(--gsf2-tx2); text-decoration: underline; }

.gsf2-footer .gsf2-footer__list-social,
.gsf2-footer .list-social {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.gsf2-footer .list-social__link {
  color: var(--gsf2-tx3);
  display: flex;
  padding: 6px;
  border-radius: var(--gsf2-r-m, 4px);
  transition: color 0.15s ease, background 0.15s ease;
}
.gsf2-footer .list-social__link:hover {
  color: var(--gsf2-tx1);
  background: rgba(255, 255, 255, 0.06);
}
.gsf2-footer .list-social__link .svg-wrapper {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gsf2-footer .list-social__link svg {
  width: 18px;
  height: 18px;
}

.gsf2-footer__col h4 {
  font-size: 12px; font-weight: 600; line-height: 1.333;
  color: var(--gsf2-tx2); margin: 0 0 12px;
}
.gsf2-footer__col ul {
  list-style: none; display: flex; flex-direction: column;
  gap: 6px; padding: 0; margin: 0;
}
.gsf2-footer__col a {
  font-size: 14px; font-weight: 400; line-height: 1.429;
  color: var(--gsf2-tx3); text-decoration: none;
  transition: color var(--gsf2-dur-normal) var(--gsf2-easing);
}
.gsf2-footer__col a:hover { color: var(--gsf2-tx2); }

.gsf2-footer__bottom {
  border-top: 1px solid var(--gsf2-str3);
  padding-top: 20px;
  display: flex; align-items: center; justify-content: space-between;
  flex-wrap: wrap; gap: 16px;
}
.gsf2-footer__meta {
  display: flex; flex-wrap: wrap; align-items: center; gap: 12px 20px;
  flex: 1; min-width: 0;
}
.gsf2-footer__meta .localization-form {
  margin: 0;
}
.gsf2-footer__legal {
  display: flex; flex-wrap: wrap; align-items: center; gap: 8px 16px;
}
.gsf2-footer__copyright {
  font-size: 12px;
  font-weight: 400;
  color: var(--gsf2-tx3);
  margin: 0;
}
.gsf2-footer__copyright a {
  color: var(--gsf2-tx3);
  text-decoration: none;
}
.gsf2-footer__copyright a:hover { color: var(--gsf2-tx2); text-decoration: underline; }
.gsf2-footer__policies {
  display: flex; flex-wrap: wrap; gap: 8px 14px;
  margin: 0; padding: 0;
  list-style: none;
}
.gsf2-footer__policies a {
  font-size: 12px;
  color: var(--gsf2-tx3);
  text-decoration: none;
}
.gsf2-footer__policies a:hover { color: var(--gsf2-tx2); text-decoration: underline; }

.gsf2-footer__payment .list-payment { justify-content: flex-end; }
.gsf2-footer__payment .list-payment__item { padding: 2px 3px; }
.gsf2-footer__pays { display: flex; gap: 4px; flex-wrap: wrap; justify-content: flex-end; }
@media (max-width: 768px) {
  .gsf2-footer { padding: 40px var(--gsf2-px-m) 24px; }
  .gsf2-footer__top { grid-template-columns: 1fr; gap: 24px; }
  .gsf2-footer__bottom { flex-direction: column; align-items: flex-start; }
  .gsf2-footer__payment .list-payment { justify-content: flex-start; }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .gsf2-footer__top { grid-template-columns: 1fr 1fr; }
}
/* END_SECTION:gsf2-footer */

/* START_SECTION:gsf2-header (INDEX:25) */
.gsf2-nav-wrap {
  position: sticky; top: 0; z-index: 100;
  background: var(--gsf2-acrylic);
  backdrop-filter: blur(40px) saturate(1.8);
  -webkit-backdrop-filter: blur(40px) saturate(1.8);
  border-bottom: 1px solid var(--gsf2-str3);
}
.gsf2-nav {
  max-width: var(--gsf2-mw);
  margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between;
  gap: 8px;
  padding: 0 var(--gsf2-px);
  height: 48px;
}

/* Burger — mobile only */
.gsf2-nav__burger {
  display: none;
  background: transparent;
  border: 1px solid transparent;
  border-radius: var(--gsf2-r-m);
  width: 36px; height: 36px;
  align-items: center; justify-content: center;
  color: var(--gsf2-tx1);
  cursor: pointer;
  flex-shrink: 0;
  transition: background var(--gsf2-dur-fast) var(--gsf2-easing),
              border-color var(--gsf2-dur-fast) var(--gsf2-easing);
}
.gsf2-nav__burger:hover { background: var(--gsf2-bg-subtle); border-color: var(--gsf2-str2); }
.gsf2-nav__burger:focus-visible { outline: none; box-shadow: var(--gsf2-focus); }

.gsf2-nav__logo {
  font-size: 16px; font-weight: 600; line-height: 1.375;
  color: var(--gsf2-tx1); text-decoration: none; letter-spacing: 0;
}
.gsf2-nav__logo-acc { color: var(--gsf2-brand); }
.gsf2-nav__links {
  display: flex; gap: 2px; list-style: none;
  margin: 0; padding: 0;
}
.gsf2-nav__links a {
  font-size: 14px; font-weight: 400; line-height: 1.429;
  color: var(--gsf2-tx2); text-decoration: none;
  padding: 6px 12px; border-radius: var(--gsf2-r-m);
  transition: background var(--gsf2-dur-fast) var(--gsf2-easing),
              color var(--gsf2-dur-fast) var(--gsf2-easing);
}
.gsf2-nav__links a:hover { background: var(--gsf2-bg-subtle); color: var(--gsf2-tx1); }
.gsf2-nav__links a:focus-visible { outline: none; box-shadow: var(--gsf2-focus); }

/* Cart icon — replaces ATC button */
.gsf2-nav__cart {
  position: relative;
  display: inline-flex; align-items: center; justify-content: center;
  width: 36px; height: 36px;
  border-radius: var(--gsf2-r-m);
  color: var(--gsf2-tx1);
  text-decoration: none;
  border: 1px solid transparent;
  transition: background var(--gsf2-dur-fast) var(--gsf2-easing),
              border-color var(--gsf2-dur-fast) var(--gsf2-easing);
}
.gsf2-nav__cart:hover { background: var(--gsf2-bg-subtle); border-color: var(--gsf2-str2); }
.gsf2-nav__cart:focus-visible { outline: none; box-shadow: var(--gsf2-focus); }
.gsf2-nav__cart-count {
  position: absolute; top: -2px; right: -2px;
  min-width: 16px; height: 16px;
  padding: 0 4px;
  background: var(--gsf2-brand-rest);
  color: #fff;
  font-family: var(--gsf2-mono);
  font-size: 10px; font-weight: 600; line-height: 16px;
  text-align: center;
  border-radius: var(--gsf2-r-pill);
  box-shadow: 0 0 0 2px var(--gsf2-acrylic);
}
.gsf2-nav__cart-count.is-empty { display: none; }

/* Mobile drawer */
.gsf2-drawer-backdrop {
  position: fixed; inset: 0; z-index: 199;
  background: rgba(0,0,0,.6);
  opacity: 0;
  transition: opacity 200ms ease;
}
.gsf2-drawer-backdrop.is-open { opacity: 1; }
.gsf2-drawer {
  position: fixed; top: 0; left: 0; bottom: 0; z-index: 200;
  width: min(320px, 86vw);
  background: var(--gsf2-bg-base);
  border-right: 1px solid var(--gsf2-str3);
  box-shadow: 4px 0 16px rgba(0,0,0,.4);
  transform: translateX(-100%);
  transition: transform 220ms cubic-bezier(.4,0,.2,1);
  display: flex; flex-direction: column;
  padding: 16px;
}
.gsf2-drawer.is-open { transform: translateX(0); }
.gsf2-drawer__head {
  display: flex; align-items: center; justify-content: space-between;
  padding-bottom: 16px; margin-bottom: 8px;
  border-bottom: 1px solid var(--gsf2-str3);
}
.gsf2-drawer__close {
  background: var(--gsf2-bg-control);
  border: 1px solid var(--gsf2-str2);
  border-radius: var(--gsf2-r-m);
  width: 32px; height: 32px;
  display: inline-flex; align-items: center; justify-content: center;
  color: var(--gsf2-tx1); cursor: pointer;
  transition: background var(--gsf2-dur-fast) var(--gsf2-easing);
}
.gsf2-drawer__close:hover { background: var(--gsf2-bg-ctrl-h); }
.gsf2-drawer__close:focus-visible { outline: none; box-shadow: var(--gsf2-focus); }
.gsf2-drawer__links { list-style: none; padding: 0; margin: 0; flex: 1; }
.gsf2-drawer__links li { margin: 0; }
.gsf2-drawer__links a {
  display: block;
  padding: 12px 8px;
  font-size: 16px; font-weight: 500; line-height: 1.4;
  color: var(--gsf2-tx2);
  text-decoration: none;
  border-bottom: 1px solid var(--gsf2-str4);
  transition: color var(--gsf2-dur-fast) var(--gsf2-easing),
              background var(--gsf2-dur-fast) var(--gsf2-easing);
}
.gsf2-drawer__links a:hover { color: var(--gsf2-tx1); background: var(--gsf2-bg-subtle); }
.gsf2-drawer__cta { margin-top: 16px; }

/* Desktop ≥ 769px: hide burger, hide drawer entirely */
@media (min-width: 769px) {
  .gsf2-drawer, .gsf2-drawer-backdrop { display: none !important; }
}

/* Mobile ≤ 768px */
@media (max-width: 768px) {
  .gsf2-nav { padding: 0 var(--gsf2-px-m); gap: 4px; }
  .gsf2-nav__burger { display: inline-flex; }
  .gsf2-nav__links { display: none; }
}
/* END_SECTION:gsf2-header */

/* START_SECTION:gsf2-hero (INDEX:26) */
.gsf2-hero-wrap {
  background: var(--gsf2-bg-base);
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.gsf2-hero__backdrop {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 60% 40% at 18% 30%, rgba(255, 107, 26, 0.1) 0%, transparent 65%),
    radial-gradient(ellipse 50% 50% at 80% 70%, rgba(255, 107, 26, 0.06) 0%, transparent 65%);
}
@media (prefers-reduced-motion: reduce) {
  .gsf2-hero__eyebrow-pulse { animation: none !important; opacity: 0.85; }
}

.gsf2-hero {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 56px;
  align-items: center;
  max-width: var(--gsf2-mw);
  margin: 0 auto;
  padding: 40px var(--gsf2-px) 52px;
  position: relative;
  z-index: 1;
}
.gsf2-hero__copy {
  display: flex;
  flex-direction: column;
  gap: 0;
  min-width: 0;
}

/* Top meta */
.gsf2-hero__top {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 22px;
}
.gsf2-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--gsf2-bg-base);
  border: 1px solid var(--gsf2-str2);
  border-radius: var(--gsf2-r-pill);
  padding: 5px 14px 5px 8px;
  box-shadow: var(--gsf2-sh2);
  max-width: 100%;
}
.gsf2-hero__eyebrow-pulse {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gsf2-brand-fg);
  flex-shrink: 0;
  animation: gsf2-hero-pulse 2.4s ease-out infinite;
}
@keyframes gsf2-hero-pulse {
  0%   { box-shadow: 0 0 0 0 rgba(255, 139, 76, 0.5); }
  70%  { box-shadow: 0 0 0 8px rgba(255, 139, 76, 0); }
  100% { box-shadow: 0 0 0 0 rgba(255, 139, 76, 0); }
}
.gsf2-hero__eyebrow-txt {
  font-size: 12px;
  font-weight: 400;
  color: var(--gsf2-tx3);
  font-family: var(--gsf2-mono);
  line-height: 1.333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.gsf2-hero__chip {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 11px;
  font-weight: 600;
  background: var(--gsf2-brand-bg2);
  border: 1px solid var(--gsf2-brand-str);
  color: var(--gsf2-brand-fg);
  padding: 3px 10px;
  border-radius: var(--gsf2-r-pill);
}
.gsf2-hero__chip-star {
  color: var(--gsf2-amber);
}
.gsf2-hero__rating-inline {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: var(--gsf2-tx3);
  font-family: var(--gsf2-mono);
  margin-left: auto;
  flex-shrink: 0;
}
.gsf2-hero__rating-inline strong {
  color: var(--gsf2-tx2);
  font-weight: 600;
}
.gsf2-hero__rating-inline .gsf2-stars {
  color: var(--gsf2-amber);
  display: inline-flex;
  gap: 1px;
  align-items: center;
}
.gsf2-hero__rating-inline a {
  color: var(--gsf2-brand-fg);
  text-decoration: none;
}
.gsf2-hero__rating-inline a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.gsf2-hero__h1 {
  font-size: clamp(32px, 5.2vw, 56px);
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -0.005em;
  color: var(--gsf2-tx1);
  margin: 0;
}
.gsf2-hero__acc {
  color: var(--gsf2-brand);
}
.gsf2-hero__sub {
  display: block;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  color: var(--gsf2-tx3);
  margin-top: 14px;
  font-style: italic;
}

.gsf2-hero__rule {
  width: 48px;
  height: 3px;
  background: linear-gradient(90deg, var(--gsf2-brand-rest), var(--gsf2-brand));
  border-radius: 2px;
  margin: 24px 0;
}

.gsf2-hero__body {
  font-size: 15px;
  line-height: 1.5;
  color: var(--gsf2-tx2);
  max-width: 480px;
  margin-bottom: 24px;
}
.gsf2-hero__body p:last-child {
  margin-bottom: 0;
}
.gsf2-hero__body strong {
  color: var(--gsf2-tx1);
  font-weight: 600;
}
.gsf2-hero__body em {
  font-style: normal;
  font-weight: 600;
  color: var(--gsf2-brand-fg);
}

.gsf2-hero__pillars {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 28px;
  padding: 14px 16px;
  background: var(--gsf2-bg-layer);
  border: 1px solid var(--gsf2-str2);
  border-radius: var(--gsf2-r-l);
  box-shadow: var(--gsf2-sh2);
  position: relative;
}
.gsf2-hero__pillars-lbl {
  position: absolute;
  top: -9px;
  left: 14px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--gsf2-tx3);
  font-family: var(--gsf2-mono);
  background: var(--gsf2-bg-base);
  padding: 0 8px;
}
.gsf2-hero__pillar {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  font-weight: 600;
  color: var(--gsf2-tx2);
  padding: 5px 10px;
  border-radius: var(--gsf2-r-pill);
  background: var(--gsf2-bg-control);
  border: 1px solid var(--gsf2-str2);
}
.gsf2-hero__pillar:hover {
  background: var(--gsf2-bg-ctrl-h);
  border-color: var(--gsf2-str1);
}
.gsf2-hero__pillar-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  flex-shrink: 0;
}
.gsf2-hero__pillar[data-ic="1"] .gsf2-hero__pillar-dot {
  background: var(--gsf2-ic1-fg);
  box-shadow: 0 0 0 2px var(--gsf2-ic1-bg);
}
.gsf2-hero__pillar[data-ic="2"] .gsf2-hero__pillar-dot {
  background: var(--gsf2-ic2-fg);
  box-shadow: 0 0 0 2px var(--gsf2-ic2-bg);
}
.gsf2-hero__pillar[data-ic="3"] .gsf2-hero__pillar-dot {
  background: var(--gsf2-ic3-fg);
  box-shadow: 0 0 0 2px var(--gsf2-ic3-bg);
}
.gsf2-hero__pillar[data-ic="4"] .gsf2-hero__pillar-dot {
  background: var(--gsf2-ic4-fg);
  box-shadow: 0 0 0 2px var(--gsf2-ic4-bg);
}
.gsf2-hero__pillar[data-ic="5"] .gsf2-hero__pillar-dot {
  background: var(--gsf2-ic5-fg);
  box-shadow: 0 0 0 2px var(--gsf2-ic5-bg);
}

.gsf2-hero__actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
.gsf2-hero__actions .gsf2-btn--lg {
  min-height: 44px;
  padding: 10px 24px;
}
.gsf2-hero__btn-primary {
  font-size: 15px;
}

.gsf2-hero__trust {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  padding: 14px 0;
  margin-bottom: 26px;
  border-top: 1px solid var(--gsf2-str3);
  border-bottom: 1px solid var(--gsf2-str3);
}
.gsf2-hero__trust-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: var(--gsf2-tx3);
  font-weight: 500;
}
.gsf2-hero__trust-ic {
  color: var(--gsf2-brand-fg);
  display: inline-flex;
  flex-shrink: 0;
}
.gsf2-hero__trust-ic--amber {
  color: var(--gsf2-amber);
}
.gsf2-hero__trust-txt :is(strong, b) {
  color: var(--gsf2-tx2);
  font-weight: 600;
}

.gsf2-hero__stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}
.gsf2-hero-stat {
  position: relative;
  background: var(--gsf2-bg-layer);
  border: 1px solid var(--gsf2-str2);
  border-radius: var(--gsf2-r-l);
  padding: 14px 14px 12px;
  box-shadow: var(--gsf2-sh2);
  overflow: hidden;
  transition: background var(--gsf2-dur-normal) var(--gsf2-easing),
    border-color var(--gsf2-dur-normal) var(--gsf2-easing),
    transform var(--gsf2-dur-normal) var(--gsf2-easing);
}
.gsf2-hero-stat::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--gsf2-brand-rest), var(--gsf2-brand));
  opacity: 0.6;
  transition: opacity 150ms ease;
}
.gsf2-hero-stat:hover {
  background: var(--gsf2-bg-elevated);
  border-color: var(--gsf2-str1);
  transform: translateY(-2px);
}
.gsf2-hero-stat:hover::before {
  opacity: 1;
}
.gsf2-hero-stat__n {
  display: block;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  color: var(--gsf2-tx1);
  font-family: var(--gsf2-mono);
  letter-spacing: -0.02em;
}
.gsf2-hero-stat__unit {
  font-size: 14px;
  color: var(--gsf2-tx3);
  font-weight: 500;
  margin-left: 2px;
}
.gsf2-hero-stat__l {
  font-size: 11px;
  font-weight: 500;
  line-height: 1.3;
  color: var(--gsf2-tx3);
  margin-top: 6px;
}

.gsf2-hero__vis {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  min-width: 0;
}
.gsf2-hero__card {
  position: relative;
  background: var(--gsf2-bg-base);
  border: 1px solid var(--gsf2-str2);
  border-radius: var(--gsf2-r-xl);
  overflow: hidden;
  box-shadow: var(--gsf2-sh28);
  width: 100%;
  transition: box-shadow 200ms var(--gsf2-easing);
}
.gsf2-hero__card:hover {
  box-shadow: var(--gsf2-sh64);
}
.gsf2-hero__card-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 3;
  background: var(--gsf2-brand-rest);
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  padding: 4px 12px;
  border-radius: var(--gsf2-r-pill);
  box-shadow: var(--gsf2-sh2);
}
.gsf2-hero__card-media {
  position: relative;
  aspect-ratio: 4 / 5;
  overflow: hidden;
}
.gsf2-hero__card-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}
.gsf2-hero__card-ph {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: var(--gsf2-tx3);
  font-style: italic;
  text-align: center;
  padding: 24px;
}

.gsf2-hero__fly {
  background: var(--gsf2-bg-layer);
  border: 1px solid var(--gsf2-str2);
  border-radius: var(--gsf2-r-l);
  padding: 12px 14px;
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: var(--gsf2-sh4);
  transition: background var(--gsf2-dur-normal) var(--gsf2-easing),
    border-color var(--gsf2-dur-normal) var(--gsf2-easing),
    box-shadow var(--gsf2-dur-normal) var(--gsf2-easing);
}
.gsf2-hero__fly:hover {
  background: var(--gsf2-bg-elevated);
  border-color: var(--gsf2-str1);
  box-shadow: var(--gsf2-sh8);
}
.gsf2-hero__fly-stars {
  color: var(--gsf2-amber);
  font-size: 13px;
  letter-spacing: 2px;
  flex-shrink: 0;
}
.gsf2-hero__fly-text {
  font-size: 12px;
  line-height: 1.4;
  color: var(--gsf2-tx2);
  min-width: 0;
}
.gsf2-hero__fly-text strong {
  color: var(--gsf2-tx1);
  font-weight: 600;
  display: block;
  margin-bottom: 2px;
}

@media (max-width: 560px) {
  .gsf2-hero__rating-inline {
    margin-left: 0;
  }
}

@media (max-width: 768px) {
  .gsf2-hero {
    grid-template-columns: 1fr;
    gap: 24px;
    min-height: auto;
    padding: 24px var(--gsf2-px-m) 32px;
  }
  .gsf2-hero__vis {
    order: -1;
  }
  .gsf2-hero__card-media {
    aspect-ratio: 4 / 3;
  }
  .gsf2-hero__h1 {
    font-size: clamp(28px, 8vw, 40px);
  }
  .gsf2-hero__actions {
    flex-direction: column;
  }
  .gsf2-hero__actions .gsf2-btn {
    justify-content: center;
  }
  .gsf2-hero__stats {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .gsf2-hero {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    padding: 36px var(--gsf2-px) 44px;
  }
  .gsf2-hero__h1 {
    font-size: clamp(28px, 5vw, 48px);
  }
  .gsf2-hero__stats {
    grid-template-columns: repeat(2, 1fr);
  }
}
/* END_SECTION:gsf2-hero */

/* START_SECTION:gsf2-how-it-works (INDEX:27) */
.gsf2-how-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 48px; align-items: center; margin-top: 40px;
}
.gsf2-how__visual {
  background: var(--gsf2-bg-base);
  border: 1px solid var(--gsf2-str2);
  border-radius: var(--gsf2-r-l);
  aspect-ratio: 1; overflow: hidden;
  position: relative; box-shadow: var(--gsf2-sh16);
}
.gsf2-how__visual img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover; object-position: center;
  display: block;
}
.gsf2-how__visual-ph {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  font-size: 12px; color: var(--gsf2-tx3);
  font-style: italic; padding: 24px; text-align: center;
}
.gsf2-how__list { display: flex; flex-direction: column; gap: 2px; }
.gsf2-how__item {
  display: flex; gap: 12px; align-items: flex-start;
  padding: 12px;
  border-radius: var(--gsf2-r-l);
  border: 1px solid transparent;
  transition: background var(--gsf2-dur-normal) var(--gsf2-easing),
              border-color var(--gsf2-dur-normal) var(--gsf2-easing);
}
.gsf2-how__item:hover {
  background: var(--gsf2-bg-control);
  border-color: var(--gsf2-str2);
}
.gsf2-how__num {
  width: 28px; height: 28px;
  border-radius: var(--gsf2-r-s);
  background: var(--gsf2-bg-ctrl-h);
  border: 1px solid var(--gsf2-str2);
  display: flex; align-items: center; justify-content: center;
  font-size: 11px; font-weight: 600; color: var(--gsf2-tx3);
  flex-shrink: 0; font-family: var(--gsf2-mono);
}
.gsf2-how__body h3 { font-size: 14px; font-weight: 600; line-height: 1.429; color: var(--gsf2-tx1); margin: 0 0 4px; }
.gsf2-how__body p  { font-size: 14px; font-weight: 400; line-height: 1.429; color: var(--gsf2-tx3); margin: 0; }
.gsf2-how__tag {
  display: inline-block; margin-top: 6px;
  font-size: 12px; font-weight: 400; color: var(--gsf2-tx3);
  font-family: var(--gsf2-mono);
}
@media (max-width: 768px) {
  .gsf2-how-grid { grid-template-columns: 1fr; gap: 24px; }
  .gsf2-how__visual { aspect-ratio: 16/9; }
}
/* END_SECTION:gsf2-how-it-works */

/* START_SECTION:gsf2-journey (INDEX:28) */
.gsf2-journey-wrap { margin-top: 40px; position: relative; }
.gsf2-journey-track {
  position: absolute; top: 14px; left: 16px; right: 16px;
  height: 1px; background: var(--gsf2-str2);
  z-index: 0;
}
.gsf2-journey-fill {
  position: absolute; top: 0; left: 0; width: 0; height: 100%;
  background: var(--gsf2-brand);
  transition: width 1.2s var(--gsf2-easing);
}
.gsf2-journey-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 8px; position: relative; z-index: 1;
}
.gsf2-week {
  background: var(--gsf2-bg-layer);
  border: 1px solid var(--gsf2-str2);
  border-radius: var(--gsf2-r-l);
  padding: 16px; box-shadow: var(--gsf2-sh4);
  transition: background var(--gsf2-dur-normal) var(--gsf2-easing),
              border-color var(--gsf2-dur-normal) var(--gsf2-easing),
              box-shadow var(--gsf2-dur-normal) var(--gsf2-easing);
}
.gsf2-week:hover { background: var(--gsf2-bg-elevated); border-color: var(--gsf2-str1); box-shadow: var(--gsf2-sh8); }
.gsf2-week.is-active { border-color: var(--gsf2-brand-str); }
.gsf2-week__dot {
  width: 10px; height: 10px; border-radius: 50%;
  background: var(--gsf2-str2); border: 2px solid var(--gsf2-str1);
  margin-bottom: 12px;
}
.gsf2-week.is-active .gsf2-week__dot { background: var(--gsf2-brand-fg); border-color: var(--gsf2-brand-fg); box-shadow: 0 0 8px var(--gsf2-brand-glow); }
.gsf2-week:hover .gsf2-week__dot     { background: var(--gsf2-brand-fg); border-color: var(--gsf2-brand-fg); }
.gsf2-week__range { font-size: 12px; font-weight: 400; line-height: 1.333; color: var(--gsf2-tx3); font-family: var(--gsf2-mono); margin-bottom: 4px; }
.gsf2-week.is-active .gsf2-week__range { color: var(--gsf2-brand-fg); }
.gsf2-week__h { font-size: 14px; font-weight: 600; line-height: 1.429; color: var(--gsf2-tx1); margin: 0 0 4px; }
.gsf2-week__p { font-size: 12px; font-weight: 400; line-height: 1.333; color: var(--gsf2-tx3); margin: 0; }
.gsf2-week__up {
  margin-top: 8px; font-size: 12px; font-weight: 600; line-height: 1.333;
  color: var(--gsf2-success);
  display: flex; align-items: center; gap: 3px;
}
.gsf2-week__up::before { content: '↑'; }
@media (max-width: 768px) {
  .gsf2-journey-grid  { grid-template-columns: repeat(2, 1fr); }
  .gsf2-journey-track { display: none; }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .gsf2-journey-grid  { grid-template-columns: repeat(2, 1fr); }
  .gsf2-journey-track { display: none; }
}
/* END_SECTION:gsf2-journey */

/* START_SECTION:gsf2-lifestyle (INDEX:29) */
.gsf2-life-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 8px; margin-top: 40px;
}
.gsf2-life {
  background: var(--gsf2-bg-layer);
  border: 1px solid var(--gsf2-str2);
  border-radius: var(--gsf2-r-l);
  overflow: hidden;
  box-shadow: var(--gsf2-sh4);
  transition: background var(--gsf2-dur-normal) var(--gsf2-easing),
              border-color var(--gsf2-dur-normal) var(--gsf2-easing),
              box-shadow var(--gsf2-dur-normal) var(--gsf2-easing),
              transform var(--gsf2-dur-normal) var(--gsf2-easing);
}
.gsf2-life:hover {
  background: var(--gsf2-bg-elevated);
  border-color: var(--gsf2-str1);
  box-shadow: var(--gsf2-sh8);
  transform: translateY(-2px);
}
/* Lifestyle on --layer band: cards use base so they read off the strip */
.gsf2-section.gsf2-section--layer .gsf2-life {
  background: var(--gsf2-bg-base);
}
.gsf2-section.gsf2-section--layer .gsf2-life:hover {
  background: var(--gsf2-bg-elevated);
}
.gsf2-life__img {
  height: 180px; background: var(--gsf2-bg-base);
  position: relative; overflow: hidden;
  border-bottom: 1px solid var(--gsf2-str3);
}
.gsf2-life__img img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover; object-position: center;
  display: block; z-index: 1;
}
.gsf2-life__img-ph {
  position: absolute; inset: 0; z-index: 0;
  display: flex; align-items: center; justify-content: center;
  font-size: 12px; color: var(--gsf2-tx3);
  font-style: italic; text-align: center; padding: 16px;
}
.gsf2-life__img::after {
  content: ''; position: absolute; inset: 0; z-index: 2;
  background: linear-gradient(to top, rgba(0,0,0,.55) 0%, transparent 50%);
  pointer-events: none;
}
.gsf2-life__time {
  position: absolute; bottom: 8px; left: 10px; z-index: 3;
  font-size: 11px; font-weight: 400; color: var(--gsf2-tx2);
  background: var(--gsf2-acrylic-lt); backdrop-filter: blur(12px);
  border: 1px solid var(--gsf2-str2);
  border-radius: var(--gsf2-r-s);
  padding: 2px 8px; font-family: var(--gsf2-mono);
}
.gsf2-life__body { padding: 16px; }
.gsf2-life__no  { font-size: 12px; font-weight: 400; line-height: 1.333; color: var(--gsf2-tx3); margin-bottom: 4px; font-family: var(--gsf2-mono); }
.gsf2-life__h   { font-size: 14px; font-weight: 600; line-height: 1.429; color: var(--gsf2-tx1); margin: 0 0 4px; }
.gsf2-life__p   { font-size: 14px; font-weight: 400; line-height: 1.429; color: var(--gsf2-tx3); margin: 0; }
@media (max-width: 768px) { .gsf2-life-grid { grid-template-columns: 1fr; } }
/* END_SECTION:gsf2-lifestyle */

/* START_SECTION:gsf2-pdp-aplus (INDEX:30) */
.gsf2-aplus {
  display: flex; flex-direction: column;
  gap: 8px; margin-top: 32px;
}
.gsf2-aplus__banner {
  display: grid; grid-template-columns: 1fr 1fr;
  border: 1px solid var(--gsf2-str2);
  border-radius: var(--gsf2-r-xl);
  overflow: hidden;
  background: var(--gsf2-bg-layer);
  box-shadow: var(--gsf2-sh4);
  transition: border-color var(--gsf2-dur-normal) var(--gsf2-easing),
              box-shadow var(--gsf2-dur-normal) var(--gsf2-easing);
}
.gsf2-aplus__banner:hover { border-color: var(--gsf2-str1); box-shadow: var(--gsf2-sh8); }
.gsf2-aplus__banner.is-rev .gsf2-aplus__img  { order: 2; border-right: none; border-left: 1px solid var(--gsf2-str2); }
.gsf2-aplus__banner.is-rev .gsf2-aplus__body { order: 1; }
.gsf2-aplus__img {
  aspect-ratio: 4/3; position: relative;
  min-height: 200px; background: var(--gsf2-bg-base);
  border-right: 1px solid var(--gsf2-str2);
  overflow: hidden; width: 100%;
}
.gsf2-aplus__img img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover; object-position: center; display: block;
  z-index: 1;
}
.gsf2-aplus__img-ph {
  position: absolute; inset: 0;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 6px; text-align: center; padding: 16px;
}
.gsf2-aplus__img-num { font-size: 11px; font-weight: 600; color: var(--gsf2-brand-fg); font-family: var(--gsf2-mono); }
.gsf2-aplus__img-val { font-size: 13px; font-weight: 600; color: var(--gsf2-tx2); }
.gsf2-aplus__body { padding: 24px; }
.gsf2-aplus__num   { font-size: 12px; font-weight: 400; color: var(--gsf2-tx3); font-family: var(--gsf2-mono); margin-bottom: 8px; }
.gsf2-aplus__title { font-size: 18px; font-weight: 600; line-height: 1.4; color: var(--gsf2-tx1); margin: 0 0 8px; letter-spacing: 0; }
.gsf2-aplus__text  { font-size: 14px; font-weight: 400; line-height: 1.429; color: var(--gsf2-tx2); margin: 0 0 8px; }
.gsf2-aplus__list  { list-style: none; display: flex; flex-direction: column; gap: 6px; margin-top: 10px; padding: 0; }
.gsf2-aplus__list li {
  font-size: 13px; color: var(--gsf2-tx2);
  display: flex; align-items: flex-start; gap: 7px; line-height: 1.5;
}
.gsf2-aplus__list li::before { content: '✓'; color: var(--gsf2-success); font-weight: 600; flex-shrink: 0; }
.gsf2-aplus__tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 10px; }
.gsf2-aplus__tag {
  display: inline-flex; align-items: center; gap: 4px;
  background: var(--gsf2-bg-control); border: 1px solid var(--gsf2-str2);
  padding: 4px 12px; border-radius: var(--gsf2-r-pill);
  font-size: 12px; font-weight: 400; color: var(--gsf2-tx3);
}
.gsf2-aplus__tag::before {
  content: ''; width: 4px; height: 4px;
  background: var(--gsf2-tx3); border-radius: 50%; flex-shrink: 0;
}
@media (max-width: 768px) {
  .gsf2-aplus__banner { grid-template-columns: 1fr; }
  .gsf2-aplus__banner.is-rev .gsf2-aplus__img,
  .gsf2-aplus__banner.is-rev .gsf2-aplus__body { order: 0; }
  .gsf2-aplus__img {
    border-right: none !important;
    border-left: none !important;
    border-bottom: 1px solid var(--gsf2-str2);
    min-height: 200px; aspect-ratio: 16/9;
  }
}
/* END_SECTION:gsf2-pdp-aplus */

/* START_SECTION:gsf2-pdp-before-after (INDEX:31) */
.gsf2-ba-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 8px; margin-top: 28px;
}
.gsf2-ba {
  background: var(--gsf2-bg-layer);
  border: 1px solid var(--gsf2-str2);
  border-radius: var(--gsf2-r-l);
  padding: 20px;
  box-shadow: var(--gsf2-sh4);
}
.gsf2-ba__tag {
  font-size: 12px; font-weight: 600;
  color: var(--gsf2-tx3); margin-bottom: 12px;
  font-family: var(--gsf2-mono);
}
.gsf2-ba--after .gsf2-ba__tag { color: var(--gsf2-brand-fg); }
.gsf2-ba__list { list-style: none; display: flex; flex-direction: column; gap: 8px; padding: 0; margin: 0; }
.gsf2-ba__list li {
  font-size: 14px; color: var(--gsf2-tx2);
  display: flex; align-items: flex-start; gap: 8px;
  line-height: 1.429;
}
.gsf2-ba--after  .gsf2-ba__list li::before { content: '✓'; color: var(--gsf2-success); font-weight: 600; flex-shrink: 0; }
.gsf2-ba--before .gsf2-ba__list li::before { content: '—'; color: var(--gsf2-tx3); flex-shrink: 0; }
@media (max-width: 768px) { .gsf2-ba-grid { grid-template-columns: 1fr; } }
/* END_SECTION:gsf2-pdp-before-after */

/* START_SECTION:gsf2-pdp-buybox (INDEX:32) */
.gsf2-buybox {
  padding: 48px var(--gsf2-px);
  background: var(--gsf2-bg-base);
  /* Clip stray horizontal bleed; gallery swipe stays on `.gsf2-gal__scroller` (overflow-x: auto). */
  overflow-x: clip;
}
.gsf2-buybox__lay {
  max-width: var(--gsf2-mw); margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr minmax(280px, 460px);
  gap: 48px;
  align-items: start;
}
.gsf2-buybox__info { min-width: 0; }

/* Fluent demo: buybox stacks as elevated card beside gallery */
.gsf2-bb-card {
  background: var(--gsf2-bg-layer);
  border: 1px solid var(--gsf2-str2);
  border-radius: var(--gsf2-r-xl);
  padding: 24px;
  box-shadow: var(--gsf2-sh8);
  position: sticky;
  top: clamp(76px, 12vw, 104px);
}
@media (max-width: 768px) {
  .gsf2-bb-card { position: static; padding: 20px; }
}

.gsf2-bb-divider {
  border: none;
  border-top: 1px solid var(--gsf2-str3);
  margin: 18px 0;
}

/* Gallery — main image on top, thumb rail BELOW on desktop */
.gsf2-gal {
  display: flex;
  flex-direction: column;     /* main first, then rail underneath */
  gap: 8px;
}
.gsf2-gal__rail {
  display: flex;
  flex-direction: row;        /* horizontal thumbs */
  flex-wrap: nowrap;
  gap: 6px;
  flex-shrink: 0;
  overflow-x: auto;
  scrollbar-width: none;
  padding-bottom: 2px;
}
.gsf2-gal__rail::-webkit-scrollbar { display: none; }
.gsf2-gal__th {
  width: 64px; height: 64px;
  border-radius: var(--gsf2-r-l);
  border: 1px solid var(--gsf2-str2);
  cursor: pointer; overflow: hidden; flex-shrink: 0;
  position: relative;
  transition: border-color var(--gsf2-dur-normal) var(--gsf2-easing);
  background: var(--gsf2-bg-layer);
  padding: 0;
}
.gsf2-gal__th img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover; object-position: center;
  display: block; z-index: 1;
}
.gsf2-gal__th:hover { border-color: var(--gsf2-str1); }
.gsf2-gal__th.is-on { border-color: var(--gsf2-brand-fg); box-shadow: 0 0 0 1px var(--gsf2-brand-str); }
.gsf2-gal__th:focus-visible { outline: none; box-shadow: var(--gsf2-focus); }
.gsf2-gal__main {
  flex: 1 1 auto;
  min-width: 0;
  max-width: 100%;
  border-radius: var(--gsf2-r-xl);
  border: 1px solid var(--gsf2-str2);
  overflow: hidden;
  position: relative;
  aspect-ratio: 1/1;
  background: var(--gsf2-bg-base);
  box-shadow: var(--gsf2-sh28);
  transition: box-shadow 200ms var(--gsf2-easing);
  /* Center hero image inside placeholder frame without stretching past aspect box */
  display: flex;
  align-items: center;
  justify-content: center;
}
.gsf2-gal__main:hover { box-shadow: 0 20px 40px rgba(0,0,0,.50); }
.gsf2-gal__main-img {
  position: relative;
  z-index: 2;
  flex: 0 1 auto;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  object-position: center;
  display: block;
  cursor: zoom-in;
}
/* PDP carousel pages & lightbox — contain wide marketing assets */
.gsf2-gal__page img,
.gsf2-lightbox__slide img {
  object-fit: contain;
}

.gsf2-gal__scroller-wrap,
.gsf2-gal__dots--below {
  display: none;
}

.gsf2-gal__badge {
  position: absolute; top: 12px; left: 12px; z-index: 6;
  background: var(--gsf2-brand-rest); color: #fff;
  font-size: 11px; font-weight: 600; padding: 3px 10px;
  border-radius: var(--gsf2-r-pill);
  box-shadow: var(--gsf2-sh2);
}
.gsf2-gal__ph {
  position: absolute; inset: 0;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 8px; text-align: center; padding: 20px; z-index: 1;
}
.gsf2-gal__ph-label { font-size: 12px; font-weight: 400; color: var(--gsf2-tx3); font-style: italic; }

/* Info col */
.gsf2-bb-chips { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 14px; }
.gsf2-bb__h1 {
  font-size: clamp(22px, 2.6vw, 28px);
  font-weight: 600; line-height: 1.15;
  color: var(--gsf2-tx1); margin: 0 0 8px;
  letter-spacing: 0;
}
.gsf2-bb__sub {
  font-size: 14px; font-weight: 400; line-height: 1.429;
  color: var(--gsf2-tx2); margin: 0 0 14px;
}
.gsf2-bb__rating {
  display: flex; align-items: center; gap: 8px; margin-bottom: 18px;
}
.gsf2-bb__rating .gsf2-stars { font-size: 14px; }
.gsf2-bb__rc { font-size: 12px; font-weight: 400; line-height: 1.333; color: var(--gsf2-tx3); }

/* Price — nested control card on layered buybox shell (Fluent demo). */
.gsf2-bb__price-block {
  background: var(--gsf2-bg-base);
  border: 1px solid var(--gsf2-str2);
  border-radius: var(--gsf2-r-l);
  padding: 14px 16px;
  margin-bottom: 18px;
  box-shadow: var(--gsf2-sh2);
}
.gsf2-bb__price-row { display: flex; align-items: baseline; gap: 10px; flex-wrap: wrap; margin-bottom: 4px; }
.gsf2-bb__price-now { font-size: 32px; font-weight: 600; line-height: 1.1; color: var(--gsf2-tx1); font-family: var(--gsf2-mono); letter-spacing: 0; }
.gsf2-bb__price-compare { font-size: 16px; color: var(--gsf2-tx3); }
.gsf2-bb__price-meta { font-size: 12px; font-weight: 400; line-height: 1.333; color: var(--gsf2-tx3); }

/* Variant card stack — data from Shopify variants + metafields */
.gsf2-var-stack {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.gsf2-bb__vars-label {
  margin-bottom: 10px;
}
.gsf2-var-opt {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 12px 14px;
  background: var(--gsf2-bg-control);
  border: 1px solid var(--gsf2-str2);
  border-radius: var(--gsf2-r-l);
  cursor: pointer;
  margin: 0;
  text-align: left;
  font-family: var(--gsf2-font);
  transition: background var(--gsf2-dur-normal) var(--gsf2-easing),
              border-color var(--gsf2-dur-normal) var(--gsf2-easing),
              box-shadow var(--gsf2-dur-normal) var(--gsf2-easing);
}
.gsf2-var-opt--ribbon { padding-top: 14px; }
.gsf2-var-opt:hover:not([disabled]) { background: var(--gsf2-bg-ctrl-h); border-color: var(--gsf2-str1); }
.gsf2-var-opt.is-on {
  border-color: var(--gsf2-brand-str);
  background: rgba(71, 29, 7, .45);
  box-shadow: 0 0 0 1px var(--gsf2-brand-str), var(--gsf2-sh4);
}
.gsf2-var-opt:focus-visible { outline: none; box-shadow: var(--gsf2-focus); }
.gsf2-var-opt[disabled],
.gsf2-var-opt.is-soldout {
  opacity: .55;
  cursor: not-allowed;
  background: var(--gsf2-bg-control);
}
.gsf2-var-opt[disabled]:hover,
.gsf2-var-opt.is-soldout:hover { background: var(--gsf2-bg-control); }

  position: absolute;
  top: -8px;
  left: 14px;
  z-index: 1;
  pointer-events: none;
  white-space: nowrap;
  font-size: 10px;
  font-weight: 600;
  line-height: 1.33;
  color: #fff;
  letter-spacing: 0;
  background: var(--gsf2-brand-rest);
  padding: 2px 8px;
  border-radius: var(--gsf2-r-pill);
  box-shadow: var(--gsf2-sh2);
}
.gsf2-var-opt__body { min-width: 0; }
.gsf2-var-opt__name { font-size: 14px; font-weight: 600; line-height: 1.4; color: var(--gsf2-tx1); }
.gsf2-var-opt__desc { display: block; font-size: 12px; font-weight: 400; line-height: 1.333; color: var(--gsf2-tx3); margin-top: 2px; }

.gsf2-var-opt__right { text-align: right; flex-shrink: 0; }
.gsf2-var-opt__price { font-size: 18px; font-weight: 600; line-height: 1.2; color: var(--gsf2-tx1); font-family: var(--gsf2-mono); }
.gsf2-var-opt__diff {
  display: inline-block;
  margin-top: 3px;
  font-size: 11px;
  font-weight: 600;
  background: var(--gsf2-brand-bg2);
  border: 1px solid var(--gsf2-brand-str);
  color: var(--gsf2-brand-fg);
  padding: 1px 7px;
  border-radius: var(--gsf2-r-pill);
}
.gsf2-var-opt__best {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 3px;
  margin-top: 3px;
  font-size: 11px;
  font-weight: 600;
  color: var(--gsf2-success);
}
.gsf2-var-opt__best svg {
  flex-shrink: 0;
}
.gsf2-var-opt__soldout {
  margin-top: 3px;
  font-size: 11px;
  font-weight: 600;
  color: var(--gsf2-error);
}
.gsf2-bb__vars.gsf2-var-stack { margin-bottom: 18px; }

/* Dawn’s section CSS only targets `.product-form { display:block }`. Our PDP uses
   `<product-form class="gsf2-bb__form">` (no .product-form class) — host stays
   `display:inline` by default and breaks flex/grid width → mobile overflow. */
product-form.gsf2-bb__form {
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
}

product-form.gsf2-bb__form form.form {
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
}

/* QTY + ATC row */
.gsf2-bb__form-row {
  display: flex; gap: 8px; margin-bottom: 14px;
  align-items: stretch;
  width: 100%;
  min-width: 0;
}
.gsf2-qty {
  display: flex; align-items: center;
  background: var(--gsf2-bg-control);
  border: 1px solid var(--gsf2-str2);
  border-radius: var(--gsf2-r-m);
  overflow: hidden;
  min-height: 44px;
}
.gsf2-qty__btn {
  background: none; border: none;
  color: var(--gsf2-tx1);
  width: 40px;
  min-width: 40px;
  padding: 0;
  height: 100%;
  cursor: pointer; display: flex; align-items: center;
  transition: background var(--gsf2-dur-fast) var(--gsf2-easing);
  font-family: var(--gsf2-font);
}
.gsf2-qty__btn:hover { background: var(--gsf2-bg-ctrl-h); }
.gsf2-qty__btn:focus-visible { outline: none; box-shadow: var(--gsf2-focus); }
.gsf2-qty__n {
  background: transparent; border: none; outline: none;
  font-family: var(--gsf2-font);
  font-size: 15px;
  font-weight: 600; color: var(--gsf2-tx1);
  width: 36px;
  padding: 0 4px;
  min-width: 32px; text-align: center;
  -moz-appearance: textfield;
}
.gsf2-qty__n::-webkit-outer-spin-button,
.gsf2-qty__n::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.gsf2-bb__atc { flex: 1; min-width: 0; min-height: 44px; }
.gsf2-bb__atc[disabled] { opacity: .6; cursor: not-allowed; }
.gsf2-bb__atc-label { display: inline-flex; align-items: center; gap: 4px; }

/* Loading spinner from Dawn product-form (kept for AJAX) */
.gsf2-bb__atc .loading__spinner { display: none; }
.gsf2-bb__atc.loading .gsf2-bb__atc-label { visibility: hidden; }
.gsf2-bb__atc.loading .loading__spinner { display: inline-block; }

/* Trust grid nested in buybox Fluent card (fills sit on darker base surface). */
.gsf2-bb-card .gsf2-tc-grid { margin-top: 0; }
.gsf2-bb-card .gsf2-tc {
  background: var(--gsf2-bg-base);
  border-color: var(--gsf2-str2);
}

/* ─── Lightbox ───────────────────────────────────────────────── */
.gsf2-lightbox {
  position: fixed; inset: 0; z-index: 99990;
  background: rgba(0, 0, 0, .92);
  display: flex; align-items: center; justify-content: center;
  opacity: 0;
  pointer-events: none;          /* belt-and-braces: ignore clicks until open */
  transition: opacity 200ms ease;
}
.gsf2-lightbox.is-open { opacity: 1; pointer-events: auto; }
.gsf2-lightbox__close {
  position: absolute; top: 16px; right: 16px; z-index: 2;
  width: 40px; height: 40px;
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: var(--gsf2-r-pill);
  color: #fff; cursor: pointer;
  display: inline-flex; align-items: center; justify-content: center;
  transition: background var(--gsf2-dur-fast) var(--gsf2-easing);
}
.gsf2-lightbox__close:hover { background: rgba(255,255,255,.18); }
.gsf2-lightbox__close:focus-visible { outline: none; box-shadow: 0 0 0 2px var(--gsf2-brand-fg); }
.gsf2-lightbox__counter {
  position: absolute; top: 24px; left: 50%; transform: translateX(-50%); z-index: 2;
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.18);
  color: #fff;
  font-family: var(--gsf2-mono);
  font-size: 12px; font-weight: 600;
  padding: 4px 12px;
  border-radius: var(--gsf2-r-pill);
  pointer-events: none;
}
.gsf2-lightbox__track {
  width: 100%; height: 100%;
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.gsf2-lightbox__track::-webkit-scrollbar { display: none; }
.gsf2-lightbox__slide {
  flex: 0 0 100%;
  min-width: 100%;
  height: 100%;
  scroll-snap-align: start;
  display: flex; align-items: center; justify-content: center;
  padding: 40px 16px;
}
.gsf2-lightbox__slide img {
  max-width: 100%; max-height: 100%;
  width: auto; height: auto;
  user-select: none;
  -webkit-user-drag: none;
}

@media (max-width: 768px) {
  .gsf2-buybox { padding: 32px var(--gsf2-px-m); }
  .gsf2-buybox__lay { grid-template-columns: 1fr; gap: 24px; }

  /* Hide thumb rail entirely on mobile */
  .gsf2-gal__rail { display: none; }

  /* Main hero — multi-photo swaps to DIV-based scroller inside frame */
  .gsf2-gal__main {
    aspect-ratio: 4/3;
    box-shadow: var(--gsf2-sh16);
    background: var(--gsf2-bg-base);
  }
  .gsf2-gal__main--multi .gsf2-gal__main-img {
    display: none !important;
  }
  .gsf2-gal__main--multi .gsf2-gal__scroller-wrap {
    display: block;
    position: absolute;
    inset: 0;
    z-index: 3;
  }
  .gsf2-gal__main--multi .gsf2-gal__scroller {
    display: flex;
    flex-flow: row nowrap;
    align-items: stretch;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-padding: 0;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
  }
  .gsf2-gal__main--multi .gsf2-gal__scroller::-webkit-scrollbar {
    display: none;
  }
  .gsf2-gal__main--multi .gsf2-gal__scroller:focus-visible {
    outline: none;
    box-shadow: inset 0 0 0 2px var(--gsf2-brand-fg);
  }
  .gsf2-gal__main--multi .gsf2-gal__page {
    flex: 0 0 100%;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 100%;
    scroll-snap-align: start;
    scroll-snap-stop: always;
    position: relative;
    box-sizing: border-box;
  }
  .gsf2-gal__main--multi .gsf2-gal__page img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    display: block;
    pointer-events: none;
    user-select: none;
    -webkit-user-drag: none;
  }

  /* Pagination — centered under hero (Fluent reference), tappable dots */
  .gsf2-gal__dots--below {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 12px;
    padding: 0 8px;
    position: static;
    width: 100%;
    box-sizing: border-box;
    list-style: none;
  }
  .gsf2-gal__dots--below .gsf2-gal__dot {
    display: block;
    width: 8px;
    height: 8px;
    padding: 0;
    border: 1px solid rgba(0,0,0,.20);
    border-radius: 50%;
    background: rgba(255,255,255,.40);
    box-shadow: 0 1px 2px rgba(0,0,0,.30);
    cursor: pointer;
    flex-shrink: 0;
    transition: background 200ms ease, transform 200ms ease, width 200ms ease, border-color 200ms ease;
    appearance: none;
    -webkit-appearance: none;
  }
  .gsf2-gal__dots--below .gsf2-gal__dot:focus-visible {
    outline: none;
    box-shadow: var(--gsf2-focus);
  }
  .gsf2-gal__dots--below .gsf2-gal__dot.is-active {
    background: var(--gsf2-brand);
    border-color: var(--gsf2-brand-rest);
    width: 22px;
    border-radius: var(--gsf2-r-pill);
  }

  /* Trust chips: 2x2 grid on mobile (not 1 col) */
  .gsf2-buybox .gsf2-tc-grid { grid-template-columns: 1fr 1fr; gap: 6px; }
  /* Tighten the inner padding so two chips fit cleanly on narrow screens */
  .gsf2-tc { padding: 10px 12px; gap: 8px; }
  .gsf2-tc__icon { width: 28px; height: 28px; }
  .gsf2-tc__h { font-size: 11px; }
  .gsf2-tc__s { font-size: 10px; }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .gsf2-buybox__lay { grid-template-columns: 1fr minmax(280px, 400px); gap: 28px; }
}
/* END_SECTION:gsf2-pdp-buybox */

/* START_SECTION:gsf2-pdp-details (INDEX:33) */
.gsf2-pdp-acc { max-width: 800px; margin-top: 32px; }
/* END_SECTION:gsf2-pdp-details */

/* START_SECTION:gsf2-pdp-mininav (INDEX:34) */
/* min-width:0 — flex/grid item default min-width:auto uses children’s max-content
   width; nowrap tab row + overflow-x:auto can otherwise widen the whole page. */
.gsf2-mini-nav-section .gsf2 {
  max-width: 100%;
  min-width: 0;
}
.gsf2-mini-nav {
  position: sticky; top: 48px; z-index: 90;
  max-width: 100%;
  min-width: 0;
  background: var(--gsf2-acrylic);
  backdrop-filter: blur(40px) saturate(1.6);
  -webkit-backdrop-filter: blur(40px) saturate(1.6);
  border-bottom: 1px solid var(--gsf2-str3);
  overflow-x: auto; scrollbar-width: none;
}
.gsf2-mini-nav::-webkit-scrollbar { display: none; }
.gsf2-mini-nav__inner {
  max-width: var(--gsf2-mw); margin: 0 auto;
  padding: 0 var(--gsf2-px);
  display: flex; white-space: nowrap;
}
.gsf2-mini-nav a {
  display: inline-block; padding: 13px 14px;
  font-size: 14px; font-weight: 400; line-height: 1.429;
  color: var(--gsf2-tx3); text-decoration: none;
  border-bottom: 2px solid transparent;
  transition: color var(--gsf2-dur-normal) var(--gsf2-easing),
              border-color var(--gsf2-dur-normal) var(--gsf2-easing);
}
.gsf2-mini-nav a:hover { color: var(--gsf2-tx2); }
.gsf2-mini-nav a.is-on {
  color: var(--gsf2-brand-fg);
  border-bottom-color: var(--gsf2-brand-fg);
  font-weight: 600;
}
@media (max-width: 768px) {
  .gsf2-mini-nav__inner { padding: 0 var(--gsf2-px-m); }
}
/* END_SECTION:gsf2-pdp-mininav */

/* START_SECTION:gsf2-pdp-policies (INDEX:35) */
.gsf2-pol-grid {
  display: grid; grid-template-columns: repeat(2, 1fr);
  gap: 8px; margin-top: 28px;
}
.gsf2-pol {
  background: var(--gsf2-bg-layer);
  border: 1px solid var(--gsf2-str2);
  border-radius: var(--gsf2-r-l);
  padding: 16px;
  box-shadow: var(--gsf2-sh4);
}
.gsf2-pol__label {
  font-size: 12px; font-weight: 600; line-height: 1.333;
  color: var(--gsf2-brand-fg); margin-bottom: 10px;
  display: flex; align-items: center; gap: 6px;
  font-family: var(--gsf2-mono);
}
.gsf2-pol__label::before {
  content: ''; width: 10px; height: 1px;
  background: var(--gsf2-brand-str);
}
.gsf2-pol__list { list-style: none; display: flex; flex-direction: column; gap: 6px; padding: 0; margin: 0; }
.gsf2-pol__list li {
  font-size: 13px; color: var(--gsf2-tx2);
  line-height: 1.5;
  display: flex; align-items: flex-start; gap: 6px;
}
.gsf2-pol__list li::before {
  content: '—'; color: var(--gsf2-tx3); flex-shrink: 0;
  font-size: 11px; margin-top: 2px;
}
.gsf2-pol__list li strong { color: var(--gsf2-tx1); font-weight: 600; }
.gsf2-pol__list a { color: var(--gsf2-brand-fg); text-decoration: none; }
.gsf2-pol__list a:hover { text-decoration: underline; text-underline-offset: 3px; }
@media (max-width: 768px) { .gsf2-pol-grid { grid-template-columns: 1fr; } }
/* END_SECTION:gsf2-pdp-policies */

/* START_SECTION:gsf2-personas (INDEX:37) */
.gsf2-personas-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 8px; margin-top: 40px;
}
.gsf2-persona {
  background: var(--gsf2-bg-layer);
  border: 1px solid var(--gsf2-str2);
  border-radius: var(--gsf2-r-l);
  padding: 20px 16px;
  box-shadow: var(--gsf2-sh4);
  position: relative; overflow: hidden;
  transition: background var(--gsf2-dur-normal) var(--gsf2-easing),
              border-color var(--gsf2-dur-normal) var(--gsf2-easing),
              box-shadow var(--gsf2-dur-normal) var(--gsf2-easing),
              transform var(--gsf2-dur-normal) var(--gsf2-easing);
}
.gsf2-persona:hover {
  background: var(--gsf2-bg-elevated);
  border-color: var(--gsf2-str1);
  box-shadow: var(--gsf2-sh8);
  transform: translateY(-2px);
}
.gsf2-persona::before {
  content: ''; position: absolute;
  top: 0; left: 24px; right: 24px; height: 1px;
  background: linear-gradient(to right, transparent, rgba(255,255,255,.08), transparent);
  opacity: 0; transition: opacity 200ms var(--gsf2-easing);
}
.gsf2-persona:hover::before { opacity: 1; }
.gsf2-persona .gsf2-icon-box { margin-bottom: 12px; }
.gsf2-persona__title {
  font-size: 14px; font-weight: 600; line-height: 1.429;
  color: var(--gsf2-tx1); margin-bottom: 6px;
}
.gsf2-persona__body {
  font-size: 14px; font-weight: 400; line-height: 1.429;
  color: var(--gsf2-tx3);
}
.gsf2-persona__cta {
  margin-top: 12px; padding-top: 12px;
  border-top: 1px solid var(--gsf2-str3);
  font-size: 12px; font-weight: 600; line-height: 1.333;
  color: var(--gsf2-brand-fg);
  display: flex; align-items: center; gap: 4px;
  transition: gap var(--gsf2-dur-normal) var(--gsf2-easing);
}
.gsf2-persona:hover .gsf2-persona__cta { gap: 8px; }
@media (max-width: 768px) { .gsf2-personas-grid { grid-template-columns: 1fr; } }
/* END_SECTION:gsf2-personas */

/* START_SECTION:gsf2-pricing (INDEX:38) */
.gsf2-pricing-ctx {
  display: inline-flex; align-items: center; gap: 12px; flex-wrap: wrap;
  background: var(--gsf2-bg-control);
  border: 1px solid var(--gsf2-str2);
  border-radius: var(--gsf2-r-l);
  padding: 8px 16px;
  font-size: 14px; font-weight: 400; line-height: 1.429;
  color: var(--gsf2-tx3);
  margin-bottom: 32px;
  box-shadow: var(--gsf2-sh2);
  max-width: 100%;
}
.gsf2-pricing-ctx strong { color: var(--gsf2-tx2); font-weight: 600; }
.gsf2-pricing-ctx__vs { color: var(--gsf2-brand-fg); font-weight: 600; }

.gsf2-pricing-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 8px; align-items: start;
}
.gsf2-tier {
  background: var(--gsf2-bg-base);
  border: 1px solid var(--gsf2-str2);
  border-radius: var(--gsf2-r-xl);
  padding: 24px 20px;
  position: relative;
  box-shadow: var(--gsf2-sh4);
  transition: border-color var(--gsf2-dur-normal) var(--gsf2-easing),
              box-shadow var(--gsf2-dur-normal) var(--gsf2-easing);
}
.gsf2-tier:hover { border-color: var(--gsf2-str1); box-shadow: var(--gsf2-sh8); }
.gsf2-tier.is-featured {
  background: var(--gsf2-bg-layer);
  border-color: var(--gsf2-brand-str);
  box-shadow: var(--gsf2-sh8);
}
.gsf2-tier.is-featured::before {
  content: ''; position: absolute;
  top: 0; left: 0; right: 0; height: 2px;
  background: var(--gsf2-brand);
  border-radius: var(--gsf2-r-xl) var(--gsf2-r-xl) 0 0;
}
.gsf2-tier__badge {
  position: absolute; top: -10px; left: 50%;
  transform: translateX(-50%);
  background: var(--gsf2-brand-rest); color: #fff;
  font-size: 11px; font-weight: 600; line-height: 1;
  padding: 3px 12px;
  border-radius: var(--gsf2-r-pill);
  white-space: nowrap;
  box-shadow: 0 2px 8px rgba(255,107,26,.36);
}
.gsf2-tier__tier { font-size: 12px; font-weight: 400; line-height: 1.333; color: var(--gsf2-tx3); margin-bottom: 4px; }
.gsf2-tier__name { font-size: 20px; font-weight: 600; line-height: 1.4; color: var(--gsf2-tx1); margin-bottom: 2px; letter-spacing: 0; }
.gsf2-tier__quote{ font-size: 12px; font-weight: 400; line-height: 1.333; color: var(--gsf2-tx3); font-style: italic; margin-bottom: 16px; }
.gsf2-tier__price-row { display: flex; align-items: baseline; gap: 8px; margin-bottom: 2px; }
.gsf2-tier__now {
  font-size: 40px; font-weight: 600; line-height: 1.3;
  color: var(--gsf2-tx1); font-family: var(--gsf2-mono); letter-spacing: 0;
}
.gsf2-tier__diff {
  font-size: 12px; font-weight: 600; color: var(--gsf2-brand-fg);
  background: var(--gsf2-brand-bg2); border: 1px solid var(--gsf2-brand-str);
  border-radius: var(--gsf2-r-pill); padding: 2px 8px;
}
.gsf2-tier__meta { font-size: 12px; font-weight: 400; color: var(--gsf2-tx3); margin-bottom: 16px; }

.gsf2-tier__features {
  list-style: none;
  border-top: 1px solid var(--gsf2-str3);
  padding: 12px 0 0; margin: 0 0 16px;
  display: flex; flex-direction: column; gap: 8px;
}
.gsf2-tier__features li {
  display: flex; align-items: flex-start; gap: 8px;
  font-size: 14px; font-weight: 400; line-height: 1.429; color: var(--gsf2-tx2);
}
.gsf2-tier__features li::before {
  content: '✓'; color: var(--gsf2-success); font-weight: 600; flex-shrink: 0;
}
.gsf2-tier__features li.is-off { color: var(--gsf2-tx4); }
.gsf2-tier__features li.is-off::before { content: '—'; color: var(--gsf2-str1); }
.gsf2-tier__features li strong { color: var(--gsf2-tx1); font-weight: 600; }

.gsf2-tier__btn {
  display: inline-flex; align-items: center; justify-content: center;
  width: 100%; min-height: 32px; padding: 5px 12px;
  border-radius: var(--gsf2-r-m);
  font-family: var(--gsf2-font);
  font-size: 14px; font-weight: 600; line-height: 1.429;
  cursor: pointer; transition: all 150ms ease; border: none;
  text-decoration: none;
}
.gsf2-tier__btn--std    { background: var(--gsf2-bg-control); color: var(--gsf2-tx1); border: 1px solid var(--gsf2-str2); box-shadow: var(--gsf2-sh2); }
.gsf2-tier__btn--std:hover { background: var(--gsf2-bg-ctrl-h); border-color: var(--gsf2-str1); }
.gsf2-tier__btn--accent { background: var(--gsf2-brand-rest); color: #fff; border: 1px solid rgba(255,255,255,.08); box-shadow: inset 0 1px 0 rgba(255,255,255,.12); }
.gsf2-tier__btn--accent:hover { background: var(--gsf2-brand); }
.gsf2-tier__btn--strong { background: var(--gsf2-bg-ctrl-h); color: var(--gsf2-tx1); border: 1px solid var(--gsf2-str1); }
.gsf2-tier__btn--strong:hover { background: var(--gsf2-bg-elevated); }
.gsf2-tier__note { font-size: 12px; font-weight: 400; color: var(--gsf2-tx3); text-align: center; margin: 8px 0 0; font-style: italic; }

@media (max-width: 768px) {
  .gsf2-pricing-grid { grid-template-columns: 1fr; }
  .gsf2-tier__now { font-size: 32px; }
  .gsf2-pricing-ctx { flex-direction: column; gap: 4px; text-align: center; font-size: 12px; }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .gsf2-pricing-grid { grid-template-columns: 1fr; max-width: 440px; margin-left: auto; margin-right: auto; }
}
/* END_SECTION:gsf2-pricing */

/* START_SECTION:gsf2-reviews (INDEX:39) */
.gsf2-rev-track {
  display: flex; gap: 12px;
  overflow-x: auto; scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  margin-top: 0; padding-bottom: 4px;
}
.gsf2-rev-track::-webkit-scrollbar { display: none; }
.gsf2-rev-card {
  flex: 0 0 min(320px, 85vw);
  scroll-snap-align: start;
  background: var(--gsf2-bg-layer);
  border: 1px solid var(--gsf2-str2);
  border-radius: var(--gsf2-r-l);
  padding: 20px;
  box-shadow: var(--gsf2-sh4);
  transition: background var(--gsf2-dur-normal) var(--gsf2-easing),
              border-color var(--gsf2-dur-normal) var(--gsf2-easing),
              box-shadow var(--gsf2-dur-normal) var(--gsf2-easing);
}
.gsf2-rev-card:hover {
  background: var(--gsf2-bg-elevated);
  border-color: var(--gsf2-str1);
  box-shadow: var(--gsf2-sh8);
}
.gsf2-rev-card .gsf2-stars { margin-bottom: 10px; }
.gsf2-rev-card__txt {
  font-size: 14px; font-weight: 400; line-height: 1.429;
  color: var(--gsf2-tx2); font-style: italic; margin: 0 0 12px;
}
.gsf2-rev-card__meta {
  font-size: 12px; font-weight: 400; line-height: 1.333;
  color: var(--gsf2-tx3);
}
.gsf2-rev-card__meta span:first-child { color: var(--gsf2-tx2); font-weight: 600; }
.gsf2-rev-dots {
  display: flex; justify-content: center; gap: 6px; margin-top: 16px;
}
.gsf2-rev-dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--gsf2-str2); border: none; cursor: pointer; padding: 0;
  transition: background 200ms var(--gsf2-easing),
              transform 200ms var(--gsf2-easing);
}
.gsf2-rev-dot.is-active { background: var(--gsf2-brand-fg); transform: scale(1.2); }
/* END_SECTION:gsf2-reviews */

/* START_SECTION:gsf2-system (INDEX:41) */
.gsf2-system-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 8px; margin-top: 40px;
}
.gsf2-pillar {
  background: var(--gsf2-bg-base);
  border: 1px solid var(--gsf2-str2);
  border-radius: var(--gsf2-r-l);
  padding: 20px;
  box-shadow: var(--gsf2-sh4);
  transition: background var(--gsf2-dur-normal) var(--gsf2-easing),
              border-color var(--gsf2-dur-normal) var(--gsf2-easing),
              box-shadow var(--gsf2-dur-normal) var(--gsf2-easing),
              transform var(--gsf2-dur-normal) var(--gsf2-easing);
}
.gsf2-pillar:hover {
  background: var(--gsf2-bg-layer);
  border-color: var(--gsf2-str1);
  box-shadow: var(--gsf2-sh8);
  transform: translateY(-2px);
}
.gsf2-pillar.is-wide {
  grid-column: span 2;
  display: grid; grid-template-columns: 1fr 1fr; gap: 20px;
  align-items: center;
}
.gsf2-pillar__img {
  background: var(--gsf2-bg-layer);
  border: 1px solid var(--gsf2-str2);
  border-radius: var(--gsf2-r-l);
  aspect-ratio: 4/3; overflow: hidden;
  position: relative; box-shadow: var(--gsf2-sh2);
}
.gsf2-pillar__img img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover; object-position: center;
  display: block;
}
.gsf2-pillar__img-ph {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  font-size: 12px; color: var(--gsf2-tx3);
  font-style: italic; padding: 16px; text-align: center;
}
.gsf2-pillar__num {
  font-size: 12px; font-weight: 400; line-height: 1.333;
  color: var(--gsf2-tx3); font-family: var(--gsf2-mono);
  margin-bottom: 12px;
}
.gsf2-pillar .gsf2-icon-box { margin-bottom: 12px; }
.gsf2-pillar__h   { font-size: 20px; font-weight: 600; line-height: 1.4; color: var(--gsf2-tx1); margin: 0 0 6px; letter-spacing: 0; }
.gsf2-pillar__sub { font-size: 14px; font-weight: 400; line-height: 1.429; color: var(--gsf2-tx3); margin: 0 0 8px; }
.gsf2-pillar__tag { font-size: 12px; font-weight: 400; line-height: 1.333; color: var(--gsf2-tx3); font-style: italic; margin: 0; }
@media (max-width: 768px) {
  .gsf2-system-grid { grid-template-columns: 1fr; }
  .gsf2-pillar.is-wide { grid-column: auto; grid-template-columns: 1fr; }
  .gsf2-pillar__img { aspect-ratio: 16/9; }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .gsf2-system-grid { grid-template-columns: repeat(2, 1fr); }
  .gsf2-pillar.is-wide { grid-column: span 2; }
}
/* END_SECTION:gsf2-system */