.header-actions{display:flex;align-items:center;gap:12px}.menu-toggle{display:none;background:white;border:1px solid var(--line);border-radius:50%;width:46px;height:46px;align-items:center;justify-content:center;cursor:pointer}.header nav a[aria-current=page]{color:var(--brand);box-shadow:0 2px 0 var(--brand)}.brand small{font-size:.75rem;letter-spacing:.08em}.hero{grid-template-columns:1.12fr 1fr;gap:45px;padding-block:68px 76px;min-height:680px}.hero-visual{position:relative;padding:0 0 66px 15px}.hero-photo-frame{background:var(--pink);padding:12px;border-radius:210px 210px 36px 36px;transform:rotate(2deg)}.hero-photo{height:430px;width:100%;object-fit:cover;object-position:57% center;border-radius:200px 200px 28px 28px}.hero-photo-note{position:absolute;left:-18px;top:42px;display:flex;align-items:center;gap:13px;background:white;box-shadow:0 10px 40px #47283815;padding:17px 22px;border-radius:18px;transform:rotate(-5deg);font-size:.88rem;line-height:1.5}.hero-photo-note svg{width:30px;height:30px;color:var(--brand)}.hero-photo-note b{font-family:var(--heading);font-size:1.04rem}.hero-inset{position:absolute;right:25px;bottom:0;width:230px;padding:8px;background:white;border-radius:22px;box-shadow:0 12px 40px #39294118;transform:rotate(-5deg)}.hero-inset img{height:140px;width:100%;object-fit:cover;border-radius:15px}.hero-inset span{display:block;padding:8px 5px 3px;text-align:center;font-family:var(--heading);font-weight:800;font-size:.88rem}.hero-facts{gap:20px;font-size:.82rem}.hero-facts span+span{padding-left:20px}.hero-facts b{font-size:.95rem}.hero-actions{gap:18px}.hero-actions .text-link{font-size:.93rem}.section{padding-block:96px}.section-heading{margin-bottom:45px}.section-heading h2{margin-bottom:20px}.section-heading p:not(.eyebrow){color:var(--muted);margin-bottom:20px;font-size:1.06rem}.section-heading .eyebrow{margin-bottom:15px}.centered{text-align:center;max-width:720px;margin-inline:auto}.features-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:34px}.feature{padding:8px 0}.feature-icon{height:56px;width:56px;display:flex;align-items:center;justify-content:center;border-radius:19px;margin-bottom:24px}.feature-icon svg{width:26px;height:26px}.tone-0{background:#f9e8ef;color:#9f2866}.tone-1{background:#e3f0f1;color:#256e78}.tone-2{background:#fdf0d4;color:#956327}.tone-3{background:#eeeafa;color:#695091}.feature h3{font-size:1.22rem;margin-bottom:13px}.feature p{font-size:1rem;line-height:1.75;color:var(--muted);margin-bottom:0}.spaces-section{background:#f8f7fc;padding-block:90px}.split-heading{display:flex;align-items:end;justify-content:space-between;gap:40px}.split-heading>div:last-child{max-width:400px}.split-heading h2{margin-bottom:0}.split-heading p:not(.eyebrow){margin-top:0}.spaces-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:26px}.space-card{margin:0;min-width:0}.photo-button{padding:0;border:0;background:var(--lilac);width:100%;border-radius:22px;overflow:hidden;position:relative;display:block;cursor:zoom-in}.photo-button img{width:100%;height:260px;object-fit:cover;transition:transform .35s}.photo-button:hover img{transform:scale(1.04)}.photo-expand{position:absolute;right:15px;bottom:15px;background:#fff;color:var(--ink);border-radius:50%;width:38px;height:38px;display:flex;align-items:center;justify-content:center;box-shadow:0 3px 10px #0001}.photo-expand svg{width:18px;height:18px}.space-card h3{margin:22px 0 9px;font-size:1.25rem}.space-card figcaption p{margin:0;font-size:.95rem;color:var(--muted)}.reviews-section{padding-top:98px;padding-bottom:65px}.reviews-track{display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - 48px)/3);gap:24px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:thin;scrollbar-color:#d5c2d1 transparent;padding:4px 2px 15px}.review-card{border:1px solid var(--line);border-radius:22px;padding:28px;display:flex;flex-direction:column;scroll-snap-align:start;background:white;min-width:0}.review-top{display:flex;justify-content:space-between;gap:15px;align-items:center;margin-bottom:22px}.stars{color:#a56812;letter-spacing:.15em;font-size:1.08rem}.google-label{font-size:.85rem;font-weight:700;color:var(--muted)}.review-card blockquote{margin:0 0 25px;font-size:1rem;line-height:1.8;flex:1}.review-author{display:grid;grid-template-columns:40px 1fr;column-gap:12px;font-size:.85rem;align-items:center}.review-author .avatar{grid-row:span 2;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:var(--lilac);font-weight:700;color:#6a517e}.review-author span:last-child{font-size:.82rem;color:var(--muted)}.reviews-controls{display:flex;justify-content:space-between;gap:15px;align-items:center;margin-top:17px;color:var(--muted);font-size:.88rem}.reviews-controls>div{display:flex;gap:10px}.round-button{height:44px;width:44px;background:white;border:1px solid var(--line);border-radius:50%;font-size:1.3rem;cursor:pointer}.round-button:hover{background:var(--lilac)}.round-button:disabled{opacity:.35;cursor:default}.visit-cta{background:var(--brand);color:white;display:flex;align-items:center;justify-content:space-between;gap:40px;padding:56px 60px;margin-top:38px;margin-bottom:90px;border-radius:30px}.visit-cta .eyebrow{color:#f6d2e4;font-size:.75rem;margin-bottom:14px}.visit-cta h2{font-size:clamp(2rem,3.2vw,2.8rem);margin-bottom:18px}.visit-cta p:not(.eyebrow){color:#f7e4ee;margin-bottom:0;line-height:1.7}.button-white{background:white;color:var(--brand)}.button-white:hover{background:var(--pink)}.button-outline{border-color:#bdb0bf;background:white;color:var(--ink)}.button-outline:hover{border-color:var(--brand);background:var(--pink)}.cta-action{display:flex;flex-direction:column;align-items:center;gap:15px;flex-shrink:0}.cta-action>span{font-size:.82rem;color:#f7e4ee}.footer{border-top:1px solid var(--line);padding-top:56px;background:#fcfafc}.footer-grid{display:grid;grid-template-columns:1.1fr 1fr 1fr;gap:60px;padding-bottom:45px}.footer h2{font-size:1.08rem;margin:22px 0 20px}.footer p{font-size:.95rem;color:var(--muted);line-height:1.8;margin-bottom:17px}.footer .footer-motto{margin-top:18px;font-family:var(--heading);font-size:1.2rem;font-weight:800;color:var(--ink)}.footer .brand img{width:60px;height:60px}.phone-link{font-family:var(--heading);font-size:1.45rem;font-weight:800;display:inline-flex;align-items:center;gap:12px}.phone-link:hover{color:var(--brand)}.footer .phone-link{margin-top:-7px;margin-bottom:4px}.footer .text-link{font-size:.93rem}.footer-bottom{border-top:1px solid var(--line);display:flex;justify-content:space-between;gap:20px;padding-block:23px;font-size:.78rem;color:var(--muted);flex-wrap:wrap}.footer-bottom a{text-decoration:underline;text-underline-offset:3px}.page-intro{padding-top:24px;padding-bottom:52px}.breadcrumb{display:flex;gap:12px;color:var(--muted);font-size:.85rem;margin-bottom:46px}.breadcrumb a:hover{color:var(--brand);text-decoration:underline}.page-intro .lead{max-width:610px;margin-bottom:0}.page-intro h1{max-width:960px;font-size:clamp(2.8rem,5.1vw,4.5rem)}.page-intro .eyebrow{margin-bottom:18px}.project-story{display:grid;grid-template-columns:1fr 1fr;gap:75px;align-items:center;margin-bottom:6px}.story-image{position:relative;padding-bottom:40px}.story-image img{height:485px;width:100%;object-fit:cover;border-radius:32px 150px 32px 32px}.story-image-note{position:absolute;bottom:15px;right:-20px;background:var(--lilac);padding:20px 26px;border-radius:18px;transform:rotate(-3deg);font-family:var(--heading);font-weight:800;font-size:1.1rem}.principle{display:grid;grid-template-columns:42px 1fr;gap:18px;border-bottom:1px solid var(--line);padding:24px 0}.principle:first-child{padding-top:0}.principle:last-child{border:0}.principle>span{font-family:var(--heading);font-weight:800;font-size:1.3rem;color:var(--brand)}.principle h3{margin-bottom:12px;font-size:1.28rem}.principle p{color:var(--muted);margin:0}.stage-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.stage-card{padding:32px;border-radius:24px}.stage-pink{background:var(--pink)}.stage-lilac{background:var(--lilac)}.stage-yellow{background:#fff3d9}.stage-age{font-size:4.75rem;line-height:1.2;font-family:var(--heading);letter-spacing:-.05em;font-weight:900;display:block;margin-bottom:10px}.stage-flex{font-size:2.6rem;font-family:var(--heading);font-weight:900;line-height:1;display:block;min-height:91px;margin-bottom:10px}.stage-card .eyebrow{font-size:.75rem;margin-bottom:27px;letter-spacing:.07em;color:var(--muted)}.stage-card h3{margin-bottom:15px}.stage-card>p:last-child{margin-bottom:0;color:var(--muted)}.everyday-section{padding-block:80px;background:#f8f7fc;margin-bottom:75px}.everyday-grid{display:grid;grid-template-columns:1fr 1fr;gap:100px}.everyday-grid>div:first-child>p:last-child{max-width:420px;color:var(--muted)}.everyday-list article+article{border-top:1px solid var(--line);padding-top:25px}.everyday-list article{margin-bottom:25px}.everyday-list h3{font-size:1.25rem;margin-bottom:12px}.everyday-list p{color:var(--muted);margin-bottom:0}.facilities-gallery{padding-top:10px;padding-bottom:40px}.gallery-grid{row-gap:42px}.gallery-grid .photo-button img{height:280px}.gallery-hint{text-align:center;color:var(--muted);font-size:.85rem;margin:35px 0 0}.location-section{background:var(--lilac);display:grid;grid-template-columns:1.1fr 1fr;overflow:hidden;border-radius:26px;margin-top:35px;margin-bottom:70px}.location-section>img{width:100%;height:100%;min-height:400px;object-fit:cover}.location-section>div{padding:48px 60px}.location-section h2{margin-bottom:18px}.location-section p:not(.eyebrow){color:var(--muted);margin-bottom:25px}.lightbox{border:0;border-radius:20px;padding:16px;background:#241c2b;color:#fff;max-width:min(1050px,94vw);max-height:94dvh;width:max-content;overflow:auto}.lightbox::backdrop{background:#1d1527dc;backdrop-filter:blur(6px)}.lightbox-toolbar{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:12px;font-size:.9rem;padding-left:10px}.lightbox button{display:inline-flex;align-items:center;justify-content:center;border:1px solid #fff4;border-radius:50%;width:44px;height:44px;background:#fff1;color:white;cursor:pointer;font-size:1.4rem;flex-shrink:0}.lightbox button:hover{background:#fff3}.lightbox>img{width:100%;max-height:70dvh;object-fit:contain;border-radius:8px;background:#18131d}.lightbox-bottom{display:flex;justify-content:space-between;align-items:center;gap:25px;margin-top:14px}.lightbox-bottom p{margin:0;text-align:center;font-size:1rem;font-weight:500}.admission-layout{display:grid;grid-template-columns:.8fr 1.25fr;gap:64px;align-items:start;padding-bottom:70px}.visit-intro{padding-bottom:45px}.visit-info{background:var(--lilac);border-radius:24px;padding:34px}.visit-info h2{font-size:1.55rem;margin-bottom:28px}.visit-steps{list-style:none;padding:0;margin:0;counter-reset:step}.visit-steps li{counter-increment:step;position:relative;padding-left:46px;margin-bottom:27px}.visit-steps li::before{content:counter(step);position:absolute;left:0;top:0;width:30px;height:30px;background:#fff;color:#644774;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:var(--heading);font-weight:800;font-size:.85rem}.visit-steps b{display:block;font-size:1rem;margin-bottom:5px;line-height:1.45}.visit-steps li span{display:block;color:var(--muted);font-size:.95rem;line-height:1.65}.visit-note{font-size:.88rem;color:var(--muted);border-top:1px solid #d9d3e4;margin:25px 0 0;padding-top:20px;line-height:1.7}.visit-contact{padding:32px 10px}.visit-contact h3{font-size:1.25rem;margin-bottom:16px}.visit-contact .phone-link{margin-bottom:25px;color:var(--brand)}.contact-line{display:flex;gap:17px;margin:0 0 20px;color:var(--muted);font-size:.95rem}.contact-line svg{flex-shrink:0;margin-top:3px;width:22px}.contact-line b{color:var(--ink);font-weight:500}.visit-aside-photo{border-radius:24px;width:100%;height:235px;object-fit:cover}.visit-form-wrap{min-width:0;border:1px solid var(--line);border-radius:26px;box-shadow:0 10px 50px #39243e06;padding:36px}.form-title{display:flex;align-items:center;gap:17px;margin-bottom:26px}.form-icon{width:52px;height:52px;border-radius:18px;background:var(--pink);color:var(--brand);display:flex;align-items:center;justify-content:center;flex-shrink:0}.form-title h2{font-size:1.7rem;margin-bottom:6px}.form-title p{color:var(--muted);font-size:.93rem;margin:0}.channel-notice{background:#fff4dd;border:1px solid #ebd2a5;padding:16px 18px;border-radius:12px;color:#654916;font-size:.88rem;margin-bottom:20px}.channel-notice b{font-size:.92rem}.channel-notice p{margin:4px 0 0;line-height:1.6}.required-note{color:var(--muted);font-size:.82rem;margin-bottom:23px}.form-field{display:flex;flex-direction:column;margin-bottom:21px;min-width:0}.form-field label{font-size:.93rem;font-weight:600;margin-bottom:8px;line-height:1.5}.form-field label>span:not(.optional){color:var(--brand)}.form-field input,.form-field select,.form-field textarea{width:100%;border:1px solid #cdc4d0;background:#fff;color:var(--ink);border-radius:11px;padding:13px 15px;font-size:1rem;line-height:1.5;min-width:0}.form-field input{min-height:52px}.form-field select{min-height:52px;padding-right:30px}.form-field textarea{resize:vertical}.form-field input::placeholder,.form-field textarea::placeholder{color:#7d7283;opacity:1}.form-field input:focus,.form-field select:focus,.form-field textarea:focus{border-color:var(--brand);outline:3px solid #ecd1e2;outline-offset:1px}.form-field [aria-invalid=true]{border-color:#b8273f}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:18px}.field-error{color:#ac1f36;font-size:.85rem;line-height:1.5;margin-top:6px}.field-error:empty{display:none}.optional{font-size:.8rem;color:var(--muted);font-weight:400;display:inline-block;margin-left:5px}.visit-preferences{border:0;padding:0;margin:12px 0 0;min-width:0}.visit-preferences legend{font-family:var(--heading);font-size:1.15rem;font-weight:800;padding:0;margin-bottom:6px}.visit-preferences>p{font-size:.88rem;line-height:1.6;color:var(--muted);margin-bottom:19px}.field-hint{font-size:.82rem;line-height:1.6;color:var(--muted);display:block;margin-top:8px}.form-submit{width:100%;margin-top:7px}.form-footnote{font-size:.82rem;color:var(--muted);text-align:center;margin:15px 0 0;line-height:1.6}.form-error{border-left:3px solid #b8273f;padding-left:14px;color:#ac1f36;font-size:.9rem}.message-preview{margin-top:32px;padding-top:30px;border-top:1px solid var(--line);scroll-margin-top:130px}.message-preview h2{font-size:1.7rem;margin-bottom:20px}.message-preview .eyebrow{font-size:.76rem;margin-bottom:12px}.message-preview pre{font-family:var(--body);white-space:pre-wrap;overflow-wrap:anywhere;font-size:.95rem;line-height:1.75;background:#f6f4f8;border-radius:16px;padding:22px}.preview-actions{display:flex;flex-wrap:wrap;gap:15px;align-items:center;margin-top:25px}.preview-actions .button{padding:12px 18px;font-size:.93rem}.preview-actions .text-link{background:transparent;border:0;cursor:pointer;font-size:.9rem;padding:8px;text-decoration:underline}.button-whatsapp{background:#1f7142;color:#fff}.button-whatsapp:hover{background:#155332}.send-explanation{font-size:.85rem;color:var(--muted);margin-top:18px}.data-explanation{max-width:930px;border-top:1px solid var(--line);padding-top:35px;padding-bottom:65px}.data-explanation h2{font-size:1.35rem;margin-bottom:15px}.data-explanation p{color:var(--muted);font-size:.9rem;line-height:1.8}.data-explanation a{color:var(--brand);text-decoration:underline}[hidden]{display:none!important}
@media(min-width:1280px){.header nav{gap:25px}.header-inner{gap:24px}.hero-actions{flex-wrap:nowrap}.hero-copy{padding-right:5px}}
@media(max-width:1100px){.hero{gap:28px}.hero-photo{height:380px}.hero-photo-note{left:-5px;top:33px;padding:15px 17px}.hero-inset{width:200px;right:5px}.hero-inset img{height:125px}.hero-facts{gap:15px}.hero-facts span+span{padding-left:15px}.features-grid{gap:24px}.review-card{padding:23px}.photo-button img{height:230px}.admission-layout{gap:35px;grid-template-columns:.8fr 1.2fr}.visit-form-wrap{padding:28px}.visit-info{padding:27px}.project-story{gap:50px}.everyday-grid{gap:65px}.visit-cta{padding:45px}.cta-action{max-width:240px}}
@media(max-width:960px){.menu-toggle{display:flex}.header nav{display:none;position:absolute;top:100%;left:0;right:0;padding:15px 24px 25px;background:white;box-shadow:0 20px 25px #32233a0d;border-bottom:1px solid var(--line);flex-direction:column;gap:0}.header nav[data-open=true]{display:flex}.header nav a{padding:12px 5px}.header nav a[aria-current=page]{box-shadow:none;font-weight:700}.header-inner{min-height:88px}.hero{min-height:0;padding-block:48px 58px;gap:30px}.hero h1{font-size:3rem}.hero-facts{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.hero-facts span+span{padding-left:12px}.hero-photo{height:370px}.hero-photo-note{top:42px;font-size:.8rem;padding:12px;gap:10px}.hero-photo-note b{font-size:.92rem}.hero-photo-note svg{width:24px}.hero-inset{width:185px}.hero-inset span{font-size:.8rem}.hero-inset img{height:110px}.welcome-strip .container{font-size:.95rem}.features-grid{grid-template-columns:repeat(2,1fr);gap:40px}.reviews-track{grid-auto-columns:calc((100% - 24px)/2)}.footer-grid{gap:35px}.footer-grid .brand small{font-size:.65rem}.stage-card{padding:26px}.stage-card h3{font-size:1.3rem}.project-story{gap:36px}.story-image img{height:475px}.story-image-note{right:-15px;font-size:.9rem;padding:17px}.principle{grid-template-columns:30px 1fr;gap:13px}.location-section>div{padding:36px}.admission-layout{grid-template-columns:.7fr 1fr;gap:25px}.form-row{grid-template-columns:1fr;gap:0}.visit-cta{gap:25px}.visit-cta h2{font-size:2rem}.cta-action{max-width:220px}.visit-cta .button{font-size:.93rem}}
@media(max-width:760px){.container{width:calc(100% - 40px)}.header-inner{min-height:80px}.brand img{width:52px;height:52px}.brand b{font-size:1.65rem}.brand small{font-size:.63rem}.header-actions{gap:8px}.header .button{min-height:44px;font-size:.8rem;padding:11px 14px;gap:8px}.menu-toggle{height:42px;width:42px}.hero{grid-template-columns:1fr;gap:35px;padding-block:40px 46px}.hero h1{font-size:clamp(2.8rem,9vw,4rem);margin-bottom:22px}.hero-copy .lead{font-size:1.05rem;margin-bottom:25px;max-width:520px}.hero-actions{gap:18px}.hero-facts{max-width:480px;font-size:.82rem;margin-top:30px}.hero-visual{max-width:530px;width:100%;margin:auto;padding:0 0 60px 9px}.hero-photo{height:380px;object-position:center 55%}.hero-photo-frame{border-radius:180px 180px 28px 28px;padding:9px}.hero-photo{border-radius:180px 180px 22px 22px}.hero-photo-note{left:0;top:38px;padding:14px 17px}.hero-inset{right:10px;width:210px}.hero-inset img{height:120px}.hero-inset span{font-size:.82rem}.welcome-strip{padding:23px 0}.welcome-strip .container{display:grid;grid-template-columns:1fr 1fr;gap:14px 20px;font-size:.9rem}.section{padding-block:62px}.section-heading{margin-bottom:35px}.section-heading p:not(.eyebrow){font-size:1rem}.eyebrow{font-size:.75rem;letter-spacing:.11em}.features-grid{gap:32px 23px}.feature-icon{width:50px;height:50px;border-radius:16px;margin-bottom:19px}.feature h3{font-size:1.12rem;line-height:1.25}.feature p{font-size:.95rem;line-height:1.7}.split-heading{display:block}.split-heading>div:last-child{max-width:none;margin-top:24px}.split-heading h2{margin-bottom:0}.spaces-section{padding-block:60px}.spaces-grid{grid-template-columns:1fr;gap:32px}.photo-button img,.gallery-grid .photo-button img{height:auto;aspect-ratio:1.45;object-fit:cover}.space-card h3{margin-top:17px}.reviews-track{grid-auto-columns:87%;gap:17px;padding-bottom:13px}.review-card{padding:24px}.review-card blockquote{font-size:.97rem}.reviews-controls>span{max-width:210px;font-size:.8rem}.visit-cta{padding:36px 27px;margin-top:10px;margin-bottom:60px;border-radius:24px;display:block}.visit-cta h2{font-size:2.1rem}.visit-cta p:not(.eyebrow){font-size:1rem}.cta-action{margin-top:30px;align-items:flex-start;max-width:none}.cta-action .button{min-height:52px}.desktop-break{display:none}.footer{padding-top:38px}.footer-grid{grid-template-columns:1fr 1fr;gap:25px 24px}.footer-grid>div:first-child{grid-column:span 2;display:flex;align-items:center;justify-content:space-between;gap:25px}.footer .footer-motto{font-size:1rem;margin:0}.footer .brand img{width:57px;height:57px}.footer h2{font-size:1rem;margin-top:8px;margin-bottom:16px}.footer p{font-size:.88rem}.footer .phone-link{font-size:1.25rem}.footer .text-link{font-size:.87rem}.footer-bottom{gap:12px;font-size:.75rem;padding-block:20px}.footer-bottom span:nth-child(2){display:none}.page-intro{padding-top:20px;padding-bottom:35px}.breadcrumb{font-size:.8rem;margin-bottom:35px;gap:8px}.page-intro h1{font-size:clamp(2.5rem,8.5vw,3.5rem)}.page-intro .lead{font-size:1.02rem}.project-story{grid-template-columns:1fr;gap:30px}.story-image{padding-bottom:30px}.story-image img{height:330px;border-radius:24px 90px 24px 24px}.story-image-note{right:0;bottom:0;font-size:.95rem}.principle{grid-template-columns:34px 1fr;gap:15px;padding:24px 0}.principle h3{font-size:1.25rem}.principle p{font-size:.98rem}.stage-grid{grid-template-columns:1fr;gap:20px}.stage-card{padding:30px}.stage-age{font-size:4rem;margin-bottom:6px}.stage-flex{font-size:2.4rem;min-height:0;margin-bottom:16px}.stage-flex br{display:none}.stage-card .eyebrow{margin-bottom:19px}.stage-card h3{font-size:1.4rem}.everyday-section{padding-block:55px;margin-bottom:45px}.everyday-grid{grid-template-columns:1fr;gap:30px}.everyday-grid>div:first-child>p:last-child{max-width:none}.everyday-list article:last-child{margin-bottom:0}.facilities-gallery{padding-top:0;padding-bottom:20px}.gallery-grid{grid-template-columns:1fr 1fr;gap:30px 18px}.gallery-grid .photo-button img{aspect-ratio:1.05}.gallery-grid .space-card h3{font-size:1.05rem;line-height:1.25;margin-top:14px}.gallery-grid .space-card p{font-size:.87rem;line-height:1.6}.gallery-grid .photo-button{border-radius:15px}.gallery-grid .photo-expand{width:30px;height:30px;right:10px;bottom:10px}.location-section{grid-template-columns:1fr;margin-block:25px 45px}.location-section>img{height:230px;min-height:0}.location-section>div{padding:30px}.location-section h2{font-size:2.1rem}.admission-layout{display:flex;flex-direction:column;gap:30px;padding-bottom:45px}.visit-aside{display:contents}.visit-info{order:0;width:100%;padding:26px}.visit-info h2{font-size:1.4rem;margin-bottom:24px}.visit-steps li{margin-bottom:20px}.visit-note{font-size:.85rem}.visit-form-wrap{order:1;width:100%;padding:25px 20px;border-radius:20px}.visit-contact{order:2;display:grid;grid-template-columns:1fr 1fr;gap:15px 20px;width:100%;padding:6px}.visit-contact h3{grid-column:1/-1;margin-bottom:0}.visit-contact>.phone-link{grid-column:1/-1;margin-bottom:10px}.visit-contact .contact-line{margin:0;font-size:.9rem;gap:12px}.visit-contact>.text-link{grid-column:1/-1}.visit-aside-photo{display:none}.form-title h2{font-size:1.5rem}.form-title{gap:14px}.channel-notice{font-size:.85rem}.channel-notice b{font-size:.88rem}.form-row{grid-template-columns:1fr;gap:0}.form-field{margin-bottom:21px}.form-field label{font-size:.92rem}.visit-preferences legend{font-size:1.08rem}.message-preview pre{padding:18px;font-size:.91rem}.preview-actions{gap:13px}.data-explanation{padding-top:28px;padding-bottom:40px}.data-explanation p{font-size:.88rem}.lightbox{max-width:96vw;padding:12px}.lightbox>img{max-height:65dvh}.lightbox-bottom{gap:12px}.lightbox-bottom p{font-size:.9rem}}
@media(max-width:390px){.container{width:calc(100% - 32px)}.brand{gap:6px}.brand img{width:43px;height:43px}.brand b{font-size:1.45rem}.brand small{font-size:.6rem}.header .button{padding:10px 11px;font-size:.76rem}.header-visit>span[aria-hidden]{display:none}.header-actions{gap:7px}.menu-toggle{height:40px;width:40px}.header-inner{gap:6px}.hero h1{font-size:2.65rem}.hero-facts{gap:10px;font-size:.79rem}.hero-facts span+span{padding-left:10px}.hero-facts b{font-size:.86rem}.hero-photo{height:315px}.hero-inset{width:175px}.hero-inset img{height:100px}.hero-photo-note{top:28px;padding:12px;font-size:.77rem}.hero-photo-note b{font-size:.88rem}.features-grid{grid-template-columns:1fr;gap:25px}.feature{display:grid;grid-template-columns:50px 1fr;gap:0 17px}.feature-icon{grid-row:span 2;margin-bottom:0}.feature h3{margin-bottom:9px}.feature p{font-size:.95rem}.footer-grid{grid-template-columns:1fr}.footer-grid>div:first-child{grid-column:auto}.footer-grid>div{min-width:0}.footer .footer-motto{font-size:.88rem}.gallery-grid{gap:25px 14px}.gallery-grid .space-card h3{font-size:1rem}.reviews-track{grid-auto-columns:95%}.visit-contact{grid-template-columns:1fr}.visit-form-wrap{padding:23px 17px}.form-title{gap:12px}.form-title h2{font-size:1.4rem}.preview-actions{align-items:stretch}.preview-actions .button{width:100%}}
@media(prefers-reduced-motion:reduce){.hero-photo-frame,.hero-inset,.hero-photo-note,.story-image-note{transform:none}.photo-button:hover img{transform:none}}

/* Keep all regularly used text readable, including compact navigation. */
.brand small,.footer-grid .brand small{font-size:.75rem;letter-spacing:.025em}.visit-label-short{display:none}.form-submit:disabled{opacity:.55;cursor:wait}.form-submit:disabled:hover{transform:none}@media(max-width:520px){.visit-label-wide{display:none}.visit-label-short{display:inline}.header-visit>span[aria-hidden]{display:none}.header .button{padding:11px 14px}.brand small{font-size:.75rem;letter-spacing:0}}
