
.hero-home {
  padding: clamp(58px, 8vw, 102px) 0 clamp(46px, 6vw, 72px);
  background: linear-gradient(180deg, #0b0c10, #090a0d);
}

.hero-grid {
  grid-template-columns: minmax(0, 0.96fr) minmax(360px, 0.82fr);
  gap: clamp(34px, 5vw, 72px);
}

.hero-copy-column {
  max-width: 720px;
}

.hero-copy-column h1 {
  max-width: 12.5ch;
  color: #f6f6f4;
  font-size: clamp(3.05rem, 5.4vw, 5.7rem);
  font-weight: 760;
  line-height: 0.98;
  letter-spacing: 0;
}

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

.hero-intro {
  max-width: 42rem;
  color: rgba(238, 240, 242, 0.72);
  font-size: clamp(1rem, 1.18vw, 1.12rem);
  line-height: 1.62;
}

.quick-search {
  margin-top: 26px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.quick-search input,
.directory-filters input,
.directory-filters select,
.directory-filters textarea {
  border-radius: 8px;
  border-color: var(--o4-premium-line);
  background: #101218;
}

.quick-searches {
  gap: 8px;
}

.quick-chip {
  min-height: 30px;
  border-radius: 999px;
  color: rgba(238, 240, 242, 0.68);
  background: transparent;
}

.quick-chip:hover {
  color: var(--o4-premium-text);
  border-color: var(--o4-premium-line-strong);
  background: rgba(255, 255, 255, 0.04);
}

.hero-console {
  padding: clamp(22px, 3vw, 34px);
  border-radius: 8px;
  border-color: var(--o4-premium-line);
  background: #121419;
  box-shadow: none;
}

.hero-console-topbar {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--o4-premium-line);
}

.hero-console-status {
  min-height: 28px;
  padding: 0 9px;
  color: rgba(238, 240, 242, 0.72);
  border-color: var(--o4-premium-line);
  background: transparent;
  font-size: 0.66rem;
}

.hero-console-status span {
  display: none;
}

.hero-console-header {
  margin-top: 24px;
}

.hero-console-header h2 {
  margin: 0;
  color: #f3f1ec;
  font-size: clamp(1.65rem, 2.2vw, 2.55rem);
  font-weight: 740;
  letter-spacing: 0;
  line-height: 1.08;
}

.hero-console-header p:last-child {
  max-width: 34rem;
  color: rgba(238, 240, 242, 0.68);
  font-size: 0.96rem;
  line-height: 1.62;
}

.hero-console-body.hero-trust-list,
.hero-trust-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  margin-top: 22px;
  border-top: 1px solid var(--o4-premium-line);
}

.hero-console-note {
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 13px;
  padding: 16px 0;
  border: 0;
  border-bottom: 1px solid var(--o4-premium-line);
  border-radius: 0;
  background: transparent;
}

.hero-console-note::before {
  display: none;
}

.hero-console-note p:last-child {
  color: rgba(238, 240, 242, 0.62);
  font-size: 0.88rem;
  line-height: 1.5;
}

.hero-dossier-strip {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 20px;
}

.hero-dossier-strip span {
  min-height: 36px;
  border-radius: 7px;
  color: rgba(238, 240, 242, 0.72);
  border-color: var(--o4-premium-line);
  background: rgba(255, 255, 255, 0.028);
}

.hero-console-links {
  margin-top: 16px;
  border-top-color: var(--o4-premium-line);
}

.hero-console-links a,
.section-link,
.directory-pathway-footer a {
  color: rgba(238, 240, 242, 0.76);
  font-size: 0.75rem;
  font-weight: 750;
  letter-spacing: 0.02em;
}

.home-command-section {
  padding-top: 24px;
}

.home-command-shell {
  grid-template-columns: 1fr;
  grid-template-areas:
    "copy"
    "modes";
  padding: clamp(26px, 4vw, 48px) 0;
  border-width: 1px 0;
  border-radius: 0;
  border-color: var(--o4-premium-line);
  background: transparent;
}

.home-command-visual {
  display: none;
}

.home-command-copy {
  max-width: 860px;
}

.home-command-copy h2 {
  max-width: 15ch;
  font-size: clamp(2.25rem, 4.2vw, 4.6rem);
  line-height: 1.02;
  letter-spacing: 0;
}

.home-command-copy p:not(.section-kicker) {
  max-width: 46rem;
  color: rgba(238, 240, 242, 0.68);
}

.home-command-modes {
  gap: 0;
  border-radius: 8px;
  border-color: var(--o4-premium-line);
  background: transparent;
}

.home-command-mode {
  min-height: 150px;
  padding: 18px;
  border-right: 1px solid var(--o4-premium-line);
  background: #111318;
}

.home-command-mode:last-child {
  border-right: 0;
}

.home-command-mode p {
  color: rgba(238, 240, 242, 0.6);
}

.home-section-shell,
.section-discovery .home-section-shell {
  padding: clamp(26px, 3vw, 40px) 0;
  border-top: 1px solid var(--o4-premium-line);
}

.home-path-grid,
.home-feature-grid,
.home-collection-grid {
  gap: 12px;
}

.feature-card,
.featured-tool-card,
.collection-card,
.article-card,
.collection-tool-card {
  transition: border-color 160ms ease, background 160ms ease, transform 160ms ease;
}

.feature-card:hover,
.featured-tool-card:hover,
.article-card:hover,
.collection-card:hover,
.collection-tool-card:hover,
.card:focus-within {
  border-color: rgba(232, 235, 238, 0.22);
  background: #16191f;
  transform: translateY(-1px);
  box-shadow: none;
}

.feature-card h3,
.tool-card h3,
.collection-card h3,
.article-card h2,
.article-card h3,
.collection-spotlight h2 {
  margin-top: 10px;
  font-size: clamp(1.12rem, 1.55vw, 1.52rem);
  line-height: 1.18;
  letter-spacing: 0;
}

.section-head h2,
.section-title h2 {
  color: #f3f1ec;
  font-size: clamp(1.85rem, 2.7vw, 3rem);
  letter-spacing: 0;
}
