/*
 * Public page density cleanup: keep the existing layout, but make page sections,
 * forms, and primary actions use the calmer gold/green system without excess air.
 */
.section {
  padding-block: clamp(30px, 4vw, 46px);
}

.container.section {
  padding-top: clamp(28px, 4vw, 46px);
  padding-bottom: clamp(30px, 4vw, 48px);
}

.section-head-inline {
  gap: 16px;
  margin-bottom: clamp(14px, 2vw, 22px);
}

.section-intro,
.page-shell-premium .page-shell-lede,
.form-shell .page-shell-lede {
  line-height: 1.5;
}

.button,
.osint4all-form > button,
.newsletter-form > button,
.section-link {
  min-height: 42px;
  padding-inline: 14px;
  border-radius: 8px;
}

.button-primary,
.osint4all-form > button {
  border-color: rgba(225, 209, 165, 0.38);
  color: #12100a;
  background: linear-gradient(180deg, #e8dba9, #c8b88d);
  box-shadow: 0 12px 28px rgba(200, 184, 141, 0.13);
}

.button-primary:hover,
.button-primary:focus-visible,
.osint4all-form > button:hover,
.osint4all-form > button:focus-visible {
  box-shadow: 0 14px 32px rgba(200, 184, 141, 0.2);
}

.button-secondary,
.button-ghost {
  min-height: 40px;
  color: rgba(238, 240, 242, 0.9);
}

.hero-home .hero-brand-lockup {
  margin-bottom: 14px;
}

.hero-home .hero-copy-column h1 {
  font-size: clamp(3.2rem, 5.2vw, 5.25rem);
}

.hero-home .hero-intro {
  margin-top: 14px;
  line-height: 1.52;
}

.hero-home .hero-actions {
  gap: 10px;
  margin-top: 18px;
}

.hero-home .quick-search {
  margin-top: 14px;
  padding: 8px;
}

.hero-proofwall {
  padding: clamp(12px, 1.8vw, 20px);
}

.home-section-shell,
.section-discovery .home-section-shell {
  padding: clamp(18px, 2.4vw, 26px);
}

.home-priority-lanes .feature-lane {
  min-height: 240px;
  padding: clamp(18px, 2vw, 22px);
}

.archive-header-directory {
  padding-bottom: 20px;
}

.archive-proof-card {
  padding: 16px;
}

.directory-pathways {
  margin-top: 24px;
  padding: 20px 0;
}

.form-shell.page-shell.page-shell-premium {
  padding: clamp(18px, 2.6vw, 26px);
}

.form-shell .page-shell-grid,
.page-shell-form .page-shell-grid {
  gap: clamp(16px, 2.6vw, 28px);
}

.form-shell .page-shell-header {
  gap: 8px;
}

.form-shell .page-shell-header h1 {
  max-width: 12ch;
  font-size: clamp(2.5rem, 4.6vw, 3.8rem);
}

.form-shell .page-shell-lede {
  max-width: 44rem;
}

.page-shell-route-strip {
  gap: 6px;
}

.page-shell-route-strip span {
  min-height: 26px;
  padding-inline: 9px;
}

.form-entry-title {
  margin-top: clamp(18px, 3vw, 28px);
  font-size: clamp(1.3rem, 1.7vw, 1.75rem);
}

.form-shell .osint4all-form {
  gap: 10px;
  margin-top: 10px;
}

.form-shell .osint4all-form input,
.form-shell .osint4all-form select,
.form-shell .osint4all-form textarea {
  min-height: 42px;
  padding: 10px 12px;
  border-radius: 8px;
}

.form-shell .osint4all-form textarea {
  min-height: 84px;
}

.form-shell .osint4all-form > button {
  justify-self: start;
  min-width: 170px;
}

.form-shell .osint4all-form > .osint4all-form-note:first-of-type,
.form-shell .osint4all-form > .osint4all-form-note:last-child {
  padding: 9px 11px;
}

.form-shell .osint4all-next-steps li {
  min-height: 0;
  padding: 9px;
}

.page-process-card.card,
.page-shell-sidebar .page-process-card {
  padding: 14px;
}

@media (max-width: 760px) {
  .section,
  .container.section {
    padding-block: 24px 34px;
  }

  .hero-home .hero-intro {
    margin-top: 8px;
  }

  .form-shell .page-shell-header h1 {
    font-size: clamp(2.28rem, 10.5vw, 2.9rem);
  }

  .form-shell .osint4all-form > button {
    width: 100%;
  }
}
