﻿:root {
  --bg: #ffffff;
  --ink: #071426;
  --muted: #4f5f73;
  --line: #d5dde7;
  --navy: #072c55;
  --navy-2: #001f40;
  --steel: #eef4f8;
  --red: #c51f2c;
  --shadow: 0 20px 60px rgba(7, 20, 38, 0.16);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--ink); font-family: Arial, "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif; line-height: 1.65; }
a { color: inherit; text-decoration: none; }
.site-header { position: sticky; top: 0; z-index: 30; display: grid; grid-template-columns: auto 1fr auto; gap: 28px; align-items: center; min-height: 76px; padding: 10px clamp(24px, 4vw, 48px); background: rgba(255,255,255,.96); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px); }
.brand-logo { position: relative; display: block; width: 230px; height: 68px; overflow: hidden; }
.brand-logo-wordmark { position: absolute; inset: 0; display: block; width: 100%; height: 100%; object-fit: contain; object-position: left center; clip-path: inset(0 0 0 27%); }
.brand-logo-symbol { position: absolute; top: -4px; left: 0; display: block; width: 58px; height: 66px; object-fit: contain; }
.final-brand-lockup, .final-menu-button, .final-mobile-menu { display: none; }
.main-nav { display: flex; justify-content: center; gap: 34px; color: #17253a; font-size: 15px; font-weight: 700; white-space: nowrap; }
.main-nav a:hover { color: var(--red); }
.header-actions { display: flex; align-items: center; gap: 16px; }
.language-switcher { display: flex; border-left: 1px solid var(--line); border-right: 1px solid var(--line); }
.lang-button { min-width: 80px; height: 40px; border: 0; border-right: 1px solid var(--line); background: #fff; color: #213149; cursor: pointer; font: inherit; font-size: 14px; }
.lang-button:last-child { border-right: 0; }
.lang-button.is-active { color: var(--red); font-weight: 800; position: relative; }
.lang-button.is-active::after { content: ""; position: absolute; left: 18px; right: 18px; bottom: 0; height: 2px; background: var(--red); }
.quote-button { display: inline-flex; align-items: center; justify-content: center; height: 44px; padding: 0 24px; background: var(--navy); color: #fff; font-weight: 800; border-radius: 3px; box-shadow: 0 8px 18px rgba(7,44,85,.22); }
.hero { position: relative; min-height: 460px; border-bottom: 1px solid var(--line); overflow: hidden; }
.hero-image { position: absolute; inset: 0; }
.hero-image img { width: 100%; height: 100%; object-fit: cover; object-position: center right; }
.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, #fff 0%, rgba(255,255,255,.96) 27%, rgba(255,255,255,.42) 52%, rgba(255,255,255,.02) 82%); }
.hero-copy { position: relative; z-index: 2; width: min(620px, 48vw); padding: 54px clamp(24px, 4vw, 48px); }
.hero h1 { margin: 0 0 22px; color: var(--ink); font-size: clamp(42px, 5.4vw, 66px); line-height: 1.03; letter-spacing: 0; }
.hero p { margin: 0; color: #142237; font-size: 18px; max-width: 540px; }
.red-rule { display: block; width: 42px; height: 3px; margin: 26px 0; background: var(--red); }
.hero-actions { display: flex; gap: 14px; align-items: center; }
.button, .panel-button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 28px; font-weight: 800; border: 1px solid var(--navy); }
.button.primary { background: var(--navy); color: #fff; }
.price-note { margin-top: 20px !important; color: #111827 !important; font-size: 17px !important; }
.hero-commercial-lead, .hero-concept-note { display: none; }
.hero-positioning { display: none; }
.showcase { display: grid; grid-template-columns: 1fr 354px; align-items: stretch; padding-left: clamp(24px, 4vw, 48px); border-bottom: 1px solid var(--line); }
.showcase-main { padding: 26px 18px 26px 0; }
.section-title h2 { margin: 0; color: var(--navy); font-size: clamp(26px, 3vw, 44px); line-height: 1.15; }
.section-title p { max-width: 880px; margin: 18px 0 0; color: var(--muted); font-size: 17px; }
.section-title.compact h2 { font-size: 24px; }
.section-title.compact .red-rule { margin: 8px 0 12px; width: 28px; height: 3px; }
.category-row { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 10px; }
.category-card { display: grid; grid-template-rows: 138px 54px; min-width: 0; background: #fff; border: 1px solid var(--line); overflow: hidden; }
.category-media { height: 100%; background-image: var(--product-image); background-size: 265%; background-repeat: no-repeat; border-bottom: 0; }
.brake-card { --product-image: url("./assets/toren-automotive-hero-v2.png"); }
.engine-card { --product-image: url("./assets/toren-automotive-hero-v2.png"); }
.suspension-card { --product-image: url("./assets/toren-automotive-hero-v2.png"); }
.care-card { --product-image: url("./assets/toren-automotive-hero-v2.png"); }
.light-card { --product-image: url("./assets/toren-automotive-hero-v2.png"); }
.brake-card .category-media { background-position: 34% 70%; }
.engine-card .category-media { background-position: 45% 76%; }
.suspension-card .category-media { background-position: 55% 62%; }
.care-card .category-media { background-position: 78% 56%; }
.light-card .category-media { background-position: 100% 70%; }
.category-card h3 { display: grid; place-items: center; height: 54px; margin: 0; padding: 8px; background: var(--navy); color: #fff; text-align: center; font-size: 15px; line-height: 1.3; }
.contact-panel { background: linear-gradient(135deg, var(--navy) 0%, var(--navy-2) 100%); color: #fff; padding: 38px 28px; }
.contact-panel h2 { margin: 0 0 4px; font-size: 26px; }
.contact-panel p { margin: 0 0 28px; color: rgba(255,255,255,.86); }
.panel-button { width: 100%; background: #fff; color: var(--navy); border: 0; margin-bottom: 28px; }
.panel-line { display: grid; grid-template-columns: 46px 1fr; gap: 14px; align-items: start; margin-top: 24px; }
.panel-icon { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.6); border-radius: 50%; font-size: 10px; font-weight: 800; }
.panel-line strong { display: block; font-size: 14px; color: rgba(255,255,255,.92); }
.panel-line a { display: block; margin-top: 4px; font-size: 20px; }
.strength-block { margin-top: 24px; }
.strength-icons { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid var(--line); }
.strength-icons article { display: grid; grid-template-columns: 54px 1fr; gap: 14px; padding: 18px 18px 18px 0; border-right: 1px solid var(--line); min-height: 92px; }
.strength-icons article:last-child { border-right: 0; }
.strength-icons strong { color: var(--navy); font-size: 15px; }
.strength-icons p { margin: 4px 0 0; color: var(--muted); font-size: 13px; line-height: 1.5; }
.icon-shape { width: 42px; height: 42px; display: block; border: 3px solid var(--navy); }
.shield { border-radius: 8px 8px 16px 16px; }
.gear { border-radius: 50%; }
.globe { border-radius: 50%; position: relative; }
.globe::before, .globe::after { content: ""; position: absolute; background: var(--navy); }
.globe::before { width: 3px; top: 4px; bottom: 4px; left: 18px; }
.globe::after { height: 3px; left: 4px; right: 4px; top: 18px; }
.handshake { transform: rotate(45deg); border-radius: 5px; }
.section { padding: clamp(58px, 8vw, 92px) clamp(24px, 4vw, 48px); }
.about { background: var(--steel); }
.profile-grid, .flow-list { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); border: 1px solid var(--line); background: #fff; margin-top: 34px; }
.profile-grid > div, .flow-list > li { list-style: none; padding: 28px; border-right: 1px solid var(--line); }
.profile-grid > div:last-child, .flow-list > li:last-child { border-right: 0; }
.profile-grid span, .flow-list span { display: block; color: var(--muted); font-size: 13px; margin-bottom: 14px; }
.profile-grid strong, .flow-list strong { color: var(--navy); font-size: 21px; }
.flow-list { padding: 0; }
.flow-list p { color: var(--muted); }
.site-footer { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 18px clamp(24px, 4vw, 48px); color: var(--muted); border-top: 1px solid var(--line); }
@media (max-width: 1100px) { .site-header { grid-template-columns: 1fr; } .main-nav { justify-content: flex-start; overflow-x: auto; } .header-actions { justify-content: space-between; } .showcase { grid-template-columns: 1fr; padding-right: clamp(24px, 4vw, 48px); } .contact-panel { margin-top: 22px; } .category-row { grid-template-columns: repeat(2, minmax(0,1fr)); } .strength-icons { grid-template-columns: repeat(2, minmax(0,1fr)); } }
@media (max-width: 720px) { .quote-button { display: none; } .hero-copy { width: 100%; padding-top: 42px; padding-bottom: 300px; } .hero { min-height: auto; } .hero::after { background: linear-gradient(180deg, #fff 0%, rgba(255,255,255,.95) 50%, rgba(255,255,255,.2) 75%, rgba(255,255,255,0) 100%); } .hero-image { top: auto; height: 360px; } .category-row, .strength-icons, .profile-grid, .flow-list { grid-template-columns: 1fr; } .profile-grid > div, .flow-list > li, .strength-icons article { border-right: 0; border-bottom: 1px solid var(--line); } }

.activities { background: #fff; }
.activity-grid { display: grid; grid-template-columns: 1.25fr 1fr 1fr; gap: 18px; margin-top: 34px; }
.activity-card { margin: 0; background: #fff; border: 1px solid var(--line); overflow: hidden; box-shadow: 0 12px 32px rgba(7, 20, 38, 0.08); }
.activity-card img { display: block; width: 100%; height: 260px; object-fit: cover; }
.activity-card.large img { height: 320px; object-position: center 42%; }
.activity-card figcaption { min-height: 132px; padding: 16px 18px 18px; background: #fff; color: var(--navy); border-top: 4px solid var(--red); }
.activity-card figcaption strong { display: block; font-size: 16px; line-height: 1.45; font-weight: 800; }
.activity-card figcaption span { display: block; margin-top: 8px; color: #4f5b69; font-size: 13px; line-height: 1.7; font-weight: 500; }
.activity-disclaimer { max-width: 1100px; margin: 20px 0 0; color: #59636f; font-size: 12px; line-height: 1.75; }
@media (max-width: 1100px) { .activity-grid { grid-template-columns: 1fr; } .activity-card img, .activity-card.large img { height: 280px; } }
@media (max-width: 720px) { .activity-card img, .activity-card.large img { height: 220px; } .activity-card figcaption { min-height: 0; } .activity-disclaimer { font-size: 12px; line-height: 1.7; } }

.value-line {
  margin-top: 18px !important;
  color: var(--navy) !important;
  font-size: 15px !important;
  font-weight: 800;
  letter-spacing: 0;
}
.hero-advantages {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  max-width: 620px;
  margin: 22px 0 0;
}
.hero-advantages span {
  display: flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 12px;
  border: 1px solid rgba(7, 44, 85, 0.14);
  background: rgba(255, 255, 255, 0.86);
  color: var(--navy);
  font-size: 13px;
  font-weight: 800;
  box-shadow: 0 10px 22px rgba(7, 20, 38, 0.05);
}
.why { background: #fff; }
.why-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
  margin-top: 34px;
  border: 1px solid var(--line);
  background: var(--line);
}
.why-card {
  min-width: 0;
  min-height: 232px;
  padding: 28px 22px;
  background: #fff;
}
.why-card strong {
  display: block;
  margin-top: 18px;
  color: var(--navy);
  font-size: 18px;
  line-height: 1.25;
}
.why-card p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}
.why-icon {
  position: relative;
  display: block;
  width: 42px;
  height: 42px;
  border: 2px solid var(--navy);
  border-radius: 50%;
}
.why-icon::after {
  content: "";
  position: absolute;
  inset: 11px;
  border-top: 3px solid var(--red);
  transform: rotate(-22deg);
}
.why-icon.supply { border-radius: 8px; }
.why-icon.oem::before {
  content: "OEM";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: var(--navy);
  font-size: 10px;
  font-weight: 900;
}
.why-icon.oem::after { display: none; }
.why-icon.response::after {
  inset: 13px 9px;
  border-top: 0;
  border-right: 3px solid var(--red);
  border-bottom: 3px solid var(--red);
  transform: rotate(-45deg);
}
.why-icon.partnership { border-radius: 10px; }
.why-icon.partnership::after {
  inset: 12px 8px;
  border-top: 0;
  border-bottom: 3px solid var(--red);
  transform: rotate(0deg);
}
@media (max-width: 1100px) {
  .hero-advantages { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .why-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 720px) {
  .hero-advantages { grid-template-columns: 1fr; }
  .why-grid { grid-template-columns: 1fr; }
  .why-card { min-height: auto; }
}


.contact-panel address { margin-top: 4px; color: #fff; font-style: normal; font-size: 15px; line-height: 1.65; white-space: pre-line; overflow-wrap: anywhere; }
.profile-address { display: block; white-space: pre-line; overflow-wrap: anywhere; line-height: 1.55; }


.about-heading { display: flex; align-items: center; gap: 30px; }
.about-symbol { flex: 0 0 auto; width: 112px; height: 112px; object-fit: contain; }
.footer-logo { display: block; width: 190px; height: 58px; object-fit: contain; object-position: left center; }
@media (max-width: 720px) { .brand-logo { width: 205px; height: 64px; } .about-heading { align-items: flex-start; gap: 18px; } .about-symbol { width: 78px; height: 78px; } .site-footer { align-items: flex-start; flex-direction: column; } .footer-logo { width: 180px; } }

html.nav-logo-preview .site-header { grid-template-columns: auto 1fr auto; min-height: 72px; padding-top: 0; padding-bottom: 0; }
html.nav-logo-preview .brand-logo { display: none; }
html.nav-logo-preview .final-brand-lockup { display: inline-flex; align-items: center; width: 201px; height: 48px; gap: 11px; }
html.nav-logo-preview .final-brand-symbol { display: flex; align-items: center; justify-content: center; width: 38px; height: 42px; flex: 0 0 38px; overflow: hidden; transform: translateY(-2.5px); }
html.nav-logo-preview .final-brand-symbol img { display: block; width: 38px; height: 41px; object-fit: contain; mix-blend-mode: multiply; }
html.nav-logo-preview .final-brand-wordmark-block { display: flex; flex-direction: column; align-items: center; justify-content: center; width: 152px; height: 48px; }
html.nav-logo-preview .final-brand-wordmark { position: relative; display: block; width: 152px; height: 20px; overflow: hidden; }
html.nav-logo-preview .final-brand-wordmark img { position: absolute; top: -7px; left: -52px; display: block; width: 204px; height: 62px; max-width: none; object-fit: contain; mix-blend-mode: multiply; }
html.nav-logo-preview .final-brand-company { display: flex; flex-direction: column; align-items: center; margin-top: 7px; color: #14243a; font-size: 7.2px; font-weight: 600; line-height: 1; letter-spacing: 0; white-space: nowrap; transform: translateX(2px); }
html.nav-logo-preview .final-company-text { display: flex; gap: 5.1px; }
html.nav-logo-preview .final-brand-company::after { content: ""; display: block; width: 65%; height: 1px; margin-top: 3px; background: var(--navy); opacity: .38; }
html.nav-logo-preview .brand { width: 217px; }
html.nav-logo-preview .final-brand-lockup { transform: scale(1.08); transform-origin: left center; }
html.nav-logo-preview .hero { min-height: 440px; }
html.nav-logo-preview .hero-copy { width: min(540px, 43vw); padding-top: 44px; padding-bottom: 44px; }
html.nav-logo-preview .hero h1 { margin-bottom: 18px; font-size: clamp(38px, 4.25vw, 54px); line-height: 1.01; }
html.nav-logo-preview .hero-copy > p[data-i18n="heroLead"] { display: none; }
html.nav-logo-preview .hero-commercial-lead { display: block; width: min(650px, calc(100vw - 96px)); max-width: none; min-height: 60px; font-size: 16px; line-height: 1.75; }
html.nav-logo-preview .hero-positioning { display: block; width: min(650px, calc(100vw - 96px)); margin-top: 12px; color: var(--navy); font-size: 14px; font-weight: 700; line-height: 1.5; }
html.nav-logo-preview .hero-image img { object-position: 58% center; filter: saturate(.78) contrast(1.03); }
html.nav-logo-preview .hero::after { background: linear-gradient(90deg, #fff 0%, rgba(255,255,255,.94) 22%, rgba(255,255,255,.62) 34%, rgba(255,255,255,.16) 54%, rgba(255,255,255,.01) 72%); }
html.nav-logo-preview .hero-concept-note { position: absolute; top: 18px; right: 28px; z-index: 4; display: block; padding: 5px 10px 5px 12px; background: rgba(255,255,255,.9); border-left: 2px solid var(--red); color: #314056; font-size: 11px; font-weight: 700; letter-spacing: 0; }

@media (min-width: 1101px) and (max-width: 1400px) {
  html.nav-logo-preview .site-header { gap: 18px; }
  html.nav-logo-preview .main-nav { gap: 18px; font-size: 14px; }
  html.nav-logo-preview .header-actions { gap: 10px; }
  html.nav-logo-preview .lang-button { min-width: 64px; }
  html.nav-logo-preview .quote-button { padding: 0 18px; white-space: nowrap; }
}

@media (max-width: 1100px) {
  html.nav-logo-preview .site-header { grid-template-columns: auto 1fr auto auto; gap: 14px; min-height: 70px; padding-left: 32px; padding-right: 32px; }
  html.nav-logo-preview .brand { width: 207px; }
  html.nav-logo-preview .final-brand-lockup { transform: scale(1.03); }
  html.nav-logo-preview .main-nav { display: none; }
  html.nav-logo-preview .header-actions { grid-column: 3; }
  html.nav-logo-preview .quote-button { display: none; }
  html.nav-logo-preview .lang-button { min-width: 58px; height: 38px; font-size: 13px; }
  html.nav-logo-preview .final-menu-button { grid-column: 4; display: grid; align-content: center; gap: 5px; width: 44px; height: 44px; padding: 10px; border: 0; background: transparent; cursor: pointer; }
  html.nav-logo-preview .final-menu-button span { display: block; width: 24px; height: 2px; background: var(--navy); }
  html.nav-logo-preview .final-mobile-menu { position: absolute; top: 100%; left: 0; right: 0; display: none; padding: 14px 32px 20px; background: #fff; border-bottom: 1px solid var(--line); box-shadow: 0 16px 30px rgba(7,20,38,.12); }
  html.nav-logo-preview .final-mobile-menu.is-open { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 10px 24px; }
  html.nav-logo-preview .final-mobile-menu a { color: #17253a; font-size: 14px; font-weight: 700; }
  html.nav-logo-preview .final-mobile-languages { display: none; }
}

@media (min-width: 601px) and (max-width: 1100px) {
  html.nav-logo-preview .hero-copy { width: 62vw; padding-top: 40px; padding-right: 12px; padding-bottom: 42px; }
  html.nav-logo-preview .hero h1 { width: 58vw; max-width: 520px; margin-bottom: 20px; font-size: clamp(38px, 5.2vw, 46px); line-height: 1.02; }
  html.nav-logo-preview .hero-commercial-lead { width: 62vw; max-width: 600px; min-height: 84px; line-height: 1.7; }
  html.nav-logo-preview .hero-positioning { width: 58vw; max-width: 560px; }
  html.nav-logo-preview .value-line { width: 58vw; max-width: 560px; }
  html.nav-logo-preview .hero-advantages { width: 58vw; max-width: 520px; }
  html.nav-logo-preview .hero-image img { object-position: 70% center; }
  html.nav-logo-preview .hero::after { background: linear-gradient(90deg, #fff 0%, rgba(255,255,255,.97) 34%, rgba(255,255,255,.88) 48%, rgba(255,255,255,.48) 61%, rgba(255,255,255,.04) 78%); }
}

@media (max-width: 600px) {
  html.nav-logo-preview .site-header { grid-template-columns: auto 1fr auto; min-height: 68px; padding-left: 24px; padding-right: 24px; }
  html.nav-logo-preview .brand { width: 190px; }
  html.nav-logo-preview .final-brand-lockup { transform: none; }
  html.nav-logo-preview .header-actions { display: none; }
  html.nav-logo-preview .final-brand-lockup { width: 190px; max-width: 68vw; height: 46px; gap: 10px; }
  html.nav-logo-preview .final-brand-symbol { width: 37px; height: 41px; flex-basis: 37px; transform: translateY(-1.5px); }
  html.nav-logo-preview .final-brand-symbol img { width: 37px; height: 40px; }
  html.nav-logo-preview .final-brand-wordmark-block { width: 143px; height: 44px; }
  html.nav-logo-preview .final-brand-wordmark { width: 143px; height: 18px; }
  html.nav-logo-preview .final-brand-wordmark img { top: -6.5px; left: -50px; width: 193px; height: 58px; }
  html.nav-logo-preview .final-brand-company { margin-top: 6px; font-size: 7px; }
  html.nav-logo-preview .final-company-text { gap: 4.4px; }
  html.nav-logo-preview .final-menu-button { position: absolute; top: 50%; right: 24px; grid-column: auto; transform: translateY(-50%); }
  html.nav-logo-preview .final-mobile-menu { padding-left: 24px; padding-right: 24px; }
  html.nav-logo-preview .final-mobile-menu.is-open { grid-template-columns: 1fr 1fr; }
  html.nav-logo-preview .final-mobile-languages { grid-column: 1 / -1; display: flex; width: max-content; margin-top: 8px; border: 1px solid var(--line); }
  html.nav-logo-preview .final-mobile-languages .lang-button { display: block; min-width: 82px; }
  html.nav-logo-preview .hero-copy { width: 100%; padding-top: 34px; padding-bottom: 40px; }
  html.nav-logo-preview .hero h1 { width: calc(100% + 12px); margin-bottom: 22px; font-size: 35px; line-height: 1.02; }
  html.nav-logo-preview .hero-commercial-lead { width: 100%; min-height: 106px; font-size: 16px; line-height: 1.65; }
  html.nav-logo-preview .hero-positioning { width: 100%; margin-top: 10px; font-size: 13px; line-height: 1.5; }
  html.nav-logo-preview .value-line { max-width: 100%; font-size: 14px !important; line-height: 1.5; }
  html.nav-logo-preview .hero-actions { justify-content: flex-start; }
  html.nav-logo-preview .button.primary { min-height: 48px; padding-left: 24px; padding-right: 24px; }
  html.nav-logo-preview .hero-advantages { margin-top: 350px; }
  html.nav-logo-preview .hero-image { top: 535px; bottom: auto; height: 340px; }
  html.nav-logo-preview .hero-image img { object-position: 64% center; }
  html.nav-logo-preview .hero::after { background: linear-gradient(180deg, #fff 0%, rgba(255,255,255,.96) 36%, rgba(255,255,255,.12) 52%, rgba(255,255,255,.03) 68%, rgba(255,255,255,.95) 82%, #fff 100%); }
  html.nav-logo-preview .hero-concept-note { top: 805px; right: 18px; font-size: 10px; }
}

@media (max-width: 350px) {
  html.nav-logo-preview .final-brand-company { display: none; }
  html.nav-logo-preview .final-brand-wordmark-block { height: 28px; }
}

/* Product overview and category page */
.products-overview {
  padding: 66px clamp(24px, 4vw, 48px) 72px;
  background: #fff;
  border-bottom: 1px solid var(--line);
}
.products-overview-inner { max-width: 1440px; margin: 0 auto; }
.products-overview-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 30px;
}
.products-overview-head .section-title { max-width: 880px; }
.products-all-link,
.product-category-body a,
.product-detail-action {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--navy);
  font-size: 14px;
  font-weight: 800;
}
.products-all-link { flex: 0 0 auto; padding-bottom: 4px; border-bottom: 2px solid var(--red); }
.product-category-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.product-category-card {
  display: flex;
  min-width: 0;
  min-height: 430px;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 3px;
  overflow: hidden;
  transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}
.product-category-card:hover { transform: translateY(-3px); border-color: #aebbc9; box-shadow: 0 18px 38px rgba(7, 20, 38, .09); }
.product-category-card > img { display: block; width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.product-category-body { display: flex; flex: 1; flex-direction: column; padding: 20px 20px 22px; }
.product-category-number,
.product-detail-number {
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
}
.product-category-body h3 { margin: 6px 0 10px; color: var(--navy); font-size: 20px; line-height: 1.3; }
.product-category-body p { margin: 0 0 20px; color: var(--muted); font-size: 14px; line-height: 1.65; }
.product-category-body a { margin-top: auto; }
.product-category-body a span:last-child,
.product-detail-action span:last-child { color: var(--red); font-size: 18px; line-height: 1; }

.main-nav a[aria-current="page"] { color: var(--red); }
.products-page-main { background: #fff; }
.products-page-hero { padding: 76px clamp(24px, 6vw, 88px) 68px; background: var(--steel); border-bottom: 1px solid var(--line); }
.products-page-hero-inner { max-width: 1080px; }
.products-eyebrow { margin: 0 0 12px; color: var(--red); font-size: 12px; font-weight: 900; letter-spacing: .14em; }
.products-page-hero h1 { max-width: 780px; margin: 0; color: var(--navy); font-size: clamp(42px, 5vw, 66px); line-height: 1.05; }
.products-page-lead { max-width: 880px; margin: 24px 0 0; color: #26364a; font-size: 18px; line-height: 1.8; }
.products-page-note { max-width: 880px; margin: 18px 0 0; padding-left: 16px; border-left: 3px solid var(--red); color: var(--muted); font-size: 14px; }
.product-index {
  display: flex;
  align-items: stretch;
  gap: 0;
  overflow-x: auto;
  padding: 0 clamp(24px, 4vw, 48px);
  background: #fff;
  border-bottom: 1px solid var(--line);
  scrollbar-width: thin;
}
.product-index > span,
.product-index a { display: flex; flex: 0 0 auto; align-items: center; min-height: 58px; padding: 0 18px; border-right: 1px solid var(--line); white-space: nowrap; }
.product-index > span { padding-left: 0; color: var(--muted); font-size: 12px; font-weight: 800; letter-spacing: .06em; }
.product-index a { gap: 8px; color: var(--red); font-size: 11px; }
.product-index a b { color: var(--navy); font-size: 13px; }
.products-catalog { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; max-width: 1440px; margin: 0 auto; padding: 64px clamp(24px, 4vw, 48px) 72px; }
.product-detail {
  scroll-margin-top: 92px;
  display: grid;
  grid-template-columns: minmax(210px, 42%) minmax(0, 1fr);
  min-width: 0;
  min-height: 370px;
  border: 1px solid var(--line);
  border-radius: 3px;
  background: #fff;
  overflow: hidden;
}
.product-detail figure { min-height: 100%; margin: 0; background: #e5ebef; overflow: hidden; }
.product-detail figure img { display: block; width: 100%; height: 100%; object-fit: cover; }
.product-detail-body { display: flex; min-width: 0; flex-direction: column; padding: 28px 26px; }
.product-detail-body h2 { margin: 6px 0 14px; color: var(--navy); font-size: 24px; line-height: 1.25; }
.product-detail-body > p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.product-scope { margin: 20px 0 12px; padding: 14px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.product-scope strong { display: block; margin-bottom: 4px; color: var(--navy); font-size: 12px; }
.product-scope span { display: block; color: #34445a; font-size: 13px; line-height: 1.5; }
.product-detail-body .availability-note { margin-bottom: 18px; color: #6c7787; font-size: 12px; }
.product-detail-action { margin-top: auto; }
.product-resources {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 56px clamp(24px, 6vw, 88px);
  background: var(--steel);
  border-top: 1px solid var(--line);
}
.product-resources > div { max-width: 840px; }
.product-resources h2 { margin: 0; color: var(--navy); font-size: clamp(28px, 3vw, 42px); line-height: 1.15; }
.product-resources div > p:last-child { margin: 16px 0 0; color: var(--muted); }
.product-resources .button { flex: 0 0 auto; }

@media (max-width: 1100px) {
  .product-category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .product-category-card { min-height: 400px; }
  .products-catalog { grid-template-columns: 1fr; max-width: 900px; }
  .product-detail { min-height: 350px; }
}

@media (max-width: 720px) {
  .products-overview { padding-top: 52px; padding-bottom: 56px; }
  .products-overview-head { align-items: flex-start; flex-direction: column; gap: 20px; }
  .products-overview-head .section-title p { font-size: 15px; }
  .product-category-grid { grid-template-columns: 1fr; gap: 14px; }
  .product-category-card { min-height: 0; }
  .product-category-card > img { aspect-ratio: 16 / 9; }
  .products-page-hero { padding-top: 54px; padding-bottom: 48px; }
  .products-page-hero h1 { font-size: 40px; }
  .products-page-lead { margin-top: 20px; font-size: 16px; line-height: 1.75; }
  .product-index { padding-left: 24px; padding-right: 24px; }
  .products-catalog { gap: 18px; padding-top: 40px; padding-bottom: 52px; }
  .product-detail { display: block; min-height: 0; }
  .product-detail figure { min-height: 0; aspect-ratio: 16 / 9; }
  .product-detail-body { padding: 24px 22px 26px; }
  .product-detail-body h2 { font-size: 22px; }
  .product-resources { align-items: flex-start; flex-direction: column; padding-top: 46px; padding-bottom: 50px; }
  .product-resources .button { width: 100%; }
}

/* Contact page */
.company-name-lock,
[data-i18n="profileCompany"] { word-break: keep-all; overflow-wrap: normal; }
.company-name-part { display: inline-block; white-space: nowrap; }
.company-name-separator { white-space: pre; }
.final-company-text { flex-wrap: nowrap; white-space: nowrap; }
.contact-page-main { background: #fff; }
.contact-page-hero {
  padding: 72px clamp(24px, 6vw, 88px) 62px;
  background: var(--steel);
  border-bottom: 1px solid var(--line);
}
.contact-page-hero-inner { max-width: 900px; }
.contact-page-hero h1 { margin: 0; color: var(--navy); font-size: clamp(42px, 5vw, 66px); line-height: 1.05; }
.contact-page-hero-inner > p:last-child { max-width: 780px; margin: 24px 0 0; color: #34445a; font-size: 17px; line-height: 1.8; }
.contact-details { padding: 0 clamp(24px, 4vw, 48px); border-bottom: 1px solid var(--line); }
.contact-details-grid { display: grid; grid-template-columns: 1.4fr .8fr 1fr 1.6fr .9fr; max-width: 1440px; margin: 0 auto; }
.contact-detail { min-width: 0; padding: 28px 22px; border-right: 1px solid var(--line); }
.contact-detail:first-child { border-left: 1px solid var(--line); }
.contact-detail > span { display: block; margin-bottom: 9px; color: var(--muted); font-size: 12px; font-weight: 800; letter-spacing: .04em; }
.contact-detail strong,
.contact-detail a,
.contact-detail address { display: block; color: var(--navy); font-size: 14px; line-height: 1.65; }
.contact-detail address { margin: 0; font-style: normal; white-space: pre-line; }
.contact-workspace { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(360px, .65fr); gap: 0; max-width: 1440px; margin: 0 auto; }
.contact-form-wrap { padding: 70px clamp(24px, 5vw, 72px) 78px; }
.contact-section-heading { max-width: 720px; margin-bottom: 34px; }
.contact-section-heading h2 { margin: 0; color: var(--navy); font-size: clamp(30px, 3vw, 44px); line-height: 1.15; }
.contact-section-heading > p:last-child { margin: 16px 0 0; color: var(--muted); line-height: 1.7; }
.inquiry-form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px 20px; }
.form-field { display: flex; min-width: 0; flex-direction: column; gap: 8px; }
.form-field > span { display: flex; align-items: center; justify-content: space-between; gap: 12px; color: var(--navy); font-size: 13px; }
.form-field b { font-weight: 800; }
.form-field em { padding: 2px 7px; background: var(--red); color: #fff; font-size: 10px; font-style: normal; font-weight: 800; }
.form-field span small { color: var(--muted); font-size: 11px; }
.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid #bdc8d4;
  border-radius: 2px;
  background: #fff;
  color: var(--navy);
  font: inherit;
  font-size: 15px;
  line-height: 1.5;
  padding: 11px 13px;
}
.form-field textarea { min-height: 150px; resize: vertical; }
.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus { border-color: var(--navy); outline: 2px solid rgba(0, 53, 102, .14); outline-offset: 1px; }
.form-field input:disabled { background: #eef2f5; color: #6b7785; cursor: not-allowed; }
.form-field-wide { grid-column: 1 / -1; }
.form-file > small { color: var(--muted); font-size: 12px; line-height: 1.6; }
.form-actions { display: flex; align-items: flex-start; gap: 22px; margin-top: 4px; }
.form-actions .button { flex: 0 0 auto; border: 0; cursor: pointer; }
.form-success { margin: 0; padding: 13px 15px; border-left: 3px solid var(--navy); background: var(--steel); color: #29405a; font-size: 13px; line-height: 1.6; }
.contact-map-wrap { min-height: 760px; border-left: 1px solid var(--line); background: #e6ebef; }
.contact-map-wrap iframe { display: block; width: 100%; height: 100%; min-height: 760px; border: 0; }

@media (max-width: 1180px) {
  .contact-details-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .contact-detail,
  .contact-detail:first-child { border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); border-left: 0; }
  .contact-detail-company,
  .contact-detail-address { grid-column: span 2; }
  .contact-workspace { grid-template-columns: 1fr; }
  .contact-map-wrap { min-height: 430px; border-top: 1px solid var(--line); border-left: 0; }
  .contact-map-wrap iframe { min-height: 430px; }
}

@media (max-width: 640px) {
  .contact-page-hero { padding-top: 50px; padding-bottom: 46px; }
  .contact-page-hero h1 { font-size: 40px; }
  .contact-page-hero-inner > p:last-child { margin-top: 20px; font-size: 15px; line-height: 1.75; }
  .contact-details { padding: 0 24px; }
  .contact-details-grid { grid-template-columns: 1fr; }
  .contact-detail,
  .contact-detail-company,
  .contact-detail-address { grid-column: auto; padding: 22px 0; border-right: 0; }
  .contact-form-wrap { padding: 52px 24px 58px; }
  .inquiry-form { grid-template-columns: 1fr; gap: 20px; }
  .form-field-wide { grid-column: auto; }
  .form-actions { flex-direction: column; }
  .form-actions .button { width: 100%; min-height: 48px; }
  .contact-map-wrap,
  .contact-map-wrap iframe { min-height: 340px; }
}

