@font-face {
  font-family: "Sinja Signature";
  src: url("fonts/Z003-MediumItalic.otf") format("opentype");
  font-display: swap;
}

:root {
  --bg: #ebefe9;
  --surface: #f8f8f4;
  --paper: #ffffff;
  --sage: #dfe5dc;
  --sage-mid: #afc7aa;
  --sage-deep: #7f936d;
  --leaf: #9da88e;
  --peach: #f7b77d;
  --peach-soft: #f6dfc7;
  --butter: #edd3a3;
  --ink: #343332;
  --muted: #626760;
  --line: #d5dbd1;
  --shadow: 0 24px 60px rgba(67, 76, 58, .12);
  --radius: 32px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.68;
  color: var(--ink);
  background: var(--surface);
}
a { color: inherit; }
img { max-width: 100%; display: block; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 10px clamp(18px, 5vw, 64px);
  background: rgba(248, 248, 244, .94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
  box-shadow: 0 6px 20px rgba(67,76,58,.04);
}
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.brand img { width: 66px; height: 66px; object-fit: contain; }
.brand span { display: grid; line-height: 1.02; }
.brand strong {
  font-family: "Sinja Signature", "Segoe Script", "Lucida Handwriting", "Brush Script MT", cursive;
  font-size: clamp(2.05rem, 3vw, 2.7rem);
  font-weight: 400;
  color: #4a4745;
}
.brand small {
  font-family: "Sinja Signature", "Segoe Script", "Lucida Handwriting", "Brush Script MT", cursive;
  color: var(--muted);
  font-size: 1.15rem;
  letter-spacing: 0;
  text-transform: none;
  font-weight: 400;
  margin-top: 2px;
}
.site-nav { display: flex; align-items: center; gap: 8px; }
.site-nav a { text-decoration: none; padding: 9px 13px; border-radius: 999px; font-weight: 700; font-size: .95rem; transition: background .18s ease, transform .18s ease; }
.site-nav a:hover { background: var(--sage); transform: translateY(-1px); }
.menu-button { display: none; border: 1px solid var(--line); background: var(--paper); border-radius: 999px; padding: 10px 16px; font: inherit; }
.section { padding: clamp(70px, 8vw, 112px) clamp(20px, 5vw, 72px); position: relative; }
.eyebrow { margin: 0 0 14px; text-transform: uppercase; letter-spacing: .16em; font-size: .82rem; font-weight: 800; color: var(--sage-deep); }
h1, h2, h3 { margin-top: 0; line-height: 1.08; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.045em; }
h1 { font-size: clamp(3rem, 5.4vw, 5.3rem); margin-bottom: 20px; }
h2 { font-size: clamp(2.15rem, 4.3vw, 3.75rem); margin-bottom: 18px; }
h3 { font-size: 1.34rem; margin-bottom: 10px; font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-weight: 700; }
p { margin-top: 0; }
.lead { font-size: clamp(1.06rem, 1.55vw, 1.22rem); max-width: 650px; }
.centered { text-align: center; margin-left: auto; margin-right: auto; }
.section-heading { max-width: 840px; margin: 0 auto 40px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 22px; border-radius: 999px; border: 1px solid transparent; text-decoration: none; font: inherit; cursor: pointer; transition: transform .18s ease, background .18s ease; font-size: 1rem; font-weight: 700; }
.button.primary { background: var(--peach); color: #43352a; box-shadow: 0 18px 36px rgba(247,183,125,.28); }
.button.primary:hover { transform: translateY(-1px); background: #f4ae6f; }
.button.secondary { background: var(--paper); color: var(--ink); border-color: var(--line); }
.button.small { min-height: 46px; padding: 0 18px; font-size: .95rem; }
.hero { max-width: 1180px; margin: 0 auto; min-height: auto; display: grid; grid-template-columns: minmax(0, .98fr) minmax(300px, .72fr); gap: clamp(28px, 4vw, 52px); align-items: center; padding-top: clamp(54px, 6vw, 86px); padding-bottom: clamp(62px, 6vw, 96px); }
.hero-copy { max-width: 650px; justify-self: end; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 30px; }
.hero-actions .button { min-width: 170px; }
.hero-media-wrap { width: min(100%, 430px); justify-self: start; }
.image-frame { background: rgba(255,255,255,.78); border: 12px solid rgba(255,255,255,.94); border-radius: 42px; overflow: hidden; box-shadow: var(--shadow); }
.hero-media { aspect-ratio: 4 / 5.08; }
.hero-media img, .about-media img { width: 100%; height: 100%; object-fit: cover; }
.hero-media img { object-position: center center; }
.with-logo { max-width: 1120px; display: grid; grid-template-columns: minmax(0, 1fr) 230px; gap: 34px; align-items: center; }
.section-logo { width: 230px; justify-self: center; opacity: .92; }
.topics { background: #fff; }
.topic-grid { max-width: 1120px; margin: 0 auto; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.topic-card { background: rgba(248,248,244,.85); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px 24px 24px 70px; position: relative; box-shadow: 0 14px 34px rgba(70,79,62,.06); transition: transform .18s ease, box-shadow .18s ease; }
.topic-card:hover, .service-card:hover, .event-card:hover { transform: translateY(-3px); box-shadow: 0 28px 64px rgba(67,76,58,.13); }
.topic-card.wide { grid-column: span 2; }
.topic-card p { color: var(--muted); margin-bottom: 0; }
.check { position: absolute; left: 24px; top: 27px; width: 30px; height: 30px; border-radius: 50%; display: grid; place-items: center; background: #eef4e9; border: 1px solid #cfe0c7; color: #6ca063; font-weight: 900; }
.wave-top { overflow: hidden; }
.wave-top::before { content: ""; position: absolute; top: -1px; left: 0; right: 0; height: 104px; background: var(--surface); clip-path: ellipse(72% 100% at 50% 0%); }
.wave-top > * { position: relative; z-index: 1; }
.services, .events { background: var(--bg); }
.service-grid { max-width: 1120px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.service-card { display: flex; flex-direction: column; padding: 28px; min-height: 100%; background: rgba(255,255,255,.74); border: 1px solid rgba(255,255,255,.9); border-radius: var(--radius); box-shadow: var(--shadow); transition: transform .18s ease, box-shadow .18s ease; }
.service-card.featured { background: linear-gradient(180deg, rgba(246,223,199,.9), rgba(255,255,255,.82)); }
.service-number { width: 58px; height: 58px; border-radius: 50%; display: grid; place-items: center; margin-bottom: 18px; color: #4f5f45; font-weight: 850; background: linear-gradient(180deg, var(--peach-soft), #fff0de); border: 1px solid #efd9bd; }
.service-card ul { padding-left: 18px; margin: 14px 0 18px; color: var(--muted); }
.price-note { margin-top: auto; padding: 14px 16px; border-radius: 18px; background: rgba(255,255,255,.8); border: 1px solid var(--line); font-weight: 800; color: var(--ink); }
.about { background: var(--surface); }
.split { max-width: 1120px; margin: 0 auto; display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, .78fr); gap: clamp(30px, 5vw, 70px); align-items: start; }
.about-copy { max-width: 660px; }
.about-side { display: grid; gap: 20px; }
.about-media { aspect-ratio: 4 / 5; border-radius: 42px; }
.qualification-card { background: rgba(255,255,255,.78); border: 1px solid var(--line); border-radius: 28px; padding: 24px; box-shadow: 0 16px 42px rgba(67,76,58,.08); }
.qualification-card ul { padding-left: 18px; margin: 0; color: var(--muted); }
.events { background: radial-gradient(circle at 8% 10%, rgba(247,183,125,.18), transparent 28%), radial-gradient(circle at 96% 0%, rgba(157,168,142,.20), transparent 24%), var(--bg); padding-top: clamp(94px, 9vw, 130px); padding-bottom: clamp(94px, 9vw, 130px); }
.events.wave-top::before { height: 128px; }
.event-intro { max-width: 960px; }
.event-grid.redesigned { max-width: 1120px; margin: 0 auto; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; align-items: stretch; }
.event-card { position: relative; overflow: hidden; display: flex; flex-direction: column; padding: 30px; min-height: 100%; background: rgba(255,255,255,.78); border: 1px solid rgba(255,255,255,.9); border-radius: var(--radius); box-shadow: var(--shadow); transition: transform .18s ease, box-shadow .18s ease; }
.event-card::before { content: ""; position: absolute; inset: 0 0 auto; height: 8px; background: var(--sage-mid); }
.event-card.accent-peach::before { background: var(--peach); }
.event-card.accent-cream::before { background: var(--leaf); }
.event-card.accent-butter::before { background: var(--butter); }
.event-card h3 { text-align: center; min-height: 2.6em; }
.event-card > p { color: var(--muted); flex-grow: 1; margin-bottom: 0; }
.event-dates { margin: 30px 0 18px; padding: 16px 18px; border-radius: 22px; background: rgba(255,255,255,.78); border: 1px solid rgba(207,213,203,.9); display: grid; gap: 4px; }
.event-dates strong { font-family: Georgia, "Times New Roman", serif; font-weight: 700; font-size: 1.05rem; color: var(--ink); }
.event-dates span { color: var(--muted); font-weight: 760; }
.event-card .button { align-self: center; margin-top: auto; }
.event-signup-card { max-width: 1120px; margin: 46px auto 0; display: grid; grid-template-columns: minmax(0, .82fr) minmax(320px, 1fr); gap: clamp(24px, 4vw, 42px); padding: clamp(24px, 4vw, 38px); border-radius: 42px; background: linear-gradient(135deg, rgba(255,255,255,.82), rgba(255,255,255,.58)), linear-gradient(135deg, var(--peach-soft), var(--sage)); border: 1px solid rgba(255,255,255,.86); box-shadow: 0 30px 80px rgba(67,76,58,.14); }
.event-signup-list { padding-left: 18px; color: var(--muted); }
.event-form { background: rgba(255,255,255,.82); border: 1px solid rgba(255,255,255,.95); border-radius: 30px; padding: 22px; box-shadow: inset 0 0 0 1px rgba(255,255,255,.6); }
.inquiry { background: linear-gradient(180deg, #fff, var(--surface)); }
.combined-card { max-width: 1120px; margin: 0 auto; padding: clamp(24px, 4vw, 38px); display: grid; grid-template-columns: minmax(0,.82fr) minmax(320px, 1fr); gap: clamp(24px, 5vw, 56px); align-items: start; background: rgba(255,255,255,.85); border: 1px solid var(--line); border-radius: 42px; box-shadow: var(--shadow); }
.info-list { display: grid; gap: 16px; margin-top: 26px; }
.info-list > div { padding: 18px; border-radius: 20px; background: rgba(235,239,233,.8); border: 1px solid var(--line); }
.info-list p { margin-bottom: 0; color: var(--muted); }
form { display: grid; gap: 14px; }
.two-col { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
label { display: grid; gap: 7px; font-weight: 700; }
input, textarea, select { width: 100%; border: 1px solid var(--line); border-radius: 16px; padding: 13px 14px; background: #fff; color: var(--ink); font: inherit; transition: border-color .18s ease, box-shadow .18s ease; }
input:focus, textarea:focus, select:focus { outline: 3px solid rgba(247,183,125,.28); border-color: var(--peach); }
.checkbox { display: flex; align-items: flex-start; gap: 10px; font-weight: 500; color: var(--muted); }
.checkbox input { width: auto; margin-top: 5px; }
.hidden { display: none; }
.site-footer { display: flex; justify-content: space-between; gap: 18px; flex-wrap: wrap; padding: 28px clamp(20px, 5vw, 72px); color: var(--muted); border-top: 1px solid var(--line); background: var(--surface); }
.site-footer nav { display: flex; gap: 16px; }
.legal { max-width: 920px; margin: 0 auto; }
.thank-you { min-height: 100vh; display: grid; place-items: center; }
.thank-you-card { max-width: 680px; margin: 0 auto; padding: 34px; text-align: center; background: rgba(255,255,255,.85); border: 1px solid var(--line); border-radius: 36px; box-shadow: var(--shadow); }
@media (max-width: 1080px) { .event-grid.redesigned { grid-template-columns: 1fr; } .event-card h3 { min-height: 0; } }
@media (max-width: 980px) {
  .menu-button { display: inline-flex; }
  .site-nav { display: none; position: absolute; top: 82px; left: 18px; right: 18px; flex-direction: column; padding: 10px; background: var(--paper); border: 1px solid var(--line); border-radius: 22px; box-shadow: var(--shadow); }
  .site-nav.open { display: flex; }
  .hero, .split, .service-grid, .event-signup-card, .combined-card, .two-col { grid-template-columns: 1fr; }
  .hero { text-align: center; max-width: 760px; padding-top: 54px; }
  .hero-copy, .hero-media-wrap { justify-self: center; }
  .hero-actions { justify-content: center; }
  .hero-media-wrap { width: min(100%, 380px); }
  .with-logo { grid-template-columns: 1fr; text-align: center; }
  .section-logo { width: 185px; }
  .topic-grid { grid-template-columns: 1fr; }
  .topic-card.wide { grid-column: auto; }
  .about-media { max-width: 460px; margin: 0 auto; }
}
@media (max-width: 680px) {
  .brand img { width: 52px; height: 52px; }
  .brand small { display: none; }
  h1 { font-size: clamp(2.42rem, 11vw, 3.85rem); }
  h2 { font-size: clamp(1.9rem, 9vw, 3rem); }
  .hero .lead { font-size: 1.02rem; }
  .hero-media-wrap { width: min(100%, 330px); }
  .section-logo { width: 150px; }
  .topic-card, .service-card, .event-card, .combined-card, .event-signup-card { border-radius: 26px; }
  .event-signup-card, .combined-card { padding: 20px; }
  .event-card { padding: 24px; }
}

.disclaimer-section { padding-top: 0; }
.disclaimer-box { max-width: 1120px; margin: 0 auto; background: rgba(255,255,255,.82); border: 1px solid var(--line); border-radius: 30px; padding: 24px 28px; box-shadow: var(--shadow); }
.disclaimer-box p:last-child { margin-bottom: 0; }
.two-col-event { align-items: end; }

@media (max-width: 680px) {
  .brand strong { font-size: 1.9rem; }
  .brand small { font-size: 1rem; }
}
