:root {
  --paper: #fff;
  --mist: #f5f7f6;
  --ink: #062b28;
  --muted: #586c6b;
  --line: #9aa9a7;
  --line-soft: #d9e0df;
  --accent: #d63b08;
  --dark: #032a28;
  --serif: "Iowan Old Style", "Baskerville", "Times New Roman", serif;
  --sans: "Aptos", "Segoe UI", Arial, sans-serif;
  --gutter: clamp(22px, 4.3vw, 70px);
  --ease: 220ms cubic-bezier(.2,.7,.2,1);
}

* { box-sizing: border-box; }
html { color-scheme: light; scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.5; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
svg { display: block; }
[hidden] { display: none !important; }
.sr-only { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 14px; top: -80px; z-index: 100; padding: 10px 15px; color: #fff; background: var(--dark); text-decoration: none; transition: top var(--ease); }
.skip-link:focus { top: 14px; }

.showcase-header { height: 76px; padding: 0 var(--gutter); display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--ink); background: rgba(255,255,255,.96); position: relative; z-index: 10; }
.showcase-brand { font-size: 17px; font-weight: 750; letter-spacing: .09em; text-decoration: none; }
.showcase-header-nav { display: flex; align-items: center; gap: clamp(16px, 2.5vw, 36px); }
.showcase-value-link { color: var(--muted); font-size: 14px; font-weight: 650; text-decoration: none; }
.showcase-value-link:hover { color: var(--accent); }
.portfolio-link { position: relative; padding: 7px 0; font-size: 16px; text-decoration: none; }
.portfolio-link::after { content: ""; position: absolute; left: 0; right: 0; bottom: 1px; height: 2px; background: var(--accent); transform-origin: left; transition: transform var(--ease); }
.portfolio-link:hover::after { transform: scaleX(.62); }
.portfolio-link:focus-visible, .showcase-value-link:focus-visible, .showcase-brand:focus-visible, .showcase-button:focus-visible, .showcase-faq button:focus-visible, .dialog-close:focus-visible, input:focus-visible, textarea:focus-visible { outline: 3px solid color-mix(in srgb, var(--accent) 65%, white); outline-offset: 3px; }

.showcase-hero { min-height: 790px; position: relative; overflow: hidden; border-bottom: 1px solid var(--ink); background: var(--paper); }
.hero-copy { position: relative; z-index: 2; width: min(920px, 72vw); padding: clamp(54px, 6.2vw, 94px) 0 54px var(--gutter); }
.hero-copy h1 { width: 92vw; margin: 0; font-family: var(--serif); font-size: clamp(76px, 8.1vw, 126px); font-weight: 500; line-height: .89; letter-spacing: -.065em; white-space: nowrap; }
.hero-lead { max-width: 620px; margin: 44px 0 0; font-size: clamp(20px, 1.7vw, 27px); line-height: 1.5; letter-spacing: -.018em; }
.hero-lead::after { content: ""; display: block; width: 80px; height: 2px; margin-top: 30px; background: var(--accent); }
.availability-line { display: flex; align-items: center; gap: 11px; margin: 30px 0 0; font-size: 20px; }
.availability-line > span { width: 9px; height: 9px; border-radius: 50%; background: var(--accent); }
.hero-art { position: absolute; z-index: 1; top: 68px; right: -36px; width: min(58vw, 880px); height: calc(100% - 68px); color: #74908f; pointer-events: none; }
.showcase-motif { width: 100%; height: 100%; overflow: visible; fill: none; stroke: currentColor; stroke-width: 1.15; }
.motif-fine { opacity: .3; stroke-width: .8; }
.motif-main, .motif-horizon, .motif-landmark { opacity: .72; stroke-width: 1.5; }
.motif-accent { stroke: var(--accent); stroke-width: 2; }
.motif-accent-fill, .motif-pins circle { fill: var(--accent); stroke: var(--accent); }
.motif-sun { fill: var(--accent); stroke: none; opacity: .82; }
.motif-pins circle { opacity: .92; }

.showcase-pricing { width: min(800px, calc(100vw - 2 * var(--gutter))); margin-top: 32px; display: grid; grid-template-columns: 1fr 1fr; column-gap: 38px; }
.pricing-choice { min-width: 0; display: flex; flex-direction: column; align-items: flex-start; }
.pricing-choice + .pricing-choice { padding-left: 38px; border-left: 1px solid var(--ink); }
.pricing-choice > span { font-size: 18px; font-weight: 650; }
.pricing-choice > strong { margin-top: 4px; color: var(--accent); font-family: var(--serif); font-size: clamp(52px, 4.7vw, 73px); font-weight: 500; line-height: 1; letter-spacing: -.045em; white-space: nowrap; }
.pricing-choice > strong small { font-family: var(--sans); font-size: 20px; font-weight: 650; letter-spacing: -.02em; }
.pricing-choice > p { margin: 10px 0 0; font-size: 18px; }
.pricing-choice > p b, .pricing-comparison b { color: var(--accent); }
.pricing-comparison { margin-top: 3px; color: var(--muted); font-size: 15px; }
.showcase-button { min-height: 58px; margin-top: 24px; padding: 0 24px; border: 1px solid var(--ink); border-radius: 0; display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; color: var(--ink); background: transparent; font-size: 17px; font-weight: 650; cursor: pointer; transition: color var(--ease), background var(--ease), border-color var(--ease); }
.button-primary { min-width: 270px; color: #fff; background: var(--accent); border-color: var(--accent); }
.button-primary:hover { background: var(--ink); border-color: var(--ink); }
.button-secondary { min-width: 270px; }
.button-secondary:hover { color: #fff; background: var(--ink); }
.arrow-icon { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 1.55; stroke-linecap: round; stroke-linejoin: round; transition: transform var(--ease); }
.showcase-button:hover .arrow-icon { transform: translateX(5px); }
.pricing-footnote, .payment-note { grid-column: 1 / -1; }
.pricing-footnote { max-width: 780px; margin: 25px 0 0; color: #344d4c; font-size: 13px; line-height: 1.45; }
.payment-note { margin: 6px 0 0; color: var(--muted); font-size: 13px; }

.showcase-opportunity { padding: 62px var(--gutter); display: grid; grid-template-columns: minmax(310px, .8fr) minmax(620px, 1.45fr); gap: clamp(44px, 7vw, 112px); align-items: center; }
.opportunity-copy h2, .acquisition-band h2 { margin: 0; font-family: var(--serif); font-size: clamp(42px, 4vw, 64px); font-weight: 500; line-height: 1.02; letter-spacing: -.045em; }
.opportunity-copy p { max-width: 590px; margin: 22px 0 0; font-size: 17px; line-height: 1.65; }
.fit-rail { display: grid; grid-template-columns: 1.25fr repeat(3, 1fr); border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.fit-rail article { min-height: 122px; padding: 20px; display: flex; align-items: center; gap: 14px; }
.fit-rail article + article { border-left: 1px solid var(--line); }
.fit-rail svg { width: 42px; height: 42px; flex: 0 0 auto; fill: none; stroke: var(--ink); stroke-width: 1.35; stroke-linecap: round; stroke-linejoin: round; }
.fit-rail .accent-stroke { stroke: var(--accent); stroke-width: 2; }
.fit-rail span { display: block; margin-bottom: 3px; color: var(--muted); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }
.fit-rail strong { display: block; font-size: 13px; font-weight: 650; line-height: 1.4; }

.acquisition-band { position: relative; min-height: 330px; padding: 60px var(--gutter); display: grid; grid-template-columns: minmax(320px, .75fr) minmax(720px, 1.65fr); grid-template-rows: auto auto; align-items: center; column-gap: 70px; overflow: hidden; color: #fff; background: var(--dark); }
.acquisition-band > *:not(.band-motif) { position: relative; z-index: 2; }
.band-motif { position: absolute; inset: 0 -12% 0 42%; color: #8ca09f; opacity: .17; }
.band-motif .showcase-motif { height: 100%; }
.acquisition-band h2 { color: #fff; }
.acquisition-band .showcase-pricing { width: 100%; margin: 0; color: #fff; }
.acquisition-band .pricing-choice + .pricing-choice { border-left-color: rgba(255,255,255,.6); }
.acquisition-band .pricing-choice > strong { font-size: clamp(45px, 3.8vw, 62px); }
.acquisition-band .pricing-choice > p, .acquisition-band .pricing-comparison { color: #fff; }
.acquisition-band .button-secondary { color: #fff; border-color: #fff; }
.acquisition-band .button-secondary:hover { color: var(--ink); background: #fff; }
.acquisition-band .pricing-footnote, .acquisition-band .payment-note { display: none; }
.acquisition-band .showcase-button { min-width: 230px; min-height: 54px; }
.site-addon-note { grid-column: 2; margin: 12px 0 0; color: #d6e1e0; font-size: 13px; }

.showcase-faq { padding: 28px var(--gutter) 46px; }
.showcase-faq article { border-bottom: 1px solid var(--line); }
.showcase-faq h2 { margin: 0; }
.showcase-faq button { width: 100%; min-height: 70px; padding: 0; border: 0; display: flex; align-items: center; justify-content: space-between; color: var(--ink); background: transparent; font-family: var(--sans); font-size: 17px; text-align: left; cursor: pointer; }
.showcase-faq button span { position: relative; width: 22px; height: 22px; flex: 0 0 auto; }
.showcase-faq button span::before, .showcase-faq button span::after { content: ""; position: absolute; left: 3px; right: 3px; top: 10px; height: 1px; background: var(--ink); transition: transform var(--ease); }
.showcase-faq button span::after { transform: rotate(90deg); }
.showcase-faq button[aria-expanded="true"] span::after { transform: rotate(0); }
.showcase-faq article > div { max-width: 720px; padding: 0 0 20px; color: var(--muted); }
.showcase-faq article > div p { margin: 0; }

.showcase-footer { min-height: 106px; padding: 24px var(--gutter); border-top: 1px solid var(--ink); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 28px; }
.showcase-footer div { display: grid; gap: 2px; }
.showcase-footer strong { font-size: 14px; letter-spacing: .08em; }
.showcase-footer span, .showcase-footer small { color: var(--muted); font-size: 12px; }
.showcase-footer a { position: relative; font-size: 13px; text-decoration: none; }
.showcase-footer a::after { content: ""; position: absolute; left: 0; right: 0; bottom: -3px; height: 1px; background: var(--accent); }
.showcase-footer > small { justify-self: end; }

.family-travel { --ink: #09243b; --muted: #536879; --line: #91a0ab; --dark: #07253a; }
.family-property-professional { --ink: #10283a; --muted: #596c78; --line: #91a0a9; --dark: #08243a; }
.family-travel .showcase-opportunity, .family-property-professional .showcase-opportunity { grid-template-columns: minmax(390px, .75fr) minmax(680px, 1.4fr); }
.family-travel .hero-art { width: min(62vw, 960px); }
.family-property-professional .hero-art { width: min(63vw, 980px); }

.showcase-dialog { width: min(760px, calc(100vw - 24px)); max-height: calc(100dvh - 24px); margin: auto; padding: 0; border: 1px solid var(--line); border-radius: 5px; color: var(--ink); background: #fff; box-shadow: 0 24px 80px rgba(2,26,24,.25); overflow: auto; }
.showcase-dialog::backdrop { background: rgba(2,25,24,.77); }
.dialog-close { position: absolute; top: 14px; right: 14px; z-index: 2; width: 36px; height: 36px; padding: 9px; border: 1px solid var(--line); border-radius: 50%; color: var(--ink); background: #fff; cursor: pointer; }
.dialog-close svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 1.5; }
.dialog-heading { padding: 22px 64px 8px 28px; }
.dialog-heading h2 { margin: 0 0 4px; font-family: var(--serif); font-size: 30px; font-weight: 500; line-height: 1.05; letter-spacing: -.04em; }
.dialog-heading p { margin: 0; color: var(--muted); font-size: 12px; }
.dialog-availability { height: 38px; margin: 0 28px 9px; padding: 0 12px; border: 1px solid color-mix(in srgb, var(--accent) 28%, var(--line)); display: flex; align-items: center; gap: 9px; color: var(--ink); background: color-mix(in srgb, var(--accent) 7%, #fff); font-size: 13px; }
.dialog-availability i { width: 20px; height: 20px; border-radius: 50%; display: grid; place-items: center; color: #fff; background: var(--accent); font-size: 11px; font-style: normal; }
#showcase-inquiry-form { padding: 0 28px 18px; display: grid; gap: 8px; }
.intent-options { padding: 0; margin: 0; border: 0; display: grid; grid-template-columns: 1fr; gap: 6px; }
.intent-options legend { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.intent-options label, .website-option { min-height: 40px; padding: 0 12px; border: 1px solid var(--line); border-radius: 3px; display: flex; align-items: center; gap: 10px; color: var(--ink); cursor: pointer; }
.intent-options label:has(input:checked), .website-option:has(input:checked) { border-color: var(--accent); background: color-mix(in srgb, var(--accent) 7%, #fff); }
.intent-options input, .website-option input { width: 17px; height: 17px; margin: 0; flex: 0 0 auto; accent-color: var(--accent); }
.intent-options span, .website-option span { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 15px; font-size: 13px; }
.intent-options b, .website-option b { color: var(--ink); font-weight: 750; }
.dialog-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 10px; }
.dialog-fields label { display: grid; gap: 3px; }
.dialog-fields label > span { color: var(--ink); font-size: 11px; font-weight: 650; letter-spacing: 0; text-transform: none; }
.dialog-fields input, .dialog-fields textarea { width: 100%; padding: 7px 10px; border: 1px solid var(--line); border-radius: 3px; color: var(--ink); background: #fff; font: inherit; font-size: 14px; outline: none; }
.dialog-fields input { height: 38px; }
.dialog-fields textarea { height: 54px; resize: none; }
.dialog-fields input:focus, .dialog-fields textarea:focus { border-color: var(--accent); box-shadow: 0 0 0 2px color-mix(in srgb, var(--accent) 12%, transparent); }
.field-wide { grid-column: 1 / -1; }
.honeypot { position: absolute; left: -10000px; }
.form-error { padding: 8px 10px; margin: 0; border: 1px solid #c46f67; color: #8b2922; background: #fff0ef; font-size: 11px; line-height: 1.35; }
.form-error[hidden] { display: none; }
.dialog-submit { width: 100%; min-height: 42px; justify-content: center; margin: 0; font-size: 12px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.form-note { margin: 0; color: var(--muted); font-size: 10px; line-height: 1.35; text-align: center; }
.form-note a { color: inherit; font-weight: 700; }
.dialog-success { padding: 52px 32px; }
.dialog-success h3 { margin: 0; font-family: var(--serif); font-size: 42px; font-weight: 500; }
.dialog-success p { color: var(--muted); }

@media (max-width: 1100px) {
  .showcase-hero { min-height: 820px; }
  .hero-copy { width: 84vw; }
  .hero-art { opacity: .55; }
  .showcase-opportunity, .family-travel .showcase-opportunity, .family-property-professional .showcase-opportunity { grid-template-columns: 1fr; gap: 40px; }
  .acquisition-band { grid-template-columns: 1fr; row-gap: 30px; }
  .acquisition-band .showcase-pricing { width: min(800px, 100%); }
  .site-addon-note { grid-column: 1; }
}

@media (max-width: 720px) {
  .showcase-header { height: 64px; }
  .showcase-brand { font-size: 13px; }
  .showcase-header-nav { gap: 12px; }
  .showcase-value-link, .portfolio-link { font-size: 12px; }
  .showcase-hero { min-height: auto; }
  .hero-copy { width: 100%; padding: 42px var(--gutter) 50px; }
  .hero-copy h1 { width: auto; font-size: clamp(29px, 9.6vw, 48px); line-height: .95; letter-spacing: -.058em; }
  .hero-lead { margin-top: 25px; font-size: 17px; line-height: 1.5; }
  .hero-lead::after { width: 54px; margin-top: 20px; }
  .availability-line { margin-top: 22px; font-size: 16px; }
  .hero-art { top: 50px; right: -120px; width: 125vw; height: 420px; opacity: .22; }
  .showcase-pricing { width: 100%; margin-top: 25px; grid-template-columns: 1fr; gap: 25px; }
  .pricing-choice { position: relative; z-index: 2; }
  .pricing-choice + .pricing-choice { padding: 24px 0 0; border-left: 0; border-top: 1px solid var(--ink); }
  .pricing-choice > span { font-size: 15px; }
  .pricing-choice > strong { font-size: clamp(48px, 15vw, 64px); }
  .pricing-choice > strong small { font-size: 17px; }
  .pricing-choice > p { font-size: 16px; }
  .showcase-button { width: 100%; min-width: 0; min-height: 54px; }
  .pricing-footnote { margin-top: 0; font-size: 12px; }
  .showcase-opportunity, .family-travel .showcase-opportunity, .family-property-professional .showcase-opportunity { padding-top: 44px; padding-bottom: 44px; gap: 30px; }
  .opportunity-copy h2, .acquisition-band h2 { font-size: 39px; }
  .opportunity-copy p { font-size: 15px; }
  .fit-rail { grid-template-columns: 1fr 1fr; }
  .fit-rail article { min-height: 112px; padding: 15px 12px; }
  .fit-rail article:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }
  .fit-rail article:nth-child(4) { border-top: 1px solid var(--line); }
  .fit-rail svg { width: 34px; height: 34px; }
  .acquisition-band { min-height: 0; padding-top: 48px; padding-bottom: 48px; gap: 26px; }
  .acquisition-band .showcase-pricing { grid-template-columns: 1fr; }
  .acquisition-band .pricing-choice + .pricing-choice { border-top-color: rgba(255,255,255,.5); }
  .acquisition-band .pricing-choice > strong { font-size: 52px; }
  .site-addon-note { margin-top: 0; }
  .showcase-faq { padding-top: 18px; padding-bottom: 34px; }
  .showcase-faq button { min-height: 64px; font-size: 15px; }
  .showcase-footer { grid-template-columns: 1fr auto; min-height: 120px; }
  .showcase-footer > a { justify-self: end; }
  .showcase-footer > small { grid-column: 1 / -1; justify-self: start; }
  .showcase-dialog { width: calc(100vw - 16px); max-height: calc(100dvh - 16px); }
  .dialog-heading { padding: 14px 50px 7px 14px; }
  .dialog-heading h2 { font-size: 23px; }
  .dialog-heading p { font-size: 11px; }
  .dialog-availability { height: 34px; margin: 0 14px 6px; padding: 0 9px; }
  #showcase-inquiry-form { padding: 0 14px 12px; gap: 6px; }
  .intent-options, .dialog-fields { grid-template-columns: 1fr; }
  .intent-options label, .website-option { min-height: 38px; padding: 0 9px; }
  .intent-options span, .website-option span { font-size: 12px; }
  .dialog-fields input { height: 35px; }
  .dialog-fields textarea { height: 48px; }
  .field-wide { grid-column: 1; }
  .dialog-submit { min-height: 39px; }
  .form-note { font-size: 9px; }
  .dialog-close { top: 10px; right: 10px; width: 32px; height: 32px; padding: 8px; }
}

/* Dedicated DesMoines plumbing proof theme — approved domain-for-sale split */
.theme-plumbing-fleet {
  --paper: #fff;
  --ink: #061431;
  --muted: #46536c;
  --line: #aab4c5;
  --line-soft: #c8d0dc;
  --accent: #0868ee;
  --dark: #061431;
  width: 100%;
  height: 100svh;
  min-height: 100svh;
  overflow: hidden;
  background: #fff;
}

.plumbing-header {
  position: relative;
  z-index: 10;
  height: 48px;
  padding: 0 clamp(20px, 2.4vw, 38px);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  overflow: hidden;
  color: #fff;
  background: #063fbd;
}
.plumbing-header::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: -40px;
  left: 51%;
  width: 190px;
  height: 130px;
  border-left: 10px solid #fff;
  border-right: 22px solid #1588ff;
  transform: skewX(-34deg);
  opacity: .95;
}
.plumbing-header-nav { margin-left: auto; display: flex; align-items: center; }
.plumbing-listing { display: inline-flex; align-items: center; gap: 9px; color: inherit; font-size: 14px; font-weight: 700; text-decoration: none; }
.plumbing-listing .arrow-icon { width: 18px; height: 18px; }
.plumbing-listing:focus-visible { outline: 3px solid #fff; outline-offset: 4px; }

.plumbing-hero {
  height: calc(100svh - 48px);
  min-height: 0;
  display: grid;
  grid-template-columns: minmax(0, 56%) minmax(480px, 44%);
  grid-template-rows: minmax(0, 1fr);
  overflow: hidden;
  background: #fff;
}
.plumbing-proof {
  position: relative;
  min-width: 0;
  min-height: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  background: #0b4cc6;
}
.plumbing-proof picture,
.plumbing-proof img { width: 100%; height: 100%; display: block; }
.plumbing-proof img { object-fit: cover; object-position: center; }
.plumbing-proof-note {
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 1;
  margin: 0;
  padding: 7px 10px;
  color: #fff;
  background: rgba(6,20,49,.84);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: .08em;
  line-height: 1;
  text-transform: uppercase;
}

@media (min-width: 821px) and (min-aspect-ratio: 16/9) {
  .plumbing-proof {
    background:
      linear-gradient(168deg, transparent 0 24%, #fff 24.2% 28%, transparent 28.2%),
      linear-gradient(168deg, #0b4cc6 0 35%, #1396ef 35.2% 51%, #0b4cc6 51.2% 100%);
  }
  .plumbing-proof img {
    object-fit: contain;
    object-position: center top;
  }
}

@media (min-width: 821px) and (min-aspect-ratio: 2/1) {
  .plumbing-hero {
    grid-template-columns: calc((100svh - 48px) * 1.5) minmax(480px, 1fr);
  }
  .theme-plumbing-fleet .plumbing-offer h1 {
    font-size: 56px;
  }
}

.plumbing-offer {
  --offer-inline-padding: clamp(32px, 3.7vw, 56px);
  min-width: 0;
  height: 100%;
  padding: clamp(30px, 3.8vh, 42px) var(--offer-inline-padding) 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  background: #fff;
}
.plumbing-offer h1 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(44px, 3.65vw, 58px);
  font-weight: 800;
  line-height: .96;
  letter-spacing: -.058em;
  text-align: center;
}
@media (min-width: 821px) {
  .plumbing-offer h1 {
    width: calc(100% + var(--offer-inline-padding) + var(--offer-inline-padding));
    margin-right: calc(-1 * var(--offer-inline-padding));
    margin-left: calc(-1 * var(--offer-inline-padding));
  }
}
.plumbing-domain,
.plumbing-sale-line { display: block; }
.plumbing-domain { white-space: nowrap; }
.plumbing-domain b { color: var(--accent); font-weight: inherit; }
.plumbing-sale-line { margin-top: 5px; }
.plumbing-offer h2 {
  max-width: 560px;
  margin: clamp(23px, 3vh, 32px) 0 0;
  color: var(--ink);
  font-size: clamp(18px, 1.55vw, 23px);
  font-weight: 780;
  line-height: 1.15;
  letter-spacing: -.032em;
}
.plumbing-lead {
  max-width: 570px;
  margin: clamp(23px, 2.8vh, 30px) 0 0;
  color: #293852;
  font-size: clamp(14px, 1.08vw, 16px);
  line-height: 1.42;
  letter-spacing: -.015em;
}
.plumbing-lead strong { color: var(--ink); font-weight: 780; }
.plumbing-channels { margin-top: clamp(21px, 2.6vh, 28px); color: #293852; font-size: clamp(14px, 1.08vw, 16px); }
.plumbing-channels p { margin: 0; color: var(--ink); font-weight: 750; }
.plumbing-channels ul { margin: 10px 0 0; padding: 0; display: grid; gap: 8px; list-style: none; }
.plumbing-channels li { position: relative; padding-left: 27px; line-height: 1.35; }
.plumbing-channels li::before { content: ""; position: absolute; left: 2px; top: .48em; width: 9px; height: 9px; border-radius: 50%; background: var(--accent); }

.plumbing-pricing { margin-top: clamp(25px, 3.2vh, 34px); border-top: 1px solid var(--line); }
.plumbing-price {
  min-width: 0;
  padding: clamp(18px, 2.2vh, 24px) 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(190px, 228px);
  align-items: center;
  gap: clamp(16px, 2vw, 28px);
  border-bottom: 1px solid var(--line);
}
.plumbing-price-copy { min-width: 0; }
.plumbing-price-label {
  display: block;
  margin-bottom: 7px;
  color: var(--ink);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .065em;
  text-transform: uppercase;
}
.plumbing-price-copy > strong {
  display: block;
  color: var(--accent);
  font-size: clamp(42px, 3.45vw, 54px);
  font-weight: 790;
  line-height: .92;
  letter-spacing: -.058em;
  white-space: nowrap;
}
.plumbing-price-copy > strong small {
  margin-left: 3px;
  color: var(--accent);
  font-size: clamp(13px, 1.1vw, 17px);
  font-weight: 750;
  letter-spacing: -.02em;
}
.plumbing-price-copy > p { margin: 9px 0 0; color: #31405a; font-size: 15px; line-height: 1.25; }
.plumbing-price-copy > p b { color: var(--ink); }
.plumbing-price-explainer { display: block; margin-top: 7px; color: #31405a; font-size: 14px; line-height: 1.25; }
.plumbing-pricing-footnote { margin: 7px 0 0; color: #5d6980; font-size: 11px; line-height: 1.25; }
.theme-plumbing-fleet .plumbing-price .showcase-button {
  width: 100%;
  min-width: 0;
  min-height: 68px;
  margin: 0;
  padding: 0 20px;
  gap: 14px;
  border-radius: 0;
  font-size: 15px;
  text-align: left;
}
.theme-plumbing-fleet .plumbing-price .button-primary { color: #fff; background: var(--accent); border-color: var(--accent); }
.theme-plumbing-fleet .plumbing-price .button-secondary { color: var(--accent); background: #fff; border-color: var(--accent); }
.theme-plumbing-fleet .plumbing-price .button-primary:hover { background: #074cad; border-color: #074cad; }
.theme-plumbing-fleet .plumbing-price .button-secondary:hover { color: #fff; background: var(--accent); }
.theme-plumbing-fleet .showcase-dialog { --accent: #0868ee; }
.theme-plumbing-fleet .dialog-heading h2,
.theme-plumbing-fleet .dialog-success h3 { font-family: var(--sans); font-weight: 760; }

@media (max-width: 1120px) {
  .plumbing-hero { grid-template-columns: minmax(0, 50%) minmax(470px, 50%); }
  .plumbing-offer { --offer-inline-padding: 30px; padding-right: var(--offer-inline-padding); padding-left: var(--offer-inline-padding); }
  .plumbing-offer h1 { font-size: clamp(40px, 4.2vw, 48px); }
  .plumbing-offer h2 { font-size: clamp(18px, 2vw, 22px); }
  .plumbing-price { grid-template-columns: minmax(0, 1fr) 185px; gap: 14px; }
  .plumbing-price-copy > strong { font-size: clamp(39px, 4.5vw, 49px); }
}

@media (min-width: 821px) and (max-height: 850px) {
  .plumbing-offer { padding-top: 22px; padding-bottom: 12px; }
  .plumbing-offer h2 { margin-top: 16px; }
  .plumbing-lead { margin-top: 15px; line-height: 1.35; }
  .plumbing-channels { margin-top: 14px; }
  .plumbing-channels ul { margin-top: 6px; gap: 5px; }
  .plumbing-pricing { margin-top: 16px; }
  .plumbing-price { padding: 14px 0; }
  .plumbing-pricing-footnote { margin-top: 5px; }
}

@media (min-width: 821px) and (max-height: 800px) {
  .plumbing-offer { padding-top: 16px; padding-bottom: 12px; }
  .plumbing-offer h1 { font-size: clamp(36px, 3.3vw, 43px); }
  .plumbing-sale-line { margin-top: 2px; }
  .plumbing-offer h2 { margin-top: 13px; font-size: 17px; }
  .plumbing-lead { margin-top: 12px; font-size: 12.5px; line-height: 1.3; }
  .plumbing-channels { margin-top: 11px; font-size: 12.5px; }
  .plumbing-channels ul { margin-top: 5px; gap: 3px; }
  .plumbing-channels li { padding-left: 20px; }
  .plumbing-channels li::before { width: 7px; height: 7px; }
  .plumbing-pricing { margin-top: 12px; }
  .plumbing-price { padding: 9px 0; }
  .plumbing-price-label { margin-bottom: 2px; font-size: 10px; }
  .plumbing-price-copy > strong { font-size: clamp(36px, 3.2vw, 42px); }
  .plumbing-price-copy > strong small { font-size: 12px; }
  .plumbing-price-copy > p { margin-top: 4px; font-size: 12px; }
  .plumbing-price-explainer { margin-top: 3px; font-size: 11px; }
  .theme-plumbing-fleet .plumbing-price .showcase-button { min-height: 52px; }
}

@media (min-width: 821px) and (max-height: 600px) {
  .plumbing-offer {
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

@media (max-width: 820px) {

  .plumbing-header { height: 46px; padding: 0 18px; }
  .plumbing-header::after { left: 38%; opacity: .62; }
  .plumbing-listing { min-height: 44px; font-size: 11px; }
  .plumbing-listing .arrow-icon { width: 15px; height: 15px; }
  .plumbing-hero { min-height: calc(100svh - 46px); height: calc(100svh - 46px); display: block; overflow: hidden; }
  .plumbing-proof { min-height: 0; height: min(190px, 24svh); }
  .plumbing-proof img { object-fit: cover; object-position: center; }
  .plumbing-proof-note { display: none; }
  .plumbing-offer { height: calc(100% - min(190px, 24svh)); padding: 12px 18px 10px; justify-content: space-between; }
  .plumbing-offer h1 { font-size: clamp(27px, 7.4vw, 30px); line-height: .94; }
  .plumbing-sale-line { margin-top: 2px; }
  .plumbing-offer h2 { max-width: 350px; margin-top: 8px; font-size: 16px; line-height: 1.12; }
  .plumbing-lead { margin-top: 8px; font-size: 11.5px; line-height: 1.28; }
  .plumbing-channels { margin-top: 8px; font-size: 11.5px; }
  .plumbing-channels ul { margin-top: 4px; gap: 2px; }
  .plumbing-channels li { padding-left: 17px; line-height: 1.25; }
  .plumbing-channels li::before { left: 1px; top: .38em; width: 6px; height: 6px; }
  .plumbing-pricing { margin-top: 8px; }
  .plumbing-price { padding: 8px 0; grid-template-columns: minmax(0, 1fr) 137px; gap: 10px; }
  .plumbing-price-label { margin-bottom: 3px; font-size: 9px; }
  .plumbing-price-copy > strong { font-size: clamp(30px, 8.8vw, 36px); }
  .plumbing-price-copy > strong small { margin-left: 2px; font-size: 9px; }
  .plumbing-price-copy > p { margin-top: 4px; font-size: 10.5px; line-height: 1.2; }
  .plumbing-price-explainer { margin-top: 3px; font-size: 9.5px; line-height: 1.15; }
  .plumbing-pricing-footnote { margin-top: 5px; font-size: 9px; }
  .theme-plumbing-fleet .plumbing-price .showcase-button { min-height: 44px; padding: 0 11px; font-size: 11px; gap: 6px; }
  .theme-plumbing-fleet .plumbing-price .arrow-icon { width: 18px; height: 18px; }
}

@media (max-width: 370px) {
  .plumbing-listing { gap: 4px; }
  .plumbing-listing .arrow-icon { display: none; }
  .plumbing-proof { height: min(176px, 23svh); }
  .plumbing-offer { height: calc(100% - min(176px, 23svh)); padding-right: 15px; padding-left: 15px; }
  .plumbing-price { grid-template-columns: minmax(0, 1fr) 124px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
/* Safe default direct-domain template — asset-light split inspired by DesMoines.plumbing */
.theme-default-market {
  --default-accent: #1267df;
  --default-accent-deep: #0849a8;
  --default-dark: #071b38;
  --default-soft: #eaf2ff;
  --paper: #fff;
  --ink: #071b38;
  --muted: #526176;
  --line: #a9b5c6;
  --line-soft: #d7dee8;
  --accent: var(--default-accent);
  --dark: var(--default-dark);
  min-height: 100svh;
  overflow-x: hidden;
  background: #fff;
}
.theme-default-market.family-travel {
  --default-accent: #c2410c;
  --default-accent-deep: #9c3213;
  --default-dark: #12253d;
  --default-soft: #fff0e8;
}
.theme-default-market.family-property-professional {
  --default-accent: #18745f;
  --default-accent-deep: #0c5142;
  --default-dark: #0b2930;
  --default-soft: #e7f4ef;
}
.default-market-header {
  position: relative;
  z-index: 10;
  min-height: 52px;
  padding: 0 clamp(22px, 3vw, 46px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  color: #fff;
  background: var(--default-dark);
}
.default-market-header::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: -62px;
  right: 17%;
  width: 260px;
  height: 170px;
  border-right: 28px solid color-mix(in srgb, var(--default-accent) 78%, #fff);
  border-left: 11px solid rgba(255,255,255,.92);
  transform: skewX(-33deg);
  opacity: .82;
}
.default-market-brand {
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .13em;
  text-decoration: none;
}
.default-market-header-nav { display: flex; align-items: center; gap: clamp(18px, 3vw, 38px); }
.default-market-header-nav > span { display: inline-flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 700; }
.default-market-header-nav > span i { width: 8px; height: 8px; border-radius: 50%; background: #6ee7a2; box-shadow: 0 0 0 5px rgba(110,231,162,.13); }
.default-market-header-nav > a { display: inline-flex; align-items: center; gap: 8px; color: #fff; font-size: 13px; font-weight: 750; text-decoration: none; }
.default-market-header-nav .arrow-icon { width: 17px; height: 17px; }
.default-market-brand:focus-visible,
.default-market-header-nav a:focus-visible,
.default-market-value-link:focus-visible { outline: 3px solid #fff; outline-offset: 4px; }

.default-market-hero {
  min-height: calc(100svh - 52px);
  display: grid;
  grid-template-columns: minmax(0, 52%) minmax(480px, 48%);
  border-bottom: 1px solid var(--ink);
  background: #fff;
}
.default-market-proof {
  position: relative;
  min-width: 0;
  min-height: 690px;
  margin: 0;
  overflow: hidden;
  isolation: isolate;
  color: #fff;
  background:
    linear-gradient(145deg, transparent 0 52%, rgba(255,255,255,.08) 52.2% 59%, transparent 59.2%),
    linear-gradient(155deg, var(--default-dark) 0 47%, var(--default-accent-deep) 47.2% 70%, var(--default-accent) 70.2% 100%);
}
.default-market-proof::before,
.default-market-proof::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 50%;
  pointer-events: none;
}
.default-market-proof::before { width: 520px; height: 520px; top: -230px; right: -160px; }
.default-market-proof::after { width: 390px; height: 390px; bottom: -220px; left: -150px; }
.default-market-motif { position: absolute; inset: 3% -18% 12% 18%; z-index: -1; color: rgba(255,255,255,.72); opacity: .3; }
.default-market-motif .showcase-motif { width: 100%; height: 100%; }
.default-market-motif .motif-accent,
.default-market-motif .motif-accent-fill,
.default-market-motif .motif-pins circle,
.default-market-motif .motif-sun { stroke: #fff; fill: #fff; }
.default-market-browser {
  position: absolute;
  z-index: 3;
  top: clamp(55px, 8vh, 88px);
  left: clamp(34px, 6vw, 94px);
  width: min(70%, 560px);
  aspect-ratio: 16 / 10;
  border: 1px solid rgba(255,255,255,.72);
  border-radius: 11px;
  overflow: hidden;
  color: var(--ink);
  background: #fff;
  box-shadow: 0 28px 70px rgba(0,0,0,.27);
  transform: rotate(-2deg);
}
.default-market-browser-bar { height: 34px; padding: 0 13px; display: flex; align-items: center; gap: 6px; border-bottom: 1px solid #dde3ec; background: #f4f6f9; }
.default-market-browser-bar i { width: 7px; height: 7px; border-radius: 50%; background: #aeb9c8; }
.default-market-browser-bar small { min-width: 0; margin-left: 7px; overflow: hidden; color: #667489; font-size: 9px; text-overflow: ellipsis; white-space: nowrap; }
.default-market-browser > div { height: calc(100% - 34px); padding: clamp(24px, 4vw, 48px); display: flex; flex-direction: column; justify-content: center; background: linear-gradient(135deg, #fff 0 63%, var(--default-soft) 63.2%); }
.default-market-browser > div > small { color: var(--default-accent-deep); font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.default-market-browser > div > strong { max-width: 100%; margin-top: 12px; overflow-wrap: anywhere; font-size: clamp(24px, 3vw, 48px); font-weight: 850; line-height: .92; letter-spacing: -.06em; }
.default-market-browser > div > strong b { color: var(--default-accent); font-weight: inherit; }
.default-market-browser > div > span { margin-top: 13px; color: #526176; font-size: clamp(11px, 1vw, 14px); font-weight: 650; }
.default-market-sign {
  position: absolute;
  z-index: 4;
  right: clamp(30px, 5vw, 78px);
  bottom: clamp(76px, 11vh, 118px);
  width: min(48%, 390px);
  min-height: 126px;
  padding: 23px 25px;
  border: 6px solid #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: var(--default-accent);
  box-shadow: 0 22px 52px rgba(0,0,0,.28);
  transform: rotate(3deg);
}
.default-market-sign small { font-size: 9px; font-weight: 800; letter-spacing: .18em; }
.default-market-sign strong { margin-top: 8px; overflow-wrap: anywhere; font-size: clamp(18px, 2vw, 30px); line-height: .98; letter-spacing: -.05em; }
.default-market-sign strong b { color: #fff; font-weight: inherit; }
.default-market-card {
  position: absolute;
  z-index: 5;
  left: clamp(28px, 5vw, 76px);
  bottom: clamp(38px, 6vh, 66px);
  width: min(39%, 310px);
  min-height: 145px;
  padding: 22px;
  border: 1px solid rgba(255,255,255,.7);
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: var(--ink);
  background: #fff;
  box-shadow: 0 22px 52px rgba(0,0,0,.2);
  transform: rotate(-4deg);
}
.default-market-card > span { color: var(--default-accent-deep); font-size: 9px; font-weight: 850; letter-spacing: .13em; }
.default-market-card > strong { margin-top: 9px; overflow-wrap: anywhere; font-size: clamp(16px, 1.5vw, 22px); line-height: 1; letter-spacing: -.045em; }
.default-market-card > strong b { color: var(--default-accent); font-weight: inherit; }
.default-market-card > small { margin-top: 14px; color: #6a7789; font-size: 8px; font-weight: 750; letter-spacing: .08em; }
.default-market-proof figcaption { position: absolute; left: 22px; bottom: 52px; color: rgba(255,255,255,.88); font-size: 10px; font-weight: 750; letter-spacing: .09em; text-transform: uppercase; }

.default-market-offer {
  min-width: 0;
  padding: clamp(24px, 3.4vh, 38px) clamp(30px, 4.2vw, 62px) 22px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #fff;
}
.default-market-eyebrow { margin: 0 0 10px; color: var(--default-accent-deep); font-size: 11px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.default-market-offer h1 { margin: 0; color: var(--ink); font-size: clamp(36px, 3.55vw, 54px); font-weight: 850; line-height: .96; letter-spacing: -.058em; }
.default-market-domain,
.default-market-sale-line { display: block; }
.default-market-domain { overflow-wrap: anywhere; }
.default-market-domain b { color: var(--default-accent); font-weight: inherit; }
.default-market-sale-line { margin-top: 4px; }
.default-market-offer h2 { margin: clamp(16px, 2.3vh, 24px) 0 0; color: var(--ink); font-size: clamp(18px, 1.55vw, 23px); font-weight: 800; line-height: 1.15; letter-spacing: -.032em; }
.default-market-lead { max-width: 610px; margin: clamp(14px, 2vh, 22px) 0 0; color: #33435b; font-size: clamp(13px, 1.02vw, 16px); line-height: 1.4; }
.default-market-lead strong { color: var(--ink); font-weight: 800; overflow-wrap: anywhere; }
.default-market-channels { margin-top: clamp(14px, 2vh, 21px); color: #33435b; font-size: clamp(13px, 1vw, 15px); }
.default-market-channels p { margin: 0; color: var(--ink); font-weight: 780; }
.default-market-channels ul { margin: 8px 0 0; padding: 0; display: grid; grid-template-columns: 1fr; gap: 5px; list-style: none; }
.default-market-channels li { position: relative; padding-left: 22px; line-height: 1.3; }
.default-market-channels li::before { content: ""; position: absolute; left: 1px; top: .42em; width: 8px; height: 8px; border-radius: 50%; background: var(--default-accent); }
.default-market-pricing { margin-top: clamp(18px, 2.4vh, 26px); border-top: 1px solid var(--line); }
.default-market-price { min-width: 0; padding: clamp(13px, 1.7vh, 18px) 0; display: grid; grid-template-columns: minmax(0, 1fr) minmax(175px, 215px); align-items: center; gap: 18px; border-bottom: 1px solid var(--line); }
.default-market-price-copy { min-width: 0; }
.default-market-price-label { display: block; margin-bottom: 4px; color: var(--ink); font-size: 10px; font-weight: 850; letter-spacing: .07em; text-transform: uppercase; }
.default-market-price-copy > strong { display: block; color: var(--default-accent); font-size: clamp(37px, 3.3vw, 52px); font-weight: 820; line-height: .92; letter-spacing: -.06em; white-space: nowrap; }
.default-market-price-copy > strong small { margin-left: 3px; font-size: clamp(12px, 1vw, 16px); font-weight: 750; letter-spacing: -.02em; }
.default-market-price-copy > p { margin: 7px 0 0; color: #425169; font-size: 13px; line-height: 1.2; }
.default-market-price-copy > p b { color: var(--ink); }
.theme-default-market .default-market-price .showcase-button { width: 100%; min-width: 0; min-height: 56px; margin: 0; padding: 0 16px; gap: 12px; border-color: var(--default-accent); font-size: 13px; text-align: left; }
.theme-default-market .default-market-price .button-primary { color: #fff; background: var(--default-accent); }
.theme-default-market .default-market-price .button-primary:hover { background: var(--default-accent-deep); border-color: var(--default-accent-deep); }
.theme-default-market .default-market-price .button-secondary { color: var(--default-accent-deep); background: #fff; }
.theme-default-market .default-market-price .button-secondary:hover { color: #fff; background: var(--default-accent-deep); }
.default-market-pricing-footnote { margin: 6px 0 0; color: #657187; font-size: 10px; line-height: 1.3; }
.default-market-safety { margin: 5px 0 0; color: #657187; font-size: 10px; }
.default-market-value-link { position: fixed; z-index: 8; left: 22px; bottom: 17px; display: inline-flex; align-items: center; gap: 8px; color: #fff; font-size: 10px; font-weight: 750; letter-spacing: .04em; text-decoration: none; }
.default-market-value-link .arrow-icon { width: 15px; height: 15px; }
.theme-default-market .showcase-dialog { --accent: var(--default-accent); --ink: #071b38; --muted: #526176; --line: #a9b5c6; }
.theme-default-market .dialog-heading h2,
.theme-default-market .dialog-success h3 { font-family: var(--sans); font-weight: 780; }

@media (max-width: 1120px) and (min-width: 901px) {
  .default-market-hero { grid-template-columns: minmax(0, 45%) minmax(520px, 55%); }
  .default-market-browser { left: 32px; width: 78%; }
  .default-market-sign { right: 24px; width: 58%; }
  .default-market-card { left: 22px; width: 45%; }
  .default-market-offer { padding-right: 30px; padding-left: 30px; }
  .default-market-price { grid-template-columns: minmax(0, 1fr) 184px; }
}
@media (max-width: 900px) and (min-width: 721px) {
  .default-market-hero { grid-template-columns: 1fr; }
  .default-market-proof { min-height: 430px; }
  .default-market-browser { top: 38px; left: 7%; width: 60%; }
  .default-market-sign { right: 7%; bottom: 48px; width: 40%; }
  .default-market-card { left: 8%; bottom: 28px; width: 31%; }
  .default-market-offer { padding: 42px 7vw; }
  .default-market-value-link { position: absolute; top: 390px; bottom: auto; }
}
@media (min-width: 901px) and (max-height: 800px) {
  .default-market-proof { min-height: 650px; }
  .default-market-offer { padding-top: 18px; padding-bottom: 14px; }
  .default-market-eyebrow { margin-bottom: 6px; }
  .default-market-offer h1 { font-size: clamp(35px, 3.5vw, 49px); }
  .default-market-offer h2 { margin-top: 12px; font-size: 17px; }
  .default-market-lead { margin-top: 10px; font-size: 12px; }
  .default-market-channels { margin-top: 9px; font-size: 12px; }
  .default-market-channels ul { margin-top: 4px; gap: 2px; }
  .default-market-pricing { margin-top: 10px; }
  .default-market-price { padding: 8px 0; }
  .default-market-price-copy > strong { font-size: clamp(32px, 2.9vw, 42px); }
  .theme-default-market .default-market-price .showcase-button { min-height: 47px; }
}
@media (max-width: 720px) {
  .theme-default-market { min-height: 100svh; overflow: visible; }
  .theme-default-market > .default-market-header,
  .theme-default-market > main,
  .theme-default-market > .default-market-value-link { display: none; }
  .theme-default-market .mobile-direct { display: flex; }
  .theme-default-market .showcase-dialog { --accent: var(--mobile-copper, #994422); }
}

/* Domain-specific visual proof system for direct marketing hostnames. */
.has-domain-visual .default-market-header {
  border-bottom: 1px solid #d7dde7;
  color: var(--default-dark);
  background: rgba(255,255,255,.98);
}
.has-domain-visual .default-market-header::after { display: none; }
.has-domain-visual .default-market-brand,
.has-domain-visual .default-market-header-nav > a { color: var(--default-dark); }
.has-domain-visual .default-market-header-nav > span { color: #496055; }
.has-domain-visual .default-market-brand:focus-visible,
.has-domain-visual .default-market-header-nav a:focus-visible { outline-color: var(--default-accent); }

.default-market-proof-visual {
  min-height: calc(100svh - 52px);
  background: var(--default-dark);
}
.default-market-proof-visual::before,
.default-market-proof-visual::after { display: none; }
.default-market-proof-visual > img,
.default-market-proof-visual picture,
.default-market-proof-visual picture img { width: 100%; height: 100%; display: block; }
.default-market-proof-visual .default-market-visual-backdrop {
  position: absolute;
  inset: -3%;
  width: 106%;
  height: 106%;
  object-fit: cover;
  object-position: center;
  filter: blur(14px) saturate(.84) brightness(.64);
  transform: scale(1.04);
}
.default-market-proof-visual picture { position: relative; z-index: 1; }
.default-market-proof-visual picture img {
  position: relative;
  z-index: 1;
  object-fit: contain;
  object-position: center;
}
.default-market-proof-visual figcaption {
  z-index: 2;
  bottom: 18px;
  padding: 7px 10px;
  background: rgba(6,20,49,.76);
}
.has-domain-visual .default-market-value-link {
  padding: 8px 11px;
  background: rgba(6,20,49,.82);
}

@media (min-width: 901px) {
  .has-domain-visual .default-market-hero { grid-template-columns: minmax(0, 56%) minmax(430px, 44%); }
}

@media (max-width: 900px) and (min-width: 721px) {
  .default-market-proof-visual { min-height: 560px; }
}




/* Image-led indexed listings: the approved DesMoines.plumbing proof-first structure,
   extended with researched portfolio content for location.domains. */
.central-market-listing {
  min-height: 100%;
  overflow: visible;
  background: #fff;
}
.central-market-listing .mobile-direct { display: none; }
.central-listing-crumbs {
  min-height: 48px;
  padding: 0 clamp(22px, 3vw, 46px);
  border-bottom: 1px solid #d7dde7;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #5b6878;
  background: #fff;
  font-size: 11px;
}
.central-listing-crumbs a { text-decoration: none; }
.central-listing-crumbs a:hover { color: var(--default-accent); }
.central-listing-crumbs strong { color: var(--default-dark); font-weight: 800; }
.central-market-listing .default-market-hero {
  min-height: min(820px, calc(100svh - 100px));
}
.central-market-listing .default-market-proof-visual {
  min-height: min(820px, calc(100svh - 100px));
}
.central-market-listing .default-market-offer {
  padding-top: clamp(34px, 5vh, 58px);
  padding-bottom: clamp(30px, 4vh, 48px);
}
.central-market-listing .default-market-offer h1 {
  font-size: clamp(39px, 3.75vw, 60px);
}
.central-opportunity {
  border-bottom: 1px solid var(--line-soft);
  background: #fff;
}
.central-section-label {
  display: block;
  margin-bottom: 14px;
  color: var(--default-accent-deep);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.central-marketing-uses {
  padding: clamp(58px, 7vw, 96px) var(--gutter);
  display: grid;
  grid-template-columns: minmax(310px, .75fr) minmax(640px, 1.45fr);
  gap: clamp(54px, 8vw, 128px);
  color: #fff;
  background: var(--default-dark);
}
.central-marketing-uses h2 {
  max-width: 560px;
  margin: 0;
  font-size: clamp(42px, 4.2vw, 68px);
  font-weight: 800;
  line-height: .98;
  letter-spacing: -.055em;
}
.central-marketing-uses ol {
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(255,255,255,.45);
  list-style: none;
}
.central-marketing-uses li {
  min-height: 112px;
  padding: 22px 0;
  border-bottom: 1px solid rgba(255,255,255,.28);
  display: grid;
  grid-template-columns: 54px minmax(180px, .75fr) minmax(260px, 1.2fr);
  align-items: start;
  gap: 22px;
}
.central-marketing-uses li > span {
  color: color-mix(in srgb, var(--default-accent) 76%, #fff);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .08em;
}
.central-marketing-uses li > strong {
  font-size: 20px;
  line-height: 1.18;
}
.central-marketing-uses li > p {
  margin: 0;
  color: rgba(255,255,255,.76);
  font-size: 14px;
  line-height: 1.55;
}
.central-section-label-light { color: color-mix(in srgb, var(--default-accent) 72%, #fff); }
.central-acquisition {
  background: color-mix(in srgb, var(--default-dark) 92%, #000);
}
.central-acquisition-options {
  min-width: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  color: #fff;
}
.central-acquisition-options article {
  min-width: 0;
  padding: 8px 34px 8px 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.central-acquisition-options article + article {
  padding-right: 0;
  padding-left: 34px;
  border-left: 1px solid rgba(255,255,255,.55);
}
.central-acquisition-options article > span {
  font-size: 14px;
  font-weight: 750;
}
.central-acquisition-options article > strong {
  margin-top: 10px;
  color: color-mix(in srgb, var(--default-accent) 78%, #fff);
  font-size: clamp(44px, 4vw, 64px);
  font-weight: 820;
  line-height: .95;
  letter-spacing: -.055em;
}
.central-acquisition-options article > strong small {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -.02em;
}
.central-acquisition-options article > small {
  margin-top: 9px;
  color: rgba(255,255,255,.76);
  font-size: 12px;
}
.central-acquisition-options .showcase-button {
  width: min(100%, 260px);
  min-width: 0;
  min-height: 54px;
  margin-top: 24px;
}
.central-acquisition-options .button-secondary {
  color: #fff;
  border-color: #fff;
}
.central-acquisition-options .button-secondary:hover {
  color: var(--default-dark);
  background: #fff;
}
.central-acquisition-copy {
  max-width: 430px;
  margin: 18px 0 0;
  color: rgba(255,255,255,.74);
  font-size: 14px;
  line-height: 1.6;
}
.central-value-band {
  min-height: 112px;
  padding: 24px var(--gutter);
  display: grid;
  grid-template-columns: minmax(220px, .65fr) minmax(420px, 1.2fr) auto;
  align-items: center;
  gap: 30px;
  color: var(--default-dark);
  background: var(--default-soft);
  text-decoration: none;
}
.central-value-band > span {
  color: #526176;
  font-size: 13px;
}
.central-value-band > strong {
  font-size: clamp(21px, 2vw, 29px);
  line-height: 1.2;
}
.central-value-band .arrow-icon {
  width: 28px;
  height: 28px;
  color: var(--default-accent);
  transition: transform var(--ease);
}
.central-value-band:hover .arrow-icon { transform: translateX(6px); }
.central-market-listing .showcase-faq {
  padding-top: clamp(36px, 5vw, 70px);
  padding-bottom: clamp(46px, 6vw, 84px);
}
.central-market-listing .showcase-footer {
  background: #fff;
}

@media (max-width: 1100px) {
  .central-marketing-uses { grid-template-columns: 1fr; gap: 40px; }
}
@media (max-width: 720px) {
  .central-market-listing > .mobile-direct { display: none !important; }
  .central-market-listing > .default-market-header { min-height: 58px; padding: 0 18px; display: flex; }
  .central-market-listing > main { display: block; }
  .central-market-listing .default-market-brand { font-size: 11px; }
  .central-market-listing .default-market-header-nav > span { display: none; }
  .central-market-listing .default-market-header-nav > a { font-size: 11px; }
  .central-listing-crumbs {
    min-height: 46px;
    padding: 0 18px;
    gap: 7px;
    overflow: hidden;
    font-size: 9px;
    white-space: nowrap;
  }
  .central-listing-crumbs strong {
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .central-market-listing .default-market-hero { min-height: 0; display: block; }
  .central-market-listing .default-market-proof { min-height: clamp(250px, 72vw, 340px); }
  .central-market-listing .default-market-proof-visual { min-height: clamp(250px, 72vw, 340px); }
  .central-market-listing .default-market-offer { padding: 32px 22px 38px; }
  .central-market-listing .default-market-offer h1 { font-size: clamp(36px, 10.4vw, 46px); }
  .central-market-listing .default-market-domain { overflow-wrap: normal; word-break: normal; }
  .central-market-listing .default-market-offer h2 { margin-top: 17px; font-size: 19px; }
  .central-market-listing .default-market-lead { margin-top: 15px; font-size: 14px; }
  .central-market-listing .default-market-channels { margin-top: 17px; font-size: 13px; }
  .central-market-listing .default-market-price {
    padding: 16px 0;
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .central-market-listing .default-market-price-copy > strong { font-size: 44px; }
  .central-market-listing .default-market-price .showcase-button { min-height: 54px; }
  .central-market-listing .default-market-pricing-footnote { margin-top: 10px; font-size: 9px; }
  .central-opportunity { padding-right: 22px; padding-left: 22px; }
  .central-marketing-uses { padding: 54px 22px; gap: 34px; }
  .central-marketing-uses h2 { font-size: 42px; }
  .central-marketing-uses li {
    min-height: 0;
    padding: 20px 0;
    grid-template-columns: 38px 1fr;
    gap: 7px 14px;
  }
  .central-marketing-uses li > p {
    grid-column: 2;
    font-size: 13px;
  }
  .central-acquisition { padding-right: 22px; padding-left: 22px; }
  .central-acquisition-options { grid-template-columns: 1fr; }
  .central-acquisition-options article { padding: 12px 0 26px; }
  .central-acquisition-options article + article {
    padding: 26px 0 8px;
    border-top: 1px solid rgba(255,255,255,.45);
    border-left: 0;
  }
  .central-acquisition-options article > strong { font-size: 50px; }
  .central-acquisition-options .showcase-button { width: 100%; max-width: none; }
  .central-value-band {
    min-height: 0;
    padding: 28px 22px;
    grid-template-columns: 1fr auto;
    gap: 7px 16px;
  }
  .central-value-band > span { grid-column: 1 / -1; font-size: 11px; }
  .central-value-band > strong { font-size: 20px; }
  .central-market-listing .showcase-faq { padding-right: 22px; padding-left: 22px; }
  .central-market-listing .showcase-footer { padding-right: 22px; padding-left: 22px; }
}

/* Inquiry add-ons: usable touch targets and accessible modal reflow. */
.showcase-dialog .intent-options label, .showcase-dialog .website-option { min-height: 44px; }
.showcase-dialog .dialog-fields input, .showcase-dialog .dialog-fields textarea { min-height: 44px; }
.showcase-dialog .dialog-submit { min-height: 44px; }
.showcase-dialog .dialog-close { width: 44px; height: 44px; }
.showcase-dialog .dialog-heading h2 { overflow-wrap: anywhere; }
@media (max-width: 600px) {
  .showcase-dialog .dialog-fields { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
  .showcase-dialog .dialog-fields label { min-width: 0; }
  .showcase-dialog .dialog-fields .field-wide { grid-column: 1 / -1; }
  .showcase-dialog .dialog-fields input, .showcase-dialog .dialog-fields textarea { font-size: 16px; }
  .showcase-dialog .dialog-heading h2 { font-size: 24px; }
}

