@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Playfair+Display:wght@500;600&display=swap');

:root {
  --ink: #1b1c19;
  --muted: #5e635f;
  --cream: #faf9f4;
  --soft: #f2f1eb;
  --sage: #283931;
  --sage-2: #3e5047;
  --sand: #e8ddcf;
  --line: rgba(40, 57, 49, 0.16);
  --white: #ffffff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: Inter, Arial, sans-serif; line-height: 1.65; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
img { display: block; max-width: 100%; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.shell { width: min(1120px, calc(100% - 48px)); margin: 0 auto; }
.section { padding: 112px 0; }
h1, h2, h3 { font-family: "Playfair Display", Georgia, serif; color: var(--sage); margin: 0; font-weight: 600; }
h1 { font-size: clamp(3.5rem, 7vw, 6.9rem); line-height: .94; letter-spacing: -.045em; }
h2 { font-size: clamp(2.2rem, 4vw, 3.35rem); line-height: 1.08; letter-spacing: -.025em; }
h3 { font-size: 1.35rem; line-height: 1.25; }
p { margin: 0; }
.eyebrow { margin-bottom: 18px; color: var(--sage-2); font-size: .72rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow.light { color: rgba(255,255,255,.66); }

.topbar { position: fixed; inset: 0 0 auto; z-index: 50; height: 76px; color: white; background: rgba(5,6,5,.82); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(255,255,255,.08); }
.nav-inner { width: min(1120px, calc(100% - 48px)); height: 76px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; }
.brand { font-family: "Playfair Display", Georgia, serif; font-size: 1.16rem; letter-spacing: -.01em; }
.desktop-nav { display: flex; align-items: center; gap: 30px; font-size: .78rem; letter-spacing: .06em; }
.desktop-nav a { opacity: .75; transition: opacity .2s ease; }
.desktop-nav a:hover, .desktop-nav a:focus-visible { opacity: 1; }
.menu-button { display: none; width: 42px; height: 42px; border: 0; background: transparent; padding: 9px; }
.menu-line { display: block; height: 1px; background: white; margin: 6px 0; }
.mobile-nav { display: none; }

.hero { position: relative; min-height: 760px; height: 86vh; max-height: 980px; display: flex; align-items: center; overflow: hidden; background: #030303; color: white; padding-top: 76px; }
.hero-art { position: absolute; inset: 76px 0 0; width: 100%; height: calc(100% - 76px); object-fit: cover; object-position: center; opacity: .96; }
.hero-scrim { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.2) 0%, rgba(0,0,0,.04) 44%, rgba(0,0,0,.05) 100%); }
.hero-content { position: relative; z-index: 2; }
.hero-copy { width: min(540px, 50%); }
.hero h1 { color: white; }
.hero-subtitle { max-width: 510px; margin-top: 26px; color: rgba(255,255,255,.72); font-size: 1rem; }
.hero-actions { margin-top: 36px; display: flex; align-items: center; gap: 28px; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; padding: 0 26px; border-radius: 999px; font-size: .82rem; font-weight: 600; letter-spacing: .035em; border: 1px solid transparent; cursor: pointer; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-1px); }
.button-light { color: white; border-color: rgba(255,255,255,.52); background: rgba(255,255,255,.05); }
.button-light:hover { background: rgba(255,255,255,.11); }
.button-primary { color: white; background: var(--sage); }
.text-link { display: inline-flex; gap: 10px; align-items: center; color: var(--sage); font-size: .84rem; font-weight: 600; }
.light-link { color: rgba(255,255,255,.78); }
.hero-location { position: absolute; z-index: 2; left: 50%; bottom: 26px; transform: translateX(-50%); color: rgba(255,255,255,.46); font-size: .65rem; letter-spacing: .18em; text-transform: uppercase; white-space: nowrap; }

.intro-section { background: var(--cream); }
.section-heading { max-width: 670px; margin-bottom: 56px; }
.section-heading.centered { text-align: center; margin-left: auto; margin-right: auto; }
.section-heading p:not(.eyebrow) { margin-top: 20px; color: var(--muted); }
.support-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.support-card { min-height: 270px; padding: 32px; border: 1px solid var(--line); border-radius: 24px; background: rgba(255,255,255,.72); box-shadow: 0 18px 50px -30px rgba(40,57,49,.25); }
.support-card .card-number { display: block; margin-bottom: 54px; color: #8c918e; font-size: .7rem; letter-spacing: .12em; }
.support-card p { margin-top: 14px; color: var(--muted); font-size: .9rem; }

.about-section { background: white; }
.about-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 82px; align-items: center; }
.portrait-wrap { position: relative; min-height: 600px; overflow: hidden; border-radius: 140px 140px 24px 24px; background: var(--soft); }
.portrait { width: 100%; height: 100%; min-height: 600px; object-fit: cover; object-position: center top; filter: grayscale(100%); }
.portrait-label { position: absolute; left: 20px; bottom: 20px; padding: 9px 14px; background: rgba(250,249,244,.9); backdrop-filter: blur(8px); border-radius: 999px; color: var(--sage); font-size: .7rem; }
.about-copy .lead { margin: 28px 0 18px; color: var(--sage); font-family: "Playfair Display", Georgia, serif; font-size: 1.34rem; line-height: 1.55; }
.about-copy > p:not(.eyebrow):not(.lead) { color: var(--muted); }
.about-facts { margin: 34px 0; padding: 24px 0; display: grid; grid-template-columns: 1fr 1fr; gap: 22px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.about-facts strong, .about-facts span { display: block; }
.about-facts strong { color: var(--sage); font-family: "Playfair Display", Georgia, serif; }
.about-facts span { margin-top: 5px; color: var(--muted); font-size: .77rem; }

.topics-section { background: var(--soft); }
.topic-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.topic-card { overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: white; box-shadow: 0 16px 45px -35px rgba(40,57,49,.35); }
.topic-image-wrap { aspect-ratio: 16 / 10; overflow: hidden; background: linear-gradient(135deg, #e8e6df 0%, #d8cdc0 100%); }
.topic-image { width: 100%; height: 100%; object-fit: cover; filter: saturate(.72) contrast(.96); transition: transform .5s ease, filter .5s ease; }
.topic-card:hover .topic-image { transform: scale(1.025); filter: saturate(.9); }
.topic-body { padding: 24px; }
.topic-body p { margin-top: 11px; color: var(--muted); font-size: .86rem; }
.topic-chips { margin-top: 42px; display: flex; flex-wrap: wrap; gap: 10px; }
.topic-chips span { padding: 9px 14px; border: 1px solid var(--line); border-radius: 999px; color: var(--sage); background: rgba(255,255,255,.58); font-size: .76rem; }

.sessions-section { background: var(--cream); }
.sessions-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: start; }
.session-list { border-top: 1px solid var(--line); }
.session-row { display: grid; grid-template-columns: 54px 1fr; gap: 18px; padding: 26px 0; border-bottom: 1px solid var(--line); }
.session-row > span { color: #8b908c; font-size: .7rem; letter-spacing: .12em; }
.session-row p { margin-top: 7px; color: var(--muted); font-size: .86rem; }

.contact-section { padding: 110px 0; background: #343936; color: white; }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 86px; align-items: start; }
.contact-section h2 { color: white; }
.contact-copy > p:not(.eyebrow) { margin-top: 20px; color: rgba(255,255,255,.66); }
.contact-details { margin-top: 46px; display: grid; gap: 24px; }
.contact-details span { display: block; margin-bottom: 5px; color: rgba(255,255,255,.4); font-size: .64rem; text-transform: uppercase; letter-spacing: .14em; }
.contact-details a, .contact-details p { color: white; }
.booking-card { padding: 34px; border: 1px solid rgba(255,255,255,.13); border-radius: 24px; background: rgba(255,255,255,.045); }
.booking-card form { display: grid; gap: 21px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.booking-card label { display: grid; gap: 7px; }
.booking-card label > span { color: rgba(255,255,255,.5); font-size: .63rem; text-transform: uppercase; letter-spacing: .13em; }
.booking-card input, .booking-card select, .booking-card textarea { width: 100%; color: white; background: rgba(0,0,0,.12); border: 1px solid rgba(255,255,255,.2); border-radius: 10px; padding: 11px 12px; outline: none; }
.booking-card select option { color: var(--ink); background: white; }
.booking-card input:focus, .booking-card select:focus, .booking-card textarea:focus { border-color: rgba(255,255,255,.55); box-shadow: 0 0 0 3px rgba(255,255,255,.07); }
.booking-card textarea { resize: vertical; }
.form-note { color: rgba(255,255,255,.46); font-size: .68rem; }
.form-status { padding: 14px 16px; border-left: 2px solid #b7cbc0; background: rgba(183,203,192,.09); color: rgba(255,255,255,.8); font-size: .8rem; }
.form-status strong { color: white; }
.form-status a { text-decoration: underline; }

footer { padding: 34px 0; background: #f5f4ef; border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr auto; gap: 32px; align-items: center; }
.footer-grid strong { color: var(--sage); font-family: "Playfair Display", Georgia, serif; }
.footer-grid p, .footer-grid a { color: var(--muted); font-size: .73rem; }
.footer-grid nav { display: flex; gap: 18px; }

@media (max-width: 900px) {
  .section { padding: 86px 0; }
  .support-grid, .topic-grid { grid-template-columns: repeat(2, 1fr); }
  .support-card:last-child { grid-column: 1 / -1; }
  .about-grid, .sessions-grid, .contact-grid { grid-template-columns: 1fr; gap: 58px; }
  .portrait-wrap, .portrait { min-height: 520px; }
  .footer-grid { grid-template-columns: 1fr auto; }
  .footer-grid nav { justify-self: end; }
  .copyright { grid-column: 1 / -1; }
}

@media (max-width: 720px) {
  .shell, .nav-inner { width: min(100% - 40px, 1120px); }
  .section { padding: 70px 0; }
  .desktop-nav { display: none; }
  .menu-button { display: block; }
  .mobile-nav { display: grid; position: absolute; top: 76px; left: 0; right: 0; max-height: 0; overflow: hidden; background: rgba(5,6,5,.97); transition: max-height .25s ease; }
  .mobile-nav.open { max-height: 280px; padding: 8px 20px 16px; }
  .mobile-nav a { padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.08); font-size: .82rem; }
  .hero { min-height: 700px; height: 88svh; max-height: none; align-items: end; }
  .hero-art { inset: 76px 0 0; height: calc(100% - 76px); object-position: 67% center; opacity: .72; transform: scale(1.25); }
  .hero-scrim { background: linear-gradient(180deg, rgba(0,0,0,.16) 8%, rgba(0,0,0,.34) 48%, rgba(0,0,0,.82) 100%); }
  .hero-content { padding-bottom: 104px; }
  .hero-copy { width: 100%; max-width: 520px; }
  .hero h1 { font-size: clamp(3.1rem, 16vw, 5.2rem); }
  .hero-subtitle { max-width: 420px; }
  .hero-actions { flex-wrap: wrap; gap: 18px; }
  .hero-location { left: 20px; transform: none; bottom: 23px; }
  .support-grid, .topic-grid { grid-template-columns: 1fr; }
  .support-card:last-child { grid-column: auto; }
  .support-card { min-height: 235px; }
  .support-card .card-number { margin-bottom: 42px; }
  .portrait-wrap, .portrait { min-height: 480px; }
  .about-facts { grid-template-columns: 1fr; }
  .section-heading { margin-bottom: 40px; }
  .form-grid { grid-template-columns: 1fr; }
  .booking-card { padding: 24px 20px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid nav { justify-self: start; flex-wrap: wrap; }
  .copyright { grid-column: auto; }
}

@media (max-width: 420px) {
  .brand { font-size: 1rem; }
  .hero-art { object-position: 69% center; transform: scale(1.42); }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .portrait-wrap, .portrait { min-height: 430px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
