/* Product page styles are isolated from the model-page stylesheet so a product
   route can never ship with only the global reset and header styles. */

.traveler-page {
  --tp-line: #20343e;
  min-height: 100vh;
  background: #050708;
  color: #fff;
}

.traveler-page .commerce-header {
  position: relative;
  background: #030607;
}

.traveler-hero {
  min-height: 720px;
  display: grid;
  grid-template-columns: minmax(420px, .84fr) 1.16fr;
  border-bottom: 1px solid var(--tp-line);
  background: radial-gradient(circle at 75% 42%, #0b3446 0, transparent 29%), linear-gradient(135deg, #06090a, #0b1114);
}

.traveler-hero-copy {
  padding: clamp(75px, 8vw, 125px) clamp(32px, 7vw, 110px);
  align-self: center;
  position: relative;
  z-index: 2;
}

.traveler-overline {
  margin: 0 0 25px;
  color: #4ed8ff;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .19em;
  text-transform: uppercase;
}

.traveler-hero h1 {
  margin: 0;
  font-size: clamp(58px, 7vw, 108px);
  line-height: .83;
  letter-spacing: -.065em;
  text-transform: uppercase;
}

.traveler-hero h1 span {
  color: #01a3d4;
  font-size: .38em;
  font-style: italic;
  letter-spacing: -.03em;
  vertical-align: top;
  margin-right: 10px;
}

.traveler-intro {
  max-width: 620px;
  margin: 31px 0;
  color: #a9b6bc;
  font-size: 18px;
  line-height: 1.7;
}

.traveler-price {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin: 0 0 27px;
}

.traveler-price small,
.traveler-price span {
  color: #819199;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.traveler-price strong { font-size: 36px; }

.traveler-hero-actions {
  display: flex;
  align-items: center;
  gap: 26px;
  flex-wrap: wrap;
}

.traveler-hero-actions > a:not(.button) {
  padding: 12px 0;
  border-bottom: 1px solid #64747b;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.traveler-hero-copy ul {
  display: flex;
  gap: 8px 22px;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 31px 0 0;
  color: #a9b6bc;
  font-size: 10px;
  font-weight: 850;
  text-transform: uppercase;
}

.traveler-hero-copy li {
  display: flex;
  align-items: center;
  gap: 7px;
}

.traveler-hero-copy li svg { width: 14px; color: #01a3d4; }

.traveler-hero-product {
  position: relative;
  margin: 0;
  min-height: 620px;
  overflow: hidden;
  border-left: 1px solid var(--tp-line);
  display: grid;
  place-items: center;
}

.traveler-hero-product::before {
  content: "";
  position: absolute;
  width: 540px;
  height: 540px;
  border: 1px solid #01a3d429;
  border-radius: 50%;
  box-shadow: 0 0 0 85px #01a3d40b, 0 0 0 170px #01a3d407;
}

.traveler-hero-product::after {
  content: "0954";
  position: absolute;
  right: -15px;
  bottom: -54px;
  color: #ffffff08;
  font-size: 210px;
  font-weight: 950;
  letter-spacing: -.08em;
}

.traveler-hero-product img {
  position: relative;
  z-index: 2;
  width: min(570px, 80%);
  height: 610px;
  object-fit: contain;
  filter: drop-shadow(0 35px 55px #000);
}

.traveler-hero-product figcaption {
  position: absolute;
  z-index: 3;
  left: 28px;
  bottom: 24px;
  color: #71828a;
  font-size: 10px;
}

.technical-tag {
  position: absolute;
  z-index: 3;
  right: 28px;
  top: 28px;
  padding: 9px 12px;
  border: 1px solid #2c4d5b;
  color: #55d6f8;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.traveler-databar {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-bottom: 1px solid var(--tp-line);
  background: #071015;
}

.traveler-databar > div {
  padding: 22px 28px;
  border-right: 1px solid var(--tp-line);
}

.traveler-databar > div:last-child { border: 0; }
.traveler-databar span,
.traveler-databar strong { display: block; }
.traveler-databar span {
  margin-bottom: 7px;
  color: #63808c;
  font-size: 9px;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.traveler-databar strong { font-size: 12px; text-transform: uppercase; }

.traveler-section,
.traveler-engineering,
.traveler-ownership,
.traveler-faq {
  padding: clamp(75px, 8vw, 120px) clamp(25px, 7vw, 110px);
}

.traveler-section header,
.traveler-engineering-title,
.traveler-ownership > div:first-child,
.traveler-faq header {
  max-width: 760px;
  margin-bottom: 55px;
}

.traveler-page .eyebrow { color: #01a3d4; }

.traveler-section h2,
.traveler-config h2,
.traveler-engineering h2,
.traveler-ownership h2,
.traveler-faq h2 {
  margin: 15px 0 0;
  font-size: clamp(45px, 5.5vw, 80px);
  line-height: .91;
  letter-spacing: -.055em;
  text-transform: uppercase;
}

.traveler-purpose-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid var(--tp-line);
}

.traveler-purpose-grid article {
  min-height: 330px;
  padding: 34px;
  border-right: 1px solid var(--tp-line);
  display: flex;
  flex-direction: column;
}

.traveler-purpose-grid article:last-child { border: 0; }
.traveler-purpose-grid svg { width: 27px; color: #01a3d4; }
.traveler-purpose-grid span {
  margin-top: 55px;
  color: #6e8791;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.traveler-purpose-grid h3 { margin: 10px 0 16px; font-size: 24px; text-transform: uppercase; }
.traveler-purpose-grid p { margin: 0; color: #91a2aa; font-size: 14px; line-height: 1.65; }
.traveler-purpose-grid a {
  margin-top: auto;
  padding-top: 22px;
  color: #fff;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 8px;
}
.traveler-purpose-grid a svg { width: 15px; }

.traveler-config {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: 65px;
  padding: clamp(75px, 8vw, 120px) clamp(25px, 7vw, 110px);
  background: #071116;
  border-block: 1px solid #18343f;
}

.traveler-config-intro > p:not(.eyebrow) {
  max-width: 470px;
  color: #91a3ab;
  font-size: 16px;
  line-height: 1.7;
}

.config-source {
  margin-top: 34px;
  padding: 20px;
  border: 1px solid #24434f;
  display: grid;
  grid-template-columns: 26px 1fr;
  gap: 13px;
}
.config-source svg { color: #01a3d4; }
.config-source strong,
.config-source small { display: block; }
.config-source strong { font-size: 12px; text-transform: uppercase; }
.config-source small { margin-top: 6px; color: #718891; line-height: 1.5; }
.traveler-config-panel { min-width: 0; }

.traveler-inputs {
  display: grid;
  grid-template-columns: .85fr 1.15fr .9fr;
  gap: 10px;
  margin-bottom: 16px;
}

.traveler-inputs label,
.traveler-inputs fieldset {
  margin: 0;
  padding: 15px;
  border: 1px solid #26444f;
  min-width: 0;
}

.traveler-inputs label > span,
.traveler-inputs legend {
  padding: 0 5px;
  color: #7e949c;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.traveler-inputs label > div { display: flex; align-items: center; margin-top: 7px; }
.traveler-inputs input {
  width: 100%;
  min-width: 0;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 24px;
  font-weight: 900;
  outline: 0;
}
.traveler-inputs label b { color: #01a3d4; }
.traveler-inputs label small { color: #647982; font-size: 9px; }

.segmented {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
  margin-top: 8px;
}

.traveler-inputs fieldset:last-child .segmented { grid-template-columns: 1fr 1fr; }
.segmented button {
  min-height: 38px;
  padding: 7px;
  border: 1px solid #223840;
  background: #10191d;
  color: #7d9199;
  font-size: 9px;
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
}
.segmented button.active { border-color: #01a3d4; background: #073347; color: #fff; }

.traveler-component-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.traveler-component {
  position: relative;
  min-height: 320px;
  padding: 31px;
  text-align: left;
  border: 1px solid #29424c;
  background: #0a0e10;
  color: #fff;
  cursor: pointer;
}

.traveler-component.selected {
  border-color: #01a3d4;
  box-shadow: inset 0 0 0 1px #01a3d4;
  background: linear-gradient(145deg, #0c171b, #0a0e10);
}

.traveler-check {
  position: absolute;
  right: 22px;
  top: 22px;
  width: 25px;
  height: 25px;
  border: 1px solid #36505b;
  display: grid;
  place-items: center;
}
.traveler-component.selected .traveler-check { background: #01a3d4; border-color: #01a3d4; }
.traveler-check svg { width: 16px; }
.traveler-component small,
.traveler-component strong,
.traveler-component em,
.traveler-component code,
.traveler-component b { display: block; }
.traveler-component small {
  color: #01a3d4;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.traveler-component strong {
  max-width: 270px;
  margin: 0 0 8px;
  font-size: 23px;
  line-height: 1.05;
  text-transform: uppercase;
}
.traveler-component em { color: #82959d; font-size: 11px; font-style: normal; }
.traveler-component code { margin-top: 25px; color: #7fdffc; font-size: 11px; }
.traveler-component b { margin-top: 7px; font-size: 23px; }
.traveler-component p {
  margin: 22px 0 0;
  padding-top: 18px;
  border-top: 1px solid #243841;
  color: #82959d;
  font-size: 12px;
  line-height: 1.55;
}

.traveler-component-main {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 118px;
  gap: 20px;
  align-items: center;
  margin-top: 20px;
}
.traveler-component-copy { min-width: 0; }
.traveler-component-media {
  position: relative;
  height: 138px;
  border: 1px solid #213b46;
  background: radial-gradient(circle at 50% 46%, #17333d 0, transparent 67%);
  display: grid !important;
  place-items: center;
  overflow: hidden;
}
.traveler-component-media::after {
  content: "";
  position: absolute;
  inset: 8px;
  border: 1px solid #ffffff0d;
  pointer-events: none;
}
.traveler-component-media img {
  width: 100%;
  height: 100%;
  padding: 7px;
  object-fit: contain;
  filter: drop-shadow(0 13px 18px #000);
}
.traveler-component-media i {
  position: absolute;
  right: 6px;
  bottom: 6px;
  z-index: 2;
  padding: 4px 6px;
  background: #01a3d4;
  color: #fff;
  font-size: 8px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: .08em;
}
.traveler-component:not(.selected) .traveler-component-media { opacity: .48; filter: grayscale(.35); }

.traveler-total {
  margin-top: 12px;
  padding: 22px 0 0;
  border-top: 1px solid #26434f;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
}
.traveler-total > div small,
.traveler-total > div strong,
.traveler-total > div span { display: block; }
.traveler-total > div small { color: #01a3d4; font-size: 9px; font-weight: 900; text-transform: uppercase; }
.traveler-total > div strong { font-size: 32px; }
.traveler-total > div span { color: #687e87; font-size: 9px; }
.traveler-total button:disabled { opacity: .35; cursor: not-allowed; }

.traveler-engineering {
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  gap: 75px;
}
.traveler-engineering-title p:not(.eyebrow) { color: #91a1a8; font-size: 16px; line-height: 1.7; }
.traveler-specs { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--tp-line); }
.traveler-specs article {
  min-height: 240px;
  padding: 29px;
  border-right: 1px solid var(--tp-line);
  border-bottom: 1px solid var(--tp-line);
}
.traveler-specs article:nth-child(2n) { border-right: 0; }
.traveler-specs article:nth-child(n+3) { border-bottom: 0; }
.traveler-specs span { color: #01a3d4; font-size: 10px; font-weight: 900; }
.traveler-specs strong { display: block; margin: 45px 0 13px; text-transform: uppercase; }
.traveler-specs p { margin: 0; color: #85969d; font-size: 13px; line-height: 1.6; }

.traveler-ownership {
  background: #e8ecee;
  color: #071015;
  display: grid;
  grid-template-columns: .68fr 1.32fr;
  gap: 70px;
}
.ownership-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid #9baeb6; }
.ownership-grid article { min-height: 300px; padding: 28px; border-right: 1px solid #9baeb6; }
.ownership-grid article:last-child { border: 0; }
.ownership-grid svg { color: #018eb9; }
.ownership-grid strong { display: block; margin: 60px 0 15px; text-transform: uppercase; }
.ownership-grid p { margin: 0; color: #4f626a; font-size: 13px; line-height: 1.6; }

.traveler-review-gate {
  padding: 55px clamp(25px, 7vw, 110px);
  display: grid;
  grid-template-columns: .75fr 1.25fr auto;
  gap: 40px;
  align-items: center;
  border-block: 1px solid #1f3741;
  background: #090d0f;
}
.traveler-review-gate span { color: #01a3d4; font-size: 9px; font-weight: 900; text-transform: uppercase; }
.traveler-review-gate h2 { margin: 10px 0 0; font-size: 31px; text-transform: uppercase; }
.traveler-review-gate p { margin: 0; color: #879aa2; font-size: 13px; line-height: 1.6; }
.traveler-review-gate a { display: flex; align-items: center; gap: 8px; font-size: 10px; font-weight: 900; text-transform: uppercase; }
.traveler-review-gate svg { width: 15px; color: #01a3d4; }

.traveler-faq { display: grid; grid-template-columns: .72fr 1.28fr; gap: 75px; }
.traveler-faq > div { border-top: 1px solid var(--tp-line); }
.traveler-faq details { border-bottom: 1px solid var(--tp-line); }
.traveler-faq summary { padding: 23px 0; cursor: pointer; font-weight: 900; text-transform: uppercase; }
.traveler-faq details p { margin: -2px 0 25px; color: #8ea0a7; line-height: 1.65; }

.traveler-final {
  min-height: 500px;
  padding: 90px clamp(25px, 7vw, 110px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  background: linear-gradient(90deg, #030607f8, #03060787), url('/assets/traveler-scene.png') center / cover;
}
.traveler-final p { color: #01a3d4; font-size: 10px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.traveler-final h2 { margin: 15px 0 35px; font-size: clamp(48px, 6vw, 90px); line-height: .9; text-transform: uppercase; }

@media (max-width: 1050px) {
  .traveler-hero { grid-template-columns: 1fr 1fr; }
  .traveler-hero-copy { padding-left: 35px; padding-right: 25px; }
  .traveler-hero h1 { font-size: 62px; }
  .traveler-config,
  .traveler-engineering,
  .traveler-ownership,
  .traveler-faq { grid-template-columns: 1fr; gap: 45px; }
  .traveler-config-intro,
  .traveler-engineering-title,
  .traveler-ownership > div:first-child,
  .traveler-faq header { margin-bottom: 0; }
  .traveler-inputs { grid-template-columns: 1fr; }
  .traveler-review-gate { grid-template-columns: 1fr 1fr; }
  .traveler-review-gate > a { grid-column: 2; }
}

@media (max-width: 760px) {
  .traveler-hero { grid-template-columns: 1fr; }
  .traveler-hero-product { order: -1; min-height: 350px; border-left: 0; border-bottom: 1px solid var(--tp-line); }
  .traveler-hero-product img { height: 330px; }
  .traveler-hero-product::before { width: 270px; height: 270px; }
  .traveler-hero-product figcaption { left: 15px; bottom: 12px; }
  .technical-tag { right: 15px; top: 15px; }
  .traveler-hero-copy { padding: 55px 20px; }
  .traveler-hero h1 { font-size: 51px; }
  .traveler-intro { font-size: 16px; }
  .traveler-databar,
  .traveler-purpose-grid,
  .traveler-component-grid,
  .traveler-specs,
  .ownership-grid,
  .traveler-review-gate { grid-template-columns: 1fr; }
  .traveler-databar > div,
  .traveler-purpose-grid article,
  .ownership-grid article { border-right: 0; border-bottom: 1px solid var(--tp-line); }
  .traveler-purpose-grid article,
  .ownership-grid article { min-height: 0; }
  .traveler-purpose-grid span,
  .ownership-grid strong { margin-top: 35px; }
  .traveler-component { min-height: 280px; }
  .traveler-component-main { grid-template-columns: minmax(0, 1fr) 104px; gap: 14px; }
  .traveler-component-media { height: 124px; }
  .traveler-total { align-items: flex-start; flex-direction: column; }
  .traveler-total .button { width: 100%; }
  .traveler-specs article,
  .traveler-specs article:nth-child(2n),
  .traveler-specs article:nth-child(n+3) { min-height: 0; border-right: 0; border-bottom: 1px solid var(--tp-line); }
  .traveler-specs article:last-child { border-bottom: 0; }
  .traveler-review-gate > a { grid-column: auto; }
  .traveler-section,
  .traveler-engineering,
  .traveler-ownership,
  .traveler-faq,
  .traveler-config { padding: 65px 20px; }
  .traveler-hero-actions { align-items: flex-start; flex-direction: column; }
  .segmented { grid-template-columns: 1fr; }
  .traveler-inputs fieldset:last-child .segmented { grid-template-columns: 1fr 1fr; }
}

/* Shared CFMOTO product blueprint — emotional context, technical proof and choice */
.family-product-page {
  --blueprint-line: #203943;
  --blueprint-cyan: #00ade0;
  overflow: hidden;
}

.family-product-hero {
  grid-template-columns: minmax(440px, .9fr) minmax(560px, 1.1fr);
  background: #030607;
}

.family-product-hero .family-product-copy {
  position: relative;
  z-index: 5;
  background:
    linear-gradient(120deg, #030607 0%, #071015 100%);
}

.family-product-hero .family-hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 26px;
}

.family-product-hero .family-hero-actions > a:not(.button) {
  padding: 13px 0;
  border-bottom: 1px solid #53666e;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.family-product-hero figure {
  isolation: isolate;
  min-height: 690px;
  background: #071015;
}

.family-product-hero figure::before {
  z-index: 1;
  width: 480px;
  height: 480px;
  box-shadow: 0 0 0 72px #01a3d40b, 0 0 0 144px #01a3d407;
}

.family-product-hero figure::after {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  background:
    linear-gradient(90deg, #071015 0%, transparent 32%),
    linear-gradient(0deg, #030607bf 0%, transparent 48%),
    radial-gradient(circle at 56% 48%, transparent 0%, #0205066b 74%);
}

.family-product-hero figure .family-hero-scene {
  position: absolute;
  z-index: -1;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  object-fit: cover;
  opacity: .52;
  filter: saturate(.78) contrast(1.08);
}

.family-product-hero figure .family-hero-product {
  position: relative;
  z-index: 2;
  width: min(500px, 68%);
  height: 610px;
  padding: 32px 0 18px;
  object-fit: contain;
  filter: drop-shadow(0 38px 46px #000);
}

.family-product-hero figure > span,
.family-product-hero figure figcaption {
  z-index: 4;
}

.family-benefit-rail {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  border-bottom: 1px solid var(--blueprint-line);
  background: #071015;
}

.family-product-page .family-product-bar {
  grid-template-columns: .65fr 1.35fr .75fr .95fr;
}

.family-benefit-rail article {
  min-height: 168px;
  padding: 23px 20px;
  border-right: 1px solid var(--blueprint-line);
}

.family-benefit-rail article:last-child { border-right: 0; }
.family-benefit-rail span {
  display: block;
  color: var(--blueprint-cyan);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .13em;
}
.family-benefit-rail strong {
  display: block;
  margin: 25px 0 9px;
  font-size: 14px;
  text-transform: uppercase;
}
.family-benefit-rail p {
  margin: 0;
  color: #7f929a;
  font-size: 11px;
  line-height: 1.55;
}

.family-problem,
.family-anatomy,
.family-use,
.family-comparison,
.family-build,
.family-proof,
.family-final {
  padding: clamp(76px, 8vw, 118px) clamp(24px, 7vw, 110px);
}

.family-problem { background: #050708; }

.family-problem > header,
.family-use > header,
.family-comparison > header {
  max-width: 790px;
  margin-bottom: 52px;
}

.family-problem h2,
.family-anatomy h2,
.family-use h2,
.family-comparison h2,
.family-build h2,
.family-final h2 {
  margin: 14px 0 19px;
  font-size: clamp(46px, 5.6vw, 82px);
  line-height: .9;
  letter-spacing: -.055em;
  text-transform: uppercase;
}

.family-problem > header > p:last-child,
.family-use > header > p:last-child,
.family-comparison > header > p:last-child,
.family-anatomy-copy > p:not(.eyebrow) {
  color: #8fa1a8;
  font-size: 16px;
  line-height: 1.7;
}

.family-problem-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border: 1px solid var(--blueprint-line);
}

.family-problem-grid article {
  min-height: 295px;
  padding: 30px;
  border-right: 1px solid var(--blueprint-line);
  border-bottom: 1px solid var(--blueprint-line);
}

.family-problem-grid article:nth-child(2n) { border-right: 0; }
.family-problem-grid article:nth-child(n + 3) { border-bottom: 0; }
.family-problem-grid article > span {
  color: var(--blueprint-cyan);
  font-size: 10px;
  font-weight: 900;
}
.family-problem-grid h3 {
  margin: 38px 0 12px;
  font-size: 21px;
  text-transform: uppercase;
}
.family-problem-grid article > p {
  margin: 0;
  color: #86999f;
  line-height: 1.6;
}
.family-problem-grid article > div {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 12px;
  margin-top: 26px;
  padding-top: 20px;
  border-top: 1px solid #1d323b;
}
.family-problem-grid svg { width: 18px; color: var(--blueprint-cyan); }
.family-problem-grid strong { font-size: 12px; line-height: 1.55; }

.family-anatomy {
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  gap: clamp(45px, 7vw, 105px);
  align-items: center;
  background: #050708;
  border-block: 1px solid var(--blueprint-line);
}

.family-anatomy-copy { max-width: 570px; }
.family-anatomy-detail {
  min-height: 155px;
  margin-top: 35px;
  padding: 23px;
  border-left: 2px solid var(--blueprint-cyan);
  background: #0a1418;
}
.family-anatomy-detail > span { color: var(--blueprint-cyan); font-size: 10px; font-weight: 900; }
.family-anatomy-detail h3 { margin: 13px 0 9px; font-size: 19px; text-transform: uppercase; }
.family-anatomy-detail p { margin: 0; color: #8ea0a7; font-size: 13px; line-height: 1.6; }
.family-anatomy-nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
  margin-top: 18px;
}
.family-anatomy-nav button {
  min-height: 54px;
  padding: 10px 12px;
  border: 1px solid #233a44;
  background: transparent;
  color: #80939a;
  text-align: left;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
}
.family-anatomy-nav button span { margin-right: 8px; color: var(--blueprint-cyan); }
.family-anatomy-nav button.active { border-color: var(--blueprint-cyan); background: #082b38; color: #fff; }

.family-anatomy > figure {
  position: relative;
  min-height: 690px;
  margin: 0;
  display: grid;
  place-items: center;
  border: 1px solid var(--blueprint-line);
  background:
    linear-gradient(90deg, transparent 49.8%, #ffffff0a 50%, transparent 50.2%),
    linear-gradient(0deg, transparent 49.8%, #ffffff0a 50%, transparent 50.2%),
    radial-gradient(circle at 50% 50%, #103443 0%, #080c0e 63%);
  overflow: hidden;
}
.family-anatomy > figure::before,
.family-anatomy > figure::after {
  content: "";
  position: absolute;
  width: 440px;
  height: 440px;
  border: 1px solid #01a3d421;
  border-radius: 50%;
}
.family-anatomy > figure::after { width: 580px; height: 580px; }
.family-anatomy > figure > img {
  position: relative;
  z-index: 1;
  width: 76%;
  height: 640px;
  object-fit: contain;
  filter: drop-shadow(0 35px 44px #000);
}
.family-anatomy > figure > button {
  position: absolute;
  z-index: 3;
  width: 35px;
  height: 35px;
  transform: translate(-50%, -50%);
  border: 1px solid #58dcff;
  border-radius: 50%;
  background: #061116e6;
  color: #fff;
  font-size: 9px;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 0 0 7px #01a3d418;
}
.family-anatomy > figure > button::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 54px;
  border-top: 1px solid #01a3d480;
  transform-origin: left;
  transform: rotate(-28deg);
}
.family-anatomy > figure > button.active {
  background: var(--blueprint-cyan);
  box-shadow: 0 0 0 10px #01a3d429;
}
.family-anatomy > figure figcaption {
  position: absolute;
  z-index: 2;
  left: 20px;
  bottom: 17px;
  max-width: 72%;
  color: #6e8188;
  font-size: 9px;
}

.family-use { background: #e9edef; color: #071015; }
.family-use > header > p:last-child { color: #53666e; }
.family-use > div {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}
.family-use article {
  position: relative;
  min-height: 460px;
  padding: 31px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  background: #0b1114;
  color: #fff;
}
.family-use article::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, #020405f5 0%, #02040518 73%);
}
.family-use img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s;
}
.family-use article:hover img { transform: scale(1.035); }
.family-use article > span,
.family-use article > h3,
.family-use article > p { position: relative; z-index: 2; }
.family-use article > span { color: #50d9ff; font-size: 10px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.family-use h3 { margin: 11px 0; font-size: 25px; text-transform: uppercase; }
.family-use article p { margin: 0; color: #b1bec3; font-size: 13px; line-height: 1.55; }

.family-comparison { background: #081115; border-bottom: 1px solid var(--blueprint-line); }
.family-comparison-table { border: 1px solid #2a424c; }
.family-comparison-table > div {
  display: grid;
  grid-template-columns: 1fr 1.15fr 1.15fr;
  border-bottom: 1px solid #243943;
}
.family-comparison-table > div:last-child { border-bottom: 0; }
.family-comparison-table strong,
.family-comparison-table b,
.family-comparison-table span {
  min-height: 69px;
  padding: 20px;
  display: flex;
  align-items: center;
  border-right: 1px solid #243943;
}
.family-comparison-table > div > *:last-child { border-right: 0; }
.family-comparison-table > div:first-child { background: #0e1c22; color: #fff; text-transform: uppercase; }
.family-comparison-table strong { color: #83969d; font-size: 11px; text-transform: uppercase; }
.family-comparison-table span { color: #c2cdd1; font-size: 13px; line-height: 1.45; }
.family-comparison > a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 26px;
  padding-bottom: 8px;
  border-bottom: 1px solid #50646c;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}
.family-comparison > a svg { width: 16px; color: var(--blueprint-cyan); }

.family-build {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: clamp(45px, 7vw, 95px);
  align-items: center;
  background: #030607;
}
.family-build figure {
  position: relative;
  min-height: 580px;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--blueprint-line);
}
.family-build figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, #030607c9, transparent 55%);
}
.family-build figure img { width: 100%; height: 580px; object-fit: cover; }
.family-build figcaption { position: absolute; z-index: 2; left: 23px; bottom: 20px; color: #73dff9; font-size: 10px; font-weight: 900; text-transform: uppercase; }
.family-build ol { margin: 38px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--blueprint-line); }
.family-build li { display: grid; grid-template-columns: 42px 1fr; gap: 16px; padding: 20px 0; border-bottom: 1px solid var(--blueprint-line); }
.family-build li > span { color: var(--blueprint-cyan); font-size: 10px; font-weight: 900; }
.family-build li strong { text-transform: uppercase; }
.family-build li p { margin: 7px 0 0; color: #84979e; font-size: 13px; line-height: 1.55; }

.family-service article > svg { width: 25px; color: #018fb9; }
.family-service article strong { margin-top: 75px; }

.family-proof {
  display: grid;
  grid-template-columns: .8fr 1.25fr auto;
  gap: 38px;
  align-items: center;
  border-block: 1px solid var(--blueprint-line);
  background: #090e10;
}
.family-proof > div { display: grid; grid-template-columns: 30px 1fr; gap: 14px; align-items: start; }
.family-proof svg { color: var(--blueprint-cyan); }
.family-proof strong,
.family-proof small { display: block; }
.family-proof strong { font-size: 13px; text-transform: uppercase; }
.family-proof small,
.family-proof > p { color: #83969d; font-size: 12px; line-height: 1.6; }
.family-proof > a { display: flex; align-items: center; gap: 8px; font-size: 10px; font-weight: 900; text-transform: uppercase; white-space: nowrap; }
.family-proof > a svg { width: 15px; }

.family-faq header > p:last-child { color: #8fa0a7; line-height: 1.65; }
.family-faq details[open] summary { color: #53d9fb; }

.family-final {
  min-height: 535px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  background-position: center;
  background-size: cover;
}
.family-final > svg { width: 32px; color: var(--blueprint-cyan); }
.family-final > p { margin: 22px 0 0; color: #5bdcff; font-size: 10px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }

@media (max-width: 1120px) {
  .family-product-hero { grid-template-columns: 1fr 1fr; }
  .family-benefit-rail { grid-template-columns: repeat(3, 1fr); }
  .family-benefit-rail article:nth-child(3) { border-right: 0; }
  .family-benefit-rail article:nth-child(-n + 3) { border-bottom: 1px solid var(--blueprint-line); }
  .family-anatomy,
  .family-build { grid-template-columns: 1fr; }
  .family-anatomy-copy { max-width: 780px; }
  .family-proof { grid-template-columns: 1fr 1fr; }
  .family-proof > a { grid-column: 2; }
}

@media (max-width: 760px) {
  .family-product-hero { grid-template-columns: 1fr; }
  .family-product-hero figure { order: -1; min-height: 410px; }
  .family-product-hero figure .family-hero-product { width: 64%; height: 390px; }
  .family-product-hero .family-product-copy { padding: 54px 20px 65px; }
  .family-benefit-rail { grid-template-columns: 1fr 1fr; }
  .family-benefit-rail article,
  .family-benefit-rail article:nth-child(3) { min-height: 150px; border-right: 1px solid var(--blueprint-line); border-bottom: 1px solid var(--blueprint-line); }
  .family-benefit-rail article:nth-child(2n) { border-right: 0; }
  .family-benefit-rail article:nth-last-child(-n + 2) { border-bottom: 0; }
  .family-problem,
  .family-anatomy,
  .family-use,
  .family-comparison,
  .family-build,
  .family-proof,
  .family-final { padding: 66px 20px; }
  .family-problem-grid { grid-template-columns: 1fr; }
  .family-problem-grid article,
  .family-problem-grid article:nth-child(2n),
  .family-problem-grid article:nth-child(n + 3) { min-height: 0; border-right: 0; border-bottom: 1px solid var(--blueprint-line); }
  .family-problem-grid article:last-child { border-bottom: 0; }
  .family-anatomy > figure { min-height: 480px; }
  .family-anatomy > figure > img { height: 450px; }
  .family-anatomy-nav { grid-template-columns: 1fr; }
  .family-use > div { grid-template-columns: 1fr; }
  .family-use article { min-height: 390px; }
  .family-comparison-table { overflow-x: auto; }
  .family-comparison-table > div { min-width: 670px; }
  .family-build figure,
  .family-build figure img { min-height: 390px; height: 390px; }
  .family-proof { grid-template-columns: 1fr; }
  .family-proof > a { grid-column: auto; }
  .family-final { min-height: 470px; }
}
