:root {
  --ink: #171014;
  --ink-soft: #2b2026;
  --wine: #b8272d;
  --wine-dark: #761116;
  --coral: #ed363d;
  --cream: #f7f3ed;
  --paper: #fffdfa;
  --muted: #756970;
  --line: rgba(23, 16, 20, .13);
  --green: #53d892;
  --shadow: 0 22px 70px rgba(30, 15, 22, .12);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font: 500 16px/1.65 "DM Sans", sans-serif; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
a { color: inherit; }
img { max-width: 100%; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.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; top: 10px; left: 10px; z-index: 1000; padding: 10px 15px; color: #fff; background: var(--wine); transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.hours-bar { min-height: 34px; display: flex; justify-content: center; align-items: center; gap: 10px; padding: 6px 18px; color: #f5e8ec; background: #120c0f; font-size: .74rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; text-align: center; }
.hours-bar strong { color: #ffb2b4; }
.hours-bar.is-open strong { color: #8ee6b2; }
.pulse-dot { width: 7px; height: 7px; border-radius: 50%; background: #e36368; box-shadow: 0 0 0 5px rgba(227,99,104,.12); animation: pulse 2s infinite; }
.hours-bar.is-open .pulse-dot { background: var(--green); box-shadow: 0 0 0 5px rgba(83,216,146,.12); }
@keyframes pulse { 50% { box-shadow: 0 0 0 9px rgba(83, 216, 146, 0); } }

.site-header { position: sticky; top: 0; z-index: 50; min-height: 82px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 36px; padding: 12px clamp(20px, 4.5vw, 76px); border-bottom: 1px solid rgba(255,255,255,.08); color: #fff; background: rgba(23, 16, 20, .94); backdrop-filter: blur(18px); }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; line-height: 1; }
.brand img { width: 48px; height: 48px; object-fit: contain; border-radius: 10px; background: #fff; }
.brand strong, .brand small { display: block; }
.brand strong { font: 800 .98rem/1 "Manrope", sans-serif; letter-spacing: .09em; }
.brand small { margin-top: 5px; color: #d8c8ce; font: 700 .62rem/1 "Manrope", sans-serif; letter-spacing: .22em; }
.site-header nav { display: flex; justify-content: center; gap: clamp(18px, 2.4vw, 34px); }
.site-header nav a { color: #e7dce0; font-size: .86rem; font-weight: 700; text-decoration: none; transition: color .2s ease; }
.site-header nav a:hover, .site-header nav a:focus { color: #fff; }
.header-actions { display: flex; align-items: center; gap: 20px; }
.text-link { color: #f4e9ed; font-size: .84rem; font-weight: 800; text-decoration: none; white-space: nowrap; }
.menu-toggle { display: none; width: 46px; height: 42px; padding: 9px; border: 1px solid rgba(255,255,255,.18); border-radius: 10px; background: transparent; }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; margin: 4px 0; background: #fff; }

.button { display: inline-flex; justify-content: center; align-items: center; min-height: 50px; padding: 13px 22px; border: 1px solid transparent; border-radius: 11px; color: #fff; background: var(--wine); font: 800 .88rem/1.2 "Manrope", sans-serif; text-decoration: none; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover, .button:focus { transform: translateY(-2px); box-shadow: 0 13px 30px rgba(143, 31, 61, .22); }
.button-small { min-height: 42px; padding: 10px 17px; }
.button-bright { color: #fff; background: #d92d34; }
.button-bright:hover, .button-bright:focus { background: #ef3a41; box-shadow: 0 14px 35px rgba(237,54,61,.25); }
.button-ghost { border-color: rgba(255,255,255,.25); background: rgba(255,255,255,.04); }
.button-ghost:hover, .button-ghost:focus { background: rgba(255,255,255,.1); box-shadow: none; }

.hero { position: relative; min-height: 760px; display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(420px, .98fr); align-items: center; gap: clamp(40px, 6vw, 100px); padding: clamp(80px, 9vw, 140px) clamp(22px, 7vw, 116px); color: #fff; background: var(--ink); isolation: isolate; overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -2; opacity: .13; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 52px 52px; mask-image: linear-gradient(to right, #000, transparent 84%); }
.hero-glow { position: absolute; z-index: -1; border-radius: 50%; filter: blur(10px); pointer-events: none; }
.hero-glow-one { width: 540px; height: 540px; top: -250px; right: 12%; background: radial-gradient(circle, rgba(191,34,78,.5), transparent 66%); }
.hero-glow-two { width: 480px; height: 480px; left: -260px; bottom: -240px; background: radial-gradient(circle, rgba(255,107,100,.22), transparent 67%); }
.hero-copy { max-width: 750px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: var(--wine); font: 800 .7rem/1.2 "Manrope", sans-serif; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow span { padding: 5px 7px; border: 1px solid rgba(255,255,255,.24); border-radius: 4px; color: #fff; letter-spacing: .1em; }
.eyebrow.light { color: #ff9b9c; }
.system-status { display: flex; align-items: center; gap: 13px; width: fit-content; min-height: 36px; margin-top: 24px; padding: 7px 11px 7px 8px; border: 1px solid rgba(239,74,80,.28); border-radius: 7px; color: #ffd5d6; background: rgba(217,45,52,.08); box-shadow: inset 0 0 24px rgba(217,45,52,.035), 0 0 24px rgba(217,45,52,.05); font: 700 .65rem/1.2 ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace; letter-spacing: .1em; }
.system-label { display: inline-flex; align-items: center; gap: 7px; padding: 5px 8px; border-radius: 4px; color: #f5a4a7; background: rgba(239,74,80,.12); white-space: nowrap; }
.system-label i { width: 6px; height: 6px; border-radius: 50%; background: #ef4a50; box-shadow: 0 0 10px #ef4a50; animation: systemPulse 1.4s ease-in-out infinite; }
.typewriter-line { display: inline-flex; align-items: center; min-width: 22ch; color: #fff; white-space: nowrap; }
.typewriter-line b { color: #ef4a50; font-weight: 800; animation: cursorBlink .72s steps(1) infinite; }
@keyframes cursorBlink { 50% { opacity: 0; } }
@keyframes systemPulse { 50% { opacity: .35; box-shadow: 0 0 3px #ef4a50; } }
.hero h1 { max-width: 820px; margin: 18px 0 26px; font: 800 clamp(3.1rem, 6vw, 6.8rem)/.94 "Manrope", sans-serif; letter-spacing: -.065em; }
.hero h1 em { color: #ef4a50; font-style: normal; }
.hero-lead { max-width: 690px; margin: 0; color: #d9ccd1; font-size: clamp(1.03rem, 1.4vw, 1.23rem); }
.hero-location { margin: 18px 0 10px; color: #ff9f89; font: 800 .66rem/1.4 "Manrope", sans-serif; letter-spacing: .13em; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 18px 26px; margin: 36px 0 0; padding: 0; color: #cbbdc3; font-size: .8rem; list-style: none; }
.trust-row span { color: var(--green); }
.eddie-note { display: flex; align-items: center; gap: 14px; max-width: 475px; margin-top: 28px; padding: 11px 15px 11px 11px; border: 1px solid rgba(255,255,255,.13); border-radius: 14px; background: rgba(255,255,255,.045); }
.eddie-note img { width: 60px; height: 60px; border-radius: 10px; object-fit: cover; }
.eddie-note p, .eddie-note strong, .eddie-note span { display: block; margin: 0; }
.eddie-note strong { color: #fff; font: 800 .78rem/1.2 "Manrope", sans-serif; }
.eddie-note span { margin-top: 4px; color: #ab9ba2; font-size: .68rem; line-height: 1.4; }

.repair-console { position: relative; max-width: 610px; width: 100%; justify-self: end; padding: clamp(22px, 3vw, 35px); border: 1px solid rgba(255,255,255,.14); border-radius: 28px; background: linear-gradient(145deg, rgba(255,255,255,.1), rgba(255,255,255,.035)); box-shadow: 0 40px 100px rgba(0,0,0,.36); backdrop-filter: blur(20px); }
.repair-console::after { content: ""; position: absolute; inset: -1px; z-index: -1; border-radius: inherit; background: linear-gradient(135deg, rgba(255,158,136,.3), transparent 38%, rgba(114,49,74,.22)); }
.console-top, .device-row, .console-footer { display: flex; justify-content: space-between; align-items: center; gap: 15px; }
.console-top strong { display: block; margin-top: 5px; font: 800 1.35rem/1.2 "Manrope", sans-serif; }
.console-kicker, .device-row small { color: #ad9ba3; font: 800 .61rem/1.2 "Manrope", sans-serif; letter-spacing: .16em; }
.live-chip { padding: 7px 10px; border: 1px solid rgba(83,216,146,.25); border-radius: 100px; color: #9df0bf; background: rgba(83,216,146,.08); font-size: .65rem; font-weight: 800; letter-spacing: .12em; }
.live-chip i { display: inline-block; width: 6px; height: 6px; margin-right: 6px; border-radius: 50%; background: var(--green); }
.device-row { margin-top: 26px; padding: 16px; border: 1px solid rgba(255,255,255,.1); border-radius: 14px; background: rgba(0,0,0,.16); }
.device-row > div:nth-child(2) { flex: 1; }
.device-row strong { display: block; margin-top: 3px; font-size: .86rem; }
.device-row > b { color: #ffa38a; font: 800 1.1rem/1 "Manrope", sans-serif; }
.device-icon { position: relative; width: 42px; height: 27px; border: 2px solid #d4c4ca; border-radius: 3px; }
.device-icon span { position: absolute; width: 22px; height: 3px; left: 50%; bottom: -8px; border-radius: 3px; background: #d4c4ca; transform: translateX(-50%); }
.device-icon span::before { content: ""; position: absolute; width: 6px; height: 7px; left: 50%; bottom: 3px; background: #d4c4ca; transform: translateX(-50%); }
.progress-track { height: 5px; margin: 20px 2px 24px; border-radius: 10px; background: rgba(255,255,255,.1); overflow: hidden; }
.progress-track span { display: block; width: 68%; height: 100%; border-radius: inherit; background: linear-gradient(90deg, #a91e25, #ef4248); }
.console-steps { margin: 0; padding: 0; list-style: none; }
.console-steps li { position: relative; display: grid; grid-template-columns: 34px 1fr auto; align-items: center; gap: 13px; min-height: 65px; padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,.08); }
.console-steps li > span { position: relative; z-index: 1; display: grid; width: 30px; height: 30px; place-items: center; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; color: #887880; background: #261b21; font: 800 .58rem/1 "Manrope", sans-serif; }
.console-steps li:not(:last-child)::before { content: ""; position: absolute; top: 44px; bottom: -22px; left: 14px; width: 1px; background: rgba(255,255,255,.1); }
.console-steps li.done > span { border-color: rgba(83,216,146,.4); color: #a2f1c1; background: rgba(83,216,146,.12); }
.console-steps li.active > span { border-color: #ffa38a; color: #211318; background: #ffa38a; box-shadow: 0 0 0 5px rgba(255,163,138,.1); }
.console-steps strong, .console-steps small { display: block; }
.console-steps strong { font-size: .79rem; }
.console-steps small { margin-top: 2px; color: #9e8f96; font-size: .66rem; }
.console-steps li > b { color: #73646c; font-size: .55rem; letter-spacing: .11em; }
.console-steps li.done > b { color: var(--green); }
.console-steps li.active > b { color: #ffa38a; }
.console-footer { padding-top: 22px; color: #9f8f96; font-size: .6rem; text-transform: uppercase; letter-spacing: .07em; }
.console-footer i { color: #fff; font: 800 .82rem/1 "Manrope", sans-serif; font-style: normal; }

.proof-strip { display: grid; grid-template-columns: repeat(4, 1fr); border-bottom: 1px solid var(--line); background: var(--cream); }
.proof-strip article { min-height: 140px; padding: 32px clamp(22px, 3vw, 45px); border-right: 1px solid var(--line); }
.proof-strip article:last-child { border: 0; }
.proof-strip strong, .proof-strip span { display: block; }
.proof-strip strong { font: 800 .93rem/1.2 "Manrope", sans-serif; }
.proof-strip span { margin-top: 9px; color: var(--muted); font-size: .76rem; line-height: 1.5; }

.path-section { padding: clamp(70px, 8vw, 115px) clamp(22px, 7vw, 116px); color: #fff; background: #120c0f; }
.path-heading { max-width: 1320px; margin: 0 auto 35px; }
.path-heading h2 { margin: 15px 0 8px; font: 800 clamp(2rem, 3.5vw, 3.8rem)/1.02 "Manrope", sans-serif; letter-spacing: -.05em; }
.path-heading p { margin: 0; color: #ab9ca3; }
.path-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); max-width: 1320px; margin: 0 auto; border-top: 1px solid rgba(255,255,255,.13); border-left: 1px solid rgba(255,255,255,.13); }
.path-card { display: grid; grid-template-columns: 40px 1fr auto; align-items: center; gap: 16px; min-height: 145px; padding: 25px; border-right: 1px solid rgba(255,255,255,.13); border-bottom: 1px solid rgba(255,255,255,.13); color: #fff; background: rgba(255,255,255,.025); text-decoration: none; transition: background .2s ease, transform .2s ease; }
.path-card:hover, .path-card:focus { z-index: 1; background: rgba(217,45,52,.13); transform: translateY(-3px); }
.path-card > span { display: grid; width: 36px; height: 36px; place-items: center; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; color: #ff9c9f; font: 800 .6rem/1 "Manrope", sans-serif; }
.path-card strong, .path-card small { display: block; }
.path-card strong { font: 800 .94rem/1.25 "Manrope", sans-serif; }
.path-card small { margin-top: 7px; color: #a998a0; font-size: .7rem; line-height: 1.45; }
.path-card > b { color: #ef4a50; font-size: 1.4rem; }

.section { padding: clamp(82px, 10vw, 150px) clamp(22px, 7vw, 116px); }
.section-heading { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(300px, .55fr); align-items: end; gap: 30px 80px; max-width: 1320px; margin: 0 auto 64px; }
.section-heading > div { grid-column: 1 / -1; display: flex; align-items: center; gap: 14px; }
.section-number { display: inline-grid; width: 36px; height: 26px; place-items: center; border: 1px solid var(--line); border-radius: 5px; color: var(--muted); font: 800 .61rem/1 "Manrope", sans-serif; }
.section-number.light { border-color: rgba(255,255,255,.2); color: #a998a0; }
.section-heading h2, .quality-intro h2, .parts-copy h2, .portal-copy h2, .contact-copy h2 { margin: 0; font: 800 clamp(2.2rem, 4.2vw, 4.8rem)/1.02 "Manrope", sans-serif; letter-spacing: -.055em; }
.section-heading p { margin: 0; color: var(--muted); font-size: 1.02rem; }
.section-heading.compact { display: block; max-width: 900px; margin-left: 0; }
.section-heading.compact > div { margin-bottom: 20px; }

.services { background: var(--paper); }
.service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); max-width: 1320px; margin: 0 auto; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { position: relative; min-height: 360px; padding: clamp(28px, 4vw, 54px); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; overflow: hidden; transition: background .25s ease, transform .25s ease; }
.service-card::after { content: "+"; position: absolute; right: 30px; top: 22px; color: #ded5d8; font: 400 2rem/1 "DM Sans", sans-serif; }
.service-card:hover { z-index: 2; background: #fbf6f4; transform: translateY(-4px); box-shadow: var(--shadow); }
.service-card.featured { color: #fff; background: var(--wine); }
.service-card.featured::after { color: rgba(255,255,255,.35); }
.service-code { color: var(--wine); font: 800 .62rem/1 "Manrope", sans-serif; letter-spacing: .14em; }
.featured .service-code { color: #ffc1b2; }
.service-card h3 { margin: 45px 0 18px; font: 800 clamp(2rem, 3vw, 3.2rem)/1 "Manrope", sans-serif; letter-spacing: -.045em; }
.service-card p { max-width: 570px; margin: 0; color: var(--muted); }
.service-card.featured p { color: #efd8df; }
.service-card ul { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px 18px; margin: 28px 0 0; padding: 0; list-style: none; color: #f7e7ec; font-size: .75rem; }
.service-card ul.service-list-dark { color: #4e4549; }
.service-card li::before { content: "•"; margin-right: 8px; color: #ffad99; }
.service-card a { position: absolute; left: clamp(28px, 4vw, 54px); bottom: 35px; color: var(--wine); font-size: .78rem; font-weight: 800; text-decoration: none; }
.service-card.featured a { color: #fff; }
.service-card a span { margin-left: 7px; }

.local-service { padding-top: 0; background: var(--paper); }
.local-service-card { display: grid; grid-template-columns: 1.18fr .82fr; max-width: 1320px; margin: 0 auto; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); overflow: hidden; }
.local-service-copy { padding: clamp(38px, 6vw, 78px); }
.local-service-copy h2 { max-width: 780px; margin: 24px 0; font: 800 clamp(2.1rem, 4vw, 4.2rem)/1.03 "Manrope", sans-serif; letter-spacing: -.055em; }
.local-service-copy p { max-width: 800px; color: var(--muted); font-size: .92rem; line-height: 1.75; }
.local-service-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 22px; margin-top: 30px; }
.local-service-actions > a:not(.button) { color: var(--wine); font-size: .82rem; font-weight: 800; }
.local-service-facts { display: grid; grid-template-columns: 1fr 1fr; align-content: center; color: #fff; background: var(--ink-soft); }
.local-service-facts div { display: flex; flex-direction: column; justify-content: center; min-height: 180px; padding: 28px; border-right: 1px solid rgba(255,255,255,.11); border-bottom: 1px solid rgba(255,255,255,.11); }
.local-service-facts span { color: #ee777c; font: 800 .57rem/1.3 "Manrope", sans-serif; letter-spacing: .13em; }
.local-service-facts strong { margin-top: 13px; font: 800 .86rem/1.45 "Manrope", sans-serif; }

.promise-section { padding: clamp(68px, 8vw, 112px) clamp(22px, 7vw, 116px); color: #fff; background: radial-gradient(circle at 10% 0%, rgba(202,40,50,.22), transparent 36%), #171015; }
.promise-shell { max-width: 1320px; margin: 0 auto; }
.promise-intro { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(280px, .7fr); gap: 52px; align-items: end; padding-bottom: 38px; border-bottom: 1px solid rgba(255,255,255,.16); }
.promise-intro h2 { max-width: 680px; margin: 16px 0 0; font: 800 clamp(2.25rem, 4.2vw, 4.45rem)/1.03 "Manrope", sans-serif; letter-spacing: -.06em; }
.promise-intro h2 em { color: #ff9d88; font-style: normal; }
.promise-lead { max-width: 460px; }
.promise-lead p { margin: 0; color: #d4c2c8; font-size: .96rem; line-height: 1.7; }
.promise-lead p + p { margin-top: 13px; }
.promise-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 34px; border: 1px solid rgba(255,255,255,.13); border-radius: 18px; overflow: hidden; background: rgba(255,255,255,.025); }
.promise-grid article { display: grid; grid-template-columns: auto 1fr; gap: 18px; min-height: 185px; padding: 30px; border-right: 1px solid rgba(255,255,255,.13); border-bottom: 1px solid rgba(255,255,255,.13); }
.promise-grid article:nth-child(2n) { border-right: 0; }
.promise-grid article:nth-last-child(-n+2) { border-bottom: 0; }
.promise-grid span { color: #ff9d88; font: 800 .7rem/1 "Manrope", sans-serif; letter-spacing: .13em; }
.promise-grid h3 { margin: -3px 0 9px; font: 800 clamp(1rem, 1.45vw, 1.24rem)/1.17 "Manrope", sans-serif; letter-spacing: -.03em; }
.promise-grid p { margin: 0; color: #c8b8be; font-size: .88rem; line-height: 1.65; }
.promise-scope { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin-top: 18px; }
.promise-scope article { padding: 25px; border: 1px solid rgba(255,255,255,.12); border-radius: 15px; background: rgba(255,255,255,.025); }
.promise-scope span { color: #ef777d; font: 800 .59rem/1.2 "Manrope", sans-serif; letter-spacing: .13em; }
.promise-scope h3 { margin: 13px 0 9px; font: 800 1.04rem/1.22 "Manrope", sans-serif; letter-spacing: -.025em; }
.promise-scope p { margin: 0; color: #bdadb3; font-size: .82rem; line-height: 1.62; }
.promise-standard { display: grid; grid-template-columns: 1fr 1fr; gap: 26px 52px; margin-top: 26px; padding: 26px 30px; border-radius: 15px; color: #d2c1c7; background: rgba(239,74,80,.1); font-size: .9rem; line-height: 1.6; }
.promise-standard p { margin: 0; }
.promise-standard strong, .promise-standard b { color: #ffb2a0; }

.quality-section { display: grid; grid-template-columns: minmax(300px, .75fr) minmax(450px, 1.25fr); gap: clamp(50px, 9vw, 140px); padding: clamp(90px, 11vw, 170px) clamp(22px, 7vw, 116px); color: #fff; background: #171014; }
.quality-intro { position: sticky; top: 135px; align-self: start; }
.quality-intro .section-number { margin-right: 12px; }
.quality-intro h2 { margin: 27px 0 25px; }
.quality-intro h2 em { color: #ed3d44; font-style: normal; }
.quality-intro p { max-width: 550px; margin: 0 0 30px; color: #c7b9bf; font-size: 1.03rem; }
.quality-actions { display: flex; flex-wrap: wrap; gap: 11px; }
.workflow-guard { margin-bottom: 28px; padding: clamp(24px, 4vw, 38px); border: 1px solid rgba(255,163,138,.28); border-radius: 20px; background: linear-gradient(135deg, rgba(217,45,52,.14), rgba(255,255,255,.035)); box-shadow: inset 0 1px 0 rgba(255,255,255,.06); }
.workflow-guard-kicker { color: #ff9f89; font: 800 .6rem/1.2 "Manrope", sans-serif; letter-spacing: .14em; }
.workflow-guard h3 { max-width: 620px; margin: 14px 0 13px; font: 800 clamp(1.45rem, 2.4vw, 2.15rem)/1.08 "Manrope", sans-serif; letter-spacing: -.035em; }
.workflow-guard > p { max-width: 760px; margin: 0; color: #c8b9c0; font-size: .86rem; line-height: 1.7; }
.workflow-guard-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; margin-top: 27px; border: 1px solid rgba(255,255,255,.12); background: rgba(255,255,255,.12); }
.workflow-guard-grid div { min-height: 120px; padding: 20px; background: #1b1216; }
.workflow-guard-grid b, .workflow-guard-grid span { display: block; }
.workflow-guard-grid b { color: #8de4b1; font: 800 .56rem/1.2 "Manrope", sans-serif; letter-spacing: .11em; }
.workflow-guard-grid span { margin-top: 10px; color: #a99aa1; font-size: .69rem; line-height: 1.5; }
.quality-step { position: relative; display: grid; grid-template-columns: 75px 1fr; gap: 25px; padding: 33px 0; border-top: 1px solid rgba(255,255,255,.14); }
.quality-step:last-child { border-bottom: 1px solid rgba(255,255,255,.14); }
.quality-step > span { display: grid; width: 52px; height: 52px; place-items: center; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; color: #ffab96; background: rgba(255,255,255,.03); font: 800 .68rem/1 "Manrope", sans-serif; }
.quality-step h3 { margin: 1px 0 8px; font: 800 1.22rem/1.2 "Manrope", sans-serif; }
.quality-step p { margin: 0; color: #aa9ba2; font-size: .88rem; }

.quality-demo { width: min(1050px, calc(100% - 28px)); max-height: calc(100vh - 28px); margin: auto; padding: 0; border: 1px solid rgba(255,255,255,.14); border-radius: 24px; color: #fff; background: #171014; box-shadow: 0 40px 120px rgba(0,0,0,.6); overflow: auto; }
.quality-demo::backdrop { background: rgba(10,6,8,.82); backdrop-filter: blur(7px); }
.quality-demo-shell { padding: clamp(24px, 5vw, 58px); }
.quality-demo-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 25px; }
.quality-demo-top span { color: #ef767b; font: 800 .62rem/1 "Manrope", sans-serif; letter-spacing: .15em; }
.quality-demo-top h2 { max-width: 720px; margin: 12px 0 0; font: 800 clamp(2rem, 4vw, 3.7rem)/1.02 "Manrope", sans-serif; letter-spacing: -.05em; }
.quality-demo-close { flex: 0 0 auto; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; color: #fff; background: rgba(255,255,255,.06); font-size: 1.6rem; cursor: pointer; }
.demo-disclaimer { margin: 24px 0; padding: 16px 18px; border-left: 3px solid #ef4a50; color: #c8bac0; background: rgba(255,255,255,.04); font-size: .82rem; }
.demo-disclaimer strong { color: #fff; }
.demo-device { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 18px; padding: 18px; border: 1px solid rgba(255,255,255,.12); border-radius: 12px; background: rgba(0,0,0,.18); }
.demo-device > span, .demo-device > b { font: 800 .58rem/1.2 "Manrope", sans-serif; letter-spacing: .12em; }
.demo-device > span { color: #9f8e96; }
.demo-device > b { color: #8ee6b2; }
.demo-record-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); margin-top: 25px; border-top: 1px solid rgba(255,255,255,.12); border-left: 1px solid rgba(255,255,255,.12); }
.demo-record-grid section { position: relative; min-height: 185px; padding: 25px 90px 25px 25px; border-right: 1px solid rgba(255,255,255,.12); border-bottom: 1px solid rgba(255,255,255,.12); }
.demo-record-grid section > span { color: #ef767b; font: 800 .58rem/1 "Manrope", sans-serif; letter-spacing: .12em; }
.demo-record-grid h3 { margin: 18px 0 9px; font: 800 1rem/1.2 "Manrope", sans-serif; }
.demo-record-grid p { margin: 0; color: #a999a0; font-size: .73rem; }
.demo-time { display: block; margin-top: 17px; color: #d8c9cf; font: 700 .62rem/1.3 "Manrope", sans-serif; }
.demo-record-grid section > b { position: absolute; right: 20px; top: 22px; color: #86e1ab; font: 800 .55rem/1 "Manrope", sans-serif; letter-spacing: .1em; }
.quality-demo-footer { display: flex; flex-wrap: wrap; gap: 12px 25px; margin-top: 24px; color: #b8a9b0; font-size: .68rem; }

.parts-section { background: var(--cream); }
.parts-card { display: grid; grid-template-columns: 1fr .86fr; max-width: 1320px; margin: 0 auto; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); overflow: hidden; }
.parts-copy, .sourcing-board { padding: clamp(36px, 5vw, 72px); }
.parts-copy > div { display: flex; align-items: center; gap: 14px; }
.parts-copy h2 { margin: 34px 0 25px; font-size: clamp(2.2rem, 3.7vw, 4.2rem); }
.parts-copy p { color: var(--muted); }
.parts-note { padding-left: 18px; border-left: 3px solid var(--coral); }
.sourcing-board { display: flex; flex-direction: column; justify-content: center; color: #fff; background: var(--ink-soft); }
.source-row { display: grid; grid-template-columns: 72px 1fr auto; align-items: center; gap: 18px; padding: 22px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.source-row > span, .source-row > b { font: 800 .57rem/1.3 "Manrope", sans-serif; letter-spacing: .11em; }
.source-row > span { color: #95838b; }
.source-row strong { font-size: .84rem; }
.source-row.approved > b { color: var(--green); }
.source-row.denied > b { color: #ff8585; }
.source-row.conditional > b { color: #ffca76; }
.supplier-rule { display: grid; grid-template-columns: 38px 1fr; gap: 15px; margin-top: 35px; padding: 19px; border: 1px solid rgba(255,255,255,.12); border-radius: 14px; background: rgba(255,255,255,.05); }
.supplier-rule i { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 50%; color: #13271c; background: var(--green); font-style: normal; font-weight: 900; }
.supplier-rule p { margin: 0; color: #b6a8ae; font-size: .77rem; }
.supplier-rule strong { color: #fff; }

.portal-section { padding: clamp(80px, 9vw, 140px) clamp(22px, 7vw, 116px); background: #6b1116; }
.portal-card { display: grid; grid-template-columns: 1fr .62fr; align-items: center; gap: 60px; max-width: 1320px; min-height: 640px; margin: 0 auto; padding: clamp(35px, 6vw, 90px); border: 1px solid rgba(255,255,255,.16); border-radius: 32px; color: #fff; background: linear-gradient(135deg, #a41f26, #3d0c10); overflow: hidden; }
.portal-copy h2 { max-width: 720px; margin: 26px 0; }
.portal-copy p { max-width: 690px; color: #e5cdd4; font-size: 1.02rem; }
.portal-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 22px; margin-top: 35px; }
.portal-call { color: #fff; font-size: .83rem; font-weight: 800; }
.phone-shell { position: relative; width: min(330px, 100%); min-height: 565px; justify-self: center; padding: 19px; border: 7px solid #21161b; border-radius: 48px; background: #f7f3ed; box-shadow: 0 35px 70px rgba(0,0,0,.35); transform: rotate(3deg); }
.phone-speaker { width: 86px; height: 19px; margin: -8px auto 25px; border-radius: 0 0 13px 13px; background: #21161b; }
.phone-ui { color: var(--ink); }
.phone-ui > span { color: var(--wine); font: 800 .52rem/1 "Manrope", sans-serif; letter-spacing: .15em; }
.phone-ui > strong { display: block; margin-top: 32px; font: 800 1.8rem/1.05 "Manrope", sans-serif; }
.phone-ui > p { margin: 8px 0 25px; color: var(--muted); font-size: .72rem; }
.mini-progress { height: 8px; border-radius: 20px; background: #e4dcdf; }
.mini-progress i { display: block; width: 88%; height: 100%; border-radius: inherit; background: var(--wine); }
.mini-status { margin-top: 28px; padding: 19px; border-radius: 14px; color: #fff; background: var(--ink); }
.mini-status b, .mini-status span { display: block; }
.mini-status b { color: #ff9f89; font-size: .54rem; text-transform: uppercase; letter-spacing: .13em; }
.mini-status span { margin-top: 8px; font: 800 .84rem/1.2 "Manrope", sans-serif; }
.mini-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 16px; }
.mini-grid span { padding: 15px 10px; border: 1px solid var(--line); border-radius: 10px; color: var(--muted); background: #fff; font-size: .58rem; font-weight: 800; }

.process { background: #fff; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.process-grid article { min-height: 310px; padding: 35px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.process-grid b { color: var(--wine); font: 800 .66rem/1 "Manrope", sans-serif; }
.process-grid h3 { margin: 70px 0 18px; font: 800 1.3rem/1.16 "Manrope", sans-serif; }
.process-grid p { margin: 0; color: var(--muted); font-size: .82rem; }

.business-support { display: grid; grid-template-columns: minmax(320px, .78fr) minmax(520px, 1.22fr); gap: clamp(50px, 8vw, 120px); padding: clamp(85px, 10vw, 145px) clamp(22px, 7vw, 116px); color: #fff; background: radial-gradient(circle at 8% 12%, rgba(184,39,45,.2), transparent 31%), #1b1217; }
.business-support-copy { align-self: center; }
.business-support-copy h2, .warranty-heading h2 { margin: 24px 0; font: 800 clamp(2.25rem, 4.35vw, 4.8rem)/1.02 "Manrope", sans-serif; letter-spacing: -.055em; }
.business-support-copy > p { max-width: 650px; margin: 0; color: #cdbec4; line-height: 1.76; }
.business-support-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 31px; }
.business-support-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid rgba(255,255,255,.13); border-left: 1px solid rgba(255,255,255,.13); }
.business-support-grid article { min-height: 230px; padding: 30px; border-right: 1px solid rgba(255,255,255,.13); border-bottom: 1px solid rgba(255,255,255,.13); background: rgba(255,255,255,.025); }
.business-support-grid article span { color: #ff9b9c; font: 800 .63rem/1 "Manrope", sans-serif; letter-spacing: .13em; }
.business-support-grid article h3 { margin: 38px 0 12px; font: 800 1.17rem/1.2 "Manrope", sans-serif; }
.business-support-grid article p { margin: 0; color: #bbaab2; font-size: .82rem; line-height: 1.65; }
.business-boundary { grid-column: 1 / -1; margin: 0; padding: 21px 25px; border-right: 1px solid rgba(255,255,255,.13); border-bottom: 1px solid rgba(255,255,255,.13); color: #bbaab2; background: rgba(239,74,80,.08); font-size: .78rem; }
.business-boundary strong { color: #ffb0b2; }

.team-section { background: #fffdfa; }
.team-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; max-width: 1320px; margin: 0 auto; }
.team-card { display: grid; grid-template-columns: 96px 1fr; align-items: start; gap: 26px; min-height: 305px; padding: clamp(28px, 4vw, 48px); border: 1px solid var(--line); border-radius: 20px; background: #fff; box-shadow: 0 18px 55px rgba(30,15,22,.07); }
.team-monogram { display: grid; width: 76px; height: 76px; place-items: center; border-radius: 18px; color: #fff; background: linear-gradient(145deg, var(--wine), #e24b50); font: 800 1.8rem/1 "Manrope", sans-serif; box-shadow: 0 14px 30px rgba(184,39,45,.2); }
.team-photo { display: block; width: 96px; height: 112px; aspect-ratio: 6 / 7; object-fit: cover; border: 3px solid #fff; border-radius: 18px; background: #f2edef; box-shadow: 0 14px 30px rgba(30,15,22,.16); }
.team-photo-jonathan { object-position: 50% 50%; }
.team-photo-kayden { object-position: 50% 20%; }
.team-card span { color: var(--wine); font: 800 .62rem/1.25 "Manrope", sans-serif; letter-spacing: .12em; }
.team-card h3 { margin: 12px 0 15px; font: 800 clamp(1.6rem, 2.7vw, 2.45rem)/1 "Manrope", sans-serif; letter-spacing: -.045em; }
.team-card p { margin: 0; color: var(--muted); font-size: .9rem; line-height: 1.72; }
.team-standard { display: flex; align-items: center; gap: 20px; max-width: 1320px; margin: 18px auto 0; padding: 20px 24px; border-radius: 17px; color: #eadde2; background: var(--ink-soft); }
.team-standard img { width: 62px; height: 62px; border-radius: 13px; object-fit: cover; background: #fff; }
.team-standard p { margin: 0; font-size: .84rem; }
.team-standard strong { display: block; margin-bottom: 4px; color: #fff; font-family: "Manrope", sans-serif; }

.warranty-center { padding: clamp(85px, 10vw, 145px) clamp(22px, 7vw, 116px); color: #fff; background: radial-gradient(circle at 92% 10%, rgba(237,54,61,.18), transparent 30%), #20161b; }
.warranty-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, .62fr); gap: 18px 70px; align-items: end; max-width: 1320px; margin: 0 auto 46px; }
.warranty-heading .eyebrow { grid-column: 1 / -1; }
.warranty-heading h2 { margin: 0; }
.warranty-heading p { margin: 0; color: #c7b8be; line-height: 1.72; }
.warranty-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); max-width: 1320px; margin: 0 auto; border-top: 1px solid rgba(255,255,255,.13); border-left: 1px solid rgba(255,255,255,.13); }
.warranty-grid article { min-height: 290px; padding: 30px; border-right: 1px solid rgba(255,255,255,.13); border-bottom: 1px solid rgba(255,255,255,.13); background: rgba(255,255,255,.02); }
.warranty-grid span, .warranty-exclusions span { color: #ff9699; font: 800 .59rem/1.25 "Manrope", sans-serif; letter-spacing: .12em; }
.warranty-grid h3 { margin: 45px 0 13px; font: 800 1.13rem/1.2 "Manrope", sans-serif; }
.warranty-grid p { margin: 0; color: #baabb2; font-size: .8rem; line-height: 1.67; }
.warranty-exclusions { display: grid; grid-template-columns: .52fr 1fr; gap: 35px 65px; max-width: 1320px; margin: 18px auto 0; padding: 28px 30px; border: 1px solid rgba(255,255,255,.13); border-radius: 16px; background: rgba(239,74,80,.07); }
.warranty-exclusions h3 { margin: 10px 0 0; font: 800 1.12rem/1.25 "Manrope", sans-serif; }
.warranty-exclusions p { margin: 0; color: #c7b8be; font-size: .84rem; line-height: 1.68; }
.warranty-note { max-width: 1320px; margin: 18px auto 0; color: #96858d; font-size: .72rem; line-height: 1.6; }

.faq { background: var(--cream); }
.faq-list { max-width: 1050px; border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item button { width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 25px; padding: 25px 0; border: 0; color: var(--ink); background: transparent; font: 800 1rem/1.3 "Manrope", sans-serif; text-align: left; cursor: pointer; }
.faq-item button b { color: var(--wine); font-size: 1.4rem; transition: transform .2s ease; }
.faq-item > div { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .28s ease; }
.faq-item > div > p { min-height: 0; margin: 0; color: var(--muted); overflow: hidden; }
.faq-item.is-open > div { grid-template-rows: 1fr; }
.faq-item.is-open > div > p { padding-bottom: 28px; }
.faq-item.is-open button b { transform: rotate(45deg); }

.contact-section { display: grid; grid-template-columns: 1fr .8fr; gap: 80px; padding: clamp(80px, 10vw, 150px) clamp(22px, 7vw, 116px); color: #fff; background: var(--ink); }
.contact-copy h2 { max-width: 760px; margin: 27px 0 24px; }
.contact-copy p { max-width: 620px; color: #c6b8be; }
.contact-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; align-self: center; border-top: 1px solid rgba(255,255,255,.13); border-left: 1px solid rgba(255,255,255,.13); }
.contact-grid > * { min-height: 150px; display: flex; flex-direction: column; justify-content: center; padding: 24px; border-right: 1px solid rgba(255,255,255,.13); border-bottom: 1px solid rgba(255,255,255,.13); text-decoration: none; }
.contact-grid span { color: #9c8b93; font: 800 .58rem/1 "Manrope", sans-serif; letter-spacing: .13em; }
.contact-grid strong { margin-top: 13px; font-size: .8rem; overflow-wrap: anywhere; }
.contact-grid small { margin-top: 6px; color: #9c8b93; font-size: .65rem; }

footer { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 50px; padding: 70px clamp(22px, 7vw, 116px) 95px; border-top: 1px solid rgba(255,255,255,.08); color: #b9aab1; background: #0f0a0d; }
footer .brand { color: #fff; }
footer .brand img { width: 52px; height: 52px; }
.footer-brand p { margin-top: 20px; color: #786a70; font-size: .77rem; }
footer > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 8px; }
footer > div > strong { margin-bottom: 10px; color: #fff; font: 800 .72rem/1 "Manrope", sans-serif; letter-spacing: .09em; text-transform: uppercase; }
footer a, footer span { color: #8f7e86; font-size: .72rem; text-decoration: none; }
footer a:hover { color: #fff; }
footer i { font-style: normal; }
.mobile-cta { display: none; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1120px) {
  .site-header { grid-template-columns: auto auto; justify-content: space-between; }
  .site-header nav { position: fixed; inset: 116px 0 auto 0; z-index: 100; display: none; flex-direction: column; align-items: center; gap: 0; padding: 25px; color: #fff; background: #171014; box-shadow: 0 25px 50px rgba(0,0,0,.3); }
  .site-header nav.is-open { display: flex; }
  .site-header nav a { width: min(520px, 100%); padding: 17px; border-bottom: 1px solid rgba(255,255,255,.09); text-align: center; }
  .menu-toggle { display: block; justify-self: end; }
  .header-actions { display: none; }
  .hero { grid-template-columns: 1fr; }
  .repair-console { justify-self: start; max-width: 760px; }
  .quality-section { grid-template-columns: 1fr; }
  .quality-intro { position: static; }
  .quality-flow { max-width: 900px; }
  .parts-card, .portal-card, .contact-section, .local-service-card { grid-template-columns: 1fr; }
  .promise-intro { grid-template-columns: 1fr; gap: 22px; }
  .promise-lead { max-width: 650px; }
  .promise-grid { grid-template-columns: 1fr; }
  .promise-grid article { min-height: 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.13); }
  .promise-grid article:nth-last-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.13); }
  .promise-grid article:last-child { border-bottom: 0; }
  .promise-scope { grid-template-columns: 1fr; }
  .promise-standard { grid-template-columns: 1fr; gap: 12px; }
  .phone-shell { display: none; }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .path-grid { grid-template-columns: 1fr; }
  .business-support { grid-template-columns: 1fr; }
  .business-support-copy { max-width: 780px; }
  .team-grid { grid-template-columns: 1fr; }
  .warranty-heading { grid-template-columns: 1fr; }
  .warranty-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 760px) {
  body { padding-bottom: 74px; }
  .hours-bar { min-height: 42px; gap: 6px; font-size: .57rem; letter-spacing: .04em; }
  .site-header { top: 0; min-height: 72px; padding: 10px 17px; }
  .brand img { width: 43px; height: 43px; }
  .site-header nav { inset: 114px 0 auto; }
  .hero { min-height: auto; padding-top: 76px; padding-bottom: 75px; }
  .system-status { align-items: flex-start; flex-direction: column; gap: 8px; width: 100%; max-width: 360px; }
  .typewriter-line { min-width: 0; min-height: 1em; padding: 2px 8px 3px; white-space: normal; }
  .hero h1 { font-size: clamp(2.75rem, 14vw, 4.4rem); }
  .hero-lead { font-size: .98rem; }
  .hero-actions .button { width: 100%; }
  .trust-row { display: grid; gap: 8px; }
  .repair-console { padding: 20px 17px; border-radius: 20px; }
  .console-footer { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
  .console-footer span:last-child { grid-column: 1 / -1; }
  .proof-strip { grid-template-columns: 1fr 1fr; }
  .proof-strip article { min-height: 130px; border-bottom: 1px solid var(--line); }
  .hours-schedule { display: none; }
  .path-card { min-height: 125px; }
  .section-heading { display: block; margin-bottom: 42px; }
  .section-heading > div { margin-bottom: 20px; }
  .section-heading p { margin-top: 20px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 350px; }
  .local-service-copy { padding: 38px 24px; }
  .promise-section { padding-top: 66px; padding-bottom: 66px; }
  .promise-intro { padding-bottom: 28px; }
  .promise-grid { margin-top: 24px; }
  .promise-grid article { padding: 23px 20px; }
  .business-support { padding-top: 72px; padding-bottom: 72px; }
  .business-support-actions .button { width: 100%; }
  .business-support-grid { grid-template-columns: 1fr; }
  .business-support-grid article { min-height: 0; }
  .business-boundary { grid-column: auto; }
  .team-card { grid-template-columns: 1fr; min-height: 0; }
  .team-photo { width: 96px; }
  .team-standard { align-items: flex-start; }
  .warranty-center { padding-top: 72px; padding-bottom: 72px; }
  .warranty-grid { grid-template-columns: 1fr; }
  .warranty-grid article { min-height: 0; }
  .warranty-exclusions { grid-template-columns: 1fr; gap: 18px; }
  .local-service-facts { grid-template-columns: 1fr; }
  .local-service-facts div { min-height: 115px; }
  .quality-section { padding-top: 85px; padding-bottom: 85px; }
  .quality-step { grid-template-columns: 52px 1fr; gap: 15px; }
  .workflow-guard-grid { grid-template-columns: 1fr; }
  .workflow-guard-grid div { min-height: auto; }
  .quality-step > span { width: 44px; height: 44px; }
  .quality-actions .button { width: 100%; }
  .demo-device { grid-template-columns: 1fr; gap: 7px; }
  .demo-record-grid { grid-template-columns: 1fr; }
  .demo-record-grid section { padding-right: 25px; }
  .demo-record-grid section > b { position: static; display: block; margin-top: 18px; }
  .parts-copy, .sourcing-board { padding: 32px 24px; }
  .source-row { grid-template-columns: 54px 1fr; gap: 10px; }
  .source-row > b { grid-column: 2; }
  .portal-section { padding-left: 12px; padding-right: 12px; }
  .portal-card { min-height: auto; padding: 42px 24px; border-radius: 24px; }
  .portal-actions .button { width: 100%; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid article { min-height: 240px; }
  .process-grid h3 { margin-top: 45px; }
  .contact-grid { grid-template-columns: 1fr; }
  footer { grid-template-columns: 1fr 1fr; padding-bottom: 50px; }
  .footer-brand { grid-column: 1 / -1; }
  .mobile-cta { position: fixed; inset: auto 10px 10px; z-index: 80; display: flex; justify-content: space-between; align-items: center; gap: 12px; min-height: 58px; padding: 10px 17px; border: 1px solid rgba(255,255,255,.18); border-radius: 14px; color: #fff; background: rgba(101,18,43,.96); box-shadow: 0 16px 40px rgba(0,0,0,.3); backdrop-filter: blur(14px); text-decoration: none; }
  .mobile-cta span { font-size: .65rem; text-transform: uppercase; letter-spacing: .09em; }
  .mobile-cta b { font-size: .7rem; }
}

@media (max-width: 440px) {
  .proof-strip { grid-template-columns: 1fr; }
  .proof-strip article { min-height: 110px; border-right: 0; }
  footer { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
}

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

@media print {
  .hours-bar, .site-header, .mobile-cta, .hero-glow { display: none !important; }
  body { color: #000; background: #fff; }
  .hero, .quality-section, .portal-section, .contact-section, footer { color: #000; background: #fff; }
}


/* Homepage cleanup: compact ownership stories and customer process */
.team-card { min-height: 0; }
.team-bio { margin-top: 18px; padding-top: 14px; border-top: 1px solid var(--line); }
.team-bio summary { cursor: pointer; width: fit-content; color: var(--wine); font: 800 .72rem/1.25 "Manrope", sans-serif; letter-spacing: .06em; list-style-position: outside; }
.team-bio summary:hover { color: #8e1820; }
.team-bio-content { padding-top: 15px; }
.team-bio-content p + p { margin-top: 12px; }

.process-details { grid-column: 1 / -1; margin-top: 8px; padding: 0 clamp(22px, 3vw, 38px) clamp(24px, 3vw, 38px); border: 1px solid rgba(255,255,255,.16); border-radius: 20px; background: rgba(255,255,255,.045); }
.process-details > summary { cursor: pointer; padding: 24px 0; color: #fff; font: 800 .8rem/1.2 "Manrope", sans-serif; letter-spacing: .07em; }
.process-details[open] > summary { border-bottom: 1px solid rgba(255,255,255,.13); }
.process-details-intro { padding: 24px 0 4px; }
.process-details-intro h3 { margin: 10px 0 0; color: #fff; font: 800 clamp(1.45rem, 2.5vw, 2.25rem)/1.08 "Manrope", sans-serif; letter-spacing: -.035em; }
.process-details .process-grid { margin-top: 20px; border-color: rgba(255,255,255,.13); }
.process-details .process-grid article { min-height: 0; padding: 24px; border-color: rgba(255,255,255,.13); background: rgba(255,255,255,.025); }
.process-details .process-grid b { color: #ff6a70; }
.process-details .process-grid h3 { margin: 28px 0 12px; color: #fff; font-size: 1.05rem; }
.process-details .process-grid p { color: #cdbec4; }

@media (max-width: 760px) {
  .team-bio summary { font-size: .7rem; }
  .process-details { padding-right: 18px; padding-bottom: 18px; padding-left: 18px; }
  .process-details .process-grid article { min-height: 0; padding: 22px; }
  .process-details .process-grid h3 { margin-top: 20px; }
}
