:root {
  --blue: #075eea;
  --blue-dark: #0348b7;
  --blue-soft: #eaf2ff;
  --ink: #0a1118;
  --navy: #071018;
  --navy-2: #0d1c29;
  --paper: #f3f5f7;
  --line: #dfe5ea;
  --muted: #5f6d79;
  --white: #ffffff;
  --font: "Montserrat", "Avenir Next", "Segoe UI", Arial, sans-serif;
  --shadow: 0 24px 70px rgba(4, 17, 30, .1);
  --radius: 8px;
}

*,
*::before,
*::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body { margin: 0; overflow-x: clip; background: var(--white); color: var(--ink); font-family: var(--font); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { max-width: 100%; height: auto; display: block; }
[hidden] { display: none !important; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
.container > *, .hero-grid > *, .page-hero-grid > *, .contact-grid > * { min-width: 0; }
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible { outline: 3px solid #65a0ff; outline-offset: 3px; }
.container { width: min(1400px, calc(100% - 80px)); margin-inline: auto; }
.section { padding: 110px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 9999; top: 10px; left: 10px; padding: 12px 16px; background: var(--blue); color: #fff; transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.eyebrow { margin: 0 0 18px; color: var(--blue); font-size: 11px; line-height: 1.3; font-weight: 800; letter-spacing: .19em; text-transform: uppercase; }
h1, h2, h3, p { overflow-wrap: break-word; }
h1, h2, h3 { margin-top: 0; line-height: 1.05; letter-spacing: -.045em; }
h2 { font-size: clamp(38px, 4.3vw, 68px); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 54px; padding: 14px 23px; border: 0; border-radius: 5px; background: var(--blue); color: #fff; font-weight: 750; font-size: 14px; line-height: 1.2; box-shadow: 0 12px 30px rgba(7, 94, 234, .23); transition: background .2s ease, transform .2s ease, box-shadow .2s ease; }
.button:hover, .button:focus-visible { background: var(--blue-dark); transform: translateY(-2px); box-shadow: 0 18px 35px rgba(7, 94, 234, .28); }
.button-small { min-height: 44px; padding: 11px 16px; font-size: 12px; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: #fff; font-size: 14px; font-weight: 750; }
.text-link span { color: #66a1ff; font-size: 18px; transition: transform .2s ease; }
.text-link:hover span { transform: translateX(4px); }
.text-link.dark { color: var(--ink); }

/* Header */
.site-header { position: sticky; z-index: 50; top: 0; height: 92px; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(10,17,24,.09); backdrop-filter: blur(14px); }
.header-inner { height: 100%; display: flex; align-items: center; gap: 32px; }
.brand { flex: 0 0 auto; width: 188px; height: 70px; overflow: hidden; display: flex; align-items: center; }
.brand img { width: 188px; height: auto; object-fit: contain; }
.site-nav { margin-left: auto; display: flex; align-items: center; gap: clamp(18px, 2.1vw, 34px); }
.site-nav > a, .nav-group-toggle { position: relative; padding: 34px 0 31px; border: 0; background: none; color: #1d2831; font-size: 12px; font-weight: 700; letter-spacing: .01em; white-space: nowrap; }
.site-nav > a:after, .nav-group-toggle:after { content: ""; position: absolute; left: 0; right: 0; bottom: 25px; height: 2px; background: var(--blue); transform: scaleX(0); transform-origin: left; transition: transform .2s ease; }
.site-nav > a:hover:after, .site-nav > a.is-active:after, .nav-group:hover .nav-group-toggle:after { transform: scaleX(1); }
.nav-group { position: relative; }
.nav-group-toggle span { color: var(--blue); margin-left: 3px; }
.nav-dropdown { position: absolute; top: calc(100% - 12px); left: -24px; min-width: 205px; padding: 11px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); opacity: 0; visibility: hidden; transform: translateY(8px); transition: .2s ease; }
.nav-group:hover .nav-dropdown, .nav-group:focus-within .nav-dropdown { opacity: 1; visibility: visible; transform: none; }
.nav-group.is-open .nav-dropdown { opacity: 1; visibility: visible; transform: none; }
.nav-dropdown a { display: block; padding: 10px 12px; border-radius: 4px; color: #25323d; font-size: 13px; font-weight: 650; }
.nav-dropdown a:hover { background: var(--blue-soft); color: var(--blue); }
.menu-toggle { display: none; width: 42px; height: 42px; padding: 10px 8px; border: 0; background: transparent; }
.menu-toggle > span:not(.sr-only) { display: block; width: 24px; height: 2px; margin: 5px auto; background: var(--ink); transition: .2s ease; }
.menu-toggle.is-open > span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle.is-open > span:nth-child(2) { opacity: 0; }
.menu-toggle.is-open > span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Home hero */
.home-hero { position: relative; min-height: 690px; overflow: hidden; background: linear-gradient(118deg, #061019 0%, #0a1824 62%, #0a2c5a 100%); color: #fff; }
.home-hero:before { content: ""; position: absolute; width: 620px; height: 620px; right: -150px; top: -240px; border-radius: 50%; background: rgba(7,94,234,.16); filter: blur(4px); }
.home-hero:after { content: ""; position: absolute; width: 420px; height: 420px; left: 37%; bottom: -320px; border-radius: 50%; background: rgba(7,94,234,.2); filter: blur(8px); }
.hero-noise { position: absolute; inset: 0; opacity: .17; background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px); background-size: 70px 70px; }
.hero-grid { position: relative; z-index: 2; min-height: 610px; display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: 70px; padding-top: 48px; padding-bottom: 40px; }
.hero-copy { max-width: 890px; }
.hero-copy h1 { margin-bottom: 29px; font-size: clamp(56px, 6.1vw, 94px); font-weight: 750; line-height: .96; }
.hero-copy h1 span { color: #4a8fff; }
.hero-lead { max-width: 700px; margin: 0; color: #bdc9d4; font-size: 17px; line-height: 1.75; }
.hero-actions { margin-top: 34px; display: flex; align-items: center; gap: 29px; }
.hero-stat { justify-self: end; position: relative; width: min(100%, 460px); aspect-ratio: 1; display: grid; place-content: center; text-align: center; background: radial-gradient(circle, rgba(7,94,234,.34), rgba(7,94,234,.04) 46%, transparent 68%); }
.hero-stat strong { display: block; font-size: clamp(112px, 12vw, 178px); line-height: .8; letter-spacing: -.09em; }
.hero-stat p { margin: 28px 0 0; color: #aebdcc; font-size: 12px; font-weight: 700; line-height: 1.65; letter-spacing: .14em; text-transform: uppercase; }
.focus-corner { position: absolute; width: 88px; height: 88px; border-color: #277cff; }
.focus-top-left { top: 6%; left: 5%; border-top: 6px solid; border-left: 6px solid; border-radius: 9px 0 0; }
.focus-top-right { top: 6%; right: 5%; border-top: 6px solid; border-right: 6px solid; border-radius: 0 9px 0 0; }
.focus-bottom-left { bottom: 6%; left: 5%; border-bottom: 6px solid; border-left: 6px solid; border-radius: 0 0 0 9px; }
.focus-bottom-right { right: 5%; bottom: 6%; border-right: 6px solid; border-bottom: 6px solid; border-radius: 0 0 9px; }
.hero-foot { position: relative; z-index: 2; min-height: 80px; display: grid; grid-template-columns: repeat(3, 1fr); align-items: center; border-top: 1px solid rgba(255,255,255,.1); color: #93a5b4; font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.hero-foot span + span { border-left: 1px solid rgba(255,255,255,.1); padding-left: 34px; }

/* Sections */
.section-heading { margin-bottom: 50px; }
.section-heading h2 { margin-bottom: 0; }
.split-heading { display: grid; grid-template-columns: 1.1fr .7fr; gap: 100px; align-items: end; }
.split-heading > p { max-width: 550px; margin: 0 0 3px; color: var(--muted); line-height: 1.85; }
.heading-row { display: flex; justify-content: space-between; align-items: end; gap: 40px; }
.category-section { background: #fff; }
.category-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 17px; }
.category-card { position: relative; min-height: 470px; overflow: hidden; border-radius: var(--radius); background: var(--navy); color: #fff; }
.category-card > img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.category-card:hover > img { transform: scale(1.045); }
.category-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(3,9,14,.96) 0%, rgba(3,9,14,.24) 58%, rgba(3,9,14,.06)); }
.category-number { position: absolute; top: 24px; left: 25px; color: #fff; font-size: 12px; font-weight: 800; letter-spacing: .1em; }
.category-number:after { content: ""; display: block; width: 34px; height: 2px; margin-top: 8px; background: var(--blue); }
.category-content { position: absolute; z-index: 2; left: 26px; right: 26px; bottom: 26px; display: flex; flex-direction: column; align-items: flex-start; }
.category-content small { color: #75aaff; font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.category-content strong { margin: 8px 0 18px; font-size: 29px; line-height: 1; letter-spacing: -.04em; }
.category-content > span { font-size: 12px; font-weight: 700; }
.featured-section { background: var(--paper); }
.featured-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 23px; }
.featured-card { overflow: hidden; border-radius: var(--radius); background: #fff; box-shadow: 0 16px 45px rgba(8, 24, 38, .07); }
.featured-card > a { display: block; height: 310px; overflow: hidden; background: #e8ecef; }
.featured-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.featured-card:hover img { transform: scale(1.03); }
.featured-card > div { padding: 25px 27px 29px; }
.featured-card p, .product-content p { margin: 0 0 9px; color: var(--blue); font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.featured-card h3 { min-height: 57px; margin: 0 0 21px; font-size: 22px; line-height: 1.3; letter-spacing: -.025em; }
.featured-card div a { color: #283640; font-size: 12px; font-weight: 750; }
.production-feature { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 720px; background: var(--navy); color: #fff; }
.production-image { min-height: 640px; background: linear-gradient(rgba(3,11,18,.12), rgba(3,11,18,.5)), url("../images/products/sony-pxw-fx9-full-frame-6k-camcorder.jpg") center/cover; }
.production-copy { display: flex; flex-direction: column; justify-content: center; padding: 80px clamp(45px, 7vw, 120px); }
.production-copy h2 { margin-bottom: 27px; }
.production-copy > p:not(.eyebrow) { max-width: 660px; color: #b5c1cb; }
.production-copy ul { margin: 22px 0 34px; padding: 0; list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 13px 25px; }
.production-copy li { position: relative; padding-left: 19px; color: #eef4f8; font-size: 13px; font-weight: 600; }
.production-copy li:before { content: ""; position: absolute; left: 0; top: .7em; width: 7px; height: 7px; border-radius: 50%; background: var(--blue); }
.production-copy .button { align-self: flex-start; }
.process-section { background: #fff; }
.process-grid { margin: 0; padding: 0; list-style: none; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.process-grid li { padding: 38px 50px 15px 0; }
.process-grid li + li { padding-left: 50px; border-left: 1px solid var(--line); }
.process-grid span { color: var(--blue); font-size: 11px; font-weight: 800; letter-spacing: .13em; }
.process-grid h3 { margin: 20px 0 12px; font-size: 23px; }
.process-grid p { margin: 0; color: var(--muted); font-size: 14px; }
.quote-band { padding: 90px 0; background: linear-gradient(118deg, #08131d, #0b243c); color: #fff; }
.quote-band-inner { display: grid; grid-template-columns: 1.1fr .7fr; gap: 100px; align-items: center; }
.quote-band h2 { margin: 0; max-width: 750px; }
.quote-band-inner > div:last-child > p { margin: 0 0 25px; color: #b3c0cb; }

/* Interior page heroes */
.page-hero { min-height: 435px; display: flex; align-items: center; padding: 78px 0; background: linear-gradient(118deg, #071018 0%, #0b1c2b 70%, #0b2f61 100%); color: #fff; }
.page-hero-grid { display: grid; grid-template-columns: 1.2fr .7fr; gap: 100px; align-items: end; }
.page-hero h1 { margin: 0; max-width: 900px; font-size: clamp(58px, 6.4vw, 100px); font-weight: 750; }
.page-hero h1 span { color: #4a8fff; }
.page-intro { padding-bottom: 5px; }
.page-intro > p { margin: 0 0 25px; color: #bdc8d2; font-size: 17px; line-height: 1.8; }
.availability-pill { display: inline-flex; align-items: center; gap: 9px; padding: 9px 12px; border: 1px solid rgba(255,255,255,.16); border-radius: 100px; color: #d5dee6; font-size: 10px; font-weight: 750; letter-spacing: .09em; text-transform: uppercase; }
.availability-pill span { width: 7px; height: 7px; border-radius: 50%; background: #49db92; box-shadow: 0 0 0 4px rgba(73,219,146,.12); }

/* Inventory */
.inventory-section { padding: 65px 0 115px; background: var(--paper); }
.inventory-toolbar { min-height: 78px; margin-bottom: 34px; display: flex; justify-content: space-between; align-items: center; gap: 25px; border-bottom: 1px solid #d7dde2; }
.inventory-toolbar p { color: var(--muted); font-size: 13px; }
.inventory-toolbar strong { color: var(--ink); }
.search-box { display: flex; align-items: center; gap: 12px; color: var(--muted); font-size: 11px; font-weight: 750; text-transform: uppercase; letter-spacing: .08em; }
.search-box input { width: 260px; height: 42px; padding: 0 14px; border: 1px solid #ccd5dc; border-radius: 4px; background: #fff; color: var(--ink); font-size: 13px; text-transform: none; letter-spacing: 0; outline: none; }
.search-box input:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(7,94,234,.11); }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.product-card { overflow: hidden; border-radius: var(--radius); background: #fff; box-shadow: 0 16px 44px rgba(7,22,36,.07); }
.product-image { position: relative; display: block; height: 300px; overflow: hidden; background: #e7ebee; }
.product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.product-card:hover .product-image img { transform: scale(1.035); }
.product-image > span { position: absolute; left: 16px; top: 16px; padding: 7px 9px; border-radius: 3px; background: rgba(7,16,24,.84); color: #fff; font-size: 8px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; backdrop-filter: blur(8px); }
.product-content { padding: 24px 25px 26px; }
.product-content h2 { min-height: 58px; margin: 0 0 23px; font-size: 20px; line-height: 1.35; letter-spacing: -.025em; }
.product-quote { display: flex; justify-content: space-between; align-items: center; padding-top: 16px; border-top: 1px solid #e5e9ec; color: #24313a; font-size: 11px; font-weight: 750; }
.product-quote span { color: var(--blue); font-size: 18px; }
.empty-state { padding: 50px; text-align: center; color: var(--muted); }

/* About + production */
.story-section { background: #fff; }
.story-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 120px; }
.story-grid h2 { margin: 0; }
.prose { max-width: 760px; }
.prose p { margin: 0 0 24px; color: #485761; font-size: 17px; line-height: 1.9; }
.values-section { padding: 105px 0; background: var(--paper); }
.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #ced6dc; }
.values-grid article { padding: 35px 50px 20px 0; }
.values-grid article + article { padding-left: 50px; border-left: 1px solid #ced6dc; }
.values-grid span, .services-grid article > span { color: var(--blue); font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.values-grid h3 { margin: 20px 0 13px; font-size: 24px; }
.values-grid p { margin: 0; color: var(--muted); font-size: 14px; }
.company-strip { padding: 48px 0; background: var(--blue); color: #fff; }
.company-grid { display: grid; grid-template-columns: .7fr 1.4fr .7fr; }
.company-grid > div { padding: 8px 40px; }
.company-grid > div:first-child { padding-left: 0; }
.company-grid > div + div { border-left: 1px solid rgba(255,255,255,.22); }
.company-grid small { display: block; margin-bottom: 8px; color: #cfe0ff; font-size: 9px; font-weight: 750; letter-spacing: .13em; text-transform: uppercase; }
.company-grid strong { font-size: 14px; }
.service-intro { padding-bottom: 70px; }
.services-grid-section { padding-bottom: 110px; }
.services-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.services-grid article { min-height: 310px; padding: 45px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.services-grid h2 { margin: 55px 0 15px; font-size: 32px; }
.services-grid p { max-width: 530px; margin: 0; color: var(--muted); }
.production-callout { padding: 105px 0; background: var(--navy); color: #fff; }
.production-callout-grid { display: grid; grid-template-columns: 1fr .9fr; gap: 100px; align-items: center; }
.production-callout h2 { margin: 0; }
.production-callout-grid > div:last-child > p { margin: 0 0 28px; color: #b5c1cb; }
.inline-actions { display: flex; align-items: center; gap: 26px; }

/* Contact */
.contact-section { padding: 100px 0 120px; background: var(--paper); }
.contact-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 95px; align-items: start; }
.contact-details { position: sticky; top: 125px; }
.contact-details h2 { margin-bottom: 25px; }
.contact-details > p:not(.eyebrow) { color: var(--muted); }
.contact-block { padding: 25px 0; border-bottom: 1px solid #d5dde3; }
.contact-block small { display: block; margin-bottom: 6px; color: var(--blue); font-size: 9px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.contact-block a, .contact-block address { font-size: 16px; font-weight: 650; font-style: normal; }
.contact-note { margin-top: 34px; padding: 25px; border-left: 3px solid var(--blue); background: #fff; }
.contact-note strong { font-size: 14px; }
.contact-note p { margin: 9px 0 0; color: var(--muted); font-size: 13px; }
.form-card { padding: clamp(30px, 5vw, 64px); border-radius: 10px; background: #fff; box-shadow: var(--shadow); }
.form-heading { margin-bottom: 37px; }
.form-heading h2 { margin-bottom: 11px; font-size: clamp(34px, 4vw, 52px); }
.form-heading > p:last-child { margin: 0; color: var(--muted); font-size: 12px; }
.form-alert { margin-bottom: 28px; padding: 18px 20px; border-radius: 5px; }
.form-alert.success { border: 1px solid #b6e6cb; background: #edf9f2; color: #175c36; }
.form-alert.error { border: 1px solid #efc1c1; background: #fff1f1; color: #8b2626; }
.form-alert p { margin: 5px 0 0; font-size: 13px; }
.quote-form { display: grid; gap: 20px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.quote-form label { display: grid; gap: 8px; color: #2e3a44; font-size: 11px; font-weight: 750; letter-spacing: .02em; }
.quote-form input, .quote-form textarea { width: 100%; border: 1px solid #cfd7dd; border-radius: 4px; background: #fff; color: var(--ink); outline: none; transition: .2s ease; }
.quote-form input { height: 50px; padding: 0 14px; }
.quote-form textarea { resize: vertical; min-height: 130px; padding: 13px 14px; }
.quote-form input:focus, .quote-form textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(7,94,234,.1); }
.checkbox-label { grid-template-columns: 20px 1fr; align-items: start; gap: 10px !important; font-weight: 500 !important; }
.checkbox-label input { width: 18px; height: 18px; accent-color: var(--blue); }
.submit-button { justify-self: start; margin-top: 4px; }
.form-footnote { margin: -5px 0 0; color: var(--muted); font-size: 10px; }
.website-field { position: absolute; left: -9999px; }
.submit-button:disabled { cursor: wait; opacity: .72; transform: none; }

/* Footer */
.site-footer { padding: 80px 0 24px; background: #edf1f4; color: var(--ink); }
.footer-grid { display: grid; grid-template-columns: 1.6fr .7fr .8fr 1fr; gap: 65px; padding-bottom: 65px; }
.footer-brand img { width: 210px; height: auto; margin-bottom: 23px; }
.footer-brand p { max-width: 370px; color: var(--muted); font-size: 13px; }
.footer-grid h2 { margin-bottom: 20px; font-size: 12px; letter-spacing: .04em; }
.footer-grid > div:not(.footer-brand) a, .footer-grid > div:not(.footer-brand) p { display: block; margin: 0 0 10px; color: #52616d; font-size: 12px; }
.footer-grid a:hover { color: var(--blue) !important; }
.footer-bottom { min-height: 64px; display: flex; align-items: center; justify-content: space-between; gap: 30px; border-top: 1px solid #d2d9df; color: #6a7781; font-size: 9px; font-weight: 650; letter-spacing: .07em; text-transform: uppercase; }

@media (max-width: 1120px) {
  .container { width: min(100% - 48px, 1400px); }
  .site-nav { gap: 17px; }
  .header-quote { display: none; }
  .hero-grid { grid-template-columns: 1fr .65fr; gap: 35px; }
  .category-grid { grid-template-columns: repeat(2, 1fr); }
  .category-card { min-height: 440px; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1.3fr .7fr .8fr; }
  .footer-contact { grid-column: 2 / 4; }
}

@media (max-width: 820px) {
  .container { width: min(100% - 38px, 1400px); }
  .section { padding: 80px 0; }
  .site-header { height: 76px; }
  .brand { width: 155px; height: 60px; }
  .brand img { width: 155px; }
  .menu-toggle { display: block; margin-left: auto; }
  .site-nav { position: fixed; left: 0; right: 0; top: 76px; max-height: calc(100vh - 76px); padding: 18px 20px 28px; overflow-y: auto; display: none; background: #fff; border-bottom: 1px solid var(--line); box-shadow: 0 18px 36px rgba(5,17,28,.12); }
  .site-nav.is-open { display: block; }
  .site-nav > a, .nav-group-toggle { display: block; width: 100%; padding: 13px 5px; text-align: left; font-size: 14px; }
  .site-nav > a:after, .nav-group-toggle:after { display: none; }
  .nav-group-toggle { display: none; }
  .nav-dropdown { position: static; min-width: 0; padding: 0 0 5px 15px; opacity: 1; visibility: visible; transform: none; border: 0; box-shadow: none; }
  .hero-grid, .page-hero-grid, .split-heading, .quote-band-inner, .story-grid, .production-callout-grid, .contact-grid { grid-template-columns: 1fr; gap: 45px; }
  .hero-grid { min-height: 570px; padding-top: 70px; }
  .hero-stat { display: none; }
  .hero-foot { grid-template-columns: 1fr; gap: 8px; padding: 20px 0; }
  .hero-foot span + span { padding-left: 0; border: 0; }
  .featured-grid { grid-template-columns: 1fr 1fr; }
  .featured-card:last-child { display: none; }
  .production-feature { grid-template-columns: 1fr; }
  .production-image { min-height: 430px; }
  .production-copy { padding: 70px 35px; }
  .page-hero { min-height: 520px; }
  .page-hero-grid { align-items: start; }
  .page-intro { max-width: 630px; }
  .contact-details { position: static; }
  .values-grid, .process-grid { grid-template-columns: 1fr; }
  .values-grid article, .process-grid li { padding: 28px 0; }
  .values-grid article + article, .process-grid li + li { padding-left: 0; border-left: 0; border-top: 1px solid var(--line); }
  .company-grid { grid-template-columns: 1fr; }
  .company-grid > div { padding: 14px 0; }
  .company-grid > div + div { border-left: 0; border-top: 1px solid rgba(255,255,255,.22); }
  .footer-grid { grid-template-columns: 1.2fr 1fr 1fr; gap: 35px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-contact { grid-column: auto; }
}

@media (max-width: 600px) {
  .container { width: min(100% - 32px, 1400px); }
  .section { padding: 68px 0; }
  h2 { font-size: 38px; }
  .home-hero { min-height: auto; }
  .hero-grid { min-height: 580px; padding: 70px 0 55px; }
  .hero-copy h1 { font-size: clamp(40px, 12vw, 48px); }
  .hero-lead { font-size: 15px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-foot { display: none; }
  .heading-row { align-items: flex-start; flex-direction: column; }
  .category-grid, .featured-grid, .product-grid, .services-grid { grid-template-columns: 1fr; }
  .category-card { min-height: 410px; }
  .featured-card:last-child { display: block; }
  .featured-card > a { height: 270px; }
  .production-image { min-height: 330px; }
  .production-copy { padding: 65px 22px; }
  .production-copy ul { grid-template-columns: 1fr; }
  .page-hero { min-height: 500px; padding: 65px 0; }
  .page-hero h1 { font-size: clamp(38px, 12vw, 49px); }
  .inventory-section { padding: 40px 0 80px; }
  .inventory-toolbar { align-items: flex-start; flex-direction: column; padding-bottom: 20px; }
  .search-box { width: 100%; align-items: flex-start; flex-direction: column; }
  .search-box input { width: 100%; }
  .product-image { height: 270px; }
  .form-row { grid-template-columns: 1fr; }
  .form-card { padding: 28px 20px; }
  .services-grid { border-left: 0; }
  .services-grid article { min-height: 0; padding: 35px 0; border-right: 0; }
  .services-grid h2 { margin-top: 28px; }
  .inline-actions { align-items: flex-start; flex-direction: column; }
  .quote-band { padding: 70px 0; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand, .footer-contact { grid-column: 1 / -1; }
  .footer-bottom { align-items: flex-start; flex-direction: column; padding: 24px 0; }
  .footer-bottom p { margin: 0; }
}

@media (max-width: 360px) {
  .container { width: min(100% - 24px, 1400px); }
  .hero-copy h1 { font-size: 38px; }
  .page-hero h1 { font-size: 36px; }
  .button { width: 100%; }
  .category-card { min-height: 360px; }
  .product-image { height: 240px; }
  .form-card { padding: 25px 16px; }
  .footer-grid { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  *, *:before, *:after { scroll-behavior: auto !important; transition-duration: .001ms !important; animation-duration: .001ms !important; animation-iteration-count: 1 !important; }
}

