/* 자연어린이집 정적 웹사이트 — 외부 라이브러리 없이 작성 */
:root {
  --forest: #244a35;
  --forest-dark: #173425;
  --forest-soft: #52725d;
  --sage: #9bbf91;
  --sage-light: #e9f1e3;
  --cream: #f7f3e8;
  --paper: #fffdf8;
  --yellow: #f3c969;
  --coral: #e98a68;
  --ink: #263129;
  --muted: #6e786f;
  --line: rgba(36, 74, 53, 0.14);
  --shadow: 0 22px 70px rgba(36, 74, 53, 0.13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body, h1, h2, h3, p, ul, ol, figure, blockquote, dl, dd { margin: 0; }
ul, ol { list-style: none; padding: 0; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
img { display: block; height: 100%; object-fit: cover; width: 100%; }

body {
  background: var(--paper);
  color: var(--ink);
  font-family: Pretendard, "Apple SD Gothic Neo", "Malgun Gothic", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.72;
  word-break: keep-all;
  -webkit-font-smoothing: antialiased;
}

body.menu-open { overflow: hidden; }
.skip-link { background: var(--forest); color: #fff; left: 12px; padding: 8px 14px; position: fixed; top: -80px; z-index: 1000; }
.skip-link:focus { top: 10px; }
.container { margin-inline: auto; width: min(1180px, calc(100% - 48px)); }
.section { padding: 126px 0; }
.soft-green { background: #edf3e8; }
.soft-cream { background: var(--cream); }
.dark-section { background: var(--forest-dark); color: #fff; }
.page-view { display: none; }
.page-view.active { animation: page-in 0.45s ease both; display: block; }
@keyframes page-in { from { opacity: 0; } to { opacity: 1; } }

.image-frame { background: #dfe8d8; overflow: hidden; position: relative; }
.image-frame img { transition: transform 0.7s cubic-bezier(.2,.7,.2,1); }
.image-frame:hover img { transform: scale(1.04); }

.eyebrow { align-items: center; color: var(--forest-soft); display: flex; font-size: 11px; font-weight: 800; gap: 10px; letter-spacing: .16em; margin-bottom: 22px; text-transform: uppercase; }
.eyebrow > span { background: var(--coral); border-radius: 50%; height: 7px; width: 7px; }
.eyebrow.centered { justify-content: center; }
.eyebrow.light { color: #c9ddc8; }

.section-heading h2, .split-heading h2, .facility-preview h2, .director-copy h2, .credentials-grid h2, .eco-grid h2, .safety-grid h2, .age-goal-grid h2, .facility-intro-grid h2, .promise-grid-wrap h2, .contact-grid h2 {
  color: var(--forest);
  font-size: clamp(36px, 4.1vw, 58px);
  font-weight: 800;
  letter-spacing: -.055em;
  line-height: 1.2;
}
.dark-section h2 { color: #fff; }
.section-heading > p:last-child { color: var(--muted); margin-top: 23px; }
.center-heading { margin: 0 auto 65px; max-width: 730px; text-align: center; }
.split-heading { align-items: flex-end; display: flex; justify-content: space-between; margin-bottom: 62px; }
.split-heading > p, .split-heading > a { color: var(--muted); max-width: 380px; }

.button { align-items: center; border: 0; border-radius: 999px; display: inline-flex; font-size: 14px; font-weight: 800; gap: 9px; justify-content: center; min-height: 56px; padding: 0 28px; transition: background .25s, color .25s, transform .25s, box-shadow .25s; }
.button:hover { transform: translateY(-3px); }
.button-primary { background: var(--forest); box-shadow: 0 12px 28px rgba(36,74,53,.2); color: #fff; }
.button-primary:hover { background: var(--forest-dark); box-shadow: 0 17px 34px rgba(36,74,53,.26); }
.button-outline { border: 1px solid var(--forest); color: var(--forest); }
.button-outline:hover { background: var(--forest); color: #fff; }
.button-cream { background: var(--cream); color: var(--forest); }
.text-link { align-items: center; color: var(--forest); display: inline-flex; font-size: 14px; font-weight: 800; gap: 12px; }
.text-link span { transition: transform .25s; }
.text-link:hover span { transform: translateX(5px); }

/* Header */
.site-header { backdrop-filter: blur(16px); background: rgba(255,253,248,.93); border-bottom: 1px solid rgba(36,74,53,.08); left: 0; position: fixed; right: 0; top: 0; z-index: 100; }
.header-inner { align-items: center; display: flex; height: 84px; justify-content: space-between; }
.brand { align-items: center; display: inline-flex; flex: 0 0 auto; gap: 12px; }
.brand-icon { flex: 0 0 auto; height: 47px; object-fit: contain; width: 47px; }
.brand-mark { background: var(--cream); border-radius: 50%; display: inline-block; height: 47px; position: relative; width: 47px; }
.brand-mark i { background: var(--sage); border-radius: 80% 0 80% 0; display: block; height: 18px; position: absolute; top: 9px; transform: rotate(28deg); width: 11px; }
.brand-mark i:first-child { left: 13px; }
.brand-mark i:nth-child(2) { background: var(--forest); left: 24px; top: 14px; transform: rotate(58deg); }
.brand-mark b { background: var(--forest); border-radius: 2px; bottom: 9px; height: 18px; left: 23px; position: absolute; transform: rotate(-8deg); width: 3px; }
.brand-name { color: var(--ink); display: grid; font-size: 18px; font-weight: 800; letter-spacing: -.04em; line-height: 1.05; }
.brand-name strong { color: var(--forest); }
.brand-name small { color: #819083; font-size: 8px; letter-spacing: .22em; margin-top: 5px; }
.desktop-nav { align-items: center; display: flex; gap: clamp(22px, 2.6vw, 40px); }
.desktop-nav a { color: #465149; font-size: 14px; font-weight: 700; padding: 29px 0; position: relative; }
.desktop-nav a::after { background: var(--coral); border-radius: 50%; bottom: 21px; content: ""; height: 5px; left: 50%; opacity: 0; position: absolute; transform: translate(-50%, 5px); transition: .25s; width: 5px; }
.desktop-nav a:hover::after, .desktop-nav a.active::after { opacity: 1; transform: translate(-50%, 0); }
.header-call { align-items: center; background: var(--forest); border-radius: 999px; color: #fff; display: flex; gap: 10px; min-height: 48px; padding: 0 19px; }
.header-call > span:last-child { display: grid; line-height: 1.2; }
.header-call small { color: #cfe0cf; font-size: 9px; }
.header-call strong { font-size: 13px; }
.menu-button, .mobile-menu { display: none; }

/* Home hero */
.home-hero { background: var(--cream); min-height: min(860px, 100vh); overflow: hidden; padding: 160px 0 88px; position: relative; }
.home-hero::before { background: #e8f0e2; border-radius: 50%; content: ""; height: 700px; position: absolute; right: -180px; top: 40px; width: 700px; }
.hero-grid { align-items: center; display: grid; gap: 50px; grid-template-columns: 1fr 1.08fr; min-height: 620px; position: relative; z-index: 2; }
.hero-copy h1 { color: var(--forest); font-size: clamp(52px, 6.1vw, 82px); font-weight: 800; letter-spacing: -.075em; line-height: 1.08; }
.hero-copy h1 em { color: var(--coral); font-style: normal; position: relative; }
.hero-copy h1 em::after { background: var(--yellow); border-radius: 50%; content: ""; height: 11px; position: absolute; right: -10px; top: 0; width: 11px; }
.hero-lead { color: #5f6a61; font-size: 18px; margin-top: 28px; }
.hero-actions { align-items: center; display: flex; gap: 28px; margin-top: 38px; }
.hero-proof { border-top: 1px solid var(--line); display: flex; gap: 32px; margin-top: 56px; padding-top: 24px; }
.hero-proof div { display: grid; }
.hero-proof strong { color: var(--forest); font-size: 18px; }
.hero-proof span { color: #7c857d; font-size: 10px; }
.hero-visual { height: 570px; position: relative; }
.hero-main-photo { border-radius: 48% 48% 12px 12px; height: 500px; position: absolute; right: 0; top: 0; width: 82%; }
.hero-small-photo { border: 8px solid var(--cream); border-radius: 50%; bottom: -15px; height: 210px; left: -6px; position: absolute; width: 210px; z-index: 2; }
.hero-note { align-items: center; background: rgba(255,253,248,.96); border-radius: 15px; box-shadow: var(--shadow); display: flex; gap: 12px; padding: 15px 18px; position: absolute; right: -16px; top: 54px; z-index: 2; }
.hero-note p { color: var(--muted); font-size: 11px; line-height: 1.45; }
.hero-note strong { color: var(--forest); font-size: 13px; }
.sun-icon { background: var(--yellow); border-radius: 50%; height: 34px; width: 34px; }
.decor-leaf { background: var(--sage); border-radius: 80% 0 80% 0; height: 45px; position: absolute; width: 28px; }
.leaf-one { right: 8px; top: -35px; transform: rotate(30deg); }
.leaf-two { right: 43px; top: -26px; transform: rotate(-20deg) scale(.7); }
.hero-shape { border: 1px solid rgba(36,74,53,.14); border-radius: 50%; height: 25px; left: 4%; position: absolute; top: 32%; width: 25px; }
.hero-shape-two { background: var(--coral); border: 0; height: 10px; left: 47%; top: 20%; width: 10px; }
.reveal { animation: reveal-up .8s ease both; }
.reveal-delay { animation-delay: .12s; }
@keyframes reveal-up { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }

/* Home sections */
.intro-grid { align-items: start; display: grid; gap: 100px; grid-template-columns: .85fr 1.15fr; }
.intro-heading { position: sticky; top: 145px; }
.round-link { align-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--forest); display: flex; font-size: 11px; font-weight: 800; height: 108px; justify-content: center; margin-top: 37px; transition: .25s; width: 108px; }
.round-link span { margin-left: 5px; }
.round-link:hover { background: var(--forest); color: #fff; transform: rotate(5deg); }
.value-list { border-top: 1px solid var(--line); }
.value-card { align-items: start; border-bottom: 1px solid var(--line); display: grid; gap: 24px; grid-template-columns: 45px 70px 1fr; min-height: 190px; padding: 43px 0; }
.value-number { color: #a0aaa1; font-size: 11px; }
.value-card h3 { color: var(--forest); font-size: 24px; letter-spacing: -.04em; }
.value-card p { color: var(--muted); font-size: 14px; margin-top: 10px; }
.value-icon { color: var(--coral); font-size: 45px; line-height: 1; position: relative; }
.sprout-icon { display: block; height: 55px; }
.sprout-icon::after { background: var(--forest); bottom: 0; content: ""; height: 35px; left: 27px; position: absolute; transform: rotate(-8deg); width: 2px; }
.sprout-icon i { background: var(--sage); border-radius: 80% 0; height: 22px; left: 7px; position: absolute; top: 6px; transform: rotate(30deg); width: 28px; }
.sprout-icon i:nth-child(2) { background: var(--forest); left: 29px; top: 0; transform: rotate(70deg) scale(.8); }
.together-icon { color: var(--yellow); font-size: 64px; transform: rotate(30deg); }

.age-grid { display: grid; gap: 14px; grid-template-columns: repeat(3, 1fr); }
.age-card { background: rgba(255,255,255,.88); border: 1px solid rgba(36,74,53,.07); border-radius: 18px; min-height: 235px; padding: 34px; position: relative; transition: background .3s, box-shadow .3s, transform .3s; }
.age-card:hover { background: #fff; box-shadow: var(--shadow); transform: translateY(-7px); }
.age-dot { background: var(--age-color); border-radius: 50%; display: block; height: 12px; margin-bottom: 23px; width: 12px; }
.age-card small { color: var(--forest-soft); font-size: 12px; font-weight: 800; }
.age-card h3 { color: var(--forest); font-size: 23px; letter-spacing: -.04em; margin-top: 7px; }
.age-card p { color: var(--muted); font-size: 13px; margin-top: 8px; }
.age-card b { bottom: 27px; color: var(--forest); font-weight: 500; position: absolute; right: 30px; transition: transform .25s; }
.age-card:hover b { transform: translateX(5px); }
.age-zero { --age-color: #e5a783; }
.age-one { --age-color: #e8c35e; }
.age-two { --age-color: #ef8e73; }
.age-three { --age-color: #7eb58c; }
.age-four { --age-color: #69a8bc; }
.age-five { --age-color: #897fb5; }

.program-photo-grid { align-items: start; display: grid; gap: 25px; grid-template-columns: repeat(3, 1fr); }
.program-photo-grid .image-frame { height: 430px; }
.program-photo-grid .arch-top { border-radius: 180px 180px 15px 15px; }
.program-photo-grid .arch-bottom { border-radius: 15px 15px 180px 180px; }
.program-photo-grid .organic-frame { border-radius: 45% 15px 45% 15px; }
.program-photo-grid .lower-card { margin-top: 60px; }
.program-photo-grid article > div:last-child { padding: 24px 12px 0; }
.program-photo-grid small { color: var(--coral); font-size: 10px; font-weight: 800; }
.program-photo-grid h3 { color: var(--forest); display: inline; font-size: 22px; letter-spacing: -.04em; margin-left: 12px; }
.program-photo-grid p { color: var(--muted); font-size: 13px; margin: 9px 0 0 29px; }
.center-action { margin-top: 64px; text-align: center; }

.facility-preview-grid { align-items: center; display: grid; gap: 90px; grid-template-columns: .8fr 1.2fr; }
.facility-preview-grid > div:first-child > p:not(.eyebrow) { color: rgba(255,255,255,.66); margin: 28px 0 38px; }
.facility-photo-wrap { position: relative; }
.facility-photo { border-radius: 12px 160px 12px 12px; height: 520px; }
.safety-badge { align-items: center; background: var(--yellow); border: 9px solid var(--forest-dark); border-radius: 50%; bottom: -30px; color: var(--forest); display: flex; flex-direction: column; height: 150px; justify-content: center; left: -44px; position: absolute; transform: rotate(-8deg); width: 150px; }
.safety-badge strong { font-size: 27px; }
.safety-badge small { font-size: 10px; }

.photo-row { display: grid; gap: 14px; grid-template-columns: 1.25fr .9fr 1.1fr .8fr; height: 440px; }
.photo-row a { border-radius: 12px; overflow: hidden; position: relative; }
.photo-row a:nth-child(2), .photo-row a:nth-child(4) { margin-top: 55px; }
.photo-row a::after { background: linear-gradient(transparent 55%, rgba(13,39,27,.66)); content: ""; inset: 0; position: absolute; }
.photo-row img { transition: transform .6s; }
.photo-row a:hover img { transform: scale(1.05); }
.photo-row span { bottom: 18px; color: #fff; font-size: 13px; font-weight: 800; left: 18px; position: absolute; z-index: 2; }

/* Shared page hero and call band */
.page-hero { background: var(--cream); min-height: 455px; overflow: hidden; padding: 175px 0 80px; position: relative; text-align: center; }
.page-hero::before { background: var(--yellow); border-radius: 50%; content: ""; height: 120px; opacity: .35; position: absolute; right: 10%; top: 130px; width: 120px; }
.page-hero::after { background: var(--coral); border-radius: 50%; content: ""; height: 20px; left: 13%; opacity: .45; position: absolute; top: 180px; width: 20px; }
.page-hero .container { position: relative; z-index: 2; }
.page-hero h1 { color: var(--forest); font-size: clamp(52px, 6vw, 76px); letter-spacing: -.06em; line-height: 1.1; }
.page-hero .container > p:nth-of-type(2) { color: var(--muted); margin: 22px auto 0; max-width: 660px; }
.breadcrumb { align-items: center; color: #899189; display: flex; font-size: 11px; gap: 10px; justify-content: center; margin-top: 36px; }
.breadcrumb strong { color: var(--forest); }
.call-band { background: #e3edda; overflow: hidden; padding: 88px 0; position: relative; }
.call-band::before { background: var(--yellow); border-radius: 50%; content: ""; height: 240px; left: -110px; opacity: .25; position: absolute; top: -90px; width: 240px; }
.call-band-inner { align-items: center; display: flex; justify-content: space-between; position: relative; z-index: 2; }
.call-band-inner > div > p { color: var(--forest-soft); font-size: 13px; font-weight: 800; margin-bottom: 11px; }
.call-band h2 { color: var(--forest); font-size: clamp(35px, 4vw, 52px); letter-spacing: -.05em; line-height: 1.25; }
.call-band-inner > a { align-items: center; border-bottom: 1px solid rgba(36,74,53,.45); display: flex; gap: 18px; min-width: 360px; padding: 14px 0 21px; }
.call-icon { align-items: center; background: var(--forest); border-radius: 50%; color: #fff; display: flex; flex: 0 0 auto; height: 68px; justify-content: center; width: 68px; }
.call-band-inner > a > span:nth-child(2) { display: grid; flex: 1; }
.call-band-inner small { color: var(--forest-soft); font-size: 11px; }
.call-band-inner strong { color: var(--forest); font-size: clamp(23px,2.5vw,34px); letter-spacing: -.02em; }
.call-band-inner i { color: var(--forest); font-style: normal; transition: transform .25s; }
.call-band-inner a:hover i { transform: translateX(5px); }

/* About */
.director-grid { align-items: center; display: grid; gap: 105px; grid-template-columns: .8fr 1.2fr; }
.director-photo-wrap { position: relative; }
.director-photo { border-radius: 200px 200px 20px 20px; height: 590px; }
.director-caption { background: var(--forest); bottom: -28px; color: #fff; display: grid; padding: 18px 26px; position: absolute; right: -22px; width: 210px; }
.director-caption strong { font-size: 19px; }
.director-caption span { color: #c6d8c4; font-size: 10px; }
.director-copy blockquote { border-left: 3px solid var(--coral); color: var(--forest); font-size: 23px; font-weight: 700; line-height: 1.55; margin: 31px 0; padding-left: 24px; }
.director-copy > p:not(.eyebrow) { color: var(--muted); font-size: 14px; margin-top: 15px; }
.signature { color: var(--muted); font-size: 13px; margin-top: 32px; text-align: right; }
.signature strong { color: var(--forest); font-size: 21px; margin-left: 10px; }
.credentials-grid { display: grid; gap: 90px; grid-template-columns: .9fr 1.1fr; }
.credentials-grid ul { border-top: 1px solid var(--line); }
.credentials-grid li { align-items: center; border-bottom: 1px solid var(--line); display: flex; gap: 24px; padding: 20px 5px; }
.credentials-grid li span { color: var(--coral); font-size: 10px; font-weight: 800; }
.philosophy-grid { display: grid; gap: 20px; grid-template-columns: repeat(3, 1fr); }
.philosophy-grid article { border: 1px solid var(--line); border-radius: 220px 220px 20px 20px; min-height: 460px; padding: 72px 38px 42px; text-align: center; transition: .3s; }
.philosophy-grid article:hover { background: var(--forest); color: #fff; transform: translateY(-8px); }
.philosophy-grid article > span { color: var(--forest); display: block; font-size: 48px; font-weight: 800; letter-spacing: -.08em; }
.philosophy-grid small { color: var(--coral); font-size: 9px; letter-spacing: .2em; }
.philosophy-grid h3 { color: var(--forest); font-size: 20px; margin-top: 58px; }
.philosophy-grid p { color: var(--muted); font-size: 13px; margin-top: 13px; }
.philosophy-grid article:hover > span, .philosophy-grid article:hover h3 { color: #fff; }
.philosophy-grid article:hover p { color: rgba(255,255,255,.66); }

/* Programs */
.program-age-grid { display: grid; gap: 18px; grid-template-columns: repeat(3, 1fr); }
.program-age-grid > a { border: 1px solid var(--line); border-radius: 16px; min-height: 300px; padding: 32px; transition: box-shadow .3s, transform .3s; }
.program-age-grid > a:hover { box-shadow: var(--shadow); transform: translateY(-6px); }
.program-age-grid > a > span { background: var(--age-color); border-radius: 999px; color: #fff; display: inline-block; font-size: 11px; font-weight: 800; padding: 5px 13px; }
.program-age-grid h3 { color: var(--forest); font-size: 24px; letter-spacing: -.04em; margin-top: 28px; }
.program-age-grid p { color: var(--muted); font-size: 13px; margin-top: 11px; }
.program-age-grid strong { color: var(--forest); display: block; font-size: 11px; margin-top: 24px; }
.eco-grid { align-items: center; display: grid; gap: 90px; grid-template-columns: 1.1fr .9fr; }
.eco-photo { border-radius: 12px 180px 12px 12px; height: 560px; }
.eco-grid > div:last-child > p:not(.eyebrow) { color: rgba(255,255,255,.66); margin-top: 25px; }
.eco-grid ul { border-top: 1px solid rgba(255,255,255,.15); margin-top: 34px; }
.eco-grid li { border-bottom: 1px solid rgba(255,255,255,.15); padding: 14px 0; }
.eco-grid li span { color: var(--yellow); font-size: 10px; margin-right: 20px; }
.extra-grid { display: grid; gap: 16px; grid-template-columns: repeat(4, 1fr); }
.extra-grid article { background: var(--cream); border-radius: 14px; min-height: 280px; padding: 32px; }
.extra-grid article > span { align-items: center; background: var(--sage-light); border-radius: 50%; color: var(--forest); display: flex; font-size: 11px; font-weight: 800; height: 58px; justify-content: center; width: 58px; }
.extra-grid h3 { color: var(--forest); font-size: 21px; margin-top: 38px; }
.extra-grid p { color: var(--muted); font-size: 13px; margin-top: 9px; }
.safety-grid { display: grid; gap: 100px; grid-template-columns: 1fr 1fr; }
.safety-grid > div:first-child > p:not(.eyebrow) { color: var(--muted); margin-top: 24px; }
.safety-list { border-top: 1px solid var(--line); }
.safety-list p { border-bottom: 1px solid var(--line); padding: 22px 0; }
.safety-list span { color: var(--coral); display: inline-block; font-size: 11px; font-weight: 800; width: 70px; }

/* Age detail */
.age-detail-hero { background: color-mix(in srgb, var(--current-age, #e5a783) 18%, var(--cream)); padding: 190px 0 94px; position: relative; text-align: center; }
.age-detail-hero::before, .age-detail-hero::after { background: var(--current-age, #e5a783); border-radius: 50%; content: ""; height: 110px; opacity: .18; position: absolute; right: 9%; top: 150px; width: 110px; }
.age-detail-hero::after { height: 20px; left: 12%; right: auto; top: 230px; width: 20px; }
.age-detail-hero .container > p:first-child { color: var(--forest-soft); font-size: 10px; font-weight: 800; letter-spacing: .2em; }
.age-detail-hero .container > span { background: var(--current-age, #e5a783); border-radius: 999px; color: #fff; display: inline-block; font-size: 12px; font-weight: 800; margin-top: 25px; padding: 6px 17px; }
.age-detail-hero h1 { color: var(--forest); font-size: clamp(48px,6vw,72px); letter-spacing: -.06em; margin-top: 10px; }
.age-detail-hero .container > p:nth-of-type(2) { color: var(--muted); margin: 17px auto 0; max-width: 630px; }
.age-switcher { background: #fff; border-bottom: 1px solid var(--line); position: sticky; top: 84px; z-index: 20; }
.age-switcher .container { display: flex; justify-content: center; }
.age-switcher a { border-bottom: 2px solid transparent; color: var(--muted); font-size: 13px; font-weight: 700; padding: 20px 28px; }
.age-switcher a.active { border-color: var(--forest); color: var(--forest); }
.age-goal-grid { display: grid; gap: 100px; grid-template-columns: .9fr 1.1fr; }
.age-goal-grid ol { border-top: 1px solid var(--line); }
.age-goal-grid li { align-items: center; border-bottom: 1px solid var(--line); display: flex; gap: 30px; padding: 28px 5px; }
.age-goal-grid li span { color: var(--coral); font-size: 10px; font-weight: 800; }
.age-goal-grid li p { color: var(--forest); font-size: 18px; font-weight: 700; }
.season-grid { display: grid; gap: 16px; grid-template-columns: repeat(4, 1fr); }
.season-grid article { background: #fff; border-radius: 15px; min-height: 390px; padding: 30px; text-align: center; }
.season-symbol { align-items: center; background: #e8f0df; border-radius: 50%; color: var(--forest); display: flex; height: 80px; justify-content: center; margin: 0 auto; width: 80px; }
.season-grid article:nth-child(2) .season-symbol { background: #e1f1ec; }
.season-grid article:nth-child(3) .season-symbol { background: #f7e3d5; }
.season-grid article:nth-child(4) .season-symbol { background: #e5eaf2; }
.season-months { color: var(--coral); font-size: 10px; font-weight: 800; margin-top: 23px; }
.season-grid h3 { color: var(--forest); font-size: 20px; margin: 6px 0 22px; }
.season-grid li { border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; padding: 8px 0; }
.annual-plan-download { align-items: center; background: var(--forest); border-radius: 18px; color: #fff; display: grid; gap: 28px; grid-template-columns: 92px 1fr auto; margin-top: 26px; overflow: hidden; padding: 30px 34px; position: relative; }
.annual-plan-download::after { border: 1px solid rgba(255,255,255,.08); border-radius: 50%; content: ""; height: 180px; pointer-events: none; position: absolute; right: 22%; top: -105px; width: 180px; }
.annual-plan-document { background: var(--paper); border-radius: 8px; box-shadow: 0 12px 25px rgba(0,0,0,.16); color: var(--forest); height: 108px; padding: 18px 14px; position: relative; width: 78px; }
.annual-plan-document::after { border-color: var(--sage-light) var(--forest) transparent transparent; border-style: solid; border-width: 8px; content: ""; position: absolute; right: 0; top: 0; }
.annual-plan-document span { background: var(--coral); border-radius: 3px; color: #fff; display: inline-block; font-size: 9px; font-weight: 900; padding: 4px 7px; }
.annual-plan-document i { background: var(--line); box-shadow: 0 8px 0 var(--line), 0 16px 0 var(--line); display: block; height: 2px; margin-top: 16px; width: 40px; }
.annual-plan-document b { bottom: 12px; font-size: 10px; left: 14px; position: absolute; }
.annual-plan-copy { position: relative; z-index: 1; }
.annual-plan-copy > p:first-child { color: var(--yellow); font-size: 9px; font-weight: 900; letter-spacing: .15em; }
.annual-plan-copy h3 { font-size: 25px; letter-spacing: -.04em; margin: 7px 0 8px; }
.annual-plan-copy > p:last-child { color: rgba(255,255,255,.62); font-size: 11px; line-height: 1.7; max-width: 570px; }
.annual-plan-download > a { align-items: center; background: var(--yellow); border-radius: 999px; color: var(--forest); display: flex; gap: 30px; justify-content: space-between; min-width: 205px; padding: 16px 20px 16px 24px; position: relative; transition: transform .2s, background .2s; z-index: 1; }
.annual-plan-download > a:hover { background: #f3d96d; transform: translateY(-2px); }
.annual-plan-download > a span { display: grid; gap: 2px; }
.annual-plan-download > a small { font-size: 8px; font-weight: 700; opacity: .65; }
.annual-plan-download > a strong { font-size: 13px; }
.annual-plan-download > a > i { align-items: center; background: var(--forest); border-radius: 50%; color: #fff; display: flex; font-style: normal; height: 30px; justify-content: center; width: 30px; }
.daily-grid { border-bottom: 1px solid var(--line); border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(6, 1fr); }
.daily-grid div { border-right: 1px solid var(--line); display: grid; gap: 8px; padding: 28px 18px; text-align: center; }
.daily-grid div:last-child { border: 0; }
.daily-grid time { color: var(--coral); font-size: 11px; font-weight: 800; }
.daily-grid span { color: var(--forest); font-size: 13px; font-weight: 700; }
.age-bottom-nav { border-top: 1px solid var(--line); padding: 45px 0; }
.age-bottom-nav .container { align-items: center; display: flex; justify-content: space-between; }
.age-bottom-nav a { display: grid; }
.age-bottom-nav a:last-child { text-align: right; }
.age-bottom-nav small { color: var(--muted); font-size: 9px; }
.age-bottom-nav strong { color: var(--forest); font-size: 14px; }
.age-bottom-nav .all-programs { border: 1px solid var(--line); border-radius: 999px; font-size: 11px; font-weight: 800; padding: 12px 20px; }

/* Facilities */
.facility-intro-grid { align-items: center; display: grid; gap: 90px; grid-template-columns: .9fr 1.1fr; }
.facility-intro-grid > div:first-child > p:not(.eyebrow) { color: var(--muted); margin-top: 24px; }
.facility-intro-photo { border-radius: 160px 16px 16px; height: 520px; }
.pill-list { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 34px; }
.pill-list span { background: var(--sage-light); border-radius: 999px; color: var(--forest); font-size: 11px; font-weight: 700; padding: 7px 13px; }
.space-grid { display: grid; gap: 14px; grid-template-columns: repeat(3, 1fr); }
.space-grid article { background: #fff; border-radius: 14px; min-height: 188px; padding: 30px; }
.space-grid span { color: var(--coral); font-size: 10px; font-weight: 800; }
.space-grid h3 { color: var(--forest); font-size: 23px; margin-top: 24px; }
.space-grid p { color: var(--muted); font-size: 12px; }
.facility-posters { display: grid; gap: 28px; grid-template-columns: 1fr 1fr; }
.facility-posters .image-frame { border-radius: 18px; box-shadow: var(--shadow); height: 760px; }
.facility-posters img { object-position: top; }
.promise-grid-wrap { display: grid; gap: 90px; grid-template-columns: .8fr 1.2fr; }
.promise-grid { display: grid; gap: 15px; grid-template-columns: repeat(3, 1fr); }
.promise-grid article { border-top: 1px solid rgba(255,255,255,.22); padding-top: 25px; }
.promise-grid strong { color: var(--yellow); font-size: 10px; }
.promise-grid h3 { font-size: 19px; margin-top: 27px; }
.promise-grid p { color: rgba(255,255,255,.6); font-size: 12px; margin-top: 9px; }

/* Album */
.album-filters { display: flex; gap: 10px; justify-content: center; margin: -20px 0 58px; }
.album-filters button { background: transparent; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); cursor: pointer; font-size: 11px; padding: 8px 16px; }
.album-filters button.active { background: var(--forest); color: #fff; }
.album-grid { column-gap: 18px; columns: 3; }
.album-grid figure { break-inside: avoid; display: inline-block; margin: 0 0 34px; transition: opacity .25s, transform .25s; width: 100%; }
.album-grid figure.hidden { display: none; }
.album-grid .image-frame { border-radius: 12px; height: 300px; }
.album-grid .album-large .image-frame { height: 440px; }
.album-grid .album-tall .image-frame { height: 510px; }
.album-grid figcaption { padding: 14px 5px; }
.album-grid figcaption span { color: var(--coral); font-size: 9px; font-weight: 800; }
.album-grid h3 { color: var(--forest); font-size: 17px; margin-top: 3px; }
.album-video-section { background: var(--forest-dark); color: #fff; overflow: hidden; padding: 110px 0 126px; position: relative; }
.album-video-section::before { background: rgba(155,191,145,.1); border-radius: 50%; content: ""; height: 420px; position: absolute; right: -150px; top: -190px; width: 420px; }
.album-video-heading { align-items: end; display: grid; gap: 70px; grid-template-columns: 1fr 420px; margin-bottom: 48px; position: relative; z-index: 1; }
.album-video-heading .eyebrow { color: #c9ddc8; }
.album-video-heading h2 { font-size: clamp(38px,4.5vw,60px); letter-spacing: -.055em; line-height: 1.18; }
.album-video-heading > p { color: rgba(255,255,255,.65); font-size: 14px; line-height: 1.9; padding-bottom: 5px; }
.album-video-frame { aspect-ratio: 16 / 9; background: #0c1710; border: 1px solid rgba(255,255,255,.14); border-radius: 24px; box-shadow: 0 30px 80px rgba(0,0,0,.28); overflow: hidden; position: relative; z-index: 1; }
.album-video-frame video { background: #0c1710; display: block; height: 100%; object-fit: contain; width: 100%; }

/* Contact */
.contact-grid { align-items: center; display: grid; gap: 100px; grid-template-columns: 1fr 1fr; }
.contact-grid > div:first-child > p:not(.eyebrow) { color: var(--muted); margin-top: 24px; }
.contact-grid dl { border-top: 1px solid var(--line); margin-top: 40px; }
.contact-grid dl > div { border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 90px 1fr; padding: 17px 0; }
.contact-grid dt { color: var(--forest); font-size: 12px; font-weight: 800; }
.contact-grid dd { color: var(--muted); font-size: 13px; }
.contact-card { background: var(--forest); border-radius: 220px 220px 20px 20px; color: #fff; min-height: 590px; padding: 70px 65px 45px; text-align: center; }
.contact-icon { align-items: center; background: var(--yellow); border-radius: 50%; color: var(--forest); display: flex; font-size: 24px; height: 72px; justify-content: center; margin: 0 auto 30px; width: 72px; }
.contact-card > p:first-of-type { color: #c4d7c4; font-size: 11px; font-weight: 700; }
.contact-card h3 { font-size: 34px; letter-spacing: -.05em; line-height: 1.3; margin-top: 8px; }
.contact-card > a { align-items: center; border-bottom: 1px solid rgba(255,255,255,.3); border-top: 1px solid rgba(255,255,255,.3); display: flex; justify-content: space-between; margin-top: 38px; padding: 24px 0; text-align: left; }
.contact-card > a > span { display: grid; }
.contact-card > a small { color: #c4d7c4; font-size: 10px; }
.contact-card > a strong { font-size: 29px; }
.contact-card > a i { font-style: normal; }
.contact-note { color: rgba(255,255,255,.55); font-size: 11px; margin-top: 24px; }
.contact-location { background: var(--cream); padding: 70px 0; text-align: center; }
.contact-location .container > div { display: flex; justify-content: center; }
.contact-location span { align-items: center; background: var(--sage-light); border-radius: 50%; color: var(--forest); display: flex; font-size: 22px; font-weight: 800; height: 60px; justify-content: center; margin-left: -5px; width: 60px; }
.contact-location span:nth-child(2n) { background: #f8dfb6; transform: translateY(8px); }
.contact-location p { color: var(--muted); font-size: 12px; margin-top: 25px; }

/* Footer and floating controls */
.site-footer { background: #11271c; color: rgba(255,255,255,.7); padding: 78px 0 28px; }
.footer-grid { display: grid; gap: 80px; grid-template-columns: 1.4fr 1fr 1fr; }
.footer-brand .brand-mark { background: rgba(255,255,255,.1); }
.footer-brand .brand-name { color: #fff; }
.footer-brand .brand-name strong { color: #cfe2c6; }
.footer-grid > div:first-child > p { font-size: 15px; margin-top: 25px; }
.footer-grid h3 { color: #90ad95; font-size: 10px; letter-spacing: .2em; margin-bottom: 22px; }
.footer-grid > div:nth-child(2) > p { font-size: 13px; margin-bottom: 5px; }
.footer-phone { color: #fff; display: inline-block; font-size: 22px; font-weight: 800; margin-top: 14px; }
.footer-grid nav { display: grid; font-size: 13px; gap: 7px; grid-template-columns: 1fr 1fr; }
.footer-grid nav a:hover { color: #fff; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.09); display: flex; font-size: 10px; justify-content: space-between; margin-top: 64px; padding-top: 22px; }
.mobile-call { display: none; }
.to-top { background: rgba(255,253,248,.94); border: 1px solid var(--line); border-radius: 50%; bottom: 22px; cursor: pointer; height: 46px; opacity: 0; pointer-events: none; position: fixed; right: 22px; transform: translateY(10px); transition: .25s; width: 46px; z-index: 80; }
.to-top.visible { opacity: 1; pointer-events: auto; transform: translateY(0); }

/* Tablet */
@media (max-width: 1080px) {
  .desktop-nav { gap: 18px; }
  .desktop-nav a { font-size: 12px; }
  .header-call { padding: 0 14px; }
  .hero-grid { gap: 25px; }
  .intro-grid, .director-grid, .eco-grid, .facility-intro-grid { gap: 55px; }
}

@media (max-width: 900px) {
  .desktop-nav, .header-call { display: none; }
  .menu-button { align-items: center; background: var(--forest); border: 0; border-radius: 50%; cursor: pointer; display: flex; flex-direction: column; gap: 4px; height: 45px; justify-content: center; width: 45px; }
  .menu-button span { background: #fff; height: 1px; transition: .25s; width: 17px; }
  .menu-button[aria-expanded="true"] span:first-child { transform: translateY(5px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-button[aria-expanded="true"] span:last-child { transform: translateY(-5px) rotate(-45deg); }
  .mobile-menu { background: var(--paper); box-shadow: 0 20px 45px rgba(20,45,30,.18); display: block; left: 0; max-height: 0; opacity: 0; overflow: hidden; position: fixed; right: 0; top: 84px; transition: max-height .35s ease, opacity .25s; }
  .mobile-menu.open { max-height: calc(100vh - 84px); opacity: 1; overflow-y: auto; padding: 24px; }
  .mobile-menu nav { display: grid; margin-bottom: 28px; }
  .mobile-menu nav a { align-items: center; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 35px 1fr auto; padding: 14px 4px; }
  .mobile-menu nav small { color: var(--coral); font-size: 9px; }
  .mobile-menu nav strong { color: var(--forest); font-size: 21px; }
  .mobile-menu .button { width: 100%; }
  .hero-grid { grid-template-columns: 1fr; }
  .home-hero { padding-top: 135px; }
  .hero-copy { padding-right: 12%; }
  .hero-visual { margin-top: 20px; }
  .intro-grid { grid-template-columns: 1fr; }
  .intro-heading { position: static; }
  .facility-preview-grid, .director-grid, .credentials-grid, .eco-grid, .safety-grid, .age-goal-grid, .facility-intro-grid, .promise-grid-wrap, .contact-grid { grid-template-columns: 1fr; }
  .director-photo-wrap { margin: 0 auto; max-width: 520px; width: 100%; }
  .eco-photo { order: 2; }
  .extra-grid { grid-template-columns: 1fr 1fr; }
  .contact-card { margin: 0 auto; max-width: 520px; width: 100%; }
}

/* Mobile */
@media (max-width: 760px) {
  body { font-size: 15px; padding-bottom: 76px; }
  .container { width: min(100% - 34px, 1180px); }
  .section { padding: 86px 0; }
  .header-inner { height: 72px; }
  .brand-icon { height: 41px; width: 41px; }
  .brand-mark { height: 41px; width: 41px; }
  .brand-mark i:first-child { left: 10px; }
  .brand-mark i:nth-child(2) { left: 21px; }
  .brand-mark b { left: 20px; }
  .brand-name { font-size: 16px; }
  .mobile-menu { top: 72px; }
  .mobile-menu.open { max-height: calc(100vh - 72px); }
  .mobile-call { align-items: center; background: var(--forest); border-radius: 16px; bottom: 10px; box-shadow: 0 10px 30px rgba(23,52,37,.3); color: #fff; display: flex; font-size: 15px; font-weight: 800; gap: 10px; justify-content: center; left: 14px; min-height: 58px; position: fixed; right: 14px; z-index: 90; }
  .mobile-call span { color: var(--yellow); }
  .to-top { bottom: 82px; right: 14px; }
  .section-heading h2, .split-heading h2, .facility-preview h2, .director-copy h2, .credentials-grid h2, .eco-grid h2, .safety-grid h2, .age-goal-grid h2, .facility-intro-grid h2, .promise-grid-wrap h2, .contact-grid h2 { font-size: 35px; }
  .eyebrow { margin-bottom: 16px; }
  .center-heading { margin-bottom: 44px; }
  .split-heading { align-items: flex-start; flex-direction: column; gap: 22px; margin-bottom: 42px; }

  .home-hero { min-height: auto; padding: 122px 0 62px; }
  .home-hero::before { height: 460px; right: -250px; top: 420px; width: 460px; }
  .hero-grid { min-height: 0; }
  .hero-copy { padding-right: 0; }
  .hero-copy h1 { font-size: clamp(45px,13vw,62px); }
  .hero-lead { font-size: 15px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .hero-proof { gap: 10px; justify-content: space-between; margin-top: 38px; }
  .hero-proof strong { font-size: 15px; }
  .hero-proof span { font-size: 8px; }
  .hero-visual { height: 430px; }
  .hero-main-photo { height: 375px; width: 91%; }
  .hero-small-photo { border-width: 6px; bottom: 0; height: 145px; left: -5px; width: 145px; }
  .hero-note { right: -5px; top: 32px; transform: scale(.86); transform-origin: right top; }

  .intro-grid { gap: 54px; }
  .value-card { gap: 12px; grid-template-columns: 32px 50px 1fr; min-height: 165px; padding: 30px 0; }
  .value-icon { transform: scale(.75); transform-origin: left top; }
  .value-card h3 { font-size: 19px; }
  .value-card p { font-size: 12px; }
  .age-grid, .program-age-grid, .space-grid { grid-template-columns: 1fr; }
  .age-card { min-height: 205px; }
  .program-photo-grid { grid-template-columns: 1fr; }
  .program-photo-grid .lower-card { margin-top: 10px; }
  .program-photo-grid .image-frame { height: 400px; }
  .facility-preview-grid { gap: 55px; }
  .facility-photo { height: 380px; }
  .safety-badge { bottom: -38px; height: 120px; left: -12px; width: 120px; }
  .photo-row { display: flex; height: 360px; margin-right: -17px; overflow-x: auto; padding-right: 17px; scroll-snap-type: x mandatory; }
  .photo-row a { flex: 0 0 76vw; scroll-snap-align: start; }
  .photo-row a:nth-child(2), .photo-row a:nth-child(4) { margin-top: 0; }

  .page-hero { min-height: 395px; padding: 145px 0 58px; }
  .page-hero h1 { font-size: 48px; }
  .page-hero .container > p:nth-of-type(2) { font-size: 13px; }
  .director-grid { gap: 70px; }
  .director-photo { height: 500px; }
  .director-caption { right: -6px; }
  .philosophy-grid { grid-template-columns: 1fr; }
  .philosophy-grid article { min-height: 390px; padding-top: 58px; }
  .philosophy-grid h3 { margin-top: 35px; }
  .eco-grid { gap: 55px; }
  .eco-photo { height: 430px; }
  .extra-grid { grid-template-columns: 1fr; }
  .extra-grid article { min-height: 225px; }

  .age-detail-hero { padding: 150px 0 68px; }
  .age-detail-hero h1 { font-size: 47px; }
  .age-switcher { overflow-x: auto; top: 72px; }
  .age-switcher .container { justify-content: flex-start; width: max-content; }
  .age-switcher a { padding: 17px 20px; }
  .season-grid { grid-template-columns: 1fr; }
  .season-grid article { min-height: 330px; }
  .annual-plan-download { gap: 20px; grid-template-columns: 74px 1fr; padding: 27px 23px; }
  .annual-plan-document { height: 96px; transform: scale(.85); transform-origin: left center; width: 70px; }
  .annual-plan-copy h3 { font-size: 21px; }
  .annual-plan-download > a { grid-column: 1 / -1; min-width: 0; width: 100%; }
  .daily-grid { grid-template-columns: 1fr 1fr; }
  .daily-grid div { border-bottom: 1px solid var(--line); }
  .age-bottom-nav .all-programs { display: none; }

  .facility-intro-grid { gap: 50px; }
  .facility-intro-photo { height: 380px; }
  .facility-posters { grid-template-columns: 1fr; }
  .facility-posters .image-frame { height: 610px; }
  .promise-grid { grid-template-columns: 1fr; }
  .album-filters { justify-content: flex-start; overflow-x: auto; }
  .album-filters button { flex: 0 0 auto; }
  .album-grid { columns: 1; }
  .album-grid .image-frame, .album-grid .album-large .image-frame { height: 330px; }
  .album-grid .album-tall .image-frame { height: 430px; }
  .album-video-section { padding: 78px 0 86px; }
  .album-video-heading { align-items: start; gap: 20px; grid-template-columns: 1fr; margin-bottom: 34px; }
  .album-video-heading h2 { font-size: 36px; }
  .album-video-heading > p { font-size: 12px; max-width: 420px; }
  .album-video-frame { border-radius: 14px; }
  .contact-grid { gap: 65px; }
  .contact-card { border-radius: 170px 170px 18px 18px; min-height: 535px; padding: 58px 34px 35px; }
  .contact-card h3 { font-size: 30px; }
  .contact-location span { height: 48px; width: 48px; }

  .call-band { padding: 68px 0; }
  .call-band-inner { align-items: flex-start; flex-direction: column; gap: 40px; }
  .call-band-inner > a { min-width: 0; width: 100%; }
  .call-icon { height: 58px; width: 58px; }
  .call-band-inner strong { font-size: 24px; }
  .footer-grid { gap: 45px; grid-template-columns: 1fr; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 5px; }
}

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

/* Expanded facilities page */
#facility-classrooms,
#facility-support,
#facility-play,
#facility-outdoor { scroll-margin-top: 104px; }

.facility-index-section { background: var(--forest); color: #fff; padding: 46px 0 52px; }
.facility-index-head { align-items: flex-end; border-bottom: 1px solid rgba(255,255,255,.15); display: flex; justify-content: space-between; margin-bottom: 24px; padding-bottom: 20px; }
.facility-index-head p { color: var(--yellow); font-size: 10px; font-weight: 800; letter-spacing: .2em; }
.facility-index-head strong { font-size: 17px; }
.facility-index-grid { display: grid; gap: 1px; grid-template-columns: repeat(2, 1fr); }
.facility-index-grid button { align-items: center; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.1); color: #fff; cursor: pointer; display: grid; gap: 18px; grid-template-columns: 38px 1fr 24px; min-height: 130px; padding: 25px 28px; text-align: left; transition: background .2s, transform .2s; }
.facility-index-grid button:hover { background: rgba(255,255,255,.13); transform: translateY(-2px); }
.facility-index-grid button > span { color: var(--yellow); font-size: 12px; font-weight: 800; }
.facility-index-grid button > div { display: grid; gap: 4px; }
.facility-index-grid button small { color: #9eb8a5; font-size: 8px; font-weight: 800; letter-spacing: .16em; }
.facility-index-grid button strong { font-size: 20px; }
.facility-index-grid button p { color: rgba(255,255,255,.6); font-size: 11px; line-height: 1.7; }
.facility-index-grid button i { border: 1px solid rgba(255,255,255,.25); border-radius: 50%; display: grid; font-style: normal; height: 24px; place-items: center; width: 24px; }

.facility-photo-slot { align-items: center; background-color: #edf1e8; background-image: linear-gradient(135deg, rgba(255,255,255,.48) 25%, transparent 25%), linear-gradient(315deg, rgba(255,255,255,.48) 25%, transparent 25%); background-position: 0 0, 13px 13px; background-size: 26px 26px; display: flex; flex-direction: column; justify-content: center; min-height: 315px; overflow: hidden; padding: 36px; position: relative; text-align: center; }
.facility-photo-slot > span { color: var(--forest); font-size: 9px; font-weight: 900; left: 24px; letter-spacing: .18em; position: absolute; top: 22px; }
.facility-photo-icon { border: 2px solid rgba(39,77,53,.32); border-radius: 8px; height: 50px; margin-bottom: 20px; overflow: hidden; position: relative; width: 66px; }
.facility-photo-icon i:first-child { background: var(--yellow); border-radius: 50%; height: 11px; left: 12px; position: absolute; top: 10px; width: 11px; }
.facility-photo-icon i:last-child { border-bottom: 22px solid rgba(39,77,53,.24); border-left: 25px solid transparent; border-right: 25px solid transparent; bottom: 0; left: 7px; position: absolute; }
.facility-photo-slot strong { color: var(--forest); font-size: 18px; }
.facility-photo-slot small { color: #5e765f; font-size: 10px; font-weight: 700; margin-top: 7px; }
.facility-photo-slot p { color: #77867a; font-size: 10px; line-height: 1.6; margin-top: 14px; max-width: 280px; }
.facility-photo-slot img,
.facility-real-photo { height: 100%; inset: 0; object-fit: cover; position: absolute; width: 100%; }

.facility-classrooms-section { background: var(--cream); }
.facility-classroom-grid { display: grid; gap: 22px; grid-template-columns: repeat(2, 1fr); }
.facility-classroom-card { --room-color: #8cb798; background: var(--paper); border: 1px solid var(--line); display: grid; grid-template-columns: 1fr; min-height: 0; overflow: hidden; }
.facility-classroom-card .facility-photo-slot { aspect-ratio: 16 / 9; background-color: color-mix(in srgb, var(--room-color) 24%, #f4f1e8); min-height: 0; }
.facility-room-copy { padding: 42px 34px; }
.facility-room-copy > div { align-items: center; display: flex; justify-content: space-between; }
.facility-room-copy > div span { background: var(--room-color); border-radius: 999px; color: #fff; font-size: 10px; font-weight: 800; padding: 7px 12px; }
.facility-room-copy > div small { color: var(--room-color); font-size: 8px; font-weight: 900; letter-spacing: .16em; }
.facility-room-copy h3 { color: var(--forest); font-size: 34px; letter-spacing: -.05em; margin: 22px 0 14px; }
.facility-room-copy > p { color: var(--muted); font-size: 12px; line-height: 1.9; }
.facility-room-copy ul { border-top: 1px solid var(--line); display: grid; gap: 9px; margin-top: 25px; padding-top: 22px; }
.facility-room-copy li { color: #4e6253; font-size: 11px; padding-left: 15px; position: relative; }
.facility-room-copy li::before { background: var(--room-color); border-radius: 50%; content: ""; height: 5px; left: 0; position: absolute; top: .65em; width: 5px; }
.room-leaf { --room-color: #d99b7a; }
.room-grass { --room-color: #cfaa3b; }
.room-seed { --room-color: #d97764; }
.room-sprout { --room-color: #6e9f78; }
.room-stem { --room-color: #6498aa; }
.room-fruit { --room-color: #8275a7; }

.facility-support-section { background: var(--paper); }
.facility-support-heading { margin: 0 auto 58px; max-width: 700px; text-align: center; }
.facility-support-heading .eyebrow { justify-content: center; }
.facility-support-heading > p:last-child { color: var(--muted); font-size: 13px; line-height: 1.9; margin-top: 20px; }
.facility-detail-grid { display: grid; gap: 22px; grid-template-columns: repeat(2, 1fr); }
.facility-detail-card { background: var(--cream); border: 1px solid var(--line); display: grid; overflow: hidden; }
.facility-detail-card.facility-wide { grid-column: 1 / -1; grid-template-columns: 1.18fr .82fr; }
.facility-detail-card.facility-wide-reverse .facility-photo-slot { order: 2; }
.facility-detail-card > .facility-photo-slot { min-height: 340px; }
.facility-detail-copy { padding: 42px; }
.facility-detail-copy > span { color: var(--coral); font-size: 9px; font-weight: 900; letter-spacing: .15em; }
.facility-detail-copy h3 { color: var(--forest); font-size: 31px; letter-spacing: -.04em; margin: 12px 0 16px; }
.facility-detail-copy > p { color: var(--muted); font-size: 12px; line-height: 1.9; }
.facility-detail-copy dl { border-top: 1px solid var(--line); margin-top: 27px; }
.facility-detail-copy dl div { border-bottom: 1px solid var(--line); display: grid; gap: 15px; grid-template-columns: 75px 1fr; padding: 12px 0; }
.facility-detail-copy dt { color: var(--forest); font-size: 10px; font-weight: 800; }
.facility-detail-copy dd { color: var(--muted); font-size: 10px; }

.facility-play-section .split-heading > p { color: rgba(255,255,255,.6); }
.facility-play-list { border-top: 1px solid rgba(255,255,255,.14); }
.facility-play-list > article { align-items: stretch; border-bottom: 1px solid rgba(255,255,255,.14); display: grid; gap: 28px; grid-template-columns: 52px minmax(300px, .9fr) 1fr; padding: 40px 0; }
.facility-play-number { color: var(--yellow); font-size: 11px; font-weight: 900; padding-top: 6px; }
.facility-play-list .facility-photo-slot { background-color: #dfe7dc; min-height: 300px; }
.facility-play-copy { align-self: center; padding: 20px 5% 20px 2%; }
.facility-play-copy > small { color: #8fb19a; font-size: 9px; font-weight: 900; letter-spacing: .17em; }
.facility-play-copy h3 { color: #fff; font-size: 37px; letter-spacing: -.05em; margin: 12px 0 17px; }
.facility-play-copy > p { color: rgba(255,255,255,.65); font-size: 12px; line-height: 1.9; }
.facility-play-copy ul { display: grid; gap: 9px; margin-top: 22px; }
.facility-play-copy li { color: rgba(255,255,255,.8); font-size: 11px; padding-left: 16px; position: relative; }
.facility-play-copy li::before { color: var(--yellow); content: "+"; left: 0; position: absolute; }

.facility-outdoor-section { background: #eef1e8; }
.facility-outdoor-grid { display: grid; gap: 22px; grid-template-columns: repeat(2, 1fr); }
.facility-outdoor-card { background: var(--paper); border: 1px solid var(--line); overflow: hidden; }
.facility-outdoor-main { display: grid; grid-column: 1 / -1; grid-template-columns: 1.15fr .85fr; }
.facility-outdoor-card .facility-photo-slot { min-height: 355px; }
.facility-outdoor-main .facility-photo-slot { min-height: 430px; }
.facility-outdoor-copy { padding: 38px; }
.facility-outdoor-main .facility-outdoor-copy { align-self: center; padding: 50px; }
.facility-outdoor-copy > span { color: #71907a; font-size: 8px; font-weight: 900; letter-spacing: .18em; }
.facility-outdoor-copy h3 { color: var(--forest); font-size: 32px; letter-spacing: -.05em; margin: 12px 0 15px; }
.facility-outdoor-copy > p { color: var(--muted); font-size: 12px; line-height: 1.9; }
.facility-outdoor-copy ul { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 22px; }
.facility-outdoor-copy li { background: var(--sage-light); border-radius: 999px; color: var(--forest); font-size: 10px; font-weight: 700; padding: 8px 12px; }

@media (max-width: 900px) {
  .facility-classroom-grid { grid-template-columns: 1fr; }
  .facility-classroom-card { grid-template-columns: 1fr; }
  .facility-detail-card.facility-wide { grid-template-columns: 1fr 1fr; }
  .facility-play-list > article { grid-template-columns: 38px 1fr 1fr; }
  .facility-outdoor-main { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 760px) {
  #facility-classrooms,
  #facility-support,
  #facility-play,
  #facility-outdoor { scroll-margin-top: 82px; }
  .facility-index-section { padding: 38px 0; }
  .facility-index-head { align-items: flex-start; flex-direction: column; gap: 6px; }
  .facility-index-grid { grid-template-columns: 1fr; }
  .facility-index-grid button { min-height: 118px; padding: 22px 20px; }
  .facility-classroom-card { grid-template-columns: 1fr; }
  .facility-classroom-card .facility-photo-slot { min-height: 0; }
  .facility-room-copy { padding: 34px 27px 38px; }
  .facility-room-copy h3 { font-size: 31px; }
  .facility-support-heading { margin-bottom: 42px; }
  .facility-detail-grid { grid-template-columns: 1fr; }
  .facility-detail-card.facility-wide { grid-column: auto; grid-template-columns: 1fr; }
  .facility-detail-card.facility-wide-reverse .facility-photo-slot { order: 0; }
  .facility-detail-card > .facility-photo-slot { min-height: 310px; }
  .facility-detail-copy { padding: 34px 27px 38px; }
  .facility-play-list > article { gap: 20px; grid-template-columns: 28px 1fr; padding: 34px 0; }
  .facility-play-list .facility-photo-slot { grid-column: 2; min-height: 285px; }
  .facility-play-copy { grid-column: 2; padding: 2px 0 10px; }
  .facility-play-copy h3 { font-size: 32px; }
  .facility-outdoor-grid { grid-template-columns: 1fr; }
  .facility-outdoor-main { display: block; grid-column: auto; }
  .facility-outdoor-card .facility-photo-slot,
  .facility-outdoor-main .facility-photo-slot { min-height: 310px; }
  .facility-outdoor-copy,
  .facility-outdoor-main .facility-outdoor-copy { padding: 34px 27px 38px; }
}
