:root {
  --navy: #1b1d21;
  --navy-2: #2a2d32;
  --ink: #202226;
  --muted: #666a70;
  --orange: #ad342c;
  --orange-dark: #842720;
  --paper: #f4f4f2;
  --white: #fff;
  --line: #dfe3e6;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: "Manrope", sans-serif; color: var(--ink); background: var(--white); }
a { color: inherit; text-decoration: none; }
svg { display: block; }
.container { width: min(var(--container), calc(100% - 48px)); margin-inline: auto; }
.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; }

.site-header { height: 92px; background: rgba(255,255,255,.98); color: var(--ink); position: sticky; top: 0; z-index: 20; border-bottom: 1px solid #e1e1de; box-shadow: 0 4px 22px rgba(20,20,20,.05); }
.nav-wrap { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; gap: 12px; align-items: center; }
.brand-logo { display: block; width: 122px; height: 72px; object-fit: contain; }
.brand-tagline { padding-left: 12px; border-left: 1px solid #d9d9d6; color: #777b80; font-size: 8px; font-weight: 800; letter-spacing: 1.3px; }
.main-nav { display: flex; align-items: center; gap: 32px; font-size: 13px; font-weight: 600; }
.main-nav > a:not(.button) { color: #42454a; }
.main-nav > a:not(.button):hover { color: var(--orange); }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 27px; border: 0; background: var(--orange); color: #fff; font: 800 12px "Manrope", sans-serif; letter-spacing: .5px; text-transform: uppercase; cursor: pointer; transition: .2s ease; }
.button:hover { background: var(--orange-dark); transform: translateY(-2px); }
.button-small { min-height: 41px; padding-inline: 20px; color: #fff !important; }
.menu-toggle { display: none; background: none; border: 0; padding: 8px; }
.menu-toggle > span:not(.sr-only) { display: block; width: 23px; height: 2px; background: var(--ink); margin: 5px; }

.hero { min-height: clamp(760px, 66.65vw, 940px); position: relative; overflow: hidden; color: var(--navy); background: #fff; }
.hero::before { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(to bottom, rgba(255,255,255,.98) 0%, rgba(255,255,255,.9) 23%, rgba(255,255,255,0) 47%); pointer-events: none; }
.hero-branch-image { position: absolute; z-index: 0; inset: 0; width: 100%; height: 100%; object-fit: contain; object-position: center bottom; }
.hero-content { position: relative; z-index: 2; padding-top: clamp(70px, 7vw, 105px); text-align: center; }
.eyebrow { margin: 0 0 23px; color: #a9bac9; font-size: 10px; font-weight: 700; letter-spacing: 2.2px; display: flex; align-items: center; gap: 11px; }
.eyebrow span { width: 30px; height: 2px; background: var(--orange); }
.eyebrow.dark { color: #72808e; }
.hero-eyebrow { justify-content: center; color: #697989; }
.hero h1, h2 { font-family: "Oswald", sans-serif; text-transform: uppercase; margin: 0; font-weight: 600; line-height: .98; letter-spacing: -.5px; }
.hero h1 { font-size: clamp(74px, 9vw, 137px); line-height: .84; letter-spacing: -2px; color: var(--navy); text-shadow: 0 7px 28px rgba(255,255,255,.92); }
.hero h1 span, .hero h1 em { display: block; }
.hero h1 em { color: var(--orange); font-style: normal; }
.hero-text { max-width: 660px; color: #536476; font-size: 14px; line-height: 1.7; margin: 24px auto 21px; font-weight: 600; }
.hero-actions { display: flex; align-items: center; justify-content: center; gap: 31px; }
.text-link { color: #fff; font-size: 13px; font-weight: 700; padding-bottom: 5px; border-bottom: 1px solid rgba(255,255,255,.35); }
.text-link span { color: var(--orange); margin-left: 7px; }
.hero-link { color: var(--navy); border-color: rgba(11,31,53,.35); }

.trust-strip { background: var(--navy); color: #fff; border-top: 5px solid var(--orange); }
.trust-grid { min-height: 102px; display: grid; grid-template-columns: repeat(3, 1fr); align-items: center; }
.trust-grid > div { display: flex; align-items: center; gap: 16px; padding-left: 35px; border-left: 1px solid rgba(255,255,255,.16); }
.trust-grid > div:first-child { padding-left: 0; border: 0; }
.trust-grid span { font-family: "Oswald"; color: #d64a40; font-size: 25px; }
.trust-grid p { font-size: 11px; line-height: 1.6; margin: 0; }
.trust-grid strong { font-size: 13px; }

.section { padding: 108px 0; }
.section-heading { display: flex; justify-content: space-between; align-items: end; margin-bottom: 50px; }
.section-heading h2, .about h2 { font-size: clamp(42px, 4.2vw, 61px); color: var(--navy); }
.section-heading > p { max-width: 450px; font-size: 14px; line-height: 1.8; color: var(--muted); margin: 0 0 5px; }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); }
.product-card { min-height: 390px; padding: 32px 28px; position: relative; border-right: 1px solid var(--line); display: flex; flex-direction: column; transition: .25s ease; }
.product-card:last-child { border: 0; }
.product-card:hover, .product-card.featured { background: var(--navy); color: #fff; transform: translateY(-8px); box-shadow: 0 18px 35px rgba(8,31,50,.14); border-color: var(--navy); }
.product-icon { width: 55px; height: 55px; display: grid; place-items: center; background: #f0f2f3; margin-bottom: 38px; }
.product-icon svg { width: 35px; height: 35px; fill: none; stroke: var(--navy); stroke-width: 3; stroke-linejoin: round; }
.product-card:hover .product-icon, .product-card.featured .product-icon { background: var(--orange); }
.card-number { position: absolute; top: 35px; right: 28px; color: #a8b0b7; font: 500 13px "Oswald"; }
.product-card h3 { margin: 0 0 17px; font: 600 25px "Oswald"; text-transform: uppercase; color: var(--navy); }
.product-card:hover h3, .product-card.featured h3 { color: #fff; }
.product-card p { margin: 0; font-size: 12px; line-height: 1.8; color: var(--muted); }
.product-card:hover p, .product-card.featured p { color: #aebdca; }
.product-card a { margin-top: auto; font-size: 10px; text-transform: uppercase; font-weight: 800; letter-spacing: .5px; }
.product-card a span { color: var(--orange); margin-left: 5px; }

.range-visuals { margin-top: 28px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.range-visual-card { min-height: 335px; background: #fff; border: 1px solid var(--line); overflow: hidden; display: flex; flex-direction: column; box-shadow: 0 15px 34px rgba(17,19,22,.06); }
.range-visual-card img { width: 100%; height: 210px; object-fit: cover; display: block; background: #fff; }
.range-visual-card > div { padding: 23px 24px 25px; border-top: 4px solid var(--orange); }
.range-visual-card span { display: block; color: var(--orange-dark); font-size: 8px; font-weight: 800; letter-spacing: 1.5px; margin-bottom: 10px; }
.range-visual-card h3 { margin: 0; color: var(--navy); font: 600 22px/1.15 "Oswald", sans-serif; text-transform: uppercase; }
.range-visual-card p { margin: 10px 0 0; color: var(--muted); font-size: 12px; line-height: 1.7; }

.product-showcase { background: #eef1f3; padding-top: 105px; }
.showcase-heading { margin-bottom: 44px; }
.showcase-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.showcase-card { background: #fff; border: 1px solid #e1e5e8; transition: .22s ease; min-width: 0; }
.showcase-card:hover { transform: translateY(-5px); box-shadow: 0 15px 32px rgba(11,31,53,.11); border-color: #cfd5da; }
.showcase-image { height: 205px; display: grid; place-items: center; overflow: hidden; padding: 20px; background: #fff; border-bottom: 1px solid #edf0f2; }
.showcase-image img { width: 100%; height: 100%; object-fit: contain; display: block; }
.showcase-copy { padding: 20px 20px 22px; }
.showcase-copy > span { display: block; color: var(--orange-dark); font-size: 8px; font-weight: 800; letter-spacing: 1.4px; margin-bottom: 9px; }
.showcase-copy h3 { min-height: 44px; margin: 0; color: var(--navy); font: 600 18px/1.23 "Oswald", sans-serif; text-transform: uppercase; }
.showcase-copy p { margin: 9px 0 0; color: var(--muted); font-size: 10px; line-height: 1.5; }
.showcase-cta { margin-top: 32px; background: var(--navy); color: #fff; display: flex; align-items: center; justify-content: space-between; padding: 24px 28px; }
.showcase-cta p { margin: 0; font-size: 13px; font-weight: 600; }

.why { background: var(--navy); color: #fff; overflow: hidden; }
.why-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 100px; }
.why-copy h2 { font-size: clamp(42px, 4.1vw, 60px); max-width: 530px; }
.lead { color: #a9b8c5; line-height: 1.8; font-size: 14px; }
.benefit-list { margin-top: 30px; }
.benefit-list > div { display: flex; gap: 15px; padding: 17px 0; border-top: 1px solid rgba(255,255,255,.1); }
.benefit-list > div > span { width: 26px; height: 26px; flex: 0 0 26px; display: grid; place-items: center; border: 1px solid var(--orange); color: var(--orange); font-size: 12px; }
.benefit-list p { color: #92a5b6; margin: 0; font-size: 11px; line-height: 1.65; }
.benefit-list strong { color: #fff; font-size: 13px; }
.why-visual { position: relative; min-height: 490px; background: #e2e5e7; overflow: hidden; }
.orange-block { position: absolute; width: 240px; height: 110%; background: var(--orange); transform: rotate(20deg); left: -60px; top: -30px; }
.parts-diagram { position: absolute; inset: 0; filter: drop-shadow(0 20px 20px rgba(0,0,0,.25)); }
.ring { position: absolute; border-radius: 50%; border: 29px solid #273d50; background: #9da7ae; box-shadow: inset 0 0 0 13px #d5dade, inset 0 0 0 26px #1d3144; }
.ring-one { width: 240px; height: 240px; left: 145px; top: 95px; }
.ring-two { width: 150px; height: 150px; left: 320px; top: 230px; }
.ring-three { width: 105px; height: 105px; left: 75px; top: 305px; }
.axis { position: absolute; width: 260px; height: 48px; background: linear-gradient(#65727b, #dfe4e6, #58666f); transform: rotate(-38deg); left: 145px; top: 235px; }
.visual-label { position: absolute; right: 22px; bottom: 18px; display: flex; align-items: center; gap: 10px; color: var(--navy); }
.visual-label strong { font: 600 37px "Oswald"; }
.visual-label span { font-size: 8px; letter-spacing: 1px; font-weight: 800; }

.about { background: var(--paper); }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 120px; }
.about-grid > div:last-child { border-left: 3px solid var(--orange); padding-left: 38px; }
.about-grid p { font-size: 13px; line-height: 1.9; color: var(--muted); }
.about-grid .about-lead { color: var(--ink); font-size: 18px; line-height: 1.65; font-weight: 600; margin-top: 0; }
.dark-link { display: inline-block; color: var(--navy); border-color: #a5adb4; margin-top: 15px; }

.contact { padding: 105px 0; color: #fff; background: linear-gradient(105deg, #15171a, #2b2d31); }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 95px; }
.contact h2 { font-size: clamp(43px, 4vw, 59px); }
.contact-copy > p:not(.eyebrow) { color: #aebdca; font-size: 13px; line-height: 1.8; max-width: 430px; }
.contact-details { margin-top: 38px; display: grid; gap: 18px; }
.contact-details > * { display: flex; align-items: center; gap: 14px; font-size: 13px; }
.contact-details > * > span { width: 38px; height: 38px; border: 1px solid #53677a; display: grid; place-items: center; color: var(--orange); }
.contact-details small { display: block; color: #8093a5; font-size: 8px; letter-spacing: 1.2px; margin-bottom: 4px; }
.quote-form { background: #fff; color: var(--ink); padding: 36px; display: grid; gap: 18px; box-shadow: 18px 18px 0 rgba(242,160,24,.12); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }
.quote-form label { display: grid; gap: 7px; font-size: 9px; text-transform: uppercase; font-weight: 800; letter-spacing: .8px; color: #53606c; }
.quote-form input, .quote-form select, .quote-form textarea { width: 100%; border: 1px solid #dce1e4; background: #f8f9f9; padding: 13px; color: var(--ink); font: 12px "Manrope"; outline: 0; resize: vertical; border-radius: 0; }
.quote-form input:focus, .quote-form select:focus, .quote-form textarea:focus { border-color: var(--orange); background: #fff; }
.form-button { width: 100%; }
.form-button span { margin-left: 8px; }
.form-note { margin: -5px 0 0; color: #8c969f; font-size: 9px; text-align: center; }

footer { background: #111316; color: #a8aaad; padding: 34px 0; border-top: 3px solid var(--orange); }
.footer-grid { display: flex; justify-content: space-between; align-items: center; }
.footer-grid > p { font-size: 9px; letter-spacing: .5px; }
.footer-brand { padding: 5px 10px; background: #fff; }
.footer-brand .brand-logo { width: 105px; height: 61px; }

@media (max-width: 980px) {
  .main-nav { gap: 18px; }
  .hero h1 { font-size: clamp(72px, 10vw, 105px); }
  .product-grid { grid-template-columns: 1fr 1fr; }
  .range-visuals { grid-template-columns: 1fr 1fr; }
  .showcase-grid { grid-template-columns: repeat(3, 1fr); }
  .product-card:nth-child(2) { border-right: 0; }
  .product-card:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .why-grid { gap: 50px; }
  .why-visual { min-height: 430px; }
  .contact-grid { gap: 45px; }
}

@media (max-width: 760px) {
  .container { width: min(100% - 32px, var(--container)); }
  .site-header { height: 78px; }
  .brand-logo { width: 102px; height: 62px; }
  .brand-tagline { display: none; }
  .menu-toggle { display: block; }
  .main-nav { position: absolute; left: 0; right: 0; top: 78px; background: var(--navy); padding: 25px 24px 30px; display: none; flex-direction: column; align-items: stretch; gap: 20px; box-shadow: 0 20px 30px rgba(0,0,0,.25); }
  .main-nav > a:not(.button) { color: #fff; }
  .main-nav.open { display: flex; }
  .main-nav .button { text-align: center; }
  .hero { min-height: 700px; }
  .hero::before { background: linear-gradient(to bottom, #fff 0%, rgba(255,255,255,.96) 53%, rgba(255,255,255,0) 73%); }
  .hero-branch-image { inset: auto 0 0; width: 100%; height: auto; object-fit: initial; }
  .hero-content { padding-top: 64px; }
  .hero-eyebrow { font-size: 8px; letter-spacing: 1.3px; }
  .hero-eyebrow span { width: 18px; }
  .hero h1 { font-size: clamp(58px, 17vw, 72px); line-height: .87; letter-spacing: -1px; }
  .hero-text { max-width: 340px; font-size: 12px; margin-top: 20px; }
  .hero-actions { gap: 20px; }
  .hero-actions .button { min-height: 46px; padding-inline: 19px; }
  .hero-link { font-size: 11px; }
  .trust-grid { grid-template-columns: 1fr; padding: 16px 0; }
  .trust-grid > div, .trust-grid > div:first-child { padding: 12px 0; border-left: 0; border-top: 1px solid rgba(255,255,255,.15); }
  .trust-grid > div:first-child { border-top: 0; }
  .section { padding: 76px 0; }
  .section-heading { display: block; }
  .section-heading > p { margin-top: 25px; }
  .product-grid { grid-template-columns: 1fr; border-bottom: 0; }
  .range-visuals { grid-template-columns: 1fr; }
  .range-visual-card { min-height: 0; }
  .range-visual-card img { height: 205px; }
  .showcase-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
  .showcase-image { height: 165px; padding: 14px; }
  .showcase-copy { padding: 16px; }
  .showcase-copy h3 { min-height: 40px; font-size: 16px; }
  .showcase-cta { align-items: flex-start; flex-direction: column; gap: 18px; }
  .product-card, .product-card:nth-child(2) { border: 0; border-bottom: 1px solid var(--line); }
  .product-card { min-height: 350px; }
  .why-grid, .about-grid, .contact-grid { grid-template-columns: 1fr; gap: 50px; }
  .why-visual { min-height: 390px; order: 2; }
  .ring-one { left: 105px; }
  .ring-two { left: 275px; }
  .about-grid > div:last-child { padding-left: 25px; }
  .contact { padding: 75px 0; }
  .quote-form { padding: 24px 20px; }
  .field-row { grid-template-columns: 1fr; }
  .footer-grid { flex-direction: column; align-items: flex-start; gap: 12px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
