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

:root {
  --navy: #0a1628;
  --navy-mid: #152135;
  --navy-light: #1e2d45;
  --gold: #c9a84c;
  --gold-dim: #a8883d;
  --gold-pale: #e8d5a3;
  --ivory: #faf8f4;
  --slate: #94a3b8;
  --slate-dark: #64748b;
  --white: #ffffff;
  --ff-head: 'Playfair Display', Georgia, serif;
  --ff-body: 'DM Sans', system-ui, sans-serif;
}

html { font-size: 16px; scroll-behavior: smooth; }

body {
  font-family: var(--ff-body);
  background: var(--navy);
  color: var(--ivory);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

/* ── HEADER ── */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(10, 22, 40, 0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(201, 168, 76, 0.15);
}
.header-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 1.125rem 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wordmark {
  font-family: var(--ff-head);
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--gold);
  letter-spacing: 0.02em;
}
.header-nav {
  display: flex;
  gap: 2.5rem;
}
.header-nav a {
  color: var(--slate);
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: color 0.2s;
}
.header-nav a:hover { color: var(--gold); }

/* ── HERO ── */
.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  background: var(--navy);
  background-image:
    radial-gradient(ellipse 80% 60% at 60% 40%, rgba(201,168,76,0.05) 0%, transparent 70%),
    radial-gradient(ellipse 40% 50% at 10% 80%, rgba(30,45,69,0.8) 0%, transparent 60%);
  position: relative;
  overflow: hidden;
}
.hero::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  opacity: 0.3;
}
.hero-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 6rem 2rem 5rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
  width: 100%;
}
.hero-kicker {
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1.5rem;
}
.hero-headline {
  font-family: var(--ff-head);
  font-size: clamp(2.25rem, 4vw, 3.75rem);
  font-weight: 400;
  line-height: 1.15;
  color: var(--ivory);
  margin-bottom: 1.75rem;
}
.hero-body {
  font-size: 1.0625rem;
  color: var(--slate);
  line-height: 1.7;
  max-width: 42ch;
}
.hero-stat-block {
  background: var(--navy-mid);
  border: 1px solid rgba(201,168,76,0.2);
  border-radius: 2px;
  padding: 2.5rem;
}
.stat-row {
  display: flex;
  gap: 2rem;
}
.stat {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.stat-num {
  font-family: var(--ff-head);
  font-size: 2.5rem;
  font-weight: 600;
  color: var(--gold);
  line-height: 1;
}
.stat-label {
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--slate);
}

/* ── STRATEGIES ── */
.strategies {
  background: var(--navy-mid);
  padding: 7rem 2rem;
}
.strategies-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.section-label {
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 2.5rem;
}
.strategy-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5px;
  background: rgba(201,168,76,0.15);
  border: 1px solid rgba(201,168,76,0.15);
  margin-bottom: 3rem;
}
.strategy-card {
  background: var(--navy-mid);
  padding: 2.5rem 2rem;
  transition: background 0.3s;
}
.strategy-card:hover { background: var(--navy-light); }
.strategy-greek {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
  margin-bottom: 1.25rem;
}
.strategy-name {
  font-family: var(--ff-head);
  font-size: 1.75rem;
  font-style: italic;
  color: var(--ivory);
  line-height: 1;
}
.strategy-tag {
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold-dim);
}
.strategy-desc {
  font-size: 0.9375rem;
  color: var(--slate);
  line-height: 1.65;
}
.sectors-block {
  display: flex;
  align-items: center;
  gap: 2rem;
  padding-top: 0.5rem;
}
.sectors-label {
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--slate-dark);
  white-space: nowrap;
  margin-bottom: 0;
}
.sector-tags { display: flex; gap: 0.75rem; flex-wrap: wrap; }
.sector-tag {
  padding: 0.35rem 0.875rem;
  border: 1px solid rgba(201,168,76,0.3);
  color: var(--gold-pale);
  font-size: 0.8rem;
  letter-spacing: 0.06em;
}

/* ── PHILOSOPHY ── */
.philosophy {
  background: var(--navy);
  padding: 8rem 2rem;
}
.philosophy-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 5rem;
  align-items: center;
}
.philosophy-headline {
  font-family: var(--ff-head);
  font-size: clamp(2rem, 3.5vw, 3rem);
  font-weight: 400;
  color: var(--ivory);
  margin-bottom: 1.75rem;
  line-height: 1.2;
}
.philosophy-body {
  font-size: 1rem;
  color: var(--slate);
  line-height: 1.75;
  max-width: 52ch;
  margin-bottom: 1.25rem;
}
.philosophy-visual { flex-shrink: 0; }
.conviction-ring {
  width: 160px;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ring-outer {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  border: 1px solid rgba(201,168,76,0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  animation: pulse 3s ease-in-out infinite;
}
.ring-mid {
  width: 115px;
  height: 115px;
  border-radius: 50%;
  border: 1px solid rgba(201,168,76,0.4);
  display: flex;
  align-items: center;
  justify-content: center;
}
.ring-inner {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 1px solid rgba(201,168,76,0.6);
  display: flex;
  align-items: center;
  justify-content: center;
}
.ring-core {
  font-family: var(--ff-head);
  font-size: 2rem;
  font-style: italic;
  color: var(--gold);
}
.ring-label {
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--slate);
  text-align: center;
  margin-top: 1rem;
  line-height: 1.5;
}
@keyframes pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(201,168,76,0); }
  50% { box-shadow: 0 0 0 8px rgba(201,168,76,0.08); }
}

/* ── CONVICTION ── */
.conviction {
  background: var(--navy-mid);
  padding: 7rem 2rem;
}
.conviction-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.conviction-headline {
  font-family: var(--ff-head);
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  font-weight: 400;
  color: var(--ivory);
  margin-bottom: 4rem;
  line-height: 1.2;
}
.conviction-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2px;
  background: rgba(201,168,76,0.1);
}
.conviction-item {
  background: var(--navy-mid);
  padding: 2.5rem 2.25rem;
  transition: background 0.25s;
}
.conviction-item:hover { background: var(--navy-light); }
.conviction-num {
  font-family: var(--ff-head);
  font-size: 0.875rem;
  color: var(--gold);
  margin-bottom: 1.25rem;
  font-style: italic;
}
.conviction-title {
  font-family: var(--ff-head);
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--ivory);
  margin-bottom: 0.75rem;
}
.conviction-desc {
  font-size: 0.9375rem;
  color: var(--slate);
  line-height: 1.65;
}

/* ── CLOSING ── */
.closing {
  background: var(--navy);
  background-image: radial-gradient(ellipse 100% 80% at 50% 100%, rgba(201,168,76,0.04) 0%, transparent 60%);
  padding: 8rem 2rem;
  border-top: 1px solid rgba(201,168,76,0.12);
}
.closing-inner {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.closing-headline {
  font-family: var(--ff-head);
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 400;
  font-style: italic;
  color: var(--ivory);
  line-height: 1.2;
  margin-bottom: 1.75rem;
}
.closing-body {
  font-size: 1.0625rem;
  color: var(--slate);
  line-height: 1.7;
  max-width: 52ch;
  margin: 0 auto;
}

/* ── FOOTER ── */
.site-footer {
  background: var(--navy-mid);
  border-top: 1px solid rgba(201,168,76,0.1);
  padding: 2.5rem 2rem;
}
.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-wordmark {
  font-family: var(--ff-head);
  font-size: 1rem;
  font-weight: 600;
  color: var(--gold);
}
.footer-tagline {
  font-size: 0.8125rem;
  color: var(--slate-dark);
  letter-spacing: 0.04em;
}

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  .hero-inner { grid-template-columns: 1fr; gap: 3rem; padding-top: 5rem; }
  .strategy-grid { grid-template-columns: 1fr; }
  .philosophy-inner { grid-template-columns: 1fr; }
  .philosophy-visual { display: none; }
  .conviction-grid { grid-template-columns: 1fr; }
  .sectors-block { flex-direction: column; align-items: flex-start; }
  .footer-inner { flex-direction: column; gap: 0.75rem; text-align: center; }
  .header-nav { gap: 1.5rem; }
}
@media (max-width: 600px) {
  .hero-inner { padding: 4rem 1.5rem 3.5rem; }
  .hero-stat-block { padding: 1.75rem; }
  .stat-row { gap: 1.5rem; }
  .stat-num { font-size: 2rem; }
  .strategies, .philosophy, .conviction, .closing { padding: 5rem 1.5rem; }
  .strategy-card { padding: 2rem 1.5rem; }
  .conviction-item { padding: 2rem 1.5rem; }
  .header-inner { padding: 1rem 1.5rem; }
  .header-nav { gap: 1rem; }
  .header-nav a { font-size: 0.75rem; }
}