/** Shopify CDN: Minification failed

Line 300:13 Expected identifier but found whitespace
Line 300:14 Unexpected "var("

**/
@import url("https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,600;0,9..144,700;1,9..144,600;1,9..144,700&family=Inter:wght@400;500;600;700;800&family=Roboto+Mono:wght@400;500;700&display=swap");

:root {
  --pg-font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --pg-font-display: "Fraunces", "Iowan Old Style", serif;
  --pg-font-mono: "Roboto Mono", monospace;
  --pg-tone-bone: #f7f3ec;
  --pg-tone-stone: #e7ded0;
  --pg-tone-graphite: #1f1f1d;
  --pg-tone-olive: #6b715d;
  --pg-tone-ink: #151515;
  --pg-tone-line: rgba(20, 20, 19, 0.12);
  --pg-space-1: 0.5rem;
  --pg-space-2: 0.75rem;
  --pg-space-3: 1rem;
  --pg-space-4: 1.5rem;
  --pg-space-5: 3.5rem;
  --pg-shell: min(1240px, calc(100vw - 2rem));
  --pg-shell-wide: var(--pg-shell);
  --pg-radius: 1.25rem;
  --pg-radius-sm: 0.5rem;
  --pg-radius-pill: 999px;
  --pg-shadow: 0 18px 44px rgba(37, 39, 38, 0.08);
  --pg-bg: var(--pg-tone-bone);
  --pg-paper: #ffffff;
  --pg-paper-strong: #fbf8f3;
  --pg-ink: var(--pg-tone-ink);
  --pg-muted: #666666;
  --pg-deep: var(--pg-tone-graphite);
  --pg-accent: var(--pg-tone-graphite);
  --pg-accent-dark: #2d2d2b;
  --pg-cta: #D84C2C; /* Peak Design Cinnabar Accent */
  --pg-cta-dark: #B53F24;
  --pg-line: var(--pg-tone-line);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--pg-font-sans);
  color: var(--pg-ink);
  background: var(--pg-bg);
  -webkit-font-smoothing: antialiased;
}

.section {
  padding: 8rem 0;
}

.section--tight {
  padding: 5rem 0;
}

/* Suppress the third-party discount popup so the storefront stays reviewable and premium. */
#pop-convert-app {
  display: none !important;
}

a {
  color: inherit;
  text-decoration: none;
}

img,
video {
  display: block;
  max-width: 100%;
}

/* Typography Polish */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--pg-font-sans);
  color: var(--pg-ink);
  line-height: 1.05;
  margin-bottom: 1.5rem;
  font-weight: 800;
  letter-spacing: -0.04em;
}

h1 {
  font-size: clamp(2.75rem, 6vw, 4.5rem);
  font-weight: 800;
}

h2 {
  font-size: clamp(2.25rem, 5vw, 3.25rem);
  font-weight: 800;
}

.serif-display {
  font-family: var(--pg-font-display);
  font-style: italic;
  font-weight: 500;
  letter-spacing: -0.01em;
}

p {
  line-height: 1.8;
  margin-bottom: 2rem;
  color: var(--pg-ink);
}

.eyebrow {
  margin: 0 0 1.25rem;
  color: var(--pg-accent-dark);
  font-family: var(--pg-font-mono);
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  opacity: 0.5;
}

.heritage-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.4rem 0.8rem;
  background: var(--pg-ink);
  color: #fff;
  font-family: var(--pg-font-mono);
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  border-radius: 2px;
  margin-bottom: 2rem;
}

.technical-callout {
  font-family: var(--pg-font-mono);
  font-size: 0.75rem;
  color: var(--pg-muted);
  letter-spacing: 0.05em;
  border-left: 1.5px solid var(--pg-line);
  padding-left: 1rem;
  margin: 1.5rem 0;
}

.heritage-badge--white {
  background: #fff;
  color: var(--pg-ink);
}

.product-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.35rem 0.7rem;
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border-radius: 4px;
  margin-bottom: 1rem;
}

.product-badge--tester {
  background: #FFF5E6;
  color: #D84C2C;
  border: 1px solid rgba(216, 76, 44, 0.1);
}

/* FAQ Polish */
.accordion-trigger::after {
  content: "+";
  font-size: 1.25rem;
  color: var(--pg-cta);
  font-weight: 700;
}

.accordion-trigger[aria-expanded="true"]::after {
  content: "-";
}

/* Patent Page Polish */
.patent-seal {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding: 2rem;
  background: var(--pg-accent);
  color: #fff;
  border-radius: 12px;
  margin-top: 3rem;
}

.patent-seal__icon {
  font-size: 3rem;
}

.patent-seal__content h3 {
  color: #fff;
  margin-bottom: 0.5rem;
}

.patent-seal__content p {
  color: #fff;
  opacity: 0.9;
  margin: 0;
}

/* Reveal on Scroll */
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.reveal--delay-1 { transition-delay: 0.1s; }
.reveal--delay-2 { transition-delay: 0.2s; }
.reveal--delay-3 { transition-delay: 0.3s; }

/* Sticky Header Polish */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(247, 243, 236, 0.8);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--pg-line);
  transition: background 0.3s ease;
}

.site-header--scrolled {
  background: rgba(247, 243, 236, 0.95);
}

/* Button & Link Polish */
.button, 
.button-outline {
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.button:hover,
.button-outline:hover {
  transform: scale(1.02);
}

.button:active,
.button-outline:active {
  transform: scale(0.98);
}

/* Mechanical Gallery Interaction */
.product-gallery__item {
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  cursor: zoom-in;
}

.product-gallery__item:hover {
  transform: scale(1.02);
}

.product-gallery__thumb-button {
  transition: all 0.3s ease;
  border: 1px solid transparent;
}

.product-gallery__thumb-button:hover {
  border-color: var(--pg-line);
  transform: translateY(-2px);
}

.product-gallery__thumb-button.is-active {
  border-color: #000;
  background: var(--pg-paper);
}

/* Technical Data Table Polish */
.specs-grid__item {
  border-left: 2px solid var(--pg-line);
  padding-left: 1.5rem;
  transition: border-color 0.3s ease;
}

.specs-grid__item:hover {
  border-left-color: #000;
}
  background: var(--pg-deep);
  color: #fff;
  overflow: hidden;
  position: relative;
}

.mode-switcher__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  min-height: 80vh;
}

.mode-switcher__visual {
  position: relative;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: opacity 1s ease;
}

.mode-switcher__visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at center, transparent 0%, rgba(0,0,0,0.4) 100%);
}

.mode-switcher__content {
  padding: 4rem;
  z-index: 2;
}

.mode-switcher__controls {
  display: flex;
  gap: 1rem;
  margin-top: 2rem;
}

.mode-btn {
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.2);
  color: #fff;
  padding: 1rem 1.5rem;
  border-radius: 99px;
  cursor: pointer;
  font-family: var(--pg-font-sans);
  font-weight: 600;
  transition: all 0.3s ease;
}

.mode-btn:hover {
  background: rgba(255,255,255,0.2);
}

.mode-btn.is-active {
  background: #fff;
  color: var(--pg-deep);
  border-color: #fff;
}

.mode-switcher[data-mode="warm"] .mode-switcher__visual--cool { opacity: 0; }
.mode-switcher[data-mode="cool"] .mode-switcher__visual--warm { opacity: 0; }

.mode-switcher__visual--warm {
  background-image: url('beam-hero-field.jpg'); /* Placeholder */
}

.mode-switcher__visual--cool {
  position: absolute;
  inset: 0;
  background-image: url('camping-vibe-1.gif'); /* Placeholder */
}

@media (max-width: 760px) {
  .mode-switcher__grid {
    grid-template-columns: 1fr;
  }
  .mode-switcher__visual {
    height: 50vh;
  }
  .mode-switcher__content {
    padding: 2rem;
  }
}

.bg-white { background: #ffffff; }
.bg-off-white { background: #f9f9f9; }

/* Cards & Containers */
.card {
  background: #ffffff;
  border: 1px solid rgba(20, 20, 19, 0.08);
  border-radius: var(--pg-radius);
  overflow: hidden;
  box-shadow: var(--pg-shadow);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.card:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 48px rgba(37, 39, 38, 0.12);
}


.brand-mark__word {
  font-family: "Outfit", sans-serif;
  letter-spacing: -0.03em;
  font-weight: 800;
}

.shell {
  width: var(--pg-shell);
  margin: 0 auto;
}

.peak-shell {
  width: min(1180px, calc(100vw - 2rem));
}

.shell--header {
  padding: 0.75rem 0;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 2rem;
}

.header__left {
  display: flex;
  justify-content: flex-start;
}

.header__center {
  display: flex;
  justify-content: center;
}

.header__right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1rem;
}

.header__icons {
  display: flex;
  align-items: center;
  gap: 0.9rem;
}

.header__icon-link {
  display: flex;
  color: var(--pg-ink);
  transition: opacity 0.2s ease;
}

.header__icon-link:hover {
  opacity: 0.6;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 2.25rem;
}

.site-nav a {
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--pg-ink);
}

.site-nav a:hover {
  opacity: 0.6;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: #ffffff;
  border-bottom: 1px solid var(--pg-line);
}

.announcement-bar {
  padding: 0.6rem 1rem;
  background: #000000;
  color: #ffffff;
  text-align: center;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}

.brand-mark {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.brand-mark__word {
  font-size: 1.35rem;
  font-weight: 700;
}

.brand-mark__tag {
  color: var(--pg-muted);
  font-size: 0.82rem;
}

.site-nav {
  display: flex;
  gap: 1.25rem;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

/* Buttons */
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.75rem;
  border-radius: var(--pg-radius-sm);
  font-weight: 700;
  text-decoration: none;
  transition: all 0.25s cubic-bezier(0.19, 1, 0.22, 1);
  cursor: pointer;
  border: none;
  font-family: var(--pg-font-sans);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 0.8rem;
}

.button--primary {
  background: var(--pg-accent);
  color: var(--pg-tone-bone);
  box-shadow: 0 4px 12px rgba(31, 31, 29, 0.08);
}

.button--primary:hover {
  background: #000;
  transform: translateY(-1px);
  box-shadow: 0 8px 24px rgba(31, 31, 29, 0.12);
}

.button--outline-white {
  background: transparent;
  border: 1.5px solid #ffffff;
  color: #ffffff;
}

.button--outline-white:hover {
  background: #ffffff;
  color: #000000;
  transform: translateY(-1px);
}

.button--large {
  padding: 1rem 3rem;
  font-size: 0.9rem;
  letter-spacing: 0.06em;
}

/* Heritage Badge */
.heritage-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.5rem 1.25rem;
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 2rem;
}

.heritage-badge--white {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #fff;
}

.heritage-badge--dark {
  background: rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: var(--pg-ink);
}

.header__menu-toggle {
  display: none;
  position: relative;
  z-index: 101;
  align-items: center;
  gap: 0.65rem;
  min-height: 2.85rem;
  padding: 0.75rem 1rem;
  border: 1px solid rgba(20, 20, 19, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--pg-ink);
  font: inherit;
  font-weight: 700;
  transition: all 0.2s ease;
}

.site-header.mobile-nav-open .header__menu-toggle {
  background: #000;
  color: #fff;
  border-color: #000;
}

.header__menu-toggle-bars {
  display: grid;
  gap: 0.22rem;
}

.header__menu-toggle-bars span {
  display: block;
  width: 1rem;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}

.header__mobile-nav {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 100;
  background: #ffffff;
  padding: 8rem 2rem 2rem;
  flex-direction: column;
  gap: 1rem;
  overflow-y: auto;
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.site-header.mobile-nav-open .header__mobile-nav {
  display: flex;
  opacity: 1;
  transform: translateY(0);
}

.header__mobile-nav a {
  font-family: var(--pg-font-display);
  font-size: 3rem;
  font-weight: 700;
  text-transform: none;
  letter-spacing: -0.02em;
  padding: 0.5rem 0;
  border: none;
  line-height: 1.1;
  color: #000;
}

.header__mobile-nav a:hover {
  color: var(--pg-cta);
}

.site-nav a:hover,
.footer-links a:hover {
  color: var(--pg-accent-dark);
}

.section {
  padding: 7.5rem 0; /* 120px exact */
}

.section--tight {
  padding: 4.5rem 0; /* 72px */
}

/* Blueprint Callout System */
.blueprint-root {
  position: relative;
  display: inline-block;
}

.blueprint-point {
  position: absolute;
  width: 8px;
  height: 8px;
  background: var(--pg-ink);
  border-radius: 50%;
  z-index: 10;
}

.blueprint-line {
  position: absolute;
  height: 1px;
  background: var(--pg-line);
  transform-origin: left center;
  z-index: 9;
}

.blueprint-label {
  position: absolute;
  font-family: var(--pg-font-mono);
  font-size: 0.65rem;
  color: var(--pg-ink);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  white-space: nowrap;
  background: var(--pg-tone-bone);
  padding: 2px 6px;
  border: 0.5px solid var(--pg-line);
  z-index: 11;
}

/* Interactive Refinement */
.button {
  letter-spacing: 0.08em;
  font-weight: 500;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.button:hover {
  letter-spacing: 0.12em;
}

.panel {
  background: var(--pg-paper);
  border: 1px solid rgba(20, 20, 19, 0.08);
  border-radius: var(--pg-radius);
  box-shadow: var(--pg-shadow);
}

.peak-card {
  background: linear-gradient(180deg, rgba(255, 252, 247, 0.96), rgba(247, 243, 235, 0.96));
  border-color: rgba(37, 39, 38, 0.12);
  box-shadow: 0 18px 44px rgba(37, 39, 38, 0.08);
}

.eyebrow {
  margin: 0 0 0.75rem;
  color: var(--pg-accent-dark);
  font-size: 0.79rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.section h2,
.product-panel h1,
.page-shell h1 {
  margin: 0;
  line-height: 0.98;
}

.section h2 {
  font-size: clamp(2rem, 4vw, 3.6rem);
  max-width: 13ch;
}

.muted {
  color: var(--pg-muted);
}

.stack {
  display: grid;
  gap: 1rem;
}

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

.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}

.button,
button.button,
.shopify-payment-button__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.2rem;
  padding: 0.95rem 1.45rem;
  border: 0;
  border-radius: var(--pg-radius-pill);
  font-family: var(--pg-font-sans);
  font-size: 0.95rem;
  font-weight: 700;
  cursor: pointer;
  transition: transform 140ms cubic-bezier(0.175, 0.885, 0.32, 1.275), background-color 140ms ease, box-shadow 140ms ease, opacity 140ms ease;
}

.button:hover,
button.button:hover,
.shopify-payment-button__button:hover {
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 12px 28px rgba(37, 39, 38, 0.12);
}

.button:active,
button.button:active,
.shopify-payment-button__button:active {
  transform: scale(0.96);
}

.peak-button {
  background: var(--pg-tone-graphite);
  color: var(--pg-tone-bone);
  box-shadow: 0 12px 24px rgba(37, 39, 38, 0.16);
}

.peak-hero__eyebrow {
  color: var(--pg-tone-olive);
}

.peak-hero {
  padding: 2.3rem;
  background:
    linear-gradient(135deg, rgba(251, 248, 242, 0.98), rgba(239, 234, 224, 0.96)),
    radial-gradient(circle at top right, rgba(114, 118, 100, 0.12), transparent 28%);
  border-color: rgba(37, 39, 38, 0.12);
}

.peak-hero__media-frame {
  border: 1px solid rgba(37, 39, 38, 0.1);
  border-radius: calc(var(--pg-radius) - 6px);
  overflow: hidden;
  background: var(--pg-tone-bone);
  aspect-ratio: 16 / 9;
}

@media (max-width: 1024px) {
  .peak-hero__media-frame {
    aspect-ratio: 9 / 16;
  }
}

.peak-hero__media-frame video,
.peak-hero__media-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-gallery__thumb {
  cursor: pointer;
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.product-gallery__thumb:hover {
  transform: scale(1.05);
}

.product-gallery__thumb.is-active {
  border-color: var(--pg-accent);
}

.skeleton {
  background: linear-gradient(90deg, rgba(20, 20, 19, 0.05) 25%, rgba(20, 20, 19, 0.08) 50%, rgba(20, 20, 19, 0.05) 75%);
  background-size: 200% 100%;
  animation: skeleton-loading 1.5s infinite;
  border-radius: 4px;
}

@keyframes skeleton-loading {
  0% { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}

:focus-visible {
  outline: 2px solid var(--pg-accent);
  outline-offset: 4px;
}

.cart-shipping-bar {
  margin-bottom: 2rem;
  padding: 1.5rem;
  text-align: center;
  background: var(--pg-paper-strong);
  border: 1px solid var(--pg-line-strong);
}

.cart-shipping-bar p {
  margin: 0 0 1rem;
  font-weight: 600;
}

.progress-container {
  height: 12px;
  background: var(--pg-line);
  border-radius: 999px;
  overflow: hidden;
}

.progress-bar {
  height: 100%;
  background: var(--pg-accent);
  transition: width 0.4s ease;
}

.bundle-grid {
  display: grid;
  gap: 0.75rem;
  margin-top: 0.5rem;
}

.bundle-item {
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0px;
  padding: 1.25rem;
  cursor: pointer;
  transition: all 0.2s ease;
  background: #fff;
}

.bundle-item:hover {
  border-color: #000;
  background: #f9f9f9;
}

.bundle-item.is-active {
  border-color: #000;
  border-width: 2px;
  background: #f9f9f9;
}

.bundle-item input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.bundle-item__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.bundle-item__qty {
  font-weight: 700;
  font-size: 1rem;
  color: #000;
}

.bundle-item__price {
  font-weight: 700;
  color: #000;
}

.bundle-item__saving {
  font-size: 0.75rem;
  color: var(--pg-cta);
  font-weight: 700;
  display: block;
  margin-top: 0.25rem;
  text-align: right;
  text-transform: uppercase;
}

.bundle-item__badge {
  position: absolute;
  top: -10px;
  right: 12px;
  background: #000;
  color: #fff;
  font-size: 0.65rem;
  font-weight: 800;
  padding: 2px 8px;
  border-radius: 0;
  text-transform: uppercase;
}

.peak-proof-band {
  padding: 0.85rem;
  border: 1px solid rgba(37, 39, 38, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.58);
}

.peak-story {
  background: linear-gradient(180deg, rgba(248, 245, 239, 0.94), rgba(241, 236, 228, 0.94));
}

.peak-story .founder__quote {
  color: var(--pg-tone-graphite);
}

.peak-product__buybox {
  border-color: rgba(37, 39, 38, 0.14);
  background: linear-gradient(180deg, rgba(251, 248, 242, 0.98), rgba(242, 237, 228, 0.96));
}

.peak-product__layout {
  align-items: start;
}

.peak-product__buybox .product-price {
  color: var(--pg-tone-graphite);
  font-size: clamp(2rem, 3vw, 2.6rem);
}

.peak-product__buybox .product-proof-grid {
  gap: 0.75rem;
}

.peak-product__buybox .product-proof-card,
.peak-product__buybox .product-bullet,
.peak-product__buybox .product-notes .card,
.peak-product__detail-grid .seo-guide__related,
.peak-product__detail-grid .product-detail-note {
  background: rgba(255, 252, 247, 0.8);
  border: 1px solid rgba(37, 39, 38, 0.08);
}

.peak-product__detail-grid .product-description,
.peak-product__detail-grid .product-faq,
.peak-product__layout .product-gallery {
  background: linear-gradient(180deg, rgba(250, 247, 241, 0.96), rgba(241, 236, 228, 0.94));
  border-color: rgba(37, 39, 38, 0.1);
}

.peak-product__detail-grid .product-detail-list__item {
  padding-block: 0.85rem;
  border-bottom: 1px solid rgba(37, 39, 38, 0.08);
}

.peak-product__detail-grid .product-detail-list__item:last-child {
  border-bottom: 0;
}

.peak-spec-rail .product-spec-card {
  background: rgba(255, 252, 247, 0.92);
  border: 1px solid rgba(37, 39, 38, 0.08);
}

.peak-collection__hero {
  background: linear-gradient(180deg, rgba(248, 245, 239, 0.95), rgba(240, 235, 226, 0.95));
  border-color: rgba(37, 39, 38, 0.12);
}

.peak-collection {
  gap: 1.4rem;
}

.peak-collection__hero h1 {
  max-width: 8ch;
}

.peak-collection__hero .collection-meta {
  max-width: 36rem;
}

.peak-collection .collection-proof-card {
  background: linear-gradient(180deg, rgba(251, 248, 242, 0.96), rgba(241, 236, 228, 0.94));
}

.peak-collection__grid .product-card {
  background: rgba(255, 252, 247, 0.95);
  border-color: rgba(37, 39, 38, 0.1);
}

.peak-collection__grid .product-card__content {
  gap: 0.7rem;
}

.peak-collection__grid .product-card__footer .button {
  min-height: 2.9rem;
}

.peak-use-cases .use-case-card__copy h3,
.peak-faq h2 {
  color: var(--pg-tone-graphite);
}

.peak-faq {
  background: linear-gradient(180deg, rgba(248, 245, 239, 0.95), rgba(239, 234, 226, 0.95));
}

.warm-hero {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  align-items: center;
  padding: clamp(1.5rem, 3vw, 2.5rem);
  background:
    linear-gradient(180deg, rgba(250, 243, 232, 0.96), rgba(233, 224, 210, 0.94)),
    radial-gradient(circle at top right, rgba(164, 106, 55, 0.14), transparent 30%);
}

.warm-hero__copy {
  max-width: 36rem;
  display: grid;
  gap: 1rem;
  align-self: center;
}

.warm-hero__copy h1 {
  margin: 0;
  max-width: 11ch;
  font-size: clamp(2.6rem, 5vw, 4.8rem);
  line-height: 0.96;
  letter-spacing: -0.04em;
}

.warm-hero__frame {
  position: relative;
  grid-column: 2;
  grid-row: 1 / span 2;
  overflow: hidden;
  min-height: 36rem;
  border-radius: calc(var(--pg-radius) - 4px);
  box-shadow: inset 0 0 0 1px rgba(37, 39, 38, 0.08);
}

.warm-hero__frame::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(23, 18, 12, 0.02), rgba(23, 18, 12, 0.22));
  pointer-events: none;
}

.warm-proof-strip {
  display: grid;
  gap: 0.85rem;
  grid-column: 1;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding-top: 0.25rem;
}

.warm-proof-strip__item,
.warm-proof-band__item {
  display: grid;
  gap: 0.35rem;
  padding: 1rem 1.05rem;
  border-radius: 20px;
  background: rgba(255, 249, 241, 0.66);
  border: 1px solid rgba(37, 39, 38, 0.08);
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), background 0.3s ease;
}

.warm-proof-strip__item:hover,
.warm-proof-band__item:hover {
  transform: translateY(-2px);
  background: rgba(255, 249, 241, 0.9);
}

.warm-proof-strip__label,
.warm-proof-band__label,
.warm-story__detail span {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(37, 39, 38, 0.66);
}

.warm-proof-band {
  display: grid;
  gap: 1.5rem;
  padding: clamp(1.25rem, 2.5vw, 2rem);
  background: linear-gradient(180deg, rgba(246, 238, 227, 0.95), rgba(236, 227, 214, 0.95));
}

.warm-proof-band__intro {
  max-width: 42rem;
}

.warm-proof-band__grid {
  display: grid;
  gap: 0.9rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.factory-direct-badge strong {
  color: var(--pg-accent-dark);
}

.warm-story {
  display: grid;
  gap: 1.75rem;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  padding: clamp(1.5rem, 3vw, 2.5rem);
  background: linear-gradient(180deg, rgba(247, 240, 231, 0.95), rgba(236, 227, 214, 0.94));
}

.warm-story__media {
  overflow: hidden;
  border-radius: calc(var(--pg-radius) - 4px);
  min-height: 28rem;
  background: rgba(255, 249, 241, 0.8);
}

.warm-story__copy {
  gap: 1rem;
}

.warm-story__copy h2 {
  margin: 0;
  max-width: 16ch;
}

.warm-story__detail-list {
  display: grid;
  gap: 0.85rem;
}

.warm-story__detail {
  display: grid;
  gap: 0.35rem;
  padding: 0.95rem 0;
  border-top: 1px solid rgba(37, 39, 38, 0.08);
}

.warm-story__detail:last-child {
  border-bottom: 1px solid rgba(37, 39, 38, 0.08);
}

.field-use-intro {
  max-width: 42rem;
  margin-bottom: 1.5rem;
}

.field-use-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.field-use-panel {
  overflow: hidden;
  padding: 0;
  background: linear-gradient(180deg, rgba(247, 240, 231, 0.96), rgba(236, 227, 214, 0.94));
}

.field-use-panel__image-shell {
  min-height: 20rem;
}

.field-use-panel__copy {
  display: grid;
  gap: 0.8rem;
  padding: 1.4rem;
}

.field-use-panel__copy h3 {
  margin: 0;
}

.buy-close {
  display: grid;
  gap: 1.25rem;
  padding: clamp(1.5rem, 3vw, 2.25rem);
  background: linear-gradient(180deg, rgba(245, 238, 228, 0.95), rgba(236, 227, 214, 0.94));
}

.buy-close__intro {
  max-width: 36rem;
}

.buy-close__questions {
  border-top: 1px solid rgba(37, 39, 38, 0.08);
}

.buy-close__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}

.button--primary,
.shopify-payment-button__button {
  background: var(--pg-accent);
  color: #171512;
  box-shadow: 0 10px 24px rgba(223, 139, 55, 0.24);
}

.button--secondary {
  background: rgba(255, 255, 255, 0.6);
  color: var(--pg-ink);
  border: 1px solid rgba(20, 20, 19, 0.15);
}

.button:hover,
button.button:hover,
.shopify-payment-button__button:hover {
  transform: translateY(-1px);
}

.card {
  padding: 1.35rem;
  border: 1px solid var(--pg-line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.62);
}

.card h3,
.benefits-grid h3,
.step-card h3 {
  margin: 0 0 0.5rem;
  font-size: 1.45rem;
  line-height: 1.08;
}

.hero {
  padding: 2rem;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 1.7rem;
  overflow: hidden;
}

.hero__copy {
  display: grid;
  align-content: start;
  gap: 1.2rem;
  padding-right: 0.4rem;
}

.hero h1 {
  margin: 0;
  font-size: clamp(3.1rem, 5.7vw, 5.2rem);
  line-height: 0.92;
  max-width: 8ch;
}

.hero__body {
  max-width: 31rem;
  font-size: 0.98rem;
  line-height: 1.72;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.hero__secondary-link {
  background: rgba(255, 255, 255, 0.5);
  border-color: rgba(20, 20, 19, 0.12);
}

.hero-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.65rem;
}

.proof-pill {
  padding: 0.85rem 0.95rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.64);
  border: 1px solid rgba(37, 39, 38, 0.08);
}

.proof-pill__label {
  display: block;
  font-size: 0.84rem;
  font-weight: 700;
  line-height: 1.35;
}

.hero__media,
.founder__media {
  min-height: 26rem;
}

.hero__media {
  position: relative;
  overflow: hidden;
  height: 100%;
}

.hero__media-mosaic {
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.7fr);
  grid-template-rows: minmax(0, 1fr) minmax(0, 1fr);
}

.hero__stage {
  position: relative;
  min-height: 30rem;
  overflow: hidden;
  border-radius: 24px;
  background:
    radial-gradient(circle at top right, rgba(223, 139, 55, 0.16), transparent 28%),
    linear-gradient(160deg, rgba(20, 33, 30, 0.16), rgba(20, 33, 30, 0.04));
}

.hero__media-mosaic .hero__stage {
  grid-row: span 2;
  min-height: 100%;
}

.hero__image,
.hero__video,
.founder__image,
.use-case-card__image,
.trust-proof-card__image,
.product-gallery__item img,
.product-gallery__item video,
.product-gallery__thumb-media img,
.product-gallery__thumb-media video,
.hero-media-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 22px;
}

.hero__stage .hero__image {
  border-radius: 24px;
}

.hero-media-card {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  background: rgba(255, 252, 247, 0.92);
  border: 1px solid rgba(37, 39, 38, 0.08);
  box-shadow: 0 10px 22px rgba(37, 39, 38, 0.08);
}

.hero-media-card--product {
  min-height: 14.75rem;
  display: grid;
  place-items: center;
  background: linear-gradient(180deg, rgba(255, 253, 247, 0.96), rgba(245, 238, 226, 0.92));
}

.hero-media-card--product img {
  object-fit: contain;
  padding: 1rem 1.15rem 0.8rem;
  border-radius: 0;
}

.hero-media-card--charging {
  min-height: 13.25rem;
}

.hero-media-card__label {
  position: absolute;
  left: 0.9rem;
  bottom: 0.9rem;
  z-index: 1;
  padding: 0.5rem 0.8rem;
  border-radius: 999px;
  background: rgba(18, 25, 22, 0.8);
  color: #faf3e6;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero__placeholder,
.use-case-card__media {
  height: 100%;
  padding: 2rem;
  border-radius: 22px;
  background:
    radial-gradient(circle at top right, rgba(223, 139, 55, 0.34), transparent 24%),
    linear-gradient(160deg, #182721 0%, #274039 100%);
  color: #faf4e8;
}

.hero__placeholder--scene {
  display: grid;
  align-content: space-between;
  gap: 2rem;
}

.hero__scene-copy {
  display: grid;
  gap: 0.8rem;
  align-content: end;
}

.hero__scene-copy h2 {
  max-width: 11ch;
}

.hero__scene-copy .eyebrow {
  color: #f6b87a;
}

.hero__scene-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.hero__scene-tags span {
  padding: 0.65rem 0.9rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.88rem;
  font-weight: 700;
}

.benefits-grid {
  align-items: stretch;
}

.founder {
  padding: 1.75rem;
  align-items: center;
  background:
    radial-gradient(circle at top left, rgba(223, 139, 55, 0.12), transparent 24%),
    linear-gradient(180deg, rgba(255, 252, 246, 0.96), rgba(247, 240, 228, 0.92));
}

.founder__copy {
  padding: 0.8rem 0.6rem;
}

.founder__copy h2 {
  max-width: 11ch;
}

.founder__quote {
  margin: 0.25rem 0 0;
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(1.45rem, 2.6vw, 2.1rem);
  line-height: 1.18;
  max-width: 17ch;
}

.founder__copy .button--secondary {
  min-height: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: var(--pg-accent-dark);
  justify-content: flex-start;
}

.founder__media {
  position: relative;
  min-height: 25rem;
  overflow: hidden;
  border-radius: 24px;
  background:
    radial-gradient(circle at top center, rgba(223, 139, 55, 0.22), transparent 32%),
    linear-gradient(180deg, rgba(252, 247, 239, 0.98), rgba(242, 235, 222, 0.96));
  display: grid;
  place-items: center;
  padding: 1.75rem;
}

.founder__media .founder__image {
  object-fit: contain;
  border-radius: 0;
  padding: 0.4rem 0.6rem 0;
}

.founder__media-note {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  padding: 0.85rem 1rem;
  border-radius: 20px;
  background: rgba(18, 25, 22, 0.82);
  color: #f8f1e4;
  display: grid;
  gap: 0.28rem;
}

.founder__media-label {
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #f1bc79;
}

.use-cases-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(0, 0.82fr);
  grid-auto-rows: minmax(12rem, auto);
  gap: 1.25rem;
}

.use-case-card {
  overflow: hidden;
  padding: 0;
  display: grid;
  grid-template-rows: auto 1fr;
}

.use-case-card--featured {
  grid-row: span 2;
}

.use-case-card__image-shell {
  min-height: 12rem;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: rgba(20, 33, 30, 0.08);
}

.use-case-card--featured .use-case-card__image-shell {
  min-height: 27rem;
  aspect-ratio: auto;
}

.use-case-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
}

.use-case-card__copy {
  padding: 1.2rem 1.2rem 1.35rem;
  display: grid;
  gap: 0.45rem;
}

.use-case-card--featured .use-case-card__copy {
  padding: 1.35rem 1.45rem 1.55rem;
  gap: 0.55rem;
}

.comparison-grid {
  padding: 2rem;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 1.4rem;
  align-items: start;
}

.comparison-copy {
  display: grid;
  gap: 1rem;
}

.comparison-copy h2 {
  max-width: 12ch;
}

.comparison-list {
  display: grid;
  gap: 0.9rem;
}

.comparison-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
}

.comparison-row > div {
  padding: 1rem 1.1rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.68);
  border: 1px solid var(--pg-line);
  display: grid;
  gap: 0.35rem;
}

.comparison-label,
.spec-chip__label,
.product-proof-card__label,
.product-spec-card__label {
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--pg-accent-dark);
}

.step-card__number {
  margin: 0 0 0.8rem;
  font-size: 2.15rem;
  font-weight: 800;
  color: var(--pg-accent-dark);
}

.trust-proof-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: minmax(0, 1fr);
  gap: 1.25rem;
}

.trust-panel {
  padding: 2.2rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.1rem;
  background:
    radial-gradient(circle at top left, rgba(223, 139, 55, 0.12), transparent 24%),
    linear-gradient(180deg, rgba(255, 252, 246, 0.96), rgba(247, 240, 228, 0.92));
}

.trust__intro {
  align-content: start;
  max-width: 58rem;
}

.trust__support-card {
  display: grid;
  gap: 0.9rem;
  margin-top: 0.3rem;
}

.trust__support-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.trust__support-meta span {
  padding: 0.55rem 0.8rem;
  border-radius: 999px;
  background: rgba(20, 33, 30, 0.06);
  border: 1px solid rgba(20, 33, 30, 0.08);
  font-size: 0.82rem;
  font-weight: 700;
}

.trust-spec-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
}

.spec-chip {
  padding: 1rem 1.1rem;
  border-radius: 20px;
  background: rgba(20, 33, 30, 0.06);
  border: 1px solid rgba(20, 33, 30, 0.08);
  display: grid;
  gap: 0.25rem;
}

.trust-proof-card {
  padding: 0;
  overflow: hidden;
  display: grid;
  grid-template-rows: auto 1fr;
}

.trust-proof-card--featured {
  grid-row: span 2;
}

.trust-proof-card__media {
  min-height: 13rem;
  overflow: hidden;
  background: rgba(20, 33, 30, 0.08);
}

.trust-proof-card--featured .trust-proof-card__media {
  min-height: 100%;
}

.trust-proof-card__image {
  border-radius: 0;
}

.trust-proof-card__copy {
  padding: 1.2rem 1.25rem 1.35rem;
  display: grid;
  gap: 0.45rem;
}

.trust-proof-card--featured .trust-proof-card__copy {
  padding: 1.35rem 1.4rem 1.55rem;
  gap: 0.55rem;
}

.trust-proof-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 0.2rem;
}

.trust-proof-card__meta span {
  padding: 0.55rem 0.8rem;
  border-radius: 999px;
  background: rgba(20, 33, 30, 0.06);
  border: 1px solid rgba(20, 33, 30, 0.08);
  font-size: 0.82rem;
  font-weight: 700;
}

.faq-preview {
  padding: 2rem;
}

.faq-preview__layout {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: 1.2rem;
  align-items: start;
}

.faq-preview__intro {
  align-content: start;
}

.faq-preview__support-card {
  display: grid;
  gap: 0.8rem;
}

.faq-preview__support-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.faq-preview__support-meta span {
  padding: 0.55rem 0.8rem;
  border-radius: 999px;
  background: rgba(20, 33, 30, 0.06);
  border: 1px solid rgba(20, 33, 30, 0.08);
  font-size: 0.82rem;
  font-weight: 700;
}

.faq-preview__questions {
  border-radius: 24px;
  padding: 0.8rem 1.2rem;
  background: rgba(255, 255, 255, 0.54);
  border: 1px solid rgba(20, 20, 19, 0.08);
}

.product-layout,
.product-detail-grid,
.contact-shell {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.6rem;
}

.product-layout {
  align-items: start;
}

.product-gallery,
.product-panel,
.product-description,
.product-faq,
.page-shell,
.contact-shell {
  padding: 2rem;
}

.product-gallery {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.8), rgba(244, 238, 227, 0.82));
}

.product-gallery__stage {
  display: grid;
  gap: 1rem;
}

.product-gallery__panels {
  position: relative;
}

.product-gallery__thumb-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.product-gallery__item {
  overflow: hidden;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(20, 20, 19, 0.08);
}

.product-gallery__item--primary {
  min-height: 20rem;
}

.product-gallery__thumb-button {
  padding: 0;
  border: 1px solid rgba(20, 20, 19, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
  overflow: hidden;
  cursor: pointer;
  transition: transform 140ms ease, box-shadow 140ms ease, border-color 140ms ease;
}

.product-gallery__thumb-button:hover {
  transform: translateY(-1px);
}

.product-gallery__thumb-button.is-active,
.product-gallery__thumb-button[aria-pressed="true"] {
  border-color: rgba(223, 139, 55, 0.72);
  box-shadow: 0 12px 24px rgba(223, 139, 55, 0.18);
}

.product-gallery__thumb-media {
  display: block;
  min-height: 8rem;
}

.product-panel {
  position: sticky;
  top: 7.25rem;
}

.product-panel h1,
.page-shell h1 {
  margin: 0;
  font-size: clamp(2.5rem, 4vw, 4.4rem);
}

.product-price {
  margin-bottom: 0.4rem;
  font-size: 2rem;
  font-weight: 800;
}

.product-summary {
  max-width: 34rem;
  line-height: 1.75;
}

.product-proof-grid,
.product-spec-grid {
  display: grid;
  gap: 0.9rem;
}

.product-proof-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 1.2rem 0 1rem;
}

.product-proof-card {
  padding: 1rem;
  border-radius: 18px;
  background: rgba(20, 33, 30, 0.06);
  border: 1px solid rgba(20, 33, 30, 0.08);
  display: grid;
  gap: 0.3rem;
}

.product-bullet {
  display: grid;
  gap: 0.25rem;
  padding: 0.95rem 0;
  border-top: 1px solid var(--pg-line);
}

.product-form {
  display: grid;
  gap: 0.8rem;
  margin: 1.5rem 0;
}

.product-form__note {
  margin: 0.2rem 0 0;
  color: rgba(20, 33, 30, 0.6);
  font-size: 0.9rem;
  line-height: 1.5;
}

.field-label {
  font-size: 0.92rem;
  font-weight: 700;
}

.field-select {
  width: 100%;
  padding: 0.95rem 1rem;
  border: 1px solid var(--pg-line-strong);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--pg-ink);
  font: inherit;
}

.product-notes {
  margin-top: 1rem;
}

.product-spec-card strong,
.product-detail-list__item strong,
.product-proof-card strong,
.warm-proof-strip strong,
.specs-grid strong,
.spec-item strong {
  font-family: var(--pg-font-mono);
  font-weight: 700;
  letter-spacing: -0.01em;
  color: var(--pg-ink);
}

.specs-grid {
  display: grid;
  gap: 0.75rem;
}

.spec-item {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid var(--pg-line);
}

@media (max-width: 767px) {
  .spec-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.25rem;
  }
  .spec-item strong {
    font-size: 0.85rem;
  }
  .spec-item span {
    font-size: 0.8rem;
    padding-left: 0;
  }
}

.spec-item span {
  font-size: 0.9rem;
  opacity: 0.7;
}

.product-tech-specs h2 {
  margin-bottom: 3rem;
}

.product-detail-list {
  display: grid;
  gap: 0.9rem;
  margin-top: 1.4rem;
}

.product-detail-list__item {
  padding: 1rem 1.05rem;
  border-radius: 18px;
  background: rgba(20, 33, 30, 0.05);
  border: 1px solid rgba(20, 33, 30, 0.08);
  display: grid;
  gap: 0.35rem;
}

.product-detail-list__label {
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(20, 33, 30, 0.58);
}

.product-detail-note {
  margin-top: 1rem;
}

.seo-guide__lede {
  max-width: 56rem;
}

.seo-guide__breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem;
  margin-bottom: 0.35rem;
  color: rgba(20, 33, 30, 0.62);
  font-size: 0.86rem;
  font-weight: 600;
}

.seo-guide__breadcrumbs a {
  color: inherit;
}

.seo-guide__breadcrumbs a:hover {
  color: var(--pg-accent-dark);
}

.seo-guide__proof-grid {
  margin: 0;
}

.seo-guide__cta,
.seo-guide__related {
  display: grid;
  gap: 0.85rem;
}

.peak-card .seo-guide__comparison,
.peak-card .seo-guide__cta,
.peak-card .seo-guide__related,
.peak-card .privacy-choice-card,
.peak-card .privacy-choice-note {
  background: rgba(255, 252, 247, 0.76);
  border: 1px solid rgba(37, 39, 38, 0.08);
}

.seo-guide__comparison {
  display: grid;
  gap: 0.9rem;
}

.seo-comparison-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem 0.9rem;
}

.seo-comparison-grid > div {
  padding: 0.9rem 1rem;
  border-radius: 18px;
  background: rgba(20, 33, 30, 0.05);
  border: 1px solid rgba(20, 33, 30, 0.08);
}

.seo-comparison-grid__head {
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--pg-accent-dark);
}

.seo-link-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.seo-link-list a {
  display: inline-flex;
  align-items: center;
  min-height: 2.5rem;
  padding: 0.7rem 0.9rem;
  border-radius: 999px;
  background: rgba(20, 33, 30, 0.06);
  border: 1px solid rgba(20, 33, 30, 0.08);
  font-size: 0.88rem;
  font-weight: 700;
}

.seo-link-list a:hover {
  border-color: rgba(223, 139, 55, 0.52);
  color: var(--pg-accent-dark);
}

.page-copy,
.rte {
  line-height: 1.78;
}

.peak-shell .page-copy {
  max-width: 58rem;
}

.peak-shell .page-shell,
.peak-shell .contact-shell {
  background: linear-gradient(180deg, rgba(250, 247, 241, 0.96), rgba(241, 236, 228, 0.94));
  border-color: rgba(37, 39, 38, 0.1);
}

.privacy-choice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.privacy-choice-card,
.privacy-choice-note {
  display: grid;
  gap: 0.85rem;
}

.privacy-choice-card {
  padding: 1.35rem;
  border-radius: 22px;
  background: rgba(20, 33, 30, 0.05);
  border: 1px solid rgba(20, 33, 30, 0.08);
}

.privacy-choice-card__label {
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(20, 33, 30, 0.58);
}

.privacy-choice-actions {
  flex-wrap: wrap;
}

[data-privacy-opt-out-root][aria-busy="true"] .button {
  opacity: 0.6;
  pointer-events: none;
}

[data-privacy-opt-out-button][aria-pressed="true"],
[data-privacy-opt-in-button][aria-pressed="true"] {
  outline: 2px solid rgba(223, 139, 55, 0.36);
  outline-offset: 2px;
}

.accordion-item {
  border-top: 1px solid var(--pg-line);
}

.accordion-trigger {
  width: 100%;
  padding: 1.1rem 0;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  background: transparent;
  border: 0;
  font: inherit;
  font-weight: 700;
  text-align: left;
}

.accordion-content[hidden] {
  display: none;
}

.site-footer {
  padding: 4rem 0 2rem;
  background: var(--pg-bg);
  color: var(--pg-ink);
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) repeat(4, minmax(0, 1fr));
  gap: 1.5rem;
}

.footer-links {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.7rem;
  color: var(--pg-muted);
}

.footer-copy {
  margin: 0 0 1rem;
  max-width: 24rem;
  color: var(--pg-muted);
}

.footer-meta {
  margin: 2rem 0 0;
  color: var(--pg-muted);
  font-size: 0.9rem;
}

@media (max-width: 1024px) {
  .hero,
  .comparison-grid,
  .trust-panel,
  .faq-preview__layout,
  .product-layout,
  .product-detail-grid,
  .contact-shell,
  .seo-guide__detail-grid {
    grid-template-columns: 1fr;
  }

  .seo-comparison-grid {
    grid-template-columns: 1fr;
  }

  .hero-proof-grid,
  .trust-proof-grid,
  .trust-spec-row,
  .product-proof-grid,
  .product-spec-grid,
  .warm-proof-band__grid,
  .privacy-choice-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .warm-proof-strip,
  .field-use-grid,
  .warm-story,
  .warm-hero {
    grid-template-columns: 1fr;
  }

  .warm-hero__frame {
    grid-column: auto;
    grid-row: auto;
    min-height: 26rem;
  }

  .warm-proof-strip {
    grid-column: auto;
  }

  .use-case-card--featured {
    grid-column: span 2;
    grid-row: auto;
  }

  .trust-proof-card--featured {
    grid-row: auto;
  }

  .product-panel {
    position: static;
    top: auto;
  }
}

@media (max-width: 760px) {
  .section {
    padding: 4rem 0;
  }

  .section--tight {
    padding: 2.5rem 0;
  }

  .grid-2,
  .grid-3,
  .footer-grid,
  .comparison-row,
  .trust-grid {
    grid-template-columns: 1fr;
  }

  .hero-proof-grid,
  .trust-proof-grid,
  .trust-spec-row,
  .product-proof-grid,
  .product-spec-grid,
  .privacy-choice-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .use-cases-grid {
    grid-template-columns: 1fr;
  }

  .use-case-card--featured {
    grid-column: auto;
    grid-row: auto;
  }

  .shell--header {
    padding: 0.75rem 0;
  }

  .header__actions,
  .site-nav {
    flex-wrap: wrap;
  }

  .header__actions {
    margin-left: auto;
    justify-content: flex-end;
    gap: 0.55rem;
  }

  .announcement-bar {
    font-size: 0.76rem;
  }

  .brand-mark__tag {
    display: none;
  }

  .site-nav {
    display: none;
  }

  .header__menu-toggle-label {
    display: none;
  }

  .site-header.mobile-nav-open .header__mobile-nav {
    display: grid;
  }

  .hero,
  .faq-preview,
  .comparison-grid,
  .product-gallery,
  .product-panel,
  .product-description,
  .product-faq,
  .contact-shell,
  .page-shell {
    padding: 1.4rem;
  }

  .warm-hero,
  .warm-proof-band,
  .warm-story,
  .buy-close {
    padding: 1.25rem;
  }

  .warm-hero__frame,
  .warm-story__media,
  .field-use-panel__image-shell {
    min-height: 16rem;
  }

  .warm-hero__copy h1 {
    max-width: 12ch;
    font-size: clamp(2.2rem, 9vw, 3.1rem);
  }

  .hero__media,
  .founder__media {
    min-height: 22rem;
  }

  .hero__media-mosaic {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .hero__media-mosaic .hero__stage {
    grid-row: auto;
  }

  .warm-proof-strip,
  .warm-proof-band__grid,
  .field-use-grid {
    grid-template-columns: 1fr;
  }

  .hero__copy {
    gap: 0.85rem;
  }

  .hero__actions {
    align-items: center;
    gap: 0.55rem 0.8rem;
  }

  .hero__secondary-link {
    min-height: auto;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    color: var(--pg-accent-dark);
  }

  .hero-proof-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.45rem;
  }

  .proof-pill {
    padding: 0.7rem 0.55rem;
    border-radius: 16px;
  }

  .proof-pill__label {
    font-size: 0.78rem;
    line-height: 1.3;
  }

  .hero h1 {
    font-size: clamp(2.35rem, 11vw, 3.55rem);
  }

  .hero__body {
    font-size: 0.95rem;
    line-height: 1.52;
  }

  .hero__actions {
    gap: 0.65rem;
  }
}

.collection-shell {
  display: grid;
  gap: 1.8rem;
}

.cart-shell {
  display: grid;
  gap: 1.5rem;
}

.cart-hero {
  display: grid;
  gap: 0.75rem;
  padding: 2rem;
  border: 1px solid var(--pg-line);
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(242, 232, 214, 0.92), rgba(255, 250, 242, 0.98));
}

.cart-hero__body {
  margin: 0;
  max-width: 42rem;
  color: var(--pg-muted);
}

.cart-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(300px, 0.9fr);
  gap: 1.2rem;
  align-items: start;
}

.cart-items,
.cart-summary {
  display: grid;
  gap: 1rem;
}

.cart-item {
  display: grid;
  grid-template-columns: 140px minmax(0, 1fr);
  gap: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--pg-line);
}

.cart-item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.cart-item__media {
  display: block;
  aspect-ratio: 1 / 1;
  border-radius: 18px;
  overflow: hidden;
  background: #f6f0e4;
}

.cart-item__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cart-item__content {
  display: grid;
  gap: 0.55rem;
}

.cart-item__eyebrow,
.cart-item__line-price,
.cart-summary__row strong {
  margin: 0;
  color: var(--pg-ink);
}

.cart-item__content h2,
.cart-item__content h2 a,
.cart-summary__row {
  margin: 0;
  color: var(--pg-ink);
}

.cart-item__content h2 a,
.cart-item__remove {
  text-decoration: none;
}

.cart-item__controls {
  display: grid;
  gap: 0.4rem;
  max-width: 8rem;
}

.cart-item__quantity {
  width: 100%;
}

.cart-item__remove {
  color: var(--pg-accent-dark);
  font-weight: 600;
}

.cart-summary__row,
.cart-summary__actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.85rem;
  flex-wrap: wrap;
}

.cart-summary__actions {
  margin-top: 0.5rem;
}

.cart-summary__accelerated {
  display: grid;
  gap: 0.85rem;
}

.cart-empty {
  justify-items: start;
 }

.collection-hero {
  display: grid;
  gap: 0.75rem;
  padding: 2rem;
  border: 1px solid var(--pg-line);
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(242, 232, 214, 0.92), rgba(255, 250, 242, 0.98));
}

.collection-hero__body,
.collection-meta {
  max-width: 42rem;
  color: var(--pg-muted);
}

.collection-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.2rem;
}

.collection-cta-row,
.collection-proof-grid {
  display: grid;
  gap: 1rem;
}

.collection-cta-row {
  grid-template-columns: repeat(2, max-content);
  align-items: center;
}

.collection-proof-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.collection-proof-card {
  display: grid;
  gap: 0.75rem;
}

.collection-proof-card h2,
.collection-proof-card p {
  margin: 0;
}

.product-card {
  display: grid;
  overflow: hidden;
  border: 1px solid var(--pg-line);
  border-radius: 24px;
  background: #fff;
}

.product-card__media {
  display: block;
  aspect-ratio: 4 / 3;
  background: #f6f0e4;
}

.product-card__media img,
.product-card__media-placeholder {
  width: 100%;
  height: 100%;
}

.product-card__media img {
  object-fit: cover;
}

.product-card__media-placeholder {
  display: grid;
  place-items: center;
  color: var(--pg-muted);
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.product-card__content {
  display: grid;
  gap: 0.85rem;
  padding: 1.25rem;
}

.product-card__eyebrow {
  margin: 0;
  color: var(--pg-accent-dark);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.product-card__content h2,
.product-card__content h2 a,
.product-card__price {
  margin: 0;
  color: var(--pg-ink);
}

.product-card__content h2 a {
  text-decoration: none;
}

.product-card__body {
  margin: 0;
  color: var(--pg-muted);
}

.product-card__footer,
.collection-pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.85rem;
  flex-wrap: wrap;
}

.collection-empty {
  display: grid;
  gap: 1rem;
  justify-items: start;
  padding: 1.5rem;
  border: 1px dashed var(--pg-line);
  border-radius: 24px;
  background: #fff;
}

.collection-pagination {
  padding-inline: 0.2rem;
}

.collection-pagination__status {
  color: var(--pg-muted);
  font-size: 0.95rem;
}

@media (max-width: 760px) {
  .cart-layout,
  .cart-item {
    grid-template-columns: 1fr;
  }

  .cart-item__media {
    max-width: 9rem;
  }

  .collection-cta-row,
  .collection-proof-grid {
    grid-template-columns: 1fr;
  }

  .collection-grid {
    grid-template-columns: 1fr;
  }
}
