:root {
  --red: #cc0000;
  --red-dark: #990000;
  --ink: #111;
  --muted: #555;
  --soft: #f4f4f4;
  --line: #dedede;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "DM Sans", Arial, sans-serif;
  color: var(--ink);
  background: #fff;
  font-weight: 300;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
.gf-nav {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  background: rgba(255,255,255,.98);
  border-bottom: 3px solid var(--red);
  box-shadow: 0 3px 24px rgba(0,0,0,.08);
}
.gf-nav-inner {
  max-width: 1380px;
  min-height: 86px;
  margin: 0 auto;
  padding: 0 28px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.gf-logo {
  flex: 0 0 auto;
  padding-right: 10px;
}
.gf-logo img { width: 190px; height: auto; }
.gf-menu {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 6px;
}
.gf-menu a {
  min-height: 38px;
  padding: 11px 14px;
  border: 1px solid #1d1d1d;
  background: #111;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font: 600 11px/1 "Oswald", sans-serif;
  letter-spacing: .1em;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
}
.gf-menu a:hover {
  border-color: var(--red);
  background: var(--red);
  color: #fff;
}
.gf-lang {
  display: flex;
  gap: 4px;
  flex: 0 0 auto;
}
.gf-lang a {
  width: 34px;
  height: 30px;
  border: 1px solid var(--line);
  background: #fff;
  color: #333;
  cursor: pointer;
  font: 400 17px/1 "DM Sans", sans-serif;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.gf-lang a.active {
  border-color: var(--red);
  background: var(--red);
  color: #fff;
}
.gf-cta, .btn, .contact-form button {
  font-family: "Oswald", Arial, sans-serif;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-weight: 600;
}
.gf-cta {
  padding: 13px 16px;
  background: var(--red);
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  white-space: nowrap;
  flex: 0 0 auto;
}
.gf-menu-toggle {
  display: none;
  margin-left: auto;
  border: 0;
  background: transparent;
  padding: 8px;
}
.gf-menu-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  margin: 5px 0;
  background: #111;
}
.hero {
  min-height: 100vh;
  max-width: 1240px;
  margin: 0 auto;
  padding: 152px 24px 64px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, .92fr);
  gap: 64px;
  align-items: center;
}
.eyebrow, .section-label {
  margin: 0 0 16px;
  font-family: "Oswald", Arial, sans-serif;
  font-size: 12px;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: var(--red);
}
.hero h1 {
  margin: 0;
  font-family: "Oswald", Arial, sans-serif;
  font-size: clamp(56px, 8vw, 104px);
  line-height: .92;
  text-transform: uppercase;
}
.hero h1 span, .hero h1 em { display: block; font-style: normal; }
.hero h1 em { color: var(--red); }
.hero-text {
  max-width: 560px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.8;
}
.hero-actions { display: flex; gap: 12px; margin-top: 32px; flex-wrap: wrap; }
.btn {
  display: inline-flex;
  justify-content: center;
  padding: 14px 28px;
  text-decoration: none;
  font-size: 13px;
}
.btn.primary { background: var(--red); color: #fff; }
.btn.secondary { border: 2px solid #ccc; color: #111; }
.hero-media img {
  border-radius: 6px;
  box-shadow: 0 26px 90px rgba(0,0,0,.16);
}
.stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: #111;
  border-top: 3px solid var(--red);
}
.stats div {
  padding: 32px;
  border-right: 1px solid #2b2b2b;
}
.stats strong {
  display: block;
  color: var(--red);
  font: 700 48px/1 "Oswald", sans-serif;
}
.stats span {
  color: #999;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: .12em;
}
.section {
  max-width: 1240px;
  margin: 0 auto;
  padding: 88px 24px;
}
.section h2 {
  margin: 0 0 20px;
  font: 700 clamp(34px, 4vw, 54px)/1 "Oswald", sans-serif;
  text-transform: uppercase;
}
.section p {
  color: var(--muted);
  line-height: 1.8;
  font-size: 16px;
}
.about-section, .why-section, .contact-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 520px);
  gap: 48px;
  align-items: center;
}
.factory-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(2, 170px);
  gap: 12px;
  align-items: stretch;
  width: 100%;
  max-width: 520px;
  justify-self: end;
}
.factory-gallery figure {
  margin: 0;
  min-height: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #eee;
  box-shadow: 0 14px 30px rgba(0,0,0,.10);
}
.factory-gallery .factory-main {
  border-top: 4px solid var(--red);
}
.factory-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}
.factory-gallery figure:hover img { transform: scale(1.035); }
.cert {
  display: inline-block;
  margin-top: 24px;
  padding: 8px 14px;
  border: 1px solid var(--red);
  color: var(--red);
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: .12em;
  font-weight: 700;
}
.products-section, .shipping-section { max-width: none; background: var(--soft); }
.products-section > *, .shipping-section > * {
  max-width: 1192px;
  margin-left: auto;
  margin-right: auto;
}
.product-catalog {
  max-width: 1192px;
  margin: 34px auto 0;
  display: grid;
  grid-template-columns: 238px minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}
.product-sidebar {
  background: #fff;
  border: 1px solid var(--line);
  border-top: 5px solid var(--red);
  position: sticky;
  top: 112px;
}
.catalog-heading {
  min-height: 54px;
  padding: 0 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: #222;
  font-weight: 700;
  border-bottom: 1px solid #e8e8e8;
}
.catalog-heading b {
  font-size: 24px;
  font-weight: 300;
  line-height: 1;
}
.catalog-heading.muted {
  background: #f1f1f1;
}
.tabs {
  display: grid;
  gap: 0;
  padding: 8px 0 14px;
}
.tabs button {
  border: 0;
  border-left: 3px solid transparent;
  background: transparent;
  padding: 10px 18px 10px 22px;
  cursor: pointer;
  color: #333;
  text-align: left;
  font: 600 15px/1.25 "DM Sans", sans-serif;
}
.tabs button.active {
  color: var(--red);
  border-left-color: var(--red);
  background: #fff;
}
.product-content {
  min-width: 0;
}
.product-panel { display: none; }
.product-panel.active { display: block; }
.product-panel h3 {
  margin: 0 0 8px;
  font: 600 26px/1.2 "Oswald", sans-serif;
  text-transform: uppercase;
}
.product-panel > p { max-width: 680px; }
.product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 24px;
  background: transparent;
}
.product-grid.cols-3 { grid-template-columns: repeat(3, 1fr); }
.product-card {
  background: #fff;
  border: 1px solid #d8d8d8;
  color: #222;
  text-align: center;
  display: flex;
  flex-direction: column;
  min-height: 360px;
  text-decoration: none;
  transition: border-color .2s, box-shadow .2s, transform .2s;
}
.product-card:hover {
  border-color: var(--red);
  box-shadow: 0 16px 34px rgba(0,0,0,.09);
  transform: translateY(-2px);
}
.product-image {
  aspect-ratio: 1 / .9;
  background: #fff;
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: 18px 18px 0;
}
.product-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 4px;
}
.product-card h4 {
  min-height: 48px;
  margin: 16px 16px 0;
  font: 700 20px/1.28 "DM Sans", sans-serif;
  text-transform: none;
}
.product-card span {
  color: #777;
  font-weight: 700;
  font-size: 15px;
  margin-top: 8px;
}
.product-card small {
  margin-top: auto;
  min-height: 56px;
  border-top: 1px solid #d8d8d8;
  color: #222;
  padding: 0 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  font-size: 16px;
  letter-spacing: 0;
  transition: background .2s, color .2s;
}
.product-card small i {
  width: 15px;
  height: 15px;
  border: 2px solid currentColor;
  border-radius: 3px;
  display: inline-block;
}
.product-card:hover small {
  background: var(--red);
  color: #fff;
}
.why-list { border-top: 1px solid var(--line); }
.why-list div {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 12px 20px;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}
.why-list b {
  grid-row: span 2;
  color: rgba(204,0,0,.32);
  font: 700 34px/1 "Oswald", sans-serif;
}
.why-list strong { font-weight: 700; }
.why-list span { color: var(--muted); line-height: 1.65; }
.markets {
  background: #111;
  color: #ddd;
  padding: 36px;
}
.markets h3 {
  margin: 0 0 20px;
  color: var(--red);
  font: 600 24px/1 "Oswald", sans-serif;
  text-transform: uppercase;
}
.markets p {
  margin: 0;
  padding: 11px 0;
  border-bottom: 1px solid #292929;
  color: #ddd;
}
.shipping-section p { max-width: 760px; }
.shipping-map {
  max-width: 1192px;
  margin-top: 34px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 0;
  overflow: hidden;
  border: 1px solid #242424;
  border-top: 4px solid var(--red);
  background:
    radial-gradient(circle at 58% 44%, rgba(204,0,0,.14), transparent 34%),
    linear-gradient(140deg, #101010 0%, #191919 54%, #070707 100%);
  box-shadow: 0 28px 80px rgba(0,0,0,.18);
}
.map-visual {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}
.real-map-wrap {
  position: relative;
  min-height: 520px;
  background: #d6e8f2;
}
.europe-map,
.real-europe-map {
  display: block;
  width: 100%;
  min-height: 520px;
}
.real-europe-map .map-country {
  cursor: pointer;
  transition: opacity .18s ease, filter .18s ease;
}
.real-europe-map .map-country:hover {
  filter: drop-shadow(0 4px 10px rgba(0,0,0,.28));
}
.real-map-tip {
  position: fixed;
  display: none;
  pointer-events: none;
  z-index: 90;
  background: #111;
  color: #fff;
  padding: 10px 18px;
  border-left: 3px solid var(--red);
  box-shadow: 0 8px 32px rgba(0,0,0,.22);
  white-space: nowrap;
  font-family: "Oswald", sans-serif;
}
.real-map-tip div:first-child {
  font-size: 16px;
  font-weight: 600;
}
.real-map-tip div:last-child {
  margin-top: 3px;
  color: var(--red);
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.map-fallback {
  position: absolute;
  left: 24px;
  bottom: 20px;
  max-width: 360px;
  margin: 0;
  padding: 10px 14px;
  background: rgba(255,255,255,.88);
  color: #333;
  border-left: 3px solid var(--red);
  font-size: 13px;
  line-height: 1.45;
  box-shadow: 0 10px 28px rgba(0,0,0,.12);
}
.map-loaded .map-fallback {
  display: none;
}
.map-info {
  border-left: 1px solid rgba(255,255,255,.1);
  padding: 34px 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 18px;
  background: rgba(255,255,255,.04);
}
.map-info div {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #e8e8e8;
  font-weight: 700;
}
.dot {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: inline-block;
  flex: 0 0 auto;
}
.hq-dot { background: var(--red); box-shadow: 0 0 0 5px rgba(204,0,0,.22); }
.active-dot { background: #fff; border: 3px solid var(--red); }
.route-dot { background: linear-gradient(90deg, transparent, var(--red), transparent); border-radius: 2px; width: 36px; }
.contact-section {
  max-width: none;
  background: #111;
  color: #fff;
  padding-left: calc((100vw - 1192px) / 2 + 24px);
  padding-right: calc((100vw - 1192px) / 2 + 24px);
}
.contact-section h2 { color: #fff; }
.contact-section p { color: #aaa; }
.contact-lines p {
  margin: 0 0 16px;
  display: grid;
  gap: 3px;
}
.contact-lines strong { color: #fff; }
.faq { margin-top: 34px; }
.faq h3 {
  color: var(--red);
  font: 600 18px/1 "Oswald", sans-serif;
  text-transform: uppercase;
}
.faq details {
  border-bottom: 1px solid #2b2b2b;
  padding: 14px 0;
}
.faq summary {
  cursor: pointer;
  font-weight: 700;
}
.contact-form {
  display: grid;
  gap: 13px;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 13px;
}
.contact-form label {
  display: grid;
  gap: 6px;
}
.contact-form label span {
  color: #777;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: .14em;
}
.contact-form input, .contact-form select, .contact-form textarea {
  width: 100%;
  border: 1px solid #333;
  background: #1a1a1a;
  color: #fff;
  padding: 13px 14px;
  border-radius: 0;
  font: 400 15px/1.4 "DM Sans", sans-serif;
}
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus {
  outline: 0;
  border-color: var(--red);
}
.contact-form button {
  border: 0;
  background: var(--red);
  color: #fff;
  padding: 15px 22px;
  cursor: pointer;
}
.contact-form button:hover { background: var(--red-dark); }
.contact-form small { text-align: center; color: #777; }
.notice {
  padding: 14px;
  border: 1px solid var(--red);
  color: #fff;
}
.notice.success { background: rgba(0,140,70,.16); border-color: #168f51; }
.notice.error { background: rgba(204,0,0,.14); }
.seo-market-links {
  max-width: 1192px;
  margin: 0 auto;
  padding: 28px 24px 38px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  border-top: 1px solid var(--line);
  color: #555;
}
.seo-market-links strong {
  margin-right: 8px;
  color: #111;
  font: 600 16px/1 "Oswald", sans-serif;
  text-transform: uppercase;
}
.seo-market-links a {
  padding: 8px 10px;
  border: 1px solid var(--line);
  color: #333;
  text-decoration: none;
  font-size: 13px;
  background: #fff;
}
.seo-market-links a:hover {
  border-color: var(--red);
  color: var(--red);
}
.site-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  background: #070707;
  border-top: 1px solid #242424;
  padding: 32px 24px;
  color: #555;
}
.site-footer img {
  width: 138px;
  filter: brightness(0) invert(1);
}
@media (max-width: 980px) {
  .gf-nav-inner { flex-wrap: wrap; height: auto; min-height: 72px; padding-top: 12px; padding-bottom: 12px; }
  .gf-menu-toggle { display: block; }
  .gf-menu {
    display: none;
    order: 5;
    width: 100%;
    margin: 0;
    padding-top: 10px;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
  .gf-menu.open { display: flex; }
  .gf-menu a { padding: 13px 14px; border-top: 0; }
  .gf-cta { display: none; }
  .hero, .about-section, .why-section, .contact-section { grid-template-columns: 1fr; }
  .hero { padding-top: 132px; gap: 34px; }
  .hero-media { order: -1; }
  .product-catalog { grid-template-columns: 1fr; gap: 20px; }
  .product-sidebar { position: static; }
  .tabs { grid-template-columns: repeat(2, 1fr); padding: 8px; }
  .tabs button { border-left: 0; border-bottom: 3px solid transparent; padding: 12px; text-align: center; }
  .tabs button.active { border-bottom-color: var(--red); }
  .product-grid, .product-grid.cols-3 { grid-template-columns: repeat(2, 1fr); }
  .factory-gallery { justify-self: stretch; max-width: none; grid-template-columns: 1fr 1fr; grid-template-rows: repeat(2, 190px); }
  .shipping-map { grid-template-columns: 1fr; min-height: auto; }
  .real-map-wrap, .europe-map { min-height: 440px; }
  .map-info { border-left: 0; border-top: 1px solid rgba(255,255,255,.1); }
}
@media (max-width: 620px) {
  .gf-logo img { width: 126px; }
  .gf-lang { order: 4; width: 100%; }
  .gf-lang a { flex: 1; }
  .hero h1 { font-size: 46px; }
  .stats { grid-template-columns: 1fr 1fr; }
  .stats div { padding: 24px; }
  .tabs { grid-template-columns: 1fr; }
  .factory-gallery { grid-template-columns: 1fr; grid-template-rows: repeat(4, 180px); }
  .product-card { min-height: 330px; }
  .real-map-wrap, .europe-map { min-height: 360px; }
  .product-grid, .product-grid.cols-3, .form-row, .stats { grid-template-columns: 1fr; }
  .section, .contact-section { padding-top: 64px; padding-bottom: 64px; }
  .site-footer { align-items: flex-start; flex-direction: column; }
}
