/* ---------- Tokens ---------- */
:root {
  --green: #5d7f66;        /* primary: sage */
  --green-dark: #3f5a47;
  --green-deep: #24362b;   /* headings, footer */
  --sand: #f6f1e8;         /* alt section background */
  --sand-dark: #e9e0d0;
  --terracotta: #c4744f;   /* accent for buttons */
  --terracotta-dark: #a95d3b;
  --ink: #2b2f2c;
  --muted: #6b716d;
  --line: #e4e6e2;
  --white: #fff;
  --radius: 14px;
  --shadow: 0 10px 30px rgba(36, 54, 43, .08);
  --shadow-hover: 0 18px 40px rgba(36, 54, 43, .14);
  --font-body: "Montserrat", system-ui, -apple-system, "Segoe UI", sans-serif;
  --font-display: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --wrap: 1140px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0; font-family: var(--font-body); font-size: 16px; line-height: 1.7;
  color: var(--ink); background: var(--white);
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--green-dark); text-decoration: none; }
a:hover { color: var(--green); }
h1, h2, h3, h4 { font-family: var(--font-display); color: var(--green-deep); line-height: 1.15; margin: 0 0 .5em; font-weight: 600; }
h1 { font-size: clamp(2.4rem, 5vw, 4rem); }
h2 { font-size: clamp(1.9rem, 3.4vw, 2.7rem); }
h3 { font-size: 1.45rem; }
h4 { font-size: 1.1rem; }
p { margin: 0 0 1em; }
.wrap { width: min(var(--wrap), calc(100% - 2.5rem)); margin-inline: auto; }
.center { text-align: center; }
.muted { color: var(--muted); }
.small { font-size: .875rem; }
.lead { font-size: 1.15rem; color: var(--muted); max-width: 46rem; }
.eyebrow {
  font-family: var(--font-body); font-size: .78rem; letter-spacing: .18em; text-transform: uppercase;
  color: var(--terracotta); font-weight: 700; margin-bottom: .6rem;
}
.rounded { border-radius: var(--radius); margin-bottom: 1.5rem; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-block; padding: .85rem 1.9rem; border-radius: 100px; font-weight: 600; font-size: .95rem;
  background: var(--terracotta); color: var(--white); border: 2px solid var(--terracotta); cursor: pointer;
  font-family: var(--font-body); transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
  line-height: 1.3;
}
.btn:hover { background: var(--terracotta-dark); border-color: var(--terracotta-dark); color: var(--white); transform: translateY(-2px); box-shadow: 0 8px 20px rgba(196, 116, 79, .3); }
.btn-ghost { background: transparent; border-color: rgba(255,255,255,.7); color: var(--white); }
.btn-ghost:hover { background: rgba(255,255,255,.15); border-color: var(--white); box-shadow: none; }
.btn-light { background: var(--white); border-color: var(--white); color: var(--green-deep); }
.btn-light:hover { background: var(--sand); border-color: var(--sand); color: var(--green-deep); box-shadow: none; }
.btn-outline { background: transparent; border-color: var(--green); color: var(--green-dark); }
.btn-outline:hover { background: var(--green); border-color: var(--green); color: var(--white); box-shadow: none; }
.btn-small { padding: .5rem 1.15rem; font-size: .82rem; }
.link-arrow { font-weight: 600; color: var(--green-dark); }
.link-arrow::after { content: " \2192"; transition: margin .15s; }
.link-arrow:hover::after { margin-left: .25rem; }

/* ---------- Top bar ---------- */
.topbar { background: var(--green-dark); color: rgba(255,255,255,.9); font-size: .8rem; }
.topbar-inner { display: flex; justify-content: space-between; align-items: center; gap: 1rem; min-height: 38px; }
.topbar-tagline { font-style: italic; font-family: var(--font-display); font-size: 1rem; }
.topbar-links { display: flex; gap: 1.4rem; align-items: center; }
.topbar a { color: inherit; display: inline-flex; align-items: center; gap: .4rem; }
.topbar a:hover { color: var(--white); }
.topbar svg { width: 1em; height: 1em; }
.topbar-social { display: inline-flex; align-items: center; gap: .6rem; }
.topbar-social svg { width: 1.05rem; height: 1.05rem; }

/* ---------- Header ---------- */
.header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.96); backdrop-filter: blur(8px); border-bottom: 1px solid transparent; transition: box-shadow .2s, border-color .2s; }
.header.scrolled { box-shadow: 0 6px 24px rgba(0,0,0,.06); border-color: var(--line); }
.header-inner { display: flex; align-items: center; justify-content: space-between; min-height: 84px; gap: 1rem; }
.brand { display: inline-flex; align-items: center; gap: .7rem; color: var(--green-deep); }
.brand-mark { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 50%; background: var(--sand); color: var(--green); }
.brand-mark svg { width: 26px; height: 26px; }
.brand-text { display: flex; flex-direction: column; line-height: 1.05; }
.brand-text strong { font-family: var(--font-display); font-size: 1.45rem; font-weight: 600; }
.brand-text small { font-size: .68rem; letter-spacing: .28em; text-transform: uppercase; color: var(--green); font-weight: 600; }
.nav { display: flex; align-items: center; gap: 1.6rem; }
.nav a { font-size: .92rem; font-weight: 500; color: var(--ink); position: relative; padding: .3rem 0; }
.nav a:not(.btn)::after { content: ""; position: absolute; left: 0; right: 0; bottom: -2px; height: 2px; background: var(--terracotta); transform: scaleX(0); transform-origin: left; transition: transform .2s; }
.nav a:not(.btn):hover::after, .nav a.active::after { transform: scaleX(1); }
.nav a.active { color: var(--green-deep); font-weight: 600; }
.nav .btn { color: var(--white); margin-left: .5rem; }
.nav-toggle { display: none; background: none; border: 0; width: 44px; height: 44px; padding: 8px; cursor: pointer; flex-direction: column; justify-content: center; gap: 5px; }
.nav-toggle span { display: block; height: 2px; background: var(--green-deep); border-radius: 2px; }

/* ---------- Hero ---------- */
.hero { position: relative; color: var(--white); min-height: 78vh; display: flex; align-items: center; background-size: cover; background-position: center; overflow: hidden; isolation: isolate; }
.hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(36,54,43,.25) 0%, rgba(36,54,43,.55) 100%); z-index: -1; }
.hero-default { background: linear-gradient(135deg, #6d8f76 0%, #4f7259 45%, #3a5541 100%); }
.hero-default::before { background: radial-gradient(ellipse at 30% 20%, rgba(255,255,255,.12), transparent 55%), radial-gradient(ellipse at 80% 90%, rgba(196,116,79,.25), transparent 50%); }
.hero-shapes i { position: absolute; border-radius: 50%; border: 1.5px solid rgba(255,255,255,.14); z-index: -1; }
.hero-shapes i:nth-child(1) { width: 60vmin; height: 60vmin; right: -10vmin; top: -20vmin; }
.hero-shapes i:nth-child(2) { width: 90vmin; height: 90vmin; right: -25vmin; top: -35vmin; }
.hero-shapes i:nth-child(3) { width: 40vmin; height: 40vmin; left: -12vmin; bottom: -14vmin; background: rgba(255,255,255,.04); }
.hero-shapes i:nth-child(4) { width: 22vmin; height: 22vmin; left: 18vmin; bottom: 8vmin; background: rgba(246,241,232,.08); border: 0; }
.hero-inner { padding: 6rem 0; max-width: 700px; }
.hero h1 { color: var(--white); margin-bottom: .6rem; }
.hero .lead { color: rgba(255,255,255,.88); font-size: 1.2rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.8rem; }

/* ---------- Sections ---------- */
.section { padding: 5rem 0; }
.section-alt { background: var(--sand); }
.section-head { text-align: center; max-width: 40rem; margin: 0 auto 2.8rem; }
.section-head h2 { margin-bottom: 0; }
.page-head { background: var(--sand); padding: 4rem 0 3rem; border-bottom: 1px solid var(--sand-dark); }
.page-head h1 { margin-bottom: .3rem; }
.page-head .lead { margin: 0; }

.intro-grid { display: grid; grid-template-columns: 260px 1fr; gap: 4rem; align-items: start; }
.intro-side { background: var(--sand); padding: 1.8rem; border-radius: var(--radius); }
.check-list { list-style: none; padding: 0; margin: 0; }
.check-list li { padding: .45rem 0 .45rem 1.7rem; position: relative; border-bottom: 1px solid var(--sand-dark); font-weight: 500; }
.check-list li:last-child { border-bottom: 0; }
.check-list li::before { content: ""; position: absolute; left: 0; top: .85rem; width: 9px; height: 9px; border-radius: 50%; background: var(--terracotta); }
.intro-body h2 { margin-bottom: .8rem; }
.intro-body .prose { font-size: 1.08rem; }

/* ---------- Welcome ---------- */
.welcome { background: linear-gradient(180deg, var(--white) 0%, var(--sand) 100%); }
.welcome-grid { display: grid; grid-template-columns: 420px 1fr; gap: 4.5rem; align-items: center; }
.welcome-photo { position: relative; }
.welcome-photo::before { content: ""; position: absolute; inset: -14px 14px 14px -14px; border-radius: var(--radius); background: var(--sand-dark); z-index: 0; transform: rotate(-2.5deg); }
.welcome-photo img { position: relative; z-index: 1; border-radius: var(--radius); aspect-ratio: 4/5; object-fit: cover; width: 100%; box-shadow: var(--shadow-hover); }
.welcome-photo .photo-placeholder { position: relative; z-index: 1; }
.welcome-badge { position: absolute; z-index: 2; right: -18px; bottom: 28px; display: inline-flex; align-items: center; gap: .5rem; background: var(--white); color: var(--green-deep); font-weight: 600; font-size: .85rem; padding: .6rem 1rem; border-radius: 100px; box-shadow: var(--shadow); }
.welcome-badge svg { width: 18px; height: 18px; color: var(--terracotta); }
.welcome-body h2 { font-size: clamp(2.2rem, 4vw, 3.2rem); margin-bottom: .8rem; }
.welcome-body .prose { font-size: 1.1rem; }
.signature { font-family: var(--font-display); font-style: italic; font-size: 1.6rem; color: var(--green-dark); margin: .2rem 0 1.4rem; }
.chips { display: flex; flex-wrap: wrap; gap: .5rem; align-items: center; margin-bottom: 1.8rem; }
.chips-label { font-size: .78rem; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); font-weight: 700; margin-right: .3rem; }
.chip { background: var(--white); border: 1px solid var(--sand-dark); color: var(--green-deep); font-size: .85rem; font-weight: 500; padding: .35rem .9rem; border-radius: 100px; }
.welcome-actions { display: flex; align-items: center; gap: 1.4rem; flex-wrap: wrap; }

/* ---------- Cards ---------- */
.cards { display: grid; gap: 1.6rem; }
.cards-3 { grid-template-columns: repeat(3, 1fr); }
.cards-2 { grid-template-columns: repeat(2, 1fr); }
.card {
  background: var(--white); border-radius: var(--radius); padding: 2rem; box-shadow: var(--shadow);
  border: 1px solid var(--line); display: flex; flex-direction: column; gap: .5rem; color: var(--ink);
}
.card h3 { margin: .2rem 0 .1rem; }
.card p { margin: 0; color: var(--muted); }
.card-link { transition: transform .2s ease, box-shadow .2s ease; }
.card-link:hover { transform: translateY(-4px); box-shadow: var(--shadow-hover); color: var(--ink); }
.card-link:hover h3 { color: var(--green); }
.card-row { flex-direction: row; align-items: flex-start; gap: 1.4rem; }
.card-row > span:last-child { flex: 1; display: flex; flex-direction: column; gap: .4rem; }
.card .meta { font-size: .8rem; color: var(--terracotta); font-weight: 600; letter-spacing: .04em; margin-top: .4rem; }
.card .link-arrow { margin-top: auto; padding-top: .6rem; }
.class-card { padding-top: 0; overflow: hidden; }
.class-card > img { margin: 0 -2rem 1rem; width: calc(100% + 4rem); max-width: none; aspect-ratio: 16/10; object-fit: cover; }
.class-card .icon-circle { display: none; }
.card-thumb { width: 150px; height: 120px; object-fit: cover; border-radius: 10px; flex: none; }
.post-card img { border-radius: 10px; margin-bottom: .8rem; aspect-ratio: 16/10; object-fit: cover; }
.icon-circle {
  width: 62px; height: 62px; border-radius: 50%; display: grid; place-items: center; flex: none;
  background: var(--sand); color: var(--green); margin-bottom: .6rem;
}
.icon-circle svg { width: 30px; height: 30px; }

.quote { margin: 0; background: var(--white); border-radius: var(--radius); padding: 2rem; box-shadow: var(--shadow); border: 1px solid var(--line); display: flex; flex-direction: column; }
.quote p { font-family: var(--font-display); font-size: 1.3rem; line-height: 1.45; color: var(--green-deep); flex: 1; }
.quote footer { font-size: .85rem; }
.quote footer span { color: var(--muted); display: block; }

/* ---------- Band ---------- */
.band { background: linear-gradient(120deg, var(--green-dark), var(--green)); color: var(--white); padding: 3.5rem 0; }
.band-inner { display: flex; align-items: center; justify-content: space-between; gap: 2rem; flex-wrap: wrap; }
.band h2 { color: var(--white); margin-bottom: .3rem; }
.band p { margin: 0; color: rgba(255,255,255,.85); }

/* ---------- Stats ---------- */
.stats { background: var(--green-deep); color: var(--white); padding: 3.5rem 0; }
.stats-grid { display: grid; grid-template-columns: repeat(3, 1fr); text-align: center; gap: 2rem; }
.stat strong { display: block; font-family: var(--font-display); font-size: 3.2rem; line-height: 1; color: var(--sand); }
.stat span { display: block; margin-top: .5rem; font-size: .85rem; letter-spacing: .12em; text-transform: uppercase; color: rgba(255,255,255,.75); }

/* ---------- Schedule ---------- */
.schedule { display: grid; gap: 1.2rem; }
.schedule-day { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); overflow: hidden; }
.schedule-day h3 { margin: 0; padding: .9rem 1.6rem; background: var(--sand); font-size: 1.25rem; border-bottom: 1px solid var(--sand-dark); }
.schedule-day ul { list-style: none; margin: 0; padding: 0; }
.schedule-item { display: grid; grid-template-columns: 130px 1fr auto; gap: 1.2rem; align-items: center; padding: 1rem 1.6rem; border-bottom: 1px solid var(--line); }
.schedule-item:last-child { border-bottom: 0; }
.schedule-item .time { font-weight: 700; color: var(--green-deep); display: flex; flex-direction: column; line-height: 1.2; }
.schedule-item .time small { font-weight: 400; color: var(--muted); font-size: .78rem; margin-top: .2rem; }
.schedule-item .what { display: flex; flex-direction: column; }
.schedule-item .what a { font-weight: 600; font-size: 1.05rem; color: var(--green-deep); }
.schedule-item .what a:hover { color: var(--green); }
.schedule-item .what small { color: var(--muted); font-size: .85rem; }
.tag { display: inline-block; font-style: normal; font-size: .72rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--terracotta); margin-top: .2rem; }

/* ---------- Detail / about ---------- */
.detail-grid { display: grid; grid-template-columns: 1fr 320px; gap: 3.5rem; align-items: start; }
.side-card { background: var(--sand); border-radius: var(--radius); padding: 2rem; position: sticky; top: 100px; }
.side-card dl { display: grid; grid-template-columns: auto 1fr; gap: .3rem 1rem; margin: 0 0 1.4rem; }
.side-card dt { color: var(--muted); font-size: .85rem; }
.side-card dd { margin: 0; font-weight: 600; }
.side-card h4 { font-family: var(--font-body); font-size: .78rem; letter-spacing: .18em; text-transform: uppercase; color: var(--terracotta); margin-bottom: .6rem; }
.session-line { margin-bottom: .8rem; line-height: 1.4; }
.session-line small { color: var(--muted); }
.side-card .btn { width: 100%; text-align: center; margin-top: .6rem; }
.about-grid { display: grid; grid-template-columns: 380px 1fr; gap: 3.5rem; align-items: start; }
.about-photo img { border-radius: var(--radius); box-shadow: var(--shadow); }
.photo-placeholder { aspect-ratio: 4/5; border-radius: var(--radius); background: var(--sand); display: grid; place-items: center; align-content: center; gap: .6rem; color: var(--green); }
.photo-placeholder svg { width: 64px; height: 64px; }
.photo-placeholder span { font-size: .85rem; color: var(--muted); }

/* ---------- Prose ---------- */
.prose { font-size: 1.05rem; }
.prose-narrow { max-width: 46rem; }
.prose h2, .prose h3 { margin-top: 1.6em; }
.prose ul { padding-left: 1.3rem; }
.prose li { margin-bottom: .3rem; }
.prose blockquote { border-left: 3px solid var(--terracotta); margin: 1.5rem 0; padding: .3rem 0 .3rem 1.2rem; color: var(--muted); font-family: var(--font-display); font-size: 1.3rem; }

/* ---------- Forms ---------- */
.form-wrap { max-width: 620px; }
.form { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 2.5rem; box-shadow: var(--shadow); }
.field { margin-bottom: 1.3rem; }
.field label { display: block; font-weight: 600; font-size: .9rem; margin-bottom: .4rem; color: var(--green-deep); }
.req { color: var(--terracotta); }
.input, .form select, .form textarea {
  width: 100%; padding: .8rem 1rem; border: 1.5px solid var(--line); border-radius: 10px; font: inherit; font-size: .95rem;
  background: #fbfaf7; color: var(--ink); transition: border-color .15s, box-shadow .15s;
}
.input:focus, .form select:focus, .form textarea:focus { outline: none; border-color: var(--green); box-shadow: 0 0 0 3px rgba(93,127,102,.15); background: var(--white); }
.field-check { display: flex; align-items: center; gap: .6rem; }
.field-check label { margin: 0; font-weight: 500; }
.field-check input { width: 18px; height: 18px; accent-color: var(--green); }
.field-error { display: block; color: #b3402c; font-size: .82rem; margin-top: .3rem; }
.form-error { background: #fbe9e4; color: #b3402c; padding: .8rem 1rem; border-radius: 10px; margin-bottom: 1rem; }
.form .btn { width: 100%; margin-top: .5rem; }
.form .muted { margin: 1rem 0 0; text-align: center; }

/* ---------- Footer ---------- */
.footer { background: var(--green-deep); color: rgba(255,255,255,.8); padding: 4rem 0 0; margin-top: 0; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 3rem; padding-bottom: 3rem; }
.footer h4 { color: var(--sand); font-family: var(--font-body); font-size: .78rem; letter-spacing: .18em; text-transform: uppercase; margin-bottom: 1rem; }
.footer a { color: rgba(255,255,255,.8); }
.footer a:hover { color: var(--white); }
.footer .muted { color: rgba(255,255,255,.6); }
.footer-links { list-style: none; margin: 0; padding: 0; }
.footer-links li { margin-bottom: .4rem; }
.brand-footer { color: var(--white); margin-bottom: 1rem; }
.brand-footer .brand-mark { background: rgba(255,255,255,.1); color: var(--sand); }
.brand-footer .brand-text small { color: rgba(255,255,255,.6); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); padding: 1.2rem 0; display: flex; justify-content: space-between; font-size: .8rem; gap: 1rem; flex-wrap: wrap; }

/* ---------- Reveal ---------- */
.js-reveal .reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
.js-reveal .reveal.in { opacity: 1; transform: none; }
.js-reveal .cards .reveal:nth-child(2) { transition-delay: .1s; }
.js-reveal .cards .reveal:nth-child(3) { transition-delay: .2s; }

/* ---------- Responsive ---------- */
@media (max-width: 960px) {
  .cards-3 { grid-template-columns: repeat(2, 1fr); }
  .intro-grid { grid-template-columns: 1fr; gap: 2rem; }
  .welcome-grid { grid-template-columns: 1fr; gap: 3rem; }
  .welcome-photo { max-width: 420px; }
  .welcome-badge { right: 12px; bottom: 12px; }
  .detail-grid, .about-grid { grid-template-columns: 1fr; gap: 2rem; }
  .side-card { position: static; }
  .about-photo { max-width: 380px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 720px) {
  .topbar-tagline { display: none; }
  .topbar-inner { justify-content: center; }
  .topbar-links { gap: 1rem; flex-wrap: wrap; justify-content: center; }
  .header-inner { min-height: 70px; }
  .nav-toggle { display: flex; }
  .nav { display: none; position: absolute; left: 0; right: 0; top: 100%; background: var(--white); flex-direction: column; align-items: stretch; gap: 0; border-bottom: 1px solid var(--line); box-shadow: 0 16px 30px rgba(0,0,0,.08); padding: .5rem 0 1rem; }
  .nav.open { display: flex; }
  .nav a { padding: .8rem 1.5rem; }
  .nav a:not(.btn)::after { display: none; }
  .nav .btn { margin: .6rem 1.5rem 0; text-align: center; }
  .hero { min-height: 60vh; }
  .hero-inner { padding: 4rem 0; }
  .section { padding: 3.5rem 0; }
  .cards-3, .cards-2 { grid-template-columns: 1fr; }
  .card-row { flex-direction: column; }
  .stats-grid { grid-template-columns: 1fr; gap: 1.5rem; }
  .schedule-item { grid-template-columns: 1fr; gap: .5rem; }
  .schedule-item .btn { justify-self: start; }
  .footer-grid { grid-template-columns: 1fr; gap: 2rem; }
  .form { padding: 1.6rem; }
  .band-inner { justify-content: center; text-align: center; }
}
