body {
  font-size: 16px;
}

.site-header {
  min-height: 74px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.brand img {
  width: 132px;
}

.main-nav {
  gap: 4px;
}

.mega-trigger,
.mega-link {
  min-height: 38px;
  padding: 8px 10px;
  font-size: 13px;
}

.button {
  min-height: 40px;
  padding: 10px 16px;
}

.button.small {
  min-height: 34px;
  padding: 7px 12px;
}

.home-hero {
  min-height: 600px;
}

.home-hero__content {
  width: min(860px, 92vw);
  padding-bottom: 58px;
}

.home-hero h1 {
  font-size: clamp(34px, 4.8vw, 58px);
  line-height: 1.08;
  margin-bottom: 16px;
}

.hero-lead {
  max-width: 760px;
  font-size: 18px;
  line-height: 1.55;
}

.cta-row {
  gap: 10px;
  margin-top: 20px;
}

.hero-proof {
  gap: 8px;
  margin-top: 22px;
}

.hero-proof span {
  padding: 7px 10px;
  font-size: 12px;
}

.trust-strip div {
  padding-top: 20px;
  padding-bottom: 20px;
}

.trust-strip strong {
  font-size: 25px;
}

.trust-strip span {
  font-size: 14px;
}

.section {
  padding-top: 62px;
  padding-bottom: 62px;
}

.section h2 {
  font-size: 30px;
  line-height: 1.2;
}

.intro-grid,
.applications,
.factory-band,
.quote-section {
  gap: 34px;
}

.intro-grid p,
.applications p,
.factory-band p,
.quote-section p {
  font-size: 16px;
  line-height: 1.65;
}

.section-heading {
  margin-bottom: 22px;
}

.feature-card {
  padding: 22px;
}

.feature-card h3 {
  font-size: 21px;
}

.value-grid {
  gap: 14px;
}

.value-item {
  padding: 18px;
}

.application-list a {
  min-height: 52px;
  padding: 12px 14px;
}

.rfq-form {
  padding: 20px;
  gap: 10px;
}

input,
textarea {
  padding: 10px 11px;
}

.site-footer {
  padding-top: 36px;
  padding-bottom: 36px;
}

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

  .section {
    padding-top: 52px;
    padding-bottom: 52px;
  }
}

@media (max-width: 620px) {
  .brand img {
    width: 112px;
  }

  .home-hero {
    min-height: 610px;
  }

  .home-hero__content {
    padding-bottom: 96px;
  }

  .home-hero h1 {
    font-size: 34px;
  }

  .hero-lead {
    font-size: 16px;
  }

  .section {
    padding-top: 44px;
    padding-bottom: 44px;
  }

  .section h2 {
    font-size: 26px;
  }
}

.home-hero {
  background: #fff;
  border-bottom: 1px solid var(--line);
}

.home-hero > img {
  opacity: 1;
  object-position: center right;
}

.home-hero__overlay {
  background: linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.92) 34%, rgba(255,255,255,.48) 58%, rgba(255,255,255,.05) 100%);
}

.home-hero__content {
  color: var(--ink);
}

.home-hero .eyebrow {
  color: var(--green);
}

.home-hero h1 {
  color: var(--ink);
}

.home-hero .hero-lead {
  color: #1f4f7f;
  font-weight: 600;
  text-shadow: 0 1px 0 rgba(255,255,255,.62);
}

.home-hero .button.ghost {
  color: var(--blue);
  border-color: rgba(21,79,154,.28);
  background: rgba(255,255,255,.78);
}

.home-hero .button.ghost:hover {
  color: var(--blue);
  background: #fff;
  border-color: rgba(21,79,154,.42);
}

.home-hero .hero-proof span {
  color: var(--ink);
  border-color: rgba(21,79,154,.16);
  background: rgba(255,255,255,.76);
  box-shadow: 0 10px 26px rgba(19,32,51,.08);
}

.home-hero > img {
  width: 88%;
  height: 88%;
  left: auto;
  right: -2%;
  top: 6%;
  object-fit: contain;
  object-position: center right;
}

.home-hero__overlay {
  background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,.98) 38%, rgba(255,255,255,.72) 59%, rgba(255,255,255,.12) 100%);
}

@media (max-width: 620px) {
  .home-hero > img {
    width: 118%;
    height: 58%;
    top: 6%;
    right: -28%;
    object-fit: contain;
  }

  .home-hero__overlay {
    background: linear-gradient(180deg, rgba(255,255,255,.78) 0%, rgba(255,255,255,.96) 42%, rgba(255,255,255,1) 100%);
  }
}
