
:root {
  --paper: #f8faf9;
  --paper-deep: #e9eeee;
  --ink: #071617;
  --forest: #06382f;
  --forest-deep: #03251f;
  --clay: #ff5f45;
  --electric: #1747e8;
  --acid: #cff542;
  --chrome: #dce5e7;
  --sand: #e0d4bf;
  --line: rgba(26, 37, 33, .18);
  --serif: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); background-image: linear-gradient(115deg, rgba(255,255,255,.9), transparent 32%), linear-gradient(295deg, rgba(220,229,231,.45), transparent 35%); }
a { color: inherit; text-decoration: none; }
img { display: block; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; background: white; padding: .8rem 1rem; }
.skip-link:focus { top: 1rem; }
.announcement { min-height: 35px; padding: 7px 4vw; background: var(--electric); color: white; display: flex; justify-content: center; align-items: center; gap: 22px; font-size: 11px; letter-spacing: .09em; text-transform: uppercase; }
.announcement a { color: var(--acid); border-bottom: 1px solid currentColor; padding-bottom: 2px; }
.site-header { height: 94px; padding: 0 4.5vw; display: grid; grid-template-columns: 220px 1fr auto; align-items: center; gap: 3vw; border-bottom: 1px solid rgba(7,22,23,.14); background: rgba(255,255,255,.94); box-shadow: 0 18px 60px rgba(12,35,36,.08), inset 0 1px rgba(255,255,255,.95); backdrop-filter: blur(18px); position: relative; z-index: 20; }
.brand img { width: 190px; height: auto; }
nav { display: flex; justify-content: center; gap: clamp(18px, 2.4vw, 38px); font-size: 13px; font-weight: 550; }
nav a { padding: 10px 0; position: relative; }
nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 4px; height: 1px; background: var(--clay); transition: .25s; }
nav a:hover::after { right: 0; }
.header-actions { display: flex; align-items: center; gap: 18px; }
.phone-link { font-size: 12px; font-weight: 650; white-space: nowrap; }
.button { min-height: 48px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 750; letter-spacing: .055em; text-transform: uppercase; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-dark { background: var(--ink); color: white; box-shadow: inset 0 1px rgba(255,255,255,.2), 0 9px 28px rgba(7,22,23,.18); }
.button-accent { background: var(--clay); color: white; }
.button-paper { background: var(--paper); color: var(--forest); }
.hero { min-height: calc(100vh - 129px); position: relative; overflow: hidden; background: var(--ink); color: white; }
.hero::after { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, rgba(3,14,15,.82) 0%, rgba(3,14,15,.52) 37%, rgba(3,14,15,.08) 70%), linear-gradient(0deg, rgba(3,14,15,.72) 0%, transparent 52%); pointer-events: none; }
.hero-copy { position: absolute; z-index: 4; left: 7vw; bottom: clamp(55px,7vh,90px); width: min(650px,56vw); padding: 0; background: none; }
.hero-copy::after { content: none; }
.eyebrow, .section-kicker { margin: 0 0 28px; display: flex; align-items: center; gap: 12px; color: var(--clay); font-size: 10px; font-weight: 750; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow::before, .section-kicker::before { content: ""; width: 36px; height: 1px; background: currentColor; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 20px; font: 400 clamp(45px, 4.7vw, 74px)/.93 var(--serif); letter-spacing: -.055em; text-shadow: 0 3px 22px rgba(0,0,0,.26); }
h1 em { color: var(--acid); font-weight: 400; text-shadow: 0 2px 18px rgba(0,0,0,.25); }
.hero-lead { max-width: 530px; margin-bottom: 26px; color: rgba(255,255,255,.84); font: 400 clamp(16px, 1.25vw, 19px)/1.55 var(--serif); }
.hero-buttons { display: flex; align-items: center; gap: 30px; }
.hero .text-link { border-color: rgba(255,255,255,.7); }
.text-link { display: inline-flex; align-items: center; gap: 10px; border-bottom: 1px solid var(--ink); padding: 8px 0 6px; font-size: 12px; font-weight: 650; }
.text-link span { font-size: 16px; }
.hero-note { margin-top: 24px; display: flex; align-items: center; gap: 14px; }
.note-line { flex: 0 0 auto; width: 34px; height: 34px; border: 1px solid rgba(255,255,255,.42); border-radius: 50%; position: relative; }
.note-line::before { content: ""; position: absolute; width: 13px; height: 1px; background: var(--clay); left: 13px; top: 19px; transform: rotate(-40deg); }
.hero-note p { margin: 0; color: rgba(255,255,255,.72); font-size: 10px; line-height: 1.55; }
.hero-note strong { color: white; }
.hero-carousel { position: absolute; z-index: 0; inset: 0; }
.hero-image-wrap { position: absolute; inset: 0; overflow: hidden; border: 0; outline: 0; box-shadow: none; }
.hero-image-wrap img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: saturate(.82) contrast(.96); }
.hero-slide { opacity: 0; transform: scale(1.025); transition: opacity .9s ease, transform 6s ease; }
.hero-slide.active { opacity: 1; transform: scale(1); }
.open-badge { position: absolute; z-index: 5; top: 26px; right: 2.5vw; width: 148px; height: 148px; padding: 27px 18px; background: rgba(207,245,66,.94); color: var(--ink); border-radius: 50%; display: flex; flex-wrap: wrap; align-content: center; justify-content: center; gap: 5px; font-family: var(--serif); box-shadow: 0 18px 55px rgba(0,0,0,.18), inset -18px -15px 45px rgba(23,71,232,.12); backdrop-filter: blur(8px); }
.open-badge strong { font-size: 17px; }.open-badge span { opacity: .6; }
.open-badge small { width: 100%; margin-top: 9px; font: 700 8px/1 var(--sans); letter-spacing: .15em; text-transform: uppercase; }
.carousel-meta { position: absolute; z-index: 3; right: 3vw; bottom: 34px; width: min(430px,36vw); display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 18px; color: white; }
.carousel-meta p { margin: 0; font-size: 10px; font-weight: 650; letter-spacing: .09em; text-transform: uppercase; }
.carousel-meta p span { color: #e8ad98; margin-right: 15px; }
.carousel-dots { display: flex; gap: 7px; }
.carousel-dots button { width: 21px; height: 2px; padding: 0; border: 0; background: rgba(255,255,255,.35); cursor: pointer; transition: width .25s, background .25s; }
.carousel-dots button.active { width: 38px; background: white; }
.carousel-arrows { display: flex; gap: 1px; }
.carousel-arrows button { width: 36px; height: 36px; border: 1px solid rgba(255,255,255,.38); background: rgba(15,45,38,.24); color: white; cursor: pointer; font-size: 15px; }
.carousel-arrows button:hover, .carousel-arrows button:focus-visible { background: var(--clay); }
.facts { background: white; border-block: 1px solid rgba(7,22,23,.16); display: grid; grid-template-columns: repeat(4,1fr); padding: 0 7vw; box-shadow: 0 18px 70px rgba(7,22,23,.06); }
.facts div { min-height: 126px; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid var(--line); padding-left: 3vw; }
.facts div:first-child { border-left: 1px solid var(--line); }
.facts strong { font: 400 37px/1 var(--serif); color: var(--electric); }.facts span { margin-top: 10px; color: #526061; font-size: 10px; letter-spacing: .09em; text-transform: uppercase; }
.section { padding: clamp(90px, 10vw, 155px) 7vw; }
.intro { background: white; border-bottom: 1px solid rgba(7,22,23,.12); }
.intro-grid { display: grid; grid-template-columns: 1.1fr .75fr .7fr; gap: 6vw; align-items: start; }
.intro h2, .section-heading-row h2, .trust-title h2, .faq-section h2 { font: 400 clamp(40px, 4.6vw, 72px)/1.03 var(--serif); letter-spacing: -.04em; }
.intro-copy { padding-top: 8px; }
.intro-copy p { color: #56635d; font: 400 16px/1.8 var(--serif); }
.intro-copy .text-link { margin-top: 20px; }
blockquote { margin: 0; padding: 28px 0 0; border-top: 1px solid var(--line); color: var(--clay); font: italic 400 26px/1.35 var(--serif); }
blockquote cite { display: block; margin-top: 24px; color: #6b756f; font: 650 9px/1 var(--sans); letter-spacing: .12em; text-transform: uppercase; }
.age-section { background: var(--electric); color: white; position: relative; overflow: hidden; }
.age-section::before { content: none; }
.program-section { background: var(--ink); color: white; }
.section-kicker.light { color: #d99a82; }
.section-heading-row { display: grid; grid-template-columns: 1fr 360px; gap: 8vw; align-items: end; margin-bottom: 70px; }
.section-heading-row h2 { margin-bottom: 0; }
.section-heading-row > p { color: #b8c2bc; font: 400 17px/1.7 var(--serif); }
.age-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.22); border-bottom: 1px solid rgba(255,255,255,.22); }
.age-card { min-height: 420px; padding: 28px 28px 35px; border-right: 1px solid rgba(255,255,255,.22); display: flex; flex-direction: column; transition: background .25s, color .25s; }
.age-card:first-child { border-left: 1px solid rgba(255,255,255,.22); }
.age-card:hover { background: var(--acid); color: var(--ink); box-shadow: inset 0 1px rgba(255,255,255,.7); }
.age-index { color: #d99a82; font-size: 9px; letter-spacing: .12em; }
.age-number { margin: 52px 0 35px; font: 400 46px/1 var(--serif); }
.age-number small { display: block; color: #b8c2bc; margin-top: 8px; font: 700 8px/1 var(--sans); letter-spacing: .16em; text-transform: uppercase; }
.age-card h3 { font: 400 26px/1.2 var(--serif); }
.age-card > p:not(.age-number) { color: #b8c2bc; font: 400 14px/1.7 var(--serif); }
.age-card:hover > p { color: #58655e; }
.age-card a { margin-top: auto; font-size: 10px; font-weight: 750; text-transform: uppercase; letter-spacing: .08em; }
.day-section { background: var(--paper); }
.section-heading-row.dark-text > p { color: #647069; }
.day-flow { display: grid; grid-template-columns: repeat(6,1fr); border-top: 1px solid var(--line); }
.day-item { padding: 0 24px 25px 0; }
.day-time { display: flex; align-items: start; justify-content: space-between; position: relative; }
.day-time::before { content: ""; position: absolute; left: 0; top: -4px; width: 8px; height: 8px; background: var(--clay); border-radius: 50%; }
.day-time span { margin-top: 24px; color: var(--clay); font: 400 25px/1 var(--serif); }
.day-time i { color: rgba(26,37,33,.12); font: italic 400 65px/1 var(--serif); }
.day-item h3 { margin: 26px 0 12px; font: 400 21px/1.2 var(--serif); }.day-item p { color: #647069; font: 400 13px/1.65 var(--serif); }
.flow-note { color: #8b928e; font-size: 10px; margin: 25px 0 0; }
.garden-section { background: linear-gradient(125deg, #fff 0%, #edf4ed 100%); display: grid; grid-template-columns: .72fr 1.28fr; gap: 8vw; align-items: center; overflow: hidden; border-block: 1px solid rgba(7,22,23,.12); }
.garden-copy h2 { margin-bottom: 28px; font: 400 clamp(42px, 4.6vw, 72px)/1.03 var(--serif); letter-spacing: -.045em; }
.garden-copy h2 em { color: var(--clay); font-weight: 400; }
.garden-copy > p:last-of-type { max-width: 510px; color: #59665f; font: 400 17px/1.75 var(--serif); }
.garden-steps { margin-top: 40px; padding-top: 24px; border-top: 1px solid var(--line); display: flex; flex-wrap: wrap; align-items: center; gap: 12px; color: var(--forest); font-size: 9px; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.garden-steps i { color: var(--clay); font-style: normal; }
.garden-mosaic { min-height: 720px; display: grid; grid-template-columns: 1.1fr .75fr .75fr; grid-template-rows: 1fr 1fr; gap: 10px; transform: rotate(1deg); }
.garden-mosaic figure { position: relative; margin: 0; overflow: hidden; background: #d6cbb9; outline: 1px solid rgba(7,22,23,.18); box-shadow: inset 0 0 0 6px rgba(255,255,255,.22), 0 12px 28px rgba(7,22,23,.08); }
.garden-mosaic .garden-yard { grid-row: 1 / 3; }
.garden-mosaic .garden-harvest { grid-column: 2 / 4; }
.garden-mosaic img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: saturate(.78) contrast(.96); transition: transform .5s, filter .5s; }
.garden-mosaic figure:hover img { transform: scale(1.025); filter: saturate(.95); }
.garden-mosaic figcaption { position: absolute; left: 12px; bottom: 12px; background: rgba(244,239,230,.92); color: var(--ink); padding: 8px 10px; font-size: 8px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.future-section { background: linear-gradient(145deg, #eef3f3 0%, #fff 46%, #e7edee 100%); border-bottom: 1px solid rgba(7,22,23,.14); }
.future-cover { min-height: 600px; display: grid; grid-template-columns: 155px .9fr 1.05fr; background: var(--ink); color: white; overflow: hidden; position: relative; box-shadow: 0 35px 90px rgba(7,22,23,.24), inset 0 1px rgba(255,255,255,.2); }
.future-cover::after { content: ""; position: absolute; inset: -60% auto -60% 45%; width: 180px; background: linear-gradient(90deg, transparent, rgba(255,255,255,.17), transparent); transform: rotate(18deg); pointer-events: none; }
.future-issue { padding: 35px 22px; background: var(--acid); color: var(--ink); display: flex; flex-direction: column; justify-content: space-between; text-transform: uppercase; }
.future-issue span { font-size: 9px; font-weight: 800; letter-spacing: .15em; writing-mode: vertical-rl; }
.future-issue strong { font: 800 64px/.8 var(--sans); letter-spacing: -.09em; }
.future-copy { padding: clamp(55px, 6vw, 90px) clamp(35px, 5vw, 75px); display: flex; flex-direction: column; justify-content: center; position: relative; z-index: 1; }
.future-copy h2 { margin-bottom: 26px; font: 400 clamp(45px, 4.6vw, 74px)/.98 var(--serif); letter-spacing: -.05em; }
.future-copy h2 em { color: var(--acid); font-weight: 400; }
.future-copy > p:last-of-type { max-width: 560px; color: #c4ceca; font: 400 17px/1.75 var(--serif); }
.future-cover figure { min-height: 600px; margin: 16px 16px 16px 0; position: relative; overflow: hidden; border: 7px solid rgba(255,255,255,.16); outline: 1px solid rgba(255,255,255,.34); box-shadow: 0 24px 55px rgba(0,0,0,.28); }
.future-cover figure::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,22,23,.6), transparent 35%), linear-gradient(180deg, transparent 60%, rgba(7,22,23,.7)); }
.future-cover figure img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.82) contrast(1.03); }
.future-cover figcaption { position: absolute; z-index: 1; left: 30px; right: 30px; bottom: 28px; color: white; font: 700 9px/1.5 var(--sans); letter-spacing: .13em; text-transform: uppercase; }
.future-features { margin-top: 24px; display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; }
.future-features article, .future-note { min-height: 240px; padding: 30px; background: rgba(255,255,255,.9); border: 1px solid rgba(7,22,23,.12); box-shadow: inset 0 1px white, 0 20px 45px rgba(7,22,23,.07); }
.future-features article span { color: var(--electric); font: 800 9px/1 var(--sans); letter-spacing: .14em; }
.future-features article h3 { margin: 42px 0 16px; font: 400 24px/1.14 var(--serif); }
.future-features article p, .future-note p { margin: 0; color: #5c6966; font: 400 13px/1.7 var(--serif); }
.future-note { background: var(--electric); color: white; display: flex; flex-direction: column; justify-content: space-between; }
.future-note strong { max-width: 170px; font: 400 24px/1.15 var(--serif); }
.future-note p { color: #dae2ff; }
.program-section { display: grid; grid-template-columns: .72fr 1.28fr; gap: 8vw; }
.program-intro { position: sticky; top: 40px; align-self: start; }
.program-intro h2 { font: 400 clamp(40px, 4vw, 65px)/1.05 var(--serif); letter-spacing: -.04em; }
.program-intro > p:last-child { max-width: 420px; color: #b8c2bc; font: 400 16px/1.75 var(--serif); }
.program-list { border-top: 1px solid rgba(255,255,255,.23); }
.program-row { display: grid; grid-template-columns: 45px 1fr 1.5fr 20px; gap: 20px; align-items: center; min-height: 128px; border-bottom: 1px solid rgba(255,255,255,.23); transition: padding .2s, color .2s; }
.program-row:hover { padding-left: 12px; color: #e5a991; }
.program-row > span { color: #d99a82; font-size: 9px; }.program-row h3 { margin: 0; font: 400 23px/1.2 var(--serif); }.program-row p { margin: 0; color: #b8c2bc; font: 400 13px/1.65 var(--serif); }.program-row i { font-style: normal; }
.trust-section { background: white; }
.trust-title { margin-bottom: 60px; }
.trust-grid { display: grid; grid-template-columns: 1.35fr 1fr; gap: 22px; }
.trust-card { background: var(--paper); display: grid; grid-template-columns: 42% 58%; min-height: 310px; overflow: hidden; }
.trust-large { grid-row: span 2; grid-template-columns: 1fr; min-height: 642px; }
.trust-image { position: relative; min-height: 270px; overflow: hidden; border: 7px solid rgba(255,255,255,.86); outline: 1px solid rgba(7,22,23,.13); box-shadow: inset 0 0 0 1px rgba(7,22,23,.12); }.trust-image img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: saturate(.72); transition: transform .5s; }.trust-card:hover img { transform: scale(1.025); }
.trust-large .trust-image { min-height: 390px; }
.trust-card > div:last-child { padding: 36px; }.trust-card span { color: var(--clay); font-size: 8px; font-weight: 750; letter-spacing: .16em; text-transform: uppercase; }
.trust-card h3 { margin: 18px 0 14px; font: 400 25px/1.15 var(--serif); }.trust-card p { color: #637069; font: 400 13px/1.65 var(--serif); }
.trust-large h3 { font-size: 35px; }
.team-section { background: linear-gradient(150deg, #fff 0%, #f1f5f4 55%, #e4ebea 100%); position: relative; overflow: hidden; }
.team-section::before, section.team-section::before { content: "" !important; display: none !important; visibility: hidden !important; width: 0 !important; height: 0 !important; }
.team-heading { margin-bottom: 62px; display: grid; grid-template-columns: 1fr 400px; gap: 8vw; align-items: end; }
.team-heading h2 { margin: 0; max-width: 700px; font: 400 clamp(46px, 5vw, 78px)/.97 var(--serif); letter-spacing: -.05em; }
.team-heading > p { margin: 0; color: #5d6965; font: 400 17px/1.75 var(--serif); }
.founder-profile { margin-bottom: 70px; display: grid; grid-template-columns: minmax(310px,.7fr) 1.3fr; background: white; border: 1px solid rgba(7,22,23,.13); box-shadow: 0 35px 85px rgba(7,22,23,.12), inset 0 1px white; overflow: hidden; }
.founder-profile figure { min-height: 650px; margin: 0; position: relative; overflow: hidden; background: var(--paper-deep); }
.founder-profile figure::after { content: "KURUCU"; position: absolute; left: 22px; bottom: 18px; padding: 8px 11px; background: var(--acid); color: var(--ink); font-size: 8px; font-weight: 850; letter-spacing: .15em; }
.founder-profile figure img { width: 100%; height: 100%; object-fit: cover; object-position: center top; filter: saturate(.82) contrast(.98); }
.founder-copy { padding: clamp(45px, 6vw, 90px); display: flex; flex-direction: column; justify-content: center; }
.founder-copy h3 { margin: 10px 0 10px; font: 400 clamp(38px, 4vw, 60px)/1 var(--serif); letter-spacing: -.04em; }
.founder-role { color: var(--electric); font-size: 9px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.founder-copy > p:not(.founder-role) { color: #5b6863; font: 400 15px/1.82 var(--serif); }
.founder-copy blockquote { margin: 20px 0 30px; padding: 25px 0 0; color: var(--electric); font: italic 400 25px/1.35 var(--serif); }
.teacher-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.teacher-card { min-width: 0; background: rgba(255,255,255,.92); border: 1px solid rgba(7,22,23,.13); box-shadow: 0 22px 55px rgba(7,22,23,.08), inset 0 1px white; overflow: hidden; transition: transform .25s, box-shadow .25s; }
.teacher-card:hover { transform: translateY(-6px); box-shadow: 0 32px 65px rgba(7,22,23,.14); }
.teacher-photo { aspect-ratio: 4/4.6; position: relative; overflow: hidden; background: linear-gradient(135deg, var(--electric), #91a7ff); border: 7px solid white; outline: 1px solid rgba(7,22,23,.12); box-shadow: inset 0 0 0 1px rgba(7,22,23,.12); }
.teacher-photo::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 -70px 80px rgba(7,22,23,.18); pointer-events: none; }
.teacher-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center top; filter: saturate(.78) contrast(.98); transition: transform .5s, filter .5s; }
.teacher-card:hover .teacher-photo img { transform: scale(1.025); filter: saturate(.95); }
.teacher-index { position: absolute; z-index: 1; right: 16px; bottom: 14px; color: white; font: 800 10px/1 var(--sans); letter-spacing: .14em; }
.teacher-initials { width: 100%; height: 100%; display: grid; place-items: center; color: white; font: 400 74px/1 var(--serif); letter-spacing: -.06em; }
.teacher-info { padding: 28px 28px 32px; }
.teacher-info .teacher-role { color: var(--electric); font-size: 8px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.teacher-info h3 { margin: 14px 0 6px; font: 400 29px/1.05 var(--serif); }
.teacher-experience { color: #77827d; font-size: 10px; }
.teacher-info blockquote { margin-top: 24px; padding-top: 20px; color: #4f5c57; font: italic 400 17px/1.45 var(--serif); }
.play-section { padding: 100px 0 80px; background: var(--ink); color: white; overflow: hidden; }
.play-heading { padding: 0 7vw; display: grid; grid-template-columns: 1fr 390px; gap: 8vw; align-items: end; }
.play-heading h2 { margin: 0; font: 400 clamp(46px, 5vw, 78px)/.97 var(--serif); letter-spacing: -.05em; }
.play-heading > div:last-child > p { margin: 0 0 24px; color: #b7c4bf; font: 400 17px/1.7 var(--serif); }
.play-heading > div:last-child > span { color: var(--acid); font-size: 9px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.play-rail { margin-top: 55px; padding: 0 7vw 25px; display: grid; grid-auto-flow: column; grid-auto-columns: minmax(285px,24vw); gap: 14px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-color: var(--acid) rgba(255,255,255,.12); scrollbar-width: thin; }
.play-rail figure { aspect-ratio: .78; margin: 0; position: relative; overflow: hidden; scroll-snap-align: start; background: #152a2b; border: 7px solid rgba(255,255,255,.14); outline: 1px solid rgba(255,255,255,.3); box-shadow: 0 18px 45px rgba(0,0,0,.26), inset 0 1px rgba(255,255,255,.18); }
.play-rail img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.82) contrast(1.02); transition: transform .5s, filter .5s; }
.play-rail figure:hover img { transform: scale(1.025); filter: saturate(1); }
.play-rail figcaption { position: absolute; left: 0; right: 0; bottom: 0; padding: 70px 20px 20px; background: linear-gradient(transparent, rgba(7,22,23,.85)); color: white; font: 400 17px/1.25 var(--serif); }
.play-rail figcaption span { margin-right: 12px; color: var(--acid); font: 800 8px/1 var(--sans); letter-spacing: .13em; }
.gallery-section { background: linear-gradient(180deg, #f7faf9, #e8eeee); }
.children-strip { margin-bottom: 58px; display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }
.children-strip figure { position: relative; min-height: 320px; margin: 0; overflow: hidden; background: var(--paper-deep); border: 7px solid white; outline: 1px solid rgba(7,22,23,.14); box-shadow: 0 16px 38px rgba(7,22,23,.1); }
.children-strip img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: saturate(.8) contrast(.96); transition: transform .5s, filter .5s; }
.children-strip figure:hover img { transform: scale(1.02); filter: saturate(.95); }
.children-strip figcaption { position: absolute; left: 0; right: 0; bottom: 0; padding: 55px 18px 18px; color: white; background: linear-gradient(transparent, rgba(15,45,38,.72)); font: 400 15px/1.2 var(--serif); }
.children-strip figcaption span { margin-right: 12px; color: #e7a48a; font: 700 8px/1 var(--sans); letter-spacing: .12em; }
.gallery-grid { display: grid; grid-template-columns: repeat(12,1fr); grid-auto-rows: 110px; gap: 12px; }
.gallery-item { position: relative; margin: 0; overflow: hidden; background: var(--paper-deep); border: 6px solid rgba(255,255,255,.9); outline: 1px solid rgba(7,22,23,.12); box-shadow: 0 12px 30px rgba(7,22,23,.08); }
.gallery-item img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: saturate(.72) contrast(.95); transition: transform .5s, filter .5s; }.gallery-item:hover img { transform: scale(1.025); filter: saturate(.9); }
.gallery-item figcaption { position: absolute; right: 12px; bottom: 10px; background: var(--paper); padding: 7px 8px; font-size: 8px; font-weight: 750; }
.gallery-1 { grid-column: 1 / 8; grid-row: span 4; }.gallery-2 { grid-column: 8 / 13; grid-row: span 3; }.gallery-3 { grid-column: 8 / 13; grid-row: span 3; }.gallery-4 { grid-column: 1 / 6; grid-row: span 3; }.gallery-5 { grid-column: 6 / 10; grid-row: span 4; }.gallery-5 img { object-position: center 45%; }.gallery-6 { grid-column: 10 / 13; grid-row: span 4; }.gallery-7 { grid-column: 1 / 6; grid-row: span 3; }
.faq-section { background: white; display: grid; grid-template-columns: .7fr 1.3fr; gap: 10vw; border-top: 1px solid rgba(7,22,23,.12); }
.faq-lead { color: #657069; max-width: 300px; font: 400 15px/1.7 var(--serif); }
.faq-list { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { min-height: 82px; display: flex; justify-content: space-between; align-items: center; gap: 20px; cursor: pointer; list-style: none; font: 400 19px/1.3 var(--serif); }
summary::-webkit-details-marker { display: none; } summary span { color: var(--clay); font: 300 28px/1 var(--sans); transition: transform .2s; } details[open] summary span { transform: rotate(45deg); }
details p { color: #637069; padding: 0 50px 25px 0; font: 400 14px/1.75 var(--serif); }
.contact-section { background: var(--electric); color: white; padding: 100px 7vw 55px; display: grid; grid-template-columns: 1fr .85fr; gap: 10vw; position: relative; overflow: hidden; }
.contact-section::after { content: none; }
.contact-main h2 { font: 400 clamp(45px, 5vw, 76px)/1.02 var(--serif); letter-spacing: -.04em; }.contact-main > p:not(.section-kicker) { color: #f1d4c9; font: 400 17px/1.7 var(--serif); }
.coffee-invite { margin-top: 32px; padding: 24px; display: grid; grid-template-columns: 45px 1fr; gap: 18px; border: 1px solid rgba(255,255,255,.38); background: rgba(255,255,255,.09); box-shadow: inset 0 1px rgba(255,255,255,.14); }.coffee-invite > span { font-size: 29px; }.coffee-invite h3 { margin: 0 0 9px; font: 400 22px/1.2 var(--serif); }.coffee-invite p { margin: 0; color: #e8edff; font: 400 13px/1.65 var(--serif); }
.contact-actions { margin-top: 35px; display: flex; align-items: center; gap: 28px; }.light-link { border-color: white; }
.button-whatsapp { background: #19a463; color: white; box-shadow: 0 12px 28px rgba(3,37,31,.2), inset 0 1px rgba(255,255,255,.25); }
address { font-style: normal; display: grid; grid-template-columns: 1fr 1fr; gap: 25px; border-top: 1px solid rgba(255,255,255,.4); padding-top: 30px; align-self: end; }
address div:first-child { grid-column: 1 / -1; } address span { color: #f1c5b5; font-size: 8px; font-weight: 750; letter-spacing: .16em; text-transform: uppercase; } address p { margin: 12px 0 0; font: 400 15px/1.7 var(--serif); }
address p { white-space: pre-line; }
footer { min-height: 220px; padding: 50px 7vw 30px; display: grid; grid-template-columns: 220px 1fr auto; gap: 30px; align-items: center; background: var(--forest-deep); color: #f5eee3; }
footer > img { width: 190px; height: auto; filter: brightness(0) invert(1); opacity: .92; } footer > p { margin: 0; font: italic 400 24px/1.3 var(--serif); } footer div { display: flex; gap: 25px; font-size: 10px; } footer small { grid-column: 1 / -1; border-top: 1px solid rgba(255,255,255,.16); padding-top: 22px; color: #9aaba4; font-size: 9px; }
.whatsapp-float { position: fixed; right: 22px; bottom: 22px; z-index: 30; height: 52px; display: flex; align-items: center; background: #245d4e; color: white; box-shadow: 0 10px 30px rgba(15,45,38,.25); }
.whatsapp-float span { width: 52px; height: 52px; border-right: 1px solid rgba(255,255,255,.25); display: grid; place-items: center; font: 700 12px/1 var(--sans); }.whatsapp-float i { padding: 0 16px; font-style: normal; font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }

@media (max-width: 1100px) {
  .site-header { grid-template-columns: 180px 1fr auto; }.site-header nav { display: none; }.header-actions { justify-self: end; }
  .hero-copy { left: 5vw; width: min(620px,67vw); }
  .intro-grid { grid-template-columns: 1fr 1fr; }.intro-grid blockquote { grid-column: 2; }
  .age-card { padding-inline: 18px; }.day-flow { grid-template-columns: repeat(3,1fr); row-gap: 50px; }.day-item:nth-child(4), .day-item:nth-child(5), .day-item:nth-child(6) { border-top: 1px solid var(--line); }
  .future-cover { grid-template-columns: 120px 1fr; }.future-cover figure { grid-column: 1 / -1; min-height: 450px; }.future-features { grid-template-columns: 1fr 1fr; }
  .teacher-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 760px) {
  .announcement { justify-content: space-between; padding-inline: 18px; font-size: 8px; gap: 8px; }
  .site-header { height: 78px; padding: 0 18px; grid-template-columns: 1fr auto; }.brand img { width: 155px; }.phone-link { display: none; }.header-actions .button { min-height: 42px; padding-inline: 15px; font-size: 9px; }
  .hero { min-height: 730px; }.hero::after { background: linear-gradient(0deg, rgba(3,14,15,.92) 0%, rgba(3,14,15,.46) 56%, rgba(3,14,15,.05) 100%); }.hero-copy { left: 22px; right: 22px; bottom: 92px; width: auto; }.eyebrow { max-width: 82%; margin-bottom: 17px; line-height: 1.5; }.hero h1 { max-width: 560px; font-size: clamp(42px, 12.5vw, 58px); }.hero-lead { max-width: 500px; font-size: 16px; }.hero-buttons { align-items: flex-start; gap: 14px; }.hero-note { display: none; }
  .hero-image-wrap img { object-position: 60% center; }.open-badge { top: 18px; right: 18px; width: 112px; height: 112px; padding: 20px 12px; }.open-badge strong { font-size: 14px; }.open-badge small { text-align: center; font-size: 7px; }
  .carousel-meta { left: 22px; right: 22px; bottom: 26px; width: auto; grid-template-columns: 1fr auto; }.carousel-arrows { display: none; }.carousel-dots { grid-column: 2; grid-row: 1; }.carousel-meta p { max-width: 180px; }
  .facts { grid-template-columns: 1fr 1fr; padding: 0 20px; }.facts div { min-height: 105px; padding-left: 17px; border-bottom: 1px solid var(--line); }.facts strong { font-size: 28px; }
  .section { padding: 85px 22px; }.intro-grid, .section-heading-row, .program-section, .faq-section, .contact-section { grid-template-columns: 1fr; }.intro-grid { gap: 45px; }.intro-grid blockquote { grid-column: auto; }.intro h2, .section-heading-row h2, .trust-title h2, .faq-section h2 { font-size: 43px; }
  .section-heading-row { gap: 25px; margin-bottom: 45px; }.section-heading-row > p { font-size: 15px; }
  .age-grid { grid-template-columns: 1fr; }.age-card, .age-card:first-child { min-height: 310px; border-left: 1px solid rgba(255,255,255,.22); border-bottom: 1px solid rgba(255,255,255,.22); }.age-number { margin: 30px 0 22px; }
  .day-flow { grid-template-columns: 1fr 1fr; gap: 35px 14px; }.day-item { border-top: 1px solid var(--line) !important; padding-right: 5px; }.day-time i { font-size: 48px; }
  .garden-section { grid-template-columns: 1fr; gap: 50px; }.garden-copy h2 { font-size: 45px; }.garden-mosaic { min-height: 620px; grid-template-columns: 1fr 1fr; grid-template-rows: 1fr 1fr 1fr; transform: none; }.garden-mosaic .garden-yard { grid-row: 1 / 3; }.garden-mosaic .garden-harvest { grid-column: 1 / 3; }
  .future-cover { grid-template-columns: 1fr; }.future-issue { min-height: 90px; padding: 20px 22px; flex-direction: row; align-items: center; }.future-issue span { writing-mode: initial; }.future-issue strong { font-size: 44px; }.future-copy { padding: 58px 24px; }.future-copy h2 { font-size: 45px; }.future-cover figure { grid-column: auto; min-height: 370px; margin: 0 14px 14px; border-width: 5px; }.future-features { grid-template-columns: 1fr; }.future-features article, .future-note { min-height: 210px; }
  .program-section { gap: 45px; }.program-intro { position: static; }.program-row { grid-template-columns: 30px 1fr 15px; gap: 12px; padding: 22px 0; }.program-row p { grid-column: 2 / 4; }.program-row i { grid-column: 3; grid-row: 1; }
  .trust-grid { grid-template-columns: 1fr; }.trust-large { grid-row: auto; min-height: 580px; }.trust-card { grid-template-columns: 1fr; }.trust-card .trust-image { min-height: 260px; }
  .team-heading, .founder-profile, .play-heading { grid-template-columns: 1fr; }.team-heading, .play-heading { gap: 24px; }.team-heading h2, .play-heading h2 { font-size: 47px; }.founder-profile figure { min-height: 530px; }.founder-copy { padding: 45px 25px; }.founder-copy blockquote { font-size: 22px; }.teacher-grid { grid-template-columns: 1fr; }.teacher-photo { aspect-ratio: 4/4.4; }.play-section { padding: 85px 0 65px; }.play-heading { padding: 0 22px; }.play-rail { margin-top: 38px; padding-inline: 22px; grid-auto-columns: 80vw; }
  .gallery-grid { display: grid; grid-template-columns: 1fr 1fr; grid-auto-rows: 150px; }.gallery-item { grid-column: auto !important; grid-row: span 2 !important; }.gallery-1, .gallery-4 { grid-column: 1 / -1 !important; }.gallery-5 img { object-position: center; }
  .children-strip { grid-template-columns: 1fr; }.children-strip figure { min-height: 265px; }
  .faq-section { gap: 45px; }.contact-section { padding: 85px 22px 45px; }.contact-main h2 { font-size: 47px; }.contact-actions { align-items: flex-start; flex-direction: column; }
  footer { padding: 45px 22px 25px; grid-template-columns: 1fr; }.footer > * { grid-column: 1; } footer div { flex-wrap: wrap; } footer small { grid-column: 1; }
  .whatsapp-float i { display: none; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none !important; }.hero-slide { transform: none; } }
