:root {
  --spacing-lg: 1rem;
  --spacing-md: 0.75rem;
  --spacing-sm: 0.5rem;
  --spacing-xl: 1.5rem;
  --spacing-xs: 0.25rem;
  --color-scrim: rgba(0, 0, 0, 0.32);
  --control-gap: var(--spacing-sm);
  --section-gap: clamp(2rem, 4vw, 5rem);
  --spacing-2xl: 2rem;
  --spacing-3xl: 3rem;
  --spacing-4xl: 4rem;
  --color-accent: #d94a00;
  --color-border: rgba(15, 23, 36, 0.08);
  --font-size-lg: 1rem;
  --font-size-sm: 0.875rem;
  --font-size-xl: 1.25rem;
  --font-size-xs: 0.75rem;
  --color-neutral: #6b7280;
  --color-outline: color-mix(in oklab, var(--color-primary) 60%, white);
  --color-overlay: rgba(15, 23, 36, 0.6);
  --color-primary: #0b6b2e;
  --color-surface: #ffffff;
  --font-size-xxl: 1.75rem;
  --control-height: 2.75rem;
  --font-size-base: 0.9375rem;
  --font-size-hero: 2.5rem;
  --shadow-level-1: 0 1px 2px rgba(0, 0, 0, 0.06);
  --shadow-level-2: 0 4px 12px rgba(0, 0, 0, 0.1);
  --shadow-level-3: 0 12px 32px rgba(0, 0, 0, 0.18);
  --color-backplate: rgba(11, 107, 46, 0.06);
  --color-secondary: #ea7b0c;
  --border-radius-lg: 12px;
  --border-radius-md: 8px;
  --border-radius-sm: 4px;
  --border-radius-xl: 16px;
  --color-on-primary: #ffffff;
  --color-on-surface: #0f1724;
  --color-primary-90: color-mix(in oklab, #0b6b2e 90%, black);
  --disabled-opacity: 0.6;
  --focus-ring-width: 3px;
  --font-family-body: "Inter", system-ui, -apple-system, "Segoe UI", Roboto,
      "Helvetica Neue", Arial;
  --line-height-body: 1.6;
  --content-max-width: 76rem;
  --border-radius-full: 9999px;
  --border-radius-none: 0px;
  --font-weight-medium: 500;
  --font-family-heading: "Red Hat Display", system-ui, -apple-system,
      "Segoe UI", Roboto, "Helvetica Neue", Arial;
  --font-weight-regular: 400;
  --line-height-heading: 1.1;
  --dl-layout-size-large: 144px;
  --dl-layout-size-small: 48px;
  --dl-layout-space-unit: 16px;
  --font-weight-semibold: 600;
  --letter-spacing-tight: -0.01em;
  --dl-layout-size-medium: 96px;
  --dl-layout-size-xlarge: 192px;
  --dl-layout-size-xsmall: 16px;
  --letter-spacing-normal: 0em;
  --color-surface-elevated: #f8fafc;
  --dl-color-theme-accent1: #FFFFFF;
  --dl-color-theme-accent2: #F5D1B0;
  --dl-layout-radius-round: 50%;
  --dl-layout-size-xxlarge: 288px;
  --animation-curve-primary: cubic-bezier(0.2, 0.8, 0.2, 1);
  --animation-duration-fast: 120ms;
  --animation-duration-slow: 280ms;
  --dl-color-theme-primary1: #BF4408;
  --dl-color-theme-primary2: #E65103;
  --dl-layout-size-maxwidth: 1400px;
  --dl-layout-radius-radius2: 2px;
  --dl-layout-radius-radius4: 4px;
  --dl-layout-radius-radius8: 8px;
  --dl-layout-space-halfunit: 8px;
  --dl-layout-space-sixunits: 96px;
  --dl-layout-space-twounits: 32px;
  --dl-color-theme-secondary1: #FFFFFF;
  --dl-color-theme-secondary2: #FBF1EB;
  --dl-layout-space-fiveunits: 80px;
  --dl-layout-space-fourunits: 64px;
  --color-on-surface-secondary: #374151;
  --dl-layout-space-threeunits: 48px;
  --animation-duration-standard: 200ms;
  --dl-color-theme-neutral-dark: #191818;
  --dl-layout-radius-cardradius: 8px;
  --dl-color-theme-neutral-light: #FBFAF9;
  --dl-layout-radius-imageradius: 8px;
  --dl-layout-radius-inputradius: 24px;
  --dl-layout-radius-buttonradius: 24px;
  --dl-layout-space-oneandhalfunits: 24px;
}
 
.button {
  color: var(--dl-color-theme-neutral-dark);
  display: inline-block;
  padding: 0.5rem 1rem;
  border-color: var(--dl-color-theme-neutral-dark);
  border-width: 1px;
  border-radius: 4px;
  background-color: var(--dl-color-theme-neutral-light);
}
 
.input {
  color: var(--dl-color-theme-neutral-dark);
  cursor: auto;
  padding: 0.5rem 1rem;
  border-color: var(--dl-color-theme-neutral-dark);
  border-width: 1px;
  border-radius: 4px;
  background-color: var(--dl-color-theme-neutral-light);
}
 
.textarea {
  color: var(--dl-color-theme-neutral-dark);
  cursor: auto;
  padding: 0.5rem;
  border-color: var(--dl-color-theme-neutral-dark);
  border-width: 1px;
  border-radius: 4px;
  background-color: var(--dl-color-theme-neutral-light);
}
 
.list {
  width: 100%;
  margin: 1em 0px 1em 0px;
  display: block;
  padding: 0px 0px 0px 1.5rem;
  list-style-type: none;
  list-style-position: outside;
}
 
.list-item {
  display: list-item;
}
 
.teleport-show {
  display: flex !important;
  transform: none !important;
}
 
.thq-input {
  color: var(--dl-color-theme-neutral-dark);
  cursor: auto;
  outline: none;
  padding: 0.5rem 1rem;
  align-self: stretch;
  text-align: center;
  border-color: var(--dl-color-theme-neutral-dark);
  border-width: 1px;
  border-radius: var(--dl-layout-radius-inputradius);
  background-color: var(--dl-color-theme-neutral-light);
}
 
.thq-input:focus {
  outline: 1px solid var(--dl-color-theme-primary1);
}
 
.thq-button-filled {
  gap: var(--dl-layout-space-halfunit);
  fill: var(--dl-color-theme-secondary1);
  color: var(--dl-color-theme-secondary1);
  cursor: pointer;
  display: flex;
  transition: 0.3s;
  align-items: center;
  font-weight: bold;
  padding-top: var(--dl-layout-space-halfunit);
  white-space: nowrap;
  border-color: var(--dl-color-theme-primary1);
  border-width: 1px;
  padding-left: var(--dl-layout-space-oneandhalfunits);
  border-radius: var(--dl-layout-radius-buttonradius);
  padding-right: var(--dl-layout-space-oneandhalfunits);
  padding-bottom: var(--dl-layout-space-halfunit);
  justify-content: center;
  background-color: var(--dl-color-theme-primary1);
}
 
.thq-button-filled:hover {
  fill: var(--dl-color-theme-secondary2);
  color: var(--dl-color-theme-secondary2);
  border-color: var(--dl-color-theme-primary2);
  background-color: var(--dl-color-theme-primary2);
}
 
.thq-button-outline {
  gap: var(--dl-layout-space-halfunit);
  fill: var(--dl-color-theme-primary1);
  color: var(--dl-color-theme-primary1);
  border: 1px solid;
  cursor: pointer;
  display: flex;
  transition: 0.3s;
  align-items: center;
  font-weight: bold;
  padding-top: var(--dl-layout-space-halfunit);
  white-space: nowrap;
  border-color: var(--dl-color-theme-primary1);
  padding-left: var(--dl-layout-space-oneandhalfunits);
  border-radius: var(--dl-layout-radius-buttonradius);
  padding-right: var(--dl-layout-space-oneandhalfunits);
  padding-bottom: var(--dl-layout-space-halfunit);
  justify-content: center;
}
 
.thq-button-outline:hover {
  fill: var(--dl-color-theme-secondary2);
  color: var(--dl-color-theme-secondary2);
  border-color: var(--dl-color-theme-primary2);
  background-color: var(--dl-color-theme-primary2);
}
 
.thq-button-flat {
  gap: var(--dl-layout-space-halfunit);
  fill: var(--dl-color-theme-primary1);
  color: var(--dl-color-theme-primary1);
  cursor: pointer;
  display: flex;
  transition: 0.3s;
  align-items: center;
  font-weight: bold;
  padding-top: var(--dl-layout-space-halfunit);
  white-space: nowrap;
  border-color: transparent;
  border-width: 1px;
  padding-left: var(--dl-layout-space-oneandhalfunits);
  border-radius: var(--dl-layout-radius-buttonradius);
  padding-right: var(--dl-layout-space-oneandhalfunits);
  padding-bottom: var(--dl-layout-space-halfunit);
  justify-content: center;
}
 
.thq-button-flat:hover {
  fill: var(--dl-color-theme-secondary1);
  color: var(--dl-color-theme-secondary1);
  border-color: var(--dl-color-theme-primary2);
  background-color: var(--dl-color-theme-primary2);
}
 
.thq-heading-1 {
  font-size: 48px;
  font-family: STIX Two Text;
  font-weight: 700;
  line-height: 1.5;
}
 
.thq-heading-2 {
  font-size: 35px;
  font-family: STIX Two Text;
  font-weight: 600;
  line-height: 1.5;
}
 
.thq-heading-3 {
  font-size: 26px;
  font-family: STIX Two Text;
  font-weight: 600;
  line-height: 1.5;
}
 
.thq-body-large {
  font-size: 18px;
  font-family: Noto Sans;
  line-height: 1.5;
}
 
.thq-body-small {
  font-size: 16px;
  font-family: Noto Sans;
  line-height: 1.5;
}
 
.thq-team-image-round {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
}
 
.thq-section-padding {
  width: 100%;
  display: flex;
  padding: var(--dl-layout-space-fiveunits);
  position: relative;
  align-items: center;
  flex-direction: column;
}
 
.thq-section-max-width {
  width: 100%;
  max-width: var(--dl-layout-size-maxwidth);
}
 
.thq-img-ratio-1-1 {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1/1;
  border-radius: var(--dl-layout-radius-imageradius);
}
 
.thq-img-ratio-16-9 {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 16/9;
  border-radius: var(--dl-layout-radius-imageradius);
}
 
.thq-img-ratio-4-3 {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 4/3;
  border-radius: var(--dl-layout-radius-imageradius);
}
 
.thq-img-ratio-4-6 {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 4/6;
  border-radius: var(--dl-layout-radius-imageradius);
}
 
.thq-img-round {
  width: 100%;
  border-radius: var(--dl-layout-radius-round);
}
 
.thq-flex-column {
  gap: var(--dl-layout-space-twounits);
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: center;
  flex-direction: column;
}
 
.thq-flex-row {
  gap: var(--dl-layout-space-twounits);
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: center;
}
 
.thq-grid-6 {
  display: grid;
  grid-gap: var(--dl-layout-space-twounits);
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}
 
.thq-grid-5 {
  display: grid;
  grid-gap: var(--dl-layout-space-twounits);
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
 
.thq-card {
  gap: var(--dl-layout-space-oneandhalfunits);
  display: flex;
  padding: var(--dl-layout-space-twounits);
  align-items: stretch;
  border-radius: var(--dl-layout-radius-cardradius);
  flex-direction: column;
}
 
.thq-box-shadow {
  box-shadow: 0px 0px 5px -2px var(--dl-color-theme-neutral-dark);
}
 
.thq-grid-3 {
  display: grid;
  grid-gap: var(--dl-layout-space-twounits);
  grid-template-columns: 1fr 1fr 1fr;
}
 
.thq-grid-4 {
  display: grid;
  grid-gap: var(--dl-layout-space-twounits);
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
 
.thq-grid-2 {
  width: 100%;
  display: grid;
  grid-gap: var(--dl-layout-space-twounits);
  grid-template-columns: 1fr 1fr;
}
 
.thq-checkbox {
  width: var(--dl-layout-size-xsmall);
  height: var(--dl-layout-size-xsmall);
}
 
.thq-select {
  cursor: pointer;
  appearance: none;
  padding-top: var(--dl-layout-space-halfunit);
  padding-left: var(--dl-layout-space-unit);
  border-radius: var(--dl-layout-radius-inputradius);
  padding-right: var(--dl-layout-space-twounits);
  padding-bottom: var(--dl-layout-space-halfunit);
  background-color: var(--dl-color-theme-neutral-light);
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg width%3D%2220%22 height%3D%2220%22 xmlns%3D%22http%3A//www.w3.org/2000/svg%22 viewBox%3D%220 0 20 20%22 fill%3D%22%23000%22%3E%3Cpath d%3D%22M4.293 7.293a1 1 0 011.414 0L10 11.586l4.293-4.293a1 1 0 111.414 1.414l-5 5a1 1 0 01-1.414 0l-5-5a1 1 0 010-1.414z%22/%3E%3C/svg%3E');
  background-repeat: no-repeat;
  background-position: right 8px center;
}
 
.thq-divider-horizontal {
  width: 100%;
  height: 1px;
  background-color: var(--dl-color-theme-neutral-dark);
}
 
.thq-icon-small {
  width: 24px;
  height: 24px;
}
 
.thq-button-icon {
  fill: var(--dl-color-theme-secondary1);
  padding: 3px;
  transition: 0.3s;
  border-radius: var(--dl-layout-radius-round);
}
 
.thq-button-icon:hover {
  fill: var(--dl-color-theme-secondary2);
}
 
.thq-icon-medium {
  width: var(--dl-layout-size-small);
  height: var(--dl-layout-size-small);
}
 
.thq-icon-x-small {
  width: var(--dl-layout-size-xsmall);
  height: var(--dl-layout-size-xsmall);
}
 
.thq-link {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  background: linear-gradient(to right, var(--dl-color-theme-primary1) 50%, var(--dl-color-theme-neutral-dark) 50%);
  transition: background-position 300ms ease;
  font-weight: 600;
  background-clip: text;
  background-size: 200% 100%;
  background-position: 100%;
  -webkit-text-fill-color: transparent;
}
 
.thq-link:hover {
  background-position: 0 100%;
}
 
.thq-grid-auto-300 {
  display: grid;
  grid-gap: var(--dl-layout-space-oneandhalfunits);
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
 
.thq-animated-group-vertical-reverse {
  gap: var(--dl-layout-space-unit);
  width: 100%;
  display: flex;
  animation: scroll-y 20s linear infinite;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-around;
  animation-direction: reverse;
}
 
.thq-animated-group-horizontal-reverse {
  gap: var(--dl-layout-space-unit);
  display: flex;
  animation: scroll-x 20s linear infinite;
  min-width: 100%;
  align-items: center;
  flex-shrink: 0;
  justify-content: space-around;
  animation-direction: reverse;
}
 
.thq-animated-group-vertical {
  gap: var(--dl-layout-space-unit);
  width: 100%;
  display: flex;
  animation: scroll-y 20s linear infinite;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-around;
}
 
.thq-animated-group-horizontal {
  gap: var(--dl-layout-space-unit);
  display: flex;
  animation: scroll-x 20s linear infinite;
  min-width: 100%;
  align-items: center;
  flex-shrink: 0;
  justify-content: space-around;
}
 
.thq-animated-group-container-vertical {
  gap: var(--dl-layout-space-unit);
  display: flex;
  overflow: hidden;
  flex-direction: column;
}
 
.thq-animated-group-container-horizontal {
  gap: var(--dl-layout-space-unit);
  display: flex;
  overflow: hidden;
}
 
.thq-mask-image-vertical {
  mask-image: linear-gradient(to bottom, transparent, black 1%, black 99%, transparent);
}
 
.thq-mask-image-horizontal {
  mask-image: linear-gradient(to right, transparent, black 1%, black 99%, transparent);
}
 
.thq-img-scale {
  transition: 0.3s;
}
 
.thq-img-scale:hover {
  scale: 1.05;
}
 
.thq-animated-card-bg-1 {
  width: 100%;
  height: 100%;
  transition: transform 0.3s;
  border-radius: var(--dl-layout-radius-cardradius);
  background-color: var(--dl-color-theme-accent1);
}
 
.thq-animated-card-bg-2 {
  transition: transform 0.3s;
  border-radius: var(--dl-layout-radius-cardradius);
  background-color: var(--dl-color-theme-accent2);
}
 
.thq-button-animated {
  outline: none;
  z-index: 1;
  overflow: hidden;
  position: relative;
  border-width: 2px;
}
 
.thq-input::placeholder {
  text-align: center;
  vertical-align: middle;
}
 
.thq-animated-group-container-vertical:hover div {
  animation-play-state: paused;
}
 
.thq-animated-group-container-horizontal:hover div {
  animation-play-state: paused;
}
 
.thq-animated-card-bg-2:has([data-animated="true"]:hover) {
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(3deg) skew(0deg, 0deg);
}
 
.thq-animated-card-bg-1:has([data-animated="true"]:hover) {
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(-6deg) skew(0deg, 0deg);
}
 
.thq-button-animated:before {
  top: 0;
  left: -20%;
  color: var(--dl-color-theme-neutral-light);
  width: 200%;
  height: 101%;
  content: "";
  z-index: 1;
  position: absolute;
  transform: scaleX(0);
  transition: transform 0.5s;
  border-radius: var(--dl-layout-radius-buttonradius);
  background-color: var(--dl-color-theme-neutral-dark);
  transform-origin: 0 0;
  transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
}
 
.thq-button-animated:hover::before {
  color: var(--dl-color-theme-neutral-light);
  z-index: -1;
  transform: scaleX(1);
}
 
.btn {
  gap: var(--spacing-xs);
  color: var(--color-on-surface);
  border: 1px solid transparent;
  cursor: pointer;
  height: var(--control-height);
  display: inline-flex;
  padding: var(--spacing-md) var(--spacing-lg);
  font-size: var(--font-size-base);
  box-shadow: var(--shadow-level-1);
  min-height: var(--control-height);
  transition: background-color var(--animation-duration-fast)
        var(--animation-curve-primary),
      box-shadow var(--animation-duration-fast) var(--animation-curve-primary),
      border-color var(--animation-duration-fast) var(--animation-curve-primary),
      color var(--animation-duration-fast) var(--animation-curve-primary);
  align-items: center;
  font-family: var(--font-family-body);
  font-weight: var(--font-weight-medium);
  line-height: var(--line-height-body);
  user-select: none;
  white-space: nowrap;
  border-radius: var(--border-radius-md);
  letter-spacing: var(--letter-spacing-normal);
  justify-content: center;
  text-decoration: none;
  background-color: var(--color-surface-elevated);
}
 
.btn-primary {
  color: var(--color-on-primary);
  box-shadow: var(--shadow-level-1);
  border-color: var(--color-primary);
  background-color: var(--color-primary);
}
 
.btn-secondary {
  color: var(--color-on-primary);
  box-shadow: var(--shadow-level-1);
  border-color: var(--color-secondary);
  background-color: var(--color-secondary);
}
 
.btn-accent {
  color: var(--color-on-primary);
  box-shadow: var(--shadow-level-1);
  border-color: var(--color-accent);
  background-color: var(--color-accent);
}
 
.btn-outline {
  color: var(--color-primary);
  border: 1px solid var(--color-primary);
  box-shadow: none;
  background-color: transparent;
}
 
.btn-link {
  color: var(--color-primary);
  border: 1px solid transparent;
  height: auto;
  padding: 0;
  box-shadow: none;
  line-height: 1;
  background-color: transparent;
}
 
.btn-sm {
  padding: var(--spacing-sm) var(--spacing-md);
}
 
.btn-lg {
  padding: var(--spacing-lg) var(--spacing-xl);
}
 
.btn-xl {
  padding: var(--spacing-xl) var(--spacing-2xl);
}
 
.section-title {
  color: var(--color-on-surface);
  margin: 0 0 var(--spacing-md) 0;
  font-size: var(--font-size-xl);
  font-family: var(--font-family-heading);
  font-weight: var(--font-weight-semibold);
  line-height: var(--line-height-heading);
  letter-spacing: var(--letter-spacing-normal);
}
 
.section-subtitle {
  color: var(--color-on-surface-secondary);
  margin: 0 0 var(--spacing-sm) 0;
  font-size: var(--font-size-lg);
  font-family: var(--font-family-body);
  font-weight: var(--font-weight-medium);
  line-height: var(--line-height-body);
}
 
.section-content {
  color: var(--color-on-surface);
  margin: 0 0 var(--spacing-lg) 0;
  font-size: var(--font-size-base);
  font-family: var(--font-family-body);
  font-weight: var(--font-weight-regular);
  line-height: var(--line-height-body);
}
 
.hero-title {
  color: var(--color-on-surface);
  margin: 0 0 var(--spacing-md) 0;
  font-size: var(--font-size-hero);
  font-family: var(--font-family-heading);
  font-weight: var(--font-weight-semibold);
  line-height: var(--line-height-heading);
}
 
.hero-subtitle {
  color: var(--color-on-surface-secondary);
  margin: 0 0 var(--spacing-lg) 0;
  font-size: var(--font-size-xxl);
  font-family: var(--font-family-body);
  font-weight: var(--font-weight-medium);
  line-height: 1.3;
}
 
.btn:focus-visible {
  outline: var(--focus-ring-width) solid var(--color-outline);
  border-radius: calc(var(--border-radius-md) + 1px);
  outline-offset: 2px;
}
 
.btn:disabled {
  cursor: not-allowed;
  opacity: var(--disabled-opacity);
  box-shadow: none;
  pointer-events: none;
}
 
.btn-primary:hover:not(:disabled) {
  box-shadow: var(--shadow-level-2);
  border-color: color-mix(in oklab, var(--color-primary) 88%, black);
  background-color: color-mix(in oklab, var(--color-primary) 88%, black);
}
 
.btn-secondary:hover:not(:disabled) {
  box-shadow: var(--shadow-level-2);
  border-color: color-mix(in oklab, var(--color-secondary) 88%, black);
  background-color: color-mix(in oklab, var(--color-secondary) 88%, black);
}
 
.btn-accent:hover:not(:disabled) {
  box-shadow: var(--shadow-level-2);
  border-color: color-mix(in oklab, var(--color-accent) 88%, black);
  background-color: color-mix(in oklab, var(--color-accent) 88%, black);
}
 
.btn-outline:hover:not(:disabled) {
  color: var(--color-primary);
  box-shadow: var(--shadow-level-1);
  border-color: var(--color-primary);
  background-color: color-mix(in oklab, var(--color-primary) 10%, white);
}
 
.btn-link:hover:not(:disabled) {
  color: color-mix(in oklab, var(--color-primary) 75%, black);
  text-decoration: underline;
}
 
.navigation {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  position: sticky;
  background: var(--color-surface);
  transition: box-shadow 0.3s var(--animation-curve-primary);
  border-bottom: 1px solid var(--color-border);
}
 
.navigation-container {
  height: 72px;
  margin: 0 auto;
  display: flex;
  padding: 0 var(--spacing-lg);
  position: relative;
  max-width: var(--content-max-width);
  align-items: center;
  justify-content: space-between;
}
 
.navigation-logo {
  gap: var(--spacing-sm);
  color: var(--color-on-surface);
  display: flex;
  z-index: 1002;
  font-size: var(--font-size-lg);
  transition: opacity 0.2s var(--animation-curve-primary);
  align-items: center;
  font-family: var(--font-family-heading);
  font-weight: var(--font-weight-semibold);
  letter-spacing: var(--letter-spacing-tight);
  text-decoration: none;
}
 
.navigation-toggle {
  width: 44px;
  border: none;
  cursor: pointer;
  height: 44px;
  display: none;
  padding: 0;
  z-index: 1002;
  position: relative;
  background: transparent;
  transition: background-color 0.2s var(--animation-curve-primary);
  border-radius: var(--border-radius-md);
}
 
.navigation-menu {
  gap: var(--spacing-2xl);
  display: flex;
  align-items: center;
}
 
.navigation-logo-mark {
  width: 300px;
  height: 60px;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: center;
  border-radius: var(--border-radius-md);
  justify-content: center;
}
 
.navigation-logo-text {
  white-space: nowrap;
}
 
.navigation-toggle-icon {
  top: 50%;
  left: 50%;
  color: var(--color-on-surface);
  width: 24px;
  height: 24px;
  position: absolute;
  transform: translate(-50%, -50%);
  transition: opacity 0.2s var(--animation-curve-primary),
      transform 0.2s var(--animation-curve-primary);
}
 

 
.navigation-toggle-icon-close {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(-90deg);
}
 
.navigation-list {
  gap: var(--spacing-xs);
  margin: 0;
  display: flex;
  padding: 0;
  list-style: none;
  align-items: center;
}
 
.navigation-actions {
  gap: var(--spacing-sm);
  display: flex;
  align-items: center;
}
 
.navigation-logo-letter {
  color: var(--color-on-primary);
  z-index: 1;
  position: relative;
  font-size: 20px;
  font-weight: var(--font-weight-semibold);
}
 
.navigation-item {
  margin: 0;
}
 
.navigation-action-btn {
  white-space: nowrap;
}
 
.navigation-link {
  color: var(--color-on-surface);
  display: block;
  padding: var(--spacing-sm) var(--spacing-md);
  position: relative;
  font-size: var(--font-size-base);
  transition: color 0.2s var(--animation-curve-primary),
      background-color 0.2s var(--animation-curve-primary);
  font-family: var(--font-family-body);
  font-weight: var(--font-weight-medium);
  white-space: nowrap;
  border-radius: var(--border-radius-md);
  text-decoration: none;
}
 
.navigation-link-text {
  z-index: 1;
  position: relative;
}
 
.navigation.navigation-scrolled {
  box-shadow: var(--shadow-level-2);
}
 
.navigation-logo:hover {
  opacity: 0.85;
}
 
.navigation-logo:focus-visible {
  outline: var(--focus-ring-width) solid var(--color-primary);
  border-radius: var(--border-radius-sm);
  outline-offset: 4px;
}
 
.navigation-logo:hover .navigation-logo-mark::before {
  opacity: 1;
}
 
.navigation-logo-mark::before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0;
  position: absolute;
  background: linear-gradient(
      135deg,
      transparent 0%,
      color-mix(in srgb, var(--color-surface) 10%, transparent) 100%
    );
  transition: opacity 0.3s var(--animation-curve-primary);
}
 
.navigation-toggle:hover {
  background-color: color-mix(
      in srgb,
      var(--color-on-surface) 5%,
      transparent
    );
}
 
.navigation-toggle:focus-visible {
  outline: var(--focus-ring-width) solid var(--color-primary);
  outline-offset: 2px;
}
 
.navigation-toggle[aria-expanded="true"] .navigation-toggle-icon-open {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(90deg);
}
 
.navigation-toggle[aria-expanded="true"] .navigation-toggle-icon-close {
  opacity: 1;
  transform: translate(-50%, -50%) rotate(0deg);
}
 
.navigation-link::before {
  left: 50%;
  width: 0;
  bottom: 8px;
  height: 2px;
  content: "";
  position: absolute;
  transform: translateX(-50%);
  background: var(--color-primary);
  transition: width 0.3s var(--animation-curve-primary);
  border-radius: var(--border-radius-full);
}
 
.navigation-link:hover {
  color: var(--color-primary);
  background-color: color-mix(in srgb, var(--color-primary) 5%, transparent);
}
 
.navigation-link:hover::before {
  width: calc(100% - var(--spacing-lg));
}
 
.navigation-link:focus-visible {
  color: var(--color-primary);
  outline: var(--focus-ring-width) solid var(--color-primary);
  outline-offset: 2px;
}
 

 
.footer {
  position: relative;
  background: var(--color-surface);
  margin-top: var(--section-gap);
}
 
.footer-wave-divider {
  top: 0;
  left: 0;
  color: var(--color-surface);
  width: 100%;
  height: 80px;
  overflow: hidden;
  position: absolute;
  transform: translateY(-100%);
  line-height: 0;
}
 
.footer-main {
  padding: clamp(3rem, 6vw, 5rem) 0 clamp(2rem, 4vw, 3rem);
  position: relative;
  background: var(--color-surface);
}
 
.footer-bottom {
  padding: var(--spacing-lg) 0;
  background: var(--color-surface-elevated);
  border-top: 1px solid var(--color-border);
}
 
.footer-back-to-top {
  color: var(--color-on-primary);
  right: var(--spacing-xl);
  width: 52px;
  border: none;
  bottom: var(--spacing-xl);
  cursor: pointer;
  height: 52px;
  display: flex;
  opacity: 0;
  z-index: 100;
  position: fixed;
  transform: translateY(20px);
  background: var(--color-primary);
  box-shadow: var(--shadow-level-3);
  transition: all var(--animation-duration-standard)
      var(--animation-curve-primary);
  visibility: hidden;
  align-items: center;
  border-radius: var(--border-radius-full);
  justify-content: center;
}
 
.footer-wave-svg {
  width: calc(100% + 1.3px);
  height: 80px;
  display: block;
  position: relative;
}
 
.footer-container {
  margin: 0 auto;
  padding: 0 var(--spacing-lg);
  max-width: var(--content-max-width);
}
 
.footer-grid {
  gap: var(--spacing-2xl);
  display: grid;
  margin-bottom: clamp(3rem, 5vw, 4rem);
  grid-template-columns: 1.5fr 1fr 1fr 1fr 1.2fr;
}
 
.footer-newsletter {
  gap: var(--spacing-2xl);
  border: 1px solid var(--color-border);
  display: grid;
  padding: clamp(2rem, 4vw, 3rem);
  overflow: hidden;
  position: relative;
  animation: fadeInUp var(--animation-duration-slow)
      var(--animation-curve-primary) 0.6s backwards;
  background: var(--color-surface-elevated);
  box-shadow: var(--shadow-level-1);
  align-items: center;
  border-radius: var(--border-radius-lg);
  grid-template-columns: 1.2fr 1.5fr;
}
 
.footer-bottom-content {
  gap: var(--spacing-xl);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
 
.footer-column {
  gap: var(--spacing-lg);
  display: flex;
  animation: fadeInUp var(--animation-duration-slow)
      var(--animation-curve-primary) backwards;
  flex-direction: column;
}
 
.footer-column-brand {
  padding-right: var(--spacing-xl);
}
 
.footer-newsletter-content {
  gap: var(--spacing-sm);
  display: flex;
  flex-direction: column;
}
 
.footer-newsletter-form {
  width: 100%;
}
 
.footer-copyright {
  color: var(--color-on-surface-secondary);
  margin: 0;
  font-size: var(--font-size-sm);
}
 
.footer-legal-links {
  gap: var(--spacing-lg);
  margin: 0;
  display: flex;
  padding: 0;
  flex-wrap: wrap;
  list-style: none;
}
 
.footer-brand {
  margin-bottom: var(--spacing-md);
}
 
.footer-description {
  color: var(--color-on-surface-secondary);
  margin: 0 0 var(--spacing-lg);
  font-size: var(--font-size-sm);
  line-height: var(--line-height-body);
}
 
.footer-social-links {
  gap: var(--spacing-sm);
  display: flex;
}
 
.footer-column-title {
  color: var(--color-on-surface);
  margin: 0;
  font-size: var(--font-size-sm);
  font-family: var(--font-family-heading);
  font-weight: var(--font-weight-semibold);
  line-height: var(--line-height-heading);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
 
.footer-links {
  gap: var(--spacing-sm);
  margin: 0;
  display: flex;
  padding: 0;
  list-style: none;
  flex-direction: column;
}
 
.footer-contact-list {
  gap: var(--spacing-lg);
  margin: 0;
  display: flex;
  padding: 0;
  list-style: none;
  flex-direction: column;
}
 
.footer-newsletter-title {
  color: var(--color-on-surface);
  margin: 0;
  font-size: var(--font-size-lg);
  font-family: var(--font-family-heading);
  font-weight: var(--font-weight-semibold);
  line-height: var(--line-height-heading);
  letter-spacing: var(--letter-spacing-tight);
}
 
.footer-newsletter-text {
  color: var(--color-on-surface-secondary);
  margin: 0;
  font-size: var(--font-size-sm);
  line-height: var(--line-height-body);
}
 
.footer-newsletter-input-wrapper {
  gap: var(--spacing-sm);
  display: flex;
}
 
.footer-legal-item {
  margin: 0;
}
 
.footer-brand-name {
  color: var(--color-on-surface);
  margin: 0 0 var(--spacing-xs);
  font-size: var(--font-size-xl);
  font-family: var(--font-family-heading);
  font-weight: var(--font-weight-semibold);
  line-height: var(--line-height-heading);
  letter-spacing: var(--letter-spacing-tight);
}
 
.footer-brand-tagline {
  color: var(--color-primary);
  margin: 0;
  font-size: var(--font-size-sm);
  font-weight: var(--font-weight-medium);
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
 
.footer-social-link {
  color: var(--color-on-surface);
  width: 44px;
  border: 1px solid var(--color-border);
  height: 44px;
  display: flex;
  background: var(--color-surface-elevated);
  transition: all var(--animation-duration-standard)
      var(--animation-curve-primary);
  align-items: center;
  border-radius: var(--border-radius-md);
  justify-content: center;
  text-decoration: none;
}
 
.footer-link-item {
  margin: 0;
}
 
.footer-contact-item {
  gap: var(--spacing-md);
  display: flex;
  align-items: flex-start;
}
 
.footer-newsletter-input {
  flex: 1;
  color: var(--color-on-surface);
  border: 1px solid var(--color-border);
  height: var(--control-height);
  padding: 0 var(--spacing-lg);
  font-size: var(--font-size-base);
  background: var(--color-surface);
  transition: all var(--animation-duration-fast)
      var(--animation-curve-primary);
  font-family: var(--font-family-body);
  border-radius: var(--border-radius-md);
}
 
.footer-newsletter-btn {
  flex-shrink: 0;
  white-space: nowrap;
}
 
.footer-legal-link {
  color: var(--color-on-surface-secondary);
  position: relative;
  font-size: var(--font-size-sm);
  transition: color var(--animation-duration-fast)
      var(--animation-curve-primary);
  text-decoration: none;
}
 
.footer-link {
  color: var(--color-on-surface-secondary);
  display: inline-block;
  position: relative;
  font-size: var(--font-size-sm);
  transition: color var(--animation-duration-fast)
      var(--animation-curve-primary);
  line-height: 1.6;
  text-decoration: none;
}
 
.footer-contact-icon {
  color: var(--color-primary);
  width: 44px;
  border: 1px solid var(--color-border);
  height: 44px;
  display: flex;
  background: var(--color-surface-elevated);
  align-items: center;
  flex-shrink: 0;
  border-radius: var(--border-radius-md);
  justify-content: center;
}
 
.footer-contact-content {
  flex: 1;
  display: flex;
  padding-top: 2px;
  flex-direction: column;
  justify-content: center;
}
 
.footer-contact-text {
  color: var(--color-on-surface-secondary);
  font-size: var(--font-size-sm);
  line-height: 1.7;
}
 
.footer-contact-link {
  color: var(--color-on-surface-secondary);
  font-size: var(--font-size-sm);
  transition: color var(--animation-duration-fast)
      var(--animation-curve-primary);
  line-height: 1.7;
  text-decoration: none;
}
 
.footer-main::before {
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  content: "";
  position: absolute;
  background: linear-gradient(
      90deg,
      transparent,
      var(--color-border) 20%,
      var(--color-border) 80%,
      transparent
    );
}
 
.footer-social-link:hover {
  color: var(--color-on-primary);
  transform: translateY(-2px);
  background: var(--color-primary);
  box-shadow: var(--shadow-level-2);
  border-color: var(--color-primary);
}
 
.footer-social-link:focus-visible {
  outline: var(--focus-ring-width) solid var(--color-primary);
  outline-offset: 2px;
}
 
.footer-social-link  svg {
  width: 20px;
  height: 20px;
}
 
.footer-link::after {
  left: 0;
  width: 0;
  bottom: -2px;
  height: 1px;
  content: "";
  position: absolute;
  background: var(--color-primary);
  transition: width var(--animation-duration-standard)
      var(--animation-curve-primary);
}
 
.footer-link:hover {
  color: var(--color-primary);
}
 
.footer-link:hover::after {
  width: 100%;
}
 
.footer-link:focus-visible {
  color: var(--color-primary);
  outline: var(--focus-ring-width) solid var(--color-primary);
  border-radius: var(--border-radius-sm);
  outline-offset: 2px;
}
 
.footer-contact-icon  svg {
  width: 20px;
  height: 20px;
}
 
.footer-contact-link:hover {
  color: var(--color-primary);
}
 
.footer-contact-link:focus-visible {
  color: var(--color-primary);
  outline: var(--focus-ring-width) solid var(--color-primary);
  border-radius: var(--border-radius-sm);
  outline-offset: 2px;
}
 
.footer-newsletter::before {
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  content: "";
  position: absolute;
  background: var(--color-primary);
}
 
.footer-newsletter-input:hover {
  border-color: var(--color-primary);
}
 
.footer-newsletter-input:focus {
  outline: none;
  box-shadow: 0 0 0 3px
      color-mix(in srgb, var(--color-primary) 12%, transparent);
  border-color: var(--color-primary);
}
 
.footer-newsletter-input::placeholder {
  color: var(--color-on-surface-secondary);
  opacity: 0.7;
}
 
.footer-legal-link::after {
  left: 0;
  width: 0;
  bottom: -2px;
  height: 1px;
  content: "";
  position: absolute;
  background: var(--color-primary);
  transition: width var(--animation-duration-standard)
      var(--animation-curve-primary);
}
 
.footer-legal-link:hover {
  color: var(--color-on-surface);
}
 
.footer-legal-link:hover::after {
  width: 100%;
}
 
.footer-legal-link:focus-visible {
  color: var(--color-on-surface);
  outline: var(--focus-ring-width) solid var(--color-primary);
  border-radius: var(--border-radius-sm);
  outline-offset: 2px;
}
 
.footer-back-to-top.footer-back-to-top-visible {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}
 
.footer-back-to-top:hover {
  transform: translateY(-4px);
  background: var(--color-primary-90);
  box-shadow: 0 8px 24px
      color-mix(in srgb, var(--color-primary) 35%, transparent);
}
 
.footer-back-to-top:active {
  transform: translateY(-2px);
}
 
.footer-back-to-top:focus-visible {
  outline: var(--focus-ring-width) solid var(--color-on-primary);
  outline-offset: 3px;
}
 
.footer-back-to-top  svg {
  width: 24px;
  height: 24px;
}
 
.footer-column:nth-child(1) {
  animation-delay: 0.1s;
}
 
.footer-column:nth-child(2) {
  animation-delay: 0.2s;
}
 
.footer-column:nth-child(3) {
  animation-delay: 0.3s;
}
 
.footer-column:nth-child(4) {
  animation-delay: 0.4s;
}
 
.footer-column:nth-child(5) {
  animation-delay: 0.5s;
}
 
.hero-section {
  display: flex;
  padding: var(--section-gap) var(--spacing-lg);
  background: var(--color-surface);
  min-height: 100vh;
  align-items: center;
  justify-content: center;
}
 
.hero-container {
  gap: var(--spacing-4xl);
  width: 100%;
  display: grid;
  max-width: var(--content-max-width);
  align-items: center;
  grid-template-columns: 1fr 1fr;
}
 
.hero-copy {
  gap: var(--spacing-md);
  display: flex;
  animation: heroFadeSlide var(--animation-duration-standard)
      var(--animation-curve-primary) both;
  flex-direction: column;
}
 
.hero-media {
  gap: var(--spacing-md);
  display: flex;
  animation: heroMediaReveal var(--animation-duration-standard)
      var(--animation-curve-primary) 0.2s both;
  flex-direction: column;
}
 
.home-hero-title {
  color: var(--color-on-surface);
  margin: 0 0 var(--spacing-md);
  font-size: var(--font-size-hero);
  font-family: var(--font-family-heading);
  font-weight: var(--font-weight-semibold);
  line-height: var(--line-height-heading);
  letter-spacing: var(--letter-spacing-tight);
}
 
.home-hero-subtitle {
  color: var(--color-on-surface-secondary);
  margin: 0 0 var(--spacing-lg);
  font-size: var(--font-size-lg);
  max-width: 60ch;
  font-family: var(--font-family-body);
  font-weight: var(--font-weight-regular);
  line-height: var(--line-height-body);
}
 
.hero-cta-group {
  gap: var(--control-gap);
  width: fit-content;
  display: flex;
  flex-direction: column;
}
 
.hero-image-panel {
  overflow: hidden;
  position: relative;
  background: var(--color-backplate);
  box-shadow: var(--shadow-level-2);
  border-radius: var(--border-radius-lg);
}
 
.hero-quick-nav {
  gap: var(--spacing-sm);
  border: 1px solid var(--color-border);
  display: flex;
  padding: var(--spacing-sm);
  background: var(--color-surface-elevated);
  border-radius: var(--border-radius-sm);
}
 
.nav-pill {
  color: var(--color-on-surface);
  border: 1px solid var(--color-border);
  padding: var(--spacing-xs) var(--spacing-sm);
  font-size: var(--font-size-sm);
  background: var(--color-surface);
  transition: transform var(--animation-duration-fast)
        var(--animation-curve-primary),
      background var(--animation-duration-fast) var(--animation-curve-primary);
  font-family: var(--font-family-body);
  font-weight: var(--font-weight-medium);
  border-radius: var(--border-radius-sm);
  text-decoration: none;
}
 
.product-range-section {
  padding: var(--section-gap) 0;
  background: var(--color-surface);
}
 
.product-range-container {
  gap: var(--spacing-3xl);
  margin: 0 auto;
  display: grid;
  padding: 0 var(--spacing-lg);
  max-width: var(--content-max-width);
  align-items: start;
  grid-template-columns: 1fr 520px;
}
 
.product-narrative {
  gap: var(--spacing-md);
  display: flex;
  padding: var(--spacing-lg) 0;
  flex-direction: column;
}
 
.product-cards-wrapper {
  gap: var(--spacing-md);
  display: flex;
  flex-direction: column;
}
 

 
.narrative-subhead {
  color: var(--color-on-surface-secondary);
  margin: 0;
  font-size: var(--font-size-lg);
  font-family: var(--font-family-body);
  font-weight: var(--font-weight-medium);
}
 
.narrative-body {
  color: var(--color-on-surface);
  margin: 0 0 var(--spacing-lg);
  font-size: var(--font-size-base);
  font-family: var(--font-family-body);
  line-height: var(--line-height-body);
}
 
.product-filter-bar {
  gap: var(--control-gap);
  border: 1px solid var(--color-border);
  height: var(--control-height);
  display: flex;
  padding: var(--spacing-sm);
  background: var(--color-surface-elevated);
  border-radius: var(--border-radius-md);
}
 
.product-cards-grid {
  gap: var(--spacing-lg);
  display: grid;
  padding: var(--spacing-md);
  background: var(--color-surface);
  box-shadow: var(--shadow-level-1);
  border-radius: var(--border-radius-lg);
  grid-template-columns: repeat(2, 1fr);
}
 
.filter-tab {
  color: var(--color-on-surface);
  border: none;
  cursor: pointer;
  padding: var(--spacing-xs) var(--spacing-md);
  font-size: var(--font-size-sm);
  background: transparent;
  transition: background var(--animation-duration-fast)
      var(--animation-curve-primary);
  font-weight: var(--font-weight-medium);
  border-radius: var(--border-radius-sm);
}
 

 
.product-card {
  border: 1px solid var(--color-border);
  padding: var(--spacing-md);
  overflow: hidden;
  animation: productCardFade var(--animation-duration-standard)
      var(--animation-curve-primary) both;
  background: var(--color-surface-elevated);
  transition: transform var(--animation-duration-fast)
        var(--animation-curve-primary),
      box-shadow var(--animation-duration-fast) var(--animation-curve-primary);
  border-radius: var(--border-radius-md);
}
 
.product-image-wrapper {
  overflow: hidden;
  background: var(--color-backplate);
  aspect-ratio: 16 / 10;
  border-radius: var(--border-radius-sm);
  margin-bottom: var(--spacing-sm);
}
 
.product-card-content {
  gap: var(--spacing-xs);
  display: flex;
  position: relative;
  flex-direction: column;
}
 
.product-card-title {
  color: var(--color-on-surface);
  margin: 0;
  font-size: var(--font-size-lg);
  font-family: var(--font-family-heading);
  font-weight: var(--font-weight-semibold);
}
 
.product-specs {
  color: var(--color-on-surface-secondary);
  margin: 0 0 var(--spacing-sm);
  font-size: var(--font-size-sm);
  font-family: var(--font-family-body);
}
 
.product-badge {
  color: var(--color-on-surface);
  width: fit-content;
  display: inline-block;
  padding: 2px var(--spacing-xs);
  font-size: var(--font-size-xs);
  background: var(--color-accent);
  font-weight: var(--font-weight-medium);
  border-radius: var(--border-radius-sm);
  margin-bottom: var(--spacing-xs);
}
 
.services-section {
  padding: var(--spacing-4xl) 0;
  background: var(--color-surface);
}
 
.services-grid {
  gap: var(--spacing-3xl);
  margin: 0 auto;
  display: grid;
  padding: 0 var(--spacing-lg);
  max-width: var(--content-max-width);
  align-items: start;
  grid-template-columns: 2fr 1fr;
}
 
.services-left {
  gap: var(--spacing-lg);
  display: flex;
  flex-direction: column;
}
 
.services-platform {
  top: var(--spacing-lg);
  position: sticky;
}
 
.services-intro {
  color: var(--color-on-surface-secondary);
  margin: 0;
  font-size: var(--font-size-lg);
  max-width: 60ch;
  font-family: var(--font-family-body);
  line-height: var(--line-height-body);
}
 
.service-cards {
  gap: var(--spacing-lg);
  display: grid;
  margin-top: var(--spacing-lg);
  grid-template-columns: repeat(3, 1fr);
}
 
.services-cta-row {
  gap: var(--control-gap);
  display: flex;
  flex-wrap: wrap;
}
 
.platform-panel {
  color: var(--color-on-surface);
  border: 1px solid var(--color-border);
  padding: var(--spacing-lg);
  background: var(--color-surface);
  box-shadow: var(--shadow-level-2);
  border-radius: var(--border-radius-lg);
}
 
.service-card {
  gap: var(--spacing-sm);
  color: var(--color-on-surface);
  border: 1px solid var(--color-border);
  display: flex;
  padding: var(--spacing-md);
  background: var(--color-surface-elevated);
  box-shadow: var(--shadow-level-1);
  min-height: 8rem;
  transition: transform var(--animation-duration-fast)
        var(--animation-curve-primary),
      box-shadow var(--animation-duration-fast) var(--animation-curve-primary);
  border-radius: var(--border-radius-md);
  flex-direction: column;
}
 
.platform-title {
  color: var(--color-on-surface);
  margin: 0 0 var(--spacing-md);
  font-size: var(--font-size-xl);
  font-family: var(--font-family-heading);
  font-weight: var(--font-weight-semibold);
}
 
.platform-metrics {
  gap: var(--spacing-md);
  display: flex;
  margin-bottom: var(--spacing-lg);
}
 
.parts-portal-search {
  gap: var(--spacing-xs);
  display: flex;
  margin-bottom: var(--spacing-md);
}
 
.platform-callout {
  color: var(--color-on-surface-secondary);
  margin: 0;
  font-size: var(--font-size-sm);
  line-height: var(--line-height-body);
}
 
.service-icon {
  color: var(--color-primary);
  margin-bottom: var(--spacing-xs);
}
 
.service-card-title {
  color: var(--color-on-surface);
  margin: 0;
  font-size: var(--font-size-lg);
  font-family: var(--font-family-heading);
  font-weight: var(--font-weight-medium);
}
 
.service-meta {
  flex: 1;
  color: var(--color-on-surface-secondary);
  margin: 0;
  font-size: var(--font-size-sm);
  line-height: var(--line-height-body);
}
 
.service-status {
  color: var(--color-on-surface);
  width: fit-content;
  display: inline-block;
  padding: 2px var(--spacing-xs);
  font-size: var(--font-size-xs);
  background: var(--color-accent);
  font-weight: var(--font-weight-medium);
  border-radius: var(--border-radius-sm);
}
 
.metric {
  flex: 1;
  border: 1px solid var(--color-border);
  padding: var(--spacing-sm);
  background: var(--color-surface-elevated);
  text-align: center;
  border-radius: var(--border-radius-sm);
}
 
.visually-hidden {
  clip: rect(0, 0, 0, 0);
  width: 1px;
  border: 0;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
}
 
.metric-value {
  color: var(--color-primary);
  display: block;
  font-size: var(--font-size-xxl);
  font-weight: var(--font-weight-semibold);
}
 
.metric-label {
  color: var(--color-on-surface-secondary);
  display: block;
  font-size: var(--font-size-sm);
  margin-top: var(--spacing-xs);
}
 
.engineering-section {
  padding: var(--spacing-4xl) 0;
  background: var(--color-surface);
}
 
.engineering-container {
  gap: var(--section-gap);
  margin: 0 auto;
  display: grid;
  padding: 0 var(--spacing-lg);
  max-width: var(--content-max-width);
  align-items: start;
  margin-bottom: var(--section-gap);
  grid-template-columns: 1.2fr 1fr;
}
 
.features-grid {
  gap: var(--spacing-md);
  margin: 0 auto;
  display: grid;
  padding: 0 var(--spacing-lg);
  max-width: var(--content-max-width);
  grid-template-columns: repeat(2, 1fr);
}
 
.engineering-left {
  gap: var(--spacing-md);
  display: flex;
  flex-direction: column;
}
 
.engineering-visual {
  animation: visualReveal var(--animation-duration-standard)
      var(--animation-curve-primary) both;
}
 
.secondary-feature {
  border: 1px solid var(--color-border);
  padding: var(--spacing-md);
  background: var(--color-surface-elevated);
  box-shadow: var(--shadow-level-1);
  border-radius: var(--border-radius-md);
}
 
.engineering-lead {
  color: var(--color-on-surface);
  margin: 0 0 var(--spacing-lg);
  font-size: var(--font-size-lg);
  font-family: var(--font-family-body);
  font-weight: var(--font-weight-regular);
  line-height: var(--line-height-body);
}
 
.engineering-features {
  gap: var(--spacing-md);
  display: flex;
  margin-bottom: var(--spacing-lg);
  flex-direction: column;
}
 
.engineering-cta-row {
  gap: var(--control-gap);
  display: flex;
  flex-wrap: wrap;
}
 
.visual-card {
  border: 1px solid var(--color-border);
  overflow: hidden;
  position: relative;
  background: var(--color-surface-elevated);
  box-shadow: var(--shadow-level-2);
  border-radius: var(--border-radius-md);
}
 
.secondary-feature-title {
  color: var(--color-on-surface);
  margin: 0 0 var(--spacing-xs);
  font-size: var(--font-size-base);
  font-family: var(--font-family-heading);
  font-weight: var(--font-weight-semibold);
}
 
.secondary-feature-text {
  color: var(--color-on-surface-secondary);
  margin: 0;
  font-size: var(--font-size-sm);
}
 
.feature-block {
  gap: var(--spacing-sm);
  display: flex;
  animation: featureFade var(--animation-duration-fast)
      var(--animation-curve-primary) both;
  align-items: start;
}
 
.timeline-overlay {
  top: var(--spacing-lg);
  right: var(--spacing-lg);
  bottom: var(--spacing-lg);
  display: flex;
  padding: var(--spacing-md) var(--spacing-sm);
  position: absolute;
  background: var(--color-backplate);
  border-radius: var(--border-radius-sm);
  flex-direction: column;
  backdrop-filter: blur(8px);
  justify-content: space-between;
}
 
.feature-icon {
  color: var(--color-primary);
  flex-shrink: 0;
}
 
.feature-title {
  color: var(--color-on-surface);
  margin: 0 0 var(--spacing-xs);
  font-size: var(--font-size-base);
  font-family: var(--font-family-heading);
  font-weight: var(--font-weight-semibold);
}
 
.feature-text {
  color: var(--color-on-surface-secondary);
  margin: 0;
  font-size: var(--font-size-sm);
}
 
.timeline-item {
  gap: var(--spacing-xs);
  display: flex;
  align-items: center;
  flex-direction: column;
}
 
.timeline-year {
  color: var(--color-on-surface);
  font-size: var(--font-size-lg);
  font-family: var(--font-family-heading);
  font-weight: var(--font-weight-semibold);
}
 
.timeline-event {
  color: var(--color-on-surface-secondary);
  font-size: var(--font-size-xs);
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
 
.solutions-section {
  padding: var(--spacing-4xl) 0;
  background: var(--color-surface);
}
 
.solutions-container {
  margin: 0 auto;
  padding: 0 var(--spacing-lg);
  max-width: var(--content-max-width);
}
 
.solutions-intro {
  color: var(--color-on-surface);
  margin: 0 0 var(--spacing-xl);
  font-size: var(--font-size-lg);
  max-width: 70ch;
  font-family: var(--font-family-body);
}
 
.featured-solution {
  gap: var(--spacing-lg);
  border: 1px solid var(--color-border);
  display: grid;
  overflow: hidden;
  background: var(--color-surface-elevated);
  box-shadow: var(--shadow-level-1);
  align-items: start;
  border-radius: var(--border-radius-lg);
  margin-bottom: var(--spacing-xl);
  grid-template-columns: 60% 40%;
}
 
.solution-cards {
  gap: var(--spacing-lg);
  display: grid;
  margin-bottom: var(--spacing-xl);
  grid-template-columns: repeat(3, 1fr);
}
 
.solutions-accordion {
  gap: var(--spacing-sm);
  display: flex;
  flex-direction: column;
}
 
.featured-content {
  gap: var(--spacing-md);
  display: flex;
  padding: var(--spacing-xl);
  flex-direction: column;
}
 
.featured-image {
  height: 100%;
  position: relative;
  background: var(--color-backplate);
}
 
.solution-card {
  gap: var(--spacing-sm);
  border: 1px solid var(--color-border);
  display: flex;
  padding: var(--spacing-lg);
  animation: solutionFade var(--animation-duration-standard)
      var(--animation-curve-primary) both;
  background: var(--color-surface-elevated);
  box-shadow: var(--shadow-level-1);
  transition: transform var(--animation-duration-fast)
        var(--animation-curve-primary),
      box-shadow var(--animation-duration-fast) var(--animation-curve-primary);
  border-radius: var(--border-radius-md);
  flex-direction: column;
}
 
.accordion-item {
  border: 1px solid var(--color-border);
  overflow: hidden;
  background: var(--color-surface-elevated);
  border-radius: var(--border-radius-md);
}
 
.featured-title {
  color: var(--color-on-surface);
  margin: 0;
  font-size: var(--font-size-xxl);
  font-family: var(--font-family-heading);
  font-weight: var(--font-weight-semibold);
  line-height: var(--line-height-heading);
  letter-spacing: var(--letter-spacing-tight);
}
 
.featured-description {
  color: var(--color-on-surface-secondary);
  margin: 0;
  font-size: var(--font-size-base);
  line-height: var(--line-height-body);
}
 
.featured-benefits {
  gap: var(--spacing-sm);
  margin: var(--spacing-md) 0;
  display: flex;
  padding: 0;
  list-style: none;
  flex-direction: column;
}
 
.featured-metric {
  right: var(--spacing-lg);
  border: 1px solid var(--color-border);
  bottom: var(--spacing-lg);
  padding: var(--spacing-sm) var(--spacing-md);
  position: absolute;
  background: var(--color-backplate);
  text-align: center;
  border-radius: var(--border-radius-sm);
  backdrop-filter: blur(8px);
}
 
.solution-icon {
  color: var(--color-primary);
  margin-bottom: var(--spacing-xs);
}
 
.solution-card-title {
  color: var(--color-on-surface);
  margin: 0;
  font-size: var(--font-size-xl);
  font-family: var(--font-family-heading);
  font-weight: var(--font-weight-semibold);
}
 
.solution-card-text {
  flex: 1;
  color: var(--color-on-surface-secondary);
  margin: 0 0 var(--spacing-md);
  font-size: var(--font-size-base);
  line-height: var(--line-height-body);
}
 
.solution-badge {
  color: var(--color-on-surface);
  width: fit-content;
  display: inline-block;
  padding: 2px var(--spacing-xs);
  font-size: var(--font-size-xs);
  background: var(--color-accent);
  font-weight: var(--font-weight-medium);
  border-radius: var(--border-radius-sm);
}
 
.accordion-header {
  color: var(--color-on-surface);
  cursor: pointer;
  display: flex;
  padding: var(--spacing-md);
  font-size: var(--font-size-lg);
  list-style: none;
  align-items: center;
  font-family: var(--font-family-heading);
  font-weight: var(--font-weight-medium);
  justify-content: space-between;
}
 
.accordion-content {
  color: var(--color-on-surface-secondary);
  padding: 0 var(--spacing-md) var(--spacing-md);
  font-size: var(--font-size-base);
  line-height: var(--line-height-body);
}
 
.metric-highlight {
  color: var(--color-primary);
  display: block;
  font-size: var(--font-size-xl);
  font-weight: var(--font-weight-semibold);
}
 
.metric-caption {
  color: var(--color-on-surface-secondary);
  display: block;
  font-size: var(--font-size-xs);
}
 
.accordion-chevron {
  transition: transform var(--animation-duration-fast)
      var(--animation-curve-primary);
}
 
.contact-section {
  padding: var(--spacing-4xl) 0;
  position: relative;
  background: var(--color-surface);
}
 
.contact-container {
  margin: 0 auto;
  padding: 0 var(--spacing-lg);
  max-width: var(--content-max-width);
}
 
.mobile-sticky-bar {
  display: none;
}
 
.contact-header {
  gap: var(--spacing-md);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: var(--section-gap);
  justify-content: space-between;
}
 
.contact-grid {
  gap: var(--section-gap);
  display: grid;
  grid-template-columns: 2fr 1fr;
}
 
.header-ctas {
  gap: var(--control-gap);
  display: flex;
  flex-wrap: wrap;
}
 
.contact-form-panel {
  border: 1px solid var(--color-border);
  padding: var(--spacing-xl);
  background: var(--color-surface-elevated);
  box-shadow: var(--shadow-level-1);
  border-radius: var(--border-radius-lg);
}
 
.contact-locator-panel {
  border: 1px solid var(--color-border);
  padding: var(--spacing-xl);
  background: var(--color-surface-elevated);
  box-shadow: var(--shadow-level-1);
  border-radius: var(--border-radius-lg);
}
 
.panel-title {
  color: var(--color-on-surface);
  margin: 0 0 var(--spacing-sm);
  font-size: var(--font-size-xl);
  font-family: var(--font-family-heading);
  font-weight: var(--font-weight-semibold);
}
 
.panel-subtitle {
  color: var(--color-on-surface-secondary);
  margin: 0 0 var(--spacing-lg);
  font-size: var(--font-size-sm);
  line-height: var(--line-height-body);
}
 
.contact-form {
  gap: var(--spacing-md);
  display: flex;
  flex-direction: column;
}
 
.locator-map {
  overflow: hidden;
  position: relative;
  background: var(--color-backplate);
  aspect-ratio: 16 / 10;
  border-radius: var(--border-radius-md);
  margin-bottom: var(--spacing-lg);
}
 
.regional-contacts {
  margin-bottom: var(--spacing-lg);
}
 
.investor-callout {
  gap: var(--spacing-sm);
  border: 1px solid var(--color-border);
  display: flex;
  padding: var(--spacing-md);
  background: var(--color-accent);
  align-items: start;
  border-radius: var(--border-radius-sm);
}
 
.form-row {
  gap: var(--control-gap);
  display: grid;
  grid-template-columns: 1fr 1fr;
}
 
.form-field {
  gap: var(--spacing-xs);
  display: flex;
  flex-direction: column;
}
 
.map-overlay {
  gap: var(--spacing-xs);
  color: var(--color-on-surface);
  inset: 0;
  display: flex;
  position: absolute;
  background: linear-gradient(180deg, transparent 40%, rgba(0, 0, 0, 0.3));
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
 
.contacts-list {
  gap: var(--spacing-sm);
  margin: var(--spacing-md) 0 0;
  display: flex;
  padding: 0;
  list-style: none;
  flex-direction: column;
}
 
.callout-content {
  gap: var(--spacing-xs);
  display: flex;
  flex-direction: column;
}
 
.map-text {
  margin: 0;
  font-size: var(--font-size-lg);
  font-family: var(--font-family-heading);
  font-weight: var(--font-weight-semibold);
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
 
.contact-item {
  border: 1px solid var(--color-border);
  padding: var(--spacing-sm);
  background: var(--color-surface);
  border-radius: var(--border-radius-sm);
}
 
.contact-location {
  gap: 2px;
  display: flex;
  margin-bottom: var(--spacing-xs);
  flex-direction: column;
}
 
.contact-details {
  gap: 2px;
  color: var(--color-on-surface);
  display: flex;
  font-size: var(--font-size-sm);
  flex-direction: column;
}
 
.hero-cta-group  .btn {
  height: var(--control-height);
  padding: 0 var(--spacing-lg);
  font-size: var(--font-size-base);
  transition: transform var(--animation-duration-fast)
        var(--animation-curve-primary),
      box-shadow var(--animation-duration-fast) var(--animation-curve-primary);
  font-weight: var(--font-weight-medium);
  border-radius: var(--border-radius-md);
}
 
.hero-cta-group  .btn:hover {
  transform: scale(1.02);
}
 
.hero-cta-group  .btn:active {
  transform: scale(0.99);
}
 
.hero-cta-group  .btn:focus-visible {
  outline: calc(var(--focus-ring-width)) solid var(--color-outline);
  outline-offset: 2px;
}
 
.hero-image-panel::before {
  inset: 0;
  content: "";
  z-index: 2;
  position: absolute;
  background: linear-gradient(180deg, transparent 60%, rgba(0, 0, 0, 0.1));
  pointer-events: none;
}
 
.hero-image-panel  img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  aspect-ratio: 4 / 3;
}
 
.nav-pill:hover {
  color: var(--color-on-primary);
  transform: translateY(-2px);
  background: var(--color-primary);
}
 
.nav-pill:focus-visible {
  outline: calc(var(--focus-ring-width)) solid var(--color-outline);
  outline-offset: 2px;
}
 
.filter-tab.active {
  color: var(--color-on-primary);
  background: var(--color-primary);
}
 
.filter-tab[aria-selected="true"] {
  color: var(--color-on-primary);
  background: var(--color-primary);
}
 
.filter-tab:hover {
  background: var(--color-surface);
}
 
.filter-tab:focus-visible {
  outline: calc(var(--focus-ring-width)) solid var(--color-outline);
  outline-offset: -2px;
}
 
.product-card:nth-child(1) {
  animation-delay: 0.05s;
}
 
.product-card:nth-child(2) {
  animation-delay: 0.1s;
}
 
.product-card:nth-child(3) {
  animation-delay: 0.15s;
}
 
.product-card:nth-child(4) {
  animation-delay: 0.2s;
}
 
.product-card:nth-child(5) {
  animation-delay: 0.25s;
}
 
.product-card:nth-child(6) {
  animation-delay: 0.3s;
}
 
.product-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-level-2);
}
 
.product-image-wrapper  img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
 
.product-card-content  .btn {
  margin-top: auto;
}
 
.service-card:hover {
  transform: translateY(-4px) scale(1.01);
  box-shadow: var(--shadow-level-2);
}
 
.service-card:focus-visible {
  outline: calc(var(--focus-ring-width)) solid var(--color-outline);
  outline-offset: 2px;
}
 
.parts-portal-search  input {
  flex: 1;
  color: var(--color-on-surface);
  border: 1px solid var(--color-border);
  height: var(--control-height);
  padding: 0 var(--spacing-sm);
  font-size: var(--font-size-base);
  background: var(--color-surface-elevated);
  border-radius: var(--border-radius-sm);
}
 
.parts-portal-search  input::placeholder {
  color: var(--color-on-surface-secondary);
}
 
.parts-portal-search  .btn {
  width: var(--control-height);
  height: var(--control-height);
  display: flex;
  padding: 0;
  align-items: center;
  flex-shrink: 0;
  justify-content: center;
}
 
.feature-block:nth-child(1) {
  animation-delay: 0.1s;
}
 
.feature-block:nth-child(2) {
  animation-delay: 0.2s;
}
 
.feature-block:nth-child(3) {
  animation-delay: 0.3s;
}
 
.visual-card  img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  aspect-ratio: 4 / 5;
}
 
.featured-benefits  li {
  gap: var(--spacing-sm);
  color: var(--color-on-surface);
  display: flex;
  font-size: var(--font-size-sm);
  align-items: center;
}
 
.featured-benefits  svg {
  color: var(--color-primary);
  flex-shrink: 0;
}
 
.featured-image  img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
 
.solution-card:nth-child(1) {
  animation-delay: 0.05s;
}
 
.solution-card:nth-child(2) {
  animation-delay: 0.1s;
}
 
.solution-card:nth-child(3) {
  animation-delay: 0.15s;
}
 
.solution-card:nth-child(4) {
  animation-delay: 0.2s;
}
 
.solution-card:nth-child(5) {
  animation-delay: 0.25s;
}
 
.solution-card:nth-child(6) {
  animation-delay: 0.3s;
}
 
.solution-card:hover {
  transform: scale(1.02);
  box-shadow: var(--shadow-level-2);
}
 
.accordion-header::-webkit-details-marker {
  display: none;
}
 
.accordion-item[open] .accordion-chevron {
  transform: rotate(180deg);
}
 
.form-field  label {
  color: var(--color-on-surface-secondary);
  font-size: var(--font-size-sm);
  font-family: var(--font-family-body);
  font-weight: var(--font-weight-medium);
}
 
.form-field  input {
  color: var(--color-on-surface);
  border: 1px solid var(--color-border);
  height: var(--control-height);
  padding: 0 var(--spacing-sm);
  font-size: var(--font-size-base);
  background: var(--color-surface);
  font-family: var(--font-family-body);
  border-radius: var(--border-radius-sm);
}
 
.form-field  select {
  color: var(--color-on-surface);
  border: 1px solid var(--color-border);
  height: var(--control-height);
  padding: 0 var(--spacing-sm);
  font-size: var(--font-size-base);
  background: var(--color-surface);
  font-family: var(--font-family-body);
  border-radius: var(--border-radius-sm);
}
 
.form-field  textarea {
  color: var(--color-on-surface);
  border: 1px solid var(--color-border);
  height: var(--control-height);
  padding: 0 var(--spacing-sm);
  font-size: var(--font-size-base);
  background: var(--color-surface);
  font-family: var(--font-family-body);
  border-radius: var(--border-radius-sm);
}
 
.form-field  input:focus {
  outline: calc(var(--focus-ring-width)) solid var(--color-outline);
  outline-offset: 2px;
}
 
.form-field  select:focus {
  outline: calc(var(--focus-ring-width)) solid var(--color-outline);
  outline-offset: 2px;
}
 
.form-field  textarea:focus {
  outline: calc(var(--focus-ring-width)) solid var(--color-outline);
  outline-offset: 2px;
}
 
.locator-map  img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
 
.map-overlay  svg {
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}
 
.contact-location  strong {
  color: var(--color-on-surface);
  font-size: var(--font-size-base);
  font-family: var(--font-family-heading);
  font-weight: var(--font-weight-semibold);
}
 
.contact-location  span {
  color: var(--color-on-surface-secondary);
  font-size: var(--font-size-sm);
}
 
.investor-callout  svg {
  color: var(--color-on-surface);
  flex-shrink: 0;
}
 
.callout-content  strong {
  color: var(--color-on-surface);
  font-size: var(--font-size-base);
  font-family: var(--font-family-heading);
  font-weight: var(--font-weight-semibold);
}
 
.callout-content  p {
  color: var(--color-on-surface);
  margin: 0;
  font-size: var(--font-size-sm);
}
 

 

 
.custom-section-showroom {
  padding: clamp(4rem, 8vw, 8rem) 0;
  overflow: hidden;
  position: relative;
  background: var(--color-surface);
}
 
.custom-section-showroom__container {
  margin: 0 auto;
  padding: 0 var(--spacing-lg);
  z-index: 2;
  position: relative;
  max-width: var(--content-max-width);
}
 
.custom-section-showroom__header {
  position: relative;
  text-align: center;
  margin-bottom: clamp(3rem, 6vw, 5rem);
}
 
.custom-section-showroom__grid {
  gap: var(--spacing-xl);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
 
.custom-section-showroom__title {
  color: var(--color-on-surface);
  margin-bottom: var(--spacing-md);
  letter-spacing: var(--letter-spacing-tight);
}
 
.custom-section-showroom__subtitle {
  color: var(--color-on-surface-secondary);
  margin: 0 auto;
  max-width: 600px;
}
 
.custom-section-showroom__card {
  overflow: hidden;
  position: relative;
  background: var(--color-surface-elevated);
  box-shadow: var(--shadow-level-1);
  transition: transform 0.4s var(--animation-curve-primary),
      box-shadow 0.4s var(--animation-curve-primary);
  border-radius: var(--border-radius-lg);
}
 
.custom-section-showroom__image-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
  background: color-mix(
      in srgb,
      var(--color-neutral) 5%,
      var(--color-surface)
    );
  aspect-ratio: 4 / 3;
}
 
.custom-section-showroom__content {
  padding: var(--spacing-lg);
}
 
.custom-section-showroom__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s var(--animation-curve-primary);
}
 
.custom-section-showroom__overlay {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  opacity: 0;
  padding: var(--spacing-lg);
  z-index: 2;
  position: absolute;
  background: linear-gradient(
      180deg,
      transparent 0%,
      color-mix(in srgb, var(--color-primary) 92%, transparent) 100%
    );
  transition: opacity 0.4s var(--animation-curve-primary);
  align-items: center;
  justify-content: center;
}
 
.custom-section-showroom__product-title {
  color: var(--color-on-surface);
  font-size: var(--font-size-lg);
  font-family: var(--font-family-heading);
  font-weight: var(--font-weight-semibold);
  line-height: var(--line-height-heading);
  margin-bottom: var(--spacing-sm);
  letter-spacing: var(--letter-spacing-tight);
}
 
.custom-section-showroom__product-description {
  color: var(--color-on-surface-secondary);
  margin: 0;
  font-size: var(--font-size-sm);
  font-family: var(--font-family-body);
  line-height: var(--line-height-body);
}
 
.custom-section-showroom__specs {
  gap: var(--spacing-md);
  width: 100%;
  display: flex;
  transform: translateY(20px);
  transition: transform 0.4s var(--animation-curve-primary) 0.1s;
  flex-direction: column;
}
 
.custom-section-showroom__spec-item {
  gap: var(--spacing-sm);
  border: 1px solid
      color-mix(in srgb, var(--color-on-primary) 20%, transparent);
  display: flex;
  padding: var(--spacing-sm) var(--spacing-md);
  background: color-mix(in srgb, var(--color-surface) 15%, transparent);
  align-items: center;
  border-radius: var(--border-radius-md);
  backdrop-filter: blur(8px);
}
 
.custom-section-showroom__spec-icon {
  color: var(--color-on-primary);
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  justify-content: center;
}
 
.custom-section-showroom__spec-text {
  gap: 2px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
 
.custom-section-showroom__spec-label {
  color: color-mix(in srgb, var(--color-on-primary) 80%, transparent);
  font-size: var(--font-size-xs);
  font-family: var(--font-family-body);
  font-weight: var(--font-weight-medium);
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
 
.custom-section-showroom__spec-value {
  color: var(--color-on-primary);
  font-size: var(--font-size-base);
  font-family: var(--font-family-heading);
  font-weight: var(--font-weight-semibold);
  letter-spacing: var(--letter-spacing-tight);
}
 
.custom-section-showroom::before {
  top: 0;
  left: 0;
  right: 0;
  height: 40%;
  content: "";
  z-index: 1;
  position: absolute;
  background: linear-gradient(
      180deg,
      color-mix(in srgb, var(--color-primary) 3%, transparent) 0%,
      transparent 100%
    );
  pointer-events: none;
}
 
.custom-section-showroom__card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-level-3);
}
 
.custom-section-showroom__card:hover .custom-section-showroom__image {
  transform: scale(1.05);
}
 
.custom-section-showroom__card:hover .custom-section-showroom__overlay {
  opacity: 1;
}
 
.custom-section-showroom__card:hover .custom-section-showroom__specs {
  transform: translateY(0);
}
 
.custom-section-showroom__spec-icon  svg {
  width: 100%;
  height: 100%;
}
 
.value-card {
  border: 1px solid var(--color-border);
  padding: var(--spacing-2xl);
  background: var(--color-surface);
  text-align: center;
  transition: transform 0.3s var(--animation-curve-primary),
      box-shadow 0.3s var(--animation-curve-primary),
      border-color 0.3s var(--animation-curve-primary);
  border-radius: var(--border-radius-lg);
}
 
.service-item {
  overflow: hidden;
  position: relative;
  background: var(--color-surface-elevated);
  box-shadow: var(--shadow-level-1);
  transition: transform 0.4s var(--animation-curve-primary),
      box-shadow 0.4s var(--animation-curve-primary);
  border-radius: var(--border-radius-xl);
}
 
.stat-item {
  padding: var(--spacing-xl);
  text-align: center;
}
 
.value-icon-wrapper {
  width: 4rem;
  height: 4rem;
  margin: 0 auto var(--spacing-lg);
  display: flex;
  background: color-mix(in srgb, var(--color-primary) 10%, transparent);
  transition: background 0.3s var(--animation-curve-primary),
      transform 0.3s var(--animation-curve-primary);
  align-items: center;
  border-radius: var(--border-radius-lg);
  justify-content: center;
}
 
.value-title {
  color: var(--color-on-surface);
  font-size: var(--font-size-lg);
  font-weight: var(--font-weight-semibold);
  margin-bottom: var(--spacing-sm);
}
 
.value-description {
  color: var(--color-on-surface-secondary);
  line-height: var(--line-height-body);
}
 
.service-image-wrapper {
  width: 100%;
  height: 16rem;
  overflow: hidden;
  position: relative;
}
 
.service-content {
  padding: var(--spacing-xl);
}
 
.stat-number {
  color: var(--color-on-primary);
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: var(--font-weight-semibold);
  line-height: 1;
  margin-bottom: var(--spacing-sm);
  letter-spacing: var(--letter-spacing-tight);
}
 
.stat-label {
  color: var(--color-on-primary);
  opacity: 0.95;
  font-size: var(--font-size-base);
  font-weight: var(--font-weight-medium);
}
 
.value-icon {
  color: var(--color-primary);
  width: 2rem;
  height: 2rem;
}
 
.service-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s var(--animation-curve-primary);
}
 
.service-overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  background: linear-gradient(
      180deg,
      transparent 0%,
      color-mix(in srgb, var(--color-neutral) 60%, transparent) 100%
    );
}
 
.service-title {
  color: var(--color-on-surface);
  font-size: var(--font-size-xl);
  font-weight: var(--font-weight-semibold);
  margin-bottom: var(--spacing-sm);
}
 
.service-text {
  color: var(--color-on-surface-secondary);
  line-height: var(--line-height-body);
}
 
.value-card:hover {
  transform: translateY(-0.5rem);
  box-shadow: var(--shadow-level-3);
  border-color: var(--color-primary);
}
 
.value-card:hover .value-icon-wrapper {
  transform: scale(1.1);
  background: color-mix(in srgb, var(--color-primary) 15%, transparent);
}
 
.service-item:hover {
  transform: translateY(-0.5rem);
  box-shadow: var(--shadow-level-3);
}
 
.service-item:hover .service-image {
  transform: scale(1.08);
}
 
.machine-section {
  padding: var(--section-gap) var(--spacing-lg);
  position: relative;
}
 

 
.page-hero-container {
  margin: 0 auto;
  z-index: 2;
  position: relative;
  max-width: var(--content-max-width);
}
 
.machine-container {
  margin: 0 auto;
  max-width: var(--content-max-width);
}
 
.hero-content {
  text-align: center;
}
 
.machine-content {
  gap: clamp(2rem, 5vw, 4rem);
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 1fr;
}
 
.page-hero-title {
  color: var(--color-on-primary);
  font-size: clamp(2.5rem, 6vw, 4.5rem);
  font-weight: var(--font-weight-semibold);
  margin-bottom: var(--spacing-lg);
  letter-spacing: var(--letter-spacing-tight);
}
 
.page-hero-subtitle {
  color: color-mix(in srgb, var(--color-on-primary) 90%, transparent);
  margin: 0 auto;
  font-size: var(--font-size-xl);
  max-width: 800px;
  line-height: var(--line-height-body);
}
 
.machine-info {
  padding: var(--spacing-xl);
}
 
.machine-media {
  gap: var(--spacing-lg);
  display: grid;
  grid-template-columns: 1fr;
}
 
.page-section-title {
  color: var(--color-on-surface);
  font-size: var(--font-size-xxl);
  font-weight: var(--font-weight-semibold);
  margin-bottom: var(--spacing-lg);
}
 
.page-section-content {
  color: var(--color-on-surface-secondary);
  font-size: var(--font-size-lg);
  line-height: var(--line-height-body);
  margin-bottom: var(--spacing-2xl);
}
 
.specs-grid {
  gap: var(--spacing-lg);
  display: grid;
}
 
.media-image-wrapper {
  border: 1px solid var(--color-border);
  overflow: hidden;
  position: relative;
  background: var(--color-surface-elevated);
  aspect-ratio: 16 / 10;
  border-radius: var(--border-radius-xl);
}
 
.media-video-wrapper {
  border: 1px solid var(--color-border);
  overflow: hidden;
  position: relative;
  background: var(--color-neutral);
  aspect-ratio: 16 / 9;
  border-radius: var(--border-radius-xl);
}
 
.spec-item {
  gap: var(--spacing-md);
  border: 1px solid var(--color-border);
  display: grid;
  padding: var(--spacing-lg);
  background: var(--color-surface-elevated);
  transition: all 0.3s var(--animation-curve-primary);
  border-radius: var(--border-radius-lg);
  grid-template-columns: auto 1fr;
}
 
.machine-image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.6s var(--animation-curve-primary);
}
 
.machine-video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
 
.video-play-btn {
  top: 50%;
  left: 50%;
  color: var(--color-on-primary);
  width: 72px;
  border: none;
  cursor: pointer;
  height: 72px;
  display: flex;
  z-index: 2;
  position: absolute;
  transform: translate(-50%, -50%);
  background: color-mix(in srgb, var(--color-primary) 95%, transparent);
  box-shadow: var(--shadow-level-3);
  transition: all 0.3s var(--animation-curve-primary);
  align-items: center;
  border-radius: var(--border-radius-full);
  justify-content: center;
}
 
.spec-icon {
  color: var(--color-primary);
  width: 48px;
  height: 48px;
  display: flex;
  background: color-mix(in srgb, var(--color-primary) 10%, transparent);
  align-items: center;
  flex-shrink: 0;
  border-radius: var(--border-radius-md);
  justify-content: center;
}
 

 
.machine-section::after {
  left: 50%;
  width: 90%;
  bottom: 0;
  height: 1px;
  content: "";
  position: absolute;
  max-width: 1200px;
  transform: translateX(-50%);
  background: var(--color-border);
}
 
.machine-section:last-child::after {
  display: none;
}
 
.machine-section-reverse  .machine-content {
  direction: rtl;
}
 
.machine-section-reverse  .machine-content > * {
  direction: ltr;
}
 
.spec-item:hover {
  transform: translateX(8px);
  box-shadow: var(--shadow-level-2);
  border-color: color-mix(
      in srgb,
      var(--color-primary) 30%,
      var(--color-border)
    );
}
 
.spec-icon  svg {
  width: 24px;
  height: 24px;
}
 
.spec-details  h3 {
  color: var(--color-on-surface);
  font-size: var(--font-size-base);
  font-weight: var(--font-weight-semibold);
  margin-bottom: var(--spacing-xs);
  letter-spacing: var(--letter-spacing-normal);
}
 
.spec-details  p {
  color: var(--color-on-surface-secondary);
  font-size: var(--font-size-sm);
  line-height: var(--line-height-body);
}
 
.media-image-wrapper:hover .machine-image {
  transform: scale(1.15);
}
 
.video-play-btn  svg {
  width: 28px;
  height: 28px;
  margin-left: 4px;
}
 
.video-play-btn:hover {
  transform: translate(-50%, -50%) scale(1.1);
  background: var(--color-primary);
}
 
.video-play-btn:focus {
  outline: var(--focus-ring-width) solid var(--color-primary);
  outline-offset: 4px;
}
 
.video-play-btn.playing {
  opacity: 0;
  pointer-events: none;
}
 
.Headings {
  font-size: 2em;
  font-family: Red Hat Display;
  font-weight: 700;
}
 
.BodyFont {
  font-size: 1rem;
  font-family: Inter;
  font-weight: 400;
}
 
.Content {
  font-size: 16px;
  font-family: Inter;
  font-weight: 400;
  line-height: 1.15;
  text-transform: none;
  text-decoration: none;
}
 
@media(max-width: 991px) {
  .thq-grid-4 {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .navigation-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .navigation-menu {
    gap: var(--spacing-lg);
    top: 72px;
    left: 0;
    width: 100%;
    height: calc(100vh - 72px);
    opacity: 0;
    padding: var(--spacing-xl) var(--spacing-lg);
    position: fixed;
    transform: translateY(-20px);
    background: var(--color-surface);
    box-shadow: var(--shadow-level-3);
    overflow-y: auto;
    transition: opacity 0.3s var(--animation-curve-primary),
        visibility 0.3s var(--animation-curve-primary),
        transform 0.3s var(--animation-curve-primary);
    visibility: hidden;
    align-items: stretch;
    flex-direction: column;
  }
  .navigation-menu.navigation-menu-active {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
  }
  .navigation-list {
    gap: var(--spacing-xs);
    width: 100%;
    align-items: stretch;
    flex-direction: column;
  }
  .navigation-actions {
    gap: var(--spacing-md);
    width: 100%;
    border-top: 1px solid var(--color-border);
    padding-top: var(--spacing-lg);
    flex-direction: column;
  }
  .navigation-item {
    width: 100%;
  }
  .navigation-action-btn {
    width: 100%;
    padding: var(--spacing-md) var(--spacing-xl);
    justify-content: center;
  }
  .navigation-link {
    padding: var(--spacing-md) var(--spacing-lg);
    font-size: var(--font-size-lg);
    border-radius: var(--border-radius-lg);
  }
  .footer-back-to-top {
    right: var(--spacing-lg);
    width: 48px;
    bottom: var(--spacing-lg);
    height: 48px;
  }
  .footer-grid {
    gap: var(--spacing-xl);
    grid-template-columns: repeat(3, 1fr);
  }
  .footer-newsletter {
    gap: var(--spacing-xl);
    padding: var(--spacing-xl);
    grid-template-columns: 1fr;
  }
  .footer-column-brand {
    max-width: 600px;
    grid-column: 1 / -1;
    padding-right: 0;
  }
  .hero-container {
    gap: var(--spacing-3xl);
    grid-template-columns: 1fr;
  }
  .hero-media {
    order: 2;
  }
  .product-range-container {
    grid-template-columns: 1fr;
  }
  .services-grid {
    grid-template-columns: 1fr;
  }
  .services-platform {
    position: static;
  }
  .service-cards {
    grid-template-columns: repeat(2, 1fr);
  }
  .engineering-container {
    grid-template-columns: 1fr;
  }
  .features-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .featured-solution {
    grid-template-columns: 1fr;
  }
  .solution-cards {
    grid-template-columns: repeat(2, 1fr);
  }
  .contact-grid {
    grid-template-columns: 1fr;
  }
  .custom-section-showroom__grid {
    gap: var(--spacing-lg);
    grid-template-columns: repeat(2, 1fr);
  }
  .machine-content {
    gap: var(--spacing-2xl);
    grid-template-columns: 1fr;
  }
  .machine-info {
    padding: var(--spacing-lg);
  }
}
 
@media(max-width: 767px) {
  .thq-section-padding {
    padding: var(--dl-layout-space-threeunits);
  }
  .thq-flex-column {
    gap: var(--dl-layout-space-oneandhalfunits);
  }
  .thq-flex-row {
    gap: var(--dl-layout-space-oneandhalfunits);
  }
  .thq-grid-6 {
    grid-gap: var(--dl-layout-space-oneandhalfunits);
    grid-template-columns: 1fr 1fr 1fr;
  }
  .thq-grid-5 {
    grid-gap: var(--dl-layout-space-oneandhalfunits);
    grid-template-columns: 1fr 1fr 1fr;
  }
  .thq-card {
    padding: var(--dl-layout-space-oneandhalfunits);
  }
  .thq-grid-3 {
    grid-gap: var(--dl-layout-space-oneandhalfunits);
    grid-template-columns: 1fr 1fr;
  }
  .thq-grid-4 {
    grid-gap: var(--dl-layout-space-oneandhalfunits);
    flex-direction: row;
    grid-template-columns: 1fr 1fr;
  }
  .thq-grid-2 {
    grid-gap: var(--dl-layout-space-oneandhalfunits);
    grid-template-columns: 1fr;
  }
  .thq-img-scale {
    width: 100%;
  }
  .navigation-container {
    height: 64px;
    padding: 0 var(--spacing-md);
  }
  .navigation-logo {
    font-size: var(--font-size-base);
  }
  .navigation-menu {
    top: 64px;
    height: calc(100vh - 64px);
    padding: var(--spacing-lg) var(--spacing-md);
  }
  .navigation-logo-mark {
    width: 36px;
    height: 36px;
  }
  .navigation-logo-letter {
    font-size: 18px;
  }
  .footer-main {
    padding: clamp(2.5rem, 5vw, 4rem) 0 clamp(1.5rem, 3vw, 2.5rem);
  }
  .footer-back-to-top {
    width: 44px;
    height: 44px;
  }
  .footer-grid {
    gap: var(--spacing-lg);
    grid-template-columns: repeat(2, 1fr);
  }
  .footer-newsletter {
    padding: var(--spacing-lg);
  }
  .footer-bottom-content {
    gap: var(--spacing-md);
    text-align: center;
    flex-direction: column;
  }
  .footer-column-brand {
    grid-column: 1 / -1;
  }
  .footer-legal-links {
    justify-content: center;
  }
  .footer-newsletter-input-wrapper {
    flex-direction: column;
  }
  .footer-newsletter-btn {
    width: 100%;
  }
  .hero-section {
    padding: var(--spacing-lg);
  }
  .home-hero-title {
    font-size: var(--font-size-xl);
  }
  .home-section-title {
    font-size: var(--font-size-xl);
  }
  .product-cards-grid {
    gap: var(--spacing-md);
    grid-template-columns: repeat(2, 1fr);
  }
  .service-cards {
    grid-template-columns: 1fr;
  }
  .contact-header {
    align-items: flex-start;
    flex-direction: column;
  }
  .header-ctas {
    width: 100%;
  }
  .header-ctas  .btn {
    flex: 1;
  }
  .form-row {
    grid-template-columns: 1fr;
  }
  .custom-section-showroom {
    padding: clamp(3rem, 6vw, 5rem) 0;
  }
  .custom-section-showroom__header {
    margin-bottom: var(--spacing-2xl);
  }
  .custom-section-showroom__grid {
    gap: var(--spacing-lg);
    grid-template-columns: 1fr;
  }
  .custom-section-showroom__image-wrapper {
    aspect-ratio: 16 / 10;
  }
  .custom-section-showroom__content {
    padding: var(--spacing-md);
  }
  .custom-section-showroom__overlay {
    padding: var(--spacing-md);
  }
  .custom-section-showroom__product-title {
    font-size: var(--font-size-base);
  }
  .custom-section-showroom__product-description {
    font-size: var(--font-size-xs);
  }
  .custom-section-showroom__specs {
    gap: var(--spacing-sm);
  }
  .custom-section-showroom__spec-item {
    padding: var(--spacing-xs) var(--spacing-sm);
  }
  .custom-section-showroom__spec-icon {
    width: 20px;
    height: 20px;
  }
  .custom-section-showroom__spec-label {
    font-size: 10px;
  }
  .custom-section-showroom__spec-value {
    font-size: var(--font-size-sm);
  }
  .machine-section {
    padding: var(--spacing-2xl) var(--spacing-md);
  }
  .page-hero-title {
    font-size: clamp(2rem, 8vw, 3rem);
    margin-bottom: var(--spacing-md);
  }
  .page-hero-subtitle {
    font-size: var(--font-size-lg);
  }
  .machine-info {
    padding: var(--spacing-md);
  }
  .page-section-title {
    font-size: var(--font-size-xl);
    margin-bottom: var(--spacing-md);
  }
  .page-section-content {
    font-size: var(--font-size-base);
    margin-bottom: var(--spacing-xl);
  }
  .specs-grid {
    gap: var(--spacing-md);
  }
  .spec-item {
    padding: var(--spacing-md);
  }
  .video-play-btn {
    width: 60px;
    height: 60px;
  }
  .spec-icon {
    width: 40px;
    height: 40px;
  }
}
 
@media(max-width: 479px) {
  .thq-section-padding {
    padding: var(--dl-layout-space-oneandhalfunits);
  }
  .thq-flex-column {
    gap: var(--dl-layout-space-unit);
  }
  .thq-flex-row {
    gap: var(--dl-layout-space-unit);
  }
  .thq-grid-6 {
    grid-gap: var(--dl-layout-space-unit);
    grid-template-columns: 1fr 1fr;
  }
  .thq-grid-5 {
    grid-gap: var(--dl-layout-space-unit);
    grid-template-columns: 1fr 1fr;
  }
  .thq-grid-3 {
    grid-gap: var(--dl-layout-space-unit);
    align-items: center;
    grid-template-columns: 1fr;
  }
  .thq-grid-4 {
    grid-gap: var(--dl-layout-space-unit);
    align-items: center;
    flex-direction: column;
    grid-template-columns: 1fr;
  }
  .thq-grid-2 {
    grid-gap: var(--dl-layout-space-unit);
  }
  .thq-grid-auto-300 {
    grid-template-columns: 1fr;
  }
  .navigation-container {
    padding: 0 var(--spacing-sm);
  }
  .navigation-menu {
    padding: var(--spacing-md) var(--spacing-sm);
  }
  .navigation-logo-text {
    display: none;
  }
  .footer-container {
    padding: 0 var(--spacing-md);
  }
  .footer-grid {
    gap: var(--spacing-xl);
    grid-template-columns: 1fr;
  }
  .footer-newsletter {
    padding: var(--spacing-md);
  }
  .footer-legal-links {
    gap: var(--spacing-sm);
    align-items: center;
    flex-direction: column;
  }
  .footer-social-links {
    gap: var(--spacing-xs);
  }
  .footer-newsletter-title {
    font-size: var(--font-size-base);
  }
  .footer-social-link {
    width: 40px;
    height: 40px;
  }
  .footer-contact-icon {
    width: 40px;
    height: 40px;
  }
  .hero-section {
    padding: var(--spacing-md);
    min-height: auto;
  }
  .hero-cta-group {
    width: 100%;
  }
  .hero-quick-nav {
    flex-wrap: wrap;
  }
  .product-cards-grid {
    grid-template-columns: 1fr;
  }
  .features-grid {
    grid-template-columns: 1fr;
  }
  .solution-cards {
    grid-template-columns: 1fr;
  }
  .contact-section {
    padding-bottom: calc(
        var(--spacing-4xl) + var(--control-height) + var(--spacing-md)
      );
  }
  .mobile-sticky-bar {
    gap: var(--control-gap);
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    padding: var(--spacing-sm);
    z-index: 100;
    position: fixed;
    background: var(--color-surface-elevated);
    border-top: 1px solid var(--color-border);
    box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.1);
  }
  .mobile-sticky-bar  .btn {
    flex: 1;
    font-size: var(--font-size-sm);
  }
  .custom-section-showroom__container {
    padding: 0 var(--spacing-md);
  }
  .custom-section-showroom__grid {
    gap: var(--spacing-md);
  }
  .stat-number {
    font-size: clamp(2rem, 8vw, 3rem);
  }
  .page-hero-title {
    font-size: clamp(1.75rem, 10vw, 2.5rem);
  }
  .page-hero-subtitle {
    font-size: var(--font-size-base);
  }
  .media-image-wrapper {
    aspect-ratio: 4 / 3;
  }
  .media-video-wrapper {
    aspect-ratio: 4 / 3;
  }
  .spec-item {
    gap: var(--spacing-sm);
    grid-template-columns: 1fr;
  }
  .spec-icon {
    margin: 0 auto;
  }
  .spec-details {
    text-align: center;
  }
}
