/* Technology page */

/* Hero */

.technology-hero {
  position: relative;
  min-height: 540px;
  height: min(62vw, 760px);
  overflow: hidden;
  background: #000;
}

.technology-hero-media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

/* Technology hero image framing */
.technology-hero-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
}

.technology-hero-media::after {
  content: none;
}

.technology-hero-inner {
  position: relative;
  z-index: 1;
  padding-top: clamp(5rem, 9vw, 9rem);
  padding-bottom: 3rem;
}

.technology-hero h1 {
  margin: 0;
  max-width: 1100px;
  font-family: var(--font-body);
  font-size: 96px;
  line-height: 96px;
  letter-spacing: -0.8px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--c-white);
}

.technology-hero-cta {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 24px;
  z-index: 3;
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
}

.technology-hero-cta .btn {
  min-width: min(420px, 72vw);
  background: rgba(10, 10, 10, 0.7);
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: 1.15rem 1.75rem;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: var(--c-white);
}

.technology-hero-cta .btn:hover {
  background: var(--c-maroon);
}

/* Product */

.technology-product {
  background: #f3f3f3;
  padding: 93.31px 0;
}

.technology-product-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(2rem, 4vw, 5.5rem);
}

.technology-product-media {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 771px;
  padding: 0 58.32px;
}

.technology-product-media img {
  width: 482px;
  height: 771px;
  aspect-ratio: 482 / 771;
  max-width: 100%;
  object-fit: contain;
  filter: drop-shadow(0 18px 28px rgba(0, 0, 0, 0.12));
}

.technology-product-copy {
  max-width: 580px;
}

.technology-product-copy h2 {
  margin: 0 0 1.3rem;
  font-family: var(--font-body);
  font-size: clamp(2.6rem, 4vw, 5rem);
  line-height: 0.96;
  letter-spacing: -0.8px;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--c-ink);
}

.technology-product-copy p {
  margin: 0;
  max-width: 30ch;
  font-size: 1.02rem;
  line-height: 1.6;
  color: rgba(1, 0, 0, 0.7);
}

.technology-spec-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 1.5rem;
  margin: 2.5rem 0 2rem;
  border-top: 1px solid rgba(1, 0, 0, 0.12);
}

.technology-spec-item {
  padding: 1.5rem 0 1rem;
  border-bottom: 1px solid rgba(1, 0, 0, 0.12);
}

.technology-spec-value {
  display: block;
  font-family: var(--font-body);
  font-size: clamp(1.5rem, 3vw, 3rem);
  line-height: 1;
  letter-spacing: -0.06em;
  font-weight: 700;
  color: var(--c-ink);
  margin-bottom: 0.3rem;
}

.technology-spec-unit {
  font-size: 0.4em;
  font-weight: 600;
  letter-spacing: 0;
  margin-left: 0.2em;
  color: rgba(1, 0, 0, 0.6);
}

.technology-spec-label {
  display: block;
  font-size: 0.9rem;
  line-height: 1.3;
  color: rgba(1, 0, 0, 0.72);
  letter-spacing: 0.02em;
  text-transform: none;
}

.technology-product-copy .btn {
  min-width: 100%;
  background: var(--c-red);
  border-radius: 12px;
  padding: 1.25rem 2rem;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.technology-product-copy .btn:hover {
  background: var(--c-brick);
}

/* Engineering */

.technology-engineering {
  background: #050505;
  color: var(--c-white);
  padding: 109px 0 117px;
}

.technology-engineering-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(1.5rem, 3vw, 4rem);
  max-width: 1700px;
  padding: 0 3rem;
  width: 100%;
}

.technology-engineering-column {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  flex-shrink: 0;
}

.technology-engineering-column-left {
  width: 400px;
  max-width: 100%;
}

.technology-engineering-column-right {
  width: 320px;
  max-width: 100%;
  margin-left: auto;
}

.technology-engineering h2 {
  margin: 0 0 2rem;
  max-width: 500px;
  font-family: var(--font-body);
  font-size: clamp(2.4rem, 4vw, 3.4rem);
  line-height: 1;
  letter-spacing: -0.03em;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--c-white);
}

.technology-component .icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(244, 208, 119, 0.08);
  color: var(--c-gold);
  margin-top: 0.15rem;
}

.technology-component .icon svg {
  width: 14px;
  height: 14 px;
}

.technology-component h3 {
  margin: 0 0 0.3rem;
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--c-white);
  text-transform: none;
}

.technology-component p {
  margin: 0;
  max-width: 26ch;
  font-size: 0.82rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.7);
}

.technology-engineering-visual {
  flex: 0 1 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 700px;
}

.technology-engineering-visual img {
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 18px 28px rgba(0, 0, 0, 0.45));
}

.technology-component {
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
  width: 100%;
}

.technology-component .tech-copy {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  padding-bottom: 0.9rem;
}

/* COMPLETE THE KIT */

.gear-section {
  width: 100%;
  background: #a7a7a7;
  color: var(--c-white);
  padding: 5.5rem 0 5rem;
}

.gear-section-inner {
  width: min(1280px, calc(100% - 5rem));
  margin: 0 auto;
}

.gear-section-heading {
  margin-bottom: 2.8rem;
}

.gear-eyebrow {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin: 0 0 1rem;
  color: var(--c-red);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.gear-eyebrow span {
  width: 20px;
  height: 2px;
  background: var(--c-red);
}

.gear-section-heading h2 {
  margin: 0;
  color: var(--c-white);
  font-family: var(--font-body);
  font-size: clamp(3rem, 4.5vw, 4.2rem);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.035em;
  text-transform: uppercase;
}

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

.gear-reference-card {
  min-width: 0;
  background: #2b2b2b;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  overflow: hidden;
  padding: 2.5rem 2.5rem 1.8rem;
  display: flex;
  flex-direction: column;
  min-height: 470px;
  box-sizing: border-box;
}

.gear-reference-image {
  width: 100%;
  height: 290px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: transparent;
}

.gear-reference-image img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 260px;
  object-fit: contain;
}

.gear-reference-card:first-child .gear-reference-image img {
  max-width: 52%;
  max-height: 220px;
}

.gear-reference-card:nth-child(2) .gear-reference-image img {
  max-width: 48%;
  max-height: 190px;
}

.gear-reference-content {
  background: #252525;
  padding: 1.15rem 1rem 1rem;
  min-height: 105px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  box-sizing: border-box;
}

.gear-reference-content h3 {
  margin: 0 0 0.25rem;
  color: var(--c-white);
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
}

.gear-reference-content p {
  margin: 0;
  max-width: 38ch;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.78rem;
  line-height: 1.4;
}

.gear-reference-link {
  display: inline-flex;
  margin-top: 0.85rem;
  color: #ff321c;
  font-size: 0.78rem;
  font-weight: 700;
  text-decoration: none;
}

.gear-reference-link:hover {
  color: #ff321c;
  transform: translateX(3px);
}

/* RESPONSIVE */

@media (max-width: 900px) {
  .technology-hero-inner {
    padding-top: 5rem;
  }

  .technology-hero h1 {
    font-size: clamp(3.5rem, 10vw, 5rem);
    line-height: 0.92;
  }

  .technology-product-inner {
    grid-template-columns: 1fr;
  }

  .technology-product-media {
    min-height: 420px;
  }

  .technology-product-copy {
    max-width: none;
  }

  .technology-engineering-inner {
    flex-direction: column;
    align-items: center;
  }

  .technology-engineering-column-left,
  .technology-engineering-column-right {
    width: 100%;
    max-width: none;
    margin-left: 0;
  }

  .technology-engineering h2 {
    max-width: none;
    margin-bottom: 1.5rem;
  }

  .technology-engineering-visual {
    max-width: min(80vw, 400px);
  }

  .gear-grid-reference {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .technology-hero {
    min-height: 460px;
  }

  .technology-hero-inner {
    padding-top: 5rem;
  }

  .technology-hero h1 {
    font-size: clamp(2.8rem, 14vw, 4.8rem);
  }

  .technology-hero-cta .btn {
    min-width: calc(100% - 2rem);
    padding: 1rem 1.25rem;
    font-size: 0.95rem;
  }

  .technology-product {
    padding: 3.2rem 0;
  }

  .technology-product-media {
    min-height: 280px;
  }

  .technology-spec-grid {
    grid-template-columns: 1fr 1fr;
    gap: 0 0.75rem;
  }

  .technology-engineering {
    padding: 3.5rem 0;
  }

  .technology-engineering h2 {
    font-size: clamp(2.4rem, 12vw, 4rem);
  }

  .technology-component {
    gap: 0.7rem;
  }

  .technology-component p {
    max-width: none;
    font-size: 0.9rem;
  }

  .gear-section {
    padding: 3.5rem 0;
  }

  .gear-section-inner {
    width: calc(100% - 1.5rem);
  }

  .gear-section-heading h2 {
    font-size: 2.5rem;
  }

  .gear-reference-card {
    padding: 1.5rem;
    min-height: 410px;
  }

  .gear-reference-image {
    height: 250px;
  }
}
