@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Newsreader:opsz,wght@6..72,400;6..72,500&display=swap');

:root {
  --pine: #173f3a;
  --pine-dark: #0e2d2a;
  --sage: #a8bba7;
  --sage-light: #dfe8dd;
  --cream: #f6f1e7;
  --paper: #fffdf8;
  --sand: #dfbd84;
  --clay: #b76345;
  --ink: #17221f;
  --muted: #5c6863;
  --line: #d8d9cf;
  --white: #fff;
  --serif: 'Newsreader', Georgia, serif;
  --sans: 'DM Sans', 'Segoe UI', sans-serif;
  --shadow: 0 24px 70px rgba(23, 63, 58, .12);
  --radius: 8px;
  --wrap: 1160px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 98px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
img, svg { display: block; max-width: 100%; }
.wrap { width: min(calc(100% - 40px), var(--wrap)); margin-inline: auto; }
.section { padding: 112px 0; }
.eyebrow { margin: 0 0 18px; color: var(--clay); font-size: .75rem; font-weight: 700; letter-spacing: .13em; line-height: 1.4; text-transform: uppercase; }
.eyebrow--light { color: var(--sand); }
h1, h2, h3, p { text-wrap: pretty; }
h1, h2 { font-family: var(--serif); font-weight: 400; letter-spacing: -.035em; line-height: .98; }
h1 { margin: 0; font-size: clamp(3.75rem, 7.7vw, 7rem); }
h1 em { color: var(--clay); font-weight: 400; }
h2 { margin: 0; font-size: clamp(2.7rem, 5.1vw, 4.6rem); }
h3 { line-height: 1.25; }
.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; }
.skip-link { position: fixed; z-index: 999; top: 10px; left: 10px; padding: 10px 16px; background: var(--white); color: var(--pine); transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.support-bar { background: var(--pine-dark); color: #dce9e5; font-size: .78rem; }
.support-bar__inner { min-height: 34px; display: flex; align-items: center; justify-content: flex-end; }
.support-bar p { margin: 0; }
.support-bar a { font-weight: 700; text-decoration-thickness: 1px; text-underline-offset: 2px; }
.site-header { position: sticky; z-index: 50; top: 0; background: rgba(255, 253, 248, .96); border-bottom: 1px solid rgba(23, 63, 58, .1); backdrop-filter: blur(14px); }
.nav-wrap { min-height: 76px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; color: var(--pine); text-decoration: none; }
.brand-logo { width: 244px; height: auto; }
.brand-logo--footer { width: 230px; }
.site-nav { display: flex; align-items: center; gap: 32px; }
.site-nav a { font-size: .87rem; font-weight: 600; text-decoration: none; }
.site-nav a:not(.nav-cta):hover { color: var(--clay); }
.nav-cta { padding: 11px 18px; background: var(--pine); color: var(--white); border-radius: 3px; }
.nav-toggle { display: none; width: 46px; height: 46px; padding: 11px; border: 0; background: transparent; cursor: pointer; }
.nav-toggle span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: var(--pine); transition: .2s ease; }

.hero { overflow: hidden; background: var(--cream); border-bottom: 1px solid var(--line); }
.hero-grid { min-height: 745px; display: grid; grid-template-columns: 1.12fr .88fr; align-items: center; gap: clamp(50px, 7vw, 110px); padding-block: 92px; }
.hero-copy { position: relative; z-index: 2; }
.hero-lede { max-width: 660px; margin: 32px 0 0; color: #46534f; font-size: 1.18rem; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 38px; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; padding: 13px 23px; border: 1px solid transparent; border-radius: 3px; font-weight: 700; line-height: 1.2; text-decoration: none; cursor: pointer; transition: transform .18s ease, background .18s ease, color .18s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, a:focus-visible, summary:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, button:focus-visible { outline: 3px solid #e19169; outline-offset: 3px; }
.button--primary { background: var(--pine); color: var(--white); }
.button--primary:hover { background: var(--pine-dark); }
.text-link { color: var(--pine); font-weight: 700; text-decoration: none; border-bottom: 1px solid var(--sage); }
.text-link span { margin-left: 5px; }
.trust-list { display: flex; flex-wrap: wrap; gap: 13px 25px; margin: 42px 0 0; padding: 0; color: var(--muted); font-size: .8rem; font-weight: 600; list-style: none; }
.trust-list li::before { content: ''; display: inline-block; width: 7px; height: 7px; margin-right: 9px; background: var(--clay); border-radius: 50%; }
.hero-art { position: relative; isolation: isolate; min-height: 535px; overflow: hidden; background: #d9cda9; box-shadow: var(--shadow); }
.hero-art::before { content: ''; position: absolute; inset: 0; z-index: -5; background: linear-gradient(#aec8c5 0 54%, #d9cda9 54%); }
.hero-art::after { content: ''; position: absolute; inset: 0; z-index: 5; border: 12px solid rgba(255,255,255,.19); pointer-events: none; }
.hero-art p { position: absolute; z-index: 7; right: 26px; bottom: 21px; max-width: 235px; margin: 0; padding: 15px 18px; background: rgba(255,253,248,.92); color: var(--pine); font-family: var(--serif); font-size: 1rem; line-height: 1.28; }
.sun { position: absolute; z-index: -3; top: 70px; right: 52px; width: 112px; aspect-ratio: 1; background: #e9c479; border-radius: 50%; }
.mountain { position: absolute; z-index: -2; bottom: 46%; background: #78948d; clip-path: polygon(0 100%, 28% 30%, 48% 66%, 70% 8%, 100% 100%); }
.mountain--back { right: -40px; width: 110%; height: 220px; opacity: .55; }
.mountain--front { left: -80px; bottom: 37%; width: 130%; height: 190px; background: #57766f; opacity: .85; clip-path: polygon(0 100%, 20% 48%, 37% 76%, 57% 19%, 75% 72%, 88% 42%, 100% 100%); }
.home-illustration { position: absolute; bottom: 85px; left: 50%; width: 67%; height: 210px; transform: translateX(-50%); }
.home-roof { position: absolute; z-index: 2; top: 10px; left: -8%; width: 116%; height: 85px; background: #a4543c; clip-path: polygon(50% 0, 100% 100%, 0 100%); }
.home-body { position: absolute; inset: 88px 0 0; background: #efe5cf; border-bottom: 9px solid #7d9a83; }
.window, .door { position: absolute; bottom: 40px; background: #5e7f7a; border: 7px solid #faf2df; box-shadow: 0 0 0 1px rgba(0,0,0,.07); }
.window { width: 48px; height: 43px; }
.window--one { left: 14%; }.window--two { right: 14%; }
.door { left: 50%; bottom: 0; width: 48px; height: 86px; transform: translateX(-50%); border-bottom: 0; background: #9e674d; }
.plant { position: absolute; z-index: 3; bottom: 45px; width: 18px; height: 115px; background: #3f6657; border-radius: 50% 50% 8px 8px; }
.plant::before, .plant::after { content: ''; position: absolute; width: 13px; height: 48px; background: inherit; border-radius: 50% 50% 7px 7px; }
.plant::before { top: 35px; left: -10px; transform: rotate(-24deg); }.plant::after { top: 20px; right: -10px; transform: rotate(23deg); }
.plant--one { left: 8%; }.plant--two { right: 9%; bottom: 52px; transform: scale(.72); }

.intro-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(60px, 10vw, 150px); align-items: start; }
.intro-copy { padding-top: 38px; color: #43504c; font-size: 1.08rem; }
.intro-copy p:first-child { margin-top: 0; }
.note { margin-top: 30px; padding-top: 24px; border-top: 1px solid var(--line); color: var(--muted); font-size: .86rem; }
.program { background: #edf0e8; }
.section-heading { display: grid; grid-template-columns: 1.3fr .7fr; gap: 80px; align-items: end; padding-bottom: 55px; border-bottom: 1px solid #c9d1c5; }
.section-heading > p { margin: 0 0 5px; color: var(--muted); }
.program-layout { display: grid; grid-template-columns: 1.2fr .8fr; gap: clamp(50px, 9vw, 120px); margin-top: 54px; }
.principles { margin: 0; padding: 0; list-style: none; }
.principles li { display: grid; grid-template-columns: 58px 1fr; gap: 18px; padding: 0 0 30px; margin-bottom: 30px; border-bottom: 1px solid #c9d1c5; }
.principles li:last-child { margin-bottom: 0; }
.principle-number { color: var(--clay); font-family: var(--serif); font-size: 1.15rem; }
.principles h3 { margin: 0 0 8px; color: var(--pine); font-size: 1.22rem; }
.principles p { margin: 0; color: var(--muted); }
.day-card { align-self: start; padding: 42px; background: var(--paper); box-shadow: 0 16px 60px rgba(23,63,58,.09); }
.day-card__label { margin: 0; color: var(--clay); font-size: .74rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.day-card h3 { margin: 8px 0 28px; font-family: var(--serif); font-size: 2.15rem; font-weight: 400; }
.day-card ul { margin: 0; padding: 0; list-style: none; }
.day-card li { padding: 17px 0; border-top: 1px solid var(--line); color: var(--muted); font-size: .91rem; }
.day-card li span { display: block; color: var(--pine); font-weight: 700; }
.day-card .small { margin: 24px 0 0; color: var(--muted); font-size: .77rem; }

.admissions { background: var(--pine); color: var(--white); }
.admissions-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(65px, 10vw, 150px); }
.admissions-copy h2 { color: var(--cream); }
.admissions-copy > p:not(.eyebrow) { max-width: 540px; margin: 28px 0 32px; color: #c9d8d4; }
.button--sand { background: var(--sand); color: var(--pine-dark); }
.button--sand:hover { background: #edce98; }
.steps { counter-reset: steps; }
.steps > div { position: relative; display: grid; grid-template-columns: 50px 150px 1fr; gap: 22px; align-items: baseline; padding: 26px 0; border-bottom: 1px solid rgba(255,255,255,.17); }
.steps > div:first-child { padding-top: 4px; }
.steps span { width: 36px; height: 36px; display: inline-grid; place-items: center; border: 1px solid var(--sand); border-radius: 50%; color: var(--sand); font-family: var(--serif); }
.steps h3, .steps p { margin: 0; }.steps h3 { font-size: 1rem; }.steps p { color: #c9d8d4; font-size: .9rem; }
.fit { background: var(--cream); }
.fit-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(70px, 12vw, 170px); }
.fit-grid > div > p:last-child { margin-top: 26px; color: var(--muted); }
.check-list { margin: 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding: 22px 0 22px 48px; border-bottom: 1px solid var(--line); color: var(--pine); font-size: 1.04rem; font-weight: 600; }
.check-list li::before { content: '✓'; position: absolute; left: 4px; top: 20px; width: 25px; height: 25px; display: grid; place-items: center; background: var(--sage-light); color: var(--pine); border-radius: 50%; font-size: .78rem; }

.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(70px, 11vw, 160px); }
.faq-intro > p:last-child { margin-top: 25px; color: var(--muted); }
.accordion details { border-top: 1px solid var(--line); }
.accordion details:last-child { border-bottom: 1px solid var(--line); }
.accordion summary { position: relative; padding: 25px 52px 25px 0; color: var(--pine); font-weight: 700; cursor: pointer; list-style: none; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary::after { content: '+'; position: absolute; right: 8px; top: 18px; font-family: var(--serif); font-size: 1.8rem; font-weight: 400; transition: transform .2s ease; }
.accordion details[open] summary::after { transform: rotate(45deg); }
.accordion details p { margin: -4px 48px 25px 0; color: var(--muted); }

.contact { background: #e4e8df; }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(65px, 10vw, 145px); align-items: start; }
.contact-copy > p:not(.eyebrow):not(.privacy-note) { margin: 27px 0; color: var(--muted); }
.contact-details { margin-top: 38px; }
.contact-details p { display: grid; grid-template-columns: 75px 1fr; margin: 0; padding: 14px 0; border-top: 1px solid #c9d1c5; }
.contact-details p > span { color: var(--muted); font-size: .8rem; font-weight: 700; text-transform: uppercase; }
.contact-details a { color: var(--pine); font-weight: 700; }
.contact-details small { grid-column: 2; color: #8a4c39; font-size: .7rem; font-weight: 700; }
.privacy-note { margin-top: 24px; color: var(--muted); font-size: .77rem; }
.inquiry-form { position: relative; padding: clamp(27px, 5vw, 52px); background: var(--paper); box-shadow: var(--shadow); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.inquiry-form label { display: block; margin-bottom: 19px; color: var(--pine); font-size: .84rem; font-weight: 700; }
.inquiry-form label > span { color: var(--muted); font-weight: 400; }
.inquiry-form input:not([type=checkbox]), .inquiry-form select, .inquiry-form textarea { width: 100%; min-height: 49px; display: block; margin-top: 7px; padding: 11px 13px; border: 1px solid #bcc5bc; border-radius: 2px; background: var(--white); color: var(--ink); }
.inquiry-form textarea { resize: vertical; }
.inquiry-form input:focus, .inquiry-form select:focus, .inquiry-form textarea:focus { border-color: var(--pine); }
.consent { display: grid !important; grid-template-columns: 21px 1fr; gap: 11px; align-items: start; color: var(--muted) !important; font-size: .77rem !important; font-weight: 400 !important; }
.consent input { width: 18px; height: 18px; margin: 2px 0 0; accent-color: var(--pine); }
.button--full { width: 100%; border: 0; }
.form-footnote { margin: 14px 0 0; color: var(--muted); font-size: .71rem; text-align: center; }
.hp-field { position: absolute; left: -9999px; }
.form-status { display: none; margin-bottom: 20px; padding: 13px 15px; font-size: .84rem; }
.form-status.is-visible { display: block; }
.form-status.is-success { background: #e0eee4; color: #194d32; }
.form-status.is-error { background: #f5e1da; color: #7b3825; }

.site-footer { background: var(--pine-dark); color: #c9d8d4; }
.footer-top { min-height: 165px; display: grid; grid-template-columns: 1fr 1fr auto; gap: 40px; align-items: center; border-bottom: 1px solid rgba(255,255,255,.15); }
.brand--footer { color: var(--white); }
.button--outline-light { border-color: rgba(255,255,255,.45); color: var(--white); }
.button--outline-light:hover { background: var(--white); color: var(--pine); }
.footer-bottom { display: grid; grid-template-columns: 1fr auto; gap: 22px 40px; padding-block: 30px 40px; font-size: .76rem; }
.footer-bottom p { margin: 0; }
.footer-bottom nav { display: flex; gap: 25px; }
.footer-bottom nav a { color: var(--white); }
.disclaimer { grid-column: 1 / -1; max-width: 850px; color: #9fb3ad; }

.privacy-page { background: var(--cream); }
.privacy-main { padding: 85px 0 115px; }
.privacy-content { width: min(100%, 780px); }
.privacy-content h1 { font-size: clamp(3.5rem, 7vw, 6rem); }
.privacy-content h2 { margin: 55px 0 14px; font-family: var(--sans); font-size: 1.3rem; font-weight: 700; letter-spacing: -.02em; }
.privacy-content p, .privacy-content li { color: var(--muted); }

@media (max-width: 900px) {
  .section { padding: 85px 0; }
  .site-nav { position: absolute; top: 76px; right: 0; left: 0; display: none; align-items: stretch; padding: 20px; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: 0 20px 40px rgba(23,63,58,.1); }
  .site-nav.is-open { display: grid; gap: 4px; }
  .site-nav a { min-height: 48px; display: flex; align-items: center; padding: 9px 13px; }
  .nav-toggle { display: block; }
  .hero-grid { min-height: auto; grid-template-columns: 1fr; padding-block: 75px; }
  .hero-art { min-height: 470px; }
  .intro-grid, .section-heading, .program-layout, .admissions-grid, .fit-grid, .faq-grid, .contact-grid { grid-template-columns: 1fr; }
  .intro-grid, .admissions-grid, .fit-grid, .faq-grid, .contact-grid { gap: 55px; }
  .intro-copy { padding-top: 0; }
  .section-heading { gap: 25px; }
  .day-card { max-width: 630px; }
  .steps > div { grid-template-columns: 50px 150px 1fr; }
  .footer-top { grid-template-columns: 1fr auto; padding-block: 38px; }
  .footer-top > p { grid-column: 1 / -1; grid-row: 2; margin: 0; }
}

@media (max-width: 590px) {
  .wrap { width: min(calc(100% - 28px), var(--wrap)); }
  .support-bar__inner { justify-content: center; text-align: center; }
  .support-bar { padding: 5px 0; }
  .nav-wrap { min-height: 68px; }
  .brand-logo { width: 202px; }
  .brand-logo--footer { width: 218px; }
  .site-nav { top: 68px; }
  h1 { font-size: clamp(3.25rem, 16vw, 4.7rem); }
  .hero-grid { gap: 48px; padding-block: 60px; }
  .hero-lede { font-size: 1.03rem; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 18px; }
  .hero-actions .button { width: 100%; }
  .text-link { align-self: flex-start; }
  .hero-art { min-height: 390px; }
  .home-illustration { bottom: 68px; width: 74%; height: 175px; }
  .home-body { inset: 73px 0 0; }
  .home-roof { height: 72px; }
  .window { width: 38px; height: 36px; border-width: 5px; bottom: 29px; }
  .door { width: 40px; height: 70px; border-width: 5px; }
  .hero-art p { right: 17px; bottom: 14px; max-width: 205px; font-size: .86rem; }
  .sun { top: 48px; right: 30px; width: 90px; }
  .principles li { grid-template-columns: 42px 1fr; }
  .day-card { padding: 28px 24px; }
  .steps > div { grid-template-columns: 43px 1fr; gap: 13px; }
  .steps p { grid-column: 2; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .contact-details p { grid-template-columns: 65px 1fr; }
  .footer-top, .footer-bottom { grid-template-columns: 1fr; }
  .footer-top .button { justify-self: start; }
  .footer-top > p { grid-column: auto; grid-row: auto; }
  .footer-bottom nav { grid-row: 2; }
  .disclaimer { grid-column: auto; }
}

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