@font-face{font-family:"Barlow Condensed";font-style:normal;font-weight:600;font-display:swap;src:url("assets/fonts/Barlow-Condensed-600.ttf") format("truetype");}
@font-face{font-family:"Barlow Condensed";font-style:normal;font-weight:700;font-display:swap;src:url("assets/fonts/Barlow-Condensed-700.ttf") format("truetype");}
@font-face{font-family:"Barlow Condensed";font-style:normal;font-weight:800;font-display:swap;src:url("assets/fonts/Barlow-Condensed-800.ttf") format("truetype");}
@font-face{font-family:"Manrope";font-style:normal;font-weight:400;font-display:swap;src:url("assets/fonts/Manrope-400.ttf") format("truetype");}
@font-face{font-family:"Manrope";font-style:normal;font-weight:500;font-display:swap;src:url("assets/fonts/Manrope-500.ttf") format("truetype");}
@font-face{font-family:"Manrope";font-style:normal;font-weight:600;font-display:swap;src:url("assets/fonts/Manrope-600.ttf") format("truetype");}
@font-face{font-family:"Manrope";font-style:normal;font-weight:700;font-display:swap;src:url("assets/fonts/Manrope-700.ttf") format("truetype");}
:root {
  --ink: #101213;
  --ink-2: #1c2022;
  --paper: #f5f2eb;
  --white: #fffdfa;
  --orange: #f25c27;
  --orange-dark: #c83f10;
  --muted: #686d6f;
  --line: #d7d2c8;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
.container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.skip-link { position: fixed; left: 16px; top: -80px; background: white; padding: 12px 18px; z-index: 100; }
.skip-link:focus { top: 16px; }

.site-header { height: 82px; background: var(--ink); color: white; position: absolute; top: 0; width: 100%; z-index: 20; border-bottom: 1px solid rgba(255,255,255,.12); }
.nav-wrap { height: 100%; width: min(1240px, calc(100% - 40px)); margin: 0 auto; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-mark { width: 35px; height: 34px; background: var(--orange); display: flex; flex-direction: column; justify-content: flex-end; gap: 3px; padding: 8px 6px 5px; clip-path: polygon(50% 0,100% 28%,100% 100%,0 100%,0 28%); }
.brand-mark span { height: 3px; background: var(--ink); display: block; }
.brand-copy { display: flex; flex-direction: column; line-height: 1; }
.brand-copy strong { font-family: "Barlow Condensed", sans-serif; font-size: 23px; letter-spacing: .04em; }
.brand-copy small { color: #aab0b2; font-weight: 700; font-size: 9px; letter-spacing: .28em; margin-top: 5px; }
.desktop-nav { display: flex; gap: 34px; margin-left: auto; margin-right: 44px; }
.desktop-nav a { color: #d7d9da; font-size: .86rem; font-weight: 700; }
.desktop-nav a:hover { color: white; }
.header-call { height: 100%; background: var(--orange); display: flex; align-items: center; gap: 12px; padding: 0 24px; margin-right: -40px; min-width: 235px; }
.header-call svg { width: 21px; fill: none; stroke: currentColor; stroke-width: 2; }
.header-call span { display: flex; flex-direction: column; font-weight: 800; line-height: 1.15; }
.header-call small { font-size: 9px; letter-spacing: .17em; margin-bottom: 4px; color: #2c160e; }

.hero { min-height: 790px; background: var(--ink); color: white; position: relative; overflow: hidden; }
.hero-backdrop { position: absolute; inset: 0; background: url("assets/garage-tech-v2.webp") center/cover no-repeat; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10,12,13,.97) 0%, rgba(10,12,13,.89) 35%, rgba(10,12,13,.28) 68%, rgba(10,12,13,.05) 100%), linear-gradient(0deg, rgba(10,12,13,.45), transparent 45%); }
.hero-grid { position: relative; z-index: 2; min-height: 790px; display: grid; grid-template-columns: minmax(0, 1.2fr) 390px; align-items: center; gap: 68px; padding-top: 116px; }
.hero-copy { padding: 40px 0 46px; }
.eyebrow { margin: 0 0 22px; text-transform: uppercase; letter-spacing: .18em; font-size: .72rem; font-weight: 800; display: flex; align-items: center; gap: 12px; color: #d8d9da; }
.eyebrow span { display: inline-block; width: 32px; height: 3px; background: var(--orange); }
.eyebrow.dark { color: var(--muted); }
h1, h2 { font-family: "Barlow Condensed", sans-serif; margin: 0; text-transform: uppercase; letter-spacing: -.035em; line-height: .88; }
h1 { font-size: clamp(4.4rem, 7.4vw, 7.4rem); max-width: 720px; }
h1 em, .final-cta h2 em { font-style: normal; color: var(--orange); }
.hero-lede { color: #c9cccd; max-width: 600px; font-size: 1.08rem; line-height: 1.7; margin: 27px 0 30px; }
.hero-actions { display: flex; gap: 13px; flex-wrap: wrap; }
.button { min-height: 54px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; gap: 24px; border: 1px solid transparent; cursor: pointer; font-weight: 800; font-size: .88rem; letter-spacing: .01em; transition: transform .2s, background .2s, border-color .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--orange); }
.button-primary:hover { background: var(--orange-dark); }
.button-ghost { color: white; border-color: rgba(255,255,255,.45); background: rgba(16,18,19,.28); backdrop-filter: blur(8px); }
.button-ghost:hover { border-color: white; background: rgba(16,18,19,.6); }
.trust-row { display: flex; gap: 24px; flex-wrap: wrap; margin-top: 35px; color: #bdc1c2; font-size: .75rem; font-weight: 600; }
.trust-row b { color: var(--orange); margin-right: 5px; }

.quote-card { background: var(--white); color: var(--ink); padding: 31px 32px 28px; box-shadow: 0 24px 70px rgba(0,0,0,.32); border-top: 5px solid var(--orange); position: relative; }
.card-kicker { color: var(--orange-dark); font-weight: 800; font-size: .67rem; letter-spacing: .17em; margin-bottom: 9px; }
.quote-card h2 { font-size: 2.45rem; line-height: 1; }
.quote-card > p { font-size: .84rem; color: var(--muted); line-height: 1.55; margin: 12px 0 20px; }
.quote-card label { display: block; font-size: .72rem; font-weight: 800; margin: 12px 0 5px; }
.quote-card input, .quote-card select { width: 100%; height: 47px; border: 1px solid var(--line); background: #fbfaf7; padding: 0 13px; color: var(--ink); border-radius: 0; }
.quote-card input:focus, .quote-card select:focus { outline: 3px solid rgba(242,92,39,.22); border-color: var(--orange); }
.quote-card .form-submit { width: 100%; margin-top: 19px; }
.form-note { display: block; color: #7c8081; text-align: center; font-size: .66rem; margin-top: 11px; }
.form-success { position: absolute; inset: 5px 0 0; background: var(--white); padding: 38px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.form-success[hidden] { display: none; }
.form-success > span { width: 52px; height: 52px; display: grid; place-items: center; color: white; background: var(--orange); font-weight: 900; font-size: 1.5rem; margin-bottom: 20px; }
.form-success strong { font-family: "Barlow Condensed", sans-serif; font-size: 2.3rem; text-transform: uppercase; line-height: 1; }
.form-success p { color: var(--muted); }

.service-strip { background: var(--orange); color: white; }
.strip-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; }
.strip-inner p { margin: 0; font-family: "Barlow Condensed", sans-serif; font-size: 1.12rem; letter-spacing: .18em; font-weight: 700; }
.strip-inner p span { color: #6b2410; padding: 0 13px; }
.strip-side { font-size: .8rem !important; opacity: .84; }

.section { padding: 110px 0; }
.section-heading { display: grid; grid-template-columns: 1.25fr .75fr; gap: 70px; align-items: end; margin-bottom: 54px; }
.section-heading h2, .why h2, .final-cta h2 { font-size: clamp(3.7rem, 6vw, 6rem); }
.section-heading > p { margin: 0 0 4px; color: var(--muted); font-size: .98rem; max-width: 440px; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-left: 1px solid var(--line); }
.service-card { min-height: 365px; padding: 30px 26px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); border-right: 1px solid var(--line); background: rgba(255,255,255,.3); display: flex; flex-direction: column; position: relative; transition: transform .25s, background .25s; }
.service-card:hover { transform: translateY(-8px); background: white; z-index: 2; }
.service-card.featured { background: var(--ink); color: white; border-color: var(--ink); }
.service-number { position: absolute; right: 20px; top: 18px; font-family: "Barlow Condensed"; font-weight: 800; color: #aaa69f; font-size: .9rem; }
.service-card svg { width: 52px; height: 52px; fill: none; stroke: var(--orange); stroke-width: 1.7; margin: 32px 0 38px; }
.service-card h3 { font-family: "Barlow Condensed", sans-serif; font-size: 1.65rem; text-transform: uppercase; margin: 0 0 12px; line-height: 1; }
.service-card p { color: var(--muted); font-size: .82rem; line-height: 1.65; margin: 0 0 22px; }
.service-card.featured p { color: #b9bdbe; }
.service-card a { margin-top: auto; color: var(--orange); text-transform: uppercase; font-weight: 800; font-size: .69rem; letter-spacing: .07em; }
.service-card a span { margin-left: 8px; }

.why { background: var(--ink); color: white; overflow: hidden; }
.why-grid { display: grid; grid-template-columns: .92fr 1.08fr; min-height: 590px; align-items: center; gap: 90px; }
.why-visual { min-height: 500px; position: relative; background: #24282a; border: 1px solid #373b3d; overflow: hidden; }
.why-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 48%, rgba(16,18,19,.58) 100%); pointer-events: none; }
.why-visual img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 53% center; filter: saturate(.84) contrast(1.04); }
.orange-block { position: absolute; z-index: 1; left: 0; bottom: 0; background: var(--orange); width: 72%; padding: 22px 25px; font-family: "Barlow Condensed", sans-serif; font-size: 1rem; letter-spacing: .14em; line-height: 1.25; }
.orange-block strong { font-size: 2rem; letter-spacing: 0; }
.why-lede { color: #bdc1c2; max-width: 570px; font-size: 1rem; margin: 28px 0 38px; }
.benefit-list { border-top: 1px solid #373b3d; }
.benefit-list > div { display: block; padding: 18px 0; border-bottom: 1px solid #373b3d; align-items: start; }
.benefit-list p { margin: 0; color: #aeb2b3; font-size: .79rem; line-height: 1.5; }
.benefit-list strong { color: white; display: block; font-size: .95rem; margin-bottom: 3px; }

.process { background: var(--white); }
.section-heading.compact { grid-template-columns: 1fr; }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.process-grid article { background: var(--white); padding: 36px 38px 42px; }
.process-grid b { color: var(--orange); font-family: "Barlow Condensed"; font-size: 3rem; line-height: 1; }
.process-grid h3 { font-family: "Barlow Condensed"; font-size: 1.65rem; text-transform: uppercase; margin: 30px 0 8px; }
.process-grid p { color: var(--muted); margin: 0; font-size: .86rem; }

.final-cta { background: #232729; color: white; padding: 88px 0; position: relative; overflow: hidden; }
.final-cta::after { content: "R"; position: absolute; right: -20px; top: -100px; color: rgba(255,255,255,.025); font-family: "Barlow Condensed"; font-size: 25rem; font-weight: 800; line-height: 1; }
.final-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 80px; }
.cta-side > p { color: #c4c7c8; max-width: 450px; }
.cta-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 24px; }
.button-outline { border-color: #707577; color: white; }
.button-outline:hover { border-color: white; }

footer { background: #0b0d0e; color: white; padding: 38px 0; }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; gap: 30px; }
.footer-grid p { color: #b6babc; font-size: .73rem; line-height: 1.7; margin: 0; }
.footer-grid p span { color: #777d7f; }
.footer-email { color: var(--orange); display: inline-block; margin-top: 5px; overflow-wrap: anywhere; }
.footer-email:hover { color: #ff7544; text-decoration: underline; }
.footer-meta { text-align: right; }
.mobile-bar { display: none; }

@media (max-width: 1020px) {
  .desktop-nav { display: none; }
  .hero-grid { grid-template-columns: 1fr 360px; gap: 35px; }
  .hero-shade { background: linear-gradient(90deg,rgba(10,12,13,.98),rgba(10,12,13,.78) 60%,rgba(10,12,13,.2)); }
  .service-grid { grid-template-columns: repeat(2,1fr); }
  .why-grid { gap: 50px; }
}

@media (max-width: 760px) {
  body { padding-bottom: 68px; }
  .container { width: min(100% - 30px, 620px); }
  .site-header { height: 72px; }
  .nav-wrap { width: calc(100% - 30px); }
  .brand-copy strong { font-size: 20px; }
  .brand-mark { width: 31px; height: 31px; }
  .header-call { display: none; }
  .hero { min-height: 0; }
  .hero-backdrop { height: 410px; inset: auto 0 0; background-position: 64% center; opacity: .48; }
  .hero-shade { background: linear-gradient(180deg, var(--ink) 0%, var(--ink) 46%, rgba(16,18,19,.83) 76%, rgba(16,18,19,.35) 100%); }
  .hero-grid { min-height: 0; display: block; padding-top: 116px; padding-bottom: 66px; }
  .hero-copy { padding: 0; }
  h1 { font-size: clamp(4.1rem, 20vw, 6rem); }
  .hero-lede { max-width: 92%; font-size: .98rem; }
  .hero-actions { align-items: stretch; }
  .hero-actions .button { width: 100%; }
  .trust-row { gap: 9px 18px; margin-bottom: 42px; }
  .quote-card { padding: 27px 22px; margin-top: 375px; }
  .strip-inner { min-height: 65px; }
  .strip-side { display: none; }
  .strip-inner p { font-size: .88rem; width: 100%; text-align: center; }
  .strip-inner p span { padding: 0 7px; }
  .section { padding: 78px 0; }
  .section-heading { display: block; margin-bottom: 36px; }
  .section-heading h2, .why h2, .final-cta h2 { font-size: clamp(3.4rem, 16vw, 4.7rem); }
  .section-heading > p { margin-top: 23px; }
  .service-grid { grid-template-columns: 1fr; border-left: 1px solid var(--line); }
  .service-card { min-height: 325px; }
  .why-grid { display: flex; flex-direction: column-reverse; gap: 50px; }
  .why-visual { width: 100%; min-height: 390px; }
  .why-copy { width: 100%; }
  .process-grid { grid-template-columns: 1fr; }
  .final-grid { grid-template-columns: 1fr; gap: 35px; }
  .cta-actions .button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; text-align: left; }
  .footer-meta { text-align: left; }
  .mobile-bar { position: fixed; display: grid; grid-template-columns: 1fr 1fr; left: 0; right: 0; bottom: 0; height: 68px; z-index: 50; box-shadow: 0 -5px 25px rgba(0,0,0,.2); }
  .mobile-bar a { display: flex; flex-direction: column; align-items: center; justify-content: center; background: var(--ink); color: white; font-size: .68rem; line-height: 1.35; }
  .mobile-bar a strong { font-size: .91rem; }
  .mobile-bar a:last-child { background: var(--orange); font-weight: 800; font-size: .78rem; flex-direction: row; gap: 12px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}

/* Responsive, accessible refinements. Brand colors and original layout retained. */
:root { --safe-bottom: env(safe-area-inset-bottom, 0px); }
body { overflow-x: visible; }
html { scroll-padding-top: 24px; }
:focus-visible { outline: 3px solid var(--orange); outline-offset: 5px; }
input:focus-visible, select:focus-visible { outline-offset: 2px; }
h1,h2,h3 { font-weight: 800; }
h1 { font-size: clamp(4rem, 7.2vw, 7rem); line-height: .96; letter-spacing: -.025em; }
h1 span { display: block; }
h2 { line-height: .98; }
.site-header { height: auto; min-height: 88px; position: relative; }
.nav-wrap { min-height: 88px; gap: 24px; }
.brand { flex-shrink: 0; }
.brand-copy strong { font-size: 26px; }
.brand-copy small { font-size: 12px; letter-spacing: .2em; }
.desktop-nav { margin-right: 4px; gap: 26px; }
.desktop-nav a { font-size: 14px; padding: 14px 0; }
.header-call { min-height: 88px; margin-right: 0; min-width: 220px; color: var(--ink); }
.header-call small { font-size: 12px; letter-spacing: .08em; }
.hero-grid { padding-top: 48px; padding-bottom: 56px; min-height: 740px; grid-template-columns: minmax(0, 1fr) minmax(340px, 400px); gap: clamp(28px, 4vw, 64px); }
.hero { min-height: 0; }
.hero-copy { min-width: 0; padding: 22px 0; }
.eyebrow { font-size: 14px; letter-spacing: .14em; line-height: 1.5; }
.eyebrow span { flex: 0 0 30px; }
.hero-lede { font-size: 18px; }
.button { padding: 14px 22px; font-size: 16px; line-height: 1.5; min-height: 56px; text-align: center; }
.button-primary { color: var(--ink); }
.button-primary:hover { background: #ff7544; }
.trust-row { font-size: 14px; gap: 12px 22px; }
.quote-card { scroll-margin-top: 24px; padding: 30px; }
.quote-card h2 { font-size: 38px; }
.card-kicker { font-size: 12px; }
.quote-card > p { font-size: 16px; }
.quote-card label { font-size: 14px; }
.quote-card input,.quote-card select { font-size: 16px; min-height: 50px; height: auto; padding: 12px; }
.quote-card [aria-invalid="true"] { border-color: #b12612; outline: 2px solid #b12612; }
.form-note { font-size: 12px; color: #656a6c; }
.demo-note { display: block; text-align: center; font-size: 12px; color: #686d6f; margin-top: 8px; }
.form-feedback { color: #a2290f; font-size: 14px; line-height: 1.5; margin-bottom: 0; }
[hidden] { display: none !important; }
.form-success { padding: 32px; }
.form-success .button { margin-top: 16px; }
.form-success > span { color: var(--ink); }
.strip-inner { gap: 24px; padding-block: 16px; }
.strip-inner p { color: var(--ink); }
.strip-side { font-size: 14px !important; }
.section-heading { gap: 36px; grid-template-columns: 1.45fr 1fr; }
.section-heading h2,.why h2,.final-cta h2 { font-size: clamp(3.25rem, 5.7vw, 5.7rem); }
.section-heading > p { font-size: 16px; }
.service-card { padding: 28px 24px; }
.service-card h3 { font-size: 28px; line-height: 1.1; }
.service-card p { font-size: 16px; }
.service-card a { font-size: 14px; padding-block: 10px; color: var(--orange-dark); }
.service-card.featured a { color: #ff7544; }
.service-number { font-size: 16px; }
.why-grid { gap: clamp(32px,6vw,80px); }
.benefit-list p { font-size: 16px; }
.benefit-list strong { font-size: 17px; }
.process-grid article { padding: 32px; min-width: 0; }
.process-grid h3 { font-size: 28px; line-height: 1.15; }
.process-grid p { font-size: 16px; }
.footer-grid { grid-template-columns: 1fr 1fr 1fr; }
.footer-grid p { font-size: 14px; }
.footer-grid p span { color: #aeb2b3; }
.menu-toggle,.mobile-nav-request,.mobile-hero-photo { display: none; }
@media (max-width: 1100px) and (min-width: 761px) {
 .desktop-nav { gap: 16px; }
 .header-call { display: none; }
 .desktop-nav { display: flex; margin-left: auto; }
 .hero-grid { grid-template-columns: minmax(0,1fr) minmax(300px,.86fr); gap: 28px; }
 .quote-card { padding: 24px; }
 h1 { font-size: clamp(3.35rem,7.6vw,5.8rem); }
 .service-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
 .hero-actions .button { width: 100%; }
 .section-heading { grid-template-columns: 1fr; }
 .section-heading > p { max-width: 700px; }
 .footer-grid { grid-template-columns: 1fr 1fr; }
 .footer-meta { grid-column: 1/-1; text-align: left; }
}
@media (max-width: 760px) {
 body { padding-bottom: calc(76px + var(--safe-bottom)); }
 .container,.nav-wrap { width: calc(100% - 32px); }
 .site-header,.nav-wrap { min-height: 80px; }
 .nav-wrap { gap: 12px; }
 .brand-copy strong { font-size: 23px; }
 .brand-copy small { font-size: 12px; letter-spacing: .14em; }
 .menu-toggle { display: flex; gap: 8px; align-items: center; color: #fff; background: transparent; border: 1px solid #575b5d; padding: 10px 12px; font-size: 14px; min-height: 44px; cursor: pointer; }
 .desktop-nav { display: none; position: absolute; top: 100%; left: 0; right: 0; background: var(--ink); border-bottom: 3px solid var(--orange); padding: 16px; margin: 0; flex-direction: column; gap: 0; }
 .desktop-nav.is-open { display: flex; }
 .desktop-nav a { padding: 14px 8px; font-size: 16px; }
 .mobile-nav-request { display: block; color: var(--orange) !important; }
 .hero-grid { display: flex; flex-direction: column; align-items: stretch; gap: 0; padding-top: 42px; padding-bottom: 48px; }
 .hero-copy { padding: 0; }
 .hero-backdrop,.hero-shade { display: none; }
 .eyebrow { font-size: 12px; letter-spacing: .14em; gap: 12px; }
 h1 { font-size: clamp(3rem, 17.8vw, 7rem); line-height: .94; }
 .hero-lede { font-size: 16px; max-width: none; margin-block: 28px; }
 .hero-actions { gap: 12px; }
 .trust-row { margin-bottom: 28px; font-size: 14px; }
 .mobile-hero-photo { display: block; width: 100%; height: auto; aspect-ratio: 1.4; object-fit: cover; object-position: 70% center; }
 .quote-card { margin-top: 24px; padding: 24px; }
 .quote-card h2 { font-size: clamp(2rem,8vw,2.8rem); }
 .quote-card > p { font-size: 16px; }
 .quote-card input,.quote-card select { min-width: 0; }
 .strip-inner p { font-size: 18px; letter-spacing: .14em; }
 .section { padding: 68px 0; }
 .section-heading h2,.why h2,.final-cta h2 { font-size: clamp(3rem,14.8vw,5rem); }
 .section-heading h2 br { display: none; }
 .service-card { min-height: 340px; padding: 28px; }
 .service-card svg { margin-block: 28px; }
 .why-grid { gap: 36px; }
 .why-visual { min-height: 0; aspect-ratio: 4/5; }
 .process-grid article { padding: 30px; }
 .final-cta { padding: 64px 0; }
 .footer-grid { grid-template-columns: 1fr; gap: 24px; }
 .footer-meta { text-align: left; }
 .mobile-bar { height: auto; min-height: calc(76px + var(--safe-bottom)); background: var(--ink); }
 .mobile-bar a { padding: 12px 8px calc(12px + var(--safe-bottom)); font-size: 14px; }
 .mobile-bar a strong { font-size: clamp(14px,4vw,18px); }
 .mobile-bar a:last-child { font-size: 16px; gap: 8px; color: var(--ink); }
}
@media (max-width: 360px) {
 .brand { gap: 8px; }.brand-copy strong { font-size: 21px; }.brand-copy small {font-size: 10px;}
 .menu-toggle { padding: 10px; }.menu-toggle span { display: none; }
 .quote-card { padding: 20px; }
 .mobile-bar a:last-child { font-size: 14px; }
 .strip-inner p { font-size: 16px; }
}
@media (hover: none) { .service-card:hover,.button:hover { transform: none; } }
@media print {
 .site-header,.mobile-bar,.hero-actions,.quote-card,.final-cta,.menu-toggle { display: none; }
 body { padding: 0; }.hero-grid { display: block; min-height: 0; padding: 30px; }
 .section { padding: 30px 0; }.service-card { break-inside: avoid; }
}

h1,h2,h3 { overflow-wrap: break-word; }

/* Risner wordmark proportions. */
.brand-copy strong { font-size: 40px; letter-spacing: .075em; }
@media (max-width:760px) { .brand-copy strong { font-size: 35px; } }
@media (max-width:360px) { .brand-copy strong { font-size: 32px; } }
