:root { --yellow: #f5c400; --yellow-soft: #ffdc42; --ink: #121416; --ink-2: #22262a; --paper: #f3f3f0; --white: #fff; --line: #d8d9d6; --muted: #656b6e; --green: #126238; --shadow: 0 24px 70px rgba(15,17,18,.15); }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, "Segoe UI", Arial, sans-serif; font-size: 16px; line-height: 1.55; }
body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
.shell { width: min(1240px, calc(100% - 48px)); margin: 0 auto; }
.topline { color: #fff; background: var(--ink); font-size: .72rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.topline .shell { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.topline-phone { color: var(--yellow); font-weight: 900; letter-spacing: .05em; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.97); border-bottom: 1px solid var(--line); backdrop-filter: blur(12px); }
.header-inner { min-height: 84px; display: flex; align-items: center; gap: 26px; }
.brand { display: inline-flex; align-items: center; gap: 14px; flex: 0 0 auto; }
.brand img { width: 148px; height: auto; }
.brand span { padding-left: 14px; border-left: 1px solid #b9bbb8; color: #656967; font-size: .64rem; line-height: 1.3; letter-spacing: .09em; text-transform: uppercase; }
.main-nav { margin-left: auto; display: flex; align-items: center; gap: 21px; font-size: .81rem; font-weight: 800; }
.main-nav a { position: relative; white-space: nowrap; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -10px; height: 3px; background: var(--yellow); transition: right .2s ease; }
.main-nav a:hover::after, .main-nav a.active::after { right: 0; }
.header-action { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; padding: 0 17px; color: #fff; background: var(--ink); font-size: .77rem; font-weight: 850; white-space: nowrap; }
.mobile-contact { display: none; }
.menu-toggle { display: none; border: 0; background: transparent; color: var(--ink); }
.eyebrow { margin: 0 0 17px; color: #795f00; font-size: .74rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.hero { position: relative; overflow: hidden; background: var(--white); }
.hero-number { position: absolute; top: -4rem; right: -3rem; color: transparent; -webkit-text-stroke: 2px #ececea; font-size: clamp(14rem, 32vw, 32rem); line-height: 1; font-weight: 950; letter-spacing: -.09em; user-select: none; }
.hero-grid { position: relative; z-index: 2; min-height: 650px; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; }
.hero-copy { padding: 74px 0 94px; }
.hero h1 { margin: 0; font-size: clamp(3.6rem, 6.6vw, 6.6rem); line-height: .88; letter-spacing: -.065em; font-weight: 950; }
.lead { max-width: 660px; margin: 27px 0 0; color: var(--muted); font-size: clamp(1rem, 1.6vw, 1.22rem); }
.hero-proof { max-width: 680px; margin-top: 27px; display: flex; flex-wrap: wrap; gap: 8px; }
.hero-proof span { padding: 9px 12px; background: var(--paper); border: 1px solid var(--line); font-size: .76rem; font-weight: 700; }
.hero-proof b { color: var(--ink); font-weight: 900; }
.actions { margin-top: 32px; display: flex; flex-wrap: wrap; gap: 11px; }
.btn { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; padding: 0 24px; border: 1px solid var(--ink); font-size: .85rem; font-weight: 850; letter-spacing: .02em; transition: transform .18s ease, box-shadow .18s ease; }
.btn:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(0,0,0,.13); }
.btn-primary { border-color: var(--yellow); background: var(--yellow); }
.btn-secondary { background: transparent; }
.btn-dark { color: #fff; border-color: var(--ink); background: var(--ink); }
.btn-ghost-light { color: #fff; border-color: rgba(255,255,255,.5); background: transparent; }
.hero-visual { position: relative; align-self: stretch; display: flex; align-items: center; justify-content: flex-end; }
.hero-visual img { position: relative; z-index: 2; width: min(720px, 116%); max-width: none; transform: translateX(4%); filter: drop-shadow(0 30px 24px rgba(0,0,0,.16)); }
.hero-label { position: absolute; z-index: 3; right: 0; bottom: 43px; width: 228px; padding: 18px 20px; color: #fff; background: var(--ink); }
.hero-label strong { display: block; color: var(--yellow); font-size: 1.3rem; line-height: 1.05; }
.hero-label span { display: block; margin-top: 9px; color: #c7cacc; font-size: .75rem; font-weight: 700; }
.hero-stripe { position: absolute; z-index: 3; left: 0; bottom: 0; width: 38%; height: 14px; background: var(--yellow); }
.key-metrics { display: grid; grid-template-columns: repeat(4,1fr); background: #fff; border-bottom: 1px solid var(--line); }
.metric { min-height: 142px; padding: 29px 30px; border-right: 1px solid var(--line); }
.metric:last-child { border-right: 0; }
.metric strong { display: block; font-size: clamp(2rem,3.2vw,3.35rem); line-height: 1; letter-spacing: -.055em; }
.metric span { display: block; max-width: 210px; margin-top: 12px; color: var(--muted); font-size: .8rem; font-weight: 750; }
.included-showcase { padding: 94px 0; color: #fff; background: var(--ink); }
.included-showcase .eyebrow { color: var(--yellow); }
.included-head { margin-bottom: 42px; display: grid; grid-template-columns: 1.1fr .9fr; align-items: end; gap: 55px; }
.included-head h2 { margin: 0; font-size: clamp(2.6rem,5vw,5rem); line-height: .91; letter-spacing: -.057em; }
.included-head > p { max-width: 570px; margin: 0; color: #b8bcbd; }
.included-layout { display: grid; grid-template-columns: .62fr 1.38fr; gap: 14px; }
.included-count { min-height: 444px; padding: 35px; display: flex; flex-direction: column; align-items: flex-start; color: var(--ink); background: var(--yellow); }
.included-count strong { font-size: clamp(8rem,14vw,12rem); line-height: .75; letter-spacing: -.09em; }
.included-count span { margin-top: 36px; font-size: 1.45rem; line-height: 1.06; font-weight: 900; }
.included-count a { margin-top: auto; font-size: .8rem; font-weight: 900; }
.included-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 1px; background: #3b3e40; border: 1px solid #3b3e40; }
.included-grid a { min-height: 147px; padding: 22px 24px; background: #1c1f21; transition: background .18s ease, transform .18s ease; }
.included-grid a:hover { position: relative; z-index: 2; background: #292d30; transform: translateY(-2px); }
.included-grid span { display: block; margin-bottom: 20px; color: var(--yellow); font-size: .68rem; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.included-grid b { display: block; font-size: 1.08rem; line-height: 1.15; }
.included-grid p { margin: 8px 0 0; color: #aeb2b3; font-size: .81rem; }
.included-action { margin-top: 25px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.included-action p { margin: 0; color: #9ea2a3; font-size: .84rem; }
.test-drive-promo { position: relative; overflow: hidden; padding: 88px 0; color: #fff; background: #1c2022; }
.test-drive-promo::after { content: "TEST"; position: absolute; right: -25px; bottom: -100px; color: transparent; -webkit-text-stroke: 2px rgba(255,255,255,.055); font-size: clamp(10rem,27vw,26rem); line-height: 1; font-weight: 950; letter-spacing: -.08em; }
.test-drive-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .72fr 1.28fr; gap: 66px; align-items: stretch; }
.test-drive-number { min-height: 440px; padding: 38px; display: flex; flex-direction: column; align-items: flex-start; color: var(--ink); background: var(--yellow); }
.test-drive-number strong { font-size: clamp(9rem,18vw,15rem); line-height: .72; letter-spacing: -.1em; }
.test-drive-number span { margin-top: auto; font-size: clamp(1.4rem,2.4vw,2.1rem); line-height: 1; font-weight: 950; }
.test-drive-copy { padding: 26px 0; align-self: center; }
.test-drive-copy .eyebrow { color: var(--yellow); }
.test-drive-copy h2 { max-width: 730px; margin: 0; font-size: clamp(2.8rem,5.2vw,5.3rem); line-height: .9; letter-spacing: -.06em; }
.test-drive-copy > p:not(.eyebrow) { max-width: 710px; margin: 27px 0 0; color: #c0c4c5; font-size: 1.08rem; }
.test-drive-notice { max-width: 760px; margin-top: 28px; padding: 20px 22px; display: grid; grid-template-columns: .65fr 1.35fr; gap: 24px; border-left: 6px solid var(--yellow); background: rgba(255,255,255,.07); }
.test-drive-notice b { color: var(--yellow); }
.test-drive-notice span { color: #c7cbcc; font-size: .86rem; }
.test-drive-copy small { display: block; max-width: 740px; margin-top: 18px; color: #888e90; font-size: .75rem; }
.section { padding: 92px 0; }
.section-head { margin-bottom: 42px; display: grid; grid-template-columns: 1.1fr .9fr; align-items: end; gap: 50px; }
.section-head-single { grid-template-columns: 1fr; }
.section-head h2, .work-copy h2, .two-col h2, .page-intro h1, .cta h2 { margin: 0; font-size: clamp(2.35rem,4.4vw,4.45rem); line-height: .96; letter-spacing: -.052em; }
.section-head p:last-child { max-width: 570px; margin: 0; color: var(--muted); }
.component-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 15px; }
.component-card { position: relative; min-height: 330px; padding: 31px; overflow: hidden; background: #fff; border: 1px solid var(--line); transition: transform .2s ease, box-shadow .2s ease; }
.component-card::before { content: ""; position: absolute; top: 0; right: 0; width: 46px; height: 9px; background: var(--yellow); }
.component-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.component-card span { color: #8c7100; font-size: .72rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.component-card h3 { margin: 48px 0 10px; font-size: 1.85rem; letter-spacing: -.04em; }
.component-card > strong { display: block; min-height: 42px; margin-bottom: 11px; font-size: 1.05rem; line-height: 1.2; }
.component-card p { margin: 0 0 23px; color: var(--muted); font-size: .92rem; }
.component-card b, .text-link { font-size: .81rem; font-weight: 900; }
.work-section { display: grid; grid-template-columns: 1.25fr .75fr; min-height: 640px; background: var(--ink); color: #fff; }
.work-photo { min-height: 520px; }
.work-photo img { width: 100%; height: 100%; object-fit: cover; }
.work-copy { padding: 76px clamp(38px,5vw,84px); align-self: center; }
.work-copy .eyebrow { color: var(--yellow); }
.work-copy p:not(.eyebrow) { color: #b9bdbe; }
.check-list { margin: 31px 0; padding: 0; list-style: none; }
.check-list li { padding: 12px 0 12px 28px; position: relative; border-top: 1px solid rgba(255,255,255,.15); font-size: .9rem; font-weight: 750; }
.check-list li::before { content: ""; position: absolute; left: 0; top: 19px; width: 10px; height: 4px; border-left: 2px solid var(--yellow); border-bottom: 2px solid var(--yellow); transform: rotate(-45deg); }
.work-copy .text-link { color: var(--yellow); }
.two-col { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: center; }
.large-copy { max-width: 560px; margin: 25px 0 30px; color: var(--muted); font-size: 1.12rem; }
.steering-list { border-top: 1px solid var(--line); }
.steering-list > div { display: grid; grid-template-columns: 52px .75fr 1.25fr; align-items: center; gap: 18px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.steering-list b { color: #927500; font-size: .76rem; }
.steering-list h3 { margin: 0; font-size: 1.05rem; }
.steering-list p { margin: 0; color: var(--muted); font-size: .9rem; }
.standard-section { background: #fff; }
.standard-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 18px; }
.standard-photo { min-height: 500px; }
.standard-photo img { width: 100%; height: 100%; object-fit: cover; }
.standard-list { padding: 24px 38px; background: var(--paper); }
.standard-list > div { display: grid; grid-template-columns: 46px 1fr; gap: 15px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.standard-list span { color: #8d7200; font-size: .72rem; font-weight: 900; }
.standard-list b { font-size: .94rem; }
.standard-list .text-link { display: inline-block; margin-top: 28px; }
.detail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.detail-grid article { display: grid; grid-template-columns: .95fr 1.05fr; min-height: 310px; background: #fff; }
.detail-grid img { width: 100%; height: 100%; object-fit: cover; }
.detail-grid article > div { padding: 31px; align-self: end; }
.detail-grid span { color: #8a7000; font-size: .7rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.detail-grid h3 { margin: 36px 0 14px; font-size: 1.55rem; line-height: 1.08; letter-spacing: -.035em; }
.detail-grid a { font-size: .8rem; font-weight: 900; }
.cta { padding: 74px 0; background: var(--yellow); }
.cta .shell { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 45px; }
.cta .eyebrow { color: #5d4a00; }
.cta p:last-child { max-width: 700px; margin: 17px 0 0; }
.site-footer { padding: 58px 0 24px; color: #fff; background: var(--ink); }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3,1fr); gap: 55px; }
.footer-brand img { width: 160px; padding: 10px; background: #fff; }
.footer-brand p { color: #9da1a2; font-size: .82rem; }
.footer-grid nav { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.footer-grid nav b { margin-bottom: 8px; color: var(--yellow); font-size: .72rem; letter-spacing: .11em; text-transform: uppercase; }
.footer-grid nav a { color: #e1e2e2; font-size: .82rem; }
.footer-grid nav .footer-phone { color: var(--yellow); font-size: .95rem; font-weight: 900; }
.footer-grid nav span { max-width: 210px; color: #7f8587; font-size: .74rem; }
.footer-bottom { margin-top: 45px; padding-top: 19px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.16); color: #777c7e; font-size: .72rem; }
.page-intro { position: relative; overflow: hidden; padding: 72px 0 77px; background: #fff; }
.page-intro::after { content: attr(data-mark); position: absolute; right: -30px; top: -75px; color: transparent; -webkit-text-stroke: 2px #eeeeeb; font-size: clamp(10rem,25vw,24rem); line-height: 1; font-weight: 950; letter-spacing: -.08em; }
.page-intro .shell { position: relative; z-index: 2; }
.breadcrumbs { margin: 0 0 45px; display: flex; flex-wrap: wrap; gap: 9px; color: #777c7e; font-size: .75rem; font-weight: 750; }
.breadcrumbs a:hover { color: var(--ink); }
.page-intro h1 { max-width: 900px; }
.page-intro .lead { max-width: 760px; }
.intro-facts { margin-top: 36px; display: flex; flex-wrap: wrap; gap: 8px; }
.intro-facts span { padding: 9px 13px; background: var(--paper); border: 1px solid var(--line); font-size: .77rem; font-weight: 800; }
.dark-band { color: #fff; background: var(--ink); }
.dark-band .eyebrow { color: var(--yellow); }
.content-grid { display: grid; grid-template-columns: minmax(0,1fr) 310px; gap: 56px; align-items: start; }
.side-nav { position: sticky; top: 112px; padding: 26px; background: #fff; border-top: 7px solid var(--yellow); }
.side-nav b { display: block; margin-bottom: 15px; font-size: .74rem; letter-spacing: .11em; text-transform: uppercase; }
.side-nav a { display: block; padding: 10px 0; border-top: 1px solid var(--line); color: var(--muted); font-size: .84rem; font-weight: 750; }
.side-nav a:hover { color: var(--ink); }
.prose h2 { margin: 0 0 22px; font-size: clamp(2rem,3.7vw,3.4rem); line-height: 1; letter-spacing: -.045em; }
.prose h2:not(:first-child) { margin-top: 72px; }
.prose h3 { margin: 34px 0 12px; font-size: 1.35rem; }
.prose p { max-width: 790px; color: var(--muted); }
.spec-table { width: 100%; border-collapse: collapse; background: #fff; }
.spec-table th, .spec-table td { padding: 15px 17px; border: 1px solid var(--line); text-align: left; vertical-align: top; }
.spec-table th { width: 62%; color: #555b5d; font-weight: 650; }
.spec-table td { font-weight: 800; }
.spec-table .group th { width: auto; padding: 12px 17px; color: var(--ink); background: var(--yellow); font-size: .74rem; letter-spacing: .1em; text-transform: uppercase; }
.image-panel { padding: 34px; background: #fff; }
.image-panel img { margin: 0 auto; max-height: 650px; }
.feature-pairs { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.feature-pair { min-height: 230px; padding: 29px; background: #fff; border: 1px solid var(--line); }
.feature-pair span { color: #8a7000; font-size: .72rem; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.feature-pair h3 { margin: 45px 0 10px; font-size: 1.45rem; }
.feature-pair p { margin: 0; color: var(--muted); font-size: .9rem; }
.photo-feature { display: grid; grid-template-columns: 1.05fr .95fr; background: #fff; }
.photo-feature.reverse { grid-template-columns: .95fr 1.05fr; }
.photo-feature img { width: 100%; height: 100%; min-height: 440px; object-fit: cover; }
.photo-feature > div { padding: clamp(36px,6vw,74px); align-self: center; }
.photo-feature h2 { margin: 0 0 20px; font-size: clamp(2rem,3.5vw,3.5rem); line-height: 1; letter-spacing: -.045em; }
.photo-feature p { color: var(--muted); }
.equipment-grid, .attachment-grid, .application-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.info-card { min-height: 250px; padding: 30px; background: #fff; border-top: 7px solid var(--yellow); }
.info-card .card-num { color: #8d7200; font-size: .72rem; font-weight: 900; }
.info-card h2, .info-card h3 { margin: 52px 0 12px; font-size: 1.55rem; line-height: 1.05; letter-spacing: -.035em; }
.info-card p { margin: 0; color: var(--muted); font-size: .91rem; }
.media-card { overflow: hidden; background: #fff; }
.media-card img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.media-card > div { padding: 25px; }
.media-card h2, .media-card h3 { margin: 0 0 10px; font-size: 1.45rem; }
.media-card p { margin: 0; color: var(--muted); font-size: .9rem; }
.service-steps { counter-reset: service; display: grid; grid-template-columns: repeat(3,1fr); gap: 15px; }
.service-step { counter-increment: service; min-height: 260px; padding: 30px; color: #fff; background: var(--ink-2); border-top: 7px solid var(--yellow); }
.service-step::before { content: "0" counter(service); color: var(--yellow); font-size: .75rem; font-weight: 900; }
.service-step h3 { margin: 58px 0 12px; font-size: 1.45rem; }
.service-step p { margin: 0; color: #b8bcbd; font-size: .9rem; }
.contact-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 18px; }
.contact-panel { padding: 42px; background: #fff; }
.contact-panel.dark { color: #fff; background: var(--ink); }
.contact-panel h2 { margin: 0 0 18px; font-size: 2rem; letter-spacing: -.035em; }
.contact-panel p { color: var(--muted); }
.contact-panel.dark p { color: #b8bcbd; }
.contact-phone { margin: 32px 0 22px; display: block; color: var(--yellow); font-size: clamp(1.8rem,3.4vw,3.1rem); line-height: 1; font-weight: 950; letter-spacing: -.04em; }
.contact-checklist { margin: 26px 0 0; padding: 0; list-style: none; }
.contact-checklist li { padding: 15px 0; border-top: 1px solid var(--line); font-weight: 750; }
.contact-panel.dark .contact-checklist li { border-color: rgba(255,255,255,.16); }
.pending-contact { margin-top: 30px; padding: 20px; color: var(--ink); background: var(--yellow); }
.pending-contact b { display: block; margin-bottom: 5px; }
.note { margin-top: 28px; padding-top: 20px; border-top: 1px solid var(--line); color: var(--muted); font-size: .82rem; }
.contact-panel.dark .note { border-color: rgba(255,255,255,.16); }
.drive-hero { overflow: hidden; color: #fff; background: var(--ink); }
.drive-hero-grid { min-height: 680px; display: grid; grid-template-columns: .94fr 1.06fr; }
.drive-hero-copy { padding: 68px 62px 76px 0; align-self: center; }
.drive-hero .breadcrumbs { color: #858b8d; }
.drive-hero .eyebrow { color: var(--yellow); }
.drive-hero h1 { max-width: 720px; margin: 0; font-size: clamp(3.4rem,6.5vw,6.7rem); line-height: .88; letter-spacing: -.065em; }
.drive-hero .lead { color: #b7bbbc; }
.drive-phone { margin-top: 27px; display: inline-block; color: var(--yellow); font-size: 1.3rem; font-weight: 900; }
.drive-hero-visual { position: relative; min-height: 580px; }
.drive-hero-visual img { width: 100%; height: 100%; object-fit: cover; }
.drive-hours { position: absolute; left: 0; bottom: 0; width: min(290px,62%); padding: 27px 30px; color: var(--ink); background: var(--yellow); }
.drive-hours strong { display: block; font-size: 6rem; line-height: .72; letter-spacing: -.09em; }
.drive-hours span { display: block; margin-top: 22px; font-size: 1.2rem; font-weight: 950; }
.drive-hours small { display: block; margin-top: 3px; font-size: .73rem; font-weight: 750; }
.drive-terms { padding: 86px 0; color: #fff; background: var(--ink); }
.drive-terms-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: start; }
.drive-terms .eyebrow { color: var(--yellow); }
.drive-terms h2 { margin: 0; font-size: clamp(2.6rem,4.8vw,4.8rem); line-height: .93; letter-spacing: -.055em; }
.drive-terms-grid > div:last-child { padding-top: 36px; border-top: 7px solid var(--yellow); }
.drive-terms p { margin: 0 0 24px; color: #b7bbbc; font-size: 1rem; }
.drive-terms strong { margin: 34px 0; display: block; color: var(--yellow); font-size: clamp(1.35rem,2.5vw,2rem); line-height: 1.14; }
.drive-steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 15px; }
.drive-steps article { min-height: 280px; padding: 30px; color: #fff; background: var(--ink); border-top: 7px solid var(--yellow); }
.drive-steps span { color: var(--yellow); font-size: .75rem; font-weight: 900; }
.drive-steps h3 { margin: 64px 0 14px; font-size: 1.5rem; line-height: 1.08; }
.drive-steps p { margin: 0; color: #b8bcbd; font-size: .9rem; }
.drive-call { margin-top: 18px; padding: 30px 34px; display: flex; align-items: center; justify-content: space-between; gap: 30px; background: var(--yellow); }
.drive-call span { display: block; font-size: .72rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.drive-call strong { display: block; margin-top: 5px; font-size: clamp(1.8rem,3.2vw,3rem); line-height: 1; letter-spacing: -.045em; }
.error-page { min-height: calc(100vh - 85px); display: flex; align-items: center; background: #fff; }
.error-page h1 { max-width: 850px; margin: 0; font-size: clamp(3.5rem,9vw,8rem); line-height: .9; letter-spacing: -.065em; }
.error-page p:not(.eyebrow) { color: var(--muted); font-size: 1.1rem; }
@media (max-width: 1120px) { .main-nav { gap: 13px; font-size: .73rem; } .main-nav .mobile-contact { display: block; } .header-action { display: none; } .detail-grid article { grid-template-columns: 1fr; } .detail-grid img { height: 260px; } }
@media (max-width: 900px) { .topline { display: none; } .header-inner { min-height: 72px; } .menu-toggle { margin-left: auto; width: 46px; height: 46px; display: grid; grid-template-columns: 1fr auto; align-content: center; gap: 4px 7px; padding: 8px; } .menu-toggle span { width: 21px; height: 2px; display: block; background: var(--ink); } .menu-toggle b { grid-column: 2; grid-row: 1 / span 3; align-self: center; font-size: .65rem; text-transform: uppercase; } .main-nav { position: fixed; inset: 72px 0 auto; margin: 0; padding: 24px; display: none; flex-direction: column; align-items: stretch; gap: 0; background: #fff; border-bottom: 1px solid var(--line); box-shadow: 0 25px 40px rgba(0,0,0,.12); } .main-nav.open { display: flex; } .main-nav a { padding: 14px 0; border-top: 1px solid var(--line); font-size: .95rem; } .main-nav a::after { display: none; } .main-nav .mobile-contact { display: block; } .hero-grid { grid-template-columns: 1fr; } .hero-copy { max-width: 760px; padding: 64px 0 20px; } .hero-visual { min-height: 420px; } .hero-visual img { width: min(720px,95%); transform: none; } .key-metrics { grid-template-columns: 1fr 1fr; } .metric:nth-child(2) { border-right: 0; } .metric { border-bottom: 1px solid var(--line); } .included-head, .included-layout, .section-head, .two-col, .standard-grid, .content-grid, .contact-layout { grid-template-columns: 1fr; } .included-count { min-height: 300px; } .included-count a { margin-top: 42px; } .component-grid, .equipment-grid, .attachment-grid, .application-grid, .service-steps { grid-template-columns: 1fr 1fr; } .work-section { grid-template-columns: 1fr; } .work-photo { min-height: 440px; } .two-col { gap: 42px; } .side-nav { position: static; } .photo-feature, .photo-feature.reverse { grid-template-columns: 1fr; } .photo-feature.reverse img { order: 0; } .photo-feature.reverse > div { order: 1; } .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; } .footer-grid nav:last-child { grid-column: 2 / span 2; } }
@media (max-width: 620px) { .shell { width: min(100% - 28px,1240px); } .brand img { width: 128px; } .brand span { display: none; } .hero-copy { padding-top: 52px; } .hero h1 { font-size: clamp(3.2rem,16vw,5.2rem); } .hero-visual { min-height: 320px; } .hero-visual img { width: 108%; max-width: none; } .hero-label { right: 0; bottom: 14px; width: 196px; } .key-metrics { grid-template-columns: 1fr 1fr; } .metric { min-height: 120px; padding: 22px 17px; } .metric strong { font-size: 1.8rem; } .included-showcase { padding: 67px 0; } .included-head { gap: 19px; } .included-grid { grid-template-columns: 1fr; } .included-count { min-height: 270px; padding: 27px; } .included-count strong { font-size: 8rem; } .included-count span { margin-top: 24px; } .included-action { align-items: flex-start; flex-direction: column; } .section { padding: 66px 0; } .section-head { gap: 19px; } .component-grid, .equipment-grid, .attachment-grid, .application-grid, .service-steps, .feature-pairs, .detail-grid { grid-template-columns: 1fr; } .component-card { min-height: 290px; } .work-photo { min-height: 330px; } .work-copy { padding: 48px 24px; } .steering-list > div { grid-template-columns: 38px 1fr; } .steering-list p { grid-column: 2; } .standard-photo { min-height: 320px; } .standard-list { padding: 20px; } .detail-grid article { grid-template-columns: 1fr; } .cta .shell { grid-template-columns: 1fr; } .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px 24px; } .footer-brand { grid-column: 1 / -1; } .footer-grid nav:last-child { grid-column: 1 / -1; } .footer-bottom { flex-direction: column; } .page-intro { padding: 46px 0 55px; } .breadcrumbs { margin-bottom: 30px; } .spec-table, .spec-table tbody, .spec-table tr, .spec-table th, .spec-table td { display: block; } .spec-table tr { border: 1px solid var(--line); border-bottom: 0; } .spec-table th, .spec-table td { width: 100%; border: 0; padding: 11px 14px; } .spec-table th { padding-bottom: 3px; } .spec-table td { padding-top: 3px; padding-bottom: 12px; } .spec-table .group th { padding: 12px 14px; } .image-panel { padding: 16px; } .contact-panel { padding: 28px 22px; } }
@media (max-width: 900px) { .test-drive-grid, .drive-hero-grid, .drive-terms-grid { grid-template-columns: 1fr; } .test-drive-number { min-height: 300px; } .test-drive-number span { margin-top: 36px; } .drive-hero-copy { padding-right: 0; } .drive-hero-visual { min-height: 440px; } .drive-terms-grid { gap: 42px; } .drive-terms-grid > div:last-child { padding-top: 28px; } }
@media (max-width: 620px) { .test-drive-promo { padding: 64px 0; } .test-drive-grid { gap: 34px; } .test-drive-number { min-height: 250px; padding: 27px; } .test-drive-number strong { font-size: 8.5rem; } .test-drive-notice { grid-template-columns: 1fr; gap: 8px; } .drive-hero-copy { padding: 49px 0 54px; } .drive-hero h1 { font-size: clamp(3rem,15vw,5rem); } .drive-hero-visual { min-height: 340px; } .drive-hours { width: 66%; padding: 23px; } .drive-hours strong { font-size: 4.6rem; } .drive-terms { padding: 64px 0; } .drive-steps { grid-template-columns: 1fr; } .drive-steps article { min-height: 230px; } .drive-call { align-items: flex-start; flex-direction: column; padding: 25px; } .contact-phone { font-size: 1.75rem; } }
