/* Electric Nerdz Local Biz — mobile-first direct-response landing page */
:root {
  --ink: #102038;
  --ink-soft: #3f4c5f;
  --navy: #0b1728;
  --blue: #2776d8;
  --blue-deep: #1557a8;
  --sky: #e9f3ff;
  --paper: #f7f4ee;
  --white: #fff;
  --line: #d9e0e7;
  --warm: #e5a43b;
  --radius: 18px;
  --shadow: 0 24px 70px rgba(15, 32, 56, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: "Manrope", system-ui, sans-serif; line-height: 1.06; letter-spacing: -0.035em; }
h1 { margin-bottom: 20px; font-size: clamp(2.85rem, 14vw, 5.8rem); }
h2 { margin-bottom: 22px; font-size: clamp(2.25rem, 10vw, 4.75rem); }
h3 { font-size: 1.25rem; }
em { color: var(--blue); font-style: normal; }
.skip-link { position: fixed; left: 12px; top: -60px; z-index: 100; padding: 10px 16px; background: var(--white); border-radius: 8px; }
.skip-link:focus { top: 12px; }
.section-pad { padding: 78px 20px; }
.eyebrow { margin-bottom: 16px; color: var(--blue-deep); font-size: 0.75rem; font-weight: 800; letter-spacing: 0.16em; text-transform: uppercase; }
.section-heading { max-width: 720px; margin-bottom: 38px; }
.section-heading > p:last-child { max-width: 650px; color: var(--ink-soft); font-size: 1.05rem; }

.topbar {
  position: relative;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-height: 72px;
  padding: 10px 20px;
  color: var(--white);
  background: var(--navy);
  border-bottom: 1px solid rgba(255,255,255,.12);
}
.wordmark { display: inline-flex; flex: 0 0 110px; align-items: flex-start; width: 110px; height: 42px; overflow: hidden; text-decoration: none; }
.wordmark img { width: 110px; max-width: none; transform: translateY(-13px); }
.topbar .button { display: inline-flex; min-height: 42px; padding: 9px 11px; font-size: .63rem; white-space: nowrap; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 56px;
  padding: 14px 22px;
  color: var(--white);
  background: var(--blue);
  border: 1px solid var(--blue);
  border-radius: 10px;
  box-shadow: 0 10px 24px rgba(39,118,216,.24);
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .035em;
  cursor: pointer;
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}
.button:hover { transform: translateY(-2px); background: var(--blue-deep); box-shadow: 0 14px 30px rgba(39,118,216,.3); }
.button:focus-visible, button:focus-visible, a:focus-visible, summary:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible { outline: 3px solid var(--warm); outline-offset: 3px; }
.button-small { min-height: 44px; padding: 10px 16px; font-size: .78rem; }

.hero {
  position: relative;
  display: grid;
  gap: 42px;
  color: var(--white);
  background: var(--navy);
  overflow: hidden;
}
.hero::before { content: ""; position: absolute; right: -160px; top: -190px; width: 430px; height: 430px; border: 1px solid rgba(76,145,229,.2); border-radius: 50%; box-shadow: 0 0 0 55px rgba(76,145,229,.04), 0 0 0 110px rgba(76,145,229,.025); }
.hero-copy, .hero-visual { position: relative; z-index: 1; }
.hero .eyebrow { color: #83b7f7; }
.hero h1 em { display: block; color: var(--white); }
.hero-kicker { margin-bottom: 24px; color: #a9cdf9; font-family: "Manrope", sans-serif; font-size: 1.4rem; font-weight: 700; }
.hero-problems { max-width: 620px; color: #c3cfdd; }
.hero-problems p { margin-bottom: 10px; }
.hero-command { display: flex; flex-wrap: wrap; gap: 5px 10px; margin: 24px 0; font-size: 1.05rem; }
.hero-command span { color: #a9cdf9; font-weight: 700; }
.offer-lockup { display: flex; flex-wrap: wrap; gap: 2px 8px; max-width: 520px; font-family: "Manrope", sans-serif; font-size: clamp(1.75rem, 8vw, 3.25rem); font-weight: 800; letter-spacing: -.045em; line-height: 1; }
.offer-lockup strong { color: #7ab7ff; }
.offer-note { max-width: 580px; margin: 14px 0 26px; color: #b9c7d7; }
.hero-actions { display: flex; flex-direction: column; align-items: stretch; gap: 20px; }
.text-link { display: inline-flex; justify-content: center; gap: 8px; color: #d5e5f8; font-weight: 700; text-underline-offset: 5px; }
.plain-trust { display: flex; flex-wrap: wrap; gap: 7px 17px; margin: 28px 0 0; padding: 0; color: #9dafc4; font-size: .82rem; list-style: none; }
.plain-trust li::before { content: "✓"; margin-right: 6px; color: #6eb0ff; }
.hero-visual { align-self: end; min-height: 380px; }
.hero-visual img { width: 100%; height: 430px; object-fit: cover; object-position: center; border-radius: 14px; filter: saturate(.8) contrast(1.04); }
.hero-visual::after { content: ""; position: absolute; inset: 0; border-radius: 14px; background: linear-gradient(to top, rgba(8,20,36,.45), transparent 55%); pointer-events: none; }
.hero-visual figcaption { position: absolute; z-index: 2; left: 14px; right: 14px; bottom: 14px; display: flex; align-items: center; gap: 8px; padding: 11px 13px; color: #dfeaf7; background: rgba(8,20,36,.82); border: 1px solid rgba(255,255,255,.15); border-radius: 10px; backdrop-filter: blur(8px); font-size: .76rem; }
.status-dot { width: 8px; height: 8px; background: #68c891; border-radius: 50%; box-shadow: 0 0 0 4px rgba(104,200,145,.15); }
.relief-note { position: absolute; z-index: 3; right: -8px; top: -24px; display: flex; align-items: center; gap: 8px; padding: 12px 15px; color: var(--ink); background: var(--white); border-radius: 10px; box-shadow: var(--shadow); transform: rotate(2deg); }
.relief-note strong { color: var(--blue); font: 800 2rem/1 "Manrope", sans-serif; }
.relief-note span { font-size: .73rem; font-weight: 700; line-height: 1.15; }

.pain { background: var(--white); }
.pain-grid { display: grid; gap: 12px; }
.pain-grid article { padding: 24px; background: #f8fafc; border: 1px solid var(--line); border-radius: 14px; }
.pain-grid article > span { display: block; margin-bottom: 26px; color: var(--blue); font-family: "Manrope", sans-serif; font-size: .72rem; font-weight: 800; letter-spacing: .08em; }
.pain-grid h3 { margin-bottom: 10px; }
.pain-grid p { margin: 0; color: var(--ink-soft); font-size: .94rem; }

.fixes { background: var(--paper); }
.build-grid { display: grid; gap: 18px; }
.build-card { display: flex; flex-direction: column; overflow: hidden; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 10px 35px rgba(15,32,56,.06); }
.build-card > img { width: 100%; aspect-ratio: 4 / 2.45; object-fit: cover; }
.build-body { display: flex; flex: 1; flex-direction: column; padding: 23px; }
.customer-quote { min-height: 2.2em; margin-bottom: 22px; font: 800 1.25rem/1.25 "Manrope", sans-serif; letter-spacing: -.025em; }
.build-step { display: grid; grid-template-columns: 82px 1fr; gap: 12px; padding: 13px 0; border-top: 1px solid var(--line); }
.build-step span { color: var(--ink-soft); font-size: .67rem; font-weight: 800; line-height: 1.35; text-transform: uppercase; letter-spacing: .07em; }
.build-step p { margin: 0; font-size: .9rem; line-height: 1.45; }
.build-step.result p { font-weight: 600; }
.card-cta { display: flex; justify-content: space-between; width: 100%; margin-top: auto; padding: 17px 0 0; color: var(--blue-deep); background: none; border: 0; border-top: 1px solid var(--line); font-weight: 800; text-align: left; text-transform: uppercase; letter-spacing: .04em; cursor: pointer; }
.card-cta:hover span { transform: translateX(4px); }
.card-cta span { transition: transform .2s ease; }

.selector { color: var(--white); background: var(--blue-deep); }
.selector-shell { max-width: 1180px; margin: 0 auto; }
.selector .eyebrow { color: #b8d7ff; }
.selector h2 em { color: #b8d7ff; }
.selector-heading > p:last-child { color: #d5e6fb; }
.problem-options { display: grid; gap: 10px; margin: 30px 0; }
.problem-options button { display: grid; grid-template-columns: 34px 1fr; align-items: center; min-height: 68px; padding: 14px 16px; color: var(--white); background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.18); border-radius: 11px; font-weight: 700; text-align: left; cursor: pointer; transition: background .2s ease, border-color .2s ease, transform .2s ease; }
.problem-options button span { color: #9bc8ff; font-size: .7rem; }
.problem-options button:hover { background: rgba(255,255,255,.12); transform: translateY(-1px); }
.problem-options button.selected { color: var(--ink); background: var(--white); border-color: var(--white); box-shadow: 0 12px 30px rgba(0,0,0,.14); }
.problem-options button.selected span { color: var(--blue); }
.selector-close { display: grid; gap: 16px; align-items: center; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.2); }
.selector-close p { margin: 0; font-size: 1.1rem; }
.selector-close p strong { display: block; font-family: "Manrope", sans-serif; font-size: 1.65rem; }
.selector-price { color: #b8d7ff; font: 800 3.2rem/1 "Manrope", sans-serif; letter-spacing: -.06em; }

.process { background: var(--white); }
.process-list { max-width: 960px; margin: 0; padding: 0; list-style: none; }
.process-list li { display: grid; grid-template-columns: 56px 1fr; gap: 12px; padding: 24px 0; border-top: 1px solid var(--line); }
.process-list li > span { color: var(--blue); font: 800 .8rem/1.6 "Manrope", sans-serif; }
.process-list h3 { margin-bottom: 7px; }
.process-list p { margin: 0; color: var(--ink-soft); }

.price-section { background: var(--paper); }
.price-card { display: grid; gap: 34px; max-width: 1180px; margin: 0 auto; padding: 28px; background: var(--navy); color: var(--white); border-radius: 22px; box-shadow: var(--shadow); }
.price-card .eyebrow { color: #8ebdf7; }
.price-card h2 em { color: #8ebdf7; }
.price-copy > p:not(.eyebrow) { color: #c5d1df; }
.price-copy ul { margin: 24px 0 0; padding: 0; list-style: none; }
.price-copy li { margin: 8px 0; color: #dce7f2; }
.price-copy li::before { content: "✓"; margin-right: 9px; color: #75b5ff; }
.price-lockup { display: grid; grid-template-columns: auto 1fr; align-items: start; align-content: center; padding: 24px; background: var(--white); color: var(--ink); border-radius: 16px; }
.price-lockup > span { margin-top: 12px; color: var(--blue); font: 800 2rem/1 "Manrope", sans-serif; }
.price-lockup > strong { font: 800 clamp(5rem, 26vw, 8rem)/.85 "Manrope", sans-serif; letter-spacing: -.085em; }
.price-lockup p { grid-column: 1 / -1; margin: 15px 0 22px; color: var(--ink-soft); font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.price-lockup a { grid-column: 1 / -1; color: var(--blue-deep); font-weight: 800; text-underline-offset: 5px; }
.qualifier { margin: 0; padding: 18px; color: #bdcbd9; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); border-radius: 10px; font-size: .9rem; }
.qualifier strong { color: var(--white); }

.transformation { background: var(--white); }
.before-after { display: grid; gap: 12px; }
.before-after > div { padding: 26px; border-radius: 16px; }
.before { background: #f1f2f4; }
.after { color: var(--white); background: var(--blue-deep); }
.column-label { margin-bottom: 28px; font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .14em; }
.before .column-label { color: #707b89; }
.after .column-label { color: #b8d7ff; }
.before-after ul { margin: 0; padding: 0; list-style: none; }
.before-after li { padding: 11px 0; border-bottom: 1px solid rgba(16,32,56,.1); }
.after li { border-color: rgba(255,255,255,.16); }
.before li::before { content: "—"; margin-right: 9px; color: #8e98a5; }
.after li::before { content: "✓"; margin-right: 9px; color: #b8d7ff; }
.weight-line { margin: 28px 0 0; font: 800 1.25rem/1.2 "Manrope", sans-serif; }

.speed { background: var(--paper); }
.speed-layout { display: grid; gap: 36px; max-width: 1180px; margin: 0 auto; }
.speed-layout > div:first-child > p:not(.eyebrow):not(.speed-note) { color: var(--ink-soft); }
.speed-note { margin-top: 25px; padding: 14px 16px; color: var(--blue-deep); background: var(--sky); border-left: 4px solid var(--blue); font-weight: 700; }
.sequence { display: grid; gap: 8px; align-content: center; }
.sequence span { display: flex; align-items: center; justify-content: center; min-height: 55px; background: var(--white); border: 1px solid var(--line); border-radius: 10px; font: 800 .82rem/1 "Manrope", sans-serif; text-transform: uppercase; letter-spacing: .08em; }
.sequence b { color: var(--blue); text-align: center; transform: rotate(90deg); }

.roles { display: grid; gap: 36px; background: var(--navy); color: var(--white); }
.roles-visual img { width: 100%; min-height: 360px; object-fit: cover; border-radius: 16px; filter: saturate(.76); }
.roles-copy { align-self: center; }
.roles-copy .eyebrow { color: #8ebdf7; }
.roles-copy h2 em { color: #8ebdf7; }
.roles-copy > p:not(.eyebrow):not(.roles-close) { color: #c3d0df; }
.roles-close { display: flex; flex-direction: column; margin: 28px 0 0; padding: 19px 0; border-top: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); }
.roles-close span { color: #9fc9fa; font-weight: 700; }

.categories { background: var(--white); }
.category-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; }
.category-grid span { display: flex; align-items: center; min-height: 78px; padding: 14px; background: #f6f8fa; border: 1px solid var(--line); border-radius: 10px; font-size: .84rem; font-weight: 700; line-height: 1.3; }
.category-grid span::before { content: "+"; align-self: flex-start; margin-right: 8px; color: var(--blue); }

.lead-section { display: grid; gap: 38px; background: var(--paper); }
.lead-intro { align-self: start; }
.lead-intro > p:not(.eyebrow) { color: var(--ink-soft); }
.form-promise { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 24px; }
.form-promise span { padding: 7px 10px; color: var(--blue-deep); background: var(--sky); border-radius: 999px; font-size: .76rem; font-weight: 700; }
.lead-form { display: grid; gap: 18px; padding: 24px; background: var(--white); border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow); }
.field-row { display: grid; gap: 18px; }
.lead-form label { display: grid; gap: 7px; }
.lead-form label > span { font-size: .82rem; font-weight: 800; }
.lead-form label small { color: #778393; font-weight: 500; }
.lead-form input, .lead-form textarea, .lead-form select { width: 100%; min-height: 54px; padding: 13px 14px; color: var(--ink); background: #fbfcfd; border: 1px solid #bdc7d1; border-radius: 9px; }
.lead-form textarea { min-height: 160px; resize: vertical; }
.lead-form input:focus, .lead-form textarea:focus, .lead-form select:focus { background: var(--white); border-color: var(--blue); }
.hp-field { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; }
.form-footer { display: grid; gap: 15px; align-items: center; }
.form-footer p { margin: 0; color: var(--ink-soft); font-size: .82rem; }
.form-status { padding: 16px; background: var(--sky); border: 1px solid #b7d7fa; border-radius: 10px; color: var(--blue-deep); font-weight: 700; }
.form-status[hidden] { display: none; }
.lead-form.is-submitted { padding: 0; overflow: hidden; }
.lead-form.is-submitted > :not(.form-status) { display: none; }
.form-status.success { display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 430px; padding: 44px 28px; background: linear-gradient(145deg, #edf6ff, #fff); border: 0; border-radius: 18px; color: var(--ink); text-align: center; }
.success-mark { display: grid; place-items: center; width: 72px; height: 72px; margin-bottom: 20px; color: var(--white); background: var(--blue); border-radius: 50%; box-shadow: 0 12px 28px rgba(39,118,216,.28); font: 800 2.25rem/1 "Manrope", sans-serif; }
.success-label { margin-bottom: 10px; color: var(--blue-deep); font-size: .76rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.form-status.success h3 { max-width: 520px; margin-bottom: 14px; font-size: clamp(1.7rem, 7vw, 2.55rem); }
.form-status.success > p:not(.success-label) { max-width: 500px; margin-bottom: 24px; color: var(--ink-soft); font-weight: 500; }
.success-next { display: flex; flex-direction: column; max-width: 520px; padding: 16px 18px; background: var(--white); border: 1px solid var(--line); border-radius: 10px; }
.success-next strong { color: var(--blue-deep); }
.success-next span { color: var(--ink-soft); font-weight: 500; }
.form-status.error { color: #8a2634; background: #fff0f1; border-color: #efc0c6; }

.faq { background: var(--white); }
.faq-list { max-width: 900px; }
.faq details { border-top: 1px solid var(--line); }
.faq details:last-child { border-bottom: 1px solid var(--line); }
.faq summary { position: relative; padding: 22px 42px 22px 0; font: 700 1.03rem/1.35 "Manrope", sans-serif; cursor: pointer; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 5px; color: var(--blue); font-size: 1.45rem; }
.faq details[open] summary::after { content: "−"; }
.faq details p { max-width: 720px; padding: 0 28px 24px 0; color: var(--ink-soft); }

.final-cta { text-align: center; color: var(--white); background: var(--blue-deep); }
.final-cta .eyebrow { color: #b8d7ff; }
.final-cta h2 { max-width: 920px; margin-left: auto; margin-right: auto; }
.final-cta h2 em { color: #c6e0ff; }
.final-cta > p:not(.eyebrow) { max-width: 650px; margin: 0 auto 28px; color: #d5e6fb; }
.button-light { color: var(--blue-deep); background: var(--white); border-color: var(--white); box-shadow: 0 12px 30px rgba(0,0,0,.14); }
.button-light:hover { color: var(--white); }

.site-footer { display: grid; gap: 12px; padding: 32px 20px 92px; color: #9eafc3; background: var(--navy); text-align: center; }
.site-footer .wordmark { margin: 0 auto; }
.site-footer p { margin: 0; font-size: .84rem; }
.site-footer nav { display: flex; justify-content: center; gap: 16px; font-size: .8rem; }
.mobile-sticky { position: fixed; z-index: 50; isolation: isolate; left: 12px; right: 12px; bottom: 0; display: flex; align-items: center; justify-content: space-between; min-height: 62px; padding: 12px 18px calc(12px + env(safe-area-inset-bottom)); overflow: hidden; color: var(--white); background: linear-gradient(135deg, #3184e7, #1764bd); border: 1px solid rgba(255,255,255,.32); border-bottom: 0; border-radius: 14px 14px 0 0; box-shadow: 0 -9px 26px rgba(10,23,40,.3); opacity: 0; visibility: hidden; transform: translateY(100%); pointer-events: none; font-family: "Manrope", sans-serif; text-decoration: none; text-transform: uppercase; transition: transform .3s ease, opacity .22s ease, visibility .3s; }
.mobile-sticky.is-visible { opacity: 1; visibility: visible; transform: translateY(0); pointer-events: auto; }
.mobile-sticky::before { content: ""; position: absolute; z-index: -1; top: -35%; bottom: -35%; left: -55%; width: 42%; background: linear-gradient(90deg, transparent, rgba(255,255,255,.42), transparent); transform: skewX(-20deg); animation: sticky-shimmer 2.8s ease-in-out infinite; pointer-events: none; }
.mobile-sticky span { font-size: .85rem; font-weight: 800; letter-spacing: .035em; }
.mobile-sticky strong { font-size: 1.25rem; }

@keyframes sticky-shimmer {
  0%, 18% { left: -55%; opacity: 0; }
  26% { opacity: 1; }
  58% { left: 115%; opacity: 1; }
  66%, 100% { left: 115%; opacity: 0; }
}

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .55s ease, transform .55s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (min-width: 700px) {
  .section-pad { padding: 100px 6vw; }
  .topbar { padding-left: 6vw; padding-right: 6vw; }
  .wordmark { flex-basis: 150px; width: 150px; height: 48px; }
  .wordmark img { width: 150px; transform: translateY(-18px); }
  .topbar .button { min-height: 44px; padding: 10px 16px; font-size: .78rem; }
  .hero-actions { flex-direction: row; align-items: center; }
  .text-link { justify-content: flex-start; }
  .pain-grid { grid-template-columns: repeat(2, 1fr); }
  .build-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .problem-options { grid-template-columns: repeat(2, 1fr); }
  .selector-close { grid-template-columns: 1fr auto auto; }
  .process-list li { grid-template-columns: 88px 1fr; gap: 22px; }
  .price-card { grid-template-columns: 1.25fr .75fr; padding: 48px; }
  .qualifier { grid-column: 1 / -1; }
  .before-after { grid-template-columns: repeat(2, 1fr); }
  .sequence { grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr auto 1fr; }
  .sequence b { transform: none; }
  .category-grid { grid-template-columns: repeat(3, 1fr); }
  .field-row { grid-template-columns: repeat(2, 1fr); }
  .form-footer { grid-template-columns: 1fr auto; }
  .site-footer { grid-template-columns: auto 1fr auto; align-items: center; padding: 35px 6vw; text-align: left; }
  .site-footer .wordmark { margin: 0; }
  .site-footer nav { justify-content: flex-end; }
  .mobile-sticky { display: none; }
}

@media (min-width: 420px) and (max-width: 699px) {
  .wordmark { flex-basis: 135px; width: 135px; height: 46px; }
  .wordmark img { width: 135px; transform: translateY(-16px); }
  .topbar .button { padding: 10px 13px; font-size: .68rem; }
}

@media (min-width: 980px) {
  .section-pad { padding: 120px max(6vw, calc((100vw - 1240px) / 2)); }
  .topbar { padding-left: max(6vw, calc((100vw - 1240px) / 2)); padding-right: max(6vw, calc((100vw - 1240px) / 2)); }
  .hero { grid-template-columns: minmax(0, 1.1fr) minmax(360px, .9fr); align-items: center; min-height: calc(100vh - 72px); padding-top: 78px; padding-bottom: 78px; }
  .hero h1 { max-width: 760px; font-size: clamp(4.1rem, 6.1vw, 5.8rem); }
  .hero h1 em { white-space: nowrap; }
  .hero-visual img { height: min(630px, 68vh); }
  .wide-heading { display: grid; grid-template-columns: 1.1fr .9fr; column-gap: 60px; max-width: none; }
  .wide-heading .eyebrow { grid-column: 1 / -1; }
  .wide-heading h2 { grid-row: 2 / span 2; }
  .wide-heading > p:last-child { align-self: end; padding-bottom: 10px; font-size: 1.15rem; }
  .pain-grid { grid-template-columns: repeat(3, 1fr); }
  .pain-grid article { min-height: 270px; padding: 30px; }
  .build-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .build-card-featured { grid-column: span 2; display: grid; grid-template-columns: .95fr 1.05fr; }
  .build-card-featured > img { height: 100%; aspect-ratio: auto; }
  .problem-options { grid-template-columns: repeat(3, 1fr); }
  .process { display: grid; grid-template-columns: .75fr 1.25fr; gap: 80px; }
  .process .section-heading { position: sticky; top: 100px; align-self: start; }
  .speed-layout { grid-template-columns: .8fr 1.2fr; align-items: center; }
  .roles { grid-template-columns: .9fr 1.1fr; gap: 80px; }
  .roles-visual img { min-height: 620px; }
  .category-grid { grid-template-columns: repeat(4, 1fr); }
  .lead-section { grid-template-columns: .75fr 1.25fr; gap: 90px; }
  .lead-intro { position: sticky; top: 100px; }
  .lead-form { padding: 36px; }
  .site-footer { padding-bottom: 35px; }
}

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