/* Dyme Squad Media — Bold. Editorial. Unapologetic. */

:root {
  --bg: #080808;
  --surface: #111111;
  --surface-2: #1a1a1a;
  --gold: #D4AF37;
  --gold-dim: rgba(212, 175, 55, 0.15);
  --gold-border: rgba(212, 175, 55, 0.25);
  --cream: #FAF7F0;
  --muted: #6b6b6b;
  --muted-light: #9a9a9a;
  --text: #f0ede6;
  --font-display: 'Playfair Display', Georgia, serif;
  --font-body: 'DM Sans', system-ui, sans-serif;
}

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

html { scroll-behavior: smooth; }

body {
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-body);
  font-weight: 300;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

/* ── NAV ── */
.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 1.5rem 3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(180deg, rgba(8,8,8,0.95) 0%, transparent 100%);
}

.nav-brand {
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--gold);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* ── HERO ── */
.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 8rem 3rem 4rem;
  overflow: hidden;
}

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

.hero-diamond-a {
  position: absolute;
  top: 10%;
  right: 8%;
  width: 320px;
  height: 320px;
  background: radial-gradient(ellipse at center, rgba(212,175,55,0.12) 0%, transparent 70%);
  border-radius: 50%;
  filter: blur(40px);
}

.hero-diamond-b {
  position: absolute;
  bottom: 20%;
  left: -5%;
  width: 400px;
  height: 400px;
  background: radial-gradient(ellipse at center, rgba(212,175,55,0.06) 0%, transparent 70%);
  border-radius: 50%;
  filter: blur(60px);
}

.hero-diamond-c {
  position: absolute;
  top: 40%;
  right: 20%;
  width: 1px;
  height: 200px;
  background: linear-gradient(180deg, transparent, var(--gold-border), transparent);
  transform: rotate(45deg);
  opacity: 0.5;
}

.hero-inner {
  position: relative;
  max-width: 900px;
  text-align: center;
}

.hero-eyebrow {
  font-family: var(--font-body);
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 2rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.hero-eyebrow::before, .hero-eyebrow::after {
  content: '';
  display: block;
  width: 30px;
  height: 1px;
  background: var(--gold-border);
}

.hero-title {
  font-family: var(--font-display);
  font-size: clamp(3.5rem, 8vw, 7rem);
  font-weight: 900;
  line-height: 1.0;
  letter-spacing: -0.02em;
  margin-bottom: 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.hero-title-line {
  display: block;
}

.hero-title-accent {
  color: var(--gold);
  font-style: italic;
}

.hero-lede {
  font-size: clamp(1rem, 2vw, 1.2rem);
  color: var(--muted-light);
  max-width: 520px;
  margin: 0 auto 3.5rem;
  font-weight: 300;
}

.hero-stats {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
  margin-top: 0;
}

.hero-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
}

.hero-stat-number {
  font-family: var(--font-display);
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--gold);
  line-height: 1;
}

.hero-stat-label {
  font-size: 0.7rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--muted);
}

.hero-stat-divider {
  width: 1px;
  height: 40px;
  background: var(--gold-border);
}

.hero-scroll-hint {
  position: absolute;
  bottom: 2.5rem;
  left: 50%;
  transform: translateX(-50%);
  animation: scrollHint 2s ease-in-out infinite;
}

@keyframes scrollHint {
  0%, 100% { opacity: 0.4; transform: translateX(-50%) translateY(0); }
  50% { opacity: 1; transform: translateX(-50%) translateY(6px); }
}

/* ── WHAT IS ── */
.what-is {
  padding: 8rem 3rem;
  background: var(--surface);
  position: relative;
}

.what-is::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold-border), transparent);
}

.what-is-inner {
  max-width: 900px;
  margin: 0 auto;
}

.what-is-label {
  font-size: 0.7rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1.5rem;
}

.what-is-heading {
  font-family: var(--font-display);
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 2rem;
}

.what-is-body {
  font-size: 1.05rem;
  color: var(--muted-light);
  max-width: 540px;
  margin-bottom: 4rem;
  line-height: 1.7;
}

.what-is-diagram {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
  padding: 3rem 0;
}

.diagram-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
}

.diagram-icon {
  width: 80px;
  height: 80px;
  border: 1px solid var(--gold-border);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--gold-dim);
}

.diagram-label {
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--gold);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.diagram-outer {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  width: 100%;
  max-width: 480px;
}

.diagram-node {
  background: var(--surface-2);
  border: 1px solid var(--gold-border);
  border-radius: 12px;
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  text-align: center;
  font-size: 0.8rem;
  color: var(--muted-light);
}

/* ── PILLARS ── */
.pillars {
  padding: 8rem 3rem;
}

.pillars-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.pillars-header {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 5rem;
}

.pillars-eyebrow {
  font-size: 0.7rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--gold);
}

.pillars-heading {
  font-family: var(--font-display);
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 700;
  line-height: 1.1;
}

.pillars-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: var(--gold-border);
  border: 1px solid var(--gold-border);
}

.pillar {
  background: var(--bg);
  padding: 3rem;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.pillar-number {
  font-family: var(--font-display);
  font-size: 0.75rem;
  color: var(--gold);
  margin-bottom: 1.25rem;
  letter-spacing: 0.1em;
}

.pillar-name {
  font-family: var(--font-display);
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 1rem;
  line-height: 1.2;
}

.pillar-desc {
  font-size: 0.9rem;
  color: var(--muted-light);
  line-height: 1.7;
  margin-bottom: 1.5rem;
}

.pillar-features {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-top: auto;
}

.pillar-features li {
  font-size: 0.82rem;
  color: var(--muted);
  padding-left: 1.25rem;
  position: relative;
}

.pillar-features li::before {
  content: '—';
  position: absolute;
  left: 0;
  color: var(--gold-border);
  font-size: 0.8rem;
}

/* ── MANIFESTO ── */
.manifesto {
  padding: 8rem 3rem;
  background: var(--surface);
  position: relative;
  overflow: hidden;
}

.manifesto::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold-border), transparent);
}

.manifesto-inner {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}

.manifesto-quote-mark {
  font-family: var(--font-display);
  font-size: 8rem;
  color: var(--gold);
  opacity: 0.2;
  line-height: 0.5;
  margin-bottom: 2rem;
}

.manifesto-text {
  font-family: var(--font-display);
  font-size: clamp(1.3rem, 2.5vw, 1.8rem);
  font-weight: 400;
  font-style: italic;
  line-height: 1.5;
  color: var(--text);
  margin-bottom: 2.5rem;
}

.manifesto-attr {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
}

.manifesto-diamond-line {
  width: 40px;
  height: 1px;
  background: var(--gold);
}

.manifesto-attr span {
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
}

/* ── CLOSING ── */
.closing {
  padding: 10rem 3rem;
  position: relative;
  overflow: hidden;
}

.closing-bg-line {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  height: 600px;
  background: radial-gradient(ellipse at center, rgba(212,175,55,0.07) 0%, transparent 65%);
  border-radius: 50%;
  pointer-events: none;
}

.closing-inner {
  position: relative;
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}

.closing-heading {
  font-family: var(--font-display);
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 2rem;
}

.closing-body {
  font-size: 1rem;
  color: var(--muted-light);
  max-width: 480px;
  margin: 0 auto 4rem;
  line-height: 1.8;
}

.closing-signature {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.closing-sig-diamond {
  width: 10px;
  height: 10px;
  background: var(--gold);
  transform: rotate(45deg);
}

.closing-sig-text {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--gold);
  letter-spacing: 0.08em;
}

.closing-tagline {
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--muted);
}

/* ── FOOTER ── */
.footer {
  padding: 3rem;
  border-top: 1px solid var(--gold-border);
}

.footer-inner {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.footer-brand {
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--gold);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}

.footer-tagline {
  font-size: 0.8rem;
  color: var(--muted);
  margin-bottom: 1.5rem;
}

.footer-divider {
  width: 1px;
  height: 20px;
  background: var(--gold-border);
  margin: 0 auto 1.5rem;
}

.footer-meta {
  font-size: 0.7rem;
  color: var(--muted);
  letter-spacing: 0.1em;
}

/* ── RESPONSIVE ── */
@media (max-width: 768px) {
  .nav { padding: 1rem 1.5rem; }
  .hero { padding: 6rem 1.5rem 4rem; }
  .what-is { padding: 5rem 1.5rem; }
  .pillars { padding: 5rem 1.5rem; }
  .pillars-grid { grid-template-columns: 1fr; }
  .manifesto { padding: 5rem 1.5rem; }
  .closing { padding: 6rem 1.5rem; }
  .hero-stats { gap: 1.5rem; }
  .hero-stat-number { font-size: 2rem; }
  .pillar { padding: 2rem 1.5rem; }
  .diagram-outer { gap: 1rem; }
}