/* Bathtub Installation — Cutaway Spec (unique drafting-room layout) */
:root {
  --fx-navy: #17324d;
  --fx-deep: #0c1c2c;
  --fx-coral: #d96832;
  --fx-ink: #1c2834;
  --fx-muted: #596674;
  --fx-paper: #f6f2ec;
  --fx-sheet: #fffcf8;
  --fx-rule: rgba(23, 50, 77, 0.14);
  --fx-rule-soft: rgba(23, 50, 77, 0.07);
  --fx-serif: "Playfair Display", serif;
  --fx-sans: Inter, sans-serif;
}

.fx-page {
  background:
    linear-gradient(90deg, var(--fx-rule-soft) 1px, transparent 1px) 0 0 / 28px 28px,
    linear-gradient(var(--fx-rule-soft) 1px, transparent 1px) 0 0 / 28px 28px,
    var(--fx-paper);
  color: var(--fx-ink);
}

.fx-wrap {
  width: min(1140px, calc(100% - 2rem));
  margin-inline: auto;
}

.fx-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.fx-reveal.is-in { opacity: 1; transform: none; }
.fx-d1 { transition-delay: 0.08s; }
.fx-d2 { transition-delay: 0.16s; }
.fx-d3 { transition-delay: 0.24s; }

.fx-kicker {
  margin: 0 0 0.55rem;
  font-family: var(--fx-sans);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--fx-coral);
}

.fx-title {
  margin: 0;
  font-family: var(--fx-serif);
  font-size: clamp(1.85rem, 3.8vw, 2.95rem);
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: var(--fx-navy);
}

.fx-lede {
  margin: 0.85rem 0 0;
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--fx-muted);
}

.fx-text {
  margin: 0 0 1rem;
  font-size: 1rem;
  line-height: 1.75;
  color: var(--fx-muted);
}

/* Crop / registration marks */
.fx-sheet {
  position: relative;
  background: var(--fx-sheet);
  border: 1px solid var(--fx-rule);
  box-shadow: 8px 8px 0 rgba(23, 50, 77, 0.06);
}

.fx-sheet::before,
.fx-sheet::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border-color: var(--fx-coral);
  border-style: solid;
  pointer-events: none;
  z-index: 2;
}
.fx-sheet::before {
  top: -1px;
  left: -1px;
  border-width: 2px 0 0 2px;
}
.fx-sheet::after {
  right: -1px;
  bottom: -1px;
  border-width: 0 2px 2px 0;
}

.fx-sheet-marks {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 2;
}
.fx-sheet-marks span {
  position: absolute;
  width: 14px;
  height: 14px;
  border-color: var(--fx-coral);
  border-style: solid;
}
.fx-sheet-marks .tr {
  top: -1px;
  right: -1px;
  border-width: 2px 2px 0 0;
}
.fx-sheet-marks .bl {
  left: -1px;
  bottom: -1px;
  border-width: 0 0 2px 2px;
}

/* ── Spec intro (redesigned) ── */
.fx-intro {
  padding: clamp(3.25rem, 7vw, 5.25rem) 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.55) 0%, transparent 28%),
    linear-gradient(135deg, #f3eee6 0%, #ebe3d6 42%, #e4d9c8 100%);
  position: relative;
  overflow: hidden;
}

.fx-intro::before {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  right: -120px;
  top: -140px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(217, 104, 50, 0.16), transparent 68%);
  pointer-events: none;
}

.fx-intro::after {
  content: "";
  position: absolute;
  width: 280px;
  height: 280px;
  left: -80px;
  bottom: -100px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(23, 50, 77, 0.08), transparent 70%);
  pointer-events: none;
}

.fx-intro-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
  gap: clamp(1.5rem, 4vw, 2.75rem);
  align-items: start;
}

.fx-intro-copy {
  padding: 0.25rem 0;
}

.fx-intro-rule {
  width: 3.5rem;
  height: 3px;
  background: var(--fx-coral);
  margin: 1.1rem 0 1.25rem;
}

.fx-intro .fx-text {
  max-width: 40rem;
}

.fx-reasons {
  list-style: none;
  margin: 1.75rem 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.7rem;
}

.fx-reason {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 0.7rem;
  align-items: center;
  padding: 0.9rem 0.95rem;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(23, 50, 77, 0.1);
  backdrop-filter: blur(6px);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.fx-reason:hover {
  transform: translateY(-2px);
  border-color: rgba(217, 104, 50, 0.45);
  box-shadow: 0 10px 24px rgba(23, 50, 77, 0.08);
}

.fx-reason-num {
  font-family: var(--fx-serif);
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--fx-coral);
  line-height: 1;
}

.fx-reason-text {
  font-size: 0.9rem;
  line-height: 1.4;
  color: var(--fx-ink);
  font-weight: 500;
}

.fx-reason-check {
  width: 1.55rem;
  height: 1.55rem;
  border-radius: 50%;
  background: rgba(217, 104, 50, 0.12);
  color: var(--fx-coral);
  display: grid;
  place-items: center;
  flex-shrink: 0;
}

.fx-intro-side {
  display: block;
}

.fx-form-panel {
  background: #fff;
  border: 1px solid rgba(23, 50, 77, 0.1);
  box-shadow: 0 22px 50px rgba(23, 50, 77, 0.12);
  overflow: hidden;
}

.fx-form-panel-head {
  padding: 1.25rem 1.25rem 1rem;
  background:
    linear-gradient(135deg, #17324d 0%, #214666 100%);
  color: #fff;
}

.fx-form-eyebrow {
  margin: 0 0 0.4rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #f0a57a;
}

.fx-form-panel-head h3 {
  margin: 0 0 0.35rem;
  font-family: var(--fx-serif);
  font-size: 1.25rem;
  color: #fff;
}

.fx-form-panel-head p {
  margin: 0;
  font-size: 0.84rem;
  color: rgba(255, 255, 255, 0.72);
}

.fx-form-panel form,
.fx-form-sheet {
  padding: 1.25rem 1.15rem 1.25rem;
}

.fx-form-sheet h3 {
  margin: 0 0 0.25rem;
  font-family: var(--fx-serif);
  font-size: 1.2rem;
  color: var(--fx-navy);
}

.fx-form-sheet > p {
  margin: 0 0 1rem;
  font-size: 0.84rem;
  color: var(--fx-muted);
}

@media (max-width: 980px) {
  .fx-intro-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .fx-reasons {
    grid-template-columns: 1fr;
  }
}

/* ── Type lookbook ── */
.fx-types {
  padding: clamp(2.75rem, 6vw, 4.5rem) 0;
  background: var(--fx-deep);
  color: #fff;
  position: relative;
  overflow: hidden;
}

.fx-types::before {
  content: "SPEC";
  position: absolute;
  right: -0.5rem;
  top: 1rem;
  font-family: var(--fx-serif);
  font-size: clamp(6rem, 18vw, 14rem);
  font-weight: 700;
  line-height: 0.8;
  color: rgba(255, 255, 255, 0.03);
  pointer-events: none;
}

.fx-types-head {
  max-width: 38rem;
  margin-bottom: 1.75rem;
  position: relative;
  z-index: 1;
}

.fx-types-head .fx-kicker { color: var(--fx-coral); }
.fx-types-head .fx-title { color: #fff; }
.fx-types-head .fx-lede { color: rgba(255, 255, 255, 0.7); }

.fx-lookbook {
  display: grid;
  gap: 0.75rem;
  position: relative;
  z-index: 1;
}

.fx-look {
  display: grid;
  grid-template-columns: 88px minmax(140px, 200px) minmax(0, 1fr);
  gap: 1rem;
  align-items: stretch;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  overflow: hidden;
  transition: background 0.3s ease, transform 0.3s ease;
}

.fx-look:hover {
  background: rgba(255, 255, 255, 0.07);
  transform: translateX(4px);
}

.fx-look-num {
  display: grid;
  place-items: center;
  background: rgba(217, 104, 50, 0.15);
  font-family: var(--fx-serif);
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--fx-coral);
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.fx-look img {
  width: 100%;
  height: 100%;
  min-height: 110px;
  object-fit: cover;
  display: block;
}

.fx-look-body {
  padding: 1rem 1.15rem 1.1rem 0.25rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.fx-look-body h3 {
  margin: 0 0 0.4rem;
  font-family: var(--fx-serif);
  font-size: 1.2rem;
  color: #fff;
}

.fx-look-body p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.68);
}

.fx-types-cta {
  margin-top: 1.75rem;
  position: relative;
  z-index: 1;
}

/* ── Verdict compare with diagonal join ── */
.fx-compare {
  padding: clamp(3rem, 6vw, 4.75rem) 0;
}

.fx-compare-head {
  max-width: 42rem;
  margin-bottom: 1.75rem;
}

.fx-verdicts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  overflow: hidden;
  border: 1px solid var(--fx-rule);
}

.fx-verdict {
  padding: 1.75rem 1.5rem;
  position: relative;
  background: var(--fx-sheet);
}

.fx-verdict.is-rec {
  background: var(--fx-navy);
  color: #fff;
  clip-path: polygon(8% 0, 100% 0, 100% 100%, 0 100%);
  padding-left: 2.5rem;
}

.fx-verdict-eyebrow {
  margin: 0 0 0.45rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--fx-coral);
}

.fx-verdict h3 {
  margin: 0 0 1.1rem;
  font-family: var(--fx-serif);
  font-size: 1.3rem;
}

.fx-verdict:not(.is-rec) h3 { color: var(--fx-navy); }
.fx-verdict.is-rec h3 { color: #fff; padding-right: 4.5rem; }

.fx-tag {
  position: absolute;
  top: 1.1rem;
  right: 1.1rem;
  background: var(--fx-coral);
  color: #fff;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.35rem 0.65rem;
}

.fx-vlist {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.65rem;
}

.fx-vlist li {
  display: flex;
  gap: 0.55rem;
  align-items: flex-start;
  font-size: 0.9rem;
  line-height: 1.5;
}

.fx-verdict:not(.is-rec) .fx-vlist li { color: var(--fx-muted); }
.fx-verdict.is-rec .fx-vlist li { color: rgba(255, 255, 255, 0.82); }
.fx-vlist svg { color: var(--fx-coral); flex-shrink: 0; margin-top: 0.12rem; }
.fx-dot { color: rgba(23, 50, 77, 0.35); }

/* ── Why: offset frames ── */
.fx-why {
  padding: clamp(3rem, 6vw, 4.75rem) 0;
  background: #fff;
}

.fx-why-head {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(220px, 0.8fr);
  gap: 1.5rem;
  align-items: end;
  margin-bottom: 2rem;
}

.fx-offset-frame {
  position: relative;
}

.fx-offset-frame::before {
  content: "";
  position: absolute;
  inset: 10px -10px -10px 10px;
  border: 1px solid var(--fx-coral);
  z-index: 0;
}

.fx-offset-frame img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.fx-matrix {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
}

.fx-matrix-item {
  padding: 1.25rem 1.1rem;
  border: 1px solid var(--fx-rule);
  background: var(--fx-paper);
  position: relative;
  overflow: hidden;
}

.fx-matrix-item::after {
  content: attr(data-n);
  position: absolute;
  right: 0.55rem;
  bottom: -0.35rem;
  font-family: var(--fx-serif);
  font-size: 3rem;
  font-weight: 700;
  color: rgba(23, 50, 77, 0.06);
  line-height: 1;
  pointer-events: none;
}

.fx-matrix-item h3 {
  margin: 0 0 0.45rem;
  font-family: var(--fx-serif);
  font-size: 1.05rem;
  color: var(--fx-navy);
  position: relative;
  z-index: 1;
}

.fx-matrix-item p {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.6;
  color: var(--fx-muted);
  position: relative;
  z-index: 1;
}

/* ── Process route ── */
.fx-process {
  padding: clamp(3rem, 6vw, 4.75rem) 0;
  background:
    linear-gradient(180deg, rgba(23, 50, 77, 0.03), transparent 40%),
    var(--fx-paper);
}

.fx-process-head {
  max-width: 40rem;
  margin-bottom: 2rem;
}

.fx-route {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0.65rem;
  position: relative;
}

.fx-route::before {
  content: "";
  position: absolute;
  left: 4%;
  right: 4%;
  top: 28px;
  height: 2px;
  background: repeating-linear-gradient(
    90deg,
    var(--fx-coral) 0 10px,
    transparent 10px 18px
  );
  opacity: 0.45;
  z-index: 0;
}

.fx-node {
  position: relative;
  z-index: 1;
  background: var(--fx-sheet);
  border: 1px solid var(--fx-rule);
  padding: 0;
  overflow: hidden;
  display: grid;
  grid-template-rows: auto 1fr;
}

.fx-node-top {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 0.8rem 0.55rem;
  border-bottom: 1px dashed var(--fx-rule);
}

.fx-node-dot {
  width: 1.55rem;
  height: 1.55rem;
  border-radius: 50%;
  background: var(--fx-navy);
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 0.7rem;
  font-weight: 700;
  flex-shrink: 0;
}

.fx-node-top strong {
  font-family: var(--fx-serif);
  font-size: 0.92rem;
  color: var(--fx-navy);
  line-height: 1.25;
}

.fx-node img {
  width: 100%;
  height: 88px;
  object-fit: cover;
  display: block;
}

.fx-node p {
  margin: 0;
  padding: 0.7rem 0.8rem 0.9rem;
  font-size: 0.78rem;
  line-height: 1.55;
  color: var(--fx-muted);
}

/* ── Film strip work ── */
.fx-work {
  padding: clamp(3rem, 6vw, 4.75rem) 0;
  background: var(--fx-deep);
  color: #fff;
}

.fx-work-head {
  max-width: 36rem;
  margin-bottom: 1.5rem;
}

.fx-work-head .fx-kicker { color: var(--fx-coral); }
.fx-work-head .fx-title { color: #fff; }

.fx-film {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(240px, 280px);
  gap: 0.65rem;
  overflow-x: auto;
  padding: 0.35rem 0 1.25rem;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

.fx-film::-webkit-scrollbar { height: 6px; }
.fx-film::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.25);
  border-radius: 99px;
}

.fx-frame {
  scroll-snap-align: start;
  background: #0a1622;
  border: 1px solid rgba(255, 255, 255, 0.12);
  position: relative;
}

.fx-frame::before,
.fx-frame::after {
  content: "";
  position: absolute;
  left: 0.45rem;
  right: 0.45rem;
  height: 8px;
  background: repeating-linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.2) 0 8px,
    transparent 8px 14px
  );
  z-index: 2;
  pointer-events: none;
}
.fx-frame::before { top: 0.35rem; }
.fx-frame::after { bottom: 0.35rem; }

.fx-frame img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  display: block;
  padding: 1.1rem 0.55rem;
  box-sizing: border-box;
}

.fx-frame-meta {
  padding: 0 0.85rem 1rem;
}

.fx-frame-meta strong {
  display: block;
  font-family: var(--fx-serif);
  font-size: 1rem;
  margin-bottom: 0.2rem;
}

.fx-frame-meta span {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.7);
}

.fx-frame-meta em {
  display: block;
  margin-top: 0.35rem;
  font-style: normal;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--fx-coral);
}

/* ── Reviews: pull tickets ── */
.fx-reviews {
  padding: clamp(3rem, 6vw, 4.75rem) 0;
}

.fx-reviews-head {
  max-width: 34rem;
  margin-bottom: 1.5rem;
}

.fx-tickets {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.fx-ticket {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  background: var(--fx-sheet);
  border: 1px solid var(--fx-rule);
  position: relative;
  overflow: hidden;
}

.fx-ticket::before {
  content: "";
  position: absolute;
  left: 72px;
  top: 0;
  bottom: 0;
  border-left: 1px dashed var(--fx-rule);
}

.fx-ticket-stub {
  background: var(--fx-navy);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  padding: 1rem 0.5rem;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.fx-ticket-body {
  padding: 1.2rem 1.2rem 1.2rem 1.35rem;
}

.fx-stars {
  display: flex;
  gap: 0.15rem;
  margin-bottom: 0.55rem;
  color: #fbbf24;
}

.fx-ticket-body p {
  margin: 0 0 0.85rem;
  font-family: var(--fx-serif);
  font-size: 0.98rem;
  line-height: 1.65;
  font-style: italic;
  color: var(--fx-ink);
}

.fx-ticket-body cite {
  font-style: normal;
  font-size: 0.85rem;
  color: var(--fx-muted);
}

.fx-ticket-body cite strong {
  color: var(--fx-navy);
}

/* ── Benefits cutaway ── */
.fx-benefits {
  padding: clamp(3rem, 6vw, 4.75rem) 0;
  background: #fff;
}

.fx-benefits-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.85fr) minmax(0, 1.15fr);
  gap: 1.25rem;
  align-items: stretch;
}

.fx-benefits-photo {
  position: relative;
  min-height: 460px;
  overflow: hidden;
}

.fx-benefits-photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fx-benefits-photo::after {
  content: "DELIVERS";
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  font-family: var(--fx-serif);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  color: #fff;
  text-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
  line-height: 1;
}

.fx-benefits-list {
  display: grid;
  gap: 0.65rem;
}

.fx-benefit {
  display: grid;
  grid-template-columns: 4.25rem minmax(0, 1fr);
  gap: 0.85rem;
  padding: 1.15rem 1.1rem;
  border: 1px solid var(--fx-rule);
  background: var(--fx-paper);
}

.fx-benefit-n {
  font-family: var(--fx-serif);
  font-size: 2rem;
  font-weight: 700;
  color: var(--fx-coral);
  line-height: 1;
}

.fx-benefit h3 {
  margin: 0 0 0.35rem;
  font-family: var(--fx-serif);
  font-size: 1.1rem;
  color: var(--fx-navy);
}

.fx-benefit p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.6;
  color: var(--fx-muted);
}

/* ── Areas ── */
.fx-areas {
  padding: clamp(3rem, 6vw, 4.75rem) 0;
}

.fx-areas-head {
  max-width: 40rem;
  margin-bottom: 1.5rem;
}

.fx-areas-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 1.15rem;
}

.fx-map {
  padding: 1.15rem;
}

.fx-map-label {
  text-align: center;
  margin-bottom: 0.65rem;
}

.fx-map-label strong {
  display: block;
  font-family: var(--fx-serif);
  font-size: 1.4rem;
  color: var(--fx-navy);
}

.fx-map-svg {
  position: relative;
  width: 100%;
  padding-bottom: 120%;
}

.fx-map-svg svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  filter: drop-shadow(0 4px 12px rgba(23, 50, 77, 0.12));
}

.fx-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.45rem;
  margin-top: 0.85rem;
}

.fx-stat {
  text-align: center;
  padding: 0.7rem 0.35rem;
  background: rgba(23, 50, 77, 0.04);
  border: 1px dashed var(--fx-rule);
}

.fx-stat strong {
  display: block;
  font-family: var(--fx-serif);
  font-size: 1.25rem;
  color: var(--fx-navy);
}

.fx-stat span {
  font-size: 0.68rem;
  color: var(--fx-muted);
}

.fx-cities {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin: 1.1rem 0 1.25rem;
}

.fx-city {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  padding: 0.4rem 0.65rem;
  background: var(--fx-sheet);
  border: 1px solid var(--fx-rule);
  color: var(--fx-navy);
  font-size: 0.8rem;
  text-decoration: none;
  transition: 0.2s ease;
}

.fx-city:hover {
  background: var(--fx-navy);
  color: #fff;
  border-color: var(--fx-navy);
}

.fx-city svg { color: var(--fx-coral); }
.fx-city:hover svg { color: #fff; }

.fx-note {
  margin-top: 1.1rem;
  padding: 1rem 1.05rem;
  border: 1px dashed var(--fx-coral);
  background: rgba(217, 104, 50, 0.04);
}

.fx-note strong {
  display: block;
  margin-bottom: 0.3rem;
  color: var(--fx-navy);
  font-size: 0.9rem;
}

.fx-note p {
  margin: 0 0 0.45rem;
  font-size: 0.86rem;
  color: var(--fx-muted);
  line-height: 1.55;
}

.fx-note a,
.fx-link {
  color: var(--fx-coral);
  font-weight: 600;
  font-size: 0.86rem;
  text-decoration: none;
}

.fx-note a:hover,
.fx-link:hover { text-decoration: underline; }

.fx-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

/* ── More ── */
.fx-more {
  padding: clamp(2.25rem, 5vw, 3.5rem) 0;
  background: #fff;
}

.fx-more-head {
  text-align: center;
  margin-bottom: 1.2rem;
}

.fx-more-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5rem;
}

.fx-more-a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 3.6rem;
  padding: 0.7rem;
  text-align: center;
  text-decoration: none;
  font-size: 0.84rem;
  font-weight: 600;
  color: var(--fx-navy);
  border: 1px solid var(--fx-rule);
  background: var(--fx-paper);
  transition: 0.2s ease;
}

.fx-more-a:hover {
  background: var(--fx-navy);
  color: #fff;
  border-color: var(--fx-navy);
}

/* ── CTA work order ── */
.fx-cta {
  padding: clamp(3rem, 6vw, 4.75rem) 0;
}

.fx-cta-sheet {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.95fr);
  gap: 0;
  overflow: hidden;
}

.fx-cta-left {
  padding: clamp(1.6rem, 4vw, 2.5rem);
  background:
    linear-gradient(135deg, rgba(12, 28, 44, 0.94), rgba(23, 50, 77, 0.88)),
    url('/assets/images/services--bathtub-installation/free-bathtub-installation-quote-orange-county.avif') center / cover no-repeat;
  color: #fff;
}

.fx-cta-left .fx-kicker { color: var(--fx-coral); }
.fx-cta-left .fx-title { color: #fff; margin-bottom: 0.85rem; }
.fx-cta-left .fx-text { color: rgba(255, 255, 255, 0.78); }

.fx-cta-right {
  padding: clamp(1.35rem, 3vw, 2rem);
  background: var(--fx-sheet);
}

.fx-cta-right h3 {
  margin: 0 0 1rem;
  font-family: var(--fx-serif);
  font-size: 1.2rem;
  color: var(--fx-navy);
}

/* ── FAQs ── */
.fx-faqs {
  padding: clamp(3rem, 6vw, 4.75rem) 0;
  background: #fff;
}

.fx-faqs-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(220px, 0.8fr);
  gap: 1.15rem;
  align-items: start;
}

.fx-faqs-visual {
  position: sticky;
  top: 5.5rem;
  min-height: 420px;
  overflow: hidden;
}

.fx-faqs-visual img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  display: block;
}

.fx-faqs .faq-item {
  border: 1px solid var(--fx-rule);
  background: var(--fx-paper);
  margin-bottom: 0.5rem;
}

.fx-faqs .faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.95rem 1rem;
  background: transparent;
  border: 0;
  cursor: pointer;
  font-family: var(--fx-sans);
  font-size: 0.94rem;
  font-weight: 600;
  color: var(--fx-navy);
  text-align: left;
}

.fx-faqs .faq-answer {
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.fx-faqs .faq-answer p {
  margin: 0;
  padding: 0 1rem 1.05rem;
  font-size: 0.9rem;
  line-height: 1.7;
  color: var(--fx-muted);
}

@media (max-width: 1100px) {
  .fx-route {
    grid-template-columns: repeat(3, 1fr);
  }
  .fx-route::before { display: none; }
}

@media (max-width: 980px) {
  .fx-intro-grid,
  .fx-verdicts,
  .fx-why-head,
  .fx-areas-grid,
  .fx-cta-sheet,
  .fx-faqs-grid,
  .fx-benefits-layout,
  .fx-tickets,
  .fx-look {
    grid-template-columns: 1fr;
  }

  .fx-verdict.is-rec {
    clip-path: none;
    padding-left: 1.5rem;
  }

  .fx-matrix {
    grid-template-columns: 1fr 1fr;
  }

  .fx-more-grid {
    grid-template-columns: 1fr 1fr;
  }

  .fx-look img {
    min-height: 160px;
  }

  .fx-faqs-visual {
    position: static;
    min-height: 260px;
    order: -1;
  }

  .fx-faqs-visual img { min-height: 260px; }

  .fx-benefits-photo {
    min-height: 280px;
  }

  .fx-benefits-photo img {
    position: relative;
    min-height: 280px;
  }

  .fx-ticket-stub {
    writing-mode: horizontal-tb;
    transform: none;
    padding: 0.65rem;
  }

  .fx-ticket {
    grid-template-columns: 1fr;
  }

  .fx-ticket::before {
    left: 0;
    right: 0;
    top: auto;
    height: 0;
    border-left: 0;
    border-top: 1px dashed var(--fx-rule);
  }
}

@media (max-width: 640px) {
  .fx-flags,
  .fx-matrix,
  .fx-route,
  .fx-stats,
  .fx-more-grid,
  .fx-benefit {
    grid-template-columns: 1fr;
  }

  .fx-tag {
    position: static;
    display: inline-block;
    margin-bottom: 0.75rem;
  }

  .fx-verdict.is-rec h3 {
    padding-right: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .fx-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .fx-look { transition: none; }
}
