/* BASE */
:root {
  --indigo: #071A3F;
  --indigo-mid: #0E2B5C;
  --indigo-light: #1A3F7A;
  --gold: #D4AF37;
  --gold-light: #E8C84A;
  --gold-dim: #A8892B;
  --cream: #F5F0E8;
  --off-white: #FDFBF7;
  --text-light: #C8C0B0;
  --text-body: #B8AE9E;
  --text-dark: #2A1F0A;
  --font-display: 'Playfair Display', Georgia, serif;
  --font-body: 'Montserrat', system-ui, sans-serif;
}

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

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

body {
  background: var(--indigo);
  color: var(--cream);
  font-family: var(--font-body);
  font-weight: 300;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

img { display: block; max-width: 100%; }

/* LABEL SYSTEM */
.label-line {
  display: inline-block;
  width: 32px;
  height: 1px;
  background: var(--gold);
  vertical-align: middle;
  margin-right: 12px;
}

.label-text {
  display: inline-block;
  font-family: var(--font-body);
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  vertical-align: middle;
}

/* HERO */
.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding: 80px 0 60px;
}

.hero-stars {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.star {
  position: absolute;
  border-radius: 50%;
  background: var(--gold);
  opacity: 0;
  animation: twinkle 3s ease-in-out infinite;
}
.star-1 { width: 2px; height: 2px; top: 15%; left: 12%; animation-delay: 0s; }
.star-2 { width: 3px; height: 3px; top: 25%; left: 70%; animation-delay: 0.8s; }
.star-3 { width: 2px; height: 2px; top: 60%; left: 85%; animation-delay: 1.5s; }
.star-4 { width: 1px; height: 1px; top: 40%; left: 45%; animation-delay: 2.1s; }
.star-5 { width: 3px; height: 3px; top: 80%; left: 20%; animation-delay: 0.4s; }
.star-6 { width: 2px; height: 2px; top: 10%; left: 55%; animation-delay: 1.2s; }
.star-7 { width: 1px; height: 1px; top: 50%; left: 92%; animation-delay: 0.9s; }
.star-8 { width: 2px; height: 2px; top: 70%; left: 60%; animation-delay: 1.8s; }

@keyframes twinkle {
  0%, 100% { opacity: 0; }
  50% { opacity: 0.6; }
}

.hero-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.hero-eyebrow {
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 24px;
}

.hero-headline {
  font-family: var(--font-display);
  font-size: clamp(3rem, 5vw, 5rem);
  font-weight: 700;
  line-height: 1.1;
  color: var(--cream);
  margin-bottom: 28px;
}

.hero-headline em {
  font-style: italic;
  color: var(--gold);
}

.hero-lede {
  font-size: 1.0625rem;
  font-weight: 300;
  color: var(--text-light);
  max-width: 440px;
  line-height: 1.75;
}

.hero-image {
  position: relative;
}

.hero-img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  border-radius: 2px;
}

.hero-img-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent 40%, var(--indigo) 100%);
  pointer-events: none;
}

/* PHILOSOPHY */
.philosophy {
  background: var(--indigo-mid);
  padding: 120px 40px;
}

.philosophy-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 80px 1fr 380px;
  gap: 40px;
  align-items: start;
}

.philosophy-label {
  padding-top: 8px;
}

.philosophy-headline {
  font-family: var(--font-display);
  font-size: clamp(2rem, 3.5vw, 3rem);
  font-weight: 600;
  line-height: 1.2;
  color: var(--cream);
  margin-bottom: 28px;
  margin-top: 20px;
}

.philosophy-body {
  font-size: 0.9375rem;
  color: var(--text-light);
  margin-bottom: 20px;
  line-height: 1.8;
}

.philosophy-quote {
  border-left: 2px solid var(--gold);
  padding-left: 28px;
}

.philosophy-quote p {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1.125rem;
  color: var(--gold-light);
  line-height: 1.6;
}

/* LAYERS */
.layers {
  background: var(--indigo);
  padding: 120px 40px;
  border-top: 1px solid rgba(212, 175, 55, 0.15);
}

.layers-header {
  max-width: 1200px;
  margin: 0 auto 72px;
}

.layers-title {
  font-family: var(--font-display);
  font-size: clamp(2rem, 3.5vw, 3rem);
  font-weight: 700;
  color: var(--cream);
  margin-top: 16px;
  margin-bottom: 12px;
}

.layers-subtitle {
  font-size: 0.9375rem;
  color: var(--text-body);
}

.layers-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: rgba(212, 175, 55, 0.12);
  border: 1px solid rgba(212, 175, 55, 0.12);
}

.layer-card {
  background: var(--indigo);
  padding: 40px 32px;
  transition: background 0.2s;
}

.layer-card:hover {
  background: var(--indigo-mid);
}

.layer-num {
  display: block;
  font-family: var(--font-display);
  font-size: 2.5rem;
  font-weight: 700;
  color: rgba(212, 175, 55, 0.2);
  margin-bottom: 16px;
  transition: color 0.2s;
}

.layer-card:hover .layer-num {
  color: rgba(212, 175, 55, 0.5);
}

.layer-name {
  font-family: var(--font-display);
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--cream);
  margin-bottom: 12px;
}

.layer-desc {
  font-size: 0.8125rem;
  color: var(--text-body);
  line-height: 1.7;
}

/* MANIFESTO */
.manifesto {
  background: var(--indigo-mid);
  padding: 120px 40px;
  border-top: 1px solid rgba(212, 175, 55, 0.1);
}

.manifesto-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.manifesto-image-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.manifesto-img {
  border-radius: 2px;
  object-fit: cover;
  height: 260px;
}

.manifesto-img-2 {
  margin-top: 40px;
}

.manifesto-headline {
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 2.5vw, 2.5rem);
  font-weight: 700;
  color: var(--cream);
  line-height: 1.25;
  margin-top: 20px;
  margin-bottom: 24px;
}

.manifesto-body {
  font-size: 0.9375rem;
  color: var(--text-light);
  line-height: 1.8;
  margin-bottom: 20px;
}

.manifesto-stat-row {
  display: flex;
  gap: 40px;
  margin-top: 48px;
  padding-top: 40px;
  border-top: 1px solid rgba(212, 175, 55, 0.2);
}

.stat-num {
  display: block;
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 700;
  color: var(--gold);
  margin-bottom: 6px;
}

.stat-label {
  display: block;
  font-size: 0.75rem;
  color: var(--text-body);
  letter-spacing: 0.05em;
}

/* FOOTER */
.footer {
  background: var(--indigo);
  border-top: 1px solid rgba(212, 175, 55, 0.1);
  padding: 80px 40px 40px;
}

.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 40px;
  margin-bottom: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(212, 175, 55, 0.1);
}

.footer-logo {
  display: block;
  font-family: var(--font-display);
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--gold);
  margin-bottom: 16px;
}

.footer-tagline {
  font-size: 0.875rem;
  color: var(--text-body);
  line-height: 1.7;
}

.footer-note {
  font-size: 0.875rem;
  color: var(--text-body);
  line-height: 1.7;
  font-style: italic;
}

.footer-bottom {
  display: flex;
  align-items: center;
  gap: 16px;
}

.footer-copyright {
  font-family: var(--font-display);
  font-size: 0.875rem;
  color: var(--gold-dim);
}

.footer-divider {
  color: var(--gold-dim);
  font-size: 0.75rem;
}

.footer-tagline-short {
  font-size: 0.75rem;
  color: rgba(200, 192, 176, 0.4);
  letter-spacing: 0.1em;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .hero-inner { grid-template-columns: 1fr; gap: 48px; }
  .philosophy-inner { grid-template-columns: 1fr; }
  .philosophy-label { display: none; }
  .manifesto-inner { grid-template-columns: 1fr; }
  .manifesto-image-col { display: none; }
  .layers-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-top { flex-direction: column; }
}

@media (max-width: 600px) {
  .hero, .philosophy, .layers, .manifesto, .footer { padding-left: 24px; padding-right: 24px; }
  .hero-headline { font-size: 2.5rem; }
  .layers-grid { grid-template-columns: 1fr; }
  .manifesto-stat-row { flex-direction: column; gap: 24px; }
}