:root {
  --ink: #0b0a09;
  --ink-soft: #171411;
  --cream: #f8f3e9;
  --paper: #fffdf8;
  --gold: #c89b4a;
  --gold-light: #e8c983;
  --muted: #756b60;
  --line: rgba(200, 155, 74, .34);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Montserrat, sans-serif; font-size: 16px; line-height: 1.7; }
a { color: inherit; }
.site-header { height: 88px; padding: 0 clamp(24px,5vw,78px); display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(11,10,9,.1); background: rgba(255,253,248,.95); position: sticky; top: 0; z-index: 10; backdrop-filter: blur(14px); }
.brand { display: flex; gap: 12px; align-items: center; text-decoration: none; font-family: "Cormorant Garamond", serif; font-size: 1.25rem; font-weight: 700; }
.brand img { width: 54px; height: 54px; object-fit: cover; border-radius: 50%; }
nav { display: flex; align-items: center; gap: 28px; }
nav a { text-decoration: none; font-size: .78rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.nav-cta { border: 1px solid var(--gold); padding: 10px 16px; }
.menu-button { display: none; background: none; border: 1px solid var(--gold); padding: 8px 12px; font: inherit; }
.hero { min-height: calc(100vh - 88px); display: grid; grid-template-columns: 1.08fr .92fr; background: var(--ink); color: var(--cream); overflow: hidden; }
.hero-copy { padding: clamp(70px,9vw,135px) clamp(32px,7vw,110px); align-self: center; }
.eyebrow { color: var(--gold-light); font-size: .72rem; letter-spacing: .22em; font-weight: 600; margin: 0 0 22px; }
h1,h2,h3,blockquote { font-family: "Cormorant Garamond", serif; }
h1 { font-size: clamp(4rem,7.8vw,8.4rem); line-height: .82; letter-spacing: -.045em; margin: 0; font-weight: 600; }
h1 em,h2 em { color: var(--gold-light); font-weight: 500; }
.intro { max-width: 630px; font-size: 1.08rem; color: #d8d1c5; margin: 38px 0 32px; }
.actions { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.button { display: inline-block; padding: 15px 24px; text-decoration: none; text-transform: uppercase; letter-spacing: .09em; font-size: .75rem; font-weight: 600; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-gold { background: var(--gold); color: var(--ink); }
.text-link { text-decoration: none; font-size: .82rem; text-transform: uppercase; letter-spacing: .09em; font-weight: 600; border-bottom: 1px solid var(--gold); padding-bottom: 5px; }
.hero-details { display: flex; gap: 14px 26px; flex-wrap: wrap; margin-top: 48px; color: #b6aa9a; font-size: .75rem; text-transform: uppercase; letter-spacing: .08em; }
.hero-details span { position: relative; }
.hero-details span:not(:last-child)::after { content: "•"; color: var(--gold); position: absolute; right: -16px; }
.hero-art { position: relative; background: radial-gradient(circle at 52% 44%, #2f271b, #17130f 48%, #090807 78%); display: grid; place-items: center; min-height: 620px; }
.hero-art img { position: relative; z-index: 2; width: min(78%,650px); aspect-ratio: 1; object-fit: cover; border-radius: 50%; box-shadow: 0 30px 80px rgba(0,0,0,.45); filter: sepia(.05) contrast(1.03); }
.gold-ring { position: absolute; width: 82%; aspect-ratio: 1; border: 1px solid var(--gold); border-radius: 50%; opacity: .65; }
.keybed { position: absolute; inset: auto 0 0; height: 78px; opacity: .18; background: repeating-linear-gradient(90deg,#fff 0,#fff 34px,#111 35px,#111 37px); }
.statement { background: var(--cream); padding: 58px 7vw 68px; text-align: center; border-bottom: 1px solid var(--line); }
.statement > p { font-size: .7rem; letter-spacing: .34em; color: var(--muted); }
.statement span { color: var(--gold); }
blockquote { max-width: 940px; margin: 28px auto 0; font-size: clamp(2rem,3.7vw,3.9rem); line-height: 1.1; font-weight: 500; }
.section { padding: clamp(76px,10vw,150px) clamp(24px,8vw,130px); }
.section-heading { display: grid; grid-template-columns: .8fr 1.2fr; align-items: end; margin-bottom: 64px; }
h2 { font-size: clamp(3.1rem,6vw,6.6rem); line-height: .9; letter-spacing: -.035em; margin: 0; font-weight: 600; }
.section-heading h2 { grid-column: 2; }
.section-heading .eyebrow { color: #8b6428; align-self: start; }
.lesson-grid { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line); }
.lesson-grid article { padding: 38px 28px 24px 0; border-right: 1px solid var(--line); }
.lesson-grid article + article { padding-left: 28px; }
.lesson-grid article:last-child { border-right: 0; }
.number { color: var(--gold); font-family: "Cormorant Garamond",serif; font-size: 1.3rem; }
h3 { font-size: 2rem; line-height: 1.05; margin: 35px 0 16px; }
.lesson-grid p { color: var(--muted); font-size: .92rem; }
.benefits { display: grid; grid-template-columns: 1fr 1fr; background: var(--ink-soft); color: var(--cream); }
.benefits-copy { padding: clamp(76px,9vw,140px) clamp(32px,8vw,120px); }
.benefits-copy h2 { font-size: clamp(3.2rem,5.5vw,6rem); }
.benefits-copy > p:last-child { color: #c7beb2; max-width: 620px; margin-top: 32px; }
.benefit-list { margin: 0; padding: 70px clamp(30px,7vw,100px); list-style: none; background: #211c16; display: flex; flex-direction: column; justify-content: center; }
.benefit-list li { padding: 26px 0; border-bottom: 1px solid rgba(232,201,131,.24); }
.benefit-list strong { display: block; font-family: "Cormorant Garamond",serif; color: var(--gold-light); font-size: 2rem; }
.benefit-list span { color: #bfb5a7; font-size: .88rem; }
.meet { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: clamp(50px,10vw,150px); }
.mahsa-portrait { width: min(100%,590px); margin: 0; position: relative; isolation: isolate; }
.mahsa-portrait::before { content: ""; position: absolute; inset: 20px -20px -20px 20px; border: 1px solid var(--gold); border-radius: 50% 50% 12px 12px / 30% 30% 12px 12px; z-index: -1; }
.mahsa-portrait img { display: block; width: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: center 28%; border-radius: 50% 50% 12px 12px / 30% 30% 12px 12px; border: 1px solid var(--line); box-shadow: 0 28px 70px rgba(11,10,9,.22); }
.meet-copy .eyebrow { color: #8b6428; }
.meet-copy p:not(.eyebrow) { color: var(--muted); max-width: 650px; margin: 32px 0; }
.closing { text-align: center; padding: clamp(90px,13vw,185px) 24px; background: linear-gradient(135deg,#b38338,#e7ca8a 49%,#9f702f); color: var(--ink); }
.closing .eyebrow { color: #2f2110; }
.closing h2 em { color: #fff9eb; }
.closing > p:not(.eyebrow) { max-width: 680px; margin: 34px auto; }
.button-light { background: var(--ink); color: var(--paper); margin: 0 10px 20px; }
.email { display: block; font-size: .82rem; }
footer { background: #060504; color: #bcb2a3; padding: 34px clamp(24px,5vw,78px); display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 38px; font-size: .74rem; }
footer div { display: flex; flex-direction: column; }
footer strong { color: var(--cream); font-family: "Cormorant Garamond",serif; font-size: 1.3rem; }
footer p { margin: 0; }
@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr; }
  .hero-art { min-height: 560px; order: -1; }
  .hero-art img { width: min(68%,520px); }
  .lesson-grid { grid-template-columns: 1fr 1fr; }
  .lesson-grid article:nth-child(2) { border-right: 0; }
  .benefits { grid-template-columns: 1fr; }
  .meet { gap: 55px; }
  footer { grid-template-columns: 1fr; gap: 8px; }
}
@media (max-width: 760px) {
  .site-header { height: 74px; }
  .brand span { display: none; }
  .brand img { width: 46px; height: 46px; }
  .menu-button { display: block; }
  nav { display: none; position: absolute; top: 74px; left: 0; right: 0; background: var(--paper); padding: 24px; flex-direction: column; align-items: stretch; border-bottom: 1px solid var(--line); }
  nav.open { display: flex; }
  .hero-art { min-height: 410px; }
  .hero-copy { padding-top: 64px; padding-bottom: 70px; }
  h1 { font-size: clamp(3.7rem,18vw,5.5rem); }
  .hero-details { flex-direction: column; gap: 7px; }
  .hero-details span::after { display: none; }
  .section-heading { grid-template-columns: 1fr; gap: 14px; }
  .section-heading h2 { grid-column: 1; }
  .lesson-grid { grid-template-columns: 1fr; }
  .lesson-grid article,.lesson-grid article + article { padding: 30px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .meet { grid-template-columns: 1fr; }
  .mahsa-portrait { width: min(84vw,480px); margin: 0 auto 20px; }
  .mahsa-portrait::before { inset: 14px -14px -14px 14px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none !important; } }
