/* Lobster × SONR — exact noseclip tokens / type / spacing */

@font-face {
  font-family: "NotoSans";
  src: url("https://lobsterweight.com/wp-content/uploads/2025/05/NotoSans-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("https://lobsterweight.com/wp-content/uploads/2025/05/Roboto-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --lw-activ-color: #0071e3;
  --lw-whait-color: #fff;
  --lw-charcoal-color: #000;
  --lw-gray-color: #86868b;
  --lw-dark-gray-color: #1d1d1f;
  --lw-blue-hover: #0077ed;
  --lw-red: #bf0c0e;
  --lw-footer: #f5f5f7;
  --lw-footer-line: rgba(0, 0, 0, 0.05);
  --font-body: "Roboto", sans-serif;
  --font-display: "NotoSans", "Noto Sans", sans-serif;
  --header-height: 56px;
  --radius-card: 1.75rem;
  --section-pad: clamp(2.9375rem, 3.1161rem + -0.8929vw, 2.3125rem);
}

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

html {
  font-size: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 1.0625rem;
  line-height: 1.21053;
  font-weight: 400;
  font-style: normal;
  color: var(--lw-whait-color);
  background: var(--lw-charcoal-color);
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

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

h1,
h2,
h3,
p {
  margin: 0;
}

h1,
h2 {
  font-family: var(--font-display);
  font-weight: 600;
  font-style: normal;
  font-size: clamp(1.5625rem, 1.0089rem + 2.7679vw, 3.5rem);
  line-height: 1.125;
}

h3 {
  font-family: var(--font-display);
  font-weight: 600;
  font-style: normal;
  line-height: 1.125;
}

@media (max-width: 767px) {
  h3 {
    font-size: 1.8rem;
  }
}

.sr-only {
  height: 1px;
  width: 1px;
  position: absolute;
  overflow: hidden;
  padding: 0;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(0 0 99.9% 99.9%);
}

/* —— Header (noseclip .header) —— */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background-color: var(--lw-charcoal-color);
  padding-right: 1rem;
  padding-left: 1rem;
  width: 100%;
}

.header-inner {
  display: flex;
  align-items: center;
  gap: 1rem;
  background-color: var(--lw-charcoal-color);
  color: var(--lw-whait-color);
  text-transform: uppercase;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  max-width: 62.25rem;
  margin-right: auto;
  margin-left: auto;
}

.logo {
  display: block;
  max-width: 1.5rem;
  width: 1.5rem;
  flex-shrink: 0;
}

.logo img {
  width: 100%;
  height: auto;
}

.nav {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 1.1rem;
  font-size: 0.75rem;
  flex: 1;
  justify-content: center;
}

.nav a:hover {
  color: var(--lw-activ-color);
}

.nav a.is-active {
  color: var(--lw-red);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-left: auto;
  flex-shrink: 0;
}

.nav-toggle {
  display: none;
  width: 2.25rem;
  height: 2.25rem;
  border: 0;
  background: transparent;
  color: var(--lw-whait-color);
  cursor: pointer;
  padding: 0;
}

.nav-toggle span {
  display: block;
  width: 1.125rem;
  height: 2px;
  margin: 5px auto;
  background: currentColor;
}

.header-cart {
  width: 1.25rem;
  height: 1.25rem;
  flex-shrink: 0;
}

.header-cart svg {
  width: 100%;
  height: 100%;
  fill: var(--lw-whait-color);
}

/* —— Sections —— */
.section {
  background-color: var(--lw-charcoal-color);
  color: var(--lw-whait-color);
  border-bottom: 0.75rem solid var(--lw-whait-color);
  padding-top: var(--section-pad);
  padding-bottom: var(--section-pad);
  /* Safari: contain floats/grid overflow so following sections don't overlap */
  display: flow-root;
  position: relative;
  isolation: isolate;
}

.section-inner {
  width: 100%;
  max-width: 61.25rem;
  margin: 0 auto;
  padding: 0 15px;
}

.section-inner.wide {
  max-width: 80rem;
}

.section-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  row-gap: 0.375rem;
}

.section-title {
  /* same as h1/h2 — section heads */
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(1.5625rem, 1.0089rem + 2.7679vw, 3.5rem);
  line-height: 1.125;
  text-align: center;
}

.max-300 {
  max-width: 42rem;
}

.subhead {
  font-size: clamp(1rem, 0.7857rem + 1.0714vw, 1.75rem);
  font-weight: 400;
  font-family: var(--font-body);
  text-align: center;
  max-width: 42rem;
  line-height: 1.25;
}

.muted,
.detail-milestone {
  color: var(--lw-gray-color);
  font-size: clamp(0.875rem, 0.75rem + 0.625vw, 1.3125rem);
  font-family: var(--font-body);
  font-weight: 400;
  text-align: center;
  max-width: 42rem;
  line-height: 1.35;
}

/* —— Buttons (lobster-weight exact) —— */
.button,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-body);
  font-size: clamp(0.875rem, 0.8214rem + 0.2679vw, 1.0625rem);
  font-weight: 400;
  line-height: 1.17648;
  min-width: clamp(1.875rem, 1.9107rem + -0.1786vw, 1.75rem);
  padding-top: clamp(0.4375rem, 0.3661rem + 0.3571vw, 0.6875rem);
  padding-right: clamp(0.9375rem, 0.8304rem + 0.5357vw, 1.3125rem);
  padding-bottom: clamp(0.4375rem, 0.3661rem + 0.3571vw, 0.6875rem);
  padding-left: clamp(0.9375rem, 0.8304rem + 0.5357vw, 1.3125rem);
  border: 1px solid transparent;
  border-radius: 980px;
  cursor: pointer;
  transition: background-color 0.15s ease, border-color 0.15s ease;
}

.button-primary,
.btn-primary {
  color: var(--lw-whait-color) !important;
  background-color: var(--lw-activ-color) !important;
}

.button-primary:hover,
.btn-primary:hover {
  background-color: var(--lw-blue-hover);
  border-color: var(--lw-blue-hover);
}

.cta-buttons,
.cta-row {
  display: flex;
  align-self: center;
  column-gap: clamp(0.9375rem, 0.8482rem + 0.4464vw, 1.25rem);
  margin-top: clamp(1.0625rem, 1.0268rem + 0.1786vw, 1.1875rem);
  justify-content: center;
  flex-wrap: wrap;
}

/* —— Hero (1:1 lobster-weight) —— */
.hero {
  padding-top: calc(var(--header-height) + var(--section-pad));
}

.wrapper-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.content {
  display: flex;
  flex-direction: column;
  text-align: center;
  row-gap: 0.375rem;
  align-items: center;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
}

/* Title → product → copy — breathing room like lobster-weight desktop */
.hero .hero-stack {
  row-gap: clamp(1.125rem, 0.75rem + 1.5vw, 2rem);
}

.hero-title {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(1.5625rem, 1.0089rem + 2.7679vw, 3.5rem);
  line-height: 1.125;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
}

.hero .hero-mid {
  width: 100%;
  margin: 0;
  padding: 0;
  /* override global lobster homepage-video mobile box (aspect-ratio / min-height) */
  aspect-ratio: auto !important;
  min-height: 0 !important;
}

.hero .hero-mid img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .hero .hero-mid.homepage-video {
    width: min(100%, 22rem) !important;
    max-width: min(100%, 22rem) !important;
    aspect-ratio: auto !important;
    min-height: 0 !important;
  }
}

.hero .hero-copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 0.375rem;
  width: 100%;
}

/* lobster-weight .homepage-video — media slot size */
.homepage-video {
  max-width: clamp(15rem, 3.3929rem + 58.0357vw, 55.625rem);
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.homepage-video img,
.homepage-video video {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}

/* legacy aliases */
.hero-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  row-gap: 0.375rem;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
}

.hero-product {
  max-width: clamp(15rem, 3.3929rem + 58.0357vw, 55.625rem);
  width: 100%;
  margin: 0 auto;
}

.hero-product--lg {
  max-width: clamp(15rem, 3.3929rem + 58.0357vw, 55.625rem);
}

.hero-product img {
  width: 100%;
  height: auto;
  object-fit: contain;
  margin: 0 auto;
}

.price-note {
  color: var(--lw-gray-color);
  font-size: clamp(0.875rem, 0.75rem + 0.625vw, 1.3125rem);
  margin-top: 0.25rem;
}

/* —— Video section (1:1 lobster-weight .video-section) —— */
.video-section {
  background-color: var(--lw-charcoal-color);
  border-bottom: 0.75rem solid var(--lw-whait-color);
  width: 100%;
}

.video-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #000;
}

.video-frame iframe,
.video-frame video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
  object-fit: cover;
}

.video-frame img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 50% 40%;
}

/* —— Feature cards / Why grid (1:1 lobster-weight .grid-content) —— */
.grid-content {
  display: grid;
  align-items: initial;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  grid-gap: 1rem;
  max-width: 61.25rem;
  grid-template-rows: 1fr 1fr 1fr;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
}

.grid-content-card {
  background-color: var(--lw-dark-gray-color);
  padding-top: clamp(1.875rem, 1.6964rem + 0.8929vw, 2.5rem);
  padding-right: clamp(1.875rem, 1.6964rem + 0.8929vw, 2.5rem);
  padding-bottom: clamp(1.875rem, 1.6964rem + 0.8929vw, 2.5rem);
  padding-left: clamp(1.875rem, 1.6964rem + 0.8929vw, 2.5rem);
  border-radius: 1.75rem;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 2rem;
  position: relative;
  overflow: hidden;
  justify-content: center;
}

.grid-content-card_large {
  grid-column: span 1;
  grid-row: span 2;
}

.grid-content-card--photo {
  padding: 0;
}

.grid-content-card-bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 100%;
}

.grid-content-card-bg--center {
  object-position: 50% 50%;
}

/* Lobster dude diagrams ≈ 300×100 — Coach scenes are denser, keep similar card weight */
.grid-content-card > img:not(.grid-content-card-bg),
.grid-content-card-illust {
  width: auto;
  max-width: min(100%, 22rem);
  max-height: 8.5rem;
  height: auto;
  object-fit: contain;
  display: block;
}

.grid-content-card_large > img:not(.grid-content-card-bg),
.grid-content-card_large .grid-content-card-illust {
  max-height: 11rem;
  max-width: min(100%, 24rem);
}

.grid-content-card-illust--photo {
  width: 100%;
  max-width: 100%;
  max-height: 10rem;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 0.75rem;
}

.grid-content-card_large .grid-content-card-illust--photo {
  max-height: 12rem;
  aspect-ratio: 4 / 3;
}

.grid-content-card-img {
  width: auto;
  max-width: min(100%, 22rem);
  max-height: 8.5rem;
  object-fit: contain;
}

.grid-content-card h3,
.grid-card-title {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(1.25rem, 1rem + 1vw, 1.8rem);
  line-height: 1.125;
  text-align: center;
  color: var(--lw-whait-color);
  width: 100%;
  margin: 0;
}

.grid-content-card .detail-milestone {
  text-align: left;
  max-width: none;
  width: 100%;
}

.grid-content-card .cta-buttons {
  margin-top: 0;
}

.mobil-last {
  order: 0;
}

.section-title--upper {
  text-transform: uppercase;
}

.accent {
  color: var(--lw-activ-color);
}

.accent--sonr {
  color: #43d5e0;
}

.accent--music {
  color: #ffa500;
}

/* Music Why illustrations are 16:9 scenes — give them a bit more height than Coach line-art */
#why .grid-content-card-illust:not(.grid-content-card-illust--photo) {
  max-width: 100%;
  max-height: 9.5rem;
}

#why .grid-content-card_large .grid-content-card-illust:not(.grid-content-card-illust--photo) {
  max-height: 12.5rem;
}

/* —— Kit / feature center stack (lobster-weight block 4) —— */
#kit .homepage-video {
  margin-top: 0.5rem;
  margin-bottom: 0.25rem;
  max-width: clamp(20rem, 12rem + 40vw, 36rem);
  width: 100%;
}

#kit .homepage-video img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}

#kit .content {
  row-gap: 0.75rem;
}

/* Global mobile .homepage-video is 1:1 for Lobster hero video —
   kit exploded art is taller; keep full height so copy doesn't overlap */
@media (max-width: 767px) {
  #kit .homepage-video {
    aspect-ratio: auto !important;
    min-height: 0 !important;
    width: min(100%, 28rem) !important;
    max-width: min(100%, 28rem) !important;
    overflow: visible !important;
    margin-bottom: 1rem;
  }

  #kit .content {
    row-gap: 1rem;
  }

  #kit .subhead,
  #kit .detail-milestone,
  #kit .cta-buttons {
    position: relative;
    z-index: 1;
  }
}

/* legacy card styles (Music + other blocks) */
.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
  grid-gap: 1rem;
  max-width: 61.25rem;
  margin: 2rem auto 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.card {
  background-color: var(--lw-dark-gray-color);
  padding: clamp(1.875rem, 1.6964rem + 0.8929vw, 2.5rem);
  border-radius: var(--radius-card);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 2rem;
  position: relative;
  overflow: hidden;
  justify-content: center;
}

.card-tall {
  grid-row: span 2;
  padding: 0;
  row-gap: 0;
  justify-content: stretch;
  align-items: stretch;
}

.card-tall .card-media {
  flex: 1 1 auto;
  min-height: 0;
  display: block;
  background: var(--lw-dark-gray-color);
  overflow: hidden;
}

.card-tall .card-media img {
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
  object-position: center 30%;
  display: block;
}

.card-tall .card-body {
  flex: 0 0 auto;
  padding: clamp(1.875rem, 1.6964rem + 0.8929vw, 2.5rem);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  row-gap: 1rem;
}

.card-tall .card-body .btn {
  margin-top: 0;
}

/* Music train block — lifestyle dual cards (not product color swatches) */
#train {
  clear: both;
}

.train-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1rem;
  width: 100%;
  max-width: 61.25rem;
  margin: 2rem auto 0;
  /* Safari aspect-ratio + grid: keep track height from content */
  grid-auto-rows: minmax(min-content, auto);
  align-items: start;
}

.train-grid .card-tall {
  grid-row: span 1;
  height: auto;
  min-height: 0;
}

.train-grid .card-tall .card-media {
  aspect-ratio: 1 / 1;
  flex: 0 0 auto;
  width: 100%;
}

.train-grid .card-tall .card-media img {
  min-height: 0;
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: center 22%;
}

.train-grid .card-tall:last-child .card-media img {
  object-position: center center;
}

@media (max-width: 767px) {
  .train-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .card-tall .card-media {
    aspect-ratio: 4 / 5;
    flex: 0 0 auto;
  }
}

.card-img {
  width: 100%;
  max-height: 200px;
  object-fit: contain;
}

.card-img-lg {
  max-height: 280px;
}

.card-img-cover {
  object-fit: cover;
  width: 100%;
  aspect-ratio: 16 / 10;
  max-height: none;
  border-radius: 1rem;
}

.card-img-cover.card-img-lg {
  aspect-ratio: 1;
  max-height: 280px;
}

.card h3 {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(1rem, 0.7857rem + 1.0714vw, 1.75rem);
  line-height: 1.125;
  text-align: center;
}

.card p {
  color: var(--lw-gray-color);
  font-size: clamp(0.875rem, 0.75rem + 0.625vw, 1.3125rem);
  font-family: var(--font-body);
  font-weight: 400;
  line-height: 1.35;
  text-align: center;
}

.card .btn {
  margin-top: 0;
}

/* —— Icon feature grid (1:1 noseclip .car-grid) —— */
.car-grid {
  width: 100%;
  display: grid;
  align-items: stretch;
  max-width: 80rem;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 2rem;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  /* Safari: prevent row-height collapse when children use % heights */
  grid-auto-rows: minmax(min-content, auto);
}

.card-grid-item {
  background-color: var(--lw-dark-gray-color);
  border-radius: 1.75rem;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-align: left;
  row-gap: 1rem;
  /* height:100% breaks Safari grid track sizing → next section overlaps */
  height: auto;
  min-height: 0;
  box-sizing: border-box;
}

.card-grid-icon {
  width: 6.25rem;
  height: auto;
  display: block;
  object-fit: contain;
}

.cc-left {
  text-align: left;
}

/* noseclip: h3.subhead keeps NotoSans 600 — don't inherit Roboto from .subhead */
.card-grid-item .subhead,
.card-grid-item h3 {
  max-width: none;
  text-align: left;
  margin: 0;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(1rem, 0.7857rem + 1.0714vw, 1.75rem);
  line-height: 1.25;
  color: var(--lw-whait-color);
}

/* —— Benefits 3×2 (legacy numbered cards) —— */
.benefits {
  width: 100%;
  display: grid;
  max-width: 80rem;
  margin: 2rem auto 0;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 2rem;
}

.benefit {
  background-color: var(--lw-dark-gray-color);
  border-radius: var(--radius-card);
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-align: left;
  row-gap: 1rem;
}

.benefit-icon {
  width: 6.25rem;
  height: 6.25rem;
  border-radius: 50%;
  background: rgba(0, 113, 227, 0.12);
  color: var(--lw-activ-color);
  display: grid;
  place-items: center;
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 600;
  flex-shrink: 0;
}

.benefit h3 {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(1rem, 0.7857rem + 1.0714vw, 1.75rem);
  line-height: 1.125;
  text-align: left;
}

.benefit p {
  color: var(--lw-gray-color);
  font-size: clamp(0.875rem, 0.75rem + 0.625vw, 1.3125rem);
  font-family: var(--font-body);
  line-height: 1.35;
  text-align: left;
}

@media (max-width: 767px) {
  .benefit h3 {
    font-size: 1.8rem;
  }
}

/* —— Tested —— */
.tested-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1rem;
  max-width: 61.25rem;
  margin: 2rem auto 0;
  list-style: none;
  padding: 0;
}

.tested-list li {
  background-color: var(--lw-dark-gray-color);
  border-radius: var(--radius-card);
  padding: clamp(1.875rem, 1.6964rem + 0.8929vw, 2.5rem);
  color: var(--lw-gray-color);
  font-size: clamp(0.875rem, 0.75rem + 0.625vw, 1.3125rem);
  font-family: var(--font-body);
  line-height: 1.35;
}

.tested-list li::before {
  content: "";
  display: inline-block;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: var(--lw-activ-color);
  margin-right: 0.65rem;
  vertical-align: middle;
}

/* —— Testimonials (1:1 lobster-weight feedback slider) —— */
.slider-section {
  padding-bottom: 6.25rem;
}

.feedback-slider {
  position: relative;
  width: 100%;
  max-width: 80rem;
  margin: 3rem auto 0;
  padding: 0 3.25rem;
}

.feedback-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 4rem) / 3);
  gap: 2rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding: 0.15rem;
}

.feedback-track::-webkit-scrollbar {
  display: none;
}

.feedback-slide {
  scroll-snap-align: start;
  background-color: var(--lw-dark-gray-color);
  border-radius: 1.75rem;
  overflow: hidden;
  min-height: 100%;
}

.feedback_wrapper {
  width: 100%;
  height: 100%;
  padding: 1rem;
  display: flex;
  align-items: flex-start;
  text-align: left;
  row-gap: 1rem;
  column-gap: 1rem;
  flex-direction: column;
}

.feedback_info {
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 0.1rem;
}

.feedback_img-wrapper {
  border-radius: 100%;
  overflow: hidden;
  width: 4rem;
  height: 4rem;
  flex-shrink: 0;
  background: #2a2a2c;
  margin-bottom: 0.35rem;
}

.feedback_img-wrapper--empty {
  background: linear-gradient(135deg, #2a2a2c, #3a3a3c);
}

.feedback_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.feedback_name {
  font-size: 1rem;
  font-family: var(--font-display);
  font-weight: 600;
  text-align: left;
  text-wrap: nowrap;
  color: var(--lw-whait-color);
  margin: 0;
  line-height: 1.25;
}

.feedback_position {
  color: var(--lw-gray-color);
  font-size: 0.75rem;
  font-family: var(--font-body);
  line-height: 1.3;
}

.feedback_wrapper > p {
  margin: 0;
  font-size: 1.0625rem;
  font-family: var(--font-body);
  line-height: 1.21053;
  color: var(--lw-whait-color);
  font-weight: 400;
}

.feedback-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 2.75rem;
  height: 2.75rem;
  border: 0;
  border-radius: 50%;
  background: var(--lw-activ-color);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.15s ease, opacity 0.15s ease;
}

.feedback-arrow svg {
  width: 1.15rem;
  height: 1.15rem;
  fill: currentColor;
}

.feedback-arrow:hover {
  background: var(--lw-blue-hover);
}

.feedback-arrow:disabled {
  opacity: 0.35;
  cursor: default;
}

.feedback-arrow--prev {
  left: 0;
}

.feedback-arrow--next {
  right: 0;
}

/* legacy static quotes (Music) */
.quotes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 2rem;
  max-width: 80rem;
  margin: 2rem auto 0;
}

.quote {
  background-color: var(--lw-dark-gray-color);
  border-radius: var(--radius-card);
  padding: 1rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  row-gap: 1rem;
}

.quote-meta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 0.1rem;
  text-align: left;
}

.quote-name {
  font-size: 1rem;
  font-family: var(--font-display);
  font-weight: 600;
  text-align: left;
  text-wrap: nowrap;
}

.quote-role {
  color: var(--lw-gray-color);
  font-size: 0.75rem;
  font-family: var(--font-body);
}

.quote blockquote {
  margin: 0;
  font-size: 1.0625rem;
  font-family: var(--font-body);
  line-height: 1.21053;
  color: var(--lw-whait-color);
  font-weight: 400;
}

/* —— Ideal for —— */
.ideal {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  max-width: 42rem;
  margin: 1.5rem auto;
}

.ideal span {
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 980px;
  padding: clamp(0.4375rem, 0.3661rem + 0.3571vw, 0.6875rem)
    clamp(0.9375rem, 0.8304rem + 0.5357vw, 1.3125rem);
  font-size: clamp(0.875rem, 0.8214rem + 0.2679vw, 1.0625rem);
  font-family: var(--font-body);
  color: var(--lw-gray-color);
}

/* —— Final CTA —— */
.final-cta {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 0.375rem;
}

.final-cta .section-head {
  margin-bottom: 0;
}

.final-cta .hero-product {
  width: min(100%, 30rem);
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}

/* Coach kit render is right-heavy (large disc) — nudge left to match CTA center */
.final-cta .hero-product--optical-left img {
  transform: translateX(-5%);
}

@media (max-width: 767px) {
  .final-cta .hero-product--optical-left img {
    transform: translateX(-8%);
  }
}

.final-price {
  font-family: var(--font-display);
  font-size: clamp(1.5625rem, 1.0089rem + 2.7679vw, 3.5rem);
  font-weight: 600;
  line-height: 1.125;
  margin-top: 0.25rem;
}

/* —— Footer —— */
.site-footer {
  background-color: var(--lw-footer);
  color: var(--lw-charcoal-color);
  padding-top: 3rem;
  padding-right: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
}

.footer-inner {
  max-width: 62rem;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

.footer-seo {
  padding-bottom: 2rem;
  border-bottom: 1px solid var(--lw-footer-line);
  margin-bottom: 2rem;
  font-size: 0.75rem;
  color: var(--lw-gray-color);
  line-height: 1.45;
}

.footer-seo p + p {
  margin-top: 0.5rem;
}

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

.footer-cols h4 {
  margin: 0 0 1rem;
  font-size: 0.75rem;
  font-weight: 600;
  font-family: var(--font-body);
  color: var(--lw-charcoal-color);
  text-transform: none;
}

.footer-cols ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
}

.footer-cols a {
  font-size: 0.75rem;
  color: var(--lw-gray-color);
}

.footer-cols a:hover {
  color: var(--lw-blue-hover);
  text-decoration: underline;
}

.footer-contact {
  margin-top: 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--lw-footer-line);
  font-size: 0.75rem;
  color: var(--lw-gray-color);
  line-height: 1.6;
}

.footer-copy {
  margin-top: 1rem;
  font-size: 0.75rem;
  color: var(--lw-gray-color);
}

/* —— Breakpoints —— */
@media (max-width: 991px) {
  .benefits {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1rem;
  }

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

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

  .feedback-track {
    grid-auto-columns: calc((100% - 2rem) / 2);
  }
}

@media (max-width: 767px) {
  .nav-toggle {
    display: block;
  }

  .nav {
    position: fixed;
    inset: var(--header-height) 0 auto auto;
    width: 300px;
    max-width: 85vw;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding: 1rem 0;
    background: var(--lw-charcoal-color);
    transform: translateX(100%);
    opacity: 0;
    pointer-events: none;
    transition: transform 0.2s ease, opacity 0.2s ease;
    box-shadow: -8px 0 24px rgba(0, 0, 0, 0.35);
    z-index: 9998;
  }

  .nav.is-open {
    transform: translateX(0);
    opacity: 1;
    pointer-events: auto;
  }

  .nav a {
    display: block;
    width: 100%;
    padding: 0.85rem 1.25rem;
  }

  .grid-2 {
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }

  .grid-content {
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }

  .grid-content-card_large {
    grid-column: span 1;
    grid-row: span 1;
  }

  .mobil-last {
    order: 99;
  }

  .card-tall {
    grid-row: span 1;
  }

  .tested-list {
    grid-template-columns: 1fr;
  }

  .feedback-track {
    grid-auto-columns: calc((100% - 2rem) / 2);
  }
}

@media (max-width: 478px) {
  .section {
    padding-bottom: var(--section-pad);
  }

  .benefits,
  .quotes,
  .car-grid {
    grid-template-columns: 1fr;
  }

  .feedback-slider {
    padding: 0 2.5rem;
  }

  .feedback-track {
    grid-auto-columns: 100%;
    gap: 1rem;
  }

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

/* Theme footer sits on light #f5f5f7 — never inherit landing white text */
#brx-footer,
#brx-footer .footer,
#brx-footer .footer-wrapper {
  color: var(--lw-gray-color);
}

#brx-footer .brxe-heading,
#brx-footer h1,
#brx-footer h2,
#brx-footer h3,
#brx-footer h4,
#brx-footer .footer-menu-name {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: var(--lw-charcoal-color);
}

#brx-footer a,
#brx-footer .footer-menu-link,
#brx-footer .footer-seo-text,
#brx-footer .footer-seo-text p,
#brx-footer .brxe-text,
#brx-footer .brxe-text-basic {
  color: var(--lw-gray-color);
}

#brx-footer .footer-seo-text a {
  color: var(--lw-blue-hover);
  text-decoration: underline;
}

#brx-footer .footer-soc-link,
#brx-footer .footer-soc .brxe-icon {
  color: var(--lw-charcoal-color);
  text-decoration: none;
}
