:root {
  --ink: #10151d;
  --navy: #121d2b;
  --navy-soft: #1a2b40;
  --gold: #c99a45;
  --gold-light: #ead5a8;
  --paper: #f6f3ec;
  --white: #ffffff;
  --muted: #66707d;
  --line: rgba(16, 21, 29, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "DM Sans", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
}
a { color: inherit; }
.site-header {
  min-height: 78px;
  padding: 14px clamp(22px, 5vw, 76px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  background: var(--navy);
  color: var(--white);
}
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; font-weight: 700; }
.brand-mark {
  width: 42px; height: 42px; display: inline-grid; place-items: center;
  border: 1px solid var(--gold); color: var(--gold-light); font: 600 .75rem/1 "DM Sans", sans-serif;
  letter-spacing: .08em;
}
nav { display: flex; align-items: center; gap: clamp(16px, 3vw, 36px); }
nav a { text-decoration: none; font-size: .94rem; }
.nav-cta { border-bottom: 1px solid var(--gold); padding-bottom: 3px; }

.hero {
  min-height: 680px;
  display: grid;
  grid-template-columns: minmax(0, 1.22fr) minmax(330px, .78fr);
  color: var(--white);
  background: var(--navy);
}
.hero-copy { padding: clamp(74px, 10vw, 150px) clamp(24px, 7vw, 110px); }
.eyebrow { margin: 0 0 16px; color: var(--gold); font-size: .78rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
h1, h2 { font-family: "Playfair Display", Georgia, serif; line-height: 1.08; }
h1 { max-width: 850px; margin: 0; font-size: clamp(3rem, 6vw, 6.25rem); letter-spacing: -.045em; }
h1 em { color: var(--gold-light); font-weight: 600; }
.hero-text { max-width: 630px; margin: 32px 0; color: #d9e0e9; font-size: clamp(1.05rem, 1.7vw, 1.28rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.button {
  min-height: 52px; padding: 14px 24px; display: inline-flex; align-items: center; justify-content: center;
  border: 1px solid transparent; border-radius: 2px; font: 700 .95rem/1.2 "DM Sans", sans-serif;
  text-decoration: none; cursor: pointer; transition: transform .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); }
.primary { background: var(--gold); color: #111821; }
.primary:hover { background: #d8aa55; }
.secondary { border-color: rgba(255,255,255,.32); color: var(--white); }
.trust-row { margin-top: 42px; display: flex; flex-wrap: wrap; gap: 14px 30px; color: #bac4d0; font-size: .88rem; }
.trust-row span::before { content: "✓"; margin-right: 8px; color: var(--gold); }
.hero-panel { position: relative; overflow: hidden; display: grid; place-items: center; background: var(--navy-soft); }
.hero-panel::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(circle at 72% 35%, rgba(201,154,69,.19), transparent 31%), linear-gradient(145deg, transparent 48%, rgba(255,255,255,.045) 49%, transparent 50%);
}
.road-lines { position: absolute; width: 1px; height: 125%; background: rgba(201,154,69,.35); transform: rotate(28deg); box-shadow: 54px 0 rgba(201,154,69,.12), -54px 0 rgba(201,154,69,.12); }
.panel-card { position: relative; width: min(72%, 380px); padding: 48px 38px; border: 1px solid rgba(234,213,168,.55); background: rgba(18,29,43,.76); backdrop-filter: blur(8px); }
.mini-label { display: block; margin-bottom: 18px; color: var(--gold); font-size: .75rem; letter-spacing: .18em; text-transform: uppercase; }
.panel-card strong { font: 600 clamp(2rem, 3.7vw, 4rem)/1.22 "Playfair Display", serif; }

.intro, .instructor, .enroll, .process, .policies { padding: clamp(70px, 9vw, 130px) clamp(24px, 8vw, 120px); }
.intro { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(36px, 8vw, 120px); align-items: start; }
h2 { margin: 0 0 22px; font-size: clamp(2.35rem, 4.5vw, 4.5rem); letter-spacing: -.035em; }
.intro > p { max-width: 760px; margin: 14px 0 0; font-size: clamp(1.08rem, 1.8vw, 1.3rem); }

.curriculum { padding: clamp(70px, 8vw, 120px) clamp(24px, 8vw, 120px); background: var(--white); }
.section-heading { max-width: 720px; margin-bottom: 48px; }
.module-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.module-grid article { min-height: 230px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.module-grid span { color: var(--gold); font-size: .77rem; font-weight: 700; letter-spacing: .14em; }
.module-grid h3 { margin: 34px 0 10px; font-family: "Playfair Display", serif; font-size: 1.45rem; line-height: 1.2; }
.module-grid p { margin: 0; color: var(--muted); }

.process { background: #e9e4d9; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }
.process-grid article { padding: 30px 26px 34px 0; border-bottom: 1px solid var(--line); }
.process-grid article + article { padding-left: 26px; border-left: 1px solid var(--line); }
.process-grid span { color: var(--gold); font: 700 2.4rem/1 "Playfair Display", serif; }
.process-grid h3 { margin: 20px 0 10px; font-family: "Playfair Display", serif; font-size: 1.35rem; }
.process-grid p { margin: 0; color: var(--muted); font-size: .95rem; }
.included { margin-top: 38px; padding: 28px; color: var(--white); background: var(--navy); }
.included ul { margin: 18px 0 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px 24px; list-style: none; }
.included li::before { content: "✓"; margin-right: 9px; color: var(--gold); }

.instructor { display: grid; grid-template-columns: .62fr 1.38fr; gap: clamp(42px, 9vw, 130px); align-items: center; background: #e9e4d9; }
.monogram { aspect-ratio: 1; display: grid; place-items: center; color: var(--gold-light); background: var(--navy); font: 600 clamp(4rem, 9vw, 9rem)/1 "Playfair Display", serif; }
.instructor p:not(.eyebrow) { max-width: 720px; }
.instructor ul { padding: 0; list-style: none; }
.instructor li { padding: 11px 0; border-bottom: 1px solid var(--line); }
.instructor li::before { content: "—"; margin-right: 12px; color: var(--gold); }

.enroll { display: grid; grid-template-columns: 1.2fr .8fr; gap: clamp(42px, 9vw, 130px); align-items: center; color: var(--white); background: var(--navy); }
.enroll > div:first-child > p:not(.eyebrow) { max-width: 650px; color: #c9d1dc; font-size: 1.1rem; }
.price-card { padding: clamp(30px, 5vw, 52px); color: var(--ink); background: var(--white); }
.price-card .price-label, .price-card .one-time { margin: 0; color: #4c5663; }
.price { margin: 6px 0 0; font: 700 clamp(4rem, 7vw, 6rem)/1 "Playfair Display", serif; }
.price sup { font-size: .42em; vertical-align: top; }
.one-time { margin-bottom: 26px; }
.payment-button { width: 100%; border: 0; }
.price-card .payment-note { margin: 14px 0 0; text-align: center; color: #566170; font-size: .8rem; line-height: 1.45; }
.price-card .delivery-note { margin: 20px 0 0; padding-top: 18px; border-top: 1px solid var(--line); color: #3f4956; font-size: .88rem; line-height: 1.5; }
.delivery-note a { font-weight: 700; }
.certificate-note { padding: 30px clamp(24px, 8vw, 120px); display: flex; align-items: baseline; gap: 26px; background: var(--gold-light); }
.certificate-note p { margin: 0; font-size: .9rem; }

.policies { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(42px, 8vw, 110px); background: var(--white); }
.policy-list details { border-top: 1px solid var(--line); }
.policy-list details:last-child { border-bottom: 1px solid var(--line); }
.policy-list summary { padding: 20px 4px; cursor: pointer; font-weight: 700; }
.policy-list details p { margin: 0; padding: 0 4px 22px; color: var(--muted); }

footer { padding: 34px clamp(24px, 5vw, 76px); display: grid; grid-template-columns: 1fr auto auto; gap: 28px; align-items: center; color: #d6dde6; background: #0a111a; font-size: .86rem; }
footer div { display: flex; align-items: center; gap: 12px; }
footer a { color: var(--gold-light); }
footer p { margin: 0; }

@media (max-width: 880px) {
  .hero { grid-template-columns: 1fr; }
  .hero-panel { min-height: 380px; }
  .intro, .instructor, .enroll, .policies { grid-template-columns: 1fr; }
  .module-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .included ul { grid-template-columns: repeat(2, 1fr); }
  .monogram { max-width: 430px; }
  footer { grid-template-columns: 1fr; }
}
@media (max-width: 620px) {
  .site-header { min-height: 70px; }
  .brand > span:last-child { display: none; }
  nav a:not(.nav-cta) { display: none; }
  .hero { min-height: auto; }
  .hero-copy { padding-top: 72px; padding-bottom: 72px; }
  .hero-panel { min-height: 310px; }
  .module-grid { grid-template-columns: 1fr; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid article, .process-grid article + article { padding: 24px 0; border-left: 0; }
  .included ul { grid-template-columns: 1fr; }
  .certificate-note { display: block; }
  .certificate-note p { margin-top: 8px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button { transition: none; }
}
