/** Shopify CDN: Minification failed

Line 66:20 Expected identifier but found whitespace
Line 66:29 Unexpected "{"
Line 66:38 Expected ":"
Line 66:77 Expected identifier but found "%"
Line 732:20 Expected identifier but found whitespace
Line 732:29 Unexpected "{"
Line 732:38 Expected ":"
Line 732:77 Expected identifier but found "%"
Line 1237:20 Expected identifier but found whitespace
Line 1237:29 Unexpected "{"
... and 10 more hidden warnings

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:contact (INDEX:8) */
/* ============================================================
     STORMLIGHT — CONTACT
     All styles scoped under .stormlight-contact-section
     Fonts inherited from Taiga theme
     ============================================================ */

  .stormlight-contact-section {
    --sc-gold: #F5B800;
    --sc-ember: #E8620A;
    --sc-dark: #0D0D14;
    --sc-deep: #06070A;
    --sc-mid: #1A1A2E;
    --sc-text: #E8E8F0;
    --sc-muted: #8888AA;
    --sc-white: #ffffff;

    background: var(--sc-dark);
    color: var(--sc-text);
    font-family: 'Barlow', sans-serif;
    font-weight: 300;
    overflow: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .stormlight-contact-section * { box-sizing: border-box; }
  .stormlight-contact-section img { max-width: 100%; display: block; }

  /* HERO */
  .stormlight-contact-section .sc-hero {
    position: relative;
    min-height: 60vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
    isolation: isolate;
    background: var(--sc-deep);
  }
  .stormlight-contact-section .sc-hero-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center {{ section.settings.hero_focal_y | default: 50 }}%;
    z-index: 0;
  }
  .stormlight-contact-section .sc-hero-placeholder {
    background:
      radial-gradient(ellipse 80% 60% at 50% 50%, rgba(245,184,0,0.1) 0%, rgba(245,184,0,0) 60%),
      linear-gradient(180deg, #02030a 0%, #14142a 62%, #0D0D14 100%);
  }
  .stormlight-contact-section .sc-hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
      linear-gradient(180deg,
        rgba(13,13,20,0.5) 0%,
        rgba(13,13,20,0.2) 20%,
        rgba(13,13,20,0) 45%,
        rgba(13,13,20,0) 55%,
        rgba(6,7,10,0.6) 85%,
        rgba(6,7,10,0.92) 100%),
      linear-gradient(90deg,
        rgba(6,7,10,0.5) 0%,
        rgba(6,7,10,0.15) 35%,
        rgba(6,7,10,0) 60%);
    pointer-events: none;
  }
  .stormlight-contact-section .sc-hero-content {
    position: relative;
    z-index: 2;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 40px 70px;
    width: 100%;
  }
  .stormlight-contact-section .sc-hero-eyebrow {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: var(--sc-gold);
    margin-bottom: 28px;
    display: inline-flex;
    align-items: center;
    gap: 14px;
  }
  .stormlight-contact-section .sc-hero-eyebrow::before {
    content: '';
    display: inline-block;
    width: 36px;
    height: 1px;
    background: var(--sc-gold);
  }
  .stormlight-contact-section .sc-hero-h1 {
    font-family: 'Anton', sans-serif;
    font-weight: 400;
    font-size: clamp(40px, 6.5vw, 92px);
    line-height: 0.95;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: var(--sc-white);
    margin: 0 0 28px;
    max-width: 22ch;
  }
  .stormlight-contact-section .sc-hero-h1 em {
    font-family: 'Anton', sans-serif !important;
    font-style: normal !important;
    font-weight: 400 !important;
    color: var(--sc-gold);
  }
  .stormlight-contact-section .sc-hero-tagline {
    font-family: 'Barlow', sans-serif;
    font-weight: 300;
    font-style: italic;
    font-size: clamp(18px, 2vw, 24px);
    line-height: 1.4;
    color: rgba(232,232,240,0.9);
    max-width: 52ch;
    margin: 0;
  }

  /* CHAPTER */
  .stormlight-contact-section .sc-chapter {
    max-width: 780px;
    margin: 0 auto;
    padding: 90px 40px 30px;
    position: relative;
  }
  .stormlight-contact-section .sc-chapter-num {
    font-family: 'Anton', sans-serif;
    font-weight: 400;
    font-size: clamp(90px, 14vw, 180px);
    color: rgba(245,184,0,0.07);
    line-height: 1;
    margin-bottom: -50px;
    margin-left: -6px;
    user-select: none;
    letter-spacing: -0.02em;
  }
  .stormlight-contact-section .sc-chapter-label {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0.26em;
    text-transform: uppercase;
    color: var(--sc-gold);
    margin-bottom: 20px;
    display: inline-flex;
    align-items: center;
    gap: 12px;
  }
  .stormlight-contact-section .sc-chapter-label::before {
    content: '';
    width: 24px;
    height: 1px;
    background: var(--sc-gold);
  }
  .stormlight-contact-section .sc-chapter-h2 {
    font-family: 'Anton', sans-serif;
    font-weight: 400;
    font-size: clamp(28px, 4vw, 44px);
    text-transform: uppercase;
    color: var(--sc-white);
    line-height: 1.05;
    letter-spacing: -0.005em;
    margin: 0 0 36px;
  }
  .stormlight-contact-section .sc-chapter-h2 em {
    font-family: 'Anton', sans-serif !important;
    font-style: normal !important;
    font-weight: 400 !important;
    color: var(--sc-gold);
  }
  .stormlight-contact-section .sc-chapter p {
    font-size: 17px;
    font-weight: 300;
    line-height: 1.8;
    color: rgba(232,232,240,0.82);
    margin: 0 0 22px;
  }
  .stormlight-contact-section .sc-chapter p strong {
    color: var(--sc-white);
    font-weight: 600;
  }

  /* INLINE LINK */
  .stormlight-contact-section .sc-inline-link {
    color: var(--sc-gold);
    text-decoration: none;
    border-bottom: 1px solid rgba(245,184,0,0.4);
    transition: border-color .2s ease;
  }
  .stormlight-contact-section .sc-inline-link:hover {
    border-bottom-color: var(--sc-gold);
  }

  /* LIST */
  .stormlight-contact-section .sc-list {
    list-style: none;
    padding: 0;
    margin: 0 0 32px;
  }
  .stormlight-contact-section .sc-list li {
    position: relative;
    padding: 16px 0 16px 28px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.7;
    color: rgba(232,232,240,0.82);
    border-bottom: 1px solid rgba(245,184,0,0.08);
  }
  .stormlight-contact-section .sc-list li:last-child {
    border-bottom: none;
  }
  .stormlight-contact-section .sc-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 26px;
    width: 14px;
    height: 1px;
    background: var(--sc-gold);
  }
  .stormlight-contact-section .sc-list li strong {
    color: var(--sc-white);
    font-weight: 600;
    display: block;
    margin-bottom: 4px;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 14px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }
  .stormlight-contact-section .sc-list li p {
    margin: 0;
    font-size: 16px;
    color: rgba(232,232,240,0.82);
  }

  /* SOCIAL ROW */
  .stormlight-contact-section .sc-social-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2px;
    margin: 32px 0;
    background: rgba(245,184,0,0.1);
    border: 1px solid rgba(245,184,0,0.1);
  }
  .stormlight-contact-section .sc-social-link {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    padding: 28px 24px;
    background: var(--sc-dark);
    text-decoration: none;
    min-height: 130px;
    transition: background .2s ease;
  }
  .stormlight-contact-section .sc-social-link:hover {
    background: var(--sc-mid);
  }
  .stormlight-contact-section .sc-social-label {
    font-family: 'Anton', sans-serif;
    font-weight: 400;
    font-size: 22px;
    text-transform: uppercase;
    color: var(--sc-white);
    line-height: 1;
    letter-spacing: 0.005em;
  }
  .stormlight-contact-section .sc-social-handle {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--sc-gold);
    margin-top: 16px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
  }
  .stormlight-contact-section .sc-social-handle::after {
    content: '→';
    font-size: 14px;
    letter-spacing: 0;
    transition: transform .2s ease;
  }
  .stormlight-contact-section .sc-social-link:hover .sc-social-handle::after {
    transform: translateX(4px);
  }

  /* PULL QUOTE */
  .stormlight-contact-section .sc-pull-quote-wrap {
    max-width: 980px;
    margin: 50px auto;
    padding: 0 40px;
  }
  .stormlight-contact-section .sc-pull-quote {
    font-family: 'Anton', sans-serif;
    font-weight: 400;
    font-size: clamp(26px, 3.6vw, 40px);
    line-height: 1.15;
    text-transform: uppercase;
    color: var(--sc-white);
    letter-spacing: -0.005em;
    text-align: center;
    border: none;
    padding: 40px 0;
    margin: 0;
    position: relative;
  }
  .stormlight-contact-section .sc-pull-quote::before,
  .stormlight-contact-section .sc-pull-quote::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 1px;
    background: var(--sc-gold);
  }
  .stormlight-contact-section .sc-pull-quote::before { top: 0; }
  .stormlight-contact-section .sc-pull-quote::after { bottom: 0; }
  .stormlight-contact-section .sc-pull-quote em {
    font-family: 'Anton', sans-serif !important;
    font-style: normal !important;
    font-weight: 400 !important;
    color: var(--sc-gold);
    display: block;
    margin-top: 6px;
  }

  /* CONTACT FORM */
  .stormlight-contact-section .sc-form {
    margin-top: 32px;
  }
  .stormlight-contact-section .sc-form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 28px;
  }
  .stormlight-contact-section .sc-form-field-full {
    grid-column: 1 / -1;
  }
  .stormlight-contact-section .sc-form-field label {
    display: block;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--sc-gold);
    margin-bottom: 10px;
  }
  .stormlight-contact-section .sc-form-required {
    color: var(--sc-gold);
    margin-left: 4px;
  }
  .stormlight-contact-section .sc-form-optional {
    color: var(--sc-muted);
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0.08em;
    margin-left: 6px;
  }
  .stormlight-contact-section .sc-form-field input,
  .stormlight-contact-section .sc-form-field textarea {
    width: 100%;
    background: var(--sc-deep);
    border: 1px solid rgba(245,184,0,0.2);
    color: var(--sc-white);
    font-family: 'Barlow', sans-serif;
    font-weight: 300;
    font-size: 16px;
    padding: 14px 16px;
    border-radius: 2px;
    transition: border-color .2s ease, background .2s ease;
  }
  .stormlight-contact-section .sc-form-field input:focus,
  .stormlight-contact-section .sc-form-field textarea:focus {
    outline: none;
    border-color: var(--sc-gold);
    background: var(--sc-mid);
  }
  .stormlight-contact-section .sc-form-field textarea {
    min-height: 140px;
    resize: vertical;
    line-height: 1.6;
  }

  .stormlight-contact-section .sc-form-success {
    padding: 24px 28px;
    border: 1px solid rgba(245,184,0,0.4);
    background: rgba(245,184,0,0.05);
    margin-top: 32px;
    border-radius: 2px;
  }
  .stormlight-contact-section .sc-form-success-label {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0.26em;
    text-transform: uppercase;
    color: var(--sc-gold);
    margin-bottom: 10px;
  }
  .stormlight-contact-section .sc-form-success p {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.7;
    color: var(--sc-white);
    margin: 0;
  }

  .stormlight-contact-section .sc-form-error {
    padding: 20px 28px;
    border: 1px solid rgba(232,98,10,0.4);
    background: rgba(232,98,10,0.06);
    margin-bottom: 24px;
    border-radius: 2px;
  }
  .stormlight-contact-section .sc-form-error p {
    font-size: 15px;
    color: var(--sc-white);
    margin: 0 0 6px;
  }
  .stormlight-contact-section .sc-form-error ul {
    margin: 0;
    padding-left: 20px;
    font-size: 14px;
    color: rgba(232,232,240,0.8);
  }
  .stormlight-contact-section .sc-form-error li {
    margin-bottom: 4px;
  }

  /* CTA BUTTON */
  .stormlight-contact-section .sc-cta-row {
    margin-top: 32px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
  }
  .stormlight-contact-section .sc-cta-button {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    padding: 18px 32px;
    background: var(--sc-gold);
    color: var(--sc-deep);
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    text-decoration: none;
    border: none;
    border-radius: 2px;
    cursor: pointer;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
  }
  .stormlight-contact-section .sc-cta-button::after {
    content: '→';
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    transition: transform .2s ease;
  }
  .stormlight-contact-section .sc-cta-button:hover {
    background: #FFCE2A;
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(245,184,0,0.25);
  }
  .stormlight-contact-section .sc-cta-button:hover::after {
    transform: translateX(4px);
  }
  .stormlight-contact-section .sc-cta-hint {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 400;
    font-size: 11px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--sc-muted);
    margin: 0;
  }

  /* ADDRESS */
  .stormlight-contact-section .sc-address {
    font-family: 'Anton', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: clamp(22px, 2.6vw, 30px);
    line-height: 1.3;
    text-transform: uppercase;
    color: var(--sc-white);
    letter-spacing: 0.01em;
    padding: 28px 32px;
    border-left: 3px solid var(--sc-gold);
    background: linear-gradient(90deg, rgba(245,184,0,0.05) 0%, rgba(245,184,0,0) 100%);
    margin: 0 0 28px;
  }
  .stormlight-contact-section .sc-address strong {
    color: var(--sc-gold);
    font-weight: 400;
  }

  /* ASIDE — italic humor line in Chapter 01 */
  .stormlight-contact-section .sc-aside {
    font-family: 'Barlow', sans-serif !important;
    font-style: italic !important;
    font-weight: 300 !important;
    font-size: 16px !important;
    line-height: 1.7 !important;
    color: rgba(232,232,240,0.65) !important;
    padding: 18px 0 18px 22px;
    border-left: 2px solid rgba(245,184,0,0.3);
    margin: 0 0 28px !important;
  }

  /* LOCATION IMAGE WRAP — full-width Burfjord photo with SVG overlay */
  .stormlight-contact-section .sc-location-wrap {
    margin: 40px auto 0;
    max-width: 1600px;
    padding: 0 40px;
  }
  .stormlight-contact-section .sc-location-image-wrap {
    position: relative;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: var(--sc-deep);
    border-radius: 2px;
  }
  .stormlight-contact-section .sc-location-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  /* Address chapter uses tighter top padding since image precedes it */
  .stormlight-contact-section .sc-chapter-address {
    padding-top: 50px;
  }

  /* CLOSING */
  .stormlight-contact-section .sc-closing {
    max-width: 780px;
    margin: 0 auto;
    padding: 60px 40px 40px;
  }
  .stormlight-contact-section .sc-closing p {
    font-size: 17px;
    font-weight: 300;
    line-height: 1.8;
    color: rgba(232,232,240,0.82);
    margin: 0;
  }

  /* PHILOSOPHY */
  .stormlight-contact-section .sc-philosophy {
    background:
      radial-gradient(ellipse 80% 100% at 50% 50%, rgba(245,184,0,0.08) 0%, rgba(245,184,0,0) 70%),
      var(--sc-deep);
    padding: 120px 40px;
    text-align: center;
    border-top: 1px solid rgba(245,184,0,0.12);
    position: relative;
    overflow: hidden;
  }
  .stormlight-contact-section .sc-philosophy::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 64px;
    background: linear-gradient(180deg, var(--sc-gold) 0%, transparent 100%);
  }
  .stormlight-contact-section .sc-philosophy-label {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0.32em;
    text-transform: uppercase;
    color: var(--sc-gold);
    margin-bottom: 40px;
    display: inline-flex;
    align-items: center;
    gap: 14px;
  }
  .stormlight-contact-section .sc-philosophy-label::before,
  .stormlight-contact-section .sc-philosophy-label::after {
    content: '';
    width: 24px;
    height: 1px;
    background: var(--sc-gold);
  }
  .stormlight-contact-section .sc-philosophy-statement {
    font-family: 'Anton', sans-serif;
    font-weight: 400;
    font-size: clamp(28px, 4.4vw, 56px);
    line-height: 1.08;
    text-transform: uppercase;
    color: var(--sc-white);
    max-width: 24ch;
    margin: 0 auto;
    letter-spacing: -0.01em;
  }
  .stormlight-contact-section .sc-philosophy-statement em {
    font-family: 'Anton', sans-serif !important;
    font-style: normal !important;
    font-weight: 400 !important;
    color: var(--sc-gold);
  }

  /* REVEAL */
  .stormlight-contact-section .reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.9s ease, transform 0.9s ease;
  }
  .stormlight-contact-section .reveal.in {
    opacity: 1;
    transform: translateY(0);
  }
  @media (prefers-reduced-motion: reduce) {
    .stormlight-contact-section .reveal {
      opacity: 1;
      transform: none;
      transition: none;
    }
  }

  /* RESPONSIVE */
  @media (max-width: 720px) {
    .stormlight-contact-section .sc-hero-content { padding: 0 24px 50px; }
    .stormlight-contact-section .sc-chapter { padding: 70px 24px 20px; }
    .stormlight-contact-section .sc-chapter-num { font-size: 100px; margin-bottom: -36px; }
    .stormlight-contact-section .sc-chapter p { font-size: 16px; line-height: 1.75; }
    .stormlight-contact-section .sc-aside { font-size: 15px !important; padding: 14px 0 14px 18px; }
    .stormlight-contact-section .sc-list li { font-size: 15px; padding: 14px 0 14px 22px; }
    .stormlight-contact-section .sc-social-row { grid-template-columns: 1fr; }
    .stormlight-contact-section .sc-social-link { min-height: 90px; padding: 22px; }
    .stormlight-contact-section .sc-pull-quote-wrap { padding: 0 24px; margin: 30px auto; }
    .stormlight-contact-section .sc-pull-quote { padding: 30px 0; }
    .stormlight-contact-section .sc-form-grid { grid-template-columns: 1fr; gap: 16px; }
    .stormlight-contact-section .sc-location-wrap { padding: 0 16px; margin-top: 24px; }
    .stormlight-contact-section .sc-chapter-address { padding-top: 30px; }
    .stormlight-contact-section .sc-address { padding: 22px 24px; font-size: 20px; }
    .stormlight-contact-section .sc-closing { padding: 40px 24px 30px; }
    .stormlight-contact-section .sc-philosophy { padding: 90px 24px; }
    .stormlight-contact-section .sc-cta-button { padding: 16px 26px; font-size: 13px; }
  }
/* END_SECTION:contact */

/* START_SECTION:faq (INDEX:12) */
/* ============================================================
     STORMLIGHT — FAQ
     All styles scoped under .stormlight-faq-section
     Fonts inherited from Taiga theme
     ============================================================ */

  .stormlight-faq-section {
    --sf-gold: #F5B800;
    --sf-ember: #E8620A;
    --sf-dark: #0D0D14;
    --sf-deep: #06070A;
    --sf-mid: #1A1A2E;
    --sf-text: #E8E8F0;
    --sf-muted: #8888AA;
    --sf-white: #ffffff;

    background: var(--sf-dark);
    color: var(--sf-text);
    font-family: 'Barlow', sans-serif;
    font-weight: 300;
    overflow: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .stormlight-faq-section * { box-sizing: border-box; }
  .stormlight-faq-section img { max-width: 100%; display: block; }

  /* HERO */
  .stormlight-faq-section .sf-hero {
    position: relative;
    min-height: 60vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
    isolation: isolate;
    background: var(--sf-deep);
  }
  .stormlight-faq-section .sf-hero-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center {{ section.settings.hero_focal_y | default: 50 }}%;
    z-index: 0;
  }
  .stormlight-faq-section .sf-hero-placeholder {
    background:
      radial-gradient(ellipse 80% 60% at 50% 50%, rgba(245,184,0,0.1) 0%, rgba(245,184,0,0) 60%),
      linear-gradient(180deg, #02030a 0%, #14142a 62%, #0D0D14 100%);
  }
  .stormlight-faq-section .sf-hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
      linear-gradient(180deg,
        rgba(13,13,20,0.5) 0%,
        rgba(13,13,20,0.2) 20%,
        rgba(13,13,20,0) 45%,
        rgba(13,13,20,0) 55%,
        rgba(6,7,10,0.6) 85%,
        rgba(6,7,10,0.92) 100%),
      linear-gradient(90deg,
        rgba(6,7,10,0.5) 0%,
        rgba(6,7,10,0.15) 35%,
        rgba(6,7,10,0) 60%);
    pointer-events: none;
  }
  .stormlight-faq-section .sf-hero-content {
    position: relative;
    z-index: 2;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 40px 70px;
    width: 100%;
  }
  .stormlight-faq-section .sf-hero-eyebrow {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: var(--sf-gold);
    margin-bottom: 28px;
    display: inline-flex;
    align-items: center;
    gap: 14px;
  }
  .stormlight-faq-section .sf-hero-eyebrow::before {
    content: '';
    display: inline-block;
    width: 36px;
    height: 1px;
    background: var(--sf-gold);
  }
  .stormlight-faq-section .sf-hero-h1 {
    font-family: 'Anton', sans-serif;
    font-weight: 400;
    font-size: clamp(40px, 6.5vw, 92px);
    line-height: 0.95;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: var(--sf-white);
    margin: 0 0 28px;
    max-width: 22ch;
  }
  .stormlight-faq-section .sf-hero-h1 em {
    font-family: 'Anton', sans-serif !important;
    font-style: normal !important;
    font-weight: 400 !important;
    color: var(--sf-gold);
  }
  .stormlight-faq-section .sf-hero-tagline {
    font-family: 'Barlow', sans-serif;
    font-weight: 300;
    font-style: italic;
    font-size: clamp(18px, 2vw, 24px);
    line-height: 1.4;
    color: rgba(232,232,240,0.9);
    max-width: 52ch;
    margin: 0;
  }

  /* CHAPTER */
  .stormlight-faq-section .sf-chapter {
    max-width: 820px;
    margin: 0 auto;
    padding: 90px 40px 30px;
    position: relative;
  }
  .stormlight-faq-section .sf-chapter-num {
    font-family: 'Anton', sans-serif;
    font-weight: 400;
    font-size: clamp(90px, 14vw, 180px);
    color: rgba(245,184,0,0.07);
    line-height: 1;
    margin-bottom: -50px;
    margin-left: -6px;
    user-select: none;
    letter-spacing: -0.02em;
  }
  .stormlight-faq-section .sf-chapter-label {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0.26em;
    text-transform: uppercase;
    color: var(--sf-gold);
    margin-bottom: 20px;
    display: inline-flex;
    align-items: center;
    gap: 12px;
  }
  .stormlight-faq-section .sf-chapter-label::before {
    content: '';
    width: 24px;
    height: 1px;
    background: var(--sf-gold);
  }
  .stormlight-faq-section .sf-chapter-h2 {
    font-family: 'Anton', sans-serif;
    font-weight: 400;
    font-size: clamp(28px, 4vw, 44px);
    text-transform: uppercase;
    color: var(--sf-white);
    line-height: 1.05;
    letter-spacing: -0.005em;
    margin: 0 0 36px;
  }
  .stormlight-faq-section .sf-chapter-h2 em {
    font-family: 'Anton', sans-serif !important;
    font-style: normal !important;
    font-weight: 400 !important;
    color: var(--sf-gold);
  }

  /* QUESTION/ANSWER BLOCKS */
  .stormlight-faq-section .sf-qa {
    padding: 32px 0;
    border-top: 1px solid rgba(245,184,0,0.1);
  }
  .stormlight-faq-section .sf-qa:first-of-type {
    border-top: none;
    padding-top: 16px;
  }
  .stormlight-faq-section .sf-q {
    font-family: 'Anton', sans-serif;
    font-weight: 400;
    font-size: clamp(22px, 2.8vw, 30px);
    text-transform: uppercase;
    color: var(--sf-white);
    line-height: 1.12;
    letter-spacing: -0.005em;
    margin: 0 0 20px;
  }
  .stormlight-faq-section .sf-a p {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.8;
    color: rgba(232,232,240,0.82);
    margin: 0 0 18px;
  }
  .stormlight-faq-section .sf-a p:last-child {
    margin-bottom: 0;
  }
  .stormlight-faq-section .sf-a p strong {
    color: var(--sf-white);
    font-weight: 600;
  }

  /* INLINE LINK */
  .stormlight-faq-section .sf-inline-link {
    color: var(--sf-gold);
    text-decoration: none;
    border-bottom: 1px solid rgba(245,184,0,0.4);
    transition: border-color .2s ease;
  }
  .stormlight-faq-section .sf-inline-link:hover {
    border-bottom-color: var(--sf-gold);
  }

  /* LISTS */
  .stormlight-faq-section .sf-list {
    list-style: none;
    padding: 0;
    margin: 0 0 22px;
  }
  .stormlight-faq-section .sf-list li {
    position: relative;
    padding: 16px 0 16px 28px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.7;
    color: rgba(232,232,240,0.82);
    border-bottom: 1px solid rgba(245,184,0,0.08);
  }
  .stormlight-faq-section .sf-list li:last-child {
    border-bottom: none;
  }
  .stormlight-faq-section .sf-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 26px;
    width: 14px;
    height: 1px;
    background: var(--sf-gold);
  }
  .stormlight-faq-section .sf-list li strong {
    color: var(--sf-white);
    font-weight: 600;
    display: block;
    margin-bottom: 4px;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 14px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }
  .stormlight-faq-section .sf-list li p {
    margin: 0;
    font-size: 16px;
    color: rgba(232,232,240,0.82);
  }
  .stormlight-faq-section .sf-list-compact li {
    padding: 10px 0 10px 28px;
    font-size: 16px;
  }
  .stormlight-faq-section .sf-list-compact li::before {
    top: 18px;
  }
  .stormlight-faq-section .sf-list-compact li strong {
    display: inline;
    font-family: 'Barlow', sans-serif;
    font-size: inherit;
    letter-spacing: 0;
    text-transform: none;
    margin-bottom: 0;
  }

  /* PICKER BLOCKS (lamp chooser) */
  .stormlight-faq-section .sf-picker-block {
    padding: 18px 0 18px 22px;
    border-left: 2px solid rgba(245,184,0,0.3);
    margin: 20px 0;
  }
  .stormlight-faq-section .sf-picker-label {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--sf-gold);
    margin-bottom: 10px;
  }
  .stormlight-faq-section .sf-picker-block p {
    margin: 0;
  }
  .stormlight-faq-section .sf-picker-closer {
    margin-top: 28px !important;
    padding-top: 20px;
    border-top: 1px solid rgba(245,184,0,0.15);
  }

  /* PULL QUOTE */
  .stormlight-faq-section .sf-pull-quote-wrap {
    max-width: 980px;
    margin: 50px auto;
    padding: 0 40px;
  }
  .stormlight-faq-section .sf-pull-quote {
    font-family: 'Anton', sans-serif;
    font-weight: 400;
    font-size: clamp(26px, 3.6vw, 40px);
    line-height: 1.15;
    text-transform: uppercase;
    color: var(--sf-white);
    letter-spacing: -0.005em;
    text-align: center;
    border: none;
    padding: 40px 0;
    margin: 0;
    position: relative;
  }
  .stormlight-faq-section .sf-pull-quote::before,
  .stormlight-faq-section .sf-pull-quote::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 1px;
    background: var(--sf-gold);
  }
  .stormlight-faq-section .sf-pull-quote::before { top: 0; }
  .stormlight-faq-section .sf-pull-quote::after { bottom: 0; }
  .stormlight-faq-section .sf-pull-quote em {
    font-family: 'Anton', sans-serif !important;
    font-style: normal !important;
    font-weight: 400 !important;
    color: var(--sf-gold);
    display: block;
    margin-top: 6px;
  }

  /* CTA BUTTON */
  .stormlight-faq-section .sf-cta-row {
    margin-top: 32px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
  }
  .stormlight-faq-section .sf-cta-button {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    padding: 18px 32px;
    background: var(--sf-gold);
    color: var(--sf-deep);
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    text-decoration: none;
    border: none;
    border-radius: 2px;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
  }
  .stormlight-faq-section .sf-cta-button::after {
    content: '→';
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    transition: transform .2s ease;
  }
  .stormlight-faq-section .sf-cta-button:hover {
    background: #FFCE2A;
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(245,184,0,0.25);
  }
  .stormlight-faq-section .sf-cta-button:hover::after {
    transform: translateX(4px);
  }
  .stormlight-faq-section .sf-cta-hint {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 400;
    font-size: 11px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--sf-muted);
    margin: 0;
  }

  /* CLOSING */
  .stormlight-faq-section .sf-closing {
    max-width: 820px;
    margin: 0 auto;
    padding: 60px 40px 40px;
  }
  .stormlight-faq-section .sf-closing p {
    font-size: 17px;
    font-weight: 300;
    line-height: 1.8;
    color: rgba(232,232,240,0.82);
    margin: 0 0 20px;
  }

  /* PHILOSOPHY */
  .stormlight-faq-section .sf-philosophy {
    background:
      radial-gradient(ellipse 80% 100% at 50% 50%, rgba(245,184,0,0.08) 0%, rgba(245,184,0,0) 70%),
      var(--sf-deep);
    padding: 120px 40px;
    text-align: center;
    border-top: 1px solid rgba(245,184,0,0.12);
    position: relative;
    overflow: hidden;
  }
  .stormlight-faq-section .sf-philosophy::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 64px;
    background: linear-gradient(180deg, var(--sf-gold) 0%, transparent 100%);
  }
  .stormlight-faq-section .sf-philosophy-label {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0.32em;
    text-transform: uppercase;
    color: var(--sf-gold);
    margin-bottom: 40px;
    display: inline-flex;
    align-items: center;
    gap: 14px;
  }
  .stormlight-faq-section .sf-philosophy-label::before,
  .stormlight-faq-section .sf-philosophy-label::after {
    content: '';
    width: 24px;
    height: 1px;
    background: var(--sf-gold);
  }
  .stormlight-faq-section .sf-philosophy-statement {
    font-family: 'Anton', sans-serif;
    font-weight: 400;
    font-size: clamp(28px, 4.4vw, 56px);
    line-height: 1.08;
    text-transform: uppercase;
    color: var(--sf-white);
    max-width: 24ch;
    margin: 0 auto;
    letter-spacing: -0.01em;
  }
  .stormlight-faq-section .sf-philosophy-statement em {
    font-family: 'Anton', sans-serif !important;
    font-style: normal !important;
    font-weight: 400 !important;
    color: var(--sf-gold);
  }

  /* REVEAL */
  .stormlight-faq-section .reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.9s ease, transform 0.9s ease;
  }
  .stormlight-faq-section .reveal.in {
    opacity: 1;
    transform: translateY(0);
  }
  @media (prefers-reduced-motion: reduce) {
    .stormlight-faq-section .reveal {
      opacity: 1;
      transform: none;
      transition: none;
    }
  }

  /* RESPONSIVE */
  @media (max-width: 720px) {
    .stormlight-faq-section .sf-hero-content { padding: 0 24px 50px; }
    .stormlight-faq-section .sf-chapter { padding: 70px 24px 20px; }
    .stormlight-faq-section .sf-chapter-num { font-size: 100px; margin-bottom: -36px; }
    .stormlight-faq-section .sf-qa { padding: 24px 0; }
    .stormlight-faq-section .sf-a p { font-size: 15px; line-height: 1.75; }
    .stormlight-faq-section .sf-list li { font-size: 15px; padding: 14px 0 14px 22px; }
    .stormlight-faq-section .sf-list-compact li { padding: 8px 0 8px 22px; }
    .stormlight-faq-section .sf-picker-block { padding: 14px 0 14px 18px; margin: 16px 0; }
    .stormlight-faq-section .sf-pull-quote-wrap { padding: 0 24px; margin: 30px auto; }
    .stormlight-faq-section .sf-pull-quote { padding: 30px 0; }
    .stormlight-faq-section .sf-closing { padding: 40px 24px 30px; }
    .stormlight-faq-section .sf-philosophy { padding: 90px 24px; }
    .stormlight-faq-section .sf-cta-button { padding: 16px 26px; font-size: 13px; }
  }
/* END_SECTION:faq */

/* START_SECTION:our-story (INDEX:53) */
/* ============================================================
     STORMLIGHT — OUR STORY
     All styles scoped under .stormlight-story-section
     Fonts inherited from Taiga theme (Anton / Barlow / Barlow Condensed)
     ============================================================ */

  .stormlight-story-section {
    --ss-gold: #F5B800;
    --ss-ember: #E8620A;
    --ss-dark: #0D0D14;
    --ss-deep: #06070A;
    --ss-text: #E8E8F0;
    --ss-muted: #8888AA;
    --ss-white: #ffffff;

    background: var(--ss-dark);
    color: var(--ss-text);
    font-family: 'Barlow', sans-serif;
    font-weight: 300;
    overflow: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .stormlight-story-section * { box-sizing: border-box; }
  .stormlight-story-section img { max-width: 100%; display: block; }

  /* HERO */
  .stormlight-story-section .ss-hero {
    position: relative;
    min-height: 92vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
    isolation: isolate;
    background: var(--ss-deep);
  }
  .stormlight-story-section .ss-hero-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center {{ section.settings.hero_focal_y | default: 60 }}%;
    z-index: 0;
  }
  .stormlight-story-section .ss-hero-placeholder {
    background:
      radial-gradient(ellipse 120% 70% at 50% 100%, rgba(232,98,10,0.35) 0%, rgba(232,98,10,0) 55%),
      linear-gradient(180deg, #02030a 0%, #1a1530 62%, #3a1f1a 82%, #1a0c08 100%);
  }
  .stormlight-story-section .ss-hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
      linear-gradient(180deg,
        rgba(13,13,20,0.55) 0%,
        rgba(13,13,20,0.15) 18%,
        rgba(13,13,20,0) 40%,
        rgba(13,13,20,0) 55%,
        rgba(6,7,10,0.55) 82%,
        rgba(6,7,10,0.9) 100%),
      linear-gradient(90deg,
        rgba(6,7,10,0.5) 0%,
        rgba(6,7,10,0.15) 35%,
        rgba(6,7,10,0) 60%);
    pointer-events: none;
  }
  .stormlight-story-section .ss-hero-content {
    position: relative;
    z-index: 2;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 40px 80px;
    width: 100%;
  }
  .stormlight-story-section .ss-hero-eyebrow {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: var(--ss-gold);
    margin-bottom: 28px;
    display: inline-flex;
    align-items: center;
    gap: 14px;
  }
  .stormlight-story-section .ss-hero-eyebrow::before {
    content: '';
    display: inline-block;
    width: 36px;
    height: 1px;
    background: var(--ss-gold);
  }
  .stormlight-story-section .ss-hero-h1 {
    font-family: 'Anton', sans-serif;
    font-weight: 400;
    font-size: clamp(40px, 6.5vw, 92px);
    line-height: 0.95;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: var(--ss-white);
    margin: 0 0 28px;
    max-width: 22ch;
  }
  .stormlight-story-section .ss-hero-h1 em {
    font-family: 'Anton', sans-serif !important;
    font-style: normal !important;
    font-weight: 400 !important;
    color: var(--ss-gold);
  }
  .stormlight-story-section .ss-hero-tagline {
    font-family: 'Barlow', sans-serif;
    font-weight: 300;
    font-style: italic;
    font-size: clamp(18px, 2vw, 24px);
    line-height: 1.4;
    color: rgba(232,232,240,0.9);
    max-width: 44ch;
    margin: 0 0 64px;
  }
  .stormlight-story-section .ss-hero-caption {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    max-width: 52ch;
  }
  .stormlight-story-section .ss-hero-caption .ss-rule {
    flex-shrink: 0;
    width: 28px;
    height: 1px;
    background: rgba(245,184,0,0.5);
    margin-top: 10px;
  }
  .stormlight-story-section .ss-hero-caption p {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.6;
    letter-spacing: 0.08em;
    color: var(--ss-muted);
    text-transform: uppercase;
    margin: 0;
  }

  /* CHAPTER */
  .stormlight-story-section .ss-chapter {
    max-width: 780px;
    margin: 0 auto;
    padding: 100px 40px 40px;
    position: relative;
  }
  .stormlight-story-section .ss-chapter-num {
    font-family: 'Anton', sans-serif;
    font-weight: 400;
    font-size: clamp(90px, 14vw, 180px);
    color: rgba(245,184,0,0.07);
    line-height: 1;
    margin-bottom: -50px;
    margin-left: -6px;
    user-select: none;
    letter-spacing: -0.02em;
  }
  .stormlight-story-section .ss-chapter-label {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0.26em;
    text-transform: uppercase;
    color: var(--ss-gold);
    margin-bottom: 20px;
    display: inline-flex;
    align-items: center;
    gap: 12px;
  }
  .stormlight-story-section .ss-chapter-label::before {
    content: '';
    width: 24px;
    height: 1px;
    background: var(--ss-gold);
  }
  .stormlight-story-section .ss-chapter-label.ss-center {
    justify-content: center;
    display: inline-flex;
  }
  .stormlight-story-section .ss-chapter-label.ss-center::after {
    content: '';
    width: 24px;
    height: 1px;
    background: var(--ss-gold);
  }
  .stormlight-story-section .ss-chapter-h2 {
    font-family: 'Anton', sans-serif;
    font-weight: 400;
    font-size: clamp(30px, 4.4vw, 52px);
    text-transform: uppercase;
    color: var(--ss-white);
    line-height: 1.02;
    letter-spacing: -0.005em;
    margin: 0 0 36px;
  }
  .stormlight-story-section .ss-chapter-h2 em {
    font-family: 'Anton', sans-serif !important;
    font-style: normal !important;
    font-weight: 400 !important;
    color: var(--ss-gold);
  }
  .stormlight-story-section .ss-chapter-h2.ss-center { text-align: center; }
  .stormlight-story-section .ss-chapter p {
    font-size: 17px;
    font-weight: 300;
    line-height: 1.8;
    color: rgba(232,232,240,0.82);
    margin: 0 0 22px;
  }
  .stormlight-story-section .ss-chapter p strong {
    color: var(--ss-white);
    font-weight: 600;
  }

  /* PULL QUOTE */
  .stormlight-story-section .ss-pull-quote {
    border-left: 3px solid var(--ss-gold);
    padding: 22px 28px 22px 32px;
    margin: 44px 0;
    font-family: 'Barlow', sans-serif;
    font-size: clamp(20px, 2.2vw, 26px);
    font-weight: 300;
    font-style: italic;
    color: var(--ss-white);
    line-height: 1.45;
    background: linear-gradient(90deg, rgba(245,184,0,0.06) 0%, rgba(245,184,0,0) 100%);
    letter-spacing: -0.005em;
  }

  /* IMAGE BREAK — full-bleed cinematic between chapters */
  .stormlight-story-section .ss-image-break {
    margin: 20px 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    background: var(--ss-deep);
  }
  /* Tighten chapter spacing when it comes right after an image break */
  .stormlight-story-section .ss-image-break + .ss-chapter {
    padding-top: 60px;
  }
  .stormlight-story-section .ss-image-break-img {
    width: 100%;
    height: auto;
    aspect-ratio: 21 / 9;
    object-fit: cover;
    display: block;
  }
  .stormlight-story-section .ss-image-break-caption {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 32px 40px;
    background: linear-gradient(180deg, transparent 0%, rgba(6,7,10,0.85) 100%);
    display: flex;
    align-items: flex-start;
    gap: 18px;
    max-width: 100%;
  }
  .stormlight-story-section .ss-image-break-caption .ss-rule {
    flex-shrink: 0;
    width: 28px;
    height: 1px;
    background: rgba(245,184,0,0.6);
    margin-top: 10px;
  }
  .stormlight-story-section .ss-image-break-caption p {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.6;
    letter-spacing: 0.08em;
    color: rgba(232,232,240,0.9);
    text-transform: uppercase;
    margin: 0;
    max-width: 60ch;
  }

  /* PRODUCT BREAK */
  .stormlight-story-section .ss-product-break {
    margin: 60px 0;
    background: var(--ss-deep);
    position: relative;
    overflow: hidden;
    border-top: 1px solid rgba(245,184,0,0.1);
    border-bottom: 1px solid rgba(245,184,0,0.1);
  }
  .stormlight-story-section .ss-product-break::before {
    content: '';
    position: absolute;
    top: 0;
    right: -10%;
    width: 60%;
    height: 100%;
    background: radial-gradient(ellipse at center, rgba(245,184,0,0.12) 0%, transparent 60%);
    pointer-events: none;
  }
  .stormlight-story-section .ss-product-inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 70px 40px;
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 60px;
    align-items: center;
    position: relative;
  }
  .stormlight-story-section .ss-product-visual {
    aspect-ratio: 1 / 1;
    background: var(--ss-deep);
    border: 1px solid rgba(245,184,0,0.15);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }
  /* Subtle gold corner accent — picks up the lamp glow without competing with the photo */
  .stormlight-story-section .ss-product-visual::after {
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 60px; height: 60px;
    background: linear-gradient(135deg, rgba(245,184,0,0.5) 0%, transparent 60%);
    pointer-events: none;
    z-index: 2;
  }
  .stormlight-story-section .ss-product-visual::before {
    content: '';
    position: absolute;
    bottom: 0; right: 0;
    width: 60px; height: 60px;
    background: linear-gradient(315deg, rgba(245,184,0,0.5) 0%, transparent 60%);
    pointer-events: none;
    z-index: 2;
  }
  .stormlight-story-section .ss-product-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .stormlight-story-section .ss-product-placeholder {
    width: 55%;
    height: 55%;
    opacity: 0.5;
  }
  .stormlight-story-section .ss-product-spec-row {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--ss-gold);
    margin-bottom: 28px;
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
  }
  .stormlight-story-section .ss-product-spec-row .ss-divider {
    width: 4px;
    height: 4px;
    background: var(--ss-gold);
    border-radius: 50%;
  }
  .stormlight-story-section .ss-product-headline {
    font-family: 'Anton', sans-serif;
    font-weight: 400;
    font-size: clamp(40px, 6vw, 84px);
    line-height: 0.95;
    text-transform: uppercase;
    color: var(--ss-white);
    margin: 0 0 24px;
    letter-spacing: -0.01em;
  }
  .stormlight-story-section .ss-product-sub {
    font-family: 'Barlow', sans-serif;
    font-weight: 300;
    font-size: clamp(18px, 2vw, 22px);
    color: rgba(232,232,240,0.85);
    line-height: 1.4;
    margin: 0 0 36px;
    max-width: 36ch;
  }
  .stormlight-story-section .ss-product-tag {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--ss-muted);
    padding: 12px 20px;
    border: 1px solid rgba(245,184,0,0.25);
    border-radius: 2px;
    text-decoration: none;
    transition: color .2s ease, border-color .2s ease;
  }
  .stormlight-story-section a.ss-product-tag:hover {
    color: var(--ss-white);
    border-color: var(--ss-gold);
  }
  .stormlight-story-section .ss-product-tag::before {
    content: '';
    width: 6px;
    height: 6px;
    background: var(--ss-gold);
    border-radius: 50%;
    box-shadow: 0 0 12px var(--ss-gold);
  }

  /* PILLARS */
  .stormlight-story-section .ss-pillars-section {
    max-width: 1280px;
    margin: 0 auto;
    padding: 60px 40px 80px;
  }
  .stormlight-story-section .ss-pillars-intro {
    max-width: 780px;
    margin: 0 auto 72px;
    text-align: center;
  }
  .stormlight-story-section .ss-pillars {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2px;
    background: rgba(245,184,0,0.1);
    border: 1px solid rgba(245,184,0,0.1);
  }
  .stormlight-story-section .ss-pillar {
    background: var(--ss-dark);
    padding: 56px 40px;
    position: relative;
  }
  .stormlight-story-section .ss-pillar-metric {
    font-family: 'Anton', sans-serif;
    font-weight: 400;
    font-size: clamp(64px, 7vw, 96px);
    line-height: 0.95;
    color: var(--ss-gold);
    letter-spacing: -0.02em;
    margin-bottom: 6px;
  }
  .stormlight-story-section .ss-pillar-metric-sub {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--ss-muted);
    margin-bottom: 28px;
  }
  .stormlight-story-section .ss-pillar-h3 {
    font-family: 'Anton', sans-serif;
    font-weight: 400;
    font-size: 24px;
    text-transform: uppercase;
    color: var(--ss-white);
    line-height: 1.15;
    margin: 0 0 16px;
    letter-spacing: 0.005em;
  }
  .stormlight-story-section .ss-pillar p {
    font-size: 15px;
    font-weight: 300;
    line-height: 1.7;
    color: rgba(232,232,240,0.75);
    margin: 0;
  }

  /* CLOSING + SIGNATURE */
  .stormlight-story-section .ss-closing {
    max-width: 780px;
    margin: 0 auto;
    padding: 80px 40px 60px;
  }
  .stormlight-story-section .ss-closing p {
    font-size: 17px;
    font-weight: 300;
    line-height: 1.8;
    color: rgba(232,232,240,0.82);
    margin: 0 0 22px;
  }
  .stormlight-story-section .ss-closing p strong { color: var(--ss-white); font-weight: 600; }
  .stormlight-story-section .ss-signature {
    margin-top: 48px;
    padding-top: 32px;
    border-top: 1px solid rgba(245,184,0,0.15);
  }
  .stormlight-story-section .ss-signature-name {
    font-family: 'Anton', sans-serif;
    font-weight: 400;
    font-size: 22px;
    letter-spacing: 0.02em;
    color: var(--ss-white);
    text-transform: uppercase;
    margin-bottom: 6px;
  }
  .stormlight-story-section .ss-signature-role {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--ss-muted);
  }

  /* PHILOSOPHY */
  .stormlight-story-section .ss-philosophy {
    background:
      radial-gradient(ellipse 80% 100% at 50% 50%, rgba(245,184,0,0.08) 0%, rgba(245,184,0,0) 70%),
      var(--ss-deep);
    padding: 140px 40px;
    text-align: center;
    border-top: 1px solid rgba(245,184,0,0.12);
    position: relative;
    overflow: hidden;
  }
  .stormlight-story-section .ss-philosophy::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 64px;
    background: linear-gradient(180deg, var(--ss-gold) 0%, transparent 100%);
  }
  .stormlight-story-section .ss-philosophy-label {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0.32em;
    text-transform: uppercase;
    color: var(--ss-gold);
    margin-bottom: 40px;
    display: inline-flex;
    align-items: center;
    gap: 14px;
  }
  .stormlight-story-section .ss-philosophy-label::before,
  .stormlight-story-section .ss-philosophy-label::after {
    content: '';
    width: 24px;
    height: 1px;
    background: var(--ss-gold);
  }
  .stormlight-story-section .ss-philosophy-statement {
    font-family: 'Anton', sans-serif;
    font-weight: 400;
    font-size: clamp(32px, 5.2vw, 68px);
    line-height: 1.05;
    text-transform: uppercase;
    color: var(--ss-white);
    max-width: 18ch;
    margin: 0 auto;
    letter-spacing: -0.01em;
  }
  .stormlight-story-section .ss-philosophy-statement em {
    font-family: 'Anton', sans-serif !important;
    font-style: normal !important;
    font-weight: 400 !important;
    color: var(--ss-gold);
  }

  /* REVEAL */
  .stormlight-story-section .reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.9s ease, transform 0.9s ease;
  }
  .stormlight-story-section .reveal.in {
    opacity: 1;
    transform: translateY(0);
  }

  @media (prefers-reduced-motion: reduce) {
    .stormlight-story-section .reveal {
      opacity: 1;
      transform: none;
      transition: none;
    }
  }

  /* RESPONSIVE */
  @media (max-width: 880px) {
    .stormlight-story-section .ss-product-inner {
      grid-template-columns: 1fr;
      padding: 60px 32px;
      gap: 40px;
    }
    .stormlight-story-section .ss-product-visual {
      max-width: 420px;
      margin: 0 auto;
      width: 100%;
    }
    .stormlight-story-section .ss-pillars {
      grid-template-columns: 1fr;
    }
  }

  @media (max-width: 720px) {
    .stormlight-story-section .ss-hero-content { padding: 0 24px 60px; }
    .stormlight-story-section .ss-chapter { padding: 70px 24px 20px; }
    .stormlight-story-section .ss-chapter-num { font-size: 100px; margin-bottom: -36px; }
    .stormlight-story-section .ss-chapter p { font-size: 16px; line-height: 1.75; }
    .stormlight-story-section .ss-pull-quote { padding: 18px 22px; margin: 32px 0; }
    .stormlight-story-section .ss-closing { padding: 50px 24px 30px; }
    .stormlight-story-section .ss-philosophy { padding: 90px 24px; }
    .stormlight-story-section .ss-product-break { margin: 40px 0; }
    .stormlight-story-section .ss-pillars-section { padding: 50px 24px 70px; }
    .stormlight-story-section .ss-image-break { margin: 15px 0; }
    .stormlight-story-section .ss-image-break + .ss-chapter { padding-top: 50px; }
    .stormlight-story-section .ss-image-break-img { aspect-ratio: 4 / 3; }
    .stormlight-story-section .ss-image-break-caption { padding: 20px 24px; }
    .stormlight-story-section .ss-image-break-caption p { font-size: 11px; }
  }
/* END_SECTION:our-story */

/* START_SECTION:pro-1200 (INDEX:59) */
/* ============================================================
   HERO — letterbox structure with random slide picker
   ------------------------------------------------------------
   Up to 3 slides. JS picks one at random on page load and shows
   only that one (plus its matching credit). All slides exist in
   the DOM but only the active one is visible; lazy-loaded slides
   never download unless they're the random pick.
   ============================================================ */
.stormlight-product-section .sl-hero {
  position: relative;
  display: block;
  background: var(--sl-deep);
  overflow: hidden;
}
.stormlight-product-section .sl-hero-images {
  position: relative;
  width: 100%;
  aspect-ratio: 21 / 9;
  background: var(--sl-deep);
  overflow: hidden;
}
.stormlight-product-section .sl-hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out;
}
.stormlight-product-section .sl-hero-slide.is-active {
  opacity: 1;
  pointer-events: auto;
}
.stormlight-product-section .sl-hero-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center var(--sl-focal-y, 50%);
}
.stormlight-product-section .sl-hero-images::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 80px;
  background: linear-gradient(180deg, rgba(6,7,10,0) 0%, var(--sl-deep) 100%);
  pointer-events: none;
  z-index: 2;
}
.stormlight-product-section .sl-hero-placeholder {
  background: linear-gradient(135deg, var(--sl-mid), var(--sl-deep));
  opacity: 1;
}

/* Credit strip — proof line under the image. Each slide carries its own
   credit text; only the active one is shown. The strip itself stays a
   fixed minimum height so layout doesn't jump if a credit wraps to a
   different number of lines than another slide's credit. */
.stormlight-product-section .sl-hero-credit {
  position: relative;
  background: var(--sl-deep);
  padding: 16px 32px;
  text-align: center;
  border-bottom: 1px solid rgba(245, 184, 0, 0.18);
  min-height: 50px;
}
.stormlight-product-section .sl-hero-credit-text {
  margin: 0;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--sl-text);
  opacity: 0.7;
  line-height: 1.6;
}
.stormlight-product-section .sl-hero-credit-slide {
  display: none;
}
.stormlight-product-section .sl-hero-credit-slide.is-active {
  display: block;
}
.stormlight-product-section .sl-hero-credit-num {
  color: var(--sl-gold);
  font-weight: 600;
  letter-spacing: 0.16em;
}
.stormlight-product-section .sl-hero-credit-sep {
  color: rgba(245, 184, 0, 0.4);
  margin: 0 6px;
}

.stormlight-product-section .sl-hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 64px 32px 80px;
  background: var(--sl-deep);
}
.stormlight-product-section .sl-eyebrow {
  display: block;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--sl-gold);
  margin-bottom: 28px;
}
.stormlight-product-section .sl-hero-headline {
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  font-size: clamp(40px, 7vw, 88px);
  line-height: 1.02;
  letter-spacing: 0.005em;
  text-transform: uppercase;
  margin: 0 0 24px;
  color: var(--sl-text);
  max-width: 900px;
}
.stormlight-product-section .sl-hero-tagline {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  font-size: clamp(18px, 2vw, 24px);
  letter-spacing: 0.06em;
  line-height: 1.3;
  max-width: 640px;
  margin: 0 0 20px;
  color: var(--sl-gold);
  text-transform: uppercase;
}
.stormlight-product-section .sl-hero-sub {
  font-family: 'Barlow', sans-serif;
  font-weight: 300;
  font-size: clamp(16px, 1.5vw, 19px);
  line-height: 1.55;
  max-width: 640px;
  margin: 0;
  color: var(--sl-text);
  opacity: 0.9;
}

/* ============================================================
   STORMLIGHT PRO 1200 — Section styles
   All scoped under .stormlight-product-section
   ============================================================ */
.stormlight-product-section {
  --sl-gold: #F5B800;
  --sl-ember: #E8620A;
  --sl-dark: #0D0D14;
  --sl-deep: #06070A;
  --sl-mid: #1A1A2E;
  --sl-text: #E8E8F0;
  --sl-muted: #8888AA;
  --sl-chapter-w: 780px;
  --sl-chapter-w-wide: 1180px;
  background: var(--sl-dark);
  color: var(--sl-text);
  font-family: 'Barlow', sans-serif;
  font-weight: 300;
  line-height: 1.8;
  font-size: 17px;
  letter-spacing: 0.01em;
  overflow-x: hidden;
}
.stormlight-product-section *,
.stormlight-product-section *::before,
.stormlight-product-section *::after {
  box-sizing: border-box;
}
.stormlight-product-section em {
  color: var(--sl-gold) !important;
  font-style: normal !important;
  font-weight: inherit;
}
.stormlight-product-section a {
  color: var(--sl-gold);
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.stormlight-product-section a:hover { opacity: 0.75; }
.stormlight-product-section img {
  max-width: 100%;
  height: auto;
  display: block;
}
/* Reveal */
.stormlight-product-section .reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.stormlight-product-section .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}
/* Shared label / hairline */
.stormlight-product-section .sl-label {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--sl-gold);
  margin-bottom: 24px;
}
.stormlight-product-section .sl-hairline {
  display: inline-block;
  width: 24px;
  height: 1px;
  background: var(--sl-gold);
}
/* Shared h2 */
.stormlight-product-section .sl-h2 {
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  font-size: clamp(36px, 5vw, 56px);
  line-height: 1.05;
  letter-spacing: 0.005em;
  text-transform: uppercase;
  margin: 0 0 40px;
  color: var(--sl-text);
}
/* Chapter frame */
.stormlight-product-section .sl-chapter {
  position: relative;
  padding: 120px 32px;
  overflow: hidden;
}
.stormlight-product-section .sl-chapter-inner {
  position: relative;
  max-width: var(--sl-chapter-w);
  margin: 0 auto;
  z-index: 2;
}
.stormlight-product-section .sl-chapter-inner--wide {
  max-width: var(--sl-chapter-w-wide);
}
.stormlight-product-section .sl-chapter-ghost {
  position: absolute;
  top: 50%;
  right: -2vw;
  transform: translateY(-50%);
  font-family: 'Anton', sans-serif;
  font-size: 14vw;
  line-height: 1;
  color: var(--sl-gold);
  opacity: 0.07;
  pointer-events: none;
  user-select: none;
  z-index: 1;
}
/* ============================================================
   BUY BLOCK
   ============================================================ */
.stormlight-product-section .sl-buy-block {
  background: var(--sl-deep);
  padding: 80px 32px;
}
.stormlight-product-section .sl-buy-grid {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start;
}
/* Gallery */
.stormlight-product-section .sl-gallery-main {
  background: var(--sl-deep);
  border-radius: 2px;
  aspect-ratio: 1;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.stormlight-product-section .sl-gallery-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.stormlight-product-section .sl-gallery-placeholder {
  width: 100%;
  height: 100%;
  background: #1a1a1a;
}
.stormlight-product-section .sl-gallery-thumbs {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.stormlight-product-section .sl-gallery-thumb {
  width: 80px;
  height: 80px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: var(--sl-deep);
  border-radius: 2px;
  cursor: pointer;
  overflow: hidden;
  transition: border-color 0.2s ease;
}
.stormlight-product-section .sl-gallery-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.stormlight-product-section .sl-gallery-thumb:hover {
  border-color: var(--sl-gold);
}
.stormlight-product-section .sl-gallery-thumb.is-active {
  border-color: var(--sl-gold);
  box-shadow: 0 0 0 1px var(--sl-gold);
}
/* Purchase panel */
.stormlight-product-section .sl-purchase {
  padding-top: 8px;
}
.stormlight-product-section .sl-product-name {
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  font-size: clamp(40px, 5vw, 56px);
  line-height: 1;
  letter-spacing: 0.005em;
  text-transform: uppercase;
  margin: 0 0 20px;
}
.stormlight-product-section .sl-price {
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  font-size: 32px;
  letter-spacing: 0.01em;
  color: var(--sl-gold);
  margin-bottom: 28px;
}
.stormlight-product-section .sl-product-desc {
  font-size: 16px;
  line-height: 1.7;
  margin: 0 0 24px;
  color: var(--sl-text);
  opacity: 0.92;
}
.stormlight-product-section .sl-quick-specs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--sl-muted);
  padding: 16px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  margin-bottom: 28px;
}
.stormlight-product-section .sl-quick-specs .sl-dot {
  color: rgba(255, 255, 255, 0.25);
}
/* Add to cart */
.stormlight-product-section .sl-cart-form {
  margin-bottom: 28px;
}
.stormlight-product-section .sl-add-to-cart {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  padding: 20px 32px;
  background: var(--sl-gold);
  color: var(--sl-dark);
  border: none;
  border-radius: 2px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.1s ease;
}
.stormlight-product-section .sl-add-to-cart:hover:not(:disabled) {
  background: #ffd24a;
}
.stormlight-product-section .sl-add-to-cart:active:not(:disabled) {
  transform: translateY(1px);
}
.stormlight-product-section .sl-add-to-cart:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}
.stormlight-product-section .sl-add-to-cart--lg {
  padding: 24px 40px;
  font-size: 16px;
  max-width: 360px;
  margin: 0 auto;
}
.stormlight-product-section .sl-cta-spinner {
  display: none;
  width: 16px;
  height: 16px;
  border: 2px solid rgba(13, 13, 20, 0.3);
  border-top-color: var(--sl-dark);
  border-radius: 50%;
  animation: sl-spin 0.7s linear infinite;
}
.stormlight-product-section .sl-add-to-cart.is-loading .sl-cta-spinner {
  display: inline-block;
}
.stormlight-product-section .sl-add-to-cart.is-loading .sl-cta-label {
  opacity: 0.6;
}
@keyframes sl-spin {
  to { transform: rotate(360deg); }
}
.stormlight-product-section .sl-cart-feedback {
  margin: 14px 0 0;
  min-height: 1.4em;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 14px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--sl-gold);
}
.stormlight-product-section .sl-cart-feedback.is-error {
  color: var(--sl-ember);
}
/* Checks */
.stormlight-product-section .sl-checks {
  list-style: none;
  margin: 0;
  padding: 0;
}
.stormlight-product-section .sl-checks li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 10px 0;
  font-size: 15px;
  line-height: 1.5;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.stormlight-product-section .sl-checks li:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.stormlight-product-section .sl-check {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  margin-top: 2px;
  color: var(--sl-gold);
  font-weight: 600;
}
/* ============================================================
   PILLARS
   ============================================================ */
.stormlight-product-section .sl-pillars {
  background: var(--sl-dark);
}
.stormlight-product-section .sl-pillar-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px 56px;
  margin-top: 16px;
}
.stormlight-product-section .sl-pillar {
  padding: 8px 0;
}
.stormlight-product-section .sl-pillar-num {
  display: block;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--sl-gold);
  margin-bottom: 14px;
}
.stormlight-product-section .sl-pillar-h {
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  font-size: clamp(24px, 2.4vw, 30px);
  line-height: 1.2;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  margin: 0 0 18px;
  color: var(--sl-text);
}
.stormlight-product-section .sl-pillar p {
  margin: 0 0 14px;
  font-size: 16px;
  line-height: 1.7;
}
.stormlight-product-section .sl-pillar p:last-child { margin-bottom: 0; }
/* ============================================================
   RUNTIME
   ============================================================ */
.stormlight-product-section .sl-runtime {
  background: var(--sl-deep);
}
.stormlight-product-section .sl-lead {
  font-size: 18px;
  line-height: 1.7;
  margin: 0 0 48px;
  color: var(--sl-text);
  opacity: 0.92;
}
.stormlight-product-section .sl-runtime-list {
  display: flex;
  flex-direction: column;
}
.stormlight-product-section .sl-runtime-row {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 40px;
  padding: 28px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  align-items: baseline;
}
.stormlight-product-section .sl-runtime-row:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.stormlight-product-section .sl-runtime-meta {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.stormlight-product-section .sl-runtime-pct {
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  font-size: 36px;
  line-height: 1;
  color: var(--sl-gold);
  text-transform: uppercase;
}
.stormlight-product-section .sl-runtime-lm {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--sl-text);
}
.stormlight-product-section .sl-runtime-time {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 14px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--sl-muted);
}
.stormlight-product-section .sl-runtime-text {
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
}
.stormlight-product-section .sl-runtime-text strong {
  color: var(--sl-text);
  font-weight: 500;
}
.stormlight-product-section .sl-runtime-eco .sl-runtime-pct {
  color: var(--sl-ember);
}
/* Red LED block */
.stormlight-product-section .sl-red-block {
  margin-top: 48px;
  padding: 28px 32px;
  background: rgba(232, 98, 10, 0.05);
  border-left: 2px solid var(--sl-ember);
  border-radius: 0 2px 2px 0;
}
.stormlight-product-section .sl-red-h {
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  margin: 0 0 14px;
  color: var(--sl-text);
}
.stormlight-product-section .sl-red-block p {
  margin: 0 0 12px;
  font-size: 15.5px;
  line-height: 1.7;
}
.stormlight-product-section .sl-red-block p:last-child { margin-bottom: 0; }
/* Cold weather block */
.stormlight-product-section .sl-cold-block {
  margin-top: 28px;
  padding: 28px 32px;
  background: rgba(255, 255, 255, 0.03);
  border-left: 2px solid var(--sl-muted);
  border-radius: 0 2px 2px 0;
}
.stormlight-product-section .sl-cold-h {
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  margin: 0 0 14px;
  color: var(--sl-text);
}
.stormlight-product-section .sl-cold-block p {
  margin: 0 0 12px;
  font-size: 15.5px;
  line-height: 1.7;
}
.stormlight-product-section .sl-cold-block p:last-child { margin-bottom: 0; }
.stormlight-product-section .sl-closer {
  margin: 48px 0 0;
  padding: 24px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 16px;
  line-height: 1.7;
  color: var(--sl-muted);
}
/* ============================================================
   USE CASES
   ============================================================ */
.stormlight-product-section .sl-use-cases {
  background: var(--sl-dark);
}
.stormlight-product-section .sl-use-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px 40px;
  margin-top: 16px;
}
.stormlight-product-section .sl-use-card {
  background: var(--sl-mid);
  border-radius: 2px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.stormlight-product-section .sl-use-image {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: var(--sl-deep);
}
.stormlight-product-section .sl-use-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.stormlight-product-section .sl-use-body {
  padding: 32px 32px 36px;
}
.stormlight-product-section .sl-use-num {
  display: inline-block;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--sl-gold);
  margin-bottom: 12px;
}
.stormlight-product-section .sl-use-h {
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  font-size: clamp(22px, 2.2vw, 28px);
  line-height: 1.15;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  margin: 0 0 18px;
}
.stormlight-product-section .sl-use-body p {
  margin: 0 0 14px;
  font-size: 15.5px;
  line-height: 1.7;
}
.stormlight-product-section .sl-use-body p:last-child { margin-bottom: 0; }
.stormlight-product-section .sl-use-body strong {
  color: var(--sl-text);
  font-weight: 500;
}
.stormlight-product-section .sl-use-closer {
  margin: 48px 0 0;
  padding: 24px 24px;
  font-size: 15px;
  line-height: 1.7;
  color: var(--sl-muted);
  background: rgba(255, 255, 255, 0.02);
  border-radius: 2px;
  text-align: center;
}
.stormlight-product-section .sl-use-closer strong {
  color: var(--sl-gold);
  font-weight: 500;
}
/* ============================================================
   SYSTEM
   ============================================================ */
.stormlight-product-section .sl-system {
  background: var(--sl-deep);
}
.stormlight-product-section .sl-system-image {
  margin: 40px -8px 40px;
  border-radius: 2px;
  overflow: hidden;
  background: var(--sl-mid);
}
.stormlight-product-section .sl-system-image img {
  width: 100%;
  height: auto;
}
.stormlight-product-section .sl-system-block {
  margin: 36px 0;
  padding-top: 36px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.stormlight-product-section .sl-system-block:first-of-type {
  margin-top: 16px;
}
.stormlight-product-section .sl-system-h {
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  font-size: clamp(22px, 2.2vw, 28px);
  line-height: 1.2;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  margin: 0 0 16px;
}
.stormlight-product-section .sl-system-block p {
  margin: 0 0 14px;
  font-size: 16px;
  line-height: 1.7;
}
.stormlight-product-section .sl-system-block p:last-child { margin-bottom: 0; }
/* ============================================================
   SPECS
   ============================================================ */
.stormlight-product-section .sl-specs {
  background: var(--sl-dark);
}
.stormlight-product-section .sl-spec-table {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.stormlight-product-section .sl-spec-row {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 24px;
  padding: 16px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.stormlight-product-section .sl-spec-row:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.stormlight-product-section .sl-spec-divider {
  border-top: 1px solid rgba(245, 184, 0, 0.3);
}
.stormlight-product-section .sl-spec-row dt {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--sl-muted);
  margin: 0;
}
.stormlight-product-section .sl-spec-row dd {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  color: var(--sl-text);
}
/* ============================================================
   BOX
   ============================================================ */
.stormlight-product-section .sl-box {
  background: var(--sl-deep);
}
.stormlight-product-section .sl-box-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
  margin-bottom: 56px;
}
.stormlight-product-section .sl-box-image-col {
  background: var(--sl-mid);
  aspect-ratio: 4 / 3;
  border-radius: 2px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.stormlight-product-section .sl-box-image-col img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 16px;
}
.stormlight-product-section .sl-box-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.stormlight-product-section .sl-box-list li {
  padding: 16px 0;
  font-size: 17px;
  line-height: 1.5;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  position: relative;
  padding-left: 28px;
}
.stormlight-product-section .sl-box-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 27px;
  width: 14px;
  height: 1px;
  background: var(--sl-gold);
}
.stormlight-product-section .sl-box-list li:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.stormlight-product-section .sl-cable-note {
  background: rgba(245, 184, 0, 0.04);
  border-left: 2px solid var(--sl-gold);
  padding: 32px 36px;
  margin-top: 32px;
}
.stormlight-product-section .sl-cable-h {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--sl-gold);
  margin: 0 0 14px;
}
.stormlight-product-section .sl-cable-note p {
  margin: 0 0 12px;
  font-size: 15.5px;
  line-height: 1.7;
}
.stormlight-product-section .sl-cable-closer {
  font-family: 'Barlow', sans-serif;
  color: var(--sl-text);
  opacity: 0.85;
  margin-top: 8px !important;
}
/* ============================================================
   TRUST
   ============================================================ */
.stormlight-product-section .sl-trust {
  background: var(--sl-dark);
}
.stormlight-product-section .sl-trust-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  margin-top: 16px;
}
.stormlight-product-section .sl-trust-card {
  padding: 36px 36px 32px;
  background: var(--sl-mid);
  border-radius: 2px;
  border-top: 2px solid var(--sl-gold);
}
.stormlight-product-section .sl-trust-h {
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  font-size: 26px;
  line-height: 1.15;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  margin: 0 0 18px;
}
.stormlight-product-section .sl-trust-card p {
  margin: 0 0 16px;
  font-size: 15.5px;
  line-height: 1.7;
}
.stormlight-product-section .sl-trust-link {
  display: inline-block;
  margin-top: 8px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--sl-gold);
  border-bottom: 1px solid var(--sl-gold);
  padding-bottom: 3px;
}
/* ============================================================
   BOTTOM CTA
   ============================================================ */
.stormlight-product-section .sl-bottom-cta {
  background: var(--sl-deep);
  padding: 120px 32px;
  text-align: center;
}
.stormlight-product-section .sl-bottom-h {
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  font-size: clamp(36px, 5.5vw, 64px);
  line-height: 1.05;
  letter-spacing: 0.005em;
  text-transform: uppercase;
  margin: 0 0 32px;
}
.stormlight-product-section .sl-bottom-sub {
  max-width: 640px;
  margin: 0 auto 40px;
  font-size: 17px;
  line-height: 1.7;
  color: var(--sl-text);
  opacity: 0.92;
}
.stormlight-product-section .sl-bottom-price {
  font-family: 'Anton', sans-serif;
  font-size: 40px;
  color: var(--sl-gold);
  margin-bottom: 32px;
}
.stormlight-product-section .sl-cart-form--bottom {
  max-width: 360px;
  margin: 0 auto 28px;
}
.stormlight-product-section .sl-bottom-meta {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 13px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--sl-muted);
  margin: 0;
}
/* ============================================================
   RELATED
   ============================================================ */
.stormlight-product-section .sl-related {
  background: var(--sl-dark);
  padding: 120px 32px;
}
.stormlight-product-section .sl-related-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-top: 16px;
}
.stormlight-product-section .sl-related-card {
  display: block;
  background: var(--sl-mid);
  border-radius: 2px;
  overflow: hidden;
  color: inherit;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.stormlight-product-section .sl-related-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4);
  opacity: 1;
}
.stormlight-product-section .sl-related-image {
  aspect-ratio: 4 / 3;
  background: #ffffff;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.stormlight-product-section .sl-related-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 16px;
}
.stormlight-product-section .sl-related-body {
  padding: 24px 24px 28px;
}
.stormlight-product-section .sl-related-eyebrow {
  display: block;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--sl-gold);
  margin-bottom: 8px;
}
.stormlight-product-section .sl-related-name {
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.15;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  margin: 0 0 10px;
}
.stormlight-product-section .sl-related-desc {
  font-size: 14.5px;
  line-height: 1.55;
  margin: 0;
  color: var(--sl-muted);
}
/* ============================================================
   MOBILE
   ============================================================ */
@media (max-width: 900px) {
  .stormlight-product-section .sl-buy-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .stormlight-product-section .sl-pillar-grid,
  .stormlight-product-section .sl-use-grid,
  .stormlight-product-section .sl-trust-grid,
  .stormlight-product-section .sl-box-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .stormlight-product-section .sl-related-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
@media (max-width: 720px) {
  .stormlight-product-section {
    font-size: 16px;
  }
  .stormlight-product-section .sl-chapter {
    padding: 80px 20px;
  }
  .stormlight-product-section .sl-buy-block,
  .stormlight-product-section .sl-bottom-cta,
  .stormlight-product-section .sl-related {
    padding: 80px 20px;
  }
  .stormlight-product-section .sl-chapter-ghost {
    font-size: 28vw;
    right: -8vw;
  }
  .stormlight-product-section .sl-runtime-row {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .stormlight-product-section .sl-spec-row {
    grid-template-columns: 1fr;
    gap: 4px;
    padding: 14px 0;
  }
  .stormlight-product-section .sl-spec-row dt {
    font-size: 12px;
  }
  .stormlight-product-section .sl-h2 {
    margin-bottom: 28px;
  }
  .stormlight-product-section .sl-cable-note,
  .stormlight-product-section .sl-red-block,
  .stormlight-product-section .sl-cold-block {
    padding: 22px 20px;
  }
  .stormlight-product-section .sl-use-body,
  .stormlight-product-section .sl-trust-card {
    padding: 24px 22px 26px;
  }
  .stormlight-product-section .sl-gallery-thumb {
    width: 64px;
    height: 64px;
  }
}

/* ============================================================
   REAL LUMENS — output graph
   ============================================================ */
.stormlight-product-section .sl-output {
  background: var(--sl-dark);
  color: var(--sl-text);
  padding: clamp(64px, 8vw, 120px) clamp(20px, 4vw, 40px);
  font-family: 'Barlow', sans-serif;
  font-weight: 300;
  line-height: 1.6;
}
.stormlight-product-section .sl-output-inner {
  max-width: 1180px;
  margin: 0 auto;
}
.stormlight-product-section .sl-output-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--sl-gold);
  margin-bottom: 24px;
}
.stormlight-product-section .sl-output-hairline {
  display: inline-block;
  width: 24px;
  height: 1px;
  background: var(--sl-gold);
}
.stormlight-product-section .sl-output-h2 {
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  font-size: clamp(32px, 5vw, 56px);
  line-height: 1.05;
  letter-spacing: 0.005em;
  text-transform: uppercase;
  margin: 0 0 56px;
  color: var(--sl-text);
}
.stormlight-product-section .sl-output-h2 em {
  color: var(--sl-gold) !important;
  font-style: normal !important;
}
.stormlight-product-section .sl-output-card {
  background: var(--sl-deep);
  padding: clamp(20px, 2.5vw, 32px) clamp(12px, 2vw, 24px) clamp(16px, 2vw, 24px);
  border: 1px solid rgba(245, 184, 0, 0.08);
  border-radius: 2px;
  max-width: 880px;
  margin: 0 auto 56px;
}
.stormlight-product-section .sl-output-card svg {
  display: block;
  width: 100%;
  height: auto;
}
.stormlight-product-section .sl-output-labels {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  padding-top: 32px;
  border-top: 1px solid rgba(245, 184, 0, 0.15);
  max-width: 1080px;
  margin: 0 auto;
}
.stormlight-product-section .sl-output-label {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 1.55;
  color: var(--sl-text);
  opacity: 0.92;
  position: relative;
  padding-left: 20px;
}
.stormlight-product-section .sl-output-label::before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 10px;
  height: 1px;
  background: var(--sl-gold);
}

/* ============================================================
   REVIEWS (Junip)
   ============================================================ */
.stormlight-product-section .sl-reviews {
  background: var(--sl-mid);
  padding: 100px 32px;
}
.stormlight-product-section .sl-reviews .sl-chapter-inner {
  text-align: center;
}
.stormlight-product-section .sl-reviews .sl-label {
  justify-content: center;
}
.stormlight-product-section .sl-reviews-intro {
  max-width: 640px;
  margin: 0 auto 32px;
  font-size: 16px;
  line-height: 1.7;
  color: var(--sl-text);
  opacity: 0.85;
}
.stormlight-product-section .sl-reviews-empty {
  max-width: 560px;
  margin: 0 auto;
  padding: 24px 0 8px;
}
.stormlight-product-section .sl-reviews-empty-lead {
  font-size: 17px;
  line-height: 1.7;
  margin: 0 0 16px;
  color: var(--sl-text);
}
.stormlight-product-section .sl-reviews-empty-sub {
  font-size: 15px;
  line-height: 1.7;
  margin: 0;
  color: var(--sl-muted);
}
.stormlight-product-section .sl-reviews-widget {
  text-align: left;
  margin-top: 8px;
}
.stormlight-product-section .sl-product-stars {
  margin: 0 0 18px;
  min-height: 22px;
}
.stormlight-product-section .sl-product-stars .junip-product-summary {
  display: inline-block;
}

/* ============================================================
   FAQ
   ============================================================ */
.stormlight-product-section .sl-faq { background: var(--sl-deep); }
.stormlight-product-section .sl-faq-list {
  margin: 16px 0 0;
  display: flex;
  flex-direction: column;
}
.stormlight-product-section .sl-faq-item {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.stormlight-product-section .sl-faq-item:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.stormlight-product-section .sl-faq-q {
  display: block;
  width: 100%;
  padding: 24px 0;
  margin: 0;
  background: transparent;
  border: 0;
  text-align: left;
  font: inherit;
  color: inherit;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}
.stormlight-product-section .sl-faq-q:focus-visible {
  outline: 2px solid var(--sl-gold);
  outline-offset: 4px;
}
.stormlight-product-section .sl-faq-q-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  font-size: clamp(18px, 1.8vw, 22px);
  line-height: 1.3;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: var(--sl-text);
  transition: color 0.2s ease;
}
.stormlight-product-section .sl-faq-q:hover .sl-faq-q-row {
  color: var(--sl-gold);
}
.stormlight-product-section .sl-faq-q-text {
  flex: 1 1 auto;
}
.stormlight-product-section .sl-faq-icon {
  flex-shrink: 0;
  position: relative;
  display: block;
  width: 18px;
  height: 18px;
  transition: transform 0.3s ease;
}
.stormlight-product-section .sl-faq-icon::before,
.stormlight-product-section .sl-faq-icon::after {
  content: '';
  position: absolute;
  background-color: var(--sl-gold);
  transition: transform 0.3s ease;
}
.stormlight-product-section .sl-faq-icon::before {
  top: calc(50% - 1px);
  left: 0;
  right: 0;
  height: 2px;
}
.stormlight-product-section .sl-faq-icon::after {
  top: 0;
  bottom: 0;
  left: calc(50% - 1px);
  width: 2px;
}
.stormlight-product-section .sl-faq-item.is-open .sl-faq-icon::after {
  transform: scaleY(0);
}
.stormlight-product-section .sl-faq-a {
  padding: 0 0 28px;
  max-width: 680px;
  display: none !important;
}
.stormlight-product-section .sl-faq-item.is-open .sl-faq-a {
  display: block !important;
}
.stormlight-product-section .sl-faq-a p {
  margin: 0 0 14px;
  font-size: 16px;
  line-height: 1.7;
  color: var(--sl-text);
  opacity: 0.92;
}
.stormlight-product-section .sl-faq-a p:last-child {
  margin-bottom: 0;
}
.stormlight-product-section .sl-faq-a strong {
  color: var(--sl-text);
  font-weight: 500;
  opacity: 1;
}
.stormlight-product-section .sl-faq-a a {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  border-bottom: 1px solid var(--sl-gold);
  padding-bottom: 2px;
}

/* Mobile breakpoints for new sections */
@media (max-width: 720px) {
  .stormlight-product-section .sl-output-labels {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .stormlight-product-section .sl-output-h2 {
    margin-bottom: 32px;
  }
  .stormlight-product-section .sl-output-card {
    margin-bottom: 32px;
    padding: 16px 8px 12px;
  }
  .stormlight-product-section .sl-output-label {
    font-size: 13px;
  }
  .stormlight-product-section .sl-reviews {
    padding: 80px 20px;
  }
  .stormlight-product-section .sl-reviews-intro {
    font-size: 15px;
    margin-bottom: 24px;
  }
  .stormlight-product-section .sl-faq-q {
    padding: 20px 0;
  }
  .stormlight-product-section .sl-faq-q-row {
    gap: 16px;
  }
  .stormlight-product-section .sl-faq-a {
    padding: 0 0 22px;
  }
}

@media (max-width: 720px) {
  /* Mobile hero — taller portrait composition, dedicated mobile image */
  .stormlight-product-section .sl-hero-images {
    aspect-ratio: 4 / 5;
  }
  .stormlight-product-section .sl-hero-slide img {
    object-position: center;
  }
  .stormlight-product-section .sl-hero-content {
    padding: 32px 20px 56px;
  }

  /* Mobile credit line — wraps naturally on narrow viewports.
     Min-height bumps a little so layout doesn't jump if random pick
     swaps between a one-line and two-line credit. */
  .stormlight-product-section .sl-hero-credit {
    padding: 14px 20px;
    min-height: 56px;
  }
  .stormlight-product-section .sl-hero-credit-text {
    font-size: 11px;
    letter-spacing: 0.16em;
    line-height: 1.7;
  }
  .stormlight-product-section .sl-hero-credit-sep {
    margin: 0 4px;
  }

}
/* END_SECTION:pro-1200 */

/* START_SECTION:pro-3100 (INDEX:60) */
/* ============================================================
   STORMLIGHT PRO 3100 — Section styles
   All scoped under .stormlight-product-section
   ============================================================ */

.stormlight-product-section {
  --sl-gold: #F5B800;
  --sl-ember: #E8620A;
  --sl-dark: #0D0D14;
  --sl-deep: #06070A;
  --sl-mid: #1A1A2E;
  --sl-text: #E8E8F0;
  --sl-muted: #8888AA;
  --sl-stock-green: #4ade80;
  --sl-chapter-w: 780px;
  --sl-chapter-w-wide: 1180px;

  background: var(--sl-dark);
  color: var(--sl-text);
  font-family: 'Barlow', sans-serif;
  font-weight: 300;
  line-height: 1.8;
  font-size: 17px;
  letter-spacing: 0.01em;
  overflow-x: hidden;
}

.stormlight-product-section *,
.stormlight-product-section *::before,
.stormlight-product-section *::after {
  box-sizing: border-box;
}

.stormlight-product-section em {
  color: var(--sl-gold) !important;
  font-style: normal !important;
  font-weight: inherit;
}

.stormlight-product-section a {
  color: var(--sl-gold);
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.stormlight-product-section a:hover { opacity: 0.75; }

.stormlight-product-section img {
  max-width: 100%;
  height: auto;
  display: block;
}

.stormlight-product-section .reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.stormlight-product-section .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.stormlight-product-section .sl-label {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--sl-gold);
  margin-bottom: 24px;
}
.stormlight-product-section .sl-hairline {
  display: inline-block;
  width: 24px;
  height: 1px;
  background: var(--sl-gold);
}

.stormlight-product-section .sl-h2 {
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  font-size: clamp(36px, 5vw, 56px);
  line-height: 1.05;
  letter-spacing: 0.005em;
  text-transform: uppercase;
  margin: 0 0 40px;
  color: var(--sl-text);
}

.stormlight-product-section .sl-chapter {
  position: relative;
  padding: 120px 32px;
  overflow: hidden;
}
.stormlight-product-section .sl-chapter-inner {
  position: relative;
  max-width: var(--sl-chapter-w);
  margin: 0 auto;
  z-index: 2;
}
.stormlight-product-section .sl-chapter-inner--wide {
  max-width: var(--sl-chapter-w-wide);
}
.stormlight-product-section .sl-chapter-ghost {
  position: absolute;
  top: 50%;
  right: -2vw;
  transform: translateY(-50%);
  font-family: 'Anton', sans-serif;
  font-size: 14vw;
  line-height: 1;
  color: var(--sl-gold);
  opacity: 0.07;
  pointer-events: none;
  user-select: none;
  z-index: 1;
}

/* ============================================================
   HERO — letterbox structure with random slide picker
   ============================================================ */
.stormlight-product-section .sl-hero {
  position: relative;
  display: block;
  background: var(--sl-deep);
  overflow: hidden;
}
.stormlight-product-section .sl-hero-images {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: var(--sl-deep);
  overflow: hidden;
}
.stormlight-product-section .sl-hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out;
}
.stormlight-product-section .sl-hero-slide.is-active {
  opacity: 1;
  pointer-events: auto;
}
.stormlight-product-section .sl-hero-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center var(--sl-focal-y, 50%);
}
.stormlight-product-section .sl-hero-images::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 80px;
  background: linear-gradient(180deg, rgba(6,7,10,0) 0%, var(--sl-deep) 100%);
  pointer-events: none;
  z-index: 2;
}
.stormlight-product-section .sl-hero-placeholder {
  background: linear-gradient(135deg, var(--sl-mid), var(--sl-deep));
  opacity: 1;
}

.stormlight-product-section .sl-hero-credit {
  position: relative;
  background: var(--sl-deep);
  padding: 16px 32px;
  text-align: center;
  border-bottom: 1px solid rgba(245, 184, 0, 0.18);
  min-height: 50px;
}
.stormlight-product-section .sl-hero-credit-text {
  margin: 0;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  line-height: 1.6;
}
.stormlight-product-section .sl-hero-credit-slide {
  display: none;
}
.stormlight-product-section .sl-hero-credit-slide.is-active {
  display: block;
}
.stormlight-product-section .sl-hero-credit-num {
  color: var(--sl-gold);
  font-weight: 600;
  letter-spacing: 0.18em;
}
.stormlight-product-section .sl-hero-credit-meta {
  color: var(--sl-text);
  opacity: 0.75;
}
.stormlight-product-section .sl-hero-credit-sep {
  color: rgba(245, 184, 0, 0.4);
  margin: 0 8px;
}

.stormlight-product-section .sl-hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 64px 32px 80px;
  background: var(--sl-deep);
}
.stormlight-product-section .sl-eyebrow {
  display: block;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--sl-gold);
  margin-bottom: 28px;
}
.stormlight-product-section .sl-hero-headline {
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  font-size: clamp(40px, 7vw, 88px);
  line-height: 1.02;
  letter-spacing: 0.005em;
  text-transform: uppercase;
  margin: 0 0 24px;
  color: var(--sl-text);
  max-width: 900px;
}
.stormlight-product-section .sl-hero-tagline {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  font-size: clamp(18px, 2vw, 24px);
  letter-spacing: 0.06em;
  line-height: 1.3;
  max-width: 640px;
  margin: 0 0 20px;
  color: var(--sl-gold);
  text-transform: uppercase;
}
.stormlight-product-section .sl-hero-sub {
  font-family: 'Barlow', sans-serif;
  font-weight: 300;
  font-size: clamp(16px, 1.5vw, 19px);
  line-height: 1.55;
  max-width: 640px;
  margin: 0;
  color: var(--sl-text);
  opacity: 0.9;
}
.stormlight-product-section .sl-nowrap {
  white-space: nowrap;
}

/* ============================================================
   BUY BLOCK
   ============================================================ */
.stormlight-product-section .sl-buy-block {
  background: var(--sl-deep);
  padding: 80px 32px;
}
.stormlight-product-section .sl-buy-grid {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start;
}

.stormlight-product-section .sl-gallery-main {
  background: var(--sl-deep);
  border-radius: 2px;
  aspect-ratio: 1;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.stormlight-product-section .sl-gallery-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.stormlight-product-section .sl-gallery-placeholder {
  width: 100%;
  height: 100%;
  background: #1a1a1a;
}
.stormlight-product-section .sl-gallery-thumbs {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.stormlight-product-section .sl-gallery-thumb {
  width: 80px;
  height: 80px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: var(--sl-deep);
  border-radius: 2px;
  cursor: pointer;
  overflow: hidden;
  transition: border-color 0.2s ease;
}
.stormlight-product-section .sl-gallery-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.stormlight-product-section .sl-gallery-thumb:hover {
  border-color: var(--sl-gold);
}
.stormlight-product-section .sl-gallery-thumb.is-active {
  border-color: var(--sl-gold);
  box-shadow: 0 0 0 1px var(--sl-gold);
}

.stormlight-product-section .sl-purchase {
  padding-top: 8px;
}
.stormlight-product-section .sl-product-name {
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  font-size: clamp(40px, 5vw, 56px);
  line-height: 1;
  letter-spacing: 0.005em;
  text-transform: uppercase;
  margin: 0 0 20px;
}
.stormlight-product-section .sl-product-stars {
  margin: 0 0 18px;
  min-height: 22px;
}
.stormlight-product-section .sl-product-stars .junip-product-summary {
  display: inline-block;
}
.stormlight-product-section .sl-price {
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  font-size: 32px;
  letter-spacing: 0.01em;
  color: var(--sl-gold);
  margin-bottom: 12px;
}
.stormlight-product-section .sl-stock-status {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--sl-text);
  margin-bottom: 24px;
}
.stormlight-product-section .sl-stock-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--sl-stock-green);
  box-shadow: 0 0 0 3px rgba(74, 222, 128, 0.15);
}
.stormlight-product-section .sl-stock-dot--out {
  background: var(--sl-ember);
  box-shadow: 0 0 0 3px rgba(232, 98, 10, 0.15);
}

.stormlight-product-section .sl-product-desc {
  font-size: 16px;
  line-height: 1.7;
  margin: 0 0 24px;
  color: var(--sl-text);
  opacity: 0.92;
}
.stormlight-product-section .sl-quick-specs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--sl-muted);
  padding: 16px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  margin-bottom: 28px;
}
.stormlight-product-section .sl-quick-specs .sl-dot {
  color: rgba(255, 255, 255, 0.25);
}

.stormlight-product-section .sl-cart-form {
  margin-bottom: 20px;
}
.stormlight-product-section .sl-add-to-cart {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  padding: 20px 32px;
  background: var(--sl-gold);
  color: var(--sl-dark);
  border: none;
  border-radius: 2px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.1s ease;
}
.stormlight-product-section .sl-add-to-cart:hover:not(:disabled) {
  background: #ffd24a;
}
.stormlight-product-section .sl-add-to-cart:active:not(:disabled) {
  transform: translateY(1px);
}
.stormlight-product-section .sl-add-to-cart:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}
.stormlight-product-section .sl-add-to-cart--lg {
  padding: 24px 40px;
  font-size: 16px;
  max-width: 360px;
  margin: 0 auto;
}
.stormlight-product-section .sl-cta-spinner {
  display: none;
  width: 16px;
  height: 16px;
  border: 2px solid rgba(13, 13, 20, 0.3);
  border-top-color: var(--sl-dark);
  border-radius: 50%;
  animation: sl-spin 0.7s linear infinite;
}
.stormlight-product-section .sl-add-to-cart.is-loading .sl-cta-spinner {
  display: inline-block;
}
.stormlight-product-section .sl-add-to-cart.is-loading .sl-cta-label {
  opacity: 0.6;
}
@keyframes sl-spin {
  to { transform: rotate(360deg); }
}
.stormlight-product-section .sl-cart-feedback {
  margin: 14px 0 0;
  min-height: 1.4em;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 14px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--sl-gold);
}
.stormlight-product-section .sl-cart-feedback.is-error {
  color: var(--sl-ember);
}

.stormlight-product-section .sl-trust-strip {
  list-style: none;
  margin: 0 0 28px;
  padding: 18px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  display: grid;
  gap: 12px;
}
.stormlight-product-section .sl-trust-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 14px;
  line-height: 1.5;
  color: var(--sl-text);
  opacity: 0.92;
}
.stormlight-product-section .sl-trust-icon {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  margin-top: 1px;
  font-size: 13px;
  color: var(--sl-gold);
  line-height: 1;
}
.stormlight-product-section .sl-trust-text strong {
  color: var(--sl-text);
  font-weight: 500;
  opacity: 1;
}

.stormlight-product-section .sl-checks {
  list-style: none;
  margin: 0;
  padding: 0;
}
.stormlight-product-section .sl-checks li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 10px 0;
  font-size: 15px;
  line-height: 1.5;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.stormlight-product-section .sl-checks li:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.stormlight-product-section .sl-check {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  margin-top: 2px;
  color: var(--sl-gold);
  font-weight: 600;
}

/* ============================================================
   REAL LUMENS — proof block
   ============================================================ */
.stormlight-product-section .sl-output {
  background: var(--sl-dark);
  color: var(--sl-text);
  padding: clamp(64px, 8vw, 120px) clamp(20px, 4vw, 40px);
  font-family: 'Barlow', sans-serif;
  font-weight: 300;
  line-height: 1.6;
}
.stormlight-product-section .sl-output-inner {
  max-width: 1180px;
  margin: 0 auto;
}
.stormlight-product-section .sl-output-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--sl-gold);
  margin-bottom: 24px;
}
.stormlight-product-section .sl-output-hairline {
  display: inline-block;
  width: 24px;
  height: 1px;
  background: var(--sl-gold);
}
.stormlight-product-section .sl-output-h2 {
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  font-size: clamp(32px, 5vw, 56px);
  line-height: 1.05;
  letter-spacing: 0.005em;
  text-transform: uppercase;
  margin: 0 0 56px;
  color: var(--sl-text);
}
.stormlight-product-section .sl-output-h2 em {
  color: var(--sl-gold) !important;
  font-style: normal !important;
}
.stormlight-product-section .sl-output-card {
  background: var(--sl-deep);
  padding: clamp(20px, 2.5vw, 32px) clamp(12px, 2vw, 24px) clamp(16px, 2vw, 24px);
  border: 1px solid rgba(245, 184, 0, 0.08);
  border-radius: 2px;
  max-width: 880px;
  margin: 0 auto 56px;
}
.stormlight-product-section .sl-output-card svg {
  display: block;
  width: 100%;
  height: auto;
}
.stormlight-product-section .sl-output-labels {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  padding-top: 32px;
  border-top: 1px solid rgba(245, 184, 0, 0.15);
  max-width: 1080px;
  margin: 0 auto;
}
.stormlight-product-section .sl-output-label {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 1.55;
  color: var(--sl-text);
  opacity: 0.92;
  position: relative;
  padding-left: 20px;
}
.stormlight-product-section .sl-output-label::before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 10px;
  height: 1px;
  background: var(--sl-gold);
}

/* ============================================================
   REVIEWS
   ============================================================ */
.stormlight-product-section .sl-reviews {
  background: var(--sl-mid);
  padding: 100px 32px;
}
.stormlight-product-section .sl-reviews .sl-chapter-inner {
  text-align: center;
}
.stormlight-product-section .sl-reviews .sl-label {
  justify-content: center;
}
.stormlight-product-section .sl-reviews-intro {
  max-width: 640px;
  margin: 0 auto 32px;
  font-size: 16px;
  line-height: 1.7;
  color: var(--sl-text);
  opacity: 0.85;
}
.stormlight-product-section .sl-reviews-empty {
  max-width: 560px;
  margin: 0 auto;
  padding: 24px 0 8px;
}
.stormlight-product-section .sl-reviews-empty-lead {
  font-size: 17px;
  line-height: 1.7;
  margin: 0 0 16px;
  color: var(--sl-text);
}
.stormlight-product-section .sl-reviews-empty-sub {
  font-size: 15px;
  line-height: 1.7;
  margin: 0;
  color: var(--sl-muted);
}
.stormlight-product-section .sl-reviews-widget {
  text-align: left;
  margin-top: 8px;
}

/* ============================================================
   PILLARS
   ============================================================ */
.stormlight-product-section .sl-pillars { background: var(--sl-dark); }
.stormlight-product-section .sl-pillar-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px 56px;
  margin-top: 16px;
}
.stormlight-product-section .sl-pillar { padding: 8px 0; }
.stormlight-product-section .sl-pillar-num {
  display: block;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--sl-gold);
  margin-bottom: 14px;
}
.stormlight-product-section .sl-pillar-h {
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  font-size: clamp(24px, 2.4vw, 30px);
  line-height: 1.2;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  margin: 0 0 18px;
  color: var(--sl-text);
}
.stormlight-product-section .sl-pillar p {
  margin: 0 0 14px;
  font-size: 16px;
  line-height: 1.7;
}
.stormlight-product-section .sl-pillar p:last-child { margin-bottom: 0; }

/* ============================================================
   RUNTIME
   ============================================================ */
.stormlight-product-section .sl-runtime { background: var(--sl-deep); }
.stormlight-product-section .sl-lead {
  font-size: 18px;
  line-height: 1.7;
  margin: 0 0 48px;
  color: var(--sl-text);
  opacity: 0.92;
}
.stormlight-product-section .sl-runtime-list {
  display: flex;
  flex-direction: column;
}
.stormlight-product-section .sl-runtime-row {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 40px;
  padding: 28px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  align-items: baseline;
}
.stormlight-product-section .sl-runtime-row:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.stormlight-product-section .sl-runtime-meta {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.stormlight-product-section .sl-runtime-pct {
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  font-size: 36px;
  line-height: 1;
  color: var(--sl-gold);
  text-transform: uppercase;
}
.stormlight-product-section .sl-runtime-lm {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--sl-text);
}
.stormlight-product-section .sl-runtime-time {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 14px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--sl-muted);
}
.stormlight-product-section .sl-runtime-text {
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
}
.stormlight-product-section .sl-runtime-text strong {
  color: var(--sl-text);
  font-weight: 500;
}
.stormlight-product-section .sl-runtime-eco .sl-runtime-pct {
  color: var(--sl-ember);
}

.stormlight-product-section .sl-cold-block {
  margin-top: 48px;
  padding: 32px 36px;
  background: rgba(245, 184, 0, 0.04);
  border-left: 2px solid var(--sl-gold);
  border-radius: 2px;
}
.stormlight-product-section .sl-cold-h {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--sl-gold);
  margin: 0 0 16px;
}
.stormlight-product-section .sl-cold-block p {
  margin: 0 0 14px;
  font-size: 15.5px;
  line-height: 1.7;
}
.stormlight-product-section .sl-cold-block p:last-child {
  margin-bottom: 0;
}
.stormlight-product-section .sl-cold-block em {
  color: var(--sl-gold) !important;
  font-style: normal !important;
  font-weight: 500;
}

.stormlight-product-section .sl-closer {
  margin: 48px 0 0;
  padding: 24px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 16px;
  line-height: 1.7;
  color: var(--sl-muted);
}

/* ============================================================
   USE CASES + FIT BLOCK
   ============================================================ */
.stormlight-product-section .sl-use-cases { background: var(--sl-dark); }
.stormlight-product-section .sl-use-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px 40px;
  margin-top: 16px;
}
.stormlight-product-section .sl-use-card {
  background: var(--sl-mid);
  border-radius: 2px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.stormlight-product-section .sl-use-image {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: var(--sl-deep);
}
.stormlight-product-section .sl-use-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.stormlight-product-section .sl-use-body {
  padding: 32px 32px 36px;
}
.stormlight-product-section .sl-use-num {
  display: inline-block;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--sl-gold);
  margin-bottom: 12px;
}
.stormlight-product-section .sl-use-h {
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  font-size: clamp(22px, 2.2vw, 28px);
  line-height: 1.15;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  margin: 0 0 18px;
}
.stormlight-product-section .sl-use-body p {
  margin: 0 0 14px;
  font-size: 15.5px;
  line-height: 1.7;
}
.stormlight-product-section .sl-use-body p:last-child { margin-bottom: 0; }
.stormlight-product-section .sl-use-body strong {
  color: var(--sl-text);
  font-weight: 500;
}

.stormlight-product-section .sl-fit-block {
  margin-top: 64px;
  padding: 48px 48px 44px;
  background: var(--sl-mid);
  border-radius: 2px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  border-top: 2px solid var(--sl-gold);
}
.stormlight-product-section .sl-fit-label {
  display: inline-block;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--sl-gold);
  margin-bottom: 20px;
}
.stormlight-product-section .sl-fit-label--against {
  color: var(--sl-muted);
}
.stormlight-product-section .sl-fit-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.stormlight-product-section .sl-fit-list li {
  position: relative;
  padding: 10px 0 10px 24px;
  font-size: 15.5px;
  line-height: 1.55;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.stormlight-product-section .sl-fit-list li:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.stormlight-product-section .sl-fit-col--for .sl-fit-list li::before {
  content: '+';
  position: absolute;
  left: 0;
  top: 9px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: var(--sl-gold);
  line-height: 1;
}
.stormlight-product-section .sl-fit-col--against .sl-fit-list li::before {
  content: '−';
  position: absolute;
  left: 0;
  top: 9px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: var(--sl-muted);
  line-height: 1;
}
.stormlight-product-section .sl-fit-col--against .sl-fit-list li {
  color: var(--sl-text);
  opacity: 0.78;
}

/* ============================================================
   SYSTEM + SPECS + COMPARISON
   ============================================================ */
.stormlight-product-section .sl-system { background: var(--sl-deep); }
.stormlight-product-section .sl-system-image {
  margin: 40px -8px 40px;
  border-radius: 2px;
  overflow: hidden;
  background: var(--sl-mid);
}
.stormlight-product-section .sl-system-image img {
  width: 100%;
  height: auto;
}
.stormlight-product-section .sl-system-block {
  margin: 36px 0;
  padding-top: 36px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.stormlight-product-section .sl-system-block:first-of-type {
  margin-top: 16px;
}
.stormlight-product-section .sl-system-h {
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  font-size: clamp(22px, 2.2vw, 28px);
  line-height: 1.2;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  margin: 0 0 16px;
}
.stormlight-product-section .sl-system-block p {
  margin: 0 0 14px;
  font-size: 16px;
  line-height: 1.7;
}
.stormlight-product-section .sl-system-block p:last-child { margin-bottom: 0; }

.stormlight-product-section .sl-specs { background: var(--sl-dark); }
.stormlight-product-section .sl-spec-table {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.stormlight-product-section .sl-spec-row {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 24px;
  padding: 16px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.stormlight-product-section .sl-spec-row:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.stormlight-product-section .sl-spec-divider {
  border-top: 1px solid rgba(245, 184, 0, 0.3);
}
.stormlight-product-section .sl-spec-row dt {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--sl-muted);
  margin: 0;
}
.stormlight-product-section .sl-spec-row dd {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  color: var(--sl-text);
}

.stormlight-product-section .sl-comparison { background: var(--sl-deep); }
.stormlight-product-section .sl-compare-wrap {
  margin-top: 24px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.stormlight-product-section .sl-compare-table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
}
.stormlight-product-section .sl-compare-table thead th {
  padding: 16px 18px;
  text-align: left;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--sl-muted);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.stormlight-product-section .sl-compare-table tbody td {
  padding: 22px 18px;
  font-size: 15px;
  line-height: 1.5;
  color: var(--sl-text);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  vertical-align: middle;
}
.stormlight-product-section .sl-compare-table tbody tr:last-child td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.stormlight-product-section .sl-compare-row.is-current td {
  background: rgba(245, 184, 0, 0.04);
  border-top-color: var(--sl-gold);
}
.stormlight-product-section .sl-compare-row.is-current + tr td {
  border-top-color: var(--sl-gold);
}
.stormlight-product-section .sl-compare-name-cell {
  white-space: nowrap;
}
.stormlight-product-section .sl-compare-name {
  display: block;
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  font-size: 19px;
  line-height: 1.1;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: var(--sl-text);
}
.stormlight-product-section .sl-compare-row.is-current .sl-compare-name {
  color: var(--sl-gold);
}
.stormlight-product-section .sl-compare-current-tag {
  display: inline-block;
  margin-top: 6px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--sl-gold);
  padding: 3px 8px;
  border: 1px solid rgba(245, 184, 0, 0.4);
  border-radius: 2px;
}
.stormlight-product-section .sl-compare-link-cell {
  white-space: nowrap;
  text-align: right;
}
.stormlight-product-section .sl-compare-link {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.stormlight-product-section .sl-compare-current-text {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--sl-muted);
}

/* ============================================================
   BOX + TRUST + FAQ
   ============================================================ */
.stormlight-product-section .sl-box { background: var(--sl-mid); }
.stormlight-product-section .sl-box-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
  margin-bottom: 56px;
}
.stormlight-product-section .sl-box-image-col {
  background: var(--sl-deep);
  aspect-ratio: 4 / 3;
  border-radius: 2px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.stormlight-product-section .sl-box-image-col img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 0;
}
.stormlight-product-section .sl-box-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.stormlight-product-section .sl-box-list li {
  padding: 16px 0;
  font-size: 17px;
  line-height: 1.5;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  position: relative;
  padding-left: 28px;
}
.stormlight-product-section .sl-box-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 27px;
  width: 14px;
  height: 1px;
  background: var(--sl-gold);
}
.stormlight-product-section .sl-box-list li:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.stormlight-product-section .sl-cable-note {
  background: rgba(245, 184, 0, 0.04);
  border-left: 2px solid var(--sl-gold);
  padding: 32px 36px;
  margin-top: 32px;
}
.stormlight-product-section .sl-cable-h {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--sl-gold);
  margin: 0 0 14px;
}
.stormlight-product-section .sl-cable-note p {
  margin: 0 0 12px;
  font-size: 15.5px;
  line-height: 1.7;
}
.stormlight-product-section .sl-cable-closer {
  font-family: 'Barlow', sans-serif;
  color: var(--sl-text);
  opacity: 0.85;
  margin-top: 8px !important;
}

.stormlight-product-section .sl-trust { background: var(--sl-dark); }
.stormlight-product-section .sl-trust-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  margin-top: 16px;
}
.stormlight-product-section .sl-trust-card {
  padding: 36px 36px 32px;
  background: var(--sl-mid);
  border-radius: 2px;
  border-top: 2px solid var(--sl-gold);
}
.stormlight-product-section .sl-trust-h {
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  font-size: 26px;
  line-height: 1.15;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  margin: 0 0 18px;
}
.stormlight-product-section .sl-trust-card p {
  margin: 0 0 16px;
  font-size: 15.5px;
  line-height: 1.7;
}
.stormlight-product-section .sl-trust-link {
  display: inline-block;
  margin-top: 8px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--sl-gold);
  border-bottom: 1px solid var(--sl-gold);
  padding-bottom: 3px;
}

.stormlight-product-section .sl-faq { background: var(--sl-deep); }
.stormlight-product-section .sl-faq-list {
  margin: 16px 0 0;
  display: flex;
  flex-direction: column;
}
.stormlight-product-section .sl-faq-item {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.stormlight-product-section .sl-faq-item:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.stormlight-product-section .sl-faq-q {
  display: block;
  width: 100%;
  padding: 24px 0;
  margin: 0;
  background: transparent;
  border: 0;
  text-align: left;
  font: inherit;
  color: inherit;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}
.stormlight-product-section .sl-faq-q:focus-visible {
  outline: 2px solid var(--sl-gold);
  outline-offset: 4px;
}
.stormlight-product-section .sl-faq-q-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  font-size: clamp(18px, 1.8vw, 22px);
  line-height: 1.3;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: var(--sl-text);
  transition: color 0.2s ease;
}
.stormlight-product-section .sl-faq-q:hover .sl-faq-q-row {
  color: var(--sl-gold);
}
.stormlight-product-section .sl-faq-q-text {
  flex: 1 1 auto;
}
.stormlight-product-section .sl-faq-icon {
  flex-shrink: 0;
  position: relative;
  display: block;
  width: 18px;
  height: 18px;
  transition: transform 0.3s ease;
}
.stormlight-product-section .sl-faq-icon::before,
.stormlight-product-section .sl-faq-icon::after {
  content: '';
  position: absolute;
  background-color: var(--sl-gold);
  transition: transform 0.3s ease;
}
.stormlight-product-section .sl-faq-icon::before {
  top: calc(50% - 1px);
  left: 0;
  right: 0;
  height: 2px;
}
.stormlight-product-section .sl-faq-icon::after {
  top: 0;
  bottom: 0;
  left: calc(50% - 1px);
  width: 2px;
}
.stormlight-product-section .sl-faq-item.is-open .sl-faq-icon::after {
  transform: scaleY(0);
}
.stormlight-product-section .sl-faq-a {
  padding: 0 0 28px;
  max-width: 680px;
  display: none !important;
}
.stormlight-product-section .sl-faq-item.is-open .sl-faq-a {
  display: block !important;
}
.stormlight-product-section .sl-faq-a p {
  margin: 0 0 14px;
  font-size: 16px;
  line-height: 1.7;
  color: var(--sl-text);
  opacity: 0.92;
}
.stormlight-product-section .sl-faq-a p:last-child {
  margin-bottom: 0;
}
.stormlight-product-section .sl-faq-a strong {
  color: var(--sl-text);
  font-weight: 500;
  opacity: 1;
}
.stormlight-product-section .sl-faq-a a {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  border-bottom: 1px solid var(--sl-gold);
  padding-bottom: 2px;
}

/* ============================================================
   BOTTOM CTA + RELATED + STICKY
   ============================================================ */
.stormlight-product-section .sl-bottom-cta {
  background: var(--sl-deep);
  padding: 120px 32px;
  text-align: center;
}
.stormlight-product-section .sl-bottom-h {
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  font-size: clamp(36px, 5.5vw, 64px);
  line-height: 1.05;
  letter-spacing: 0.005em;
  text-transform: uppercase;
  margin: 0 0 32px;
}
.stormlight-product-section .sl-bottom-sub {
  max-width: 640px;
  margin: 0 auto 40px;
  font-size: 17px;
  line-height: 1.7;
  color: var(--sl-text);
  opacity: 0.92;
}
.stormlight-product-section .sl-bottom-price {
  font-family: 'Anton', sans-serif;
  font-size: 40px;
  color: var(--sl-gold);
  margin-bottom: 32px;
}
.stormlight-product-section .sl-cart-form--bottom {
  max-width: 360px;
  margin: 0 auto 28px;
}
.stormlight-product-section .sl-bottom-meta {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 13px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--sl-muted);
  margin: 0;
}

.stormlight-product-section .sl-related {
  background: var(--sl-dark);
  padding: 120px 32px;
}
.stormlight-product-section .sl-related-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-top: 16px;
}
.stormlight-product-section .sl-related-card {
  display: block;
  background: var(--sl-mid);
  border-radius: 2px;
  overflow: hidden;
  color: inherit;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.stormlight-product-section .sl-related-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4);
  opacity: 1;
}
.stormlight-product-section .sl-related-image {
  aspect-ratio: 4 / 3;
  background: #ffffff;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.stormlight-product-section .sl-related-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 16px;
}
.stormlight-product-section .sl-related-body {
  padding: 24px 24px 28px;
}
.stormlight-product-section .sl-related-eyebrow {
  display: block;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--sl-gold);
  margin-bottom: 8px;
}
.stormlight-product-section .sl-related-name {
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.15;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  margin: 0 0 10px;
}
.stormlight-product-section .sl-related-desc {
  font-size: 14.5px;
  line-height: 1.55;
  margin: 0;
  color: var(--sl-muted);
}

.stormlight-product-section .sl-sticky-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 998;
  background: rgba(6, 7, 10, 0.96);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-top: 1px solid rgba(245, 184, 0, 0.2);
  padding: 12px 16px calc(12px + env(safe-area-inset-bottom));
  transform: translateY(100%);
  transition: transform 0.3s ease, opacity 0.2s ease;
  opacity: 0;
  pointer-events: none;
  display: none;
}
.stormlight-product-section .sl-sticky-cta.is-visible {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}
.stormlight-product-section .sl-sticky-cta-inner {
  display: flex;
  align-items: center;
  gap: 14px;
  max-width: 600px;
  margin: 0 auto;
}
.stormlight-product-section .sl-sticky-info {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}
.stormlight-product-section .sl-sticky-name {
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: var(--sl-text);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.stormlight-product-section .sl-sticky-price {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.08em;
  color: var(--sl-gold);
}
.stormlight-product-section .sl-cart-form--sticky {
  flex-grow: 1;
  margin: 0;
}
.stormlight-product-section .sl-add-to-cart--sticky {
  padding: 14px 18px;
  font-size: 13px;
  letter-spacing: 0.18em;
}

/* ============================================================
   MOBILE
   ============================================================ */
@media (max-width: 900px) {
  .stormlight-product-section .sl-buy-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .stormlight-product-section .sl-pillar-grid,
  .stormlight-product-section .sl-use-grid,
  .stormlight-product-section .sl-trust-grid,
  .stormlight-product-section .sl-box-grid,
  .stormlight-product-section .sl-fit-block {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .stormlight-product-section .sl-related-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .stormlight-product-section .sl-sticky-cta {
    display: block;
  }
  .stormlight-product-section .sl-related,
  .stormlight-product-section .sl-bottom-cta {
    padding-bottom: calc(120px + env(safe-area-inset-bottom));
  }
  .stormlight-product-section .sl-output-h2 {
    margin-bottom: 40px;
  }
  .stormlight-product-section .sl-output-card {
    margin-bottom: 40px;
  }
}

@media (max-width: 720px) {
  .stormlight-product-section { font-size: 16px; }
  .stormlight-product-section .sl-chapter { padding: 80px 20px; }
  .stormlight-product-section .sl-buy-block,
  .stormlight-product-section .sl-bottom-cta,
  .stormlight-product-section .sl-related,
  .stormlight-product-section .sl-reviews { padding: 80px 20px; }

  .stormlight-product-section .sl-hero-images {
    aspect-ratio: 4 / 5;
  }
  .stormlight-product-section .sl-hero-slide img {
    object-position: center;
  }
  .stormlight-product-section .sl-hero-content {
    padding: 32px 20px 56px;
  }
  .stormlight-product-section .sl-hero-credit {
    padding: 14px 20px;
    min-height: 56px;
  }
  .stormlight-product-section .sl-hero-credit-text {
    font-size: 11px;
    letter-spacing: 0.16em;
    line-height: 1.7;
  }
  .stormlight-product-section .sl-hero-credit-sep {
    margin: 0 4px;
  }

  .stormlight-product-section .sl-chapter-ghost {
    font-size: 28vw;
    right: -8vw;
  }
  .stormlight-product-section .sl-runtime-row {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .stormlight-product-section .sl-spec-row {
    grid-template-columns: 1fr;
    gap: 4px;
    padding: 14px 0;
  }
  .stormlight-product-section .sl-spec-row dt { font-size: 12px; }
  .stormlight-product-section .sl-h2 { margin-bottom: 28px; }
  .stormlight-product-section .sl-cable-note,
  .stormlight-product-section .sl-cold-block { padding: 22px 20px; }
  .stormlight-product-section .sl-fit-block { padding: 32px 24px 28px; gap: 32px; margin-top: 48px; }
  .stormlight-product-section .sl-use-body,
  .stormlight-product-section .sl-trust-card { padding: 24px 22px 26px; }
  .stormlight-product-section .sl-gallery-thumb {
    width: 64px;
    height: 64px;
  }
  .stormlight-product-section .sl-trust-strip {
    padding: 16px 0;
  }
  .stormlight-product-section .sl-faq-q {
    padding: 20px 0;
  }
  .stormlight-product-section .sl-faq-q-row {
    gap: 16px;
  }
  .stormlight-product-section .sl-faq-a {
    padding: 0 0 22px;
  }
  .stormlight-product-section .sl-reviews-intro {
    font-size: 15px;
    margin-bottom: 24px;
  }
  .stormlight-product-section .sl-sticky-name { font-size: 15px; }
  .stormlight-product-section .sl-add-to-cart--sticky {
    padding: 13px 14px;
    font-size: 12px;
    letter-spacing: 0.14em;
  }

  .stormlight-product-section .sl-output-labels {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .stormlight-product-section .sl-output-h2 {
    margin-bottom: 32px;
  }
  .stormlight-product-section .sl-output-card {
    margin-bottom: 32px;
    padding: 16px 8px 12px;
  }
  .stormlight-product-section .sl-output-label {
    font-size: 13px;
  }
}
/* END_SECTION:pro-3100 */

/* START_SECTION:pro-700 (INDEX:61) */
/* ============================================================
   HERO — letterbox structure with random slide picker
   ------------------------------------------------------------
   Up to 3 slides. JS picks one at random on page load and shows
   only that one (plus its matching credit). All slides exist in
   the DOM but only the active one is visible; lazy-loaded slides
   never download unless they're the random pick.
   ============================================================ */
.stormlight-product-section .sl-hero {
  position: relative;
  display: block;
  background: var(--sl-deep);
  overflow: hidden;
}
.stormlight-product-section .sl-hero-images {
  position: relative;
  width: 100%;
  aspect-ratio: 21 / 9;
  background: var(--sl-deep);
  overflow: hidden;
}
.stormlight-product-section .sl-hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out;
}
.stormlight-product-section .sl-hero-slide.is-active {
  opacity: 1;
  pointer-events: auto;
}
.stormlight-product-section .sl-hero-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center var(--sl-focal-y, 50%);
}
.stormlight-product-section .sl-hero-images::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 80px;
  background: linear-gradient(180deg, rgba(6,7,10,0) 0%, var(--sl-deep) 100%);
  pointer-events: none;
  z-index: 2;
}
.stormlight-product-section .sl-hero-placeholder {
  background: linear-gradient(135deg, var(--sl-mid), var(--sl-deep));
  opacity: 1;
}

/* Credit strip — proof line under the image. Each slide carries its own
   credit text; only the active one is shown. The strip itself stays a
   fixed minimum height so layout doesn't jump if a credit wraps to a
   different number of lines than another slide's credit. */
.stormlight-product-section .sl-hero-credit {
  position: relative;
  background: var(--sl-deep);
  padding: 16px 32px;
  text-align: center;
  border-bottom: 1px solid rgba(245, 184, 0, 0.18);
  min-height: 50px;
}
.stormlight-product-section .sl-hero-credit-text {
  margin: 0;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--sl-text);
  opacity: 0.7;
  line-height: 1.6;
}
.stormlight-product-section .sl-hero-credit-slide {
  display: none;
}
.stormlight-product-section .sl-hero-credit-slide.is-active {
  display: block;
}
.stormlight-product-section .sl-hero-credit-num {
  color: var(--sl-gold);
  font-weight: 600;
  letter-spacing: 0.16em;
}
.stormlight-product-section .sl-hero-credit-sep {
  color: rgba(245, 184, 0, 0.4);
  margin: 0 6px;
}

.stormlight-product-section .sl-hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 64px 32px 80px;
  background: var(--sl-deep);
}
.stormlight-product-section .sl-eyebrow {
  display: block;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--sl-gold);
  margin-bottom: 28px;
}
.stormlight-product-section .sl-hero-headline {
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  font-size: clamp(40px, 7vw, 88px);
  line-height: 1.02;
  letter-spacing: 0.005em;
  text-transform: uppercase;
  margin: 0 0 24px;
  color: var(--sl-text);
  max-width: 900px;
}
.stormlight-product-section .sl-hero-tagline {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  font-size: clamp(18px, 2vw, 24px);
  letter-spacing: 0.06em;
  line-height: 1.3;
  max-width: 640px;
  margin: 0 0 20px;
  color: var(--sl-gold);
  text-transform: uppercase;
}
.stormlight-product-section .sl-hero-sub {
  font-family: 'Barlow', sans-serif;
  font-weight: 300;
  font-size: clamp(16px, 1.5vw, 19px);
  line-height: 1.55;
  max-width: 640px;
  margin: 0;
  color: var(--sl-text);
  opacity: 0.9;
}

/* ============================================================
   STORMLIGHT PRO 1200 — Section styles
   All scoped under .stormlight-product-section
   ============================================================ */
.stormlight-product-section {
  --sl-gold: #F5B800;
  --sl-ember: #E8620A;
  --sl-dark: #0D0D14;
  --sl-deep: #06070A;
  --sl-mid: #1A1A2E;
  --sl-text: #E8E8F0;
  --sl-muted: #8888AA;
  --sl-chapter-w: 780px;
  --sl-chapter-w-wide: 1180px;
  background: var(--sl-dark);
  color: var(--sl-text);
  font-family: 'Barlow', sans-serif;
  font-weight: 300;
  line-height: 1.8;
  font-size: 17px;
  letter-spacing: 0.01em;
  overflow-x: hidden;
}
.stormlight-product-section *,
.stormlight-product-section *::before,
.stormlight-product-section *::after {
  box-sizing: border-box;
}
.stormlight-product-section em {
  color: var(--sl-gold) !important;
  font-style: normal !important;
  font-weight: inherit;
}
.stormlight-product-section a {
  color: var(--sl-gold);
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.stormlight-product-section a:hover { opacity: 0.75; }
.stormlight-product-section img {
  max-width: 100%;
  height: auto;
  display: block;
}
/* Reveal */
.stormlight-product-section .reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.stormlight-product-section .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}
/* Shared label / hairline */
.stormlight-product-section .sl-label {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--sl-gold);
  margin-bottom: 24px;
}
.stormlight-product-section .sl-hairline {
  display: inline-block;
  width: 24px;
  height: 1px;
  background: var(--sl-gold);
}
/* Shared h2 */
.stormlight-product-section .sl-h2 {
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  font-size: clamp(36px, 5vw, 56px);
  line-height: 1.05;
  letter-spacing: 0.005em;
  text-transform: uppercase;
  margin: 0 0 40px;
  color: var(--sl-text);
}
/* Chapter frame */
.stormlight-product-section .sl-chapter {
  position: relative;
  padding: 120px 32px;
  overflow: hidden;
}
.stormlight-product-section .sl-chapter-inner {
  position: relative;
  max-width: var(--sl-chapter-w);
  margin: 0 auto;
  z-index: 2;
}
.stormlight-product-section .sl-chapter-inner--wide {
  max-width: var(--sl-chapter-w-wide);
}
.stormlight-product-section .sl-chapter-ghost {
  position: absolute;
  top: 50%;
  right: -2vw;
  transform: translateY(-50%);
  font-family: 'Anton', sans-serif;
  font-size: 14vw;
  line-height: 1;
  color: var(--sl-gold);
  opacity: 0.07;
  pointer-events: none;
  user-select: none;
  z-index: 1;
}
/* ============================================================
   BUY BLOCK
   ============================================================ */
.stormlight-product-section .sl-buy-block {
  background: var(--sl-deep);
  padding: 80px 32px;
}
.stormlight-product-section .sl-buy-grid {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start;
}
/* Gallery */
.stormlight-product-section .sl-gallery-main {
  background: var(--sl-deep);
  border-radius: 2px;
  aspect-ratio: 1;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.stormlight-product-section .sl-gallery-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.stormlight-product-section .sl-gallery-placeholder {
  width: 100%;
  height: 100%;
  background: #1a1a1a;
}
.stormlight-product-section .sl-gallery-thumbs {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.stormlight-product-section .sl-gallery-thumb {
  width: 80px;
  height: 80px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: var(--sl-deep);
  border-radius: 2px;
  cursor: pointer;
  overflow: hidden;
  transition: border-color 0.2s ease;
}
.stormlight-product-section .sl-gallery-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.stormlight-product-section .sl-gallery-thumb:hover {
  border-color: var(--sl-gold);
}
.stormlight-product-section .sl-gallery-thumb.is-active {
  border-color: var(--sl-gold);
  box-shadow: 0 0 0 1px var(--sl-gold);
}
/* Purchase panel */
.stormlight-product-section .sl-purchase {
  padding-top: 8px;
}
.stormlight-product-section .sl-product-name {
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  font-size: clamp(40px, 5vw, 56px);
  line-height: 1;
  letter-spacing: 0.005em;
  text-transform: uppercase;
  margin: 0 0 20px;
}
.stormlight-product-section .sl-price {
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  font-size: 32px;
  letter-spacing: 0.01em;
  color: var(--sl-gold);
  margin-bottom: 28px;
}
.stormlight-product-section .sl-product-desc {
  font-size: 16px;
  line-height: 1.7;
  margin: 0 0 24px;
  color: var(--sl-text);
  opacity: 0.92;
}
.stormlight-product-section .sl-quick-specs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--sl-muted);
  padding: 16px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  margin-bottom: 28px;
}
.stormlight-product-section .sl-quick-specs .sl-dot {
  color: rgba(255, 255, 255, 0.25);
}
/* Add to cart */
.stormlight-product-section .sl-cart-form {
  margin-bottom: 28px;
}
.stormlight-product-section .sl-add-to-cart {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  padding: 20px 32px;
  background: var(--sl-gold);
  color: var(--sl-dark);
  border: none;
  border-radius: 2px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.1s ease;
}
.stormlight-product-section .sl-add-to-cart:hover:not(:disabled) {
  background: #ffd24a;
}
.stormlight-product-section .sl-add-to-cart:active:not(:disabled) {
  transform: translateY(1px);
}
.stormlight-product-section .sl-add-to-cart:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}
.stormlight-product-section .sl-add-to-cart--lg {
  padding: 24px 40px;
  font-size: 16px;
  max-width: 360px;
  margin: 0 auto;
}
.stormlight-product-section .sl-cta-spinner {
  display: none;
  width: 16px;
  height: 16px;
  border: 2px solid rgba(13, 13, 20, 0.3);
  border-top-color: var(--sl-dark);
  border-radius: 50%;
  animation: sl-spin 0.7s linear infinite;
}
.stormlight-product-section .sl-add-to-cart.is-loading .sl-cta-spinner {
  display: inline-block;
}
.stormlight-product-section .sl-add-to-cart.is-loading .sl-cta-label {
  opacity: 0.6;
}
@keyframes sl-spin {
  to { transform: rotate(360deg); }
}
.stormlight-product-section .sl-cart-feedback {
  margin: 14px 0 0;
  min-height: 1.4em;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 14px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--sl-gold);
}
.stormlight-product-section .sl-cart-feedback.is-error {
  color: var(--sl-ember);
}
/* Checks */
.stormlight-product-section .sl-checks {
  list-style: none;
  margin: 0;
  padding: 0;
}
.stormlight-product-section .sl-checks li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 10px 0;
  font-size: 15px;
  line-height: 1.5;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.stormlight-product-section .sl-checks li:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.stormlight-product-section .sl-check {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  margin-top: 2px;
  color: var(--sl-gold);
  font-weight: 600;
}
/* ============================================================
   PILLARS
   ============================================================ */
.stormlight-product-section .sl-pillars {
  background: var(--sl-dark);
}
.stormlight-product-section .sl-pillar-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px 56px;
  margin-top: 16px;
}
.stormlight-product-section .sl-pillar {
  padding: 8px 0;
}
.stormlight-product-section .sl-pillar-num {
  display: block;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--sl-gold);
  margin-bottom: 14px;
}
.stormlight-product-section .sl-pillar-h {
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  font-size: clamp(24px, 2.4vw, 30px);
  line-height: 1.2;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  margin: 0 0 18px;
  color: var(--sl-text);
}
.stormlight-product-section .sl-pillar p {
  margin: 0 0 14px;
  font-size: 16px;
  line-height: 1.7;
}
.stormlight-product-section .sl-pillar p:last-child { margin-bottom: 0; }
/* ============================================================
   RUNTIME
   ============================================================ */
.stormlight-product-section .sl-runtime {
  background: var(--sl-deep);
}
.stormlight-product-section .sl-lead {
  font-size: 18px;
  line-height: 1.7;
  margin: 0 0 48px;
  color: var(--sl-text);
  opacity: 0.92;
}
.stormlight-product-section .sl-runtime-list {
  display: flex;
  flex-direction: column;
}
.stormlight-product-section .sl-runtime-row {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 40px;
  padding: 28px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  align-items: baseline;
}
.stormlight-product-section .sl-runtime-row:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.stormlight-product-section .sl-runtime-meta {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.stormlight-product-section .sl-runtime-pct {
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  font-size: 36px;
  line-height: 1;
  color: var(--sl-gold);
  text-transform: uppercase;
}
.stormlight-product-section .sl-runtime-lm {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--sl-text);
}
.stormlight-product-section .sl-runtime-time {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 14px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--sl-muted);
}
.stormlight-product-section .sl-runtime-text {
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
}
.stormlight-product-section .sl-runtime-text strong {
  color: var(--sl-text);
  font-weight: 500;
}
.stormlight-product-section .sl-runtime-eco .sl-runtime-pct {
  color: var(--sl-ember);
}
/* Red LED block */
.stormlight-product-section .sl-red-block {
  margin-top: 48px;
  padding: 28px 32px;
  background: rgba(232, 98, 10, 0.05);
  border-left: 2px solid var(--sl-ember);
  border-radius: 0 2px 2px 0;
}
.stormlight-product-section .sl-red-h {
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  margin: 0 0 14px;
  color: var(--sl-text);
}
.stormlight-product-section .sl-red-block p {
  margin: 0 0 12px;
  font-size: 15.5px;
  line-height: 1.7;
}
.stormlight-product-section .sl-red-block p:last-child { margin-bottom: 0; }
/* Cold weather block */
.stormlight-product-section .sl-cold-block {
  margin-top: 28px;
  padding: 28px 32px;
  background: rgba(255, 255, 255, 0.03);
  border-left: 2px solid var(--sl-muted);
  border-radius: 0 2px 2px 0;
}
.stormlight-product-section .sl-cold-h {
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  margin: 0 0 14px;
  color: var(--sl-text);
}
.stormlight-product-section .sl-cold-block p {
  margin: 0 0 12px;
  font-size: 15.5px;
  line-height: 1.7;
}
.stormlight-product-section .sl-cold-block p:last-child { margin-bottom: 0; }
.stormlight-product-section .sl-closer {
  margin: 48px 0 0;
  padding: 24px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 16px;
  line-height: 1.7;
  color: var(--sl-muted);
}
/* ============================================================
   USE CASES
   ============================================================ */
.stormlight-product-section .sl-use-cases {
  background: var(--sl-dark);
}
.stormlight-product-section .sl-use-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px 40px;
  margin-top: 16px;
}
.stormlight-product-section .sl-use-card {
  background: var(--sl-mid);
  border-radius: 2px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.stormlight-product-section .sl-use-image {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: var(--sl-deep);
}
.stormlight-product-section .sl-use-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.stormlight-product-section .sl-use-body {
  padding: 32px 32px 36px;
}
.stormlight-product-section .sl-use-num {
  display: inline-block;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--sl-gold);
  margin-bottom: 12px;
}
.stormlight-product-section .sl-use-h {
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  font-size: clamp(22px, 2.2vw, 28px);
  line-height: 1.15;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  margin: 0 0 18px;
}
.stormlight-product-section .sl-use-body p {
  margin: 0 0 14px;
  font-size: 15.5px;
  line-height: 1.7;
}
.stormlight-product-section .sl-use-body p:last-child { margin-bottom: 0; }
.stormlight-product-section .sl-use-body strong {
  color: var(--sl-text);
  font-weight: 500;
}
.stormlight-product-section .sl-use-closer {
  margin: 48px 0 0;
  padding: 24px 24px;
  font-size: 15px;
  line-height: 1.7;
  color: var(--sl-muted);
  background: rgba(255, 255, 255, 0.02);
  border-radius: 2px;
  text-align: center;
}
.stormlight-product-section .sl-use-closer strong {
  color: var(--sl-gold);
  font-weight: 500;
}
/* ============================================================
   SYSTEM
   ============================================================ */
.stormlight-product-section .sl-system {
  background: var(--sl-deep);
}
.stormlight-product-section .sl-system-image {
  margin: 40px -8px 40px;
  border-radius: 2px;
  overflow: hidden;
  background: var(--sl-mid);
}
.stormlight-product-section .sl-system-image img {
  width: 100%;
  height: auto;
}
.stormlight-product-section .sl-system-block {
  margin: 36px 0;
  padding-top: 36px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.stormlight-product-section .sl-system-block:first-of-type {
  margin-top: 16px;
}
.stormlight-product-section .sl-system-h {
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  font-size: clamp(22px, 2.2vw, 28px);
  line-height: 1.2;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  margin: 0 0 16px;
}
.stormlight-product-section .sl-system-block p {
  margin: 0 0 14px;
  font-size: 16px;
  line-height: 1.7;
}
.stormlight-product-section .sl-system-block p:last-child { margin-bottom: 0; }
/* ============================================================
   SPECS
   ============================================================ */
.stormlight-product-section .sl-specs {
  background: var(--sl-dark);
}
.stormlight-product-section .sl-spec-table {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.stormlight-product-section .sl-spec-row {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 24px;
  padding: 16px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.stormlight-product-section .sl-spec-row:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.stormlight-product-section .sl-spec-divider {
  border-top: 1px solid rgba(245, 184, 0, 0.3);
}
.stormlight-product-section .sl-spec-row dt {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--sl-muted);
  margin: 0;
}
.stormlight-product-section .sl-spec-row dd {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  color: var(--sl-text);
}
/* ============================================================
   BOX
   ============================================================ */
.stormlight-product-section .sl-box {
  background: var(--sl-deep);
}
.stormlight-product-section .sl-box-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
  margin-bottom: 56px;
}
.stormlight-product-section .sl-box-image-col {
  background: var(--sl-mid);
  aspect-ratio: 4 / 3;
  border-radius: 2px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.stormlight-product-section .sl-box-image-col img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 16px;
}
.stormlight-product-section .sl-box-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.stormlight-product-section .sl-box-list li {
  padding: 16px 0;
  font-size: 17px;
  line-height: 1.5;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  position: relative;
  padding-left: 28px;
}
.stormlight-product-section .sl-box-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 27px;
  width: 14px;
  height: 1px;
  background: var(--sl-gold);
}
.stormlight-product-section .sl-box-list li:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.stormlight-product-section .sl-cable-note {
  background: rgba(245, 184, 0, 0.04);
  border-left: 2px solid var(--sl-gold);
  padding: 32px 36px;
  margin-top: 32px;
}
.stormlight-product-section .sl-cable-h {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--sl-gold);
  margin: 0 0 14px;
}
.stormlight-product-section .sl-cable-note p {
  margin: 0 0 12px;
  font-size: 15.5px;
  line-height: 1.7;
}
.stormlight-product-section .sl-cable-closer {
  font-family: 'Barlow', sans-serif;
  color: var(--sl-text);
  opacity: 0.85;
  margin-top: 8px !important;
}
/* ============================================================
   TRUST
   ============================================================ */
.stormlight-product-section .sl-trust {
  background: var(--sl-dark);
}
.stormlight-product-section .sl-trust-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  margin-top: 16px;
}
.stormlight-product-section .sl-trust-card {
  padding: 36px 36px 32px;
  background: var(--sl-mid);
  border-radius: 2px;
  border-top: 2px solid var(--sl-gold);
}
.stormlight-product-section .sl-trust-h {
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  font-size: 26px;
  line-height: 1.15;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  margin: 0 0 18px;
}
.stormlight-product-section .sl-trust-card p {
  margin: 0 0 16px;
  font-size: 15.5px;
  line-height: 1.7;
}
.stormlight-product-section .sl-trust-link {
  display: inline-block;
  margin-top: 8px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--sl-gold);
  border-bottom: 1px solid var(--sl-gold);
  padding-bottom: 3px;
}
/* ============================================================
   BOTTOM CTA
   ============================================================ */
.stormlight-product-section .sl-bottom-cta {
  background: var(--sl-deep);
  padding: 120px 32px;
  text-align: center;
}
.stormlight-product-section .sl-bottom-h {
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  font-size: clamp(36px, 5.5vw, 64px);
  line-height: 1.05;
  letter-spacing: 0.005em;
  text-transform: uppercase;
  margin: 0 0 32px;
}
.stormlight-product-section .sl-bottom-sub {
  max-width: 640px;
  margin: 0 auto 40px;
  font-size: 17px;
  line-height: 1.7;
  color: var(--sl-text);
  opacity: 0.92;
}
.stormlight-product-section .sl-bottom-price {
  font-family: 'Anton', sans-serif;
  font-size: 40px;
  color: var(--sl-gold);
  margin-bottom: 32px;
}
.stormlight-product-section .sl-cart-form--bottom {
  max-width: 360px;
  margin: 0 auto 28px;
}
.stormlight-product-section .sl-bottom-meta {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 13px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--sl-muted);
  margin: 0;
}
/* ============================================================
   RELATED
   ============================================================ */
.stormlight-product-section .sl-related {
  background: var(--sl-dark);
  padding: 120px 32px;
}
.stormlight-product-section .sl-related-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-top: 16px;
}
.stormlight-product-section .sl-related-card {
  display: block;
  background: var(--sl-mid);
  border-radius: 2px;
  overflow: hidden;
  color: inherit;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.stormlight-product-section .sl-related-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4);
  opacity: 1;
}
.stormlight-product-section .sl-related-image {
  aspect-ratio: 4 / 3;
  background: #ffffff;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.stormlight-product-section .sl-related-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 16px;
}
.stormlight-product-section .sl-related-body {
  padding: 24px 24px 28px;
}
.stormlight-product-section .sl-related-eyebrow {
  display: block;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--sl-gold);
  margin-bottom: 8px;
}
.stormlight-product-section .sl-related-name {
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.15;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  margin: 0 0 10px;
}
.stormlight-product-section .sl-related-desc {
  font-size: 14.5px;
  line-height: 1.55;
  margin: 0;
  color: var(--sl-muted);
}
/* ============================================================
   MOBILE
   ============================================================ */
@media (max-width: 900px) {
  .stormlight-product-section .sl-buy-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .stormlight-product-section .sl-pillar-grid,
  .stormlight-product-section .sl-use-grid,
  .stormlight-product-section .sl-trust-grid,
  .stormlight-product-section .sl-box-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .stormlight-product-section .sl-related-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
@media (max-width: 720px) {
  .stormlight-product-section {
    font-size: 16px;
  }
  .stormlight-product-section .sl-chapter {
    padding: 80px 20px;
  }
  .stormlight-product-section .sl-buy-block,
  .stormlight-product-section .sl-bottom-cta,
  .stormlight-product-section .sl-related {
    padding: 80px 20px;
  }
  .stormlight-product-section .sl-chapter-ghost {
    font-size: 28vw;
    right: -8vw;
  }
  .stormlight-product-section .sl-runtime-row {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .stormlight-product-section .sl-spec-row {
    grid-template-columns: 1fr;
    gap: 4px;
    padding: 14px 0;
  }
  .stormlight-product-section .sl-spec-row dt {
    font-size: 12px;
  }
  .stormlight-product-section .sl-h2 {
    margin-bottom: 28px;
  }
  .stormlight-product-section .sl-cable-note,
  .stormlight-product-section .sl-red-block,
  .stormlight-product-section .sl-cold-block {
    padding: 22px 20px;
  }
  .stormlight-product-section .sl-use-body,
  .stormlight-product-section .sl-trust-card {
    padding: 24px 22px 26px;
  }
  .stormlight-product-section .sl-gallery-thumb {
    width: 64px;
    height: 64px;
  }
}

/* ============================================================
   REAL LUMENS — output graph
   ============================================================ */
.stormlight-product-section .sl-output {
  background: var(--sl-dark);
  color: var(--sl-text);
  padding: clamp(64px, 8vw, 120px) clamp(20px, 4vw, 40px);
  font-family: 'Barlow', sans-serif;
  font-weight: 300;
  line-height: 1.6;
}
.stormlight-product-section .sl-output-inner {
  max-width: 1180px;
  margin: 0 auto;
}
.stormlight-product-section .sl-output-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--sl-gold);
  margin-bottom: 24px;
}
.stormlight-product-section .sl-output-hairline {
  display: inline-block;
  width: 24px;
  height: 1px;
  background: var(--sl-gold);
}
.stormlight-product-section .sl-output-h2 {
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  font-size: clamp(32px, 5vw, 56px);
  line-height: 1.05;
  letter-spacing: 0.005em;
  text-transform: uppercase;
  margin: 0 0 56px;
  color: var(--sl-text);
}
.stormlight-product-section .sl-output-h2 em {
  color: var(--sl-gold) !important;
  font-style: normal !important;
}
.stormlight-product-section .sl-output-card {
  background: var(--sl-deep);
  padding: clamp(20px, 2.5vw, 32px) clamp(12px, 2vw, 24px) clamp(16px, 2vw, 24px);
  border: 1px solid rgba(245, 184, 0, 0.08);
  border-radius: 2px;
  max-width: 880px;
  margin: 0 auto 56px;
}
.stormlight-product-section .sl-output-card svg {
  display: block;
  width: 100%;
  height: auto;
}
.stormlight-product-section .sl-output-labels {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  padding-top: 32px;
  border-top: 1px solid rgba(245, 184, 0, 0.15);
  max-width: 1080px;
  margin: 0 auto;
}
.stormlight-product-section .sl-output-label {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 1.55;
  color: var(--sl-text);
  opacity: 0.92;
  position: relative;
  padding-left: 20px;
}
.stormlight-product-section .sl-output-label::before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 10px;
  height: 1px;
  background: var(--sl-gold);
}

/* ============================================================
   REVIEWS (Junip)
   ============================================================ */
.stormlight-product-section .sl-reviews {
  background: var(--sl-mid);
  padding: 100px 32px;
}
.stormlight-product-section .sl-reviews .sl-chapter-inner {
  text-align: center;
}
.stormlight-product-section .sl-reviews .sl-label {
  justify-content: center;
}
.stormlight-product-section .sl-reviews-intro {
  max-width: 640px;
  margin: 0 auto 32px;
  font-size: 16px;
  line-height: 1.7;
  color: var(--sl-text);
  opacity: 0.85;
}
.stormlight-product-section .sl-reviews-empty {
  max-width: 560px;
  margin: 0 auto;
  padding: 24px 0 8px;
}
.stormlight-product-section .sl-reviews-empty-lead {
  font-size: 17px;
  line-height: 1.7;
  margin: 0 0 16px;
  color: var(--sl-text);
}
.stormlight-product-section .sl-reviews-empty-sub {
  font-size: 15px;
  line-height: 1.7;
  margin: 0;
  color: var(--sl-muted);
}
.stormlight-product-section .sl-reviews-widget {
  text-align: left;
  margin-top: 8px;
}
.stormlight-product-section .sl-product-stars {
  margin: 0 0 18px;
  min-height: 22px;
}
.stormlight-product-section .sl-product-stars .junip-product-summary {
  display: inline-block;
}

/* ============================================================
   FAQ
   ============================================================ */
.stormlight-product-section .sl-faq { background: var(--sl-deep); }
.stormlight-product-section .sl-faq-list {
  margin: 16px 0 0;
  display: flex;
  flex-direction: column;
}
.stormlight-product-section .sl-faq-item {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.stormlight-product-section .sl-faq-item:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.stormlight-product-section .sl-faq-q {
  display: block;
  width: 100%;
  padding: 24px 0;
  margin: 0;
  background: transparent;
  border: 0;
  text-align: left;
  font: inherit;
  color: inherit;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}
.stormlight-product-section .sl-faq-q:focus-visible {
  outline: 2px solid var(--sl-gold);
  outline-offset: 4px;
}
.stormlight-product-section .sl-faq-q-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  font-size: clamp(18px, 1.8vw, 22px);
  line-height: 1.3;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: var(--sl-text);
  transition: color 0.2s ease;
}
.stormlight-product-section .sl-faq-q:hover .sl-faq-q-row {
  color: var(--sl-gold);
}
.stormlight-product-section .sl-faq-q-text {
  flex: 1 1 auto;
}
.stormlight-product-section .sl-faq-icon {
  flex-shrink: 0;
  position: relative;
  display: block;
  width: 18px;
  height: 18px;
  transition: transform 0.3s ease;
}
.stormlight-product-section .sl-faq-icon::before,
.stormlight-product-section .sl-faq-icon::after {
  content: '';
  position: absolute;
  background-color: var(--sl-gold);
  transition: transform 0.3s ease;
}
.stormlight-product-section .sl-faq-icon::before {
  top: calc(50% - 1px);
  left: 0;
  right: 0;
  height: 2px;
}
.stormlight-product-section .sl-faq-icon::after {
  top: 0;
  bottom: 0;
  left: calc(50% - 1px);
  width: 2px;
}
.stormlight-product-section .sl-faq-item.is-open .sl-faq-icon::after {
  transform: scaleY(0);
}
.stormlight-product-section .sl-faq-a {
  padding: 0 0 28px;
  max-width: 680px;
  display: none !important;
}
.stormlight-product-section .sl-faq-item.is-open .sl-faq-a {
  display: block !important;
}
.stormlight-product-section .sl-faq-a p {
  margin: 0 0 14px;
  font-size: 16px;
  line-height: 1.7;
  color: var(--sl-text);
  opacity: 0.92;
}
.stormlight-product-section .sl-faq-a p:last-child {
  margin-bottom: 0;
}
.stormlight-product-section .sl-faq-a strong {
  color: var(--sl-text);
  font-weight: 500;
  opacity: 1;
}
.stormlight-product-section .sl-faq-a a {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  border-bottom: 1px solid var(--sl-gold);
  padding-bottom: 2px;
}

/* Mobile breakpoints for new sections */
@media (max-width: 720px) {
  .stormlight-product-section .sl-output-labels {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .stormlight-product-section .sl-output-h2 {
    margin-bottom: 32px;
  }
  .stormlight-product-section .sl-output-card {
    margin-bottom: 32px;
    padding: 16px 8px 12px;
  }
  .stormlight-product-section .sl-output-label {
    font-size: 13px;
  }
  .stormlight-product-section .sl-reviews {
    padding: 80px 20px;
  }
  .stormlight-product-section .sl-reviews-intro {
    font-size: 15px;
    margin-bottom: 24px;
  }
  .stormlight-product-section .sl-faq-q {
    padding: 20px 0;
  }
  .stormlight-product-section .sl-faq-q-row {
    gap: 16px;
  }
  .stormlight-product-section .sl-faq-a {
    padding: 0 0 22px;
  }
}

@media (max-width: 720px) {
  /* Mobile hero — taller portrait composition, dedicated mobile image */
  .stormlight-product-section .sl-hero-images {
    aspect-ratio: 4 / 5;
  }
  .stormlight-product-section .sl-hero-slide img {
    object-position: center;
  }
  .stormlight-product-section .sl-hero-content {
    padding: 32px 20px 56px;
  }

  /* Mobile credit line — wraps naturally on narrow viewports.
     Min-height bumps a little so layout doesn't jump if random pick
     swaps between a one-line and two-line credit. */
  .stormlight-product-section .sl-hero-credit {
    padding: 14px 20px;
    min-height: 56px;
  }
  .stormlight-product-section .sl-hero-credit-text {
    font-size: 11px;
    letter-spacing: 0.16em;
    line-height: 1.7;
  }
  .stormlight-product-section .sl-hero-credit-sep {
    margin: 0 4px;
  }

}
/* END_SECTION:pro-700 */

/* START_SECTION:pro-9000 (INDEX:62) */
/* ============================================================
   HERO — letterbox structure with random slide picker
   ------------------------------------------------------------
   Up to 3 slides. JS picks one at random on page load and shows
   only that one (plus its matching credit). All slides exist in
   the DOM but only the active one is visible; lazy-loaded slides
   never download unless they're the random pick.
   ============================================================ */
.stormlight-product-section .sl-hero {
  position: relative;
  display: block;
  background: var(--sl-deep);
  overflow: hidden;
}
.stormlight-product-section .sl-hero-images {
  position: relative;
  width: 100%;
  aspect-ratio: 21 / 9;
  background: var(--sl-deep);
  overflow: hidden;
}
.stormlight-product-section .sl-hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out;
}
.stormlight-product-section .sl-hero-slide.is-active {
  opacity: 1;
  pointer-events: auto;
}
.stormlight-product-section .sl-hero-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center var(--sl-focal-y, 50%);
}
.stormlight-product-section .sl-hero-images::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 80px;
  background: linear-gradient(180deg, rgba(6,7,10,0) 0%, var(--sl-deep) 100%);
  pointer-events: none;
  z-index: 2;
}
.stormlight-product-section .sl-hero-placeholder {
  background: linear-gradient(135deg, var(--sl-mid), var(--sl-deep));
  opacity: 1;
}

/* Credit strip — proof line under the image. Each slide carries its own
   credit text; only the active one is shown. The strip itself stays a
   fixed minimum height so layout doesn't jump if a credit wraps to a
   different number of lines than another slide's credit. */
.stormlight-product-section .sl-hero-credit {
  position: relative;
  background: var(--sl-deep);
  padding: 16px 32px;
  text-align: center;
  border-bottom: 1px solid rgba(245, 184, 0, 0.18);
  min-height: 50px;
}
.stormlight-product-section .sl-hero-credit-text {
  margin: 0;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--sl-text);
  opacity: 0.7;
  line-height: 1.6;
}
.stormlight-product-section .sl-hero-credit-slide {
  display: none;
}
.stormlight-product-section .sl-hero-credit-slide.is-active {
  display: block;
}
.stormlight-product-section .sl-hero-credit-num {
  color: var(--sl-gold);
  font-weight: 600;
  letter-spacing: 0.16em;
}
.stormlight-product-section .sl-hero-credit-sep {
  color: rgba(245, 184, 0, 0.4);
  margin: 0 6px;
}

.stormlight-product-section .sl-hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 64px 32px 80px;
  background: var(--sl-deep);
}
.stormlight-product-section .sl-eyebrow {
  display: block;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--sl-gold);
  margin-bottom: 28px;
}
.stormlight-product-section .sl-hero-headline {
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  font-size: clamp(40px, 7vw, 88px);
  line-height: 1.02;
  letter-spacing: 0.005em;
  text-transform: uppercase;
  margin: 0 0 24px;
  color: var(--sl-text);
  max-width: 900px;
}
.stormlight-product-section .sl-hero-tagline {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  font-size: clamp(18px, 2vw, 24px);
  letter-spacing: 0.06em;
  line-height: 1.3;
  max-width: 640px;
  margin: 0 0 20px;
  color: var(--sl-gold);
  text-transform: uppercase;
}
.stormlight-product-section .sl-hero-sub {
  font-family: 'Barlow', sans-serif;
  font-weight: 300;
  font-size: clamp(16px, 1.5vw, 19px);
  line-height: 1.55;
  max-width: 640px;
  margin: 0;
  color: var(--sl-text);
  opacity: 0.9;
}

/* ============================================================
   STORMLIGHT PRO 9000 — Section styles
   All scoped under .stormlight-product-section
   ============================================================ */
.stormlight-product-section {
  --sl-gold: #F5B800;
  --sl-ember: #E8620A;
  --sl-dark: #0D0D14;
  --sl-deep: #06070A;
  --sl-mid: #1A1A2E;
  --sl-text: #E8E8F0;
  --sl-muted: #8888AA;
  --sl-chapter-w: 780px;
  --sl-chapter-w-wide: 1180px;
  background: var(--sl-dark);
  color: var(--sl-text);
  font-family: 'Barlow', sans-serif;
  font-weight: 300;
  line-height: 1.8;
  font-size: 17px;
  letter-spacing: 0.01em;
  overflow-x: hidden;
}
.stormlight-product-section *,
.stormlight-product-section *::before,
.stormlight-product-section *::after {
  box-sizing: border-box;
}
.stormlight-product-section em {
  color: var(--sl-gold) !important;
  font-style: normal !important;
  font-weight: inherit;
}
.stormlight-product-section a {
  color: var(--sl-gold);
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.stormlight-product-section a:hover { opacity: 0.75; }
.stormlight-product-section img {
  max-width: 100%;
  height: auto;
  display: block;
}
/* Reveal */
.stormlight-product-section .reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.stormlight-product-section .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}
/* Shared label / hairline */
.stormlight-product-section .sl-label {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--sl-gold);
  margin-bottom: 24px;
}
.stormlight-product-section .sl-hairline {
  display: inline-block;
  width: 24px;
  height: 1px;
  background: var(--sl-gold);
}
/* Shared h2 */
.stormlight-product-section .sl-h2 {
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  font-size: clamp(36px, 5vw, 56px);
  line-height: 1.05;
  letter-spacing: 0.005em;
  text-transform: uppercase;
  margin: 0 0 40px;
  color: var(--sl-text);
}
/* Chapter frame */
.stormlight-product-section .sl-chapter {
  position: relative;
  padding: 120px 32px;
  overflow: hidden;
}
.stormlight-product-section .sl-chapter-inner {
  position: relative;
  max-width: var(--sl-chapter-w);
  margin: 0 auto;
  z-index: 2;
}
.stormlight-product-section .sl-chapter-inner--wide {
  max-width: var(--sl-chapter-w-wide);
}
.stormlight-product-section .sl-chapter-ghost {
  position: absolute;
  top: 50%;
  right: -2vw;
  transform: translateY(-50%);
  font-family: 'Anton', sans-serif;
  font-size: 14vw;
  line-height: 1;
  color: var(--sl-gold);
  opacity: 0.07;
  pointer-events: none;
  user-select: none;
  z-index: 1;
}
/* ============================================================
   BUY BLOCK
   ============================================================ */
.stormlight-product-section .sl-buy-block {
  background: var(--sl-deep);
  padding: 80px 32px;
}
.stormlight-product-section .sl-buy-grid {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start;
}
/* Gallery */
.stormlight-product-section .sl-gallery-main {
  background: var(--sl-deep);
  border-radius: 2px;
  aspect-ratio: 1;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.stormlight-product-section .sl-gallery-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.stormlight-product-section .sl-gallery-placeholder {
  width: 100%;
  height: 100%;
  background: #1a1a1a;
}
.stormlight-product-section .sl-gallery-thumbs {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.stormlight-product-section .sl-gallery-thumb {
  width: 80px;
  height: 80px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: var(--sl-deep);
  border-radius: 2px;
  cursor: pointer;
  overflow: hidden;
  transition: border-color 0.2s ease;
}
.stormlight-product-section .sl-gallery-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.stormlight-product-section .sl-gallery-thumb:hover {
  border-color: var(--sl-gold);
}
.stormlight-product-section .sl-gallery-thumb.is-active {
  border-color: var(--sl-gold);
  box-shadow: 0 0 0 1px var(--sl-gold);
}
/* Purchase panel */
.stormlight-product-section .sl-purchase {
  padding-top: 8px;
}
.stormlight-product-section .sl-product-name {
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  font-size: clamp(40px, 5vw, 56px);
  line-height: 1;
  letter-spacing: 0.005em;
  text-transform: uppercase;
  margin: 0 0 20px;
}
.stormlight-product-section .sl-price {
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  font-size: 32px;
  letter-spacing: 0.01em;
  color: var(--sl-gold);
  margin-bottom: 28px;
}
.stormlight-product-section .sl-product-desc {
  font-size: 16px;
  line-height: 1.7;
  margin: 0 0 24px;
  color: var(--sl-text);
  opacity: 0.92;
}
.stormlight-product-section .sl-quick-specs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--sl-muted);
  padding: 16px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  margin-bottom: 28px;
}
.stormlight-product-section .sl-quick-specs .sl-dot {
  color: rgba(255, 255, 255, 0.25);
}
/* Add to cart */
.stormlight-product-section .sl-cart-form {
  margin-bottom: 28px;
}
.stormlight-product-section .sl-add-to-cart {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  padding: 20px 32px;
  background: var(--sl-gold);
  color: var(--sl-dark);
  border: none;
  border-radius: 2px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.1s ease;
}
.stormlight-product-section .sl-add-to-cart:hover:not(:disabled) {
  background: #ffd24a;
}
.stormlight-product-section .sl-add-to-cart:active:not(:disabled) {
  transform: translateY(1px);
}
.stormlight-product-section .sl-add-to-cart:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}
.stormlight-product-section .sl-add-to-cart--lg {
  padding: 24px 40px;
  font-size: 16px;
  max-width: 360px;
  margin: 0 auto;
}
.stormlight-product-section .sl-cta-spinner {
  display: none;
  width: 16px;
  height: 16px;
  border: 2px solid rgba(13, 13, 20, 0.3);
  border-top-color: var(--sl-dark);
  border-radius: 50%;
  animation: sl-spin 0.7s linear infinite;
}
.stormlight-product-section .sl-add-to-cart.is-loading .sl-cta-spinner {
  display: inline-block;
}
.stormlight-product-section .sl-add-to-cart.is-loading .sl-cta-label {
  opacity: 0.6;
}
@keyframes sl-spin {
  to { transform: rotate(360deg); }
}
.stormlight-product-section .sl-cart-feedback {
  margin: 14px 0 0;
  min-height: 1.4em;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 14px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--sl-gold);
}
.stormlight-product-section .sl-cart-feedback.is-error {
  color: var(--sl-ember);
}
/* Checks */
.stormlight-product-section .sl-checks {
  list-style: none;
  margin: 0;
  padding: 0;
}
.stormlight-product-section .sl-checks li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 10px 0;
  font-size: 15px;
  line-height: 1.5;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.stormlight-product-section .sl-checks li:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.stormlight-product-section .sl-check {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  margin-top: 2px;
  color: var(--sl-gold);
  font-weight: 600;
}
/* ============================================================
   PILLARS
   ============================================================ */
.stormlight-product-section .sl-pillars {
  background: var(--sl-dark);
}
.stormlight-product-section .sl-pillar-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px 56px;
  margin-top: 16px;
}
.stormlight-product-section .sl-pillar {
  padding: 8px 0;
}
.stormlight-product-section .sl-pillar-num {
  display: block;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--sl-gold);
  margin-bottom: 14px;
}
.stormlight-product-section .sl-pillar-h {
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  font-size: clamp(24px, 2.4vw, 30px);
  line-height: 1.2;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  margin: 0 0 18px;
  color: var(--sl-text);
}
.stormlight-product-section .sl-pillar p {
  margin: 0 0 14px;
  font-size: 16px;
  line-height: 1.7;
}
.stormlight-product-section .sl-pillar p:last-child { margin-bottom: 0; }
/* ============================================================
   RUNTIME
   ============================================================ */
.stormlight-product-section .sl-runtime {
  background: var(--sl-deep);
}
.stormlight-product-section .sl-lead {
  font-size: 18px;
  line-height: 1.7;
  margin: 0 0 48px;
  color: var(--sl-text);
  opacity: 0.92;
}
.stormlight-product-section .sl-runtime-list {
  display: flex;
  flex-direction: column;
}
.stormlight-product-section .sl-runtime-row {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 40px;
  padding: 28px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  align-items: baseline;
}
.stormlight-product-section .sl-runtime-row:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.stormlight-product-section .sl-runtime-meta {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.stormlight-product-section .sl-runtime-pct {
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  font-size: 36px;
  line-height: 1;
  color: var(--sl-gold);
  text-transform: uppercase;
}
.stormlight-product-section .sl-runtime-lm {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--sl-text);
}
.stormlight-product-section .sl-runtime-time {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 14px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--sl-muted);
}
.stormlight-product-section .sl-runtime-text {
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
}
.stormlight-product-section .sl-runtime-text strong {
  color: var(--sl-text);
  font-weight: 500;
}
.stormlight-product-section .sl-runtime-eco .sl-runtime-pct {
  color: var(--sl-ember);
}
/* Red LED block */
.stormlight-product-section .sl-red-block {
  margin-top: 48px;
  padding: 28px 32px;
  background: rgba(232, 98, 10, 0.05);
  border-left: 2px solid var(--sl-ember);
  border-radius: 0 2px 2px 0;
}
.stormlight-product-section .sl-red-h {
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  margin: 0 0 14px;
  color: var(--sl-text);
}
.stormlight-product-section .sl-red-block p {
  margin: 0 0 12px;
  font-size: 15.5px;
  line-height: 1.7;
}
.stormlight-product-section .sl-red-block p:last-child { margin-bottom: 0; }
/* Cold weather block */
.stormlight-product-section .sl-cold-block {
  margin-top: 28px;
  padding: 28px 32px;
  background: rgba(255, 255, 255, 0.03);
  border-left: 2px solid var(--sl-muted);
  border-radius: 0 2px 2px 0;
}
.stormlight-product-section .sl-cold-h {
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  margin: 0 0 14px;
  color: var(--sl-text);
}
.stormlight-product-section .sl-cold-block p {
  margin: 0 0 12px;
  font-size: 15.5px;
  line-height: 1.7;
}
.stormlight-product-section .sl-cold-block p:last-child { margin-bottom: 0; }
.stormlight-product-section .sl-closer {
  margin: 48px 0 0;
  padding: 24px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 16px;
  line-height: 1.7;
  color: var(--sl-muted);
}
/* ============================================================
   USE CASES
   ============================================================ */
.stormlight-product-section .sl-use-cases {
  background: var(--sl-dark);
}
.stormlight-product-section .sl-use-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px 40px;
  margin-top: 16px;
}
.stormlight-product-section .sl-use-card {
  background: var(--sl-mid);
  border-radius: 2px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.stormlight-product-section .sl-use-image {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: var(--sl-deep);
}
.stormlight-product-section .sl-use-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.stormlight-product-section .sl-use-body {
  padding: 32px 32px 36px;
}
.stormlight-product-section .sl-use-num {
  display: inline-block;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--sl-gold);
  margin-bottom: 12px;
}
.stormlight-product-section .sl-use-h {
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  font-size: clamp(22px, 2.2vw, 28px);
  line-height: 1.15;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  margin: 0 0 18px;
}
.stormlight-product-section .sl-use-body p {
  margin: 0 0 14px;
  font-size: 15.5px;
  line-height: 1.7;
}
.stormlight-product-section .sl-use-body p:last-child { margin-bottom: 0; }
.stormlight-product-section .sl-use-body strong {
  color: var(--sl-text);
  font-weight: 500;
}
.stormlight-product-section .sl-use-closer {
  margin: 48px 0 0;
  padding: 24px 24px;
  font-size: 15px;
  line-height: 1.7;
  color: var(--sl-muted);
  background: rgba(255, 255, 255, 0.02);
  border-radius: 2px;
  text-align: center;
}
.stormlight-product-section .sl-use-closer strong {
  color: var(--sl-gold);
  font-weight: 500;
}
/* ============================================================
   SYSTEM
   ============================================================ */
.stormlight-product-section .sl-system {
  background: var(--sl-deep);
}
.stormlight-product-section .sl-system-image {
  margin: 40px -8px 40px;
  border-radius: 2px;
  overflow: hidden;
  background: var(--sl-mid);
}
.stormlight-product-section .sl-system-image img {
  width: 100%;
  height: auto;
}
.stormlight-product-section .sl-system-block {
  margin: 36px 0;
  padding-top: 36px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.stormlight-product-section .sl-system-block:first-of-type {
  margin-top: 16px;
}
.stormlight-product-section .sl-system-h {
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  font-size: clamp(22px, 2.2vw, 28px);
  line-height: 1.2;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  margin: 0 0 16px;
}
.stormlight-product-section .sl-system-block p {
  margin: 0 0 14px;
  font-size: 16px;
  line-height: 1.7;
}
.stormlight-product-section .sl-system-block p:last-child { margin-bottom: 0; }
/* ============================================================
   SPECS
   ============================================================ */
.stormlight-product-section .sl-specs {
  background: var(--sl-dark);
}
.stormlight-product-section .sl-spec-table {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.stormlight-product-section .sl-spec-row {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 24px;
  padding: 16px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.stormlight-product-section .sl-spec-row:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.stormlight-product-section .sl-spec-divider {
  border-top: 1px solid rgba(245, 184, 0, 0.3);
}
.stormlight-product-section .sl-spec-row dt {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--sl-muted);
  margin: 0;
}
.stormlight-product-section .sl-spec-row dd {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  color: var(--sl-text);
}
/* ============================================================
   BOX
   ============================================================ */
.stormlight-product-section .sl-box {
  background: var(--sl-deep);
}
.stormlight-product-section .sl-box-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
  margin-bottom: 56px;
}
.stormlight-product-section .sl-box-image-col {
  background: var(--sl-mid);
  aspect-ratio: 4 / 3;
  border-radius: 2px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.stormlight-product-section .sl-box-image-col img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 16px;
}
.stormlight-product-section .sl-box-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.stormlight-product-section .sl-box-list li {
  padding: 16px 0;
  font-size: 17px;
  line-height: 1.5;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  position: relative;
  padding-left: 28px;
}
.stormlight-product-section .sl-box-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 27px;
  width: 14px;
  height: 1px;
  background: var(--sl-gold);
}
.stormlight-product-section .sl-box-list li:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.stormlight-product-section .sl-cable-note {
  background: rgba(245, 184, 0, 0.04);
  border-left: 2px solid var(--sl-gold);
  padding: 32px 36px;
  margin-top: 32px;
}
.stormlight-product-section .sl-cable-h {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--sl-gold);
  margin: 0 0 14px;
}
.stormlight-product-section .sl-cable-note p {
  margin: 0 0 12px;
  font-size: 15.5px;
  line-height: 1.7;
}
.stormlight-product-section .sl-cable-closer {
  font-family: 'Barlow', sans-serif;
  color: var(--sl-text);
  opacity: 0.85;
  margin-top: 8px !important;
}
/* ============================================================
   TRUST
   ============================================================ */
.stormlight-product-section .sl-trust {
  background: var(--sl-dark);
}
.stormlight-product-section .sl-trust-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  margin-top: 16px;
}
.stormlight-product-section .sl-trust-card {
  padding: 36px 36px 32px;
  background: var(--sl-mid);
  border-radius: 2px;
  border-top: 2px solid var(--sl-gold);
}
.stormlight-product-section .sl-trust-h {
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  font-size: 26px;
  line-height: 1.15;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  margin: 0 0 18px;
}
.stormlight-product-section .sl-trust-card p {
  margin: 0 0 16px;
  font-size: 15.5px;
  line-height: 1.7;
}
.stormlight-product-section .sl-trust-link {
  display: inline-block;
  margin-top: 8px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--sl-gold);
  border-bottom: 1px solid var(--sl-gold);
  padding-bottom: 3px;
}
/* ============================================================
   BOTTOM CTA
   ============================================================ */
.stormlight-product-section .sl-bottom-cta {
  background: var(--sl-deep);
  padding: 120px 32px;
  text-align: center;
}
.stormlight-product-section .sl-bottom-h {
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  font-size: clamp(36px, 5.5vw, 64px);
  line-height: 1.05;
  letter-spacing: 0.005em;
  text-transform: uppercase;
  margin: 0 0 32px;
}
.stormlight-product-section .sl-bottom-sub {
  max-width: 640px;
  margin: 0 auto 40px;
  font-size: 17px;
  line-height: 1.7;
  color: var(--sl-text);
  opacity: 0.92;
}
.stormlight-product-section .sl-bottom-price {
  font-family: 'Anton', sans-serif;
  font-size: 40px;
  color: var(--sl-gold);
  margin-bottom: 32px;
}
.stormlight-product-section .sl-cart-form--bottom {
  max-width: 360px;
  margin: 0 auto 28px;
}
.stormlight-product-section .sl-bottom-meta {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 13px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--sl-muted);
  margin: 0;
}
/* ============================================================
   RELATED
   ============================================================ */
.stormlight-product-section .sl-related {
  background: var(--sl-dark);
  padding: 120px 32px;
}
.stormlight-product-section .sl-related-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-top: 16px;
}
.stormlight-product-section .sl-related-card {
  display: block;
  background: var(--sl-mid);
  border-radius: 2px;
  overflow: hidden;
  color: inherit;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.stormlight-product-section .sl-related-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4);
  opacity: 1;
}
.stormlight-product-section .sl-related-image {
  aspect-ratio: 4 / 3;
  background: #ffffff;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.stormlight-product-section .sl-related-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 16px;
}
.stormlight-product-section .sl-related-body {
  padding: 24px 24px 28px;
}
.stormlight-product-section .sl-related-eyebrow {
  display: block;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--sl-gold);
  margin-bottom: 8px;
}
.stormlight-product-section .sl-related-name {
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.15;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  margin: 0 0 10px;
}
.stormlight-product-section .sl-related-desc {
  font-size: 14.5px;
  line-height: 1.55;
  margin: 0;
  color: var(--sl-muted);
}
/* ============================================================
   MOBILE
   ============================================================ */
@media (max-width: 900px) {
  .stormlight-product-section .sl-buy-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .stormlight-product-section .sl-pillar-grid,
  .stormlight-product-section .sl-use-grid,
  .stormlight-product-section .sl-trust-grid,
  .stormlight-product-section .sl-box-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .stormlight-product-section .sl-related-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
@media (max-width: 720px) {
  .stormlight-product-section {
    font-size: 16px;
  }
  .stormlight-product-section .sl-chapter {
    padding: 80px 20px;
  }
  .stormlight-product-section .sl-buy-block,
  .stormlight-product-section .sl-bottom-cta,
  .stormlight-product-section .sl-related {
    padding: 80px 20px;
  }
  .stormlight-product-section .sl-chapter-ghost {
    font-size: 28vw;
    right: -8vw;
  }
  .stormlight-product-section .sl-runtime-row {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .stormlight-product-section .sl-spec-row {
    grid-template-columns: 1fr;
    gap: 4px;
    padding: 14px 0;
  }
  .stormlight-product-section .sl-spec-row dt {
    font-size: 12px;
  }
  .stormlight-product-section .sl-h2 {
    margin-bottom: 28px;
  }
  .stormlight-product-section .sl-cable-note,
  .stormlight-product-section .sl-red-block,
  .stormlight-product-section .sl-cold-block {
    padding: 22px 20px;
  }
  .stormlight-product-section .sl-use-body,
  .stormlight-product-section .sl-trust-card {
    padding: 24px 22px 26px;
  }
  .stormlight-product-section .sl-gallery-thumb {
    width: 64px;
    height: 64px;
  }
}

/* ============================================================
   REAL LUMENS — output graph
   ============================================================ */
.stormlight-product-section .sl-output {
  background: var(--sl-dark);
  color: var(--sl-text);
  padding: clamp(64px, 8vw, 120px) clamp(20px, 4vw, 40px);
  font-family: 'Barlow', sans-serif;
  font-weight: 300;
  line-height: 1.6;
}
.stormlight-product-section .sl-output-inner {
  max-width: 1180px;
  margin: 0 auto;
}
.stormlight-product-section .sl-output-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--sl-gold);
  margin-bottom: 24px;
}
.stormlight-product-section .sl-output-hairline {
  display: inline-block;
  width: 24px;
  height: 1px;
  background: var(--sl-gold);
}
.stormlight-product-section .sl-output-h2 {
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  font-size: clamp(32px, 5vw, 56px);
  line-height: 1.05;
  letter-spacing: 0.005em;
  text-transform: uppercase;
  margin: 0 0 56px;
  color: var(--sl-text);
}
.stormlight-product-section .sl-output-h2 em {
  color: var(--sl-gold) !important;
  font-style: normal !important;
}
.stormlight-product-section .sl-output-card {
  background: var(--sl-deep);
  padding: clamp(20px, 2.5vw, 32px) clamp(12px, 2vw, 24px) clamp(16px, 2vw, 24px);
  border: 1px solid rgba(245, 184, 0, 0.08);
  border-radius: 2px;
  max-width: 880px;
  margin: 0 auto 56px;
}
.stormlight-product-section .sl-output-card svg {
  display: block;
  width: 100%;
  height: auto;
}
.stormlight-product-section .sl-output-labels {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  padding-top: 32px;
  border-top: 1px solid rgba(245, 184, 0, 0.15);
  max-width: 1080px;
  margin: 0 auto;
}
.stormlight-product-section .sl-output-label {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 1.55;
  color: var(--sl-text);
  opacity: 0.92;
  position: relative;
  padding-left: 20px;
}
.stormlight-product-section .sl-output-label::before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 10px;
  height: 1px;
  background: var(--sl-gold);
}

/* ============================================================
   REVIEWS (Junip)
   ============================================================ */
.stormlight-product-section .sl-reviews {
  background: var(--sl-mid);
  padding: 100px 32px;
}
.stormlight-product-section .sl-reviews .sl-chapter-inner {
  text-align: center;
}
.stormlight-product-section .sl-reviews .sl-label {
  justify-content: center;
}
.stormlight-product-section .sl-reviews-intro {
  max-width: 640px;
  margin: 0 auto 32px;
  font-size: 16px;
  line-height: 1.7;
  color: var(--sl-text);
  opacity: 0.85;
}
.stormlight-product-section .sl-reviews-empty {
  max-width: 560px;
  margin: 0 auto;
  padding: 24px 0 8px;
}
.stormlight-product-section .sl-reviews-empty-lead {
  font-size: 17px;
  line-height: 1.7;
  margin: 0 0 16px;
  color: var(--sl-text);
}
.stormlight-product-section .sl-reviews-empty-sub {
  font-size: 15px;
  line-height: 1.7;
  margin: 0;
  color: var(--sl-muted);
}
.stormlight-product-section .sl-reviews-widget {
  text-align: left;
  margin-top: 8px;
}
.stormlight-product-section .sl-product-stars {
  margin: 0 0 18px;
  min-height: 22px;
}
.stormlight-product-section .sl-product-stars .junip-product-summary {
  display: inline-block;
}

/* ============================================================
   FAQ
   ============================================================ */
.stormlight-product-section .sl-faq { background: var(--sl-deep); }
.stormlight-product-section .sl-faq-list {
  margin: 16px 0 0;
  display: flex;
  flex-direction: column;
}
.stormlight-product-section .sl-faq-item {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.stormlight-product-section .sl-faq-item:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.stormlight-product-section .sl-faq-q {
  display: block;
  width: 100%;
  padding: 24px 0;
  margin: 0;
  background: transparent;
  border: 0;
  text-align: left;
  font: inherit;
  color: inherit;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}
.stormlight-product-section .sl-faq-q:focus-visible {
  outline: 2px solid var(--sl-gold);
  outline-offset: 4px;
}
.stormlight-product-section .sl-faq-q-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  font-size: clamp(18px, 1.8vw, 22px);
  line-height: 1.3;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: var(--sl-text);
  transition: color 0.2s ease;
}
.stormlight-product-section .sl-faq-q:hover .sl-faq-q-row {
  color: var(--sl-gold);
}
.stormlight-product-section .sl-faq-q-text {
  flex: 1 1 auto;
}
.stormlight-product-section .sl-faq-icon {
  flex-shrink: 0;
  position: relative;
  display: block;
  width: 18px;
  height: 18px;
  transition: transform 0.3s ease;
}
.stormlight-product-section .sl-faq-icon::before,
.stormlight-product-section .sl-faq-icon::after {
  content: '';
  position: absolute;
  background-color: var(--sl-gold);
  transition: transform 0.3s ease;
}
.stormlight-product-section .sl-faq-icon::before {
  top: calc(50% - 1px);
  left: 0;
  right: 0;
  height: 2px;
}
.stormlight-product-section .sl-faq-icon::after {
  top: 0;
  bottom: 0;
  left: calc(50% - 1px);
  width: 2px;
}
.stormlight-product-section .sl-faq-item.is-open .sl-faq-icon::after {
  transform: scaleY(0);
}
.stormlight-product-section .sl-faq-a {
  padding: 0 0 28px;
  max-width: 680px;
  display: none !important;
}
.stormlight-product-section .sl-faq-item.is-open .sl-faq-a {
  display: block !important;
}
.stormlight-product-section .sl-faq-a p {
  margin: 0 0 14px;
  font-size: 16px;
  line-height: 1.7;
  color: var(--sl-text);
  opacity: 0.92;
}
.stormlight-product-section .sl-faq-a p:last-child {
  margin-bottom: 0;
}
.stormlight-product-section .sl-faq-a strong {
  color: var(--sl-text);
  font-weight: 500;
  opacity: 1;
}
.stormlight-product-section .sl-faq-a a {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  border-bottom: 1px solid var(--sl-gold);
  padding-bottom: 2px;
}

/* Mobile breakpoints for new sections */
@media (max-width: 720px) {
  .stormlight-product-section .sl-output-labels {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .stormlight-product-section .sl-output-h2 {
    margin-bottom: 32px;
  }
  .stormlight-product-section .sl-output-card {
    margin-bottom: 32px;
    padding: 16px 8px 12px;
  }
  .stormlight-product-section .sl-output-label {
    font-size: 13px;
  }
  .stormlight-product-section .sl-reviews {
    padding: 80px 20px;
  }
  .stormlight-product-section .sl-reviews-intro {
    font-size: 15px;
    margin-bottom: 24px;
  }
  .stormlight-product-section .sl-faq-q {
    padding: 20px 0;
  }
  .stormlight-product-section .sl-faq-q-row {
    gap: 16px;
  }
  .stormlight-product-section .sl-faq-a {
    padding: 0 0 22px;
  }
}

@media (max-width: 720px) {
  /* Mobile hero — taller portrait composition, dedicated mobile image */
  .stormlight-product-section .sl-hero-images {
    aspect-ratio: 4 / 5;
  }
  .stormlight-product-section .sl-hero-slide img {
    object-position: center;
  }
  .stormlight-product-section .sl-hero-content {
    padding: 32px 20px 56px;
  }

  /* Mobile credit line — wraps naturally on narrow viewports.
     Min-height bumps a little so layout doesn't jump if random pick
     swaps between a one-line and two-line credit. */
  .stormlight-product-section .sl-hero-credit {
    padding: 14px 20px;
    min-height: 56px;
  }
  .stormlight-product-section .sl-hero-credit-text {
    font-size: 11px;
    letter-spacing: 0.16em;
    line-height: 1.7;
  }
  .stormlight-product-section .sl-hero-credit-sep {
    margin: 0 4px;
  }

}
/* END_SECTION:pro-9000 */

/* START_SECTION:repair-service (INDEX:65) */
/* ============================================================
     STORMLIGHT — EASY REPAIRS
     All styles scoped under .stormlight-repair-section
     Fonts inherited from Taiga theme (Anton / Barlow / Barlow Condensed)
     ============================================================ */

  .stormlight-repair-section {
    --sr-gold: #F5B800;
    --sr-ember: #E8620A;
    --sr-dark: #0D0D14;
    --sr-deep: #06070A;
    --sr-mid: #1A1A2E;
    --sr-text: #E8E8F0;
    --sr-muted: #8888AA;
    --sr-white: #ffffff;

    background: var(--sr-dark);
    color: var(--sr-text);
    font-family: 'Barlow', sans-serif;
    font-weight: 300;
    overflow: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .stormlight-repair-section * { box-sizing: border-box; }
  .stormlight-repair-section img { max-width: 100%; display: block; }

  /* HERO */
  .stormlight-repair-section .sr-hero {
    position: relative;
    min-height: 80vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
    isolation: isolate;
    background: var(--sr-deep);
  }
  .stormlight-repair-section .sr-hero-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center var(--sr-hero-focal-y, 50%);
    z-index: 0;
  }
  .stormlight-repair-section .sr-hero-placeholder {
    background:
      radial-gradient(ellipse 80% 60% at 50% 50%, rgba(245,184,0,0.12) 0%, rgba(245,184,0,0) 60%),
      linear-gradient(180deg, #02030a 0%, #1a1530 62%, #0D0D14 100%);
  }
  .stormlight-repair-section .sr-hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
      linear-gradient(180deg,
        rgba(13,13,20,0.5) 0%,
        rgba(13,13,20,0.2) 20%,
        rgba(13,13,20,0) 45%,
        rgba(13,13,20,0) 55%,
        rgba(6,7,10,0.6) 85%,
        rgba(6,7,10,0.95) 100%),
      linear-gradient(90deg,
        rgba(6,7,10,0.5) 0%,
        rgba(6,7,10,0.15) 35%,
        rgba(6,7,10,0) 60%);
    pointer-events: none;
  }
  .stormlight-repair-section .sr-hero-content {
    position: relative;
    z-index: 2;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 40px 80px;
    width: 100%;
  }
  .stormlight-repair-section .sr-hero-eyebrow {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: var(--sr-gold);
    margin-bottom: 28px;
    display: inline-flex;
    align-items: center;
    gap: 14px;
  }
  .stormlight-repair-section .sr-hero-eyebrow::before {
    content: '';
    display: inline-block;
    width: 36px;
    height: 1px;
    background: var(--sr-gold);
  }
  .stormlight-repair-section .sr-hero-h1 {
    font-family: 'Anton', sans-serif;
    font-weight: 400;
    font-size: clamp(48px, 8vw, 120px);
    line-height: 0.95;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: var(--sr-white);
    margin: 0 0 28px;
    max-width: 16ch;
  }
  .stormlight-repair-section .sr-hero-h1 em {
    font-family: 'Anton', sans-serif !important;
    font-style: normal !important;
    font-weight: 400 !important;
    color: var(--sr-gold);
  }
  .stormlight-repair-section .sr-hero-tagline {
    font-family: 'Barlow', sans-serif;
    font-weight: 300;
    font-style: italic;
    font-size: clamp(18px, 2vw, 24px);
    line-height: 1.4;
    color: rgba(232,232,240,0.9);
    max-width: 48ch;
    margin: 0 0 44px;
  }

  /* HERO STATS */
  .stormlight-repair-section .sr-hero-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 32px 56px;
    padding-top: 30px;
    border-top: 1px solid rgba(245,184,0,0.25);
    max-width: 720px;
  }
  .stormlight-repair-section .sr-hero-stat-value {
    font-family: 'Anton', sans-serif;
    font-weight: 400;
    font-size: clamp(32px, 4vw, 48px);
    color: var(--sr-gold);
    line-height: 1;
    letter-spacing: -0.005em;
  }
  .stormlight-repair-section .sr-hero-stat-label {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 400;
    font-size: 11px;
    line-height: 1.4;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--sr-muted);
    margin-top: 10px;
    max-width: 18ch;
  }

  /* CHAPTER */
  .stormlight-repair-section .sr-chapter {
    max-width: 780px;
    margin: 0 auto;
    padding: 90px 40px 30px;
    position: relative;
  }
  .stormlight-repair-section .sr-chapter-num {
    font-family: 'Anton', sans-serif;
    font-weight: 400;
    font-size: clamp(90px, 14vw, 180px);
    color: rgba(245,184,0,0.07);
    line-height: 1;
    margin-bottom: -50px;
    margin-left: -6px;
    user-select: none;
    letter-spacing: -0.02em;
  }
  .stormlight-repair-section .sr-chapter-label {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0.26em;
    text-transform: uppercase;
    color: var(--sr-gold);
    margin-bottom: 20px;
    display: inline-flex;
    align-items: center;
    gap: 12px;
  }
  .stormlight-repair-section .sr-chapter-label::before {
    content: '';
    width: 24px;
    height: 1px;
    background: var(--sr-gold);
  }
  .stormlight-repair-section .sr-chapter-h2 {
    font-family: 'Anton', sans-serif;
    font-weight: 400;
    font-size: clamp(28px, 4vw, 44px);
    text-transform: uppercase;
    color: var(--sr-white);
    line-height: 1.05;
    letter-spacing: -0.005em;
    margin: 0 0 36px;
  }
  .stormlight-repair-section .sr-chapter-h2 em {
    font-family: 'Anton', sans-serif !important;
    font-style: normal !important;
    font-weight: 400 !important;
    color: var(--sr-gold);
  }
  .stormlight-repair-section .sr-chapter p {
    font-size: 17px;
    font-weight: 300;
    line-height: 1.8;
    color: rgba(232,232,240,0.82);
    margin: 0 0 22px;
  }
  .stormlight-repair-section .sr-chapter p strong {
    color: var(--sr-white);
    font-weight: 600;
  }

  /* IMAGE BREAK */
  .stormlight-repair-section .sr-image-break {
    margin: 20px 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    background: var(--sr-deep);
  }
  .stormlight-repair-section .sr-image-break + .sr-pull-quote-wrap,
  .stormlight-repair-section .sr-image-break + .sr-chapter {
    padding-top: 60px;
  }
  .stormlight-repair-section .sr-image-break-img {
    width: 100%;
    height: auto;
    aspect-ratio: 21 / 9;
    object-fit: cover;
    display: block;
  }
  .stormlight-repair-section .sr-image-break-caption {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 32px 40px;
    background: linear-gradient(180deg, transparent 0%, rgba(6,7,10,0.85) 100%);
    display: flex;
    align-items: flex-start;
    gap: 18px;
  }
  .stormlight-repair-section .sr-image-break-caption .sr-rule {
    flex-shrink: 0;
    width: 28px;
    height: 1px;
    background: rgba(245,184,0,0.6);
    margin-top: 10px;
  }
  .stormlight-repair-section .sr-image-break-caption p {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.6;
    letter-spacing: 0.08em;
    color: rgba(232,232,240,0.9);
    text-transform: uppercase;
    margin: 0;
    max-width: 60ch;
  }

  /* STEPS */
  .stormlight-repair-section .sr-steps {
    margin: 40px 0 44px;
    display: grid;
    gap: 36px;
  }
  .stormlight-repair-section .sr-step {
    padding: 24px 0 24px 28px;
    border-left: 2px solid rgba(245,184,0,0.25);
    position: relative;
  }
  .stormlight-repair-section .sr-step::before {
    content: '';
    position: absolute;
    left: -7px;
    top: 30px;
    width: 12px;
    height: 12px;
    background: rgba(245,184,0,0.4);
    border-radius: 50%;
    box-shadow: 0 0 0 4px var(--sr-dark);
  }
  .stormlight-repair-section .sr-step.sr-step-primary {
    border-left: 2px solid var(--sr-gold);
  }
  .stormlight-repair-section .sr-step.sr-step-primary::before {
    background: var(--sr-gold);
  }
  .stormlight-repair-section .sr-step-num {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    font-size: 11px;
    letter-spacing: 0.26em;
    text-transform: uppercase;
    color: rgba(245,184,0,0.7);
    margin-bottom: 8px;
  }
  .stormlight-repair-section .sr-step.sr-step-primary .sr-step-num {
    color: var(--sr-gold);
  }
  .stormlight-repair-section .sr-step-h3 {
    font-family: 'Anton', sans-serif;
    font-weight: 400;
    font-size: 22px;
    text-transform: uppercase;
    color: var(--sr-white);
    line-height: 1.15;
    margin: 0 0 10px;
    letter-spacing: 0.005em;
  }
  .stormlight-repair-section .sr-step p {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.7;
    color: rgba(232,232,240,0.8);
    margin: 0;
  }

  /* CTA BUTTON */
  .stormlight-repair-section .sr-cta-row {
    margin-top: 16px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
  }
  .stormlight-repair-section .sr-cta-closing {
    margin-top: 32px;
  }
  .stormlight-repair-section .sr-cta-button {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    padding: 18px 32px;
    background: var(--sr-gold);
    color: var(--sr-deep);
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    text-decoration: none;
    border: none;
    border-radius: 2px;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
    position: relative;
  }
  .stormlight-repair-section .sr-cta-button::after {
    content: '→';
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    transition: transform .2s ease;
  }
  .stormlight-repair-section .sr-cta-button:hover {
    background: #FFCE2A;
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(245,184,0,0.25);
  }
  .stormlight-repair-section .sr-cta-button:hover::after {
    transform: translateX(4px);
  }
  .stormlight-repair-section .sr-cta-button-secondary {
    background: transparent;
    color: var(--sr-gold);
    border: 1px solid rgba(245,184,0,0.5);
  }
  .stormlight-repair-section .sr-cta-button-secondary:hover {
    background: rgba(245,184,0,0.08);
    box-shadow: none;
  }
  .stormlight-repair-section .sr-cta-hint {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 400;
    font-size: 11px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--sr-muted);
    margin: 0;
  }

  /* PARTS SECTION */
  .stormlight-repair-section .sr-parts-section {
    background: var(--sr-deep);
    padding: 80px 0;
    border-top: 1px solid rgba(245,184,0,0.12);
    border-bottom: 1px solid rgba(245,184,0,0.12);
    margin: 60px 0;
  }
  .stormlight-repair-section .sr-parts-inner {
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 40px;
    text-align: center;
  }
  .stormlight-repair-section .sr-parts-h2 {
    font-family: 'Anton', sans-serif;
    font-weight: 400;
    font-size: clamp(28px, 4vw, 44px);
    text-transform: uppercase;
    color: var(--sr-white);
    line-height: 1.05;
    letter-spacing: -0.005em;
    margin: 0 auto 50px;
    max-width: 22ch;
  }
  .stormlight-repair-section .sr-parts-h2 em {
    font-family: 'Anton', sans-serif !important;
    font-style: normal !important;
    font-weight: 400 !important;
    color: var(--sr-gold);
  }
  .stormlight-repair-section .sr-parts-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 14px;
    margin-bottom: 48px;
  }
  .stormlight-repair-section .sr-part-card {
    background: var(--sr-mid);
    border: 1px solid rgba(245,184,0,0.15);
    border-radius: 4px;
    padding: 24px 16px;
    text-align: center;
    text-decoration: none;
    color: var(--sr-white);
    transition: border-color .25s ease, transform .25s ease, background .25s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    min-height: 180px;
  }
  .stormlight-repair-section .sr-part-card:hover {
    border-color: rgba(245,184,0,0.6);
    transform: translateY(-2px);
    background: #1F1F36;
  }
  .stormlight-repair-section .sr-part-card-img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    margin-bottom: 14px;
  }
  .stormlight-repair-section .sr-part-card-icon {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    color: var(--sr-gold);
    margin-bottom: 14px;
  }
  .stormlight-repair-section .sr-part-card-name {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--sr-white);
    margin-bottom: 6px;
  }
  .stormlight-repair-section .sr-part-card-price {
    font-family: 'Barlow', sans-serif;
    font-weight: 300;
    font-size: 12px;
    color: var(--sr-muted);
    letter-spacing: 0.02em;
  }
  .stormlight-repair-section .sr-part-card-placeholder {
    cursor: default;
  }
  .stormlight-repair-section .sr-part-card-placeholder:hover {
    border-color: rgba(245,184,0,0.15);
    transform: none;
    background: var(--sr-mid);
  }
  .stormlight-repair-section .sr-parts-cta {
    margin-top: 16px;
  }

  /* PULL QUOTE — standalone divider */
  .stormlight-repair-section .sr-pull-quote-wrap {
    max-width: 980px;
    margin: 50px auto;
    padding: 0 40px;
  }
  .stormlight-repair-section .sr-pull-quote {
    font-family: 'Anton', sans-serif;
    font-weight: 400;
    font-size: clamp(28px, 4vw, 44px);
    line-height: 1.1;
    text-transform: uppercase;
    color: var(--sr-white);
    letter-spacing: -0.005em;
    text-align: center;
    border: none;
    padding: 40px 0;
    margin: 0;
    position: relative;
  }
  .stormlight-repair-section .sr-pull-quote::before,
  .stormlight-repair-section .sr-pull-quote::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 1px;
    background: var(--sr-gold);
  }
  .stormlight-repair-section .sr-pull-quote::before { top: 0; }
  .stormlight-repair-section .sr-pull-quote::after { bottom: 0; }
  .stormlight-repair-section .sr-pull-quote em {
    font-family: 'Anton', sans-serif !important;
    font-style: normal !important;
    font-weight: 400 !important;
    color: var(--sr-gold);
    display: block;
    margin-top: 4px;
  }

  /* CLOSING */
  .stormlight-repair-section .sr-closing {
    max-width: 780px;
    margin: 0 auto;
    padding: 60px 40px 40px;
  }
  .stormlight-repair-section .sr-closing p {
    font-size: 17px;
    font-weight: 300;
    line-height: 1.8;
    color: rgba(232,232,240,0.82);
    margin: 0;
  }

  /* PHILOSOPHY */
  .stormlight-repair-section .sr-philosophy {
    background:
      radial-gradient(ellipse 80% 100% at 50% 50%, rgba(245,184,0,0.08) 0%, rgba(245,184,0,0) 70%),
      var(--sr-deep);
    padding: 120px 40px;
    text-align: center;
    border-top: 1px solid rgba(245,184,0,0.12);
    position: relative;
    overflow: hidden;
  }
  .stormlight-repair-section .sr-philosophy::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 64px;
    background: linear-gradient(180deg, var(--sr-gold) 0%, transparent 100%);
  }
  .stormlight-repair-section .sr-philosophy-label {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0.32em;
    text-transform: uppercase;
    color: var(--sr-gold);
    margin-bottom: 40px;
    display: inline-flex;
    align-items: center;
    gap: 14px;
  }
  .stormlight-repair-section .sr-philosophy-label::before,
  .stormlight-repair-section .sr-philosophy-label::after {
    content: '';
    width: 24px;
    height: 1px;
    background: var(--sr-gold);
  }
  .stormlight-repair-section .sr-philosophy-statement {
    font-family: 'Anton', sans-serif;
    font-weight: 400;
    font-size: clamp(30px, 4.8vw, 60px);
    line-height: 1.08;
    text-transform: uppercase;
    color: var(--sr-white);
    max-width: 22ch;
    margin: 0 auto;
    letter-spacing: -0.01em;
  }
  .stormlight-repair-section .sr-philosophy-statement em {
    font-family: 'Anton', sans-serif !important;
    font-style: normal !important;
    font-weight: 400 !important;
    color: var(--sr-gold);
  }

  /* REVEAL */
  .stormlight-repair-section .reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.9s ease, transform 0.9s ease;
  }
  .stormlight-repair-section .reveal.in {
    opacity: 1;
    transform: translateY(0);
  }
  @media (prefers-reduced-motion: reduce) {
    .stormlight-repair-section .reveal {
      opacity: 1;
      transform: none;
      transition: none;
    }
  }

  /* RESPONSIVE */
  @media (max-width: 720px) {
    .stormlight-repair-section .sr-hero { min-height: 75vh; }
    .stormlight-repair-section .sr-hero-content { padding: 0 24px 50px; }
    .stormlight-repair-section .sr-hero-stats { gap: 24px 36px; padding-top: 24px; }
    .stormlight-repair-section .sr-chapter { padding: 70px 24px 20px; }
    .stormlight-repair-section .sr-chapter-num { font-size: 100px; margin-bottom: -36px; }
    .stormlight-repair-section .sr-chapter p { font-size: 16px; line-height: 1.75; }
    .stormlight-repair-section .sr-steps { gap: 28px; margin: 30px 0 36px; }
    .stormlight-repair-section .sr-step { padding-left: 22px; }
    .stormlight-repair-section .sr-pull-quote-wrap { padding: 0 24px; margin: 30px auto; }
    .stormlight-repair-section .sr-pull-quote { padding: 30px 0; }
    .stormlight-repair-section .sr-closing { padding: 40px 24px 30px; }
    .stormlight-repair-section .sr-philosophy { padding: 90px 24px; }
    .stormlight-repair-section .sr-image-break { margin: 15px 0; }
    .stormlight-repair-section .sr-image-break + .sr-pull-quote-wrap,
    .stormlight-repair-section .sr-image-break + .sr-chapter { padding-top: 50px; }
    .stormlight-repair-section .sr-image-break-img { aspect-ratio: 4 / 3; }
    .stormlight-repair-section .sr-image-break-caption { padding: 20px 24px; }
    .stormlight-repair-section .sr-image-break-caption p { font-size: 11px; }
    .stormlight-repair-section .sr-cta-button { padding: 16px 26px; font-size: 13px; }
    .stormlight-repair-section .sr-parts-section { padding: 60px 0; margin: 40px 0; }
    .stormlight-repair-section .sr-parts-inner { padding: 0 24px; }
    .stormlight-repair-section .sr-parts-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
    .stormlight-repair-section .sr-part-card { min-height: 160px; padding: 20px 12px; }
    .stormlight-repair-section .sr-part-card-img,
    .stormlight-repair-section .sr-part-card-icon { width: 60px; height: 60px; font-size: 28px; margin-bottom: 10px; }
  }
/* END_SECTION:repair-service */

/* START_SECTION:shipping-returns (INDEX:67) */
/* ============================================================
     STORMLIGHT — SHIPPING & RETURNS
     All styles scoped under .stormlight-shipping-section
     Fonts inherited from Taiga theme
     ============================================================ */

  .stormlight-shipping-section {
    --ss2-gold: #F5B800;
    --ss2-ember: #E8620A;
    --ss2-dark: #0D0D14;
    --ss2-deep: #06070A;
    --ss2-text: #E8E8F0;
    --ss2-muted: #8888AA;
    --ss2-white: #ffffff;

    background: var(--ss2-dark);
    color: var(--ss2-text);
    font-family: 'Barlow', sans-serif;
    font-weight: 300;
    overflow: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .stormlight-shipping-section * { box-sizing: border-box; }
  .stormlight-shipping-section img { max-width: 100%; display: block; }

  /* HERO */
  .stormlight-shipping-section .ss2-hero {
    position: relative;
    min-height: 60vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
    isolation: isolate;
    background: var(--ss2-deep);
  }
  .stormlight-shipping-section .ss2-hero-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center {{ section.settings.hero_focal_y | default: 50 }}%;
    z-index: 0;
  }
  .stormlight-shipping-section .ss2-hero-placeholder {
    background:
      radial-gradient(ellipse 80% 60% at 50% 50%, rgba(245,184,0,0.1) 0%, rgba(245,184,0,0) 60%),
      linear-gradient(180deg, #02030a 0%, #14142a 62%, #0D0D14 100%);
  }
  .stormlight-shipping-section .ss2-hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
      linear-gradient(180deg,
        rgba(13,13,20,0.5) 0%,
        rgba(13,13,20,0.2) 20%,
        rgba(13,13,20,0) 45%,
        rgba(13,13,20,0) 55%,
        rgba(6,7,10,0.6) 85%,
        rgba(6,7,10,0.92) 100%),
      linear-gradient(90deg,
        rgba(6,7,10,0.5) 0%,
        rgba(6,7,10,0.15) 35%,
        rgba(6,7,10,0) 60%);
    pointer-events: none;
  }
  .stormlight-shipping-section .ss2-hero-content {
    position: relative;
    z-index: 2;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 40px 70px;
    width: 100%;
  }
  .stormlight-shipping-section .ss2-hero-eyebrow {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: var(--ss2-gold);
    margin-bottom: 28px;
    display: inline-flex;
    align-items: center;
    gap: 14px;
  }
  .stormlight-shipping-section .ss2-hero-eyebrow::before {
    content: '';
    display: inline-block;
    width: 36px;
    height: 1px;
    background: var(--ss2-gold);
  }
  .stormlight-shipping-section .ss2-hero-h1 {
    font-family: 'Anton', sans-serif;
    font-weight: 400;
    font-size: clamp(40px, 6.5vw, 92px);
    line-height: 0.95;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: var(--ss2-white);
    margin: 0 0 28px;
    max-width: 20ch;
  }
  .stormlight-shipping-section .ss2-hero-h1 em {
    font-family: 'Anton', sans-serif !important;
    font-style: normal !important;
    font-weight: 400 !important;
    color: var(--ss2-gold);
  }
  .stormlight-shipping-section .ss2-hero-tagline {
    font-family: 'Barlow', sans-serif;
    font-weight: 300;
    font-style: italic;
    font-size: clamp(18px, 2vw, 24px);
    line-height: 1.4;
    color: rgba(232,232,240,0.9);
    max-width: 48ch;
    margin: 0;
  }

  /* CHAPTER */
  .stormlight-shipping-section .ss2-chapter {
    max-width: 780px;
    margin: 0 auto;
    padding: 90px 40px 30px;
    position: relative;
  }
  .stormlight-shipping-section .ss2-chapter-num {
    font-family: 'Anton', sans-serif;
    font-weight: 400;
    font-size: clamp(90px, 14vw, 180px);
    color: rgba(245,184,0,0.07);
    line-height: 1;
    margin-bottom: -50px;
    margin-left: -6px;
    user-select: none;
    letter-spacing: -0.02em;
  }
  .stormlight-shipping-section .ss2-chapter-label {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0.26em;
    text-transform: uppercase;
    color: var(--ss2-gold);
    margin-bottom: 20px;
    display: inline-flex;
    align-items: center;
    gap: 12px;
  }
  .stormlight-shipping-section .ss2-chapter-label::before {
    content: '';
    width: 24px;
    height: 1px;
    background: var(--ss2-gold);
  }
  .stormlight-shipping-section .ss2-chapter-h2 {
    font-family: 'Anton', sans-serif;
    font-weight: 400;
    font-size: clamp(28px, 4vw, 44px);
    text-transform: uppercase;
    color: var(--ss2-white);
    line-height: 1.05;
    letter-spacing: -0.005em;
    margin: 0 0 36px;
  }
  .stormlight-shipping-section .ss2-chapter-h2 em {
    font-family: 'Anton', sans-serif !important;
    font-style: normal !important;
    font-weight: 400 !important;
    color: var(--ss2-gold);
  }
  .stormlight-shipping-section .ss2-chapter p {
    font-size: 17px;
    font-weight: 300;
    line-height: 1.8;
    color: rgba(232,232,240,0.82);
    margin: 0 0 22px;
  }
  .stormlight-shipping-section .ss2-chapter p strong {
    color: var(--ss2-white);
    font-weight: 600;
  }

  /* Inline link (e.g. stormlight.no) */
  .stormlight-shipping-section .ss2-inline-link {
    color: var(--ss2-gold);
    text-decoration: none;
    border-bottom: 1px solid rgba(245,184,0,0.4);
    transition: border-color .2s ease;
  }
  .stormlight-shipping-section .ss2-inline-link:hover {
    border-bottom-color: var(--ss2-gold);
  }

  /* LIST — Destinations / How it works */
  .stormlight-shipping-section .ss2-list {
    list-style: none;
    padding: 0;
    margin: 0 0 28px;
  }
  .stormlight-shipping-section .ss2-list li {
    position: relative;
    padding: 16px 0 16px 28px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.7;
    color: rgba(232,232,240,0.82);
    border-bottom: 1px solid rgba(245,184,0,0.08);
  }
  .stormlight-shipping-section .ss2-list li:last-child {
    border-bottom: none;
  }
  .stormlight-shipping-section .ss2-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 26px;
    width: 14px;
    height: 1px;
    background: var(--ss2-gold);
  }
  .stormlight-shipping-section .ss2-list li strong {
    color: var(--ss2-white);
    font-weight: 600;
    display: block;
    margin-bottom: 4px;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 14px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }
  .stormlight-shipping-section .ss2-list li p {
    margin: 0;
    font-size: 16px;
    color: rgba(232,232,240,0.82);
  }

  /* Compact variant — simpler bullet list without uppercase headers */
  .stormlight-shipping-section .ss2-list-compact li {
    padding: 10px 0 10px 28px;
    font-size: 16px;
  }
  .stormlight-shipping-section .ss2-list-compact li::before {
    top: 18px;
  }

  /* PULL QUOTE — centered divider */
  .stormlight-shipping-section .ss2-pull-quote-wrap {
    max-width: 980px;
    margin: 50px auto;
    padding: 0 40px;
  }
  .stormlight-shipping-section .ss2-pull-quote {
    font-family: 'Anton', sans-serif;
    font-weight: 400;
    font-size: clamp(26px, 3.6vw, 40px);
    line-height: 1.15;
    text-transform: uppercase;
    color: var(--ss2-white);
    letter-spacing: -0.005em;
    text-align: center;
    border: none;
    padding: 40px 0;
    margin: 0;
    position: relative;
  }
  .stormlight-shipping-section .ss2-pull-quote::before,
  .stormlight-shipping-section .ss2-pull-quote::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 1px;
    background: var(--ss2-gold);
  }
  .stormlight-shipping-section .ss2-pull-quote::before { top: 0; }
  .stormlight-shipping-section .ss2-pull-quote::after { bottom: 0; }
  .stormlight-shipping-section .ss2-pull-quote em {
    font-family: 'Anton', sans-serif !important;
    font-style: normal !important;
    font-weight: 400 !important;
    color: var(--ss2-gold);
    display: block;
    margin-top: 6px;
  }

  /* CTA BUTTON */
  .stormlight-shipping-section .ss2-cta-row {
    margin-top: 32px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
  }
  .stormlight-shipping-section .ss2-cta-button {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    padding: 18px 32px;
    background: var(--ss2-gold);
    color: var(--ss2-deep);
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    text-decoration: none;
    border: none;
    border-radius: 2px;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
  }
  .stormlight-shipping-section .ss2-cta-button::after {
    content: '→';
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    transition: transform .2s ease;
  }
  .stormlight-shipping-section .ss2-cta-button:hover {
    background: #FFCE2A;
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(245,184,0,0.25);
  }
  .stormlight-shipping-section .ss2-cta-button:hover::after {
    transform: translateX(4px);
  }
  .stormlight-shipping-section .ss2-cta-hint {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 400;
    font-size: 11px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--ss2-muted);
    margin: 0;
  }

  /* CLOSING */
  .stormlight-shipping-section .ss2-closing {
    max-width: 780px;
    margin: 0 auto;
    padding: 60px 40px 40px;
  }
  .stormlight-shipping-section .ss2-closing p {
    font-size: 17px;
    font-weight: 300;
    line-height: 1.8;
    color: rgba(232,232,240,0.82);
    margin: 0;
  }

  /* PHILOSOPHY */
  .stormlight-shipping-section .ss2-philosophy {
    background:
      radial-gradient(ellipse 80% 100% at 50% 50%, rgba(245,184,0,0.08) 0%, rgba(245,184,0,0) 70%),
      var(--ss2-deep);
    padding: 120px 40px;
    text-align: center;
    border-top: 1px solid rgba(245,184,0,0.12);
    position: relative;
    overflow: hidden;
  }
  .stormlight-shipping-section .ss2-philosophy::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 64px;
    background: linear-gradient(180deg, var(--ss2-gold) 0%, transparent 100%);
  }
  .stormlight-shipping-section .ss2-philosophy-label {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0.32em;
    text-transform: uppercase;
    color: var(--ss2-gold);
    margin-bottom: 40px;
    display: inline-flex;
    align-items: center;
    gap: 14px;
  }
  .stormlight-shipping-section .ss2-philosophy-label::before,
  .stormlight-shipping-section .ss2-philosophy-label::after {
    content: '';
    width: 24px;
    height: 1px;
    background: var(--ss2-gold);
  }
  .stormlight-shipping-section .ss2-philosophy-statement {
    font-family: 'Anton', sans-serif;
    font-weight: 400;
    font-size: clamp(28px, 4.4vw, 56px);
    line-height: 1.08;
    text-transform: uppercase;
    color: var(--ss2-white);
    max-width: 24ch;
    margin: 0 auto;
    letter-spacing: -0.01em;
  }
  .stormlight-shipping-section .ss2-philosophy-statement em {
    font-family: 'Anton', sans-serif !important;
    font-style: normal !important;
    font-weight: 400 !important;
    color: var(--ss2-gold);
  }

  /* REVEAL */
  .stormlight-shipping-section .reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.9s ease, transform 0.9s ease;
  }
  .stormlight-shipping-section .reveal.in {
    opacity: 1;
    transform: translateY(0);
  }
  @media (prefers-reduced-motion: reduce) {
    .stormlight-shipping-section .reveal {
      opacity: 1;
      transform: none;
      transition: none;
    }
  }

  /* RESPONSIVE */
  @media (max-width: 720px) {
    .stormlight-shipping-section .ss2-hero-content { padding: 0 24px 50px; }
    .stormlight-shipping-section .ss2-chapter { padding: 70px 24px 20px; }
    .stormlight-shipping-section .ss2-chapter-num { font-size: 100px; margin-bottom: -36px; }
    .stormlight-shipping-section .ss2-chapter p { font-size: 16px; line-height: 1.75; }
    .stormlight-shipping-section .ss2-list li { font-size: 15px; padding: 14px 0 14px 22px; }
    .stormlight-shipping-section .ss2-list-compact li { padding: 8px 0 8px 22px; }
    .stormlight-shipping-section .ss2-pull-quote-wrap { padding: 0 24px; margin: 30px auto; }
    .stormlight-shipping-section .ss2-pull-quote { padding: 30px 0; }
    .stormlight-shipping-section .ss2-closing { padding: 40px 24px 30px; }
    .stormlight-shipping-section .ss2-philosophy { padding: 90px 24px; }
    .stormlight-shipping-section .ss2-cta-button { padding: 16px 26px; font-size: 13px; }
  }
/* END_SECTION:shipping-returns */

/* START_SECTION:sl-real-lumens-graph (INDEX:84) */
.stormlight-section.sl-output {
  background: #0D0D14;
  color: #E8E8F0;
  padding: clamp(64px, 8vw, 120px) clamp(20px, 4vw, 40px);
  font-family: 'Barlow', 'Helvetica Neue', sans-serif;
  font-weight: 300;
  line-height: 1.6;
}

.stormlight-section.sl-output * {
  box-sizing: border-box;
}

.stormlight-section .sl-output-inner {
  max-width: 1180px;
  margin: 0 auto;
}

.stormlight-section .sl-output-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-family: 'Barlow Condensed', 'Arial Narrow', sans-serif;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #F5B800;
  margin-bottom: 24px;
}

.stormlight-section .sl-output-hairline {
  display: inline-block;
  width: 24px;
  height: 1px;
  background: #F5B800;
}

.stormlight-section .sl-output-h2 {
  font-family: 'Anton', 'Impact', sans-serif;
  font-weight: 400;
  font-size: clamp(32px, 5vw, 56px);
  line-height: 1.05;
  letter-spacing: 0.005em;
  text-transform: uppercase;
  margin: 0 0 32px;
  color: #E8E8F0;
}

.stormlight-section .sl-output-h2 em {
  color: #F5B800 !important;
  font-style: normal !important;
}

.stormlight-section .sl-output-lead,
.stormlight-section .sl-output-lead p {
  font-family: 'Barlow', sans-serif;
  font-weight: 300;
  font-size: clamp(16px, 1.4vw, 18px);
  color: #9b9ba6;
  max-width: 720px;
  margin: 0 0 56px;
  line-height: 1.65;
}

.stormlight-section .sl-output-lead em {
  font-style: normal;
  color: #F5B800;
}

.stormlight-section .sl-output-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(16px, 2vw, 24px);
  max-width: 1080px;
  margin: 0 auto 56px;
}

.stormlight-section .sl-output-cell {
  background: #06070A;
  padding: clamp(20px, 2vw, 28px) clamp(12px, 1.5vw, 20px) clamp(16px, 1.5vw, 20px);
  border: 1px solid rgba(245, 184, 0, 0.08);
  border-radius: 2px;
  display: flex;
  flex-direction: column;
}

.stormlight-section .sl-output-cell-head {
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(245, 184, 0, 0.1);
}

.stormlight-section .sl-output-cell-title {
  font-family: 'Anton', 'Impact', sans-serif;
  font-weight: 400;
  font-size: clamp(20px, 2vw, 24px);
  line-height: 1.05;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  margin: 0 0 6px;
  color: #E8E8F0;
}

.stormlight-section .sl-output-cell-spec {
  font-family: 'Barlow Condensed', 'Arial Narrow', sans-serif;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #9b9ba6;
  margin: 0;
}

.stormlight-section .sl-output-cell svg {
  display: block;
  width: 100%;
  height: auto;
  flex: 1;
}

.stormlight-section .sl-output-labels {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  padding-top: 32px;
  border-top: 1px solid rgba(245, 184, 0, 0.15);
  max-width: 1080px;
  margin: 0 auto;
}

.stormlight-section .sl-output-label {
  font-family: 'Barlow Condensed', 'Arial Narrow', sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 1.55;
  color: #E8E8F0;
  opacity: 0.92;
  position: relative;
  padding-left: 20px;
}

.stormlight-section .sl-output-label::before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 10px;
  height: 1px;
  background: #F5B800;
}

.stormlight-section .sl-output-footnote {
  font-family: 'Barlow Condensed', 'Arial Narrow', sans-serif;
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #6e6e7a;
  text-align: center;
  margin: 32px 0 0;
  line-height: 1.5;
}

@media (max-width: 900px) {
  .stormlight-section .sl-output-h2 {
    margin-bottom: 24px;
  }
  .stormlight-section .sl-output-lead,
  .stormlight-section .sl-output-lead p {
    margin-bottom: 40px;
  }
  .stormlight-section .sl-output-grid {
    margin-bottom: 40px;
  }
}

@media (max-width: 720px) {
  .stormlight-section .sl-output-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 32px;
  }
  .stormlight-section .sl-output-labels {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .stormlight-section .sl-output-h2 {
    margin-bottom: 20px;
  }
  .stormlight-section .sl-output-lead,
  .stormlight-section .sl-output-lead p {
    margin-bottom: 32px;
  }
  .stormlight-section .sl-output-label {
    font-size: 13px;
  }
}
/* END_SECTION:sl-real-lumens-graph */

/* START_SECTION:spare-part (INDEX:88) */
.stormlight-spare-section {
  --sl-gold: #F5B800;
  --sl-ember: #E8620A;
  --sl-dark: #0D0D14;
  --sl-deep: #06070A;
  --sl-mid: #1A1A2E;
  --sl-text: #E8E8F0;
  --sl-muted: #8888AA;
  background: var(--sl-dark);
  color: var(--sl-text);
  font-family: 'Barlow', sans-serif;
  font-weight: 300;
  line-height: 1.7;
  font-size: 16px;
  overflow-x: hidden;
}
.stormlight-spare-section *,
.stormlight-spare-section *::before,
.stormlight-spare-section *::after {
  box-sizing: border-box;
}
.stormlight-spare-section em {
  color: var(--sl-gold) !important;
  font-style: normal !important;
  font-weight: inherit;
}
.stormlight-spare-section a {
  color: var(--sl-gold);
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.stormlight-spare-section a:hover { opacity: 0.75; }
.stormlight-spare-section img {
  max-width: 100%;
  height: auto;
  display: block;
}
.stormlight-spare-section .reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.stormlight-spare-section .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Shared label */
.stormlight-spare-section .sl-spare-label {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--sl-gold);
  margin-bottom: 18px;
}
.stormlight-spare-section .sl-spare-hairline {
  display: inline-block;
  width: 20px;
  height: 1px;
  background: var(--sl-gold);
}

/* HEADER */
.stormlight-spare-section .sl-spare-header {
  background: var(--sl-deep);
  padding: 70px 32px 50px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.stormlight-spare-section .sl-spare-header-inner {
  max-width: 1180px;
  margin: 0 auto;
}
.stormlight-spare-section .sl-spare-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--sl-gold);
  margin-bottom: 20px;
}
.stormlight-spare-section .sl-spare-title {
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  font-size: clamp(36px, 5vw, 56px);
  line-height: 1.05;
  letter-spacing: 0.005em;
  text-transform: uppercase;
  margin: 0 0 16px;
  color: var(--sl-text);
}
.stormlight-spare-section .sl-spare-tagline {
  max-width: 640px;
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
  color: var(--sl-text);
  opacity: 0.85;
}

/* BUY BLOCK */
.stormlight-spare-section .sl-spare-buy {
  background: var(--sl-deep);
  padding: 60px 32px 80px;
}
.stormlight-spare-section .sl-spare-buy-grid {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: start;
}
.stormlight-spare-section .sl-spare-image {
  background: var(--sl-mid);
  border-radius: 2px;
  aspect-ratio: 1;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.stormlight-spare-section .sl-spare-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 24px;
}
.stormlight-spare-section .sl-spare-image-placeholder {
  width: 100%;
  height: 100%;
  background: var(--sl-mid);
}
.stormlight-spare-section .sl-spare-purchase {
  padding-top: 4px;
}
.stormlight-spare-section .sl-spare-compat {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 14px;
  background: rgba(245, 184, 0, 0.08);
  border: 1px solid rgba(245, 184, 0, 0.25);
  border-radius: 2px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--sl-gold);
  margin-bottom: 24px;
}
.stormlight-spare-section .sl-spare-compat-icon {
  font-size: 12px;
}
.stormlight-spare-section .sl-spare-price {
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  font-size: 36px;
  letter-spacing: 0.01em;
  color: var(--sl-gold);
  margin-bottom: 16px;
}
.stormlight-spare-section .sl-spare-stock {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--sl-text);
  opacity: 0.85;
  margin-bottom: 24px;
}
.stormlight-spare-section .sl-spare-stock-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #4ADE80;
  border-radius: 50%;
}
.stormlight-spare-section .sl-spare-stock-dot--out {
  background: var(--sl-ember);
}
.stormlight-spare-section .sl-spare-cart-form {
  margin-bottom: 24px;
}
.stormlight-spare-section .sl-spare-cta {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  padding: 18px 32px;
  background: var(--sl-gold);
  color: var(--sl-dark);
  border: none;
  border-radius: 2px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.1s ease;
}
.stormlight-spare-section .sl-spare-cta:hover:not(:disabled) {
  background: #ffd24a;
}
.stormlight-spare-section .sl-spare-cta:active:not(:disabled) {
  transform: translateY(1px);
}
.stormlight-spare-section .sl-spare-cta:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}
.stormlight-spare-section .sl-spare-cta-spinner {
  display: none;
  width: 14px;
  height: 14px;
  border: 2px solid rgba(13, 13, 20, 0.3);
  border-top-color: var(--sl-dark);
  border-radius: 50%;
  animation: sl-spare-spin 0.7s linear infinite;
}
.stormlight-spare-section .sl-spare-cta.is-loading .sl-spare-cta-spinner {
  display: inline-block;
}
.stormlight-spare-section .sl-spare-cta.is-loading .sl-spare-cta-label {
  opacity: 0.6;
}
@keyframes sl-spare-spin { to { transform: rotate(360deg); } }
.stormlight-spare-section .sl-spare-feedback {
  margin: 12px 0 0;
  min-height: 1.4em;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--sl-gold);
}
.stormlight-spare-section .sl-spare-feedback.is-error {
  color: var(--sl-ember);
}
.stormlight-spare-section .sl-spare-trust {
  list-style: none;
  margin: 0;
  padding: 0;
}
.stormlight-spare-section .sl-spare-trust li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 8px 0;
  font-size: 14px;
  line-height: 1.5;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.stormlight-spare-section .sl-spare-trust li:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.stormlight-spare-section .sl-spare-trust-icon {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  margin-top: 2px;
  color: var(--sl-gold);
}

/* SECTION BLOCKS */
.stormlight-spare-section .sl-spare-section-block {
  padding: 70px 32px;
}
.stormlight-spare-section .sl-spare-section-inner {
  max-width: 880px;
  margin: 0 auto;
}
.stormlight-spare-section .sl-spare-what {
  background: var(--sl-dark);
}
.stormlight-spare-section .sl-spare-what-content p {
  margin: 0 0 16px;
  font-size: 16px;
  line-height: 1.7;
  color: var(--sl-text);
  opacity: 0.92;
}
.stormlight-spare-section .sl-spare-what-content p:last-child {
  margin-bottom: 0;
}

/* INSTALL */
.stormlight-spare-section .sl-spare-install {
  background: var(--sl-deep);
}
.stormlight-spare-section .sl-spare-install-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
}
.stormlight-spare-section .sl-spare-install-time {
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  font-size: 26px;
  line-height: 1.2;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  margin: 0 0 16px;
  color: var(--sl-text);
}
.stormlight-spare-section .sl-spare-install-link {
  margin: 0;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 13px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.stormlight-spare-section .sl-spare-install-link a {
  border-bottom: 1px solid var(--sl-gold);
  padding-bottom: 2px;
}
.stormlight-spare-section .sl-spare-in-box {
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
  color: var(--sl-text);
  opacity: 0.92;
}
.stormlight-spare-section .sl-spare-in-box p {
  margin: 0 0 10px;
}
.stormlight-spare-section .sl-spare-in-box p:last-child {
  margin-bottom: 0;
}
.stormlight-spare-section .sl-spare-in-box ul,
.stormlight-spare-section .sl-spare-in-box ol {
  margin: 0;
  padding-left: 20px;
}
.stormlight-spare-section .sl-spare-in-box li {
  margin-bottom: 6px;
}
.stormlight-spare-section .sl-spare-in-box li:last-child {
  margin-bottom: 0;
}

/* PHILOSOPHY */
.stormlight-spare-section .sl-spare-philosophy {
  background: var(--sl-dark);
  padding: 70px 32px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.stormlight-spare-section .sl-spare-philosophy-h {
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  font-size: clamp(24px, 3vw, 32px);
  line-height: 1.2;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  margin: 0 0 20px;
  color: var(--sl-text);
}
.stormlight-spare-section .sl-spare-philosophy-text {
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
  color: var(--sl-text);
  opacity: 0.92;
  max-width: 720px;
}

/* RELATED */
.stormlight-spare-section .sl-spare-related {
  background: var(--sl-deep);
  padding: 70px 32px 80px;
}
.stormlight-spare-section .sl-spare-related-h {
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  font-size: clamp(24px, 3vw, 32px);
  line-height: 1.2;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  margin: 0 0 32px;
  color: var(--sl-text);
}
.stormlight-spare-section .sl-spare-related-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.stormlight-spare-section .sl-spare-related-card {
  display: block;
  background: var(--sl-mid);
  border-radius: 2px;
  overflow: hidden;
  color: inherit;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.stormlight-spare-section .sl-spare-related-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  opacity: 1;
}
.stormlight-spare-section .sl-spare-related-image {
  aspect-ratio: 1;
  background: #ffffff;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.stormlight-spare-section .sl-spare-related-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 16px;
}
.stormlight-spare-section .sl-spare-related-body {
  padding: 18px 20px 22px;
}
.stormlight-spare-section .sl-spare-related-name {
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  margin: 0;
}

/* MOBILE */
@media (max-width: 900px) {
  .stormlight-spare-section .sl-spare-buy-grid,
  .stormlight-spare-section .sl-spare-install-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .stormlight-spare-section .sl-spare-related-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
@media (max-width: 720px) {
  .stormlight-spare-section .sl-spare-header,
  .stormlight-spare-section .sl-spare-buy,
  .stormlight-spare-section .sl-spare-section-block,
  .stormlight-spare-section .sl-spare-philosophy,
  .stormlight-spare-section .sl-spare-related {
    padding-left: 20px;
    padding-right: 20px;
  }
  .stormlight-spare-section .sl-spare-header { padding-top: 50px; padding-bottom: 36px; }
  .stormlight-spare-section .sl-spare-buy { padding-top: 40px; padding-bottom: 60px; }
  .stormlight-spare-section .sl-spare-section-block,
  .stormlight-spare-section .sl-spare-philosophy,
  .stormlight-spare-section .sl-spare-related { padding-top: 50px; padding-bottom: 50px; }
}
/* END_SECTION:spare-part */

/* START_SECTION:sport-1200 (INDEX:89) */
/* ============================================================
   STORMLIGHT SPORT — Section styles (shared across all SPORT pages)
   All scoped under .stormlight-product-section
   ============================================================ */

.stormlight-product-section {
  --sl-gold: #F5B800;
  --sl-ember: #E8620A;
  --sl-dark: #0D0D14;
  --sl-deep: #06070A;
  --sl-mid: #1A1A2E;
  --sl-text: #E8E8F0;
  --sl-muted: #8888AA;
  --sl-stock-green: #4ade80;
  --sl-chapter-w: 780px;
  --sl-chapter-w-wide: 1180px;

  background: var(--sl-dark);
  color: var(--sl-text);
  font-family: 'Barlow', sans-serif;
  font-weight: 300;
  line-height: 1.8;
  font-size: 17px;
  letter-spacing: 0.01em;
  overflow-x: hidden;
}

.stormlight-product-section *,
.stormlight-product-section *::before,
.stormlight-product-section *::after {
  box-sizing: border-box;
}

.stormlight-product-section em {
  color: var(--sl-gold) !important;
  font-style: normal !important;
  font-weight: inherit;
}

.stormlight-product-section a {
  color: var(--sl-gold);
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.stormlight-product-section a:hover { opacity: 0.75; }

.stormlight-product-section img {
  max-width: 100%;
  height: auto;
  display: block;
}

.stormlight-product-section .reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.stormlight-product-section .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.stormlight-product-section .sl-label {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--sl-gold);
  margin-bottom: 24px;
}
.stormlight-product-section .sl-hairline {
  display: inline-block;
  width: 24px;
  height: 1px;
  background: var(--sl-gold);
}

.stormlight-product-section .sl-h2 {
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  font-size: clamp(36px, 5vw, 56px);
  line-height: 1.05;
  letter-spacing: 0.005em;
  text-transform: uppercase;
  margin: 0 0 40px;
  color: var(--sl-text);
}

.stormlight-product-section .sl-chapter {
  position: relative;
  padding: 120px 32px;
  overflow: hidden;
}
.stormlight-product-section .sl-chapter-inner {
  position: relative;
  max-width: var(--sl-chapter-w);
  margin: 0 auto;
  z-index: 2;
}
.stormlight-product-section .sl-chapter-inner--wide {
  max-width: var(--sl-chapter-w-wide);
}
.stormlight-product-section .sl-chapter-ghost {
  position: absolute;
  top: 50%;
  right: -2vw;
  transform: translateY(-50%);
  font-family: 'Anton', sans-serif;
  font-size: 14vw;
  line-height: 1;
  color: var(--sl-gold);
  opacity: 0.07;
  pointer-events: none;
  user-select: none;
  z-index: 1;
}

.stormlight-product-section .sl-hero {
  position: relative;
  display: block;
  background: var(--sl-deep);
  overflow: hidden;
}
.stormlight-product-section .sl-hero-images {
  position: relative;
  width: 100%;
  aspect-ratio: 21 / 9;
  background: var(--sl-deep);
  overflow: hidden;
}
.stormlight-product-section .sl-hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out;
}
.stormlight-product-section .sl-hero-slide.is-active {
  opacity: 1;
  pointer-events: auto;
}
.stormlight-product-section .sl-hero-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center var(--sl-focal-y, 50%);
}
.stormlight-product-section .sl-hero-images::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 80px;
  background: linear-gradient(180deg, rgba(6,7,10,0) 0%, var(--sl-deep) 100%);
  pointer-events: none;
  z-index: 2;
}
.stormlight-product-section .sl-hero-placeholder {
  background: linear-gradient(135deg, var(--sl-mid), var(--sl-deep));
  opacity: 1;
}

.stormlight-product-section .sl-hero-credit {
  position: relative;
  background: var(--sl-deep);
  padding: 16px 32px;
  text-align: center;
  border-bottom: 1px solid rgba(245, 184, 0, 0.18);
  min-height: 50px;
}
.stormlight-product-section .sl-hero-credit-text {
  margin: 0;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--sl-text);
  opacity: 0.7;
  line-height: 1.6;
}
.stormlight-product-section .sl-hero-credit-slide {
  display: none;
}
.stormlight-product-section .sl-hero-credit-slide.is-active {
  display: block;
}
.stormlight-product-section .sl-hero-credit-num {
  color: var(--sl-gold);
  font-weight: 600;
  letter-spacing: 0.16em;
}
.stormlight-product-section .sl-hero-credit-sep {
  color: rgba(245, 184, 0, 0.4);
  margin: 0 6px;
}

.stormlight-product-section .sl-hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 64px 32px 80px;
  background: var(--sl-deep);
}
.stormlight-product-section .sl-eyebrow {
  display: block;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--sl-gold);
  margin-bottom: 28px;
}
.stormlight-product-section .sl-hero-headline {
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  font-size: clamp(40px, 7vw, 88px);
  line-height: 1.02;
  letter-spacing: 0.005em;
  text-transform: uppercase;
  margin: 0 0 24px;
  color: var(--sl-text);
  max-width: 900px;
}
.stormlight-product-section .sl-hero-tagline {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  font-size: clamp(18px, 2vw, 24px);
  letter-spacing: 0.06em;
  line-height: 1.3;
  max-width: 640px;
  margin: 0 0 20px;
  color: var(--sl-gold);
  text-transform: uppercase;
}
.stormlight-product-section .sl-hero-sub {
  font-family: 'Barlow', sans-serif;
  font-weight: 300;
  font-size: clamp(16px, 1.5vw, 19px);
  line-height: 1.55;
  max-width: 640px;
  margin: 0;
  color: var(--sl-text);
  opacity: 0.9;
}

.stormlight-product-section .sl-buy-block {
  background: var(--sl-deep);
  padding: 80px 32px;
}
.stormlight-product-section .sl-buy-grid {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start;
}

.stormlight-product-section .sl-gallery-main {
  background: var(--sl-deep);
  border-radius: 2px;
  aspect-ratio: 1;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.stormlight-product-section .sl-gallery-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.stormlight-product-section .sl-gallery-placeholder {
  width: 100%;
  height: 100%;
  background: #1a1a1a;
}
.stormlight-product-section .sl-gallery-thumbs {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.stormlight-product-section .sl-gallery-thumb {
  width: 80px;
  height: 80px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: var(--sl-deep);
  border-radius: 2px;
  cursor: pointer;
  overflow: hidden;
  transition: border-color 0.2s ease;
}
.stormlight-product-section .sl-gallery-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.stormlight-product-section .sl-gallery-thumb:hover {
  border-color: var(--sl-gold);
}
.stormlight-product-section .sl-gallery-thumb.is-active {
  border-color: var(--sl-gold);
  box-shadow: 0 0 0 1px var(--sl-gold);
}

.stormlight-product-section .sl-purchase {
  padding-top: 8px;
}
.stormlight-product-section .sl-product-name {
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  font-size: clamp(40px, 5vw, 56px);
  line-height: 1;
  letter-spacing: 0.005em;
  text-transform: uppercase;
  margin: 0 0 20px;
}
.stormlight-product-section .sl-price {
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  font-size: 32px;
  letter-spacing: 0.01em;
  color: var(--sl-gold);
  margin-bottom: 12px;
}

.stormlight-product-section .sl-product-stars {
  margin: 0 0 18px;
  min-height: 22px;
}
.stormlight-product-section .sl-product-stars .junip-product-summary {
  display: inline-block;
}

.stormlight-product-section .sl-stock-status {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--sl-text);
  margin-bottom: 24px;
}
.stormlight-product-section .sl-stock-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--sl-stock-green);
  box-shadow: 0 0 0 3px rgba(74, 222, 128, 0.15);
}
.stormlight-product-section .sl-stock-dot--out {
  background: var(--sl-ember);
  box-shadow: 0 0 0 3px rgba(232, 98, 10, 0.15);
}

.stormlight-product-section .sl-product-desc {
  font-size: 16px;
  line-height: 1.7;
  margin: 0 0 24px;
  color: var(--sl-text);
  opacity: 0.92;
}
.stormlight-product-section .sl-quick-specs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--sl-muted);
  padding: 16px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  margin-bottom: 28px;
}
.stormlight-product-section .sl-quick-specs .sl-dot {
  color: rgba(255, 255, 255, 0.25);
}

.stormlight-product-section .sl-cart-form {
  margin-bottom: 20px;
}
.stormlight-product-section .sl-add-to-cart {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  padding: 20px 32px;
  background: var(--sl-gold);
  color: var(--sl-dark);
  border: none;
  border-radius: 2px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.1s ease;
}
.stormlight-product-section .sl-add-to-cart:hover:not(:disabled) {
  background: #ffd24a;
}
.stormlight-product-section .sl-add-to-cart:active:not(:disabled) {
  transform: translateY(1px);
}
.stormlight-product-section .sl-add-to-cart:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}
.stormlight-product-section .sl-add-to-cart--lg {
  padding: 24px 40px;
  font-size: 16px;
  max-width: 360px;
  margin: 0 auto;
}
.stormlight-product-section .sl-cta-spinner {
  display: none;
  width: 16px;
  height: 16px;
  border: 2px solid rgba(13, 13, 20, 0.3);
  border-top-color: var(--sl-dark);
  border-radius: 50%;
  animation: sl-spin 0.7s linear infinite;
}
.stormlight-product-section .sl-add-to-cart.is-loading .sl-cta-spinner {
  display: inline-block;
}
.stormlight-product-section .sl-add-to-cart.is-loading .sl-cta-label {
  opacity: 0.6;
}
@keyframes sl-spin {
  to { transform: rotate(360deg); }
}
.stormlight-product-section .sl-cart-feedback {
  margin: 14px 0 0;
  min-height: 1.4em;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 14px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--sl-gold);
}
.stormlight-product-section .sl-cart-feedback.is-error {
  color: var(--sl-ember);
}

.stormlight-product-section .sl-trust-strip {
  list-style: none;
  margin: 0 0 28px;
  padding: 18px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  display: grid;
  gap: 12px;
}
.stormlight-product-section .sl-trust-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 14px;
  line-height: 1.5;
  color: var(--sl-text);
  opacity: 0.92;
}
.stormlight-product-section .sl-trust-icon {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  margin-top: 1px;
  font-size: 13px;
  color: var(--sl-gold);
  line-height: 1;
}
.stormlight-product-section .sl-trust-text strong {
  color: var(--sl-text);
  font-weight: 500;
  opacity: 1;
}

.stormlight-product-section .sl-checks {
  list-style: none;
  margin: 0;
  padding: 0;
}
.stormlight-product-section .sl-checks li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 10px 0;
  font-size: 15px;
  line-height: 1.5;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.stormlight-product-section .sl-checks li:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.stormlight-product-section .sl-check {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  margin-top: 2px;
  color: var(--sl-gold);
  font-weight: 600;
}

.stormlight-product-section .sl-output {
  background: var(--sl-dark);
  color: var(--sl-text);
  padding: clamp(64px, 8vw, 120px) clamp(20px, 4vw, 40px);
  font-family: 'Barlow', sans-serif;
  font-weight: 300;
  line-height: 1.6;
}

.stormlight-product-section .sl-output-inner {
  max-width: 1180px;
  margin: 0 auto;
}

.stormlight-product-section .sl-output-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--sl-gold);
  margin-bottom: 24px;
}

.stormlight-product-section .sl-output-hairline {
  display: inline-block;
  width: 24px;
  height: 1px;
  background: var(--sl-gold);
}

.stormlight-product-section .sl-output-h2 {
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  font-size: clamp(32px, 5vw, 56px);
  line-height: 1.05;
  letter-spacing: 0.005em;
  text-transform: uppercase;
  margin: 0 0 56px;
  color: var(--sl-text);
}

.stormlight-product-section .sl-output-h2 em {
  color: var(--sl-gold) !important;
  font-style: normal !important;
}

.stormlight-product-section .sl-output-card {
  background: var(--sl-deep);
  padding: clamp(20px, 2.5vw, 32px) clamp(12px, 2vw, 24px) clamp(16px, 2vw, 24px);
  border: 1px solid rgba(245, 184, 0, 0.08);
  border-radius: 2px;
  max-width: 880px;
  margin: 0 auto 56px;
}

.stormlight-product-section .sl-output-card svg {
  display: block;
  width: 100%;
  height: auto;
}

.stormlight-product-section .sl-output-labels {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  padding-top: 32px;
  border-top: 1px solid rgba(245, 184, 0, 0.15);
  max-width: 1080px;
  margin: 0 auto;
}

.stormlight-product-section .sl-output-label {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 1.55;
  color: var(--sl-text);
  opacity: 0.92;
  position: relative;
  padding-left: 20px;
}

.stormlight-product-section .sl-output-label::before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 10px;
  height: 1px;
  background: var(--sl-gold);
}

.stormlight-product-section .sl-reviews {
  background: var(--sl-mid);
  padding: 100px 32px;
}
.stormlight-product-section .sl-reviews .sl-chapter-inner {
  text-align: center;
}
.stormlight-product-section .sl-reviews .sl-label {
  justify-content: center;
}
.stormlight-product-section .sl-reviews-intro {
  max-width: 640px;
  margin: 0 auto 32px;
  font-size: 16px;
  line-height: 1.7;
  color: var(--sl-text);
  opacity: 0.85;
}
.stormlight-product-section .sl-reviews-empty {
  max-width: 560px;
  margin: 0 auto;
  padding: 24px 0 8px;
}
.stormlight-product-section .sl-reviews-empty-lead {
  font-size: 17px;
  line-height: 1.7;
  margin: 0 0 16px;
  color: var(--sl-text);
}
.stormlight-product-section .sl-reviews-empty-sub {
  font-size: 15px;
  line-height: 1.7;
  margin: 0;
  color: var(--sl-muted);
}
.stormlight-product-section .sl-reviews-widget {
  text-align: left;
  margin-top: 8px;
}

.stormlight-product-section .sl-pillars { background: var(--sl-dark); }
.stormlight-product-section .sl-pillar-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px 56px;
  margin-top: 16px;
}
.stormlight-product-section .sl-pillar { padding: 8px 0; }
.stormlight-product-section .sl-pillar-num {
  display: block;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--sl-gold);
  margin-bottom: 14px;
}
.stormlight-product-section .sl-pillar-h {
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  font-size: clamp(24px, 2.4vw, 30px);
  line-height: 1.2;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  margin: 0 0 18px;
  color: var(--sl-text);
}
.stormlight-product-section .sl-pillar p {
  margin: 0 0 14px;
  font-size: 16px;
  line-height: 1.7;
}
.stormlight-product-section .sl-pillar p:last-child { margin-bottom: 0; }

.stormlight-product-section .sl-runtime { background: var(--sl-deep); }
.stormlight-product-section .sl-lead {
  font-size: 18px;
  line-height: 1.7;
  margin: 0 0 48px;
  color: var(--sl-text);
  opacity: 0.92;
}
.stormlight-product-section .sl-runtime-list {
  display: flex;
  flex-direction: column;
}
.stormlight-product-section .sl-runtime-row {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 40px;
  padding: 28px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  align-items: baseline;
}
.stormlight-product-section .sl-runtime-row:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.stormlight-product-section .sl-runtime-meta {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.stormlight-product-section .sl-runtime-pct {
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  font-size: 36px;
  line-height: 1;
  color: var(--sl-gold);
  text-transform: uppercase;
}
.stormlight-product-section .sl-runtime-lm {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--sl-text);
}
.stormlight-product-section .sl-runtime-time {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 14px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--sl-muted);
}
.stormlight-product-section .sl-runtime-text {
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
}
.stormlight-product-section .sl-runtime-text strong {
  color: var(--sl-text);
  font-weight: 500;
}
.stormlight-product-section .sl-runtime-eco .sl-runtime-pct {
  color: var(--sl-ember);
}

.stormlight-product-section .sl-closer {
  margin: 48px 0 0;
  padding: 24px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 16px;
  line-height: 1.7;
  color: var(--sl-muted);
}

.stormlight-product-section .sl-use-cases { background: var(--sl-dark); }
.stormlight-product-section .sl-use-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px 40px;
  margin-top: 16px;
}
.stormlight-product-section .sl-use-card {
  background: var(--sl-mid);
  border-radius: 2px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.stormlight-product-section .sl-use-image {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: var(--sl-deep);
}
.stormlight-product-section .sl-use-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.stormlight-product-section .sl-use-body {
  padding: 32px 32px 36px;
}
.stormlight-product-section .sl-use-num {
  display: inline-block;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--sl-gold);
  margin-bottom: 12px;
}
.stormlight-product-section .sl-use-h {
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  font-size: clamp(22px, 2.2vw, 28px);
  line-height: 1.15;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  margin: 0 0 18px;
}
.stormlight-product-section .sl-use-body p {
  margin: 0 0 14px;
  font-size: 15.5px;
  line-height: 1.7;
}
.stormlight-product-section .sl-use-body p:last-child { margin-bottom: 0; }
.stormlight-product-section .sl-use-body strong {
  color: var(--sl-text);
  font-weight: 500;
}

.stormlight-product-section .sl-system { background: var(--sl-deep); }
.stormlight-product-section .sl-system-image {
  margin: 40px -8px 40px;
  border-radius: 2px;
  overflow: hidden;
  background: var(--sl-mid);
}
.stormlight-product-section .sl-system-image img {
  width: 100%;
  height: auto;
}
.stormlight-product-section .sl-system-block {
  margin: 36px 0;
  padding-top: 36px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.stormlight-product-section .sl-system-block:first-of-type {
  margin-top: 16px;
}
.stormlight-product-section .sl-system-h {
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  font-size: clamp(22px, 2.2vw, 28px);
  line-height: 1.2;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  margin: 0 0 16px;
}
.stormlight-product-section .sl-system-block p {
  margin: 0 0 14px;
  font-size: 16px;
  line-height: 1.7;
}
.stormlight-product-section .sl-system-block p:last-child { margin-bottom: 0; }

.stormlight-product-section .sl-specs { background: var(--sl-dark); }
.stormlight-product-section .sl-spec-table {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.stormlight-product-section .sl-spec-row {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 24px;
  padding: 16px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.stormlight-product-section .sl-spec-row:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.stormlight-product-section .sl-spec-divider {
  border-top: 1px solid rgba(245, 184, 0, 0.3);
}
.stormlight-product-section .sl-spec-row dt {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--sl-muted);
  margin: 0;
}
.stormlight-product-section .sl-spec-row dd {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  color: var(--sl-text);
}

.stormlight-product-section .sl-comparison { background: var(--sl-deep); }
.stormlight-product-section .sl-compare-wrap {
  margin-top: 24px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.stormlight-product-section .sl-compare-table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
}
.stormlight-product-section .sl-compare-table thead th {
  padding: 16px 18px;
  text-align: left;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--sl-muted);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.stormlight-product-section .sl-compare-table tbody td {
  padding: 22px 18px;
  font-size: 15px;
  line-height: 1.5;
  color: var(--sl-text);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  vertical-align: middle;
}
.stormlight-product-section .sl-compare-table tbody tr:last-child td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.stormlight-product-section .sl-compare-row.is-current td {
  background: rgba(245, 184, 0, 0.04);
  border-top-color: var(--sl-gold);
}
.stormlight-product-section .sl-compare-row.is-current + tr td {
  border-top-color: var(--sl-gold);
}
.stormlight-product-section .sl-compare-name-cell {
  white-space: nowrap;
}
.stormlight-product-section .sl-compare-name {
  display: block;
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  font-size: 19px;
  line-height: 1.1;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: var(--sl-text);
}
.stormlight-product-section .sl-compare-row.is-current .sl-compare-name {
  color: var(--sl-gold);
}
.stormlight-product-section .sl-compare-current-tag {
  display: inline-block;
  margin-top: 6px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--sl-gold);
  padding: 3px 8px;
  border: 1px solid rgba(245, 184, 0, 0.4);
  border-radius: 2px;
}
.stormlight-product-section .sl-compare-link-cell {
  white-space: nowrap;
  text-align: right;
}
.stormlight-product-section .sl-compare-link {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.stormlight-product-section .sl-compare-current-text {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--sl-muted);
}

.stormlight-product-section .sl-box { background: var(--sl-mid); }
.stormlight-product-section .sl-box-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
  margin-bottom: 56px;
}
.stormlight-product-section .sl-box-image-col {
  background: var(--sl-deep);
  aspect-ratio: 4 / 3;
  border-radius: 2px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.stormlight-product-section .sl-box-image-col img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 16px;
}
.stormlight-product-section .sl-box-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.stormlight-product-section .sl-box-list li {
  padding: 16px 0;
  font-size: 17px;
  line-height: 1.5;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  position: relative;
  padding-left: 28px;
}
.stormlight-product-section .sl-box-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 27px;
  width: 14px;
  height: 1px;
  background: var(--sl-gold);
}
.stormlight-product-section .sl-box-list li:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.stormlight-product-section .sl-cable-note {
  background: rgba(245, 184, 0, 0.04);
  border-left: 2px solid var(--sl-gold);
  padding: 32px 36px;
  margin-top: 32px;
}
.stormlight-product-section .sl-cable-h {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--sl-gold);
  margin: 0 0 14px;
}
.stormlight-product-section .sl-cable-note p {
  margin: 0 0 12px;
  font-size: 15.5px;
  line-height: 1.7;
}
.stormlight-product-section .sl-cable-closer {
  font-family: 'Barlow', sans-serif;
  color: var(--sl-text);
  opacity: 0.85;
  margin-top: 8px !important;
}

.stormlight-product-section .sl-trust { background: var(--sl-dark); }
.stormlight-product-section .sl-trust-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  margin-top: 16px;
}
.stormlight-product-section .sl-trust-card {
  padding: 36px 36px 32px;
  background: var(--sl-mid);
  border-radius: 2px;
  border-top: 2px solid var(--sl-gold);
}
.stormlight-product-section .sl-trust-h {
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  font-size: 26px;
  line-height: 1.15;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  margin: 0 0 18px;
}
.stormlight-product-section .sl-trust-card p {
  margin: 0 0 16px;
  font-size: 15.5px;
  line-height: 1.7;
}
.stormlight-product-section .sl-trust-link {
  display: inline-block;
  margin-top: 8px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--sl-gold);
  border-bottom: 1px solid var(--sl-gold);
  padding-bottom: 3px;
}

.stormlight-product-section .sl-bottom-cta {
  background: var(--sl-deep);
  padding: 120px 32px;
  text-align: center;
}
.stormlight-product-section .sl-bottom-h {
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  font-size: clamp(36px, 5.5vw, 64px);
  line-height: 1.05;
  letter-spacing: 0.005em;
  text-transform: uppercase;
  margin: 0 0 32px;
}
.stormlight-product-section .sl-bottom-sub {
  max-width: 640px;
  margin: 0 auto 40px;
  font-size: 17px;
  line-height: 1.7;
  color: var(--sl-text);
  opacity: 0.92;
}
.stormlight-product-section .sl-bottom-price {
  font-family: 'Anton', sans-serif;
  font-size: 40px;
  color: var(--sl-gold);
  margin-bottom: 32px;
}
.stormlight-product-section .sl-cart-form--bottom {
  max-width: 360px;
  margin: 0 auto 28px;
}
.stormlight-product-section .sl-bottom-meta {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 13px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--sl-muted);
  margin: 0;
}

.stormlight-product-section .sl-related {
  background: var(--sl-dark);
  padding: 120px 32px;
}
.stormlight-product-section .sl-related-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-top: 16px;
}
.stormlight-product-section .sl-related-card {
  display: block;
  background: var(--sl-mid);
  border-radius: 2px;
  overflow: hidden;
  color: inherit;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.stormlight-product-section .sl-related-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4);
  opacity: 1;
}
.stormlight-product-section .sl-related-image {
  aspect-ratio: 4 / 3;
  background: #ffffff;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.stormlight-product-section .sl-related-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 16px;
}
.stormlight-product-section .sl-related-body {
  padding: 24px 24px 28px;
}
.stormlight-product-section .sl-related-eyebrow {
  display: block;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--sl-gold);
  margin-bottom: 8px;
}
.stormlight-product-section .sl-related-name {
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.15;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  margin: 0 0 10px;
}
.stormlight-product-section .sl-related-desc {
  font-size: 14.5px;
  line-height: 1.55;
  margin: 0;
  color: var(--sl-muted);
}

.stormlight-product-section .sl-sticky-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 998;
  background: rgba(6, 7, 10, 0.96);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-top: 1px solid rgba(245, 184, 0, 0.2);
  padding: 12px 16px calc(12px + env(safe-area-inset-bottom));
  transform: translateY(100%);
  transition: transform 0.3s ease, opacity 0.2s ease;
  opacity: 0;
  pointer-events: none;
  display: none;
}
.stormlight-product-section .sl-sticky-cta.is-visible {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}
.stormlight-product-section .sl-sticky-cta-inner {
  display: flex;
  align-items: center;
  gap: 14px;
  max-width: 600px;
  margin: 0 auto;
}
.stormlight-product-section .sl-sticky-info {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}
.stormlight-product-section .sl-sticky-name {
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: var(--sl-text);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.stormlight-product-section .sl-sticky-price {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.08em;
  color: var(--sl-gold);
}
.stormlight-product-section .sl-cart-form--sticky {
  flex-grow: 1;
  margin: 0;
}
.stormlight-product-section .sl-add-to-cart--sticky {
  padding: 14px 18px;
  font-size: 13px;
  letter-spacing: 0.18em;
}

.stormlight-product-section .sl-fit-block {
  margin-top: 64px;
  padding: 48px 48px 44px;
  background: var(--sl-mid);
  border-radius: 2px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  border-top: 2px solid var(--sl-gold);
}
.stormlight-product-section .sl-fit-label {
  display: inline-block;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--sl-gold);
  margin-bottom: 20px;
}
.stormlight-product-section .sl-fit-label--against {
  color: var(--sl-muted);
}
.stormlight-product-section .sl-fit-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.stormlight-product-section .sl-fit-list li {
  position: relative;
  padding: 10px 0 10px 24px;
  font-size: 15.5px;
  line-height: 1.55;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.stormlight-product-section .sl-fit-list li:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.stormlight-product-section .sl-fit-col--for .sl-fit-list li::before {
  content: '+';
  position: absolute;
  left: 0;
  top: 9px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: var(--sl-gold);
  line-height: 1;
}
.stormlight-product-section .sl-fit-col--against .sl-fit-list li::before {
  content: '\2212';
  position: absolute;
  left: 0;
  top: 9px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: var(--sl-muted);
  line-height: 1;
}
.stormlight-product-section .sl-fit-col--against .sl-fit-list li {
  color: var(--sl-text);
  opacity: 0.78;
}

.stormlight-product-section .sl-faq { background: var(--sl-deep); }
.stormlight-product-section .sl-faq-list {
  margin: 16px 0 0;
  display: flex;
  flex-direction: column;
}
.stormlight-product-section .sl-faq-item {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.stormlight-product-section .sl-faq-item:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.stormlight-product-section .sl-faq-q {
  display: block;
  width: 100%;
  padding: 24px 0;
  margin: 0;
  background: transparent;
  border: 0;
  text-align: left;
  font: inherit;
  color: inherit;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}
.stormlight-product-section .sl-faq-q:focus-visible {
  outline: 2px solid var(--sl-gold);
  outline-offset: 4px;
}
.stormlight-product-section .sl-faq-q-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  font-size: clamp(18px, 1.8vw, 22px);
  line-height: 1.3;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: var(--sl-text);
  transition: color 0.2s ease;
}
.stormlight-product-section .sl-faq-q:hover .sl-faq-q-row {
  color: var(--sl-gold);
}
.stormlight-product-section .sl-faq-q-text {
  flex: 1 1 auto;
}
.stormlight-product-section .sl-faq-icon {
  flex-shrink: 0;
  position: relative;
  display: block;
  width: 18px;
  height: 18px;
  transition: transform 0.3s ease;
}
.stormlight-product-section .sl-faq-icon::before,
.stormlight-product-section .sl-faq-icon::after {
  content: '';
  position: absolute;
  background-color: var(--sl-gold);
  transition: transform 0.3s ease;
}
.stormlight-product-section .sl-faq-icon::before {
  top: calc(50% - 1px);
  left: 0;
  right: 0;
  height: 2px;
}
.stormlight-product-section .sl-faq-icon::after {
  top: 0;
  bottom: 0;
  left: calc(50% - 1px);
  width: 2px;
}
.stormlight-product-section .sl-faq-item.is-open .sl-faq-icon::after {
  transform: scaleY(0);
}
.stormlight-product-section .sl-faq-a {
  padding: 0 0 28px;
  max-width: 680px;
  display: none !important;
}
.stormlight-product-section .sl-faq-item.is-open .sl-faq-a {
  display: block !important;
}
.stormlight-product-section .sl-faq-a p {
  margin: 0 0 14px;
  font-size: 16px;
  line-height: 1.7;
  color: var(--sl-text);
  opacity: 0.92;
}
.stormlight-product-section .sl-faq-a p:last-child {
  margin-bottom: 0;
}
.stormlight-product-section .sl-faq-a strong {
  color: var(--sl-text);
  font-weight: 500;
  opacity: 1;
}
.stormlight-product-section .sl-faq-a a {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  border-bottom: 1px solid var(--sl-gold);
  padding-bottom: 2px;
}

@media (max-width: 900px) {
  .stormlight-product-section .sl-buy-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .stormlight-product-section .sl-pillar-grid,
  .stormlight-product-section .sl-use-grid,
  .stormlight-product-section .sl-trust-grid,
  .stormlight-product-section .sl-box-grid,
  .stormlight-product-section .sl-fit-block {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .stormlight-product-section .sl-related-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .stormlight-product-section .sl-sticky-cta {
    display: block;
  }
  .stormlight-product-section .sl-related,
  .stormlight-product-section .sl-bottom-cta {
    padding-bottom: calc(120px + env(safe-area-inset-bottom));
  }
  .stormlight-product-section .sl-output-h2 {
    margin-bottom: 40px;
  }
  .stormlight-product-section .sl-output-card {
    margin-bottom: 40px;
  }
}

@media (max-width: 720px) {
  .stormlight-product-section { font-size: 16px; }
  .stormlight-product-section .sl-chapter { padding: 80px 20px; }
  .stormlight-product-section .sl-buy-block,
  .stormlight-product-section .sl-bottom-cta,
  .stormlight-product-section .sl-related,
  .stormlight-product-section .sl-reviews { padding: 80px 20px; }
  .stormlight-product-section .sl-hero-images {
    aspect-ratio: 4 / 5;
  }
  .stormlight-product-section .sl-hero-slide img {
    object-position: center;
  }
  .stormlight-product-section .sl-hero-content {
    padding: 32px 20px 56px;
  }
  .stormlight-product-section .sl-hero-credit {
    padding: 14px 20px;
    min-height: 56px;
  }
  .stormlight-product-section .sl-hero-credit-text {
    font-size: 11px;
    letter-spacing: 0.16em;
    line-height: 1.7;
  }
  .stormlight-product-section .sl-hero-credit-sep {
    margin: 0 4px;
  }
  .stormlight-product-section .sl-chapter-ghost {
    font-size: 28vw;
    right: -8vw;
  }
  .stormlight-product-section .sl-runtime-row {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .stormlight-product-section .sl-spec-row {
    grid-template-columns: 1fr;
    gap: 4px;
    padding: 14px 0;
  }
  .stormlight-product-section .sl-spec-row dt { font-size: 12px; }
  .stormlight-product-section .sl-h2 { margin-bottom: 28px; }
  .stormlight-product-section .sl-cable-note { padding: 22px 20px; }
  .stormlight-product-section .sl-fit-block { padding: 32px 24px 28px; gap: 32px; margin-top: 48px; }
  .stormlight-product-section .sl-faq-q { padding: 20px 0; }
  .stormlight-product-section .sl-faq-q-row { gap: 16px; }
  .stormlight-product-section .sl-faq-a { padding: 0 0 22px; }
  .stormlight-product-section .sl-use-body,
  .stormlight-product-section .sl-trust-card { padding: 24px 22px 26px; }
  .stormlight-product-section .sl-gallery-thumb {
    width: 64px;
    height: 64px;
  }
  .stormlight-product-section .sl-trust-strip {
    padding: 16px 0;
  }
  .stormlight-product-section .sl-reviews-intro {
    font-size: 15px;
    margin-bottom: 24px;
  }
  .stormlight-product-section .sl-sticky-name { font-size: 15px; }
  .stormlight-product-section .sl-add-to-cart--sticky {
    padding: 13px 14px;
    font-size: 12px;
    letter-spacing: 0.14em;
  }
  .stormlight-product-section .sl-output-labels {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .stormlight-product-section .sl-output-h2 {
    margin-bottom: 32px;
  }
  .stormlight-product-section .sl-output-card {
    margin-bottom: 32px;
    padding: 16px 8px 12px;
  }
  .stormlight-product-section .sl-output-label {
    font-size: 13px;
  }
}
/* END_SECTION:sport-1200 */

/* START_SECTION:sport-3100 (INDEX:90) */
/* ============================================================
   STORMLIGHT SPORT 3100 — Section styles
   All scoped under .stormlight-product-section
   ============================================================ */

.stormlight-product-section {
  --sl-gold: #F5B800;
  --sl-ember: #E8620A;
  --sl-dark: #0D0D14;
  --sl-deep: #06070A;
  --sl-mid: #1A1A2E;
  --sl-text: #E8E8F0;
  --sl-muted: #8888AA;
  --sl-stock-green: #4ade80;
  --sl-chapter-w: 780px;
  --sl-chapter-w-wide: 1180px;

  background: var(--sl-dark);
  color: var(--sl-text);
  font-family: 'Barlow', sans-serif;
  font-weight: 300;
  line-height: 1.8;
  font-size: 17px;
  letter-spacing: 0.01em;
  overflow-x: hidden;
}

.stormlight-product-section *,
.stormlight-product-section *::before,
.stormlight-product-section *::after {
  box-sizing: border-box;
}

.stormlight-product-section em {
  color: var(--sl-gold) !important;
  font-style: normal !important;
  font-weight: inherit;
}

.stormlight-product-section a {
  color: var(--sl-gold);
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.stormlight-product-section a:hover { opacity: 0.75; }

.stormlight-product-section img {
  max-width: 100%;
  height: auto;
  display: block;
}

.stormlight-product-section .reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.stormlight-product-section .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.stormlight-product-section .sl-label {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--sl-gold);
  margin-bottom: 24px;
}
.stormlight-product-section .sl-hairline {
  display: inline-block;
  width: 24px;
  height: 1px;
  background: var(--sl-gold);
}

.stormlight-product-section .sl-h2 {
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  font-size: clamp(36px, 5vw, 56px);
  line-height: 1.05;
  letter-spacing: 0.005em;
  text-transform: uppercase;
  margin: 0 0 40px;
  color: var(--sl-text);
}

.stormlight-product-section .sl-chapter {
  position: relative;
  padding: 120px 32px;
  overflow: hidden;
}
.stormlight-product-section .sl-chapter-inner {
  position: relative;
  max-width: var(--sl-chapter-w);
  margin: 0 auto;
  z-index: 2;
}
.stormlight-product-section .sl-chapter-inner--wide {
  max-width: var(--sl-chapter-w-wide);
}
.stormlight-product-section .sl-chapter-ghost {
  position: absolute;
  top: 50%;
  right: -2vw;
  transform: translateY(-50%);
  font-family: 'Anton', sans-serif;
  font-size: 14vw;
  line-height: 1;
  color: var(--sl-gold);
  opacity: 0.07;
  pointer-events: none;
  user-select: none;
  z-index: 1;
}

/* ============================================================
   HERO — letterbox structure with random slide picker
   ------------------------------------------------------------
   Up to 3 slides. JS picks one at random on page load and shows
   only that one (plus its matching caption). All slides exist in
   the DOM but only the active one is visible; lazy-loaded slides
   never download unless they're the random pick.
   ============================================================ */
.stormlight-product-section .sl-hero {
  position: relative;
  display: block;
  background: var(--sl-deep);
  overflow: hidden;
}
.stormlight-product-section .sl-hero-images {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: var(--sl-deep);
  overflow: hidden;
}
.stormlight-product-section .sl-hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out;
}
.stormlight-product-section .sl-hero-slide.is-active {
  opacity: 1;
  pointer-events: auto;
}
.stormlight-product-section .sl-hero-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center var(--sl-focal-y, 50%);
}
.stormlight-product-section .sl-hero-images::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 80px;
  background: linear-gradient(180deg, rgba(6,7,10,0) 0%, var(--sl-deep) 100%);
  pointer-events: none;
  z-index: 2;
}
.stormlight-product-section .sl-hero-placeholder {
  background: linear-gradient(135deg, var(--sl-mid), var(--sl-deep));
  opacity: 1;
}

/* Caption strip — proof line under the image. Each slide carries its own
   caption text; only the active one is shown. The strip itself stays a
   fixed minimum height so layout doesn't jump if a caption wraps to a
   different number of lines than another slide's caption. */
.stormlight-product-section .sl-hero-credit {
  position: relative;
  background: var(--sl-deep);
  padding: 16px 32px;
  text-align: center;
  border-bottom: 1px solid rgba(245, 184, 0, 0.18);
  min-height: 50px;
}
.stormlight-product-section .sl-hero-credit-text {
  margin: 0;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  line-height: 1.6;
}
.stormlight-product-section .sl-hero-credit-slide {
  display: none;
}
.stormlight-product-section .sl-hero-credit-slide.is-active {
  display: block;
}
.stormlight-product-section .sl-hero-credit-lead {
  color: var(--sl-gold);
  font-weight: 600;
  letter-spacing: 0.18em;
}
.stormlight-product-section .sl-hero-credit-meta {
  color: var(--sl-text);
  opacity: 0.75;
}
.stormlight-product-section .sl-hero-credit-sep {
  color: rgba(245, 184, 0, 0.4);
  margin: 0 8px;
}

.stormlight-product-section .sl-hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 64px 32px 80px;
  background: var(--sl-deep);
}
.stormlight-product-section .sl-eyebrow {
  display: block;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--sl-gold);
  margin-bottom: 28px;
}
.stormlight-product-section .sl-hero-headline {
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  font-size: clamp(40px, 7vw, 88px);
  line-height: 1.02;
  letter-spacing: 0.005em;
  text-transform: uppercase;
  margin: 0 0 24px;
  color: var(--sl-text);
  max-width: 900px;
}
.stormlight-product-section .sl-hero-tagline {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  font-size: clamp(18px, 2vw, 24px);
  letter-spacing: 0.06em;
  line-height: 1.3;
  max-width: 640px;
  margin: 0 0 20px;
  color: var(--sl-gold);
  text-transform: uppercase;
}
.stormlight-product-section .sl-hero-sub {
  font-family: 'Barlow', sans-serif;
  font-weight: 300;
  font-size: clamp(16px, 1.5vw, 19px);
  line-height: 1.55;
  max-width: 640px;
  margin: 0;
  color: var(--sl-text);
  opacity: 0.9;
}

.stormlight-product-section .sl-buy-block {
  background: var(--sl-deep);
  padding: 80px 32px;
}
.stormlight-product-section .sl-buy-grid {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start;
}

.stormlight-product-section .sl-gallery-main {
  background: var(--sl-deep);
  border-radius: 2px;
  aspect-ratio: 1;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.stormlight-product-section .sl-gallery-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.stormlight-product-section .sl-gallery-placeholder {
  width: 100%;
  height: 100%;
  background: #1a1a1a;
}
.stormlight-product-section .sl-gallery-thumbs {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.stormlight-product-section .sl-gallery-thumb {
  width: 80px;
  height: 80px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: var(--sl-deep);
  border-radius: 2px;
  cursor: pointer;
  overflow: hidden;
  transition: border-color 0.2s ease;
}
.stormlight-product-section .sl-gallery-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.stormlight-product-section .sl-gallery-thumb:hover {
  border-color: var(--sl-gold);
}
.stormlight-product-section .sl-gallery-thumb.is-active {
  border-color: var(--sl-gold);
  box-shadow: 0 0 0 1px var(--sl-gold);
}

.stormlight-product-section .sl-purchase {
  padding-top: 8px;
}
.stormlight-product-section .sl-product-name {
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  font-size: clamp(40px, 5vw, 56px);
  line-height: 1;
  letter-spacing: 0.005em;
  text-transform: uppercase;
  margin: 0 0 20px;
}

.stormlight-product-section .sl-product-stars {
  margin: 0 0 18px;
  min-height: 22px;
}
.stormlight-product-section .sl-product-stars .junip-product-summary {
  display: inline-block;
}

.stormlight-product-section .sl-price {
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  font-size: 32px;
  letter-spacing: 0.01em;
  color: var(--sl-gold);
  margin-bottom: 12px;
}

.stormlight-product-section .sl-stock-status {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--sl-text);
  margin-bottom: 24px;
}
.stormlight-product-section .sl-stock-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--sl-stock-green);
  box-shadow: 0 0 0 3px rgba(74, 222, 128, 0.15);
}
.stormlight-product-section .sl-stock-dot--out {
  background: var(--sl-ember);
  box-shadow: 0 0 0 3px rgba(232, 98, 10, 0.15);
}

.stormlight-product-section .sl-product-desc {
  font-size: 16px;
  line-height: 1.7;
  margin: 0 0 24px;
  color: var(--sl-text);
  opacity: 0.92;
}
.stormlight-product-section .sl-quick-specs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--sl-muted);
  padding: 16px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  margin-bottom: 28px;
}
.stormlight-product-section .sl-quick-specs .sl-dot {
  color: rgba(255, 255, 255, 0.25);
}

.stormlight-product-section .sl-cart-form {
  margin-bottom: 20px;
}
.stormlight-product-section .sl-add-to-cart {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  padding: 20px 32px;
  background: var(--sl-gold);
  color: var(--sl-dark);
  border: none;
  border-radius: 2px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.1s ease;
}
.stormlight-product-section .sl-add-to-cart:hover:not(:disabled) {
  background: #ffd24a;
}
.stormlight-product-section .sl-add-to-cart:active:not(:disabled) {
  transform: translateY(1px);
}
.stormlight-product-section .sl-add-to-cart:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}
.stormlight-product-section .sl-add-to-cart--lg {
  padding: 24px 40px;
  font-size: 16px;
  max-width: 360px;
  margin: 0 auto;
}
.stormlight-product-section .sl-cta-spinner {
  display: none;
  width: 16px;
  height: 16px;
  border: 2px solid rgba(13, 13, 20, 0.3);
  border-top-color: var(--sl-dark);
  border-radius: 50%;
  animation: sl-spin 0.7s linear infinite;
}
.stormlight-product-section .sl-add-to-cart.is-loading .sl-cta-spinner {
  display: inline-block;
}
.stormlight-product-section .sl-add-to-cart.is-loading .sl-cta-label {
  opacity: 0.6;
}
@keyframes sl-spin {
  to { transform: rotate(360deg); }
}
.stormlight-product-section .sl-cart-feedback {
  margin: 14px 0 0;
  min-height: 1.4em;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 14px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--sl-gold);
}
.stormlight-product-section .sl-cart-feedback.is-error {
  color: var(--sl-ember);
}

.stormlight-product-section .sl-trust-strip {
  list-style: none;
  margin: 0 0 28px;
  padding: 18px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  display: grid;
  gap: 12px;
}
.stormlight-product-section .sl-trust-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 14px;
  line-height: 1.5;
  color: var(--sl-text);
  opacity: 0.92;
}
.stormlight-product-section .sl-trust-icon {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  margin-top: 1px;
  font-size: 13px;
  color: var(--sl-gold);
  line-height: 1;
}
.stormlight-product-section .sl-trust-text strong {
  color: var(--sl-text);
  font-weight: 500;
  opacity: 1;
}

.stormlight-product-section .sl-checks {
  list-style: none;
  margin: 0;
  padding: 0;
}
.stormlight-product-section .sl-checks li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 10px 0;
  font-size: 15px;
  line-height: 1.5;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.stormlight-product-section .sl-checks li:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.stormlight-product-section .sl-check {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  margin-top: 2px;
  color: var(--sl-gold);
  font-weight: 600;
}

/* ============================================================
   REAL LUMENS — proof block between buy and reviews
   ============================================================ */
.stormlight-product-section .sl-output {
  background: var(--sl-dark);
  color: var(--sl-text);
  padding: clamp(64px, 8vw, 120px) clamp(20px, 4vw, 40px);
  font-family: 'Barlow', sans-serif;
  font-weight: 300;
  line-height: 1.6;
}

.stormlight-product-section .sl-output-inner {
  max-width: 1180px;
  margin: 0 auto;
}

.stormlight-product-section .sl-output-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--sl-gold);
  margin-bottom: 24px;
}

.stormlight-product-section .sl-output-hairline {
  display: inline-block;
  width: 24px;
  height: 1px;
  background: var(--sl-gold);
}

.stormlight-product-section .sl-output-h2 {
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  font-size: clamp(32px, 5vw, 56px);
  line-height: 1.05;
  letter-spacing: 0.005em;
  text-transform: uppercase;
  margin: 0 0 56px;
  color: var(--sl-text);
}

.stormlight-product-section .sl-output-h2 em {
  color: var(--sl-gold) !important;
  font-style: normal !important;
}

.stormlight-product-section .sl-output-card {
  background: var(--sl-deep);
  padding: clamp(20px, 2.5vw, 32px) clamp(12px, 2vw, 24px) clamp(16px, 2vw, 24px);
  border: 1px solid rgba(245, 184, 0, 0.08);
  border-radius: 2px;
  max-width: 880px;
  margin: 0 auto 56px;
}

.stormlight-product-section .sl-output-card svg {
  display: block;
  width: 100%;
  height: auto;
}

.stormlight-product-section .sl-output-labels {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  padding-top: 32px;
  border-top: 1px solid rgba(245, 184, 0, 0.15);
  max-width: 1080px;
  margin: 0 auto;
}

.stormlight-product-section .sl-output-label {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 1.55;
  color: var(--sl-text);
  opacity: 0.92;
  position: relative;
  padding-left: 20px;
}

.stormlight-product-section .sl-output-label::before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 10px;
  height: 1px;
  background: var(--sl-gold);
}

.stormlight-product-section .sl-reviews {
  background: var(--sl-mid);
  padding: 100px 32px;
}
.stormlight-product-section .sl-reviews .sl-chapter-inner {
  text-align: center;
}
.stormlight-product-section .sl-reviews .sl-label {
  justify-content: center;
}
.stormlight-product-section .sl-reviews-intro {
  max-width: 640px;
  margin: 0 auto 32px;
  font-size: 16px;
  line-height: 1.7;
  color: var(--sl-text);
  opacity: 0.85;
}
.stormlight-product-section .sl-reviews-empty {
  max-width: 560px;
  margin: 0 auto;
  padding: 24px 0 8px;
}
.stormlight-product-section .sl-reviews-empty-lead {
  font-size: 17px;
  line-height: 1.7;
  margin: 0 0 16px;
  color: var(--sl-text);
}
.stormlight-product-section .sl-reviews-empty-sub {
  font-size: 15px;
  line-height: 1.7;
  margin: 0;
  color: var(--sl-muted);
}
.stormlight-product-section .sl-reviews-widget {
  text-align: left;
  margin-top: 8px;
}

.stormlight-product-section .sl-pillars { background: var(--sl-dark); }
.stormlight-product-section .sl-pillar-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px 56px;
  margin-top: 16px;
}
.stormlight-product-section .sl-pillar { padding: 8px 0; }
.stormlight-product-section .sl-pillar-num {
  display: block;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--sl-gold);
  margin-bottom: 14px;
}
.stormlight-product-section .sl-pillar-h {
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  font-size: clamp(24px, 2.4vw, 30px);
  line-height: 1.2;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  margin: 0 0 18px;
  color: var(--sl-text);
}
.stormlight-product-section .sl-pillar p {
  margin: 0 0 14px;
  font-size: 16px;
  line-height: 1.7;
}
.stormlight-product-section .sl-pillar p:last-child { margin-bottom: 0; }

.stormlight-product-section .sl-runtime { background: var(--sl-deep); }
.stormlight-product-section .sl-lead {
  font-size: 18px;
  line-height: 1.7;
  margin: 0 0 48px;
  color: var(--sl-text);
  opacity: 0.92;
}
.stormlight-product-section .sl-runtime-list {
  display: flex;
  flex-direction: column;
}
.stormlight-product-section .sl-runtime-row {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 40px;
  padding: 28px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  align-items: baseline;
}
.stormlight-product-section .sl-runtime-row:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.stormlight-product-section .sl-runtime-meta {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.stormlight-product-section .sl-runtime-pct {
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  font-size: 36px;
  line-height: 1;
  color: var(--sl-gold);
  text-transform: uppercase;
}
.stormlight-product-section .sl-runtime-lm {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--sl-text);
}
.stormlight-product-section .sl-runtime-time {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 14px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--sl-muted);
}
.stormlight-product-section .sl-runtime-text {
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
}
.stormlight-product-section .sl-runtime-text strong {
  color: var(--sl-text);
  font-weight: 500;
}
.stormlight-product-section .sl-runtime-eco .sl-runtime-pct {
  color: var(--sl-ember);
}

.stormlight-product-section .sl-cold-block {
  margin-top: 48px;
  padding: 32px 36px;
  background: rgba(245, 184, 0, 0.04);
  border-left: 2px solid var(--sl-gold);
  border-radius: 2px;
}
.stormlight-product-section .sl-cold-h {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--sl-gold);
  margin: 0 0 16px;
}
.stormlight-product-section .sl-cold-block p {
  margin: 0 0 14px;
  font-size: 15.5px;
  line-height: 1.7;
}
.stormlight-product-section .sl-cold-block p:last-child {
  margin-bottom: 0;
}
.stormlight-product-section .sl-cold-block em {
  color: var(--sl-gold) !important;
  font-style: normal !important;
  font-weight: 500;
}

.stormlight-product-section .sl-closer {
  margin: 48px 0 0;
  padding: 24px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 16px;
  line-height: 1.7;
  color: var(--sl-muted);
}

.stormlight-product-section .sl-use-cases { background: var(--sl-dark); }
.stormlight-product-section .sl-use-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px 40px;
  margin-top: 16px;
}
.stormlight-product-section .sl-use-card {
  background: var(--sl-mid);
  border-radius: 2px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.stormlight-product-section .sl-use-image {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: var(--sl-deep);
}
.stormlight-product-section .sl-use-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.stormlight-product-section .sl-use-body {
  padding: 32px 32px 36px;
}
.stormlight-product-section .sl-use-num {
  display: inline-block;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--sl-gold);
  margin-bottom: 12px;
}
.stormlight-product-section .sl-use-h {
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  font-size: clamp(22px, 2.2vw, 28px);
  line-height: 1.15;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  margin: 0 0 18px;
}
.stormlight-product-section .sl-use-body p {
  margin: 0 0 14px;
  font-size: 15.5px;
  line-height: 1.7;
}
.stormlight-product-section .sl-use-body p:last-child { margin-bottom: 0; }
.stormlight-product-section .sl-use-body strong {
  color: var(--sl-text);
  font-weight: 500;
}

.stormlight-product-section .sl-fit-block {
  margin-top: 64px;
  padding: 48px 48px 44px;
  background: var(--sl-mid);
  border-radius: 2px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  border-top: 2px solid var(--sl-gold);
}
.stormlight-product-section .sl-fit-label {
  display: inline-block;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--sl-gold);
  margin-bottom: 20px;
}
.stormlight-product-section .sl-fit-label--against {
  color: var(--sl-muted);
}
.stormlight-product-section .sl-fit-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.stormlight-product-section .sl-fit-list li {
  position: relative;
  padding: 10px 0 10px 24px;
  font-size: 15.5px;
  line-height: 1.55;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.stormlight-product-section .sl-fit-list li:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.stormlight-product-section .sl-fit-col--for .sl-fit-list li::before {
  content: '+';
  position: absolute;
  left: 0;
  top: 9px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: var(--sl-gold);
  line-height: 1;
}
.stormlight-product-section .sl-fit-col--against .sl-fit-list li::before {
  content: '−';
  position: absolute;
  left: 0;
  top: 9px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: var(--sl-muted);
  line-height: 1;
}
.stormlight-product-section .sl-fit-col--against .sl-fit-list li {
  color: var(--sl-text);
  opacity: 0.78;
}

.stormlight-product-section .sl-system { background: var(--sl-deep); }
.stormlight-product-section .sl-system-image {
  margin: 40px -8px 40px;
  border-radius: 2px;
  overflow: hidden;
  background: var(--sl-mid);
}
.stormlight-product-section .sl-system-image img {
  width: 100%;
  height: auto;
}
.stormlight-product-section .sl-system-block {
  margin: 36px 0;
  padding-top: 36px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.stormlight-product-section .sl-system-block:first-of-type {
  margin-top: 16px;
}
.stormlight-product-section .sl-system-h {
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  font-size: clamp(22px, 2.2vw, 28px);
  line-height: 1.2;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  margin: 0 0 16px;
}
.stormlight-product-section .sl-system-block p {
  margin: 0 0 14px;
  font-size: 16px;
  line-height: 1.7;
}
.stormlight-product-section .sl-system-block p:last-child { margin-bottom: 0; }

.stormlight-product-section .sl-specs { background: var(--sl-dark); }
.stormlight-product-section .sl-spec-table {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.stormlight-product-section .sl-spec-row {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 24px;
  padding: 16px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.stormlight-product-section .sl-spec-row:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.stormlight-product-section .sl-spec-divider {
  border-top: 1px solid rgba(245, 184, 0, 0.3);
}
.stormlight-product-section .sl-spec-row dt {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--sl-muted);
  margin: 0;
}
.stormlight-product-section .sl-spec-row dd {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  color: var(--sl-text);
}

.stormlight-product-section .sl-comparison { background: var(--sl-deep); }
.stormlight-product-section .sl-compare-wrap {
  margin-top: 24px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.stormlight-product-section .sl-compare-table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
}
.stormlight-product-section .sl-compare-table thead th {
  padding: 16px 18px;
  text-align: left;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--sl-muted);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.stormlight-product-section .sl-compare-table tbody td {
  padding: 22px 18px;
  font-size: 15px;
  line-height: 1.5;
  color: var(--sl-text);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  vertical-align: middle;
}
.stormlight-product-section .sl-compare-table tbody tr:last-child td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.stormlight-product-section .sl-compare-row.is-current td {
  background: rgba(245, 184, 0, 0.04);
  border-top-color: var(--sl-gold);
}
.stormlight-product-section .sl-compare-row.is-current + tr td {
  border-top-color: var(--sl-gold);
}
.stormlight-product-section .sl-compare-name-cell {
  white-space: nowrap;
}
.stormlight-product-section .sl-compare-name {
  display: block;
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  font-size: 19px;
  line-height: 1.1;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: var(--sl-text);
}
.stormlight-product-section .sl-compare-row.is-current .sl-compare-name {
  color: var(--sl-gold);
}
.stormlight-product-section .sl-compare-current-tag {
  display: inline-block;
  margin-top: 6px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--sl-gold);
  padding: 3px 8px;
  border: 1px solid rgba(245, 184, 0, 0.4);
  border-radius: 2px;
}
.stormlight-product-section .sl-compare-link-cell {
  white-space: nowrap;
  text-align: right;
}
.stormlight-product-section .sl-compare-link {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.stormlight-product-section .sl-compare-current-text {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--sl-muted);
}

.stormlight-product-section .sl-box { background: var(--sl-mid); }
.stormlight-product-section .sl-box-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
  margin-bottom: 56px;
}
.stormlight-product-section .sl-box-image-col {
  background: var(--sl-deep);
  aspect-ratio: 4 / 3;
  border-radius: 2px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.stormlight-product-section .sl-box-image-col img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 0;
}
.stormlight-product-section .sl-box-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.stormlight-product-section .sl-box-list li {
  padding: 16px 0;
  font-size: 17px;
  line-height: 1.5;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  position: relative;
  padding-left: 28px;
}
.stormlight-product-section .sl-box-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 27px;
  width: 14px;
  height: 1px;
  background: var(--sl-gold);
}
.stormlight-product-section .sl-box-list li:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.stormlight-product-section .sl-cable-note {
  background: rgba(245, 184, 0, 0.04);
  border-left: 2px solid var(--sl-gold);
  padding: 32px 36px;
  margin-top: 32px;
}
.stormlight-product-section .sl-cable-h {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--sl-gold);
  margin: 0 0 14px;
}
.stormlight-product-section .sl-cable-note p {
  margin: 0 0 12px;
  font-size: 15.5px;
  line-height: 1.7;
}
.stormlight-product-section .sl-cable-closer {
  font-family: 'Barlow', sans-serif;
  color: var(--sl-text);
  opacity: 0.85;
  margin-top: 8px !important;
}

.stormlight-product-section .sl-trust { background: var(--sl-dark); }
.stormlight-product-section .sl-trust-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  margin-top: 16px;
}
.stormlight-product-section .sl-trust-card {
  padding: 36px 36px 32px;
  background: var(--sl-mid);
  border-radius: 2px;
  border-top: 2px solid var(--sl-gold);
}
.stormlight-product-section .sl-trust-h {
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  font-size: 26px;
  line-height: 1.15;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  margin: 0 0 18px;
}
.stormlight-product-section .sl-trust-card p {
  margin: 0 0 16px;
  font-size: 15.5px;
  line-height: 1.7;
}
.stormlight-product-section .sl-trust-link {
  display: inline-block;
  margin-top: 8px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--sl-gold);
  border-bottom: 1px solid var(--sl-gold);
  padding-bottom: 3px;
}

.stormlight-product-section .sl-nowrap {
  white-space: nowrap;
}

.stormlight-product-section .sl-faq { background: var(--sl-deep); }
.stormlight-product-section .sl-faq-list {
  margin: 16px 0 0;
  display: flex;
  flex-direction: column;
}
.stormlight-product-section .sl-faq-item {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.stormlight-product-section .sl-faq-item:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.stormlight-product-section .sl-faq-q {
  display: block;
  width: 100%;
  padding: 24px 0;
  margin: 0;
  background: transparent;
  border: 0;
  text-align: left;
  font: inherit;
  color: inherit;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}
.stormlight-product-section .sl-faq-q:focus-visible {
  outline: 2px solid var(--sl-gold);
  outline-offset: 4px;
}
.stormlight-product-section .sl-faq-q-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  font-size: clamp(18px, 1.8vw, 22px);
  line-height: 1.3;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: var(--sl-text);
  transition: color 0.2s ease;
}
.stormlight-product-section .sl-faq-q:hover .sl-faq-q-row {
  color: var(--sl-gold);
}
.stormlight-product-section .sl-faq-q-text {
  flex: 1 1 auto;
}
.stormlight-product-section .sl-faq-icon {
  flex-shrink: 0;
  position: relative;
  display: block;
  width: 18px;
  height: 18px;
  transition: transform 0.3s ease;
}
.stormlight-product-section .sl-faq-icon::before,
.stormlight-product-section .sl-faq-icon::after {
  content: '';
  position: absolute;
  background-color: var(--sl-gold);
  transition: transform 0.3s ease;
}
.stormlight-product-section .sl-faq-icon::before {
  top: calc(50% - 1px);
  left: 0;
  right: 0;
  height: 2px;
}
.stormlight-product-section .sl-faq-icon::after {
  top: 0;
  bottom: 0;
  left: calc(50% - 1px);
  width: 2px;
}
.stormlight-product-section .sl-faq-item.is-open .sl-faq-icon::after {
  transform: scaleY(0);
}
.stormlight-product-section .sl-faq-a {
  padding: 0 0 28px;
  max-width: 680px;
  display: none !important;
}
.stormlight-product-section .sl-faq-item.is-open .sl-faq-a {
  display: block !important;
}
.stormlight-product-section .sl-faq-a p {
  margin: 0 0 14px;
  font-size: 16px;
  line-height: 1.7;
  color: var(--sl-text);
  opacity: 0.92;
}
.stormlight-product-section .sl-faq-a p:last-child {
  margin-bottom: 0;
}
.stormlight-product-section .sl-faq-a strong {
  color: var(--sl-text);
  font-weight: 500;
  opacity: 1;
}
.stormlight-product-section .sl-faq-a a {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  border-bottom: 1px solid var(--sl-gold);
  padding-bottom: 2px;
}

.stormlight-product-section .sl-bottom-cta {
  background: var(--sl-deep);
  padding: 120px 32px;
  text-align: center;
}
.stormlight-product-section .sl-bottom-h {
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  font-size: clamp(36px, 5.5vw, 64px);
  line-height: 1.05;
  letter-spacing: 0.005em;
  text-transform: uppercase;
  margin: 0 0 32px;
}
.stormlight-product-section .sl-bottom-sub {
  max-width: 640px;
  margin: 0 auto 40px;
  font-size: 17px;
  line-height: 1.7;
  color: var(--sl-text);
  opacity: 0.92;
}
.stormlight-product-section .sl-bottom-price {
  font-family: 'Anton', sans-serif;
  font-size: 40px;
  color: var(--sl-gold);
  margin-bottom: 32px;
}
.stormlight-product-section .sl-cart-form--bottom {
  max-width: 360px;
  margin: 0 auto 28px;
}
.stormlight-product-section .sl-bottom-meta {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 13px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--sl-muted);
  margin: 0;
}

.stormlight-product-section .sl-related {
  background: var(--sl-dark);
  padding: 120px 32px;
}
.stormlight-product-section .sl-related-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-top: 16px;
}
.stormlight-product-section .sl-related-card {
  display: block;
  background: var(--sl-mid);
  border-radius: 2px;
  overflow: hidden;
  color: inherit;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.stormlight-product-section .sl-related-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4);
  opacity: 1;
}
.stormlight-product-section .sl-related-image {
  aspect-ratio: 4 / 3;
  background: #ffffff;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.stormlight-product-section .sl-related-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 16px;
}
.stormlight-product-section .sl-related-body {
  padding: 24px 24px 28px;
}
.stormlight-product-section .sl-related-eyebrow {
  display: block;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--sl-gold);
  margin-bottom: 8px;
}
.stormlight-product-section .sl-related-name {
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.15;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  margin: 0 0 10px;
}
.stormlight-product-section .sl-related-desc {
  font-size: 14.5px;
  line-height: 1.55;
  margin: 0;
  color: var(--sl-muted);
}

.stormlight-product-section .sl-sticky-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 998;
  background: rgba(6, 7, 10, 0.96);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-top: 1px solid rgba(245, 184, 0, 0.2);
  padding: 12px 16px calc(12px + env(safe-area-inset-bottom));
  transform: translateY(100%);
  transition: transform 0.3s ease, opacity 0.2s ease;
  opacity: 0;
  pointer-events: none;
  display: none;
}
.stormlight-product-section .sl-sticky-cta.is-visible {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}
.stormlight-product-section .sl-sticky-cta-inner {
  display: flex;
  align-items: center;
  gap: 14px;
  max-width: 600px;
  margin: 0 auto;
}
.stormlight-product-section .sl-sticky-info {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}
.stormlight-product-section .sl-sticky-name {
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: var(--sl-text);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.stormlight-product-section .sl-sticky-price {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.08em;
  color: var(--sl-gold);
}
.stormlight-product-section .sl-cart-form--sticky {
  flex-grow: 1;
  margin: 0;
}
.stormlight-product-section .sl-add-to-cart--sticky {
  padding: 14px 18px;
  font-size: 13px;
  letter-spacing: 0.18em;
}

@media (max-width: 900px) {
  .stormlight-product-section .sl-buy-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .stormlight-product-section .sl-pillar-grid,
  .stormlight-product-section .sl-use-grid,
  .stormlight-product-section .sl-trust-grid,
  .stormlight-product-section .sl-box-grid,
  .stormlight-product-section .sl-fit-block {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .stormlight-product-section .sl-related-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .stormlight-product-section .sl-sticky-cta {
    display: block;
  }
  .stormlight-product-section .sl-related,
  .stormlight-product-section .sl-bottom-cta {
    padding-bottom: calc(120px + env(safe-area-inset-bottom));
  }
  .stormlight-product-section .sl-output-h2 {
    margin-bottom: 40px;
  }
  .stormlight-product-section .sl-output-card {
    margin-bottom: 40px;
  }
}

@media (max-width: 720px) {
  .stormlight-product-section { font-size: 16px; }
  .stormlight-product-section .sl-chapter { padding: 80px 20px; }
  .stormlight-product-section .sl-buy-block,
  .stormlight-product-section .sl-bottom-cta,
  .stormlight-product-section .sl-related,
  .stormlight-product-section .sl-reviews { padding: 80px 20px; }

  /* Mobile hero — taller portrait composition, dedicated mobile image */
  .stormlight-product-section .sl-hero-images {
    aspect-ratio: 4 / 5;
  }
  .stormlight-product-section .sl-hero-slide img {
    object-position: center;
  }
  .stormlight-product-section .sl-hero-content {
    padding: 32px 20px 56px;
  }

  /* Mobile caption line — wraps naturally on narrow viewports.
     Min-height bumps a little so layout doesn't jump if random pick
     swaps between a one-line and two-line caption. */
  .stormlight-product-section .sl-hero-credit {
    padding: 14px 20px;
    min-height: 56px;
  }
  .stormlight-product-section .sl-hero-credit-text {
    font-size: 11px;
    letter-spacing: 0.16em;
    line-height: 1.7;
  }
  .stormlight-product-section .sl-hero-credit-sep {
    margin: 0 4px;
  }

  .stormlight-product-section .sl-chapter-ghost {
    font-size: 28vw;
    right: -8vw;
  }
  .stormlight-product-section .sl-runtime-row {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .stormlight-product-section .sl-spec-row {
    grid-template-columns: 1fr;
    gap: 4px;
    padding: 14px 0;
  }
  .stormlight-product-section .sl-spec-row dt { font-size: 12px; }
  .stormlight-product-section .sl-h2 { margin-bottom: 28px; }
  .stormlight-product-section .sl-cable-note,
  .stormlight-product-section .sl-cold-block { padding: 22px 20px; }
  .stormlight-product-section .sl-fit-block { padding: 32px 24px 28px; gap: 32px; margin-top: 48px; }
  .stormlight-product-section .sl-use-body,
  .stormlight-product-section .sl-trust-card { padding: 24px 22px 26px; }
  .stormlight-product-section .sl-gallery-thumb {
    width: 64px;
    height: 64px;
  }
  .stormlight-product-section .sl-trust-strip {
    padding: 16px 0;
  }
  .stormlight-product-section .sl-faq-q {
    padding: 20px 0;
  }
  .stormlight-product-section .sl-faq-q-row {
    gap: 16px;
  }
  .stormlight-product-section .sl-faq-a {
    padding: 0 0 22px;
  }
  .stormlight-product-section .sl-reviews-intro {
    font-size: 15px;
    margin-bottom: 24px;
  }
  .stormlight-product-section .sl-sticky-name { font-size: 15px; }
  .stormlight-product-section .sl-add-to-cart--sticky {
    padding: 13px 14px;
    font-size: 12px;
    letter-spacing: 0.14em;
  }

  /* Output graph — tighter on mobile */
  .stormlight-product-section .sl-output-labels {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .stormlight-product-section .sl-output-h2 {
    margin-bottom: 32px;
  }
  .stormlight-product-section .sl-output-card {
    margin-bottom: 32px;
    padding: 16px 8px 12px;
  }
  .stormlight-product-section .sl-output-label {
    font-size: 13px;
  }
}
/* END_SECTION:sport-3100 */

/* START_SECTION:sport-700 (INDEX:91) */
/* ============================================================
   STORMLIGHT SPORT — Section styles (shared across all SPORT pages)
   All scoped under .stormlight-product-section
   ============================================================ */

.stormlight-product-section {
  --sl-gold: #F5B800;
  --sl-ember: #E8620A;
  --sl-dark: #0D0D14;
  --sl-deep: #06070A;
  --sl-mid: #1A1A2E;
  --sl-text: #E8E8F0;
  --sl-muted: #8888AA;
  --sl-stock-green: #4ade80;
  --sl-chapter-w: 780px;
  --sl-chapter-w-wide: 1180px;

  background: var(--sl-dark);
  color: var(--sl-text);
  font-family: 'Barlow', sans-serif;
  font-weight: 300;
  line-height: 1.8;
  font-size: 17px;
  letter-spacing: 0.01em;
  overflow-x: hidden;
}

.stormlight-product-section *,
.stormlight-product-section *::before,
.stormlight-product-section *::after {
  box-sizing: border-box;
}

.stormlight-product-section em {
  color: var(--sl-gold) !important;
  font-style: normal !important;
  font-weight: inherit;
}

.stormlight-product-section a {
  color: var(--sl-gold);
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.stormlight-product-section a:hover { opacity: 0.75; }

.stormlight-product-section img {
  max-width: 100%;
  height: auto;
  display: block;
}

.stormlight-product-section .reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.stormlight-product-section .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.stormlight-product-section .sl-label {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--sl-gold);
  margin-bottom: 24px;
}
.stormlight-product-section .sl-hairline {
  display: inline-block;
  width: 24px;
  height: 1px;
  background: var(--sl-gold);
}

.stormlight-product-section .sl-h2 {
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  font-size: clamp(36px, 5vw, 56px);
  line-height: 1.05;
  letter-spacing: 0.005em;
  text-transform: uppercase;
  margin: 0 0 40px;
  color: var(--sl-text);
}

.stormlight-product-section .sl-chapter {
  position: relative;
  padding: 120px 32px;
  overflow: hidden;
}
.stormlight-product-section .sl-chapter-inner {
  position: relative;
  max-width: var(--sl-chapter-w);
  margin: 0 auto;
  z-index: 2;
}
.stormlight-product-section .sl-chapter-inner--wide {
  max-width: var(--sl-chapter-w-wide);
}
.stormlight-product-section .sl-chapter-ghost {
  position: absolute;
  top: 50%;
  right: -2vw;
  transform: translateY(-50%);
  font-family: 'Anton', sans-serif;
  font-size: 14vw;
  line-height: 1;
  color: var(--sl-gold);
  opacity: 0.07;
  pointer-events: none;
  user-select: none;
  z-index: 1;
}

/* ============================================================
   HERO — letterbox structure with random slide picker
   ------------------------------------------------------------
   Up to 3 slides. JS picks one at random on page load and shows
   only that one (plus its matching credit). All slides exist in
   the DOM but only the active one is visible; lazy-loaded slides
   never download unless they're the random pick.
   ============================================================ */
.stormlight-product-section .sl-hero {
  position: relative;
  display: block;
  background: var(--sl-deep);
  overflow: hidden;
}
.stormlight-product-section .sl-hero-images {
  position: relative;
  width: 100%;
  aspect-ratio: 21 / 9;
  background: var(--sl-deep);
  overflow: hidden;
}
.stormlight-product-section .sl-hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out;
}
.stormlight-product-section .sl-hero-slide.is-active {
  opacity: 1;
  pointer-events: auto;
}
.stormlight-product-section .sl-hero-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center var(--sl-focal-y, 50%);
}
.stormlight-product-section .sl-hero-images::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 80px;
  background: linear-gradient(180deg, rgba(6,7,10,0) 0%, var(--sl-deep) 100%);
  pointer-events: none;
  z-index: 2;
}
.stormlight-product-section .sl-hero-placeholder {
  background: linear-gradient(135deg, var(--sl-mid), var(--sl-deep));
  opacity: 1;
}

/* Credit strip — proof line under the image. Each slide carries its own
   credit text; only the active one is shown. The strip itself stays a
   fixed minimum height so layout doesn't jump if a credit wraps to a
   different number of lines than another slide's credit. */
.stormlight-product-section .sl-hero-credit {
  position: relative;
  background: var(--sl-deep);
  padding: 16px 32px;
  text-align: center;
  border-bottom: 1px solid rgba(245, 184, 0, 0.18);
  min-height: 50px;
}
.stormlight-product-section .sl-hero-credit-text {
  margin: 0;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--sl-text);
  opacity: 0.7;
  line-height: 1.6;
}
.stormlight-product-section .sl-hero-credit-slide {
  display: none;
}
.stormlight-product-section .sl-hero-credit-slide.is-active {
  display: block;
}
.stormlight-product-section .sl-hero-credit-num {
  color: var(--sl-gold);
  font-weight: 600;
  letter-spacing: 0.16em;
}
.stormlight-product-section .sl-hero-credit-sep {
  color: rgba(245, 184, 0, 0.4);
  margin: 0 6px;
}

.stormlight-product-section .sl-hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 64px 32px 80px;
  background: var(--sl-deep);
}
.stormlight-product-section .sl-eyebrow {
  display: block;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--sl-gold);
  margin-bottom: 28px;
}
.stormlight-product-section .sl-hero-headline {
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  font-size: clamp(40px, 7vw, 88px);
  line-height: 1.02;
  letter-spacing: 0.005em;
  text-transform: uppercase;
  margin: 0 0 24px;
  color: var(--sl-text);
  max-width: 900px;
}
.stormlight-product-section .sl-hero-tagline {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  font-size: clamp(18px, 2vw, 24px);
  letter-spacing: 0.06em;
  line-height: 1.3;
  max-width: 640px;
  margin: 0 0 20px;
  color: var(--sl-gold);
  text-transform: uppercase;
}
.stormlight-product-section .sl-hero-sub {
  font-family: 'Barlow', sans-serif;
  font-weight: 300;
  font-size: clamp(16px, 1.5vw, 19px);
  line-height: 1.55;
  max-width: 640px;
  margin: 0;
  color: var(--sl-text);
  opacity: 0.9;
}

.stormlight-product-section .sl-buy-block {
  background: var(--sl-deep);
  padding: 80px 32px;
}
.stormlight-product-section .sl-buy-grid {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start;
}

.stormlight-product-section .sl-gallery-main {
  background: var(--sl-deep);
  border-radius: 2px;
  aspect-ratio: 1;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.stormlight-product-section .sl-gallery-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.stormlight-product-section .sl-gallery-placeholder {
  width: 100%;
  height: 100%;
  background: #1a1a1a;
}
.stormlight-product-section .sl-gallery-thumbs {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.stormlight-product-section .sl-gallery-thumb {
  width: 80px;
  height: 80px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: var(--sl-deep);
  border-radius: 2px;
  cursor: pointer;
  overflow: hidden;
  transition: border-color 0.2s ease;
}
.stormlight-product-section .sl-gallery-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.stormlight-product-section .sl-gallery-thumb:hover {
  border-color: var(--sl-gold);
}
.stormlight-product-section .sl-gallery-thumb.is-active {
  border-color: var(--sl-gold);
  box-shadow: 0 0 0 1px var(--sl-gold);
}

.stormlight-product-section .sl-purchase {
  padding-top: 8px;
}
.stormlight-product-section .sl-product-name {
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  font-size: clamp(40px, 5vw, 56px);
  line-height: 1;
  letter-spacing: 0.005em;
  text-transform: uppercase;
  margin: 0 0 20px;
}
.stormlight-product-section .sl-price {
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  font-size: 32px;
  letter-spacing: 0.01em;
  color: var(--sl-gold);
  margin-bottom: 12px;
}

/* Junip review stars (under product title) */
.stormlight-product-section .sl-product-stars {
  margin: 0 0 18px;
  min-height: 22px;
}
.stormlight-product-section .sl-product-stars .junip-product-summary {
  display: inline-block;
}

/* Stock indicator */
.stormlight-product-section .sl-stock-status {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--sl-text);
  margin-bottom: 24px;
}
.stormlight-product-section .sl-stock-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--sl-stock-green);
  box-shadow: 0 0 0 3px rgba(74, 222, 128, 0.15);
}
.stormlight-product-section .sl-stock-dot--out {
  background: var(--sl-ember);
  box-shadow: 0 0 0 3px rgba(232, 98, 10, 0.15);
}

.stormlight-product-section .sl-product-desc {
  font-size: 16px;
  line-height: 1.7;
  margin: 0 0 24px;
  color: var(--sl-text);
  opacity: 0.92;
}
.stormlight-product-section .sl-quick-specs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--sl-muted);
  padding: 16px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  margin-bottom: 28px;
}
.stormlight-product-section .sl-quick-specs .sl-dot {
  color: rgba(255, 255, 255, 0.25);
}

.stormlight-product-section .sl-cart-form {
  margin-bottom: 20px;
}
.stormlight-product-section .sl-add-to-cart {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  padding: 20px 32px;
  background: var(--sl-gold);
  color: var(--sl-dark);
  border: none;
  border-radius: 2px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.1s ease;
}
.stormlight-product-section .sl-add-to-cart:hover:not(:disabled) {
  background: #ffd24a;
}
.stormlight-product-section .sl-add-to-cart:active:not(:disabled) {
  transform: translateY(1px);
}
.stormlight-product-section .sl-add-to-cart:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}
.stormlight-product-section .sl-add-to-cart--lg {
  padding: 24px 40px;
  font-size: 16px;
  max-width: 360px;
  margin: 0 auto;
}
.stormlight-product-section .sl-cta-spinner {
  display: none;
  width: 16px;
  height: 16px;
  border: 2px solid rgba(13, 13, 20, 0.3);
  border-top-color: var(--sl-dark);
  border-radius: 50%;
  animation: sl-spin 0.7s linear infinite;
}
.stormlight-product-section .sl-add-to-cart.is-loading .sl-cta-spinner {
  display: inline-block;
}
.stormlight-product-section .sl-add-to-cart.is-loading .sl-cta-label {
  opacity: 0.6;
}
@keyframes sl-spin {
  to { transform: rotate(360deg); }
}
.stormlight-product-section .sl-cart-feedback {
  margin: 14px 0 0;
  min-height: 1.4em;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 14px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--sl-gold);
}
.stormlight-product-section .sl-cart-feedback.is-error {
  color: var(--sl-ember);
}

/* Trust strip — directly under cart button */
.stormlight-product-section .sl-trust-strip {
  list-style: none;
  margin: 0 0 28px;
  padding: 18px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  display: grid;
  gap: 12px;
}
.stormlight-product-section .sl-trust-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 14px;
  line-height: 1.5;
  color: var(--sl-text);
  opacity: 0.92;
}
.stormlight-product-section .sl-trust-icon {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  margin-top: 1px;
  font-size: 13px;
  color: var(--sl-gold);
  line-height: 1;
}
.stormlight-product-section .sl-trust-text strong {
  color: var(--sl-text);
  font-weight: 500;
  opacity: 1;
}

.stormlight-product-section .sl-checks {
  list-style: none;
  margin: 0;
  padding: 0;
}
.stormlight-product-section .sl-checks li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 10px 0;
  font-size: 15px;
  line-height: 1.5;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.stormlight-product-section .sl-checks li:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.stormlight-product-section .sl-check {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  margin-top: 2px;
  color: var(--sl-gold);
  font-weight: 600;
}

/* ============================================================
   OUTPUT GRAPH — proof block between buy and reviews
   ============================================================ */
.stormlight-product-section .sl-output {
  background: var(--sl-dark);
  color: var(--sl-text);
  padding: clamp(64px, 8vw, 120px) clamp(20px, 4vw, 40px);
  font-family: 'Barlow', sans-serif;
  font-weight: 300;
  line-height: 1.6;
}

.stormlight-product-section .sl-output-inner {
  max-width: 1180px;
  margin: 0 auto;
}

.stormlight-product-section .sl-output-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--sl-gold);
  margin-bottom: 24px;
}

.stormlight-product-section .sl-output-hairline {
  display: inline-block;
  width: 24px;
  height: 1px;
  background: var(--sl-gold);
}

.stormlight-product-section .sl-output-h2 {
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  font-size: clamp(32px, 5vw, 56px);
  line-height: 1.05;
  letter-spacing: 0.005em;
  text-transform: uppercase;
  margin: 0 0 56px;
  color: var(--sl-text);
}

.stormlight-product-section .sl-output-h2 em {
  color: var(--sl-gold) !important;
  font-style: normal !important;
}

.stormlight-product-section .sl-output-card {
  background: var(--sl-deep);
  padding: clamp(20px, 2.5vw, 32px) clamp(12px, 2vw, 24px) clamp(16px, 2vw, 24px);
  border: 1px solid rgba(245, 184, 0, 0.08);
  border-radius: 2px;
  max-width: 880px;
  margin: 0 auto 56px;
}

.stormlight-product-section .sl-output-card svg {
  display: block;
  width: 100%;
  height: auto;
}

.stormlight-product-section .sl-output-labels {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  padding-top: 32px;
  border-top: 1px solid rgba(245, 184, 0, 0.15);
  max-width: 1080px;
  margin: 0 auto;
}

.stormlight-product-section .sl-output-label {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 1.55;
  color: var(--sl-text);
  opacity: 0.92;
  position: relative;
  padding-left: 20px;
}

.stormlight-product-section .sl-output-label::before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 10px;
  height: 1px;
  background: var(--sl-gold);
}

/* Reviews interlude */
.stormlight-product-section .sl-reviews {
  background: var(--sl-mid);
  padding: 100px 32px;
}
.stormlight-product-section .sl-reviews .sl-chapter-inner {
  text-align: center;
}
.stormlight-product-section .sl-reviews .sl-label {
  justify-content: center;
}
.stormlight-product-section .sl-reviews-intro {
  max-width: 640px;
  margin: 0 auto 32px;
  font-size: 16px;
  line-height: 1.7;
  color: var(--sl-text);
  opacity: 0.85;
}
.stormlight-product-section .sl-reviews-empty {
  max-width: 560px;
  margin: 0 auto;
  padding: 24px 0 8px;
}
.stormlight-product-section .sl-reviews-empty-lead {
  font-size: 17px;
  line-height: 1.7;
  margin: 0 0 16px;
  color: var(--sl-text);
}
.stormlight-product-section .sl-reviews-empty-sub {
  font-size: 15px;
  line-height: 1.7;
  margin: 0;
  color: var(--sl-muted);
}
.stormlight-product-section .sl-reviews-widget {
  text-align: left;
  margin-top: 8px;
}

.stormlight-product-section .sl-pillars { background: var(--sl-dark); }
.stormlight-product-section .sl-pillar-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px 56px;
  margin-top: 16px;
}
.stormlight-product-section .sl-pillar { padding: 8px 0; }
.stormlight-product-section .sl-pillar-num {
  display: block;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--sl-gold);
  margin-bottom: 14px;
}
.stormlight-product-section .sl-pillar-h {
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  font-size: clamp(24px, 2.4vw, 30px);
  line-height: 1.2;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  margin: 0 0 18px;
  color: var(--sl-text);
}
.stormlight-product-section .sl-pillar p {
  margin: 0 0 14px;
  font-size: 16px;
  line-height: 1.7;
}
.stormlight-product-section .sl-pillar p:last-child { margin-bottom: 0; }

.stormlight-product-section .sl-runtime { background: var(--sl-deep); }
.stormlight-product-section .sl-lead {
  font-size: 18px;
  line-height: 1.7;
  margin: 0 0 48px;
  color: var(--sl-text);
  opacity: 0.92;
}
.stormlight-product-section .sl-runtime-list {
  display: flex;
  flex-direction: column;
}
.stormlight-product-section .sl-runtime-row {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 40px;
  padding: 28px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  align-items: baseline;
}
.stormlight-product-section .sl-runtime-row:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.stormlight-product-section .sl-runtime-meta {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.stormlight-product-section .sl-runtime-pct {
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  font-size: 36px;
  line-height: 1;
  color: var(--sl-gold);
  text-transform: uppercase;
}
.stormlight-product-section .sl-runtime-lm {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--sl-text);
}
.stormlight-product-section .sl-runtime-time {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 14px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--sl-muted);
}
.stormlight-product-section .sl-runtime-text {
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
}
.stormlight-product-section .sl-runtime-text strong {
  color: var(--sl-text);
  font-weight: 500;
}
.stormlight-product-section .sl-runtime-eco .sl-runtime-pct {
  color: var(--sl-ember);
}

.stormlight-product-section .sl-closer {
  margin: 48px 0 0;
  padding: 24px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 16px;
  line-height: 1.7;
  color: var(--sl-muted);
}

.stormlight-product-section .sl-use-cases { background: var(--sl-dark); }
.stormlight-product-section .sl-use-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px 40px;
  margin-top: 16px;
}
.stormlight-product-section .sl-use-card {
  background: var(--sl-mid);
  border-radius: 2px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.stormlight-product-section .sl-use-image {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: var(--sl-deep);
}
.stormlight-product-section .sl-use-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.stormlight-product-section .sl-use-body {
  padding: 32px 32px 36px;
}
.stormlight-product-section .sl-use-num {
  display: inline-block;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--sl-gold);
  margin-bottom: 12px;
}
.stormlight-product-section .sl-use-h {
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  font-size: clamp(22px, 2.2vw, 28px);
  line-height: 1.15;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  margin: 0 0 18px;
}
.stormlight-product-section .sl-use-body p {
  margin: 0 0 14px;
  font-size: 15.5px;
  line-height: 1.7;
}
.stormlight-product-section .sl-use-body p:last-child { margin-bottom: 0; }
.stormlight-product-section .sl-use-body strong {
  color: var(--sl-text);
  font-weight: 500;
}

.stormlight-product-section .sl-system { background: var(--sl-deep); }
.stormlight-product-section .sl-system-image {
  margin: 40px -8px 40px;
  border-radius: 2px;
  overflow: hidden;
  background: var(--sl-mid);
}
.stormlight-product-section .sl-system-image img {
  width: 100%;
  height: auto;
}
.stormlight-product-section .sl-system-block {
  margin: 36px 0;
  padding-top: 36px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.stormlight-product-section .sl-system-block:first-of-type {
  margin-top: 16px;
}
.stormlight-product-section .sl-system-h {
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  font-size: clamp(22px, 2.2vw, 28px);
  line-height: 1.2;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  margin: 0 0 16px;
}
.stormlight-product-section .sl-system-block p {
  margin: 0 0 14px;
  font-size: 16px;
  line-height: 1.7;
}
.stormlight-product-section .sl-system-block p:last-child { margin-bottom: 0; }

.stormlight-product-section .sl-specs { background: var(--sl-dark); }
.stormlight-product-section .sl-spec-table {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.stormlight-product-section .sl-spec-row {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 24px;
  padding: 16px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.stormlight-product-section .sl-spec-row:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.stormlight-product-section .sl-spec-divider {
  border-top: 1px solid rgba(245, 184, 0, 0.3);
}
.stormlight-product-section .sl-spec-row dt {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--sl-muted);
  margin: 0;
}
.stormlight-product-section .sl-spec-row dd {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  color: var(--sl-text);
}

/* Comparison table */
.stormlight-product-section .sl-comparison { background: var(--sl-deep); }
.stormlight-product-section .sl-compare-wrap {
  margin-top: 24px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.stormlight-product-section .sl-compare-table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
}
.stormlight-product-section .sl-compare-table thead th {
  padding: 16px 18px;
  text-align: left;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--sl-muted);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.stormlight-product-section .sl-compare-table tbody td {
  padding: 22px 18px;
  font-size: 15px;
  line-height: 1.5;
  color: var(--sl-text);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  vertical-align: middle;
}
.stormlight-product-section .sl-compare-table tbody tr:last-child td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.stormlight-product-section .sl-compare-row.is-current td {
  background: rgba(245, 184, 0, 0.04);
  border-top-color: var(--sl-gold);
}
.stormlight-product-section .sl-compare-row.is-current + tr td {
  border-top-color: var(--sl-gold);
}
.stormlight-product-section .sl-compare-name-cell {
  white-space: nowrap;
}
.stormlight-product-section .sl-compare-name {
  display: block;
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  font-size: 19px;
  line-height: 1.1;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: var(--sl-text);
}
.stormlight-product-section .sl-compare-row.is-current .sl-compare-name {
  color: var(--sl-gold);
}
.stormlight-product-section .sl-compare-current-tag {
  display: inline-block;
  margin-top: 6px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--sl-gold);
  padding: 3px 8px;
  border: 1px solid rgba(245, 184, 0, 0.4);
  border-radius: 2px;
}
.stormlight-product-section .sl-compare-link-cell {
  white-space: nowrap;
  text-align: right;
}
.stormlight-product-section .sl-compare-link {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.stormlight-product-section .sl-compare-current-text {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--sl-muted);
}

.stormlight-product-section .sl-box { background: var(--sl-mid); }
.stormlight-product-section .sl-box-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
  margin-bottom: 56px;
}
.stormlight-product-section .sl-box-image-col {
  background: var(--sl-deep);
  aspect-ratio: 4 / 3;
  border-radius: 2px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.stormlight-product-section .sl-box-image-col img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 16px;
}
.stormlight-product-section .sl-box-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.stormlight-product-section .sl-box-list li {
  padding: 16px 0;
  font-size: 17px;
  line-height: 1.5;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  position: relative;
  padding-left: 28px;
}
.stormlight-product-section .sl-box-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 27px;
  width: 14px;
  height: 1px;
  background: var(--sl-gold);
}
.stormlight-product-section .sl-box-list li:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.stormlight-product-section .sl-cable-note {
  background: rgba(245, 184, 0, 0.04);
  border-left: 2px solid var(--sl-gold);
  padding: 32px 36px;
  margin-top: 32px;
}
.stormlight-product-section .sl-cable-h {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--sl-gold);
  margin: 0 0 14px;
}
.stormlight-product-section .sl-cable-note p {
  margin: 0 0 12px;
  font-size: 15.5px;
  line-height: 1.7;
}
.stormlight-product-section .sl-cable-closer {
  font-family: 'Barlow', sans-serif;
  color: var(--sl-text);
  opacity: 0.85;
  margin-top: 8px !important;
}

.stormlight-product-section .sl-trust { background: var(--sl-dark); }
.stormlight-product-section .sl-trust-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  margin-top: 16px;
}
.stormlight-product-section .sl-trust-card {
  padding: 36px 36px 32px;
  background: var(--sl-mid);
  border-radius: 2px;
  border-top: 2px solid var(--sl-gold);
}
.stormlight-product-section .sl-trust-h {
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  font-size: 26px;
  line-height: 1.15;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  margin: 0 0 18px;
}
.stormlight-product-section .sl-trust-card p {
  margin: 0 0 16px;
  font-size: 15.5px;
  line-height: 1.7;
}
.stormlight-product-section .sl-trust-link {
  display: inline-block;
  margin-top: 8px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--sl-gold);
  border-bottom: 1px solid var(--sl-gold);
  padding-bottom: 3px;
}

.stormlight-product-section .sl-bottom-cta {
  background: var(--sl-deep);
  padding: 120px 32px;
  text-align: center;
}
.stormlight-product-section .sl-bottom-h {
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  font-size: clamp(36px, 5.5vw, 64px);
  line-height: 1.05;
  letter-spacing: 0.005em;
  text-transform: uppercase;
  margin: 0 0 32px;
}
.stormlight-product-section .sl-bottom-sub {
  max-width: 640px;
  margin: 0 auto 40px;
  font-size: 17px;
  line-height: 1.7;
  color: var(--sl-text);
  opacity: 0.92;
}
.stormlight-product-section .sl-bottom-price {
  font-family: 'Anton', sans-serif;
  font-size: 40px;
  color: var(--sl-gold);
  margin-bottom: 32px;
}
.stormlight-product-section .sl-cart-form--bottom {
  max-width: 360px;
  margin: 0 auto 28px;
}
.stormlight-product-section .sl-bottom-meta {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 13px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--sl-muted);
  margin: 0;
}

.stormlight-product-section .sl-related {
  background: var(--sl-dark);
  padding: 120px 32px;
}
.stormlight-product-section .sl-related-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-top: 16px;
}
.stormlight-product-section .sl-related-card {
  display: block;
  background: var(--sl-mid);
  border-radius: 2px;
  overflow: hidden;
  color: inherit;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.stormlight-product-section .sl-related-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4);
  opacity: 1;
}
.stormlight-product-section .sl-related-image {
  aspect-ratio: 4 / 3;
  background: #ffffff;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.stormlight-product-section .sl-related-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 16px;
}
.stormlight-product-section .sl-related-body {
  padding: 24px 24px 28px;
}
.stormlight-product-section .sl-related-eyebrow {
  display: block;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--sl-gold);
  margin-bottom: 8px;
}
.stormlight-product-section .sl-related-name {
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.15;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  margin: 0 0 10px;
}
.stormlight-product-section .sl-related-desc {
  font-size: 14.5px;
  line-height: 1.55;
  margin: 0;
  color: var(--sl-muted);
}

/* Sticky mobile CTA */
.stormlight-product-section .sl-sticky-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 998;
  background: rgba(6, 7, 10, 0.96);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-top: 1px solid rgba(245, 184, 0, 0.2);
  padding: 12px 16px calc(12px + env(safe-area-inset-bottom));
  transform: translateY(100%);
  transition: transform 0.3s ease, opacity 0.2s ease;
  opacity: 0;
  pointer-events: none;
  display: none;
}
.stormlight-product-section .sl-sticky-cta.is-visible {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}
.stormlight-product-section .sl-sticky-cta-inner {
  display: flex;
  align-items: center;
  gap: 14px;
  max-width: 600px;
  margin: 0 auto;
}
.stormlight-product-section .sl-sticky-info {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}
.stormlight-product-section .sl-sticky-name {
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: var(--sl-text);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.stormlight-product-section .sl-sticky-price {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.08em;
  color: var(--sl-gold);
}
.stormlight-product-section .sl-cart-form--sticky {
  flex-grow: 1;
  margin: 0;
}
.stormlight-product-section .sl-add-to-cart--sticky {
  padding: 14px 18px;
  font-size: 13px;
  letter-spacing: 0.18em;
}


/* Fit / anti-fit block */
.stormlight-product-section .sl-fit-block {
  margin-top: 64px;
  padding: 48px 48px 44px;
  background: var(--sl-mid);
  border-radius: 2px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  border-top: 2px solid var(--sl-gold);
}
.stormlight-product-section .sl-fit-label {
  display: inline-block;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--sl-gold);
  margin-bottom: 20px;
}
.stormlight-product-section .sl-fit-label--against {
  color: var(--sl-muted);
}
.stormlight-product-section .sl-fit-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.stormlight-product-section .sl-fit-list li {
  position: relative;
  padding: 10px 0 10px 24px;
  font-size: 15.5px;
  line-height: 1.55;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.stormlight-product-section .sl-fit-list li:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.stormlight-product-section .sl-fit-col--for .sl-fit-list li::before {
  content: '+';
  position: absolute;
  left: 0;
  top: 9px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: var(--sl-gold);
  line-height: 1;
}
.stormlight-product-section .sl-fit-col--against .sl-fit-list li::before {
  content: '\2212';
  position: absolute;
  left: 0;
  top: 9px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: var(--sl-muted);
  line-height: 1;
}
.stormlight-product-section .sl-fit-col--against .sl-fit-list li {
  color: var(--sl-text);
  opacity: 0.78;
}

/* FAQ */
.stormlight-product-section .sl-faq { background: var(--sl-deep); }
.stormlight-product-section .sl-faq-list {
  margin: 16px 0 0;
  display: flex;
  flex-direction: column;
}
.stormlight-product-section .sl-faq-item {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.stormlight-product-section .sl-faq-item:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.stormlight-product-section .sl-faq-q {
  /* Button reset — the FAQ trigger is a real <button>, so we strip the
     UA's default chrome and put flex layout on the inner .sl-faq-q-row. */
  display: block;
  width: 100%;
  padding: 24px 0;
  margin: 0;
  background: transparent;
  border: 0;
  text-align: left;
  font: inherit;
  color: inherit;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}
.stormlight-product-section .sl-faq-q:focus-visible {
  outline: 2px solid var(--sl-gold);
  outline-offset: 4px;
}
.stormlight-product-section .sl-faq-q-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  font-size: clamp(18px, 1.8vw, 22px);
  line-height: 1.3;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: var(--sl-text);
  transition: color 0.2s ease;
}
.stormlight-product-section .sl-faq-q:hover .sl-faq-q-row {
  color: var(--sl-gold);
}
.stormlight-product-section .sl-faq-q-text {
  flex: 1 1 auto;
}
.stormlight-product-section .sl-faq-icon {
  flex-shrink: 0;
  position: relative;
  display: block;
  width: 18px;
  height: 18px;
  transition: transform 0.3s ease;
}
.stormlight-product-section .sl-faq-icon::before,
.stormlight-product-section .sl-faq-icon::after {
  content: '';
  position: absolute;
  background-color: var(--sl-gold);
  transition: transform 0.3s ease;
}
.stormlight-product-section .sl-faq-icon::before {
  /* horizontal bar */
  top: calc(50% - 1px);
  left: 0;
  right: 0;
  height: 2px;
}
.stormlight-product-section .sl-faq-icon::after {
  /* vertical bar */
  top: 0;
  bottom: 0;
  left: calc(50% - 1px);
  width: 2px;
}
.stormlight-product-section .sl-faq-item.is-open .sl-faq-icon::after {
  transform: scaleY(0);
}
/* Class-based show/hide — toggled by JS. !important guards against any
   Taiga theme CSS that might target child elements with conflicting
   display rules. */
.stormlight-product-section .sl-faq-a {
  padding: 0 0 28px;
  max-width: 680px;
  display: none !important;
}
.stormlight-product-section .sl-faq-item.is-open .sl-faq-a {
  display: block !important;
}
.stormlight-product-section .sl-faq-a p {
  margin: 0 0 14px;
  font-size: 16px;
  line-height: 1.7;
  color: var(--sl-text);
  opacity: 0.92;
}
.stormlight-product-section .sl-faq-a p:last-child {
  margin-bottom: 0;
}
.stormlight-product-section .sl-faq-a strong {
  color: var(--sl-text);
  font-weight: 500;
  opacity: 1;
}
.stormlight-product-section .sl-faq-a a {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  border-bottom: 1px solid var(--sl-gold);
  padding-bottom: 2px;
}

@media (max-width: 900px) {
  .stormlight-product-section .sl-buy-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .stormlight-product-section .sl-pillar-grid,
  .stormlight-product-section .sl-use-grid,
  .stormlight-product-section .sl-trust-grid,
  .stormlight-product-section .sl-box-grid,
  .stormlight-product-section .sl-fit-block {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .stormlight-product-section .sl-related-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .stormlight-product-section .sl-sticky-cta {
    display: block;
  }
  .stormlight-product-section .sl-related,
  .stormlight-product-section .sl-bottom-cta {
    padding-bottom: calc(120px + env(safe-area-inset-bottom));
  }
  .stormlight-product-section .sl-output-h2 {
    margin-bottom: 40px;
  }
  .stormlight-product-section .sl-output-card {
    margin-bottom: 40px;
  }
}

@media (max-width: 720px) {
  .stormlight-product-section { font-size: 16px; }
  .stormlight-product-section .sl-chapter { padding: 80px 20px; }
  .stormlight-product-section .sl-buy-block,
  .stormlight-product-section .sl-bottom-cta,
  .stormlight-product-section .sl-related,
  .stormlight-product-section .sl-reviews { padding: 80px 20px; }
  /* Mobile hero — taller portrait composition, dedicated mobile image */
  .stormlight-product-section .sl-hero-images {
    aspect-ratio: 4 / 5;
  }
  .stormlight-product-section .sl-hero-slide img {
    object-position: center;
  }
  .stormlight-product-section .sl-hero-content {
    padding: 32px 20px 56px;
  }

  /* Mobile credit line — wraps naturally on narrow viewports. */
  .stormlight-product-section .sl-hero-credit {
    padding: 14px 20px;
    min-height: 56px;
  }
  .stormlight-product-section .sl-hero-credit-text {
    font-size: 11px;
    letter-spacing: 0.16em;
    line-height: 1.7;
  }
  .stormlight-product-section .sl-hero-credit-sep {
    margin: 0 4px;
  }
  .stormlight-product-section .sl-chapter-ghost {
    font-size: 28vw;
    right: -8vw;
  }
  .stormlight-product-section .sl-runtime-row {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .stormlight-product-section .sl-spec-row {
    grid-template-columns: 1fr;
    gap: 4px;
    padding: 14px 0;
  }
  .stormlight-product-section .sl-spec-row dt { font-size: 12px; }
  .stormlight-product-section .sl-h2 { margin-bottom: 28px; }
  .stormlight-product-section .sl-cable-note { padding: 22px 20px; }
  .stormlight-product-section .sl-fit-block { padding: 32px 24px 28px; gap: 32px; margin-top: 48px; }
  .stormlight-product-section .sl-faq-q { padding: 20px 0; }
  .stormlight-product-section .sl-faq-q-row { gap: 16px; }
  .stormlight-product-section .sl-faq-a { padding: 0 0 22px; }
  .stormlight-product-section .sl-use-body,
  .stormlight-product-section .sl-trust-card { padding: 24px 22px 26px; }
  .stormlight-product-section .sl-gallery-thumb {
    width: 64px;
    height: 64px;
  }
  .stormlight-product-section .sl-trust-strip {
    padding: 16px 0;
  }
  .stormlight-product-section .sl-reviews-intro {
    font-size: 15px;
    margin-bottom: 24px;
  }
  .stormlight-product-section .sl-sticky-name { font-size: 15px; }
  .stormlight-product-section .sl-add-to-cart--sticky {
    padding: 13px 14px;
    font-size: 12px;
    letter-spacing: 0.14em;
  }

  /* Output graph — tighter on mobile */
  .stormlight-product-section .sl-output-labels {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .stormlight-product-section .sl-output-h2 {
    margin-bottom: 32px;
  }
  .stormlight-product-section .sl-output-card {
    margin-bottom: 32px;
    padding: 16px 8px 12px;
  }
  .stormlight-product-section .sl-output-label {
    font-size: 13px;
  }
}
/* END_SECTION:sport-700 */

/* START_SECTION:sport-9000-output-graph (INDEX:93) */
.stormlight-product-section .sl-output {
  background: #0D0D14;
  color: #E8E8F0;
  padding: clamp(64px, 8vw, 120px) clamp(20px, 4vw, 40px);
  font-family: 'Barlow', 'Helvetica Neue', sans-serif;
  font-weight: 300;
  line-height: 1.6;
}

.stormlight-product-section .sl-output * {
  box-sizing: border-box;
}

.stormlight-product-section .sl-output-inner {
  max-width: 1180px;
  margin: 0 auto;
}

.stormlight-product-section .sl-output-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-family: 'Barlow Condensed', 'Arial Narrow', sans-serif;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #F5B800;
  margin-bottom: 24px;
}

.stormlight-product-section .sl-output-hairline {
  display: inline-block;
  width: 24px;
  height: 1px;
  background: #F5B800;
}

.stormlight-product-section .sl-output-h2 {
  font-family: 'Anton', 'Impact', sans-serif;
  font-weight: 400;
  font-size: clamp(32px, 5vw, 56px);
  line-height: 1.05;
  letter-spacing: 0.005em;
  text-transform: uppercase;
  margin: 0 0 56px;
  color: #E8E8F0;
}

.stormlight-product-section .sl-output-h2 em {
  color: #F5B800 !important;
  font-style: normal !important;
}

.stormlight-product-section .sl-output-card {
  background: #06070A;
  padding: clamp(20px, 2.5vw, 32px) clamp(12px, 2vw, 24px) clamp(16px, 2vw, 24px);
  border: 1px solid rgba(245, 184, 0, 0.08);
  border-radius: 2px;
  max-width: 880px;
  margin: 0 auto 56px;
}

.stormlight-product-section .sl-output-card svg {
  display: block;
  width: 100%;
  height: auto;
}

.stormlight-product-section .sl-output-labels {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  padding-top: 32px;
  border-top: 1px solid rgba(245, 184, 0, 0.15);
  max-width: 1080px;
  margin: 0 auto;
}

.stormlight-product-section .sl-output-label {
  font-family: 'Barlow Condensed', 'Arial Narrow', sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 1.55;
  color: #E8E8F0;
  opacity: 0.92;
  position: relative;
  padding-left: 20px;
}

.stormlight-product-section .sl-output-label::before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 10px;
  height: 1px;
  background: #F5B800;
}

@media (max-width: 900px) {
  .stormlight-product-section .sl-output-h2 {
    margin-bottom: 40px;
  }
  .stormlight-product-section .sl-output-card {
    margin-bottom: 40px;
  }
}

@media (max-width: 720px) {
  .stormlight-product-section .sl-output-labels {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .stormlight-product-section .sl-output-h2 {
    margin-bottom: 32px;
  }
  .stormlight-product-section .sl-output-card {
    margin-bottom: 32px;
    padding: 16px 8px 12px;
  }
  .stormlight-product-section .sl-output-label {
    font-size: 13px;
  }
}
/* END_SECTION:sport-9000-output-graph */

/* START_SECTION:sport-9000 (INDEX:94) */
/* ============================================================
   STORMLIGHT SPORT 9000 — Section styles
   All scoped under .stormlight-product-section
   ============================================================ */

.stormlight-product-section {
  --sl-gold: #F5B800;
  --sl-ember: #E8620A;
  --sl-dark: #0D0D14;
  --sl-deep: #06070A;
  --sl-mid: #1A1A2E;
  --sl-text: #E8E8F0;
  --sl-muted: #8888AA;
  --sl-stock-green: #4ade80;
  --sl-chapter-w: 780px;
  --sl-chapter-w-wide: 1180px;

  background: var(--sl-dark);
  color: var(--sl-text);
  font-family: 'Barlow', sans-serif;
  font-weight: 300;
  line-height: 1.8;
  font-size: 17px;
  letter-spacing: 0.01em;
  overflow-x: hidden;
}

.stormlight-product-section *,
.stormlight-product-section *::before,
.stormlight-product-section *::after {
  box-sizing: border-box;
}

.stormlight-product-section em {
  color: var(--sl-gold) !important;
  font-style: normal !important;
  font-weight: inherit;
}

.stormlight-product-section a {
  color: var(--sl-gold);
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.stormlight-product-section a:hover { opacity: 0.75; }

.stormlight-product-section img {
  max-width: 100%;
  height: auto;
  display: block;
}

.stormlight-product-section .reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.stormlight-product-section .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.stormlight-product-section .sl-label {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--sl-gold);
  margin-bottom: 24px;
}
.stormlight-product-section .sl-hairline {
  display: inline-block;
  width: 24px;
  height: 1px;
  background: var(--sl-gold);
}

.stormlight-product-section .sl-h2 {
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  font-size: clamp(36px, 5vw, 56px);
  line-height: 1.05;
  letter-spacing: 0.005em;
  text-transform: uppercase;
  margin: 0 0 40px;
  color: var(--sl-text);
}

.stormlight-product-section .sl-chapter {
  position: relative;
  padding: 120px 32px;
  overflow: hidden;
}
.stormlight-product-section .sl-chapter-inner {
  position: relative;
  max-width: var(--sl-chapter-w);
  margin: 0 auto;
  z-index: 2;
}
.stormlight-product-section .sl-chapter-inner--wide {
  max-width: var(--sl-chapter-w-wide);
}
.stormlight-product-section .sl-chapter-ghost {
  position: absolute;
  top: 50%;
  right: -2vw;
  transform: translateY(-50%);
  font-family: 'Anton', sans-serif;
  font-size: 14vw;
  line-height: 1;
  color: var(--sl-gold);
  opacity: 0.07;
  pointer-events: none;
  user-select: none;
  z-index: 1;
}

/* ============================================================
   HERO — letterbox structure with random slide picker
   ------------------------------------------------------------
   Up to 3 slides. JS picks one at random on page load and shows
   only that one (plus its matching credit). All slides exist in
   the DOM but only the active one is visible; lazy-loaded slides
   never download unless they're the random pick.
   ============================================================ */
.stormlight-product-section .sl-hero {
  position: relative;
  display: block;
  background: var(--sl-deep);
  overflow: hidden;
}
.stormlight-product-section .sl-hero-images {
  position: relative;
  width: 100%;
  aspect-ratio: 21 / 9;
  background: var(--sl-deep);
  overflow: hidden;
}
.stormlight-product-section .sl-hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out;
}
.stormlight-product-section .sl-hero-slide.is-active {
  opacity: 1;
  pointer-events: auto;
}
.stormlight-product-section .sl-hero-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center var(--sl-focal-y, 50%);
}
.stormlight-product-section .sl-hero-images::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 80px;
  background: linear-gradient(180deg, rgba(6,7,10,0) 0%, var(--sl-deep) 100%);
  pointer-events: none;
  z-index: 2;
}
.stormlight-product-section .sl-hero-placeholder {
  background: linear-gradient(135deg, var(--sl-mid), var(--sl-deep));
  opacity: 1;
}

/* Credit strip — proof line under the image. Each slide carries its own
   credit text; only the active one is shown. The strip itself stays a
   fixed minimum height so layout doesn't jump if a credit wraps to a
   different number of lines than another slide's credit. */
.stormlight-product-section .sl-hero-credit {
  position: relative;
  background: var(--sl-deep);
  padding: 16px 32px;
  text-align: center;
  border-bottom: 1px solid rgba(245, 184, 0, 0.18);
  min-height: 50px;
}
.stormlight-product-section .sl-hero-credit-text {
  margin: 0;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--sl-text);
  opacity: 0.7;
  line-height: 1.6;
}
.stormlight-product-section .sl-hero-credit-slide {
  display: none;
}
.stormlight-product-section .sl-hero-credit-slide.is-active {
  display: block;
}
.stormlight-product-section .sl-hero-credit-num {
  color: var(--sl-gold);
  font-weight: 600;
  letter-spacing: 0.16em;
}
.stormlight-product-section .sl-hero-credit-sep {
  color: rgba(245, 184, 0, 0.4);
  margin: 0 6px;
}

.stormlight-product-section .sl-hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 64px 32px 80px;
  background: var(--sl-deep);
}
.stormlight-product-section .sl-eyebrow {
  display: block;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--sl-gold);
  margin-bottom: 28px;
}
.stormlight-product-section .sl-hero-headline {
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  font-size: clamp(40px, 7vw, 88px);
  line-height: 1.02;
  letter-spacing: 0.005em;
  text-transform: uppercase;
  margin: 0 0 24px;
  color: var(--sl-text);
  max-width: 900px;
}
.stormlight-product-section .sl-hero-tagline {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  font-size: clamp(18px, 2vw, 24px);
  letter-spacing: 0.06em;
  line-height: 1.3;
  max-width: 640px;
  margin: 0 0 20px;
  color: var(--sl-gold);
  text-transform: uppercase;
}
.stormlight-product-section .sl-hero-sub {
  font-family: 'Barlow', sans-serif;
  font-weight: 300;
  font-size: clamp(16px, 1.5vw, 19px);
  line-height: 1.55;
  max-width: 640px;
  margin: 0;
  color: var(--sl-text);
  opacity: 0.9;
}

.stormlight-product-section .sl-buy-block {
  background: var(--sl-deep);
  padding: 80px 32px;
}
.stormlight-product-section .sl-buy-grid {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start;
}

.stormlight-product-section .sl-gallery-main {
  background: var(--sl-deep);
  border-radius: 2px;
  aspect-ratio: 1;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.stormlight-product-section .sl-gallery-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.stormlight-product-section .sl-gallery-placeholder {
  width: 100%;
  height: 100%;
  background: #1a1a1a;
}
.stormlight-product-section .sl-gallery-thumbs {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.stormlight-product-section .sl-gallery-thumb {
  width: 80px;
  height: 80px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: var(--sl-deep);
  border-radius: 2px;
  cursor: pointer;
  overflow: hidden;
  transition: border-color 0.2s ease;
}
.stormlight-product-section .sl-gallery-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.stormlight-product-section .sl-gallery-thumb:hover {
  border-color: var(--sl-gold);
}
.stormlight-product-section .sl-gallery-thumb.is-active {
  border-color: var(--sl-gold);
  box-shadow: 0 0 0 1px var(--sl-gold);
}

.stormlight-product-section .sl-purchase {
  padding-top: 8px;
}
.stormlight-product-section .sl-product-name {
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  font-size: clamp(40px, 5vw, 56px);
  line-height: 1;
  letter-spacing: 0.005em;
  text-transform: uppercase;
  margin: 0 0 20px;
}

/* Junip product summary stars — under product title */
.stormlight-product-section .sl-product-stars {
  margin: 0 0 18px;
  min-height: 22px;
}
.stormlight-product-section .sl-product-stars .junip-product-summary {
  display: inline-block;
}

.stormlight-product-section .sl-price {
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  font-size: 32px;
  letter-spacing: 0.01em;
  color: var(--sl-gold);
  margin-bottom: 12px;
}

/* Stock indicator */
.stormlight-product-section .sl-stock-status {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--sl-text);
  margin-bottom: 24px;
}
.stormlight-product-section .sl-stock-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--sl-stock-green);
  box-shadow: 0 0 0 3px rgba(74, 222, 128, 0.15);
}
.stormlight-product-section .sl-stock-dot--out {
  background: var(--sl-ember);
  box-shadow: 0 0 0 3px rgba(232, 98, 10, 0.15);
}

.stormlight-product-section .sl-product-desc {
  font-size: 16px;
  line-height: 1.7;
  margin: 0 0 24px;
  color: var(--sl-text);
  opacity: 0.92;
}
.stormlight-product-section .sl-quick-specs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--sl-muted);
  padding: 16px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  margin-bottom: 28px;
}
.stormlight-product-section .sl-quick-specs .sl-dot {
  color: rgba(255, 255, 255, 0.25);
}

.stormlight-product-section .sl-cart-form {
  margin-bottom: 20px;
}
.stormlight-product-section .sl-add-to-cart {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  padding: 20px 32px;
  background: var(--sl-gold);
  color: var(--sl-dark);
  border: none;
  border-radius: 2px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.1s ease;
}
.stormlight-product-section .sl-add-to-cart:hover:not(:disabled) {
  background: #ffd24a;
}
.stormlight-product-section .sl-add-to-cart:active:not(:disabled) {
  transform: translateY(1px);
}
.stormlight-product-section .sl-add-to-cart:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}
.stormlight-product-section .sl-add-to-cart--lg {
  padding: 24px 40px;
  font-size: 16px;
  max-width: 360px;
  margin: 0 auto;
}
.stormlight-product-section .sl-cta-spinner {
  display: none;
  width: 16px;
  height: 16px;
  border: 2px solid rgba(13, 13, 20, 0.3);
  border-top-color: var(--sl-dark);
  border-radius: 50%;
  animation: sl-spin 0.7s linear infinite;
}
.stormlight-product-section .sl-add-to-cart.is-loading .sl-cta-spinner {
  display: inline-block;
}
.stormlight-product-section .sl-add-to-cart.is-loading .sl-cta-label {
  opacity: 0.6;
}
@keyframes sl-spin {
  to { transform: rotate(360deg); }
}
.stormlight-product-section .sl-cart-feedback {
  margin: 14px 0 0;
  min-height: 1.4em;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 14px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--sl-gold);
}
.stormlight-product-section .sl-cart-feedback.is-error {
  color: var(--sl-ember);
}

/* Trust strip — directly under cart button */
.stormlight-product-section .sl-trust-strip {
  list-style: none;
  margin: 0 0 28px;
  padding: 18px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  display: grid;
  gap: 12px;
}
.stormlight-product-section .sl-trust-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 14px;
  line-height: 1.5;
  color: var(--sl-text);
  opacity: 0.92;
}
.stormlight-product-section .sl-trust-icon {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  margin-top: 1px;
  font-size: 13px;
  color: var(--sl-gold);
  line-height: 1;
}
.stormlight-product-section .sl-trust-text strong {
  color: var(--sl-text);
  font-weight: 500;
  opacity: 1;
}

.stormlight-product-section .sl-checks {
  list-style: none;
  margin: 0;
  padding: 0;
}
.stormlight-product-section .sl-checks li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 10px 0;
  font-size: 15px;
  line-height: 1.5;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.stormlight-product-section .sl-checks li:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.stormlight-product-section .sl-check {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  margin-top: 2px;
  color: var(--sl-gold);
  font-weight: 600;
}

/* ============================================================
   OUTPUT GRAPH — proof block between buy and reviews
   ============================================================ */
.stormlight-product-section .sl-output {
  background: var(--sl-dark);
  color: var(--sl-text);
  padding: clamp(64px, 8vw, 120px) clamp(20px, 4vw, 40px);
  font-family: 'Barlow', sans-serif;
  font-weight: 300;
  line-height: 1.6;
}

.stormlight-product-section .sl-output-inner {
  max-width: 1180px;
  margin: 0 auto;
}

.stormlight-product-section .sl-output-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--sl-gold);
  margin-bottom: 24px;
}

.stormlight-product-section .sl-output-hairline {
  display: inline-block;
  width: 24px;
  height: 1px;
  background: var(--sl-gold);
}

.stormlight-product-section .sl-output-h2 {
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  font-size: clamp(32px, 5vw, 56px);
  line-height: 1.05;
  letter-spacing: 0.005em;
  text-transform: uppercase;
  margin: 0 0 56px;
  color: var(--sl-text);
}

.stormlight-product-section .sl-output-h2 em {
  color: var(--sl-gold) !important;
  font-style: normal !important;
}

.stormlight-product-section .sl-output-card {
  background: var(--sl-deep);
  padding: clamp(20px, 2.5vw, 32px) clamp(12px, 2vw, 24px) clamp(16px, 2vw, 24px);
  border: 1px solid rgba(245, 184, 0, 0.08);
  border-radius: 2px;
  max-width: 880px;
  margin: 0 auto 56px;
}

.stormlight-product-section .sl-output-card svg {
  display: block;
  width: 100%;
  height: auto;
}

.stormlight-product-section .sl-output-labels {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  padding-top: 32px;
  border-top: 1px solid rgba(245, 184, 0, 0.15);
  max-width: 1080px;
  margin: 0 auto;
}

.stormlight-product-section .sl-output-label {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 1.55;
  color: var(--sl-text);
  opacity: 0.92;
  position: relative;
  padding-left: 20px;
}

.stormlight-product-section .sl-output-label::before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 10px;
  height: 1px;
  background: var(--sl-gold);
}

/* Reviews interlude */
.stormlight-product-section .sl-reviews {
  background: var(--sl-mid);
  padding: 100px 32px;
}
.stormlight-product-section .sl-reviews .sl-chapter-inner {
  text-align: center;
}
.stormlight-product-section .sl-reviews .sl-label {
  justify-content: center;
}
.stormlight-product-section .sl-reviews-intro {
  max-width: 640px;
  margin: 0 auto 32px;
  font-size: 16px;
  line-height: 1.7;
  color: var(--sl-text);
  opacity: 0.85;
}
.stormlight-product-section .sl-reviews-empty {
  max-width: 560px;
  margin: 0 auto;
  padding: 24px 0 8px;
}
.stormlight-product-section .sl-reviews-empty-lead {
  font-size: 17px;
  line-height: 1.7;
  margin: 0 0 16px;
  color: var(--sl-text);
}
.stormlight-product-section .sl-reviews-empty-sub {
  font-size: 15px;
  line-height: 1.7;
  margin: 0;
  color: var(--sl-muted);
}
.stormlight-product-section .sl-reviews-widget {
  text-align: left;
  margin-top: 8px;
}

.stormlight-product-section .sl-pillars { background: var(--sl-dark); }
.stormlight-product-section .sl-pillar-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px 56px;
  margin-top: 16px;
}
.stormlight-product-section .sl-pillar { padding: 8px 0; }
.stormlight-product-section .sl-pillar-num {
  display: block;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--sl-gold);
  margin-bottom: 14px;
}
.stormlight-product-section .sl-pillar-h {
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  font-size: clamp(24px, 2.4vw, 30px);
  line-height: 1.2;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  margin: 0 0 18px;
  color: var(--sl-text);
}
.stormlight-product-section .sl-pillar p {
  margin: 0 0 14px;
  font-size: 16px;
  line-height: 1.7;
}
.stormlight-product-section .sl-pillar p:last-child { margin-bottom: 0; }

.stormlight-product-section .sl-runtime { background: var(--sl-deep); }
.stormlight-product-section .sl-lead {
  font-size: 18px;
  line-height: 1.7;
  margin: 0 0 48px;
  color: var(--sl-text);
  opacity: 0.92;
}
.stormlight-product-section .sl-runtime-list {
  display: flex;
  flex-direction: column;
}
.stormlight-product-section .sl-runtime-row {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 40px;
  padding: 28px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  align-items: baseline;
}
.stormlight-product-section .sl-runtime-row:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.stormlight-product-section .sl-runtime-meta {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.stormlight-product-section .sl-runtime-pct {
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  font-size: 36px;
  line-height: 1;
  color: var(--sl-gold);
  text-transform: uppercase;
}
.stormlight-product-section .sl-runtime-lm {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--sl-text);
}
.stormlight-product-section .sl-runtime-time {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 14px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--sl-muted);
}
.stormlight-product-section .sl-runtime-text {
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
}
.stormlight-product-section .sl-runtime-text strong {
  color: var(--sl-text);
  font-weight: 500;
}
.stormlight-product-section .sl-runtime-eco .sl-runtime-pct {
  color: var(--sl-ember);
}

/* Cold weather block — appears after runtime list */
.stormlight-product-section .sl-cold-block {
  margin-top: 48px;
  padding: 32px 36px;
  background: rgba(245, 184, 0, 0.04);
  border-left: 2px solid var(--sl-gold);
  border-radius: 2px;
}
.stormlight-product-section .sl-cold-h {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--sl-gold);
  margin: 0 0 16px;
}
.stormlight-product-section .sl-cold-block p {
  margin: 0 0 14px;
  font-size: 15.5px;
  line-height: 1.7;
}
.stormlight-product-section .sl-cold-block p:last-child {
  margin-bottom: 0;
}
.stormlight-product-section .sl-cold-block em {
  color: var(--sl-gold) !important;
  font-style: normal !important;
  font-weight: 500;
}

.stormlight-product-section .sl-closer {
  margin: 48px 0 0;
  padding: 24px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 16px;
  line-height: 1.7;
  color: var(--sl-muted);
}

.stormlight-product-section .sl-use-cases { background: var(--sl-dark); }
.stormlight-product-section .sl-use-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px 40px;
  margin-top: 16px;
}
.stormlight-product-section .sl-use-card {
  background: var(--sl-mid);
  border-radius: 2px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.stormlight-product-section .sl-use-image {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: var(--sl-deep);
}
.stormlight-product-section .sl-use-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.stormlight-product-section .sl-use-body {
  padding: 32px 32px 36px;
}
.stormlight-product-section .sl-use-num {
  display: inline-block;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--sl-gold);
  margin-bottom: 12px;
}
.stormlight-product-section .sl-use-h {
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  font-size: clamp(22px, 2.2vw, 28px);
  line-height: 1.15;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  margin: 0 0 18px;
}
.stormlight-product-section .sl-use-body p {
  margin: 0 0 14px;
  font-size: 15.5px;
  line-height: 1.7;
}
.stormlight-product-section .sl-use-body p:last-child { margin-bottom: 0; }
.stormlight-product-section .sl-use-body strong {
  color: var(--sl-text);
  font-weight: 500;
}

/* Fit / anti-fit block */
.stormlight-product-section .sl-fit-block {
  margin-top: 64px;
  padding: 48px 48px 44px;
  background: var(--sl-mid);
  border-radius: 2px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  border-top: 2px solid var(--sl-gold);
}
.stormlight-product-section .sl-fit-label {
  display: inline-block;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--sl-gold);
  margin-bottom: 20px;
}
.stormlight-product-section .sl-fit-label--against {
  color: var(--sl-muted);
}
.stormlight-product-section .sl-fit-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.stormlight-product-section .sl-fit-list li {
  position: relative;
  padding: 10px 0 10px 24px;
  font-size: 15.5px;
  line-height: 1.55;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.stormlight-product-section .sl-fit-list li:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.stormlight-product-section .sl-fit-col--for .sl-fit-list li::before {
  content: '+';
  position: absolute;
  left: 0;
  top: 9px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: var(--sl-gold);
  line-height: 1;
}
.stormlight-product-section .sl-fit-col--against .sl-fit-list li::before {
  content: '−';
  position: absolute;
  left: 0;
  top: 9px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: var(--sl-muted);
  line-height: 1;
}
.stormlight-product-section .sl-fit-col--against .sl-fit-list li {
  color: var(--sl-text);
  opacity: 0.78;
}

.stormlight-product-section .sl-system { background: var(--sl-deep); }
.stormlight-product-section .sl-system-image {
  margin: 40px -8px 40px;
  border-radius: 2px;
  overflow: hidden;
  background: var(--sl-mid);
}
.stormlight-product-section .sl-system-image img {
  width: 100%;
  height: auto;
}
.stormlight-product-section .sl-system-block {
  margin: 36px 0;
  padding-top: 36px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.stormlight-product-section .sl-system-block:first-of-type {
  margin-top: 16px;
}
.stormlight-product-section .sl-system-h {
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  font-size: clamp(22px, 2.2vw, 28px);
  line-height: 1.2;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  margin: 0 0 16px;
}
.stormlight-product-section .sl-system-block p {
  margin: 0 0 14px;
  font-size: 16px;
  line-height: 1.7;
}
.stormlight-product-section .sl-system-block p:last-child { margin-bottom: 0; }

.stormlight-product-section .sl-specs { background: var(--sl-dark); }
.stormlight-product-section .sl-spec-table {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.stormlight-product-section .sl-spec-row {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 24px;
  padding: 16px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.stormlight-product-section .sl-spec-row:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.stormlight-product-section .sl-spec-divider {
  border-top: 1px solid rgba(245, 184, 0, 0.3);
}
.stormlight-product-section .sl-spec-row dt {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--sl-muted);
  margin: 0;
}
.stormlight-product-section .sl-spec-row dd {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  color: var(--sl-text);
}

/* Comparison table */
.stormlight-product-section .sl-comparison { background: var(--sl-deep); }
.stormlight-product-section .sl-compare-wrap {
  margin-top: 24px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.stormlight-product-section .sl-compare-table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
}
.stormlight-product-section .sl-compare-table thead th {
  padding: 16px 18px;
  text-align: left;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--sl-muted);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.stormlight-product-section .sl-compare-table tbody td {
  padding: 22px 18px;
  font-size: 15px;
  line-height: 1.5;
  color: var(--sl-text);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  vertical-align: middle;
}
.stormlight-product-section .sl-compare-table tbody tr:last-child td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.stormlight-product-section .sl-compare-row.is-current td {
  background: rgba(245, 184, 0, 0.04);
  border-top-color: var(--sl-gold);
}
.stormlight-product-section .sl-compare-row.is-current + tr td {
  border-top-color: var(--sl-gold);
}
.stormlight-product-section .sl-compare-name-cell {
  white-space: nowrap;
}
.stormlight-product-section .sl-compare-name {
  display: block;
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  font-size: 19px;
  line-height: 1.1;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: var(--sl-text);
}
.stormlight-product-section .sl-compare-row.is-current .sl-compare-name {
  color: var(--sl-gold);
}
.stormlight-product-section .sl-compare-current-tag {
  display: inline-block;
  margin-top: 6px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--sl-gold);
  padding: 3px 8px;
  border: 1px solid rgba(245, 184, 0, 0.4);
  border-radius: 2px;
}
.stormlight-product-section .sl-compare-link-cell {
  white-space: nowrap;
  text-align: right;
}
.stormlight-product-section .sl-compare-link {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.stormlight-product-section .sl-compare-current-text {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--sl-muted);
}

.stormlight-product-section .sl-box { background: var(--sl-mid); }
.stormlight-product-section .sl-box-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
  margin-bottom: 56px;
}
.stormlight-product-section .sl-box-image-col {
  background: var(--sl-deep);
  aspect-ratio: 4 / 3;
  border-radius: 2px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.stormlight-product-section .sl-box-image-col img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 16px;
}
.stormlight-product-section .sl-box-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.stormlight-product-section .sl-box-list li {
  padding: 16px 0;
  font-size: 17px;
  line-height: 1.5;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  position: relative;
  padding-left: 28px;
}
.stormlight-product-section .sl-box-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 27px;
  width: 14px;
  height: 1px;
  background: var(--sl-gold);
}
.stormlight-product-section .sl-box-list li:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.stormlight-product-section .sl-cable-note {
  background: rgba(245, 184, 0, 0.04);
  border-left: 2px solid var(--sl-gold);
  padding: 32px 36px;
  margin-top: 32px;
}
.stormlight-product-section .sl-cable-h {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--sl-gold);
  margin: 0 0 14px;
}
.stormlight-product-section .sl-cable-note p {
  margin: 0 0 12px;
  font-size: 15.5px;
  line-height: 1.7;
}
.stormlight-product-section .sl-cable-closer {
  font-family: 'Barlow', sans-serif;
  color: var(--sl-text);
  opacity: 0.85;
  margin-top: 8px !important;
}

.stormlight-product-section .sl-trust { background: var(--sl-dark); }
.stormlight-product-section .sl-trust-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  margin-top: 16px;
}
.stormlight-product-section .sl-trust-card {
  padding: 36px 36px 32px;
  background: var(--sl-mid);
  border-radius: 2px;
  border-top: 2px solid var(--sl-gold);
}
.stormlight-product-section .sl-trust-h {
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  font-size: 26px;
  line-height: 1.15;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  margin: 0 0 18px;
}
.stormlight-product-section .sl-trust-card p {
  margin: 0 0 16px;
  font-size: 15.5px;
  line-height: 1.7;
}
.stormlight-product-section .sl-trust-link {
  display: inline-block;
  margin-top: 8px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--sl-gold);
  border-bottom: 1px solid var(--sl-gold);
  padding-bottom: 3px;
}

.stormlight-product-section .sl-nowrap {
  white-space: nowrap;
}

/* ============================================================
   FAQ — fixed for Safari (<16) compatibility
   ============================================================ */
.stormlight-product-section .sl-faq { background: var(--sl-deep); }
.stormlight-product-section .sl-faq-list {
  margin: 16px 0 0;
  display: flex;
  flex-direction: column;
}
.stormlight-product-section .sl-faq-item {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.stormlight-product-section .sl-faq-item:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.stormlight-product-section .sl-faq-q {
  display: block;
  width: 100%;
  padding: 24px 0;
  margin: 0;
  background: transparent;
  border: 0;
  text-align: left;
  font: inherit;
  color: inherit;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}
.stormlight-product-section .sl-faq-q:focus-visible {
  outline: 2px solid var(--sl-gold);
  outline-offset: 4px;
}
.stormlight-product-section .sl-faq-q-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  font-size: clamp(18px, 1.8vw, 22px);
  line-height: 1.3;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: var(--sl-text);
  transition: color 0.2s ease;
}
.stormlight-product-section .sl-faq-q:hover .sl-faq-q-row {
  color: var(--sl-gold);
}
.stormlight-product-section .sl-faq-q-text {
  flex: 1 1 auto;
}
.stormlight-product-section .sl-faq-icon {
  flex-shrink: 0;
  position: relative;
  display: block;
  width: 18px;
  height: 18px;
  transition: transform 0.3s ease;
}
.stormlight-product-section .sl-faq-icon::before,
.stormlight-product-section .sl-faq-icon::after {
  content: '';
  position: absolute;
  background-color: var(--sl-gold);
  transition: transform 0.3s ease;
}
.stormlight-product-section .sl-faq-icon::before {
  /* horizontal bar */
  top: calc(50% - 1px);
  left: 0;
  right: 0;
  height: 2px;
}
.stormlight-product-section .sl-faq-icon::after {
  /* vertical bar */
  top: 0;
  bottom: 0;
  left: calc(50% - 1px);
  width: 2px;
}
.stormlight-product-section .sl-faq-item.is-open .sl-faq-icon::after {
  transform: scaleY(0);
}
.stormlight-product-section .sl-faq-a {
  padding: 0 0 28px;
  max-width: 680px;
  display: none !important;
}
.stormlight-product-section .sl-faq-item.is-open .sl-faq-a {
  display: block !important;
}
.stormlight-product-section .sl-faq-a p {
  margin: 0 0 14px;
  font-size: 16px;
  line-height: 1.7;
  color: var(--sl-text);
  opacity: 0.92;
}
.stormlight-product-section .sl-faq-a p:last-child {
  margin-bottom: 0;
}
.stormlight-product-section .sl-faq-a strong {
  color: var(--sl-text);
  font-weight: 500;
  opacity: 1;
}
.stormlight-product-section .sl-faq-a a {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  border-bottom: 1px solid var(--sl-gold);
  padding-bottom: 2px;
}

.stormlight-product-section .sl-bottom-cta {
  background: var(--sl-deep);
  padding: 120px 32px;
  text-align: center;
}
.stormlight-product-section .sl-bottom-h {
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  font-size: clamp(36px, 5.5vw, 64px);
  line-height: 1.05;
  letter-spacing: 0.005em;
  text-transform: uppercase;
  margin: 0 0 32px;
}
.stormlight-product-section .sl-bottom-sub {
  max-width: 640px;
  margin: 0 auto 40px;
  font-size: 17px;
  line-height: 1.7;
  color: var(--sl-text);
  opacity: 0.92;
}
.stormlight-product-section .sl-bottom-price {
  font-family: 'Anton', sans-serif;
  font-size: 40px;
  color: var(--sl-gold);
  margin-bottom: 32px;
}
.stormlight-product-section .sl-cart-form--bottom {
  max-width: 360px;
  margin: 0 auto 28px;
}
.stormlight-product-section .sl-bottom-meta {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 13px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--sl-muted);
  margin: 0;
}

.stormlight-product-section .sl-related {
  background: var(--sl-dark);
  padding: 120px 32px;
}
.stormlight-product-section .sl-related-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-top: 16px;
}
.stormlight-product-section .sl-related-card {
  display: block;
  background: var(--sl-mid);
  border-radius: 2px;
  overflow: hidden;
  color: inherit;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.stormlight-product-section .sl-related-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4);
  opacity: 1;
}
.stormlight-product-section .sl-related-image {
  aspect-ratio: 4 / 3;
  background: #ffffff;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.stormlight-product-section .sl-related-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 16px;
}
.stormlight-product-section .sl-related-body {
  padding: 24px 24px 28px;
}
.stormlight-product-section .sl-related-eyebrow {
  display: block;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--sl-gold);
  margin-bottom: 8px;
}
.stormlight-product-section .sl-related-name {
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.15;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  margin: 0 0 10px;
}
.stormlight-product-section .sl-related-desc {
  font-size: 14.5px;
  line-height: 1.55;
  margin: 0;
  color: var(--sl-muted);
}

/* Sticky mobile CTA */
.stormlight-product-section .sl-sticky-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 998;
  background: rgba(6, 7, 10, 0.96);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-top: 1px solid rgba(245, 184, 0, 0.2);
  padding: 12px 16px calc(12px + env(safe-area-inset-bottom));
  transform: translateY(100%);
  transition: transform 0.3s ease, opacity 0.2s ease;
  opacity: 0;
  pointer-events: none;
  display: none;
}
.stormlight-product-section .sl-sticky-cta.is-visible {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}
.stormlight-product-section .sl-sticky-cta-inner {
  display: flex;
  align-items: center;
  gap: 14px;
  max-width: 600px;
  margin: 0 auto;
}
.stormlight-product-section .sl-sticky-info {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}
.stormlight-product-section .sl-sticky-name {
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: var(--sl-text);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.stormlight-product-section .sl-sticky-price {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.08em;
  color: var(--sl-gold);
}
.stormlight-product-section .sl-cart-form--sticky {
  flex-grow: 1;
  margin: 0;
}
.stormlight-product-section .sl-add-to-cart--sticky {
  padding: 14px 18px;
  font-size: 13px;
  letter-spacing: 0.18em;
}

@media (max-width: 900px) {
  .stormlight-product-section .sl-buy-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .stormlight-product-section .sl-pillar-grid,
  .stormlight-product-section .sl-use-grid,
  .stormlight-product-section .sl-trust-grid,
  .stormlight-product-section .sl-box-grid,
  .stormlight-product-section .sl-fit-block {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .stormlight-product-section .sl-related-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .stormlight-product-section .sl-sticky-cta {
    display: block;
  }
  .stormlight-product-section .sl-related,
  .stormlight-product-section .sl-bottom-cta {
    padding-bottom: calc(120px + env(safe-area-inset-bottom));
  }
  .stormlight-product-section .sl-output-h2 {
    margin-bottom: 40px;
  }
  .stormlight-product-section .sl-output-card {
    margin-bottom: 40px;
  }
}

@media (max-width: 720px) {
  .stormlight-product-section { font-size: 16px; }
  .stormlight-product-section .sl-chapter { padding: 80px 20px; }
  .stormlight-product-section .sl-buy-block,
  .stormlight-product-section .sl-bottom-cta,
  .stormlight-product-section .sl-related,
  .stormlight-product-section .sl-reviews { padding: 80px 20px; }

  /* Mobile hero — taller portrait composition, dedicated mobile image */
  .stormlight-product-section .sl-hero-images {
    aspect-ratio: 4 / 5;
  }
  .stormlight-product-section .sl-hero-slide img {
    object-position: center;
  }
  .stormlight-product-section .sl-hero-content {
    padding: 32px 20px 56px;
  }

  /* Mobile credit line — wraps naturally on narrow viewports.
     Min-height bumps a little so layout doesn't jump if random pick
     swaps between a one-line and two-line credit. */
  .stormlight-product-section .sl-hero-credit {
    padding: 14px 20px;
    min-height: 56px;
  }
  .stormlight-product-section .sl-hero-credit-text {
    font-size: 11px;
    letter-spacing: 0.16em;
    line-height: 1.7;
  }
  .stormlight-product-section .sl-hero-credit-sep {
    margin: 0 4px;
  }

  .stormlight-product-section .sl-chapter-ghost {
    font-size: 28vw;
    right: -8vw;
  }
  .stormlight-product-section .sl-runtime-row {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .stormlight-product-section .sl-spec-row {
    grid-template-columns: 1fr;
    gap: 4px;
    padding: 14px 0;
  }
  .stormlight-product-section .sl-spec-row dt { font-size: 12px; }
  .stormlight-product-section .sl-h2 { margin-bottom: 28px; }
  .stormlight-product-section .sl-cable-note,
  .stormlight-product-section .sl-cold-block { padding: 22px 20px; }
  .stormlight-product-section .sl-fit-block { padding: 32px 24px 28px; gap: 32px; margin-top: 48px; }
  .stormlight-product-section .sl-use-body,
  .stormlight-product-section .sl-trust-card { padding: 24px 22px 26px; }
  .stormlight-product-section .sl-gallery-thumb {
    width: 64px;
    height: 64px;
  }
  .stormlight-product-section .sl-trust-strip {
    padding: 16px 0;
  }
  .stormlight-product-section .sl-faq-q {
    padding: 20px 0;
  }
  .stormlight-product-section .sl-faq-q-row {
    gap: 16px;
  }
  .stormlight-product-section .sl-faq-a {
    padding: 0 0 22px;
  }
  .stormlight-product-section .sl-reviews-intro {
    font-size: 15px;
    margin-bottom: 24px;
  }
  .stormlight-product-section .sl-sticky-name { font-size: 15px; }
  .stormlight-product-section .sl-add-to-cart--sticky {
    padding: 13px 14px;
    font-size: 12px;
    letter-spacing: 0.14em;
  }

  /* Output graph — tighter on mobile */
  .stormlight-product-section .sl-output-labels {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .stormlight-product-section .sl-output-h2 {
    margin-bottom: 32px;
  }
  .stormlight-product-section .sl-output-card {
    margin-bottom: 32px;
    padding: 16px 8px 12px;
  }
  .stormlight-product-section .sl-output-label {
    font-size: 13px;
  }
}
/* END_SECTION:sport-9000 */

/* START_SECTION:warranty (INDEX:98) */
/* ============================================================
     STORMLIGHT — WARRANTY
     All styles scoped under .stormlight-warranty-section
     Fonts inherited from Taiga theme
     ============================================================ */

  .stormlight-warranty-section {
    --sw-gold: #F5B800;
    --sw-ember: #E8620A;
    --sw-dark: #0D0D14;
    --sw-deep: #06070A;
    --sw-text: #E8E8F0;
    --sw-muted: #8888AA;
    --sw-white: #ffffff;

    background: var(--sw-dark);
    color: var(--sw-text);
    font-family: 'Barlow', sans-serif;
    font-weight: 300;
    overflow: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .stormlight-warranty-section * { box-sizing: border-box; }
  .stormlight-warranty-section img { max-width: 100%; display: block; }

  /* HERO */
  .stormlight-warranty-section .sw-hero {
    position: relative;
    min-height: 60vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
    isolation: isolate;
    background: var(--sw-deep);
  }
  .stormlight-warranty-section .sw-hero-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center {{ section.settings.hero_focal_y | default: 50 }}%;
    z-index: 0;
  }
  .stormlight-warranty-section .sw-hero-placeholder {
    background:
      radial-gradient(ellipse 80% 60% at 50% 50%, rgba(245,184,0,0.1) 0%, rgba(245,184,0,0) 60%),
      linear-gradient(180deg, #02030a 0%, #14142a 62%, #0D0D14 100%);
  }
  .stormlight-warranty-section .sw-hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
      linear-gradient(180deg,
        rgba(13,13,20,0.5) 0%,
        rgba(13,13,20,0.2) 20%,
        rgba(13,13,20,0) 45%,
        rgba(13,13,20,0) 55%,
        rgba(6,7,10,0.6) 85%,
        rgba(6,7,10,0.92) 100%),
      linear-gradient(90deg,
        rgba(6,7,10,0.5) 0%,
        rgba(6,7,10,0.15) 35%,
        rgba(6,7,10,0) 60%);
    pointer-events: none;
  }
  .stormlight-warranty-section .sw-hero-content {
    position: relative;
    z-index: 2;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 40px 70px;
    width: 100%;
  }
  .stormlight-warranty-section .sw-hero-eyebrow {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: var(--sw-gold);
    margin-bottom: 28px;
    display: inline-flex;
    align-items: center;
    gap: 14px;
  }
  .stormlight-warranty-section .sw-hero-eyebrow::before {
    content: '';
    display: inline-block;
    width: 36px;
    height: 1px;
    background: var(--sw-gold);
  }
  .stormlight-warranty-section .sw-hero-h1 {
    font-family: 'Anton', sans-serif;
    font-weight: 400;
    font-size: clamp(40px, 6.5vw, 92px);
    line-height: 0.95;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: var(--sw-white);
    margin: 0 0 28px;
    max-width: 20ch;
  }
  .stormlight-warranty-section .sw-hero-h1 em {
    font-family: 'Anton', sans-serif !important;
    font-style: normal !important;
    font-weight: 400 !important;
    color: var(--sw-gold);
  }
  .stormlight-warranty-section .sw-hero-tagline {
    font-family: 'Barlow', sans-serif;
    font-weight: 300;
    font-style: italic;
    font-size: clamp(18px, 2vw, 24px);
    line-height: 1.4;
    color: rgba(232,232,240,0.9);
    max-width: 48ch;
    margin: 0;
  }

  /* CHAPTER */
  .stormlight-warranty-section .sw-chapter {
    max-width: 780px;
    margin: 0 auto;
    padding: 90px 40px 30px;
    position: relative;
  }
  .stormlight-warranty-section .sw-chapter-num {
    font-family: 'Anton', sans-serif;
    font-weight: 400;
    font-size: clamp(90px, 14vw, 180px);
    color: rgba(245,184,0,0.07);
    line-height: 1;
    margin-bottom: -50px;
    margin-left: -6px;
    user-select: none;
    letter-spacing: -0.02em;
  }
  .stormlight-warranty-section .sw-chapter-label {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0.26em;
    text-transform: uppercase;
    color: var(--sw-gold);
    margin-bottom: 20px;
    display: inline-flex;
    align-items: center;
    gap: 12px;
  }
  .stormlight-warranty-section .sw-chapter-label::before {
    content: '';
    width: 24px;
    height: 1px;
    background: var(--sw-gold);
  }
  .stormlight-warranty-section .sw-chapter-h2 {
    font-family: 'Anton', sans-serif;
    font-weight: 400;
    font-size: clamp(28px, 4vw, 44px);
    text-transform: uppercase;
    color: var(--sw-white);
    line-height: 1.05;
    letter-spacing: -0.005em;
    margin: 0 0 36px;
  }
  .stormlight-warranty-section .sw-chapter-h2 em {
    font-family: 'Anton', sans-serif !important;
    font-style: normal !important;
    font-weight: 400 !important;
    color: var(--sw-gold);
  }
  .stormlight-warranty-section .sw-chapter p {
    font-size: 17px;
    font-weight: 300;
    line-height: 1.8;
    color: rgba(232,232,240,0.82);
    margin: 0 0 22px;
  }
  .stormlight-warranty-section .sw-chapter p strong {
    color: var(--sw-white);
    font-weight: 600;
  }

  /* LIST */
  .stormlight-warranty-section .sw-list {
    list-style: none;
    padding: 0;
    margin: 0 0 28px;
  }
  .stormlight-warranty-section .sw-list li {
    position: relative;
    padding: 16px 0 16px 28px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.7;
    color: rgba(232,232,240,0.82);
    border-bottom: 1px solid rgba(245,184,0,0.08);
  }
  .stormlight-warranty-section .sw-list li:last-child {
    border-bottom: none;
  }
  .stormlight-warranty-section .sw-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 26px;
    width: 14px;
    height: 1px;
    background: var(--sw-gold);
  }
  .stormlight-warranty-section .sw-list li strong {
    color: var(--sw-white);
    font-weight: 600;
    display: block;
    margin-bottom: 4px;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 14px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }

  /* PULL QUOTE — same centered style as Repair Service */
  .stormlight-warranty-section .sw-pull-quote-wrap {
    max-width: 980px;
    margin: 50px auto;
    padding: 0 40px;
  }
  .stormlight-warranty-section .sw-pull-quote {
    font-family: 'Anton', sans-serif;
    font-weight: 400;
    font-size: clamp(26px, 3.6vw, 40px);
    line-height: 1.15;
    text-transform: uppercase;
    color: var(--sw-white);
    letter-spacing: -0.005em;
    text-align: center;
    border: none;
    padding: 40px 0;
    margin: 0;
    position: relative;
  }
  .stormlight-warranty-section .sw-pull-quote::before,
  .stormlight-warranty-section .sw-pull-quote::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 1px;
    background: var(--sw-gold);
  }
  .stormlight-warranty-section .sw-pull-quote::before { top: 0; }
  .stormlight-warranty-section .sw-pull-quote::after { bottom: 0; }
  .stormlight-warranty-section .sw-pull-quote em {
    font-family: 'Anton', sans-serif !important;
    font-style: normal !important;
    font-weight: 400 !important;
    color: var(--sw-gold);
    display: block;
    margin-top: 6px;
  }

  /* CTA BUTTON */
  .stormlight-warranty-section .sw-cta-row {
    margin-top: 32px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
  }
  .stormlight-warranty-section .sw-cta-button {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    padding: 18px 32px;
    background: var(--sw-gold);
    color: var(--sw-deep);
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    text-decoration: none;
    border: none;
    border-radius: 2px;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
  }
  .stormlight-warranty-section .sw-cta-button::after {
    content: '→';
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    transition: transform .2s ease;
  }
  .stormlight-warranty-section .sw-cta-button:hover {
    background: #FFCE2A;
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(245,184,0,0.25);
  }
  .stormlight-warranty-section .sw-cta-button:hover::after {
    transform: translateX(4px);
  }
  .stormlight-warranty-section .sw-cta-hint {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 400;
    font-size: 11px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--sw-muted);
    margin: 0;
  }

  /* CLOSING */
  .stormlight-warranty-section .sw-closing {
    max-width: 780px;
    margin: 0 auto;
    padding: 60px 40px 40px;
  }
  .stormlight-warranty-section .sw-closing p {
    font-size: 17px;
    font-weight: 300;
    line-height: 1.8;
    color: rgba(232,232,240,0.82);
    margin: 0;
  }

  /* PHILOSOPHY */
  .stormlight-warranty-section .sw-philosophy {
    background:
      radial-gradient(ellipse 80% 100% at 50% 50%, rgba(245,184,0,0.08) 0%, rgba(245,184,0,0) 70%),
      var(--sw-deep);
    padding: 120px 40px;
    text-align: center;
    border-top: 1px solid rgba(245,184,0,0.12);
    position: relative;
    overflow: hidden;
  }
  .stormlight-warranty-section .sw-philosophy::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 64px;
    background: linear-gradient(180deg, var(--sw-gold) 0%, transparent 100%);
  }
  .stormlight-warranty-section .sw-philosophy-label {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0.32em;
    text-transform: uppercase;
    color: var(--sw-gold);
    margin-bottom: 40px;
    display: inline-flex;
    align-items: center;
    gap: 14px;
  }
  .stormlight-warranty-section .sw-philosophy-label::before,
  .stormlight-warranty-section .sw-philosophy-label::after {
    content: '';
    width: 24px;
    height: 1px;
    background: var(--sw-gold);
  }
  .stormlight-warranty-section .sw-philosophy-statement {
    font-family: 'Anton', sans-serif;
    font-weight: 400;
    font-size: clamp(30px, 4.8vw, 60px);
    line-height: 1.08;
    text-transform: uppercase;
    color: var(--sw-white);
    max-width: 24ch;
    margin: 0 auto;
    letter-spacing: -0.01em;
  }
  .stormlight-warranty-section .sw-philosophy-statement em {
    font-family: 'Anton', sans-serif !important;
    font-style: normal !important;
    font-weight: 400 !important;
    color: var(--sw-gold);
  }

  /* REVEAL */
  .stormlight-warranty-section .reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.9s ease, transform 0.9s ease;
  }
  .stormlight-warranty-section .reveal.in {
    opacity: 1;
    transform: translateY(0);
  }
  @media (prefers-reduced-motion: reduce) {
    .stormlight-warranty-section .reveal {
      opacity: 1;
      transform: none;
      transition: none;
    }
  }

  /* RESPONSIVE */
  @media (max-width: 720px) {
    .stormlight-warranty-section .sw-hero-content { padding: 0 24px 50px; }
    .stormlight-warranty-section .sw-chapter { padding: 70px 24px 20px; }
    .stormlight-warranty-section .sw-chapter-num { font-size: 100px; margin-bottom: -36px; }
    .stormlight-warranty-section .sw-chapter p { font-size: 16px; line-height: 1.75; }
    .stormlight-warranty-section .sw-list li { font-size: 15px; padding: 14px 0 14px 22px; }
    .stormlight-warranty-section .sw-pull-quote-wrap { padding: 0 24px; margin: 30px auto; }
    .stormlight-warranty-section .sw-pull-quote { padding: 30px 0; }
    .stormlight-warranty-section .sw-closing { padding: 40px 24px 30px; }
    .stormlight-warranty-section .sw-philosophy { padding: 90px 24px; }
    .stormlight-warranty-section .sw-cta-button { padding: 16px 26px; font-size: 13px; }
  }
/* END_SECTION:warranty */