@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Fraunces:opsz,wght@9..144,500;9..144,600&display=swap");

:root {
  --lemon:#efd65f;
  --lemon-light:#faed9c;
  --paper:#fffdf6;
  --ink:#263229;
  --muted:#687069;
  --blue:#3e7db4;
  --coral:#ec745f;
  --violet:#8164a6;
  --green:#4f8a62;
  --orange:#df8a38;
  --red:#cf5050;
  --line:rgba(38,50,41,.15);
  --radius:34px;
}

* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; color:var(--ink); background:var(--paper); font-family:"DM Sans",Arial,sans-serif; -webkit-font-smoothing:antialiased; overflow-x:hidden; }
body.menu-open { overflow:hidden; }
a { color:inherit; text-decoration:none; }
button,input,select,textarea { font:inherit; }
img { max-width:100%; }
.section-shell { width:min(100% - 64px,1320px); margin-inline:auto; }

.demo-back { position:fixed; z-index:50; left:20px; padding:11px 16px; border:1px solid rgba(38,50,41,.18); border-radius:999px; background:rgba(255,253,246,.9); box-shadow:0 8px 28px rgba(38,50,41,.1); backdrop-filter:blur(10px); font-size:11px; font-weight:700; letter-spacing:.08em; text-transform:uppercase; transition:transform .25s,background .25s; }
.demo-back:hover { transform:translateX(-4px); background:white; }
.demo-back-top { top:18px; }

.site-header { position:absolute; z-index:20; top:70px; left:0; width:100%; min-height:86px; padding:0 clamp(24px,5vw,80px); display:flex; align-items:center; justify-content:space-between; gap:40px; }
.brand { display:flex; align-items:center; gap:13px; }
.brand > span { width:48px; height:48px; display:grid; place-items:center; border:2px solid var(--ink); border-radius:45% 55% 54% 46% / 54% 42% 58% 46%; font-family:"Fraunces",Georgia,serif; font-weight:600; transform:rotate(-5deg); }
.brand strong { display:grid; font-size:15px; line-height:1.08; letter-spacing:.01em; }
.brand small { margin-top:4px; color:var(--muted); font-size:9px; font-weight:700; letter-spacing:.13em; text-transform:uppercase; }
.site-nav { display:flex; align-items:center; gap:32px; font-size:13px; font-weight:600; }
.site-nav a { position:relative; }
.site-nav a:not(.nav-booking)::after { content:""; position:absolute; left:0; bottom:-5px; width:100%; height:2px; background:var(--coral); transform:scaleX(0); transform-origin:right; transition:transform .3s; }
.site-nav a:hover::after { transform:scaleX(1); transform-origin:left; }
.nav-booking { padding:13px 19px; border:1px solid var(--ink); border-radius:999px; transition:background .25s,color .25s; }
.nav-booking:hover { color:var(--paper); background:var(--ink); }
.menu-toggle { display:none; width:46px; height:46px; padding:12px; border:1px solid var(--ink); border-radius:50%; background:transparent; cursor:pointer; }
.menu-toggle span { display:block; height:2px; margin:5px 0; background:var(--ink); transition:transform .3s; }

.hero { min-height:880px; padding:210px clamp(32px,8vw,125px) 100px; display:grid; grid-template-columns:minmax(0,1.15fr) minmax(380px,.85fr); gap:6vw; align-items:center; position:relative; overflow:hidden; background:var(--lemon); }
.hero-copy { position:relative; z-index:2; max-width:850px; }
.eyebrow,.section-tag { display:inline-flex; align-items:center; gap:10px; color:#52552f; font-size:11px; font-weight:700; letter-spacing:.16em; text-transform:uppercase; }
.eyebrow::before { content:""; width:34px; height:3px; border-radius:2px; background:var(--coral); }
.hero h1 { margin:28px 0 34px; font:600 clamp(62px,7.4vw,120px)/.91 "Fraunces",Georgia,serif; letter-spacing:-.065em; text-wrap:balance; }
.hero h1 em { position:relative; color:var(--blue); font-style:normal; }
.hero h1 em::after { content:""; position:absolute; left:2%; right:0; bottom:-4px; height:7px; border-radius:50%; background:var(--coral); transform:rotate(-1.5deg); }
.hero-lead { max-width:660px; margin:0 0 42px; font-size:20px; line-height:1.55; }
.primary-button,.booking-button { min-height:62px; padding:0 23px; display:inline-flex; align-items:center; justify-content:space-between; gap:48px; color:white; background:var(--ink); border:0; border-radius:16px; font-weight:700; cursor:pointer; box-shadow:7px 7px 0 var(--coral); transition:transform .25s,box-shadow .25s; }
.primary-button:hover,.booking-button:hover { transform:translate(3px,3px); box-shadow:4px 4px 0 var(--coral); }
.hero-portrait { position:relative; z-index:2; justify-self:end; width:min(100%,520px); padding:18px; border:2px solid var(--ink); border-radius:46% 54% 48% 52% / 37% 42% 58% 63%; background:var(--lemon-light); transform:rotate(2deg); }
.hero-portrait img { display:block; width:100%; aspect-ratio:.82; object-fit:cover; object-position:center top; border-radius:45% 55% 48% 52% / 36% 42% 58% 64%; filter:saturate(.88); }
.portrait-halo { position:absolute; z-index:-1; inset:-35px 40px 20px -25px; border:3px dashed rgba(38,50,41,.35); border-radius:50%; animation:halo-drift 9s ease-in-out infinite; }
.portrait-note { position:absolute; right:-25px; bottom:45px; min-width:205px; padding:16px 20px; display:grid; gap:3px; color:white; background:var(--blue); border-radius:8px 24px 8px 24px; transform:rotate(-3deg); box-shadow:5px 6px 0 rgba(38,50,41,.18); }
.portrait-note span { font-family:"Fraunces",Georgia,serif; font-size:23px; }
.portrait-note small { font-size:9px; line-height:1.5; letter-spacing:.1em; text-transform:uppercase; }
.shape { position:absolute; border-radius:50%; opacity:.8; animation:shape-float 7s ease-in-out infinite; }
.shape-blue { width:32px; height:32px; left:4%; top:28%; background:var(--blue); }
.shape-coral { width:18px; height:18px; left:48%; bottom:12%; background:var(--coral); animation-delay:-2s; }
.shape-violet { width:56px; height:56px; right:3%; top:20%; border:12px solid var(--violet); background:transparent; animation-delay:-4s; }
@keyframes halo-drift { 50% { transform:rotate(5deg) scale(1.025); } }
@keyframes shape-float { 50% { transform:translateY(-14px) rotate(8deg); } }

.introduction { padding-top:145px; padding-bottom:145px; display:grid; grid-template-columns:.85fr 1.15fr; gap:9vw; }
.section-tag { color:var(--coral); }
.intro-heading h2,.qualifications-title h2,.booking-heading h2 { margin:26px 0 0; font:600 clamp(48px,6vw,84px)/.98 "Fraunces",Georgia,serif; letter-spacing:-.045em; }
.intro-heading h2 em,.qualifications-title h2 em,.booking-heading h2 em { color:var(--blue); font-style:normal; }
.intro-copy { align-self:end; }
.intro-copy > p { margin:0 0 22px; max-width:720px; font-size:21px; line-height:1.6; }
.intro-copy > p:first-child { font-family:"Fraunces",Georgia,serif; font-size:29px; line-height:1.4; }
.support-topics { margin-top:38px; display:flex; flex-wrap:wrap; gap:10px; }
.support-topics span { padding:10px 14px; border:1px solid currentColor; border-radius:999px; font-size:12px; font-weight:700; }
.support-topics span:nth-child(1) { color:var(--blue); background:#e4f0f8; }
.support-topics span:nth-child(2) { color:#9b574c; background:#fbe6df; }
.support-topics span:nth-child(3) { color:#665286; background:#eee9f6; }
.support-topics span:nth-child(4) { color:#537144; background:#e9f1df; }

.drawing-break { width:min(100% - 64px,1440px); min-height:620px; margin-inline:auto; position:relative; overflow:hidden; border-radius:var(--radius); background:#f5f3ec; }
.drawing-break img { width:100%; height:100%; position:absolute; inset:0; object-fit:cover; filter:saturate(.86); }
.drawing-break::after { content:""; position:absolute; inset:0; background:linear-gradient(90deg,rgba(38,50,41,.78) 0%,rgba(38,50,41,.2) 55%,transparent 80%); }
.drawing-break p { position:absolute; z-index:2; left:6%; bottom:9%; margin:0; color:white; font:500 clamp(34px,5vw,72px)/1.04 "Fraunces",Georgia,serif; letter-spacing:-.04em; }
.drawing-break strong { color:var(--lemon-light); font-weight:600; }

.experience { padding-top:150px; padding-bottom:150px; display:grid; grid-template-columns:.55fr 1.45fr; gap:10vw; }
.experience-aside { align-self:start; position:sticky; top:110px; }
.year { margin:42px 0 0; color:var(--coral); font:600 clamp(64px,9vw,120px)/1 "Fraunces",Georgia,serif; letter-spacing:-.06em; }
.hand-note { width:max-content; max-width:100%; margin-top:50px; padding:18px 22px; color:#524d2e; background:var(--lemon-light); border:1px solid #c6ae42; border-radius:6px 20px 8px 20px; font:500 18px/1.45 "Fraunces",Georgia,serif; transform:rotate(-2deg); }
.experience-copy p { margin:0 0 34px; color:#4d5850; font-size:18px; line-height:1.85; }
.experience-copy .experience-lead { color:var(--ink); font:500 clamp(24px,2.2vw,32px)/1.52 "Fraunces",Georgia,serif; }

.qualifications { padding:135px 0; color:white; background:var(--blue); }
.qualifications-inner { display:grid; grid-template-columns:.75fr 1.25fr; gap:9vw; }
.qualifications .section-tag { color:var(--lemon-light); }
.qualifications-title h2 em { color:var(--lemon-light); }
.degree-list { margin:0; padding:0; list-style:none; border-top:1px solid rgba(255,255,255,.35); }
.degree-list li { min-height:130px; padding:28px 10px; display:grid; grid-template-columns:100px 1fr auto; gap:28px; align-items:center; border-bottom:1px solid rgba(255,255,255,.35); }
.degree-list time { color:var(--lemon-light); font:600 27px "Fraunces",Georgia,serif; }
.degree-list span { max-width:640px; font-size:20px; line-height:1.4; }
.degree-list i { color:var(--coral); font-size:17px; font-style:normal; }

.booking { padding-top:150px; padding-bottom:160px; }
.booking-heading { max-width:860px; margin-bottom:75px; }
.booking-heading p { max-width:600px; margin:28px 0 0; color:var(--muted); font-size:18px; line-height:1.6; }
.booking-panel { display:grid; grid-template-columns:1.15fr .85fr; overflow:hidden; border:1px solid var(--line); border-radius:var(--radius); box-shadow:0 28px 80px rgba(38,50,41,.1); }
.calendar-column { padding:50px; background:var(--lemon-light); }
.calendar-toolbar { display:flex; align-items:center; justify-content:space-between; gap:20px; }
.calendar-toolbar h3 { margin:0; font:600 clamp(27px,3vw,39px) "Fraunces",Georgia,serif; text-transform:capitalize; }
.month-button { width:46px; height:46px; border:1px solid rgba(38,50,41,.25); border-radius:50%; background:rgba(255,255,255,.35); cursor:pointer; transition:background .2s,transform .2s; }
.month-button:hover { background:white; transform:scale(1.06); }
.weekday-row,.calendar-grid { display:grid; grid-template-columns:repeat(7,1fr); gap:8px; }
.weekday-row { margin:38px 0 12px; color:#777251; font-size:11px; font-weight:700; text-align:center; text-transform:uppercase; }
.calendar-day { aspect-ratio:1; position:relative; display:grid; place-items:center; border:1px solid transparent; border-radius:15px; color:var(--ink); background:rgba(255,255,255,.55); font-weight:700; cursor:pointer; transition:transform .2s,background .2s,border-color .2s; }
.calendar-day:hover:not(:disabled) { z-index:1; transform:translateY(-3px); border-color:var(--ink); background:white; }
.calendar-day:disabled { color:#aaa58c; background:transparent; cursor:not-allowed; }
.calendar-day.is-selected { color:white; background:var(--ink); border-color:var(--ink); box-shadow:4px 4px 0 var(--coral); }
.calendar-day .status-dot { position:absolute; right:8px; bottom:7px; }
.calendar-day.is-selected .status-dot { box-shadow:0 0 0 2px white; }
.calendar-spacer { aspect-ratio:1; }
.status-dot { width:8px; height:8px; display:inline-block; flex:0 0 auto; border-radius:50%; }
.status-full { background:var(--red); }
.status-limited { background:var(--orange); }
.status-free { background:var(--green); }
.calendar-legend { margin-top:32px; padding-top:24px; display:flex; flex-wrap:wrap; gap:13px 24px; border-top:1px solid rgba(38,50,41,.15); color:#5a5f58; font-size:12px; }
.calendar-legend span { display:flex; align-items:center; gap:8px; }
.appointment-form { padding:50px; display:grid; gap:21px; background:white; }
.selected-date { min-height:82px; padding:18px 20px; display:grid; gap:5px; align-content:center; color:white; background:var(--violet); border-radius:17px; }
.selected-date small { font-size:10px; font-weight:700; letter-spacing:.12em; text-transform:uppercase; opacity:.75; }
.selected-date strong { font:500 21px "Fraunces",Georgia,serif; }
.appointment-form label { display:grid; gap:8px; color:#515b53; font-size:12px; font-weight:700; letter-spacing:.04em; }
.appointment-form input,.appointment-form select,.appointment-form textarea { width:100%; padding:14px 15px; color:var(--ink); background:#f6f5ef; border:1px solid transparent; border-radius:11px; outline:none; transition:border-color .2s,background .2s; }
.appointment-form textarea { resize:vertical; }
.appointment-form input:focus,.appointment-form select:focus,.appointment-form textarea:focus { border-color:var(--blue); background:white; }
.appointment-form select:disabled { opacity:.55; cursor:not-allowed; }
.booking-button { width:100%; min-height:64px; margin-top:5px; }
.form-note { margin:0; color:#848b85; font-size:11px; line-height:1.5; text-align:center; }
.form-success { padding:17px; color:#295c38; background:#e7f2e7; border:1px solid #a5c9aa; border-radius:12px; font-size:14px; line-height:1.5; }
.form-success.is-error { color:#7a3030; background:#f7e6e3; border-color:#d8aaa3; }
.appointment-form .appointment-consent { display:flex; flex-direction:row; gap:10px; align-items:flex-start; font-weight:500; line-height:1.5; letter-spacing:0; }
.appointment-form .appointment-consent input { width:19px; height:19px; flex:0 0 19px; margin:1px 0 0; padding:0; accent-color:var(--violet); }
.appointment-consent a { color:var(--violet); text-decoration:underline; text-underline-offset:3px; }
.booking-button:disabled { opacity:.65; cursor:wait; }
.honeypot-field { position:absolute!important; left:-10000px!important; width:1px!important; height:1px!important; overflow:hidden!important; }

.closing-image { min-height:650px; position:relative; display:grid; place-items:center; overflow:hidden; }
.closing-image > img { width:100%; height:100%; position:absolute; inset:0; object-fit:cover; filter:saturate(.8); }
.closing-image::after { content:""; position:absolute; inset:0; background:rgba(38,50,41,.68); }
.closing-image > div { position:relative; z-index:2; padding:40px; color:white; text-align:center; }
.closing-image span { color:var(--lemon-light); font-size:11px; font-weight:700; letter-spacing:.18em; text-transform:uppercase; }
.closing-image p { margin:26px 0 36px; font:500 clamp(43px,6vw,86px)/1.02 "Fraunces",Georgia,serif; letter-spacing:-.04em; }
.closing-image strong { color:var(--lemon-light); }
.closing-image a { padding-bottom:5px; border-bottom:2px solid var(--coral); font-weight:700; }
.demo-exit { padding:38px clamp(24px,6vw,90px); color:var(--ink); background:var(--lemon); }
.demo-exit a { display:flex; align-items:center; justify-content:space-between; gap:30px; }
.demo-exit span { font-size:10px; font-weight:700; letter-spacing:.14em; text-transform:uppercase; }
.demo-exit strong { font:500 clamp(20px,3vw,34px) "Fraunces",Georgia,serif; transition:transform .25s; }
.demo-exit a:hover strong { transform:translateX(-6px); }
.footer-main { min-height:145px; padding:28px clamp(24px,5vw,80px); display:grid; grid-template-columns:1fr auto 1fr; gap:30px; align-items:center; color:#d0d8d1; background:var(--ink); font-size:10px; letter-spacing:.12em; text-transform:uppercase; }
.brand-footer { justify-self:start; color:white; text-transform:none; letter-spacing:normal; }
.brand-footer small { color:#b4bdb6; }
.footer-main p { text-align:center; }
.footer-main > a:last-child { justify-self:end; color:var(--lemon-light); }

[data-reveal] { opacity:0; transform:translateY(24px); transition:opacity .75s ease,transform .75s cubic-bezier(.2,.8,.2,1); }
[data-reveal].is-visible { opacity:1; transform:none; }

@media (prefers-reduced-motion:reduce) {
  * { scroll-behavior:auto!important; animation:none!important; transition:none!important; }
  [data-reveal] { opacity:1; transform:none; }
}

@media (max-width:1050px) {
  .site-header { top:62px; padding-inline:24px; }
  .site-nav { position:fixed; z-index:30; inset:0; display:flex; flex-direction:column; justify-content:center; gap:32px; color:white; background:rgba(38,50,41,.98); font:500 27px "Fraunces",Georgia,serif; transform:translateY(-100%); visibility:hidden; transition:transform .45s,visibility .45s; }
  .site-nav.is-open { transform:none; visibility:visible; }
  .site-nav .nav-booking { border-color:white; }
  .menu-toggle { display:block; position:relative; z-index:40; }
  .menu-toggle.is-open { border-color:white; }
  .menu-toggle.is-open span { background:white; }
  .menu-toggle.is-open span:first-child { transform:translateY(3.5px) rotate(45deg); }
  .menu-toggle.is-open span:last-child { transform:translateY(-3.5px) rotate(-45deg); }
  .hero { min-height:auto; padding-top:200px; grid-template-columns:1fr; gap:80px; }
  .hero-copy { max-width:900px; }
  .hero-portrait { justify-self:center; width:min(75vw,540px); }
  .introduction,.experience,.qualifications-inner { grid-template-columns:1fr; gap:70px; }
  .experience-aside { position:static; }
  .booking-panel { grid-template-columns:1fr; }
  .calendar-column,.appointment-form { padding:45px; }
}

@media (max-width:700px) {
  .section-shell { width:min(100% - 36px,1320px); }
  .demo-back { left:12px; top:12px; padding:10px 12px; font-size:9px; }
  .site-header { top:53px; padding:0 18px; }
  .brand > span { width:43px; height:43px; }
  .hero { padding:175px 18px 80px; gap:65px; }
  .hero h1 { font-size:clamp(51px,15vw,76px); }
  .hero-lead { font-size:18px; }
  .hero-portrait { width:92%; padding:11px; }
  .portrait-note { right:-10px; bottom:28px; min-width:175px; }
  .shape-blue { left:auto; right:5%; top:25%; }
  .introduction { padding-top:95px; padding-bottom:95px; gap:48px; }
  .intro-heading h2,.qualifications-title h2,.booking-heading h2 { font-size:48px; }
  .intro-copy > p,.intro-copy > p:first-child { font-size:20px; }
  .drawing-break { width:100%; min-height:540px; border-radius:0; }
  .drawing-break img { object-position:center; }
  .drawing-break p { left:24px; right:24px; bottom:45px; font-size:41px; }
  .experience { padding-top:100px; padding-bottom:100px; gap:55px; }
  .experience-copy p { font-size:17px; line-height:1.75; }
  .experience-copy .experience-lead { font-size:23px; }
  .qualifications { padding:95px 0; }
  .degree-list li { grid-template-columns:70px 1fr; gap:15px; }
  .degree-list span { font-size:17px; }
  .degree-list i { display:none; }
  .booking { padding-top:100px; padding-bottom:110px; }
  .booking-heading { margin-bottom:50px; }
  .booking-panel { width:calc(100% + 36px); margin-left:-18px; border-radius:0; }
  .calendar-column,.appointment-form { padding:34px 18px; }
  .calendar-grid,.weekday-row { gap:4px; }
  .calendar-day { border-radius:10px; font-size:13px; }
  .calendar-day .status-dot { right:5px; bottom:5px; width:6px; height:6px; }
  .calendar-legend { display:grid; }
  .closing-image { min-height:570px; }
  .closing-image p { font-size:44px; }
  .demo-exit a { display:grid; }
  .footer-main { grid-template-columns:1fr; }
  .footer-main p { text-align:left; }
  .footer-main > a:last-child { justify-self:start; }
}
