:root {
    --ink: #171a1d;
    --black: #0b0d0f;
    --carbon: #14181b;
    --steel: #252c31;
    --red: #d43a2f;
    --cream: #f1efe8;
    --paper: #faf9f5;
    --muted: #687078;
    --line: rgba(23, 26, 29, .15);
    --shadow: 0 28px 70px rgba(8, 11, 13, .18);
    --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    --condensed: Impact, 'Arial Narrow', 'Roboto Condensed', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body::before { content: ''; position: fixed; inset: 0; z-index: 100; pointer-events: none; opacity: .022; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 140 140' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.92' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E"); }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 120px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 18px; top: -64px; z-index: 200; padding: 10px 16px; color: white; background: var(--red); font-weight: 850; transition: top .2s; }
.skip-link:focus { top: 18px; }

.site-header { position: absolute; inset: 0 0 auto; z-index: 20; color: white; }
.header-inner { min-height: 96px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.14); }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-mark { display: grid; place-items: center; width: 62px; height: 42px; border: 2px solid var(--red); color: white; font-family: var(--condensed); font-size: 25px; font-style: italic; letter-spacing: .025em; transform: skew(-8deg); }
.brand-name { display: grid; line-height: 1; }
.brand-name strong { font-family: var(--condensed); font-size: 23px; font-weight: 400; letter-spacing: .045em; text-transform: uppercase; }
.brand-name small { margin-top: 6px; color: rgba(255,255,255,.52); font-size: 7px; font-weight: 850; letter-spacing: .18em; text-transform: uppercase; }
.primary-nav { display: flex; align-items: center; gap: 31px; }
.primary-nav > a { color: rgba(255,255,255,.73); font-size: 13px; font-weight: 750; text-decoration: none; }
.primary-nav > a:hover, .primary-nav > a:focus-visible { color: white; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 0; border: 0; color: white; background: transparent; }
.menu-toggle i { display: block; width: 24px; height: 2px; margin: 5px auto; background: currentColor; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; min-height: 54px; padding: 0 22px; border: 1px solid var(--red); border-radius: 1px; color: white; background: var(--red); font-size: 13px; font-weight: 850; text-decoration: none; white-space: nowrap; cursor: pointer; transition: transform .2s, background .2s, border-color .2s; }
.button:hover { transform: translateY(-2px); background: #b92e25; border-color: #b92e25; }
.button-small { min-height: 42px; padding: 0 17px; }
.button-outline { color: white; background: transparent; border-color: rgba(255,255,255,.45); }
.button-outline:hover { color: white; }
.text-link { display: inline-flex; align-items: center; gap: 9px; color: white; font-size: 13px; font-weight: 800; text-underline-offset: 5px; }
.button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, button:focus-visible { outline: 3px solid #ff9b7e; outline-offset: 3px; }
.eyebrow { margin: 0 0 22px; color: #ff7967; font-size: 10px; font-weight: 900; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow-dark { color: #b72e24; }

.hero { position: relative; overflow: hidden; min-height: 820px; padding: 170px 0 90px; color: white; background: radial-gradient(circle at 75% 42%, #293137 0, #15191c 35%, var(--black) 72%); }
.hero::before { content: ''; position: absolute; inset: 0; opacity: .08; background-image: linear-gradient(rgba(255,255,255,.16) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.16) 1px, transparent 1px); background-size: 68px 68px; mask-image: linear-gradient(90deg, transparent 12%, #000 75%, transparent); }
.speed-lines { position: absolute; width: 720px; height: 520px; right: -170px; top: 150px; transform: skewX(-24deg); border-left: 2px solid rgba(239,77,63,.55); border-top: 1px solid rgba(239,77,63,.2); box-shadow: -70px 0 0 rgba(239,77,63,.04), -140px 0 0 rgba(239,77,63,.025); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 85px; }
.hero-copy h1 { max-width: 760px; margin: 0; font-family: var(--condensed); font-size: clamp(59px, 7.5vw, 104px); font-weight: 400; line-height: .88; letter-spacing: -.025em; text-transform: uppercase; }
.hero-copy h1::after { content: ''; display: block; width: 90px; height: 5px; margin-top: 28px; background: var(--red); }
.hero-lead { max-width: 700px; margin: 29px 0 0; color: rgba(255,255,255,.65); font-size: 18px; }
.hero-actions { display: flex; align-items: center; gap: 29px; margin-top: 36px; }
.hero-points { display: flex; flex-wrap: wrap; gap: 19px 28px; margin: 48px 0 0; padding: 24px 0 0; border-top: 1px solid rgba(255,255,255,.13); list-style: none; color: rgba(255,255,255,.55); font-size: 10px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.hero-points span { color: var(--red); margin-right: 7px; }
.diagnostic-panel { position: relative; padding: 29px; color: var(--ink); background: var(--cream); box-shadow: var(--shadow); }
.diagnostic-panel::before { content: ''; position: absolute; inset: 9px; border: 1px solid rgba(23,26,29,.12); pointer-events: none; }
.panel-header { position: relative; display: flex; justify-content: space-between; padding-bottom: 19px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 9px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.panel-header strong { color: #2a7b58; }
.panel-header strong::before { content: ''; display: inline-block; width: 6px; height: 6px; margin-right: 6px; border-radius: 50%; background: #36a574; }
.gauge { position: relative; display: grid; place-items: center; width: 168px; height: 90px; margin: 28px auto 18px; overflow: hidden; }
.gauge i { position: absolute; width: 160px; height: 160px; top: 3px; border: 12px solid #d6d7d5; border-bottom-color: var(--red); border-left-color: var(--red); border-radius: 50%; transform: rotate(44deg); }
.gauge b { position: relative; margin-top: 22px; font-family: var(--condensed); font-size: 30px; font-style: italic; letter-spacing: .05em; }
.gauge small { position: relative; margin-top: -12px; color: var(--muted); font-size: 8px; letter-spacing: .17em; text-transform: uppercase; }
.panel-list { position: relative; }
.panel-list > div { display: flex; align-items: center; gap: 18px; padding: 14px 0; border-top: 1px solid var(--line); }
.panel-list > div > span { flex: 0 0 54px; color: var(--red); font-family: var(--condensed); font-size: 14px; text-transform: uppercase; }
.panel-list p { display: grid; margin: 0; line-height: 1.3; }
.panel-list strong { font-size: 13px; }
.panel-list small { margin-top: 3px; color: var(--muted); }
.diagnostic-panel > a { position: relative; display: flex; justify-content: space-between; margin-top: 10px; padding: 16px 0 2px; border-top: 1px solid var(--line); font-size: 12px; font-weight: 850; text-decoration: none; }

.intro { background: var(--cream); }
.intro-grid { display: grid; grid-template-columns: .55fr 1.45fr; gap: 90px; }
.section-index { margin: 12px 0 0; color: #a62c23; font-size: 10px; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.intro h2, .section-heading h2, .process h2, .promise h2, .contact h2 { margin: 0; font-family: var(--condensed); font-size: clamp(46px, 5.6vw, 74px); font-weight: 400; line-height: .94; letter-spacing: -.015em; text-transform: uppercase; }
.intro-grid > div > p:last-child { max-width: 760px; margin: 28px 0 0; color: var(--muted); font-size: 17px; }
.section-heading { display: grid; grid-template-columns: 1.35fr .65fr; align-items: end; gap: 75px; margin-bottom: 62px; }
.section-heading > p { margin: 0; color: var(--muted); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-grid article { min-height: 285px; padding: 28px 28px 32px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: transform .22s, background .22s, box-shadow .22s; }
.service-grid article:hover { z-index: 1; transform: translateY(-5px); background: white; box-shadow: var(--shadow); }
.service-grid article > span { display: block; margin-bottom: 68px; color: var(--red); font-family: var(--condensed); font-size: 18px; }
.service-grid h3 { margin: 0 0 11px; font-family: var(--condensed); font-size: 28px; font-weight: 400; text-transform: uppercase; }
.service-grid p { margin: 0; color: var(--muted); font-size: 14px; }

.process { position: relative; overflow: hidden; color: white; background: var(--carbon); }
.process::after { content: 'PCC'; position: absolute; right: -15px; bottom: -115px; color: rgba(255,255,255,.018); font-family: var(--condensed); font-size: 280px; font-style: italic; }
.process-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .86fr 1.14fr; gap: 100px; }
.process-copy > p:not(.eyebrow) { max-width: 510px; color: rgba(255,255,255,.62); }
.process-copy .button { margin-top: 24px; }
.steps { margin: 0; padding: 0; list-style: none; }
.steps li { display: grid; grid-template-columns: 63px 1fr; gap: 22px; padding: 25px 0; border-top: 1px solid rgba(255,255,255,.14); }
.steps li:last-child { border-bottom: 1px solid rgba(255,255,255,.14); }
.steps li > span { color: var(--red); font-family: var(--condensed); font-size: 18px; }
.steps h3 { margin: 0 0 4px; font-family: var(--condensed); font-size: 27px; font-weight: 400; text-transform: uppercase; }
.steps p { margin: 0; color: rgba(255,255,255,.68); font-size: 14px; }

.promise { background: var(--cream); }
.promise-grid { display: grid; grid-template-columns: .7fr 1.3fr; align-items: center; gap: 90px; }
.promise-mark { position: relative; min-height: 500px; display: grid; grid-template-columns: repeat(3, 1fr); align-items: center; overflow: hidden; color: white; background: var(--black); }
.promise-mark::before { content: ''; position: absolute; inset: -20% 45% -20% auto; width: 5px; background: var(--red); transform: skew(-18deg); box-shadow: 70px 0 0 rgba(239,77,63,.16), -70px 0 0 rgba(239,77,63,.08); }
.promise-mark span { position: relative; z-index: 1; text-align: center; font-family: var(--condensed); font-size: 100px; font-style: italic; }
.promise-grid > div:last-child > p:not(.eyebrow) { max-width: 700px; color: var(--muted); }
.promise-points { margin-top: 32px; border-top: 1px solid var(--line); }
.promise-points p { display: grid; margin: 0; padding: 18px 0; border-bottom: 1px solid var(--line); }
.promise-points strong { font-family: var(--condensed); font-size: 21px; font-weight: 400; text-transform: uppercase; }
.promise-points span { color: var(--muted); font-size: 12px; }

.contact { color: white; background: var(--black); }
.contact-grid { display: grid; grid-template-columns: .75fr 1.25fr; align-items: start; gap: 85px; }
.contact-copy > p:not(.eyebrow) { max-width: 500px; color: rgba(255,255,255,.6); }
.contact-detail { display: flex; gap: 17px; margin-top: 40px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.14); }
.contact-detail > span { color: var(--red); font-size: 25px; }
.contact-detail p { display: grid; margin: 0; }
.contact-detail strong { font-family: var(--condensed); font-size: 20px; font-weight: 400; text-transform: uppercase; }
.contact-detail small { max-width: 430px; color: rgba(255,255,255,.48); }
.contact-form { position: relative; padding: 40px; color: var(--ink); background: var(--cream); border-top: 4px solid var(--red); box-shadow: 0 25px 70px rgba(0,0,0,.35); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 21px; }
.field { margin-bottom: 19px; }
.field label { display: block; margin-bottom: 7px; font-size: 13px; font-weight: 850; letter-spacing: .03em; }
.field label span { color: #b42f25; }
.field input, .field select, .field textarea { width: 100%; padding: 13px 14px; border: 1px solid #bec2c3; border-radius: 0; color: var(--ink); background: white; transition: border-color .2s, box-shadow .2s; }
.field input, .field select { min-height: 51px; }
.field textarea { min-height: 130px; resize: vertical; }
.field select { appearance: none; -webkit-appearance: none; padding-right: 50px; background-image: linear-gradient(45deg, transparent 50%, #30373b 50%), linear-gradient(135deg, #30373b 50%, transparent 50%); background-position: calc(100% - 22px) calc(50% - 2px), calc(100% - 16px) calc(50% - 2px); background-size: 6px 6px, 6px 6px; background-repeat: no-repeat; cursor: pointer; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--red); box-shadow: 0 0 0 3px rgba(239,77,63,.12); outline: none; }
.field [aria-invalid="true"] { border-color: #9d2820; }
.field-error { display: block; min-height: 19px; margin-top: 4px; color: #9d2820; font-size: 12px; }
.form-status { display: flex; align-items: flex-start; gap: 14px; margin-bottom: 25px; padding: 17px; border: 1px solid; }
.form-status > span { display: grid; place-items: center; flex: 0 0 28px; height: 28px; border-radius: 50%; color: white; font-weight: 900; }
.form-status h3, .form-status p { margin: 0; }
.form-status h3 { font-family: var(--condensed); font-size: 23px; font-weight: 400; text-transform: uppercase; }
.form-status p { font-size: 14px; }
.form-status.success { color: #215c43; border-color: #9ac4af; background: #edf7f2; }
.form-status.success > span { background: #2a7b58; }
.form-status.error { color: #922c25; border-color: #d7a7a3; background: #fff0ef; }
.form-status.error > span { background: #922c25; }
.form-footer { display: grid; grid-template-columns: max-content 1fr; align-items: center; gap: 23px; padding-top: 5px; }
.form-footer p { margin: 0; color: var(--muted); font-size: 12px; }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

.site-footer { padding: 62px 0 23px; color: white; background: #070809; }
.footer-main { display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 55px; padding-bottom: 46px; border-bottom: 1px solid rgba(255,255,255,.12); }
.footer-main > p { margin: 0; color: rgba(255,255,255,.45); font-family: var(--condensed); font-size: 23px; text-transform: uppercase; }
.footer-legal { display: flex; justify-content: space-between; gap: 28px; padding-top: 21px; color: rgba(255,255,255,.34); font-size: 10px; }
.footer-legal p { margin: 0; }

@media (max-width: 980px) {
    .section { padding: 90px 0; }
    .hero { min-height: 0; }
    .hero-grid { gap: 48px; }
    .hero-copy h1 { font-size: clamp(56px, 8.5vw, 84px); }
    .service-grid { grid-template-columns: 1fr 1fr; }
    .process-grid, .promise-grid, .contact-grid { gap: 55px; }
    .promise-mark { min-height: 420px; }
    .promise-mark span { font-size: 75px; }
}

@media (max-width: 760px) {
    .container { width: min(100% - 28px, 1180px); }
    .header-inner { min-height: 82px; }
    .brand-name small { display: none; }
    .menu-toggle { display: block; }
    .primary-nav { position: absolute; top: 82px; left: 14px; right: 14px; display: none; align-items: stretch; flex-direction: column; gap: 0; padding: 14px; background: #15191c; box-shadow: var(--shadow); }
    .primary-nav.is-open { display: flex; }
    .primary-nav > a { padding: 13px 12px; }
    .primary-nav .button { margin-top: 7px; }
    .hero { padding: 132px 0 70px; }
    .hero-grid, .intro-grid, .section-heading, .process-grid, .promise-grid, .contact-grid { grid-template-columns: 1fr; }
    .hero-copy h1 { font-size: clamp(52px, 16vw, 72px); }
    .hero-actions { align-items: flex-start; flex-direction: column; gap: 19px; }
    .hero-points { display: grid; }
    .diagnostic-panel { max-width: 580px; }
    .intro-grid, .section-heading { gap: 24px; }
    .service-grid { grid-template-columns: 1fr; }
    .service-grid article { min-height: 240px; }
    .service-grid article > span { margin-bottom: 44px; }
    .promise-mark { min-height: 320px; }
    .promise-mark span { font-size: 62px; }
    .form-row, .form-footer { grid-template-columns: 1fr; gap: 0; }
    .form-footer { gap: 17px; }
    .form-footer .button { width: 100%; }
    .contact-form { padding: 28px 20px; }
    .footer-main { grid-template-columns: 1fr; gap: 25px; }
    .footer-legal { align-items: flex-start; flex-direction: column; gap: 8px; }
}

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