:root {
  --red: #e10613;
  --red-dark: #b8000a;
  --ink: #090909;
  --ink-soft: #171717;
  --paper: #ffffff;
  --surface: #f3f4f5;
  --muted: #65686d;
  --line: #d9dbde;
  --light-line: rgba(255, 255, 255, .16);
  --shadow: 0 22px 60px rgba(9, 9, 9, .12);
  --shell: 1280px;
  --header: 76px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: var(--header); }
body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, "Arial Narrow", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
button, input { font: inherit; }
a { color: inherit; }
svg { width: 1.25rem; height: 1.25rem; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: square; stroke-linejoin: miter; }
.icon-library { position: absolute; width: 0; height: 0; overflow: hidden; }
.shell { width: min(calc(100% - 40px), var(--shell)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 1000; left: 1rem; top: 1rem; transform: translateY(-200%); background: var(--paper); padding: .8rem 1rem; font-weight: 800; }
.skip-link:focus { transform: none; outline: 3px solid var(--red); }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; height: var(--header); color: #fff; background: rgba(9, 9, 9, .96); border-bottom: 1px solid rgba(255,255,255,.12); backdrop-filter: blur(18px); }
.header-inner { height: 100%; display: flex; align-items: center; gap: 2rem; }
.brand { display: inline-flex; text-decoration: none; font-size: clamp(1.25rem, 2vw, 1.65rem); font-weight: 950; line-height: 1; letter-spacing: -.065em; text-transform: uppercase; white-space: nowrap; }
.brand span::after { content: ""; display: block; width: 100%; height: 3px; margin-top: .4rem; background: linear-gradient(90deg, var(--red), transparent); }
.desktop-nav { display: flex; align-items: stretch; gap: 1.45rem; height: 100%; margin-left: auto; }
.desktop-nav a { position: relative; display: flex; align-items: center; min-height: 44px; text-decoration: none; color: rgba(255,255,255,.72); font-size: .73rem; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.desktop-nav a::after { content: ""; position: absolute; right: 0; bottom: 0; left: 0; height: 3px; background: var(--red); transform: scaleX(0); transform-origin: left; transition: transform .22s ease; }
.desktop-nav a:hover, .desktop-nav a:focus-visible { color: #fff; }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { transform: scaleX(1); }
.header-cta { flex: 0 0 auto; }
.menu-button { display: none; min-width: 48px; min-height: 48px; margin-left: auto; border: 2px solid var(--red); color: #fff; background: var(--red); padding: 0 1rem; align-items: center; justify-content: center; gap: .55rem; font-size: .72rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; cursor: pointer; }
.menu-close-icon { display: none; }
.menu-button[aria-expanded="true"] .menu-open-icon { display: none; }
.menu-button[aria-expanded="true"] .menu-close-icon { display: block; }
.mobile-nav { position: absolute; top: 100%; right: 0; left: 0; max-height: calc(100dvh - var(--header)); overflow: auto; padding: .8rem 20px 1.25rem; background: rgba(9,9,9,.985); border-bottom: 3px solid var(--red); box-shadow: var(--shadow); }
.mobile-nav[hidden] { display: none; }
.mobile-nav a { display: flex; align-items: center; min-height: 54px; padding: 0 1rem; border-bottom: 1px solid rgba(255,255,255,.1); color: #fff; text-decoration: none; font-size: .84rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.mobile-nav .mobile-mail { margin-top: 1rem; justify-content: center; border: 0; background: var(--red); }

.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: .75rem; padding: .8rem 1.35rem; border: 2px solid transparent; text-decoration: none; font-size: .75rem; font-weight: 950; line-height: 1.2; letter-spacing: .1em; text-align: center; text-transform: uppercase; transition: transform .18s ease, background .18s ease, color .18s ease, border-color .18s ease; }
.button:hover { transform: translateY(-2px); }
.button:active { transform: translateY(0); }
.button-red { border-color: var(--red); color: #fff; background: var(--red); }
.button-red:hover, .button-red:focus-visible { border-color: var(--ink); background: var(--ink); }
.button-dark { border-color: var(--ink); color: #fff; background: var(--ink); }
.button-dark:hover, .button-dark:focus-visible { border-color: var(--red); background: var(--red); }
.button-full { width: 100%; }
.button.is-disabled { opacity: .56; pointer-events: none; }
.text-link { display: inline-flex; min-height: 48px; align-items: center; color: var(--ink); font-size: .78rem; font-weight: 900; letter-spacing: .08em; text-decoration-thickness: 2px; text-underline-offset: 5px; text-transform: uppercase; }

.hero { position: relative; overflow: hidden; padding-top: calc(var(--header) + clamp(4.75rem, 8vw, 8rem)); background: var(--paper); }
.hero-grid, .contact-grid { position: absolute; inset: 0; pointer-events: none; background-image: linear-gradient(rgba(0,0,0,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(0,0,0,.055) 1px, transparent 1px); background-size: 42px 42px; mask-image: linear-gradient(to bottom, #000, transparent 88%); }
.hero::before { content: "T"; position: absolute; top: 7rem; right: -1.5vw; color: rgba(9,9,9,.03); font-size: min(52vw, 44rem); font-weight: 950; line-height: .75; letter-spacing: -.1em; pointer-events: none; }
.hero-layout { position: relative; display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(360px, .75fr); align-items: center; gap: clamp(3rem, 6vw, 6.5rem); padding-bottom: clamp(4.5rem, 8vw, 7rem); }
.eyebrow, .kicker, .card-kicker { margin: 0; color: var(--red); font-size: .72rem; font-weight: 950; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow { display: inline-flex; align-items: center; gap: .75rem; margin-bottom: 1.5rem; padding: .55rem .8rem; border: 1px solid rgba(225,6,19,.35); background: rgba(255,255,255,.86); }
.status-dot { width: .6rem; height: .6rem; background: var(--red); box-shadow: 0 0 0 5px rgba(225,6,19,.12); }
.hero h1 { max-width: 840px; margin: 0; font-size: clamp(3rem, 6.7vw, 6.35rem); font-weight: 950; line-height: .88; letter-spacing: -.065em; text-transform: uppercase; }
.hero h1 span { color: var(--red); }
.hero-lead { max-width: 760px; margin: 2rem 0 0; padding-left: 1.2rem; border-left: 5px solid var(--red); font-size: clamp(1.05rem, 1.7vw, 1.38rem); font-weight: 800; line-height: 1.45; }
.hero-detail { max-width: 720px; margin: 1.25rem 0 0; color: var(--muted); font-size: 1.02rem; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1.1rem 1.5rem; margin-top: 2.2rem; }
.quote-card { position: relative; border: 1px solid rgba(9,9,9,.2); background: var(--paper); box-shadow: 18px 18px 0 var(--ink); }
.quote-card::before { content: ""; position: absolute; z-index: -1; inset: -1rem 1rem 1rem -1rem; border: 1px solid rgba(225,6,19,.22); }
.quote-card-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 1rem; padding: 1.6rem 1.75rem; color: #fff; background: var(--ink); border-bottom: 4px solid var(--red); }
.quote-card-head h2 { margin: .25rem 0 0; font-size: clamp(1.45rem, 2.5vw, 2rem); line-height: 1.05; letter-spacing: -.035em; text-transform: uppercase; }
.quote-index { color: rgba(255,255,255,.13); font-size: 3.4rem; font-weight: 950; line-height: .8; }
.quote-card-body { padding: 1.6rem 1.75rem 1.75rem; }
.quote-card-body > p { margin: 0 0 1.25rem; color: var(--muted); font-size: .92rem; }
.quote-list { margin: 0 0 1.4rem; padding: 0; border: 1px solid var(--line); list-style: none; }
.quote-list li { display: flex; gap: 1rem; align-items: flex-start; padding: 1rem; }
.quote-list li:nth-child(even) { background: var(--surface); }
.quote-list svg { flex: 0 0 auto; margin-top: .15rem; color: var(--red); }
.quote-list span { display: grid; line-height: 1.35; }
.quote-list strong { font-size: .88rem; }
.quote-list small { margin-top: .18rem; color: var(--muted); font-size: .76rem; }
.hero-rail { position: relative; display: flex; min-width: max-content; gap: 2.5rem; padding: .85rem 0; color: #fff; background: var(--red); border-top: 1px solid var(--red-dark); border-bottom: 1px solid var(--red-dark); overflow: hidden; }
.hero-rail span { position: relative; font-size: .68rem; font-weight: 950; letter-spacing: .18em; }
.hero-rail span::after { content: "/"; position: absolute; right: -1.55rem; color: rgba(255,255,255,.55); }

.section { padding: clamp(5rem, 9vw, 8rem) 0; }
.section-light { background: var(--surface); }
.section-heading { max-width: 800px; margin-bottom: clamp(2.5rem, 5vw, 4rem); }
.section-heading h2, .classes-copy h2, .contact-copy h2 { margin: .65rem 0 1.5rem; font-size: clamp(2.4rem, 5vw, 4.5rem); font-weight: 950; line-height: .95; letter-spacing: -.055em; text-transform: uppercase; }
.section-heading h2::after, .classes-copy h2::after { content: ""; display: block; width: 6.5rem; height: .42rem; margin-top: 1.5rem; background: var(--red); }
.section-heading > p:last-child, .classes-copy > p { max-width: 740px; margin: 0; color: var(--muted); font-size: 1.06rem; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.service-card { position: relative; display: flex; min-height: 330px; flex-direction: column; padding: 2rem; border: 1px solid var(--line); background: var(--paper); box-shadow: 0 12px 32px rgba(9,9,9,.055); transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease; overflow: hidden; }
.service-card:hover { transform: translateY(-4px); border-color: rgba(225,6,19,.5); box-shadow: var(--shadow); }
.service-number { position: absolute; top: 1.3rem; right: 1.4rem; color: rgba(9,9,9,.09); font-size: 2.8rem; font-weight: 950; line-height: 1; }
.service-icon { width: 3.25rem; height: 3.25rem; margin-bottom: 2.3rem; padding: .7rem; color: var(--red); background: var(--surface); border: 1px solid var(--line); }
.service-card h3 { margin: 0 0 .85rem; font-size: 1.18rem; font-weight: 950; line-height: 1.1; letter-spacing: -.025em; text-transform: uppercase; }
.service-card p { margin: 0 0 1.8rem; color: var(--muted); font-size: .91rem; }
.service-card a { display: inline-flex; align-items: center; gap: .5rem; margin-top: auto; color: var(--red); font-size: .72rem; font-weight: 950; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.service-card a svg { width: 1rem; height: 1rem; transition: transform .18s ease; }
.service-card a:hover svg { transform: translateX(4px); }
.service-card-dark { color: #fff; background: var(--ink); border-color: var(--ink); }
.service-card-dark .service-number { color: rgba(255,255,255,.1); }
.service-card-dark .service-icon { background: rgba(255,255,255,.06); border-color: var(--light-line); }
.service-card-dark p { color: rgba(255,255,255,.65); }
.service-card-accent { border-top: 5px solid var(--red); }

.process-section { color: #fff; background: var(--ink); }
.section-heading-light > p:last-child { color: rgba(255,255,255,.6); }
.process-grid { display: grid; grid-template-columns: repeat(5, 1fr); margin: 0; padding: 0; border: 1px solid var(--light-line); list-style: none; }
.process-step { position: relative; min-height: 270px; padding: 2rem 1.5rem; border-right: 1px solid var(--light-line); overflow: hidden; }
.process-step:last-child { border-right: 0; }
.process-step > span { display: block; color: var(--red); font-size: .78rem; font-weight: 950; letter-spacing: .15em; }
.process-step h3 { margin: 4rem 0 .75rem; font-size: 1.12rem; font-weight: 950; text-transform: uppercase; }
.process-step p { margin: 0; color: rgba(255,255,255,.6); font-size: .87rem; }
.process-step::after { content: ""; position: absolute; right: -2rem; bottom: -2rem; width: 7rem; height: 7rem; border: 1px solid rgba(255,255,255,.08); transform: rotate(45deg); }
.process-step-final { background: var(--red); }
.process-step-final > span, .process-step-final p { color: #fff; }

.classes-section { background: #fff; }
.classes-layout { display: grid; grid-template-columns: minmax(0, .9fr) minmax(460px, 1.1fr); gap: clamp(3rem, 7vw, 7rem); align-items: center; }
.technical-note { display: flex; align-items: flex-start; gap: 1rem; margin-top: 2rem; padding: 1.2rem; border-left: 5px solid var(--red); background: var(--surface); }
.technical-note svg { flex: 0 0 auto; margin-top: .15rem; color: var(--red); stroke-width: 2.7; }
.technical-note p { margin: 0; font-size: .88rem; }
.class-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); box-shadow: var(--shadow); }
.class-grid > div { display: grid; min-height: 126px; place-content: center; padding: 1rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); text-align: center; background: var(--paper); transition: color .18s ease, background .18s ease; }
.class-grid small { color: var(--muted); font-size: .65rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.class-grid strong { font-size: clamp(1.55rem, 3vw, 2.2rem); line-height: 1.1; }
.class-grid > div:hover, .class-grid .class-highlight { color: #fff; background: var(--ink); }
.class-grid > div:hover small, .class-grid .class-highlight small { color: var(--red); }

.calculator-section { background: var(--surface); }
.calculator { display: grid; grid-template-columns: 1.25fr .75fr; border: 1px solid var(--line); background: var(--paper); box-shadow: var(--shadow); }
.calculator-form { padding: clamp(1.5rem, 4vw, 3.25rem); }
.field-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.field-grid label > span:first-child { display: block; margin-bottom: .55rem; font-size: .72rem; font-weight: 950; letter-spacing: .1em; text-transform: uppercase; }
.input-wrap { position: relative; display: block; }
.input-wrap input { width: 100%; min-height: 68px; padding: 0 3.3rem 0 1.1rem; border: 2px solid var(--line); border-radius: 0; color: var(--ink); background: #fff; font-size: 1.3rem; font-weight: 850; outline: none; }
.input-wrap input:focus { border-color: var(--red); box-shadow: 0 0 0 4px rgba(225,6,19,.1); }
.input-wrap b { position: absolute; top: 50%; right: 1.1rem; color: var(--muted); transform: translateY(-50%); }
.calculator-hint { margin: 1.5rem 0 0; padding-top: 1.2rem; border-top: 1px solid var(--line); color: var(--muted); font-size: .82rem; }
.calculator-result { display: flex; flex-direction: column; justify-content: center; padding: clamp(1.8rem, 4vw, 3rem); color: #fff; background: var(--ink); border-left: 5px solid var(--red); }
.calculator-result > p:first-child { margin: 0 0 .35rem; color: rgba(255,255,255,.58); font-size: .68rem; font-weight: 950; letter-spacing: .14em; text-transform: uppercase; }
.calculator-result > div { display: flex; align-items: baseline; gap: .55rem; }
.calculator-result strong { color: var(--red); font-size: clamp(3.2rem, 7vw, 5.4rem); line-height: 1; letter-spacing: -.06em; }
.calculator-result span { font-size: 1.5rem; font-weight: 900; }
.result-note { min-height: 1.6em; margin: .8rem 0 1.5rem; color: rgba(255,255,255,.58); font-size: .8rem; }

.faq-section { background: #fff; }
.faq-layout { display: grid; grid-template-columns: minmax(300px, .72fr) minmax(0, 1.28fr); gap: clamp(3rem, 7vw, 7rem); align-items: start; }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item h3 { margin: 0; }
.faq-item button { display: flex; width: 100%; min-height: 76px; align-items: center; justify-content: space-between; gap: 1rem; padding: 1.25rem 0; border: 0; color: var(--ink); background: transparent; font-weight: 900; line-height: 1.25; text-align: left; cursor: pointer; }
.faq-item button:hover, .faq-item button:focus-visible { color: var(--red); }
.faq-item button svg { flex: 0 0 auto; transition: transform .25s ease; }
.faq-item button[aria-expanded="true"] svg { transform: rotate(180deg); }
.faq-answer { display: grid; grid-template-rows: 0fr; opacity: 0; transition: grid-template-rows .35s ease, opacity .35s ease; }
.faq-answer > div { overflow: hidden; }
.faq-answer p { margin: 0; padding: 0 2.6rem 1.4rem 0; color: var(--muted); font-size: .94rem; }
.faq-answer.is-open { grid-template-rows: 1fr; opacity: 1; }
.no-js .faq-answer { grid-template-rows: 1fr; opacity: 1; }

.contact-section { position: relative; overflow: hidden; padding: clamp(5rem, 9vw, 8rem) 0; color: #fff; background: var(--ink); }
.contact-grid { opacity: .24; background-image: linear-gradient(rgba(255,255,255,.075) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.075) 1px, transparent 1px); mask-image: none; }
.contact-section::after { content: ""; position: absolute; right: -12rem; bottom: -14rem; width: 38rem; height: 38rem; border: 7rem solid rgba(225,6,19,.09); transform: rotate(30deg); }
.contact-layout { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr minmax(350px, .62fr); align-items: center; gap: clamp(3rem, 8vw, 8rem); }
.contact-copy h2 { font-size: clamp(3rem, 7vw, 6rem); }
.contact-copy h2 span { color: var(--red); }
.contact-copy > p:last-child { max-width: 680px; color: rgba(255,255,255,.65); font-size: 1.05rem; }
.contact-card { padding: clamp(1.75rem, 4vw, 2.6rem); border: 1px solid var(--light-line); background: rgba(255,255,255,.055); box-shadow: 18px 18px 0 var(--red); backdrop-filter: blur(8px); }
.contact-card-icon { display: grid; width: 3.5rem; height: 3.5rem; margin-bottom: 1.5rem; place-content: center; color: var(--red); border: 1px solid var(--light-line); }
.contact-card-icon svg { width: 1.65rem; height: 1.65rem; }
.contact-card > p { margin: 0; color: rgba(255,255,255,.58); font-size: .72rem; font-weight: 950; letter-spacing: .12em; text-transform: uppercase; }
.contact-email { display: block; margin: .45rem 0 1.5rem; color: #fff; font-size: clamp(1.4rem, 3vw, 2rem); font-weight: 900; line-height: 1.2; overflow-wrap: anywhere; }
.contact-hours { display: flex; gap: .8rem; align-items: flex-start; margin-top: 1.5rem; padding-top: 1.3rem; border-top: 1px solid var(--light-line); color: rgba(255,255,255,.65); font-size: .84rem; }
.contact-hours svg { flex: 0 0 auto; color: var(--red); }
.contact-hours span { display: grid; }
.contact-hours strong { color: #fff; }

.site-footer { padding: 4.5rem 0 1.5rem; color: rgba(255,255,255,.58); background: #050505; border-top: 1px solid rgba(255,255,255,.1); }
.footer-grid { display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 2.5rem; }
.footer-brand { color: #fff; margin-bottom: 1.4rem; }
.footer-grid > div:first-child p { max-width: 420px; margin: 0; font-size: .87rem; }
.footer-grid h2 { margin: 0 0 1.2rem; color: #fff; font-size: .68rem; font-weight: 950; letter-spacing: .13em; text-transform: uppercase; }
.footer-grid ul { margin: 0; padding: 0; list-style: none; }
.footer-grid li { margin-bottom: .65rem; font-size: .86rem; }
.footer-grid a, .footer-grid button { color: inherit; background: none; border: 0; padding: 0; font: inherit; text-decoration: none; cursor: pointer; }
.footer-grid a:hover, .footer-grid button:hover { color: var(--red); }
.footer-bottom { display: flex; justify-content: space-between; gap: 2rem; margin-top: 3.5rem; padding-top: 1.4rem; border-top: 1px solid rgba(255,255,255,.1); font-size: .72rem; }
.footer-bottom p { margin: 0; }

.legal-dialog { width: min(760px, calc(100% - 2rem)); max-height: min(82vh, 760px); padding: 0; border: 0; color: var(--ink); background: #fff; box-shadow: 0 30px 100px rgba(0,0,0,.45); }
.legal-dialog::backdrop { background: rgba(0,0,0,.78); backdrop-filter: blur(4px); }
.dialog-head { position: sticky; top: 0; display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1.25rem 1.5rem; color: #fff; background: var(--ink); border-bottom: 4px solid var(--red); }
.dialog-head h2 { margin: 0; font-size: 1.25rem; text-transform: uppercase; }
.dialog-head button { display: grid; width: 44px; height: 44px; place-content: center; border: 1px solid rgba(255,255,255,.25); color: #fff; background: transparent; cursor: pointer; }
.dialog-body { padding: 1.5rem; }
.dialog-body h3 { margin: 1.5rem 0 .4rem; font-size: .95rem; text-transform: uppercase; }
.dialog-body p { margin: 0 0 1rem; color: #4f5256; font-size: .9rem; }
.dialog-body > p:first-child { padding: 1rem; color: #fff; background: var(--red-dark); }

.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s cubic-bezier(.19,1,.22,1), transform .7s cubic-bezier(.19,1,.22,1); }
.js .reveal.is-visible { opacity: 1; transform: none; }

:focus-visible { outline: 3px solid var(--red); outline-offset: 3px; }

@media (max-width: 1120px) {
  .desktop-nav, .header-cta { display: none; }
  .menu-button { display: inline-flex; }
  .hero-layout { grid-template-columns: 1fr; }
  .hero-copy { max-width: 920px; }
  .quote-card { width: min(100%, 720px); }
  .process-grid { grid-template-columns: repeat(3, 1fr); }
  .process-step { border-bottom: 1px solid var(--light-line); }
  .process-step:nth-child(3) { border-right: 0; }
  .process-step:nth-child(4) { border-bottom: 0; }
  .process-step:last-child { border-bottom: 0; }
}

@media (max-width: 900px) {
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .classes-layout, .faq-layout, .contact-layout { grid-template-columns: 1fr; }
  .classes-copy, .faq-layout .section-heading { max-width: 760px; }
  .calculator { grid-template-columns: 1fr; }
  .calculator-result { border-top: 5px solid var(--red); border-left: 0; }
  .footer-grid { grid-template-columns: 2fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2; }
}

@media (max-width: 680px) {
  :root { --header: 70px; }
  .shell { width: min(calc(100% - 30px), var(--shell)); }
  .brand { font-size: 1.25rem; }
  .menu-button { padding: 0 .8rem; }
  .hero { padding-top: calc(var(--header) + 3.75rem); }
  .hero h1 { font-size: clamp(2.75rem, 14vw, 4.2rem); }
  .hero-lead { font-size: 1rem; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button, .hero-actions .text-link { width: 100%; justify-content: center; }
  .quote-card { box-shadow: 10px 10px 0 var(--ink); }
  .quote-card::before { display: none; }
  .quote-card-head, .quote-card-body { padding: 1.3rem; }
  .service-grid, .process-grid, .class-grid, .field-grid, .footer-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 290px; }
  .process-step { min-height: 220px; border-right: 0; border-bottom: 1px solid var(--light-line) !important; }
  .process-step:last-child { border-bottom: 0 !important; }
  .process-step h3 { margin-top: 2.5rem; }
  .classes-layout { grid-template-columns: minmax(0, 1fr); }
  .class-grid { grid-template-columns: repeat(2, 1fr); }
  .calculator-form { padding: 1.3rem; }
  .contact-card { box-shadow: 10px 10px 0 var(--red); }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; gap: .5rem; }
}

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

@media print {
  .site-header, .hero-actions, .hero-rail, .button, .site-footer { display: none !important; }
  .hero { padding-top: 2rem; }
  .section, .contact-section { padding: 2rem 0; color: #000; background: #fff; }
  .service-card, .calculator, .class-grid { box-shadow: none; break-inside: avoid; }
}
