{"title":"Red Light Therapy","description":"","products":[{"product_id":"null-1779924282946","title":"Full-Body Recovery Protocol™","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e \u003clink rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin=\"\"\u003e \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=DM+Serif+Display:ital@0;1\u0026amp;family=DM+Sans:opsz,wght@9..40,300;9..40,400;9..40,500\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n  :root {\n    --red: #c0392b;\n    --red-light: #f9ebe9;\n    --dark: #111110;\n    --dark-2: #1c1c1a;\n    --text: #1a1a18;\n    --muted: #6b6b66;\n    --border: rgba(0,0,0,0.09);\n    --bg: #faf9f7;\n    --white: #ffffff;\n    --radius: 14px;\n    --radius-lg: 20px;\n    --max-w: 900px;\n    --pad-x: clamp(20px, 5vw, 60px);\n    --pad-y: clamp(32px, 5vw, 56px);\n  }\n\n  html { font-size: 16px; -webkit-text-size-adjust: 100%; }\n\n  body {\n    font-family: 'DM Sans', sans-serif;\n    background: var(--bg);\n    color: var(--text);\n    line-height: 1.6;\n  }\n\n  .pc-outer {\n    max-width: var(--max-w);\n    margin: 0 auto;\n  }\n\n  \/* ── EYEBROW ── *\/\n  .eyebrow {\n    font-size: 10px;\n    font-weight: 500;\n    letter-spacing: 0.14em;\n    text-transform: uppercase;\n    color: var(--red);\n    display: flex;\n    align-items: center;\n    gap: 8px;\n    margin-bottom: 12px;\n  }\n  .eyebrow::before {\n    content: '';\n    display: inline-block;\n    width: 20px;\n    height: 1.5px;\n    background: var(--red);\n    border-radius: 2px;\n    flex-shrink: 0;\n  }\n\n  \/* ── HERO ── *\/\n  .hero {\n    padding: var(--pad-y) var(--pad-x) 0;\n    background: var(--white);\n  }\n\n  .hero-title {\n    font-family: 'DM Serif Display', serif;\n    font-size: clamp(28px, 5vw, 48px);\n    line-height: 1.1;\n    color: var(--text);\n    margin-bottom: 22px;\n    font-weight: 400;\n    max-width: 680px;\n  }\n\n  .hero-title em {\n    font-style: italic;\n    color: var(--red);\n  }\n\n  \/* ── VIDEO FIX ── *\/\n  \/* Shopify autoplay fix: explicit attributes + JS fallback *\/\n  .video-wrap {\n    border-radius: var(--radius-lg);\n    overflow: hidden;\n    margin-bottom: 24px;\n    background: #000;\n    position: relative;\n    width: 100%;\n  }\n\n  .video-wrap::before {\n    content: '';\n    display: block;\n    padding-top: 65.25%; \/* 16:9 *\/\n  }\n\n  .video-wrap video {\n    position: absolute;\n    top: 0; left: 0;\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    display: block;\n  }\n\n  .hero-sub {\n    font-size: clamp(14px, 2vw, 16px);\n    color: var(--muted);\n    line-height: 1.8;\n    padding-bottom: var(--pad-y);\n    border-bottom: 1px solid var(--border);\n    max-width: 660px;\n  }\n\n  \/* ── TRUST BAR ── *\/\n  .trust-bar {\n    display: flex;\n    justify-content: center;\n    gap: clamp(16px, 4vw, 48px);\n    padding: 20px var(--pad-x);\n    background: var(--red-light);\n    flex-wrap: wrap;\n  }\n\n  .trust-item {\n    display: flex;\n    align-items: center;\n    gap: 8px;\n  }\n\n  .trust-item svg {\n    width: 20px; height: 20px;\n    stroke: var(--red); fill: none;\n    stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round;\n    flex-shrink: 0;\n  }\n\n  .trust-label {\n    font-size: 12px;\n    color: var(--red);\n    font-weight: 500;\n    white-space: nowrap;\n  }\n\n  \/* ── SECTIONS ── *\/\n  .section {\n    padding: var(--pad-y) var(--pad-x);\n    background: var(--white);\n    border-bottom: 1px solid var(--border);\n  }\n\n  .section-title {\n    font-family: 'DM Serif Display', serif;\n    font-size: clamp(22px, 3.5vw, 34px);\n    font-weight: 400;\n    line-height: 1.2;\n    color: var(--text);\n    margin-bottom: 10px;\n  }\n\n  .section-body {\n    font-size: clamp(14px, 1.8vw, 15px);\n    color: var(--muted);\n    line-height: 1.8;\n    margin-bottom: 28px;\n    max-width: 560px;\n  }\n\n  \/* ── SPLIT LAYOUT (desktop: side-by-side) ── *\/\n  .split {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 28px;\n    align-items: center;\n  }\n\n  @media (min-width: 640px) {\n    .split { grid-template-columns: 1fr 1fr; gap: 40px; }\n    .split.reverse \u003e *:first-child { order: 2; }\n    .split.reverse \u003e *:last-child { order: 1; }\n  }\n\n  .product-img {\n    width: 100%;\n    border-radius: var(--radius);\n    display: block;\n  }\n\n  \/* ── FEATURE LIST ── *\/\n  .feat-list { display: flex; flex-direction: column; }\n\n  .feat-item {\n    display: flex;\n    gap: 14px;\n    align-items: flex-start;\n    padding: 15px 0;\n    border-bottom: 1px solid var(--border);\n  }\n  .feat-item:last-child { border-bottom: none; padding-bottom: 0; }\n  .feat-item:first-child { padding-top: 0; }\n\n  .feat-icon {\n    width: 36px; height: 36px;\n    border-radius: 10px;\n    background: var(--red-light);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    flex-shrink: 0;\n    margin-top: 1px;\n  }\n  .feat-icon svg {\n    width: 16px; height: 16px;\n    stroke: var(--red); fill: none;\n    stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round;\n  }\n\n  .feat-text strong {\n    display: block;\n    font-size: 14px;\n    font-weight: 500;\n    color: var(--text);\n    margin-bottom: 2px;\n  }\n  .feat-text span { font-size: 13px; color: var(--muted); line-height: 1.6; }\n\n  \/* ── STATS GRID ── *\/\n  .stats-grid {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 10px;\n    margin-bottom: 28px;\n  }\n\n  @media (min-width: 640px) {\n    .stats-grid { grid-template-columns: repeat(4, 1fr); }\n  }\n\n  .stat-card {\n    background: var(--bg);\n    border: 1px solid var(--border);\n    border-radius: var(--radius);\n    padding: 18px 14px;\n    text-align: center;\n  }\n\n  .stat-num {\n    font-family: 'DM Serif Display', serif;\n    font-size: clamp(26px, 4vw, 34px);\n    font-weight: 400;\n    color: var(--red);\n    line-height: 1;\n    margin-bottom: 6px;\n  }\n\n  .stat-num sup {\n    font-family: 'DM Sans', sans-serif;\n    font-size: 12px;\n    font-weight: 500;\n    vertical-align: super;\n  }\n\n  .stat-label { font-size: 11px; color: var(--muted); line-height: 1.4; }\n\n  \/* ── TAGS ── *\/\n  .tags { display: flex; flex-wrap: wrap; gap: 8px; }\n  .tag {\n    font-size: 12px;\n    font-weight: 500;\n    padding: 7px 16px;\n    border-radius: 30px;\n    border: 1px solid var(--border);\n    color: var(--muted);\n    background: var(--white);\n  }\n\n  \/* ── DARK TECH CARD ── *\/\n  .dark-card {\n    background: var(--dark);\n    border-radius: var(--radius-lg);\n    padding: clamp(24px, 4vw, 36px);\n    margin-top: 24px;\n  }\n\n  .dark-card .eyebrow { color: #e87060; }\n  .dark-card .eyebrow::before { background: #e87060; }\n\n  .dark-title {\n    font-family: 'DM Serif Display', serif;\n    font-size: clamp(20px, 3vw, 26px);\n    font-weight: 400;\n    color: #fff;\n    margin-bottom: 8px;\n    line-height: 1.25;\n  }\n\n  .dark-body {\n    font-size: 14px;\n    color: #888;\n    line-height: 1.75;\n    margin-bottom: 22px;\n    max-width: 520px;\n  }\n\n  .specs-grid {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 8px;\n  }\n\n  @media (min-width: 640px) {\n    .specs-grid { grid-template-columns: repeat(4, 1fr); }\n  }\n\n  .spec-tile {\n    background: var(--dark-2);\n    border: 1px solid rgba(255,255,255,0.07);\n    border-radius: 10px;\n    padding: 14px;\n  }\n\n  .spec-label {\n    font-size: 10px;\n    font-weight: 500;\n    letter-spacing: 0.1em;\n    text-transform: uppercase;\n    color: #555;\n    margin-bottom: 6px;\n  }\n\n  .spec-value {\n    font-family: 'DM Serif Display', serif;\n    font-size: clamp(18px, 2.5vw, 22px);\n    font-weight: 400;\n    color: #fff;\n    line-height: 1;\n  }\n\n  .spec-value small {\n    font-family: 'DM Sans', sans-serif;\n    font-size: 11px;\n    font-weight: 400;\n    color: #555;\n    margin-left: 2px;\n  }\n\n  \/* ── DISCLAIMER ── *\/\n  .disclaimer {\n    padding: 24px var(--pad-x);\n    background: var(--bg);\n  }\n  .disclaimer p {\n    font-size: 11px;\n    color: #bbb;\n    line-height: 1.7;\n    max-width: 700px;\n  }\n\n  \/* ══════════════════════════════\n     NEW SECTION STYLES\n  ══════════════════════════════ *\/\n  .xtra-section { border-bottom: 1px solid var(--border); }\n  .xtra-dark-section { background: var(--dark) !important; }\n  .xtra-dark-section .eyebrow { color: #e87060; }\n  .xtra-img-wrap { width: 100%; }\n  .xtra-img-bg {\n    width: 100%; border-radius: var(--radius); overflow: hidden;\n    min-height: 240px; display: flex; align-items: center; justify-content: center;\n    background: #0d0d0b;\n  }\n  .xtra-img-bg svg { display: block; }\n  .xtra-callout {\n    display: flex; align-items: baseline; gap: 12px; margin-top: 24px;\n    padding: 18px 20px; background: var(--red-light); border-radius: var(--radius);\n    border-left: 3px solid var(--red);\n  }\n  .xtra-dark-section .xtra-callout { background: rgba(192,57,43,0.12); border-left-color: #e87060; }\n  .xtra-callout-num { font-family: 'DM Serif Display', serif; font-size: 36px; font-weight: 400; color: var(--red); line-height: 1; flex-shrink: 0; }\n  .xtra-callout-text { font-size: 13px; color: var(--muted); line-height: 1.5; }\n  .xtra-pill-row { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; }\n  .xtra-pill { font-size: 12px; font-weight: 500; padding: 6px 14px; border-radius: 30px; background: rgba(192,57,43,0.14); color: #e87060; border: 1px solid rgba(232,112,96,0.25); }\n  .xtra-card-row { display: grid; grid-template-columns: 1fr; gap: 12px; margin-top: 8px; }\n  @media (min-width: 560px) { .xtra-card-row { grid-template-columns: repeat(3, 1fr); } }\n  .xtra-info-card { background: var(--bg); border: 1px solid var(--border); border-radius: var(--radius); padding: 20px 18px; display: flex; flex-direction: column; gap: 8px; }\n  .xtra-info-icon { width: 36px; height: 36px; border-radius: 9px; background: var(--red-light); display: flex; align-items: center; justify-content: center; margin-bottom: 4px; }\n  .xtra-info-icon svg { width: 17px; height: 17px; stroke: var(--red); }\n  .xtra-info-card strong { font-size: 14px; font-weight: 500; color: var(--text); }\n  .xtra-info-card span { font-size: 13px; color: var(--muted); line-height: 1.6; }\n  .xtra-facts-section { background: var(--dark) !important; }\n  .xtra-facts-section .eyebrow { color: #e87060; }\n  .xtra-facts-section .eyebrow::before { background: #e87060; }\n  .xtra-facts-section .section-title { color: #fff; }\n  .xtra-facts-section .section-body { color: #888; }\n  .facts-headline { font-size: clamp(22px, 4vw, 38px) !important; max-width: 620px; }\n  .facts-grid { display: grid; grid-template-columns: 1fr; gap: 1px; background: rgba(255,255,255,0.06); border-radius: var(--radius); overflow: hidden; border: 1px solid rgba(255,255,255,0.06); }\n  @media (min-width: 560px) { .facts-grid { grid-template-columns: 1fr 1fr; } }\n  .fact-card { background: var(--dark); padding: 24px 22px; display: flex; flex-direction: column; gap: 10px; transition: background 0.2s; }\n  .fact-card:hover { background: #1a1a18; }\n  .fact-num { font-family: 'DM Serif Display', serif; font-size: 28px; font-weight: 400; color: var(--red); line-height: 1; }\n  .fact-text { font-size: 14px; color: #999; line-height: 1.7; }\n\n  \/* ══ FITNESS SECTIONS ══ *\/\n  .fit-hero-banner {\n    background: var(--dark);\n    border-bottom: 1px solid rgba(255,255,255,0.06);\n  }\n  .fit-hero-inner {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 0;\n  }\n  @media (min-width: 640px) {\n    .fit-hero-inner { grid-template-columns: 1fr 1fr; }\n  }\n  .fit-hero-text {\n    padding: var(--pad-y) var(--pad-x);\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n  }\n  .fit-hero-vis {\n    min-height: 280px;\n    overflow: hidden;\n    border-radius: 0;\n  }\n  @media (min-width: 640px) {\n    .fit-hero-vis { border-radius: 0 var(--radius-lg) var(--radius-lg) 0; }\n  }\n  .fit-hero-vis svg { display: block; width: 100%; height: 100%; }\n\n  .fit-stat-strip {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    border-top: 1px solid rgba(255,255,255,0.06);\n  }\n  .fit-stat-cell {\n    padding: 20px 16px;\n    text-align: center;\n    border-right: 1px solid rgba(255,255,255,0.06);\n  }\n  .fit-stat-cell:last-child { border-right: none; }\n  .fit-stat-n {\n    font-family: 'DM Serif Display', serif;\n    font-size: clamp(22px, 4vw, 30px);\n    font-weight: 400;\n    color: var(--red);\n    line-height: 1;\n    margin-bottom: 4px;\n  }\n  .fit-stat-l { font-size: 11px; color: #555; line-height: 1.4; }\n\n  \/* Athlete quote card *\/\n  .fit-quote-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 12px;\n    margin-top: 8px;\n  }\n  @media (min-width: 560px) {\n    .fit-quote-grid { grid-template-columns: 1fr 1fr; }\n  }\n  .fit-quote-card {\n    background: var(--bg);\n    border: 1px solid var(--border);\n    border-radius: var(--radius);\n    padding: 22px 20px;\n    display: flex;\n    flex-direction: column;\n    gap: 14px;\n  }\n  .fit-sport-badge {\n    display: inline-flex;\n    align-items: center;\n    gap: 6px;\n    font-size: 11px;\n    font-weight: 500;\n    color: var(--red);\n    background: var(--red-light);\n    padding: 4px 12px;\n    border-radius: 20px;\n    width: fit-content;\n  }\n  .fit-sport-badge svg { width: 12px; height: 12px; stroke: var(--red); fill: none; stroke-width: 2; }\n  .fit-quote-text { font-size: 14px; color: var(--muted); line-height: 1.7; }\n  .fit-quote-label { font-size: 12px; font-weight: 500; color: var(--text); margin-top: auto; }\n\n  \/* Recovery timeline *\/\n  .fit-timeline {\n    display: flex;\n    flex-direction: column;\n    gap: 0;\n    position: relative;\n    padding-left: 32px;\n    margin-top: 8px;\n  }\n  .fit-timeline::before {\n    content: '';\n    position: absolute;\n    left: 9px;\n    top: 8px;\n    bottom: 8px;\n    width: 1.5px;\n    background: linear-gradient(to bottom, var(--red), rgba(192,57,43,0.1));\n  }\n  .fit-tl-item {\n    position: relative;\n    padding: 0 0 24px 20px;\n  }\n  .fit-tl-item:last-child { padding-bottom: 0; }\n  .fit-tl-dot {\n    position: absolute;\n    left: -28px;\n    top: 4px;\n    width: 10px;\n    height: 10px;\n    border-radius: 50%;\n    background: var(--red);\n    border: 2px solid var(--white);\n    box-shadow: 0 0 0 1px var(--red);\n  }\n  .fit-tl-title { font-size: 14px; font-weight: 500; color: var(--text); margin-bottom: 3px; }\n  .fit-tl-body { font-size: 13px; color: var(--muted); line-height: 1.6; }\n\n  \/* Comparison bar *\/\n  .fit-compare {\n    display: flex;\n    flex-direction: column;\n    gap: 14px;\n    margin-top: 8px;\n  }\n  .fit-compare-row { display: flex; flex-direction: column; gap: 5px; }\n  .fit-compare-label { display: flex; justify-content: space-between; font-size: 12px; color: var(--muted); }\n  .fit-compare-label span:last-child { font-weight: 500; color: var(--text); }\n  .fit-bar-track {\n    height: 7px; background: var(--border); border-radius: 10px; overflow: hidden;\n  }\n  .fit-bar-fill {\n    height: 100%; border-radius: 10px; background: var(--red);\n    transition: width 1s ease;\n  }\n\n  \/* 10 facts dark grid — fitness version *\/\n  .fit-facts-section { background: var(--dark) !important; border-bottom: none; }\n  .fit-facts-section .eyebrow { color: #e87060; }\n  .fit-facts-section .eyebrow::before { background: #e87060; }\n  .fit-facts-section .section-title { color: #fff; }\n  .fit-facts-section .section-body { color: #888; }\n  .fit-numbered-list {\n    display: flex;\n    flex-direction: column;\n    gap: 1px;\n    background: rgba(255,255,255,0.05);\n    border-radius: var(--radius);\n    overflow: hidden;\n    border: 1px solid rgba(255,255,255,0.05);\n  }\n  .fit-nl-item {\n    display: flex;\n    gap: 20px;\n    align-items: flex-start;\n    padding: 20px 22px;\n    background: var(--dark);\n    transition: background 0.18s;\n  }\n  .fit-nl-item:hover { background: #1a1a18; }\n  .fit-nl-num {\n    font-family: 'DM Serif Display', serif;\n    font-size: 22px;\n    color: var(--red);\n    line-height: 1;\n    flex-shrink: 0;\n    padding-top: 2px;\n    min-width: 28px;\n  }\n  .fit-nl-content strong {\n    display: block;\n    font-size: 14px;\n    font-weight: 500;\n    color: #e0e0dc;\n    margin-bottom: 4px;\n  }\n  .fit-nl-content span { font-size: 13px; color: #666; line-height: 1.65; }\n\n\n\/* ══════════════════════════════════════\n   ACCORDION SECTIONS\n   Mobile: collapsed panels with tap-to-open\n   Desktop 640px+: always expanded (no accordion)\n══════════════════════════════════════ *\/\n\n\/* Accordion wrapper replaces .section *\/\n.pc-accord {\n  border-bottom: 1px solid var(--border);\n  background: var(--white);\n}\n\n\/* The clickable header row *\/\n.pc-accord-trigger {\n  display: flex;\n  align-items: center;\n  justify-content: space-between;\n  padding: 20px var(--pad-x);\n  cursor: pointer;\n  user-select: none;\n  gap: 16px;\n  \/* no border on header — border is on wrapper *\/\n  background: none;\n  border: none;\n  width: 100%;\n  text-align: left;\n  transition: background 0.15s;\n}\n.pc-accord-trigger:hover { background: rgba(192,57,43,0.03); }\n.pc-accord-trigger:focus-visible { outline: 2px solid var(--red); outline-offset: -2px; }\n\n.pc-accord-trigger-left { display: flex; flex-direction: column; gap: 4px; }\n\n.pc-accord-eyebrow {\n  font-size: 10px;\n  font-weight: 500;\n  letter-spacing: 0.14em;\n  text-transform: uppercase;\n  color: var(--red);\n  display: flex;\n  align-items: center;\n  gap: 8px;\n}\n.pc-accord-eyebrow::before {\n  content: '';\n  width: 16px; height: 1.5px;\n  background: var(--red);\n  border-radius: 2px;\n  flex-shrink: 0;\n}\n\n.pc-accord-heading {\n  font-family: 'DM Serif Display', serif;\n  font-size: clamp(18px, 3.5vw, 26px);\n  font-weight: 400;\n  line-height: 1.2;\n  color: var(--text);\n  margin: 0;\n}\n\n\/* Chevron icon *\/\n.pc-accord-icon {\n  width: 32px; height: 32px;\n  border-radius: 50%;\n  background: var(--red-light);\n  border: 1px solid rgba(192,57,43,0.15);\n  display: flex; align-items: center; justify-content: center;\n  flex-shrink: 0;\n  transition: background 0.2s, transform 0.3s;\n}\n.pc-accord-icon svg {\n  width: 14px; height: 14px;\n  stroke: var(--red); fill: none;\n  stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round;\n  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);\n}\n\n\/* Open state *\/\n.pc-accord.is-open .pc-accord-icon { background: var(--red); }\n.pc-accord.is-open .pc-accord-icon svg { stroke: #fff; transform: rotate(180deg); }\n.pc-accord.is-open .pc-accord-trigger { background: rgba(192,57,43,0.03); }\n\n\/* Panel — collapsed by default on mobile *\/\n.pc-accord-panel {\n  overflow: hidden;\n  max-height: 0;\n  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1),\n              opacity 0.3s ease;\n  opacity: 0;\n}\n.pc-accord.is-open .pc-accord-panel {\n  max-height: 1200px; \/* large enough for any content *\/\n  opacity: 1;\n}\n\n\/* Panel inner padding matches .section *\/\n.pc-accord-inner {\n  padding: 0 var(--pad-x) var(--pad-y);\n}\n\n\/* Desktop: always expanded, no cursor pointer, no chevron *\/\n@media (min-width: 640px) {\n  .pc-accord-trigger { cursor: default; pointer-events: none; padding-bottom: 0; }\n  .pc-accord-trigger:hover { background: none; }\n  .pc-accord-icon { display: none; }\n  .pc-accord-panel {\n    max-height: none !important;\n    opacity: 1 !important;\n    overflow: visible;\n  }\n  .pc-accord-inner { padding-top: 20px; }\n}\n\n\n\/* Accordion group — wraps all 3 together with shared border treatment *\/\n.pc-accord-group {\n  border-radius: 0;\n}\n.pc-accord-group .pc-accord {\n  border-bottom: 1px solid var(--border);\n}\n.pc-accord-group .pc-accord:last-child {\n  border-bottom: none;\n}\n\n\u003c\/style\u003e\n\u003cdiv class=\"pc-outer\"\u003e\n\u003c!-- HERO --\u003e\n\u003csection class=\"hero\"\u003e\n\u003cdiv class=\"eyebrow\"\u003ePeak Circadia™ Recovery Technology\u003c\/div\u003e\n\u003ch1 class=\"hero-title\"\u003eFull-body red light therapy.\u003cbr\u003e\u003cem\u003eReimagined\u003c\/em\u003e for home.\u003c\/h1\u003e\n\u003cdiv class=\"video-wrap\"\u003e\n\u003c!--\n      Shopify autoplay fix:\n      - All four attributes written out in full (not shorthand)\n      - preload=\"none\" prevents Shopify JS from blocking autoplay\n      - JS fallback below forces .play() after DOM ready\n    --\u003e \u003cvideo preload=\"none\" playsinline=\"playsinline\" loop=\"loop\" muted=\"muted\" autoplay=\"autoplay\" id=\"pc-hero-video\"\u003e\n      \u003csource type=\"video\/mp4\" src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/8ff4e21de9384e02b1589a5101874a75.mp4\"\u003e\u003c\/video\u003e\n\u003c\/div\u003e\n\u003cp class=\"hero-sub\"\u003eProfessional-grade red + near-infrared recovery, from the comfort of home. Supports muscle relaxation, circulation, and your nightly wind-down — in just 20 minutes a day.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- TRUST BAR --\u003e\n\u003cdiv class=\"trust-bar\"\u003e\n\u003cdiv class=\"trust-item\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2L3 7v5c0 5.25 3.75 10.15 9 11.35C17.25 22.15 21 17.25 21 12V7L12 2z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e \u003cspan class=\"trust-label\"\u003eLow-EMF Design\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"trust-item\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003ccircle r=\"3\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\u003cpath d=\"M12 1v4M12 19v4M4.22 4.22l2.83 2.83M16.95 16.95l2.83 2.83M1 12h4M19 12h4M4.22 19.78l2.83-2.83M16.95 7.05l2.83-2.83\"\u003e\u003c\/path\u003e\u003c\/svg\u003e \u003cspan class=\"trust-label\"\u003eDual Wavelengths\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"trust-item\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M3 9l9-7 9 7v11a2 2 0 01-2 2H5a2 2 0 01-2-2z\"\u003e\u003c\/path\u003e\u003cpolyline points=\"9 22 9 12 15 12 15 22\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e \u003cspan class=\"trust-label\"\u003eDesigned in USA\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"trust-item\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003crect rx=\"2\" height=\"14\" width=\"20\" y=\"7\" x=\"2\"\u003e\u003c\/rect\u003e\u003cpath d=\"M16 7V5a2 2 0 00-2-2h-4a2 2 0 00-2 2v2\"\u003e\u003c\/path\u003e\u003c\/svg\u003e \u003cspan class=\"trust-label\"\u003eFoldable \u0026amp; Portable\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- BENEFITS --\u003e\n\u003csection class=\"section\"\u003e\n\u003cdiv class=\"split\"\u003e\n\u003cimg class=\"product-img\" alt=\"Peak Circadia mat in use\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0864\/1039\/5931\/files\/ChatGPT_Image_May_27_2026_01_46_40_PM.png?v=1779904059\"\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"eyebrow\"\u003eBenefits\u003c\/div\u003e\n\u003ch2 class=\"section-title\"\u003eRecovery. Relaxation. Daily wellness.\u003c\/h2\u003e\n\u003cp class=\"section-body\"\u003eThe Peak Circadia™ Mat brings immersive full-body recovery into your everyday routine — no clinic visit required.\u003c\/p\u003e\n\u003cdiv class=\"feat-list\"\u003e\n\u003cdiv class=\"feat-item\"\u003e\n\u003cdiv class=\"feat-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M20.84 4.61a5.5 5.5 0 00-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 00-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 000-7.78z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"feat-text\"\u003e\n\u003cstrong\u003eMuscle relaxation\u003c\/strong\u003e \u003cspan\u003eHelps ease post-workout soreness and everyday tension throughout the body.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat-item\"\u003e\n\u003cdiv class=\"feat-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-1 14H9V8h2v8zm4 0h-2V8h2v8z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"feat-text\"\u003e\n\u003cstrong\u003eEvening wind-down\u003c\/strong\u003e \u003cspan\u003ePerfect for reading, meditating, or settling into your nightly routine.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat-item\"\u003e\n\u003cdiv class=\"feat-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"22 12 18 12 15 21 9 3 6 12 2 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"feat-text\"\u003e\n\u003cstrong\u003eCirculation support\u003c\/strong\u003e \u003cspan\u003eNear-infrared penetrates deeper tissue to support healthy blood flow.*\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat-item\"\u003e\n\u003cdiv class=\"feat-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M4 15s1-1 4-1 5 2 8 2 4-1 4-1V3s-1 1-4 1-5-2-8-2-4 1-4 1z\"\u003e\u003c\/path\u003e\u003cline y2=\"15\" x2=\"4\" y1=\"22\" x1=\"4\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"feat-text\"\u003e\n\u003cstrong\u003eFull-body coverage\u003c\/strong\u003e \u003cspan\u003eMat-style form delivers light to a larger area than panel or handheld devices.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ════════════════════════════════════════\n     NEW SECTIONS: THE SCIENCE BEHIND THE MAT\n     ════════════════════════════════════════ --\u003e \u003c!-- SECTION A: Wavelengths --\u003e\n\u003csection class=\"section xtra-section\"\u003e\n\u003cdiv class=\"split\"\u003e\n\u003cdiv class=\"xtra-img-wrap\"\u003e\n\u003cdiv aria-hidden=\"true\" class=\"xtra-img-bg xtra-img-wavelength\"\u003e\u003csvg height=\"100%\" width=\"100%\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 420 260\"\u003e\n          \u003cdefs\u003e\n            \u003clineargradient y2=\"0\" x2=\"1\" y1=\"0\" x1=\"0\" id=\"wg1\"\u003e\n              \u003cstop stop-opacity=\"0.18\" stop-color=\"#e05c45\" offset=\"0%\"\u003e\u003c\/stop\u003e\n              \u003cstop stop-opacity=\"0.12\" stop-color=\"#7b3fa0\" offset=\"100%\"\u003e\u003c\/stop\u003e\n            \u003c\/lineargradient\u003e\n          \u003c\/defs\u003e\n          \u003crect fill=\"#0d0d0b\" height=\"260\" width=\"420\"\u003e\u003c\/rect\u003e\n          \n          \u003cpath opacity=\"0.9\" stroke-width=\"2.5\" stroke=\"#e05c45\" fill=\"none\" d=\"M0,130 C35,90 70,170 105,130 C140,90 175,170 210,130 C245,90 280,170 315,130 C350,90 385,170 420,130\"\u003e\u003c\/path\u003e\n          \n          \u003cpath opacity=\"0.75\" stroke-width=\"2.5\" stroke=\"#9b6ccc\" fill=\"none\" d=\"M0,130 C52,70 104,190 156,130 C208,70 260,190 312,130 C364,70 416,190 420,130\"\u003e\u003c\/path\u003e\n          \n          \u003crect fill-opacity=\"0.15\" fill=\"#e05c45\" rx=\"5\" height=\"26\" width=\"90\" y=\"20\" x=\"20\"\u003e\u003c\/rect\u003e\n          \u003ctext font-weight=\"500\" font-family=\"sans-serif\" font-size=\"12\" fill=\"#e87060\" text-anchor=\"middle\" y=\"37\" x=\"65\"\u003e660nm Red\u003c\/text\u003e\n          \u003crect fill-opacity=\"0.15\" fill=\"#9b6ccc\" rx=\"5\" height=\"26\" width=\"118\" y=\"20\" x=\"120\"\u003e\u003c\/rect\u003e\n          \u003ctext font-weight=\"500\" font-family=\"sans-serif\" font-size=\"12\" fill=\"#b48cd6\" text-anchor=\"middle\" y=\"37\" x=\"179\"\u003e850nm Near-IR\u003c\/text\u003e\n          \u003ctext font-family=\"sans-serif\" font-size=\"11\" fill=\"#444\" text-anchor=\"middle\" y=\"248\" x=\"210\"\u003ePhotobiomodulation wavelength spectrum\u003c\/text\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"eyebrow\"\u003eThe Science\u003c\/div\u003e\n\u003ch2 class=\"section-title\"\u003eTwo wavelengths. Two depths of recovery.\u003c\/h2\u003e\n\u003cp class=\"section-body\"\u003eRed light at 660nm works primarily at the skin's surface, supporting tissue comfort and tone. Near-infrared at 850nm travels deeper — reaching muscles, joints, and connective tissue where athletes and active adults need it most.\u003c\/p\u003e\n\u003cp class=\"section-body\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0864\/1039\/5931\/files\/ChatGPT_Image_Jun_2_2026_08_40_08_PM.png?v=1780447334\" alt=\"\"\u003e\u003c\/p\u003e\n\u003cdiv class=\"xtra-callout\"\u003e\n\u003cspan class=\"xtra-callout-num\"\u003e50+\u003c\/span\u003e \u003cspan class=\"xtra-callout-text\"\u003eyears of photobiomodulation research behind these two wavelengths\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- SECTION B: Cellular Energy (Mitochondria) --\u003e\n\u003csection class=\"section xtra-section xtra-dark-section\"\u003e\n\u003cdiv class=\"split reverse\"\u003e\n\u003cdiv\u003e\n\u003cdiv style=\"color: #e87060;\" class=\"eyebrow\"\u003e\n\u003cspan style=\"background: #e87060; width: 20px; height: 1.5px; display: inline-block; border-radius: 2px; margin-right: 8px; vertical-align: middle;\"\u003e\u003c\/span\u003eCellular Biology\u003c\/div\u003e\n\u003ch2 style=\"color: #fff;\" class=\"section-title\"\u003eLight converted into energy — at the cellular level.\u003c\/h2\u003e\n\u003cp style=\"color: #888;\" class=\"section-body\"\u003eResearch suggests red and near-infrared light supports mitochondrial function. Mitochondria produce ATP — the body's primary cellular fuel. More available energy means faster recovery, less fatigue, and better overall function.*\u003c\/p\u003e\n\u003cdiv class=\"xtra-pill-row\"\u003e\n\u003cspan class=\"xtra-pill\"\u003eMitochondrial Support\u003c\/span\u003e \u003cspan class=\"xtra-pill\"\u003eATP Production\u003c\/span\u003e \u003cspan class=\"xtra-pill\"\u003eCellular Recovery\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"xtra-img-wrap\"\u003e\n\u003cdiv style=\"background: #0d0d0b; border: 1px solid rgba(255,255,255,0.06);\" class=\"xtra-img-bg\"\u003e\u003csvg height=\"100%\" width=\"100%\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 380 260\"\u003e\n          \n          \u003cellipse opacity=\"0.5\" stroke-width=\"1.5\" stroke=\"#c0392b\" fill=\"none\" ry=\"75\" rx=\"130\" cy=\"130\" cx=\"190\"\u003e\u003c\/ellipse\u003e\n          \u003cellipse opacity=\"0.3\" stroke-width=\"1\" stroke=\"#c0392b\" fill=\"none\" ry=\"55\" rx=\"100\" cy=\"130\" cx=\"190\"\u003e\u003c\/ellipse\u003e\n          \n          \u003cpath opacity=\"0.6\" stroke-width=\"1.2\" stroke=\"#e05c45\" fill=\"none\" d=\"M110,115 Q150,100 190,115 Q230,130 270,115\"\u003e\u003c\/path\u003e\n          \u003cpath opacity=\"0.6\" stroke-width=\"1.2\" stroke=\"#e05c45\" fill=\"none\" d=\"M105,130 Q150,118 190,130 Q230,142 275,130\"\u003e\u003c\/path\u003e\n          \u003cpath opacity=\"0.6\" stroke-width=\"1.2\" stroke=\"#e05c45\" fill=\"none\" d=\"M110,145 Q150,135 190,145 Q230,155 270,145\"\u003e\u003c\/path\u003e\n          \n          \u003ccircle fill-opacity=\"0.18\" fill=\"#c0392b\" r=\"22\" cy=\"130\" cx=\"190\"\u003e\u003c\/circle\u003e\n          \u003ctext font-weight=\"600\" font-family=\"sans-serif\" font-size=\"11\" fill=\"#e87060\" text-anchor=\"middle\" y=\"126\" x=\"190\"\u003eATP\u003c\/text\u003e\n          \u003ctext font-family=\"sans-serif\" font-size=\"9\" fill=\"#e87060\" text-anchor=\"middle\" y=\"140\" x=\"190\"\u003eEnergy\u003c\/text\u003e\n          \n          \u003cline opacity=\"0.5\" stroke-dasharray=\"4,3\" stroke-width=\"1.5\" stroke=\"#e87060\" y2=\"110\" x2=\"100\" y1=\"50\" x1=\"30\"\u003e\u003c\/line\u003e\n          \u003cline opacity=\"0.4\" stroke-dasharray=\"4,3\" stroke-width=\"1.5\" stroke=\"#b48cd6\" y2=\"100\" x2=\"115\" y1=\"30\" x1=\"55\"\u003e\u003c\/line\u003e\n          \u003ctext font-family=\"sans-serif\" font-size=\"10\" fill=\"#e87060\" y=\"46\" x=\"25\"\u003e660nm\u003c\/text\u003e\n          \u003ctext font-family=\"sans-serif\" font-size=\"10\" fill=\"#b48cd6\" y=\"26\" x=\"50\"\u003e850nm\u003c\/text\u003e\n          \u003ctext font-family=\"sans-serif\" font-size=\"11\" fill=\"#444\" text-anchor=\"middle\" y=\"240\" x=\"190\"\u003eMitochondrial ATP synthesis pathway\u003c\/text\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ══ ACCORDION GROUP: USAGE \/ TECHNOLOGY \/ HOW IT WORKS ══ --\u003e\n\u003cdiv style=\"border-top: 1px solid var(--border);\" class=\"pc-accord-group\"\u003e\n\u003c!-- USAGE — ACCORDION --\u003e\n\u003cdiv id=\"accord-usage\" class=\"pc-accord\"\u003e\n\u003cdiv class=\"pc-accord-trigger-left\"\u003e\n\u003cspan class=\"pc-accord-eyebrow\"\u003eDaily Protocol\u003c\/span\u003e\n\u003ch2 class=\"pc-accord-heading\"\u003eJust 20 minutes. Built for your day.\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv aria-hidden=\"true\" class=\"pc-accord-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv aria-labelledby=\"accord-usage\" role=\"region\" id=\"panel-usage\" class=\"pc-accord-panel\"\u003e\n\u003cdiv class=\"pc-accord-inner\"\u003e\n\u003cp class=\"section-body\"\u003eUse it passively while you relax — no dedicated session required. Lie down, settle in, and let the light do the work.\u003c\/p\u003e\n\u003cdiv class=\"stats-grid\"\u003e\n\u003cdiv class=\"stat-card\"\u003e\n\u003cdiv class=\"stat-num\"\u003e20\u003csup\u003emin\u003c\/sup\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stat-label\"\u003eper day for full-body results\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stat-card\"\u003e\n\u003cdiv class=\"stat-num\"\u003e660\u003csup\u003enm\u003c\/sup\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stat-label\"\u003ered light wavelength\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stat-card\"\u003e\n\u003cdiv class=\"stat-num\"\u003e850\u003csup\u003enm\u003c\/sup\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stat-label\"\u003enear-infrared wavelength\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stat-card\"\u003e\n\u003cdiv class=\"stat-num\"\u003e120\u003c\/div\u003e\n\u003cdiv class=\"stat-label\"\u003emW\/cm² irradiance\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"margin-top: 8px;\" class=\"tags\"\u003e\n\u003cspan class=\"tag\"\u003eWatching TV\u003c\/span\u003e \u003cspan class=\"tag\"\u003eReading\u003c\/span\u003e \u003cspan class=\"tag\"\u003eMeditating\u003c\/span\u003e \u003cspan class=\"tag\"\u003ePost-workout\u003c\/span\u003e \u003cspan class=\"tag\"\u003eNight routine\u003c\/span\u003e \u003cspan class=\"tag\"\u003eStretching\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- TECH — ACCORDION --\u003e\n\u003cdiv id=\"accord-tech\" class=\"pc-accord\"\u003e\n\u003cdiv class=\"pc-accord-trigger-left\"\u003e\n\u003cspan class=\"pc-accord-eyebrow\"\u003eTechnology\u003c\/span\u003e\n\u003ch2 class=\"pc-accord-heading\"\u003eBuilt for real life. Engineered to perform.\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv aria-hidden=\"true\" class=\"pc-accord-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv aria-labelledby=\"accord-tech\" role=\"region\" id=\"panel-tech\" class=\"pc-accord-panel\"\u003e\n\u003cdiv class=\"pc-accord-inner\"\u003e\n\u003cdiv class=\"split\"\u003e\n\u003cdiv class=\"feat-list\"\u003e\n\u003cdiv class=\"feat-item\"\u003e\n\u003cdiv class=\"feat-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M21 16V8a2 2 0 00-1-1.73l-7-4a2 2 0 00-2 0l-7 4A2 2 0 003 8v8a2 2 0 001 1.73l7 4a2 2 0 002 0l7-4A2 2 0 0021 16z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"feat-text\"\u003e\n\u003cstrong\u003eFoldable \u0026amp; portable\u003c\/strong\u003e \u003cspan\u003eRolls up for easy storage or travel — no dedicated space needed.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat-item\"\u003e\n\u003cdiv class=\"feat-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M18 8h1a4 4 0 010 8h-1M2 8h16v9a4 4 0 01-4 4H6a4 4 0 01-4-4V8zM6 1v3M10 1v3M14 1v3\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"feat-text\"\u003e\n\u003cstrong\u003eLow-EMF design\u003c\/strong\u003e \u003cspan\u003eQuiet, low-emission operation with a gentle warming sensation.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat-item\"\u003e\n\u003cdiv class=\"feat-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003ccircle r=\"10\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\u003cpolyline points=\"12 6 12 12 16 14\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"feat-text\"\u003e\n\u003cstrong\u003eSimple daily use\u003c\/strong\u003e \u003cspan\u003eNo setup, no clinic — just 20 minutes woven into your existing routine.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"margin-top: 0;\" class=\"dark-card\"\u003e\n\u003cdiv class=\"eyebrow\"\u003eAdvanced specs\u003c\/div\u003e\n\u003ch3 class=\"dark-title\"\u003eRed + near-infrared technology\u003c\/h3\u003e\n\u003cp class=\"dark-body\"\u003eThe two most researched wavelengths in photobiomodulation — penetrating different tissue depths for layered recovery.\u003c\/p\u003e\n\u003cdiv class=\"specs-grid\"\u003e\n\u003cdiv class=\"spec-tile\"\u003e\n\u003cdiv class=\"spec-label\"\u003eRed light\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003e660 \u003csmall\u003enm\u003c\/small\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-tile\"\u003e\n\u003cdiv class=\"spec-label\"\u003eNear-infrared\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003e850 \u003csmall\u003enm\u003c\/small\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-tile\"\u003e\n\u003cdiv class=\"spec-label\"\u003eIrradiance\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003e120 \u003csmall\u003emW\/cm²\u003c\/small\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-tile\"\u003e\n\u003cdiv class=\"spec-label\"\u003eOrigin\u003c\/div\u003e\n\u003cdiv style=\"font-size: 15px; line-height: 1.2;\" class=\"spec-value\"\u003eMade in\u003cbr\u003eUSA\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- HOW IT WORKS — ACCORDION --\u003e\n\u003cdiv id=\"accord-hiw\" class=\"pc-accord xtra-section\"\u003e\n\u003cdiv class=\"pc-accord-trigger-left\"\u003e\n\u003cspan class=\"pc-accord-eyebrow\"\u003eHow It Works\u003c\/span\u003e\n\u003ch2 class=\"pc-accord-heading\"\u003eNo needles. No downtime. Just light.\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv aria-hidden=\"true\" class=\"pc-accord-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv aria-labelledby=\"accord-hiw\" role=\"region\" id=\"panel-hiw\" class=\"pc-accord-panel\"\u003e\n\u003cdiv class=\"pc-accord-inner\"\u003e\n\u003cp class=\"section-body\"\u003eRed light therapy is completely non-invasive — no medications, no recovery period, no clinic appointments. Studies consistently show that regular sessions of just 10–20 minutes outperform occasional long treatments. The Peak Circadia Mat is designed to make that consistency effortless.\u003c\/p\u003e\n\u003cdiv class=\"xtra-card-row\"\u003e\n\u003cdiv class=\"xtra-info-card\"\u003e\n\u003cdiv class=\"xtra-info-icon\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.8\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\u003ccircle r=\"10\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\u003cline y2=\"12\" x2=\"12\" y1=\"8\" x1=\"12\"\u003e\u003c\/line\u003e\u003cline y2=\"16\" x2=\"12.01\" y1=\"16\" x1=\"12\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cstrong\u003eNo UV exposure\u003c\/strong\u003e \u003cspan\u003eRed light emits zero ultraviolet rays — light exposure without sun damage.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"xtra-info-card\"\u003e\n\u003cdiv class=\"xtra-info-icon\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.8\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\u003crect rx=\"2\" height=\"18\" width=\"18\" y=\"4\" x=\"3\"\u003e\u003c\/rect\u003e\u003cline y2=\"6\" x2=\"16\" y1=\"2\" x1=\"16\"\u003e\u003c\/line\u003e\u003cline y2=\"6\" x2=\"8\" y1=\"2\" x1=\"8\"\u003e\u003c\/line\u003e\u003cline y2=\"10\" x2=\"21\" y1=\"10\" x1=\"3\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cstrong\u003eDaily use, daily results\u003c\/strong\u003e \u003cspan\u003eProtocols as short as 10–20 min\/day show measurable cumulative benefit over weeks.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"xtra-info-card\"\u003e\n\u003cdiv class=\"xtra-info-icon\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.8\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M3 9l9-7 9 7v11a2 2 0 01-2 2H5a2 2 0 01-2-2z\"\u003e\u003c\/path\u003e\u003cpolyline points=\"9 22 9 12 15 12 15 22\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cstrong\u003eAt-home convenience\u003c\/strong\u003e \u003cspan\u003eProfessional-level therapy without leaving home — or booking an appointment.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- \/pc-accord-group --\u003e \u003c!-- SECTION D: Sleep \u0026 Evening Use --\u003e\n\u003csection class=\"section xtra-section\"\u003e\n\u003cdiv class=\"split\"\u003e\n\u003cdiv class=\"xtra-img-wrap\"\u003e\n\u003cdiv style=\"background: linear-gradient(160deg, #1a0f0f 0%, #0d0d0b 60%, #111827 100%); min-height: 280px;\" class=\"xtra-img-bg\"\u003e\u003csvg height=\"100%\" width=\"100%\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 380 280\"\u003e\n          \n          \u003cpath opacity=\"0.8\" stroke-width=\"1\" stroke=\"#c0392b\" fill=\"#2a1f0f\" d=\"M280,60 Q240,80 240,130 Q240,180 280,200 Q220,200 200,160 Q180,120 200,80 Q220,40 280,60z\"\u003e\u003c\/path\u003e\n          \n          \u003ccircle fill=\"#888\" r=\"1.5\" cy=\"50\" cx=\"80\"\u003e\u003c\/circle\u003e\n          \u003ccircle fill=\"#666\" r=\"1\" cy=\"30\" cx=\"150\"\u003e\u003c\/circle\u003e\n          \u003ccircle fill=\"#777\" r=\"1.5\" cy=\"65\" cx=\"200\"\u003e\u003c\/circle\u003e\n          \u003ccircle fill=\"#555\" r=\"1\" cy=\"90\" cx=\"60\"\u003e\u003c\/circle\u003e\n          \u003ccircle fill=\"#666\" r=\"1.5\" cy=\"40\" cx=\"320\"\u003e\u003c\/circle\u003e\n          \u003ccircle fill=\"#555\" r=\"1\" cy=\"80\" cx=\"340\"\u003e\u003c\/circle\u003e\n          \n          \u003cellipse fill-opacity=\"0.12\" fill=\"#c0392b\" ry=\"25\" rx=\"140\" cy=\"230\" cx=\"190\"\u003e\u003c\/ellipse\u003e\n          \u003crect stroke-opacity=\"0.4\" stroke-width=\"0.8\" stroke=\"#c0392b\" fill=\"#1a0a0a\" rx=\"6\" height=\"22\" width=\"220\" y=\"215\" x=\"80\"\u003e\u003c\/rect\u003e\n          \n          \u003crect fill=\"#1c1c1a\" rx=\"8\" height=\"38\" width=\"130\" y=\"120\" x=\"20\"\u003e\u003c\/rect\u003e\n          \u003ctext font-family=\"sans-serif\" font-size=\"10\" fill=\"#888\" text-anchor=\"middle\" y=\"136\" x=\"85\"\u003eNo Blue Light =\u003c\/text\u003e\n          \u003ctext font-weight=\"600\" font-family=\"sans-serif\" font-size=\"11\" fill=\"#e87060\" text-anchor=\"middle\" y=\"150\" x=\"85\"\u003eMelatonin Protected\u003c\/text\u003e\n          \u003ctext font-family=\"sans-serif\" font-size=\"11\" fill=\"#444\" text-anchor=\"middle\" y=\"268\" x=\"190\"\u003eEvening red light — melatonin-safe spectrum\u003c\/text\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"eyebrow\"\u003eSleep \u0026amp; Recovery\u003c\/div\u003e\n\u003ch2 class=\"section-title\"\u003eThe perfect end to every day.\u003c\/h2\u003e\n\u003cp class=\"section-body\"\u003eRed light contains little to no blue light — the spectrum most responsible for suppressing melatonin. That makes the Peak Circadia Mat uniquely suited for evening use. Wind down, recover, and prime your body for deep sleep, all at once.\u003c\/p\u003e\n\u003cdiv class=\"xtra-callout\"\u003e\n\u003cspan class=\"xtra-callout-num\"\u003e0\u003c\/span\u003e \u003cspan class=\"xtra-callout-text\"\u003eUV rays emitted — pure therapeutic light with no skin-damaging radiation\u003c\/span\u003e\u003cspan class=\"xtra-callout-text\"\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ════════════════════════════════════════\n     FITNESS \u0026 RECOVERY SECTIONS\n     ════════════════════════════════════════ --\u003e \u003c!-- FIT-A: Big hero banner — athlete positioning --\u003e\n\u003csection style=\"padding: 0; background: var(--dark);\" class=\"section fit-hero-banner\"\u003e\n\u003cdiv class=\"fit-hero-inner\"\u003e\n\u003cdiv class=\"fit-hero-text\"\u003e\n\u003cdiv style=\"color: #e87060;\" class=\"eyebrow\"\u003e\n\u003cspan style=\"background: #e87060; width: 20px; height: 1.5px; display: inline-block; border-radius: 2px; margin-right: 8px; vertical-align: middle;\"\u003e\u003c\/span\u003ePerformance \u0026amp; Recovery\u003c\/div\u003e\n\u003ch2 style=\"color: #fff; font-size: clamp(24px,4vw,36px);\" class=\"section-title\"\u003eThe recovery tool elite athletes swear by.\u003c\/h2\u003e\n\u003cp style=\"color: #888;\" class=\"section-body\"\u003eFrom professional sports teams to Olympic training centers, red light therapy has become a standard fixture in high-performance recovery. Now it's available at home.\u003c\/p\u003e\n\u003cdiv class=\"xtra-pill-row\"\u003e\n\u003cspan class=\"xtra-pill\"\u003ePro Sports Teams\u003c\/span\u003e \u003cspan class=\"xtra-pill\"\u003eOlympic Athletes\u003c\/span\u003e \u003cspan class=\"xtra-pill\"\u003eStrength \u0026amp; Conditioning\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: #0d0d0b; min-height: 300px;\" class=\"fit-hero-vis\"\u003e\u003csvg preserveaspectratio=\"xMidYMid slice\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 380 300\"\u003e\n        \n        \u003cellipse fill-opacity=\"0.08\" fill=\"#c0392b\" ry=\"60\" rx=\"180\" cy=\"260\" cx=\"190\"\u003e\u003c\/ellipse\u003e\n        \n        \u003ccircle opacity=\"0.7\" stroke-width=\"1.5\" stroke=\"#c0392b\" fill=\"none\" r=\"22\" cy=\"80\" cx=\"195\"\u003e\u003c\/circle\u003e\n        \n        \u003ccircle stroke-width=\"1\" stroke=\"#c0392b\" fill=\"#1c1c1a\" r=\"11\" cy=\"80\" cx=\"195\"\u003e\u003c\/circle\u003e\n        \n        \u003cline stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"#c0392b\" y2=\"150\" x2=\"195\" y1=\"91\" x1=\"195\"\u003e\u003c\/line\u003e\n        \n        \u003cpath stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"#c0392b\" d=\"M195,110 L165,130 M195,110 L225,125\"\u003e\u003c\/path\u003e\n        \n        \u003cpath stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"#c0392b\" d=\"M195,150 L175,190 L160,220\"\u003e\u003c\/path\u003e\n        \u003cpath stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"#c0392b\" d=\"M195,150 L215,185 L235,210\"\u003e\u003c\/path\u003e\n        \n        \u003cline opacity=\"0.4\" stroke-dasharray=\"4,4\" stroke-width=\"1\" stroke=\"#e87060\" y2=\"210\" x2=\"160\" y1=\"270\" x1=\"100\"\u003e\u003c\/line\u003e\n        \u003cline opacity=\"0.5\" stroke-dasharray=\"4,4\" stroke-width=\"1\" stroke=\"#e87060\" y2=\"200\" x2=\"185\" y1=\"272\" x1=\"145\"\u003e\u003c\/line\u003e\n        \u003cline opacity=\"0.6\" stroke-dasharray=\"4,4\" stroke-width=\"1.5\" stroke=\"#e87060\" y2=\"200\" x2=\"195\" y1=\"274\" x1=\"190\"\u003e\u003c\/line\u003e\n        \u003cline opacity=\"0.5\" stroke-dasharray=\"4,4\" stroke-width=\"1\" stroke=\"#e87060\" y2=\"205\" x2=\"210\" y1=\"272\" x1=\"235\"\u003e\u003c\/line\u003e\n        \u003cline opacity=\"0.4\" stroke-dasharray=\"4,4\" stroke-width=\"1\" stroke=\"#e87060\" y2=\"215\" x2=\"235\" y1=\"270\" x1=\"280\"\u003e\u003c\/line\u003e\n        \n        \u003crect stroke-opacity=\"0.5\" stroke-width=\"0.8\" stroke=\"#c0392b\" fill=\"#1a0a0a\" rx=\"5\" height=\"16\" width=\"240\" y=\"268\" x=\"70\"\u003e\u003c\/rect\u003e\n        \u003ctext opacity=\"0.7\" font-family=\"sans-serif\" font-size=\"9\" fill=\"#c0392b\" text-anchor=\"middle\" y=\"280\" x=\"190\"\u003ePEAK CIRCADIA™ MAT\u003c\/text\u003e\n        \n        \u003crect stroke-width=\"1\" stroke=\"rgba(255,255,255,0.06)\" fill=\"#1c1c1a\" rx=\"7\" height=\"56\" width=\"88\" y=\"155\" x=\"14\"\u003e\u003c\/rect\u003e\n        \u003ctext font-family=\"sans-serif\" font-size=\"9\" fill=\"#888\" text-anchor=\"middle\" y=\"172\" x=\"58\"\u003e660nm → skin\u003c\/text\u003e\n        \u003ctext font-family=\"sans-serif\" font-size=\"9\" fill=\"#b48cd6\" text-anchor=\"middle\" y=\"186\" x=\"58\"\u003e850nm → muscle\u003c\/text\u003e\n        \u003ctext font-family=\"sans-serif\" font-size=\"9\" fill=\"#e87060\" text-anchor=\"middle\" y=\"200\" x=\"58\"\u003edeep tissue\u003c\/text\u003e\n      \u003c\/svg\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- stat strip --\u003e\n\u003cdiv style=\"background: var(--dark-2);\" class=\"fit-stat-strip\"\u003e\n\u003cdiv class=\"fit-stat-cell\"\u003e\n\u003cdiv class=\"fit-stat-n\"\u003e10–20\u003cspan style=\"font-family: 'DM Sans',sans-serif; font-size: 13px;\"\u003emin\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fit-stat-l\"\u003eper recovery session\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fit-stat-cell\"\u003e\n\u003cdiv class=\"fit-stat-n\"\u003e850\u003cspan style=\"font-family: 'DM Sans',sans-serif; font-size: 13px;\"\u003enm\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fit-stat-l\"\u003ereaches deep muscle tissue\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fit-stat-cell\"\u003e\n\u003cdiv class=\"fit-stat-n\"\u003e50+\u003cspan style=\"font-family: 'DM Sans',sans-serif; font-size: 13px;\"\u003eyrs\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fit-stat-l\"\u003eof research behind it\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FIT-B: Sport use cases — quote cards --\u003e\n\u003csection class=\"section xtra-section\"\u003e\n\u003cdiv class=\"eyebrow\"\u003eUsed By Athletes\u003c\/div\u003e\n\u003ch2 class=\"section-title\"\u003eRecovery that works across every sport.\u003c\/h2\u003e\n\u003cp class=\"section-body\"\u003eHigh-performance athletes across disciplines use red light therapy to stay consistent — because consistency is the real competitive advantage.\u003c\/p\u003e\n\u003cdiv class=\"fit-quote-grid\"\u003e\n\u003cdiv class=\"fit-quote-card\"\u003e\n\u003cspan class=\"fit-sport-badge\"\u003e \u003csvg viewbox=\"0 0 24 24\"\u003e\u003ccircle r=\"10\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\u003cpath d=\"M12 2a14.5 14.5 0 000 20M12 2a14.5 14.5 0 010 20M2 12h20\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Strength Training \u003c\/span\u003e\n\u003cp class=\"fit-quote-text\"\u003eLifters use red light post-session to support muscle recovery and reduce the next-day soreness that can derail training consistency.\u003c\/p\u003e\n\u003cspan class=\"fit-quote-label\"\u003ePost-workout recovery\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fit-quote-card\"\u003e\n\u003cspan class=\"fit-sport-badge\"\u003e \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M13 2L3 14h9l-1 8 10-12h-9l1-8z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Endurance Sports \u003c\/span\u003e\n\u003cp class=\"fit-quote-text\"\u003eRunners and cyclists incorporate red light therapy to help maintain training volume — keeping legs fresher between high-mileage sessions.*\u003c\/p\u003e\n\u003cspan class=\"fit-quote-label\"\u003eBetween sessions\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fit-quote-card\"\u003e\n\u003cspan class=\"fit-sport-badge\"\u003e \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M6.5 6.5h11M6.5 17.5h11M6 12h12M3 6h1M3 12h1M3 18h1M20 6h1M20 12h1M20 18h1\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Team Sports \u003c\/span\u003e\n\u003cp class=\"fit-quote-text\"\u003eProfessional teams use full-body red light to help players recover between games in condensed schedules — keeping the whole roster performing.*\u003c\/p\u003e\n\u003cspan class=\"fit-quote-label\"\u003eIn-season maintenance\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fit-quote-card\"\u003e\n\u003cspan class=\"fit-sport-badge\"\u003e \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M20.84 4.61a5.5 5.5 0 00-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 00-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 000-7.78z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Active Adults \u003c\/span\u003e\n\u003cp class=\"fit-quote-text\"\u003eFor everyday athletes, red light therapy is a passive recovery habit — done while watching TV or winding down — that adds up over weeks and months.*\u003c\/p\u003e\n\u003cspan class=\"fit-quote-label\"\u003eDaily wellness routine\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FIT-C: Recovery timeline --\u003e\n\u003csection class=\"section xtra-section\"\u003e\n\u003cdiv class=\"split\"\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"eyebrow\"\u003eThe Recovery Window\u003c\/div\u003e\n\u003ch2 class=\"section-title\"\u003eStrength is built in recovery — not in training.\u003c\/h2\u003e\n\u003cp class=\"section-body\"\u003eYour muscles don't grow during a workout — they grow between sessions. What you do in that window determines how fast and consistently you progress.\u003c\/p\u003e\n\u003cdiv class=\"fit-timeline\"\u003e\n\u003cdiv class=\"fit-tl-item\"\u003e\n\u003cdiv class=\"fit-tl-dot\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"fit-tl-title\"\u003e0–2 hrs post-workout\u003c\/div\u003e\n\u003cdiv class=\"fit-tl-body\"\u003eInflammation peaks. The body begins clearing metabolic waste from muscles and connective tissue.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fit-tl-item\"\u003e\n\u003cdiv class=\"fit-tl-dot\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"fit-tl-title\"\u003e2–12 hrs\u003c\/div\u003e\n\u003cdiv class=\"fit-tl-body\"\u003eMuscle protein synthesis begins. Circulation delivers nutrients and oxygen to stressed tissue — a key window for red light support.*\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fit-tl-item\"\u003e\n\u003cdiv class=\"fit-tl-dot\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"fit-tl-title\"\u003e12–48 hrs (DOMS window)\u003c\/div\u003e\n\u003cdiv class=\"fit-tl-body\"\u003eDelayed onset soreness often peaks. Many athletes use red light daily during this phase to support comfort and maintain training readiness.*\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fit-tl-item\"\u003e\n\u003cdiv class=\"fit-tl-dot\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"fit-tl-title\"\u003eSleep — the ultimate recovery\u003c\/div\u003e\n\u003cdiv class=\"fit-tl-body\"\u003eMost repair happens overnight. Using the mat in the evening combines recovery support with melatonin-safe light for deeper rest.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"xtra-img-wrap\"\u003e\n\u003cdiv style=\"background: #0d0d0b; min-height: 320px;\" class=\"xtra-img-bg\"\u003e\u003csvg height=\"100%\" width=\"100%\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 340 320\"\u003e\n          \n          \u003cdefs\u003e\n            \u003clineargradient y2=\"1\" x2=\"0\" y1=\"0\" x1=\"0\" id=\"rcg\"\u003e\n              \u003cstop stop-opacity=\"0.25\" stop-color=\"#c0392b\" offset=\"0%\"\u003e\u003c\/stop\u003e\n              \u003cstop stop-opacity=\"0\" stop-color=\"#c0392b\" offset=\"100%\"\u003e\u003c\/stop\u003e\n            \u003c\/lineargradient\u003e\n          \u003c\/defs\u003e\n          \u003ctext font-family=\"sans-serif\" font-size=\"10\" fill=\"#555\" text-anchor=\"middle\" y=\"22\" x=\"170\"\u003eRecovery capacity over time\u003c\/text\u003e\n          \n          \u003cline stroke-width=\"1\" stroke=\"#222\" y2=\"260\" x2=\"40\" y1=\"40\" x1=\"40\"\u003e\u003c\/line\u003e\n          \u003cline stroke-width=\"1\" stroke=\"#222\" y2=\"260\" x2=\"310\" y1=\"260\" x1=\"40\"\u003e\u003c\/line\u003e\n          \u003cline stroke-dasharray=\"3,4\" stroke-width=\"0.5\" stroke=\"#222\" y2=\"180\" x2=\"310\" y1=\"180\" x1=\"40\"\u003e\u003c\/line\u003e\n          \u003cline stroke-dasharray=\"3,4\" stroke-width=\"0.5\" stroke=\"#222\" y2=\"120\" x2=\"310\" y1=\"120\" x1=\"40\"\u003e\u003c\/line\u003e\n          \n          \u003cpath stroke-dasharray=\"5,3\" stroke-width=\"1.5\" stroke=\"#444\" fill=\"none\" d=\"M40,90 C80,110 100,200 140,220 C180,240 220,215 270,195 C290,188 300,182 310,178\"\u003e\u003c\/path\u003e\n          \n          \u003cpath stroke-width=\"2\" stroke=\"#c0392b\" fill=\"none\" d=\"M40,90 C70,95 95,160 130,175 C165,190 200,170 240,155 C270,145 295,138 310,132\"\u003e\u003c\/path\u003e\n          \u003cpath fill=\"url(#rcg)\" d=\"M40,90 C70,95 95,160 130,175 C165,190 200,170 240,155 C270,145 295,138 310,132 L310,260 L40,260 Z\"\u003e\u003c\/path\u003e\n          \n          \u003cline stroke-width=\"2\" stroke=\"#c0392b\" y2=\"285\" x2=\"76\" y1=\"285\" x1=\"50\"\u003e\u003c\/line\u003e\n          \u003ctext font-family=\"sans-serif\" font-size=\"10\" fill=\"#888\" y=\"289\" x=\"80\"\u003eWith red light\u003c\/text\u003e\n          \u003cline stroke-dasharray=\"4,3\" stroke-width=\"1.5\" stroke=\"#444\" y2=\"285\" x2=\"196\" y1=\"285\" x1=\"170\"\u003e\u003c\/line\u003e\n          \u003ctext font-family=\"sans-serif\" font-size=\"10\" fill=\"#555\" y=\"289\" x=\"200\"\u003eWithout\u003c\/text\u003e\n          \n          \u003ccircle fill=\"#c0392b\" r=\"4\" cy=\"90\" cx=\"40\"\u003e\u003c\/circle\u003e\n          \u003ctext font-family=\"sans-serif\" font-size=\"9\" fill=\"#888\" text-anchor=\"middle\" y=\"78\" x=\"40\"\u003eWorkout\u003c\/text\u003e\n          \u003ccircle stroke-width=\"1\" stroke=\"#555\" fill=\"#333\" r=\"3\" cy=\"178\" cx=\"175\"\u003e\u003c\/circle\u003e\n          \u003ccircle fill=\"#c0392b\" r=\"4\" cy=\"132\" cx=\"310\"\u003e\u003c\/circle\u003e\n          \u003ctext font-family=\"sans-serif\" font-size=\"9\" fill=\"#e87060\" text-anchor=\"middle\" y=\"120\" x=\"310\"\u003eNext session\u003c\/text\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FIT-D: Full body + sleep --\u003e\n\u003csection style=\"background: var(--dark);\" class=\"section xtra-section\"\u003e\n\u003cdiv class=\"split reverse\"\u003e\n\u003cdiv\u003e\n\u003cdiv style=\"color: #e87060;\" class=\"eyebrow\"\u003e\n\u003cspan style=\"background: #e87060; width: 20px; height: 1.5px; display: inline-block; border-radius: 2px; margin-right: 8px; vertical-align: middle;\"\u003e\u003c\/span\u003eTotal Body Recovery\u003c\/div\u003e\n\u003ch2 style=\"color: #fff;\" class=\"section-title\"\u003eRecovery isn't just muscles. It's everything.\u003c\/h2\u003e\n\u003cp style=\"color: #888;\" class=\"section-body\"\u003eTraining places stress on joints, tendons, ligaments, and connective tissues — not just muscle fibers. Full-body red light addresses the whole system, not just the soreness you feel.\u003c\/p\u003e\n\u003cdiv class=\"fit-compare\"\u003e\n\u003cdiv class=\"fit-compare-row\"\u003e\n\u003cdiv class=\"fit-compare-label\"\u003e\n\u003cspan\u003eMuscle tissue\u003c\/span\u003e\u003cspan\u003e850nm penetration\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fit-bar-track\"\u003e\n\u003cdiv style=\"width: 88%;\" class=\"fit-bar-fill\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fit-compare-row\"\u003e\n\u003cdiv class=\"fit-compare-label\"\u003e\n\u003cspan\u003eJoints \u0026amp; tendons\u003c\/span\u003e\u003cspan\u003eDeep tissue reach\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fit-bar-track\"\u003e\n\u003cdiv style=\"width: 72%;\" class=\"fit-bar-fill\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fit-compare-row\"\u003e\n\u003cdiv class=\"fit-compare-label\"\u003e\n\u003cspan\u003eConnective tissue\u003c\/span\u003e\u003cspan\u003eTargeted support\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fit-bar-track\"\u003e\n\u003cdiv style=\"width: 65%;\" class=\"fit-bar-fill\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fit-compare-row\"\u003e\n\u003cdiv class=\"fit-compare-label\"\u003e\n\u003cspan\u003eSkin surface\u003c\/span\u003e\u003cspan\u003e660nm wavelength\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fit-bar-track\"\u003e\n\u003cdiv style=\"width: 95%;\" class=\"fit-bar-fill\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"xtra-img-wrap\"\u003e\n\u003cdiv style=\"background: #0d0d0b; min-height: 280px; border: 1px solid rgba(255,255,255,0.05);\" class=\"xtra-img-bg\"\u003e\u003csvg height=\"100%\" width=\"100%\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 340 280\"\u003e\n          \n          \u003cellipse stroke-width=\"1.2\" stroke=\"#333\" fill=\"none\" ry=\"30\" rx=\"26\" cy=\"55\" cx=\"170\"\u003e\u003c\/ellipse\u003e\n          \u003cline stroke-linecap=\"round\" stroke-width=\"1.5\" stroke=\"#333\" y2=\"175\" x2=\"170\" y1=\"85\" x1=\"170\"\u003e\u003c\/line\u003e\n          \u003cpath stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.5\" stroke=\"#333\" d=\"M170,100 L135,140 L125,170\"\u003e\u003c\/path\u003e\n          \u003cpath stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.5\" stroke=\"#333\" d=\"M170,100 L205,140 L215,170\"\u003e\u003c\/path\u003e\n          \u003cpath stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.5\" stroke=\"#333\" d=\"M170,175 L155,230 L148,260\"\u003e\u003c\/path\u003e\n          \u003cpath stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.5\" stroke=\"#333\" d=\"M170,175 L185,230 L192,260\"\u003e\u003c\/path\u003e\n          \n          \n          \u003ccircle stroke-opacity=\"0.4\" stroke-width=\"0.8\" stroke=\"#c0392b\" fill-opacity=\"0.15\" fill=\"#c0392b\" r=\"12\" cy=\"98\" cx=\"145\"\u003e\u003c\/circle\u003e\n          \u003ccircle stroke-opacity=\"0.4\" stroke-width=\"0.8\" stroke=\"#c0392b\" fill-opacity=\"0.15\" fill=\"#c0392b\" r=\"12\" cy=\"98\" cx=\"195\"\u003e\u003c\/circle\u003e\n          \n          \u003ccircle stroke-opacity=\"0.3\" stroke-width=\"0.8\" stroke=\"#c0392b\" fill-opacity=\"0.12\" fill=\"#c0392b\" r=\"16\" cy=\"195\" cx=\"160\"\u003e\u003c\/circle\u003e\n          \u003ccircle stroke-opacity=\"0.3\" stroke-width=\"0.8\" stroke=\"#c0392b\" fill-opacity=\"0.12\" fill=\"#c0392b\" r=\"16\" cy=\"195\" cx=\"181\"\u003e\u003c\/circle\u003e\n          \n          \u003ccircle stroke-opacity=\"0.3\" stroke-width=\"0.8\" stroke=\"#c0392b\" fill-opacity=\"0.12\" fill=\"#c0392b\" r=\"9\" cy=\"232\" cx=\"155\"\u003e\u003c\/circle\u003e\n          \u003ccircle stroke-opacity=\"0.3\" stroke-width=\"0.8\" stroke=\"#c0392b\" fill-opacity=\"0.12\" fill=\"#c0392b\" r=\"9\" cy=\"232\" cx=\"188\"\u003e\u003c\/circle\u003e\n          \n          \u003ctext font-family=\"sans-serif\" font-size=\"9\" fill=\"#666\" text-anchor=\"middle\" y=\"100\" x=\"60\"\u003eShoulders\u003c\/text\u003e\n          \u003cline stroke-width=\"0.5\" stroke=\"#333\" y2=\"98\" x2=\"133\" y1=\"98\" x1=\"88\"\u003e\u003c\/line\u003e\n          \u003ctext font-family=\"sans-serif\" font-size=\"9\" fill=\"#666\" text-anchor=\"middle\" y=\"197\" x=\"280\"\u003eQuads\u003c\/text\u003e\n          \u003cline stroke-width=\"0.5\" stroke=\"#333\" y2=\"195\" x2=\"198\" y1=\"195\" x1=\"252\"\u003e\u003c\/line\u003e\n          \u003ctext font-family=\"sans-serif\" font-size=\"9\" fill=\"#666\" text-anchor=\"middle\" y=\"234\" x=\"280\"\u003eKnees\u003c\/text\u003e\n          \u003cline stroke-width=\"0.5\" stroke=\"#333\" y2=\"232\" x2=\"198\" y1=\"232\" x1=\"254\"\u003e\u003c\/line\u003e\n          \u003ctext font-family=\"sans-serif\" font-size=\"10\" fill=\"#555\" text-anchor=\"middle\" y=\"16\" x=\"170\"\u003eRecovery zones — full body coverage\u003c\/text\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- DISCLAIMER --\u003e\n\u003cdiv class=\"disclaimer\"\u003e\n\u003cp\u003e* These statements have not been evaluated by the Food and Drug Administration. This product is not intended to diagnose, treat, cure, or prevent any disease. Consult a healthcare professional before use.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- \/pc-outer --\u003e\n\u003cp\u003e\u003cscript\u003e\n  \/\/ Shopify autoplay fix — force play on DOM ready and on visibility change\n  (function() {\n    function tryPlay(v) {\n      if (!v) return;\n      v.muted = true;\n      var p = v.play();\n      if (p \u0026\u0026 typeof p.catch === 'function') {\n        p.catch(function() {\n          \/\/ Retry once on next user interaction\n          document.addEventListener('touchstart', function retry() {\n            v.play();\n            document.removeEventListener('touchstart', retry);\n          }, { once: true });\n        });\n      }\n    }\n\n    var video = document.getElementById('pc-hero-video');\n\n    if (document.readyState === 'loading') {\n      document.addEventListener('DOMContentLoaded', function() { tryPlay(video); });\n    } else {\n      tryPlay(video);\n    }\n\n    \/\/ Re-trigger when tab\/page becomes visible (Shopify lazy render)\n    document.addEventListener('visibilitychange', function() {\n      if (!document.hidden) tryPlay(video);\n    });\n\n    \/\/ IntersectionObserver: play when scrolled into view\n    if ('IntersectionObserver' in window) {\n      var obs = new IntersectionObserver(function(entries) {\n        entries.forEach(function(e) {\n          if (e.isIntersecting) tryPlay(video);\n        });\n      }, { threshold: 0.25 });\n      if (video) obs.observe(video);\n    }\n  })();\n\u003c\/script\u003e \u003cscript\u003e\n\/* Peak Circadia — Accordion *\/\nfunction pcAccordToggle(id) {\n  var el = document.getElementById(id);\n  if (!el) return;\n  var isOpen = el.classList.contains('is-open');\n  var btn = el.querySelector('.pc-accord-trigger');\n  if (isOpen) {\n    el.classList.remove('is-open');\n    if (btn) btn.setAttribute('aria-expanded', 'false');\n  } else {\n    el.classList.add('is-open');\n    if (btn) btn.setAttribute('aria-expanded', 'true');\n    setTimeout(function() {\n      el.scrollIntoView({ behavior: 'smooth', block: 'nearest' });\n    }, 50);\n  }\n}\nwindow.addEventListener('resize', function() {\n  if (window.innerWidth \u003e= 640) {\n    document.querySelectorAll('.pc-accord').forEach(function(el) {\n      el.classList.remove('is-open');\n      var btn = el.querySelector('.pc-accord-trigger');\n      if (btn) btn.setAttribute('aria-expanded', 'false');\n    });\n  }\n});\n\u003c\/script\u003e\u003c\/p\u003e","brand":"Peak Circadia Warehouse","offers":[{"title":"XL","offer_id":52265579413787,"sku":"SU00042616-510","price":599.97,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0864\/1039\/5931\/files\/BlackModel_Red_Light_Mat_4469d0d8-6897-4534-acb9-67a90a0370f1.png?v=1779925150"}],"url":"https:\/\/peakcircadia.com\/collections\/our-bestsellers.oembed","provider":"Peak Circadia™","version":"1.0","type":"link"}