:root {
  --bg-main: #071014;
  --bg-deep: #03070a;
  --bg-navy: #0b131a;
  --surface-main: #101a20;
  --surface-soft: #142129;
  --surface-raised: #18272e;
  --copper-bright: #c0815a;
  --copper-main: #a86445;
  --copper-deep: #6f3f2d;
  --bronze-muted: #8a6550;
  --bronze-shadow: #4a2b21;
  --patina-bright: #54b8aa;
  --patina-main: #2f8f86;
  --patina-deep: #1b5f5a;
  --patina-dark: #123d3a;
  --text-main: #e8e3d8;
  --text-soft: #c7bfb1;
  --text-muted: #8e9aa0;
  --text-dim: #67757c;
  --border-copper: rgba(192, 129, 90, 0.42);
  --border-patina: rgba(84, 184, 170, 0.3);
  --border-muted: rgba(199, 191, 177, 0.12);
  --shadow-deep: rgba(0, 0, 0, 0.55);
  --shadow-teal: rgba(25, 129, 120, 0.18);
  --shadow-copper: rgba(180, 103, 66, 0.16);
  --max-width: 1160px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text-soft);
  background:
    radial-gradient(circle at 18% 8%, rgba(84, 184, 170, 0.14), transparent 28%),
    radial-gradient(circle at 83% 10%, rgba(192, 129, 90, 0.14), transparent 30%),
    linear-gradient(135deg, var(--bg-deep) 0%, var(--bg-main) 45%, var(--bg-navy) 100%);
  min-height: 100vh;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.22;
  background-image:
    linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to bottom, black, transparent 78%);
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

.site-shell { width: min(100%, 1440px); margin: 0 auto; overflow: hidden; }
.nav {
  width: min(var(--max-width), calc(100% - 32px));
  margin: 20px auto 0;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border: 1px solid var(--border-muted);
  background: rgba(7, 16, 20, 0.72);
  backdrop-filter: blur(18px);
  border-radius: 999px;
  box-shadow: 0 24px 60px rgba(0,0,0,0.28);
  position: sticky;
  top: 12px;
  z-index: 10;
}
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 800; letter-spacing: 0.04em; color: var(--text-main); }
.brand img { width: 42px; height: 42px; object-fit: contain; filter: drop-shadow(0 0 14px rgba(84,184,170,0.2)); }
.brand span { white-space: nowrap; }
.nav-links { display: flex; align-items: center; gap: 20px; font-size: 0.92rem; color: var(--text-muted); }
.nav-links a { transition: color .2s ease; }
.nav-links a:hover { color: var(--patina-bright); }

.section, .hero, .intro-panel, .footer { width: min(var(--max-width), calc(100% - 32px)); margin: 0 auto; }
.hero {
  min-height: 720px;
  padding: 88px 0 64px;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.98fr);
  gap: 48px;
  align-items: center;
}
.eyebrow, .section-kicker, .venture-badge {
  color: var(--patina-bright);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-weight: 800;
  font-size: 0.76rem;
}
h1, h2, h3 { color: var(--text-main); margin: 0; line-height: 1.04; }
h1 {
  font-family: Cinzel, Georgia, serif;
  font-size: clamp(3rem, 7vw, 6.8rem);
  letter-spacing: -0.055em;
  margin-top: 18px;
}
h1::first-line { color: var(--text-main); }
h2 { font-size: clamp(2rem, 4.8vw, 4.2rem); letter-spacing: -0.055em; }
h3 { font-size: 1.45rem; letter-spacing: -0.025em; }
.hero-text { font-size: 1.24rem; line-height: 1.75; max-width: 680px; margin: 24px 0 0; color: var(--text-soft); }
.hero-actions { display: flex; gap: 14px; margin-top: 36px; flex-wrap: wrap; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 999px;
  font-weight: 800;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary {
  color: var(--text-main);
  background: linear-gradient(135deg, var(--copper-main), var(--copper-deep));
  border: 1px solid rgba(224, 176, 138, 0.55);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.18), 0 12px 28px rgba(0,0,0,0.35), 0 0 24px var(--shadow-copper);
}
.btn-secondary { color: #cfedea; background: rgba(18,61,58,0.35); border: 1px solid rgba(84,184,170,0.45); }

.hero-emblem { position: relative; min-height: 600px; display: grid; place-items: center; }
.emblem-glow {
  position: absolute;
  width: 72%;
  aspect-ratio: 1;
  background:
    radial-gradient(circle, rgba(84,184,170,0.24), transparent 62%),
    radial-gradient(circle, rgba(192,129,90,0.18), transparent 72%);
  filter: blur(16px);
}
.hero-emblem img {
  position: relative;
  max-height: 620px;
  object-fit: contain;
  filter: drop-shadow(0 42px 58px rgba(0,0,0,0.48));
}

.intro-panel, .media-strip, .contact-panel, .venture-card, .investment, .spotlight-panel {
  border: 1px solid var(--border-muted);
  background: linear-gradient(145deg, rgba(255,255,255,0.045), rgba(0,0,0,0.18)), linear-gradient(135deg, rgba(16,26,32,0.92), rgba(20,33,41,0.72));
  border-radius: 34px;
  box-shadow: 0 30px 90px rgba(0,0,0,0.28);
}
.intro-panel {
  padding: clamp(28px, 5vw, 52px);
  display: grid;
  grid-template-columns: 1fr 0.78fr;
  gap: 36px;
  align-items: end;
}
.intro-panel p, .section-heading p, .media-strip p, .investment p, .venture-card p, .spotlight-panel p { line-height: 1.75; font-size: 1.04rem; }

.section { padding: 96px 0 0; }
.section-heading { max-width: 820px; margin-bottom: 34px; }
.section-heading h2 { margin-top: 12px; }
.section-heading p { margin-top: 18px; color: var(--text-muted); }
.narrow { max-width: 720px; }
.card-grid { display: grid; gap: 20px; }
.card-grid.three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.feature-card {
  padding: 30px;
  min-height: 280px;
  border-radius: 28px;
  background: linear-gradient(145deg, rgba(255,255,255,0.045), rgba(0,0,0,0.16)), var(--surface-main);
  border: 1px solid var(--border-muted);
  position: relative;
  overflow: hidden;
}
.feature-card::after { content:""; position:absolute; inset:auto -40px -70px auto; width:170px; aspect-ratio:1; border-radius:50%; filter:blur(8px); opacity:.28; }
.teal-card::after { background: var(--patina-main); }
.copper-card::after { background: var(--copper-main); }
.split-card::after { background: linear-gradient(90deg, var(--copper-main), var(--patina-main)); }
.card-number { color: var(--bronze-muted); font-weight: 900; }
.feature-card h3 { margin-top: 44px; }
.feature-card p { color: var(--text-muted); line-height: 1.7; }

.venture-card { padding: clamp(28px, 5vw, 48px); border-color: var(--border-copper); display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: end; }
.venture-badge { color: var(--copper-bright); margin-bottom: 16px; }
.venture-content ul { display: flex; flex-wrap: wrap; gap: 10px; padding: 0; margin: 22px 0 0; list-style: none; }
.venture-content li { padding: 9px 12px; border: 1px solid var(--border-patina); border-radius: 999px; color: #cfedea; background: rgba(18,61,58,0.22); font-size: 0.9rem; }
.text-link, .inline-link { color: var(--patina-bright); font-weight: 800; }
.text-link { white-space: nowrap; }
.inline-link { text-decoration: underline; text-decoration-color: rgba(84,184,170,0.35); text-underline-offset: 4px; }

.spotlight-panel {
  padding: clamp(30px, 5vw, 56px);
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 1.08fr);
  gap: 34px;
  align-items: center;
  border-color: var(--border-patina);
  position: relative;
  overflow: hidden;
}
.spotlight-panel::before {
  content: "";
  position: absolute;
  inset: -120px auto auto -80px;
  width: 280px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(84,184,170,0.22), transparent 68%);
  filter: blur(10px);
}
.spotlight-copy, .spotlight-list { position: relative; }
.spotlight-copy h2 { margin-top: 14px; overflow-wrap: anywhere; }
.spotlight-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }
.spotlight-list { display: grid; gap: 14px; }
.spotlight-list article {
  padding: 20px;
  border: 1px solid var(--border-muted);
  border-radius: 22px;
  background: rgba(3, 7, 10, 0.26);
}
.spotlight-list span { color: var(--copper-bright); font-weight: 900; font-size: 0.84rem; }
.spotlight-list h3 { margin-top: 10px; font-size: 1.15rem; }
.spotlight-list p { margin: 10px 0 0; color: var(--text-muted); }

.media-strip { padding: clamp(28px, 5vw, 48px); display: grid; grid-template-columns: 0.8fr 1fr; gap: 32px; align-items: center; border-color: var(--border-patina); }
.investment { padding: clamp(30px, 5vw, 52px); }
.contact-panel { padding: clamp(28px, 5vw, 48px); display: grid; grid-template-columns: 0.82fr 1fr; gap: 36px; border-color: var(--border-copper); }
.contact-form { display: grid; gap: 14px; }
label { display: grid; gap: 8px; color: var(--text-soft); font-weight: 700; }
input, select, textarea {
  width: 100%;
  border: 1px solid var(--border-muted);
  border-radius: 16px;
  background: rgba(3,7,10,0.38);
  color: var(--text-main);
  padding: 14px 15px;
  font: inherit;
  outline: none;
}
input:focus, select:focus, textarea:focus { border-color: rgba(84,184,170,.58); box-shadow: 0 0 0 4px rgba(84,184,170,.08); }
textarea { resize: vertical; }

.footer { padding: 64px 0 40px; color: var(--text-dim); display: grid; gap: 12px; }
.disclaimer { max-width: 920px; font-size: 0.88rem; line-height: 1.65; }

@media (max-width: 860px) {
  .nav { border-radius: 26px; align-items: flex-start; }
  .nav-links { display: none; }
  .hero, .intro-panel, .media-strip, .contact-panel, .venture-card, .spotlight-panel { grid-template-columns: 1fr; }
  .hero { padding-top: 56px; min-height: unset; }
  .hero-emblem { min-height: unset; }
  .hero-emblem img { max-height: 460px; }
  .card-grid.three { grid-template-columns: 1fr; }
  .venture-card { align-items: start; }
}

@media (max-width: 520px) {
  .section, .hero, .intro-panel, .footer { width: min(100% - 22px, var(--max-width)); }
  h1 { font-size: 2.72rem; }
  h2 { font-size: 2rem; }
  .hero-text { font-size: 1.05rem; }
  .brand span { font-size: 0.92rem; }
  .btn { width: 100%; }
}
