@font-face {
  font-family: "Concept Sans";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: local("Arial");
}

:root {
  --ink: #18201d;
  --ink-soft: #5e6964;
  --paper: #f7f5ef;
  --surface: #ffffff;
  --line: rgba(24, 32, 29, 0.15);
  --brand: #28765a;
  --brand-deep: #164c3a;
  --accent: #e8a438;
  --display: Georgia, "Times New Roman", serif;
  --sans: "Concept Sans", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --shadow: 0 28px 80px rgba(18, 31, 26, 0.12);
  --shell: min(100% - 40px, 1360px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
body[data-site="suntree"] {
  --ink: #17243a; --ink-soft: #617083; --paper: #fbf6ec; --surface: #fffdf8;
  --line: rgba(23, 36, 58, .14); --brand: #a83e35; --brand-deep: #1d3150; --accent: #ef806e;
  --display: "Trebuchet MS", Avenir, var(--sans);
}
body[data-site="rubio"] {
  --ink: #122c3b; --ink-soft: #58717b; --paper: #f7f4ec; --surface: #fffef9;
  --line: rgba(18, 44, 59, .14); --brand: #0d716d; --brand-deep: #0e3a4b; --accent: #d3a767;
  --display: Georgia, "Times New Roman", serif;
}
body[data-site="pool365"] {
  --ink: #092b4c; --ink-soft: #557286; --paper: #f1faff; --surface: #ffffff;
  --line: rgba(9, 43, 76, .14); --brand: #075cae; --brand-deep: #063b7a; --accent: #ff6b61;
  --display: "Arial Black", "Trebuchet MS", var(--sans);
}
body[data-site="beachside"] {
  --ink: #20211e; --ink-soft: #69685e; --paper: #f2eadb; --surface: #fffaf0;
  --line: rgba(32, 33, 30, .16); --brand: #a84712; --brand-deep: #232d2c; --accent: #22a7aa;
  --display: Georgia, "Times New Roman", serif;
}

a { color: inherit; }
button, input, textarea { font: inherit; }
img { display: block; max-width: 100%; }
svg { width: 18px; height: 18px; flex: 0 0 auto; }
.shell { width: var(--shell); margin-inline: auto; }
.concept-banner {
  min-height: 36px;
  padding: 8px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  position: relative;
  z-index: 40;
  color: #fff;
  background: #111815;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .075em;
  text-align: center;
  text-transform: uppercase;
}
.concept-banner svg { width: 14px; }

.site-header {
  min-height: 82px;
  position: sticky;
  top: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  background: color-mix(in srgb, var(--paper) 92%, transparent);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}
.site-header .shell { display: flex; align-items: center; gap: 30px; }
.brand { min-height: 52px; display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-mark {
  width: 46px; height: 46px; display: grid; place-items: center;
  color: #fff; background: var(--brand-deep); border-radius: 50%;
  font-family: var(--display); font-size: 16px; font-weight: 800;
}
.brand-copy { display: grid; line-height: 1.15; }
.brand-copy strong { max-width: 220px; font-size: 15px; letter-spacing: -.02em; }
.brand-copy small { margin-top: 5px; color: var(--ink-soft); font-size: 9px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.site-nav { margin-left: auto; display: flex; align-items: center; gap: clamp(14px, 1.45vw, 26px); }
.site-nav > a:not(.review-link) {
  min-height: 44px; display: flex; align-items: center; position: relative;
  color: var(--ink-soft); font-size: 12px; font-weight: 750; text-decoration: none;
}
.site-nav > a[aria-current="page"] { color: var(--ink); }
.site-nav > a[aria-current="page"]::after { content: ""; height: 2px; position: absolute; inset: auto 0 4px; background: var(--brand); }
.review-link, .primary-link {
  min-height: 48px; padding: 0 19px; display: inline-flex; align-items: center; justify-content: center; gap: 11px;
  color: #fff; background: var(--brand-deep); border: 1px solid var(--brand-deep); border-radius: 999px;
  font-size: 11px; font-weight: 850; letter-spacing: .035em; text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.review-link:hover, .primary-link:hover { transform: translateY(-2px); box-shadow: 0 12px 30px rgba(12, 34, 28, .18); }
.site-nav .review-link { display: none; }
.nav-toggle { width: 48px; height: 48px; display: none; place-items: center; color: var(--ink); background: transparent; border: 1px solid var(--line); border-radius: 50%; }

.hero { padding: clamp(60px, 8vw, 124px) 0 clamp(62px, 8vw, 116px); overflow: hidden; }
.hero .shell { display: grid; grid-template-columns: minmax(0, .92fr) minmax(480px, 1.08fr); align-items: center; gap: clamp(46px, 7vw, 118px); }
.hero-copy { max-width: 670px; }
.eyebrow { margin: 0; color: var(--brand); font-size: 11px; font-weight: 900; letter-spacing: .17em; text-transform: uppercase; }
.hero h1, .section-heading h2, .area-copy h2, .owner-review h2 {
  margin: 18px 0 0; font-family: var(--display); font-weight: 500; letter-spacing: -.052em;
}
.hero h1 { max-width: 760px; font-size: clamp(51px, 6.1vw, 94px); line-height: .97; text-wrap: balance; }
.hero-copy > p:not(.eyebrow):not(.source-note) { max-width: 62ch; margin: 26px 0 0; color: var(--ink-soft); font-size: clamp(17px, 1.4vw, 20px); line-height: 1.65; }
.hero-actions { margin-top: 32px; display: flex; align-items: center; flex-wrap: wrap; gap: 12px; }
.primary-link { min-height: 54px; padding-inline: 24px; background: var(--brand); border-color: var(--brand); }
.disabled-action { min-height: 54px; padding: 0 18px; display: inline-flex; align-items: center; gap: 9px; color: var(--ink-soft); border: 1px solid var(--line); border-radius: 999px; font-size: 11px; font-weight: 800; }
.source-note { max-width: 68ch; margin: 24px 0 0; color: var(--ink-soft); font-size: 11px; line-height: 1.6; }
.hero-visual { min-height: 590px; position: relative; }
.hero-picture {
  height: 590px; margin: 0; display: block; position: relative; overflow: hidden;
  background-color: var(--brand-deep); background-position: center; background-size: cover; background-repeat: no-repeat;
  border-radius: 3px 86px 3px 3px; box-shadow: var(--shadow);
}
.hero-picture img { width: 100%; height: 100%; object-fit: cover; }
.hero-picture::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(5, 22, 30, .58)); pointer-events: none; }
.photo-credit { position: absolute; right: 16px; bottom: 12px; z-index: 2; color: rgba(255,255,255,.88); font-size: 9px; letter-spacing: .04em; }
.visual-card {
  width: min(310px, 70%); min-height: 185px; padding: 24px; position: absolute; right: -28px; bottom: -28px; z-index: 3;
  display: flex; flex-direction: column; justify-content: flex-end; color: #fff; background: var(--brand-deep); box-shadow: 0 20px 55px rgba(10, 27, 23, .25);
}
.visual-card small { margin-bottom: auto; color: color-mix(in srgb, #fff 65%, var(--accent)); font-size: 9px; font-weight: 900; letter-spacing: .17em; text-transform: uppercase; }
.visual-card strong { font-family: var(--display); font-size: 24px; font-weight: 500; line-height: 1.08; letter-spacing: -.035em; }
.visual-card p { margin: 12px 0 0; color: rgba(255,255,255,.7); font-size: 11px; line-height: 1.55; }

.triage-visual { min-height: 590px; padding: clamp(28px, 4vw, 48px); position: relative; display: flex; flex-direction: column; overflow: hidden; color: #fff; background: #17211d; box-shadow: var(--shadow); }
.triage-visual::before { content: ""; position: absolute; inset: 0; opacity: .18; background-image: linear-gradient(rgba(255,255,255,.11) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.11) 1px, transparent 1px); background-size: 52px 52px; }
.triage-heading, .triage-options, .triage-footer { position: relative; z-index: 1; }
.triage-heading { max-width: 420px; }
.triage-heading small { color: var(--accent); font-size: 9px; font-weight: 900; letter-spacing: .17em; text-transform: uppercase; }
.triage-heading strong { margin-top: 12px; display: block; font-family: var(--display); font-size: clamp(32px, 3.8vw, 50px); font-weight: 500; line-height: 1; letter-spacing: -.045em; }
.triage-options { margin-top: 38px; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.triage-options span { min-height: 104px; padding: 18px; display: flex; flex-direction: column; justify-content: space-between; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.17); font-size: 12px; font-weight: 800; }
.triage-options b { color: var(--accent); font-size: 9px; letter-spacing: .14em; }
.triage-footer { margin-top: auto; padding-top: 24px; display: grid; grid-template-columns: 90px 1fr; gap: 16px; border-top: 1px solid rgba(255,255,255,.2); }
.triage-footer span { color: var(--accent); font-size: 9px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.triage-footer strong { font-family: var(--display); font-size: 18px; font-weight: 500; line-height: 1.25; }
.page-index { min-height: 590px; padding: 44px; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; color: #fff; background: var(--brand-deep); box-shadow: var(--shadow); }
.page-index::before { content: attr(data-number); align-self: flex-end; color: color-mix(in srgb, #fff 18%, var(--accent)); font-family: var(--display); font-size: clamp(150px, 18vw, 290px); line-height: .7; letter-spacing: -.1em; }
.page-index > span { order: -1; font-size: 10px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.page-index strong { display: block; font-family: var(--display); font-size: clamp(35px, 4vw, 58px); font-weight: 500; line-height: 1; letter-spacing: -.05em; }
.page-index p { max-width: 48ch; margin: 16px 0 0; color: rgba(255,255,255,.67); font-size: 12px; }

.proof-rail { color: #fff; background: var(--brand-deep); border-top: 1px solid rgba(255,255,255,.1); }
.proof-rail .shell { min-height: 124px; display: grid; grid-template-columns: .75fr repeat(3, 1fr); align-items: stretch; }
.proof-label, .proof-item { padding: 27px clamp(18px, 2.2vw, 34px); display: flex; flex-direction: column; justify-content: center; }
.proof-item { border-left: 1px solid rgba(255,255,255,.13); }
.proof-label { color: color-mix(in srgb, #fff 65%, var(--accent)); font-size: 9px; font-weight: 900; letter-spacing: .17em; text-transform: uppercase; }
.proof-item strong { font-family: var(--display); font-size: 18px; font-weight: 500; letter-spacing: -.02em; }
.proof-item span { margin-top: 8px; color: rgba(255,255,255,.78); font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }

.section { padding: clamp(82px, 10vw, 150px) 0; }
.section.surface { background: var(--surface); }
.section.deep { color: #fff; background: var(--brand-deep); }
.section-heading { max-width: 830px; }
.section-heading h2, .area-copy h2 { font-size: clamp(42px, 5vw, 72px); line-height: 1; text-wrap: balance; }
.section-heading > p:last-child, .area-copy > p:not(.eyebrow) { max-width: 65ch; margin: 24px 0 0; color: var(--ink-soft); font-size: 17px; line-height: 1.75; }
.deep .eyebrow { color: color-mix(in srgb, #fff 55%, var(--accent)); }
.deep .section-heading > p:last-child { color: rgba(255,255,255,.62); }
.service-index { margin-top: 62px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-index article { min-height: 290px; padding: 30px; display: flex; flex-direction: column; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.service-index article > span { color: var(--brand); font-size: 10px; font-weight: 900; letter-spacing: .14em; }
.service-index h3 { margin: auto 0 0; font-family: var(--display); font-size: 28px; font-weight: 500; line-height: 1.05; letter-spacing: -.035em; }
.service-index p { max-width: 36ch; margin: 15px 0 0; color: var(--ink-soft); font-size: 12px; line-height: 1.65; }
.service-index a { min-height: 44px; margin-top: 24px; display: flex; align-items: center; gap: 9px; color: var(--brand); font-size: 10px; font-weight: 900; letter-spacing: .06em; text-decoration: none; text-transform: uppercase; }
.service-index a svg { width: 14px; }
.process-grid { margin-top: 62px; display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.process-grid article { min-height: 310px; padding: 30px; display: flex; flex-direction: column; border: 1px solid rgba(255,255,255,.16); }
.process-grid b { width: 48px; height: 48px; display: grid; place-items: center; color: var(--brand-deep); background: var(--accent); border-radius: 50%; font-size: 11px; }
.process-grid h3 { margin: auto 0 0; font-family: var(--display); font-size: 28px; font-weight: 500; letter-spacing: -.035em; }
.process-grid p { margin: 15px 0 0; color: rgba(255,255,255,.62); font-size: 12px; line-height: 1.65; }
.area-grid { display: grid; grid-template-columns: 1.02fr .98fr; align-items: start; gap: clamp(54px, 8vw, 130px); }
.coverage-panel { min-height: 560px; padding: clamp(28px, 4vw, 48px); display: flex; flex-direction: column; color: #fff; background: var(--brand-deep); border-top: 7px solid var(--accent); box-shadow: var(--shadow); }
.coverage-head { padding-bottom: 22px; display: flex; align-items: center; justify-content: space-between; gap: 18px; border-bottom: 1px solid rgba(255,255,255,.2); }
.coverage-head span { color: rgba(255,255,255,.74); font-size: 9px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.coverage-head b { font-size: 10px; font-weight: 800; }
.coverage-primary { padding: 38px 0 30px; display: grid; gap: 8px; }
.coverage-primary small { color: var(--accent); font-size: 9px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.coverage-primary strong { font-family: var(--display); font-size: clamp(40px, 5vw, 70px); font-weight: 500; line-height: 1; letter-spacing: -.055em; }
.coverage-list { display: grid; border-top: 1px solid rgba(255,255,255,.2); }
.coverage-list > div { min-height: 64px; display: grid; grid-template-columns: 36px 1fr auto; align-items: center; gap: 12px; border-bottom: 1px solid rgba(255,255,255,.15); }
.coverage-list i { color: var(--accent); font-size: 9px; font-style: normal; font-weight: 900; }
.coverage-list span { font-size: 13px; font-weight: 800; }
.coverage-list b { color: rgba(255,255,255,.65); font-size: 8px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.coverage-panel > p { margin: auto 0 0; padding-top: 28px; color: rgba(255,255,255,.74); font-size: 11px; line-height: 1.7; }
.coverage-proof { margin-top: 34px; display: grid; border-top: 1px solid var(--line); }
.coverage-proof > div { min-height: 76px; padding: 16px 0; display: grid; grid-template-columns: 22px 1fr; align-items: start; gap: 12px; border-bottom: 1px solid var(--line); }
.coverage-proof svg { margin-top: 2px; width: 15px; color: var(--brand); }
.coverage-proof span { font-size: 12px; font-weight: 800; line-height: 1.45; }
.coverage-proof small { margin-top: 5px; display: block; color: var(--ink-soft); font-size: 8px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.faq-list { max-width: 940px; margin-top: 54px; }
.faq-list details { border-top: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { min-height: 78px; padding: 21px 45px 21px 0; position: relative; display: flex; align-items: center; cursor: pointer; font-family: var(--display); font-size: 22px; font-weight: 500; list-style: none; letter-spacing: -.025em; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 4px; color: var(--brand); font-family: var(--sans); font-size: 25px; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 68ch; margin: -4px 0 28px; color: var(--ink-soft); line-height: 1.75; }

.request-grid { margin-top: 70px; display: grid; grid-template-columns: 1.08fr .92fr; border: 1px solid var(--line); }
.disabled-form, .launch-gate { padding: clamp(28px, 4vw, 54px); }
.disabled-form { display: grid; gap: 22px; background: var(--paper); }
.disabled-form label { display: grid; gap: 8px; color: var(--ink-soft); font-size: 10px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.disabled-form input, .disabled-form textarea { width: 100%; min-height: 52px; padding: 14px; color: var(--ink-soft); background: var(--surface); border: 1px solid var(--line); border-radius: 0; }
.disabled-form textarea { min-height: 110px; resize: none; }
.disabled-form button { min-height: 54px; color: var(--ink-soft); background: transparent; border: 1px dashed var(--line); }
.launch-gate { color: #fff; background: var(--brand-deep); }
.launch-gate h3 { margin: 0; font-family: var(--display); font-size: 31px; font-weight: 500; letter-spacing: -.04em; }
.launch-gate p, .launch-gate li { color: rgba(255,255,255,.65); font-size: 12px; line-height: 1.65; }
.launch-gate ul { margin: 28px 0 0; padding-left: 19px; }
.launch-gate li + li { margin-top: 10px; }

.owner-review { padding: clamp(68px, 8vw, 110px) 0; color: #fff; background: var(--brand); }
.owner-review .shell { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 70px; }
.owner-review .eyebrow { color: rgba(255,255,255,.94); }
.owner-review h2 { max-width: 830px; font-size: clamp(43px, 5.7vw, 78px); line-height: .98; }
.owner-review p:not(.eyebrow) { max-width: 68ch; margin: 24px 0 0; color: rgba(255,255,255,.94); }
.owner-review .primary-link { background: #fff; border-color: #fff; color: var(--brand-deep); }
.site-footer { padding: 64px 0 30px; color: #fff; background: #111815; }
.footer-grid { display: grid; grid-template-columns: 1.5fr .85fr .65fr; gap: 50px; }
.footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; }
.footer-grid strong { font-family: var(--display); font-size: 25px; font-weight: 500; }
.footer-grid p, .footer-grid span { max-width: 54ch; margin: 12px 0 0; color: rgba(255,255,255,.72); font-size: 11px; line-height: 1.7; }
.footer-grid small { margin-bottom: 12px; color: rgba(255,255,255,.68); font-size: 9px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.footer-review { min-height: 44px; display: inline-flex; align-items: center; gap: 8px; color: #fff; font-size: 11px; font-weight: 800; text-decoration: none; }
.footer-bottom { margin-top: 52px; padding-top: 22px; color: rgba(255,255,255,.62); border-top: 1px solid rgba(255,255,255,.12); font-size: 9px; line-height: 1.7; }
.mobile-review { display: none; }

body[data-site="suntree"] .hero-picture { border-radius: 220px 220px 28px 28px; }
body[data-site="suntree"] .visual-card { right: auto; left: -35px; border-radius: 24px; }
body[data-site="suntree"] .service-index { gap: 12px; border: 0; }
body[data-site="suntree"] .service-index article { border: 1px solid var(--line); border-radius: 26px 26px 8px 8px; }
body[data-site="suntree"] .coverage-panel { border-radius: 32px 32px 8px 8px; }
body[data-site="suntree"] .proof-rail, body[data-site="suntree"] .deep { background: #1d3150; }
body[data-site="rubio"] .hero-picture { border-radius: 4px 4px 160px 4px; }
body[data-site="rubio"] .visual-card { border-top: 4px solid var(--accent); }
body[data-site="rubio"] .brand-mark, body[data-site="rubio"] .process-grid b { border-radius: 8px; }
body[data-site="pool365"] .hero { background: linear-gradient(135deg,#f1faff 0 62%,#d4f5ff 62%); }
body[data-site="pool365"] .hero-picture { border-radius: 0 0 80px 0; }
body[data-site="pool365"] .visual-card { right: 18px; bottom: 18px; background: #fff; color: var(--ink); box-shadow: 0 18px 50px rgba(3,55,106,.24); }
body[data-site="pool365"] .visual-card small { color: var(--brand); }
body[data-site="pool365"] .visual-card p { color: var(--ink-soft); }
body[data-site="pool365"] .service-index article:nth-child(2n) { background: #eefaff; }
body[data-site="pool365"] .coverage-panel { background: linear-gradient(150deg, #063b7a, #075cae); border-top-color: #ff6b61; }
body[data-site="beachside"] .hero-picture { border-radius: 0; clip-path: polygon(0 8%, 100% 0, 94% 100%, 4% 94%); }
body[data-site="beachside"] .visual-card { right: 0; bottom: 0; border-left: 5px solid var(--accent); }
body[data-site="beachside"] .coverage-panel { border-top: 0; border-left: 7px solid var(--accent); }
body[data-site="beachside"] .proof-rail, body[data-site="beachside"] .deep { background: #232d2c; }

@media (max-width: 1120px) {
  .site-nav { display: none; position: absolute; top: 100%; left: 20px; right: 20px; padding: 20px; flex-direction: column; align-items: stretch; gap: 3px; background: var(--surface); border: 1px solid var(--line); box-shadow: var(--shadow); }
  .site-nav.open { display: flex; }
  .site-nav > a:not(.review-link), .site-nav .review-link { min-height: 50px; padding-inline: 13px; display: flex; }
  .site-header > .shell > .review-link { margin-left: auto; }
  .nav-toggle { display: grid; }
  .hero .shell { grid-template-columns: 1fr 1fr; gap: 42px; }
  .hero h1 { font-size: clamp(49px, 6.3vw, 73px); }
  .hero-visual, .hero-picture, .triage-visual, .page-index { min-height: 510px; height: 510px; }
}

@media (max-width: 820px) {
  :root { --shell: min(100% - 28px, 760px); }
  .site-header { min-height: 72px; }
  .site-header > .shell > .review-link { display: none; }
  .hero { padding-top: 54px; }
  .hero .shell { grid-template-columns: 1fr; }
  .hero-copy { max-width: 720px; }
  .hero h1 { font-size: clamp(48px, 10.8vw, 76px); }
  .hero-visual { min-height: auto; }
  .hero-picture, .triage-visual, .page-index { height: auto; min-height: 520px; }
  .visual-card { right: 18px; bottom: 18px; }
  body[data-site="suntree"] .visual-card { left: 18px; }
  .proof-rail .shell { grid-template-columns: 1fr 1fr; }
  .proof-label, .proof-item { min-height: 100px; border: 1px solid rgba(255,255,255,.11); }
  .service-index { grid-template-columns: 1fr 1fr; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid article { min-height: 240px; }
  .area-grid, .request-grid { grid-template-columns: 1fr; }
  .area-copy { order: -1; }
  .coverage-panel { min-height: 520px; }
  .owner-review .shell { grid-template-columns: 1fr; align-items: start; gap: 32px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
  body { padding-bottom: 66px; }
  .concept-banner { min-height: 44px; padding-inline: 12px; font-size: 9px; line-height: 1.35; }
  .brand-copy strong { max-width: 190px; font-size: 13px; }
  .brand-copy small { display: none; }
  .brand-mark { width: 42px; height: 42px; }
  .hero { padding: 42px 0 70px; }
  .hero h1 { margin-top: 13px; font-size: clamp(43px, 13vw, 61px); }
  .hero-copy > p:not(.eyebrow):not(.source-note) { margin-top: 20px; font-size: 16px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .primary-link, .disabled-action { width: 100%; }
  .hero-picture, .triage-visual, .page-index { min-height: 430px; }
  .hero-picture { border-radius: 2px 54px 2px 2px; }
  .visual-card { width: calc(100% - 28px); right: 14px; bottom: 14px; }
  body[data-site="suntree"] .visual-card { left: 14px; }
  .triage-visual { padding: 24px; }
  .triage-options { margin-top: 24px; }
  .triage-options span { min-height: 82px; padding: 13px; }
  .triage-footer { grid-template-columns: 1fr; gap: 8px; }
  .page-index { padding: 28px; }
  .proof-rail .shell { width: 100%; grid-template-columns: 1fr; }
  .proof-label, .proof-item { min-height: 82px; padding-inline: 20px; }
  .section { padding: 78px 0; }
  .section-heading h2, .area-copy h2 { font-size: 42px; }
  .section-heading > p:last-child { font-size: 15px; }
  .service-index { margin-top: 42px; grid-template-columns: 1fr; }
  .service-index article { min-height: 250px; padding: 25px; }
  body[data-site="suntree"] .service-index { gap: 8px; }
  .coverage-panel { min-height: 0; padding: 26px; }
  .coverage-head { align-items: flex-start; flex-direction: column; gap: 8px; }
  .coverage-primary strong { font-size: 48px; }
  .coverage-list > div { grid-template-columns: 30px 1fr; }
  .coverage-list b { display: none; }
  .owner-review h2 { font-size: 43px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > div:first-child { grid-column: auto; }
  .mobile-review { height: 66px; padding: 8px 12px; position: fixed; left: 0; right: 0; bottom: 0; z-index: 50; display: flex; align-items: center; justify-content: space-between; gap: 12px; color: #fff; background: #111815; border-top: 1px solid rgba(255,255,255,.15); }
  .mobile-review div { display: grid; }
  .mobile-review small { color: rgba(255,255,255,.5); font-size: 8px; text-transform: uppercase; letter-spacing: .08em; }
  .mobile-review strong { font-size: 11px; }
  .mobile-review a { min-height: 46px; padding: 0 16px; display: inline-flex; align-items: center; color: #fff; background: var(--brand); border-radius: 999px; font-size: 10px; font-weight: 900; text-decoration: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

:focus-visible { outline: 3px solid var(--accent); outline-offset: 4px; }
@supports not (color: color-mix(in srgb, white 50%, black)) {
  .site-header { background: var(--paper); }
  .visual-card small, .proof-label, .deep .eyebrow { color: #d9e7df; }
}
