@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("assets/fonts/montserrat-latin.woff2") format("woff2");
}

:root {
  color-scheme: light;
  --navy: #0f2d52;
  --deep: #0a203b;
  --orange: #f36f21;
  --ink: #1c2733;
  --muted: #5d6873;
  --paper: #ffffff;
  --soft: #f3f5f6;
  --line: #dce1e5;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: var(--paper); color: var(--ink); font-family: Montserrat, Arial, sans-serif; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a:focus-visible { outline: 3px solid var(--orange); outline-offset: 4px; }
.container { width: min(100% - 48px, 1200px); margin-inline: auto; }
.skip-link { position: absolute; z-index: 20; left: 16px; top: -70px; padding: 12px 16px; background: white; color: var(--navy); }
.skip-link:focus { top: 16px; }

.utility-bar { background: var(--deep); color: #e9eef4; }
.utility-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 38px; }
.utility-inner > span { font-size: .69rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.utility-links { display: flex; gap: 24px; }
.utility-links a { font-size: .68rem; font-weight: 600; text-underline-offset: 4px; }
.site-header { position: relative; z-index: 5; background: white; box-shadow: 0 1px 0 rgba(15,45,82,.1); }
.header-inner { display: flex; align-items: center; gap: 34px; min-height: 108px; }
.brand { display: block; width: 225px; flex: none; }
.brand img { width: 100%; height: auto; }
.main-nav { display: flex; align-items: center; justify-content: center; gap: clamp(14px, 2.1vw, 31px); flex: 1; }
.main-nav a { position: relative; padding: 12px 0; color: var(--ink); text-decoration: none; white-space: nowrap; font-size: .77rem; font-weight: 700; text-transform: uppercase; letter-spacing: .055em; }
.main-nav a::after { content: ""; position: absolute; bottom: 4px; left: 0; right: 100%; height: 2px; background: var(--orange); transition: right .2s ease; }
.main-nav a:hover::after, .main-nav a[aria-current="page"]::after { right: 0; }
.header-contact { flex: none; display: inline-flex; gap: 12px; align-items: center; padding: 12px 15px; border: 1px solid var(--orange); color: var(--navy); text-decoration: none; font-size: .7rem; font-weight: 800; text-transform: uppercase; line-height: 1.35; }
.header-contact span { color: var(--orange); font-size: 1rem; }
.header-contact:hover { background: #fff3ea; }

h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { letter-spacing: -.04em; }
h1 { font-size: clamp(3rem, 6.3vw, 5.5rem); line-height: 1.06; font-weight: 800; }
h2 { font-size: clamp(2.2rem, 4vw, 3.6rem); line-height: 1.16; font-weight: 800; }
h3 { font-size: 1.18rem; line-height: 1.35; }
p { line-height: 1.75; }
.eyebrow { margin-bottom: 20px; color: var(--orange); font-size: .77rem; font-weight: 800; line-height: 1.5; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow-light { color: #ff9f67; }
.section-pad { padding-block: clamp(75px, 9vw, 118px); }
.section-heading { max-width: 690px; margin-bottom: 54px; }
.section-heading h2 { margin-bottom: 0; color: var(--navy); }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading.centered p:last-child { margin: 20px 0 0; color: var(--muted); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 26px; min-height: 54px; padding: 14px 23px; text-decoration: none; font-size: .83rem; font-weight: 800; letter-spacing: .02em; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button span { font-size: 1.1rem; }
.button-orange { background: var(--orange); color: var(--deep); }
.button-orange:hover { background: #ff8c4b; }
.button-dark { background: var(--deep); color: white; }
.button-dark:hover { background: var(--navy); }
.button-outline { border: 1px solid var(--navy); color: var(--navy); }
.button-outline:hover { background: var(--navy); color: white; }
.text-link { display: inline-flex; gap: 16px; color: var(--navy); font-size: .85rem; font-weight: 800; text-decoration-color: var(--orange); text-underline-offset: 6px; }
.text-link:hover { color: #c34e0a; }

.hero-home { position: relative; display: flex; align-items: center; min-height: min(690px, 76vw); overflow: hidden; color: white; background: linear-gradient(90deg, rgba(9,30,55,.95) 0%, rgba(9,30,55,.82) 42%, rgba(9,30,55,.15) 100%), url("assets/hero-tools.jpg") center / cover no-repeat; }
.hero-home::after { content: ""; position: absolute; bottom: 0; left: 0; right: 0; height: 7px; background: var(--orange); }
.hero-content { position: relative; z-index: 1; padding-block: 95px 110px; }
.hero-content h1 { max-width: 770px; margin-bottom: 26px; }
.hero-content > p:not(.eyebrow) { max-width: 540px; margin-bottom: 34px; color: #ecf1f6; font-size: 1.06rem; }
.hero-side-label { position: absolute; right: 28px; bottom: 33px; color: white; opacity: .92; font-size: .65rem; font-weight: 800; letter-spacing: .2em; writing-mode: vertical-rl; }
.statement-bar { display: flex; justify-content: center; align-items: center; gap: 22px; min-height: 60px; padding: 12px 20px; background: var(--navy); color: white; text-align: center; text-transform: uppercase; font-size: .73rem; font-weight: 800; letter-spacing: .2em; }
.statement-dot { color: var(--orange); font-size: .65rem; }
.numbers-section { background: white; }
.numbers-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.numbers-grid > div { display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 166px; padding: 28px 16px; text-align: center; border-right: 1px solid var(--line); }
.numbers-grid > div:last-child { border-right: 0; }
.numbers-grid strong { color: var(--orange); font-size: clamp(2rem, 3.3vw, 3.1rem); line-height: 1.1; letter-spacing: -.04em; }
.numbers-grid span { margin-top: 10px; color: var(--muted); font-size: .78rem; font-weight: 700; text-transform: uppercase; letter-spacing: .07em; }
.about-teaser { background: var(--soft); }
.teaser-grid { display: grid; grid-template-columns: .92fr 1fr; align-items: center; gap: clamp(48px, 8vw, 125px); }
.teaser-visual { position: relative; display: flex; flex-direction: column; justify-content: center; align-items: center; min-height: 390px; overflow: hidden; background: #34373a; color: white; }
.teaser-visual::before { content: ""; position: absolute; right: -80px; top: -60px; width: 130px; height: 560px; transform: rotate(28deg); background: var(--orange); }
.teaser-visual::after { content: ""; position: absolute; left: -140px; bottom: -240px; width: 500px; height: 500px; transform: rotate(45deg); border: 1px solid rgba(255,255,255,.14); }
.teaser-visual img { position: relative; width: min(88%, 550px); height: auto; }
.teaser-grid h2 { color: var(--navy); margin-bottom: 26px; }
.teaser-grid p:not(.eyebrow) { max-width: 620px; margin-bottom: 27px; color: var(--muted); font-size: .98rem; }
.brands-teaser { text-align: center; }
.brand-preview { display: grid; grid-template-columns: repeat(6, 1fr); gap: 10px; margin: 0 0 34px; }
.brand-preview img { width: 100%; height: 95px; padding: 16px; object-fit: contain; border: 1px solid var(--line); background: white; }
.wide-cta { position: relative; padding-block: clamp(72px, 8vw, 115px); overflow: hidden; background: #e8ecef; text-align: center; }
.wide-cta::before, .wide-cta::after { content: ""; position: absolute; z-index: 0; height: 100%; width: 240px; top: 0; transform: skewX(-25deg); background: var(--orange); opacity: .16; }
.wide-cta::before { left: -170px; }
.wide-cta::after { right: -190px; }
.wide-cta .container { position: relative; z-index: 1; }
.wide-cta h2 { margin-bottom: 18px; color: var(--navy); }
.wide-cta p:not(.eyebrow) { margin-bottom: 30px; color: var(--muted); }

.page-band { padding: 18px 20px; background: var(--navy); color: white; text-align: center; font-size: .73rem; font-weight: 800; letter-spacing: .2em; }
.page-intro { padding-block: clamp(80px, 10vw, 132px) clamp(65px, 8vw, 105px); }
.page-intro h1 { max-width: 920px; margin-bottom: 25px; color: var(--navy); }
.page-intro > p:last-child { max-width: 720px; margin-bottom: 0; color: var(--muted); font-size: 1.08rem; }
.brand-gallery { padding-top: 0; }
.brand-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.brand-card { display: grid; place-items: center; min-height: 146px; padding: 23px; border: 1px solid var(--line); background: white; }
.brand-card img { max-width: 100%; max-height: 94px; width: auto; height: auto; object-fit: contain; }
.brand-card:hover { border-color: var(--orange); box-shadow: 0 9px 26px rgba(15,45,82,.08); }
.mini-cta { padding-block: 70px; background: var(--navy); color: white; }
.mini-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 36px; }
.mini-cta h2 { max-width: 670px; margin-bottom: 10px; font-size: clamp(1.9rem, 3vw, 2.8rem); }
.mini-cta p { margin-bottom: 0; color: #dae4ee; }
.mini-cta .button { flex: none; }

.about-main { background: var(--soft); }
.about-grid { display: grid; grid-template-columns: .75fr 1fr; gap: clamp(50px, 10vw, 150px); }
.about-grid h2 { color: var(--navy); }
.prose { padding-top: 12px; border-top: 3px solid var(--orange); }
.prose p { margin-bottom: 20px; color: #374451; }
.prose p:last-child { margin-bottom: 0; }
.about-values .section-heading { max-width: 760px; }
.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.values-grid > div { padding: 33px; border-top: 3px solid var(--orange); background: var(--soft); }
.values-grid span { color: var(--orange); font-weight: 800; font-size: .78rem; letter-spacing: .1em; }
.values-grid h3 { margin: 22px 0 12px; color: var(--navy); }
.values-grid p { margin-bottom: 0; color: var(--muted); font-size: .9rem; }

.location-section { padding-top: 0; }
.location-grid { display: grid; grid-template-columns: 1.08fr .92fr; min-height: 450px; }
.location-map { position: relative; display: flex; flex-direction: column; justify-content: flex-end; align-items: flex-start; min-height: 450px; overflow: hidden; padding: 40px; background: linear-gradient(180deg, rgba(15,45,82,.1), rgba(15,45,82,.85)), url("assets/hero-tools.jpg") center / cover no-repeat; color: white; }
.map-pin { display: grid; place-items: center; width: 88px; height: 88px; margin-bottom: 18px; border: 4px solid var(--orange); background: var(--navy); border-radius: 50%; font-size: 1.8rem; font-weight: 800; }
.map-city { font-size: .76rem; font-weight: 800; letter-spacing: .2em; }
.location-card { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(35px, 5vw, 72px); background: var(--soft); }
.location-card h2 { margin-bottom: 23px; color: var(--navy); }
.location-card address { margin-bottom: 22px; font-size: .98rem; font-style: normal; line-height: 1.85; }
.location-contact { display: flex; flex-direction: column; gap: 8px; margin-top: 34px; padding-top: 23px; width: 100%; border-top: 1px solid var(--line); }
.location-contact a { color: var(--navy); font-size: .88rem; font-weight: 700; text-underline-offset: 4px; }
.hours-section { background: var(--navy); color: white; }
.hours-grid { display: grid; grid-template-columns: .8fr 1fr; gap: 70px; }
.hours-grid h2 { color: white; }
.hours-list { border-top: 1px solid rgba(255,255,255,.35); }
.hours-list div { display: flex; justify-content: space-between; gap: 20px; padding: 22px 0; border-bottom: 1px solid rgba(255,255,255,.35); font-size: .88rem; }
.hours-list strong { text-align: right; }
.online-section { text-align: center; }
.marketplaces { display: flex; justify-content: center; flex-wrap: wrap; gap: 14px; margin: 0 0 33px; }
.marketplaces span { min-width: 180px; padding: 20px 28px; border: 1px solid var(--line); color: var(--navy); font-weight: 800; }

.catalog-section { padding-top: 0; }
.catalog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.catalog-card { display: flex; flex-direction: column; align-items: flex-start; min-height: 350px; padding: 35px; border: 1px solid var(--line); background: var(--soft); }
.catalog-number { color: var(--orange); font-size: .76rem; font-weight: 800; letter-spacing: .15em; }
.catalog-card h2 { margin: 40px 0 14px; color: var(--navy); font-size: clamp(1.55rem, 2.3vw, 2.1rem); }
.catalog-card p { margin-bottom: 24px; color: var(--muted); font-size: .9rem; }
.catalog-card a { margin-top: auto; color: var(--navy); font-size: .84rem; font-weight: 800; text-underline-offset: 5px; }
.catalog-card:hover { border-color: var(--orange); }

.site-footer { background: var(--deep); color: #d9e2ec; }
.footer-top { display: grid; grid-template-columns: 1.5fr 1fr 1.2fr .8fr; gap: 40px; padding-block: 74px 65px; }
.footer-brand img { width: 240px; height: auto; }
.footer-brand p { max-width: 260px; margin: 12px 0 0; color: #aebdcc; font-size: .8rem; }
.footer-top h2 { margin: 4px 0 19px; color: white; font-size: .88rem; letter-spacing: .02em; }
.footer-top a { display: block; margin-bottom: 10px; font-size: .77rem; text-decoration: none; }
.footer-top a:hover { color: #ffac7b; text-decoration: underline; }
.footer-top p { font-size: .77rem; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-block: 23px; border-top: 1px solid rgba(255,255,255,.18); font-size: .69rem; }
.footer-bottom a { text-decoration: none; }

@media (max-width: 1100px) {
  .header-inner { gap: 20px; }
  .brand { width: 200px; }
  .main-nav { gap: 15px; }
  .main-nav a { font-size: .68rem; }
  .header-contact { font-size: .65rem; }
  .footer-top { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-top > div:last-child { grid-column: 2 / 4; }
}

@media (max-width: 850px) {
  .utility-inner > span { display: none; }
  .utility-inner { justify-content: center; }
  .header-inner { flex-wrap: wrap; justify-content: center; gap: 4px 20px; padding-block: 15px; }
  .brand { width: 210px; }
  .main-nav { order: 3; flex: 1 0 100%; padding-top: 8px; }
  .hero-home { min-height: 600px; }
  .hero-home { background-position: 62% center; }
  .teaser-grid, .about-grid, .location-grid, .hours-grid { grid-template-columns: 1fr; }
  .teaser-visual { min-height: 300px; }
  .brand-preview { grid-template-columns: repeat(3, 1fr); }
  .brand-grid { grid-template-columns: repeat(3, 1fr); }
  .catalog-grid { grid-template-columns: repeat(2, 1fr); }
  .location-map { min-height: 320px; }
  .hours-grid { gap: 38px; }
}

@media (max-width: 600px) {
  .container { width: min(100% - 36px, 1200px); }
  .utility-inner { min-height: 32px; }
  .utility-links { gap: 18px; }
  .utility-links a { font-size: .58rem; }
  .header-inner { padding-block: 12px 14px; }
  .brand { width: 205px; }
  .header-contact { width: 100%; justify-content: center; padding: 10px; }
  .main-nav { display: grid; grid-template-columns: repeat(3, max-content); justify-content: center; gap: 1px 19px; overflow: visible; padding: 10px 0 3px; }
  .main-nav a { font-size: .67rem; }
  .hero-home { min-height: 570px; background: linear-gradient(90deg, rgba(9,30,55,.93), rgba(9,30,55,.6)), url("assets/hero-tools.jpg") 66% center / cover no-repeat; }
  .hero-content { padding-block: 78px 95px; }
  .hero-content h1 { font-size: clamp(2.75rem, 12vw, 3.75rem); }
  .hero-content > p:not(.eyebrow) { font-size: .94rem; }
  .hero-side-label { display: none; }
  .statement-bar { flex-wrap: wrap; gap: 6px 12px; font-size: .56rem; letter-spacing: .09em; }
  .section-pad { padding-block: 68px; }
  .section-heading { margin-bottom: 38px; }
  .numbers-grid { grid-template-columns: repeat(2, 1fr); }
  .numbers-grid > div:nth-child(2) { border-right: 0; }
  .numbers-grid > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .numbers-grid > div { min-height: 145px; }
  .teaser-grid { gap: 35px; }
  .teaser-visual { min-height: 225px; }
  .brand-preview { grid-template-columns: repeat(2, 1fr); }
  .brand-preview img { height: 86px; }
  .page-intro { padding-block: 70px 63px; }
  .page-intro h1 { font-size: clamp(2.6rem, 11vw, 3.5rem); }
  .page-intro > p:last-child { font-size: .96rem; }
  .brand-grid { grid-template-columns: repeat(2, 1fr); gap: 9px; }
  .brand-card { min-height: 107px; padding: 12px; }
  .brand-card img { max-height: 78px; }
  .mini-cta-inner { align-items: flex-start; flex-direction: column; }
  .values-grid, .catalog-grid { grid-template-columns: 1fr; }
  .location-card { padding: 36px 26px; }
  .hours-list div { font-size: .76rem; }
  .marketplaces span { min-width: min(100%, 240px); }
  .footer-top { grid-template-columns: repeat(2, 1fr); gap: 36px 25px; padding-block: 60px 44px; }
  .footer-top > div:first-child { grid-column: 1 / -1; }
  .footer-top > div:last-child { grid-column: auto; }
  .footer-brand img { width: 230px; }
  .footer-bottom { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button, .main-nav a::after { transition: none; }
}
