:root {
  --bg: #111214;
  --bg-2: #17191c;
  --panel: #202329;
  --panel-2: #292d33;
  --text: #24272c;
  --text-soft: #5f6d7e;
  --light: #f5f8fb;
  --white: #ffffff;
  --steel: #9aa9b9;
  --line: #dbe3eb;
  --red: #c9151e;
  --red-2: #ef1b24;
  --red-dark: #941219;
  --orange: #c9151e;
  --orange-2: #ef1b24;
  --success: #0b7a55;
  --danger: #a93333;
  --radius: 18px;
  --radius-lg: 28px;
  --shadow: 0 24px 70px rgba(18, 8, 9, .18);
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: var(--text); background: var(--white); line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.nav-open { overflow: hidden; }
img { max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
address { font-style: normal; }
svg { display: block; }

.container { width: min(calc(100% - 40px), var(--container)); margin: 0 auto; }
.section { padding: 96px 0; }
.section-dark { position: relative; overflow: hidden; color: var(--white); background: linear-gradient(135deg, #0d0e10 0%, #171719 55%, #221416 100%); }
.section-dark-soft { color: var(--white); background: linear-gradient(135deg, #121315, #201416); }

.skip-link { position: fixed; left: 16px; top: 12px; z-index: 9999; padding: 10px 14px; background: var(--white); color: var(--bg); border-radius: 8px; transform: translateY(-160%); transition: transform .2s; }
.skip-link:focus { transform: translateY(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; }

.utility-bar { background: #0b0b0c; color: #aebac8; font-size: 13px; border-bottom: 1px solid rgba(255,255,255,.06); }
.utility-inner { min-height: 38px; display: flex; align-items: center; gap: 24px; }
.utility-item, .utility-phone { display: inline-flex; align-items: center; gap: 8px; }
.utility-phone { margin-left: auto; color: var(--white); font-weight: 700; }
.mini-icon { width: 15px; height: 15px; color: var(--red-2); flex: 0 0 auto; }

.site-header { position: sticky; top: 0; z-index: 1000; background: rgba(14,14,15,.96); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(255,255,255,.08); transition: box-shadow .25s, background .25s; }
.site-header.is-scrolled { background: rgba(10,10,11,.98); box-shadow: 0 10px 30px rgba(0,0,0,.18); }
.header-inner { min-height: 90px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 13px; color: var(--white); min-width: 0; }
.brand-mark { width: 68px; height: 68px; object-fit: contain; filter: drop-shadow(0 8px 16px rgba(201,21,30,.18)); }
.brand-copy { display: grid; line-height: 1.05; }
.brand-copy strong { font-size: 20px; letter-spacing: -.5px; font-weight: 900; }
.brand-copy strong em { color: var(--orange); font-style: normal; }
.brand-copy small { margin-top: 6px; font-size: 10px; letter-spacing: 2.3px; text-transform: uppercase; color: #91a0b2; }
.main-nav { display: flex; align-items: center; gap: 8px; color: #d9e1ea; }
.main-nav > a { position: relative; padding: 12px 15px; font-size: 14px; font-weight: 700; border-radius: 10px; }
.main-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 15px; right: 15px; bottom: 7px; height: 2px; background: var(--red-2); transform: scaleX(0); transform-origin: left; transition: transform .25s; }
.main-nav > a:hover::after, .main-nav > a[aria-current="page"]::after { transform: scaleX(1); }
.main-nav > a:hover { color: var(--white); }
.nav-cta { margin-left: 8px; background: linear-gradient(135deg, var(--red), #e51a23); color: var(--white) !important; box-shadow: 0 10px 26px rgba(201,21,30,.25); }
.nav-toggle { display: none; width: 46px; height: 46px; border: 1px solid rgba(255,255,255,.12); border-radius: 12px; background: rgba(255,255,255,.04); }
.nav-toggle span:not(.sr-only) { display: block; width: 21px; height: 2px; background: #fff; margin: 5px auto; border-radius: 2px; }

.industrial-grid { position: absolute; inset: 0; pointer-events: none; opacity: .42; background-image: linear-gradient(rgba(220, 40, 48, .08) 1px, transparent 1px), linear-gradient(90deg, rgba(220, 40, 48, .08) 1px, transparent 1px), radial-gradient(circle at 80% 20%, rgba(239, 27, 36, .13), transparent 32%), radial-gradient(circle at 10% 80%, rgba(201, 21, 30, .07), transparent 26%); background-size: 72px 72px, 72px 72px, auto, auto; mask-image: linear-gradient(to bottom, #000 0%, rgba(0,0,0,.5) 70%, transparent 100%); }
.industrial-grid::after { content: ""; position: absolute; width: 520px; height: 520px; border: 1px solid rgba(239,27,36,.14); border-radius: 50%; right: -170px; top: -170px; box-shadow: 0 0 0 85px rgba(239,27,36,.025), 0 0 0 170px rgba(239,27,36,.018); }

.hero { min-height: 720px; display: flex; align-items: center; }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 52px; padding-top: 70px; padding-bottom: 105px; }
.eyebrow { display: inline-flex; align-items: center; gap: 11px; margin-bottom: 18px; color: #9fb1c4; font-size: 12px; font-weight: 800; letter-spacing: 2.15px; text-transform: uppercase; }
.eyebrow > span { width: 26px; height: 2px; background: linear-gradient(90deg, var(--red-2), var(--orange)); border-radius: 2px; }
.eyebrow-red { color: var(--red-dark); }
.hero h1, .page-hero h1, .error-page h1 { margin: 0; font-size: clamp(48px, 6vw, 82px); line-height: .98; letter-spacing: -3.8px; font-weight: 900; }
.hero h1 span, .page-hero h1 span { color: var(--red-2); }
.hero-lead { max-width: 660px; margin: 28px 0 16px; color: #c7d2de; font-size: 18px; line-height: 1.75; }
.experience-note { margin: 0 0 30px; color: #93a4b6; font-size: 15px; }
.experience-note strong { color: var(--white); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px; padding: 0 21px; border-radius: 12px; font-weight: 800; font-size: 14px; transition: transform .2s, box-shadow .2s, background .2s, color .2s; border: 1px solid transparent; }
.btn:hover { transform: translateY(-2px); }
.btn:focus-visible, a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid rgba(239,27,36,.45); outline-offset: 3px; }
.btn-primary { color: #fff; background: linear-gradient(135deg, #c9151e, #f12a32); box-shadow: 0 14px 35px rgba(201,21,30,.25); }
.btn-primary:hover { box-shadow: 0 18px 40px rgba(201,21,30,.35); }
.btn-ghost { color: #fff; border-color: rgba(255,255,255,.16); background: rgba(255,255,255,.055); }
.btn-ghost:hover { background: rgba(255,255,255,.1); }
.btn-outline { color: var(--red-dark); border-color: #e4c4c7; background: #fff; }
.btn-outline:hover { border-color: var(--red); }
.btn-light { background: #fff; color: #7f0d13; }
.btn-icon, .inline-icon { width: 18px; height: 18px; }
.inline-icon { display: inline-block; vertical-align: -4px; margin-left: 4px; }

.hero-points { margin-top: 42px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.12); display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; max-width: 660px; }
.hero-points div { display: grid; gap: 3px; }
.hero-points strong { color: #fff; font-size: 20px; line-height: 1; }
.hero-points span { color: #8fa0b2; font-size: 12px; }
.hero-visual { position: relative; display: grid; place-items: center; min-height: 510px; }
.logo-stage { position: relative; width: min(100%, 560px); aspect-ratio: 1 / 1; display: grid; place-items: center; }
.logo-stage::before { content: ""; position: absolute; inset: 10%; background: radial-gradient(circle, rgba(201,21,30,.26), rgba(120,12,18,.08) 48%, transparent 70%); filter: blur(8px); }
.logo-stage img { position: relative; z-index: 3; width: 115%; max-width: none; filter: drop-shadow(0 30px 36px rgba(0,0,0,.35)); }
.machine-ring { position: absolute; border-radius: 50%; border: 1px solid rgba(239,27,36,.22); }
.ring-one { inset: 6%; box-shadow: inset 0 0 40px rgba(201,21,30,.08), 0 0 50px rgba(201,21,30,.05); }
.ring-two { inset: 17%; border-color: rgba(255,255,255,.09); }
.hero-edge { position: absolute; left: -4%; right: -4%; bottom: -44px; height: 78px; background: #fff; transform: rotate(-1.6deg); transform-origin: center; }

.section-heading { margin-bottom: 45px; }
.split-heading { display: grid; grid-template-columns: 1fr .72fr; gap: 70px; align-items: end; }
.section-heading h2, .process-copy h2, .expertise-copy h2, .needs-grid h2, .story-copy h2, .legal-snapshot h2, .form-heading h2, .cta-band h2 { margin: 0; font-size: clamp(34px, 4.2vw, 54px); line-height: 1.08; letter-spacing: -2.3px; }
.section-heading p, .process-copy p, .needs-grid p, .story-copy p, .expertise-copy > p { margin: 0; color: var(--text-soft); font-size: 16px; line-height: 1.8; }
.centered { text-align: center; max-width: 760px; margin-left: auto; margin-right: auto; }
.centered .eyebrow { justify-content: center; }

.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.service-card { position: relative; min-height: 350px; padding: 30px; border: 1px solid #e2e8ef; border-radius: var(--radius); background: linear-gradient(180deg, #fff, #f8fbfd); overflow: hidden; transition: transform .25s, border-color .25s, box-shadow .25s; }
.service-card::before { content: ""; position: absolute; inset: 0 0 auto; height: 3px; background: linear-gradient(90deg, var(--red), var(--red-2), var(--orange)); transform: scaleX(.35); transform-origin: left; transition: transform .25s; }
.service-card:hover { transform: translateY(-5px); border-color: #ead6d8; box-shadow: var(--shadow); }
.service-card:hover::before { transform: scaleX(1); }
.service-icon { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 14px; background: #fff0f1; color: var(--red); }
.service-icon svg { width: 27px; height: 27px; }
.service-number { position: absolute; right: 24px; top: 25px; color: #d7e0e8; font-weight: 900; font-size: 14px; letter-spacing: 1px; }
.service-card h3 { margin: 24px 0 12px; font-size: 21px; line-height: 1.2; }
.service-card p { color: var(--text-soft); font-size: 14px; line-height: 1.75; }
.service-card > a { position: absolute; left: 30px; bottom: 28px; color: var(--red-dark); font-weight: 800; font-size: 13px; }

.process-section { position: relative; overflow: hidden; }
.process-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; align-items: start; }
.process-copy { position: sticky; top: 150px; }
.process-copy p { color: #a8b6c5; margin: 22px 0 28px; }
.text-link { color: var(--red-2); font-weight: 800; }
.process-list { margin: 0; padding: 0; list-style: none; }
.process-list li { display: grid; grid-template-columns: 78px 1fr; gap: 28px; padding: 30px 0; border-bottom: 1px solid rgba(255,255,255,.1); }
.process-list li:first-child { padding-top: 0; }
.process-list li > span { color: var(--red-2); font-size: 13px; font-weight: 900; letter-spacing: 2px; padding-top: 5px; }
.process-list h3 { margin: 0 0 8px; font-size: 22px; }
.process-list p { margin: 0; color: #9eacbb; }

.expertise-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 70px; align-items: stretch; }
.expertise-panel { position: relative; min-height: 470px; display: flex; flex-direction: column; justify-content: flex-end; padding: 42px; border-radius: var(--radius-lg); overflow: hidden; color: #fff; background: linear-gradient(145deg, #0e0f10, #361417); box-shadow: var(--shadow); }
.expertise-panel::before { content: ""; position: absolute; width: 330px; height: 330px; border: 42px solid rgba(239,27,36,.14); border-radius: 50%; right: -125px; top: -110px; box-shadow: 0 0 0 30px rgba(255,255,255,.025); }
.expertise-panel::after { content: ""; position: absolute; width: 130px; height: 9px; right: -10px; bottom: 70px; background: var(--orange); transform: skewX(-28deg); }
.expertise-kicker { position: relative; z-index: 1; text-transform: uppercase; font-weight: 800; font-size: 12px; letter-spacing: 2px; color: #90a8bc; }
.expertise-number { position: relative; z-index: 1; margin: 8px 0; font-size: 120px; line-height: .88; letter-spacing: -8px; font-weight: 900; }
.expertise-number span { color: var(--orange); }
.expertise-panel p { position: relative; z-index: 1; max-width: 320px; margin: 10px 0 0; color: #b8c6d3; }
.expertise-copy { align-self: center; }
.expertise-copy > p { margin: 22px 0 28px; }
.check-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px 22px; margin-bottom: 32px; }
.check-grid > div { display: flex; align-items: center; gap: 10px; font-weight: 700; }
.check-icon { width: 20px; height: 20px; color: var(--red); }

.cta-band { padding: 65px 0; color: #fff; background: linear-gradient(120deg, #a90f16 0%, #c9151e 58%, #7f0d13 100%); position: relative; overflow: hidden; }
.cta-band::after { content: ""; position: absolute; width: 500px; height: 500px; border: 60px solid rgba(255,255,255,.06); border-radius: 50%; right: -180px; top: -260px; }
.cta-band-inner { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.cta-band h2 { font-size: clamp(34px, 4vw, 52px); }
.cta-band p { margin: 12px 0 0; max-width: 670px; color: #fae6e8; }
.cta-actions { display: flex; flex-direction: column; align-items: stretch; gap: 12px; min-width: 220px; }
.cta-phone { text-align: center; color: #fff3f4; font-weight: 800; }

.page-hero { min-height: 470px; display: flex; align-items: center; }
.page-hero-inner { position: relative; z-index: 2; max-width: 860px; padding: 80px 0; }
.page-hero h1 { font-size: clamp(44px, 5vw, 68px); }
.page-hero p { max-width: 760px; margin: 24px 0 0; color: #b7c5d3; font-size: 17px; }
.page-hero-actions { margin-top: 28px; }

.service-detail-section { background: #f6f9fc; }
.service-detail { display: grid; grid-template-columns: 70px 82px 1fr; gap: 28px; align-items: start; padding: 44px 0; border-bottom: 1px solid #dce4ec; scroll-margin-top: 120px; }
.service-detail:first-child { padding-top: 0; }
.service-detail:last-child { border-bottom: 0; padding-bottom: 0; }
.detail-index { padding-top: 13px; color: #a7b6c4; font-size: 13px; font-weight: 900; letter-spacing: 2px; }
.detail-icon { width: 70px; height: 70px; display: grid; place-items: center; border-radius: 18px; color: #fff; background: linear-gradient(145deg, #c9151e, #7f0d13); box-shadow: 0 14px 30px rgba(169,15,22,.18); }
.detail-icon svg { width: 32px; height: 32px; }
.detail-copy > span { color: var(--red); text-transform: uppercase; font-size: 11px; letter-spacing: 1.8px; font-weight: 900; }
.detail-copy h2 { margin: 5px 0 10px; font-size: 32px; letter-spacing: -1px; }
.detail-copy > p { margin: 0; max-width: 760px; color: var(--text-soft); }
.tick-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 24px 0 0; padding: 0; list-style: none; }
.tick-list li { position: relative; padding: 14px 14px 14px 36px; border: 1px solid #e0e7ee; border-radius: 12px; background: #fff; color: #425166; font-size: 13px; }
.tick-list li::before { content: "✓"; position: absolute; left: 14px; top: 13px; color: var(--red); font-weight: 900; }
.needs-grid { display: grid; grid-template-columns: 1fr .8fr; gap: 70px; align-items: center; }
.needs-grid p { color: #aebcca; margin-bottom: 24px; }

.about-hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr .75fr; gap: 60px; align-items: center; }
.about-logo img { filter: drop-shadow(0 25px 35px rgba(0,0,0,.35)); }
.story-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: start; }
.story-copy p { margin-top: 18px; }
.timeline { border-left: 1px solid #cbd8e4; margin-left: 20px; }
.timeline-item { position: relative; display: grid; grid-template-columns: 100px 1fr; gap: 28px; padding: 0 0 40px 40px; }
.timeline-item:last-child { padding-bottom: 0; }
.timeline-item::before { content: ""; position: absolute; left: -6px; top: 7px; width: 11px; height: 11px; border-radius: 50%; background: var(--red); box-shadow: 0 0 0 7px #fff0f1; }
.timeline-item > span { color: var(--red); font-size: 28px; font-weight: 900; letter-spacing: -1px; }
.timeline-item strong { font-size: 18px; }
.timeline-item p { margin: 7px 0 0; color: var(--text-soft); }
.value-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.value-card { padding: 28px; border: 1px solid rgba(255,255,255,.09); border-radius: var(--radius); background: rgba(255,255,255,.035); }
.value-card > div { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 14px; color: var(--red-2); background: rgba(239,27,36,.09); }
.value-card svg { width: 25px; height: 25px; }
.value-card h3 { margin: 21px 0 9px; font-size: 20px; }
.value-card p { margin: 0; color: #9dabb9; font-size: 14px; }
.legal-snapshot-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 75px; align-items: start; }
.company-facts { margin: 0; border-top: 1px solid var(--line); }
.company-facts div { display: grid; grid-template-columns: 150px 1fr; gap: 20px; padding: 17px 0; border-bottom: 1px solid var(--line); }
.company-facts dt { color: var(--text-soft); font-size: 13px; }
.company-facts dd { margin: 0; font-weight: 800; }

.contact-section { background: #f5f8fb; }
.contact-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 34px; align-items: start; }
.contact-aside { display: grid; gap: 18px; position: sticky; top: 128px; }
.contact-card { padding: 30px; border: 1px solid #dfe7ef; border-radius: var(--radius); background: #fff; }
.contact-card-primary { color: #fff; border: 0; background: linear-gradient(145deg, #111214, #321315); box-shadow: var(--shadow); }
.contact-label { display: block; color: #90a5b8; font-size: 11px; letter-spacing: 2px; font-weight: 800; text-transform: uppercase; }
.contact-card h2 { margin: 8px 0 20px; font-size: 29px; line-height: 1.15; }
.contact-card-primary p { margin: 17px 0 0; color: #a8b7c5; }
.big-phone { display: flex; align-items: center; gap: 13px; font-size: 24px; font-weight: 900; color: #fff; }
.big-phone svg { width: 26px; height: 26px; color: var(--red-2); }
.contact-info-row { display: grid; grid-template-columns: 34px 1fr; gap: 13px; padding: 17px 0; border-bottom: 1px solid #e7edf2; }
.contact-info-row:last-child { border-bottom: 0; }
.contact-info-row > svg { width: 23px; height: 23px; color: var(--red); margin-top: 2px; }
.contact-info-row div { display: grid; gap: 3px; }
.contact-info-row span { color: var(--text-soft); font-size: 14px; }
.form-panel { padding: 38px; background: #fff; border: 1px solid #dde6ee; border-radius: var(--radius-lg); box-shadow: 0 18px 60px rgba(80,15,20,.08); }
.form-heading { margin-bottom: 28px; }
.form-heading h2 { font-size: 38px; }
.form-heading p { margin: 8px 0 0; color: var(--text-soft); }
.contact-form { display: grid; gap: 18px; }
.form-row-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { display: grid; gap: 7px; }
.field label { font-weight: 800; font-size: 13px; }
.field label span { color: var(--orange); }
.field label small { color: #8090a0; font-weight: 600; }
.field input, .field select, .field textarea { width: 100%; border: 1px solid #cad5df; border-radius: 11px; background: #fbfdff; color: var(--text); padding: 13px 14px; outline: 0; transition: border .2s, box-shadow .2s, background .2s; }
.field input, .field select { min-height: 49px; }
.field textarea { resize: vertical; min-height: 150px; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--red); background: #fff; box-shadow: 0 0 0 4px rgba(201,21,30,.09); }
.field-help { color: #7b8996; font-size: 12px; }
.consent { display: grid; grid-template-columns: 18px 1fr; gap: 10px; color: #536173; font-size: 13px; align-items: start; }
.consent input { margin-top: 3px; accent-color: var(--red); }
.consent a { color: var(--red-dark); text-decoration: underline; }
.honeypot { position: absolute !important; left: -9999px !important; opacity: 0 !important; pointer-events: none !important; }
.btn-submit { width: fit-content; min-width: 210px; border: 0; }
.btn-submit:disabled { opacity: .7; cursor: wait; transform: none; }
.form-note { margin: -3px 0 0; color: #7b8996; font-size: 11px; }
.alert { margin-bottom: 22px; padding: 14px 16px; border-radius: 11px; font-weight: 700; font-size: 14px; }
.alert-success { color: #06583d; background: #e6f7f0; border: 1px solid #bde9d9; }
.alert-error { color: #812525; background: #fff0f0; border: 1px solid #f0c9c9; }

.legal-hero { min-height: 380px; }
.legal-content { max-width: 880px; }
.legal-content article { padding: 0 0 34px; margin: 0 0 34px; border-bottom: 1px solid var(--line); }
.legal-content article:last-child { border-bottom: 0; }
.legal-content h2 { margin: 0 0 14px; font-size: 25px; }
.legal-content p { color: #536173; }
.legal-content a { color: var(--red-dark); text-decoration: underline; text-underline-offset: 3px; }
.legal-list { margin: 20px 0; border-top: 1px solid var(--line); }
.legal-list div { display: grid; grid-template-columns: 220px 1fr; gap: 20px; padding: 12px 0; border-bottom: 1px solid var(--line); }
.legal-list dt { color: #718091; }
.legal-list dd { margin: 0; font-weight: 700; }

.error-page { min-height: 650px; display: grid; align-items: center; }
.error-inner { position: relative; z-index: 2; padding: 90px 0; max-width: 780px; }
.error-code { display: block; font-size: 110px; line-height: .8; color: rgba(239,27,36,.15); font-weight: 950; letter-spacing: -8px; margin-bottom: 35px; }
.error-page h1 { font-size: clamp(42px, 5vw, 66px); }
.error-page p { color: #a9b8c6; margin: 20px 0 30px; }

.site-footer { padding: 70px 0 0; color: #cad3dc; background: #0d0e10; }
.footer-grid { display: grid; grid-template-columns: 1.5fr .7fr 1fr 1fr; gap: 55px; }
.footer-brand p { max-width: 380px; color: #7f8d9b; font-size: 14px; }
.footer-logo-line { display: flex; align-items: center; gap: 12px; color: #fff; }
.footer-logo-line img { width: 62px; height: 62px; object-fit: contain; }
.footer-logo-line div { display: grid; line-height: 1; }
.footer-logo-line strong { font-size: 18px; }
.footer-logo-line strong span { color: var(--orange); }
.footer-logo-line small { margin-top: 7px; color: #718396; font-size: 9px; letter-spacing: 2px; text-transform: uppercase; }
.site-footer h2 { margin: 0 0 16px; color: #fff; font-size: 14px; text-transform: uppercase; letter-spacing: 1.4px; }
.footer-links { list-style: none; margin: 0; padding: 0; display: grid; gap: 9px; }
.footer-links a, .footer-bottom a { color: #9eabb8; font-size: 13px; }
.footer-links a:hover, .footer-bottom a:hover { color: #fff; }
.site-footer address, .site-footer p { color: #8d9aa8; font-size: 13px; }
.footer-phone { display: inline-flex; align-items: center; gap: 8px; margin-top: 12px; color: #fff; font-weight: 800; }
.footer-muted { margin-top: -4px; }
.footer-bottom { margin-top: 52px; min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.08); }
.footer-bottom p { margin: 0; }
.footer-bottom div { display: flex; gap: 22px; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal-delay { transition-delay: .12s; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1050px) {
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .hero-grid { grid-template-columns: 1fr .75fr; gap: 20px; }
  .hero h1 { font-size: clamp(48px, 6.4vw, 68px); }
  .logo-stage img { width: 125%; }
  .footer-grid { grid-template-columns: 1.3fr 1fr 1fr; }
  .footer-grid > div:nth-child(2) { display: none; }
  .value-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 860px) {
  .section { padding: 72px 0; }
  .utility-hours { display: none; }
  .nav-toggle { display: block; }
  .main-nav { position: fixed; left: 0; right: 0; top: 129px; bottom: 0; display: flex; flex-direction: column; align-items: stretch; gap: 5px; padding: 22px 20px; background: #0b0b0c; box-shadow: -18px 0 45px rgba(0,0,0,.42); z-index: 1200; transform: translateX(105%); transition: transform .25s; }
  .main-nav.is-open { transform: translateX(0); }
  .main-nav > a { padding: 16px 14px; font-size: 16px; }
  .nav-cta { margin-left: 0; margin-top: 6px; text-align: center; }
  .hero { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; padding-top: 60px; padding-bottom: 120px; }
  .hero-visual { min-height: 410px; order: -1; }
  .logo-stage { width: min(78vw, 480px); }
  .logo-stage img { width: 108%; }
  .hero-copy { text-align: center; }
  .hero-copy .eyebrow { justify-content: center; }
  .hero-lead { margin-left: auto; margin-right: auto; }
  .hero-actions { justify-content: center; }
  .hero-points { margin-left: auto; margin-right: auto; text-align: left; }
  .split-heading, .process-grid, .expertise-grid, .needs-grid, .story-grid, .legal-snapshot-grid, .contact-grid, .about-hero-grid { grid-template-columns: 1fr; gap: 42px; }
  .process-copy, .contact-aside { position: static; }
  .tick-list { grid-template-columns: 1fr; }
  .service-detail { grid-template-columns: 52px 1fr; }
  .detail-index { display: none; }
  .about-logo { max-width: 520px; margin: 0 auto; order: -1; }
  .footer-grid { grid-template-columns: 1.4fr 1fr; }
  .cta-band-inner { align-items: flex-start; flex-direction: column; }
  .cta-actions { width: 100%; min-width: 0; flex-direction: row; align-items: center; }
}

@media (max-width: 620px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .utility-inner { min-height: 34px; }
  .utility-item:first-child { font-size: 11px; }
  .utility-phone { font-size: 12px; }
  .header-inner { min-height: 78px; }
  .brand-mark { width: 54px; height: 54px; }
  .brand-copy strong { font-size: 17px; }
  .brand-copy small { font-size: 8px; letter-spacing: 1.6px; }
  .main-nav { top: 112px; }
  .section { padding: 60px 0; }
  .hero-grid { padding-top: 36px; }
  .hero-visual { min-height: 330px; }
  .hero h1, .page-hero h1 { font-size: 44px; letter-spacing: -2.5px; }
  .hero-lead { font-size: 16px; }
  .hero-actions { flex-direction: column; }
  .hero-actions .btn { width: 100%; }
  .hero-points { grid-template-columns: 1fr; gap: 12px; text-align: center; }
  .hero-points div { grid-template-columns: 70px 1fr; align-items: baseline; text-align: left; }
  .service-grid, .value-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 330px; }
  .section-heading h2, .process-copy h2, .expertise-copy h2, .needs-grid h2, .story-copy h2, .legal-snapshot h2, .cta-band h2 { font-size: 36px; letter-spacing: -1.6px; }
  .split-heading { gap: 24px; }
  .process-list li { grid-template-columns: 52px 1fr; gap: 16px; }
  .expertise-panel { min-height: 370px; padding: 30px; }
  .expertise-number { font-size: 96px; }
  .check-grid { grid-template-columns: 1fr; }
  .page-hero { min-height: 400px; }
  .page-hero-inner { padding: 62px 0; }
  .service-detail { grid-template-columns: 1fr; gap: 16px; }
  .detail-icon { width: 58px; height: 58px; }
  .detail-copy h2 { font-size: 28px; }
  .timeline-item { grid-template-columns: 72px 1fr; padding-left: 30px; gap: 16px; }
  .timeline-item > span { font-size: 22px; }
  .company-facts div, .legal-list div { grid-template-columns: 1fr; gap: 4px; }
  .form-panel { padding: 24px 18px; }
  .form-row-2 { grid-template-columns: 1fr; }
  .form-heading h2 { font-size: 32px; }
  .btn-submit { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; gap: 34px; }
  .footer-grid > div:nth-child(2) { display: block; }
  .footer-bottom { align-items: flex-start; flex-direction: column; padding: 22px 0; }
  .cta-actions { flex-direction: column; align-items: stretch; }
}

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

/* v1.0.2 — menu mobile : panneau et arrière-plan réellement opaques */
@media (max-width: 860px) {
  /* Le backdrop-filter du header pouvait créer un containing block pour le menu fixed
     sur certains navigateurs mobiles. On le désactive donc sur mobile. */
  .site-header,
  body.nav-open .site-header {
    background: #0b0b0c !important;
    background-image: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }

  /* Fond de sécurité plein écran derrière le panneau : aucun contenu de la page ne
     doit rester visible par transparence pendant l'ouverture du menu. */
  body.nav-open::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: 999;
    pointer-events: none;
    background: #0b0b0c;
    opacity: 1;
  }

  .main-nav,
  body.nav-open .main-nav,
  .main-nav.is-open {
    background: #0b0b0c !important;
    background-color: #0b0b0c !important;
    background-image: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    opacity: 1 !important;
    mix-blend-mode: normal !important;
    isolation: isolate;
  }

  .main-nav > a { color: #f4f4f5; }
}
