@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,400;0,500;0,600;0,700;1,400&display=swap');

:root {
  --bg: oklch(0.957 0.019 85);
  --surface: oklch(0.991 0.008 85);
  --fg: oklch(0.254 0.025 238);
  --muted: oklch(0.468 0.026 236);
  --border: oklch(0.254 0.025 238 / .15);
  --accent: oklch(0.452 0.061 239);
  --accent-soft: oklch(0.906 0.024 237);
  --warm: oklch(0.916 0.047 82);
  --sans: Figtree, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  --mono: ui-monospace, "SF Mono", Monaco, Consolas, "Liberation Mono", monospace;
  --ease: cubic-bezier(.24, 1, .4, 1);
  --page: min(1280px, calc(100% - 64px));

  /* Astryx neutral-theme bridge, bound to the Bring the Bots palette. */
  --color-accent: var(--accent);
  --color-on-accent: var(--surface);
  --color-background-body: var(--bg);
  --color-background-surface: var(--surface);
  --color-background-muted: var(--accent-soft);
  --color-text-primary: var(--fg);
  --color-text-secondary: var(--muted);
  --color-border: var(--border);
  --font-family-heading: var(--sans);
  --font-family-body: var(--sans);
  --font-family-code: var(--mono);
  --radius-container: 0px;
  --radius-page: 0px;
  --shadow-low: 0 .5rem 1.1rem oklch(.254 .025 238 / .06);
  --shadow-med: 0 .8rem 1.8rem oklch(.254 .025 238 / .08);
  --shadow-high: 0 1.2rem 2.2rem oklch(.254 .025 238 / .1);
  --duration-fast: .2s;
  --duration-medium: .4s;
  --ease-standard: var(--ease);
  --astryx-card-padding: clamp(1.3rem, 2.3vw, 2.2rem);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--fg); font-family: var(--sans); line-height: 1.45; }
img, video { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }

.skip-link { position: fixed; z-index: 100; left: 1rem; top: -4rem; padding: .75rem 1rem; color: var(--surface); background: var(--fg); }
.skip-link:focus { top: 1rem; }
.site-header { position: sticky; z-index: 20; top: 0; border-top: 4px solid var(--color-accent); border-bottom: 1px solid var(--color-border); background: var(--bg); }
.nav { width: var(--page); min-height: 104px; margin: auto; display: grid; grid-template-columns: 1fr auto 1fr; gap: 2rem; align-items: center; }
.brand { display: inline-flex; min-width: 0; align-items: center; gap: .95rem; }
.brand img { width: 88px; height: 88px; object-fit: contain; }
.brand span { font-size: 0; line-height: 1; }
.brand span::before { display: block; color: var(--fg); content: "BRING THE BOTS"; font-family: var(--mono); font-size: 1.02rem; font-weight: 700; letter-spacing: .075em; }
.brand span::after { display: block; margin-top: .38rem; color: var(--muted); content: "DALLAS, TEXAS"; font-family: var(--mono); font-size: .6rem; font-weight: 600; letter-spacing: .11em; }
.nav-links { display: flex; align-items: center; gap: clamp(.8rem, 2vw, 1.8rem); color: var(--muted); font-size: .86rem; }
.nav-links a { display: inline-flex; min-height: 44px; align-items: center; border-bottom: 2px solid transparent; transition: color .2s var(--ease), border-color .2s var(--ease); }
.nav-links a:hover, .nav-links a[aria-current="page"] { color: var(--fg); border-color: var(--accent); }
.nav-cta { justify-self: end; display: inline-flex; min-height: 40px; align-items: center; padding: 0 .92rem; border: 1px solid var(--accent); color: var(--accent); font-size: .78rem; font-weight: 600; transition: color .2s var(--ease), background .2s var(--ease), transform .2s var(--ease); }
.nav-cta:hover { color: var(--surface); background: var(--accent); transform: translateY(-1px); }

main { min-width: 0; }
.hero, .section, .page-intro, .quote-banner { width: var(--page); margin: auto; }
.hero { min-height: min(760px, calc(100svh - 92px)); display: grid; grid-template-columns: minmax(0, 1fr) minmax(24rem, .9fr); gap: clamp(2rem, 6vw, 6rem); align-items: center; padding: clamp(4rem, 8vh, 7.5rem) 0; }
.eyebrow, .kicker { margin: 0 0 .85rem; color: var(--accent); font-family: var(--mono); font-size: .7rem; font-weight: 600; letter-spacing: .095em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--fg); font-family: var(--sans); font-weight: 600; letter-spacing: -.055em; line-height: .95; }
h1, h2, h3, p, .service-banner-copy span { overflow-wrap: break-word; }
h1 { max-width: 11ch; margin-bottom: 1.35rem; font-size: clamp(3.6rem, 7vw, 7.5rem); }
h2 { max-width: 15ch; margin-bottom: 1rem; font-size: clamp(2.65rem, 5.25vw, 5.45rem); }
h3 { margin-bottom: .65rem; font-size: clamp(1.25rem, 2vw, 1.8rem); }
.lead { max-width: 48ch; margin-bottom: .75rem; font-size: clamp(1.08rem, 1.55vw, 1.32rem); line-height: 1.38; }
.sublead { max-width: 58ch; color: var(--muted); font-size: .98rem; line-height: 1.5; }
.contact-line { display: flex; flex-wrap: wrap; align-items: baseline; gap: .75rem 1.1rem; margin: 1.5rem 0 0; color: var(--muted); font-family: var(--mono); font-size: .72rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.contact-line a { color: var(--fg); font-family: var(--sans); font-size: clamp(1rem, 1.4vw, 1.2rem); font-weight: 600; letter-spacing: -.025em; line-height: 1; text-transform: none; }
.contact-line a:hover { color: var(--accent); }
.status-note { max-width: 64ch; margin-top: 1.5rem; padding: .85rem 1rem; border-left: 3px solid var(--accent); color: var(--muted); background: color-mix(in oklch, var(--accent) 8%, transparent); font-size: .8rem; line-height: 1.5; }
.action-row { display: flex; flex-wrap: wrap; align-items: center; gap: 1.2rem; margin-top: 1.8rem; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: .75rem 1.15rem; border: 1px solid var(--accent); color: var(--surface); background: var(--accent); font-size: .88rem; font-weight: 600; transition: transform .22s var(--ease), background .22s var(--ease), box-shadow .22s var(--ease); }
.button:hover { background: oklch(0.39 0.061 239); box-shadow: 0 .8rem 1.6rem oklch(0.254 .025 238 / .15); transform: translateY(-2px); }
.text-link { display: inline-flex; min-height: 44px; align-items: center; border-bottom: 1px solid var(--accent); color: var(--fg); font-size: .88rem; font-weight: 500; transition: color .2s var(--ease), padding-left .2s var(--ease); }
.text-link:hover { padding-left: .3rem; color: var(--accent); }
.button:focus-visible, .text-link:focus-visible, .nav a:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible, summary:focus-visible { outline: 3px solid var(--accent); outline-offset: 3px; }

.hero-media { position: relative; isolation: isolate; min-height: min(68vh, 650px); display: grid; place-items: end center; overflow: visible; background: transparent; }
.hero-media::before { position: absolute; z-index: -1; top: 9%; left: 8%; width: min(47vw, 550px); aspect-ratio: 1; border: 2px solid color-mix(in oklch, var(--accent) 42%, transparent); border-radius: 50%; content: ""; animation: hero-ring 7s var(--ease) infinite alternate; }
.hero-media::after { display: none; }
.hero-media img { position: relative; z-index: 1; width: 100%; height: 100%; max-height: 650px; object-fit: contain; object-position: center bottom; transform-origin: center bottom; filter: drop-shadow(0 2rem 2.75rem oklch(.254 .025 238 / .3)); animation: robot-float 5s ease-in-out infinite; }
.media-credit { display: none; }

.intro-strip { border-block: 1px solid var(--border); background: color-mix(in oklch, var(--accent-soft) 46%, transparent); }
.intro-strip-inner { width: var(--page); margin: auto; display: flex; flex-wrap: wrap; gap: .65rem 2.25rem; padding: 1rem 0; color: var(--muted); font-size: .84rem; }
.intro-strip b { color: var(--fg); font-weight: 600; }
.pricing-stage { width: var(--page); margin: 0 auto; padding: 1.45rem 0 .25rem; transition: padding .5s var(--ease), background .5s var(--ease), box-shadow .5s var(--ease); }
.pricing-stage > p { margin: 0 0 .7rem; color: var(--accent); font-family: var(--mono); font-size: .7rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.pricing-lanes { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: clamp(1.5rem, 5vw, 5rem); border-top: 1px solid var(--color-border); }
.pricing-lane { display: flex; min-width: 0; align-items: baseline; justify-content: space-between; gap: 1rem; padding: 1rem 0 1.1rem; border-bottom: 1px solid var(--color-border); transition: padding .5s var(--ease), background .5s var(--ease); }
.pricing-lane span { color: var(--muted); font-size: .82rem; line-height: 1.3; }
.pricing-lane small { display: block; margin-top: .35rem; color: var(--accent); font-family: var(--mono); font-size: .62rem; font-weight: 600; letter-spacing: .045em; line-height: 1.3; text-transform: uppercase; }
.pricing-lane.is-wedding { align-items: center; }
.pricing-lane b { flex: 0 0 auto; color: var(--fg); font-size: clamp(1.5rem, 2.5vw, 2.65rem); font-weight: 600; letter-spacing: -.065em; line-height: .9; text-align: right; }
.pricing-stage .action-row { margin: 1.25rem 0 clamp(2.5rem, 6vw, 5rem); }
.pricing-stage.is-pricing-focus { padding: clamp(2rem, 4vw, 3.2rem) clamp(1rem, 2.5vw, 2.25rem) clamp(1.35rem, 3vw, 2.4rem); background: color-mix(in oklch, var(--accent-soft) 48%, transparent); box-shadow: 0 1.15rem 2.4rem oklch(.254 .025 238 / .09); }
.pricing-stage.is-pricing-focus .pricing-lane { padding-block: clamp(1.25rem, 2vw, 1.7rem); }
.service-banner { width: var(--page); margin: clamp(1.5rem, 3vw, 2.5rem) auto 0; display: grid; grid-template-columns: minmax(10rem, .7fr) minmax(0, 1fr) minmax(0, 1fr) auto; gap: 1px; border: 1px solid var(--color-border); background: var(--color-border); box-shadow: var(--shadow-med); }
.service-banner > * { min-width: 0; padding: 1.1rem 1.25rem; background: var(--color-background-surface); }
.service-banner-label { display: flex; align-items: center; background: var(--color-accent) !important; color: var(--color-on-accent); font-family: var(--font-family-code); font-size: .68rem; font-weight: 600; letter-spacing: .07em; text-transform: uppercase; }
.service-banner-copy { display: grid; gap: .28rem; align-content: center; }
.service-banner-copy strong { color: var(--fg); font-size: .91rem; font-weight: 600; }
.service-banner-copy span { color: var(--muted); font-size: .78rem; line-height: 1.35; }
.service-banner .text-link { align-self: center; justify-self: center; margin: 0 1.25rem; text-align: center; }
.nav > *, .hero > *, .section-heading > *, .feature-split > *, .quote-banner > *, .quote-layout > *, .form-grid > *, .service-banner > * { min-width: 0; }
.section { padding: clamp(4.75rem, 10vw, 9rem) 0; }
.section-heading { display: flex; justify-content: space-between; gap: 2rem; align-items: end; margin-bottom: 2.6rem; }
.section-heading .sublead { margin-bottom: .3rem; }
.cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 15rem), 1fr)); border-top: 1px solid var(--color-border); border-left: 1px solid var(--color-border); }
.cards.two { grid-template-columns: repeat(auto-fit, minmax(min(100%, 19rem), 1fr)); }
.cards.four { grid-template-columns: repeat(auto-fit, minmax(min(100%, 13rem), 1fr)); }
.card { min-height: 238px; padding: var(--astryx-card-padding); border-right: 1px solid var(--color-border); border-bottom: 1px solid var(--color-border); background: color-mix(in oklch, var(--color-background-surface) 72%, transparent); transition: transform var(--duration-medium) var(--ease-standard), background var(--duration-medium) var(--ease-standard), box-shadow var(--duration-medium) var(--ease-standard); }
.card:hover { z-index: 1; background: var(--color-background-surface); box-shadow: var(--shadow-high); transform: translateY(-.35rem); }
.card p { color: var(--muted); font-size: .9rem; line-height: 1.5; }
.card .text-link { margin-top: 1.25rem; }
.card-index { display: block; margin-bottom: 2.6rem; color: var(--accent); font-family: var(--mono); font-size: .68rem; font-weight: 600; letter-spacing: .05em; }
.feature-split { display: grid; grid-template-columns: minmax(0, .94fr) minmax(330px, 1.06fr); gap: clamp(2rem, 7vw, 8rem); align-items: center; }
.feature-split.reverse { grid-template-columns: minmax(330px, 1.06fr) minmax(0, .94fr); }
.feature-media { position: relative; min-height: 460px; overflow: hidden; border: 1px solid var(--border); background: var(--surface); box-shadow: 0 1.2rem 2.2rem oklch(.254 .025 238 / .08); }
.feature-media img, .feature-media video { width: 100%; height: 100%; min-height: 460px; object-fit: cover; transition: transform .7s var(--ease); }
.feature-media.contain { background: radial-gradient(circle at 70% 35%, var(--accent-soft), transparent 46%), var(--surface); }
.feature-media.contain img { object-fit: contain; padding: 1.5rem; }
.feature-media:hover img { transform: scale(1.025); }
.tag-list { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: 1.35rem; }
.tag { padding: .4rem .58rem; border: 1px solid var(--border); color: var(--muted); background: color-mix(in oklch, var(--surface) 70%, transparent); font-family: var(--mono); font-size: .67rem; }
.price-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 14rem), 1fr)); gap: 0 clamp(1.25rem, 3vw, 2.5rem); margin-top: 1.8rem; border-top: 1px solid var(--color-border); }
.price { padding: 1rem 0; border-bottom: 1px solid var(--color-border); background: transparent; }
.price span { display: block; color: var(--muted); font-size: .76rem; }
.price b { display: block; margin: .35rem 0; color: var(--fg); font-size: clamp(1.65rem, 2.5vw, 2.6rem); letter-spacing: -.065em; line-height: .95; }
.page-intro { padding: clamp(4.5rem, 10vw, 9rem) 0 clamp(3rem, 6vw, 5.5rem); }
.page-intro h1 { max-width: 13ch; }
.page-intro .lead { max-width: 60ch; }
.cards-section { width: var(--page); margin: 0 auto; padding: 0 0 clamp(4.75rem, 10vw, 9rem); }
.cards-section .section-heading { margin-bottom: clamp(1.8rem, 4vw, 3.25rem); }
.service-cards { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(1rem, 2vw, 1.5rem); }
.service-card { display: grid; grid-template-columns: minmax(10rem, .72fr) minmax(0, 1fr); min-width: 0; overflow: hidden; border: 1px solid var(--border); background: var(--surface); box-shadow: 0 .8rem 1.75rem oklch(.254 .025 238 / .06); }
.service-card img { width: 100%; height: 100%; min-height: clamp(15rem, 24vw, 22rem); object-fit: cover; object-position: center; background: color-mix(in oklch, var(--accent-soft) 35%, var(--bg)); }
.service-card img[src="assets/catchy-bot-icon.png"] { object-fit: contain; padding: clamp(1.5rem, 4vw, 3rem); background: transparent; }
.service-card > div { display: flex; min-width: 0; flex-direction: column; justify-content: center; padding: clamp(1.5rem, 3vw, 2.5rem); }
.service-card h3 { margin-bottom: .75rem; font-size: clamp(1.5rem, 2.2vw, 2.15rem); letter-spacing: -.055em; }
.service-card p { margin-bottom: 0; color: var(--muted); line-height: 1.55; }
.service-card .text-link { width: max-content; max-width: 100%; margin-top: 1.25rem; }
.page-rule { width: var(--page); height: 1px; margin: auto; background: var(--border); }
.video-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 13rem), 1fr)); gap: 1.1rem; }
.video-card { padding: .7rem; border: 1px solid var(--color-border); background: var(--color-background-surface); }
.video-frame { position: relative; aspect-ratio: 9 / 16; overflow: hidden; background: var(--fg); }
.video-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.video-card p { margin: .75rem .15rem .15rem; font-family: var(--mono); font-size: .67rem; }
.plan-list { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 15rem), 1fr)); border-top: 1px solid var(--color-border); border-left: 1px solid var(--color-border); }
.plan-step { padding: clamp(1.25rem, 2.2vw, 2rem); border-right: 1px solid var(--color-border); border-bottom: 1px solid var(--color-border); background: color-mix(in oklch, var(--color-background-surface) 68%, transparent); }
.plan-step span { color: var(--accent); font-family: var(--mono); font-size: .7rem; font-weight: 600; }
.plan-step h3 { margin-top: 1rem; }
.plan-step p { margin: .8rem 0 0; color: var(--muted); font-size: .9rem; line-height: 1.5; }
.quote-banner { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 2.5rem; align-items: end; margin-top: clamp(2rem, 6vw, 6rem); margin-bottom: clamp(4rem, 8vw, 8rem); padding: clamp(2rem, 5vw, 5rem); border-top: 4px solid var(--accent); background: var(--accent-soft); }
.quote-banner h2 { max-width: 13ch; margin-bottom: 0; }
.faq { border-top: 1px solid var(--border); }
.faq details { border-bottom: 1px solid var(--border); padding: 1.2rem 0; }
.faq summary { color: var(--fg); cursor: pointer; font-size: 1.25rem; font-weight: 600; letter-spacing: -.035em; }
.faq p { max-width: 74ch; margin: 1rem 0 0; color: var(--muted); }
.local-links { width: var(--page); margin: 0 auto; padding: 0 0 clamp(4.75rem, 10vw, 9rem); }
.local-link-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--border); border-left: 1px solid var(--border); }
.local-link-grid a { display: grid; min-width: 0; min-height: 12rem; align-content: space-between; gap: 1.5rem; padding: clamp(1.35rem, 2.4vw, 2rem); border-right: 1px solid var(--border); border-bottom: 1px solid var(--border); background: color-mix(in oklch, var(--surface) 72%, transparent); transition: background .2s var(--ease), transform .2s var(--ease); }
.local-link-grid a:hover { background: var(--surface); transform: translateY(-.2rem); }
.local-link-grid strong { color: var(--fg); font-size: clamp(1.3rem, 2vw, 1.75rem); letter-spacing: -.05em; line-height: 1; }
.local-link-grid span { color: var(--muted); font-size: .84rem; line-height: 1.4; }
.quote-layout { display: grid; grid-template-columns: minmax(260px, .78fr) minmax(0, 1.22fr); gap: clamp(2rem, 7vw, 8rem); align-items: start; }
.quote-sidebar { position: sticky; top: 110px; }
.form { padding: clamp(1.5rem, 4vw, 3.25rem); border: 1px solid var(--border); background: var(--surface); box-shadow: 0 1.1rem 2.1rem oklch(.254 .025 238 / .08); }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.field { display: grid; gap: .45rem; }
.field.full { grid-column: 1 / -1; }
.field label { color: var(--muted); font-family: var(--mono); font-size: .7rem; }
input, select, textarea { width: 100%; min-height: 46px; padding: .7rem .8rem; border: 1px solid var(--border); border-radius: 0; color: var(--fg); background: var(--bg); }
textarea { min-height: 130px; resize: vertical; }
.form-status { min-height: 1.5rem; margin: 1rem 0 0; color: var(--muted); font-size: .85rem; }
.site-footer { border-top: 1px solid var(--border); background: color-mix(in oklch, var(--accent-soft) 34%, var(--bg)); }
.footer-inner { width: var(--page); margin: auto; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 1rem 2rem; padding: 2.25rem 0; color: var(--muted); font-family: var(--mono); font-size: .68rem; }
.footer-inner a:hover { color: var(--accent); }
.site-footer:not(:has(.footer-inner)) { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 1rem 2rem; padding: 2.25rem clamp(1.1rem, 4vw, 5rem); color: var(--muted); font-family: var(--mono); font-size: .68rem; }
.site-footer:not(:has(.footer-inner)) a:hover { color: var(--accent); }
[data-reveal] { opacity: 0; transform: translateY(1rem); transition: opacity .7s var(--ease), transform .7s var(--ease); }
[data-reveal].is-visible { opacity: 1; transform: none; }
@keyframes robot-float { 0%, 100% { transform: scale(1.15) translateY(0); } 50% { transform: scale(1.15) translateY(-.7rem); } }
@keyframes hero-ring { to { transform: translate3d(.6rem, .4rem, 0) scale(1.045); opacity: .72; } }

@media (max-width: 900px) {
  .nav { grid-template-columns: 1fr auto; gap: 1rem; }
  .nav-links { grid-column: 1 / -1; grid-row: 2; overflow-x: auto; padding-bottom: .5rem; scrollbar-width: thin; }
  .site-header { position: relative; }
  .hero, .feature-split, .feature-split.reverse, .quote-layout { grid-template-columns: 1fr; }
  .hero { min-height: auto; }
  .hero-media { min-height: 470px; order: -1; }
  .feature-split.reverse > :first-child { order: 2; }
  .feature-split.reverse > :last-child { order: 1; }
  .cards.four { grid-template-columns: repeat(2, 1fr); }
  .pricing-lanes { column-gap: 1.5rem; }
  .service-banner { grid-template-columns: minmax(10rem, .7fr) 1fr 1fr; }
  .service-banner .text-link { grid-column: 1 / -1; justify-self: start; margin: 0 1.25rem; }
  .quote-sidebar { position: static; }
}
@media (max-width: 720px) {
  .section { padding-block: clamp(3.5rem, 12vw, 5.25rem); }
  .page-intro { padding-block: clamp(3.5rem, 12vw, 5.5rem) 2.5rem; }
  .intro-strip-inner { display: grid; gap: .6rem; padding-block: 1rem; }
  .intro-strip-inner span { padding-bottom: .6rem; border-bottom: 1px solid var(--border); }
  .intro-strip-inner span:last-child { padding-bottom: 0; border-bottom: 0; }
  .service-banner { grid-template-columns: 1fr; margin-top: 1rem; }
  .service-banner > * { padding: 1rem 1.1rem; }
  .service-banner .text-link { justify-self: start; margin: 0 1.1rem; }
  .feature-media { min-height: 380px; }
  .service-cards { grid-template-columns: 1fr; }
  .service-card { grid-template-columns: minmax(0, .8fr) minmax(0, 1fr); }
}
@media (max-width: 640px) {
  :root { --page: min(100% - 36px, 1280px); }
  .nav { min-height: 82px; gap: .45rem .75rem; padding-block: .45rem; }
  .brand span { font-size: 0; }
  .brand span::before { font-size: .82rem; letter-spacing: .075em; }
  .brand span::after { margin-top: .28rem; font-size: .52rem; }
  .brand img { width: 60px; height: 60px; }
  .nav-cta { min-height: 38px; padding-inline: .7rem; font-size: .7rem; }
  .nav-links { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); width: 100%; gap: .15rem .55rem; overflow: visible; padding-bottom: 0; font-size: .72rem; overscroll-behavior-inline: contain; }
  .nav-links a { min-height: 36px; justify-content: center; border-bottom-width: 1px; text-align: center; white-space: normal; line-height: 1.15; }
  .contact-line { gap: .5rem .8rem; }
  h1 { font-size: clamp(3rem, 13vw, 4.5rem); }
  .hero { display: flex; min-height: 0; flex-direction: column; gap: 1.25rem; padding-block: 2.25rem 2.75rem; }
  .hero h1 { max-width: 12ch; font-size: clamp(2.4rem, 10vw, 3.4rem); }
  .hero-media { order: 1; width: min(100%, 320px); height: 250px; min-height: 250px; max-height: 250px; margin: .25rem auto 0; }
  .hero-media::before { top: 2%; left: 11%; width: 78%; }
  .hero-media img { height: 250px; max-height: 250px; animation: none; transform: scale(1.04); }
  .section-heading, .quote-banner { display: block; }
  .section-heading .sublead { margin-top: 1.25rem; }
  .cards, .cards.four, .plan-list, .price-grid, .form-grid, .video-grid { grid-template-columns: 1fr; }
  .pricing-stage { padding-top: 1.1rem; }
  .pricing-stage.is-pricing-focus { padding: 1.65rem 1rem 1.1rem; }
  .pricing-lanes { grid-template-columns: 1fr; }
  .pricing-lane { padding-block: .9rem; }
  .pricing-lane b { font-size: clamp(1.55rem, 8vw, 2.25rem); }
  .card { min-height: 0; }
  .feature-media, .feature-media img, .feature-media video { min-height: 320px; }
  .service-card { grid-template-columns: 1fr; }
  .service-card img { height: clamp(15rem, 72vw, 21rem); min-height: 0; }
  .local-link-grid { grid-template-columns: 1fr; }
  .local-link-grid a { min-height: 0; }
  .site-footer:not(:has(.footer-inner)) { align-items: flex-start; flex-direction: column; gap: .75rem; }
  .quote-banner .action-row { margin-top: 1.5rem; }
}
@media (max-width: 420px) {
  :root { --page: min(100% - 28px, 1280px); }
  .nav { gap: .6rem; }
  .brand span { display: block; }
  .nav-links { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .1rem .45rem; }
  .hero-media { height: 230px; min-height: 230px; max-height: 230px; }
  .hero-media img { height: 230px; max-height: 230px; }
  .feature-media, .feature-media img, .feature-media video { min-height: 280px; }
  .button { width: 100%; }
  .action-row { align-items: stretch; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  [data-reveal] { opacity: 1; transform: none; }
}
