:root {
  --ink: #163d32;
  --forest: #214f41;
  --sage: #b7c7b4;
  --sage-soft: #dfe7dc;
  --cream: #f5f0e5;
  --paper: #fcfaf5;
  --lavender: #d9d1e3;
  --gold: #bd9458;
  --line: rgba(22, 61, 50, 0.22);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }

.site-header {
  min-height: 92px; display: flex; align-items: center; justify-content: space-between;
  gap: 32px; padding: 18px clamp(22px, 5vw, 78px); border-bottom: 1px solid var(--line);
  background: rgba(252, 250, 245, .93); backdrop-filter: blur(14px); position: sticky; top: 0; z-index: 20;
}
.brand { display: inline-flex; flex-direction: column; letter-spacing: .08em; line-height: 1; }
.brand span { font-family: Georgia, 'Times New Roman', serif; font-size: 18px; }
.brand small { font-size: 8px; letter-spacing: .24em; margin-top: 7px; }
nav { display: flex; align-items: center; gap: clamp(18px, 3vw, 40px); font-size: 13px; }
.nav-cta { padding: 12px 18px; border: 1px solid var(--ink); display: inline-flex; gap: 18px; }

.hero { min-height: 710px; display: grid; grid-template-columns: 1.14fr .86fr; background: var(--cream); }
.hero-copy { padding: clamp(76px, 10vw, 142px) clamp(28px, 7vw, 108px); align-self: center; }
.eyebrow { text-transform: uppercase; letter-spacing: .18em; font-size: 11px; font-weight: 700; margin: 0 0 24px; }
h1, h2 { font-family: Georgia, 'Times New Roman', serif; font-weight: 400; letter-spacing: -.04em; margin: 0; }
h1 { font-size: clamp(52px, 7vw, 104px); line-height: .92; max-width: 990px; }
h1 em, h2 em { color: var(--gold); font-weight: 400; }
.hero-lead { max-width: 610px; font-size: clamp(18px, 2vw, 23px); line-height: 1.55; margin: 38px 0 0; }
.hero-actions { display: flex; align-items: center; gap: 30px; flex-wrap: wrap; margin-top: 42px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 42px; padding: 17px 22px; font-size: 13px; text-transform: uppercase; letter-spacing: .08em; }
.button-primary { background: var(--ink); color: white; }
.text-link { font-size: 13px; border-bottom: 1px solid var(--ink); padding-bottom: 5px; }
.hero-art { position: relative; overflow: hidden; background: var(--sage); min-height: 520px; display: flex; align-items: center; justify-content: center; padding: 54px; }
.hero-art::before, .hero-art::after { content: ''; position: absolute; border-radius: 50%; border: 1px solid rgba(22,61,50,.28); }
.hero-art::before { width: 520px; height: 520px; }
.hero-art::after { width: 690px; height: 690px; }
.sun-orbit { position: absolute; width: 310px; height: 310px; border-radius: 50%; background: var(--lavender); box-shadow: 0 0 0 55px rgba(245,240,229,.25); }
.sun-orbit span { position: absolute; width: 26px; height: 26px; border-radius: 50%; background: var(--gold); top: -12px; left: calc(50% - 13px); }
.hero-art-script { position: relative; z-index: 2; font-family: Georgia, serif; font-style: italic; font-size: clamp(34px, 4vw, 62px); line-height: 1; text-align: center; color: var(--ink); }
.hero-art-list { position: absolute; z-index: 3; bottom: 38px; left: 38px; right: 38px; display: flex; justify-content: space-between; font-size: 9px; letter-spacing: .15em; text-transform: uppercase; }
.marquee { overflow: hidden; white-space: nowrap; padding: 16px 0; background: var(--ink); color: var(--cream); font-family: Georgia, serif; font-size: 14px; letter-spacing: .26em; }
.marquee span { display: block; width: max-content; padding-left: 4vw; }

.section { padding: clamp(78px, 10vw, 148px) clamp(24px, 7vw, 108px); }
.section h2 { font-size: clamp(58px, 9vw, 132px); line-height: .84; }
.is-this-you { background: var(--paper); }
.question-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin-top: 74px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.question-grid article { padding: 38px 38px 46px 0; border-right: 1px solid var(--line); }
.question-grid article + article { padding-left: 38px; }
.question-grid article:last-child { border-right: 0; }
.question-grid span { font-family: Georgia, serif; color: var(--gold); font-size: 28px; }
.question-grid h3 { font-family: Georgia, serif; font-weight: 400; font-size: clamp(24px, 2.5vw, 35px); line-height: 1.15; margin: 28px 0 18px; }
.question-grid p, .about-copy > p, .session-content p { font-size: 16px; line-height: 1.65; }

.session { background: var(--lavender); display: grid; grid-template-columns: 1fr 1fr; gap: clamp(60px, 9vw, 150px); }
.session h2 { font-size: clamp(48px, 6.2vw, 88px); line-height: .94; }
.session-content { align-self: end; }
.session-intro { max-width: 620px; margin: 36px 0 0; font-family: Georgia, serif; font-size: clamp(20px, 2vw, 29px); line-height: 1.45; }
.signal-line { margin: 24px 0 0; text-transform: uppercase; letter-spacing: .12em; font-size: 11px; font-weight: 700; }
.large-copy { font-family: Georgia, serif; font-size: clamp(23px, 2.4vw, 34px) !important; line-height: 1.35 !important; }
.session-content ul { list-style: none; margin: 42px 0 22px; padding: 0; border-top: 1px solid var(--line); }
.session-content li { display: grid; grid-template-columns: 55px 1fr; gap: 16px; padding: 17px 0; border-bottom: 1px solid var(--line); }
.session-content b { color: var(--gold); font-family: Georgia, serif; }
.session-content li span { display: grid; gap: 5px; }
.session-content li strong { font-weight: 500; }
.session-content li small { font-size: 13px; line-height: 1.45; opacity: .72; }
.draft-note { opacity: .68; font-size: 12px !important; }

.about { background: var(--cream); display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(55px, 10vw, 160px); align-items: center; }
.about-card { min-height: 560px; position: relative; background: var(--sage-soft); display: flex; align-items: center; justify-content: center; overflow: hidden; }
.about-card::before { content: ''; width: 360px; height: 360px; border: 1px solid var(--gold); border-radius: 50%; position: absolute; }
.monogram { margin: 0; font-family: Georgia, serif; font-size: 230px; font-style: italic; color: var(--forest); position: relative; }
.about-card span { position: absolute; bottom: 25px; left: 28px; text-transform: uppercase; font-size: 9px; line-height: 1.6; letter-spacing: .18em; }
.about-copy h2 { font-size: clamp(55px, 7vw, 110px); margin-bottom: 42px; }
.about-copy > p { max-width: 740px; }
.disclaimer { margin-top: 28px; padding-top: 22px; border-top: 1px solid var(--line); font-size: 12px !important; opacity: .7; }

.process { background: var(--paper); }
.process h2 { font-size: clamp(52px, 7vw, 100px); }
.process-grid { margin-top: 70px; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.process-grid article { padding: 34px 28px 42px; border-right: 1px solid var(--line); }
.process-grid article:first-child { padding-left: 0; }
.process-grid article:last-child { border-right: 0; }
.process-grid b { color: var(--gold); font-family: Georgia, serif; font-size: 22px; }
.process-grid h3 { margin: 30px 0 12px; font-family: Georgia, serif; font-weight: 400; font-size: 30px; }
.process-grid p { margin: 0; font-size: 14px; line-height: 1.6; }

.interest { background: var(--forest); color: var(--cream); text-align: center; }
.interest h2 { color: var(--cream); margin: 18px 0 34px; }
.interest p { font-family: Georgia, serif; font-size: 20px; }
.button-light { margin-top: 24px; border: 1px solid var(--cream); opacity: .8; cursor: not-allowed; }
.booking-note { display: block; margin: 18px auto 0; max-width: 540px; font-size: 11px; line-height: 1.5; opacity: .65; }
footer { padding: 42px clamp(24px, 5vw, 78px); display: grid; grid-template-columns: 1fr auto 1fr; align-items: end; gap: 30px; border-top: 1px solid var(--line); background: var(--cream); }
footer p { font-size: 10px; text-align: center; opacity: .65; margin: 0; }
footer div { text-align: right; font-size: 11px; }

@media (max-width: 900px) {
  nav > a:not(.nav-cta) { display: none; }
  .hero, .session, .about { grid-template-columns: 1fr; }
  .hero-art { min-height: 510px; }
  .question-grid { grid-template-columns: 1fr; }
  .question-grid article, .question-grid article + article { padding: 30px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .question-grid article:last-child { border-bottom: 0; }
  .about-card { min-height: 470px; }
  .process-grid { grid-template-columns: 1fr 1fr; }
  .process-grid article:nth-child(2) { border-right: 0; }
  .process-grid article:first-child { padding-left: 28px; }
  .process-grid article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  footer { grid-template-columns: 1fr; align-items: start; }
  footer p, footer div { text-align: left; }
}

@media (max-width: 560px) {
  .site-header { min-height: 78px; }
  .brand span { font-size: 14px; }
  .nav-cta { font-size: 0; padding: 12px; gap: 0; }
  .nav-cta span { font-size: 16px; }
  .hero { min-height: 0; }
  .hero-copy { padding-top: 80px; padding-bottom: 80px; }
  h1 { font-size: 51px; }
  .hero-art { min-height: 430px; padding: 25px; }
  .hero-art-list { left: 20px; right: 20px; gap: 12px; }
  .sun-orbit { width: 240px; height: 240px; }
  .section h2 { font-size: 57px; }
  .session h2 { font-size: 45px; }
  .about-copy h2 { font-size: 54px; }
  .about-card { min-height: 390px; }
  .about-card::before { width: 275px; height: 275px; }
  .monogram { font-size: 175px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid article { border-right: 0; border-bottom: 1px solid var(--line); }
  .process-grid article:nth-child(2) { border-bottom: 1px solid var(--line); }
  .process-grid article:last-child { border-bottom: 0; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
