:root {
  color-scheme: dark;
  --ink: #f7f2e8;
  --muted: #b9c1c9;
  --quiet: #7f8b96;
  --bg: #081016;
  --surface: #101a22;
  --surface-strong: #16252f;
  --line: rgba(255, 255, 255, 0.12);
  --line-strong: rgba(255, 255, 255, 0.2);
  --gold: #e2b46f;
  --gold-soft: #f4d59d;
  --copper: #c96f43;
  --green: #7db99b;
  --blue: #6ea1c7;
  --plum: #a987bc;
  --shadow: 0 28px 80px rgba(0, 0, 0, 0.38);
  --shadow-soft: 0 18px 50px rgba(0, 0, 0, 0.24);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(180deg, rgba(8, 16, 22, 0.95), rgba(8, 16, 22, 0.99)),
    url("assets/Screenshot_20260706_083328_Ridgeline PTT.jpg") center top / cover fixed;
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), transparent 70%);
}

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  max-width: 1210px;
  margin: 14px auto 0;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  background: rgba(8, 16, 22, 0.74);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(24px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 10px;
  color: #151006;
  background: linear-gradient(135deg, var(--gold), var(--copper));
  font-size: 1.1rem;
  font-weight: 900;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.28);
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  letter-spacing: 0;
}

.brand small {
  color: var(--muted);
  font-size: 0.78rem;
}

.top-nav {
  display: flex;
  gap: 6px;
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 700;
}

.top-nav a {
  padding: 10px 12px;
  border-radius: 8px;
  transition: color 0.2s ease, background 0.2s ease;
}

.top-nav a,
.text-link {
  text-decoration: none;
}

.top-nav a:hover,
.top-nav a:focus-visible,
.text-link:hover,
.text-link:focus-visible {
  color: var(--ink);
}

.top-nav a:hover,
.top-nav a:focus-visible {
  background: rgba(255, 255, 255, 0.06);
}

.header-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 800;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.header-cta {
  padding: 0 16px;
  color: #130f09;
  background: linear-gradient(135deg, var(--gold), var(--gold-soft));
  box-shadow: 0 12px 28px rgba(226, 180, 111, 0.16);
}

.header-cta:hover,
.header-cta:focus-visible,
.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

main,
.site-footer {
  position: relative;
  z-index: 1;
}

.hero-section {
  display: grid;
  grid-template-columns: minmax(360px, 0.96fr) minmax(0, 1.04fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  max-width: 1210px;
  min-height: calc(100vh - 92px);
  margin: 0 auto;
  padding: 44px 24px 38px;
}

.hero-visual {
  position: relative;
  min-height: 620px;
}

.hero-visual::before {
  content: "";
  position: absolute;
  inset: 44px 8% 48px 4%;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(110, 161, 199, 0.12), transparent 48%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.015));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), var(--shadow-soft);
}

.visual-frame {
  position: absolute;
  inset: 104px 20px 110px 66px;
  border-radius: 8px;
  border: 1px solid rgba(226, 180, 111, 0.24);
  background:
    linear-gradient(90deg, rgba(226, 180, 111, 0.1) 1px, transparent 1px),
    linear-gradient(rgba(226, 180, 111, 0.08) 1px, transparent 1px);
  background-size: 34px 34px;
  opacity: 0.72;
}

.device-shot {
  position: absolute;
  width: min(60%, 300px);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 28px;
  background: #0a1118;
  box-shadow: var(--shadow);
  transition: transform 0.3s ease, filter 0.3s ease;
}

.shot-primary {
  right: 7%;
  top: 18px;
  transform: rotate(2.4deg);
}

.shot-secondary {
  left: 2%;
  bottom: 30px;
  filter: saturate(0.92) brightness(0.82);
  transform: rotate(-5deg) scale(0.96);
}

.status-panel {
  position: absolute;
  right: 0;
  bottom: 88px;
  width: min(76%, 360px);
  padding: 18px;
  border: 1px solid var(--line-strong);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(22, 37, 47, 0.94), rgba(11, 19, 26, 0.88));
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.signal-readout {
  position: absolute;
  z-index: 4;
  width: 150px;
  padding: 13px 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(8, 16, 22, 0.72);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(18px);
}

.signal-readout span,
.signal-readout strong {
  display: block;
}

.signal-readout span {
  color: var(--quiet);
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
}

.signal-readout strong {
  margin-top: 3px;
  font-size: 1.05rem;
}

.readout-top {
  left: 40px;
  top: 70px;
}

.readout-bottom {
  right: 22px;
  bottom: 28px;
}

.status-panel strong,
.status-panel small {
  display: block;
}

.status-panel small {
  margin-top: 4px;
  color: var(--muted);
}

.status-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 8px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 6px rgba(125, 185, 155, 0.12);
}

.hero-copy {
  max-width: 670px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

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

h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  letter-spacing: 0;
}

h1 {
  max-width: 10.6ch;
  margin-bottom: 22px;
  font-size: clamp(3.6rem, 7.4vw, 7.2rem);
  line-height: 0.88;
}

.hero-lede {
  max-width: 640px;
  color: var(--muted);
  font-size: clamp(1.06rem, 2vw, 1.22rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.button {
  padding: 0 20px;
  border: 1px solid transparent;
}

.button-primary {
  color: #130f09;
  background: linear-gradient(135deg, var(--gold), #f0c982);
  box-shadow: 0 14px 36px rgba(226, 180, 111, 0.18);
}

.button-secondary {
  color: var(--ink);
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.05);
}

.button-secondary:hover,
.button-secondary:focus-visible {
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.08);
}

.proof-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin: 34px 0 0;
}

.proof-strip div {
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.02)),
    rgba(16, 26, 34, 0.72);
}

.proof-strip dt {
  font-size: 1.3rem;
  font-weight: 900;
}

.proof-strip dd {
  margin: 3px 0 0;
  color: var(--muted);
  font-size: 0.88rem;
}

.trust-band {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  max-width: 1210px;
  margin: 0 auto;
  padding: 0 24px;
}

.trust-band span {
  min-height: 76px;
  display: grid;
  place-items: center;
  padding: 16px;
  color: var(--muted);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.025));
  border: 1px solid rgba(255, 255, 255, 0.07);
  font-weight: 800;
  text-align: center;
}

.section {
  max-width: 1210px;
  margin: 0 auto;
  padding: 96px 24px 0;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(220px, 0.42fr) minmax(0, 0.7fr);
  gap: 36px;
  align-items: end;
  margin-bottom: 30px;
}

.section-heading.compact {
  display: block;
  max-width: 740px;
}

.section-heading h2,
.method-panel h2,
.contact-section h2 {
  margin-bottom: 0;
  font-size: clamp(2.2rem, 4.4vw, 4.5rem);
  line-height: 0.98;
}

.work-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.work-card,
.product-card {
  min-height: 260px;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.018)),
    rgba(16, 26, 34, 0.82);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
  transition: transform 0.22s ease, border-color 0.22s ease, background 0.22s ease;
}

.work-card:hover,
.product-card:hover {
  transform: translateY(-4px);
  border-color: rgba(226, 180, 111, 0.28);
  background:
    linear-gradient(180deg, rgba(226, 180, 111, 0.08), rgba(255, 255, 255, 0.02)),
    rgba(16, 26, 34, 0.86);
}

.work-card span {
  display: block;
  margin-bottom: 42px;
  color: var(--green);
  font-weight: 900;
}

.work-card h3,
.product-card h3,
.product-feature h3 {
  margin-bottom: 12px;
  font-size: 1.45rem;
  line-height: 1.12;
}

.work-card p,
.product-card p,
.product-feature p,
.method-panel p,
.contact-section p {
  color: var(--muted);
}

.product-grid {
  display: grid;
  grid-template-columns: 1.22fr 0.78fr;
  gap: 16px;
  margin-top: 30px;
}

.product-feature {
  grid-row: span 2;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(230px, 0.72fr);
  gap: 28px;
  align-items: end;
  min-height: 560px;
  padding: 30px;
  overflow: hidden;
  border: 1px solid rgba(226, 180, 111, 0.22);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(201, 111, 67, 0.16), transparent 42%),
    linear-gradient(315deg, rgba(110, 161, 199, 0.14), transparent 44%),
    rgba(16, 26, 34, 0.9);
  box-shadow: var(--shadow-soft);
}

.product-feature img {
  width: min(100%, 300px);
  justify-self: center;
  border-radius: 26px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: var(--shadow);
  transform: rotate(2.2deg);
}

.product-label {
  color: var(--green);
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.text-link {
  display: inline-flex;
  margin-top: 12px;
  color: var(--gold);
  font-weight: 900;
}

.product-specs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 22px 0 4px;
}

.product-specs span {
  padding: 8px 10px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 8px;
  color: #dce7ef;
  background: rgba(255, 255, 255, 0.05);
  font-size: 0.82rem;
  font-weight: 800;
}

.dashcam-showcase {
  display: grid;
  grid-template-columns: minmax(300px, 0.58fr) minmax(0, 1.18fr);
  gap: 38px;
  align-items: center;
  margin-top: 18px;
  padding: 34px;
  overflow: hidden;
  border: 1px solid rgba(110, 161, 199, 0.22);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(44, 178, 214, 0.14), transparent 36%),
    linear-gradient(315deg, rgba(226, 180, 111, 0.1), transparent 42%),
    rgba(16, 26, 34, 0.9);
  box-shadow: var(--shadow-soft);
}

.dashcam-copy h3 {
  margin-bottom: 16px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 3.2vw, 3.3rem);
  line-height: 0.98;
}

.dashcam-copy p {
  color: var(--muted);
}

.dashcam-media {
  position: relative;
  display: grid;
  gap: 14px;
  min-height: 0;
}

.dashcam-media::before {
  content: "";
  position: absolute;
  inset: 38px 18px 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(110, 161, 199, 0.12) 1px, transparent 1px),
    linear-gradient(rgba(110, 161, 199, 0.1) 1px, transparent 1px);
  background-size: 38px 38px;
  opacity: 0.55;
}

.dashcam-wide {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.dashcam-phone-grid {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 10px;
  max-width: none;
  margin: 0;
}

.dashcam-phone-grid img {
  width: 100%;
  aspect-ratio: 9 / 16;
  object-fit: cover;
  object-position: top;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 10px;
  background: #101a22;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28);
  transition: transform 0.22s ease, border-color 0.22s ease;
}

.dashcam-phone-grid img:hover {
  border-color: rgba(226, 180, 111, 0.32);
  transform: translateY(-4px);
}

.familycircle-showcase {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.64fr);
  gap: 34px;
  align-items: center;
  margin-top: 18px;
  padding: 34px;
  overflow: hidden;
  border: 1px solid rgba(125, 185, 155, 0.26);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(125, 185, 155, 0.15), transparent 38%),
    linear-gradient(315deg, rgba(226, 180, 111, 0.1), transparent 46%),
    rgba(16, 26, 34, 0.9);
  box-shadow: var(--shadow-soft);
}

.familycircle-media {
  position: relative;
  min-height: 650px;
}

.familycircle-media::before {
  content: "";
  position: absolute;
  inset: 34px 10% 44px 6%;
  border: 1px solid rgba(125, 185, 155, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(125, 185, 155, 0.11) 1px, transparent 1px),
    linear-gradient(rgba(125, 185, 155, 0.09) 1px, transparent 1px);
  background-size: 36px 36px;
  opacity: 0.7;
}

.family-main-shot {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 18px;
  width: min(48%, 310px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 24px;
  background: #f5f1e7;
  box-shadow: var(--shadow);
  transform: rotate(-2.4deg);
}

.family-stack {
  position: absolute;
  z-index: 3;
  right: 0;
  top: 58px;
  display: grid;
  grid-template-columns: repeat(2, minmax(130px, 1fr));
  gap: 12px;
  width: min(62%, 440px);
}

.family-stack img {
  width: 100%;
  aspect-ratio: 9 / 16;
  object-fit: cover;
  object-position: top;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 18px;
  background: #f7f3ea;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.34);
  transition: transform 0.22s ease, border-color 0.22s ease;
}

.family-stack img:nth-child(2),
.family-stack img:nth-child(4) {
  transform: translateY(28px);
}

.family-stack img:hover {
  border-color: rgba(125, 185, 155, 0.42);
  transform: translateY(-4px);
}

.family-stack img:nth-child(2):hover,
.family-stack img:nth-child(4):hover {
  transform: translateY(20px);
}

.familycircle-copy h3 {
  margin-bottom: 16px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 3.2vw, 3.4rem);
  line-height: 0.98;
}

.familycircle-copy p {
  color: var(--muted);
}

.family-specs span {
  border-color: rgba(125, 185, 155, 0.2);
}

.method-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(310px, 0.72fr);
  gap: 44px;
  padding: 42px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(125, 185, 155, 0.08), transparent 40%),
    rgba(16, 26, 34, 0.88);
  box-shadow: var(--shadow-soft);
}

.process-list {
  display: grid;
  gap: 14px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.process-list li {
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(226, 180, 111, 0.08), transparent 3px),
    rgba(255, 255, 255, 0.04);
}

.process-list strong,
.process-list span {
  display: block;
}

.process-list span {
  margin-top: 4px;
  color: var(--muted);
}

.process-list strong {
  color: var(--gold-soft);
}

.contact-section {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-top: 96px;
  padding: 42px;
  border: 1px solid rgba(226, 180, 111, 0.22);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(226, 180, 111, 0.12), transparent 45%),
    rgba(16, 26, 34, 0.9);
  box-shadow: var(--shadow-soft);
}

.contact-section div {
  max-width: 760px;
}

.site-footer {
  max-width: 1210px;
  margin: 0 auto;
  padding: 26px 24px 42px;
  color: var(--quiet);
}

@media (max-width: 980px) {
  .site-header {
    position: static;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 12px 12px 0;
  }

  .hero-section,
  .method-panel {
    grid-template-columns: 1fr;
  }

  .hero-section {
    min-height: 0;
  }

  .hero-visual {
    min-height: 540px;
    order: 2;
  }

  .hero-copy {
    order: 1;
  }

  .section-heading,
  .product-grid,
  .dashcam-showcase,
  .familycircle-showcase {
    grid-template-columns: 1fr;
  }

  .work-grid,
  .trust-band {
    grid-template-columns: repeat(2, 1fr);
  }

  .product-feature {
    grid-row: auto;
  }

  .dashcam-media {
    min-height: auto;
  }

  .familycircle-media {
    min-height: 620px;
    order: 2;
  }

  .familycircle-copy {
    order: 1;
  }

  .dashcam-phone-grid {
    margin-top: 14px;
  }

  .readout-top {
    left: 18px;
  }
}

@media (max-width: 720px) {
  body {
    background:
      linear-gradient(180deg, rgba(8, 16, 22, 0.985), rgba(8, 16, 22, 0.995)),
      url("assets/Screenshot_20260706_083328_Ridgeline PTT.jpg") center top / cover fixed;
  }

  .site-header,
  .top-nav,
  .hero-actions,
  .contact-section {
    align-items: stretch;
  }

  .site-header,
  .contact-section {
    flex-direction: column;
  }

  .top-nav {
    width: 100%;
    justify-content: space-between;
    gap: 12px;
    overflow-x: auto;
  }

  .header-cta,
  .button {
    width: 100%;
  }

  .hero-section {
    padding-top: 34px;
    gap: 18px;
  }

  h1 {
    font-size: clamp(3.25rem, 15.5vw, 4.5rem);
    line-height: 0.9;
  }

  .proof-strip,
  .work-grid,
  .trust-band,
  .product-feature {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    min-height: 560px;
    margin-top: 8px;
  }

  .device-shot {
    width: min(72%, 280px);
  }

  .shot-primary {
    right: 0;
    top: 28px;
  }

  .shot-secondary {
    left: 0;
    bottom: 66px;
  }

  .status-panel {
    right: 10px;
    bottom: 128px;
    width: min(88%, 330px);
  }

  .signal-readout {
    width: 136px;
    padding: 11px 12px;
  }

  .readout-top {
    top: 18px;
    left: 8px;
  }

  .readout-bottom {
    right: 12px;
    bottom: 20px;
  }

  .section {
    padding-top: 72px;
  }

  .contact-section {
    margin-top: 72px;
  }

  .method-panel,
  .product-feature,
  .dashcam-showcase,
  .familycircle-showcase,
  .work-card,
  .product-card {
    padding: 22px;
  }

  .dashcam-showcase {
    display: block;
  }

  .dashcam-copy,
  .dashcam-media,
  .familycircle-copy,
  .familycircle-media {
    width: 100%;
    min-width: 0;
  }

  .familycircle-showcase {
    display: flex;
    flex-direction: column;
  }

  .familycircle-copy h3 {
    font-size: 1.9rem;
    line-height: 1.04;
  }

  .familycircle-media {
    min-height: 660px;
  }

  .family-main-shot {
    left: 0;
    top: 8px;
    width: min(68%, 230px);
  }

  .family-stack {
    right: -18px;
    top: 84px;
    display: flex;
    width: calc(100% + 18px);
    gap: 12px;
    overflow-x: auto;
    padding: 0 18px 14px 98px;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
  }

  .family-stack img {
    flex: 0 0 156px;
    scroll-snap-align: start;
  }

  .family-stack img,
  .family-stack img:nth-child(2),
  .family-stack img:nth-child(4),
  .family-stack img:hover,
  .family-stack img:nth-child(2):hover,
  .family-stack img:nth-child(4):hover {
    transform: none;
  }

  .dashcam-copy h3 {
    font-size: 1.85rem;
    line-height: 1.04;
    overflow-wrap: anywhere;
  }

  .dashcam-copy .product-specs {
    gap: 7px;
  }

  .dashcam-copy .product-specs span {
    max-width: 100%;
    font-size: 0.76rem;
    white-space: normal;
  }

  .dashcam-phone-grid {
    display: flex;
    max-width: none;
    margin: 18px -22px 0;
    padding: 0 22px 14px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
  }

  .dashcam-phone-grid img {
    flex: 0 0 178px;
    width: 178px;
    max-width: 178px;
    min-width: 0;
    scroll-snap-align: start;
  }

  .dashcam-phone-grid img,
  .dashcam-phone-grid img:nth-child(1),
  .dashcam-phone-grid img:nth-child(3),
  .dashcam-phone-grid img:hover,
  .dashcam-phone-grid img:nth-child(1):hover,
  .dashcam-phone-grid img:nth-child(3):hover {
    transform: none;
  }
}
