:root {
  --bg: #f5f6f8;
  --surface: rgba(255, 255, 255, 0.96);
  --surface-strong: #ffffff;
  --surface-soft: #eef3f7;
  --text: #18212b;
  --muted: #5f6c78;
  --line: rgba(23, 32, 42, 0.1);
  --navy: #102b3c;
  --navy-deep: #071924;
  --brand-blue: #174f87;
  --brand-blue-deep: #103f6d;
  --gold: #c8a24a;
  --gold-deep: #8d6b20;
  --green: #1f8d61;
  --shadow: 0 18px 42px rgba(14, 29, 40, 0.1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--text);
  background: linear-gradient(180deg, #ffffff 0%, var(--bg) 100%);
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

.page-shell,
.section,
.site-footer,
.hero {
  width: min(1240px, calc(100% - 2rem));
  margin: 0 auto;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.site-header-home {
  position: relative;
  z-index: 1;
  padding: 1.5rem 1.7rem;
}

.site-header-plain {
  padding: 1.5rem 0 0;
}

.home-card-header {
  padding: 1.65rem clamp(1.35rem, 4.5vw, 5.4rem) 1.35rem;
  border-bottom: 1px solid rgba(23, 32, 42, 0.08);
  background: white;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.9rem;
}

.brand-lockup-image {
  display: block;
  width: clamp(12.5rem, 21vw, 16.5rem);
  height: auto;
  border-radius: 6px;
  box-shadow: 0 14px 32px rgba(14, 29, 40, 0.12);
}

.brand-mark {
  width: 3rem;
  height: 3rem;
  display: grid;
  place-items: center;
  border-radius: 14px;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
}

.brand-mark-dark {
  background: linear-gradient(135deg, var(--navy) 0%, #1a4e6a 100%);
  border: 2px solid rgba(207, 176, 125, 0.55);
  color: white;
}

.brand-home,
.brand-dark {
  color: var(--text);
}

.brand-label,
.brand-subtitle,
.eyebrow {
  margin: 0;
}

.brand-label {
  font-weight: 800;
}

.brand-subtitle {
  font-size: 0.92rem;
}

.brand-subtitle-dark {
  color: var(--muted);
}

.site-header-home .brand,
.site-header-home .brand-label {
  color: white;
}

.site-header-home .brand-mark {
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(14px);
  color: white;
}

.site-header-home .brand-subtitle {
  color: rgba(255, 255, 255, 0.72);
}

.main-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
  flex-wrap: wrap;
}

.main-nav a {
  font-weight: 700;
  padding-bottom: 0.16rem;
  line-height: 1.25;
  white-space: nowrap;
}

.main-nav-home a {
  color: rgba(255, 255, 255, 0.82);
}

.main-nav-plain a {
  color: var(--muted);
}

.main-nav a.is-active {
  color: var(--brand-blue-deep);
  box-shadow: inset 0 -0.16rem 0 rgba(242, 199, 68, 0.82);
}

.main-nav-home a.is-active {
  color: white;
  box-shadow: inset 0 -0.16rem 0 rgba(242, 199, 68, 0.88);
}

.main-nav a:hover,
.panel-link:hover,
.contact-pill:hover,
.social-links a:hover {
  color: var(--brand-blue-deep);
}

.main-nav-home a:hover {
  color: white;
}

.language-switch {
  display: inline-flex;
  align-items: center;
  padding: 0.22rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid var(--line);
  box-shadow: 0 10px 24px rgba(14, 29, 40, 0.08);
}

.language-switch a {
  min-width: 2.45rem;
  padding: 0.48rem 0.65rem;
  border-radius: 999px;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 800;
  text-align: center;
}

.language-switch a.is-active {
  background: var(--navy);
  color: white;
}

.language-menu {
  position: relative;
  z-index: 40;
}

.language-menu summary {
  min-width: 8.4rem;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.45rem 0.45rem 0.45rem 0.85rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(0, 87, 200, 0.14);
  box-shadow: 0 12px 28px rgba(14, 29, 40, 0.1);
  cursor: pointer;
  list-style: none;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.language-menu summary::-webkit-details-marker {
  display: none;
}

.language-menu summary strong {
  min-width: 2.75rem;
  min-height: 2.75rem;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--brand-blue-deep), var(--navy));
  color: white;
  box-shadow: inset 0 0 0 2px rgba(242, 199, 68, 0.24);
  letter-spacing: 0;
}

.language-menu summary > span {
  color: var(--muted);
  letter-spacing: 0.08em;
}

.language-menu-list {
  position: absolute;
  top: calc(100% + 0.55rem);
  right: 0;
  min-width: 13rem;
  padding: 0.45rem;
  border-radius: 12px;
  background: white;
  border: 1px solid var(--line);
  box-shadow: 0 24px 54px rgba(14, 29, 40, 0.16);
  direction: ltr;
}

.language-menu-list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.72rem 0.78rem;
  border-radius: 8px;
  color: var(--text);
  font-weight: 800;
  direction: ltr;
}

.language-menu-list a span {
  color: var(--muted);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
}

.language-menu-list a:hover,
.language-menu-list a.is-active {
  background: rgba(242, 199, 68, 0.18);
  color: var(--brand-blue-deep);
}

.hero {
  position: relative;
  min-height: 92vh;
  margin-top: 1rem;
  border-radius: 8px;
  overflow: hidden;
  background: var(--navy);
  box-shadow: var(--shadow);
}

.home-showcase {
  width: min(1460px, calc(100% - 2rem));
  margin-top: 1rem;
  padding-bottom: 0;
  border-radius: 8px;
  overflow: hidden;
  background: var(--surface-strong);
  box-shadow: 0 30px 90px rgba(14, 29, 40, 0.14);
}

.home-banner {
  position: relative;
  min-height: 560px;
  margin: 0;
  border-radius: 0;
  overflow: hidden;
  background: var(--navy);
}

.home-banner::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: min(68%, 1050px);
  background: linear-gradient(90deg, rgba(4, 22, 36, 0), rgba(5, 24, 38, 0.97) 18%, #061724 48%, #061724 100%);
  pointer-events: none;
}

.home-banner-media,
.home-banner-overlay {
  position: absolute;
  inset: 0;
}

.home-banner-media {
  background:
    linear-gradient(90deg, rgba(6, 24, 38, 0.88) 0%, rgba(8, 36, 58, 0.64) 45%, rgba(4, 22, 36, 0.9) 100%),
    url("assets/complete-bicycle-hero.jpg") center left/cover no-repeat;
}

.home-banner-overlay {
  background:
    linear-gradient(180deg, rgba(0, 87, 200, 0.08) 0%, rgba(10, 34, 48, 0.34) 100%);
}

.home-banner-copy {
  position: relative;
  z-index: 2;
  max-width: 640px;
  padding: clamp(3.2rem, 6vw, 6.8rem) clamp(1.5rem, 6vw, 6.4rem);
  color: white;
}

.home-banner-proof {
  position: absolute;
  right: clamp(1.5rem, 5vw, 5.4rem);
  top: 54%;
  bottom: auto;
  transform: translateY(-50%);
  z-index: 2;
  width: min(360px, 34vw);
  display: grid;
  gap: 0.72rem;
}

.home-banner-proof span {
  display: flex;
  justify-content: space-between;
  padding: 0.95rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.88);
  font-weight: 800;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(10px);
}

.home-banner-copy .eyebrow {
  display: block;
  max-width: min(100%, 48ch);
  line-height: 1.65;
  letter-spacing: 0.08em;
  overflow-wrap: anywhere;
  text-wrap: balance;
}

.home-banner-copy h1 {
  margin: 0.75rem 0 1rem;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(2.8rem, 5vw, 4.9rem);
  line-height: 1.02;
  max-width: 11ch;
}

.home-banner-copy p {
  max-width: 36ch;
  color: rgba(255, 255, 255, 0.84);
  line-height: 1.75;
}

.business-section {
  display: grid;
  grid-template-columns: minmax(190px, 0.62fr) repeat(3, minmax(0, 1fr));
  gap: 1rem;
  padding: 3.1rem clamp(1.35rem, 4.5vw, 5.4rem) 3.6rem;
  background: white;
}

.company-profile-section {
  display: grid;
  grid-template-columns: minmax(220px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(1.5rem, 4vw, 4rem);
  align-items: center;
  padding: 3.1rem clamp(1.35rem, 4.5vw, 5.4rem);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(245, 248, 251, 0.96));
  border-bottom: 1px solid var(--line);
}

.company-profile-heading h2 {
  margin: 0.75rem 0 0;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(1.9rem, 2.8vw, 3.25rem);
  line-height: 1.04;
  color: var(--text);
}

.company-profile-copy p {
  max-width: 74ch;
  margin: 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.2vw, 1.12rem);
  line-height: 1.85;
}

.company-profile-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1.25rem;
}

.company-profile-facts span {
  padding: 0.72rem 0.9rem;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid var(--line);
  color: var(--navy);
  font-size: 0.86rem;
  font-weight: 800;
}

.business-heading {
  align-self: center;
  padding-right: 0.8rem;
}

.business-heading h2 {
  margin: 0.75rem 0 0;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(1.9rem, 2.7vw, 3.2rem);
  line-height: 1.02;
}

.business-card {
  min-height: 370px;
  display: grid;
  grid-template-rows: 210px auto auto;
  overflow: hidden;
  border-radius: 8px;
  background: white;
  border: 1px solid var(--line);
  box-shadow: 0 18px 44px rgba(14, 29, 40, 0.08);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
}

.business-card:hover {
  transform: translateY(-4px);
  border-color: rgba(16, 50, 71, 0.22);
  box-shadow: 0 24px 54px rgba(14, 29, 40, 0.13);
}

.business-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  background: #f3f3f3;
}

.business-copy {
  padding: 1.1rem 1.15rem 0.7rem;
}

.business-copy span {
  display: block;
  color: var(--gold-deep);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.business-copy h3 {
  margin: 0.42rem 0 0;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.45rem;
  line-height: 1.08;
}

.business-copy p {
  margin: 0.55rem 0 0;
  color: var(--muted);
  font-size: 0.96rem;
  font-weight: 700;
  line-height: 1.5;
}

.business-card strong {
  display: block;
  align-self: end;
  padding: 0 1.15rem 1.15rem;
  color: var(--navy);
  font-weight: 800;
}

.product-hero {
  border-radius: 14px;
}

.product-hub-section {
  padding-top: 3rem;
}

.product-hub-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.product-hub-card {
  overflow: hidden;
  border-radius: 8px;
  background: white;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.product-hub-card img {
  width: 100%;
  display: block;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: center;
  background: #f3f3f3;
}

.product-hub-card:nth-child(2) img {
  object-position: center top;
}

.product-hub-copy {
  padding: 1.35rem;
}

.product-hub-copy span {
  display: inline-flex;
  padding: 0.34rem 0.68rem;
  border-radius: 999px;
  background: rgba(16, 50, 71, 0.08);
  color: var(--navy);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.product-hub-copy h2 {
  margin: 0.9rem 0 0.45rem;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(1.45rem, 2vw, 2rem);
  line-height: 1.08;
}

.product-hub-copy p {
  min-height: 3.4rem;
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.hub-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1.2rem;
}

.entry-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin: 1rem 1.7rem 0;
}

.entry-card {
  display: flex;
  flex-direction: column;
  min-height: 220px;
  padding: 1.3rem 1.35rem;
  border-radius: 8px;
  box-shadow: 0 16px 36px rgba(14, 29, 40, 0.08);
}

.entry-card h3 {
  margin: 0.85rem 0 0;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.18rem;
  line-height: 1.18;
}

.entry-card p {
  padding-top: 1rem;
  font-weight: 800;
  margin: auto 0 0;
  color: var(--muted);
  line-height: 1.55;
}

.entry-card-accent p {
  color: rgba(255, 255, 255, 0.82);
}

.entry-icon {
  width: 3rem;
  height: 3rem;
  display: grid;
  place-items: center;
  margin-bottom: 1rem;
  border-radius: 16px;
  background: rgba(16, 50, 71, 0.08);
  color: var(--navy);
}

.entry-icon-light {
  background: rgba(255, 255, 255, 0.18);
  color: white;
}

.entry-icon svg {
  width: 1.8rem;
  height: 1.8rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.entry-card-light {
  background: linear-gradient(180deg, #ffffff 0%, #f6faff 100%);
  border: 1px solid var(--line);
}

.entry-card-accent {
  background: linear-gradient(135deg, var(--brand-blue) 0%, var(--brand-blue-deep) 100%);
  color: white;
}

.panel-kicker-light {
  background: rgba(255, 255, 255, 0.18);
  color: white;
}

.hero-media,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-media {
  background:
    linear-gradient(90deg, rgba(10, 34, 48, 0.74) 0%, rgba(10, 34, 48, 0.28) 55%, rgba(10, 34, 48, 0.62) 100%),
    url("assets/hero-background.svg") center/cover no-repeat;
}

.hero-overlay {
  background:
    linear-gradient(180deg, rgba(10, 34, 48, 0.22) 0%, rgba(10, 34, 48, 0.42) 100%);
}

.hero-inner,
.hero-facts {
  position: relative;
  z-index: 1;
}

.hero-inner {
  max-width: 760px;
  padding: 4.5rem 1.7rem 11rem;
  color: white;
}

.eyebrow {
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

.hero .eyebrow {
  color: rgba(255, 255, 255, 0.74);
}

.eyebrow-dark {
  color: var(--navy);
}

.hero h1,
.section-heading h2,
.inner-hero h1,
.signal-copy h2,
.story-copy h2,
.catalog-card h3,
.contact-card h3,
.pathway-card h3,
.certificate-card h3 {
  margin: 0.7rem 0 1rem;
  font-family: "Space Grotesk", sans-serif;
  line-height: 1.02;
}

.hero h1 {
  font-size: clamp(3rem, 6vw, 5.9rem);
  max-width: 9.4ch;
}

.inner-hero {
  margin-top: 1.3rem;
  padding: 3rem;
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(244, 248, 251, 0.96) 100%);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.inner-hero h1,
.section-heading h2,
.signal-copy h2,
.story-copy h2 {
  font-size: clamp(2rem, 3vw, 3.2rem);
}

.hero-text,
.inner-hero p,
.section-heading p,
.pathway-card p,
.signal-copy p,
.story-copy p,
.story-points li,
.product-card p,
.case-card p,
.catalog-card p,
.contact-card p,
.form-note,
.form-feedback,
.certificate-card p,
.model-note {
  line-height: 1.75;
}

.hero-text {
  max-width: 58ch;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.05rem;
}

.inner-hero p,
.section-heading p,
.pathway-card p,
.signal-copy p,
.story-copy p,
.product-card p,
.case-card p,
.catalog-card p,
.contact-card p,
.form-note,
.certificate-card p,
.model-note {
  color: var(--muted);
}

.hero-actions,
.contact-rail,
.social-links,
.form-actions,
.signal-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.95rem 1.4rem;
  border: none;
  border-radius: 999px;
  font-weight: 800;
  cursor: pointer;
}

.button-primary {
  background: var(--surface-strong);
  color: var(--navy);
}

.button-secondary {
  background: rgba(255, 255, 255, 0.12);
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.hero-facts {
  display: grid;
  gap: 0.9rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.proof-summary {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hero-facts {
  position: absolute;
  left: 1.7rem;
  right: 1.7rem;
  bottom: 1.7rem;
}

.fact-card {
  padding: 1rem 1.05rem;
  border-radius: 8px;
}

.hero .fact-card {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(14px);
  color: white;
}

.fact-card-light {
  background: linear-gradient(180deg, #ffffff 0%, rgba(237, 245, 255, 0.78) 100%);
  border: 1px solid rgba(0, 87, 200, 0.12);
  box-shadow: 0 18px 46px rgba(14, 29, 40, 0.08);
  color: var(--text);
}

.fact-card strong {
  display: block;
  margin-bottom: 0.3rem;
  font-size: 1.05rem;
}

.hero .fact-card span {
  color: rgba(255, 255, 255, 0.74);
}

.fact-card-light span {
  color: var(--muted);
}

.section {
  padding: 5rem 0 0.5rem;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 1.7rem;
}

.intro-copy,
.signal-copy,
.story-copy,
.catalog-card,
.inquiry-form,
.contact-card,
.case-card,
.category-panel,
.product-card,
.visual-card,
.pathway-card,
.certificate-card {
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.pathway-grid,
.story-grid,
.model-layout,
.proof-layout,
.contact-layout,
.signal-grid {
  display: grid;
  gap: 1.25rem;
}

.pathway-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pathway-card {
  padding: 1.5rem;
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(246, 250, 255, 0.95) 100%);
}

.signal-grid {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  padding: 1.2rem;
  border-radius: 8px;
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.signal-section .signal-copy {
  padding: 0.15rem 0.25rem;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.signal-section .signal-copy h2 {
  max-width: 620px;
  margin: 0.4rem 0 0.35rem;
  font-size: clamp(1.6rem, 3vw, 2.55rem);
  line-height: 1.05;
}

.signal-section .signal-copy p:last-child {
  margin: 0;
}

.signal-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.75rem;
}

.contact-pill {
  padding: 0.82rem 1rem;
  border-radius: 8px;
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: 0 14px 34px rgba(14, 29, 40, 0.08);
  color: var(--navy);
  font-weight: 800;
}

.contact-pill-primary {
  background: var(--navy);
  border-color: var(--navy);
  color: white;
}

.contact-pill-primary:hover,
.button-primary:hover {
  background: var(--brand-blue);
  border-color: var(--brand-blue);
  color: white;
}

.category-panels,
.category-tabs,
.product-grid,
.catalogue-tabs,
.catalogue-grid,
.parts-catalogue-tabs,
.parts-catalogue-grid,
.story-visuals,
.case-grid,
.certificate-grid,
.contact-stack,
.asset-grid {
  display: grid;
  gap: 1rem;
}

.category-panels {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.category-panel {
  padding: 1.45rem;
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(246, 250, 255, 0.94) 100%);
}

.panel-kicker,
.visual-label {
  display: inline-flex;
  padding: 0.38rem 0.72rem;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.panel-kicker {
  background: rgba(16, 50, 71, 0.08);
  color: var(--navy);
}

.category-panel h3,
.product-card h3,
.case-card h3,
.contact-card h3,
.visual-card h3,
.certificate-card h3,
.pathway-card h3 {
  margin: 0.9rem 0 0.55rem;
}

.panel-link {
  display: inline-flex;
  margin-top: 1rem;
  padding: 0;
  border: none;
  background: transparent;
  color: var(--navy);
  font-weight: 800;
  cursor: pointer;
}

.story-grid {
  grid-template-columns: 0.9fr 1.1fr;
  align-items: start;
}

.story-copy {
  padding: 2rem;
  border-radius: 8px;
}

.story-points {
  margin: 1.4rem 0 0;
  padding-left: 1.15rem;
  color: var(--muted);
}

.story-visuals {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.proof-visuals {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.proof-visuals .visual-card {
  min-height: 310px;
}

.story-visuals-compact {
  align-items: stretch;
}

.visual-card {
  width: 100%;
  min-width: 0;
  min-height: 210px;
  padding: 1.35rem;
  border-radius: 8px;
  border: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  text-align: left;
  cursor: pointer;
}

.visual-large {
  grid-column: span 2;
  min-height: 340px;
}

.visual-photo {
  position: relative;
  padding: 0;
  background: #0f1720;
  color: white;
}

.visual-photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.visual-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(8, 21, 31, 0.1) 0%, rgba(8, 21, 31, 0.62) 100%),
    linear-gradient(90deg, rgba(8, 21, 31, 0.52), rgba(8, 21, 31, 0.08));
  pointer-events: none;
}

.visual-card-copy {
  position: relative;
  z-index: 1;
  min-height: inherit;
  padding: 1.35rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.visual-card-copy p {
  margin: 0.55rem 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-weight: 800;
}

.visual-card h3 {
  max-width: 19ch;
  line-height: 1.15;
}

.visual-label {
  align-self: flex-start;
  background: rgba(255, 255, 255, 0.88);
  color: var(--navy);
}

.model-layout {
  grid-template-columns: 0.42fr 0.58fr;
  align-items: start;
}

.model-intro {
  position: sticky;
  top: 1rem;
}

.category-tabs {
  grid-template-columns: 1fr;
}

.category-tab {
  padding: 1rem 1.05rem;
  border-radius: 8px;
  border: 1px solid var(--line);
  background: var(--surface);
  color: var(--text);
  font-weight: 800;
  text-align: left;
}

.category-tab.is-active {
  background: var(--navy);
  border-color: var(--navy);
  color: white;
}

.product-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.catalogue-heading {
  max-width: none;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
}

.catalogue-heading h2 {
  max-width: 790px;
}

.catalogue-tabs {
  grid-template-columns: repeat(8, minmax(0, 1fr));
  margin-bottom: 1rem;
}

.parts-catalogue-tabs {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-bottom: 1rem;
}

.catalogue-tab {
  min-height: 3rem;
  padding: 0.78rem 0.75rem;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.88);
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 800;
  cursor: pointer;
}

.parts-catalogue-tab {
  min-height: 3rem;
  padding: 0.78rem 0.75rem;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.88);
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 800;
  cursor: pointer;
}

.catalogue-tab.is-active,
.parts-catalogue-tab.is-active {
  background: var(--navy);
  border-color: var(--navy);
  color: white;
}

.catalogue-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.parts-catalogue-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.catalogue-page-card,
.parts-page-card {
  overflow: hidden;
  border-radius: 8px;
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.catalogue-image-link,
.parts-image-link {
  display: block;
  background: white;
}

.catalogue-image-link img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: center top;
  transition: transform 180ms ease;
}

.parts-image-link img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  object-position: center top;
  transition: transform 180ms ease;
}

.catalogue-page-card:hover img,
.parts-page-card:hover img {
  transform: scale(1.025);
}

.catalogue-page-copy {
  padding: 1rem 1.05rem 1.15rem;
}

.catalogue-page-copy span {
  display: inline-flex;
  padding: 0.34rem 0.68rem;
  border-radius: 999px;
  background: rgba(16, 50, 71, 0.08);
  color: var(--navy);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.catalogue-page-copy h3 {
  margin: 0.7rem 0 0.35rem;
  font-family: "Space Grotesk", sans-serif;
  line-height: 1.15;
}

.catalogue-page-copy p {
  margin: 0;
  color: var(--muted);
  font-weight: 700;
}

.product-card {
  padding: 1.35rem;
  border-radius: 8px;
}

.product-visual {
  display: grid;
  place-items: center;
  height: 150px;
  margin-bottom: 1rem;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--brand-blue), var(--navy));
  color: white;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.22rem;
  letter-spacing: 0.05em;
}

.product-meta {
  display: inline-flex;
  margin-top: 1rem;
  padding: 0.42rem 0.8rem;
  border-radius: 999px;
  background: rgba(16, 50, 71, 0.08);
  color: var(--navy);
  font-size: 0.84rem;
  font-weight: 800;
}

.proof-summary {
  margin-top: 0;
}

.proof-layout {
  grid-template-columns: 1.05fr 0.95fr;
  align-items: start;
}

.proof-modal[hidden] {
  display: none;
}

.proof-modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: 1.2rem;
}

.proof-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(5, 16, 24, 0.72);
  backdrop-filter: blur(10px);
}

.proof-modal-panel {
  position: relative;
  z-index: 1;
  width: min(1100px, 100%);
  max-height: min(82vh, 780px);
  overflow: auto;
  padding: 1.2rem;
  border-radius: 18px;
  background: white;
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.28);
}

.proof-modal-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.proof-modal-head h2 {
  margin: 0.35rem 0 0;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(1.5rem, 3vw, 2.5rem);
  line-height: 1.05;
}

.proof-modal-close {
  border: 0;
  border-radius: 999px;
  padding: 0.78rem 1rem;
  background: var(--navy);
  color: white;
  font-weight: 800;
  cursor: pointer;
}

.proof-modal-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
}

.proof-modal-grid img {
  width: 100%;
  display: block;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
  background: #f3f3f3;
}

body.modal-open {
  overflow: hidden;
}

.case-grid {
  grid-template-columns: 1fr;
}

.case-card,
.catalog-card,
.inquiry-form,
.contact-card,
.certificate-card,
.asset-card {
  padding: 1.6rem;
  border-radius: 8px;
}

.case-card strong {
  display: inline-flex;
  padding: 0.38rem 0.72rem;
  border-radius: 999px;
  background: rgba(16, 50, 71, 0.08);
  color: var(--navy);
  font-size: 0.8rem;
  font-weight: 800;
}

.catalog-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(246, 250, 255, 0.96) 100%);
}

.certificate-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.certificate-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(246, 250, 255, 0.94) 100%);
}

.contact-layout {
  grid-template-columns: 0.9fr 1.1fr;
  align-items: start;
}

.inquiry-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.inquiry-form label {
  display: grid;
  gap: 0.45rem;
  font-weight: 700;
}

.full-width {
  grid-column: 1 / -1;
}

.inquiry-form input,
.inquiry-form select,
.inquiry-form textarea {
  width: 100%;
  padding: 0.95rem 1rem;
  border-radius: 16px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.95);
  color: var(--text);
}

.form-actions {
  grid-column: 1 / -1;
  align-items: center;
}

.form-feedback {
  grid-column: 1 / -1;
  margin: 0;
  color: var(--green);
  font-weight: 700;
}

.contact-stack {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.channel-grid {
  align-items: stretch;
}

.channel-card {
  min-height: 230px;
  display: flex;
  flex-direction: column;
}

.channel-card h3 {
  margin-top: 1.05rem;
  font-size: 1.55rem;
}

.channel-card .panel-link,
.channel-card .channel-links {
  margin-top: auto;
}

.channel-card-top {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
}

.channel-icon {
  width: 3.5rem;
  height: 3.5rem;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 1.15rem;
  color: white;
  box-shadow: 0 15px 32px rgba(14, 29, 40, 0.16);
}

.channel-icon svg {
  width: 2rem;
  height: 2rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.channel-icon-facebook svg {
  fill: currentColor;
  stroke: none;
}

.channel-icon-whatsapp {
  background: #25d366;
}

.channel-icon-facebook {
  background: #1877f2;
}

.channel-icon-instagram {
  background: linear-gradient(135deg, #405de6 0%, #833ab4 34%, #c13584 58%, #e1306c 100%);
}

.channel-icon-email {
  background: linear-gradient(135deg, var(--navy) 0%, #2f6d8a 100%);
}

.channel-icon-location {
  background: linear-gradient(135deg, var(--gold-deep) 0%, var(--navy) 100%);
}

.contact-card-whatsapp {
  background:
    linear-gradient(180deg, rgba(37, 211, 102, 0.12), rgba(255, 255, 255, 0.96));
  border-color: rgba(37, 211, 102, 0.2);
}

.contact-card-facebook {
  background:
    linear-gradient(180deg, rgba(24, 119, 242, 0.1), rgba(255, 255, 255, 0.96));
  border-color: rgba(24, 119, 242, 0.18);
}

.contact-card-instagram {
  background:
    linear-gradient(180deg, rgba(228, 64, 95, 0.1), rgba(255, 255, 255, 0.96));
  border-color: rgba(228, 64, 95, 0.18);
}

.contact-card-email {
  background:
    linear-gradient(180deg, rgba(16, 50, 71, 0.08), rgba(255, 255, 255, 0.96));
}

.contact-card-location {
  grid-column: 1 / -1;
  min-height: 0;
  background:
    linear-gradient(180deg, rgba(200, 162, 74, 0.12), rgba(255, 255, 255, 0.96));
  border-color: rgba(141, 107, 32, 0.18);
}

.channel-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem 1rem;
  margin-top: 1rem;
}

.channel-links-column {
  flex-direction: column;
  align-items: flex-start;
  gap: 0.55rem;
}

.contact-person-link {
  flex-direction: column;
  gap: 0.15rem;
  line-height: 1.25;
}

.contact-person-link small {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 800;
}

.location-note {
  max-width: 62ch;
  margin: -0.2rem 0 1.1rem;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.6;
}

.location-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
  margin-top: auto;
}

.location-item {
  margin: 0;
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
}

.location-item strong {
  display: block;
  margin-bottom: 0.45rem;
  color: var(--gold-deep);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.location-address {
  display: block;
  color: var(--text);
  font-weight: 800;
  line-height: 1.45;
  direction: ltr;
  unicode-bidi: isolate;
}

.news-list {
  display: grid;
  gap: 1rem;
}

.news-card {
  display: grid;
  grid-template-columns: minmax(220px, 0.34fr) minmax(0, 1fr);
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid var(--line);
  background: var(--surface-strong);
  box-shadow: var(--shadow);
}

.news-card-text {
  grid-template-columns: 1fr;
}

.news-card > img {
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
  background: #eef2f5;
}

.news-card-copy {
  padding: clamp(1.35rem, 3vw, 2.2rem);
}

.news-card-copy time {
  color: var(--gold-deep);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.news-card-copy h2 {
  margin: 0.55rem 0 0.75rem;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(1.55rem, 2.4vw, 2.4rem);
  line-height: 1.08;
}

.news-card-copy p {
  margin: 0.75rem 0 0;
  color: var(--muted);
  line-height: 1.75;
}

.empty-state {
  margin: 0;
  padding: 2rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface-strong);
  color: var(--muted);
  font-weight: 700;
}

.company-contact-card {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  align-items: stretch;
}

.company-contact-card img {
  height: 100%;
  aspect-ratio: auto;
}

.asset-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.asset-card {
  padding: 0;
  overflow: hidden;
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.asset-card img {
  width: 100%;
  display: block;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: #f3f3f3;
}

.asset-copy {
  padding: 1.3rem 1.35rem 1.45rem;
}

.asset-copy h3 {
  margin: 0.9rem 0 0.55rem;
  font-family: "Space Grotesk", sans-serif;
  line-height: 1.15;
}

.asset-copy p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.contact-card[aria-disabled="true"],
.panel-link[aria-disabled="true"],
.panel-link-disabled {
  opacity: 0.75;
}

.panel-link-disabled {
  cursor: default;
}

.social-links a {
  color: var(--navy);
  font-weight: 800;
}

.site-footer {
  padding: 2.6rem 0 3.2rem;
  color: var(--muted);
  font-size: 0.95rem;
  text-align: center;
}

.site-footer p {
  direction: ltr;
  unicode-bidi: isolate;
}

html[lang="ar"] .home-banner-proof,
html[lang="ar"] .business-heading,
html[lang="ar"] .business-copy,
html[lang="ar"] .company-profile-heading,
html[lang="ar"] .company-profile-copy,
html[lang="ar"] .inner-hero,
html[lang="ar"] .section-heading,
html[lang="ar"] .signal-copy,
html[lang="ar"] .fact-card,
html[lang="ar"] .product-hub-copy,
html[lang="ar"] .catalogue-page-copy,
html[lang="ar"] .visual-card,
html[lang="ar"] .news-card-copy,
html[lang="ar"] .contact-card,
html[lang="ar"] .inquiry-form,
html[lang="ar"] .proof-modal-panel {
  text-align: right;
}

html[lang="ar"] .home-banner-copy {
  text-align: left;
}

html[lang="ar"] .inquiry-form input,
html[lang="ar"] .inquiry-form select,
html[lang="ar"] .inquiry-form textarea {
  text-align: right;
}

html[lang="ar"] .channel-card-top {
  justify-content: flex-end;
}

html[lang="ar"] .channel-links {
  justify-content: flex-end;
}

html[lang="ar"] .channel-links-column {
  align-items: flex-end;
}

html[lang="ar"] .channel-card > .panel-link {
  align-self: flex-end;
}

html[lang="ar"] .company-profile-facts {
  justify-content: flex-end;
}

html[lang="ar"] .company-profile-heading,
html[lang="ar"] .company-profile-copy {
  direction: rtl;
  unicode-bidi: plaintext;
}

html[lang="ar"] .news-card-copy {
  direction: rtl;
  unicode-bidi: plaintext;
}

@media (max-width: 1120px) {
  .hero {
    min-height: auto;
  }

  .hero-facts,
  .proof-summary,
  .pathway-grid,
  .signal-grid,
  .product-hub-grid,
  .company-profile-section,
  .business-section,
  .entry-strip,
  .story-grid,
  .model-layout,
  .proof-layout,
    .contact-layout,
    .category-panels,
    .product-grid,
    .catalogue-tabs,
    .catalogue-grid,
    .parts-catalogue-tabs,
    .parts-catalogue-grid,
    .contact-stack,
    .certificate-grid,
    .asset-grid {
    grid-template-columns: 1fr;
  }

  .story-visuals {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .proof-visuals {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .proof-modal-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .proof-visuals .visual-card {
    min-height: 260px;
  }

  .hero-inner {
    padding-bottom: 2rem;
  }

  .hero-facts {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    padding: 0 1.7rem 1.7rem;
  }

  .model-intro {
    position: static;
  }

  .business-heading {
    max-width: 620px;
    padding-right: 0;
  }

  .company-profile-heading {
    max-width: 680px;
  }

  .business-card {
    min-height: 0;
    grid-template-columns: 230px minmax(0, 1fr) auto;
    grid-template-rows: auto;
    align-items: stretch;
  }

  .business-card img {
    min-height: 180px;
  }

  .business-card strong {
    align-self: center;
    padding: 1.15rem;
    white-space: nowrap;
  }

  .catalogue-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .company-contact-card {
    grid-template-columns: 1fr;
  }

  .company-contact-card img {
    aspect-ratio: 4 / 3;
  }

  .product-hub-copy p {
    min-height: 0;
  }

  .signal-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 760px) {
  .page-shell,
  .section,
  .site-footer,
  .hero {
    width: min(100% - 1rem, 1240px);
  }

  .site-header,
  .site-header-plain {
    flex-direction: column;
    align-items: flex-start;
  }

  .header-actions {
    width: 100%;
    align-items: flex-start;
    justify-content: space-between;
  }

  .main-nav {
    width: 100%;
    flex-wrap: wrap;
    gap: 0.72rem;
    row-gap: 0.55rem;
  }

  .main-nav a {
    font-size: 0.95rem;
  }

  .language-switch {
    margin-top: 0.15rem;
  }

  .language-menu {
    width: 100%;
    margin-top: 0.15rem;
  }

  .language-menu summary {
    min-width: 8.4rem;
  }

  .language-menu-list {
    left: 0;
    right: auto;
    min-width: min(18rem, calc(100vw - 2rem));
  }

  .hero-inner {
    padding: 3rem 1.2rem 1.5rem;
  }

  .site-header-home,
  .hero-facts {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }

  .inner-hero {
    padding: 2rem 1.3rem;
  }

  .home-card-header {
    padding: 1.3rem 1.2rem 1rem;
  }

  .home-banner {
    min-height: 500px;
    margin: 0;
  }

  .home-banner::after {
    width: 100%;
    background: linear-gradient(180deg, rgba(5, 24, 38, 0.2), rgba(5, 24, 38, 0.82));
  }

  .home-banner-copy {
    padding: 2.4rem 1.5rem;
  }

  .home-banner-proof {
    position: relative;
    right: auto;
    top: auto;
    bottom: auto;
    transform: none;
    width: auto;
    margin: 0 1.5rem 1.5rem;
  }

  .brand-lockup-image {
    width: min(15rem, 74vw);
  }

  .business-section {
    padding: 1.25rem 1.2rem 1.5rem;
  }

  .company-profile-section {
    padding: 2.1rem 1.2rem;
  }

  .business-card {
    grid-template-columns: 1fr;
    grid-template-rows: 240px auto auto;
    background: #ffffff;
  }

  .business-card img {
    min-height: 0;
    padding: 0.7rem;
    object-fit: contain;
    background: #ffffff;
    border-bottom: 1px solid var(--line);
  }

  .business-copy {
    position: relative;
    z-index: 1;
    padding: 1.05rem 1.15rem 0.45rem;
    background: #ffffff;
  }

  .business-card strong {
    align-self: end;
    position: relative;
    z-index: 1;
    padding: 0.1rem 1.15rem 1.2rem;
    background: #ffffff;
    white-space: normal;
  }

  .entry-strip {
    margin-left: 1.2rem;
    margin-right: 1.2rem;
  }

  .button {
    width: 100%;
  }

  .story-visuals,
  .proof-modal-grid,
  .contact-stack,
  .inquiry-form,
  .location-list,
  .news-card {
    grid-template-columns: 1fr;
  }

  .proof-visuals {
    grid-template-columns: 1fr;
  }

  .news-card > img {
    min-height: 220px;
    aspect-ratio: 16 / 10;
  }

  .visual-large {
    grid-column: span 1;
    min-height: 260px;
  }

}

@media (max-width: 430px) {
  .main-nav {
    gap: 0.52rem;
    row-gap: 0.42rem;
  }

  .main-nav a {
    font-size: 0.88rem;
  }
}

@media (max-width: 370px) {
  .main-nav {
    gap: 0.38rem;
  }

  .main-nav a {
    font-size: 0.82rem;
  }
}
