:root { color-scheme: light; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: #fff; color: #181a1d; font-family: Arial, Helvetica, sans-serif; }
button, input, textarea { font: inherit; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.site {
  --red: #dc1d29;
  --blue: #3f71bd;
  --ink: #1c1f23;
  --paper: #ffffff;
  --soft: #f3f4f5;
  --muted: #6d737b;
  --line: #dfe1e4;
  --accent: var(--red);
  background: var(--paper);
  color: var(--ink);
  transition: background .35s ease, color .35s ease;
}
.theme-modern {
  --red: #dc1d29;
  --blue: #59a9bf;
  --ink: #f5f6f4;
  --paper: #171a1f;
  --soft: #20242a;
  --muted: #a6adb5;
  --line: #373d45;
  --accent: #e23a43;
}
.shell { width: min(1240px, calc(100% - 48px)); margin-inline: auto; }

.concept-bar { min-height: 52px; padding: 8px 22px; background: #101215; color: white; display: flex; align-items: center; justify-content: center; gap: 22px; position: relative; z-index: 50; }
.concept-bar > span { font-size: 11px; text-transform: uppercase; letter-spacing: .13em; color: #aeb3ba; }
.concept-bar small { color: #898f97; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.concept-switch { display: flex; padding: 3px; border: 1px solid #353941; border-radius: 999px; background: #1b1e23; }
.concept-switch button { border: 0; background: transparent; color: #aeb3ba; padding: 8px 15px; border-radius: 999px; font-size: 12px; cursor: pointer; }
.concept-switch button.active { color: white; background: #dc1d29; }

.header { height: 90px; padding: 0 max(24px, calc((100vw - 1240px)/2)); background: #fff; color: #181a1d; border-bottom: 1px solid #dfe1e4; display: flex; align-items: center; gap: 40px; position: sticky; top: 0; z-index: 40; }
.brand { width: 216px; flex: 0 0 auto; }
.brand img { width: 100%; }
.theme-modern .brand img, .theme-modern .footer img { filter: drop-shadow(0 0 12px rgba(255,255,255,.08)); }
.nav { display: flex; align-items: center; gap: 26px; margin-left: auto; }
.nav a { font-size: 13px; font-weight: 700; color: #181a1d; }
.nav a:hover { color: var(--accent); }
.header-tools { display: flex; align-items: center; gap: 18px; }
.language { display: flex; }
.language button, .language a { padding: 5px 6px; border: 0; background: transparent; color: var(--muted); font-size: 10px; cursor: pointer; display: flex; align-items: center; gap: 4px; opacity: .58; filter: saturate(.75); }
.language button.active, .language a.active { color: var(--accent); font-weight: 800; opacity: 1; filter: none; }
.language button img, .language a img { width: 17px; height: 12px; object-fit: cover; border-radius: 1px; box-shadow: 0 0 0 1px rgba(0,0,0,.12); }
.language button small, .language a small { font-size: 8px; letter-spacing: .05em; }
.header-cta { padding: 13px 18px; background: var(--accent); color: white; font-size: 12px; font-weight: 800; }
.menu-button { display: none; border: 0; background: transparent; width: 32px; height: 32px; cursor: pointer; }
.menu-button span { display: block; width: 22px; height: 2px; margin: 5px; background: #181a1d; }

.hero { min-height: 680px; position: relative; display: flex; align-items: center; overflow: hidden; background: #111; color: white; }
.hero-media { position: absolute; inset: 0; background-image: url('../images/robotic-welding.jpg'); background-position: center 48%; background-size: cover; transform: scale(1.01); }
.hero-media::after { content: ''; position: absolute; inset: 0 0 0 50%; background: url('../images/hero-workshop.jpg') center 48% / cover no-repeat; -webkit-mask-image: linear-gradient(90deg, transparent, #000 15%); mask-image: linear-gradient(90deg, transparent, #000 15%); }
.theme-modern .hero-media { filter: saturate(.82) contrast(1.08); }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,9,11,.92) 0%, rgba(7,9,11,.69) 48%, rgba(7,9,11,.18) 82%); }
.theme-heritage .hero-overlay { background: linear-gradient(90deg, rgba(22,25,29,.86) 0%, rgba(22,25,29,.53) 52%, rgba(19,25,34,.16) 82%); }
.hero-content { position: relative; z-index: 2; padding-block: 110px 130px; }
.eyebrow { margin: 0 0 24px; color: #f0a0a6; font-size: 11px; font-weight: 800; letter-spacing: .19em; }
.theme-heritage .eyebrow { color: #ff9097; }
.hero h1 { max-width: 800px; margin: 0; font-size: clamp(50px, 5.8vw, 82px); line-height: .98; letter-spacing: -.05em; font-weight: 700; }
.hero-intro { max-width: 690px; margin: 30px 0 0; color: #e1e4e8; font-size: 18px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 24px; margin-top: 40px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 32px; font-size: 13px; font-weight: 800; }
.button.primary { padding: 18px 22px; background: var(--accent); color: white; }
.button.text { padding: 17px 0; border-bottom: 1px solid rgba(255,255,255,.48); }
.icon { position: relative; display: inline-block; width: 16px; height: 16px; flex: 0 0 16px; color: currentColor; }
.icon-arrow::before { content: ''; position: absolute; top: 1px; right: 1px; width: 7px; height: 7px; border-top: 2px solid currentColor; border-right: 2px solid currentColor; }
.icon-arrow::after { content: ''; position: absolute; left: 2px; bottom: 4px; width: 12px; height: 2px; background: currentColor; transform: rotate(-45deg); transform-origin: center; }
.icon-down::before { content: ''; position: absolute; left: 7px; top: 1px; width: 2px; height: 12px; background: currentColor; }
.icon-down::after { content: ''; position: absolute; left: 4px; bottom: 1px; width: 6px; height: 6px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(45deg); }
.hero-rail { position: absolute; z-index: 2; left: 0; right: 0; bottom: 0; padding: 17px max(24px, calc((100vw - 1240px)/2)); display: flex; align-items: center; gap: 18px; border-top: 1px solid rgba(255,255,255,.25); color: #d9dde1; font-size: 9px; font-weight: 700; letter-spacing: .16em; }
.hero-rail i { width: 90px; height: 3px; background: linear-gradient(90deg, #c60b1e 0 33.33%, #ffc400 33.33% 66.66%, #c60b1e 66.66% 100%); }

.intro-section { padding-block: 116px 130px; }
.section-heading { display: grid; grid-template-columns: 220px 1fr; gap: 40px; margin-bottom: 64px; }
.section-heading-simple { display: block; }
.section-heading-simple > div { max-width: 900px; margin-left: auto; margin-right: auto; text-align: center; }
.section-heading-simple > div > p { margin-left: auto; margin-right: auto; }
.section-number { margin: 8px 0 0; color: var(--accent); font-size: 10px; font-weight: 800; letter-spacing: .16em; }
.section-heading h2, .projects-heading h2 { max-width: 820px; margin: 0; font-size: clamp(36px, 4.4vw, 56px); line-height: 1.08; letter-spacing: -.04em; }
.section-heading > div > p { max-width: 700px; margin: 22px 0 0; color: var(--muted); font-size: 17px; line-height: 1.7; }
.division-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.division-card { min-width: 0; background: var(--soft); border: 1px solid var(--line); }
.division-image { height: 330px; position: relative; overflow: hidden; background-size: cover; background-position: center; }
.metal-card .division-image { background-image: linear-gradient(180deg, transparent 50%, rgba(0,0,0,.46)), url('../images/robotic-welding.jpg'); }
.winter-card .division-image { background-image: linear-gradient(180deg, transparent 50%, rgba(0,0,0,.46)), url('../images/winter-equipment.jpg'); }
.division-image span { position: absolute; right: 24px; bottom: 18px; color: white; font-size: 12px; font-weight: 800; }
.division-copy { padding: 34px 36px 38px; }
.card-kicker { margin: 0 0 16px; color: var(--accent); font-size: 10px; font-weight: 800; letter-spacing: .16em; }
.winter-card .card-kicker { color: var(--blue); }
.division-copy h3 { margin: 0; font-size: 32px; letter-spacing: -.035em; }
.division-copy > p:not(.card-kicker) { min-height: 76px; margin: 17px 0 25px; color: var(--muted); line-height: 1.6; }
.division-copy ul { margin: 0 0 30px; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.division-copy li { padding: 12px 2px; border-bottom: 1px solid var(--line); font-size: 13px; }
.division-copy li::before { content: '—'; margin-right: 10px; color: var(--accent); }
.winter-card .division-copy li::before { color: var(--blue); }
.division-copy .division-cta { min-height: 54px; padding: 16px 18px; display: flex; align-items: center; justify-content: space-between; background: var(--accent); color: white; font-size: 12px; font-weight: 800; letter-spacing: .03em; transition: transform .2s ease, box-shadow .2s ease; }
.division-copy .division-cta:hover { transform: translateY(-2px); box-shadow: 0 12px 26px color-mix(in srgb, var(--accent) 24%, transparent); }
.winter-card .division-copy .division-cta { background: var(--blue); }
.winter-card .division-copy .division-cta:hover { box-shadow: 0 12px 26px color-mix(in srgb, var(--blue) 24%, transparent); }

.facts { background: var(--ink); color: var(--paper); }
.theme-modern .facts { background: #0f1114; color: #f5f6f4; }
.facts-inner { min-height: 270px; display: grid; grid-template-columns: .7fr .8fr 2.5fr; align-items: center; }
.facts-inner > .fact { min-height: 120px; padding: 12px 34px; border-right: 1px solid color-mix(in srgb, var(--paper) 25%, transparent); display: flex; flex-direction: column; justify-content: center; }
.facts-inner > .fact:first-child { padding-left: 0; }
.facts strong { color: var(--red); font-size: 44px; letter-spacing: -.045em; }
.facts span { color: color-mix(in srgb, var(--paper) 75%, transparent); font-size: 11px; text-transform: uppercase; letter-spacing: .11em; }
.facts-message { padding: 34px 0 34px 54px; }
.facts-message p { margin: 0 0 13px; color: var(--red); font-size: 10px; font-weight: 800; letter-spacing: .16em; }
.facts-message h2 { max-width: 660px; margin: 0 0 17px; font-size: clamp(24px, 2.6vw, 34px); line-height: 1.14; letter-spacing: -.03em; }
.facts-message span { display: block; max-width: 700px; font-size: 14px; line-height: 1.65; letter-spacing: 0; text-transform: none; }

.projects { padding-block: 128px; }
.projects-heading { display: grid; grid-template-columns: 220px 1.2fr .8fr; gap: 40px; align-items: end; margin-bottom: 54px; }
.projects-heading > p:last-child { margin: 0; color: var(--muted); line-height: 1.7; }
.project-grid { display: grid; grid-template-columns: 1.35fr .8fr; grid-template-rows: 320px 320px; gap: 20px; }
.project { position: relative; overflow: hidden; background: var(--soft); }
.project-1 { grid-row: 1 / 3; }
.project img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.project:hover img { transform: scale(1.03); }
.project::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 45%, rgba(5,7,9,.82)); }
.project > div { position: absolute; z-index: 2; left: 24px; right: 24px; bottom: 22px; display: grid; grid-template-columns: auto 1fr auto; gap: 18px; align-items: end; color: white; }
.project span { font-size: 10px; color: #d5d9dd; }
.project h3 { margin: 0; font-size: 21px; }
.project b { font-size: 18px; }

.catalog-section { padding-block: 110px; background: #f3f4f5; border-top: 1px solid var(--line); }
.catalog-grid { min-height: 430px; display: grid; grid-template-columns: .92fr 1.08fr; background: #fff; border: 1px solid var(--line); }
.catalog-media { min-height: 430px; overflow: hidden; }
.catalog-media img { width: 100%; height: 100%; object-fit: cover; }
.catalog-copy { padding: 68px; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.catalog-copy h2 { max-width: 590px; margin: 0; font-size: clamp(36px, 4vw, 54px); line-height: 1.08; letter-spacing: -.04em; }
.catalog-copy > p:not(.card-kicker) { max-width: 580px; margin: 24px 0 32px; color: var(--muted); line-height: 1.7; }
.catalog-copy .button.primary { gap: 44px; }

.inner-header { position: relative; }
.inner-hero { min-height: 570px; position: relative; display: flex; align-items: flex-end; overflow: hidden; background: #15181c; color: white; }
.inner-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.inner-hero-services > img { object-position: center 55%; }
.inner-hero-company > img { object-position: center 72%; }
.inner-hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10,12,15,.9), rgba(10,12,15,.37)); }
.inner-hero-content { position: relative; z-index: 2; padding-block: 120px 82px; }
.inner-hero h1 { max-width: 900px; margin: 0; font-size: clamp(48px, 5.4vw, 76px); line-height: 1.01; letter-spacing: -.05em; }
.inner-hero-content > p:last-child { max-width: 720px; margin: 27px 0 0; color: #e0e3e6; font-size: 17px; line-height: 1.7; }
.detail-section { padding-block: 110px; }
.detail-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.detail-grid article { min-height: 310px; padding: 44px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); display: flex; flex-direction: column; align-items: flex-start; }
.detail-grid h2 { margin: 0; font-size: 32px; letter-spacing: -.035em; }
.detail-grid p { max-width: 510px; margin: 18px 0 35px; color: var(--muted); line-height: 1.7; }
.detail-grid a { margin-top: auto; padding-bottom: 8px; border-bottom: 1px solid var(--accent); color: var(--accent); display: inline-flex; align-items: center; gap: 22px; font-size: 12px; font-weight: 800; }
.detail-grid-products article { min-height: 0; padding: 0; overflow: hidden; align-items: stretch; }
.detail-grid-products article:last-child:nth-child(odd) { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; }
.detail-product-image { display: block; width: 100%; aspect-ratio: 16 / 9; object-fit: cover; background: var(--soft); }
.detail-grid-products article:last-child:nth-child(odd) .detail-product-image { height: 100%; aspect-ratio: auto; }
.detail-card-copy { padding: 38px 40px 42px; }
.detail-grid-products p { margin-bottom: 0; }
.product-catalog-cta { padding-block: 46px; background: var(--ink); color: white; }
.product-catalog-grid { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 42px; }
.product-catalog-grid > div { max-width: 760px; }
.product-catalog-grid span:first-child { color: var(--accent); font-size: 12px; font-weight: 800; letter-spacing: .15em; }
.product-catalog-grid h2 { margin: 8px 0 10px; font-size: clamp(28px, 2.8vw, 38px); line-height: 1.1; letter-spacing: -.035em; }
.product-catalog-grid p { margin: 0; color: #d4d7da; font-size: 14px; line-height: 1.55; }
.product-catalog-grid .button { white-space: nowrap; }
.company-story { padding-block: 110px; background: var(--paper); }
.company-story-inner { max-width: 980px; }
.company-story p { margin: 0; color: var(--ink); font-size: clamp(19px, 1.8vw, 25px); line-height: 1.66; letter-spacing: -.014em; }
.company-story p + p { margin-top: 34px; }
.company-story p:first-child::first-letter { color: var(--accent); font-size: 1.6em; font-weight: 800; line-height: .8; }
.inner-cta { padding-block: 80px; background: var(--ink); color: white; }
.inner-cta > div { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.inner-cta p { max-width: 680px; margin: 0; font-size: clamp(24px, 2.6vw, 34px); line-height: 1.3; letter-spacing: -.025em; }

.contact { padding-block: 120px; background: linear-gradient(135deg, var(--soft), color-mix(in srgb, var(--paper) 86%, var(--soft))); border-top: 1px solid var(--line); }
.contact-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 90px; align-items: center; }
.contact-copy h2 { max-width: 500px; margin: 0; font-size: clamp(39px, 4.4vw, 58px); line-height: 1.05; letter-spacing: -.045em; }
.contact-copy > p:not(.eyebrow) { max-width: 500px; margin: 25px 0; color: var(--muted); line-height: 1.7; }
.contact-direct { display: grid; gap: 12px; margin-top: 45px; }
.contact-direct a { min-height: 42px; display: flex; align-items: center; justify-content: space-between; padding-bottom: 12px; border-bottom: 1px solid var(--line); font-size: 13px; font-weight: 800; }
.contact-map { margin-top: 30px; overflow: hidden; background: var(--paper); border: 1px solid var(--line); box-shadow: 0 15px 38px rgba(18,22,27,.08); }
.contact-map iframe { display: block; width: 100%; height: 190px; border: 0; filter: saturate(.78) contrast(1.04); }
.contact-map > div { padding: 16px 18px 18px; }
.contact-map > div > span { display: block; color: var(--muted); font-size: 11px; line-height: 1.55; }
.contact-map a { margin-top: 12px; display: flex; align-items: center; justify-content: space-between; color: var(--accent); font-size: 12px; font-weight: 800; }
.quote-form { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 22px; padding: 46px 44px 42px; background: var(--paper); border: 1px solid var(--line); border-top: 4px solid var(--accent); box-shadow: 0 24px 70px rgba(18,22,27,.1); }
.form-heading { margin-bottom: 8px; padding-bottom: 25px; border-bottom: 1px solid var(--line); }
.form-heading h3 { margin: 0; font-size: 28px; letter-spacing: -.035em; }
.form-heading p { max-width: 480px; margin: 9px 0 0; color: var(--muted); font-size: 13px; font-weight: 400; line-height: 1.55; letter-spacing: 0; }
.quote-form label { color: var(--ink); font-size: 10px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.quote-form input:not([type='checkbox']), .quote-form textarea { width: 100%; margin-top: 10px; padding: 15px 16px; border: 1px solid var(--line); border-radius: 3px; outline: 0; background: color-mix(in srgb, var(--soft) 64%, var(--paper)); color: var(--ink); font-size: 14px; line-height: 1.4; text-transform: none; transition: border-color .2s ease, box-shadow .2s ease, background .2s ease; }
.quote-form textarea { min-height: 145px; resize: vertical; }
.quote-form input:focus, .quote-form textarea:focus { border-color: var(--accent); background: var(--paper); box-shadow: 0 0 0 3px color-mix(in srgb, var(--accent) 12%, transparent); }
.full { grid-column: 1 / -1; }
.privacy { display: flex; gap: 10px; align-items: center; font-weight: 400 !important; text-transform: none !important; letter-spacing: 0 !important; }
.privacy input { accent-color: var(--accent); }
.captcha-check { display: block; }
.captcha-box { min-height: 64px; margin-top: 10px; padding: 10px 12px 10px 16px; border: 1px solid var(--line); border-left: 4px solid var(--blue); border-radius: 3px; background: color-mix(in srgb, var(--soft) 64%, var(--paper)); display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.captcha-box > span { color: var(--ink); font-size: 14px; font-weight: 500; letter-spacing: 0; line-height: 1.4; text-transform: none; }
.captcha-box strong { color: var(--accent); font-size: 18px; letter-spacing: .04em; }
.quote-form .captcha-check input { width: 92px; margin: 0; padding: 12px 10px; background: var(--paper); text-align: center; }
.form-submit { min-height: 56px; padding: 17px 20px; border: 0; background: var(--accent); color: white; display: flex; align-items: center; justify-content: space-between; font-size: 12px; font-weight: 800; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease; }
.form-submit:hover { transform: translateY(-2px); box-shadow: 0 12px 28px color-mix(in srgb, var(--accent) 25%, transparent); }
.form-success { margin: 0; padding: 14px; background: rgba(43,168,107,.12); color: #248458; font-size: 12px; }
.form-error { margin: 0; padding: 14px; background: rgba(220,29,41,.11); color: #ba1a25; font-size: 12px; }
.form-submit[disabled] { opacity: .62; cursor: wait; }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

.footer { padding-block: 36px; background: var(--paper); border-top: 1px solid var(--line); }
.footer-grid { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.footer-brand { min-width: 0; display: flex; align-items: center; gap: 26px; }
.footer-brand img { width: 188px; flex: 0 0 auto; }
.footer-brand span { color: var(--muted); font-size: 11px; line-height: 1.4; white-space: nowrap; }
.footer-links { display: flex; align-items: center; gap: 24px; font-size: 11px; font-weight: 700; }
.footer-links a { padding-block: 8px; }
.footer-links a:hover { color: var(--accent); }

.whatsapp { position: fixed; right: 22px; bottom: 22px; z-index: 45; display: flex; align-items: center; gap: 9px; padding: 9px 14px 9px 9px; border-radius: 999px; background: #24d366; color: #073916; box-shadow: 0 10px 32px rgba(0,0,0,.2); }
.whatsapp-icon { width: 30px; height: 30px; border-radius: 50%; display: grid; place-items: center; background: white; }
.whatsapp-icon svg { width: 19px; height: 19px; fill: none; stroke: #087a31; stroke-width: 1.65; stroke-linecap: round; stroke-linejoin: round; }
.whatsapp b { font-size: 11px; }

.legal-hero { padding-block: 105px 85px; background: var(--ink); color: white; }
.legal-hero h1 { max-width: 900px; margin: 0; font-size: clamp(46px, 5.2vw, 70px); line-height: 1.02; letter-spacing: -.045em; }
.legal-hero > div > p:not(.eyebrow) { max-width: 760px; margin: 26px 0 0; color: #d9dde1; font-size: 17px; line-height: 1.7; }
.legal-hero small { display: block; margin-top: 28px; color: #aeb4bb; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.legal-content { max-width: 940px; padding-block: 92px 120px; }
.legal-content article { padding: 38px 0; border-bottom: 1px solid var(--line); }
.legal-content article:first-child { padding-top: 0; }
.legal-content h2 { margin: 0 0 18px; font-size: clamp(24px, 3vw, 34px); letter-spacing: -.035em; }
.legal-content p { margin: 12px 0 0; color: var(--muted); font-size: 15px; line-height: 1.78; }

@media (max-width: 1020px) {
  .concept-bar small { display: none; }
  .header { padding-inline: 24px; }
  .nav { position: absolute; top: 89px; left: 0; right: 0; padding: 24px; background: #fff; border-bottom: 1px solid #dfe1e4; display: none; flex-direction: column; align-items: flex-start; }
  .nav.open { display: flex; }
  .menu-button { display: block; }
  .header-cta { display: none; }
  .contact-grid { gap: 50px; align-items: start; }
}

@media (max-width: 760px) {
  .shell { width: min(100% - 32px, 1240px); }
  .concept-bar { padding: 8px; gap: 8px; }
  .concept-bar > span { display: none; }
  .concept-switch { width: 100%; }
  .concept-switch button { flex: 1; padding-inline: 8px; font-size: 10px; }
  .header { height: 74px; padding-inline: 16px; gap: 10px; }
  .brand { width: 148px; }
  .nav { top: 73px; }
  .header-tools { margin-left: auto; gap: 6px; }
  .language button, .language a { padding: 4px; font-size: 9px; }
  .hero { min-height: 680px; align-items: flex-end; }
  .hero-media { background-position: 62% center; }
  .hero-media::after { inset: 44% 0 0 0; -webkit-mask-image: linear-gradient(180deg, transparent, #000 28%); mask-image: linear-gradient(180deg, transparent, #000 28%); }
  .hero-overlay { background: linear-gradient(180deg, rgba(8,10,12,.22), rgba(8,10,12,.92) 74%); }
  .hero-content { padding-block: 120px 105px; }
  .hero h1 { font-size: 44px; }
  .hero-intro { font-size: 15px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 8px; }
  .hero-rail { gap: 10px; }
  .hero-rail i { width: 55px; }
  .section-heading, .projects-heading { grid-template-columns: 1fr; gap: 18px; }
  .section-heading h2, .projects-heading h2 { font-size: 36px; }
  .intro-section, .projects { padding-block: 80px; }
  .division-grid { grid-template-columns: 1fr; }
  .division-image { height: 250px; }
  .division-copy { padding: 28px 24px; }
  .division-copy > p:not(.card-kicker) { min-height: 0; }
  .division-copy .division-cta { min-height: 58px; }
  .facts-inner { padding-block: 40px; grid-template-columns: 1fr 1fr; gap: 30px 0; }
  .facts-inner > .fact { padding-inline: 20px; }
  .facts-inner > .fact:first-child { padding-left: 0; }
  .facts-inner > .fact:nth-child(2) { border-right: 0; }
  .facts-message { padding: 28px 0 0; grid-column: 1 / -1; border-top: 1px solid color-mix(in srgb, var(--paper) 25%, transparent); }
  .project-grid { display: grid; grid-template-columns: 1fr; grid-template-rows: repeat(3, 300px); }
  .project-1 { grid-row: auto; }
  .catalog-section { padding-block: 64px; }
  .catalog-grid { grid-template-columns: 1fr; }
  .catalog-media { min-height: 270px; }
  .catalog-copy { padding: 40px 24px; }
  .inner-hero { min-height: 560px; }
  .inner-hero-content { padding-block: 100px 70px; }
  .inner-hero h1 { font-size: 43px; }
  .detail-section { padding-block: 70px; }
  .detail-grid { grid-template-columns: 1fr; }
  .detail-grid article { min-height: 270px; padding: 34px 26px; }
  .detail-grid-products article { min-height: 0; padding: 0; }
  .detail-grid-products article:last-child:nth-child(odd) { grid-column: auto; display: flex; }
  .detail-grid-products article:last-child:nth-child(odd) .detail-product-image { height: auto; aspect-ratio: 16 / 9; }
  .detail-card-copy { padding: 30px 26px 34px; }
  .inner-cta > div { align-items: flex-start; flex-direction: column; }
  .product-catalog-grid { grid-template-columns: 1fr; align-items: start; gap: 34px; }
  .company-story { padding-block: 76px; }
  .contact { padding-block: 80px; }
  .contact-grid { grid-template-columns: 1fr; gap: 40px; }
  .quote-form { grid-template-columns: 1fr; padding: 24px 20px; }
  .quote-form > * { grid-column: 1 / -1; }
  .contact-map iframe { height: 210px; }
  .footer-grid { align-items: flex-start; flex-direction: column; gap: 20px; }
  .footer-brand { align-items: flex-start; flex-direction: column; gap: 14px; }
  .footer-brand span { white-space: normal; }
  .footer-links { width: 100%; padding-top: 14px; border-top: 1px solid var(--line); }
  .legal-hero { padding-block: 76px 62px; }
  .legal-hero h1 { font-size: 43px; }
  .legal-content { padding-block: 64px 80px; }
  .legal-content article { padding-block: 30px; }
  .whatsapp b { display: none; }
  .whatsapp { padding-right: 9px; }
}

@media (max-width: 480px) {
  .shell { width: min(100% - 28px, 1240px); }
  .header { height: 68px; padding-inline: 12px; }
  .brand { width: 124px; }
  .nav { top: 67px; padding: 20px 16px; gap: 18px; }
  .nav a { width: 100%; padding-block: 7px; font-size: 15px; }
  .menu-button { width: 42px; height: 42px; padding: 7px; }
  .menu-button span { margin: 5px 3px; }
  .language button, .language a { padding: 5px 3px; }
  .language button small, .language a small { display: none; }
  .language button img, .language a img { width: 18px; height: 13px; }
  .hero { min-height: 640px; }
  .hero-content { padding-block: 106px 92px; }
  .hero h1 { font-size: 38px; line-height: 1.02; }
  .hero-intro { margin-top: 22px; font-size: 14px; line-height: 1.55; }
  .hero-actions { width: 100%; margin-top: 28px; }
  .hero-actions .button { width: 100%; min-height: 54px; }
  .hero-rail { padding: 12px 14px; display: grid; grid-template-columns: auto 32px 1fr; gap: 7px; }
  .hero-rail i { width: 100%; }
  .hero-rail span { font-size: 7px; line-height: 1.35; }
  .hero-rail span:last-child { text-align: right; }
  .section-heading h2, .projects-heading h2 { font-size: 31px; }
  .division-image { height: 225px; }
  .division-copy { padding: 26px 20px; }
  .division-copy h3 { font-size: 28px; }
  .facts strong { font-size: 37px; }
  .facts-inner > .fact { padding-inline: 12px; }
  .facts-message h2 { font-size: 25px; }
  .catalog-copy h2 { font-size: 32px; }
  .catalog-copy .button { width: 100%; }
  .inner-hero { min-height: 500px; }
  .inner-hero-content { padding-block: 84px 56px; }
  .inner-hero h1 { font-size: 35px; }
  .inner-hero-content > p:last-child { font-size: 15px; }
  .detail-grid article { min-height: 250px; padding: 30px 22px; }
  .detail-grid h2 { font-size: 26px; }
  .inner-cta .button { width: 100%; }
  .product-catalog-cta { padding-block: 40px; }
  .product-catalog-grid .button { width: 100%; white-space: normal; }
  .company-story { padding-block: 62px; }
  .company-story p { font-size: 19px; line-height: 1.55; }
  .company-story p + p { margin-top: 26px; }
  .contact { padding-block: 66px; }
  .contact-copy h2 { font-size: 36px; }
  .contact-direct a { gap: 10px; font-size: 12px; overflow-wrap: anywhere; }
  .contact-map iframe { height: 180px; }
  .quote-form { gap: 18px; padding: 22px 16px; }
  .form-heading h3 { font-size: 25px; }
  .footer { padding-block: 30px; }
  .footer-brand img { width: 160px; }
  .footer-links { gap: 20px; }
  .legal-hero h1 { font-size: 37px; }
  .legal-hero > div > p:not(.eyebrow) { font-size: 15px; }
  .legal-content p { font-size: 14px; }
  .whatsapp { right: 12px; bottom: 12px; }
}

@media (max-width: 380px) {
  .captcha-box { align-items: stretch; flex-direction: column; gap: 10px; }
  .quote-form .captcha-check input { width: 100%; }
}

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