:root {
  --blue: #0784d1;
  --blue-dark: #0569a7;
  --navy: #071727;
  --navy-2: #0b2236;
  --ink: #14202a;
  --muted: #66737f;
  --line: #dfe5e9;
  --soft: #f3f6f8;
  --white: #fff;
  --max: 1180px;
  --shadow: 0 24px 70px rgba(7, 23, 39, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Inter, "Helvetica Neue", Arial, sans-serif; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }
.container { width: min(calc(100% - 48px), var(--max)); margin-inline: auto; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 999; padding: 10px 14px; background: #fff; color: #000; transform: translateY(-160%); }
.skip-link:focus { transform: none; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; color: #fff; transition: background .3s, box-shadow .3s; }
.site-header.scrolled, .site-header.menu-active { background: rgba(7, 23, 39, .97); box-shadow: 0 8px 30px rgba(0,0,0,.14); }
.header-inner { height: 90px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; color: var(--blue); line-height: 1; flex: 0 0 auto; }
.brand-logo { width: 178px; height: auto; display: block; }
.main-nav { display: flex; align-items: center; gap: 20px; font-size: 14px; font-weight: 650; }
.main-nav > a:not(.nav-cta) { position: relative; }
.main-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--blue); transition: right .25s; }
.main-nav > a:hover::after { right: 0; }
.nav-cta { padding: 11px 17px; border: 1px solid rgba(255,255,255,.42); border-radius: 3px; }
.nav-shop { color: #fff; padding: 10px 15px; background: var(--blue); border-radius: 3px; }
.main-nav > .nav-shop::after { display: none; }
.nav-shop:hover { background: var(--blue-dark); }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; background: transparent; padding: 10px; cursor: pointer; }
.menu-toggle span { display: block; width: 24px; height: 2px; margin: 5px 0; background: #fff; transition: .2s; }

.hero { position: relative; min-height: 790px; color: #fff; background: var(--navy); overflow: hidden; }
.hero-media, .hero-shade { position: absolute; inset: 0; }
.hero-media { background: url("assets/bezner-pneumatik-hero.jpg") center/cover no-repeat; }
.hero-shade { background: linear-gradient(90deg, rgba(4,17,29,.98) 0%, rgba(4,17,29,.88) 34%, rgba(4,17,29,.25) 70%, rgba(4,17,29,.12) 100%); }
.hero-inner { position: relative; min-height: 700px; display: flex; align-items: center; padding-top: 70px; }
.hero-copy { width: min(665px, 62%); }
.eyebrow { margin: 0 0 17px; color: var(--blue); font-weight: 760; font-size: 12px; text-transform: uppercase; letter-spacing: .2em; }
.eyebrow.light { color: #63bdf5; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { letter-spacing: -.035em; line-height: 1.08; }
h1 { margin-bottom: 24px; font-size: clamp(55px, 6.4vw, 91px); font-weight: 760; }
h1 span { color: #53b9f7; }
.hero-text { max-width: 630px; margin-bottom: 35px; color: rgba(255,255,255,.78); font-size: 19px; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; padding: 13px 23px; border: 1px solid transparent; border-radius: 2px; font-weight: 720; font-size: 14px; cursor: pointer; transition: transform .2s, background .2s, border-color .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--blue); border-color: var(--blue); }
.button-primary:hover { background: var(--blue-dark); border-color: var(--blue-dark); }
.button-ghost { color: #fff; border-color: rgba(255,255,255,.5); background: rgba(255,255,255,.04); }
.button-ghost:hover { border-color: #fff; background: rgba(255,255,255,.09); }
.button-dark { color: #fff; background: var(--navy); }
.hero-facts { position: absolute; inset: auto 0 0; background: rgba(7,23,39,.88); backdrop-filter: blur(14px); border-top: 1px solid rgba(255,255,255,.12); }
.facts-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.facts-grid div { min-height: 90px; display: flex; align-items: center; gap: 15px; padding: 18px 30px; border-left: 1px solid rgba(255,255,255,.12); }
.facts-grid div:last-child { border-right: 1px solid rgba(255,255,255,.12); }
.facts-grid strong { color: #fff; font-size: 22px; line-height: 1; }
.facts-grid span { color: rgba(255,255,255,.58); font-size: 13px; }

.section { padding: 118px 0; }
.section-heading { display: grid; grid-template-columns: 1.25fr .75fr; gap: 80px; align-items: end; margin-bottom: 60px; }
h2 { margin-bottom: 25px; font-size: clamp(38px, 4.4vw, 62px); font-weight: 750; }
.section-heading h2 { margin-bottom: 0; }
.section-heading > p { color: var(--muted); font-size: 17px; margin-bottom: 6px; }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.service-card { position: relative; min-height: 350px; padding: 46px; background: #fff; overflow: hidden; }
.service-card.featured { color: #fff; background: var(--navy); }
.service-icon { width: 53px; color: var(--blue); }
.service-icon svg { fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.card-number { position: absolute; top: 45px; right: 45px; color: #aab4bb; font-size: 12px; letter-spacing: .15em; }
.service-card h3 { margin: 37px 0 15px; font-size: 25px; line-height: 1.25; }
.service-card p:not(.card-number) { max-width: 460px; color: var(--muted); }
.service-card.featured p:not(.card-number) { color: rgba(255,255,255,.65); }
.service-card a { position: absolute; left: 46px; bottom: 40px; color: var(--blue); font-weight: 720; font-size: 14px; }
.service-card a span { margin-left: 8px; transition: margin .2s; }
.service-card a:hover span { margin-left: 14px; }

.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.product-card { min-height: 265px; padding: 36px 32px; background: #fff; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.product-card span { color: var(--blue); font-size: 11px; font-weight: 800; letter-spacing: .15em; }
.product-card h3 { margin: 34px 0 13px; font-size: 22px; line-height: 1.25; }
.product-card p { margin: 0; color: var(--muted); font-size: 14px; }
.product-card:hover { background: var(--soft); }
.shop-callout { display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: center; margin-top: 34px; padding: 38px 42px; color: #fff; background: linear-gradient(135deg, var(--navy), var(--navy-2)); box-shadow: var(--shadow); }
.shop-callout .eyebrow { margin-bottom: 11px; color: #63bdf5; }
.shop-callout h3 { max-width: 760px; margin: 0 0 10px; font-size: clamp(26px, 3vw, 38px); line-height: 1.15; letter-spacing: -.025em; }
.shop-callout p:not(.eyebrow) { max-width: 820px; margin: 0; color: rgba(255,255,255,.66); }
.shop-callout .button { white-space: nowrap; }

.supply-section { color: #fff; background: var(--navy); }
.supply-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; align-items: start; }
.supply-copy .lead { color: rgba(255,255,255,.63); }
.supply-list { border-top: 1px solid rgba(255,255,255,.16); }
.supply-list > div { display: grid; grid-template-columns: 45px 1fr; gap: 20px; padding: 25px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.supply-list strong { color: var(--blue); font-size: 11px; letter-spacing: .12em; }
.supply-list span { color: rgba(255,255,255,.62); font-size: 14px; }
.supply-list b { display: block; margin-bottom: 4px; color: #fff; font-size: 18px; }

.bend-section { background: var(--soft); }
.bend-section-home { padding-top: 96px; }
.bend-grid { display: grid; grid-template-columns: 1fr 1fr; min-height: 620px; box-shadow: var(--shadow); }
.bend-visual { position: relative; min-height: 600px; background: linear-gradient(145deg, #0f263a, #071727); overflow: hidden; }
.pipe-art { position: absolute; inset: 8% -7% -8% 0; }
.dimension { position: absolute; color: rgba(255,255,255,.65); font-size: 11px; letter-spacing: .14em; text-transform: uppercase; }
.dimension::before { content: ""; position: absolute; background: rgba(255,255,255,.35); }
.dimension-a { bottom: 14%; left: 12%; padding-top: 13px; }
.dimension-a::before { inset: 0 -80px auto 0; height: 1px; }
.dimension-b { top: 14%; right: 12%; padding-left: 13px; }
.dimension-b::before { inset: -60px auto -60px 0; width: 1px; }
.visual-label { position: absolute; left: 48px; top: 45px; color: #54b9f7; font-weight: 700; font-size: 12px; letter-spacing: .18em; text-transform: uppercase; }
.bend-copy { padding: 72px 65px; background: #fff; }
.lead { color: var(--muted); font-size: 18px; }
.check-list { list-style: none; margin: 34px 0 40px; padding: 0; }
.check-list li { display: flex; gap: 14px; padding: 13px 0; border-bottom: 1px solid var(--line); font-size: 15px; }
.check-list span { color: var(--blue); font-weight: 800; }
.bend-actions { display: flex; flex-wrap: wrap; gap: 13px; }

.company { background: #fff; }
.company-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 110px; align-items: start; }
.company-copy p:not(.eyebrow) { color: var(--muted); font-size: 17px; }
.company-values { border-top: 1px solid var(--line); }
.company-values > div { display: grid; grid-template-columns: 54px 130px 1fr; gap: 17px; align-items: baseline; padding: 28px 0; border-bottom: 1px solid var(--line); }
.company-values span { color: var(--blue); font-size: 12px; font-weight: 700; }
.company-values h3, .company-values p { margin: 0; }
.company-values h3 { font-size: 20px; }
.company-values p { color: var(--muted); font-size: 14px; }

.partner-strip { padding: 48px 0 54px; background: var(--soft); border-block: 1px solid var(--line); text-align: center; }
.partner-strip p { margin: 0 0 22px; color: var(--muted); font-size: 12px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.logo-group + .logo-group { margin-top: 42px; padding-top: 38px; border-top: 1px solid rgba(10, 32, 52, .09); }
.logo-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 14px; align-items: stretch; }
.logo-grid img { width: 100%; height: 92px; object-fit: contain; padding: 20px 22px; border: 1px solid rgba(10, 32, 52, .08); border-radius: 18px; background: #fff; box-shadow: 0 12px 34px rgba(10, 32, 52, .05); filter: saturate(.9); transition: transform .2s ease, box-shadow .2s ease, filter .2s ease; }
.logo-grid img:hover { transform: translateY(-2px); box-shadow: 0 16px 38px rgba(10, 32, 52, .09); filter: saturate(1); }
.customer-logos img { height: 98px; }
.partner-logos .logo-camozzi { padding: 12px 18px; }
.customer-logos .logo-itron { padding: 14px 18px; }
.customer-logos .logo-haas { padding: 12px 18px; }

.contact { color: #fff; background: var(--navy); }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; }
.contact-copy > p:not(.eyebrow):not(.hours) { color: rgba(255,255,255,.65); font-size: 17px; }
.contact-links { margin: 38px 0; border-top: 1px solid rgba(255,255,255,.16); }
.contact-links a { display: flex; flex-direction: column; padding: 19px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.contact-links span { color: rgba(255,255,255,.45); font-size: 11px; text-transform: uppercase; letter-spacing: .14em; }
.contact-links strong { color: #fff; font-size: 20px; }
address { color: rgba(255,255,255,.75); font-style: normal; }
.hours { margin-top: 18px; color: rgba(255,255,255,.48); font-size: 13px; }
.contact-form { padding: 42px; color: var(--ink); background: #fff; box-shadow: 0 30px 70px rgba(0,0,0,.22); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.contact-form label { display: block; margin-bottom: 19px; color: #596771; font-size: 12px; font-weight: 720; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; margin-top: 7px; padding: 12px 0; border: 0; border-bottom: 1px solid #bbc5cc; border-radius: 0; outline: none; background: transparent; color: var(--ink); font: inherit; font-size: 15px; }
.contact-form textarea { resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--blue); }
.privacy-check { display: flex !important; gap: 10px; align-items: flex-start; font-weight: 400 !important; line-height: 1.5; }
.privacy-check input { width: 16px; margin-top: 3px; flex: 0 0 auto; }
.privacy-check a { color: var(--blue); text-decoration: underline; }
.form-submit { width: 100%; border: 0; }
.form-note { margin: 8px 0 0; color: #8a949b; text-align: center; font-size: 11px; }
.form-note a { color: var(--blue); text-decoration: underline; }

.site-footer { padding: 60px 0 24px; color: #fff; background: #04101b; }
.footer-top { display: grid; grid-template-columns: auto 1fr auto; gap: 60px; align-items: center; padding-bottom: 48px; }
.footer-brand { color: var(--blue); }
.footer-top p { margin: 0; color: rgba(255,255,255,.5); font-size: 14px; }
.footer-top nav { display: flex; justify-content: flex-end; gap: 18px 25px; flex-wrap: wrap; font-size: 13px; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.4); font-size: 12px; }
.footer-bottom div { display: flex; gap: 23px; }

.legal-page { padding: 155px 0 100px; min-height: 70vh; background: var(--soft); }
.legal-wrap { max-width: 800px; }
.legal-wrap h1 { color: var(--navy); font-size: clamp(42px, 6vw, 68px); }
.legal-wrap h2 { margin: 40px 0 12px; font-size: 25px; }
.legal-wrap h3 { margin: 27px 0 8px; font-size: 18px; }
.legal-wrap p, .legal-wrap li { color: #53616d; }
.legal-wrap a { color: var(--blue); }

.subpage-header { background: rgba(7,23,39,.98); }
.subpage-hero { position: relative; min-height: 580px; display: flex; align-items: center; overflow: hidden; color: #fff; background: var(--navy); }
.subpage-hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,17,29,.98), rgba(4,17,29,.74) 52%, rgba(4,17,29,.15)), url("assets/bezner-pneumatik-hero.jpg") 70% center/cover no-repeat; }
.pipe-hero::before { background: linear-gradient(90deg, rgba(4,17,29,.99) 0%, rgba(4,17,29,.94) 33%, rgba(4,17,29,.56) 61%, rgba(4,17,29,.16) 100%), url("assets/rohrbiegen-hero.svg") center/cover no-repeat; }
.subpage-hero-inner { position: relative; padding-top: 90px; }
.breadcrumbs { margin-bottom: 22px; color: rgba(255,255,255,.55); font-size: 12px; }
.breadcrumbs a:hover { color: #fff; }
.subpage-hero h1 { max-width: 890px; margin-bottom: 24px; font-size: clamp(48px, 6.5vw, 84px); }
.subpage-hero p:not(.eyebrow):not(.breadcrumbs) { max-width: 720px; margin-bottom: 30px; color: rgba(255,255,255,.75); font-size: 19px; }
.seo-intro { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; }
.seo-intro-copy p { color: var(--muted); font-size: 17px; }
.spec-panel { padding: 42px; background: var(--soft); border-top: 4px solid var(--blue); }
.spec-panel h2 { font-size: 27px; }
.spec-list { margin: 0; padding: 0; list-style: none; }
.spec-list li { display: flex; justify-content: space-between; gap: 20px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.spec-list span { color: var(--muted); }
.process-section { background: var(--soft); }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.process-card { min-height: 250px; padding: 32px; background: #fff; }
.process-card span { color: var(--blue); font-size: 11px; font-weight: 800; }
.process-card h3 { margin: 35px 0 10px; font-size: 20px; }
.process-card p { color: var(--muted); font-size: 14px; }
.application-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.application-card { min-height: 210px; padding: 30px; color: #fff; background: var(--navy-2); }
.application-card h3 { margin-bottom: 12px; font-size: 21px; }
.application-card p { color: rgba(255,255,255,.62); font-size: 14px; }
.faq { max-width: 900px; margin-inline: auto; }
.faq h2 { text-align: center; }
.faq details { border-top: 1px solid var(--line); }
.faq details:last-child { border-bottom: 1px solid var(--line); }
.faq summary { padding: 22px 40px 22px 0; cursor: pointer; font-weight: 720; list-style: none; position: relative; }
.faq summary::after { content: "+"; position: absolute; right: 5px; color: var(--blue); font-size: 25px; font-weight: 400; }
.faq details[open] summary::after { content: "–"; }
.faq details p { padding: 0 45px 22px 0; color: var(--muted); }
.seo-cta { padding: 78px 0; color: #fff; background: var(--blue); }
.seo-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.seo-cta h2 { max-width: 700px; margin: 0; font-size: clamp(36px, 4vw, 56px); }
.seo-cta .button { background: #fff; color: var(--navy); white-space: nowrap; }
.contact-hero::before { background: linear-gradient(90deg, rgba(4,17,29,.98), rgba(4,17,29,.78) 52%, rgba(4,17,29,.18)), url("assets/bezner-pneumatik-hero.jpg") 68% center/cover no-repeat; }
.contacts-section .section-heading a { color: var(--blue); text-decoration: underline; }
.contact-team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.contact-card { min-height: 250px; padding: 34px 32px; background: #fff; border: 1px solid var(--line); box-shadow: 0 18px 50px rgba(7,23,39,.06); }
.contact-card span { display: inline-flex; margin-bottom: 34px; color: var(--blue); font-size: 11px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.contact-card h3 { margin: 0 0 23px; font-size: 25px; line-height: 1.2; letter-spacing: -.02em; }
.contact-card a { display: block; margin-top: 9px; color: var(--muted); font-size: 15px; overflow-wrap: anywhere; }
.contact-card a:hover { color: var(--blue); }

.quote-copy { padding: 55px 52px; }
.quote-copy h2 { margin-bottom: 17px; font-size: clamp(34px, 3.5vw, 48px); }
.quote-intro { margin-bottom: 30px; color: var(--muted); }
.quote-form label { display: block; margin-bottom: 17px; color: #596771; font-size: 12px; font-weight: 720; }
.quote-form input, .quote-form textarea { width: 100%; margin-top: 6px; padding: 10px 0; border: 0; border-bottom: 1px solid #bbc5cc; border-radius: 0; outline: none; background: transparent; color: var(--ink); font: inherit; font-size: 14px; }
.quote-form textarea { resize: vertical; }
.quote-form input:focus, .quote-form textarea:focus { border-color: var(--blue); }
.quote-form .form-row { gap: 17px; }
.form-row-three { grid-template-columns: 1fr .7fr 1fr; }
.file-upload { margin: 5px 0 20px !important; }
.file-upload-title { display: block; margin-bottom: 8px; }
.file-upload input { position: absolute; width: 1px; height: 1px; overflow: hidden; opacity: 0; }
.file-upload-box { display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 112px; padding: 18px; border: 1px dashed #9eacb6; background: var(--soft); text-align: center; cursor: pointer; transition: border-color .2s, background .2s; }
.file-upload-box:hover, .file-upload input:focus + .file-upload-box { border-color: var(--blue); background: #eaf5fc; }
.file-upload-box strong { color: var(--blue); font-size: 14px; }
.file-upload-box small { margin-top: 5px; color: var(--muted); font-size: 11px; font-weight: 400; }
.quote-form .privacy-check { margin-bottom: 20px; }
.quote-form .privacy-check input { width: 16px; margin-top: 3px; }
.quote-form .privacy-check a { color: var(--blue); text-decoration: underline; }
.form-status { margin-bottom: 22px; padding: 14px 16px; border-left: 4px solid var(--blue); background: #eaf5fc; color: #174968; font-size: 14px; }
.form-status.error { border-color: #b72f2f; background: #fff0f0; color: #7a2020; }
.honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .reveal { opacity: 1; transform: none; transition: none; } }

@media (max-width: 900px) {
  .header-inner { height: 76px; }
  .menu-toggle { display: block; z-index: 2; }
  .main-nav { position: fixed; inset: 0; display: flex; flex-direction: column; justify-content: center; gap: 28px; background: var(--navy); font-size: 22px; transform: translateX(100%); transition: transform .3s; }
  .main-nav.open { transform: none; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero { min-height: 760px; }
  .hero-inner { min-height: 670px; }
  .hero-copy { width: min(630px, 85%); }
  .hero-shade { background: linear-gradient(90deg, rgba(4,17,29,.97), rgba(4,17,29,.7)); }
  .section { padding: 88px 0; }
  .section-heading, .bend-grid, .company-grid, .contact-grid, .supply-grid, .seo-intro { grid-template-columns: 1fr; }
  .section-heading { gap: 25px; }
  .bend-grid { min-height: 0; }
  .bend-visual { min-height: 520px; }
  .company-grid, .contact-grid, .supply-grid, .seo-intro { gap: 60px; }
  .form-row-three { grid-template-columns: 1fr 1fr 1fr; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .shop-callout { grid-template-columns: 1fr; align-items: start; }
  .contact-team-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .application-grid { grid-template-columns: 1fr 1fr; }
  .logo-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .seo-cta-inner { align-items: flex-start; flex-direction: column; }
  .footer-top { grid-template-columns: 1fr; gap: 22px; }
}

@media (max-width: 620px) {
  .container { width: min(calc(100% - 30px), var(--max)); }
  .brand { font-size: 23px; }
  .brand-logo { width: 148px; }
  .hero { min-height: 770px; }
  .hero-media { background-position: 62% center; }
  .hero-inner { min-height: 650px; align-items: center; }
  .hero-copy { width: 100%; padding-top: 20px; }
  h1 { font-size: clamp(48px, 15vw, 66px); }
  .hero-text { font-size: 16px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .bend-actions { flex-direction: column; }
  .facts-grid div { min-height: 90px; display: block; padding: 16px 10px; text-align: center; }
  .facts-grid strong, .facts-grid span { display: block; }
  .facts-grid strong { font-size: 17px; }
  .facts-grid span { margin-top: 6px; font-size: 10px; line-height: 1.3; }
  .section { padding: 70px 0; }
  h2 { font-size: 39px; }
  .service-grid { grid-template-columns: 1fr; }
  .product-grid, .process-grid, .application-grid { grid-template-columns: 1fr; }
  .contact-team-grid { grid-template-columns: 1fr; }
  .product-card { min-height: 235px; }
  .shop-callout { padding: 30px 24px; }
  .shop-callout .button { width: 100%; }
  .service-card { min-height: 330px; padding: 34px 28px; }
  .service-card a { left: 28px; bottom: 30px; }
  .card-number { top: 34px; right: 28px; }
  .bend-visual { min-height: 400px; }
  .bend-copy { padding: 46px 27px; }
  .company-values > div { grid-template-columns: 38px 1fr; }
  .company-values p { grid-column: 2; }
  .partner-strip { padding: 38px 0 42px; }
  .logo-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .logo-grid img, .customer-logos img { height: 82px; padding: 17px; border-radius: 15px; }
  .contact-grid { gap: 40px; }
  .contact-form { padding: 30px 22px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .quote-copy { padding: 40px 24px; }
  .quote-form .form-row, .form-row-three { grid-template-columns: 1fr; gap: 0; }
  .footer-bottom { flex-direction: column; gap: 14px; }
  .subpage-hero { min-height: 650px; }
  .subpage-hero::before { background-position: 66% center; }
  .subpage-hero p:not(.eyebrow):not(.breadcrumbs) { font-size: 16px; }
  .spec-panel { padding: 30px 23px; }
}
