:root {
  --red: #bb2542;
  --ink: #111;
  --muted: #56565a;
  --surface: #f5f3f3;
  --line: #e6e2e2;
  --white: #fff;
}
html,
body {
  max-width: 100%;
}
body {
  overflow-x: clip;
}
* {
  min-width: 0;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body {
  font-family: "Archivo", sans-serif;
  color: var(--ink);
  background: var(--white);
}
button {
  font-family: inherit;
  color: inherit;
  -webkit-text-fill-color: currentColor;
  cursor: pointer;
  border: none;
  background: none;
  -webkit-appearance: none;
  appearance: none;
}
img {
  display: block;
  max-width: 100%;
}

/* ---------- INTRO ---------- */
.intro {
  position: fixed;
  inset: 0;
  background: #0c0c0e;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 50;
  transition: opacity 0.5s, visibility 0.5s;
}
.intro.gone {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.intro-inner {
  max-width: 720px;
  padding: 48px 32px;
  text-align: center;
  animation: introUp 0.8s ease both;
}
@keyframes introUp {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .intro-inner {
    animation: none;
  }
}
.intro .mark {
  font-weight: 900;
  font-size: 13px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #8b8b8f;
  margin-bottom: 34px;
}
.intro .mark b {
  color: #fff;
}
.intro .mark span {
  color: var(--red);
}
.intro h1 {
  font-size: clamp(34px, 6vw, 58px);
  font-weight: 900;
  line-height: 1.04;
  letter-spacing: -1px;
  margin-bottom: 16px;
}
.intro h1 em {
  font-style: normal;
  color: var(--red);
}
.intro p {
  font-size: 16px;
  color: #b9b9be;
  line-height: 1.85;
  max-width: none;
  margin: 0 auto 40px;
}
.intro .postal-row {
  display: flex;
  gap: 18px;
  align-items: flex-end;
  max-width: 620px;
  margin: 0 auto;
}
.intro .field {
  flex: 1;
  min-width: 0;
  text-align: left;
}
.intro .fieldlab {
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #e4e4e8;
  margin-bottom: 10px;
}
@media (max-width: 700px) {
  .intro .postal-row {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
    max-width: none;
  }
  .intro .field {
    width: 100%;
  }
  .intro .go {
    max-width: none;
  }
}
.intro input {
  font-family: inherit;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.08em;
  background: #17171a;
  border: 1.5px solid #8f8f99;
  color: #fff;
  border-radius: 8px;
  padding: 18px 20px;
  width: 100%;
  text-align: left;
  outline: none;
  transition: border-color 0.2s;
}
.intro #postal {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-weight: 700;
}
.intro #gateEmail {
  text-transform: none;
  letter-spacing: 0.01em;
}
.intro input:focus {
  border-color: var(--red);
}
.intro input::placeholder {
  color: #b3b3b8;
  letter-spacing: 0.02em;
  text-transform: none;
  font-weight: 500;
}
.intro .go {
  display: block;
  background: var(--red);
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  padding: 18px 34px;
  width: 100%;
  max-width: 620px;
  margin: 20px auto 0;
  border-radius: 8px;
  letter-spacing: 0.02em;
  transition: transform 0.15s, opacity 0.15s;
}
.intro .go:hover {
  transform: translateY(-1px);
}
.intro .go:disabled {
  opacity: 0.5;
  pointer-events: none;
  transform: none;
}
.intro .sub {
  font-size: 15px;
  color: #c8c8ca;
  margin-top: 30px;
  letter-spacing: 0.04em;
  line-height: 1.6;
}
.intro .lux-line {
  width: 44px;
  height: 3px;
  background: var(--red);
  margin: 0 auto 30px;
}

/* ---------- SHELL ---------- */
.shell {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
header.top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 0 18px;
  border-bottom: 1px solid var(--line);
}
.wordmark {
  font-weight: 900;
  font-size: 15px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.wordmark span {
  color: var(--red);
}
.top-tag {
  font-size: 12px;
  color: var(--muted);
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.homebtn {
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  display: inline-flex;
  line-height: 0;
  transition: opacity 0.15s;
}
.homebtn:hover {
  opacity: 0.65;
}
.stickytop {
  background: #fff;
}
.pricebar {
  display: none;
}
.progress {
  display: flex;
  gap: 5px;
  padding: 26px 0 0;
}
.progress .pstep {
  display: block;
  flex: 1;
  background: none;
  border: 0;
  padding: 0;
  cursor: default;
  text-align: left;
  font: inherit;
}
.progress .pstep.clickable {
  cursor: pointer;
}
.progress .pbar {
  display: block;
  position: relative;
  height: 22px;
  border-radius: 4px;
  background: #ececef;
  overflow: hidden;
  transition: background 0.3s;
}
@media screen and (max-width: 600px) {
  .progress .pbar {
    height: 26px;
  }
}
.progress .pstep.on .pbar {
  background: var(--red);
}
.progress .plab {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #9a9a9e;
  white-space: nowrap;
  transition: color 0.3s;
}
@media screen and (max-width: 600px) {
  .progress .plab {
    font-size: 12px;
  }
}
.progress .pstep.on .plab {
  color: #fff;
}
.progress .pstep.clickable:hover .pbar {
  filter: brightness(1.08);
}

.main {
  flex: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  gap: 48px;
  padding: 28px 0 40px;
  align-items: start;
}
@media (max-width: 860px) {
  .main {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.stage {
  min-height: 420px;
}
.step {
  display: none;
  animation: fadeUp 0.35s ease both;
}
.step.active {
  display: block;
}
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .step {
    animation: none;
  }
}
.eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 10px;
}
h1.q {
  font-size: clamp(26px, 4vw, 38px);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -0.5px;
  margin-bottom: 8px;
}
.hint {
  font-size: 15px;
  color: var(--muted);
  line-height: 1.5;
  margin-bottom: 26px;
  max-width: 46ch;
}
.tip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 15px;
  font-weight: 600;
  color: var(--red);
  padding: 2px 0;
  border-bottom: 1px dashed var(--red);
}
.tipbox {
  display: none;
  margin-top: 10px;
  background: var(--surface);
  border-left: 3px solid var(--red);
  padding: 12px 14px;
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  max-width: 52ch;
  border-radius: 0 6px 6px 0;
}
.tipbox.open {
  display: block;
}
.tip-spaced {
  margin-top: 12px;
}
.modal-close {
  margin-top: 16px;
}
.stylelink {
  display: inline-block;
  margin-top: 9px;
  font-size: 14px;
  font-weight: 700;
  color: var(--red);
  border-bottom: 1px dashed var(--red);
  line-height: 1.2;
}
.styleshots {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.styleshot {
  background: #f2f2f2;
  border-radius: 8px;
  overflow: hidden;
}
.styleshot img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 3/2;
  object-fit: cover;
}
.styleshot .cap {
  padding: 10px 12px;
}
.styleshot .cap b {
  display: block;
  font-size: 13.5px;
}
.styleshot .cap span {
  display: block;
  font-size: 14px;
  color: var(--muted);
  margin-top: 8px;
  line-height: 1.3;
}
.styleshot.dim {
  opacity: 0.42;
}
@media (max-width: 620px) {
  .styleshots {
    grid-template-columns: 1fr;
  }
}

.cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 14px;
  max-width: 600px;
}
.card {
  border: 2px solid var(--line);
  border-radius: 12px;
  padding: 0 0 14px;
  text-align: center;
  transition: border-color 0.15s, transform 0.15s;
  background: #fff;
  overflow: hidden;
}
.card:hover {
  border-color: #c9c4c4;
  transform: translateY(-2px);
}
.card.sel {
  border-color: var(--red);
}
.card .ph {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  background: var(--surface);
  margin-bottom: 12px;
}
.card svg {
  display: block;
  margin: 14px auto 10px;
}
.card .t {
  font-weight: 800;
  font-size: 15px;
  color: var(--ink);
}
.card .s {
  font-size: 15px;
  color: var(--muted);
  margin-top: 3px;
  line-height: 1.4;
  padding: 0 10px;
}
.card .price-note {
  display: inline-block;
  margin-top: 8px;
  font-size: 11px;
  font-weight: 700;
  color: var(--red);
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.slider-wrap {
  max-width: 520px;
}
.big-val {
  font-size: 44px;
  font-weight: 900;
  letter-spacing: -1px;
  margin-bottom: 4px;
}
.big-val small {
  font-size: 16px;
  font-weight: 600;
  color: var(--muted);
}
input[type="range"] {
  width: 100%;
  appearance: none;
  height: 6px;
  border-radius: 3px;
  cursor: pointer;
  background: linear-gradient(
    to right,
    var(--red) 0%,
    var(--red) var(--fill, 25%),
    var(--line) var(--fill, 25%)
  );
  outline: none;
  margin: 18px 0 8px;
}
input[type="range"]::-webkit-slider-thumb {
  appearance: none;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #fff;
  border: 3px solid var(--red);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
}
.range-ends {
  display: flex;
  justify-content: space-between;
  font-size: 15px;
  font-weight: 500;
  color: var(--muted);
}

.stepper {
  display: flex;
  align-items: center;
  gap: 22px;
  margin: 6px 0 4px;
}
.stepper button {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 2px solid var(--ink);
  font-size: 26px;
  font-weight: 700;
  transition: all 0.15s;
  background: #fff;
}
.stepper button:hover {
  background: var(--ink);
  color: #fff;
}
.stepper .n {
  font-size: 56px;
  font-weight: 900;
  min-width: 90px;
  text-align: center;
  letter-spacing: -1px;
}
.stepper-sub {
  font-size: 13px;
  color: var(--muted);
}

.swatches {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  max-width: 520px;
  margin-top: 18px;
}
.sw {
  position: relative;
  width: 74px;
  text-align: center;
  padding-top: 24px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.sw .chip {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  margin: 0 auto 7px;
  border: 3px solid transparent;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.12);
  transition: transform 0.15s;
}
.sw:hover .chip {
  transform: scale(1.07);
}
.sw.sel .chip {
  border-color: var(--red);
}
.sw .l {
  font-size: 13px;
  font-weight: 600;
  color: #333;
  line-height: 1.25;
}
.sw .pop {
  position: absolute;
  top: -18px;
  left: -6px;
  right: -6px;
  height: 22px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  font-size: 9px;
  font-weight: 800;
  color: var(--red);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1.05;
  text-align: center;
  pointer-events: none;
  transition: opacity 0.2s;
}
.swatches.picked .sw .pop {
  opacity: 0;
}
.swatches.picked .sw .pop.pop-standard {
  opacity: 1;
} /* White's "Standard" persists after a pick to explain the price movement; Black's plain .pop still fades */

.series {
  max-width: 640px;
}
.series .card {
  padding: 18px 14px 16px;
  text-align: left;
  align-items: flex-start;
}
.series .card .t,
.series .card .s,
.series .price-note {
  text-align: left;
  width: 100%;
}
.series .card .t {
  font-size: 16px;
  color: var(--ink);
}
.series .feat {
  margin-top: 8px;
  text-align: left;
  font-size: 14px;
  color: #333;
  line-height: 1.6;
}
.series .feat b {
  color: var(--red);
}
.series .watch {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 700;
  color: var(--ink);
}
.series .watch:hover {
  color: var(--red);
}
.series .watch i {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--red);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: none;
}
.series .watch i:after {
  content: "";
  border-style: solid;
  border-width: 4px 0 4px 7px;
  border-color: transparent transparent transparent #fff;
  margin-left: 1px;
}
.helpme {
  margin-top: 18px;
}

.navrow {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 34px;
}
.next {
  background: var(--red);
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  padding: 15px 34px;
  border-radius: 6px;
  transition: transform 0.12s, opacity 0.12s;
}
.next:hover {
  transform: translateY(-1px);
}
.next:disabled {
  opacity: 0.35;
  pointer-events: none;
  transform: none;
}
.back {
  font-size: 14px;
  font-weight: 600;
  color: var(--muted);
}
.back:hover {
  color: var(--ink);
}
.ghost {
  border: 1.5px solid var(--red);
  color: var(--red);
  font-weight: 700;
  font-size: 14px;
  padding: 13px 26px;
  border-radius: 6px;
  background: #fff;
}

/* rail */
.rail {
  position: sticky;
  top: 20px;
  background: var(--surface);
  border-radius: 14px;
  padding: 26px 24px 22px;
}
.rail-label {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 14px;
  text-align: center;
}
.house-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 18px;
}
.estimate {
  border-top: 1px solid #ddd;
  padding-top: 16px;
  text-align: center;
}
.est-label {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
}
.est-val {
  font-size: 38px;
  font-weight: 900;
  letter-spacing: -0.5px;
  margin-top: 4px;
  min-height: 46px;
}
.est-val.dim {
  color: #6e6666;
  letter-spacing: 1px;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 600;
  padding-top: 8px;
}
.est-month {
  font-size: 16px;
  line-height: 1.4;
  color: var(--muted);
  margin-top: 2px;
  min-height: 18px;
}
.est-note {
  font-size: 13.5px;
  color: #6e6666;
  margin-top: 12px;
  line-height: 1.5;
}
.picks {
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: center;
}
.pick {
  font-size: 15px;
  font-weight: 600;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 4px 10px;
  color: #333;
}
@media (max-width: 860px) {
  .rail {
    position: relative;
    order: 2;
    padding: 18px;
  }
  .house-wrap svg {
    width: 200px;
    height: auto;
  }
  .est-val {
    font-size: 30px;
  }
}

/* results + lead capture */
.results {
  display: none;
  animation: fadeUp 0.4s ease both;
}
.results.active {
  display: block;
}
.res-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  max-width: 560px;
  margin: 22px 0;
}
@media (max-width: 600px) {
  .res-grid {
    grid-template-columns: 1fr;
  }
}
.res-box {
  background: var(--surface);
  border-radius: 12px;
  padding: 22px;
  text-align: center;
}
.res-box .rl {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
}
.res-box .rv {
  font-size: 34px;
  font-weight: 900;
  margin-top: 6px;
  letter-spacing: -0.5px;
}
.res-box .rs {
  font-size: 14px;
  line-height: 1.3;
  color: var(--muted);
  margin-top: 4px;
}
.bundle {
  max-width: 560px;
  margin: 6px 0 22px;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 20px 20px 18px;
}
.bundle-h {
  font-size: 16px;
  font-weight: 800;
  letter-spacing: -0.2px;
}
.bundle-s {
  font-size: 13px;
  color: var(--muted);
  margin: 3px 0 14px;
  line-height: 1.5;
}
.bundle-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.bopt {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 13px 14px;
  text-align: left;
  width: 100%;
  background: #fff;
  transition: border-color 0.18s, box-shadow 0.18s;
}
.bopt:hover {
  border-color: #dcdce0;
}
.bopt.on {
  border-color: var(--red);
  box-shadow: 0 0 0 4px rgba(187, 37, 66, 0.07);
}
.bopt .box {
  width: 20px;
  height: 20px;
  border-radius: 6px;
  border: 1.5px solid #c9c4c4;
  flex: none;
  margin-top: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.18s;
}
.bopt.on .box {
  background: var(--red);
  border-color: var(--red);
}
.bopt.on .box:after {
  content: "";
  width: 5px;
  height: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg) translate(-1px, -1px);
}
.bopt .bt {
  font-size: 14.5px;
  font-weight: 700;
}
.bopt .bs {
    display: block;
  font-size: 14px;
  color: var(--muted);
  margin-top: 2px;
  line-height: 1.45;
}
.bopt .bp {
  margin-left: auto;
  font-size: 14px;
  font-weight: 700;
  color: var(--red);
  white-space: nowrap;
  padding-left: 10px;
}
.bundle-tier {
  margin-top: 14px;
  font-size: 13px;
  line-height: 1.5;
  color: #333;
  background: var(--surface);
  border-radius: 10px;
  padding: 11px 13px;
  display: none;
}
.bundle-tier.show {
  display: block;
}
.bundle-tier b {
  color: var(--red);
}
.res-fine {
  font-size: 12px;
  color: var(--muted);
  margin-top: 20px;
  max-width: 56ch;
  line-height: 1.55;
}

.lead {
  margin-top: 30px;
  border-top: 1px solid var(--line);
  padding-top: 26px;
  max-width: 560px;
}
.lead h2 {
  font-size: 22px;
  font-weight: 900;
  letter-spacing: -0.3px;
  margin-bottom: 4px;
}
.lead .lh {
  font-size: 14px;
  color: var(--muted);
  margin-bottom: 18px;
}
.lead-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 12px;
}
@media (max-width: 600px) {
  .lead-grid {
    grid-template-columns: 1fr;
  }
}
.lead input {
  font-family: inherit;
  font-size: 15px;
  border: 1.5px solid var(--line);
  border-radius: 8px;
  padding: 14px 16px;
  width: 100%;
  outline: none;
}
.lead input:focus {
  border-color: var(--red);
}
.lead-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 16px;
}
.lead-actions .opt {
  display: flex;
  align-items: center;
  gap: 12px;
  border: 2px solid var(--line);
  border-radius: 10px;
  padding: 14px 16px;
  text-align: left;
  transition: border-color 0.15s;
  background: #fff;
  width: 100%;
}
.lead-actions .opt:hover {
  border-color: #c9c4c4;
}
.lead-actions .opt.sel {
  border-color: var(--red);
}
.lead-actions .opt .ot {
  font-weight: 700;
  font-size: 14.5px;
}
.lead-actions .opt .os {
  font-size: 12px;
  color: var(--muted);
  margin-top: 2px;
}
.lead-actions .opt .dot {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid #c9c4c4;
  flex: none;
}
.lead-actions .opt.sel .dot {
  border-color: var(--red);
  background: radial-gradient(
    circle at center,
    var(--red) 45%,
    transparent 48%
  );
}
.lead-submit {
  margin-top: 18px;
}
.lead-done {
  display: none;
  background: var(--surface);
  border-radius: 12px;
  padding: 22px;
  margin-top: 16px;
  font-size: 14.5px;
  line-height: 1.6;
}
.lead-done.show {
  display: block;
}
.lead-redirect {
  margin-top: 14px;
  font-size: 13px;
  color: var(--muted);
}
.lead-redirect #rdNum {
  font-weight: 800;
  color: var(--ink);
}
.lead-gonow {
  font-size: 13px;
  font-weight: 700;
  color: var(--red);
  border-bottom: 1px dashed var(--red);
  line-height: 1.2;
  padding-bottom: 1px;
  margin-left: 6px;
}

/* modal */
.modal-bg {
  position: fixed;
  inset: 0;
  background: rgba(10, 10, 12, 0.72);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 60;
  padding: 20px;
}
.modal-bg.open {
  display: flex;
}
.modal {
  background: #fff;
  border-radius: 16px;
  max-width: 720px;
  width: 100%;
  max-height: 88vh;
  overflow: auto;
  padding: 28px 26px 26px;
  position: relative;
  animation: fadeUp 0.3s ease both;
}
.modal .x {
  position: absolute;
  top: 14px;
  right: 16px;
  font-size: 22px;
  font-weight: 700;
  color: var(--muted);
  line-height: 1;
  padding: 6px;
}
.modal .x:hover {
  color: var(--ink);
}
.modal h3 {
  font-size: 22px;
  font-weight: 900;
  letter-spacing: -0.3px;
  margin-bottom: 6px;
}
.modal .msub {
  font-size: 16px;
  color: var(--muted);
  margin-bottom: 16px;
}
.video-ph {
  aspect-ratio: 16/9;
  background: #0c0c0e;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 18px;
}
.video-ph .play {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--red);
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-ph .play:after {
  content: "";
  border-style: solid;
  border-width: 10px 0 10px 16px;
  border-color: transparent transparent transparent #fff;
  margin-left: 4px;
}
.video-ph span {
  color: #8b8b8f;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 600;
}
.cmp {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
}
@media screen and (max-width: 800px) {
    .cmp {
        display: block;
        overflow-x: auto;
    }
}
.cmp th {
  text-align: left;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--muted);
  padding: 8px 8px;
  border-bottom: 2px solid var(--ink);
}
.cmp td {
  padding: 9px 8px;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
  line-height: 1.45;
}
.cmp td:first-child {
  font-weight: 700;
  white-space: nowrap;
}
.cmp .yes {
  color: var(--red);
  font-weight: 700;
}
.modal .pickbtn {
  margin-top: 16px;
}

/* phone, 370px and under */
@media (max-width: 700px) {
  .shell {
    padding: 0 16px;
    max-width: 100%;
  }
  .main {
    grid-template-columns: minmax(0, 1fr);
  }
  .main {
    gap: 18px;
    padding: 26px 0 32px;
  }
  h1.q {
    font-size: 25px;
    letter-spacing: -0.4px;
    margin-bottom: 8px;
  }
  .eyebrow {
    font-size: 10px;
    letter-spacing: 0.14em;
    margin-bottom: 8px;
  }
  .hint {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 20px;
    max-width: none;
  }
  .top {
    padding: 14px 0 10px;
  }
  .top svg {
    width: 112px;
    height: auto;
  }

  /* progress: labels get tight, so shorten the run and drop the tracking */
  .stickytop {
    position: sticky;
    top: 0;
    z-index: 40;
    margin: 0 -16px;
    padding: 8px 16px 32px;
    box-shadow: 0 8px 14px -10px rgba(0, 0, 0, 0.22);
  }
  .pricebar {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 12px;
    padding-top: 32px;
  }
  .pricebar.dim {
    opacity: 0.45;
  }
  .pb-col {
    display: flex;
    flex-direction: column;
    min-width: 0;
  }
  .pb-r {
    text-align: right;
  }
  .pb-l {
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    color: var(--muted);
  }
  .pb-v {
    font-size: 20px;
    font-weight: 900;
    letter-spacing: -0.4px;
    line-height: 1.15;
    white-space: nowrap;
  }
  .pb-sm {
    font-size: 13.5px;
    font-weight: 700;
    color: #333;
  }
  .progress {
    gap: 4px;
    padding: 18px 0 0;
  }
  /* .progress .pbar {
    height: 20px;
    border-radius: 3px;
  }
  .progress .plab {
    font-size: 7.5px;
    letter-spacing: 0;
  } */

  /* cards: two up for home type, stacked for the three series */
  .cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    max-width: none;
  }
  .card .t {
    font-size: 18px;
    font-weight: 800;
    color: var(--ink);
  }
  .series .card .t {
    font-size: 20px;
  }
  .card .s {
    font-size: 11.5px;
    padding: 0 6px;
  }
  .series {
    max-width: none;
  }
  .series .cards,
  .series {
    grid-template-columns: 1fr;
  }
  .series .card {
    padding: 16px 16px 14px;
  }
  .stylelink {
    margin-top: 7px;
    font-size: 11.5px;
  }

  /* window counter */
  .stepper {
    gap: 14px;
    margin: 2px 0;
  }
  .stepper button {
    width: 48px;
    height: 48px;
    font-size: 22px;
  }
  .stepper .n {
    font-size: 44px;
    min-width: 64px;
  }

  /* colour swatches, four to a row */
  .swatches {
    gap: 10px;
    max-width: none;
    margin-top: 20px;
  }
  .sw {
    width: 66px;
    padding-top: 22px;
  }
  .sw .chip {
    width: 50px;
    height: 50px;
  }
  .sw .l {
    font-size: 11px;
  }
  .sw .pop {
    font-size: 8px;
    left: -10px;
    right: -10px;
  }

  /* live panel sits above the question on a phone */
  .rail {
    padding: 16px 16px 14px;
    border-radius: 16px;
  }
  .house-wrap {
    margin-bottom: 12px;
  }
  .house-wrap svg {
    width: 170px;
    height: auto;
  }
  .est-val {
    font-size: 26px;
    min-height: 34px;
  }
  .est-val.dim {
    font-size: 14px;
  }
  .pick {
    font-size: 10.5px;
    padding: 4px 9px;
  }

  .navrow {
    margin-top: 26px;
    gap: 14px;
  }
  .next {
    padding: 15px 26px;
    font-size: 14.5px;
    flex: 1;
  }
  .back {
    font-size: 13.5px;
  }

  .tipbox {
    font-size: 12.5px;
    padding: 11px 13px;
    max-width: none;
  }
  .tip {
    font-size: 12px;
  }

  /* results and lead capture */
  .bundle {
    padding: 16px 14px 14px;
    max-width: none;
  }
  .bopt .bp {
    margin-left: 0;
    padding-left: 0;
    width: 100%;
    margin-top: 4px;
  }
  .bopt {
    flex-wrap: wrap;
  }
  .res-box {
    padding: 18px;
  }
  .res-box .rv {
    font-size: 27px;
  }
  .res-fine {
    max-width: none;
    font-size: 11.5px;
  }
  .lead h2 {
    font-size: 19px;
  }
  .lead .lh {
    font-size: 13px;
  }

  .modal {
    padding: 22px 18px 20px;
    border-radius: 18px;
    max-height: 92vh;
  }
  .modal h3 {
    font-size: 19px;
  }

  /* gate: let the three lines wrap naturally instead of forcing the breaks */
  .intro-inner {
    padding: 36px 20px;
  }
  .intro h1 {
    font-size: 34px;
    margin-bottom: 14px;
  }
  .intro p {
    font-size: 14.5px;
    line-height: 1.6;
    margin-bottom: 28px;
  }
  .intro p br {
    display: none;
  }
  .intro p {
    max-width: 36ch;
  }
  .intro .postal-row {
    max-width: none;
  }
  .intro input {
    font-size: 16px;
    padding: 16px 16px;
  }
  .intro .go {
    padding: 17px 24px;
    margin-top: 16px;
  }
  .intro .sub {
    font-size: 11px;
    margin-top: 24px;
  }
  .intro .mark,
  .intro .lux-line {
    margin-bottom: 22px;
  }
}

@media (max-width: 600px) {
    .progress {
        flex-wrap: wrap;
    }
    .progress .pstep {
        flex-basis: 30%;
        margin-bottom: 6px;
    }
}

@media (max-width: 480px) {
    .progress .pstep {
        flex-basis: 45%;
        margin-bottom: 3px;
    }
}

/* ===== premium pass: type, space, surfaces ===== */
body {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
header.top {
  padding: 26px 0 20px;
  border-bottom: 1px solid #f0eff2;
}
.top-tag {
  font-weight: 600;
  letter-spacing: 0.1em;
}
.main {
  gap: 64px;
  padding: 40px 0 64px;
}
.eyebrow {
  font-size: 14px;
  letter-spacing: 0.18em;
  margin-bottom: 14px;
}
.eyebrow-step {
    font-size: 1.1em;
}
h1.q {
  letter-spacing: -1px;
  margin-bottom: 12px;
}
.hint {
  color: #555559;
  font-size: 18px;
  line-height: 1.55;
  margin-bottom: 36px;
}
.card {
  border: 1px solid #ececef;
  border-radius: 16px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
  transition: border-color 0.18s, box-shadow 0.18s, transform 0.18s;
}
.card:hover {
  border-color: #e0e0e4;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.07);
  transform: translateY(-3px);
}
.card.sel {
  border-color: var(--red);
  box-shadow: 0 0 0 4px rgba(187, 37, 66, 0.08), 0 8px 24px rgba(0, 0, 0, 0.06);
}
.cards {
  gap: 16px;
}
.next {
  border-radius: 12px;
  padding: 17px 40px;
  letter-spacing: 0.01em;
  box-shadow: 0 2px 10px rgba(187, 37, 66, 0.24);
  transition: transform 0.18s, box-shadow 0.18s;
}
.next:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(187, 37, 66, 0.3);
}
.ghost {
  border-radius: 12px;
  border-width: 1px;
  padding: 14px 28px;
}
.back {
  letter-spacing: 0.01em;
}
.navrow {
  margin-top: 44px;
  gap: 22px;
}
.stepper button {
  border: 1.5px solid #d6d6db;
  color: #111;
  background: #fff;
  transition: all 0.18s;
}
.stepper button:hover {
  border-color: #111;
  background: #111;
  color: #fff;
}
.rail {
  background: #f7f6f5;
  border-radius: 22px;
  padding: 32px 28px 26px;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.02);
}
.rail-label {
  color: #6e6e75;
  letter-spacing: 0.18em;
}
.estimate {
  border-top: 1px solid #e9e7e4;
  padding-top: 20px;
}
.est-label {
  color: #6e6e75;
}
.est-val {
  letter-spacing: -1.2px;
}
.est-month {
  color: #6e6e73;
}
.pick {
  border: 1px solid #e9e7e4;
  color: #6e6e73;
  font-weight: 500;
  padding: 5px 12px;
}
.sw .chip {
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.08);
}
.sw.sel .chip {
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08),
    0 0 0 4px rgba(187, 37, 66, 0.12);
}
.tipbox {
  border-radius: 0 10px 10px 0;
}
.res-box {
  background: #f7f6f5;
  border-radius: 18px;
  padding: 26px;
}
.lead {
  border-top: 1px solid #f0eff2;
  padding-top: 32px;
  margin-top: 36px;
}
.lead input {
  border: 1px solid #e4e4e8;
  border-radius: 12px;
  padding: 15px 17px;
  transition: border-color 0.18s, box-shadow 0.18s;
}
.lead input:focus {
  border-color: var(--red);
  box-shadow: 0 0 0 4px rgba(187, 37, 66, 0.07);
}
.lead-actions .opt {
  border: 1px solid #e9e9ec;
  border-radius: 14px;
  padding: 15px 17px;
  transition: border-color 0.18s, box-shadow 0.18s;
}
.lead-actions .opt:hover {
  border-color: #dcdce0;
}
.lead-actions .opt.sel {
  border-color: var(--red);
  box-shadow: 0 0 0 4px rgba(187, 37, 66, 0.07);
}
.modal {
  border-radius: 22px;
  padding: 32px 30px 28px;
}
.cmp th {
  border-bottom: 1px solid #111;
}
.cmp td {
  border-bottom: 1px solid #f0eff2;
}
.series .card {
  padding: 22px 18px 18px;
}
.intro input {
  border-radius: 12px;
}
.intro .go {
  border-radius: 12px;
}
@media (max-width: 860px) {
  .rail {
    border-radius: 18px;
  }
}

/* ===== NEW: three intro questions ===== */
.dq {
  margin: 0 0 30px;
}
.dq:last-of-type {
  margin-bottom: 24px;
}
.dq-l {
  font-size: 16px;
  font-weight: 800;
  letter-spacing: -0.2px;
  margin: 0 0 11px;
}
.dq-c {
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 8px;
  max-width: 600px;
}
.dq-c .card {
  padding: 12px 13px;
  min-height: 0;
  text-align: left;
  align-items: flex-start;
}
.dq-c .card .t {
  font-size: 13px;
  font-weight: 500;
  text-align: left;
}
@media (max-width: 560px) {
  .dq-c {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ===== NEW: compact mobile progress ===== */
.pcount {
  display: none;
}
@media (max-width: 600px) {
  .progress {
    flex-wrap: nowrap;
    gap: 4px;
    padding: 14px 0 0;
  }
  .progress .pstep {
    flex: 1 1 0;
    flex-basis: auto;
    margin-bottom: 0;
  }
  .progress .pbar {
    height: 6px;
    border-radius: 3px;
  }
  .progress .plab {
    display: none;
  }
  .pcount {
    display: block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--muted);
    margin-top: 8px;
  }
  .step > .eyebrow {
    display: none;
  }
}
@media (max-width: 480px) {
  .progress .pstep {
    flex-basis: auto;
    margin-bottom: 0;
  }
}
