/* HumAIn — Fractional AI & Revenue Officer for home service companies.
   Trade-friendly theme: warm white, navy, safety orange for action,
   HumAIn blue for anything AI, green for booked jobs. */
:root {
  --navy: #0D1B2A;
  --navy-2: #172A40;
  --navy-3: #23384F;
  --orange: #FF6B1A;
  --orange-deep: #D9540B;
  --blue: #1566F0;
  --cyan: #14C8F0;
  --green: #16A34A;
  --paper: #FBF9F5;
  --sand: #F3EEE5;
  --white: #FFFFFF;
  --line: #E4DDD0;
  --text: #17212E;
  --muted: #5A6371;
  --muted-light: #97A1AF;
  --display: "Barlow Condensed", "Arial Narrow", Arial, sans-serif;
  --body: "Barlow", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  --logo: "Archivo", "Arial Black", Arial, sans-serif;
  --header-h: 74px;
  --shadow: 0 1px 0 rgba(13, 27, 42, .04), 0 16px 32px -24px rgba(13, 27, 42, .35);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 12px); -webkit-text-size-adjust: 100%; }
body { margin: 0; background: var(--paper); color: var(--text); font: 400 18px/1.6 var(--body); -webkit-font-smoothing: antialiased; overflow-x: hidden; }
h1, h2, h3 { margin: 0; font-family: var(--display); line-height: .98; }
h1, h2 { font-weight: 800; text-transform: uppercase; letter-spacing: .005em; }
h3 { font-weight: 700; letter-spacing: .01em; }
p { margin: 0; }
a { color: inherit; }
ul, ol { margin: 0; padding: 0; list-style: none; }
img, svg { max-width: 100%; }

.wrap { width: 100%; max-width: 1200px; margin-inline: auto; padding-inline: clamp(20px, 5vw, 44px); }

.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font: 700 15px/1.2 var(--display); letter-spacing: .12em; text-transform: uppercase;
  color: var(--orange-deep);
  margin-bottom: 16px;
}
.eyebrow::before { content: ""; width: 22px; height: 4px; border-radius: 2px; background: var(--orange); flex: none; }
.eyebrow a { text-decoration: none; }
.eyebrow a:hover { text-decoration: underline; }
.eyebrow-light { color: var(--orange); }
.hl, .ai-text { color: var(--orange); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5em;
  font: 700 17px/1 var(--display); letter-spacing: .06em; text-transform: uppercase;
  padding: 14px 22px;
  border-radius: 10px;
  border: 2px solid transparent;
  text-decoration: none; cursor: pointer; white-space: nowrap;
  transition: transform .12s ease, box-shadow .12s ease, background .15s, color .15s, border-color .15s;
}
.btn-lg { padding: 18px 28px; font-size: 19px; }
.btn-block { width: 100%; }
.btn-primary { background: var(--orange); color: var(--white); box-shadow: 0 5px 0 var(--orange-deep); }
.btn-primary:hover { transform: translateY(2px); box-shadow: 0 3px 0 var(--orange-deep); }
.btn-primary:active { transform: translateY(5px); box-shadow: 0 0 0 var(--orange-deep); }
.btn-secondary { background: var(--white); color: var(--navy); border-color: var(--navy); box-shadow: 0 5px 0 var(--navy); }
.btn-secondary:hover { transform: translateY(2px); box-shadow: 0 3px 0 var(--navy); }
.btn:focus-visible, a:focus-visible, button:focus-visible, summary:focus-visible { outline: 3px solid rgba(21, 102, 240, .5); outline-offset: 3px; }

/* ---------- Logo: bubble mark + wordmark ---------- */
.logo { display: inline-flex; align-items: center; gap: .3em; text-decoration: none; color: var(--navy); font: 900 30px/1 var(--logo); }
.logo-mark { width: 1.18em; height: 1.18em; flex: none; }
.logo-word { font: inherit; letter-spacing: -.045em; }
.logo-ai { background: linear-gradient(135deg, #FF9147, var(--orange) 50%, var(--orange-deep)); -webkit-background-clip: text; background-clip: text; color: transparent; padding-right: .02em; }
.logo-light { color: var(--white); }

/* ---------- Header ---------- */
.site-header { position: sticky; top: 0; z-index: 50; height: var(--header-h); background: var(--white); border-bottom: 1px solid var(--line); }
.header-inner { height: 100%; display: flex; align-items: center; gap: 28px; }
.nav { display: flex; gap: 26px; margin-left: auto; }
.nav a { text-decoration: none; font: 600 17px/1 var(--display); letter-spacing: .04em; text-transform: uppercase; color: var(--navy); }
.nav a:hover { color: var(--orange-deep); }
.header-cta { padding: 11px 18px; font-size: 16px; }
.nav-toggle { display: none; }

/* ---------- Shared bits ---------- */
.avatar {
  flex: none; width: 40px; height: 40px; border-radius: 50%;
  display: grid; place-items: center;
  font: 700 15px/1 var(--display); letter-spacing: .04em; color: var(--white);
  background: var(--navy-3);
}
.avatar-sm { width: 34px; height: 34px; font-size: 14px; background: var(--navy); border: 2px solid var(--orange); }
.avatar-lg { width: 48px; height: 48px; font-size: 17px; }
.avatar-xl { width: 96px; height: 96px; font-size: 34px; background: var(--navy); border: 4px solid var(--orange); }
.checks { display: grid; gap: 10px; }
.checks li { position: relative; padding-left: 30px; line-height: 1.45; }
.checks li::before {
  content: ""; position: absolute; left: 0; top: .2em;
  width: 20px; height: 20px; border-radius: 50%;
  background: var(--green) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M5.5 10.5l3 3 6-7' fill='none' stroke='white' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/100% no-repeat;
}
.tag { display: inline-block; font: 700 14px/1 var(--display); letter-spacing: .1em; text-transform: uppercase; padding: 7px 11px; border-radius: 6px; }
.tag-ai { background: rgba(21, 102, 240, .1); color: var(--blue); }
.tag-human { background: rgba(255, 107, 26, .12); color: var(--orange-deep); }
.tag-you { background: var(--orange); color: var(--white); }

.section { padding: clamp(72px, 9vw, 120px) 0; }
.section-head { max-width: 780px; margin-bottom: clamp(36px, 5vw, 56px); }
.section-head h2, .setter h2, .ah-copy h2, .prequal h2 { font-size: clamp(38px, 4.8vw, 62px); }
.section-lede { font-size: 19px; color: var(--muted); margin-top: 16px; max-width: 36em; }

/* ---------- Hero ---------- */
.hero { padding: clamp(40px, 6vw, 80px) 0 clamp(56px, 7vw, 96px); background: linear-gradient(180deg, var(--white), var(--paper)); }
.hero-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(32px, 5vw, 64px); align-items: center; }
.hero h1 { font-size: clamp(44px, 5.2vw, 76px); line-height: .92; }
.hero h1 .hl { display: block; margin-top: .08em; }
.lede { font-size: clamp(18px, 1.5vw, 21px); color: var(--muted); max-width: 32em; margin-top: 24px; }
.lede b { color: var(--text); }
.hero-ctas { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }
.hero-note { display: flex; align-items: center; gap: 12px; margin-top: 28px; font-size: 16px; font-weight: 500; color: var(--text); max-width: 34em; }

/* Role banner: "Fractional AI & Revenue Officer" ribbon above the homepage headline */
.role-banner { display: inline-flex; align-items: stretch; margin-bottom: 26px; filter: drop-shadow(0 10px 18px rgba(21, 102, 240, .28)); }
.rb-title { display: inline-flex; align-items: center; gap: 12px; padding: 9px 18px 9px 9px; background: var(--blue); color: var(--white); border-radius: 10px 0 0 10px; font: 800 21px/1 var(--display); letter-spacing: .06em; text-transform: uppercase; white-space: nowrap; }
.rb-icon { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 8px; background: var(--white); flex: none; }
.rb-icon .logo-mark { width: 28px; height: 28px; }
.rb-sub { display: inline-flex; align-items: center; padding: 9px 30px 9px 16px; background: var(--navy); color: #D5DCE5; font: 700 15px/1.1 var(--display); letter-spacing: .08em; white-space: nowrap; text-transform: uppercase; clip-path: polygon(0 0, 100% 0, calc(100% - 14px) 50%, 100% 100%, 0 100%); }

/* Lead board */
.lead-board { background: var(--white); border: 2px solid var(--navy); border-radius: 18px; box-shadow: 10px 10px 0 var(--navy); overflow: hidden; }
.lb-head { display: flex; align-items: center; justify-content: space-between; padding: 16px 20px; background: var(--navy); color: var(--white); }
.lb-head b { font: 700 20px/1 var(--display); letter-spacing: .06em; text-transform: uppercase; }
.lb-row { display: grid; grid-template-columns: auto 1fr auto; gap: 14px; align-items: center; padding: 14px 20px; border-bottom: 1px solid var(--line); }
.lb-body { min-width: 0; }
.lb-who { font-size: 15px; color: var(--muted); }
.lb-who b { color: var(--text); font-size: 17px; margin-right: 6px; }
.lb-flow { display: flex; flex-wrap: wrap; gap: 5px; margin-top: 6px; }
.chip { font: 600 13px/1 var(--body); padding: 5px 8px; border-radius: 6px; background: #EEEAE2; color: var(--muted); }
.chip-ai { background: rgba(21, 102, 240, .1); color: var(--blue); }
.chip-human { background: rgba(255, 107, 26, .14); color: var(--orange-deep); }
.badge { display: inline-flex; flex-direction: column; align-items: center; gap: 3px; font: 800 15px/1 var(--display); letter-spacing: .08em; text-transform: uppercase; padding: 8px 10px; border-radius: 8px; text-align: center; }
.badge small { font: 600 12px/1 var(--body); letter-spacing: 0; text-transform: none; }
.badge-booked { background: rgba(22, 163, 74, .12); color: var(--green); }
.badge-oncall { flex-direction: row; gap: 7px; background: rgba(255, 107, 26, .14); color: var(--orange-deep); }
.badge-live { flex-direction: row; gap: 7px; background: rgba(255, 255, 255, .12); color: #7EE0A6; font-size: 13px; padding: 7px 10px; }
.badge i { width: 8px; height: 8px; border-radius: 50%; background: currentColor; animation: pulse 1.6s ease-out infinite; }
.lb-legend { display: flex; gap: 18px; padding: 12px 20px; font: 600 14px/1 var(--display); letter-spacing: .06em; text-transform: uppercase; color: var(--muted); background: var(--paper); }
.lb-legend i, .clock-legend i { display: inline-block; width: 12px; height: 12px; border-radius: 3px; margin-right: 7px; vertical-align: -1px; }
.lg-ai { background: var(--blue); }
.lg-human { background: var(--orange); }

/* ---------- Proof bar ---------- */
.proof-bar { background: var(--white); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 30px 0 22px; }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.proof-stat { padding: 0 22px; border-left: 2px solid var(--line); }
.proof-stat:first-child { border-left: 0; padding-left: 0; }
.proof-stat b { display: block; font: 800 clamp(38px, 4vw, 54px)/1 var(--display); color: var(--navy); }
.proof-stat span { display: block; margin-top: 6px; font-size: 15px; line-height: 1.35; color: var(--muted); }
.proof-caption { margin-top: 16px; font-size: 13px; color: var(--muted-light); }

/* Companies worked with */
.clients { display: flex; flex-wrap: wrap; align-items: center; gap: 14px 28px; margin-top: 24px; padding-top: 22px; border-top: 1px solid var(--line); }
.clients-label { font: 700 14px/1.2 var(--display); letter-spacing: .12em; text-transform: uppercase; color: var(--muted-light); }
.client-list { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 30px; }
.client-list li { font: 800 23px/1 var(--display); letter-spacing: .02em; text-transform: uppercase; color: #6B7482; }
.client-list .client-more { font: 600 16px/1 var(--display); letter-spacing: .06em; color: var(--muted-light); }

/* ---------- Inbound + outbound ---------- */
.streams-grid { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; gap: 16px; align-items: stretch; }
.stream { display: flex; flex-direction: column; gap: 14px; padding: 26px; background: var(--white); border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow); }
.stream .tag { align-self: flex-start; }
.stream h3 { font-size: 28px; text-transform: uppercase; }
.stream .checks li { font-size: 16.5px; }
.stream-result { background: var(--navy); color: var(--white); border-color: var(--navy); }
.stream-result p { color: #C5CDD8; font-size: 17px; }
.stream-op { align-self: center; font: 800 54px/1 var(--display); color: var(--orange); }

/* ---------- Callout ---------- */
.callout { position: relative; background: var(--navy); color: var(--white); padding: clamp(80px, 10vw, 130px) 0; }
.callout::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 10px; background: repeating-linear-gradient(-45deg, var(--orange) 0 16px, var(--navy) 16px 32px); }
.callout h2 { font-size: clamp(44px, 6vw, 84px); line-height: .92; max-width: 13em; }
.callout h2 span { display: block; color: var(--orange); margin-top: .06em; }
.callout-lede { margin-top: 24px; font-size: 20px; color: #C5CDD8; max-width: 34em; }
.leaks { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin-top: clamp(40px, 5vw, 60px); }
.leak { padding: 24px 26px; border-radius: 14px; background: var(--navy-2); border: 1px solid var(--navy-3); }
.leak-x { position: relative; padding-left: 34px; font: 700 22px/1.15 var(--display); letter-spacing: .02em; text-transform: uppercase; color: #9AA6B6; text-decoration: line-through; text-decoration-color: rgba(255, 107, 26, .8); text-decoration-thickness: 2px; }
.leak-x::before { content: "✕"; position: absolute; left: 0; top: -1px; width: 24px; height: 24px; border-radius: 50%; display: grid; place-items: center; font: 800 13px/1 var(--body); text-decoration: none; color: var(--white); background: #C0392B; }
.leak-fix { position: relative; margin-top: 14px; padding-left: 34px; font-size: 18px; color: var(--white); }
.leak-fix::before { content: ""; position: absolute; left: 0; top: .15em; width: 24px; height: 24px; border-radius: 50%; background: var(--green) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M5.5 10.5l3 3 6-7' fill='none' stroke='white' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/100% no-repeat; }
.leak-fix b { color: var(--orange); font-weight: 600; }
.callout-close { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 24px; margin-top: clamp(40px, 5vw, 60px); padding-top: 32px; border-top: 1px solid var(--navy-3); }
.callout-close p { font: 800 clamp(30px, 3.4vw, 44px)/1 var(--display); text-transform: uppercase; }
.callout-close b { color: var(--orange); }

/* ---------- Install ---------- */
.install-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 18px; }
.icard { display: flex; flex-direction: column; gap: 16px; padding: 28px; background: var(--white); border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow); }
.icard .tag { align-self: flex-start; }
.icard h3 { font-size: 28px; line-height: 1.02; text-transform: uppercase; }
.icard-lede { color: var(--muted); font-size: 17px; }
.icard .checks li { font-size: 16.5px; }
.icard-you { background: var(--navy); color: var(--white); border-color: var(--navy); }
.icard-you .checks li { color: #D5DCE5; }
.builds-row { display: grid; grid-template-columns: .8fr 2.2fr; gap: 24px; align-items: center; margin-top: 18px; padding: 26px 28px; border-radius: 16px; background: var(--sand); }
.builds-head h3 { margin-top: 12px; font-size: 26px; text-transform: uppercase; }
.builds { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.build { padding: 16px; border-radius: 12px; background: var(--white); border: 1px solid var(--line); }
.build b { display: block; font: 700 19px/1.1 var(--display); text-transform: uppercase; letter-spacing: .02em; color: var(--navy); }
.build span { display: block; margin-top: 6px; font-size: 14.5px; line-height: 1.4; color: var(--muted); }

/* ---------- Setter screen ---------- */
.setter { background: var(--sand); }
.setter-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 6vw, 80px); align-items: center; }
.pairs { display: grid; gap: 22px; margin-top: 32px; }
.pair { padding-left: 20px; border-left: 4px solid var(--orange); }
.pair h3 { font-size: 24px; text-transform: uppercase; }
.pair p { color: var(--muted); font-size: 17px; margin-top: 4px; }

.dialer { background: var(--navy); color: var(--white); border-radius: 18px; padding: 22px; box-shadow: 10px 10px 0 var(--orange); }
.d-bar { display: flex; align-items: center; gap: 14px; padding-bottom: 14px; border-bottom: 1px solid var(--navy-3); font-size: 14px; }
.d-live { display: inline-flex; align-items: center; gap: 7px; font: 700 14px/1 var(--display); letter-spacing: .12em; text-transform: uppercase; color: #7EE0A6; }
.d-live i { width: 8px; height: 8px; border-radius: 50%; background: #34D17A; animation: pulse 1.6s ease-out infinite; }
.d-timer { font: 700 18px/1 var(--display); font-variant-numeric: tabular-nums; }
.d-mode { margin-left: auto; color: var(--muted-light); font-size: 13px; }
.d-lead { display: flex; align-items: center; gap: 14px; padding: 16px 0 4px; }
.d-lead .avatar { background: var(--navy-3); }
.d-who { display: flex; flex-direction: column; gap: 3px; min-width: 0; }
.d-who b { font: 700 22px/1 var(--display); letter-spacing: .02em; }
.d-who small { font-size: 14px; color: var(--muted-light); }
.d-score { margin-left: auto; text-align: center; padding: 8px 12px; border-radius: 10px; background: rgba(22, 163, 74, .15); border: 1px solid rgba(22, 163, 74, .5); }
.d-score b { display: block; font: 800 26px/1 var(--display); color: #4ADE80; }
.d-score small { font: 700 11px/1 var(--display); letter-spacing: .12em; text-transform: uppercase; color: var(--muted-light); }
.wave { display: flex; align-items: center; gap: 4px; height: 40px; margin: 14px 0; }
.wave i { flex: 1; height: 100%; border-radius: 99px; background: var(--cyan); transform-origin: center; animation: talk 1.2s ease-in-out infinite; }
.wave i:nth-child(3n) { animation-delay: -.2s; animation-duration: 1s; }
.wave i:nth-child(3n+1) { animation-delay: -.55s; animation-duration: 1.35s; }
.wave i:nth-child(4n) { animation-delay: -.8s; }
.d-chips { display: flex; flex-wrap: wrap; gap: 6px; }
.d-chips span { font-size: 13px; padding: 6px 9px; border-radius: 6px; background: var(--navy-2); color: #C5CDD8; }
.d-cue, .d-objection { margin-top: 12px; padding: 14px 16px; border-radius: 12px; }
.d-cue { background: rgba(21, 102, 240, .2); border: 1px solid rgba(21, 102, 240, .6); }
.d-objection { background: var(--navy-2); border: 1px solid var(--navy-3); }
.d-cue p, .d-objection p { font-size: 15px; line-height: 1.45; color: #DCE6F5; margin-top: 6px; }
.d-objection .quote { color: var(--white); font-style: italic; }
.d-tag { font: 700 13px/1 var(--display); letter-spacing: .14em; text-transform: uppercase; color: #7FB0FF; }
.d-tag-muted { color: var(--muted-light); }
.d-actions { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 8px; margin-top: 14px; }
.d-btn { display: grid; place-items: center; padding: 12px 8px; border-radius: 8px; font: 700 15px/1 var(--display); letter-spacing: .06em; text-transform: uppercase; background: var(--navy-2); color: #C5CDD8; text-align: center; }
.d-btn-primary { background: var(--orange); color: var(--white); }
.d-foot { display: flex; flex-wrap: wrap; gap: 6px 16px; margin-top: 14px; padding-top: 12px; border-top: 1px solid var(--navy-3); font-size: 13px; color: #7EE0A6; }

/* ---------- After hours ---------- */
.after-hours { background: var(--navy); color: var(--white); }
.ah-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(40px, 6vw, 88px); align-items: center; }
.clock { width: min(100%, 420px); display: block; margin-inline: auto; overflow: visible; }
.clock-ai { fill: none; stroke: var(--blue); stroke-width: 6; }
.clock-track { fill: var(--navy-2); stroke: var(--navy-3); stroke-width: 22; }
.clock-human { fill: none; stroke: var(--orange); stroke-width: 22; stroke-dasharray: 12 12; stroke-dashoffset: -8; }
.clock-ticks line { stroke: rgba(255, 255, 255, .25); stroke-width: 1.5; }
.clock-label { fill: var(--muted-light); font-family: var(--display); font-size: 12px; font-weight: 700; letter-spacing: .06em; }
.clock-hand { transform-origin: 130px 130px; transition: transform .6s ease; }
.clock-hand line { stroke: var(--white); stroke-width: 3; stroke-linecap: round; }
.clock-hand circle { fill: var(--navy); stroke: var(--white); stroke-width: 3; }
.clock-pin { fill: var(--white); }
.clock-legend { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 24px; margin-top: 24px; font: 600 16px/1 var(--display); letter-spacing: .05em; text-transform: uppercase; color: #C5CDD8; }
.ah-now { margin-top: 22px; font-size: 20px; line-height: 1.5; color: #C5CDD8; max-width: 30em; }
.ah-now b { color: var(--white); }
.ah-now em { font-style: normal; font-weight: 600; color: var(--orange); }
.timeline { margin-top: 32px; position: relative; }
.timeline::before { content: ""; position: absolute; left: 8px; top: 12px; bottom: 12px; width: 3px; background: var(--navy-3); }
.timeline li { position: relative; display: grid; grid-template-columns: 90px 1fr; gap: 12px; padding: 11px 0 11px 34px; }
.timeline li::before { content: ""; position: absolute; left: 1px; top: 16px; width: 17px; height: 17px; border-radius: 50%; background: var(--blue); border: 3px solid var(--navy); }
.timeline li.is-human::before { background: var(--orange); }
.timeline time { font: 700 19px/1.3 var(--display); color: #7FB0FF; }
.timeline li.is-human time { color: var(--orange); }
.timeline span { color: #D5DCE5; font-size: 17px; }

/* ---------- Steps ---------- */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.step { padding: 26px; background: var(--white); border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow); }
.step-n { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 10px; background: var(--orange); color: var(--white); font: 800 24px/1 var(--display); }
.step h3 { margin: 18px 0 8px; font-size: 28px; text-transform: uppercase; }
.step p { color: var(--muted); font-size: 16.5px; }

/* ---------- About ---------- */
.about { background: var(--sand); }
.about-grid { display: grid; grid-template-columns: 1.3fr 1fr; gap: 18px; align-items: start; }
.brian-card, .team-card { padding: clamp(26px, 3vw, 36px); background: var(--white); border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow); }
.brian-top { display: flex; align-items: center; gap: 20px; }
.brian-top h3 { font-size: 40px; text-transform: uppercase; }
.brian-title { margin-top: 6px; font: 700 16px/1.3 var(--display); letter-spacing: .06em; text-transform: uppercase; color: var(--orange-deep); }
.brian-bio { margin: 22px 0; font-size: 18px; }
.brian-card .checks li { font-size: 16.5px; }
.brian-meta { margin-top: 20px; font-size: 14px; color: var(--muted-light); }
.team-card { background: var(--navy); color: var(--white); border-color: var(--navy); }
.team-card h3 { font-size: 32px; text-transform: uppercase; }
.team-card > p { margin: 8px 0 18px; color: #C5CDD8; }
.team-card .checks li { color: #D5DCE5; }
.persp { display: grid; gap: 14px; margin-top: 26px; padding-top: 22px; border-top: 1px solid var(--navy-3); }
.persp p { font-size: 16px; color: #C5CDD8; }
.persp b { display: block; font: 700 20px/1.2 var(--display); letter-spacing: .02em; text-transform: uppercase; color: var(--orange); }

/* ---------- Industries ---------- */
.industry-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.industry-card { display: flex; flex-direction: column; min-height: 220px; padding: 24px 22px; text-decoration: none; background: var(--white); border: 2px solid var(--line); border-radius: 16px; transition: border-color .15s, transform .15s, box-shadow .15s; }
.industry-card:hover { border-color: var(--navy); transform: translateY(-3px); box-shadow: 6px 6px 0 var(--navy); }
.industry-card h3 { font-size: 26px; text-transform: uppercase; }
.industry-card p { margin-top: 10px; font-size: 15.5px; color: var(--muted); }
.industry-card .go { margin-top: auto; padding-top: 16px; font: 700 16px/1 var(--display); letter-spacing: .06em; text-transform: uppercase; color: var(--orange-deep); }

/* ---------- Works with marketing ---------- */
.works-with { padding: 0 0 clamp(72px, 9vw, 110px); }
.works-inner { display: grid; grid-template-columns: 1fr 1.3fr; gap: 32px; align-items: center; padding: clamp(28px, 4vw, 44px); border: 2px dashed var(--navy); border-radius: 18px; background: var(--white); }
.works-inner h2 { font-size: clamp(34px, 4vw, 52px); }
.works-inner p:not(.eyebrow):not(.card-links) { font-size: 18px; color: var(--muted); }
.works-inner .card-links { margin-top: 14px; }

/* ---------- FAQ ---------- */
.faq { padding-top: 0; }
.faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(32px, 6vw, 88px); align-items: start; }
.faq-list { border-top: 2px solid var(--navy); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 22px 0; font: 700 clamp(21px, 1.8vw, 24px)/1.2 var(--display); letter-spacing: .01em; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; flex: none; width: 34px; height: 34px; border-radius: 8px; display: grid; place-items: center; font: 700 24px/1 var(--display); color: var(--white); background: var(--navy); transition: transform .2s, background .2s; }
.faq details[open] summary::after { transform: rotate(45deg); background: var(--orange); }
.faq details p { padding: 0 48px 24px 0; color: var(--muted); font-size: 17.5px; }

/* ---------- Book ---------- */
.book { position: relative; background: var(--navy); color: var(--white); padding: clamp(80px, 10vw, 130px) 0; }
.book::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 10px; background: repeating-linear-gradient(-45deg, var(--orange) 0 16px, var(--navy) 16px 32px); }
.book-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 6vw, 88px); align-items: center; }
.book h2 { font-size: clamp(44px, 5.4vw, 76px); line-height: .92; }
.book h2 span { display: block; color: var(--orange); }
.book-copy > p:not(.eyebrow) { margin-top: 22px; font-size: 19px; color: #C5CDD8; max-width: 30em; }
.book-points { display: grid; gap: 12px; margin-top: 26px; }
.book-points li { position: relative; padding-left: 34px; font: 600 20px/1.3 var(--display); letter-spacing: .02em; text-transform: uppercase; }
.book-points li::before { content: ""; position: absolute; left: 0; top: .1em; width: 22px; height: 22px; border-radius: 50%; background: var(--green) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M5.5 10.5l3 3 6-7' fill='none' stroke='white' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/100% no-repeat; }
.book-form { display: grid; gap: 16px; padding: clamp(24px, 3vw, 34px); background: var(--white); color: var(--text); border-radius: 18px; box-shadow: 10px 10px 0 var(--orange); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.book-form label { display: grid; gap: 7px; font: 700 15px/1 var(--display); letter-spacing: .06em; text-transform: uppercase; color: var(--navy); }
.book-form input, .book-form select { width: 100%; font: 400 17px/1.2 var(--body); color: var(--text); padding: 13px 14px; border: 2px solid var(--line); border-radius: 10px; background: var(--paper); transition: border-color .15s, background .15s; }
.book-form input:focus, .book-form select:focus { outline: none; border-color: var(--navy); background: var(--white); }
.book-form input[aria-invalid="true"] { border-color: #C0392B; }
.book-form .btn { margin-top: 8px; }
.book-form button[disabled] { opacity: .7; cursor: progress; }
.hp { position: absolute !important; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form-status { font-size: 15px; text-align: center; color: var(--muted); }
.form-status:empty { display: none; }
.form-status.ok { color: var(--green); font-weight: 600; }
.form-status.err { color: #C0392B; }
.form-consent { font-size: 12px; line-height: 1.5; color: var(--muted-light); text-align: center; }

/* ---------- Industry pages ---------- */
.hero-vertical h1 { font-size: clamp(42px, 5vw, 72px); }
.hero-service h1 { font-size: clamp(40px, 4.6vw, 64px); }
.results { padding: clamp(56px, 7vw, 88px) 0 0; }
.results-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 14px; }
.result { padding: 24px; border-radius: 16px; background: var(--white); border: 1px solid var(--line); }
.result b { display: block; font: 800 clamp(40px, 4vw, 56px)/1 var(--display); color: var(--orange-deep); }
.result span { display: block; margin-top: 8px; color: var(--muted); }

.prequal { background: var(--sand); }
.prequal-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(40px, 6vw, 88px); align-items: center; }
.q-list { margin-top: 30px; counter-reset: q; display: grid; gap: 10px; }
.q-list li { counter-increment: q; display: flex; align-items: center; gap: 16px; padding: 14px 18px; background: var(--white); border: 1px solid var(--line); border-radius: 12px; font-size: 17.5px; font-weight: 600; }
.q-list li::before { content: counter(q); flex: none; display: grid; place-items: center; width: 30px; height: 30px; border-radius: 8px; background: var(--blue); color: var(--white); font: 800 17px/1 var(--display); }
.sms { margin: 0; background: var(--white); border: 2px solid var(--navy); border-radius: 26px; box-shadow: 10px 10px 0 var(--navy); overflow: hidden; }
.sms-head { display: flex; align-items: center; gap: 12px; padding: 14px 20px; background: var(--navy); color: var(--white); }
.sms-head span:last-child { display: flex; flex-direction: column; gap: 3px; line-height: 1; }
.sms-head b { font: 700 18px/1 var(--display); letter-spacing: .04em; text-transform: uppercase; }
.sms-head small { font-size: 12.5px; color: var(--muted-light); }
.sms-avatar { width: 36px; height: 36px; border-radius: 50%; display: grid; place-items: center; background: var(--blue); color: var(--white); font: 800 15px/1 var(--display); }
.sms-body { display: flex; flex-direction: column; gap: 8px; padding: 20px; }
.sms-body p { max-width: 82%; padding: 10px 14px; border-radius: 18px; font-size: 15.5px; line-height: 1.4; }
.sms-ai { align-self: flex-end; background: var(--blue); color: var(--white); border-bottom-right-radius: 6px; }
.sms-lead { align-self: flex-start; background: #EEEAE2; color: var(--text); border-bottom-left-radius: 6px; }
.sms-system { align-self: center; max-width: none !important; margin-top: 6px; font: 700 13px/1.3 var(--display) !important; letter-spacing: .1em; text-transform: uppercase; text-align: center; color: var(--orange-deep); background: rgba(255, 107, 26, .12); border-radius: 99px !important; }
.sms figcaption { padding: 0 20px 16px; font-size: 12.5px; color: var(--muted-light); text-align: center; }

.brian-strip { padding: clamp(48px, 6vw, 72px) 0; }
.brian-strip-inner { display: flex; align-items: center; gap: 22px; padding: 24px 28px; border-radius: 16px; background: var(--navy); color: var(--white); }
.brian-strip-inner .avatar-xl { width: 72px; height: 72px; font-size: 26px; }
.brian-strip-inner p { flex: 1; font-size: 17.5px; color: #D5DCE5; }
.brian-strip-inner p b { display: block; font: 700 22px/1.2 var(--display); letter-spacing: .03em; text-transform: uppercase; color: var(--white); }
.brian-strip-inner a { flex: none; font: 700 16px/1 var(--display); letter-spacing: .06em; text-transform: uppercase; color: var(--orange); text-decoration: none; }

.more-industries { padding: clamp(56px, 7vw, 88px) 0; }
.industry-links { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.industry-links a { display: flex; flex-direction: column; gap: 8px; padding: 20px; text-decoration: none; border: 2px solid var(--line); border-radius: 14px; background: var(--white); transition: border-color .15s, transform .15s; }
.industry-links a:hover { border-color: var(--navy); transform: translateY(-2px); }
.industry-links b { font: 800 22px/1.05 var(--display); text-transform: uppercase; }
.industry-links b::after { content: " →"; color: var(--orange); }
.industry-links span { font-size: 15px; color: var(--muted); }

/* ---------- Footer ---------- */
.site-footer { background: #08121D; color: #C5CDD8; padding: 64px 0 32px; }
.site-footer .logo { font-size: 38px; }
.footer-cols { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.3fr; gap: 40px; align-items: start; }
.footer-tag { margin-top: 18px; font: 700 18px/1.2 var(--display); letter-spacing: .06em; text-transform: uppercase; color: var(--orange); }
.footer-note { margin: 12px 0 20px; font-size: 15px; line-height: 1.5; color: var(--muted-light); max-width: 26em; }
.footer-col { display: flex; flex-direction: column; gap: 10px; }
.footer-col h2 { margin-bottom: 6px; font: 700 15px/1 var(--display); letter-spacing: .12em; text-transform: uppercase; color: var(--white); }
.footer-col h2 a { text-decoration: none; }
.footer-col a { text-decoration: none; font-size: 15px; line-height: 1.35; color: #C5CDD8; }
.footer-col a:hover { color: var(--white); text-decoration: underline; }
.footer-base { position: relative; display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; margin-top: 50px; padding-top: 22px; font-size: 14px; color: var(--muted-light); }
.footer-base a { color: inherit; }
.footer-base::before { content: ""; position: absolute; top: 0; left: clamp(20px, 5vw, 44px); right: clamp(20px, 5vw, 44px); border-top: 1px solid var(--navy-3); }

/* ---------- Breadcrumbs, cards, prose ---------- */
.crumbs { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-bottom: 18px; font: 600 14px/1.2 var(--display); letter-spacing: .06em; text-transform: uppercase; color: var(--muted); }
.crumbs a { text-decoration: none; color: var(--muted); }
.crumbs a:hover { color: var(--orange-deep); }
.crumbs i { font-style: normal; color: var(--muted-light); }
.crumbs span { color: var(--navy); }
.card-links { display: flex; flex-wrap: wrap; gap: 8px 18px; margin-top: auto; padding-top: 6px; }
.card-links a { font: 700 16px/1.2 var(--display); letter-spacing: .05em; text-transform: uppercase; color: var(--orange-deep); text-decoration: none; }
.card-links a:hover { text-decoration: underline; }
.icard-you .card-links a, .stream-result .card-links a, .team-card .card-links a { color: var(--orange); }

.prose { max-width: 760px; }
.prose h2 { margin: 44px 0 14px; font-size: clamp(30px, 3.2vw, 40px); }
.prose h2:first-child { margin-top: 0; }
.prose h3 { margin: 28px 0 10px; font-size: 24px; text-transform: uppercase; }
.prose p { margin: 0 0 16px; font-size: 18.5px; line-height: 1.7; color: #2B3542; }
.prose ul, .prose ol { margin: 0 0 18px; padding-left: 24px; }
.prose ul { list-style: disc; }
.prose ol { list-style: decimal; }
.prose li { margin: 6px 0; font-size: 18px; line-height: 1.6; color: #2B3542; padding-left: 4px; }
.prose li::marker { color: var(--orange-deep); font-weight: 700; }
.prose a { color: var(--blue); text-decoration: underline; text-underline-offset: 3px; }
.prose strong { color: var(--text); }
.prose blockquote { margin: 22px 0; padding: 16px 22px; border-left: 5px solid var(--orange); background: var(--white); border-radius: 0 12px 12px 0; font-size: 19px; font-weight: 500; color: var(--navy); }
.prose blockquote p { margin: 0; }
.prose-lg p { font-size: 20px; }

.chip-links { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.chip-links a { padding: 10px 14px; border: 2px solid var(--line); border-radius: 10px; background: var(--white); text-decoration: none; font: 700 17px/1 var(--display); letter-spacing: .04em; text-transform: uppercase; color: var(--navy); transition: border-color .15s, color .15s; }
.chip-links a:hover { border-color: var(--navy); color: var(--orange-deep); }

.related-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 16px; margin-top: 8px; }
.related-grid-3 { grid-template-columns: repeat(3, 1fr); }
.link-card { display: flex; flex-direction: column; gap: 10px; padding: 24px; text-decoration: none; background: var(--white); border: 2px solid var(--line); border-radius: 16px; transition: border-color .15s, transform .15s, box-shadow .15s; }
.link-card:hover { border-color: var(--navy); transform: translateY(-3px); box-shadow: 6px 6px 0 var(--navy); }
.link-card .tag { align-self: flex-start; }
.link-card h3 { font-size: 26px; line-height: 1.05; text-transform: uppercase; }
.link-card p { font-size: 16px; color: var(--muted); }
.link-card .go { margin-top: auto; font: 700 16px/1 var(--display); letter-spacing: .06em; text-transform: uppercase; color: var(--orange-deep); }
.related { padding-top: 0; }

/* ---------- Service pages ---------- */
.svc-card { padding: 30px; border-radius: 18px; background: var(--navy); color: var(--white); box-shadow: 10px 10px 0 var(--orange); }
.svc-card-head { font: 800 22px/1 var(--display); letter-spacing: .06em; text-transform: uppercase; color: var(--orange); margin-bottom: 18px; }
.svc-card .checks li { color: #E3E8EF; font-size: 18px; }
.svc-card-foot { margin-top: 22px; padding-top: 16px; border-top: 1px solid var(--navy-3); font-size: 15px; color: var(--muted-light); }
.svc-problem { background: var(--white); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.included-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(28px, 5vw, 64px); align-items: start; }
.included-grid h2 { font-size: clamp(34px, 4vw, 52px); }
.checks-2col { grid-template-columns: 1fr 1fr; gap: 14px 24px; padding: 28px; background: var(--white); border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow); }
.checks-2col li { font-size: 17px; }
.prose-section { padding-top: 0; }
.trades { background: var(--sand); }
.trades h2 { font-size: clamp(34px, 4vw, 52px); }

/* ---------- Industry page extras ---------- */
.deep-grid { display: grid; grid-template-columns: 1fr 300px; gap: clamp(28px, 5vw, 64px); align-items: start; }
.deep-aside { position: sticky; top: calc(var(--header-h) + 24px); display: flex; flex-direction: column; gap: 10px; padding: 24px; border-radius: 16px; background: var(--white); border: 1px solid var(--line); box-shadow: var(--shadow); }
.deep-aside-title { font: 800 18px/1.15 var(--display); letter-spacing: .06em; text-transform: uppercase; color: var(--navy); margin-bottom: 4px; }
.deep-aside a { font: 700 17px/1.2 var(--display); letter-spacing: .03em; text-transform: uppercase; color: var(--orange-deep); text-decoration: none; }
.deep-aside a:hover { text-decoration: underline; }
.agency-note { padding: 0 0 clamp(72px, 9vw, 110px); }
.agency-inner { display: grid; grid-template-columns: .9fr 1.1fr; gap: 28px; align-items: center; padding: clamp(26px, 4vw, 40px); border-radius: 18px; background: var(--white); border: 2px dashed var(--orange); }
.agency-inner h2 { font-size: clamp(32px, 3.6vw, 46px); }
.agency-inner p:not(.eyebrow):not(.card-links) { font-size: 18px; color: var(--muted); margin-bottom: 14px; }

/* ---------- Guides ---------- */
.wrap-narrow { max-width: 860px; }
.article-hero { padding: clamp(40px, 6vw, 72px) 0 32px; background: linear-gradient(180deg, var(--white), var(--paper)); border-bottom: 1px solid var(--line); }
.article-hero h1 { font-size: clamp(40px, 5vw, 64px); line-height: .95; }
.dek { margin-top: 18px; font-size: 21px; line-height: 1.5; color: var(--muted); }
.byline { display: flex; align-items: center; gap: 12px; margin-top: 24px; font-size: 15px; line-height: 1.4; color: var(--muted); }
.byline a { color: var(--navy); text-decoration: none; }
.byline a:hover { text-decoration: underline; }
.article-body { padding-top: 36px; padding-bottom: clamp(56px, 7vw, 88px); }
.takeaways { margin-bottom: 36px; padding: 24px 26px; border-radius: 16px; background: var(--white); border: 2px solid var(--navy); box-shadow: 6px 6px 0 var(--navy); }
.takeaways-title { margin-bottom: 14px; font: 800 20px/1 var(--display); letter-spacing: .08em; text-transform: uppercase; color: var(--orange-deep); }
.takeaways .checks li { font-size: 17px; }
.author-box { display: flex; gap: 20px; align-items: flex-start; margin: 48px 0 12px; padding: 26px; border-radius: 16px; background: var(--navy); color: #D5DCE5; }
.author-box .avatar-xl { width: 72px; height: 72px; font-size: 26px; }
.author-box p { font-size: 16px; line-height: 1.55; margin-bottom: 8px; }
.author-box b { color: var(--white); }
.author-box a { color: var(--orange); font-weight: 600; }
.author-name { font: 800 18px/1 var(--display) !important; letter-spacing: .08em; text-transform: uppercase; color: var(--orange); }
.article-faq { margin-top: 40px; }
.article-faq h2 { font-size: clamp(32px, 3.4vw, 44px); margin-bottom: 14px; }

/* ---------- Hubs + CTA band ---------- */
.hub-hero { padding: clamp(48px, 7vw, 88px) 0 clamp(24px, 4vw, 40px); }
.hub-hero h1 { font-size: clamp(44px, 5.6vw, 80px); line-height: .92; max-width: 14em; }
.hub-hero .lede { max-width: 40em; }
.hub-list { padding-top: 24px; }
.cta-band { position: relative; background: var(--navy); color: var(--white); padding: clamp(56px, 7vw, 88px) 0; }
.cta-band::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 10px; background: repeating-linear-gradient(-45deg, var(--orange) 0 16px, var(--navy) 16px 32px); }
.cta-inner { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 28px; }
.cta-inner h2 { font-size: clamp(36px, 4.4vw, 58px); }
.cta-inner p:not(.eyebrow) { margin-top: 10px; font-size: 18px; color: #C5CDD8; }

/* ---------- Motion ---------- */
@keyframes talk { 0%, 100% { transform: scaleY(.25); } 50% { transform: scaleY(1); } }
@keyframes pulse { 0% { box-shadow: 0 0 0 0 currentColor; } 100% { box-shadow: 0 0 0 7px transparent; } }
.js .reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s cubic-bezier(.2, .7, .2, 1); }
.js .reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
  .wave i { transform: scaleY(.6); }
  .js .reveal { opacity: 1; transform: none; }
}

/* ---------- Responsive ---------- */
@media (max-width: 1100px) {
  .nav { gap: 18px; }
  .nav a { font-size: 16px; }
  .industry-grid { grid-template-columns: repeat(3, 1fr); }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .builds-row { grid-template-columns: 1fr; }
  .industry-links { grid-template-columns: repeat(2, 1fr); }
  .footer-cols { grid-template-columns: 1fr 1fr; }
  .related-grid-3 { grid-template-columns: repeat(2, 1fr); }
  .role-banner { flex-direction: column; align-items: flex-start; }
  .rb-title { border-radius: 10px 10px 10px 0; }
  .rb-sub { border-radius: 0 0 0 10px; }
}

@media (max-width: 940px) {
  :root { --header-h: 66px; }
  .nav-toggle { display: grid; place-content: center; gap: 6px; margin-left: auto; width: 46px; height: 46px; border: 2px solid var(--navy); border-radius: 10px; background: var(--white); cursor: pointer; }
  .nav-toggle span { display: block; width: 20px; height: 2.5px; background: var(--navy); border-radius: 2px; transition: transform .2s; }
  .nav-open .nav-toggle span:first-child { transform: translateY(4px) rotate(45deg); }
  .nav-open .nav-toggle span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .header-cta { display: none; }
  .nav { position: fixed; left: 0; right: 0; top: var(--header-h); flex-direction: column; gap: 0; padding: 8px clamp(20px, 5vw, 44px) 24px; background: var(--white); border-bottom: 2px solid var(--navy); display: none; }
  .nav-open .nav { display: flex; }
  .nav a { padding: 16px 0; border-bottom: 1px solid var(--line); font-size: 20px; }

  .hero-grid, .setter-grid, .ah-grid, .about-grid, .faq-grid, .book-grid, .prequal-grid, .works-inner { grid-template-columns: 1fr; }
  .lead-board, .dialer, .sms { max-width: 560px; width: 100%; margin-inline: auto; }
  .proof-grid { grid-template-columns: repeat(2, 1fr); row-gap: 24px; }
  .proof-stat:nth-child(3) { border-left: 0; padding-left: 0; }
  .leaks { grid-template-columns: 1fr; }
  .streams-grid { grid-template-columns: 1fr; }
  .stream-op { justify-self: center; font-size: 44px; }
  .ah-visual { order: 2; }
  .industry-grid { grid-template-columns: repeat(2, 1fr); }
  .industry-card { min-height: 0; }
  .brian-strip-inner { flex-direction: column; align-items: flex-start; }
  .included-grid, .deep-grid, .agency-inner { grid-template-columns: 1fr; }
  .deep-aside { position: static; }
  .svc-card { max-width: 560px; }
}

@media (max-width: 560px) {
  body { font-size: 17px; }
  .logo { font-size: 26px; }
  .hero-ctas .btn { width: 100%; }
  .lead-board { box-shadow: 6px 6px 0 var(--navy); }
  .lb-row { grid-template-columns: auto 1fr; }
  .lb-row .badge { grid-column: 2; justify-self: start; flex-direction: row; gap: 8px; }
  .steps, .industry-grid, .industry-links, .builds, .field-row { grid-template-columns: 1fr; }
  .timeline li { grid-template-columns: 1fr; gap: 2px; }
  .d-actions { grid-template-columns: 1fr 1fr; }
  .d-actions .d-btn-primary { grid-column: 1 / -1; }
  .d-mode { display: none; }
  .dialer, .book-form, .sms { box-shadow: 6px 6px 0 var(--orange); }
  .sms { box-shadow: 6px 6px 0 var(--navy); }
  .footer-nav { grid-template-columns: repeat(2, auto); }
  .faq details p { padding-right: 0; }
  .brian-top h3 { font-size: 32px; }
  .client-list { gap: 10px 20px; }
  .client-list li { font-size: 19px; }
  .footer-cols, .related-grid-3, .checks-2col { grid-template-columns: 1fr; }
  .author-box { flex-direction: column; }
  .prose p, .prose li { font-size: 17.5px; }
  .role-banner { flex-direction: column; align-items: flex-start; max-width: 100%; }
  .rb-title { font-size: 17px; letter-spacing: .05em; border-radius: 10px 10px 10px 0; padding: 7px 12px 7px 7px; gap: 9px; }
  .rb-icon { width: 30px; height: 30px; }
  .rb-icon .logo-mark { width: 22px; height: 22px; }
  .rb-sub { font-size: 14px; padding: 7px 26px 7px 12px; border-radius: 0 0 0 10px; }
}
