: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); }
.nav-item { position: relative; }
.nav-products-trigger { display: flex; align-items: center; }
.nav-submenu-toggle { width: 28px; height: 30px; padding: 0; border: 0; background: transparent; display: grid; place-items: center; color: #181a1d; cursor: pointer; }
.nav-submenu-toggle > span:first-child { width: 7px; height: 7px; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; transform: translateY(-2px) rotate(45deg); transition: transform .2s ease; }
.nav-products.open .nav-submenu-toggle > span:first-child { transform: translateY(2px) rotate(225deg); }
.product-submenu { position: absolute; z-index: 10; top: calc(100% + 18px); left: 50%; width: 310px; padding: 8px; background: #fff; border: 1px solid #dfe1e4; box-shadow: 0 18px 42px rgba(8, 12, 16, .16); opacity: 0; visibility: hidden; pointer-events: none; transform: translate(-50%, 8px); transition: opacity .18s ease, visibility .18s ease, transform .18s ease; }
.product-submenu::before { content: ''; position: absolute; left: 0; right: 0; bottom: 100%; height: 19px; }
.product-submenu a { display: block; padding: 13px 14px; border-bottom: 1px solid #eceef0; font-size: 12px; line-height: 1.3; }
.product-submenu a:last-child { border-bottom: 0; }
.product-submenu a:hover, .product-submenu a:focus-visible { background: #f5f6f7; color: var(--accent); }
.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }
@media (min-width: 1021px) {
  .nav-products:hover .product-submenu, .nav-products:focus-within .product-submenu, .nav-products.open .product-submenu { opacity: 1; visibility: visible; pointer-events: auto; transform: translate(-50%, 0); }
}
.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 60%; 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 .hero-eyebrow { color: #ffffff !important; }
.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, .catalog-media video { width: 100%; height: 100%; min-height: 430px; 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; }
.services-video-section { padding-block: 92px 104px; background: var(--paper); }
.services-video-layout { display: grid; grid-template-columns: minmax(0, .82fr) minmax(430px, 1.6fr) minmax(0, .82fr); grid-template-rows: 1fr 1fr; gap: 18px; }
.services-video { min-width: 0; min-height: 520px; grid-column: 2; grid-row: 1 / 3; overflow: hidden; background: #111; border: 1px solid var(--line); }
.services-video video { width: 100%; height: 100%; display: block; object-fit: cover; }
.service-around-card { min-width: 0; min-height: 250px; padding: 26px 24px 24px; display: flex; flex-direction: column; align-items: flex-start; background: var(--soft); border: 1px solid var(--line); }
.service-around-card-1 { grid-column: 1; grid-row: 1; }
.service-around-card-2 { grid-column: 3; grid-row: 1; }
.service-around-card-3 { grid-column: 1; grid-row: 2; }
.service-around-card-4 { grid-column: 3; grid-row: 2; }
.service-around-card h2 { margin: 0; font-size: clamp(21px, 1.8vw, 27px); line-height: 1.08; letter-spacing: -.03em; }
.service-around-card p { margin: 14px 0 22px; color: var(--muted); font-size: 13px; line-height: 1.55; }
.service-around-card a { margin-top: auto; padding-bottom: 7px; border-bottom: 1px solid var(--accent); color: var(--accent); display: inline-flex; align-items: center; gap: 18px; font-size: 11px; 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 { flex: 1; padding: 38px 40px 42px; display: flex; flex-direction: column; align-items: flex-start; }
.detail-grid-products p { flex: 1; margin-bottom: 0; }
.detail-grid-products .product-more { margin-top: 28px; padding: 14px 17px; border: 0; background: var(--accent); color: #fff; gap: 30px; }
.detail-grid-products .product-more:hover { box-shadow: 0 10px 24px color-mix(in srgb, var(--accent) 22%, transparent); transform: translateY(-1px); }
.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; }
.product-detail-hero { padding-block: 30px 38px; background: var(--ink); color: #fff; }
.product-detail-heading { max-width: 980px; }
.product-back { margin-bottom: 20px; display: inline-flex; align-items: center; gap: 10px; color: #c9cdd2; font-size: 11px; font-weight: 700; }
.product-detail-heading .card-kicker { margin-bottom: 10px; color: #ff8c94; }
.product-detail-heading h1 { max-width: 820px; margin: 0; font-size: clamp(36px, 3.8vw, 52px); line-height: 1.02; letter-spacing: -.045em; }
.product-detail-heading > p:last-child { max-width: 830px; margin: 14px 0 0; color: #d9dde1; font-size: 15px; line-height: 1.55; }
.product-development { padding-block: 105px 115px; }
.product-development-intro { max-width: 820px; margin-bottom: 58px; }
.product-development-intro h2 { margin: 0; font-size: clamp(38px, 4vw, 54px); line-height: 1.08; letter-spacing: -.04em; }
.product-development-intro > p:last-child { max-width: 760px; margin: 24px 0 0; color: var(--muted); font-size: 16px; line-height: 1.7; }
.product-skeleton-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.product-skeleton-grid article { min-height: 230px; padding: 34px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.product-skeleton-grid article > span { width: 38px; height: 3px; margin-bottom: 62px; display: block; background: var(--accent); }
.product-skeleton-grid h3 { margin: 0; font-size: 24px; letter-spacing: -.03em; }
.product-skeleton-grid p { margin: 14px 0 0; color: var(--muted); font-size: 14px; }
.boot-overview { padding-block: 100px 112px; display: grid; grid-template-columns: .9fr 1.1fr; gap: 74px; align-items: start; }
.boot-overview-copy { position: sticky; top: 130px; }
.boot-overview-copy h2, .boot-models-heading h2 { margin: 0; font-size: clamp(38px, 4vw, 54px); line-height: 1.08; letter-spacing: -.04em; }
.boot-overview-copy > p:not(.card-kicker) { margin: 24px 0 0; color: var(--muted); font-size: 16px; line-height: 1.75; }
.boot-feature-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.boot-feature-grid article { min-height: 208px; padding: 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.boot-feature-grid article > span { width: 32px; height: 3px; margin-bottom: 38px; display: block; background: var(--accent); }
.boot-feature-grid h3 { margin: 0; font-size: 20px; letter-spacing: -.025em; }
.boot-feature-grid p { margin: 13px 0 0; color: var(--muted); font-size: 14px; line-height: 1.6; }
.boot-models { padding-block: 100px 118px; background: var(--soft); }
.boot-models-heading { max-width: 850px; margin-bottom: 58px; }
.boot-models-heading > p:last-child { max-width: 760px; margin: 22px 0 0; color: var(--muted); font-size: 16px; line-height: 1.7; }
.boot-model-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 22px; }
.boot-model-card { min-width: 0; overflow: hidden; background: var(--paper); border: 1px solid var(--line); display: flex; flex-direction: column; }
.boot-model-card:nth-child(-n+2) { grid-column: span 3; }
.boot-model-card:nth-child(n+3) { grid-column: span 2; }
.boot-model-image { min-width: 0; height: 430px; padding: 24px; overflow: hidden; background: #fff; display: flex; align-items: center; justify-content: center; }
.boot-model-image img { width: auto; height: auto; max-width: 100%; max-height: 100%; object-fit: contain; }
.boot-model-copy { flex: 1; padding: 30px 30px 34px; border-top: 1px solid var(--line); }
.boot-model-copy > span { color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.boot-model-copy h3 { margin: 7px 0 0; color: var(--accent); font-size: 30px; letter-spacing: -.04em; }
.boot-model-copy h4 { margin: 6px 0 0; font-size: 17px; line-height: 1.35; }
.boot-model-copy > p { margin: 14px 0 24px; color: var(--muted); font-size: 12px; line-height: 1.6; }
.boot-model-copy dl { margin: 0; border-top: 1px solid var(--line); }
.boot-model-copy dl > div { padding: 11px 0; border-bottom: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.boot-model-copy dt { color: var(--muted); font-size: 11px; }
.boot-model-copy dd { margin: 0; font-size: 12px; font-weight: 800; text-align: right; }
.boot-model-copy dd.is-compatible { color: var(--accent); }
.locker-family { padding-block: 82px 92px; }
.locker-family-soft { background: var(--soft); }
.locker-family-dark { background: var(--ink); color: #fff; }
.locker-family-heading { margin-bottom: 34px; display: grid; grid-template-columns: .9fr 1.1fr; gap: 52px; align-items: center; }
.locker-family-heading-reverse .locker-family-copy { order: 2; }
.locker-family-heading-reverse .locker-family-media { order: 1; }
.locker-family-heading-text { max-width: 820px; display: block; }
.locker-family-copy h2 { margin: 0; font-size: clamp(38px, 4vw, 54px); line-height: 1.08; letter-spacing: -.04em; }
.locker-family-copy > p:last-child { margin: 24px 0 0; color: var(--muted); font-size: 16px; line-height: 1.75; }
.locker-family-dark .locker-family-copy > p:last-child { color: #cbd0d5; }
.locker-family-media { height: 405px; margin: 0; padding: 18px; overflow: hidden; background: #fff; border: 1px solid var(--line); }
.locker-family-media img { width: 100%; height: 100%; object-fit: contain; }
.locker-media-duo { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.locker-media-gallery { display: grid; gap: 14px; }
.locker-media-gallery-four { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.locker-media-gallery-three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.locker-media-gallery img, .locker-media-duo img { min-width: 0; }
.locker-feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.locker-feature-grid-four { grid-template-columns: repeat(4, 1fr); }
.locker-feature-grid-two { grid-template-columns: repeat(2, 1fr); }
.locker-feature-grid article { min-height: 148px; padding: 21px 23px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.locker-feature-grid article > span, .bench-system-grid article > span { width: 28px; height: 3px; margin-bottom: 20px; display: block; background: var(--accent); }
.locker-feature-grid h3, .bench-system-grid h3 { margin: 0; font-size: 18px; letter-spacing: -.02em; }
.locker-feature-grid p, .bench-system-grid p { margin: 9px 0 0; color: var(--muted); font-size: 13px; line-height: 1.5; }
.locker-models-heading { max-width: 780px; margin: 58px 0 28px; }
.locker-models-heading h3 { margin: 0; font-size: clamp(30px, 3vw, 42px); line-height: 1.1; letter-spacing: -.035em; }
.locker-models-heading p { margin: 18px 0 0; color: var(--muted); font-size: 15px; line-height: 1.65; }
.locker-model-grid { display: grid; gap: 18px; }
.locker-model-grid-two { grid-template-columns: 1fr 1fr; }
.locker-model-grid-three { grid-template-columns: repeat(3, 1fr); }
.locker-model-grid article { padding: 30px; background: var(--soft); border: 1px solid var(--line); }
.locker-model-grid .locker-product-card { min-width: 0; padding: 0; overflow: hidden; display: flex; flex-direction: column; background: var(--paper); }
.locker-product-card > figure { height: 300px; margin: 0; padding: 18px; background: #fff; }
.locker-product-card > figure img { width: 100%; height: 100%; object-fit: contain; }
.locker-card-body { flex: 1; padding: 22px 24px 24px; border-top: 1px solid var(--line); }
.locker-card-body > span { color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.locker-model-grid article > span { color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.locker-model-grid h3 { margin: 7px 0 0; color: var(--accent); font-size: 30px; letter-spacing: -.04em; }
.locker-model-grid h4 { margin: 7px 0 24px; font-size: 17px; line-height: 1.35; }
.locker-model-grid dl, .bench-model-list dl { margin: 0; border-top: 1px solid var(--line); }
.locker-model-grid dl > div, .bench-model-list dl > div { padding: 11px 0; display: flex; justify-content: space-between; gap: 18px; border-bottom: 1px solid var(--line); }
.locker-model-grid dt, .bench-model-list dt { color: var(--muted); font-size: 11px; }
.locker-model-grid dd, .bench-model-list dd { margin: 0; font-size: 12px; font-weight: 800; }
.locker-image-card-grid { margin-top: 28px; display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.locker-image-card-grid article { overflow: hidden; background: var(--paper); border: 1px solid var(--line); }
.locker-image-card-grid figure { height: 300px; margin: 0; padding: 18px; background: #fff; }
.locker-image-card-grid figure img { width: 100%; height: 100%; object-fit: contain; }
.locker-image-card-grid article > div { padding: 22px 24px 24px; border-top: 1px solid var(--line); }
.locker-image-card-grid h3 { margin: 0; font-size: 22px; }
.locker-image-card-grid p { margin: 9px 0 0; color: var(--muted); font-size: 13px; line-height: 1.5; }
.locker-palette { margin-top: 22px; padding: 15px 18px; display: flex; align-items: center; justify-content: space-between; gap: 24px; background: var(--paper); border: 1px solid var(--line); }
.locker-palette strong { font-size: 12px; }
.locker-palette img { width: auto; height: 54px; object-fit: contain; }
.locker-colours { margin-top: 28px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.locker-colours strong { font-size: 12px; letter-spacing: .04em; }
.locker-colours > div { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px; }
.locker-colours i { width: 24px; height: 24px; display: block; background: var(--locker-colour); border: 1px solid rgba(0,0,0,.13); }
.community-locker { margin-top: 72px; display: grid; grid-template-columns: 1.15fr .85fr; background: var(--paper); border: 1px solid var(--line); }
.community-locker figure { min-width: 0; min-height: 390px; margin: 0; padding: 26px; background: #fff; }
.community-locker figure img { width: 100%; height: 100%; object-fit: contain; }
.community-locker > div { padding: 46px 42px; border-left: 1px solid var(--line); }
.community-locker h3 { margin: 0; font-size: 36px; letter-spacing: -.035em; }
.community-locker > div > p:not(.card-kicker) { color: var(--muted); font-size: 15px; line-height: 1.7; }
.community-locker ul { margin: 26px 0 0; padding: 0; list-style: none; }
.community-locker li { padding: 13px 0 13px 20px; position: relative; border-top: 1px solid var(--line); color: var(--ink); font-size: 13px; line-height: 1.5; }
.community-locker li::before { content: ''; width: 7px; height: 7px; position: absolute; left: 0; top: 18px; background: var(--accent); }
.locker-note { margin: 24px 0 0; padding: 18px 22px; border-left: 4px solid var(--accent); background: var(--soft); color: var(--ink); font-size: 14px; line-height: 1.55; }
.bench-system-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #42464b; border-left: 1px solid #42464b; }
.bench-system-grid article { min-height: 150px; padding: 22px 24px; border-right: 1px solid #42464b; border-bottom: 1px solid #42464b; }
.bench-system-grid p { color: #b9bec4; }
.locker-models-heading-light { color: #fff; }
.locker-model-grid-dark .locker-product-card { color: var(--ink); }
.locker-extra-grid { margin-top: 50px; display: grid; grid-template-columns: 1fr 1fr; gap: 18px; color: var(--ink); }
.locker-extra-grid article { overflow: hidden; background: #fff; }
.locker-extra-grid figure { height: 300px; margin: 0; padding: 18px; background: #fff; }
.locker-extra-grid figure img { width: 100%; height: 100%; object-fit: contain; }
.locker-extra-grid article > div { padding: 22px 24px 24px; border-top: 1px solid var(--line); }
.locker-extra-grid h3 { margin: 0; font-size: 22px; }
.locker-extra-grid p { margin: 9px 0 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.bench-models { margin-top: 70px; display: grid; grid-template-columns: 1fr 1fr; background: #fff; color: var(--ink); }
.bench-models > figure { min-width: 0; min-height: 650px; margin: 0; padding: 28px; }
.bench-models > figure img { width: 100%; height: 100%; object-fit: contain; }
.bench-models > div { padding: 48px 42px; border-left: 1px solid var(--line); }
.bench-models > div > h3 { margin: 0 0 28px; font-size: 34px; letter-spacing: -.035em; }
.bench-model-list { display: grid; gap: 22px; }
.bench-model-list article { padding: 22px; background: var(--soft); border: 1px solid var(--line); }
.bench-model-list h4 { margin: 0; color: var(--accent); font-size: 20px; }
.bench-model-list article > p { margin: 7px 0 18px; font-size: 13px; }
.rack-overview { padding-block: 82px 92px; display: grid; grid-template-columns: .9fr 1.1fr; gap: 64px; align-items: start; }
.rack-overview-copy { position: sticky; top: 122px; }
.rack-overview-copy h2, .rack-heading h2, .rack-rail-copy h2 { margin: 0; font-size: clamp(36px, 3.8vw, 52px); line-height: 1.08; letter-spacing: -.04em; }
.rack-overview-copy > p:last-child, .rack-heading > p:last-child, .rack-rail-copy > p:not(.card-kicker) { margin: 22px 0 0; color: var(--muted); font-size: 15px; line-height: 1.7; }
.rack-feature-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.rack-feature-grid article { min-height: 176px; padding: 24px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.rack-feature-grid article > span { width: 28px; height: 3px; margin-bottom: 22px; display: block; background: var(--accent); }
.rack-feature-grid h3 { margin: 0; font-size: 18px; letter-spacing: -.02em; }
.rack-feature-grid p { margin: 9px 0 0; color: var(--muted); font-size: 13px; line-height: 1.5; }
.rack-family { padding-block: 86px 96px; }
.rack-family-soft { background: var(--soft); }
.rack-heading { max-width: 850px; margin-bottom: 42px; }
.rack-model-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.rack-model-card { min-width: 0; overflow: hidden; display: flex; flex-direction: column; background: var(--paper); border: 1px solid var(--line); }
.rack-family-soft .rack-model-card { background: #fff; }
.rack-model-card figure { height: 245px; margin: 0; padding: 18px; display: flex; align-items: center; justify-content: center; background: #fff; }
.rack-model-card figure img { width: auto; height: auto; max-width: 100%; max-height: 100%; object-fit: contain; }
.rack-model-card > div { flex: 1; padding: 22px 22px 24px; border-top: 1px solid var(--line); }
.rack-model-card > div > span { color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.rack-model-card h3 { margin: 6px 0 0; color: var(--accent); font-size: 27px; letter-spacing: -.035em; }
.rack-model-card h4 { min-height: 42px; margin: 6px 0 18px; font-size: 15px; line-height: 1.4; }
.rack-model-card dl { margin: 0; border-top: 1px solid var(--line); }
.rack-model-card dl > div { padding: 9px 0; display: flex; justify-content: space-between; gap: 18px; border-bottom: 1px solid var(--line); }
.rack-model-card dt { color: var(--muted); font-size: 10px; }
.rack-model-card dd { margin: 0; font-size: 11px; font-weight: 800; }
.rack-rail-section { background: #fff; color: var(--ink); border-block: 1px solid var(--line); }
.rack-rail-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 68px; align-items: center; }
.rack-rail-media { min-width: 0; display: grid; grid-template-columns: .82fr 1.18fr; gap: 16px; align-items: stretch; }
.rack-rail-figure { min-width: 0; min-height: 430px; margin: 0; padding: 20px; display: flex; align-items: center; justify-content: center; overflow: hidden; background: var(--soft); border: 1px solid var(--line); }
.rack-rail-figure img { display: block; width: 100%; height: 100%; max-width: 100%; max-height: 100%; object-fit: contain; }
.rack-rail-figure-installed img { width: auto; }
.rack-rail-copy > p:not(.card-kicker) { color: var(--muted); }
.rack-rail-copy ul { margin: 28px 0 0; padding: 0; list-style: none; }
.rack-rail-copy li { padding: 13px 0 13px 22px; position: relative; border-top: 1px solid var(--line); color: var(--ink); font-size: 13px; line-height: 1.5; }
.rack-rail-copy li::before { content: ''; width: 7px; height: 7px; position: absolute; left: 0; top: 18px; background: var(--accent); }
.rack-security-heading { margin-bottom: 42px; display: grid; grid-template-columns: .9fr 1.1fr; gap: 54px; align-items: center; }
.rack-security-heading .rack-heading { margin-bottom: 0; }
.rack-security-heading > figure { height: 360px; margin: 0; padding: 18px; background: var(--soft); border: 1px solid var(--line); }
.rack-security-heading > figure img { width: 100%; height: 100%; object-fit: contain; }
.rack-note { margin: 24px 0 0 !important; padding: 16px 19px; border-left: 4px solid var(--accent); background: var(--soft); color: var(--ink) !important; font-size: 13px !important; line-height: 1.5 !important; }
.product-spec-grid article { min-height: 0; padding: 16px 18px; }
.product-spec-grid article > span { width: 24px; height: 2px; margin-bottom: 12px; }
.product-spec-grid h3 { font-size: 15px; line-height: 1.25; }
.product-spec-grid p { margin-top: 6px; font-size: 12px; line-height: 1.45; }
.boot-feature-grid.product-spec-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.boot-feature-grid.product-spec-grid article { min-height: 0; padding: 16px 18px; }
.rack-feature-grid.product-spec-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }

.aluminium-overview { padding-block: 82px 92px; display: grid; grid-template-columns: .82fr 1.18fr; gap: 64px; align-items: start; }
.aluminium-overview-copy { position: sticky; top: 122px; }
.aluminium-overview-copy h2, .aluminium-heading h2 { margin: 0; font-size: clamp(36px, 3.8vw, 52px); line-height: 1.08; letter-spacing: -.04em; }
.aluminium-overview-copy > p:last-child, .aluminium-heading > p:last-child { margin: 22px 0 0; color: var(--muted); font-size: 15px; line-height: 1.7; }
.aluminium-family { padding-block: 82px 92px; }
.aluminium-family-soft { background: var(--soft); }
.aluminium-heading { max-width: 880px; margin-bottom: 30px; }
.aluminium-feature-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.aluminium-feature-grid article { border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.aluminium-model-grid { margin-top: 30px; display: grid; gap: 18px; }
.aluminium-model-grid-two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.aluminium-model-grid-three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.aluminium-model-card { min-width: 0; overflow: hidden; display: flex; flex-direction: column; background: var(--paper); border: 1px solid var(--line); }
.aluminium-family-soft .aluminium-model-card { background: #fff; }
.aluminium-model-card figure { height: 300px; margin: 0; padding: 20px; display: flex; align-items: center; justify-content: center; background: #fff; }
.aluminium-model-card figure img { width: auto; height: auto; max-width: 100%; max-height: 100%; object-fit: contain; }
.aluminium-model-card > div { flex: 1; padding: 22px 24px 24px; border-top: 1px solid var(--line); }
.aluminium-model-card > div > span { color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.aluminium-model-card h3 { margin: 6px 0 0; color: var(--accent); font-size: 27px; letter-spacing: -.035em; }
.aluminium-model-card h4 { min-height: 42px; margin: 6px 0 18px; font-size: 15px; line-height: 1.4; }
.aluminium-model-card dl { margin: 0; border-top: 1px solid var(--line); }
.aluminium-model-card dl > div { padding: 9px 0; display: flex; justify-content: space-between; gap: 18px; border-bottom: 1px solid var(--line); }
.aluminium-model-card dt { color: var(--muted); font-size: 10px; }
.aluminium-model-card dd { margin: 0; font-size: 11px; font-weight: 800; }
.aluminium-subsection { margin-top: 92px; padding-top: 82px; border-top: 1px solid var(--line); }
.aluminium-gallery { margin-top: 30px; display: grid; gap: 18px; }
.aluminium-bench-gallery { grid-template-columns: 1.2fr .9fr .9fr; }
.aluminium-bin-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.aluminium-gallery figure { height: 430px; margin: 0; padding: 16px; overflow: hidden; background: #fff; border: 1px solid var(--line); }
.aluminium-gallery figure img { width: 100%; height: 100%; object-fit: contain; }
.aluminium-bench-gallery figure:not(.aluminium-gallery-product) { padding: 0; }
.aluminium-bench-gallery figure:not(.aluminium-gallery-product) img { object-fit: cover; }
.trolley-overview { padding-block: 82px 92px; display: grid; grid-template-columns: .82fr 1.18fr; gap: 64px; align-items: start; }
.trolley-overview-copy { position: sticky; top: 122px; }
.trolley-overview-copy h2, .trolley-heading h2 { margin: 0; font-size: clamp(36px, 3.8vw, 52px); line-height: 1.08; letter-spacing: -.04em; }
.trolley-overview-copy > p:last-child, .trolley-heading > p:last-child { margin: 22px 0 0; color: var(--muted); font-size: 15px; line-height: 1.7; }
.trolley-family { padding-block: 82px 92px; }
.trolley-family-soft { background: var(--soft); }
.trolley-heading { max-width: 880px; margin-bottom: 30px; }
.trolley-feature-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.trolley-feature-grid article { border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.trolley-family-content, .trolley-multi-content { margin-top: 30px; display: grid; grid-template-columns: minmax(0, 1fr) 310px; gap: 18px; align-items: start; }
.trolley-gallery { min-width: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.trolley-gallery-single { display: flex; justify-content: center; }
.trolley-gallery-count-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.trolley-gallery figure { min-width: 0; height: 230px; margin: 0; padding: 16px; display: flex; align-items: center; justify-content: center; overflow: hidden; background: #fff; border: 1px solid var(--line); }
.trolley-gallery-single figure { width: min(100%, 430px); }
.trolley-gallery figure:last-child:nth-child(odd) { grid-column: 1 / -1; }
.trolley-gallery-count-3 figure:last-child:nth-child(odd) { grid-column: auto; }
.trolley-gallery figure img { width: auto; height: auto; max-width: 100%; max-height: 100%; object-fit: contain; }
.trolley-model-card { min-width: 0; overflow: hidden; display: flex; flex-direction: column; background: var(--paper); border: 1px solid var(--line); }
.trolley-family-soft .trolley-model-card { background: #fff; }
.trolley-model-card > figure { flex: none; height: 210px; margin: 0; padding: 16px; display: flex; align-items: center; justify-content: center; background: #fff; }
.trolley-model-card > figure img { width: auto; height: auto; max-width: 100%; max-height: 100%; object-fit: contain; }
.trolley-model-card > div { padding: 22px 24px 24px; border-top: 1px solid var(--line); }
.trolley-model-card > div > span { color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.trolley-model-card h3 { margin: 6px 0 0; color: var(--accent); font-size: 27px; letter-spacing: -.035em; }
.trolley-model-card h4 { margin: 6px 0 18px; font-size: 15px; line-height: 1.4; }
.trolley-model-card dl { margin: 0; border-top: 1px solid var(--line); }
.trolley-model-card dl > div { padding: 9px 0; display: flex; justify-content: space-between; gap: 18px; border-bottom: 1px solid var(--line); }
.trolley-model-card dt { color: var(--muted); font-size: 10px; }
.trolley-model-card dd { margin: 0; font-size: 11px; font-weight: 800; text-align: right; }
.trolley-wheels { padding: 26px; background: var(--paper); border: 1px solid var(--line); }
.trolley-family-soft .trolley-wheels { background: #fff; }
.trolley-wheels > div h3 { margin: 0; font-size: 28px; letter-spacing: -.03em; }
.trolley-wheels > div p { margin: 9px 0 22px; color: var(--muted); font-size: 13px; line-height: 1.55; }
.trolley-wheels article { padding: 15px 0; display: grid; grid-template-columns: 88px 1fr; gap: 18px; align-items: center; border-top: 1px solid var(--line); }
.trolley-wheels article img { width: 88px; height: 88px; padding: 5px; object-fit: contain; background: #fff; }
.trolley-wheels h4 { margin: 0; font-size: 16px; }
.trolley-wheels article p { margin: 6px 0 0; color: var(--muted); font-size: 12px; line-height: 1.45; }
.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; column-gap: 90px; row-gap: 30px; align-items: start; }
.contact-copy { grid-column: 1; grid-row: 1; }
.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; }
.contact-info { grid-column: 1; grid-row: 2; }
.contact-info .contact-map { margin-top: 0; }
.contact-details { margin: 18px 0 0; padding: 24px 22px; display: grid; gap: 8px; background: var(--paper); border: 1px solid var(--line); color: var(--muted); font-size: 13px; font-style: normal; line-height: 1.5; box-shadow: 0 15px 38px rgba(18,22,27,.06); }
.contact-details strong { margin-bottom: 4px; color: var(--ink); font-size: 16px; }
.contact-details b { color: var(--ink); }
.contact-details a { color: var(--accent); font-weight: 750; overflow-wrap: anywhere; }
.quote-form { position: relative; grid-column: 2; grid-row: 1 / span 2; 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; }
  .nav-products { width: 100%; }
  .nav-products-trigger { width: 100%; }
  .nav-products-trigger > a { flex: 1; min-width: 0; }
  .nav-submenu-toggle { width: 44px; height: 38px; flex: 0 0 44px; }
  .product-submenu { position: static; width: 100%; max-height: 0; padding: 0 0 0 14px; border: 0; border-left: 2px solid var(--accent); box-shadow: none; opacity: 1; visibility: visible; pointer-events: none; overflow: hidden; transform: none; transition: max-height .25s ease, padding .25s ease; }
  .product-submenu::before { display: none; }
  .nav-products.open .product-submenu { max-height: 360px; padding-top: 7px; padding-bottom: 7px; pointer-events: auto; }
  .product-submenu a { padding: 10px 14px; border-bottom: 0; color: #454a50; }
  .menu-button { display: block; }
  .header-cta { display: none; }
  .contact-grid { gap: 50px; align-items: start; }
  .boot-overview { grid-template-columns: 1fr; gap: 48px; }
  .boot-overview-copy { position: static; }
  .boot-model-grid { grid-template-columns: 1fr 1fr; }
  .boot-model-card:nth-child(n) { grid-column: auto; }
  .trolley-family-content, .trolley-multi-content { grid-template-columns: minmax(0, 1fr) 280px; }
  .trolley-gallery figure { height: 215px; }
  .trolley-model-card > figure { height: 195px; }
}

@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: center 60%; }
  .hero-media::after { inset: 0 0 0 50%; background-position: center 48%; -webkit-mask-image: linear-gradient(90deg, transparent, #000 18%); mask-image: linear-gradient(90deg, transparent, #000 18%); }
  .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-media img, .catalog-media video { 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; }
  .services-video-section { padding-block: 70px 78px; }
  .services-video-layout { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
  .services-video { min-height: 0; aspect-ratio: 16 / 9; grid-column: 1 / -1; grid-row: auto; }
  .service-around-card, .service-around-card-1, .service-around-card-2, .service-around-card-3, .service-around-card-4 { min-height: 230px; grid-column: auto; grid-row: auto; }
  .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; }
  .product-detail-hero { padding-block: 26px 32px; }
  .product-back { margin-bottom: 18px; }
  .product-development { padding-block: 74px 82px; }
  .product-skeleton-grid { grid-template-columns: 1fr; }
  .product-skeleton-grid article { min-height: 190px; }
  .boot-overview { padding-block: 72px 80px; }
  .boot-feature-grid { grid-template-columns: 1fr; }
  .boot-feature-grid article { min-height: 176px; }
  .boot-models { padding-block: 72px 82px; }
  .boot-model-grid { grid-template-columns: 1fr; }
  .boot-model-image { height: 390px; }
  .locker-family { padding-block: 62px 70px; }
  .locker-family-heading { grid-template-columns: 1fr; gap: 34px; }
  .locker-family-heading-reverse .locker-family-copy, .locker-family-heading-reverse .locker-family-media { order: initial; }
  .locker-family-media { height: 350px; }
  .locker-feature-grid, .locker-feature-grid-four { grid-template-columns: 1fr 1fr; }
  .locker-feature-grid article { min-height: 190px; }
  .locker-model-grid-two, .locker-model-grid-three { grid-template-columns: 1fr; }
  .locker-product-card > figure { height: 320px; }
  .locker-image-card-grid, .locker-extra-grid { grid-template-columns: 1fr; }
  .community-locker, .bench-models { grid-template-columns: 1fr; }
  .community-locker > div, .bench-models > div { border-left: 0; border-top: 1px solid var(--line); }
  .bench-system-grid { grid-template-columns: 1fr; }
  .bench-models > figure { min-height: 520px; }
  .rack-overview { padding-block: 68px 76px; grid-template-columns: 1fr; gap: 36px; }
  .rack-overview-copy { position: static; }
  .rack-family { padding-block: 70px 78px; }
  .rack-model-grid { grid-template-columns: 1fr 1fr; }
  .rack-rail-grid { grid-template-columns: 1fr; gap: 38px; }
  .rack-rail-media { grid-template-columns: 1fr; gap: 14px; }
  .rack-rail-figure { min-height: 0; }
  .rack-rail-figure-installed { aspect-ratio: 4 / 5; }
  .rack-rail-figure-product { aspect-ratio: 16 / 9; }
  .rack-security-heading { grid-template-columns: 1fr; gap: 32px; }
  .product-spec-grid { grid-template-columns: 1fr !important; }
  .product-spec-grid article { min-height: 0 !important; padding: 15px 16px; }
  .product-spec-grid article > span { margin-bottom: 10px; }
  .aluminium-overview { padding-block: 68px 76px; grid-template-columns: 1fr; gap: 36px; }
  .aluminium-overview-copy { position: static; }
  .aluminium-family { padding-block: 70px 78px; }
  .aluminium-model-grid-two, .aluminium-model-grid-three { grid-template-columns: 1fr; }
  .aluminium-model-card figure { height: 290px; }
  .aluminium-subsection { margin-top: 70px; padding-top: 64px; }
  .aluminium-bench-gallery, .aluminium-bin-gallery { grid-template-columns: 1fr; }
  .aluminium-gallery figure { height: 390px; }
  .aluminium-gallery-product { height: 300px !important; }
  .trolley-overview { padding-block: 68px 76px; grid-template-columns: 1fr; gap: 36px; }
  .trolley-overview-copy { position: static; }
  .trolley-family { padding-block: 58px 64px; }
  .trolley-feature-grid.product-spec-grid { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
  .trolley-family-content, .trolley-multi-content { grid-template-columns: 1fr; gap: 16px; }
  .trolley-family-content .trolley-model-card { order: -1; display: grid; grid-template-columns: minmax(130px, 40%) 1fr; }
  .trolley-family-content .trolley-model-card > figure { height: 100%; min-height: 214px; border-right: 1px solid var(--line); }
  .trolley-family-content .trolley-model-card > div { padding: 18px; border-top: 0; }
  .trolley-gallery, .trolley-gallery-single, .trolley-gallery-count-3 { display: flex; justify-content: flex-start; gap: 12px; padding: 0 0 8px; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: inline mandatory; scrollbar-width: thin; scrollbar-color: var(--accent) var(--line); }
  .trolley-gallery figure, .trolley-gallery-single figure, .trolley-gallery-count-3 figure, .trolley-gallery figure:last-child:nth-child(odd) { width: auto; height: 210px; min-height: 0; flex: 0 0 min(68vw, 250px); padding: 12px; grid-column: auto; scroll-snap-align: start; }
  .trolley-multi-content .trolley-gallery { grid-row: 1; }
  .trolley-multi-content .trolley-wheels { grid-row: 2; }
  .company-story { padding-block: 76px; }
  .contact { padding-block: 80px; }
  .contact-grid { grid-template-columns: 1fr; gap: 28px; }
  .contact-copy, .quote-form, .contact-info { grid-column: 1; grid-row: auto; }
  .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; }
  .detail-grid-products .product-more { width: 100%; }
  .services-video-section { padding-block: 58px 64px; }
  .services-video-layout { grid-template-columns: 1fr; gap: 14px; }
  .services-video { grid-column: 1; }
  .service-around-card, .service-around-card-1, .service-around-card-2, .service-around-card-3, .service-around-card-4 { min-height: 0; padding: 23px 20px; grid-column: 1; }
  .service-around-card h2 { font-size: 24px; }
  .product-detail-heading h1 { font-size: 34px; }
  .product-detail-heading > p:last-child { font-size: 14px; }
  .product-development-intro h2 { font-size: 34px; }
  .boot-overview-copy h2, .boot-models-heading h2 { font-size: 34px; }
  .boot-model-image { height: 350px; }
  .boot-model-copy { padding: 26px 22px 30px; }
  .locker-family-copy h2 { font-size: 34px; }
  .locker-family-media { height: 300px; padding: 12px; }
  .locker-media-duo { gap: 8px; }
  .locker-media-gallery-four { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .locker-media-gallery-three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .locker-feature-grid, .locker-feature-grid-four { grid-template-columns: 1fr; }
  .locker-feature-grid article { min-height: 0; padding: 19px 18px; }
  .locker-feature-grid article > span, .bench-system-grid article > span { margin-bottom: 16px; }
  .locker-models-heading { margin-top: 46px; }
  .locker-models-heading h3 { font-size: 30px; }
  .locker-model-grid article { padding: 25px 22px; }
  .locker-model-grid .locker-product-card { padding: 0; }
  .locker-product-card > figure { height: 285px; padding: 14px; }
  .locker-card-body { padding: 20px 18px 22px; }
  .locker-image-card-grid figure, .locker-extra-grid figure { height: 260px; padding: 14px; }
  .locker-palette { align-items: flex-start; flex-direction: column; gap: 12px; }
  .locker-palette img { max-width: 100%; height: auto; max-height: 60px; }
  .locker-colours { align-items: flex-start; flex-direction: column; }
  .locker-colours > div { justify-content: flex-start; }
  .community-locker { margin-top: 56px; }
  .community-locker figure { min-height: 245px; padding: 16px; }
  .community-locker > div { padding: 30px 22px; }
  .community-locker h3 { font-size: 30px; }
  .bench-system-grid article { min-height: 0; padding: 19px 18px; }
  .bench-models { margin-top: 50px; }
  .bench-models > figure { min-height: 360px; padding: 16px; }
  .bench-models > div { padding: 30px 18px; }
  .bench-models > div > h3 { font-size: 29px; }
  .rack-overview-copy h2, .rack-heading h2, .rack-rail-copy h2 { font-size: 34px; }
  .rack-feature-grid { grid-template-columns: 1fr; }
  .rack-feature-grid article { min-height: 0; padding: 20px 18px; }
  .rack-feature-grid article > span { margin-bottom: 16px; }
  .rack-family { padding-block: 58px 64px; }
  .rack-heading { margin-bottom: 30px; }
  .rack-model-grid { grid-template-columns: 1fr; gap: 14px; }
  .rack-model-card figure { height: 230px; padding: 14px; }
  .rack-model-card > div { padding: 20px 18px 22px; }
  .rack-model-card h4 { min-height: 0; }
  .rack-rail-media { grid-template-columns: 1fr; gap: 12px; }
  .rack-rail-figure { padding: 14px; }
  .rack-security-heading > figure { height: 260px; padding: 14px; }
  .aluminium-overview-copy h2, .aluminium-heading h2 { font-size: 34px; }
  .aluminium-family { padding-block: 58px 64px; }
  .aluminium-heading { margin-bottom: 24px; }
  .aluminium-model-card figure { height: 250px; padding: 14px; }
  .aluminium-model-card > div { padding: 20px 18px 22px; }
  .aluminium-model-card h4 { min-height: 0; }
  .aluminium-subsection { margin-top: 58px; padding-top: 54px; }
  .aluminium-gallery { gap: 12px; }
  .aluminium-gallery figure { height: 350px; padding: 12px; }
  .aluminium-gallery-product { height: 240px !important; }
  .trolley-overview-copy h2, .trolley-heading h2 { font-size: 34px; }
  .trolley-family { padding-block: 50px 56px; }
  .trolley-heading { margin-bottom: 24px; }
  .trolley-feature-grid.product-spec-grid { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
  .trolley-feature-grid.product-spec-grid article { padding: 13px 12px; }
  .trolley-feature-grid.product-spec-grid h3 { font-size: 13px; }
  .trolley-feature-grid.product-spec-grid p { font-size: 11px; line-height: 1.4; }
  .trolley-gallery figure, .trolley-gallery-single figure, .trolley-gallery-count-3 figure, .trolley-gallery figure:last-child:nth-child(odd) { height: 195px; flex-basis: min(72vw, 240px); }
  .trolley-family-content .trolley-model-card { grid-template-columns: minmax(112px, 38%) 1fr; }
  .trolley-family-content .trolley-model-card > figure { min-height: 205px; padding: 10px; }
  .trolley-family-content .trolley-model-card > div { padding: 15px 14px 16px; }
  .trolley-model-card h3 { font-size: 22px; }
  .trolley-model-card h4 { margin-bottom: 12px; font-size: 13px; }
  .trolley-model-card dl > div { padding: 7px 0; gap: 8px; }
  .trolley-wheels { padding: 20px 16px; }
  .trolley-wheels article { grid-template-columns: 74px 1fr; gap: 14px; }
  .trolley-wheels article img { width: 74px; height: 74px; }
  .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-map iframe { height: 180px; }
  .contact-details { margin-top: 14px; padding: 21px 18px; font-size: 12px; }
  .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 (min-width: 761px) {
  .trolley-family-content, .trolley-multi-content { grid-template-columns: minmax(0, 1fr) 300px; align-items: stretch; }
  .trolley-gallery { grid-template-columns: repeat(2, minmax(220px, 300px)); justify-content: center; align-content: start; }
  .trolley-gallery-count-3 { grid-template-columns: repeat(3, minmax(170px, 230px)); }
  .trolley-gallery-single { display: flex; justify-content: center; }
  .trolley-gallery figure, .trolley-gallery-single figure { width: auto; height: 350px; padding: 12px; }
  .trolley-gallery-single figure { width: min(100%, 430px); }
  .trolley-gallery-photo { padding: 0 !important; }
  .trolley-gallery-photo img { width: 100%; height: 100%; max-width: none; max-height: none; object-fit: cover; }
  .trolley-model-card > figure { height: 160px; padding: 12px; }
  .trolley-model-card > div { padding: 16px 18px 18px; }
  .trolley-model-card h3 { font-size: 25px; }
  .trolley-model-card h4 { margin-bottom: 13px; }
  .trolley-model-card dl > div { padding: 7px 0; }
}

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