:root {
  --muted: #505d68;
}

body {
  font-size: 16px;
  font-weight: 500;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

.site-header {
  border-bottom-color: rgba(255, 255, 255, 0.28);
}

nav {
  font-size: 15px;
}

nav a {
  opacity: 1;
}

.nav-cta {
  border-color: rgba(255, 255, 255, 0.66);
}

.hero {
  min-height: 940px;
  height: auto;
  max-height: none;
}

.product-brand {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 24px;
}

.product-brand img {
  width: 68px;
  height: auto;
}

.product-brand div {
  display: flex;
  align-items: baseline;
  gap: 4px;
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 24px;
  line-height: 1;
}

.product-brand span {
  color: #d8e1e8;
  font-weight: 600;
}

.product-brand strong {
  font-size: 30px;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.hero .eyebrow {
  margin-top: 0;
}

.hero h1 {
  margin-top: 28px;
  margin-bottom: 22px;
}

.hero-lead {
  color: #e0e7ec;
  font-weight: 500;
  margin-bottom: 20px;
}

.developer-note {
  max-width: 620px;
  margin: 0 0 30px;
  padding: 12px 16px;
  border-left: 3px solid var(--orange);
  background: rgba(255, 255, 255, 0.07);
  color: #f2f6f8;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.7;
}

.hero-tags {
  margin-top: 36px;
}

.intro > .section-kicker {
  margin-bottom: 14px;
}

.issue-context {
  margin: 0 0 22px;
  padding-left: 16px;
  border-left: 4px solid var(--orange);
  color: var(--ink);
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: 0.03em;
}

.eyebrow,
.section-kicker,
.button,
.text-link,
.hero-tags span,
.visual-card span,
.visual-label,
.scroll-hint,
.card-index,
.gap-card li,
.answer-stats p,
.workflow-track article > span,
.workflow-track p,
.product-shot figcaption,
.product-shot figcaption span,
.method-tab small,
.method-no,
.method-panel li,
.audience-grid article p,
.case-list a > span,
.case-list small,
.cta-actions > a:last-child,
.copyright {
  font-size: 15px !important;
}

.eyebrow,
.section-kicker {
  line-height: 1.35;
  letter-spacing: 0.16em;
}

.eyebrow {
  color: #d8e1e8;
}

.button,
.text-link,
.hero-tags span,
.visual-card span,
.visual-label,
.scroll-hint,
.workflow-track article > span,
.product-shot figcaption span,
.method-tab small,
.method-no,
.case-list a > span,
.case-list small {
  font-weight: 600;
}

.button {
  font-size: 16px !important;
}

.text-link {
  border-bottom-color: rgba(255, 255, 255, 0.5);
}

.hero-tags span {
  border-color: rgba(255, 255, 255, 0.28);
  color: #dce5eb;
}

.visual-card {
  width: 250px;
  background: rgba(11, 29, 49, 0.93);
  border-color: rgba(120, 147, 169, 0.6);
}

.visual-card span {
  color: #c9d4dc;
}

.visual-card strong {
  font-size: 16px;
}

.visual-label,
.scroll-hint {
  color: #bac8d2;
}

.calc-icon i::after {
  font-size: 15px;
}

.gap-card li,
.answer-stats p,
.workflow-track p,
.method-panel li,
.audience-grid article p {
  font-size: 16px !important;
}

.answer-copy > p:last-child,
.answer-stats p {
  color: #cad4dc;
}

.answer-stats strong,
.audience-grid article span {
  font-weight: 600;
}

.product-shot figcaption {
  color: #becad3;
}

.workflow .section-head {
  align-items: start;
}

.workflow-preview {
  width: 100%;
  max-width: 560px;
}

.workflow-preview > p {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.8;
}

.workflow-preview .product-shot {
  width: 100%;
  max-width: 560px;
  margin: 0;
  padding: 10px;
}

.workflow-preview .product-shot img {
  width: 100%;
  height: auto;
  max-height: none;
  object-fit: contain;
}

.workflow-preview .product-shot figcaption {
  padding: 12px 6px 3px;
  gap: 12px;
  line-height: 1.6;
}

.method-panel {
  overflow: hidden;
}

.method-panel img {
  width: 100%;
  height: auto;
  max-height: none;
  align-self: center;
  justify-self: center;
  object-fit: contain;
  background: transparent;
}

.case-list small {
  color: #55626d;
}

.site-footer .listing-row p,
.site-footer .footer-office p,
.site-footer .footer-office li,
.site-footer .footer-office a,
.site-footer .footer-policy a,
.site-footer .footer-site-link,
.site-footer .copyright {
  font-size: 15px;
}

a:focus-visible,
button:focus-visible {
  outline: 3px solid #ff8b70;
  outline-offset: 4px;
}

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

  .product-brand {
    gap: 14px;
    margin-bottom: 22px;
  }

  .product-brand img {
    width: 54px;
  }

  .product-brand div {
    font-size: 20px;
  }

  .product-brand strong {
    font-size: 26px;
  }

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

  .workflow-preview {
    margin-top: 28px;
  }

  .workflow-preview .product-shot {
    padding: 8px;
  }

  .workflow-preview .product-shot figcaption {
    display: block;
  }

  .workflow-preview .product-shot figcaption span {
    display: block;
    margin-bottom: 4px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
