/* Sunshine Stucco Services — one brand, every market.
   Brand (Josiah Ryan, 2026-09-23): cream #F4F0EA, charcoal #2A2D34, yellow #FFE600.
   Yellow is a fill with charcoal on it; never yellow text on cream/white. */
:root {
  --cream: #F4F0EA; --cream-2: #EBE4D8; --paper: #FBF9F5;
  --ink: #1F2127; --charcoal: #2A2D34; --muted: #5C606A; --line: #E2DBCF;
  --yellow: #FFE600; --yellow-2: #F2D900; --white: #fff; --warn: #9A4A0B;
  --r: 14px; --shadow: 0 1px 2px rgba(31,33,39,.06), 0 8px 24px rgba(31,33,39,.08);
  --head: "Bitter", Georgia, serif; --body: "Source Sans 3", system-ui, -apple-system, sans-serif;
}
* { box-sizing: border-box; }
html, body { overflow-x: clip; }
body { margin: 0; font: 400 18px/1.6 var(--body); color: var(--ink); background: var(--paper); -webkit-font-smoothing: antialiased; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
button { font-family: inherit; }
.wrap { max-width: 1120px; margin: 0 auto; padding: 0 16px; }
.narrow { max-width: 760px; }
h1, h2, h3 { font-family: var(--head); letter-spacing: -.01em; margin: 0; }
.fine { font-size: 13px; color: var(--muted); margin-top: 14px; }

/* header */
.top { background: var(--paper); border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 20; }
.top__in { display: flex; justify-content: space-between; align-items: center; gap: 12px; padding-top: 10px; padding-bottom: 10px; }
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.brand__sun { width: 36px; height: 36px; flex: none; }
.brand__txt { display: flex; flex-direction: column; line-height: 1; }
.brand__txt b { font: 800 20px var(--head); letter-spacing: -.02em; }
.brand__txt small { font: 600 10px var(--body); letter-spacing: .22em; text-transform: uppercase; color: var(--muted); margin-top: 3px; }
.call-btn { display: inline-flex; align-items: center; gap: 8px; background: var(--charcoal); color: var(--white); text-decoration: none; font-weight: 600; font-size: 15px; padding: 10px 14px; border-radius: 999px; }
.call-btn__short { display: none; }
@media (max-width: 520px) { .call-btn__num { display: none; } .call-btn__short { display: inline; } }
.call-btn svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 2; }

/* hero */
.hero { position: relative; background: var(--charcoal); color: var(--white); overflow: hidden; isolation: isolate; }
.hero__bg { position: absolute; inset: 0; z-index: -2; }
.hero__bg img { width: 100%; height: 100%; object-fit: cover; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(24,26,31,.35) 0%, rgba(24,26,31,.55) 35%, rgba(24,26,31,.88) 100%); }
@media (max-width: 899px) {
  .hero { background: var(--paper); }
  .hero__bg, .hero::before { bottom: auto; height: 600px; }
  .hero::before { background: linear-gradient(180deg, rgba(24,26,31,.25) 0%, rgba(24,26,31,.55) 40%, rgba(24,26,31,.9) 88%, var(--paper) 100%); }
  .hero__credit { top: 6px; bottom: auto; }
  .hero__grid { padding-top: 150px; }
  .qcard { box-shadow: 0 10px 30px rgba(31,33,39,.18); border: 1px solid var(--line); }
}
@media (min-width: 900px) {
  .hero::before { background: linear-gradient(90deg, rgba(24,26,31,.82) 0%, rgba(24,26,31,.6) 50%, rgba(24,26,31,.3) 100%); }
}
.hero__credit { position: absolute; right: 10px; bottom: 6px; font-size: 10.5px; color: rgba(255,255,255,.6); z-index: 1; }
.hero__grid { display: grid; gap: 22px; padding-top: 26px; padding-bottom: 34px; }
.eyebrow { color: var(--charcoal); display: inline-flex; line-height: 1.3; align-items: center; gap: 8px; font-size: 13px; font-weight: 600; letter-spacing: .02em; background: var(--white); border: 1px solid var(--line); padding: 6px 12px; border-radius: 999px; margin: 0 0 16px; }
.dot { width: 9px; height: 9px; border-radius: 50%; background: var(--yellow); box-shadow: 0 0 0 2px var(--charcoal); }
.hero h1 { font-size: clamp(32px, 8vw, 54px); line-height: 1.1; font-weight: 800; }
.hero h1 { text-shadow: 0 2px 18px rgba(0,0,0,.35); }
.hero h1 em { font-style: normal; background: var(--yellow); color: var(--charcoal); text-shadow: none; padding: 0 .12em; -webkit-box-decoration-break: clone; box-decoration-break: clone; }
.lede { font-size: 18px; color: rgba(255,255,255,.9); margin: 16px 0 18px; max-width: 34em; }
.trust { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px 14px; }
.trust li { display: flex; align-items: center; gap: 8px; font-size: 14.5px; font-weight: 600; color: var(--white); }
.trust svg { width: 22px; height: 22px; flex: none; fill: none; stroke: var(--charcoal); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; background: var(--yellow); border-radius: 50%; padding: 3px; }

.qcard { color: var(--ink); background: var(--white); border-radius: 18px; box-shadow: 0 18px 50px rgba(0,0,0,.35); border: 0; padding: 18px; scroll-margin-top: 80px; }
.qcard__head { display: flex; align-items: center; gap: 10px; font-size: 13px; font-weight: 600; color: var(--muted); margin-bottom: 10px; }
.qcard__time { margin-left: auto; }
.qcard__back { background: none; border: 0; padding: 4px 0; font: 600 14px var(--body); color: var(--charcoal); cursor: pointer; }
.qcard__back:not([hidden]) ~ .qcard__step { display: none; }
.qcard__prog { height: 6px; background: var(--cream-2); border-radius: 99px; overflow: hidden; margin: 0 0 16px; }
.qcard__bar { height: 100%; width: 0; background: var(--yellow); border-right: 2px solid var(--charcoal); transition: width .3s; }
#q-body { min-height: 360px; }
.qcard__step { color: var(--charcoal); background: var(--yellow); padding: 2px 8px; border-radius: 6px; }
.qcard__q { font-size: 22px; font-weight: 800; margin: 0 0 14px; }
.tiles { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.tile { display: flex; flex-direction: column; padding: 0; border: 1.5px solid var(--line); border-radius: 12px; background: var(--white); cursor: pointer; overflow: hidden; text-align: left; transition: transform .12s, border-color .12s, box-shadow .12s; }
.tile img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.tile span { font-weight: 600; font-size: 15px; padding: 9px 10px; color: var(--ink); }
.tile:hover, .tile:focus-visible { border-color: var(--charcoal); box-shadow: 0 3px 0 var(--charcoal); transform: translateY(-1px); outline: 0; }
.tile--q .tile__q { aspect-ratio: 4/3; display: grid; place-items: center; font: 800 46px var(--head); background: var(--cream); padding: 0; }
.qcard__foot { margin: 14px 0 0; padding-top: 12px; border-top: 1px solid var(--line); font-size: 12.5px; font-weight: 600; color: var(--muted); text-align: center; }

/* sections */
.sec { padding: 56px 0; }
.sec--cream { background: var(--cream); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.kicker { font-size: 13px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); margin: 0 0 8px; }
.sec h2 { font-size: clamp(27px, 5.6vw, 40px); line-height: 1.12; font-weight: 800; margin-bottom: 14px; }
.sec__lede { font-size: 18px; max-width: 40em; color: #3b3e46; margin: 0 0 22px; }
.sec p { margin: 0 0 14px; }

.prices { display: grid; gap: 12px; }
.price { background: var(--white); border: 1.5px solid var(--line); border-radius: var(--r); padding: 18px 20px; display: grid; gap: 4px; }
.price__k { font-weight: 700; font-size: 15px; }
.price__v { font: 800 clamp(30px, 7vw, 34px)/1.05 var(--head); white-space: nowrap; letter-spacing: -.02em; }
.price__d { color: var(--muted); font-size: 14.5px; }
.price--mid { background: var(--cream); border-color: var(--cream-2); }
.price--dark { background: var(--charcoal); border-color: var(--charcoal); color: var(--white); }
.price--dark .price__d { color: rgba(255,255,255,.72); }

.standard { display: grid; gap: 12px; }
.standard > div { background: var(--white); border-radius: var(--r); padding: 18px 18px 14px 66px; position: relative; box-shadow: var(--shadow); }
.standard b { display: block; font: 700 18px var(--head); margin-bottom: 4px; }
.standard p { margin: 0; color: #3b3e46; font-size: 15.5px; }
.num { position: absolute; left: 16px; top: 18px; width: 36px; height: 36px; border-radius: 50%; background: var(--yellow); box-shadow: inset 0 0 0 2px var(--charcoal); display: grid; place-items: center; font: 800 16px var(--head); }

.report-grid { display: grid; gap: 28px; align-items: center; }
.checks { list-style: none; padding: 0; margin: 0 0 20px; }
.checks li { position: relative; padding-left: 34px; margin-bottom: 12px; }
.checks li::before { content: ""; position: absolute; left: 0; top: 3px; width: 22px; height: 22px; border-radius: 50%; background: var(--yellow); box-shadow: inset 0 0 0 2px var(--charcoal); }
.checks li::after { content: ""; position: absolute; left: 7px; top: 8px; width: 8px; height: 5px; border-left: 2.5px solid var(--charcoal); border-bottom: 2.5px solid var(--charcoal); transform: rotate(-45deg); }
.report { margin: 0; background: var(--white); border-radius: var(--r); box-shadow: var(--shadow); border: 1px solid var(--line); overflow: hidden; }
.report__head { display: flex; justify-content: space-between; align-items: center; background: var(--charcoal); color: var(--white); padding: 12px 16px; font-size: 14px; font-weight: 600; }
.report__tag { background: var(--yellow); color: var(--charcoal); font-size: 11px; font-weight: 800; letter-spacing: .1em; padding: 3px 8px; border-radius: 4px; }
.report__row { display: grid; grid-template-columns: 56px 1fr auto; gap: 12px; align-items: center; padding: 12px 16px; border-bottom: 1px solid var(--line); }
.report__row img { width: 56px; height: 56px; object-fit: cover; border-radius: 8px; }
.report__row b { display: block; font-size: 14.5px; }
.report__row span { font-size: 13.5px; color: var(--muted); }
.pill { font-size: 12px !important; font-weight: 700; color: var(--charcoal) !important; background: var(--cream); padding: 4px 8px; border-radius: 999px; white-space: nowrap; }
.pill--warn { background: #FDECD8; color: var(--warn) !important; }
.report__foot { padding: 14px 16px; background: var(--paper); font-size: 14.5px; }
.report__foot span { display: block; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); }

.signs { display: grid; gap: 14px; }
.signs figure { margin: 0; background: var(--white); border-radius: var(--r); overflow: hidden; box-shadow: var(--shadow); }
.signs img { width: 100%; aspect-ratio: 16/10; object-fit: cover; }
.signs figcaption { padding: 12px 14px 14px; font-size: 15.5px; }

details { background: var(--white); border: 1px solid var(--line); border-radius: 12px; margin-bottom: 10px; }
summary { cursor: pointer; font-weight: 700; padding: 16px 18px; list-style: none; display: flex; justify-content: space-between; gap: 10px; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; font: 800 20px/1 var(--head); }
details[open] summary::after { content: "–"; }
details p { padding: 0 18px 8px; color: #3b3e46; }

.btn { display: inline-flex; align-items: center; justify-content: center; background: var(--yellow); color: var(--charcoal); border: 1.5px solid var(--charcoal); border-radius: 999px; font: 700 17px var(--body); padding: 15px 26px; min-height: 52px; cursor: pointer; text-decoration: none; box-shadow: 0 3px 0 var(--charcoal); }
.btn:hover { background: var(--yellow-2); }
.btn:active { transform: translateY(2px); box-shadow: 0 1px 0 var(--charcoal); }
.btn--big { font-size: 19px; padding: 18px 34px; }
.final { background: var(--charcoal); color: var(--white); padding: 56px 0 64px; text-align: center; }
.final h2 { font-size: clamp(28px, 6vw, 42px); font-weight: 800; margin-bottom: 8px; }
.final p { color: rgba(255,255,255,.8); margin: 0 0 22px; }
.final .btn { border-color: var(--yellow); box-shadow: none; }
.final__call { display: block; margin-top: 16px; color: rgba(255,255,255,.85); font-size: 15px; }
.foot { padding: 28px 0 96px; font-size: 13.5px; color: var(--muted); border-top: 1px solid var(--line); }
.foot__brand { color: var(--ink); margin-bottom: 8px; }
.foot p { margin: 0 0 8px; max-width: 60em; }
.sticky { position: fixed; left: 12px; right: 12px; bottom: 12px; z-index: 30; display: flex; justify-content: center; align-items: center; background: var(--yellow); color: var(--charcoal); border: 1.5px solid var(--charcoal); border-radius: 999px; font-weight: 700; min-height: 54px; text-decoration: none; box-shadow: 0 6px 18px rgba(0,0,0,.18); transform: translateY(140%); transition: transform .25s; }
.sticky.show { transform: none; }

/* wizard */
.wz { position: fixed; inset: 0; z-index: 50; background: rgba(31,33,39,.55); display: none; align-items: flex-start; justify-content: center; overflow-y: auto; }
.wz.open { display: flex; }
.wz__card { background: var(--white); width: 100%; max-width: 600px; min-height: 100vh; position: relative; display: flex; flex-direction: column; }
.wz__head { display: flex; align-items: center; justify-content: space-between; padding: 10px 12px; border-bottom: 1px solid var(--line); }
.wz__brand { display: flex; align-items: center; gap: 8px; font: 800 17px var(--head); }
.wz__brand svg { width: 26px; height: 26px; }
.wz__x, .wz__back { background: none; border: 0; cursor: pointer; color: var(--charcoal); padding: 6px 8px; min-width: 64px; }
.wz__x { font-size: 28px; line-height: 1; text-align: right; }
.wz__back { font-size: 15px; font-weight: 600; text-align: left; }
.wz__back[hidden] { visibility: hidden; display: block; }
.wz__prog { height: 6px; background: var(--cream-2); }
.wz__bar { height: 100%; width: 0; background: var(--yellow); border-right: 2px solid var(--charcoal); transition: width .3s; }
.wz__body { padding: 18px 16px 8px; flex: 1; }
.wz__trust { display: flex; flex-wrap: wrap; justify-content: center; gap: 6px 14px; padding: 12px 16px 18px; font-size: 12.5px; font-weight: 600; color: var(--muted); border-top: 1px solid var(--line); }
.wz__trust span::before { content: "✓ "; color: var(--charcoal); }
.bubble-row { display: flex; align-items: flex-end; gap: 10px; margin: 2px 0 16px; }
.bubble-av { width: 42px; height: 42px; border-radius: 50%; background: var(--cream); display: grid; place-items: center; flex: none; border: 1.5px solid var(--charcoal); }
.bubble-av svg { width: 30px; height: 30px; }
.bubble { background: var(--cream); border-radius: 14px 14px 14px 4px; padding: 10px 14px; font-size: 15px; }
.qcard h3 { font-size: clamp(22px, 5.4vw, 26px); font-weight: 800; line-height: 1.25; margin: 0 0 6px; text-align: center; }
.qcard .help { text-align: center; color: var(--muted); font-size: 14.5px; margin: 0 0 16px; }
.wopts { display: grid; gap: 10px; }
.wopt { display: flex; align-items: center; gap: 12px; width: 100%; background: var(--white); border: 1.5px solid var(--line); border-radius: 12px; padding: 10px 14px; min-height: 58px; text-align: left; font: 500 16px var(--body); color: var(--ink); cursor: pointer; }
.wopt img { width: 46px; height: 46px; object-fit: cover; border-radius: 8px; flex: none; }
.wopt .box { width: 22px; height: 22px; border: 2px solid #C9C2B6; border-radius: 50%; flex: none; margin-left: auto; }
.wopt--multi .box { border-radius: 6px; }
.wopt:hover { border-color: var(--charcoal); }
.wopt[aria-pressed="true"] { border-color: var(--charcoal); background: #FFFBD6; }
.wopt[aria-pressed="true"] .box { border-color: var(--charcoal); background: var(--charcoal); box-shadow: inset 0 0 0 4px var(--yellow); }
.btn-y { width: 100%; background: var(--yellow); color: var(--charcoal); border: 1.5px solid var(--charcoal); border-radius: 999px; font: 700 17px var(--body); min-height: 54px; cursor: pointer; box-shadow: 0 3px 0 var(--charcoal); margin-top: 16px; display: flex; align-items: center; justify-content: center; text-decoration: none; }
.btn-y:disabled { opacity: .4; cursor: default; }
.btn-ghost { width: 100%; background: none; border: 1.5px solid var(--charcoal); border-radius: 999px; font: 600 16px var(--body); padding: 14px; cursor: pointer; color: var(--charcoal); margin-top: 10px; display: block; text-align: center; text-decoration: none; }
.qcard .next { width: 100%; }
.qcard .field { margin-bottom: 12px; }
.qcard .field label { display: block; font-weight: 600; font-size: 14px; margin-bottom: 6px; }
.qcard .field input { width: 100%; font: 500 17px var(--body); padding: 15px 14px; border: 1.5px solid #D2CABD; border-radius: 10px; color: var(--ink); }
.qcard .field input:focus { outline: 0; border-color: var(--charcoal); box-shadow: 0 0 0 3px rgba(255,230,0,.7); }
.qcard .field input[aria-invalid="true"] { border-color: var(--warn); background: #FFF6EC; }
.qcard .err { color: var(--warn); font-weight: 600; font-size: 14px; min-height: 1.2em; }
.price-card { border: 1.5px solid var(--charcoal); border-radius: var(--r); padding: 18px; text-align: center; margin: 4px 0 12px; background: var(--cream); }
.price-card .k { font-size: 14px; color: var(--muted); font-weight: 600; }
.price-card .v { font: 800 clamp(36px, 10vw, 48px)/1.05 var(--head); margin: 6px 0; letter-spacing: -.02em; }
.price-card p { margin: 8px 0 0; font-size: 15px; }
.note { background: var(--cream); border-left: 4px solid var(--yellow); padding: 10px 14px; border-radius: 6px; font-size: 14.5px; margin: 0 0 8px; }
.consent { display: flex; gap: 10px; text-align: left; font-size: 12px; line-height: 1.45; color: var(--muted); margin: 6px 0 10px; }
.consent input { width: 20px; height: 20px; flex: none; accent-color: var(--charcoal); margin-top: 1px; }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.spin { width: 46px; height: 46px; border: 5px solid var(--cream-2); border-top-color: var(--charcoal); border-radius: 50%; animation: sp .8s linear infinite; margin: 24px auto 12px; }
@keyframes sp { to { transform: rotate(360deg); } }
.exit { text-align: center; padding-top: 24px; }

@media (min-width: 900px) {
  .hero__grid { grid-template-columns: 1.05fr .95fr; gap: 44px; align-items: center; padding-top: 52px; padding-bottom: 60px; }
  .tiles { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .prices { grid-template-columns: repeat(3, 1fr); }
  .standard { grid-template-columns: repeat(3, 1fr); }
  .standard > div:nth-child(4), .standard > div:nth-child(5) { grid-column: span 1; }
  .report-grid { grid-template-columns: 1fr 1fr; gap: 48px; }
  .signs { grid-template-columns: repeat(3, 1fr); }
  .sticky { display: none; }
  .wz { padding: 40px 16px; }
  .wz__card { min-height: 0; border-radius: 16px; overflow: hidden; }
}
@media (prefers-reduced-motion: reduce) { * { transition: none !important; animation: none !important; } }

/* A/B: an element with data-exp shows exactly one [data-v] child, chosen by common.js */
[data-exp] [data-v] { display: none; }
[data-exp][data-show] [data-v].on { display: inline; }
.exp-pending { visibility: hidden; }

/* the wait-costs line under the headline */
.costline { display: flex; align-items: stretch; gap: 8px; margin: 0 0 18px; max-width: 440px; }
.costline > div { flex: 1; background: rgba(255,255,255,.95); color: var(--ink); border-radius: 10px; padding: 8px 12px; display: flex; flex-direction: column; }
.costline span { font-size: 12.5px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; color: var(--muted); }
.costline b { font: 800 19px/1.2 var(--head); }
.costline__later { background: var(--yellow) !important; }
.costline__later span { color: var(--charcoal); }
.costline svg { width: 22px; flex: none; align-self: center; fill: none; stroke: var(--white); stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; }
@media (max-width: 420px) { .costline b { font-size: 16px; } .costline > div { padding: 8px 10px; } }
