/* ============================================================
   My Davis Group — rebuild v3
   Styled to match the live mydavisgroup.com visual language:
   photographic hero, Playfair Display 400 (non-italic), warm
   imagery, #C6E6FD blue accents, #575757 rounded buttons,
   transparent→charcoal scroll header, curved wave dividers.
   ============================================================ */

/* Real fonts, self-hosted from the live mydavisgroup.com (Wix CDN).
   Droid Serif = Apache 2.0 (free). Avenir = Linotype (client's licensed brand font). */
@font-face { font-family: "Droid Serif"; src: url("/fonts/droid-serif.woff2") format("woff2"); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: "Avenir LT"; src: url("/fonts/avenir-light.woff2") format("woff2"); font-weight: 300 400; font-style: normal; font-display: swap; }
@font-face { font-family: "Avenir LT"; src: url("/fonts/avenir-heavy.woff2") format("woff2"); font-weight: 700 900; font-style: normal; font-display: swap; }

:root {
  --paper: #ffffff;
  --paper-soft: #faf9f6;
  --ink-display: #414141;
  --ink-strong: #242323;
  --cta-pill: #575757;
  --purple: #8c85c4;        /* live-site CTA periwinkle */
  --purple-dk: #7a72b3;
  --blue: #c6e6fd;          /* Field Highlight — signature accent */
  --blue-soft: #eaf5fe;     /* Field Soft */
  --blue-line: #7fb8e6;     /* derived accent line */
  --rule: #e7e4dd;
  --gold: #d9a44d;
  --charcoal: #3a3830;
  --muted: #8a8780;

  --display: "Droid Serif", Georgia, "Times New Roman", serif;
  --body: "Avenir LT", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;

  --maxw: 1120px;
  --gutter: clamp(20px, 5vw, 64px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body {
  margin: 0;
  font-family: var(--body);
  font-weight: 300;
  color: var(--ink-strong);
  background: var(--paper);
  line-height: 1.62;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

/* ---------- Typography (Playfair 400, non-italic headings) ---------- */
h1, h2, h3 {
  font-family: var(--display);
  color: var(--ink-display);
  font-weight: 400;
  line-height: 1.14;
  margin: 0;
  letter-spacing: 0;
}
h1 { font-size: clamp(2.5rem, 5.4vw, 3.9rem); }
h2 { font-size: clamp(1.95rem, 3.8vw, 2.7rem); }
h3 { font-size: clamp(1.25rem, 2.2vw, 1.6rem); }
h1 em, h2 em, h3 em { font-style: normal; font-weight: 400; }  /* de-italicize like live site */

p { margin: 0 0 1.1em; max-width: 64ch; }
strong { font-weight: 700; color: inherit; }

.eyebrow {
  font-family: var(--body);
  font-weight: 600;
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--muted);
  margin: 0 0 1.1rem;
}
.eyebrow.light { color: rgba(255, 255, 255, 0.85); }
.lead { font-size: clamp(1.05rem, 1.6vw, 1.28rem); color: var(--ink-strong); font-weight: 300; }

/* ---------- Layout ---------- */
.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 var(--gutter); }
section { padding: clamp(58px, 8vw, 108px) 0; position: relative; }
.band-soft { background: var(--paper-soft); }
.band-blue { background: var(--blue-soft); }
.divider { border: 0; border-top: 1px solid var(--rule); margin: 0; }

.section-head { margin-bottom: clamp(30px, 4vw, 50px); }
.section-head h2 { max-width: 20ch; }
.section-head .lead { margin-top: 1.2rem; max-width: 62ch; }

/* ---------- Header (gradient band: charcoal left → white right, like live site) ---------- */
.site-header {
  position: sticky; top: 0; left: 0; right: 0; z-index: 60;
  background: linear-gradient(90deg, #3a3830 0%, #3a3830 15%, #b7b1a6 38%, #efede8 63%, #ffffff 100%);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  transition: box-shadow 0.28s ease;
}
.site-header.scrolled { box-shadow: 0 6px 20px -14px rgba(30, 28, 24, 0.4); }
.nav { display: flex; align-items: center; justify-content: space-between; gap: 20px;
  min-height: 154px; max-width: 1000px; margin: 0 auto; padding: 0 24px; }
.brand { display: flex; align-items: center; }
.brand .logo { height: 108px; width: auto; }
.header-cta {
  display: inline-flex; align-items: center; justify-content: center;
  font-family: "Avenir LT", var(--body); font-weight: 700; font-size: 15px; line-height: 1;
  letter-spacing: 3.75px; color: #fff; white-space: nowrap; text-align: center;
  padding: 12px 22px; border-radius: 10px;
  background: #575757; border: 3px solid rgba(219, 219, 219, 0.44);
  box-shadow: 2.83px 2.83px 2px 0 #ebebeb;
  transition: background 0.22s ease, border-color 0.22s ease;
}
.header-cta:hover { background: #917fb2; border-color: transparent; }
.nav-toggle { display: none; }

/* ---------- Buttons (live-site: #575757, ~8px radius, light border) ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font-family: var(--body); font-weight: 700; font-size: 0.72rem;
  letter-spacing: 0.13em; text-transform: uppercase;
  padding: 16px 30px; border-radius: 8px; cursor: pointer;
  border: 2px solid rgba(219, 219, 219, 0.4); transition: all 0.18s ease; white-space: nowrap;
}
.btn-fill { background: linear-gradient(180deg, #968ecb 0%, #837bba 100%); color: #fff; border-color: rgba(255, 255, 255, 0.35); box-shadow: 0 10px 24px -12px rgba(110, 100, 175, 0.7); }
.btn-fill:hover { filter: brightness(1.05); border-color: rgba(255, 255, 255, 0.55); }
.btn-ghost { background: transparent; color: var(--ink-strong); border-color: var(--ink-strong); }
.btn-ghost:hover { background: var(--ink-strong); color: #fff; }
.btn-ghost-light { background: rgba(255, 255, 255, 0.08); color: #fff; border-color: rgba(255, 255, 255, 0.75); }
.btn-ghost-light:hover { background: #fff; color: var(--ink-strong); }
.btn-block { width: 100%; }
.btn-row { display: flex; flex-wrap: wrap; gap: 14px; margin: 2rem 0 1.6rem; }

/* ---------- HERO (live-site match: photo + frosted card on the left) ---------- */
.hero {
  position: relative; min-height: 659px; display: flex; align-items: center;
  padding: 0;
  background: #cdd8de url("/img/hero.jpg") center center / cover no-repeat;
  overflow: hidden;
}
.hero-inner { position: relative; z-index: 2; width: 100%; max-width: 1000px; margin: 0 auto; padding: 0 24px; }
.hero-card {
  width: 388px; max-width: 100%; text-align: center;
  background: rgba(255, 255, 255, 0.36);
  border: 2px solid #cfcfcf; border-radius: 30px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.42);
  padding: 22px 20px 26px;
  transform: translateY(-14px);
}
.hero-card .eyebrow, .hero-card h1, .hero-card .hero-sub {
  font-family: var(--display); font-weight: 400; font-style: normal;
  color: #414141; line-height: 1.4; letter-spacing: normal; text-transform: none; margin: 0; max-width: none;
}
.hero-card .eyebrow { font-size: 18px; }
.hero-card h1 { font-size: 40px; font-weight: 700; }
.hero-card .hero-sub { font-size: 18px; }
.fineprint { font-size: 0.8rem; color: var(--muted); max-width: 60ch; line-height: 1.5; }

/* exact wave from the live site (viewBox 0 100 1920 200), fills into the next band */
.wave { position: absolute; left: 0; right: 0; bottom: -1px; z-index: 3; width: 100%; height: auto; display: block; }
.wave path { fill: var(--paper-soft); }

/* ---------- Stats ---------- */
.stats {
  display: grid; grid-template-columns: repeat(4, 1fr);
  background: var(--paper); border: 1px solid var(--rule); border-radius: 8px; overflow: hidden;
  box-shadow: 0 18px 50px -32px rgba(40, 38, 32, 0.4);
}
.stat { padding: 32px 24px; text-align: center; border-right: 1px solid var(--rule); }
.stat:last-child { border-right: 0; }
.stat .num { font-family: var(--display); font-size: clamp(2rem, 3.6vw, 2.9rem); color: var(--ink-display); font-weight: 400; }
.stat .label { font-size: 0.66rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted); margin-top: 6px; line-height: 1.4; }

/* ---------- Two-column ---------- */
.two-col { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: clamp(28px, 5vw, 60px); align-items: start; }
.media-round { width: 100%; border-radius: 10px; object-fit: cover; aspect-ratio: 4 / 3; box-shadow: 0 20px 50px -30px rgba(40, 38, 32, 0.55); }

.quote { font-family: var(--display); font-style: italic; font-size: clamp(1.2rem, 2vw, 1.5rem); line-height: 1.42; color: var(--ink-display); margin: 0; }
.quote-card { background: var(--blue-soft); border-left: 3px solid var(--blue-line); padding: 26px 30px; border-radius: 4px; }
.quote-card .attr { font-family: var(--body); font-style: normal; font-weight: 600; font-size: 0.72rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted); margin-top: 16px; }

/* Client testimonials — masonry columns so uneven-length reviews pack cleanly */
.testimonials { columns: 2; column-gap: 26px; margin-top: clamp(28px, 4vw, 44px); }
.tcard { break-inside: avoid; margin: 0 0 26px; background: var(--paper); border: 1px solid var(--rule); border-left: 3px solid var(--blue-line); border-radius: 8px; padding: 26px 30px; }
.tcard .stars { color: var(--gold); font-size: 0.9rem; letter-spacing: 3px; margin-bottom: 14px; }
.tquote { font-family: var(--body); font-size: 1rem; line-height: 1.62; color: var(--ink-strong); margin: 0; }
.tcard .attr { font-family: var(--body); font-weight: 700; font-size: 0.72rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted); margin-top: 18px; }
@media (max-width: 860px) { .testimonials { columns: 1; } }

/* ---------- Panels / cards ---------- */
.panel { background: var(--paper); border: 1px solid var(--rule); border-radius: 8px; padding: 30px 32px; }
.panel-label { font-size: 0.68rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--muted); margin-bottom: 14px; }
.list-clean { list-style: none; padding: 0; margin: 0; }
.list-clean li { position: relative; padding-left: 22px; margin-bottom: 10px; font-size: 0.98rem; }
.list-clean li::before { content: ""; position: absolute; left: 0; top: 10px; width: 7px; height: 7px; border-radius: 50%; background: var(--blue-line); }

.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.grid-4 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }

/* Path cards with photo header */
.path-card { border: 1px solid var(--rule); border-radius: 10px; overflow: hidden; background: var(--paper); box-shadow: 0 18px 46px -34px rgba(40, 38, 32, 0.45); }
.path-card .card-photo { width: 100%; height: 210px; object-fit: cover; }
.path-card .path-body { padding: 32px 34px 36px; }
.path-card h3 { font-size: 1.75rem; margin-bottom: 14px; }
.path-card p { color: var(--ink-strong); }

/* Problem / model callouts */
.callout { border-radius: 8px; padding: 30px 34px; background: var(--paper); border: 1px solid var(--rule); }
.callout.problem { border-left: 4px solid var(--gold); }
.callout.model { border-left: 4px solid var(--blue-line); background: var(--blue-soft); }
.callout .tag { font-size: 0.68rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold); margin-bottom: 12px; font-weight: 600; }
.callout.model .tag { color: var(--blue-line); }
.callout h3 { margin-bottom: 12px; }
.callout p { max-width: none; margin-bottom: 0; font-size: 0.98rem; }
.stack > * + * { margin-top: 22px; }

/* Medicare 101 */
.part-card { border: 1px solid var(--rule); border-radius: 8px; padding: 26px 28px; background: var(--paper); }
.part-card .kicker { font-size: 0.66rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--blue-line); margin-bottom: 12px; font-weight: 600; }
.part-card h3 { font-size: 1.3rem; margin-bottom: 10px; }
.part-card p { font-size: 0.94rem; margin-bottom: 0; }
.window-card { border: 1px solid var(--rule); border-radius: 8px; padding: 24px; background: var(--paper); }
.window-card .kicker { font-size: 0.66rem; letter-spacing: 0.13em; text-transform: uppercase; color: var(--muted); margin-bottom: 12px; line-height: 1.5; }
.window-card p { font-size: 0.9rem; margin-bottom: 0; }
.note-inline { font-style: italic; color: var(--muted); font-size: 0.9rem; margin-top: 26px; }

/* ---------- Roster ---------- */
.roster-list { border-top: 1px solid var(--rule); margin-top: 8px; }
.roster-row { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; padding: 18px 6px; border-bottom: 1px solid var(--rule); transition: background 0.15s, padding-left 0.15s; }
.roster-row:hover { background: var(--blue-soft); padding-left: 14px; }
.roster-row .name { font-family: var(--display); font-size: 1.35rem; color: var(--ink-display); }
.roster-row .role { font-size: 0.66rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted); text-align: right; }

/* ---------- Agent cards ---------- */
.agent-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.agent-card { border: 1px solid var(--rule); border-radius: 10px; padding: 28px 26px 30px; background: var(--paper); }
.agent-card.featured { background: var(--blue-soft); border-color: #cfe6f8; }
.agent-card .avatar { width: 60px; height: 60px; border-radius: 50%; border: 1px solid var(--rule); display: flex; align-items: center; justify-content: center; margin-bottom: 18px; font-family: var(--display); font-size: 1.05rem; color: var(--ink-display); background: var(--paper); overflow: hidden; flex: none; }
.agent-card.featured .avatar { background: #fff; }
.agent-card .avatar.photo { width: 96px; height: 96px; border-color: #cfe0ee; }
.agent-card .avatar.photo img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 22%; }
.agent-card .aname { font-family: var(--display); font-size: 1.35rem; color: var(--ink-display); }
.agent-card .afirm { font-family: var(--display); font-size: 0.82rem; color: var(--ink-display); margin: 6px 0 0; }
.agent-card .afirm a { color: inherit; text-decoration: underline; text-underline-offset: 2px; text-decoration-color: #cfe0ee; }
.agent-card .afirm a:hover { text-decoration-color: currentColor; }
.agent-card .arole { font-size: 0.62rem; letter-spacing: 0.13em; text-transform: uppercase; color: var(--muted); margin: 6px 0 14px; }
.agent-card .abio { font-size: 0.92rem; margin-bottom: 14px; }
.agent-card .abio.placeholder { color: var(--muted); font-style: italic; }
.agent-card .aserving { font-size: 0.82rem; color: var(--muted); margin: -6px 0 14px; line-height: 1.5; }
.agent-card .acontact { font-size: 0.88rem; color: var(--muted); line-height: 1.7; }
.agent-card .acontact a { color: var(--ink-strong); }
.agent-card .alicense { color: var(--muted); }
.agent-card .schedule { font-style: italic; color: var(--ink-display); display: inline-block; margin-top: 6px; border-bottom: 1px solid var(--blue-line); }
.agent-card.reserved { border-style: dashed; background: transparent; }
.agent-card.reserved .avatar { border-style: dashed; }

/* ---------- Your Medicare Account ---------- */
.account-caps li { font-size: 1rem; margin-bottom: 14px; line-height: 1.55; }
.account-cta { align-self: start; }
.account-cta .cta-btns { display: flex; flex-direction: column; gap: 14px; margin-top: 4px; }
.account-cta .btn { width: 100%; }
.account-cta .account-foot { margin-top: 16px; }

/* ---------- Three ways to connect (§08) ---------- */
.ways { margin-bottom: clamp(28px, 4vw, 44px); }
.way { display: block; border: 1px solid var(--rule); border-radius: 10px; padding: 22px 24px; background: var(--paper); transition: box-shadow 0.18s, border-color 0.18s, transform 0.18s; }
.way:hover { border-color: var(--blue-line); box-shadow: 0 16px 40px -30px rgba(40, 38, 32, 0.5); transform: translateY(-2px); }
.way-title { font-family: var(--display); font-size: 1.2rem; color: var(--ink-display); margin-bottom: 8px; }
.way-title::after { content: " \2192"; color: var(--blue-line); }
.way-desc { font-size: 0.9rem; color: var(--muted); margin: 0; line-height: 1.55; }

/* ---------- Phone compliance note ---------- */
.phone-note { display: block; font-size: 0.72rem; color: var(--muted); line-height: 1.45; margin-top: 5px; }
.site-footer .fnav-phone { display: inline-flex; flex-direction: column; }
.site-footer .fnav-phone a { opacity: 0.85; }
.site-footer .phone-note { color: #a9a498; max-width: 260px; margin-top: 3px; }

/* ---------- Request a meeting ---------- */
.form-wrap { display: grid; grid-template-columns: 1fr 1.05fr; gap: clamp(28px, 5vw, 60px); align-items: start; }
.form-card { border: 1px solid var(--rule); border-radius: 10px; padding: clamp(26px, 3vw, 40px); background: var(--paper); box-shadow: 0 22px 54px -34px rgba(40, 38, 32, 0.5); }
.form-card h3 { font-size: 1.8rem; margin-bottom: 6px; }
.form-card > p { color: var(--muted); font-size: 0.95rem; }
.field { margin-top: 18px; }
.field label { display: block; font-size: 0.66rem; letter-spacing: 0.13em; text-transform: uppercase; color: var(--muted); margin-bottom: 7px; }
.field input, .field select {
  width: 100%; font-family: var(--body); font-size: 1rem; color: var(--ink-strong);
  padding: 13px 15px; border: 1px solid #bcdcf5; border-radius: 6px; background: var(--blue);
  transition: box-shadow 0.15s, background 0.15s;
}
.field input::placeholder { color: #5b7fa0; }
.field input:focus, .field select:focus { outline: none; background: var(--blue-soft); box-shadow: 0 0 0 3px rgba(198, 230, 253, 0.9); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.hint { font-size: 0.8rem; color: var(--muted); margin-top: 8px; }
.consent { display: flex; gap: 12px; margin-top: 22px; padding-top: 20px; border-top: 1px solid var(--rule); }
.consent input { margin-top: 4px; flex: none; width: 16px; height: 16px; accent-color: var(--cta-pill); }
.consent label { font-size: 0.78rem; color: var(--muted); line-height: 1.5; }
.consent label strong { color: var(--ink-strong); }
.form-msg { margin-top: 16px; font-size: 0.9rem; display: none; }
.form-msg.show { display: block; }
.form-msg.ok { color: #2f7d4f; }
.form-msg.err { color: #b23b3b; }

/* ---------- FAQ ---------- */
.faq-item { border-bottom: 1px solid var(--rule); }
.faq-q { width: 100%; text-align: left; background: none; border: 0; cursor: pointer; font-family: var(--display); font-size: clamp(1.05rem, 1.6vw, 1.25rem); color: var(--ink-display); padding: 22px 40px 22px 0; position: relative; }
.faq-q::after { content: "+"; position: absolute; right: 4px; top: 50%; transform: translateY(-50%); font-family: var(--body); font-weight: 300; font-size: 1.4rem; color: var(--blue-line); transition: transform 0.2s; }
.faq-item.open .faq-q::after { content: "\2013"; }
.faq-a { max-height: 0; overflow: hidden; transition: max-height 0.28s ease; }
.faq-a-inner { padding: 0 0 20px; font-size: 0.98rem; }
.faq-item.open .faq-a { max-height: 420px; }

/* ---------- Contact / disclosures ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr 0.9fr; gap: clamp(28px, 5vw, 60px); align-items: start; }
.contact-rows { border-top: 1px solid var(--rule); }
.contact-rows .row { display: grid; grid-template-columns: 130px 1fr; gap: 16px; padding: 20px 0; border-bottom: 1px solid var(--rule); }
.contact-rows .row .k { font-size: 0.66rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--muted); align-self: center; }
.contact-rows .row .v { font-size: 1rem; }
/* Contact values render as tappable purple chips (same gradient as the "Call" button) */
.contact-rows .row .v a {
  display: inline-flex; align-items: center;
  background: linear-gradient(180deg, #968ecb 0%, #837bba 100%);
  color: #fff; font-weight: 700; font-size: 0.72rem; letter-spacing: 0.13em; text-transform: uppercase;
  padding: 9px 16px; border-radius: 8px;
  border: 2px solid rgba(255, 255, 255, 0.35);
  box-shadow: 0 10px 24px -14px rgba(110, 100, 175, 0.7);
  transition: filter 0.18s ease, border-color 0.18s ease;
  line-height: 1.35; word-break: break-word;
}
.contact-rows .row .v a:hover { filter: brightness(1.06); border-color: rgba(255, 255, 255, 0.6); }
.contact-rows .row .v .phone-note { margin-top: 8px; }
.notice { border: 1px dashed var(--gold); border-radius: 8px; background: #fdf7ec; padding: 22px 26px; margin-top: 40px; font-size: 0.92rem; line-height: 1.6; }
.notice b { color: var(--gold); }
.legal { margin-top: 30px; color: var(--muted); font-size: 0.82rem; line-height: 1.6; }
.legal p { max-width: none; margin-bottom: 0.9em; }

/* ---------- Footer ---------- */
.site-footer { background: var(--charcoal); color: #d8d4ca; padding: 46px 0; }
.site-footer .wrap { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 20px; }
.site-footer .logo { height: 42px; width: auto; }
.site-footer .fnav { display: flex; gap: 22px; flex-wrap: wrap; font-size: 0.85rem; }
.site-footer .fnav a { opacity: 0.85; }
.site-footer .fnav a:hover { opacity: 1; }
.site-footer .copy { font-size: 0.78rem; color: #a9a498; width: 100%; margin-top: 8px; }

/* ---------- Responsive ---------- */
@media (max-width: 860px) {
  /* header: stack logo + CTA centered, more-charcoal gradient (like live mobile) */
  .site-header { background: linear-gradient(90deg, #3a3830 0%, #4f4b43 52%, #a8a297 100%); }
  .nav { flex-direction: column; gap: 15px; min-height: auto; padding: 24px 24px 20px; }
  .brand .logo { width: 80vw; max-width: 360px; height: auto; }
  .header-cta { display: block; width: 80vw; max-width: 360px; font-size: 15px; letter-spacing: 3px; line-height: 1.4;
    padding: 15px 20px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; text-align: left; }
  /* hero: text straight on the photo, no card, left-aligned dark (like live mobile) */
  .hero { min-height: 58vw; background-position: 60% center; padding: 0; }
  .hero-inner { padding: 0 26px; max-width: none; }
  .hero-card { width: auto; max-width: none; text-align: left; background: none; border: 0;
    box-shadow: none; border-radius: 0; padding: 0; transform: none; }
  .hero-card .eyebrow, .hero-card h1, .hero-card .hero-sub { text-shadow: 0 1px 12px rgba(255, 255, 255, 0.55); }
  .two-col, .form-wrap, .contact-grid { grid-template-columns: 1fr; }
  .stats { grid-template-columns: 1fr 1fr; }
  .stat { padding: 26px 12px; }
  .stat .label { font-size: 0.58rem; letter-spacing: 0.08em; }
  .stat:nth-child(2) { border-right: 0; }
  .stat:nth-child(1), .stat:nth-child(2) { border-bottom: 1px solid var(--rule); }
  .grid-2, .grid-3, .grid-4, .agent-grid { grid-template-columns: 1fr; }
  .field-row { grid-template-columns: 1fr; }
  .contact-rows .row { grid-template-columns: 1fr; gap: 4px; }
}
@media (min-width: 861px) and (max-width: 1024px) {
  .agent-grid, .grid-3 { grid-template-columns: 1fr 1fr; }
}
