/* Site-wide readability and type hierarchy */
:root {
  --type-display: clamp(42px, 5.2vw, 55px);
  --type-section: clamp(38px, 4.7vw, 55px);
  --type-subheading: 22px;
  --type-body: 18px;
  --type-ui: 15px;
  --type-small: 15px;
}

body {
  font-size: var(--type-body);
  line-height: 1.7;
  font-weight: 500;
}

.brand-mark,
.brand-copy strong,
.brand-copy small,
.nav-link,
.button,
.nav-cta,
.eyebrow,
.text-link,
.product-number,
.product-link,
.footer-col h3,
.footer-tagline,
.footer-bottom,
.insight-meta,
.insight-card > a,
.quality-list li,
.scroll-cue,
.hero-side,
.image-caption,
.dropdown-kicker {
  font-size: var(--type-ui);
  line-height: 1.35;
  font-weight: 700;
}

.brand-copy strong,
.brand-copy small,
.nav-link,
.button,
.nav-cta,
.eyebrow,
.text-link,
.product-number,
.product-link,
.footer-col h3,
.footer-tagline,
.insight-meta,
.insight-card > a,
.quality-list li,
.scroll-cue,
.hero-side,
.image-caption,
.dropdown-kicker {
  letter-spacing: .08em;
}

.brand-copy small,
.footer-tagline,
.footer-col h3,
.eyebrow,
.text-link,
.product-number,
.product-link,
.insight-meta,
.insight-card > a,
.quality-list li,
.scroll-cue,
.hero-side,
.image-caption,
.dropdown-kicker {
  font-size: 15px;
}

.brand-mark {
  font-size: 15px;
}

.brand-copy strong {
  font-size: 15px;
}

.nav-link {
  padding: 30px 11px !important;
  font-size: 15px;
  font-weight: 700;
}

.dropdown-item {
  font-size: 15px;
  line-height: 1.5;
  padding-top: 10px;
  padding-bottom: 10px;
}

.hero-title,
.display-title,
.final-title {
  font-size: var(--type-display);
  line-height: .94;
  letter-spacing: -.01em;
  font-weight: 600;
}

.display-title,
.final-title {
  font-size: var(--type-section);
}

.hero-text,
.lead-copy,
.body-copy,
.section-copy,
.section-aside,
.final-copy {
  font-size: var(--type-body);
  line-height: 1.7;
  font-weight: 500;
}

.hero-text {
  max-width: 540px;
}

.cap-number,
.principle > span,
.process-step span {
  font-size: 22px;
  line-height: 1.2;
  font-weight: 600;
}

.cap-name,
.principle h3,
.process-step h3,
.insight-card h3,
.download-item strong {
  font-weight: 600;
}

.cap-name {
  font-size: clamp(28px, 3vw, 42px);
}

.cap-desc,
.principle p {
  font-size: 18px;
  line-height: 1.6;
  font-weight: 500;
}

.principle h3,
.process-step h3 {
  font-size: 22px;
  line-height: 1.15;
}

.product-content h3 {
  font-size: clamp(30px, 3.2vw, 42px);
  line-height: .95;
  font-weight: 600;
}

.product-link,
.insight-card > a,
.download-item small {
  font-size: 15px;
}

.insight-card h3 {
  font-size: 30px;
  line-height: 1;
}

.quality-list li {
  font-size: 15px;
  line-height: 1.45;
}

.download-item strong {
  font-size: 22px;
  line-height: 1.2;
}

.footer-brand p,
.footer-col a {
  font-size: 18px;
  line-height: 1.6;
}

.footer-bottom {
  font-size: 15px;
  line-height: 1.5;
}

@media (max-width: 1199.98px) {
  .nav-link {
    padding: 14px 0 !important;
  }

  .nav-cta {
    font-size: 15px;
  }
}

@media (max-width: 767.98px) {
  .hero-title,
  .display-title,
  .final-title {
    font-size: clamp(38px, 13vw, 48px);
    line-height: .96;
  }

  .hero-text,
  .lead-copy,
  .body-copy,
  .section-copy,
  .section-aside,
  .final-copy,
  .cap-desc,
  .principle p,
  .footer-brand p,
  .footer-col a {
    font-size: 18px;
  }

  .cap-name {
    font-size: 30px;
  }

  .nav-link,
  .dropdown-item,
  .button,
  .eyebrow,
  .text-link,
  .product-link,
  .insight-meta,
  .quality-list li,
  .scroll-cue,
  .footer-bottom {
    font-size: 15px;
  }
}

/* Focused navigation treatment for the compact five-item menu */
.main-menu {
  gap: 12px;
}

.hero-media {
  transition: opacity 1.15s ease;
}

.hero-media-b {
  opacity: 0;
}

.hero-indicators {
  position: absolute;
  right: 0;
  bottom: 24px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.hero-dot {
  width: 28px;
  height: 2px;
  padding: 0;
  border: 0;
  background: rgba(255, 255, 255, .38);
  transition: width .35s ease, background .35s ease;
}

.hero-dot.active {
  width: 52px;
  background: var(--light-gold);
}

.hero-dot:focus-visible {
  outline: 1px solid var(--light-gold);
  outline-offset: 6px;
}

@media (max-width: 767.98px) {
  .hero-indicators {
    right: 15px;
    bottom: 24px;
  }

  .hero-dot {
    width: 20px;
  }

  .hero-dot.active {
    width: 36px;
  }
}

.main-menu .nav-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding-left: 14px !important;
  padding-right: 14px !important;
}

.our-pages-dropdown > .nav-link::after {
  display: inline-block !important;
  width: 7px;
  height: 7px;
  margin-left: 3px;
  border: solid currentColor;
  border-width: 0 1px 1px 0;
  transform: rotate(45deg) translateY(-2px);
  transition: transform .3s ease;
}

.our-pages-dropdown.show > .nav-link::after,
.our-pages-dropdown:hover > .nav-link::after {
  transform: rotate(225deg) translate(-2px, -2px);
}

.our-pages-dropdown .dropdown-menu {
  min-width: 265px;
  margin-top: 8px;
  padding: 19px 0;
  border-color: rgba(194, 154, 67, .5);
  transform-origin: top center;
}

.our-pages-dropdown .dropdown-kicker {
  padding: 0 23px 13px;
  font-size: 13px;
  letter-spacing: .12em;
}

.our-pages-dropdown .dropdown-item {
  position: relative;
  padding: 11px 23px 11px 28px;
  font-size: 16px;
  font-weight: 600;
  transition: color .25s ease, padding-left .25s ease, background .25s ease;
}

.our-pages-dropdown .dropdown-item::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 50%;
  width: 0;
  height: 1px;
  background: var(--gold);
  transition: width .25s ease;
}

.our-pages-dropdown .dropdown-item:hover,
.our-pages-dropdown .dropdown-item:focus {
  padding-left: 34px;
  background: rgba(194, 154, 67, .08);
}

.our-pages-dropdown .dropdown-item:hover::before,
.our-pages-dropdown .dropdown-item:focus::before {
  width: 8px;
}

@media (max-width: 1199.98px) {
  .main-menu {
    gap: 0;
  }

  .main-menu .nav-link {
    width: 100%;
    padding: 14px 0 !important;
  }

  .our-pages-dropdown .dropdown-menu {
    margin-top: 0;
    padding: 9px 0;
  }

  .our-pages-dropdown .dropdown-kicker {
    padding-left: 18px;
  }

  .our-pages-dropdown .dropdown-item {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
