:root {
  --ink: #11100e;
  --ink-2: #181612;
  --ink-3: #0d0c0a;
  --cream: #efe4cf;
  --cream-2: #d9c9ad;
  --gold: #c4a56a;
  --gold-2: #d7bd86;
  --gold-soft: #9e8558;
  --line: rgba(196,165,106,.24);
  --line-soft: rgba(196,165,106,.12);
  --white: #fffaf0;
  --muted: #b8ad9a;
  --shadow: 0 20px 60px rgba(0,0,0,.28);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--ink);
  color: var(--cream);
  font-family: Georgia, 'Times New Roman', serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.shell { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.skip-link { position: absolute; left: -9999px; }
.skip-link:focus { left: 16px; top: 16px; background: var(--cream); color: var(--ink); padding: 10px 14px; z-index: 50; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(16px);
  background: rgba(17,16,14,.82);
  border-bottom: 1px solid rgba(196,165,106,.12);
}
.nav-wrap { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; font: 600 14px/1.2 Arial, sans-serif; letter-spacing: .16em; }
.brand-mark { width: 34px; height: 34px; border: 1px solid var(--gold); display: grid; place-items: center; color: var(--gold); font-family: Georgia, serif; font-size: 19px; }
.brand-text { white-space: nowrap; }
.main-nav { display: flex; gap: 24px; color: var(--cream-2); font: 500 13px/1.2 Arial, sans-serif; letter-spacing: .05em; }
.main-nav a { position: relative; }
.main-nav a::after { content: ''; position: absolute; left: 0; right: 100%; bottom: -8px; height: 1px; background: var(--gold); transition: right .2s ease; }
.main-nav a:hover { color: var(--gold-2); }
.main-nav a:hover::after { right: 0; }

.hero {
  min-height: 84vh;
  display: grid;
  align-items: center;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 72% 30%, rgba(245,220,164,.12), transparent 28%),
    radial-gradient(circle at 12% 10%, rgba(196,165,106,.035), transparent 26%),
    linear-gradient(135deg, #0e0d0b 0%, #14120f 52%, #1b1711 100%);
}
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(17,16,14,.25), rgba(17,16,14,.02) 55%, rgba(17,16,14,.42));
  pointer-events: none;
}
.hero::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 24%;
  background: linear-gradient(180deg, rgba(17,16,14,0), rgba(17,16,14,.68));
  pointer-events: none;
}
.light-window {
  position: absolute;
  right: 6vw;
  top: 12%;
  width: min(34vw, 430px);
  aspect-ratio: .72;
  border: 1px solid rgba(196,165,106,.24);
  box-shadow: inset 0 0 90px rgba(236,207,147,.08), 0 0 120px rgba(236,207,147,.08);
  background:
    linear-gradient(rgba(196,165,106,.28),rgba(196,165,106,.28)) 50% 0/1px 100% no-repeat,
    linear-gradient(90deg,rgba(196,165,106,.28),rgba(196,165,106,.28)) 0 42%/100% 1px no-repeat,
    radial-gradient(circle at 50% 30%, rgba(250,229,186,.18), rgba(250,229,186,.03) 38%, transparent 66%);
  opacity: .78;
  transform: perspective(900px) rotateY(-5deg);
}
.light-window::after {
  content: '';
  position: absolute;
  left: -46%;
  top: 18%;
  width: 90%;
  height: 58%;
  background: linear-gradient(100deg, rgba(235,209,155,.14), rgba(235,209,155,0));
  clip-path: polygon(100% 0, 0 34%, 0 100%, 100% 72%);
  filter: blur(10px);
}
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0,1.45fr) minmax(260px,.55fr); gap: 70px; align-items: end; padding: 124px 0 114px; }
.hero-copy { max-width: 800px; }
.eyebrow { margin: 0 0 18px; color: var(--gold); font: 700 12px/1.3 Arial, sans-serif; letter-spacing: .22em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 28px; color: var(--white); font-size: clamp(46px, 6.8vw, 94px); line-height: .98; font-weight: 400; letter-spacing: -.045em; }
h1 em { color: var(--gold); font-weight: 400; font-style: normal; }
h2 { color: var(--white); font-size: clamp(34px, 4vw, 56px); line-height: 1.08; font-weight: 400; letter-spacing: -.025em; margin-bottom: 24px; }
h3 { color: var(--white); font-weight: 400; font-size: 27px; line-height: 1.14; margin-bottom: 12px; }
.lead { max-width: 720px; color: var(--cream-2); font-size: clamp(18px, 2vw, 23px); line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 36px; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 0 20px; border: 1px solid var(--gold); font: 700 12px/1 Arial, sans-serif; letter-spacing: .08em; text-transform: uppercase; transition: .2s ease; }
.button-primary { background: var(--gold); color: #17130c; }
.button-primary:hover { background: #d2b77f; transform: translateY(-1px); }
.button-ghost { color: var(--cream); }
.button-ghost:hover { background: rgba(196,165,106,.08); transform: translateY(-1px); }
.hero-card { padding: 32px 30px; border: 1px solid var(--line); background: rgba(20,18,15,.76); box-shadow: var(--shadow); }
.hero-card .card-kicker { display: block; color: var(--gold); font: 700 11px/1.2 Arial, sans-serif; letter-spacing: .18em; margin-bottom: 26px; }
.hero-card p { margin: 0; color: var(--white); font-size: 25px; line-height: 1.5; }
.hero-card small { color: var(--muted); font: 400 13px/1.55 Arial, sans-serif; }
.gold-line { width: 42px; height: 1px; background: var(--gold); margin: 25px 0; }

.section { padding: 110px 0; background: #171512; }
.section-dark { background: #0f0e0c; border-top: 1px solid var(--line-soft); border-bottom: 1px solid var(--line-soft); }
.intro { background: linear-gradient(180deg, #171512 0%, #15130f 100%); }
.path-section { background: #14120f; }
.closing-section { background: linear-gradient(180deg, #14120f 0%, #0f0e0c 100%); }
.split { display: grid; grid-template-columns: minmax(0,.85fr) minmax(0,1.15fr); gap: 90px; align-items: start; }
.prose { color: var(--cream-2); font-size: 19px; max-width: 680px; }
.prose p { margin-bottom: 20px; }
.muted { color: var(--muted); }
.section-heading { max-width: 780px; margin-bottom: 52px; }
.section-heading.compact-heading { max-width: 700px; }
.section-heading > p:last-child { color: var(--cream-2); font-size: 19px; }

.workshop-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.workshop { min-height: 255px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: linear-gradient(180deg, rgba(255,255,255,.012), rgba(255,255,255,0)); transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.workshop:hover { background: rgba(196,165,106,.045); transform: translateY(-2px); border-color: rgba(196,165,106,.36); }
.workshop span { display: inline-block; margin-bottom: 38px; color: var(--gold-soft); font: 700 11px/1 Arial, sans-serif; letter-spacing: .16em; }
.workshop p { color: var(--muted); font: 400 15px/1.58 Arial, sans-serif; }
.workshop.featured { background: linear-gradient(145deg, rgba(196,165,106,.12), rgba(196,165,106,.02)); }
.workshop-wide { grid-column: span 2; min-height: 220px; background: linear-gradient(135deg, rgba(196,165,106,.08), rgba(255,255,255,.01)); }

.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.benefit-card { min-height: 250px; padding: 32px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.012); }
.benefit-card h3 { font-size: 25px; }
.benefit-card p { color: var(--cream-2); font: 400 16px/1.65 Arial, sans-serif; }
.benefit-number { display: inline-block; margin-bottom: 34px; color: var(--gold-soft); font: 700 11px/1 Arial, sans-serif; letter-spacing: .16em; }

.path-list { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line); }
.path-list li { display: grid; grid-template-columns: 56px 1fr; gap: 22px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.path-list span { color: var(--gold); font: 700 11px/1.3 Arial, sans-serif; letter-spacing: .14em; padding-top: 5px; }
.path-list strong { display: block; color: var(--white); font-size: 24px; font-weight: 400; margin-bottom: 5px; }
.path-list p { margin: 0; color: var(--muted); font: 400 15px/1.58 Arial, sans-serif; }

.author-section { background: #14120f; }
.author-card { border-top: 1px solid var(--gold-soft); padding-top: 52px; display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; }
.closing-card { text-align: center; max-width: 900px; padding: 70px 40px; border: 1px solid var(--line); background: radial-gradient(circle at 50% 10%, rgba(196,165,106,.08), transparent 42%), rgba(255,255,255,.01); box-shadow: var(--shadow); }
.closing-card h2 { margin-left: auto; margin-right: auto; max-width: 760px; }
.closing-card > p:not(.eyebrow) { color: var(--cream-2); font-size: 19px; margin-bottom: 28px; }

.site-footer { padding: 48px 0; background: #0c0b09; border-top: 1px solid rgba(196,165,106,.16); }
.footer-grid { display: flex; justify-content: space-between; align-items: end; gap: 30px; }
.site-footer strong { font: 700 12px/1.2 Arial, sans-serif; letter-spacing: .17em; color: var(--gold); }
.site-footer p { margin: 8px 0 0; color: var(--muted); font-size: 14px; }
.footer-meta { display: flex; gap: 24px; color: #80786d; font: 400 12px/1.4 Arial, sans-serif; }

@media (max-width: 980px) {
  .main-nav { display: none; }
  .hero-grid { grid-template-columns: 1fr; gap: 42px; }
  .hero-card { max-width: 500px; }
  .light-window { right: -10vw; width: 54vw; opacity: .46; }
  .workshop-grid { grid-template-columns: repeat(2, 1fr); }
  .workshop-wide { grid-column: span 2; }
  .benefit-grid { grid-template-columns: 1fr; }
  .split, .author-card { grid-template-columns: 1fr; gap: 28px; }
}

@media (max-width: 620px) {
  .shell { width: min(100% - 28px, 1180px); }
  .site-header { position: static; }
  .nav-wrap { min-height: 64px; }
  .brand { font-size: 12px; letter-spacing: .12em; }
  .brand-mark { width: 30px; height: 30px; }
  .hero { min-height: auto; }
  .hero-grid { padding: 88px 0 74px; }
  .light-window { width: 76vw; right: -30vw; top: 7%; }
  h1 { font-size: clamp(42px, 13vw, 64px); }
  .lead { font-size: 18px; }
  .hero-actions { display: grid; }
  .button { width: 100%; }
  .section { padding: 78px 0; }
  .workshop-grid { grid-template-columns: 1fr; }
  .workshop, .workshop-wide { min-height: 200px; grid-column: auto; }
  .benefit-card { min-height: auto; }
  .closing-card { padding: 52px 24px; }
  .footer-grid { align-items: start; flex-direction: column; }
  .footer-meta { flex-direction: column; gap: 5px; }
}
