/*
Theme Name: Lambda Hive Minimal
Theme URI: https://lambdahive.com
Author: Lambda Hive
Description: Lightweight placeholder theme for Lambda Hive with a single, disclosure-safe landing page.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: lambda-hive-minimal
*/

:root {
  --lh-bg: #f4f2ec;
  --lh-surface: #fffdf7;
  --lh-ink: #1a2230;
  --lh-muted: #455366;
  --lh-accent: #80bffc;
  --lh-accent-soft: #d8ecff;
  --lh-warm: #ffd079;
  --lh-line: #d8dbe2;
  --lh-shadow: 0 18px 42px rgba(26, 34, 48, 0.09);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background:
    radial-gradient(1200px 460px at 90% -10%, rgba(128, 191, 252, 0.28), transparent 56%),
    radial-gradient(850px 380px at -10% 8%, rgba(255, 208, 121, 0.32), transparent 54%),
    var(--lh-bg);
  color: var(--lh-ink);
  font-family: "Sora", "Avenir Next", "Segoe UI", sans-serif;
  margin: 0;
}

a {
  color: var(--lh-ink);
}

a:hover {
  color: #111;
}

.site-main {
  display: block;
}

.lh-shell {
  margin: 0 auto;
  max-width: 1140px;
  padding: 1.1rem;
}

.lh-nav-wrap {
  padding-top: 0.4rem;
}

.lh-nav {
  align-items: center;
  display: flex;
  justify-content: space-between;
  gap: 1.25rem;
}

.lh-brand {
  align-items: center;
  display: inline-flex;
  max-width: 330px;
}

.lh-brand-logo {
  display: block;
  height: auto;
  width: 100%;
}

.lh-brand-logo-light {
  display: none;
}

.lh-nav-links {
  align-items: center;
  display: flex;
  gap: 1.1rem;
}

.lh-nav-links a {
  font-size: 0.94rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-decoration: none;
}

.lh-nav-links a:hover,
.lh-nav-links a:focus-visible {
  color: #3d6b95;
}

.lh-cta-mini {
  background: var(--lh-ink);
  border: 1px solid var(--lh-ink);
  border-radius: 999px;
  color: #fff !important;
  padding: 0.48rem 0.92rem;
}

.lh-cta-mini:hover,
.lh-cta-mini:focus-visible {
  background: #000;
  color: #fff !important;
}

.lh-main {
  padding-bottom: 1.2rem;
}

.lh-hero {
  align-items: center;
  background: var(--lh-surface);
  border: 1px solid var(--lh-line);
  border-radius: 26px;
  box-shadow: var(--lh-shadow);
  display: grid;
  gap: 2rem;
  grid-template-columns: 1.12fr 0.88fr;
  margin-top: 1.1rem;
  overflow: hidden;
  padding: 2.2rem;
}

.lh-chip {
  color: #3d6b95;
  display: inline-block;
  font-size: 0.79rem;
  font-weight: 700;
  letter-spacing: 0.095em;
  margin-bottom: 0.7rem;
  text-transform: uppercase;
}

.lh-hero h1 {
  font-size: clamp(2rem, 4.2vw, 3.45rem);
  letter-spacing: -0.028em;
  line-height: 1.06;
  margin: 0 0 0.7rem;
  text-wrap: balance;
}

.lh-hero p {
  color: var(--lh-muted);
  line-height: 1.64;
  margin: 0 0 1.05rem;
  max-width: 60ch;
}

.lh-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.lh-btn {
  border-radius: 999px;
  display: inline-block;
  font-size: 0.92rem;
  font-weight: 700;
  padding: 0.66rem 1.2rem;
  text-decoration: none;
}

.lh-btn-primary {
  background: var(--lh-ink);
  border: 1px solid var(--lh-ink);
  color: #fff;
}

.lh-btn-primary:hover,
.lh-btn-primary:focus-visible {
  background: #000;
  color: #fff;
}

.lh-btn-secondary {
  background: #fff;
  border: 1px solid var(--lh-line);
  color: var(--lh-ink);
}

.lh-btn-secondary:hover,
.lh-btn-secondary:focus-visible {
  border-color: #3d6b95;
  color: #3d6b95;
}

.lh-hero-media img {
  display: block;
  filter: saturate(0.95);
  width: 100%;
}

.lh-section {
  background: var(--lh-surface);
  border: 1px solid var(--lh-line);
  border-radius: 22px;
  box-shadow: var(--lh-shadow);
  margin-top: 1rem;
  overflow: hidden;
  padding: 1.45rem;
}

.lh-section h2 {
  font-size: clamp(1.35rem, 2.6vw, 2rem);
  letter-spacing: -0.02em;
  margin: 0 0 0.5rem;
}

.lh-section p,
.lh-section li {
  color: var(--lh-muted);
  line-height: 1.66;
}

.lh-section ul {
  margin: 0.5rem 0 0;
  padding-left: 1.1rem;
}

.lh-inline-link {
  color: #3d6b95;
  display: inline-block;
  font-size: 0.95rem;
  font-weight: 700;
  margin-top: 0.6rem;
  text-decoration: none;
}

.lh-inline-link:hover,
.lh-inline-link:focus-visible {
  color: #9c6a18;
}

.lh-grid-3 {
  display: grid;
  gap: 0.8rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 0.7rem;
}

.lh-card {
  background: #fff;
  border: 1px solid var(--lh-line);
  border-radius: 16px;
  padding: 1rem;
}

.lh-card h3 {
  font-size: 1rem;
  margin: 0 0 0.4rem;
}

.lh-card p {
  margin: 0;
}

.lh-status-pill {
  background: var(--lh-accent-soft);
  border: 1px solid #c7def3;
  border-radius: 999px;
  color: #27425b;
  display: inline-block;
  font-size: 0.84rem;
  font-weight: 700;
  margin-top: 0.2rem;
  padding: 0.42rem 0.8rem;
}

.lh-contact a {
  color: #3d6b95;
  font-weight: 700;
  text-decoration: none;
}

.lh-contact a:hover,
.lh-contact a:focus-visible {
  color: #9c6a18;
}

.lh-mesh {
  margin-top: 1rem;
}

.lh-visual-band {
  margin-top: 1rem;
}

.lh-mesh img,
.lh-visual-band img {
  border: 1px solid var(--lh-line);
  border-radius: 22px;
  box-shadow: var(--lh-shadow);
  display: block;
  height: auto;
  width: 100%;
}

.lh-about-wrap .lh-section {
  margin-top: 1.1rem;
}

.lh-about-hero h1 {
  max-width: 19ch;
}

.lh-bio-grid {
  display: grid;
  gap: 0.9rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 0.7rem;
}

.lh-bio-card {
  background: #fff;
  border: 1px solid var(--lh-line);
  border-radius: 16px;
  padding: 1.05rem;
}

.lh-bio-card h3 {
  margin: 0;
}

.lh-bio-title {
  color: #3d6b95 !important;
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin: 0.28rem 0 0.68rem !important;
  text-transform: uppercase;
}

.lh-content-wrap {
  margin-top: 1rem;
}

.lh-content {
  background: var(--lh-surface);
  border: 1px solid var(--lh-line);
  border-radius: 22px;
  box-shadow: var(--lh-shadow);
  padding: 1.5rem;
}

.lh-content h1,
.lh-content h2,
.lh-content h3 {
  color: var(--lh-ink);
}

.lh-content p,
.lh-content li {
  color: var(--lh-muted);
  line-height: 1.7;
}

.lh-footer {
  color: #667389;
  font-size: 0.84rem;
  padding: 1.1rem 0.25rem 1.8rem;
}

.lh-footer-inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}

.lh-footer-links {
  display: flex;
  gap: 0.8rem;
}

.lh-footer a {
  color: #667389;
  text-decoration: none;
}

.lh-footer a:hover,
.lh-footer a:focus-visible {
  color: #3d6b95;
}

.lh-reveal {
  animation: lh-rise 0.7s ease both;
}

.lh-reveal:nth-of-type(2) {
  animation-delay: 0.08s;
}

.lh-reveal:nth-of-type(3) {
  animation-delay: 0.14s;
}

.lh-reveal:nth-of-type(4) {
  animation-delay: 0.18s;
}

@keyframes lh-rise {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 980px) {
  .lh-nav {
    flex-wrap: wrap;
    justify-content: center;
  }

  .lh-hero {
    grid-template-columns: 1fr;
    padding: 1.45rem;
  }

  .lh-grid-3 {
    grid-template-columns: 1fr;
  }

  .lh-bio-grid {
    grid-template-columns: 1fr;
  }

  .lh-footer-inner {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 680px) {
  .lh-shell {
    padding: 0.85rem;
  }

  .lh-nav-links {
    gap: 0.6rem;
  }

  .lh-nav-links a {
    font-size: 0.88rem;
  }

  .lh-brand {
    max-width: 265px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .lh-reveal {
    animation: none;
  }
}
