/* Static-only final polish. Loaded after Tailwind so spacing and type stay locked. */
:root {
  --page-section-y: 48px;
  --page-section-y-mobile: 40px;
  --page-content-gap: 32px;
  --type-label: 12px;
  --type-body: 16px;
  --type-title: 28px;
  --type-display: clamp(40px, 4.8vw, 55px);
}

/* Final compact problem block: keep problem tiles visible earlier. */
#problems .problem-loss-embed {
  min-height: 460px !important;
}

#problems .problem-loss-embed iframe {
  height: 460px !important;
}

#problems .section-tiles {
  margin-top: 48px !important;
}

/* Final problem tile editorial styling: must stay below section rhythm locks. */
#problems .problem-tiles {
  margin-top: 32px !important;
  display: grid !important;
  gap: 18px !important;
  overflow: visible !important;
  border: 0 !important;
  background: transparent !important;
}

#problems .problem-tiles article {
  position: relative !important;
  min-height: 300px !important;
  display: flex !important;
  flex-direction: column !important;
  padding: 30px 32px 28px !important;
  border: 1px solid color-mix(in oklch, var(--bone, #d8d0c2) 84%, white) !important;
  border-radius: 14px !important;
  background:
    linear-gradient(180deg, rgba(255, 253, 247, 0.9), rgba(245, 241, 232, 0.98)),
    var(--paper, #f5f1e8) !important;
  box-shadow: 0 18px 42px rgba(41, 35, 25, 0.08) !important;
}

#problems .problem-card-meta {
  display: flex !important;
  align-items: flex-start !important;
  justify-content: space-between !important;
  gap: 20px !important;
}

#problems .problem-card-num {
  font-family: "Instrument Serif", Georgia, serif !important;
  font-size: 42px !important;
  line-height: 0.9 !important;
  font-style: italic !important;
  letter-spacing: -0.04em !important;
  color: var(--rust, #c2511f) !important;
}

#problems .problem-card-label {
  margin-top: 3px !important;
  font-family: "IBM Plex Mono", ui-monospace, Menlo, monospace !important;
  font-size: 10px !important;
  line-height: 1 !important;
  font-weight: 600 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  color: var(--slate, #6f6a60) !important;
}

#problems .problem-tiles article h3 {
  max-width: 420px !important;
  margin-top: 42px !important;
  font-family: "Instrument Serif", Georgia, serif !important;
  font-size: clamp(34px, 3.1vw, 48px) !important;
  line-height: 0.95 !important;
  letter-spacing: -0.035em !important;
  font-weight: 400 !important;
  color: var(--ink, #1a1a1a) !important;
}

#problems .problem-tiles article p {
  max-width: 440px !important;
  margin-top: 18px !important;
  margin-bottom: 52px !important;
  font-size: 16px !important;
  line-height: 1.58 !important;
  color: var(--graphite, #514b42) !important;
}

#problems .problem-card-mark {
  position: absolute !important;
  right: 26px !important;
  bottom: 24px !important;
  width: 38px !important;
  height: 38px !important;
  display: grid !important;
  place-items: center !important;
  border: 1px solid color-mix(in oklch, var(--rust, #c2511f) 44%, var(--bone, #d8d0c2)) !important;
  border-radius: 999px !important;
  color: var(--rust, #c2511f) !important;
  font-size: 18px !important;
  line-height: 1 !important;
}

@media (max-width: 760px) {
  #problems .problem-tiles {
    margin-top: 28px !important;
    gap: 14px !important;
  }

  #problems .problem-tiles article {
    min-height: 260px !important;
    padding: 26px 24px 26px !important;
  }
}
/* Hard lock for the final Problems pass. */
#problems#problems .problem-copy h1,
#problems#problems .problem-copy h1.display {
  max-width: 400px !important;
  margin-top: 14px !important;
  font-size: clamp(60px, 5.35vw, 68px) !important;
  line-height: 0.96 !important;
  letter-spacing: -0.035em !important;
}

#problems#problems .problem-copy h1 em,
#problems#problems .problem-copy h1.display em {
  color: #a83a1a !important;
  font-style: normal !important;
}

#problems#problems .problem-board.section-composition {
  min-height: 0 !important;
}

#problems#problems > .mx-auto > .problem-board.section-composition > .problem-loss-embed.section-illustration {
  grid-column: 2 !important;
  justify-self: start !important;
  width: min(100%, 620px) !important;
  max-width: 620px !important;
  height: 400px !important;
  min-height: 0 !important;
  margin: 0 auto 0 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;
}

#problems#problems > .mx-auto > .problem-board.section-composition > .problem-loss-embed.section-illustration iframe {
  height: 100% !important;
}

/* EOF lock: problem cards must match the rounded icon reference. */
#problems .problem-tiles {
  margin-top: 32px !important;
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 22px !important;
  overflow: visible !important;
  border: 0 !important;
  background: transparent !important;
}

#problems .problem-tiles article {
  position: relative !important;
  min-height: 336px !important;
  display: flex !important;
  flex-direction: column !important;
  padding: 34px 36px 32px !important;
  overflow: hidden !important;
  border: 1px solid rgba(216, 208, 194, 0.72) !important;
  border-radius: 30px !important;
  background:
    radial-gradient(circle at 24% 4%, rgba(255, 255, 255, 0.96) 0 18%, rgba(255, 255, 255, 0) 44%),
    linear-gradient(145deg, #fffdf7 0%, #f6efe2 58%, #efe6d5 100%) !important;
  box-shadow:
    0 24px 56px rgba(52, 42, 28, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.82) !important;
}

#problems .problem-tiles article::before {
  content: "" !important;
  position: absolute !important;
  inset: 1px !important;
  border-radius: 29px !important;
  pointer-events: none !important;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.36), rgba(255, 255, 255, 0)) !important;
}

#problems .problem-card-meta {
  position: relative !important;
  z-index: 1 !important;
  display: flex !important;
  align-items: flex-start !important;
  justify-content: space-between !important;
  gap: 20px !important;
}

#problems .problem-card-num {
  font-family: "Instrument Serif", Georgia, serif !important;
  font-size: 48px !important;
  line-height: 0.86 !important;
  font-style: italic !important;
  letter-spacing: -0.05em !important;
  color: var(--rust, #c2511f) !important;
}

#problems .problem-card-label {
  margin-top: 2px !important;
  font-family: "IBM Plex Mono", ui-monospace, Menlo, monospace !important;
  font-size: 10px !important;
  line-height: 1 !important;
  font-weight: 600 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  color: rgba(81, 75, 66, 0.72) !important;
}

#problems .problem-card-icon {
  position: relative !important;
  z-index: 1 !important;
  width: 64px !important;
  height: 64px !important;
  display: grid !important;
  place-items: center !important;
  margin-top: 34px !important;
  color: #171411 !important;
}

#problems .problem-card-icon svg {
  width: 58px !important;
  height: 58px !important;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 2.25 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

#problems .problem-tiles article h3 {
  position: relative !important;
  z-index: 1 !important;
  max-width: 440px !important;
  margin-top: 28px !important;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif !important;
  font-size: clamp(31px, 2.5vw, 43px) !important;
  line-height: 1.02 !important;
  letter-spacing: -0.045em !important;
  font-weight: 760 !important;
  color: #171411 !important;
}

#problems .problem-tiles article p {
  position: relative !important;
  z-index: 1 !important;
  max-width: 440px !important;
  margin-top: 18px !important;
  margin-bottom: 64px !important;
  font-size: 16px !important;
  line-height: 1.6 !important;
  color: rgba(81, 75, 66, 0.86) !important;
}

#problems .problem-card-mark {
  position: absolute !important;
  z-index: 2 !important;
  right: 30px !important;
  bottom: 28px !important;
  width: 42px !important;
  height: 42px !important;
  display: grid !important;
  place-items: center !important;
  border: 1px solid rgba(23, 20, 17, 0.2) !important;
  border-radius: 999px !important;
  background: rgba(255, 253, 247, 0.72) !important;
  color: #171411 !important;
  font-family: Inter, system-ui, sans-serif !important;
  font-size: 18px !important;
  line-height: 1 !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72) !important;
}

@media (max-width: 760px) {
  #problems .problem-tiles {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }

  #problems .problem-tiles article {
    min-height: 300px !important;
    padding: 30px 26px 28px !important;
    border-radius: 26px !important;
  }

  #problems .problem-tiles article h3 {
    font-size: 32px !important;
  }
}

/* Final exact reference-style problem cards: rounded, icon-led, soft shadow. */
#problems .problem-tiles {
  margin-top: 32px !important;
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 22px !important;
  overflow: visible !important;
  border: 0 !important;
  background: transparent !important;
}

#problems .problem-tiles article {
  position: relative !important;
  min-height: 336px !important;
  display: flex !important;
  flex-direction: column !important;
  padding: 34px 36px 32px !important;
  overflow: hidden !important;
  border: 1px solid rgba(216, 208, 194, 0.72) !important;
  border-radius: 30px !important;
  background:
    radial-gradient(circle at 24% 4%, rgba(255, 255, 255, 0.96) 0 18%, rgba(255, 255, 255, 0) 44%),
    linear-gradient(145deg, #fffdf7 0%, #f6efe2 58%, #efe6d5 100%) !important;
  box-shadow:
    0 24px 56px rgba(52, 42, 28, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.82) !important;
}

#problems .problem-tiles article::before {
  content: "" !important;
  position: absolute !important;
  inset: 1px !important;
  border-radius: 29px !important;
  pointer-events: none !important;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.36), rgba(255, 255, 255, 0)) !important;
}

#problems .problem-card-meta {
  position: relative !important;
  z-index: 1 !important;
  display: flex !important;
  align-items: flex-start !important;
  justify-content: space-between !important;
  gap: 20px !important;
}

#problems .problem-card-num {
  font-family: "Instrument Serif", Georgia, serif !important;
  font-size: 48px !important;
  line-height: 0.86 !important;
  font-style: italic !important;
  letter-spacing: -0.05em !important;
  color: var(--rust, #c2511f) !important;
}

#problems .problem-card-label {
  margin-top: 2px !important;
  font-family: "IBM Plex Mono", ui-monospace, Menlo, monospace !important;
  font-size: 10px !important;
  line-height: 1 !important;
  font-weight: 600 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  color: rgba(81, 75, 66, 0.72) !important;
}

#problems .problem-card-icon {
  position: relative !important;
  z-index: 1 !important;
  width: 64px !important;
  height: 64px !important;
  display: grid !important;
  place-items: center !important;
  margin-top: 34px !important;
  color: #171411 !important;
}

#problems .problem-card-icon svg {
  width: 58px !important;
  height: 58px !important;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 2.25 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

#problems .problem-tiles article h3 {
  position: relative !important;
  z-index: 1 !important;
  max-width: 440px !important;
  margin-top: 28px !important;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif !important;
  font-size: clamp(31px, 2.5vw, 43px) !important;
  line-height: 1.02 !important;
  letter-spacing: -0.045em !important;
  font-weight: 760 !important;
  color: #171411 !important;
}

#problems .problem-tiles article p {
  position: relative !important;
  z-index: 1 !important;
  max-width: 440px !important;
  margin-top: 18px !important;
  margin-bottom: 64px !important;
  font-size: 16px !important;
  line-height: 1.6 !important;
  color: rgba(81, 75, 66, 0.86) !important;
}

#problems .problem-card-mark {
  position: absolute !important;
  z-index: 2 !important;
  right: 30px !important;
  bottom: 28px !important;
  width: 42px !important;
  height: 42px !important;
  display: grid !important;
  place-items: center !important;
  border: 1px solid rgba(23, 20, 17, 0.2) !important;
  border-radius: 999px !important;
  background: rgba(255, 253, 247, 0.72) !important;
  color: #171411 !important;
  font-family: Inter, system-ui, sans-serif !important;
  font-size: 18px !important;
  line-height: 1 !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72) !important;
}

@media (max-width: 760px) {
  #problems .problem-tiles {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }

  #problems .problem-tiles article {
    min-height: 300px !important;
    padding: 30px 26px 28px !important;
    border-radius: 26px !important;
  }

  #problems .problem-tiles article h3 {
    font-size: 32px !important;
  }
}

/* Final problem tile editorial styling. */
#problems .problem-tiles {
  margin-top: 32px !important;
  display: grid !important;
  gap: 18px !important;
  overflow: visible !important;
  border: 0 !important;
  background: transparent !important;
}

#problems .problem-tiles article {
  position: relative !important;
  min-height: 300px !important;
  display: flex !important;
  flex-direction: column !important;
  padding: 30px 32px 28px !important;
  border: 1px solid color-mix(in oklch, var(--bone, #d8d0c2) 84%, white) !important;
  border-radius: 14px !important;
  background:
    linear-gradient(180deg, rgba(255, 253, 247, 0.9), rgba(245, 241, 232, 0.98)),
    var(--paper, #f5f1e8) !important;
  box-shadow: 0 18px 42px rgba(41, 35, 25, 0.08) !important;
}

#problems .problem-card-meta {
  display: flex !important;
  align-items: flex-start !important;
  justify-content: space-between !important;
  gap: 20px !important;
}

#problems .problem-card-num {
  font-family: "Instrument Serif", Georgia, serif !important;
  font-size: 42px !important;
  line-height: 0.9 !important;
  font-style: italic !important;
  letter-spacing: -0.04em !important;
  color: var(--rust, #c2511f) !important;
}

#problems .problem-card-label {
  margin-top: 3px !important;
  font-family: "IBM Plex Mono", ui-monospace, Menlo, monospace !important;
  font-size: 10px !important;
  line-height: 1 !important;
  font-weight: 600 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  color: var(--slate, #6f6a60) !important;
}

#problems .problem-tiles article h3 {
  max-width: 420px !important;
  margin-top: 42px !important;
  font-family: "Instrument Serif", Georgia, serif !important;
  font-size: clamp(34px, 3.1vw, 48px) !important;
  line-height: 0.95 !important;
  letter-spacing: -0.035em !important;
  font-weight: 400 !important;
  color: var(--ink, #1a1a1a) !important;
}

#problems .problem-tiles article p {
  max-width: 440px !important;
  margin-top: 18px !important;
  margin-bottom: 52px !important;
  font-size: 16px !important;
  line-height: 1.58 !important;
  color: var(--graphite, #514b42) !important;
}

#problems .problem-card-mark {
  position: absolute !important;
  right: 26px !important;
  bottom: 24px !important;
  width: 38px !important;
  height: 38px !important;
  display: grid !important;
  place-items: center !important;
  border: 1px solid color-mix(in oklch, var(--rust, #c2511f) 44%, var(--bone, #d8d0c2)) !important;
  border-radius: 999px !important;
  color: var(--rust, #c2511f) !important;
  font-size: 18px !important;
  line-height: 1 !important;
}

@media (max-width: 760px) {
  #problems .problem-tiles {
    margin-top: 28px !important;
    gap: 14px !important;
  }

  #problems .problem-tiles article {
    min-height: 260px !important;
    padding: 26px 24px 26px !important;
  }
}

/* Reference match lock: final override for the provided screenshot. */
#hero {
  min-height: calc(100vh - 104px) !important;
  background: var(--vz-paper) !important;
}

#hero > .hero-shell {
  max-width: 1560px !important;
  padding-top: clamp(42px, 5.2vw, 74px) !important;
  padding-bottom: clamp(46px, 6vw, 86px) !important;
}

#hero .hero-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 1.02fr) minmax(520px, 0.98fr) !important;
  gap: clamp(54px, 5.8vw, 104px) !important;
  align-items: start !important;
}

#hero .hero-copy {
  min-width: 0 !important;
  padding-top: 0 !important;
}

#hero .hero-title {
  max-width: 790px !important;
  margin: 0 !important;
  font-size: clamp(86px, 8.7vw, 174px) !important;
  line-height: 0.86 !important;
  letter-spacing: -0.065em !important;
  color: var(--vz-ink) !important;
}

#hero .hero-title span,
#hero .hero-title em {
  display: inline !important;
}

#hero .hero-title span {
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif !important;
  font-style: normal !important;
  font-weight: 700 !important;
}

#hero .hero-title em {
  font-family: "Instrument Serif", Georgia, serif !important;
  font-style: italic !important;
  font-weight: 400 !important;
  letter-spacing: -0.035em !important;
}

#hero .hero-lede {
  max-width: 620px !important;
  margin-top: clamp(52px, 5vw, 82px) !important;
  color: var(--vz-graphite) !important;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif !important;
  font-size: clamp(24px, 1.9vw, 34px) !important;
  line-height: 1.45 !important;
  letter-spacing: -0.02em !important;
}

#hero .hero-cta {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 34px !important;
  min-width: 270px !important;
  margin-top: clamp(44px, 4.4vw, 70px) !important;
  border: 1px solid color-mix(in oklch, var(--vz-ink) 22%, transparent) !important;
  border-radius: 999px !important;
  background: color-mix(in oklch, var(--vz-card) 48%, transparent) !important;
  padding: 20px 26px 20px 30px !important;
  color: var(--vz-ink) !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  text-decoration: none !important;
}

#hero .hero-cta span {
  font-size: 26px !important;
  line-height: 1 !important;
}

#hero .hero-art {
  width: 100% !important;
  padding-top: 0 !important;
}

#hero .hero-poster {
  display: block !important;
  width: 100% !important;
  min-height: 0 !important;
  aspect-ratio: 900 / 760 !important;
  background: var(--vz-paper-alt) !important;
}

#hero .hero-footer-line {
  display: flex !important;
  align-items: end !important;
  justify-content: space-between !important;
  gap: 28px !important;
  margin-top: clamp(70px, 8vw, 128px) !important;
  color: color-mix(in oklch, var(--vz-ink) 42%, transparent) !important;
  font-family: "IBM Plex Mono", ui-monospace, Menlo, monospace !important;
  font-size: 18px !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
}

#hero .hero-discord,
#hero .hero-kicker,
#hero .hero-actions,
#hero .hero-metrics,
#hero .hero-artboard,
#hero .hero-art-label,
#hero .hero-art-caption,
#hero .hero-plate-line {
  display: none !important;
}

@media (max-width: 1100px) {
  #hero .hero-grid {
    grid-template-columns: 1fr !important;
  }

  #hero .hero-title {
    max-width: 900px !important;
    font-size: clamp(68px, 14vw, 132px) !important;
  }

  #hero .hero-art {
    max-width: 900px !important;
  }
}

@media (max-width: 767px) {
  #hero > .hero-shell {
    padding-top: 34px !important;
  }

  #hero .hero-title {
    font-size: clamp(56px, 17vw, 86px) !important;
    line-height: 0.88 !important;
  }

  #hero .hero-lede {
    margin-top: 32px !important;
    font-size: 21px !important;
  }

  #hero .hero-cta {
    width: 100% !important;
    margin-top: 32px !important;
  }

  #hero .hero-footer-line {
    display: none !important;
  }
}

/* Reference match lock: final override for the provided screenshot. */
#hero {
  min-height: calc(100vh - 104px) !important;
  background: var(--vz-paper) !important;
}

#hero > .hero-shell {
  max-width: 1560px !important;
  padding-top: clamp(42px, 5.2vw, 74px) !important;
  padding-bottom: clamp(46px, 6vw, 86px) !important;
}

#hero .hero-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 1.02fr) minmax(520px, 0.98fr) !important;
  gap: clamp(54px, 5.8vw, 104px) !important;
  align-items: start !important;
}

#hero .hero-copy {
  min-width: 0 !important;
  padding-top: 0 !important;
}

#hero .hero-title {
  max-width: 790px !important;
  margin: 0 !important;
  font-size: clamp(86px, 8.7vw, 174px) !important;
  line-height: 0.86 !important;
  letter-spacing: -0.065em !important;
  color: var(--vz-ink) !important;
}

#hero .hero-title span,
#hero .hero-title em {
  display: inline !important;
}

#hero .hero-title span {
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif !important;
  font-style: normal !important;
  font-weight: 700 !important;
}

#hero .hero-title em {
  font-family: "Instrument Serif", Georgia, serif !important;
  font-style: italic !important;
  font-weight: 400 !important;
  letter-spacing: -0.035em !important;
}

#hero .hero-lede {
  max-width: 620px !important;
  margin-top: clamp(52px, 5vw, 82px) !important;
  color: var(--vz-graphite) !important;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif !important;
  font-size: clamp(24px, 1.9vw, 34px) !important;
  line-height: 1.45 !important;
  letter-spacing: -0.02em !important;
}

#hero .hero-cta {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 34px !important;
  min-width: 270px !important;
  margin-top: clamp(44px, 4.4vw, 70px) !important;
  border: 1px solid color-mix(in oklch, var(--vz-ink) 22%, transparent) !important;
  border-radius: 999px !important;
  background: color-mix(in oklch, var(--vz-card) 48%, transparent) !important;
  padding: 20px 26px 20px 30px !important;
  color: var(--vz-ink) !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  text-decoration: none !important;
}

#hero .hero-cta span {
  font-size: 26px !important;
  line-height: 1 !important;
}

#hero .hero-art {
  width: 100% !important;
  padding-top: 0 !important;
}

#hero .hero-poster {
  display: block !important;
  width: 100% !important;
  min-height: 0 !important;
  aspect-ratio: 900 / 760 !important;
  background: var(--vz-paper-alt) !important;
}

#hero .hero-footer-line {
  display: flex !important;
  align-items: end !important;
  justify-content: space-between !important;
  gap: 28px !important;
  margin-top: clamp(70px, 8vw, 128px) !important;
  color: color-mix(in oklch, var(--vz-ink) 42%, transparent) !important;
  font-family: "IBM Plex Mono", ui-monospace, Menlo, monospace !important;
  font-size: 18px !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
}

#hero .hero-discord,
#hero .hero-kicker,
#hero .hero-actions,
#hero .hero-metrics,
#hero .hero-artboard,
#hero .hero-art-label,
#hero .hero-art-caption,
#hero .hero-plate-line {
  display: none !important;
}

@media (max-width: 1100px) {
  #hero .hero-grid {
    grid-template-columns: 1fr !important;
  }

  #hero .hero-title {
    max-width: 900px !important;
    font-size: clamp(68px, 14vw, 132px) !important;
  }

  #hero .hero-art {
    max-width: 900px !important;
  }
}

@media (max-width: 767px) {
  #hero > .hero-shell {
    padding-top: 34px !important;
  }

  #hero .hero-title {
    font-size: clamp(56px, 17vw, 86px) !important;
    line-height: 0.88 !important;
  }

  #hero .hero-lede {
    margin-top: 32px !important;
    font-size: 21px !important;
  }

  #hero .hero-cta {
    width: 100% !important;
    margin-top: 32px !important;
  }

  #hero .hero-footer-line {
    display: none !important;
  }
}

/* Reference match lock: final override for the provided screenshot. */
#hero {
  min-height: calc(100vh - 104px) !important;
  background: var(--vz-paper) !important;
}

#hero > .hero-shell {
  max-width: 1560px !important;
  padding-top: clamp(42px, 5.2vw, 74px) !important;
  padding-bottom: clamp(46px, 6vw, 86px) !important;
}

#hero .hero-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 1.02fr) minmax(520px, 0.98fr) !important;
  gap: clamp(54px, 5.8vw, 104px) !important;
  align-items: start !important;
}

#hero .hero-copy {
  min-width: 0 !important;
  padding-top: 0 !important;
}

#hero .hero-title {
  max-width: 790px !important;
  margin: 0 !important;
  font-size: clamp(86px, 8.7vw, 174px) !important;
  line-height: 0.86 !important;
  letter-spacing: -0.065em !important;
  color: var(--vz-ink) !important;
}

#hero .hero-title span,
#hero .hero-title em {
  display: inline !important;
}

#hero .hero-title span {
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif !important;
  font-style: normal !important;
  font-weight: 700 !important;
}

#hero .hero-title em {
  font-family: "Instrument Serif", Georgia, serif !important;
  font-style: italic !important;
  font-weight: 400 !important;
  letter-spacing: -0.035em !important;
}

#hero .hero-lede {
  max-width: 620px !important;
  margin-top: clamp(52px, 5vw, 82px) !important;
  color: var(--vz-graphite) !important;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif !important;
  font-size: clamp(24px, 1.9vw, 34px) !important;
  line-height: 1.45 !important;
  letter-spacing: -0.02em !important;
}

#hero .hero-cta {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 34px !important;
  min-width: 270px !important;
  margin-top: clamp(44px, 4.4vw, 70px) !important;
  border: 1px solid color-mix(in oklch, var(--vz-ink) 22%, transparent) !important;
  border-radius: 999px !important;
  background: color-mix(in oklch, var(--vz-card) 48%, transparent) !important;
  padding: 20px 26px 20px 30px !important;
  color: var(--vz-ink) !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  text-decoration: none !important;
}

#hero .hero-cta span {
  font-size: 26px !important;
  line-height: 1 !important;
}

#hero .hero-art {
  width: 100% !important;
  padding-top: 0 !important;
}

#hero .hero-poster {
  display: block !important;
  width: 100% !important;
  min-height: 0 !important;
  aspect-ratio: 900 / 760 !important;
  background: var(--vz-paper-alt) !important;
}

#hero .hero-footer-line {
  display: flex !important;
  align-items: end !important;
  justify-content: space-between !important;
  gap: 28px !important;
  margin-top: clamp(70px, 8vw, 128px) !important;
  color: color-mix(in oklch, var(--vz-ink) 42%, transparent) !important;
  font-family: "IBM Plex Mono", ui-monospace, Menlo, monospace !important;
  font-size: 18px !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
}

#hero .hero-discord,
#hero .hero-kicker,
#hero .hero-actions,
#hero .hero-metrics,
#hero .hero-artboard,
#hero .hero-art-label,
#hero .hero-art-caption,
#hero .hero-plate-line {
  display: none !important;
}

@media (max-width: 1100px) {
  #hero .hero-grid {
    grid-template-columns: 1fr !important;
  }

  #hero .hero-title {
    max-width: 900px !important;
    font-size: clamp(68px, 14vw, 132px) !important;
  }

  #hero .hero-art {
    max-width: 900px !important;
  }
}

@media (max-width: 767px) {
  #hero > .hero-shell {
    padding-top: 34px !important;
  }

  #hero .hero-title {
    font-size: clamp(56px, 17vw, 86px) !important;
    line-height: 0.88 !important;
  }

  #hero .hero-lede {
    margin-top: 32px !important;
    font-size: 21px !important;
  }

  #hero .hero-cta {
    width: 100% !important;
    margin-top: 32px !important;
  }

  #hero .hero-footer-line {
    display: none !important;
  }
}

/* Reference match lock: editorial split hero from the provided screenshot. */
#hero {
  min-height: calc(100vh - 104px);
  background: var(--vz-paper) !important;
}

#hero > .hero-shell {
  max-width: 1560px !important;
  padding-top: clamp(42px, 5.2vw, 74px) !important;
  padding-bottom: clamp(46px, 6vw, 86px) !important;
}

#hero .hero-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 1.02fr) minmax(520px, 0.98fr) !important;
  gap: clamp(54px, 5.8vw, 104px) !important;
  align-items: start !important;
}

#hero .hero-copy {
  min-width: 0;
  padding-top: 0 !important;
}

#hero .hero-title {
  max-width: 790px !important;
  margin: 0 !important;
  font-size: clamp(86px, 8.7vw, 174px) !important;
  line-height: 0.86 !important;
  letter-spacing: -0.065em !important;
  color: var(--vz-ink) !important;
}

#hero .hero-title span,
#hero .hero-title em {
  display: inline !important;
}

#hero .hero-title span {
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif !important;
  font-style: normal !important;
  font-weight: 700 !important;
}

#hero .hero-title em {
  font-family: "Instrument Serif", Georgia, serif !important;
  font-style: italic !important;
  font-weight: 400 !important;
  letter-spacing: -0.035em !important;
}

#hero .hero-lede {
  max-width: 620px !important;
  margin-top: clamp(52px, 5vw, 82px) !important;
  color: var(--vz-graphite) !important;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif !important;
  font-size: clamp(24px, 1.9vw, 34px) !important;
  line-height: 1.45 !important;
  letter-spacing: -0.02em !important;
}

#hero .hero-cta {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 34px !important;
  min-width: 270px !important;
  margin-top: clamp(44px, 4.4vw, 70px) !important;
  border: 1px solid color-mix(in oklch, var(--vz-ink) 22%, transparent) !important;
  border-radius: 999px !important;
  background: color-mix(in oklch, var(--vz-card) 48%, transparent) !important;
  padding: 20px 26px 20px 30px !important;
  color: var(--vz-ink) !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  text-decoration: none !important;
}

#hero .hero-cta span {
  font-size: 26px !important;
  line-height: 1 !important;
}

#hero .hero-art {
  width: 100% !important;
  padding-top: 0 !important;
}

#hero .hero-poster {
  display: block !important;
  width: 100% !important;
  min-height: 0 !important;
  aspect-ratio: 900 / 760 !important;
  background: var(--vz-paper-alt) !important;
}

#hero .hero-footer-line {
  display: flex !important;
  align-items: end !important;
  justify-content: space-between !important;
  gap: 28px !important;
  margin-top: clamp(70px, 8vw, 128px) !important;
  color: color-mix(in oklch, var(--vz-ink) 42%, transparent) !important;
  font-family: "IBM Plex Mono", ui-monospace, Menlo, monospace !important;
  font-size: 18px !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
}

#hero .hero-discord,
#hero .hero-kicker,
#hero .hero-actions,
#hero .hero-metrics,
#hero .hero-artboard,
#hero .hero-art-label,
#hero .hero-art-caption,
#hero .hero-plate-line {
  display: none !important;
}

@media (max-width: 1100px) {
  #hero .hero-grid {
    grid-template-columns: 1fr !important;
  }

  #hero .hero-title {
    max-width: 900px !important;
    font-size: clamp(68px, 14vw, 132px) !important;
  }

  #hero .hero-art {
    max-width: 900px !important;
  }
}

@media (max-width: 767px) {
  #hero > .hero-shell {
    padding-top: 34px !important;
  }

  #hero .hero-title {
    font-size: clamp(56px, 17vw, 86px) !important;
    line-height: 0.88 !important;
  }

  #hero .hero-lede {
    margin-top: 32px !important;
    font-size: 21px !important;
  }

  #hero .hero-cta {
    width: 100% !important;
    margin-top: 32px !important;
  }

  #hero .hero-footer-line {
    display: none !important;
  }
}

/* Reference-led hero rebuild: editorial poster, big type left, one plate right. */
#hero {
  min-height: calc(100vh - 104px);
  overflow: hidden;
}

#hero .hero-shell {
  position: relative;
  padding-top: clamp(34px, 4.8vw, 72px) !important;
  padding-bottom: clamp(36px, 5vw, 72px);
}

#hero .hero-grid {
  align-items: center;
  gap: clamp(36px, 5vw, 72px) !important;
}

#hero .hero-copy {
  position: relative;
  z-index: 2;
  padding-top: clamp(24px, 4vw, 80px);
}

#hero .hero-discord {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  border: 1px solid color-mix(in oklch, var(--vz-rust) 28%, var(--vz-bone));
  border-radius: 999px;
  padding: 12px 20px;
  color: var(--vz-rust);
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  background: color-mix(in oklch, var(--vz-paper) 82%, white);
}

#hero .hero-discord span {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--vz-rust);
}

#hero .hero-kicker {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: clamp(36px, 5vw, 72px);
  font-family: 'IBM Plex Mono', monospace;
  font-size: clamp(12px, 1vw, 16px);
  font-weight: 500;
  letter-spacing: 0.3em;
  color: var(--vz-rust);
}

#hero .hero-kicker span {
  width: 44px;
  height: 1px;
  background: var(--vz-rust);
}

#hero .hero-title {
  margin-top: clamp(34px, 4vw, 58px);
  max-width: 780px;
  font-size: clamp(74px, 8.7vw, 156px) !important;
  line-height: 0.82 !important;
  letter-spacing: -0.075em !important;
  color: var(--vz-ink);
}

#hero .hero-title span,
#hero .hero-title em {
  display: block;
}

#hero .hero-title span {
  font-family: Inter, system-ui, sans-serif;
  font-weight: 800;
  font-style: normal;
}

#hero .hero-title em {
  font-family: 'Instrument Serif', Georgia, serif;
  font-weight: 400;
  font-style: italic;
  letter-spacing: -0.045em;
}

#hero .hero-title em:nth-of-type(1) {
  margin-left: 0.04em;
}

#hero .hero-title em:nth-of-type(2) {
  margin-left: 0.03em;
}

#hero .hero-lede {
  margin-top: clamp(34px, 4vw, 58px) !important;
  max-width: 620px !important;
  font-size: clamp(20px, 1.55vw, 28px) !important;
  line-height: 1.45 !important;
  color: var(--vz-graphite) !important;
}

#hero .hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
  margin-top: clamp(34px, 4vw, 56px);
}

#hero .hero-actions .btn {
  min-height: 58px;
  border-radius: 999px;
  padding: 17px 28px;
  font-size: 17px;
}

#hero .hero-actions .btn-primary {
  background: var(--vz-rust);
  border-color: var(--vz-rust);
  box-shadow: 0 22px 38px -28px var(--vz-rust);
}

#hero .hero-actions .btn-secondary {
  background: transparent;
  border-color: color-mix(in oklch, var(--vz-ink) 20%, var(--vz-bone));
}

#hero .hero-metrics {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(22px, 3vw, 42px);
  margin-top: clamp(48px, 6vw, 86px);
}

#hero .hero-metrics div {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 12px;
}

#hero .hero-metrics strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 54px;
  height: 54px;
  border: 1.5px solid var(--vz-ink);
  border-radius: 999px;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
}

#hero .hero-metrics div:nth-child(2) strong {
  border-style: dashed;
}

#hero .hero-metrics div:nth-child(3) strong {
  color: var(--vz-rust);
  border-color: var(--vz-rust);
  border-style: dashed;
}

#hero .hero-metrics span {
  max-width: 120px;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

#hero .hero-art {
  position: relative;
  padding-top: clamp(42px, 5vw, 84px);
}

#hero .hero-artboard {
  position: relative;
  overflow: hidden;
  width: min(100%, 760px);
  margin-left: auto;
  background: var(--vz-paper-alt);
  box-shadow: 0 1px 0 color-mix(in oklch, var(--vz-ink) 8%, transparent);
}

#hero .hero-artboard svg {
  display: block;
  width: 100%;
  height: auto;
  min-height: 0 !important;
}

#hero .hero-art-label {
  position: absolute;
  left: 0;
  top: 0;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 14px;
  letter-spacing: 0.2em;
  color: var(--vz-slate);
}

#hero .hero-art-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 22px;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 0 34px;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 13px;
  letter-spacing: 0.2em;
  color: color-mix(in oklch, var(--vz-slate) 78%, transparent);
}

#hero .hero-plate-line {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  font-family: 'IBM Plex Mono', monospace;
  font-size: clamp(12px, 1vw, 15px);
  letter-spacing: 0.22em;
  color: color-mix(in oklch, var(--vz-slate) 76%, transparent);
}

#hero .hero-plate-line--top {
  margin-bottom: clamp(24px, 3vw, 48px);
  padding-left: 43%;
}

#hero .hero-plate-line--bottom {
  margin-top: clamp(28px, 3vw, 48px);
  padding-left: 43%;
}

#hero .hero-plate-line span {
  white-space: nowrap;
}

@media (max-width: 1023px) {
  #hero .hero-shell {
    padding-top: 40px !important;
  }

  #hero .hero-plate-line {
    padding-left: 0;
  }

  #hero .hero-art {
    padding-top: 18px;
  }

  #hero .hero-artboard {
    margin-left: 0;
  }
}

@media (max-width: 640px) {
  #hero .hero-title {
    font-size: clamp(58px, 17vw, 82px) !important;
  }

  #hero .hero-actions .btn {
    width: 100%;
    justify-content: center;
  }

  #hero .hero-metrics {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
  }

  #hero .hero-art-caption,
  #hero .hero-plate-line {
    font-size: 10px;
    letter-spacing: 0.12em;
  }
}

#hero > .mx-auto {
  padding-top: 48px !important;
}

#hero .mt-8 {
  margin-top: 20px !important;
}

#hero .mt-10 {
  margin-top: 28px !important;
}

#hero .mt-14 {
  margin-top: 32px !important;
}

#hero .mt-20,
#hero .md\:mt-28 {
  margin-top: 32px !important;
}

section:not(#hero) > .mx-auto,
#problems > .mx-auto,
#solutions > .mx-auto,
#shadow-mode > .mx-auto,
#roi > .mx-auto,
#cases > .mx-auto,
#contact > .mx-auto {
  padding-top: var(--page-section-y) !important;
  padding-bottom: var(--page-section-y) !important;
}

section:not(#hero):not(#contact) > .mx-auto > .grid:first-child > div:nth-child(2) {
  padding-top: 55px !important;
}

section .grid + .mt-16,
section .grid + .mt-12,
section ol.mt-16,
#roi [x-data].mt-16,
#cases .mt-16,
#problems .mt-16,
#solutions .mt-16,
#shadow-mode ol.mt-16 {
  margin-top: var(--page-content-gap) !important;
}

#problems article,
#solutions article,
#shadow-mode li,
#cases article {
  min-height: 208px !important;
}

#shadow-mode aside {
  margin-top: 32px !important;
}

#contact > .mx-auto {
  padding-bottom: 40px !important;
}

#contact + section > .mx-auto,
section:not([id]) > .mx-auto {
  padding-top: 40px !important;
  padding-bottom: 48px !important;
}

footer .mt-14 {
  margin-top: 28px !important;
}

.section-tag,
.numeral,
.pill,
.font-mono,
header [class*="font-mono"],
footer [class*="font-mono"],
#hero .ml-2,
#hero aside [class*="font-mono"],
#solutions .mt-12 > span,
#roi dt,
#contact dt,
svg text {
  font-family: Inter, system-ui, sans-serif !important;
  font-size: var(--type-label) !important;
  line-height: 16px !important;
  letter-spacing: 0.08em !important;
  font-weight: 600 !important;
}

p,
a,
button,
label,
li,
dt,
dd,
input,
textarea,
section p,
#hero h1 + p,
section .lg\:col-start-7 > p,
#contact form input,
#contact form textarea,
#contact form label {
  font-size: var(--type-body) !important;
  line-height: 26px !important;
}

body [class*="text-[14px]"],
body [class*="text-[15px]"],
body [class*="text-[17px]"],
body [class*="text-[19px]"],
body [class*="text-[22px]"],
body [class*="text-[24px]"],
body section p,
body article p,
body footer a,
body header nav a,
body a.hover\:text-rust,
#problems article p,
#solutions article p,
#shadow-mode li p,
#cases article p,
#contact form p {
  font-size: var(--type-body) !important;
  line-height: 26px !important;
}

section h3.display,
#hero .mt-14.grid > div > div:first-child,
#hero .font-serif.text-\[34px\],
section .font-serif.text-\[34px\],
#shadow-mode li .font-serif.text-\[44px\],
#roi dd,
#roi .text-\[56px\],
#roi .md\:text-\[72px\],
#contact dd a,
#shadow-mode aside p {
  font-size: var(--type-title) !important;
  line-height: 32px !important;
}

body [class*="text-[26px]"],
body [class*="text-[28px]"],
body [class*="text-[30px]"],
body [class*="text-[32px]"],
body [class*="text-[34px]"],
body [class*="text-[36px]"],
body [class*="text-[44px]"],
body [class*="text-[56px]"],
body [class*="text-[72px]"],
header .font-serif,
footer .font-serif {
  font-size: var(--type-title) !important;
  line-height: 32px !important;
}

#hero h1.display,
section h2.display,
section > .mx-auto > .grid:first-child h1.display,
.section-copy h1.display {
  font-size: var(--type-display) !important;
  line-height: 1.06 !important;
}

.section-composition,
.solution-composition {
  min-height: 560px;
  align-items: start;
}

.section-copy,
.solution-copy {
  padding-top: 20px;
}

#problems .section-copy h1.display,
#shadow-mode .section-copy h1.display,
#roi .section-copy h1.display,
#cases .section-copy h1.display,
#solutions .solution-copy h1.display {
  max-width: 520px;
  font-size: clamp(58px, 7.4vw, 104px) !important;
  line-height: 0.9 !important;
  letter-spacing: -0.045em;
}

#problems .section-copy p,
#shadow-mode .section-copy p,
#roi .section-copy p,
#cases .section-copy p,
#solutions .solution-copy p {
  max-width: 520px;
}

.section-illustration,
.solution-illustration {
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background:
    radial-gradient(circle at 72% 68%, color-mix(in oklch, var(--vz-rust) 16%, transparent) 0 16%, transparent 17%),
    linear-gradient(90deg, color-mix(in oklch, var(--vz-paper-alt) 72%, white), var(--vz-card));
}

.section-composition > .section-illustration,
.solution-composition > .solution-illustration {
  padding-top: 0 !important;
}

.section-illustration svg,
.solution-illustration svg {
  display: block;
  width: 100%;
  min-height: 520px;
  color: var(--vz-ink);
}

.section-tiles,
.solution-tiles {
  align-items: stretch;
  margin-top: clamp(72px, 8vw, 120px) !important;
}

.solution-tile {
  min-height: 220px !important;
  border: 1px solid var(--vz-bone);
  border-radius: 2px;
  background: var(--vz-card);
  padding: 28px !important;
}

#solutions .solution-tile h3 {
  max-width: 13ch;
  margin-top: 0 !important;
  font-family: "Instrument Serif", Georgia, serif !important;
  font-size: clamp(28px, 2.4vw, 36px) !important;
  line-height: 0.98 !important;
  letter-spacing: -0.018em;
}

#solutions .solution-tile p {
  margin-top: 18px !important;
  color: var(--vz-graphite);
}

.sv-grid {
  fill: none;
  stroke: var(--vz-bone);
  stroke-width: 1;
}

.sv-line,
.sv-alert-stroke {
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.sv-accent-stroke {
  fill: none;
  stroke: var(--vz-rust);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.sv-rust-field {
  fill: color-mix(in oklch, var(--vz-rust) 72%, var(--vz-card));
  opacity: 0.55;
}

.sv-soft-field {
  fill: color-mix(in oklch, var(--vz-rust) 18%, transparent);
}

.sv-part,
.sv-panel {
  fill: var(--vz-paper-alt);
  stroke: currentColor;
  stroke-width: 1.5;
}

.sv-alert {
  fill: var(--vz-rust);
  stroke: currentColor;
  stroke-width: 1.5;
}

.sv-mark {
  fill: none;
  stroke: var(--vz-slate);
  stroke-width: 1;
  stroke-linecap: round;
}

@media (max-width: 1023px) {
  section:not(#hero):not(#contact) > .mx-auto > .grid:first-child > div:nth-child(2) {
    padding-top: 0 !important;
  }
}

@media (max-width: 767px) {
  :root {
    --page-section-y: var(--page-section-y-mobile);
    --page-content-gap: 28px;
    --type-display: clamp(38px, 10vw, 42px);
  }

  #hero > .mx-auto {
    padding-top: 40px !important;
  }

  #hero .mt-14,
  #hero .mt-20,
  #hero .md\:mt-28 {
    margin-top: 28px !important;
  }

  #problems article,
  #solutions article,
  #shadow-mode li,
  #cases article {
    min-height: unset !important;
  }

  .section-composition,
  .solution-composition {
    min-height: unset;
  }

  .section-copy,
  .solution-copy {
    padding-top: 0;
  }

  #problems .section-copy h1.display,
  #shadow-mode .section-copy h1.display,
  #roi .section-copy h1.display,
  #cases .section-copy h1.display,
  #solutions .solution-copy h1.display {
    font-size: clamp(46px, 13vw, 64px) !important;
  }

  .section-illustration svg,
  .solution-illustration svg {
    min-height: 320px;
  }

  #contact > .mx-auto {
    padding-bottom: 36px !important;
  }

  #contact + section > .mx-auto,
  section:not([id]) > .mx-auto {
    padding-top: 36px !important;
    padding-bottom: 44px !important;
  }
}

/* Final cascade lock for the rebuilt first screen. */
#hero > .hero-shell {
  padding-top: clamp(34px, 4.8vw, 72px) !important;
  padding-bottom: clamp(36px, 5vw, 72px) !important;
}

#hero .hero-grid {
  align-items: center !important;
}

#hero .hero-title {
  font-size: clamp(74px, 8.7vw, 156px) !important;
  line-height: 0.82 !important;
}

#hero .hero-artboard svg {
  min-height: 0 !important;
}

/* Reference match lock: final override for the provided screenshot. */
#hero {
  min-height: calc(100vh - 104px) !important;
  background: var(--vz-paper) !important;
}

#hero > .hero-shell {
  max-width: 1560px !important;
  padding-top: clamp(42px, 5.2vw, 74px) !important;
  padding-bottom: clamp(46px, 6vw, 86px) !important;
}

#hero .hero-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 1.02fr) minmax(520px, 0.98fr) !important;
  gap: clamp(54px, 5.8vw, 104px) !important;
  align-items: start !important;
}

#hero .hero-copy {
  min-width: 0 !important;
  padding-top: 0 !important;
}

#hero .hero-title {
  max-width: 790px !important;
  margin: 0 !important;
  font-size: clamp(86px, 8.7vw, 174px) !important;
  line-height: 0.86 !important;
  letter-spacing: -0.065em !important;
  color: var(--vz-ink) !important;
}

#hero .hero-title span,
#hero .hero-title em {
  display: inline !important;
}

#hero .hero-title span {
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif !important;
  font-style: normal !important;
  font-weight: 700 !important;
}

#hero .hero-title em {
  font-family: "Instrument Serif", Georgia, serif !important;
  font-style: italic !important;
  font-weight: 400 !important;
  letter-spacing: -0.035em !important;
}

#hero .hero-lede {
  max-width: 620px !important;
  margin-top: clamp(52px, 5vw, 82px) !important;
  color: var(--vz-graphite) !important;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif !important;
  font-size: clamp(24px, 1.9vw, 34px) !important;
  line-height: 1.45 !important;
  letter-spacing: -0.02em !important;
}

#hero .hero-cta {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 34px !important;
  min-width: 270px !important;
  margin-top: clamp(44px, 4.4vw, 70px) !important;
  border: 1px solid color-mix(in oklch, var(--vz-ink) 22%, transparent) !important;
  border-radius: 999px !important;
  background: color-mix(in oklch, var(--vz-card) 48%, transparent) !important;
  padding: 20px 26px 20px 30px !important;
  color: var(--vz-ink) !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  text-decoration: none !important;
}

#hero .hero-cta span {
  font-size: 26px !important;
  line-height: 1 !important;
}

#hero .hero-art {
  width: 100% !important;
  padding-top: 0 !important;
}

#hero .hero-poster {
  display: block !important;
  width: 100% !important;
  min-height: 0 !important;
  aspect-ratio: 900 / 760 !important;
  background: var(--vz-paper-alt) !important;
}

#hero .hero-footer-line {
  display: flex !important;
  align-items: end !important;
  justify-content: space-between !important;
  gap: 28px !important;
  margin-top: clamp(70px, 8vw, 128px) !important;
  color: color-mix(in oklch, var(--vz-ink) 42%, transparent) !important;
  font-family: "IBM Plex Mono", ui-monospace, Menlo, monospace !important;
  font-size: 18px !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
}

#hero .hero-discord,
#hero .hero-kicker,
#hero .hero-actions,
#hero .hero-metrics,
#hero .hero-artboard,
#hero .hero-art-label,
#hero .hero-art-caption,
#hero .hero-plate-line {
  display: none !important;
}

@media (max-width: 1100px) {
  #hero .hero-grid {
    grid-template-columns: 1fr !important;
  }

  #hero .hero-title {
    max-width: 900px !important;
    font-size: clamp(68px, 14vw, 132px) !important;
  }

  #hero .hero-art {
    max-width: 900px !important;
  }
}

@media (max-width: 767px) {
  #hero > .hero-shell {
    padding-top: 34px !important;
  }

  #hero .hero-title {
    font-size: clamp(56px, 17vw, 86px) !important;
    line-height: 0.88 !important;
  }

  #hero .hero-lede {
    margin-top: 32px !important;
    font-size: 21px !important;
  }

  #hero .hero-cta {
    width: 100% !important;
    margin-top: 32px !important;
  }

  #hero .hero-footer-line {
    display: none !important;
  }
}

/* Hero composition lock: keep reference layout on desktop/tablet. */
#hero .hero-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 1.02fr) minmax(460px, 0.98fr) !important;
  gap: clamp(44px, 5vw, 96px) !important;
  align-items: start !important;
}

#hero .hero-copy {
  min-width: 0 !important;
}

#hero .hero-actions {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 14px !important;
  margin-top: clamp(38px, 4vw, 64px) !important;
}

#hero .hero-actions .btn {
  min-height: 56px !important;
  border-radius: 999px !important;
  padding: 16px 24px !important;
  font-size: 16px !important;
  line-height: 1 !important;
}

#hero .hero-actions .btn-primary {
  background: var(--vz-ink) !important;
  border-color: var(--vz-ink) !important;
  color: var(--vz-paper) !important;
}

#hero .hero-actions .btn-secondary {
  background: transparent !important;
  border-color: color-mix(in oklch, var(--vz-ink) 38%, transparent) !important;
  color: var(--vz-ink) !important;
}

#hero .hero-cta {
  display: none !important;
}

#hero .hero-art {
  grid-column: 2 !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  padding-top: 0 !important;
}

#hero .hero-poster {
  width: 100% !important;
  max-width: none !important;
}

@media (min-width: 768px) {
  #hero .hero-grid {
    grid-template-columns: minmax(0, 1.02fr) minmax(420px, 0.98fr) !important;
  }

  #hero .hero-art {
    grid-column: 2 !important;
    grid-row: 1 !important;
  }
}

@media (max-width: 767px) {
  #hero .hero-grid {
    grid-template-columns: 1fr !important;
    gap: 34px !important;
  }

  #hero .hero-art {
    grid-column: auto !important;
    grid-row: auto !important;
  }

  #hero .hero-actions {
    margin-top: 32px !important;
  }

  #hero .hero-actions .btn {
    width: 100% !important;
    justify-content: center !important;
  }
}

/* Hero animated conveyor lock. */
#hero .hero-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 1.02fr) minmax(500px, 0.98fr) !important;
  gap: clamp(44px, 5vw, 96px) !important;
  align-items: start !important;
}

#hero .hero-actions {
  display: flex !important;
}

#hero .hero-art {
  grid-column: 2 !important;
  grid-row: 1 !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  padding: 0 !important;
}

#hero .hero-poster {
  display: none !important;
}

#hero .hero-cv-frame {
  width: min(100%, 900px);
  margin-left: auto;
  background: #ede8dc;
  color: #1a1410;
  overflow: hidden;
  border: 1px solid rgba(26, 20, 16, 0.16);
  box-shadow: none;
}

#hero .hero-cv-meta,
#hero .hero-cv-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 12px 20px 10px;
  border-color: rgba(26, 20, 16, 0.15);
  font-family: "IBM Plex Mono", ui-monospace, Menlo, monospace;
  font-size: 8px;
  letter-spacing: 0.16em;
  line-height: 1.2;
  text-transform: uppercase;
  color: #8a7a6a;
}

#hero .hero-cv-meta {
  border-bottom: 1px solid rgba(26, 20, 16, 0.15);
}

#hero .hero-cv-meta span:first-child {
  color: #6f6254;
}

#hero .hero-cv-bottom {
  border-top: 1px solid rgba(26, 20, 16, 0.15);
}

#hero .hero-cv-stage {
  position: relative;
  height: clamp(430px, 43vw, 540px);
  overflow: hidden;
  background:
    radial-gradient(circle, rgba(150, 130, 100, 0.18) 0.7px, transparent 0.7px) 0 0 / 18px 18px,
    #e4ddd0;
}

#hero .hero-cv-stage canvas,
#hero #heroCvScan,
#hero #heroCvFlash {
  position: absolute;
  inset: 0;
}

#hero #heroCvCanvas {
  z-index: 5;
}

#hero #heroCvOverlay {
  z-index: 6;
  pointer-events: none;
}

#hero #heroCvScan {
  inset: auto 0 0;
  height: 1px;
  z-index: 7;
  background: linear-gradient(90deg, transparent, rgba(212, 81, 58, 0.5) 40%, rgba(212, 81, 58, 0.85) 50%, rgba(212, 81, 58, 0.5) 60%, transparent);
  pointer-events: none;
}

#hero #heroCvFlash {
  z-index: 8;
  border: 2px solid rgba(212, 81, 58, 0);
  pointer-events: none;
  transition: border-color 0.1s;
}

#hero .hero-cv-dotgrid {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
  width: 90px;
  height: 72px;
  background-image: radial-gradient(circle, rgba(26, 20, 16, 0.35) 1px, transparent 1px);
  background-size: 11px 11px;
}

#hero .hero-cv-gold {
  position: absolute;
  right: 50px;
  bottom: 60px;
  z-index: 2;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #c49a28;
}

#hero .hero-cv-slab {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: 160px;
  height: 200px;
  background: #9a958a;
  clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
  opacity: 0.5;
}

#hero .hero-cv-circle {
  position: absolute;
  bottom: 20px;
  left: 30px;
  z-index: 2;
  width: 280px;
  height: 280px;
  border: 1px solid rgba(26, 20, 16, 0.12);
  border-radius: 50%;
}

#hero .hero-cv-steps {
  position: absolute;
  top: 50%;
  right: 16px;
  z-index: 10;
  display: grid;
  gap: 10px;
  transform: translateY(-50%);
  font-family: "IBM Plex Mono", ui-monospace, Menlo, monospace;
  text-align: right;
}

#hero .hero-cv-steps span {
  display: block;
  font-size: 9px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(26, 20, 16, 0.35);
}

#hero .hero-cv-steps b {
  display: block;
  font-size: 7px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #d4513a;
}

#hero .hero-cv-steps span:nth-child(2) {
  color: #1a1410;
}

#hero .hero-cv-live {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid rgba(212, 81, 58, 0.3);
  background: rgba(212, 81, 58, 0.1);
  padding: 5px 10px;
  color: #d4513a;
}

#hero .hero-cv-live i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #d4513a;
  animation: heroCvBlink 1.2s ease-in-out infinite;
}

@keyframes heroCvBlink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.2; }
}

@media (max-width: 860px) {
  #hero .hero-grid {
    grid-template-columns: 1fr !important;
  }

  #hero .hero-art {
    grid-column: auto !important;
    grid-row: auto !important;
  }

  #hero .hero-cv-frame {
    width: 100%;
    margin-left: 0;
  }

  #hero .hero-cv-stage {
    height: min(520px, 78vw);
  }

  #hero .hero-cv-meta,
  #hero .hero-cv-bottom {
    flex-wrap: wrap;
  }
}

/* Final hero scale lock: match the supplied split-screen reference. */
#hero > .hero-shell {
  max-width: 1720px !important;
  padding-top: clamp(36px, 4vw, 64px) !important;
}

#hero .hero-grid {
  display: grid !important;
  grid-template-columns: minmax(430px, 0.42fr) minmax(720px, 1fr) !important;
  gap: clamp(28px, 3.2vw, 58px) !important;
  align-items: stretch !important;
}

#hero .hero-copy {
  min-width: 0 !important;
  padding-top: clamp(46px, 5vw, 86px) !important;
}

#hero .hero-title {
  font-size: clamp(72px, 6.7vw, 124px) !important;
  line-height: 0.92 !important;
}

#hero .hero-lede {
  max-width: 520px !important;
  margin-top: clamp(20px, 2vw, 32px) !important;
}

#hero .hero-actions {
  display: flex !important;
  margin-top: clamp(24px, 2.4vw, 38px) !important;
}

#hero .hero-art {
  grid-column: 2 !important;
  grid-row: 1 !important;
  display: flex !important;
  align-items: stretch !important;
  width: 100% !important;
  min-width: 0 !important;
}

#hero .hero-cv-frame {
  display: grid !important;
  grid-template-rows: auto minmax(620px, 1fr) auto !important;
  width: 100% !important;
  max-width: none !important;
  min-height: clamp(720px, 72vh, 900px) !important;
  margin-left: 0 !important;
  background: #ede8dc !important;
}

#hero .hero-cv-stage {
  height: auto !important;
  min-height: 620px !important;
}

#hero .hero-cv-meta,
#hero .hero-cv-bottom {
  padding-inline: clamp(18px, 2vw, 28px) !important;
  font-size: 10px !important;
}

#hero .hero-cv-dotgrid {
  width: 150px !important;
  height: 112px !important;
  top: 40px !important;
  right: 52px !important;
}

#hero .hero-cv-steps {
  right: 34px !important;
  gap: 18px !important;
}

#hero .hero-cv-steps span {
  font-size: 13px !important;
}

#hero .hero-cv-steps b {
  font-size: 9px !important;
}

#hero .hero-cv-gold {
  right: 78px !important;
  bottom: 88px !important;
  width: 82px !important;
  height: 82px !important;
}

#hero .hero-cv-slab {
  width: 240px !important;
  height: 290px !important;
}

#hero .hero-cv-circle {
  width: 430px !important;
  height: 430px !important;
  left: 52px !important;
  bottom: 56px !important;
}

@media (max-width: 1180px) {
  #hero .hero-grid {
    grid-template-columns: minmax(340px, 0.45fr) minmax(560px, 1fr) !important;
  }

  #hero .hero-title {
    font-size: clamp(58px, 6vw, 84px) !important;
  }

  #hero .hero-cv-frame {
    min-height: 680px !important;
    grid-template-rows: auto minmax(560px, 1fr) auto !important;
  }
}

@media (max-width: 760px) {
  #hero .hero-grid {
    grid-template-columns: 1fr !important;
  }

  #hero .hero-art {
    grid-column: auto !important;
    grid-row: auto !important;
  }

  #hero .hero-cv-frame {
    min-height: 560px !important;
    grid-template-rows: auto minmax(440px, 1fr) auto !important;
  }

  #hero .hero-cv-meta,
  #hero .hero-cv-bottom {
    font-size: 8px !important;
  }
}

/* Final compact problem block: keep problem tiles visible earlier. */
#problems .problem-loss-embed {
  min-height: 460px !important;
}

#problems .problem-loss-embed iframe {
  height: 460px !important;
}

#problems .section-tiles {
  margin-top: 48px !important;
}

/* Final CV hero composition: direct lift from the supplied reference. */
#hero {
  background: #ede8dc !important;
  min-height: 100vh !important;
  overflow: hidden !important;
}

#hero > .hero-shell {
  width: min(100%, 1800px) !important;
  max-width: none !important;
  padding: clamp(28px, 3vw, 42px) clamp(34px, 5vw, 108px) !important;
}

#hero .cv-hero-frame {
  width: 100% !important;
  min-height: calc(100vh - clamp(56px, 6vw, 84px)) !important;
  background: #ede8dc !important;
  color: #1a1410 !important;
  position: relative !important;
  overflow: hidden !important;
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif !important;
}

#hero .cv-meta-bar,
#hero .cv-bottom-bar {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  gap: 24px !important;
  padding: 14px 48px 10px !important;
  border-bottom: 0.5px solid rgba(26, 20, 16, 0.15) !important;
}

#hero .cv-bottom-bar {
  border-top: 0.5px solid rgba(26, 20, 16, 0.15) !important;
  border-bottom: 0 !important;
  padding-block: 14px !important;
}

#hero .cv-meta-tag,
#hero .cv-bottom-meta,
#hero .cv-label-text,
#hero .cv-stat-lbl,
#hero .cv-stat-box-num,
#hero .cv-log-head,
#hero .cv-log-feed,
#hero .cv-step-list,
#hero .cv-live-pill,
#hero .cv-actions a {
  font-family: "IBM Plex Mono", "JetBrains Mono", ui-monospace, Menlo, monospace !important;
  text-transform: uppercase !important;
}

#hero .cv-meta-tag,
#hero .cv-bottom-meta {
  font-size: clamp(11px, 0.8vw, 16px) !important;
  letter-spacing: 0.18em !important;
  color: #8a7a6a !important;
}

#hero .cv-meta-tag span,
#hero .cv-bottom-meta span {
  color: #ef3f2e !important;
}

#hero .cv-main {
  display: grid !important;
  grid-template-columns: minmax(420px, 0.42fr) minmax(760px, 1fr) !important;
  min-height: clamp(680px, 78vh, 980px) !important;
  border-bottom: 0 !important;
}

#hero .cv-left {
  padding: clamp(48px, 4.2vw, 72px) clamp(34px, 4vw, 58px) clamp(34px, 3.4vw, 52px) !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  border-right: 0.5px solid rgba(26, 20, 16, 0.12) !important;
  min-width: 0 !important;
  z-index: 3 !important;
}

#hero .cv-section-label {
  display: flex !important;
  align-items: center !important;
  gap: 14px !important;
  margin-bottom: clamp(34px, 4vw, 64px) !important;
}

#hero .cv-label-line {
  width: 58px !important;
  height: 2px !important;
  background: #ef3f2e !important;
}

#hero .cv-label-text {
  font-size: clamp(11px, 0.9vw, 15px) !important;
  letter-spacing: 0.22em !important;
  color: #8a7a6a !important;
}

#hero .cv-headline {
  font-family: "Iowan Old Style", "Charter", Georgia, serif !important;
  font-size: clamp(72px, 6.1vw, 132px) !important;
  line-height: 0.98 !important;
  letter-spacing: -0.02em !important;
  color: #1a1410 !important;
  font-weight: 800 !important;
  margin: 0 0 clamp(22px, 2vw, 34px) !important;
}

#hero .cv-headline em {
  font-style: italic !important;
  font-weight: 400 !important;
  color: #ef3f2e !important;
}

#hero .cv-subhead {
  max-width: 560px !important;
  font-size: clamp(18px, 1.45vw, 25px) !important;
  line-height: 1.65 !important;
  color: #8a7a6a !important;
  margin: 0 0 clamp(22px, 2vw, 30px) !important;
}

#hero .cv-actions {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
}

#hero .cv-actions a {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 42px !important;
  padding: 9px 14px !important;
  border: 0.5px solid rgba(212, 81, 58, 0.38) !important;
  background: rgba(212, 81, 58, 0.08) !important;
  color: #d4513a !important;
  font-size: 10px !important;
  letter-spacing: 0.16em !important;
  transition: background 0.18s ease, transform 0.18s ease !important;
}

#hero .cv-actions a:hover {
  background: rgba(212, 81, 58, 0.16) !important;
  transform: translateY(-1px) !important;
}

#hero .cv-stats-grid {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: clamp(12px, 1.2vw, 20px) !important;
  margin-bottom: clamp(28px, 3vw, 52px) !important;
}

#hero .cv-stat-box {
  min-height: clamp(118px, 8vw, 148px) !important;
  border: 0.5px solid rgba(26, 20, 16, 0.15) !important;
  padding: clamp(18px, 1.7vw, 28px) !important;
  background: rgba(255, 255, 255, 0.34) !important;
  position: relative !important;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease !important;
}

#hero .cv-stat-box:nth-child(1),
#hero .cv-stat-box:nth-child(2),
#hero .cv-stat-box:nth-child(3) {
  animation: cvStatPulse 2.8s ease-in-out infinite !important;
}

#hero .cv-stat-box:nth-child(2) {
  animation-delay: 0.45s !important;
}

#hero .cv-stat-box:nth-child(3) {
  animation-delay: 0.9s !important;
}

#hero .cv-stat-num {
  font-family: "Iowan Old Style", "Charter", Georgia, serif !important;
  font-size: clamp(42px, 4vw, 76px) !important;
  font-weight: 800 !important;
  color: #1a1410 !important;
  line-height: 0.95 !important;
  margin-bottom: 8px !important;
}

#hero .cv-stat-num.cv-ok {
  color: #13794c !important;
}

#hero .cv-stat-num.cv-warn {
  color: #ef3f2e !important;
}

#hero .cv-stat-lbl {
  font-size: clamp(9px, 0.75vw, 13px) !important;
  letter-spacing: 0.14em !important;
  color: #8a7a6a !important;
}

#hero .cv-stat-box-num {
  position: absolute !important;
  top: 16px !important;
  right: 18px !important;
  font-size: 12px !important;
  color: rgba(26, 20, 16, 0.22) !important;
}

#hero .cv-log-wrap {
  border-top: 0.5px solid rgba(26, 20, 16, 0.12) !important;
  padding-top: clamp(18px, 2vw, 28px) !important;
}

#hero .cv-log-head {
  font-size: clamp(11px, 0.8vw, 14px) !important;
  letter-spacing: 0.18em !important;
  color: #8a7a6a !important;
  margin-bottom: 14px !important;
}

#hero .cv-log-feed {
  height: 132px !important;
  overflow: hidden !important;
  font-size: clamp(11px, 0.8vw, 14px) !important;
  color: #8a7a6a !important;
  line-height: 1.9 !important;
  text-transform: none !important;
}

#hero .cv-log-ok {
  color: #13794c !important;
}

#hero .cv-log-def {
  color: #ef3f2e !important;
}

#hero .cv-right {
  position: relative !important;
  overflow: hidden !important;
  background: #e4ddd0 !important;
  min-width: 0 !important;
}

#hero .cv-right::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  background-image: radial-gradient(circle, rgba(150, 130, 100, 0.18) 0.7px, transparent 0.7px) !important;
  background-size: 18px 18px !important;
  z-index: 0 !important;
  pointer-events: none !important;
}

#hero .cv-gold-dot {
  position: absolute !important;
  width: clamp(72px, 5.4vw, 112px) !important;
  height: clamp(72px, 5.4vw, 112px) !important;
  border-radius: 50% !important;
  background: #c49a28 !important;
  bottom: clamp(62px, 7vw, 110px) !important;
  right: clamp(54px, 7vw, 116px) !important;
  z-index: 2 !important;
}

#hero .cv-dot-grid {
  position: absolute !important;
  top: clamp(36px, 4vw, 68px) !important;
  right: clamp(42px, 5vw, 92px) !important;
  width: 160px !important;
  height: 118px !important;
  background-image: radial-gradient(circle, rgba(26, 20, 16, 0.35) 1px, transparent 1px) !important;
  background-size: 14px 14px !important;
  z-index: 2 !important;
}

#hero .cv-stone-slab {
  position: absolute !important;
  bottom: 0 !important;
  right: 0 !important;
  width: clamp(230px, 16vw, 340px) !important;
  height: clamp(310px, 24vw, 460px) !important;
  background: #9a958a !important;
  clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%) !important;
  opacity: 0.5 !important;
  z-index: 2 !important;
}

#hero .cv-circle-outline {
  position: absolute !important;
  width: clamp(360px, 31vw, 560px) !important;
  height: clamp(360px, 31vw, 560px) !important;
  border-radius: 50% !important;
  border: 0.5px solid rgba(26, 20, 16, 0.12) !important;
  bottom: clamp(28px, 4vw, 70px) !important;
  left: clamp(42px, 5vw, 92px) !important;
  z-index: 2 !important;
}

#hero .cv-step-list {
  position: absolute !important;
  top: 50% !important;
  right: clamp(24px, 3vw, 52px) !important;
  transform: translateY(-50%) !important;
  z-index: 10 !important;
}

#hero .cv-step-item {
  margin-bottom: clamp(16px, 1.5vw, 28px) !important;
  text-align: right !important;
}

#hero .cv-step-n {
  display: block !important;
  font-size: 11px !important;
  color: #ef3f2e !important;
  letter-spacing: 0.1em !important;
}

#hero .cv-step-name {
  font-size: clamp(12px, 0.9vw, 17px) !important;
  letter-spacing: 0.14em !important;
  color: rgba(26, 20, 16, 0.35) !important;
}

#hero .cv-step-name.active {
  color: #1a1410 !important;
}

#hero #heroCvCanvas,
#hero #heroOvCanvas {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
}

#hero #heroCvCanvas {
  z-index: 5 !important;
}

#hero #heroOvCanvas {
  z-index: 6 !important;
  pointer-events: none !important;
}

#hero #heroScanLine {
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  height: 1px !important;
  background: linear-gradient(90deg, transparent, rgba(212, 81, 58, 0.5) 40%, rgba(212, 81, 58, 0.85) 50%, rgba(212, 81, 58, 0.5) 60%, transparent) !important;
  z-index: 7 !important;
  pointer-events: none !important;
}

#hero #heroDefFlash {
  position: absolute !important;
  inset: 0 !important;
  border: 2px solid rgba(212, 81, 58, 0) !important;
  z-index: 8 !important;
  pointer-events: none !important;
  transition: border-color 0.1s !important;
}

#hero .cv-live-pill {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  background: rgba(212, 81, 58, 0.1) !important;
  border: 0.5px solid rgba(212, 81, 58, 0.3) !important;
  border-radius: 2px !important;
  padding: 7px 14px !important;
  font-size: 11px !important;
  color: #d4513a !important;
  letter-spacing: 0.16em !important;
}

#hero .cv-live-dot {
  width: 7px !important;
  height: 7px !important;
  border-radius: 50% !important;
  background: #d4513a !important;
  animation: cvHeroBlink 1.2s ease-in-out infinite !important;
}

@keyframes cvHeroBlink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.2; }
}

@keyframes cvStatPulse {
  0%, 100% {
    border-color: rgba(26, 20, 16, 0.15);
    background: rgba(255, 255, 255, 0.34);
    transform: translateY(0);
  }
  50% {
    border-color: rgba(212, 81, 58, 0.32);
    background: rgba(255, 255, 255, 0.48);
    transform: translateY(-1px);
  }
}

@media (max-width: 1180px) {
  #hero .cv-main {
    grid-template-columns: minmax(360px, 0.46fr) minmax(560px, 1fr) !important;
  }

  #hero .cv-headline {
    font-size: clamp(58px, 6vw, 84px) !important;
  }
}

@media (max-width: 820px) {
  #hero > .hero-shell {
    padding: 18px !important;
  }

  #hero .cv-main {
    grid-template-columns: 1fr !important;
  }

  #hero .cv-left {
    border-right: 0 !important;
    border-bottom: 0.5px solid rgba(26, 20, 16, 0.12) !important;
  }

  #hero .cv-right {
    min-height: 560px !important;
  }

  #hero .cv-meta-bar,
  #hero .cv-bottom-bar {
    padding-inline: 18px !important;
    flex-wrap: wrap !important;
  }
}

/* Exact composition lock: keep the supplied conveyor_cv_v4 poster structure. */
#hero {
  background: #ede8dc !important;
  min-height: 100vh !important;
  overflow: hidden !important;
}

#hero > .hero-shell {
  width: 100% !important;
  max-width: none !important;
  padding: clamp(28px, 3.8vw, 78px) clamp(32px, 5.5vw, 114px) !important;
  margin: 0 auto !important;
}

#hero .cv-hero-frame {
  width: 100% !important;
  min-height: calc(100vh - clamp(56px, 7.6vw, 156px)) !important;
  display: flex !important;
  flex-direction: column !important;
  background: #ede8dc !important;
  overflow: hidden !important;
}

#hero .cv-meta-bar {
  flex: 0 0 auto !important;
  padding: clamp(14px, 1vw, 20px) clamp(24px, 2.7vw, 50px) clamp(10px, 0.8vw, 16px) !important;
  border-bottom: 0.5px solid rgba(26, 20, 16, 0.15) !important;
}

#hero .cv-main {
  flex: 1 1 auto !important;
  display: grid !important;
  grid-template-columns: 37.777777% 62.222223% !important;
  min-height: clamp(620px, 72vh, 1040px) !important;
}

#hero .cv-left {
  padding: clamp(42px, 4.1vw, 76px) clamp(28px, 3.2vw, 58px) clamp(28px, 3vw, 56px) !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  border-right: 0.5px solid rgba(26, 20, 16, 0.12) !important;
}

#hero .cv-section-label {
  margin-bottom: clamp(42px, 4.6vw, 78px) !important;
}

#hero .cv-headline {
  font-size: clamp(72px, 5.6vw, 116px) !important;
  line-height: 1.05 !important;
  letter-spacing: -0.015em !important;
  margin: 0 0 clamp(10px, 1.1vw, 20px) !important;
}

#hero .cv-subhead {
  max-width: min(100%, 510px) !important;
  font-size: clamp(18px, 1.25vw, 25px) !important;
  line-height: 1.7 !important;
  margin: 0 !important;
}

#hero .cv-actions {
  display: none !important;
}

#hero .cv-stats-grid {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: clamp(18px, 1.15vw, 22px) !important;
  margin: 0 0 clamp(38px, 4vw, 72px) !important;
}

#hero .cv-stat-box {
  min-height: clamp(136px, 7.8vw, 178px) !important;
  padding: clamp(24px, 1.55vw, 32px) !important;
  background: rgba(255, 255, 255, 0.35) !important;
  border: 0.5px solid rgba(26, 20, 16, 0.15) !important;
  border-radius: 0 !important;
}

#hero .cv-stat-num {
  font-size: clamp(52px, 4.1vw, 84px) !important;
  line-height: 0.92 !important;
  margin-bottom: 8px !important;
}

#hero .cv-log-wrap {
  padding-top: clamp(18px, 1.6vw, 28px) !important;
  border-top: 0.5px solid rgba(26, 20, 16, 0.12) !important;
}

#hero .cv-log-feed {
  height: clamp(96px, 7vw, 142px) !important;
}

#hero .cv-right {
  min-height: 100% !important;
}

#hero .cv-bottom-bar {
  flex: 0 0 auto !important;
  padding: clamp(12px, 1vw, 18px) clamp(24px, 2.7vw, 50px) !important;
  border-top: 0.5px solid rgba(26, 20, 16, 0.15) !important;
}

@media (max-width: 980px) {
  #hero .cv-main {
    grid-template-columns: 1fr !important;
  }

  #hero .cv-left {
    border-right: 0 !important;
    border-bottom: 0.5px solid rgba(26, 20, 16, 0.12) !important;
  }

  #hero .cv-right {
    min-height: 620px !important;
  }
}

/* Screenshot composition lock: first screen is the supplied CV poster, not a page hero. */
body > .border-b.border-bone.bg-paper:first-child,
body > header.sticky {
  display: none !important;
}

#hero {
  min-height: 100vh !important;
  background: #ede8dc !important;
  overflow: hidden !important;
}

#hero > .paper-grain {
  display: none !important;
}

#hero > .hero-shell {
  width: 100% !important;
  max-width: none !important;
  min-height: 100vh !important;
  padding: clamp(52px, 6.8vh, 106px) clamp(64px, 10.35vw, 212px) clamp(40px, 5vh, 76px) !important;
  display: flex !important;
  align-items: stretch !important;
  justify-content: center !important;
}

#hero .cv-hero-frame {
  width: 100% !important;
  min-height: 0 !important;
  height: auto !important;
  flex: 1 1 auto !important;
  display: grid !important;
  grid-template-rows: auto minmax(0, 1fr) auto !important;
  background: #ede8dc !important;
  overflow: hidden !important;
}

#hero .cv-meta-bar {
  min-height: 44px !important;
  padding: 0 clamp(48px, 2.6vw, 54px) 26px !important;
  display: flex !important;
  align-items: end !important;
  justify-content: space-between !important;
  border-bottom: 0.5px solid rgba(26, 20, 16, 0.15) !important;
}

#hero .cv-meta-tag {
  font-family: "IBM Plex Mono", ui-monospace, Menlo, monospace !important;
  font-size: clamp(14px, 0.92vw, 19px) !important;
  line-height: 1 !important;
  letter-spacing: 0.22em !important;
  color: rgba(95, 77, 60, 0.78) !important;
  text-transform: uppercase !important;
}

#hero .cv-meta-tag span,
#hero .cv-bottom-meta span {
  color: #ef3f2e !important;
}

#hero .cv-main {
  min-height: 0 !important;
  display: grid !important;
  grid-template-columns: 37.777777% 62.222223% !important;
  border-bottom: 0.5px solid rgba(26, 20, 16, 0.14) !important;
}

#hero .cv-left {
  min-width: 0 !important;
  padding: clamp(58px, 5.2vh, 68px) clamp(42px, 3.55vw, 72px) clamp(34px, 3.65vh, 56px) !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  gap: clamp(36px, 4vh, 62px) !important;
  border-right: 0.5px solid rgba(26, 20, 16, 0.14) !important;
}

#hero .cv-section-label {
  display: flex !important;
  align-items: center !important;
  gap: 16px !important;
  margin: 0 0 clamp(52px, 5.8vh, 82px) !important;
}

#hero .cv-label-line {
  width: 58px !important;
  height: 2px !important;
  background: #ef3f2e !important;
}

#hero .cv-label-text {
  font-family: "IBM Plex Mono", ui-monospace, Menlo, monospace !important;
  font-size: clamp(13px, 0.82vw, 18px) !important;
  letter-spacing: 0.26em !important;
  color: rgba(95, 77, 60, 0.78) !important;
  text-transform: uppercase !important;
}

#hero .cv-headline {
  margin: 0 0 clamp(16px, 1.6vh, 24px) !important;
  font-family: "Instrument Serif", "Iowan Old Style", Georgia, serif !important;
  font-size: clamp(76px, 5.95vw, 122px) !important;
  line-height: 1.03 !important;
  letter-spacing: -0.025em !important;
  color: #1a1410 !important;
}

#hero .cv-headline em {
  display: inline !important;
  color: #ef3f2e !important;
  font-style: italic !important;
  font-weight: 400 !important;
}

#hero .cv-subhead {
  max-width: 520px !important;
  margin: 0 !important;
  font-size: clamp(19px, 1.16vw, 24px) !important;
  line-height: 1.7 !important;
  color: rgba(95, 77, 60, 0.86) !important;
}

#hero .cv-stats-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 20px !important;
  margin: 0 0 clamp(42px, 4.2vh, 66px) !important;
}

#hero .cv-stat-box {
  min-height: clamp(118px, 9.1vh, 140px) !important;
  position: relative !important;
  padding: 28px 28px 22px !important;
  border: 0.5px solid rgba(26, 20, 16, 0.15) !important;
  background: rgba(255, 255, 255, 0.24) !important;
  border-radius: 0 !important;
  animation: cvStatPulse 4s ease-in-out infinite !important;
}

#hero .cv-stat-box-num {
  position: absolute !important;
  top: 18px !important;
  right: 22px !important;
  font-family: "IBM Plex Mono", ui-monospace, Menlo, monospace !important;
  font-size: 12px !important;
  letter-spacing: 0.12em !important;
  color: rgba(95, 77, 60, 0.32) !important;
}

#hero .cv-stat-num {
  margin: 0 0 6px !important;
  font-family: "Instrument Serif", "Iowan Old Style", Georgia, serif !important;
  font-size: clamp(48px, 3.9vw, 76px) !important;
  line-height: 0.9 !important;
  color: #1a1410 !important;
}

#hero .cv-stat-lbl {
  font-family: "IBM Plex Mono", ui-monospace, Menlo, monospace !important;
  font-size: clamp(11px, 0.72vw, 14px) !important;
  letter-spacing: 0.22em !important;
  color: rgba(95, 77, 60, 0.8) !important;
  text-transform: uppercase !important;
}

#hero .cv-ok {
  color: #10844b !important;
}

#hero .cv-warn {
  color: #ef3f2e !important;
}

#hero .cv-log-wrap {
  padding-top: 28px !important;
  border-top: 0.5px solid rgba(26, 20, 16, 0.14) !important;
}

#hero .cv-log-head {
  margin-bottom: 20px !important;
  font-family: "IBM Plex Mono", ui-monospace, Menlo, monospace !important;
  font-size: clamp(13px, 0.82vw, 17px) !important;
  letter-spacing: 0.22em !important;
  color: rgba(95, 77, 60, 0.8) !important;
  text-transform: uppercase !important;
}

#hero .cv-log-feed {
  height: clamp(116px, 10.6vh, 160px) !important;
  overflow: hidden !important;
  font-family: "IBM Plex Mono", ui-monospace, Menlo, monospace !important;
  font-size: clamp(12px, 0.78vw, 16px) !important;
  line-height: 1.9 !important;
}

#hero .cv-log-ok {
  color: #007f45 !important;
}

#hero .cv-log-def {
  color: #ef3f2e !important;
}

#hero .cv-right {
  position: relative !important;
  min-width: 0 !important;
  min-height: 0 !important;
  overflow: hidden !important;
  background-color: #eee8dc !important;
  background-image: radial-gradient(rgba(95, 77, 60, 0.15) 1px, transparent 1px) !important;
  background-size: 36px 36px !important;
}

#hero .cv-dot-grid {
  position: absolute !important;
  top: 50px !important;
  right: 52px !important;
  width: 176px !important;
  height: 146px !important;
  opacity: 0.55 !important;
  background-image: radial-gradient(rgba(26, 20, 16, 0.4) 1.2px, transparent 1.2px) !important;
  background-size: 24px 24px !important;
  z-index: 2 !important;
}

#hero .cv-stone-slab {
  position: absolute !important;
  right: -40px !important;
  bottom: -1px !important;
  width: 32% !important;
  height: 34% !important;
  background: rgba(150, 140, 120, 0.28) !important;
  clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%) !important;
  z-index: 1 !important;
}

#hero .cv-gold-dot {
  position: absolute !important;
  right: 92px !important;
  bottom: 84px !important;
  width: 104px !important;
  height: 104px !important;
  border-radius: 50% !important;
  background: #b99a4b !important;
  z-index: 3 !important;
}

#hero .cv-circle-outline {
  position: absolute !important;
  left: 90px !important;
  bottom: 22px !important;
  width: 46% !important;
  aspect-ratio: 1 !important;
  border: 0.5px solid rgba(26, 20, 16, 0.12) !important;
  border-radius: 50% !important;
  z-index: 1 !important;
}

#hero .cv-step-list {
  position: absolute !important;
  top: 43% !important;
  right: 34px !important;
  transform: none !important;
  z-index: 10 !important;
}

#hero .cv-step-item {
  margin-bottom: 30px !important;
  text-align: right !important;
}

#hero .cv-step-n {
  display: block !important;
  margin-bottom: 16px !important;
  font-family: "IBM Plex Mono", ui-monospace, Menlo, monospace !important;
  font-size: 11px !important;
  color: #ef3f2e !important;
  letter-spacing: 0.1em !important;
}

#hero .cv-step-name {
  font-family: "IBM Plex Mono", ui-monospace, Menlo, monospace !important;
  font-size: clamp(13px, 0.92vw, 18px) !important;
  letter-spacing: 0.18em !important;
  color: rgba(26, 20, 16, 0.35) !important;
}

#hero .cv-step-name.active {
  color: #1a1410 !important;
}

#hero #heroCvCanvas,
#hero #heroOvCanvas {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
}

#hero #heroCvCanvas {
  z-index: 5 !important;
}

#hero #heroOvCanvas {
  z-index: 6 !important;
  pointer-events: none !important;
}

#hero #heroScanLine {
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  height: 1px !important;
  background: linear-gradient(90deg, transparent, rgba(239, 63, 46, 0.46) 35%, rgba(239, 63, 46, 0.85) 50%, rgba(239, 63, 46, 0.46) 65%, transparent) !important;
  z-index: 7 !important;
}

#hero #heroDefFlash {
  position: absolute !important;
  inset: 0 !important;
  pointer-events: none !important;
  z-index: 8 !important;
}

#hero .cv-bottom-bar {
  min-height: 76px !important;
  padding: 20px clamp(48px, 2.6vw, 54px) 0 !important;
  display: flex !important;
  align-items: start !important;
  justify-content: space-between !important;
  border-top: 0 !important;
}

#hero .cv-bottom-meta {
  font-family: "IBM Plex Mono", ui-monospace, Menlo, monospace !important;
  font-size: clamp(12px, 0.82vw, 16px) !important;
  letter-spacing: 0.2em !important;
  color: rgba(95, 77, 60, 0.78) !important;
  text-transform: uppercase !important;
}

#hero .cv-live-pill {
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
  padding: 8px 18px !important;
  border: 0.5px solid rgba(239, 63, 46, 0.32) !important;
  border-radius: 2px !important;
  background: rgba(239, 63, 46, 0.08) !important;
  font-family: "IBM Plex Mono", ui-monospace, Menlo, monospace !important;
  font-size: 13px !important;
  letter-spacing: 0.18em !important;
  color: #ef3f2e !important;
}

#hero .cv-live-dot {
  width: 9px !important;
  height: 9px !important;
  border-radius: 50% !important;
  background: #ef3f2e !important;
  animation: cvHeroBlink 1.2s ease-in-out infinite !important;
}

@media (max-width: 980px) {
  body > header.sticky {
    display: block !important;
  }

  #hero > .hero-shell {
    padding: 22px !important;
  }

  #hero .cv-main {
    grid-template-columns: 1fr !important;
  }

  #hero .cv-left {
    border-right: 0 !important;
    border-bottom: 0.5px solid rgba(26, 20, 16, 0.14) !important;
  }

  #hero .cv-right {
    min-height: 620px !important;
  }
}

/* Final hero reset: no animation in the first block. */
#hero {
  min-height: auto !important;
  background: #ede8dc !important;
}

#hero > .hero-shell {
  width: min(1560px, calc(100vw - 48px)) !important;
  max-width: none !important;
  margin: 0 auto !important;
  padding: clamp(34px, 5vw, 82px) 0 clamp(52px, 6vw, 96px) !important;
}

#hero .hero-static-frame {
  min-height: clamp(640px, 78vh, 900px) !important;
  display: grid !important;
  grid-template-rows: auto 1fr !important;
  border: 0.5px solid rgba(26, 20, 16, 0.18) !important;
  background: #f2eee4 !important;
}

#hero .hero-static-meta {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 24px !important;
  padding: clamp(22px, 2vw, 34px) clamp(28px, 4vw, 70px) !important;
  border-bottom: 0.5px solid rgba(26, 20, 16, 0.14) !important;
  font-family: "IBM Plex Mono", ui-monospace, Menlo, monospace !important;
  font-size: clamp(11px, 0.75vw, 14px) !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
  color: rgba(95, 77, 60, 0.82) !important;
}

#hero .hero-static-copy {
  align-self: end !important;
  max-width: 980px !important;
  padding: clamp(54px, 7vw, 116px) clamp(28px, 6vw, 104px) !important;
}

#hero .hero-actions {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 12px !important;
  margin-top: clamp(28px, 3vw, 44px) !important;
}

#hero .hero-static-frame canvas,
#hero .hero-static-frame #heroCvCanvas,
#hero .hero-static-frame #heroOvCanvas,
#hero .hero-static-frame #heroScanLine,
#hero .hero-static-frame #heroDefFlash,
#hero .hero-static-frame .cv-right,
#hero .hero-static-frame .cv-bottom-bar,
#hero .hero-static-frame .cv-stats-grid,
#hero .hero-static-frame .cv-log-wrap {
  display: none !important;
}

@media (max-width: 760px) {
  #hero > .hero-shell {
    width: calc(100vw - 28px) !important;
    padding-top: 18px !important;
  }

  #hero .hero-static-frame {
    min-height: auto !important;
  }

  #hero .hero-static-meta {
    align-items: flex-start !important;
    flex-direction: column !important;
  }

  #hero .hero-static-copy {
    padding: 42px 22px 50px !important;
  }
}

/* Proportional conveyor hero embed: align with section container below. */
body > .border-b.border-bone.bg-paper:first-child,
body > header.sticky {
  display: none !important;
}

#hero.conveyor-hero-exact {
  min-height: 0 !important;
  width: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 40px 32px 28px !important;
  margin: 0 !important;
  overflow: hidden !important;
  background: #ede8dc !important;
}

#hero.conveyor-hero-exact .conveyor-hero-frame {
  display: block !important;
  width: min(1280px, 100%) !important;
  height: 900px !important;
  border: 0 !important;
  background: #ede8dc !important;
  overflow: hidden !important;
}

@media (max-width: 900px) {
  #hero.conveyor-hero-exact {
    padding: 24px 20px 20px !important;
  }

  #hero.conveyor-hero-exact .conveyor-hero-frame {
    height: 900px !important;
  }
}

/* Exact problem block embed from loss_counter_v3_32.html. */
#problems .section-eyebrow {
  display: inline-flex !important;
  align-items: center !important;
  gap: 18px !important;
  margin: 0 0 clamp(48px, 6vw, 84px) !important;
  color: #df3f00 !important;
  font-family: ui-monospace, "SFMono-Regular", "IBM Plex Mono", Menlo, monospace !important;
  font-size: clamp(20px, 2vw, 28px) !important;
  font-weight: 700 !important;
  letter-spacing: 0.08em !important;
  line-height: 1 !important;
}

#problems .section-eyebrow span {
  width: 12px !important;
  height: 12px !important;
  border-radius: 999px !important;
  background: currentColor !important;
  flex: 0 0 auto !important;
}

#problems .section-eyebrow strong {
  font: inherit !important;
}

#problems .problem-loss-embed {
  display: flex !important;
  justify-content: center !important;
  width: 100% !important;
  overflow: hidden !important;
  background: transparent !important;
}

#problems .problem-loss-embed iframe {
  display: block !important;
  width: min(1280px, 100%) !important;
  height: 560px !important;
  border: 0 !important;
  overflow: hidden !important;
  background: transparent !important;
}

#problems .problem-loss-embed + .section-tiles {
  margin-top: clamp(48px, 5vw, 72px) !important;
}

@media (max-width: 760px) {
  #problems .problem-loss-embed iframe {
    height: 620px !important;
  }
}

/* Final section rhythm: no duplicate headings, consistent block spacing. */
#problems > .mx-auto,
#solutions > .mx-auto,
#shadow-mode > .mx-auto,
#roi > .mx-auto,
#cases > .mx-auto {
  max-width: 1280px !important;
  padding-top: clamp(80px, 8vw, 112px) !important;
  padding-bottom: clamp(80px, 8vw, 112px) !important;
}

#problems .section-eyebrow,
#solutions .section-eyebrow,
#shadow-mode .section-eyebrow,
#roi .section-eyebrow,
#cases .section-eyebrow {
  display: none !important;
}

#problems .problem-loss-embed,
#solutions .section-composition,
#shadow-mode .section-composition,
#roi .section-composition,
#cases .section-composition {
  margin-top: 0 !important;
}

#problems .section-tiles,
#solutions .section-tiles,
#shadow-mode .section-tiles,
#roi .section-tiles,
#cases .section-tiles {
  margin-top: clamp(56px, 5vw, 72px) !important;
}

#solutions .section-copy > .section-tag,
#shadow-mode .section-copy > .section-tag,
#roi .section-copy > .section-tag,
#cases .section-copy > .section-tag {
  margin-top: 0 !important;
}

@media (max-width: 760px) {
  #problems > .mx-auto,
  #solutions > .mx-auto,
  #shadow-mode > .mx-auto,
  #roi > .mx-auto,
  #cases > .mx-auto {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }

  #problems .section-tiles,
  #solutions .section-tiles,
  #shadow-mode .section-tiles,
  #roi .section-tiles,
  #cases .section-tiles {
    margin-top: 40px !important;
  }
}
/* Final compact problem block: keep problem tiles visible earlier. */
#problems .problem-loss-embed {
  min-height: 460px !important;
}

#problems .problem-loss-embed iframe {
  height: 460px !important;
}

#problems .section-tiles {
  margin-top: 48px !important;
}

/* Absolute final parity lock: Problems heading/spacing matches Solutions. */
#problems .problem-composition,
#solutions .solution-composition {
  display: grid !important;
  grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  column-gap: 48px !important;
  row-gap: 48px !important;
  align-items: start !important;
  min-height: 560px !important;
  margin-top: 0 !important;
}

#problems .problem-copy,
#solutions .solution-copy {
  grid-column: span 5 / span 5 !important;
  padding-top: 20px !important;
}

#problems .problem-loss-embed,
#solutions .solution-illustration {
  grid-column: span 7 / span 7 !important;
  height: 560px !important;
  min-height: 560px !important;
  margin-top: 0 !important;
}

#problems .problem-copy > .section-tag,
#solutions .solution-copy > .section-tag {
  margin: 0 !important;
}

#problems .problem-copy h1.display,
#solutions .solution-copy h1.display {
  max-width: 520px !important;
  margin-top: 16px !important;
  margin-bottom: 0 !important;
  font-family: "Instrument Serif", Georgia, serif !important;
  font-size: 78px !important;
  line-height: 0.92 !important;
  letter-spacing: -0.03em !important;
  font-weight: 400 !important;
}

#problems .problem-copy p,
#solutions .solution-copy p {
  max-width: 520px !important;
  margin-top: 32px !important;
  font-size: 19px !important;
  line-height: 1.62 !important;
}

#problems .problem-copy h1.display em {
  color: var(--rust, #c2511f) !important;
  font-style: italic !important;
}

#problems .section-tiles,
#solutions .section-tiles {
  margin-top: 72px !important;
}

@media (max-width: 1023px) {
  #problems .problem-composition,
  #solutions .solution-composition {
    grid-template-columns: 1fr !important;
  }

  #problems .problem-copy,
  #solutions .solution-copy,
  #problems .problem-loss-embed,
  #solutions .solution-illustration {
    grid-column: auto !important;
  }
}
/* True EOF unified main-section contract. */
#problems,
#solutions,
#shadow-mode,
#roi,
#cases {
  border-top: 1px solid var(--bone, #d8d0c2) !important;
}

#problems > .mx-auto,
#solutions > .mx-auto,
#shadow-mode > .mx-auto,
#roi > .mx-auto,
#cases > .mx-auto {
  max-width: 1280px !important;
  padding-top: 112px !important;
  padding-bottom: 112px !important;
}

#problems .problem-loss-embed,
#solutions .section-composition,
#shadow-mode .section-composition,
#roi .section-composition,
#cases .section-composition {
  width: 100% !important;
  min-height: 560px !important;
  margin-top: 0 !important;
}

#solutions .section-copy,
#shadow-mode .section-copy,
#roi .section-copy,
#cases .section-copy {
  padding-top: 20px !important;
}

#solutions .section-copy > .section-tag,
#shadow-mode .section-copy > .section-tag,
#roi .section-copy > .section-tag,
#cases .section-copy > .section-tag {
  margin: 0 !important;
  font-family: Inter, system-ui, sans-serif !important;
  font-size: 11px !important;
  line-height: 16px !important;
  font-weight: 600 !important;
  letter-spacing: 0.08em !important;
  color: var(--rust, #c2511f) !important;
}

#solutions .section-copy h1.display,
#shadow-mode .section-copy h1.display,
#roi .section-copy h1.display,
#cases .section-copy h1.display {
  max-width: 520px !important;
  margin-top: 16px !important;
  margin-bottom: 0 !important;
  font-family: "Instrument Serif", Georgia, serif !important;
  font-size: 78px !important;
  line-height: 0.92 !important;
  letter-spacing: -0.03em !important;
  font-weight: 400 !important;
}

#solutions .section-copy p,
#shadow-mode .section-copy p,
#roi .section-copy p,
#cases .section-copy p {
  max-width: 520px !important;
  margin-top: 32px !important;
  font-size: 19px !important;
  line-height: 1.62 !important;
}

#problems .problem-loss-embed iframe {
  display: block !important;
  width: 100% !important;
  height: 560px !important;
  border: 0 !important;
  overflow: hidden !important;
}

#problems .section-tiles,
#solutions .section-tiles,
#shadow-mode .section-tiles,
#roi .section-tiles,
#cases .section-tiles {
  margin-top: 72px !important;
}

@media (max-width: 760px) {
  #problems > .mx-auto,
  #solutions > .mx-auto,
  #shadow-mode > .mx-auto,
  #roi > .mx-auto,
  #cases > .mx-auto {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }

  #solutions .section-copy h1.display,
  #shadow-mode .section-copy h1.display,
  #roi .section-copy h1.display,
  #cases .section-copy h1.display {
    font-size: 52px !important;
  }

  #problems .section-tiles,
  #solutions .section-tiles,
  #shadow-mode .section-tiles,
  #roi .section-tiles,
  #cases .section-tiles {
    margin-top: 40px !important;
  }
}

/* EOF unified main-section contract. Keep this last. */
#problems,
#solutions,
#shadow-mode,
#roi,
#cases {
  border-top: 1px solid var(--bone, #d8d0c2) !important;
}

#problems > .mx-auto,
#solutions > .mx-auto,
#shadow-mode > .mx-auto,
#roi > .mx-auto,
#cases > .mx-auto {
  max-width: 1280px !important;
  padding-top: 112px !important;
  padding-bottom: 112px !important;
}

#problems .problem-loss-embed,
#solutions .section-composition,
#shadow-mode .section-composition,
#roi .section-composition,
#cases .section-composition {
  width: 100% !important;
  min-height: 560px !important;
  margin-top: 0 !important;
}

#solutions .section-copy,
#shadow-mode .section-copy,
#roi .section-copy,
#cases .section-copy {
  padding-top: 20px !important;
}

#solutions .section-copy > .section-tag,
#shadow-mode .section-copy > .section-tag,
#roi .section-copy > .section-tag,
#cases .section-copy > .section-tag {
  margin: 0 !important;
  font-family: Inter, system-ui, sans-serif !important;
  font-size: 11px !important;
  line-height: 16px !important;
  font-weight: 600 !important;
  letter-spacing: 0.08em !important;
  color: var(--rust, #c2511f) !important;
}

#solutions .section-copy h1.display,
#shadow-mode .section-copy h1.display,
#roi .section-copy h1.display,
#cases .section-copy h1.display {
  max-width: 520px !important;
  margin-top: 16px !important;
  margin-bottom: 0 !important;
  font-family: "Instrument Serif", Georgia, serif !important;
  font-size: 78px !important;
  line-height: 0.92 !important;
  letter-spacing: -0.03em !important;
  font-weight: 400 !important;
}

#solutions .section-copy p,
#shadow-mode .section-copy p,
#roi .section-copy p,
#cases .section-copy p {
  max-width: 520px !important;
  margin-top: 32px !important;
  font-size: 19px !important;
  line-height: 1.62 !important;
}

#problems .problem-loss-embed iframe {
  display: block !important;
  width: 100% !important;
  height: 560px !important;
  border: 0 !important;
  overflow: hidden !important;
}

#problems .section-tiles,
#solutions .section-tiles,
#shadow-mode .section-tiles,
#roi .section-tiles,
#cases .section-tiles {
  margin-top: 72px !important;
}

@media (max-width: 760px) {
  #problems > .mx-auto,
  #solutions > .mx-auto,
  #shadow-mode > .mx-auto,
  #roi > .mx-auto,
  #cases > .mx-auto {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }

  #solutions .section-copy h1.display,
  #shadow-mode .section-copy h1.display,
  #roi .section-copy h1.display,
  #cases .section-copy h1.display {
    font-size: 52px !important;
  }

  #problems .section-tiles,
  #solutions .section-tiles,
  #shadow-mode .section-tiles,
  #roi .section-tiles,
  #cases .section-tiles {
    margin-top: 40px !important;
  }
}

/* Unified main-section heading and spacing system. */
#problems,
#solutions,
#shadow-mode,
#roi,
#cases {
  border-top: 1px solid var(--bone, #d8d0c2) !important;
}

#problems > .mx-auto,
#solutions > .mx-auto,
#shadow-mode > .mx-auto,
#roi > .mx-auto,
#cases > .mx-auto {
  max-width: 1280px !important;
  padding-top: 112px !important;
  padding-bottom: 112px !important;
}

#problems .problem-loss-embed,
#solutions .section-composition,
#shadow-mode .section-composition,
#roi .section-composition,
#cases .section-composition {
  width: 100% !important;
  min-height: 560px !important;
  margin-top: 0 !important;
}

#solutions .section-copy,
#shadow-mode .section-copy,
#roi .section-copy,
#cases .section-copy {
  padding-top: 20px !important;
}

#solutions .section-copy > .section-tag,
#shadow-mode .section-copy > .section-tag,
#roi .section-copy > .section-tag,
#cases .section-copy > .section-tag {
  margin: 0 !important;
  font-family: Inter, system-ui, sans-serif !important;
  font-size: 11px !important;
  line-height: 16px !important;
  font-weight: 600 !important;
  letter-spacing: 0.08em !important;
  color: var(--rust, #c2511f) !important;
}

#solutions .section-copy h1.display,
#shadow-mode .section-copy h1.display,
#roi .section-copy h1.display,
#cases .section-copy h1.display {
  max-width: 520px !important;
  margin-top: 16px !important;
  margin-bottom: 0 !important;
  font-family: "Instrument Serif", Georgia, serif !important;
  font-size: 78px !important;
  line-height: 0.92 !important;
  letter-spacing: -0.03em !important;
  font-weight: 400 !important;
}

#solutions .section-copy p,
#shadow-mode .section-copy p,
#roi .section-copy p,
#cases .section-copy p {
  max-width: 520px !important;
  margin-top: 32px !important;
  font-size: 19px !important;
  line-height: 1.62 !important;
}

#problems .section-tiles,
#solutions .section-tiles,
#shadow-mode .section-tiles,
#roi .section-tiles,
#cases .section-tiles {
  margin-top: 72px !important;
}

#problems .problem-loss-embed iframe {
  display: block !important;
  width: 100% !important;
  height: 560px !important;
  border: 0 !important;
  overflow: hidden !important;
}

@media (max-width: 760px) {
  #problems > .mx-auto,
  #solutions > .mx-auto,
  #shadow-mode > .mx-auto,
  #roi > .mx-auto,
  #cases > .mx-auto {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }

  #solutions .section-copy h1.display,
  #shadow-mode .section-copy h1.display,
  #roi .section-copy h1.display,
  #cases .section-copy h1.display {
    font-size: 52px !important;
  }

  #problems .section-tiles,
  #solutions .section-tiles,
  #shadow-mode .section-tiles,
  #roi .section-tiles,
  #cases .section-tiles {
    margin-top: 40px !important;
  }
}

/* Final Problems/Solutions parity lock. */
#problems .problem-composition,
#solutions .solution-composition {
  display: grid !important;
  grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  gap: 48px !important;
  align-items: start !important;
  min-height: 560px !important;
  margin-top: 0 !important;
}

#problems .problem-copy,
#solutions .solution-copy {
  grid-column: span 5 / span 5 !important;
  padding-top: 20px !important;
}

#problems .problem-copy > .section-tag,
#solutions .solution-copy > .section-tag {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

#problems .problem-copy h1.display,
#solutions .solution-copy h1.display {
  max-width: 520px !important;
  margin-top: 16px !important;
  margin-bottom: 0 !important;
  font-family: var(--display), "Instrument Serif", Georgia, serif !important;
  font-size: 78px !important;
  line-height: 0.92 !important;
  letter-spacing: -0.03em !important;
  font-weight: 400 !important;
}

#problems .problem-copy h1.display em {
  color: var(--rust, #c2511f) !important;
  font-style: italic !important;
}

#problems .problem-copy p,
#solutions .solution-copy p {
  max-width: 520px !important;
  margin-top: 32px !important;
  font-size: 19px !important;
  line-height: 1.62 !important;
}

#problems .problem-loss-embed,
#solutions .solution-illustration {
  grid-column: span 7 / span 7 !important;
  min-height: 560px !important;
  height: 560px !important;
  margin-top: 0 !important;
  overflow: hidden !important;
}

#problems .problem-loss-embed iframe {
  display: block !important;
  width: 100% !important;
  height: 560px !important;
  border: 0 !important;
  background: transparent !important;
}

@media (max-width: 1023px) {
  #problems .problem-composition,
  #solutions .solution-composition {
    grid-template-columns: 1fr !important;
  }

  #problems .problem-copy,
  #solutions .solution-copy,
  #problems .problem-loss-embed,
  #solutions .solution-illustration {
    grid-column: auto !important;
  }
}

/* Final exact section rhythm lock: Problems matches the following blocks. */
#problems,
#solutions,
#shadow-mode,
#roi,
#cases {
  border-top: 1px solid var(--bone, #d8d0c2) !important;
}

#problems > .mx-auto,
#solutions > .mx-auto,
#shadow-mode > .mx-auto,
#roi > .mx-auto,
#cases > .mx-auto {
  max-width: 1280px !important;
  padding-top: 112px !important;
  padding-bottom: 112px !important;
}

#problems .problem-loss-embed,
#solutions .section-composition,
#shadow-mode .section-composition,
#roi .section-composition,
#cases .section-composition {
  width: 100% !important;
  margin-top: 0 !important;
}

#problems .problem-loss-embed iframe {
  width: 100% !important;
  height: 560px !important;
  border: 0 !important;
  overflow: hidden !important;
  display: block !important;
}

#problems .section-tiles,
#solutions .section-tiles,
#shadow-mode .section-tiles,
#roi .section-tiles,
#cases .section-tiles {
  margin-top: 72px !important;
}

@media (max-width: 760px) {
  #problems > .mx-auto,
  #solutions > .mx-auto,
  #shadow-mode > .mx-auto,
  #roi > .mx-auto,
  #cases > .mx-auto {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }

  #problems .problem-loss-embed iframe {
    height: 620px !important;
  }

  #problems .section-tiles,
  #solutions .section-tiles,
  #shadow-mode .section-tiles,
  #roi .section-tiles,
  #cases .section-tiles {
    margin-top: 40px !important;
  }
}
/* EOF parity lock: Problems heading/spacing matches Solutions. */
#problems .problem-composition,
#solutions .solution-composition {
  display: grid !important;
  grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  column-gap: 48px !important;
  row-gap: 48px !important;
  align-items: start !important;
  min-height: 560px !important;
  margin-top: 0 !important;
}

#problems .problem-copy,
#solutions .solution-copy {
  grid-column: span 5 / span 5 !important;
  padding-top: 20px !important;
}

#problems .problem-loss-embed,
#solutions .solution-illustration {
  grid-column: span 7 / span 7 !important;
  height: 560px !important;
  min-height: 560px !important;
  margin-top: 0 !important;
}

#problems .problem-copy > .section-tag,
#solutions .solution-copy > .section-tag {
  margin: 0 !important;
}

#problems .problem-copy h1.display,
#solutions .solution-copy h1.display {
  max-width: 520px !important;
  margin-top: 16px !important;
  margin-bottom: 0 !important;
  font-family: "Instrument Serif", Georgia, serif !important;
  font-size: 78px !important;
  line-height: 0.92 !important;
  letter-spacing: -0.03em !important;
  font-weight: 400 !important;
}

#problems .problem-copy p,
#solutions .solution-copy p {
  max-width: 520px !important;
  margin-top: 32px !important;
  font-size: 19px !important;
  line-height: 1.62 !important;
}

#problems .problem-copy h1.display em {
  color: var(--rust, #c2511f) !important;
  font-style: italic !important;
}

#problems .section-tiles,
#solutions .section-tiles {
  margin-top: 72px !important;
}

@media (max-width: 1023px) {
  #problems .problem-composition,
  #solutions .solution-composition {
    grid-template-columns: 1fr !important;
  }

  #problems .problem-copy,
  #solutions .solution-copy,
  #problems .problem-loss-embed,
  #solutions .solution-illustration {
    grid-column: auto !important;
  }
}
/* Cascade end marker: unified section contract must be last. */
#problems,
#solutions,
#shadow-mode,
#roi,
#cases {
  border-top: 1px solid var(--bone, #d8d0c2) !important;
}

#problems > .mx-auto,
#solutions > .mx-auto,
#shadow-mode > .mx-auto,
#roi > .mx-auto,
#cases > .mx-auto {
  max-width: 1280px !important;
  padding-top: 112px !important;
  padding-bottom: 112px !important;
}

#problems .problem-loss-embed,
#solutions .section-composition,
#shadow-mode .section-composition,
#roi .section-composition,
#cases .section-composition {
  width: 100% !important;
  min-height: 560px !important;
  margin-top: 0 !important;
}

#solutions .section-copy,
#shadow-mode .section-copy,
#roi .section-copy,
#cases .section-copy {
  padding-top: 20px !important;
}

#solutions .section-copy > .section-tag,
#shadow-mode .section-copy > .section-tag,
#roi .section-copy > .section-tag,
#cases .section-copy > .section-tag {
  margin: 0 !important;
  font-family: Inter, system-ui, sans-serif !important;
  font-size: 11px !important;
  line-height: 16px !important;
  font-weight: 600 !important;
  letter-spacing: 0.08em !important;
  color: var(--rust, #c2511f) !important;
}

#solutions .section-copy h1.display,
#shadow-mode .section-copy h1.display,
#roi .section-copy h1.display,
#cases .section-copy h1.display {
  max-width: 520px !important;
  margin-top: 16px !important;
  margin-bottom: 0 !important;
  font-family: "Instrument Serif", Georgia, serif !important;
  font-size: 78px !important;
  line-height: 0.92 !important;
  letter-spacing: -0.03em !important;
  font-weight: 400 !important;
}

#solutions .section-copy p,
#shadow-mode .section-copy p,
#roi .section-copy p,
#cases .section-copy p {
  max-width: 520px !important;
  margin-top: 32px !important;
  font-size: 19px !important;
  line-height: 1.62 !important;
}

#problems .problem-loss-embed iframe {
  display: block !important;
  width: 100% !important;
  height: 560px !important;
  border: 0 !important;
  overflow: hidden !important;
}

#problems .section-tiles,
#solutions .section-tiles,
#shadow-mode .section-tiles,
#roi .section-tiles,
#cases .section-tiles {
  margin-top: 72px !important;
}

@media (max-width: 760px) {
  #problems > .mx-auto,
  #solutions > .mx-auto,
  #shadow-mode > .mx-auto,
  #roi > .mx-auto,
  #cases > .mx-auto {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }

  #solutions .section-copy h1.display,
  #shadow-mode .section-copy h1.display,
  #roi .section-copy h1.display,
  #cases .section-copy h1.display {
    font-size: 52px !important;
  }

  #problems .section-tiles,
  #solutions .section-tiles,
  #shadow-mode .section-tiles,
  #roi .section-tiles,
  #cases .section-tiles {
    margin-top: 40px !important;
  }
}

/* Final compact problem block: keep problem tiles visible earlier. */
#problems .problem-loss-embed {
  min-height: 460px !important;
}

#problems .problem-loss-embed iframe {
  height: 460px !important;
}

#problems .section-tiles {
  margin-top: 48px !important;
}

/* Final problem tile editorial styling: must stay below section rhythm locks. */
#problems .problem-tiles {
  margin-top: 32px !important;
  display: grid !important;
  gap: 18px !important;
  overflow: visible !important;
  border: 0 !important;
  background: transparent !important;
}

#problems .problem-tiles article {
  position: relative !important;
  min-height: 300px !important;
  display: flex !important;
  flex-direction: column !important;
  padding: 30px 32px 28px !important;
  border: 1px solid color-mix(in oklch, var(--bone, #d8d0c2) 84%, white) !important;
  border-radius: 14px !important;
  background:
    linear-gradient(180deg, rgba(255, 253, 247, 0.9), rgba(245, 241, 232, 0.98)),
    var(--paper, #f5f1e8) !important;
  box-shadow: 0 18px 42px rgba(41, 35, 25, 0.08) !important;
}

#problems .problem-card-meta {
  display: flex !important;
  align-items: flex-start !important;
  justify-content: space-between !important;
  gap: 20px !important;
}

#problems .problem-card-num {
  font-family: "Instrument Serif", Georgia, serif !important;
  font-size: 42px !important;
  line-height: 0.9 !important;
  font-style: italic !important;
  letter-spacing: -0.04em !important;
  color: var(--rust, #c2511f) !important;
}

#problems .problem-card-label {
  margin-top: 3px !important;
  font-family: "IBM Plex Mono", ui-monospace, Menlo, monospace !important;
  font-size: 10px !important;
  line-height: 1 !important;
  font-weight: 600 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  color: var(--slate, #6f6a60) !important;
}

#problems .problem-tiles article h3 {
  max-width: 420px !important;
  margin-top: 42px !important;
  font-family: "Instrument Serif", Georgia, serif !important;
  font-size: clamp(34px, 3.1vw, 48px) !important;
  line-height: 0.95 !important;
  letter-spacing: -0.035em !important;
  font-weight: 400 !important;
  color: var(--ink, #1a1a1a) !important;
}

#problems .problem-tiles article p {
  max-width: 440px !important;
  margin-top: 18px !important;
  margin-bottom: 52px !important;
  font-size: 16px !important;
  line-height: 1.58 !important;
  color: var(--graphite, #514b42) !important;
}

#problems .problem-card-mark {
  position: absolute !important;
  right: 26px !important;
  bottom: 24px !important;
  width: 38px !important;
  height: 38px !important;
  display: grid !important;
  place-items: center !important;
  border: 1px solid color-mix(in oklch, var(--rust, #c2511f) 44%, var(--bone, #d8d0c2)) !important;
  border-radius: 999px !important;
  color: var(--rust, #c2511f) !important;
  font-size: 18px !important;
  line-height: 1 !important;
}

@media (max-width: 760px) {
  #problems .problem-tiles {
    margin-top: 28px !important;
    gap: 14px !important;
  }

  #problems .problem-tiles article {
    min-height: 260px !important;
    padding: 26px 24px 26px !important;
  }
}
/* EOF lock: problem cards must match the rounded icon reference. */
#problems .problem-tiles {
  margin-top: 32px !important;
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 22px !important;
  overflow: visible !important;
  border: 0 !important;
  background: transparent !important;
}

#problems .problem-tiles article {
  position: relative !important;
  min-height: 336px !important;
  display: flex !important;
  flex-direction: column !important;
  padding: 34px 36px 32px !important;
  overflow: hidden !important;
  border: 1px solid rgba(216, 208, 194, 0.72) !important;
  border-radius: 30px !important;
  background:
    radial-gradient(circle at 24% 4%, rgba(255, 255, 255, 0.96) 0 18%, rgba(255, 255, 255, 0) 44%),
    linear-gradient(145deg, #fffdf7 0%, #f6efe2 58%, #efe6d5 100%) !important;
  box-shadow:
    0 24px 56px rgba(52, 42, 28, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.82) !important;
}

#problems .problem-tiles article::before {
  content: "" !important;
  position: absolute !important;
  inset: 1px !important;
  border-radius: 29px !important;
  pointer-events: none !important;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.36), rgba(255, 255, 255, 0)) !important;
}

#problems .problem-card-meta {
  position: relative !important;
  z-index: 1 !important;
  display: flex !important;
  align-items: flex-start !important;
  justify-content: space-between !important;
  gap: 20px !important;
}

#problems .problem-card-num {
  font-family: "Instrument Serif", Georgia, serif !important;
  font-size: 48px !important;
  line-height: 0.86 !important;
  font-style: italic !important;
  letter-spacing: -0.05em !important;
  color: var(--rust, #c2511f) !important;
}

#problems .problem-card-label {
  margin-top: 2px !important;
  font-family: "IBM Plex Mono", ui-monospace, Menlo, monospace !important;
  font-size: 10px !important;
  line-height: 1 !important;
  font-weight: 600 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  color: rgba(81, 75, 66, 0.72) !important;
}

#problems .problem-card-icon {
  position: relative !important;
  z-index: 1 !important;
  width: 64px !important;
  height: 64px !important;
  display: grid !important;
  place-items: center !important;
  margin-top: 34px !important;
  color: #171411 !important;
}

#problems .problem-card-icon svg {
  width: 58px !important;
  height: 58px !important;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 2.25 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

#problems .problem-tiles article h3 {
  position: relative !important;
  z-index: 1 !important;
  max-width: 440px !important;
  margin-top: 28px !important;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif !important;
  font-size: clamp(31px, 2.5vw, 43px) !important;
  line-height: 1.02 !important;
  letter-spacing: -0.045em !important;
  font-weight: 760 !important;
  color: #171411 !important;
}

#problems .problem-tiles article p {
  position: relative !important;
  z-index: 1 !important;
  max-width: 440px !important;
  margin-top: 18px !important;
  margin-bottom: 64px !important;
  font-size: 16px !important;
  line-height: 1.6 !important;
  color: rgba(81, 75, 66, 0.86) !important;
}

#problems .problem-card-mark {
  position: absolute !important;
  z-index: 2 !important;
  right: 30px !important;
  bottom: 28px !important;
  width: 42px !important;
  height: 42px !important;
  display: grid !important;
  place-items: center !important;
  border: 1px solid rgba(23, 20, 17, 0.2) !important;
  border-radius: 999px !important;
  background: rgba(255, 253, 247, 0.72) !important;
  color: #171411 !important;
  font-family: Inter, system-ui, sans-serif !important;
  font-size: 18px !important;
  line-height: 1 !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72) !important;
}

@media (max-width: 760px) {
  #problems .problem-tiles {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }

  #problems .problem-tiles article {
    min-height: 300px !important;
    padding: 30px 26px 28px !important;
    border-radius: 26px !important;
  }

  #problems .problem-tiles article h3 {
    font-size: 32px !important;
  }
}

/* Final UX correction: problem cards are typographic, not icon-led. */
#problems .problem-tiles {
  margin-top: 32px !important;
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 22px !important;
  overflow: visible !important;
  border: 0 !important;
  background: transparent !important;
}

#problems .problem-tiles article {
  position: relative !important;
  min-height: 292px !important;
  display: flex !important;
  flex-direction: column !important;
  padding: 34px 36px 32px !important;
  overflow: hidden !important;
  border: 1px solid rgba(216, 208, 194, 0.72) !important;
  border-radius: 30px !important;
  background:
    radial-gradient(circle at 18% 0%, rgba(255, 255, 255, 0.92) 0 16%, rgba(255, 255, 255, 0) 44%),
    linear-gradient(145deg, #fffdf7 0%, #f7f0e4 62%, #f0e7d6 100%) !important;
  box-shadow:
    0 18px 42px rgba(52, 42, 28, 0.10),
    inset 0 1px 0 rgba(255, 255, 255, 0.82) !important;
}

#problems .problem-tiles article::before {
  content: "" !important;
  position: absolute !important;
  inset: 1px !important;
  border-radius: 29px !important;
  pointer-events: none !important;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.32), rgba(255, 255, 255, 0)) !important;
}

#problems .problem-card-meta {
  position: relative !important;
  z-index: 1 !important;
  display: flex !important;
  align-items: flex-start !important;
  justify-content: space-between !important;
  gap: 20px !important;
}

#problems .problem-card-num {
  font-family: "Instrument Serif", Georgia, serif !important;
  font-size: 48px !important;
  line-height: 0.86 !important;
  font-style: italic !important;
  letter-spacing: -0.05em !important;
  color: var(--rust, #c2511f) !important;
}

#problems .problem-card-label {
  margin-top: 2px !important;
  font-family: "IBM Plex Mono", ui-monospace, Menlo, monospace !important;
  font-size: 10px !important;
  line-height: 1 !important;
  font-weight: 600 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  color: rgba(81, 75, 66, 0.72) !important;
}

#problems .problem-card-icon {
  display: none !important;
}

#problems .problem-tiles article h3 {
  position: relative !important;
  z-index: 1 !important;
  max-width: 460px !important;
  margin-top: 46px !important;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif !important;
  font-size: clamp(30px, 2.25vw, 38px) !important;
  line-height: 1.03 !important;
  letter-spacing: -0.04em !important;
  font-weight: 760 !important;
  color: #171411 !important;
}

#problems .problem-tiles article p {
  position: relative !important;
  z-index: 1 !important;
  max-width: 455px !important;
  margin-top: 16px !important;
  margin-bottom: 56px !important;
  font-size: 16px !important;
  line-height: 1.58 !important;
  color: rgba(81, 75, 66, 0.86) !important;
}

#problems .problem-card-mark {
  position: absolute !important;
  z-index: 2 !important;
  right: 30px !important;
  bottom: 28px !important;
  width: 38px !important;
  height: 38px !important;
  display: grid !important;
  place-items: center !important;
  border: 1px solid rgba(23, 20, 17, 0.18) !important;
  border-radius: 999px !important;
  background: rgba(255, 253, 247, 0.72) !important;
  color: #171411 !important;
  font-family: Inter, system-ui, sans-serif !important;
  font-size: 16px !important;
  line-height: 1 !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72) !important;
}

@media (max-width: 760px) {
  #problems .problem-tiles {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }

  #problems .problem-tiles article {
    min-height: 264px !important;
    padding: 30px 26px 28px !important;
    border-radius: 26px !important;
  }

  #problems .problem-tiles article h3 {
    margin-top: 36px !important;
    font-size: 30px !important;
  }
}

/* Final UX correction: problem cards should be compact reading blocks, not faux links. */
#problems .problem-tiles {
  margin-top: 30px !important;
  gap: 18px !important;
}

#problems .problem-tiles article {
  min-height: 232px !important;
  padding: 28px 32px 30px !important;
  border-radius: 26px !important;
  box-shadow:
    0 14px 30px rgba(52, 42, 28, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.82) !important;
}

#problems .problem-tiles article::before {
  border-radius: 25px !important;
}

#problems .problem-card-num {
  font-size: 42px !important;
}

#problems .problem-card-label {
  font-size: 9.5px !important;
}

#problems .problem-tiles article h3 {
  margin-top: 30px !important;
  font-size: clamp(26px, 2vw, 34px) !important;
  line-height: 1.06 !important;
  letter-spacing: -0.035em !important;
}

#problems .problem-tiles article p {
  margin-top: 12px !important;
  margin-bottom: 0 !important;
  font-size: 15px !important;
  line-height: 1.52 !important;
}

#problems .problem-card-mark {
  display: none !important;
}

@media (max-width: 760px) {
  #problems .problem-tiles article {
    min-height: 0 !important;
    padding: 26px 24px 28px !important;
    border-radius: 24px !important;
  }

  #problems .problem-tiles article h3 {
    margin-top: 26px !important;
    font-size: 28px !important;
  }
}

/* Final problems grid rebuild: animation left, compact problem cards right. */
#problems > .mx-auto {
  padding-top: 96px !important;
  padding-bottom: 96px !important;
}

#problems .problem-board {
  display: grid !important;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr) !important;
  gap: clamp(28px, 4vw, 56px) !important;
  align-items: stretch !important;
}

#problems .problem-loss-embed {
  width: 100% !important;
  height: 650px !important;
  margin: 0 !important;
  overflow: hidden !important;
  border-radius: 32px !important;
  background: #f5f1e8 !important;
  box-shadow:
    0 22px 54px rgba(52, 42, 28, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.78) !important;
}

#problems .problem-loss-embed iframe {
  display: block !important;
  width: 100% !important;
  height: 650px !important;
  border: 0 !important;
}

#problems .problem-content {
  display: flex !important;
  min-width: 0 !important;
  flex-direction: column !important;
}

#problems .problem-copy {
  margin: 0 !important;
  padding: 0 !important;
}

#problems .problem-copy .section-tag {
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
  color: #c2511f !important;
  font-family: Inter, system-ui, sans-serif !important;
  font-size: 11px !important;
  line-height: 16px !important;
  font-weight: 600 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
}

#problems .problem-copy .section-tag::before {
  content: "" !important;
  width: 6px !important;
  height: 6px !important;
  border-radius: 999px !important;
  background: #c2511f !important;
}

#problems .problem-copy h1,
#problems .problem-copy h1.display {
  margin: 16px 0 0 !important;
  max-width: 620px !important;
  color: #1a1a1a !important;
  font-family: "Instrument Serif", Georgia, serif !important;
  font-size: clamp(54px, 5.4vw, 82px) !important;
  font-weight: 400 !important;
  line-height: 0.92 !important;
  letter-spacing: -0.04em !important;
}

#problems .problem-copy h1 em,
#problems .problem-copy h1.display em {
  color: #c2511f !important;
  font-style: italic !important;
}

#problems .problem-copy p {
  margin: 24px 0 0 !important;
  max-width: 600px !important;
  color: #4b463f !important;
  font-family: Inter, system-ui, sans-serif !important;
  font-size: 17px !important;
  line-height: 1.58 !important;
}

#problems .problem-tiles {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 14px !important;
  margin-top: auto !important;
  padding-top: 28px !important;
  border: 0 !important;
  overflow: visible !important;
  background: transparent !important;
}

#problems .problem-tiles article {
  min-height: 178px !important;
  padding: 20px 22px 22px !important;
  border: 1px solid rgba(28, 26, 23, 0.08) !important;
  border-radius: 22px !important;
  background:
    linear-gradient(145deg, rgba(255, 253, 247, 0.95), rgba(239, 233, 218, 0.82)) !important;
  box-shadow:
    0 12px 28px rgba(52, 42, 28, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.84) !important;
}

#problems .problem-tiles article::before,
#problems .problem-card-icon,
#problems .problem-card-mark {
  display: none !important;
}

#problems .problem-card-meta {
  display: flex !important;
  align-items: flex-start !important;
  justify-content: space-between !important;
  gap: 14px !important;
}

#problems .problem-card-num {
  color: #c2511f !important;
  font-family: "Instrument Serif", Georgia, serif !important;
  font-size: 30px !important;
  font-style: italic !important;
  font-weight: 400 !important;
  line-height: 0.82 !important;
  letter-spacing: -0.04em !important;
}

#problems .problem-card-label {
  color: rgba(28, 26, 23, 0.42) !important;
  font-family: "IBM Plex Mono", ui-monospace, monospace !important;
  font-size: 8.5px !important;
  font-weight: 500 !important;
  line-height: 1.1 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
}

#problems .problem-tiles article h3 {
  margin-top: 22px !important;
  color: #1a1a1a !important;
  font-family: Inter, system-ui, sans-serif !important;
  font-size: clamp(21px, 1.75vw, 27px) !important;
  font-weight: 650 !important;
  line-height: 1.04 !important;
  letter-spacing: -0.035em !important;
}

#problems .problem-tiles article p {
  margin: 10px 0 0 !important;
  max-width: none !important;
  color: #5b554e !important;
  font-family: Inter, system-ui, sans-serif !important;
  font-size: 13.5px !important;
  line-height: 1.45 !important;
}

@media (max-width: 1020px) {
  #problems .problem-board {
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr) !important;
  }

  #problems .problem-loss-embed,
  #problems .problem-loss-embed iframe {
    height: 650px !important;
  }

  #problems .problem-tiles {
    margin-top: 30px !important;
    padding-top: 0 !important;
  }
}

@media (max-width: 680px) {
  #problems > .mx-auto {
    padding-top: 72px !important;
    padding-bottom: 72px !important;
  }

  #problems .problem-board {
    grid-template-columns: 1fr !important;
  }

  #problems .problem-loss-embed,
  #problems .problem-loss-embed iframe {
    height: 390px !important;
    border-radius: 24px !important;
  }

  #problems .problem-tiles {
    grid-template-columns: 1fr !important;
  }
}

/* Problems v2: reuse the Solutions grid rhythm, with the animation reduced and paired left of the title. */
#problems > .mx-auto {
  padding-top: clamp(76px, 7vw, 112px) !important;
  padding-bottom: clamp(76px, 7vw, 112px) !important;
}

#problems .problem-board {
  display: grid !important;
  grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  gap: clamp(36px, 4.6vw, 72px) !important;
  align-items: start !important;
}

#problems .problem-loss-embed,
#problems > .mx-auto > .problem-board > .problem-loss-embed.section-illustration {
  grid-column: span 5 / span 5 !important;
  width: 100% !important;
  max-width: 520px !important;
  height: clamp(390px, 38vw, 500px) !important;
  margin: 4px 0 0 !important;
  border-radius: 0 !important;
  border: 0.5px solid rgba(26, 20, 16, 0.15) !important;
  background: #efe9da !important;
  box-shadow: none !important;
}

#problems .problem-loss-embed iframe {
  width: 100% !important;
  height: 100% !important;
  border: 0 !important;
}

#problems .problem-content {
  grid-column: span 7 / span 7 !important;
  display: block !important;
  min-width: 0 !important;
}

#problems .problem-copy {
  max-width: 720px !important;
}

#problems .problem-copy h1 {
  max-width: 680px !important;
  margin-top: 18px !important;
  font-size: clamp(56px, 6vw, 92px) !important;
  line-height: 0.9 !important;
}

#problems .problem-copy p {
  max-width: 580px !important;
  margin-top: 28px !important;
}

#problems .problem-tiles {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 1px !important;
  margin-top: clamp(42px, 5vw, 72px) !important;
  padding-top: 0 !important;
  overflow: hidden !important;
  border: 0.5px solid rgba(26, 20, 16, 0.15) !important;
  background: rgba(26, 20, 16, 0.15) !important;
}

#problems .problem-tiles article {
  min-height: 192px !important;
  padding: clamp(24px, 2vw, 34px) !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: rgba(255, 253, 247, 0.58) !important;
  box-shadow: none !important;
}

#problems .problem-card-num {
  font-family: "IBM Plex Mono", ui-monospace, monospace !important;
  font-size: 12px !important;
  font-style: normal !important;
  line-height: 1 !important;
  letter-spacing: 0.14em !important;
}

#problems .problem-card-label {
  font-size: 9px !important;
  letter-spacing: 0.14em !important;
}

#problems .problem-tiles article h3 {
  margin-top: clamp(30px, 3vw, 44px) !important;
  font-size: clamp(27px, 2.3vw, 38px) !important;
  line-height: 1.02 !important;
}

#problems .problem-tiles article p {
  max-width: 34ch !important;
  font-size: 14.5px !important;
  line-height: 1.5 !important;
}

#problems .problem-type-register {
  margin-top: clamp(34px, 4vw, 56px) !important;
  border-top: 0.5px solid rgba(26, 20, 16, 0.18) !important;
  padding-top: clamp(22px, 2.8vw, 36px) !important;
}

#problems .problem-type-head {
  display: grid !important;
  grid-template-columns: minmax(160px, 0.34fr) minmax(0, 0.66fr) !important;
  gap: clamp(22px, 3vw, 48px) !important;
  align-items: baseline !important;
  margin-bottom: 18px !important;
}

#problems .problem-type-head p {
  max-width: 620px !important;
  color: #5b554e !important;
  font-size: 14px !important;
  line-height: 1.55 !important;
}

#problems .problem-type-grid {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: 1px !important;
  overflow: hidden !important;
  border: 0.5px solid rgba(26, 20, 16, 0.15) !important;
  background: rgba(26, 20, 16, 0.15) !important;
}

#problems .problem-type-grid li {
  display: flex !important;
  min-height: 58px !important;
  align-items: center !important;
  gap: 12px !important;
  background: rgba(245, 241, 232, 0.9) !important;
  padding: 14px 16px !important;
  color: #28241f !important;
  font-size: 13px !important;
  line-height: 1.25 !important;
}

#problems .problem-type-grid li span {
  color: #c2511f !important;
  font-family: "IBM Plex Mono", ui-monospace, monospace !important;
  font-size: 10px !important;
  letter-spacing: 0.1em !important;
}

@media (max-width: 1020px) {
  #problems .problem-board {
    grid-template-columns: 1fr !important;
  }

  #problems .problem-loss-embed,
  #problems .problem-content {
    grid-column: 1 / -1 !important;
  }

  #problems .problem-loss-embed {
    max-width: none !important;
    height: 430px !important;
    order: 2 !important;
  }

  #problems .problem-loss-embed iframe {
    height: 100% !important;
  }

  #problems .problem-content {
    order: 1 !important;
  }

  #problems .problem-type-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 680px) {
  #problems .problem-loss-embed {
    height: 340px !important;
    border-radius: 0 !important;
  }

  #problems .problem-loss-embed iframe {
    height: 100% !important;
  }

  #problems .problem-tiles,
  #problems .problem-type-head,
  #problems .problem-type-grid {
    grid-template-columns: 1fr !important;
  }
}

/* Open Design comment 1: make the problem illustration narrower and left aligned. */
@media (min-width: 1021px) {
  #problems .problem-board {
    grid-template-columns: minmax(360px, 430px) minmax(0, 1fr) !important;
    column-gap: clamp(44px, 5vw, 76px) !important;
  }

  #problems .problem-loss-embed {
    grid-column: 1 !important;
    justify-self: start !important;
    width: min(100%, 430px) !important;
    max-width: 430px !important;
    height: 430px !important;
    margin-left: 0 !important;
    margin-right: auto !important;
  }

  #problems .problem-content {
    grid-column: 2 !important;
  }
}

/* Problems v4: exact Solutions rhythm - copy 5 cols, illustration 7 cols, tiles below. */
#problems .problem-board {
  display: grid !important;
  grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  gap: clamp(36px, 4.6vw, 72px) !important;
  align-items: start !important;
}

#problems .problem-content {
  grid-column: span 5 / span 5 !important;
  display: block !important;
  min-width: 0 !important;
}

#problems .problem-loss-embed {
  grid-column: span 7 / span 7 !important;
  width: 100% !important;
  max-width: none !important;
  height: clamp(420px, 39vw, 560px) !important;
  margin: 0 !important;
  overflow: hidden !important;
  border-radius: 0 !important;
  border: 0.5px solid rgba(26, 20, 16, 0.15) !important;
  background: #efe9da !important;
  box-shadow: none !important;
}

#problems .problem-loss-embed iframe {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  border: 0 !important;
}

#problems .problem-copy h1 {
  max-width: 520px !important;
  margin-top: 16px !important;
  font-size: clamp(48px, 5.2vw, 78px) !important;
  line-height: 0.92 !important;
  letter-spacing: -0.045em !important;
}

#problems .problem-copy p {
  max-width: 520px !important;
  margin-top: 32px !important;
  font-size: clamp(17px, 1.35vw, 19px) !important;
  line-height: 1.62 !important;
}

#problems .problem-tiles {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 16px !important;
  margin-top: clamp(64px, 6vw, 96px) !important;
  padding-top: 0 !important;
  overflow: visible !important;
  border: 0 !important;
  background: transparent !important;
}

#problems .problem-tiles article {
  min-height: 252px !important;
  padding: clamp(24px, 2vw, 32px) !important;
  border: 1px solid rgba(28, 26, 23, 0.08) !important;
  border-radius: 0 !important;
  background: rgba(255, 253, 247, 0.62) !important;
  box-shadow: none !important;
}

#problems .problem-card-num,
#problems .problem-card-label {
  font-family: "IBM Plex Mono", ui-monospace, monospace !important;
  font-style: normal !important;
  text-transform: uppercase !important;
}

#problems .problem-card-num {
  color: #c2511f !important;
  font-size: 11px !important;
  line-height: 1 !important;
  letter-spacing: 0.14em !important;
}

#problems .problem-card-label {
  color: rgba(28, 26, 23, 0.42) !important;
  font-size: 9px !important;
  line-height: 1.2 !important;
  letter-spacing: 0.14em !important;
}

#problems .problem-tiles article h3 {
  margin-top: clamp(48px, 4.4vw, 72px) !important;
  color: #1a1a1a !important;
  font-family: "Instrument Serif", Georgia, serif !important;
  font-size: clamp(31px, 2.35vw, 40px) !important;
  font-weight: 400 !important;
  line-height: 0.98 !important;
  letter-spacing: -0.035em !important;
}

#problems .problem-tiles article p {
  max-width: 32ch !important;
  margin-top: 14px !important;
  color: #5b554e !important;
  font-size: 14.5px !important;
  line-height: 1.5 !important;
}

@media (max-width: 1020px) {
  #problems .problem-board {
    grid-template-columns: 1fr !important;
  }

  #problems .problem-content,
  #problems .problem-loss-embed {
    grid-column: 1 / -1 !important;
  }

  #problems .problem-loss-embed {
    height: 430px !important;
  }

  #problems .problem-tiles {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 680px) {
  #problems .problem-loss-embed {
    height: 340px !important;
  }

  #problems .problem-tiles,
  #problems .problem-type-head,
  #problems .problem-type-grid {
    grid-template-columns: 1fr !important;
  }
}

/* UX final pass for Problems block: compact, systematic, readable. */
#problems > .mx-auto {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}

#problems .problem-board {
  display: grid !important;
  grid-template-columns: minmax(300px, 400px) minmax(0, 1fr) !important;
  column-gap: clamp(40px, 4.8vw, 64px) !important;
  row-gap: 40px !important;
  align-items: start !important;
}

#problems .problem-content {
  grid-column: 1 !important;
}

#problems .problem-copy {
  max-width: 400px !important;
}

#problems .problem-copy h1 {
  max-width: 400px !important;
  margin-top: 14px !important;
  font-size: clamp(60px, 5.35vw, 68px) !important;
  line-height: 0.96 !important;
  letter-spacing: -0.035em !important;
}

#problems .problem-copy h1 em {
  color: #a83a1a !important;
  font-style: normal !important;
}

#problems .problem-copy p {
  max-width: 400px !important;
  margin-top: 24px !important;
  color: #3a3a3a !important;
  font-size: 16px !important;
  line-height: 26px !important;
}

#problems .problem-loss-embed {
  grid-column: 2 !important;
  justify-self: start !important;
  width: min(100%, 620px) !important;
  max-width: 620px !important;
  height: 400px !important;
  margin: 0 auto 0 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
  border: 1px solid rgba(28, 26, 23, 0.1) !important;
  background: #efe9da !important;
}

#problems .problem-loss-embed iframe {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  border: 0 !important;
}

#problems .problem-tiles {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 16px !important;
  margin-top: 44px !important;
  border: 0 !important;
  background: transparent !important;
}

#problems .problem-tiles article {
  min-height: 232px !important;
  padding: 28px !important;
  border: 1px solid rgba(28, 26, 23, 0.1) !important;
  background: rgba(255, 253, 247, 0.66) !important;
}

#problems .problem-card-meta {
  display: flex !important;
  align-items: baseline !important;
  justify-content: space-between !important;
  gap: 16px !important;
}

#problems .problem-card-num,
#problems .problem-card-label,
#problems .problem-type-grid li span {
  font-family: Inter, system-ui, sans-serif !important;
  font-size: 12px !important;
  line-height: 16px !important;
  font-weight: 600 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
}

#problems .problem-card-num {
  color: #c2511f !important;
}

#problems .problem-card-label {
  color: rgba(28, 26, 23, 0.58) !important;
}

#problems .problem-tiles article h3 {
  margin-top: 32px !important;
  color: #1a1a1a !important;
  font-family: "Instrument Serif", Georgia, serif !important;
  font-size: 28px !important;
  font-weight: 400 !important;
  line-height: 32px !important;
  letter-spacing: 0 !important;
}

#problems .problem-tiles article p {
  max-width: 42ch !important;
  margin-top: 12px !important;
  color: #3a3a3a !important;
  font-size: 16px !important;
  line-height: 26px !important;
}

#problems .problem-type-register {
  margin-top: 32px !important;
  padding-top: 24px !important;
}

#problems .problem-type-head {
  grid-template-columns: minmax(180px, 0.28fr) minmax(0, 0.72fr) !important;
  gap: 32px !important;
  margin-bottom: 16px !important;
}

#problems .problem-type-head p,
#problems .problem-type-grid li {
  font-size: 16px !important;
  line-height: 26px !important;
}

@media (max-width: 980px) {
  #problems .problem-board {
    grid-template-columns: 1fr !important;
  }

  #problems .problem-content,
  #problems .problem-loss-embed {
    grid-column: 1 / -1 !important;
  }

  #problems .problem-loss-embed {
    width: 100% !important;
    max-width: 680px !important;
    height: 380px !important;
  }
}

@media (max-width: 680px) {
  #problems .problem-copy h1,
  #problems .problem-copy h1.display {
    font-size: 42px !important;
    line-height: 1.04 !important;
  }

  #problems .problem-loss-embed {
    height: 320px !important;
  }

  #problems .problem-tiles,
  #problems .problem-type-head,
  #problems .problem-type-grid {
    grid-template-columns: 1fr !important;
  }
}
