:root {
  --bg: #070707;
  --bg-soft: #101010;
  --paper: #f3ece1;
  --text: #efe7dd;
  --muted: #c8beb0;
  --line: rgba(243, 236, 225, 0.12);
  --wine: #6d0d12;
  --wine-2: #8d141a;
  --gold: #d0b08a;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.38);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at top right, rgba(141, 20, 26, 0.16), transparent 28%),
    radial-gradient(circle at 20% 15%, rgba(208, 176, 138, 0.08), transparent 22%),
    linear-gradient(180deg, #090909 0%, #050505 100%);
  color: var(--text);
  font-family: "Manrope", sans-serif;
}

.noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.05;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.35) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.35) 1px, transparent 1px);
  background-size: 4px 4px;
}

.hero,
.section {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.hero {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 0;
  min-height: 100vh;
  align-items: stretch;
}

.hero-media {
  position: relative;
  min-height: 720px;
  background-image: url("hero.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.hero-media::before {
  content: "";
  position: absolute;
  inset: 0;
  background: none;
}

.hero-media::after {
  content: "";
  display: none;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: none;
}

.hero-mark {
  position: absolute;
  left: 54px;
  bottom: 52px;
  z-index: 1;
}

.brand,
h1,
h2 {
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  letter-spacing: -0.03em;
}

.brand {
  margin: 0;
  font-size: clamp(5rem, 11vw, 8.8rem);
  line-height: 0.85;
}

.tagline {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.2rem, 2vw, 2rem);
  color: var(--paper);
}

.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 64px 0 64px 48px;
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--gold);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

h1,
h2,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 18px;
  font-size: clamp(3.6rem, 7vw, 6.1rem);
  line-height: 0.92;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(2.6rem, 5vw, 4.5rem);
  line-height: 0.94;
}

.lead,
.body-copy,
.panel p,
.split-copy p,
.instructor-copy p {
  max-width: 62ch;
  color: var(--muted);
  font-size: 1.06rem;
  line-height: 1.8;
}

.hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 18px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 26px;
  border-radius: 999px;
  border: 1px solid transparent;
  text-decoration: none;
  font-weight: 800;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  color: #fff9f4;
  background: linear-gradient(135deg, var(--wine) 0%, var(--wine-2) 100%);
  box-shadow: 0 18px 44px rgba(109, 13, 18, 0.34);
}

.button-secondary {
  color: var(--paper);
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.03);
}

.section {
  padding: 92px 0;
}

.section-heading.center {
  text-align: center;
}

.section-heading.narrow {
  max-width: 760px;
}

.manifesto-grid,
.split-feature,
.instructor,
.cta-band,
.curriculum-grid {
  display: grid;
  gap: 28px;
}

.manifesto-grid {
  grid-template-columns: 1fr 1fr;
}

.panel,
.curriculum-card,
.cta-band {
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01));
  box-shadow: var(--shadow);
}

.panel {
  padding: 30px;
  border-radius: 28px;
}

.accent-panel {
  background: linear-gradient(180deg, rgba(109, 13, 18, 0.38), rgba(109, 13, 18, 0.18));
}

.split-feature,
.instructor {
  grid-template-columns: 0.86fr 1.14fr;
  align-items: center;
}

.portrait-card {
  position: relative;
  min-height: 560px;
}

.portrait-frame {
  width: 100%;
  height: 100%;
  min-height: 560px;
  border-radius: 28px;
  border: 1px solid var(--line);
  background:
    radial-gradient(circle at 62% 22%, rgba(242, 220, 198, 0.45), transparent 12%),
    radial-gradient(circle at 50% 40%, rgba(114, 68, 44, 0.34), transparent 28%),
    linear-gradient(145deg, #1a1412 0%, #0f0d0d 58%, #070707 100%);
  box-shadow: var(--shadow);
}

.portrait-frame::before {
  content: "";
  position: absolute;
  inset: 18px;
  border-radius: 22px;
  border: 1px solid rgba(243, 236, 225, 0.08);
}

.portrait-frame::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 16%;
  width: 44%;
  height: 62%;
  border-radius: 42% 42% 38% 38%;
  background:
    radial-gradient(circle at 58% 20%, rgba(249, 223, 197, 0.6), transparent 14%),
    radial-gradient(circle at 55% 30%, rgba(150, 95, 67, 0.68), transparent 34%),
    linear-gradient(180deg, rgba(78, 48, 36, 0.9), rgba(16, 12, 11, 0.9));
  filter: blur(0.6px);
  transform: translateX(-50%);
}

.portrait-frame.alt::after {
  content: none;
}

.portrait-frame.alt {
  background-image: url("cartomante.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.curriculum-grid {
  grid-template-columns: 1fr 1fr;
}

.curriculum-card {
  padding: 36px 34px;
  border-radius: 120px 24px 120px 24px;
  background: linear-gradient(180deg, rgba(109, 13, 18, 0.96), rgba(109, 13, 18, 0.78));
}

.curriculum-card ul {
  margin: 0;
  padding-left: 24px;
}

.curriculum-card li {
  margin-bottom: 14px;
  color: #f4ebe0;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.22rem;
  line-height: 1.24;
}

.bonus-pill {
  width: fit-content;
  margin: 24px auto 0;
  padding: 14px 24px;
  border-radius: 999px;
  color: #5f1215;
  background: #f7efe6;
  font-weight: 800;
  text-transform: uppercase;
}

.cta-band {
  grid-template-columns: 1fr auto;
  align-items: center;
  padding: 34px;
  border-radius: 30px;
  background:
    radial-gradient(circle at top right, rgba(208, 176, 138, 0.12), transparent 18%),
    linear-gradient(180deg, rgba(109, 13, 18, 0.24), rgba(255, 255, 255, 0.03));
}

@media (max-width: 980px) {
  .hero,
  .split-feature,
  .instructor,
  .curriculum-grid,
  .manifesto-grid,
  .cta-band {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    padding: 40px 0 10px;
  }

  .hero-media {
    min-height: 520px;
  }
}

@media (max-width: 640px) {
  .hero,
  .section {
    width: min(100% - 20px, 1180px);
  }

  .section {
    padding: 72px 0;
  }

  .hero-mark {
    left: 24px;
    bottom: 28px;
  }

  .panel,
  .curriculum-card,
  .cta-band,
  .portrait-frame {
    border-radius: 24px;
  }

  .button {
    width: 100%;
  }
}
