:root{--ink:#193b33;--muted:#68756e;--paper:#f7f7f2;--pink:#eb477c;--lime:#eeed96;--line:#dce0d7}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:90px}body{margin:0;background:var(--paper);color:var(--ink);font-family:Manrope,Arial,sans-serif;font-size:16px;line-height:1.6}a{color:inherit;text-decoration:none}button{font:inherit}a,button,summary{-webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible,summary:focus-visible{outline:3px solid var(--pink);outline-offset:5px}img{display:block;width:100%;height:100%;object-fit:cover}h1,h2,h3,p{margin:0}h1,h2,h3{font-weight:600;letter-spacing:-.055em;line-height:1.06}.header{max-width:1440px;margin:auto;height:104px;padding:0 52px;display:flex;align-items:center;gap:30px}.brand{display:flex;gap:10px;align-items:center;line-height:.93;font-weight:800;font-size:19px;letter-spacing:-.7px;white-space:nowrap}.brand-symbol{height:46px;width:46px;display:grid;place-items:center;background:var(--pink);border-radius:15px;color:#fff;font-weight:800;font-size:35px;letter-spacing:-3px;padding-right:5px}.brand-line{display:block;margin-top:3px}.brand-dot{font-size:10px;vertical-align:top;margin-left:3px}.header nav{display:flex;gap:25px;margin:auto;font-size:13px;font-weight:600}.header nav a:hover{color:var(--pink)}.header-phone{font-size:13px;font-weight:700;white-space:nowrap}.button{min-height:52px;display:inline-flex;gap:25px;align-items:center;justify-content:space-between;border-radius:100px;background:var(--lime);padding:15px 23px;font-size:14px;font-weight:700;line-height:1.3;transition:background .2s,transform .2s}.button span{font-size:22px;font-weight:400;line-height:1}.button:hover{transform:translateY(-2px);background:#e4e27d}.button.dark{background:var(--ink);color:white}.button.dark:hover{background:#285549}.button.white{background:white}.button.outline{border:1px solid #b5bdae;background:transparent}.header-cta{font-size:12px;min-height:45px;padding:12px 18px;gap:22px}.menu{display:none}.hero{max-width:1336px;margin:0 auto;display:grid;grid-template-columns:1fr 1.06fr;min-height:600px;gap:20px}.hero-copy{padding:50px 30px 30px 0;display:flex;flex-direction:column;align-items:flex-start}.tag,.overline{font-size:10px;font-weight:700;letter-spacing:1.4px;line-height:1.5}.tag{display:flex;gap:8px;align-items:center}.tag-mark{width:7px;height:7px;background:var(--pink);border-radius:2px;transform:rotate(45deg)}h1{font-size:clamp(56px,5.4vw,78px);margin:27px 0 24px;letter-spacing:-.07em}h1>span{color:var(--pink)}.hero-copy>p{font-size:17px;line-height:1.6}.hero-actions{display:flex;align-items:center;gap:24px;margin:29px 0}.subtle{font-size:13px;font-weight:600;border-bottom:1px solid currentColor;padding-bottom:3px}.hero-location{margin-top:auto;display:flex;gap:20px;color:var(--muted);font-size:11px}.hero-location span+span{border-left:1px solid var(--line);padding-left:20px}.hero-visual{position:relative;border-radius:32px;overflow:hidden;min-height:590px;background:#c0e6f5}.hero-visual>img{position:absolute;inset:0;object-position:right center;object-fit:cover;width:100%;height:100%}.photo-top{position:absolute;top:28px;left:28px;font-size:9px;font-weight:700;letter-spacing:1.5px;color:#204034;background:#f8f8eecc;border-radius:30px;padding:9px 12px}.photo-label{position:absolute;bottom:54px;left:26px;background:var(--lime);display:flex;align-items:center;gap:25px;max-width:250px;padding:21px;border-radius:18px;transform:rotate(-4deg);font-size:24px;letter-spacing:-1px;line-height:1.1;font-weight:600}.photo-label b{font-size:43px;font-weight:400}.photo-caption{position:absolute;bottom:23px;left:31px;font-size:11px;font-weight:600;color:white;text-shadow:0 1px 6px #123}.trust-strip{display:flex;justify-content:space-between;max-width:1336px;margin:30px auto 0;border-bottom:1px solid var(--line);padding:4px 0 27px;gap:20px;color:var(--muted);font-size:12px}.trust-strip span:before{content:'✓';margin-right:12px;font-weight:800;color:var(--ink)}.section{max-width:1336px;margin:0 auto;padding-top:100px}.section-heading{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:38px;gap:30px}.overline{display:block;margin-bottom:22px;color:var(--muted)}h2{font-size:48px}.section-heading>p{font-size:14px;color:var(--muted);line-height:1.7}.program-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.program{min-width:0}.program-image{height:300px;position:relative;overflow:hidden;border-radius:22px;background:#f1dda1}.program:nth-child(2) .program-image{background:#d6e0e9}.program:nth-child(3) .program-image{background:#f4b9cb}.program-image img[src$='program.png']{transform:scale(1.4);object-position:center 32%}.program-image img[src$='weekend.jpg']{object-position:center 24%}.badge{position:absolute;top:17px;left:17px;display:block;padding:7px 12px;background:#fffffff2;border-radius:30px;font-size:11px;font-weight:700}.program-number{position:absolute;bottom:14px;right:17px;font-size:13px;color:white;font-weight:700;text-shadow:0 1px 4px #444}.program-body{padding:23px 3px 0}h3{font-size:25px;letter-spacing:-.045em}.program-body>p{margin:14px 0 22px;font-size:14px;color:var(--muted);max-width:320px;line-height:1.65;min-height:46px}summary{display:flex;align-items:center;justify-content:space-between;list-style:none;cursor:pointer;border-top:1px solid var(--line);padding:17px 0;font-size:13px;font-weight:700}summary::-webkit-details-marker{display:none}summary>span{font-weight:400;font-size:23px;line-height:1;transition:transform .2s}details[open] summary>span{transform:rotate(45deg)}.program-detail{padding:0 0 18px}.program-detail p{font-size:14px;color:var(--muted);margin-bottom:15px}.program-detail a{font-size:13px;font-weight:700;text-decoration:underline}.approach{display:grid;grid-template-columns:1fr 1.06fr;gap:70px;margin-top:95px;padding:55px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.approach-head h2>span{color:var(--pink)}.approach-head>p{max-width:380px;color:var(--muted);margin:24px 0;font-size:15px}.approach-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px 32px}.feature-index{height:30px;width:30px;border-radius:50%;background:var(--lime);display:grid;place-items:center;font-size:10px;font-weight:700;margin-bottom:20px}.approach-grid article:nth-child(2) .feature-index{background:#f5c8d5}.approach-grid article:nth-child(3) .feature-index{background:#d4e8f0}.approach-grid article:nth-child(4) .feature-index{background:#e1dfeb}.approach-grid h3{font-size:21px;line-height:1.2}.approach-grid p{font-size:13px;color:var(--muted);margin-top:12px;line-height:1.7}.day-list{display:grid;grid-template-columns:repeat(4,1fr);gap:0 26px}.day-list>div{border-top:1px solid var(--line);padding:23px 0 26px}.day-list time{font-size:13px;color:var(--muted)}.day-list span{display:block;margin:13px 0 5px;font-size:21px;font-weight:600;letter-spacing:-.6px}.day-list small{font-size:12px;color:var(--muted)}.gallery{display:grid;grid-template-columns:1fr 1fr 1fr;gap:24px}.gallery figure{margin:0;min-width:0}.gallery img{height:370px;border-radius:22px;object-position:center 37%}.gallery figure:last-child img{object-position:center 72%}.gallery figcaption{display:flex;justify-content:space-between;font-size:13px;font-weight:600;margin-top:17px}.gallery figcaption span{color:var(--muted);font-size:11px}.weekend-banner{max-width:1336px;margin:92px auto 0;background:var(--pink);color:white;border-radius:25px;padding:38px 44px;display:flex;justify-content:space-between;align-items:center;gap:35px}.weekend-banner h2{font-size:35px}.weekend-banner .overline{color:#ffe0e8;margin-bottom:15px}.weekend-banner .button{color:var(--ink);font-size:12px}.contact-section{max-width:1336px;margin:90px auto;display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.contact-intro h2{font-size:60px}.contact-intro h2 span{color:var(--pink)}.contact-intro>p{font-size:14px;color:var(--muted);margin-top:25px;line-height:1.8}.contact-box{padding:35px;background:var(--lime);border-radius:25px}.contact-label{font-size:10px;font-weight:700;letter-spacing:1.3px}.contact-phone{display:block;font-size:40px;font-weight:600;letter-spacing:-1.8px;margin:17px 0}.contact-box>p{font-size:13px}.contact-actions{display:flex;gap:10px;margin-top:25px}.contact-actions .button{font-size:12px;padding:14px 17px;gap:15px;flex:1;min-height:48px}.address{border-top:1px solid #193b3329;display:flex;flex-wrap:wrap;gap:10px;justify-content:space-between;padding-top:22px;margin-top:28px;font-size:11px}.address a{font-weight:700}footer{background:var(--ink);color:white;padding:46px max(30px,calc((100% - 1336px)/2)) 0}.footer-main{display:flex;justify-content:space-between;gap:35px;padding-bottom:40px}.footer-main>div{font-size:13px}.footer-main>div>a{display:block;margin:7px 0}.footer-label{display:block;font-size:9px;font-weight:700;letter-spacing:1.5px;color:#9bb6ab;margin-bottom:15px}.footer-main p{line-height:1.9}.back-top{height:43px;width:43px;display:grid;place-items:center;border:1px solid #ffffff45;border-radius:50%;font-size:22px}.footer-bottom{display:flex;justify-content:space-between;border-top:1px solid #ffffff25;padding:20px 0;font-size:11px;color:#a4b9b0}@media(min-width:1500px){.hero-visual>img{object-position:84% center}}@media(max-width:1440px){.hero,.trust-strip,.section,.weekend-banner,.contact-section{margin-left:44px;margin-right:44px}.header{padding:0 44px}.hero{min-height:540px}.hero-visual{min-height:550px}h1{font-size:65px}.hero-copy{padding-top:30px}.program-image{height:275px}.contact-actions{flex-direction:column}}@media(max-width:1100px){.header-phone{display:none}.header nav{gap:19px}.header{gap:22px}.hero,.trust-strip,.section,.weekend-banner,.contact-section{margin-left:28px;margin-right:28px}.header{padding:0 28px}.hero{gap:22px;grid-template-columns:1fr 1fr}.hero-copy{padding-right:0}h1{font-size:55px}.hero-actions{align-items:flex-start;flex-direction:column;gap:16px}.hero-visual{min-height:540px}.hero-copy>p{font-size:15px}.hero-location{font-size:10px;gap:12px}.hero-location span+span{padding-left:12px}.photo-label{font-size:20px;padding:17px;left:18px;gap:16px}.photo-top{font-size:8px;left:18px;top:20px}.program-image{height:235px}.program-body h3{font-size:23px}.section{padding-top:75px}h2{font-size:40px}.approach{gap:40px;margin-top:65px;padding-top:40px}.approach-grid{gap:30px 20px}.gallery img{height:310px}.contact-section{gap:40px}.contact-intro h2{font-size:48px}.contact-box{padding:27px}.contact-phone{font-size:35px}.weekend-banner{padding:32px}.weekend-banner h2{font-size:29px}}
@media(max-width:760px){html{scroll-padding-top:85px}.header{height:78px;padding:0 20px;position:relative;z-index:5;gap:15px}.brand{font-size:16px;gap:8px}.brand-symbol{height:39px;width:39px;border-radius:12px;font-size:30px}.header-cta{margin-left:auto;min-height:39px;font-size:11px;padding:10px 15px;gap:15px}.header nav{display:none;position:absolute;top:77px;left:12px;right:12px;padding:25px;background:var(--ink);color:white;border-radius:20px;box-shadow:0 10px 25px #193b3320}.header nav.open{display:flex;flex-direction:column;gap:22px;font-size:16px}.menu{height:36px;width:30px;background:none;border:0;padding:6px 2px;display:flex;flex-direction:column;gap:6px;justify-content:center;cursor:pointer}.menu span{display:block;height:2px;width:23px;background:var(--ink);transition:transform .2s}.menu[aria-expanded=true] span:first-child{transform:translateY(4px) rotate(45deg)}.menu[aria-expanded=true] span:last-child{transform:translateY(-4px) rotate(-45deg)}.hero,.trust-strip,.section,.weekend-banner,.contact-section{margin-left:20px;margin-right:20px}.hero{display:flex;flex-direction:column;gap:22px;min-height:0}.hero-copy{padding:19px 0 0;display:block}.tag{font-size:8px;letter-spacing:1.1px;gap:7px}.tag-mark{height:6px;width:6px}.hero h1{font-size:clamp(45px,8.5vw,66px);line-height:1.01;letter-spacing:-.065em;margin:19px 0 17px}.hero h1 br:nth-child(2){display:none}.hero h1 span{display:inline}.hero-copy>p{font-size:14px;line-height:1.55}.hero-copy>p br{display:none}.hero-actions{display:flex;flex-direction:row;align-items:center;gap:20px;margin:22px 0 0}.hero-actions .button{font-size:12px;min-height:46px;padding:13px 18px;gap:20px}.subtle{font-size:11px}.hero-location{display:none}.hero-visual{min-height:0;height:310px;border-radius:23px}.hero-visual>img{object-position:right 49%;object-fit:cover}.photo-top{top:16px;left:16px;font-size:7px;letter-spacing:1px;padding:7px 10px}.photo-label{left:16px;bottom:28px;max-width:180px;padding:14px;font-size:18px;border-radius:13px;gap:18px}.photo-label b{font-size:32px}.photo-caption{bottom:10px;left:21px;font-size:8px}.trust-strip{display:grid;grid-template-columns:1fr 1fr;gap:12px 18px;padding:0 0 23px;margin-top:22px;font-size:10px}.trust-strip span:before{margin-right:7px}.section{padding-top:57px}.section-heading{display:block;margin-bottom:25px}.overline{font-size:9px;letter-spacing:1.2px;margin-bottom:17px}h2{font-size:35px;line-height:1.08;letter-spacing:-.05em}.section-heading>p{font-size:13px;line-height:1.6;margin-top:17px}.section-heading>p br{display:none}.program-grid{grid-template-columns:1fr;gap:33px}.program-image{height:285px;border-radius:20px}.program-image img[src$='program.png']{transform:scale(1.38);object-position:center 24%}.badge{font-size:10px;left:15px;top:15px;padding:7px 12px}.program-body{padding:20px 1px 0}.program-body h3{font-size:27px}.program-body>p{font-size:14px;margin:12px 0 16px;min-height:0;max-width:100%}.program-body summary{padding:15px 0 0;font-size:12px}.program-detail{padding-top:16px}.approach{display:block;padding:33px 0;margin-top:54px}.approach-head>p{font-size:14px;max-width:none;margin:18px 0}.approach-grid{margin-top:35px;gap:28px 22px}.approach-grid h3{font-size:20px}.approach-grid p{font-size:12px;line-height:1.7}.feature-index{margin-bottom:14px;height:27px;width:27px;font-size:9px}.day-list{grid-template-columns:1fr;gap:0}.day-list>div{display:grid;grid-template-columns:62px 1fr;align-items:baseline;column-gap:15px;padding:16px 0}.day-list time{grid-row:1/3;font-size:13px}.day-list span{font-size:19px;letter-spacing:-.5px;margin:0}.day-list small{font-size:11px;margin-top:4px}.gallery{display:flex;gap:14px;overflow-x:auto;scroll-snap-type:x mandatory;padding:0 0 12px;scrollbar-width:thin}.gallery figure{flex:0 0 83%;scroll-snap-align:start}.gallery img{height:320px;border-radius:20px}.gallery figcaption{font-size:12px;margin-top:12px}.weekend-banner{margin-top:49px;padding:27px 24px;border-radius:20px;display:block}.weekend-banner h2{font-size:30px}.weekend-banner .button{margin-top:24px;font-size:11px;min-height:47px;padding:13px 17px;gap:20px;max-width:100%}.contact-section{margin-top:56px;margin-bottom:50px;display:block}.contact-intro h2{font-size:45px}.contact-intro>p{font-size:13px;margin-top:19px}.contact-box{margin-top:28px;padding:25px 23px;border-radius:20px}.contact-label{font-size:9px;letter-spacing:1px}.contact-phone{font-size:34px;letter-spacing:-1.7px;margin:15px 0 13px}.contact-box>p{font-size:12px}.contact-actions{margin-top:21px;flex-direction:row;gap:8px}.contact-actions .button{font-size:10px;padding:13px 15px;gap:8px;min-height:44px}.address{font-size:10px;margin-top:23px;padding-top:17px;gap:10px}footer{padding:31px 20px 0}.footer-main{display:grid;grid-template-columns:1fr auto;gap:28px;padding-bottom:30px}.footer-main>.brand{grid-column:1;grid-row:1}.footer-main>div{grid-column:1/-1;font-size:12px}.footer-main .back-top{grid-row:1;grid-column:2;height:38px;width:38px}.footer-label{font-size:8px;margin-bottom:11px}.footer-bottom{font-size:9px;padding:17px 0}.program-image img[src$='weekend.jpg']{object-position:center 29%}}
@media(max-width:380px){.header{padding:0 16px;gap:12px}.header-cta{padding:10px 12px;gap:8px}.brand{font-size:14px}.brand-symbol{width:34px;height:34px;font-size:27px}.hero,.trust-strip,.section,.weekend-banner,.contact-section{margin-left:16px;margin-right:16px}.hero h1{font-size:42px}.hero-actions{gap:15px}.hero-actions .button{font-size:11px;padding:13px 16px;gap:16px}.subtle{font-size:10px}.hero-visual{height:280px}.program-image{height:250px}.contact-actions{flex-direction:column}.contact-phone{font-size:31px}.approach-grid{gap:25px 18px}.approach-grid h3{font-size:18px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}

.social-block{margin-top:26px}.social-label{display:block;font-size:10px;font-weight:700;letter-spacing:1.1px;color:var(--muted);margin-bottom:10px}.social-links{display:flex;flex-wrap:wrap;gap:10px}.social-links a{display:inline-flex;align-items:center;justify-content:space-between;gap:22px;min-height:44px;padding:10px 17px;border:1px solid var(--line);border-radius:30px;font-size:14px;font-weight:600;transition:background .2s,color .2s}.social-links a:hover{background:var(--ink);color:white}.social-links a span{font-size:18px}.footer-social .social-links{flex-direction:column;gap:0}.footer-social .social-links a{padding:8px 0;border:0;border-radius:0;font-size:13px;min-height:40px;justify-content:flex-start;gap:12px}.footer-social .social-links a:hover{color:var(--lime)}@media(max-width:760px){.social-block{margin-top:24px}.social-label{font-size:9px}.footer-social .social-links{flex-direction:row;gap:26px}.footer-social .social-links a{min-height:44px}}
