:root {
  --bg: #0b0a09;
  --bg-raised: #141210;
  --bg-inset: #1a1714;
  --ink: #f3ece1;
  --muted: #b6aa9a;
  --faint: #8b7f72;
  --line: rgba(196, 165, 116, 0.22);
  --gold: #c4a574;
  --gold-bright: #e2c798;
  --gold-deep: #8d6e3f;
  --danger: #e3a196;
  --ok: #c5d4b4;
  --serif: "Cormorant Garamond", "Times New Roman", serif;
  --sans: "Outfit", "Segoe UI", sans-serif;
  --shadow: 0 30px 80px rgba(0, 0, 0, 0.45);
  --radius: 2px;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--sans);
  font-weight: 300;
  font-size: 1.05rem;
  line-height: 1.7;
  letter-spacing: 0.01em;
}

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

a {
  color: var(--gold);
  text-decoration: none;
}

a:hover {
  color: var(--gold-bright);
}

h1,
h2,
h3,
h4 {
  font-family: var(--serif);
  font-weight: 500;
  line-height: 1.12;
  letter-spacing: 0.01em;
  margin: 0 0 0.6em;
}

h1 {
  font-size: clamp(2.6rem, 6vw, 5.4rem);
}

h2 {
  font-size: clamp(1.8rem, 3.4vw, 2.8rem);
}

h3 {
  font-size: 1.45rem;
}

p {
  margin: 0 0 1em;
  color: var(--muted);
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -40px;
  background: var(--gold);
  color: #1a140c;
  padding: 0.4rem 0.8rem;
  z-index: 80;
}

.skip-link:focus {
  top: 1rem;
}

.inline-error,
.form-status,
#chrome-error,
#nav-error,
#cookie-error,
#form-boot-error {
  background: #2a1614;
  color: var(--danger);
  border: 1px solid rgba(227, 161, 150, 0.35);
  padding: 0.75rem 1rem;
  margin: 0.5rem 0;
}

.form-status.is-success {
  background: #172016;
  color: var(--ok);
  border-color: rgba(197, 212, 180, 0.35);
}

.form-status.is-error {
  background: #2a1614;
  color: var(--danger);
}

#site-header,
#site-footer {
  min-height: 1px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(11, 10, 9, 0.88);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line);
}

.header-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 1rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.wordmark {
  font-family: var(--serif);
  font-size: 1.45rem;
  color: var(--ink);
  letter-spacing: 0.08em;
}

.wordmark:hover {
  color: var(--gold);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 1.35rem;
}

.site-nav a {
  color: var(--muted);
  font-size: 0.82rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.site-nav a[aria-current="page"] {
  color: var(--gold);
}

.nav-cta {
  border: 1px solid var(--gold);
  padding: 0.45rem 0.9rem;
  color: var(--gold) !important;
}

.nav-toggle {
  display: none;
  background: none;
  border: 0;
  width: 2.4rem;
  height: 2.4rem;
  cursor: pointer;
  padding: 0;
}

.nav-toggle span {
  display: block;
  height: 1px;
  background: var(--gold);
  margin: 7px 0;
}

.page {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 1.5rem 5rem;
}

.kicker {
  font-size: 0.72rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1rem;
}

.lede {
  font-size: 1.2rem;
  max-width: 40rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--gold);
  background: transparent;
  color: var(--gold);
  font-family: var(--sans);
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 0.85rem 1.4rem;
  cursor: pointer;
  transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.btn:hover {
  background: var(--gold);
  color: #16110c;
}

.btn-gold {
  background: var(--gold);
  color: #16110c;
}

.btn-gold:hover {
  background: var(--gold-bright);
  color: #16110c;
}

.btn-ghost {
  border-color: var(--line);
  color: var(--ink);
}

.btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 0.75rem;
  border-bottom: 1px solid var(--gold);
  padding-bottom: 0.2rem;
}

.hero-editorial {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 3.5rem;
  align-items: end;
  padding: 4.5rem 0 3rem;
}

.hero-photo {
  position: relative;
}

.hero-photo img {
  width: 100%;
  height: 78vh;
  min-height: 28rem;
  object-fit: cover;
  filter: grayscale(25%) contrast(1.05);
}

.hero-caption {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink);
  background: rgba(11, 10, 9, 0.55);
  padding: 0.4rem 0.6rem;
}

.rule {
  height: 1px;
  background: var(--line);
  border: 0;
  margin: 0;
}

.stat-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.stat {
  padding: 1.6rem 1.2rem;
  border-right: 1px solid var(--line);
}

.stat:last-child {
  border-right: 0;
}

.stat b {
  display: block;
  font-family: var(--serif);
  font-size: 2rem;
  font-weight: 500;
  color: var(--ink);
}

.stat span {
  color: var(--faint);
  font-size: 0.85rem;
}

.section {
  padding: 5rem 0 1rem;
}

.section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 2rem;
  margin-bottom: 2.5rem;
}

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: start;
}

.quote-stack {
  display: grid;
  gap: 1.5rem;
}

.quote-card {
  background: var(--bg-raised);
  border: 1px solid var(--line);
  padding: 1.8rem;
}

.quote-card p {
  color: var(--ink);
  font-family: var(--serif);
  font-size: 1.35rem;
  line-height: 1.45;
  font-style: italic;
}

.quote-card.short p {
  font-size: 1.05rem;
  font-family: var(--sans);
  font-style: normal;
  color: var(--muted);
}

.quote-meta {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  color: var(--faint);
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.stars {
  color: var(--gold);
  letter-spacing: 0.2em;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.4rem;
}

.card {
  background: var(--bg-raised);
  border: 1px solid var(--line);
  overflow: hidden;
  transition: transform 0.35s ease, border-color 0.35s ease;
}

.card:hover {
  transform: translateY(-4px);
  border-color: rgba(196, 165, 116, 0.5);
}

.card img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  filter: grayscale(20%);
}

.card-body {
  padding: 1.4rem 1.3rem 1.6rem;
}

.card-body h3 {
  margin-bottom: 0.4rem;
}

.meta {
  color: var(--gold);
  font-size: 0.75rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 0.6rem;
}

.benefit-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 1.4rem;
}

.benefit-list li {
  border-top: 1px solid var(--line);
  padding-top: 1.2rem;
}

.benefit-list strong {
  display: block;
  font-family: var(--serif);
  font-size: 1.4rem;
  font-weight: 500;
  color: var(--ink);
  margin-bottom: 0.35rem;
}

.editorial-band {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 2.5rem;
  background: var(--bg-inset);
  border: 1px solid var(--line);
  padding: 2.5rem;
}

.editorial-band img {
  width: 100%;
  height: 100%;
  min-height: 22rem;
  object-fit: cover;
}

.cta-strip {
  margin-top: 5rem;
  padding: 3rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  border-top: 1px solid var(--line);
}

.site-footer {
  border-top: 1px solid var(--line);
  background: #090807;
  padding: 3.5rem 1.5rem 1.5rem;
}

.footer-grid {
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.4fr 1.4fr 1fr 1fr;
  gap: 2rem;
}

.footer-heading {
  font-size: 1rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
}

.footer-tag,
.footer-address {
  color: var(--muted);
  font-size: 0.95rem;
}

.footer-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-list a {
  color: var(--muted);
  display: inline-block;
  padding: 0.2rem 0;
}

.footer-base {
  max-width: 1240px;
  margin: 2.5rem auto 0;
  padding-top: 1.2rem;
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  color: var(--faint);
  font-size: 0.85rem;
}

.page-hero {
  padding: 4rem 0 2rem;
}

.page-hero h1 {
  max-width: 16ch;
}

.prose {
  max-width: 46rem;
}

.prose h2 {
  margin-top: 2.2rem;
}

.prose ul,
.prose ol {
  color: var(--muted);
  padding-left: 1.2rem;
}

.price-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2rem;
  margin-top: 2rem;
}

.price-card {
  border: 1px solid var(--line);
  background: var(--bg-raised);
  padding: 2rem 1.6rem;
  display: flex;
  flex-direction: column;
  min-height: 28rem;
}

.price-card.featured {
  border-color: var(--gold);
  background: linear-gradient(180deg, #1d1914 0%, #141210 100%);
}

.price-card .amount {
  font-family: var(--serif);
  font-size: 2.6rem;
  color: var(--ink);
}

.price-card .amount span {
  font-size: 1rem;
  color: var(--faint);
}

.price-card ul {
  padding-left: 1.1rem;
  color: var(--muted);
  flex: 1;
}

.module {
  border-bottom: 1px solid var(--line);
  padding: 1.2rem 0;
}

.instructor {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 1.5rem;
  align-items: center;
  border: 1px solid var(--line);
  padding: 1.2rem;
  background: var(--bg-raised);
}

.instructor img {
  width: 180px;
  height: 220px;
  object-fit: cover;
  filter: grayscale(30%);
}

.faq details {
  border-bottom: 1px solid var(--line);
  padding: 1rem 0;
}

.faq summary {
  cursor: pointer;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 1.25rem;
}

.table-wrap {
  overflow-x: auto;
}

table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.95rem;
}

th,
td {
  border: 1px solid var(--line);
  padding: 0.75rem 0.9rem;
  text-align: left;
  color: var(--muted);
}

th {
  color: var(--gold);
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.75rem;
}

.form {
  display: grid;
  gap: 1rem;
  max-width: 36rem;
}

.field label {
  display: block;
  margin-bottom: 0.35rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.72rem;
  color: var(--gold);
}

.field input,
.field textarea,
.field select {
  width: 100%;
  background: var(--bg-inset);
  border: 1px solid var(--line);
  color: var(--ink);
  font: inherit;
  padding: 0.75rem 0.85rem;
}

.field textarea {
  min-height: 8rem;
  resize: vertical;
}

.field-error {
  min-height: 1.2em;
  color: var(--danger);
  font-size: 0.85rem;
}

.address-block {
  border: 1px solid var(--line);
  padding: 1.4rem;
  background: var(--bg-raised);
}

.case-study {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  margin: 2rem 0 3rem;
}

.case-study img {
  width: 100%;
  height: 100%;
  min-height: 16rem;
  object-fit: cover;
  filter: grayscale(25%);
}

.blog-list {
  display: grid;
  gap: 1.5rem;
}

.blog-row {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 1.5rem;
  border-bottom: 1px solid var(--line);
  padding-bottom: 1.5rem;
}

.blog-row img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.article {
  max-width: 42rem;
  margin: 0 auto;
}

.article img.cover {
  width: 100%;
  height: 26rem;
  object-fit: cover;
  margin: 1.5rem 0 2rem;
}

.not-found {
  min-height: 70vh;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 4rem 1.5rem;
}

.not-found h1 {
  font-size: clamp(4rem, 12vw, 9rem);
  color: var(--gold);
}

[data-reveal] {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: none;
}

.cookie-banner {
  position: fixed;
  bottom: 1rem;
  left: 1rem;
  right: 1rem;
  z-index: 60;
  max-width: 720px;
  margin: 0 auto;
  background: #161310;
  border: 1px solid var(--gold);
  box-shadow: var(--shadow);
}

.cookie-banner-inner {
  padding: 1.2rem 1.3rem;
}

.cookie-banner p {
  color: var(--ink);
  margin-bottom: 1rem;
}

.cookie-actions {
  display: flex;
  gap: 0.7rem;
  justify-content: flex-end;
}

@media (max-width: 980px) {
  .hero-editorial,
  .split,
  .editorial-band,
  .case-study,
  .blog-row,
  .instructor,
  .footer-grid,
  .card-grid,
  .price-grid,
  .stat-row {
    grid-template-columns: 1fr;
  }

  .hero-photo img {
    height: 50vh;
    min-height: 18rem;
  }

  .stat {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .cta-strip {
    flex-direction: column;
    align-items: flex-start;
  }

  .nav-toggle {
    display: block;
  }

  .site-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #120f0c;
    flex-direction: column;
    align-items: flex-start;
    padding: 1rem 1.5rem 1.4rem;
    border-bottom: 1px solid var(--line);
  }

  .site-nav.is-open {
    display: flex;
  }

  .header-inner {
    position: relative;
  }
}

@media (max-width: 640px) {
  .blog-row {
    grid-template-columns: 1fr;
  }

  .article img.cover {
    height: 16rem;
  }
}
