:root {
    --navy: #071d35;
    --navy-2: #0d3157;
    --blue: #125da1;
    --orange: #ff6412;
    --orange-dark: #e64d00;
    --ink: #0b1725;
    --muted: #617082;
    --cloud: #eef2f5;
    --line: #dce3e8;
    --white: #fff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; color: var(--ink); background: #fff; font-family: "Inter", Arial, sans-serif; overflow-x: hidden; }
body, button, input, select, textarea { font-family: "Inter", Arial, sans-serif; }
h1, h2, h3, .eyebrow, .btn, .nav-link { font-family: "Barlow Condensed", "Arial Narrow", Arial, sans-serif; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
button { color: inherit; }

.skip-link { position: fixed; z-index: 9999; top: -80px; left: 16px; padding: 12px 18px; background: #fff; color: var(--navy); transition: .2s; }
.skip-link:focus { top: 16px; }
.container-xxl { padding-left: clamp(20px, 4vw, 62px); padding-right: clamp(20px, 4vw, 62px); }

.topbar { height: 40px; color: #fff; background: var(--orange); overflow: hidden; transition: height .3s ease, transform .3s ease; }
.topbar.is-hidden { height: 0; transform: translateY(-100%); }
.topbar-inner { height: 40px; display: flex; align-items: center; gap: 28px; font-size: 12px; font-weight: 700; letter-spacing: .02em; }
.topbar-inner a:hover { color: var(--navy); }
.topbar-inner i { margin-right: 7px; }
.topbar-note { margin-left: auto; text-transform: uppercase; font-size: 10px; letter-spacing: .12em; }

.site-nav { position: sticky; top: 0; z-index: 1030; min-height: 82px; padding: 0px 0; background: var(--navy); border-bottom: 1px solid rgba(255,255,255,.08); box-shadow: 0 12px 32px rgba(0,0,0,.08); }
.navbar-brand img { width: 260px; height: 75px; object-fit: contain; object-position: left center; }
.navbar-dark .navbar-nav .nav-link { padding: 12px 13px; color: rgba(255,255,255,.82); text-transform: uppercase; font-weight: 700; font-size: 15px; letter-spacing: .04em; }
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus { color: var(--orange); }
.btn { border-radius: 999px; font-weight: 800; text-transform: uppercase; letter-spacing: .045em; padding: 12px 24px; transition: .22s ease; }
.btn-orange { color: #fff; background: var(--orange); border-color: var(--orange); }
.btn-orange:hover, .btn-orange:focus { color: #fff; background: var(--orange-dark); border-color: var(--orange-dark); transform: translateY(-2px); }
.btn-navy { color: #fff; background: var(--navy); border-color: var(--navy); }
.btn-navy:hover, .btn-navy:focus { color: #fff; background: var(--blue); border-color: var(--blue); }

.hero { position: relative; height: calc(100svh - 160px); min-height: 560px; display: flex; align-items: center; color: #fff; background: var(--navy); overflow: hidden; }
.hero-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .92; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,15,29,.96) 0%, rgba(3,15,29,.84) 43%, rgba(3,15,29,.28) 100%), linear-gradient(0deg, rgba(3,15,29,.72), transparent 48%); }
.hero-content { position: relative; z-index: 2; width: 100%; padding-top: clamp(48px, 7vh, 72px); padding-bottom: clamp(56px, 8vh, 82px); }
.eyebrow { margin: 0 0 18px; color: var(--blue); display: flex; align-items: center; gap: 12px; text-transform: uppercase; font-size: 15px; font-weight: 800; letter-spacing: .15em; }
.eyebrow span { width: 42px; height: 3px; background: var(--orange); }
.eyebrow.light { color: #fff; }
.hero h1 { margin: 0; max-width: 820px; color: #fff; font-size: clamp(54px, min(6vw, 9vh), 88px); font-weight: 800; line-height: .86; letter-spacing: -.025em; text-transform: uppercase; }
.hero h1 strong { color: var(--orange); font-weight: 800; }
.hero-lead { max-width: 720px; margin: 22px 0 24px; color: #d7e1eb; font-size: clamp(16px, 1.25vw, 19px); line-height: 1.55; }
.hero-lead strong { color: #fff; font-weight: 800; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-actions .btn { padding: 15px 23px; }
.hero-actions i { margin-left: 8px; }
.hero-proof { width: 270px; min-height: 225px; padding: 27px; display: flex; flex-direction: column; justify-content: flex-end; color: #fff; background: rgba(7,29,53,.82); border: 1px solid rgba(255,255,255,.2); border-top: 5px solid var(--orange); border-radius: 22px; backdrop-filter: blur(8px); transition: transform .22s, border-color .22s, background .22s; }
.hero-proof:hover { color: #fff; background: rgba(13,49,87,.94); border-color: rgba(255,100,18,.75); transform: translateY(-4px); }
.proof-kicker { color: #a9bdd0; font-family: "Barlow Condensed"; font-size: 13px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.proof-icon { margin: 15px 0 14px; color: var(--orange); font-size: 34px; }
.hero-proof strong { max-width: 210px; font-family: "Barlow Condensed"; font-size: 29px; font-weight: 800; line-height: .95; text-transform: uppercase; }
.proof-link { margin-top: 18px; color: #fff; font-size: 12px; font-weight: 700; }
.proof-link i { margin-left: 7px; color: var(--orange); transition: transform .2s; }
.hero-proof:hover .proof-link i { transform: translateX(4px); }
.hero-scroll { position: absolute; z-index: 3; right: clamp(20px, 4vw, 62px); bottom: 26px; display: flex; align-items: center; gap: 10px; font-family: "Barlow Condensed"; text-transform: uppercase; font-weight: 700; letter-spacing: .13em; font-size: 12px; }
.hero-scroll span { width: 42px; height: 1px; background: var(--orange); }

.ticker { color: #fff; background: var(--orange); overflow: hidden; }
.ticker-track { display: flex; width: max-content; animation: ticker 31s linear infinite; }
.ticker-group { display: flex; align-items: center; min-height: 58px; white-space: nowrap; }
.ticker span { font-family: "Barlow Condensed"; text-transform: uppercase; font-size: 18px; font-weight: 800; letter-spacing: .07em; }
.ticker i { width: 7px; height: 7px; margin: 0 28px; transform: rotate(45deg); background: var(--navy); }
@keyframes ticker { to { transform: translateX(-50%); } }

.section { padding: clamp(78px, 8vw, 125px) 0; }
.products-section { background: #fff; }
.welcome-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(35px, 7vw, 110px); align-items: end; margin-bottom: 56px; }
.section h2, .welcome-grid h2 { margin: 0; font-size: clamp(46px, 5.2vw, 76px); font-weight: 800; line-height: .95; text-transform: uppercase; letter-spacing: -.02em; }
h2 em { color: var(--orange); font-style: normal; }
.welcome-copy p { color: var(--muted); font-size: 17px; line-height: 1.75; }
.text-link { color: var(--blue); font-weight: 700; font-size: 14px; }
.text-link i { margin-left: 7px; color: var(--orange); transition: .2s; }
.text-link:hover i { transform: translateX(4px); }
.product-filters { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin: 0 auto 18px; }
.product-filter { padding: 10px 19px; color: var(--navy); background: #fff; border: 1px solid #cfd8df; border-radius: 999px; font-family: "Barlow Condensed"; font-size: 15px; font-weight: 800; text-transform: uppercase; letter-spacing: .035em; transition: .2s ease; }
.product-filter:hover, .product-filter:focus-visible { color: var(--orange); border-color: var(--orange); outline: none; }
.product-filter.is-active { color: #fff; background: var(--orange); border-color: var(--orange); box-shadow: 0 8px 18px rgba(255,100,18,.2); }
.catalog-result { margin: 0 0 28px; color: var(--muted); text-align: center; font-size: 12px; }
.catalog-result strong { color: var(--navy); }
.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; align-items: stretch; }
.product-card { position: relative; min-width: 0; display: flex; flex-direction: column; background: #fff; border: 1px solid var(--line); border-radius: 18px; overflow: hidden; transition: transform .25s, border-color .25s, box-shadow .25s, opacity .2s; }
.product-card.is-hidden { display: none; }
.product-card:hover { z-index: 2; transform: translateY(-7px); border-color: var(--orange); box-shadow: 0 20px 44px rgba(8,31,56,.13); }
.product-image { position: relative; height: 260px; min-height: 0; padding: 26px; display: grid; place-items: center; background: #f8fafb; border-bottom: 1px solid var(--line); overflow: hidden; }
.product-image img { display: block; width: 100%; height: 100%; min-width: 0; min-height: 0; max-width: 100%; max-height: 100%; object-fit: contain; object-position: center; transition: transform .3s; }
.product-card:hover .product-image img { transform: scale(1.05); }
.product-body { flex: 1; min-height: 300px; padding: 22px; display: flex; flex-direction: column; align-items: flex-start; }
.product-body > span { padding: 5px 11px; color: var(--blue); background: #edf4fa; border-radius: 999px; font-family: "Barlow Condensed"; font-size: 12px; font-weight: 800; line-height: 1; text-transform: uppercase; }
.product-body h3 { min-height: 54px; margin: 13px 0 12px; font-size: 27px; font-weight: 800; text-transform: uppercase; line-height: 1; }
.product-body p { margin: 0 0 20px; color: var(--muted); font-size: 13px; line-height: 1.55; }
.product-description { min-height: 81px; display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 4; line-clamp: 4; }
.quote-product { margin-top: auto; padding: 9px 15px; background: transparent; border: 1px solid var(--navy); border-radius: 999px; color: var(--navy); font-family: "Barlow Condensed"; font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; transition: .2s; }
.quote-product i { margin-left: 6px; color: var(--orange); }
.quote-product:hover, .quote-product:focus-visible { color: #fff; background: var(--navy); outline: none; }
.quote-product:hover i, .quote-product:focus-visible i { color: #fff; }
.catalog-more-wrap { display: flex; justify-content: center; margin: 36px 0 12px; }
.catalog-load-more { padding: 12px 25px; color: var(--navy); background: #fff; border: 1px solid var(--navy); border-radius: 999px; font-family: "Barlow Condensed"; font-size: 16px; font-weight: 800; text-transform: uppercase; letter-spacing: .045em; }
.catalog-load-more i { margin-left: 8px; color: var(--orange); transition: transform .2s; }
.catalog-load-more:hover, .catalog-load-more:focus-visible { color: #fff; background: var(--navy); border-color: var(--navy); }
.catalog-load-more:hover i, .catalog-load-more:focus-visible i { color: #fff; transform: translateY(3px); }
.catalog-cta { margin-top: 18px; padding: 28px 32px; display: flex; justify-content: space-between; gap: 30px; align-items: center; background: #f7f8f9; border-left: 5px solid var(--orange); }
.catalog-cta p { margin: 0; color: var(--muted); }
.catalog-cta strong { color: var(--navy); }

.brands-section { color: #fff; background: var(--navy); position: relative; overflow: hidden; }
.brands-section::before { content: "INSTRUMEX"; position: absolute; left: -20px; bottom: -53px; color: rgba(255,255,255,.025); font-family: "Barlow Condensed"; font-weight: 900; font-size: 220px; line-height: 1; }
.section-heading.split { position: relative; display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 48px; }
.brand-heading { position: relative; display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(35px, 7vw, 110px); align-items: end; margin-bottom: 46px; }
.brand-heading .eyebrow { margin-bottom: 22px; }
.brand-heading h2 { margin: 0; color: #fff; }
.brand-copy p { max-width: 590px; margin: 0; color: #9fb1c2; font-size: 17px; line-height: 1.75; }
.brand-marquee { position: relative; display: flex; flex-direction: column; gap: 14px; overflow: hidden; }
.brand-marquee::before, .brand-marquee::after { content: ""; position: absolute; z-index: 2; top: 0; bottom: 0; width: clamp(24px, 6vw, 110px); pointer-events: none; }
.brand-marquee::before { left: 0; background: linear-gradient(90deg, var(--navy), transparent); }
.brand-marquee::after { right: 0; background: linear-gradient(270deg, var(--navy), transparent); }
.brand-row { overflow: hidden; }
.brand-row-track { display: flex; width: max-content; will-change: transform; }
.brand-row-group { display: flex; flex: none; gap: 14px; padding-right: 14px; }
.brand-row-left .brand-row-track { animation: brand-scroll-left linear infinite; }
.brand-row-right .brand-row-track { animation: brand-scroll-right linear infinite; }
.brand-row-slow .brand-row-track { animation-duration: 62s; }
.brand-row-medium .brand-row-track { animation-duration: 52s; }
.brand-row-fast .brand-row-track { animation-duration: 44s; }
.brand-marquee:hover .brand-row-track, .brand-marquee:focus-within .brand-row-track { animation-play-state: paused; }
.brand-logo { width: clamp(190px, 16vw, 270px); height: 104px; padding: 18px 26px; display: grid; place-items: center; background: #fff; border: 1px solid rgba(255,255,255,.22); border-radius: 14px; box-shadow: 0 12px 30px rgba(0,0,0,.12); overflow: hidden; transition: transform .25s, border-color .25s, box-shadow .25s; }
.brand-logo:hover { transform: translateY(-3px); border-color: var(--orange); box-shadow: 0 15px 34px rgba(0,0,0,.2); }
.brand-logo img { display: block; width: auto; height: auto; max-width: 100%; max-height: 54px; object-fit: contain; object-position: center; filter: grayscale(1); opacity: .68; transition: filter .25s, opacity .25s, transform .25s; }
.brand-logo:hover img { filter: grayscale(0); opacity: 1; transform: scale(1.04); }
.brand-note { position: relative; margin: 25px 0 0; color: #93a6b8; font-size: 12px; }
.brand-note i { margin-right: 7px; color: var(--orange); }
@keyframes brand-scroll-left { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@keyframes brand-scroll-right { from { transform: translateX(-50%); } to { transform: translateX(0); } }

.services-section { background: var(--cloud); }
.services-section .col-lg-5 > p:not(.eyebrow) { margin: 25px 0 30px; color: var(--muted); line-height: 1.75; }
.service-list { background: #fff; border-top: 4px solid var(--orange); border-radius: 20px; box-shadow: 0 18px 60px rgba(7,29,53,.08); overflow: hidden; }
.service-list article { min-height: 125px; padding: 26px 30px; display: grid; grid-template-columns: 38px 1fr 45px; gap: 18px; align-items: center; border-bottom: 1px solid var(--line); transition: .2s; }
.service-list article:hover { background: var(--navy); color: #fff; }
.service-list article > span { color: var(--orange); font-family: "Barlow Condensed"; font-weight: 800; }
.service-list h3 { margin: 0 0 6px; text-transform: uppercase; font-size: 25px; font-weight: 800; }
.service-list p { margin: 0; color: var(--muted); font-size: 13px; }
.service-list article:hover h3 { color: #fff; }
.service-list article:hover p { color: #b8c8d7; }
.service-list article > i { color: var(--orange); font-size: 24px; text-align: center; }

.why-section { background: #fff; }
.section-heading.centered { max-width: 900px; margin: 0 auto 55px; text-align: center; }
.section-heading.centered .eyebrow { justify-content: center; }
.why-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.why-grid article { position: relative; min-height: 335px; padding: 40px 30px; display: flex; flex-direction: column; align-items: center; border: 0; border-radius: 18px; text-align: center; transition: background .25s, transform .25s; }
.why-grid article:hover { background: #f7f9fb; }
.why-grid article > span { display: none; }
.why-icon { width: 100%; height: 72px; display: grid; place-items: center; margin-bottom: 38px; color: var(--orange); background: transparent; font-size: 63px; line-height: 1; text-align: center; }
.why-icon i { display: inline-block; transition: transform .25s; }
.why-grid article:hover .why-icon i { transform: translateY(-4px) scale(1.05); }
.why-grid h3 { width: 100%; min-height: 58px; margin: 0 0 14px; display: flex; align-items: center; justify-content: center; font-size: 29px; font-weight: 800; text-align: center; text-transform: uppercase; line-height: 1; }
.why-grid p { max-width: 270px; margin: 0 auto; color: var(--muted); font-size: 14px; line-height: 1.65; text-align: center; }

.about-section { padding-bottom: 0; color: #fff; background: var(--navy); overflow: hidden; }
.about-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(50px, 8vw, 130px); align-items: center; }
.about-visual { position: relative; min-height: 620px; display: block; padding: 0; background: transparent; }
.about-visual > img { display: block; width: 100%; height: 620px; object-fit: cover; object-position: center; }
.about-visual::before { content: ""; position: absolute; width: 125px; height: 125px; left: -20px; top: -20px; border: 4px solid var(--orange); border-right: 0; border-bottom: 0; }
.about-stamp { position: absolute; right: -32px; bottom: 30px; width: 190px; height: 190px; padding: 26px; display: flex; flex-direction: column; justify-content: center; background: var(--orange); }
.about-stamp i { font-size: 34px; margin-bottom: 14px; }
.about-stamp span { font-family: "Barlow Condensed"; text-transform: uppercase; font-weight: 800; font-size: 21px; line-height: 1.05; }
.about-copy h2 { max-width: 720px; color: #fff; }
.about-copy p { color: #aebdca; line-height: 1.75; }
.about-copy .lead-copy { margin-top: 25px; color: #fff; font-size: 19px; }
.about-values { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 35px; }
.about-values div { padding-top: 17px; border-top: 3px solid var(--orange); }
.about-values strong, .about-values span { display: block; }
.about-values strong { font-family: "Barlow Condensed"; text-transform: uppercase; font-size: 21px; }
.about-values span { margin-top: 8px; color: #9db0c1; font-size: 12px; line-height: 1.6; }
.about-pillars { position: relative; margin-top: clamp(28px, 3vw, 45px); padding: 28px 0 36px; display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(24px, 4vw, 55px); }
.about-pillars::before { content: ""; position: absolute; z-index: 0; top: 0; bottom: 0; left: 50%; width: 100vw; transform: translateX(-50%); background: #031426; }
.about-pillars article { position: relative; z-index: 1; text-align: center; }
.about-pillar-icon { height: 78px; display: grid; place-items: center; margin-bottom: 22px; color: var(--orange); font-size: 58px; line-height: 1; }
.about-pillars h3 { margin: 0 0 16px; color: #fff; font-size: 31px; font-weight: 800; text-align: center; text-transform: uppercase; }
.about-pillars p { max-width: 310px; margin: 0 auto; color: #aebdca; font-size: 14px; line-height: 1.7; text-align: center; }

.faq-section { background: #f8f9fa; }
.faq-intro { position: sticky; top: 115px; align-self: flex-start; }
.faq-intro > p:not(.eyebrow) { color: var(--muted); line-height: 1.7; }
.faq-intro .text-link { display: inline-block; margin-top: 8px; }
.accordion-item { background: transparent; border-color: var(--line); }
.accordion-button { padding: 22px 6px; color: var(--navy); background: transparent; box-shadow: none !important; font-family: "Barlow Condensed"; font-size: 22px; font-weight: 800; text-transform: uppercase; }
.accordion-button:not(.collapsed) { color: var(--orange); background: transparent; }
.accordion-button::after { filter: saturate(3); }
.accordion-body { padding: 0 42px 24px 6px; color: var(--muted); font-size: 14px; line-height: 1.7; }

.contact-invite { color: #fff; background: var(--orange); }
.invite-inner { min-height: 250px; display: flex; justify-content: space-between; align-items: center; gap: 35px; }
.invite-inner p { margin: 0 0 6px; text-transform: uppercase; font-family: "Barlow Condensed"; font-weight: 800; letter-spacing: .12em; }
.invite-inner h2 { max-width: 800px; margin: 0; font-family: "Barlow Condensed"; text-transform: uppercase; font-size: clamp(38px, 4vw, 60px); font-weight: 800; line-height: .95; }
.invite-inner .btn { color: var(--navy); white-space: nowrap; }
.invite-inner i { margin-left: 8px; }

.contact-section { color: #fff; background: #06172b; }
.contact-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(45px, 8vw, 110px); align-items: start; }
.contact-info h2 { max-width: 550px; color: #fff; }
.contact-info > p:not(.eyebrow) { margin: 24px 0 32px; color: #a9b9c8; line-height: 1.7; }
.contact-points { display: grid; gap: 12px; }
.contact-points > * { display: flex; align-items: center; gap: 15px; color: #fff; }
.contact-points > * > i { width: 42px; height: 42px; display: grid; place-items: center; color: var(--orange); border: 1px solid rgba(255,255,255,.16); }
.contact-points small, .contact-points span { display: block; }
.contact-points small { margin-bottom: 2px; color: #7f94a8; text-transform: uppercase; font-size: 9px; letter-spacing: .13em; }
.response-note { margin-top: 34px; padding: 20px; display: flex; gap: 16px; background: rgba(255,255,255,.045); border-left: 3px solid var(--orange); }
.response-note i { color: var(--orange); font-size: 22px; }
.response-note strong, .response-note span { display: block; }
.response-note strong { margin-bottom: 3px; font-size: 13px; }
.response-note span { color: #9eb0c0; font-size: 12px; }
.form-panel { padding: clamp(25px, 4vw, 50px); color: var(--ink); background: #fff; border-radius: 24px; box-shadow: 0 25px 70px rgba(0,0,0,.2); }
.interest-toggle { display: grid; grid-template-columns: 1fr 1fr; margin-bottom: 28px; background: var(--cloud); border-radius: 999px; overflow: hidden; }
#contactForm .interest-toggle label { margin-bottom: 0; padding: 17px 18px; text-align: center; color: var(--navy); cursor: pointer; font-family: "Barlow Condensed"; text-transform: uppercase; font-size: 21px; font-weight: 800; letter-spacing: .025em; }
#contactForm .interest-toggle input:checked + label { color: #fff; background: var(--navy); }
.interest-toggle i { margin-right: 7px; color: var(--orange); }
.form-panel label:not(.file-drop):not(.form-check-label) { margin-bottom: 7px; color: var(--navy); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }
.form-control, .form-select { min-height: 50px; border-radius: 12px; border: 1px solid #d6dde3; background-color: #f9fafb; font-size: 14px; }
textarea.form-control { min-height: 112px; }
.form-control:focus, .form-select:focus { border-color: var(--orange); box-shadow: 0 0 0 3px rgba(255,100,18,.12); }
.file-drop { min-height: 84px; padding: 15px 18px; display: grid; grid-template-columns: 36px 1fr auto; gap: 13px; align-items: center; background: #f7f8f9; border: 1px dashed #b8c4ce; border-radius: 14px; cursor: pointer; }
.file-drop > i { color: var(--orange); font-size: 26px; }
.file-drop strong, .file-drop small { display: block; }
.file-drop strong { color: var(--navy); font-size: 13px; }
.file-drop small, .file-name { color: var(--muted); font-size: 10px; }
.file-name { max-width: 145px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.form-check-label { color: var(--muted); font-size: 11px; }
.form-check-input:checked { background-color: var(--orange); border-color: var(--orange); }
.form-footer { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.form-status { margin: 0; color: var(--muted); font-size: 12px; }
.form-status.is-success { color: #147a52; }
.form-status.is-error { color: #b3261e; }

.site-footer { color: #fff; background: #041222; border-top: 1px solid rgba(255,255,255,.09); }
.footer-grid { padding: 76px 0 58px; display: grid; grid-template-columns: 1.45fr repeat(3, 1fr); gap: 55px; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 11px; }
.footer-brand img { width: 208px; height: 60px; object-fit: contain; object-position: left center; padding: 0; background: transparent; }
.footer-brand p { max-width: 330px; margin: 22px 0; color: #91a5b8; font-size: 13px; line-height: 1.7; }
.footer-quote { color: var(--orange); font-family: "Barlow Condensed"; text-transform: uppercase; font-weight: 800; }
.footer-quote i { margin-left: 7px; }
.footer-grid h3 { margin: 7px 0 13px; color: #fff; text-transform: uppercase; font-size: 19px; font-weight: 800; }
.footer-grid a, .footer-grid > div > p { margin: 0; color: #91a5b8; font-size: 12px; }
.footer-grid a:hover { color: var(--orange); }
.footer-grid i { width: 18px; color: var(--orange); }
.footer-bottom { min-height: 70px; display: flex; justify-content: space-between; align-items: center; gap: 20px; color: #6f8396; border-top: 1px solid rgba(255,255,255,.09); font-size: 11px; }
.footer-bottom a { color: var(--orange); }

.floating-quote { position: fixed; z-index: 1020; right: 22px; bottom: 22px; min-width: 120px; height: 54px; padding: 0 17px; display: flex; gap: 9px; align-items: center; justify-content: center; color: #fff; background: #1d9c59; border-radius: 999px; box-shadow: 0 10px 26px rgba(0,0,0,.24); font-size: 12px; font-weight: 800; text-transform: uppercase; }
.floating-quote i { font-size: 28px; }
.floating-quote:hover { color: #fff; background: #16824a; }
.back-to-top { position: fixed; z-index: 1019; right: 22px; bottom: 82px; width: 42px; height: 42px; display: none; place-items: center; color: #fff; background: var(--orange); border-radius: 50%; }
.back-to-top:hover { color: #fff; background: var(--orange-dark); }

@media (max-width: 1199px) {
    .navbar-collapse { padding: 18px 0 12px; }
    .navbar-dark .navbar-nav .nav-link { padding-left: 0; }
    .navbar-nav .btn { width: 100%; margin-top: 8px; }
    .product-grid { grid-template-columns: repeat(2, 1fr); }
    .why-grid { grid-template-columns: repeat(2, 1fr); }
    .about-pillars { grid-template-columns: repeat(2, 1fr); row-gap: 55px; }
}

@media (max-width: 991px) {
    .topbar-note { display: none; }
    .hero { height: auto; min-height: calc(100svh - 130px); max-height: none; }
    .welcome-grid, .brand-heading, .about-layout, .contact-grid { grid-template-columns: 1fr; }
    .about-visual { max-width: 640px; }
    .faq-intro { position: static; }
    .invite-inner { padding: 55px 0; align-items: flex-start; flex-direction: column; }
    .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
    .footer-grid > div:last-child { grid-column: 2 / 4; }
}

@media (max-width: 767px) {
    html { scroll-padding-top: 78px; }
    .topbar { height: auto; }
    .topbar-inner { height: auto; min-height: 38px; justify-content: center; gap: 16px; font-size: 10px; }
    .topbar-inner span:not(.topbar-note), .topbar-inner a:nth-child(2) { display: none; }
    .site-nav { min-height: 74px; }
    .navbar-brand img { width: 210px; height: 80px; }
    .hero { min-height: calc(100svh - 112px); }
    .hero-content { padding-top: 50px; padding-bottom: 64px; }
    .hero h1 { font-size: clamp(44px, 12vw, 60px); }
    .hero-lead { margin: 18px 0 22px; font-size: 15px; line-height: 1.5; }
    .hero-shade { background: linear-gradient(90deg, rgba(3,15,29,.94), rgba(3,15,29,.68)); }
    .hero-actions { align-items: stretch; flex-direction: column; }
    .hero-actions .btn { width: 100%; }
    .hero-scroll { display: none; }
    .section { padding: 76px 0; }
    .welcome-grid { gap: 26px; margin-bottom: 38px; }
    .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
    .product-card { border-radius: 14px; }
    .product-filters { justify-content: flex-start; flex-wrap: nowrap; margin-left: -20px; margin-right: -20px; padding: 0 20px 8px; overflow-x: auto; scrollbar-width: thin; }
    .product-filter { flex: 0 0 auto; }
    .product-image { height: 160px; padding: 14px; }
    .product-body { min-height: 270px; padding: 14px; }
    .product-body > span { padding: 4px 8px; font-size: 10px; }
    .product-body h3 { min-height: 44px; margin: 10px 0 9px; font-size: 20px; }
    .product-body p { min-height: auto; margin-bottom: 14px; font-size: 11px; line-height: 1.45; }
    .product-description { min-height: 64px; }
    .quote-product { width: 100%; padding: 8px 6px; font-size: 10px; letter-spacing: .025em; text-align: center; }
    .quote-product i { display: none; }
    .catalog-cta { align-items: stretch; flex-direction: column; }
    .section-heading.split { align-items: flex-start; flex-direction: column; }
    .brand-heading { gap: 26px; margin-bottom: 34px; }
    .brand-heading .eyebrow { margin-bottom: 17px; }
    .brand-marquee { gap: 10px; }
    .brand-row-group { gap: 10px; padding-right: 10px; }
    .brand-logo { width: 180px; height: 90px; padding: 15px 20px; }
    .brand-logo img { max-height: 48px; }
    .why-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
    .why-grid article { min-height: 285px; padding: 24px 10px; border: 0; }
    .why-icon { height: 58px; margin-bottom: 22px; font-size: 50px; }
    .why-grid h3 { min-height: 46px; margin-bottom: 10px; font-size: 21px; }
    .why-grid p { font-size: 12px; line-height: 1.5; }
    .about-visual { min-height: 480px; padding: 0; }
    .about-visual > img { height: 480px; }
    .about-stamp { width: 150px; height: 150px; right: -5px; bottom: -30px; }
    .about-values { grid-template-columns: 1fr; margin-top: 55px; }
    .about-pillars { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 38px 14px; }
    .about-pillar-icon { height: 58px; margin-bottom: 14px; font-size: 48px; }
    .about-pillars h3 { margin-bottom: 10px; font-size: 24px; }
    .about-pillars p { font-size: 12px; line-height: 1.55; }
    .service-list article { padding: 22px 18px; grid-template-columns: 28px 1fr 32px; }
    .file-drop { grid-template-columns: 36px 1fr; }
    .file-name { grid-column: 2; }
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 38px 25px; }
    .footer-brand { grid-column: 1 / 3; }
    .footer-grid > div:last-child { grid-column: auto; }
    .footer-bottom { padding: 22px 0; align-items: flex-start; flex-direction: column; }
    .floating-quote { min-width: 56px; width: 56px; height: 56px; padding: 0; }
    .floating-quote span { display: none; }
    .back-to-top { bottom: 88px; }
}

@media (max-width: 480px) {
    .product-image { height: 138px; padding: 11px; }
    .product-body { min-height: 255px; padding: 11px; }
    .product-body h3 { min-height: 40px; font-size: 18px; }
    .product-body p { font-size: 10.5px; }
    .quote-product { font-size: 9.5px; }
    .why-grid article { min-height: 270px; padding: 22px 8px; }
    .why-icon { height: 52px; font-size: 45px; }
    .why-grid h3 { min-height: 42px; font-size: 19px; }
    .why-grid p { font-size: 11px; }
    .about-pillar-icon { height: 52px; font-size: 43px; }
    .about-pillars h3 { font-size: 21px; }
    .about-pillars p { font-size: 11px; }
    .footer-grid { grid-template-columns: 1fr; }
    .footer-brand, .footer-grid > div:last-child { grid-column: auto; }
    #contactForm .interest-toggle label { padding: 15px 10px; font-size: 18px; }
}

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