:root{--navy:#12263a;--navy2:#1d3557;--green:#176a4d;--mint:#eaf3ee;--text:#364451;--muted:#62717c;--line:#dae3e6;--soft:#f4f7f7;--container:1180px}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:110px}body{margin:0;background:#fff;color:var(--text);font-family:Arial,Helvetica,sans-serif;line-height:1.7;font-size:17px}a{color:inherit}img{display:block;max-width:100%;height:auto}button,input,select,textarea{font:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}:focus-visible{outline:3px solid #327b60;outline-offset:4px}h1,h2,h3{font-family:Georgia,'Times New Roman',serif;font-weight:400;line-height:1.14;color:var(--navy);margin:0 0 1.2rem}h1{font-size:clamp(2.75rem,5vw,4.75rem);letter-spacing:-.045em}h2{font-size:clamp(2rem,3.4vw,3.05rem);letter-spacing:-.035em}h3{font-size:1.6rem;letter-spacing:-.02em}p{margin:0 0 1.25rem}a{text-underline-offset:4px}.container{width:min(calc(100% - 3rem),var(--container));margin-inline:auto}.skip{position:fixed;top:-10rem;left:1rem;z-index:100;background:var(--navy);color:white;padding:1rem}.skip:focus{top:1rem}.site-header{position:sticky;top:0;z-index:20;background:rgba(255,255,255,.98);border-bottom:1px solid var(--line)}.header-inner{display:flex;align-items:center;justify-content:space-between;gap:2rem;min-height:100px}.brand{flex:0 0 auto}.brand img{width:255px;height:auto}.site-header nav{display:flex;gap:1.7rem;align-items:center}.site-header nav a{color:var(--navy);font-size:.9rem;font-weight:600;text-decoration:none}.site-header nav a:hover{text-decoration:underline}.site-header .nav-contact{padding:.65rem 1rem;border:1px solid var(--navy);border-radius:5px}.menu-toggle{display:none}.hero{background:linear-gradient(105deg,#f3f7f4 0%,#f8f9f7 60%,#edf3f0 100%);padding:5.5rem 0 5rem}.hero-grid{display:grid;grid-template-columns:1.15fr 1fr;gap:4rem;align-items:center}.hero h1{max-width:12ch;margin-bottom:1.8rem}.hero h1 em{font-weight:400;color:var(--green)}.eyebrow{text-transform:uppercase;letter-spacing:.15em;font-weight:700;font-size:.71rem;color:var(--green);margin-bottom:1rem}.lead{font-size:1.22rem;line-height:1.65;max-width:750px}.hero-note{max-width:550px;font-size:1rem;color:var(--muted)}.hero-visual{margin:0;position:relative;padding:0 0 2.5rem 1rem}.hero-visual::before{content:'';position:absolute;inset:1.5rem -1rem 0 3rem;background:#dbe6dd;border-radius:4px}.hero-visual>img{width:100%;height:430px;object-fit:cover;position:relative;filter:saturate(.7);border-radius:4px}.hero-visual figcaption{position:relative;margin:-3rem -1rem 0 3rem;padding:1.6rem 1.8rem;background:var(--navy);color:white;box-shadow:0 12px 25px #12263a15}.hero-visual figcaption span{display:block;font-family:Georgia,serif;font-size:1.35rem}.hero-visual figcaption small{font-size:.8rem;color:#d5e2e9}.actions{display:flex;gap:.7rem;flex-wrap:wrap;align-items:center;margin-top:2rem}.btn{display:inline-flex;justify-content:center;align-items:center;gap:1.5rem;padding:.88rem 1.15rem;border-radius:5px;border:1px solid transparent;font-weight:700;font-size:.87rem;text-decoration:none;cursor:pointer;transition:background .15s,color .15s}.btn.primary{background:var(--navy);color:white}.btn.primary:hover{background:var(--green)}.btn.outline{border-color:var(--line);background:transparent;color:var(--navy)}.btn.outline:hover{background:white}.btn.light{background:white;color:var(--navy)}.btn:disabled{opacity:.65;cursor:wait}.trust-strip{border-bottom:1px solid var(--line);background:white}.trust-strip .container{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;padding-block:1.3rem;color:var(--navy);font-size:.84rem}.trust-strip span::before{content:'✓';color:var(--green);margin-right:.7rem}.section{padding:5rem 0}.section.soft{background:var(--soft)}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:3rem}.section-heading h2{max-width:650px}.section-heading>a{white-space:nowrap;margin-bottom:1.4rem}.section-lead{max-width:740px;color:var(--muted);margin-bottom:2.4rem}.text-link{display:inline-block;text-decoration:none;font-size:.88rem;font-weight:700;color:var(--green);border-bottom:1px solid #8cb9a7;padding-bottom:.25rem}.text-link:hover{border-color:var(--green);color:var(--navy)}.course-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem}.course{border:1px solid var(--line);border-radius:6px;overflow:hidden;display:flex;flex-direction:column;background:#fff}.course-image{display:block;overflow:hidden}.course-image img{width:100%;height:190px;object-fit:cover;transition:transform .3s}.course-image:hover img{transform:scale(1.03)}.course-body{padding:1.7rem;display:flex;flex-direction:column;align-items:start;flex:1}.course-body h3{font-size:1.5rem;line-height:1.24}.course-body h3 a{text-decoration:none}.course-body h3 a:hover{text-decoration:underline}.course-body>p:not(.eyebrow){font-size:.96rem;color:var(--muted)}.course-body .text-link{margin-top:auto}.steps{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:2rem;margin:3rem 0}.steps article{border-top:1px solid var(--line);padding-top:1.5rem}.steps span{display:block;font-size:.8rem;color:var(--green);font-weight:700;margin-bottom:1.3rem}.steps h3{font-size:1.45rem}.steps p{font-size:.95rem;color:var(--muted)}.split{display:grid;grid-template-columns:1.25fr 1fr;gap:5rem;align-items:start}.note-panel{padding:2.6rem;background:var(--mint);border-radius:6px}.note-panel h3{font-size:2rem}.note-panel p{font-size:1rem}.cta{padding:4rem 0;background:var(--navy);color:#dce6eb}.cta-inner{display:flex;justify-content:space-between;align-items:center;gap:3rem}.cta-inner>div{max-width:760px}.cta h2{color:white;font-size:clamp(2rem,3vw,2.8rem)}.cta p:last-child{margin:0}.cta .eyebrow{color:#a3cfb9}.cta .btn{flex-shrink:0}.page-intro{background:var(--soft);padding:2.6rem 0 3.7rem;border-bottom:1px solid var(--line)}.page-intro h1{max-width:950px;font-size:clamp(2.5rem,4.5vw,4.2rem)}.page-intro .lead{margin-bottom:0}.breadcrumb{font-size:.76rem;color:var(--muted);margin-bottom:2.6rem;display:flex;gap:.75rem}.breadcrumb a{text-decoration:none}.prose{max-width:800px}.prose h2{font-size:2rem;margin-top:2.7rem}.prose h2:first-child{margin-top:0}.prose h3{font-size:1.5rem;margin-top:1.8rem}.prose p,.prose li{font-size:1rem}.catalog-tools{display:flex;align-items:end;gap:2rem;justify-content:space-between;margin-bottom:2.5rem}.catalog-tools label{font-weight:600;font-size:.85rem;max-width:570px;width:100%}.catalog-tools input{width:100%;margin-top:.5rem}.catalog-tools p{color:var(--muted);font-size:.84rem;white-space:nowrap}.empty{padding:2rem;background:var(--soft)}[hidden]{display:none!important}.course-detail{display:grid;grid-template-columns:minmax(0,1fr) 350px;gap:5rem;align-items:start}.course-detail article h2{font-size:2rem;margin-top:2.5rem}.detail-image{width:100%;height:350px;object-fit:cover;border-radius:6px}.focus-list{padding-left:1.25rem}.focus-list li{padding:.35rem 0}.booking-panel{position:sticky;top:130px;background:var(--mint);padding:2rem;border-radius:6px}.booking-panel h2{font-size:2rem}.booking-panel dl{margin:1.5rem 0}.booking-panel dt{font-weight:700;font-size:.85rem;margin-top:.9rem;color:var(--navy)}.booking-panel dd{margin:0;font-size:.95rem}.booking-panel p{font-size:.9rem}.booking-panel .btn{width:100%;font-size:.82rem}.phone-link{display:block;text-align:center;margin-top:1rem;font-weight:700;text-decoration:none}.about-photo{margin:0;background:var(--soft);padding:1rem}.about-photo img{width:100%;height:auto}.about-photo figcaption{font-size:.82rem;padding:1rem 0 0;color:var(--muted)}.resource-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.resource-grid h2{font-size:2rem}.resource-grid .note-panel{padding:2rem}.contact-grid{display:grid;grid-template-columns:.85fr 1.5fr;gap:4rem;align-items:start}.contact-grid aside{font-size:.96rem}.contact-grid aside h2{font-size:2.4rem}.contact-phone{display:block;font-size:1.7rem;font-weight:700;text-decoration:none;color:var(--navy);margin-bottom:.75rem}.contact-email{display:block;overflow-wrap:anywhere;color:var(--green);margin-bottom:2rem}.contact-address{border-top:1px solid var(--line);padding-top:1.5rem;margin-top:1rem}.form-panel{padding:2.5rem;background:var(--soft);border:1px solid var(--line);border-radius:6px}.form-panel h2{font-size:2rem}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.2rem}.form-grid label{font-size:.83rem;font-weight:700;color:var(--navy)}.form-grid label span{font-size:.75rem;font-weight:400;color:var(--muted)}.form-grid .full{grid-column:1/-1}input,select,textarea{border:1px solid #bdcbd0;border-radius:4px;background:#fff;color:var(--navy);padding:.8rem;min-width:0}.form-grid input,.form-grid select,.form-grid textarea{width:100%;margin-top:.4rem;font-size:1rem}.form-grid select{font-size:.91rem}.form-grid textarea{resize:vertical}.consent{display:flex;align-items:start;gap:.65rem;font-size:.82rem;line-height:1.6;margin:1.5rem 0 1rem}.consent input{margin-top:.3rem;width:17px;height:17px;flex-shrink:0}.consent a{color:var(--green)}.form-note{font-size:.76rem;color:var(--muted)}.form-feedback{font-size:.9rem;margin:1rem 0 0;color:var(--navy)}.trap{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%)}.legal{overflow-wrap:anywhere}.legal h2{font-size:1.6rem;line-height:1.3}.legal li{margin-bottom:.7rem}footer{background:#0d1e2d;color:#cad7df;padding:4rem 0 1rem;font-size:.88rem}.footer-grid{display:grid;grid-template-columns:1.2fr 1fr .7fr;gap:3rem}.footer-grid>div>a{display:block;text-decoration:none;margin-bottom:.5rem}.footer-grid a:hover{text-decoration:underline}.footer-grid>div>p{max-width:360px}.footer-brand{font-family:Georgia,serif;font-size:1.6rem;color:white}.footer-heading{font-weight:700;font-size:.75rem;letter-spacing:.08em;text-transform:uppercase;color:white}.footer-phone{font-size:1.5rem;color:white}.footer-grid>div:nth-child(2)>a{overflow-wrap:anywhere}.footer-bottom{border-top:1px solid #314251;margin-top:2rem;padding-top:1.5rem;display:flex;justify-content:space-between;gap:1rem;font-size:.73rem}.footer-bottom>div{display:flex;flex-wrap:wrap;gap:1.3rem}.footer-bottom a{text-decoration:none}.footer-bottom a:hover{text-decoration:underline}@media(max-width:1050px){.site-header nav{gap:1rem}.brand img{width:220px}.hero-grid{gap:2rem}.hero h1{font-size:3.7rem}.hero-visual>img{height:400px}.course-body{padding:1.3rem}.course-detail{gap:2.5rem;grid-template-columns:minmax(0,1fr) 310px}.split{gap:2.5rem}.contact-grid{gap:2.5rem}.form-panel{padding:1.7rem}.cta-inner{gap:2rem}.cta h2{font-size:2.5rem}}@media(max-width:820px){.container{width:min(calc(100% - 2rem),var(--container))}.header-inner{min-height:85px;flex-wrap:wrap;gap:0}.brand img{width:230px}.menu-toggle{display:block;padding:.5rem .8rem;border:1px solid var(--line);background:white;border-radius:4px;color:var(--navy)}.site-header nav{width:100%;display:flex;flex-wrap:wrap;padding:1rem 0;border-top:1px solid var(--line);gap:.8rem 1.3rem}.js .site-header nav{display:none}.js .site-header nav.is-open{display:flex}.hero{padding:3rem 0}.hero-grid{grid-template-columns:1fr 1fr;gap:1.5rem}.hero h1{font-size:3.05rem}.hero-visual{padding-left:0}.hero-visual>img{height:390px}.hero-visual::before{right:0}.hero-visual figcaption{margin-left:1rem;margin-right:0;padding:1.1rem}.hero-visual figcaption span{font-size:1.15rem}.lead{font-size:1.08rem}.course-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.steps{grid-template-columns:repeat(2,1fr)}.section-heading{display:block}.section-heading>a{margin-top:.5rem}.split{gap:2rem;grid-template-columns:1fr 1fr}.note-panel{padding:1.6rem}.cta-inner{display:block}.cta .btn{margin-top:1.6rem}.contact-grid{grid-template-columns:1fr}.contact-grid aside{max-width:600px}.resource-grid{grid-template-columns:1fr}.course-detail{grid-template-columns:1fr}.booking-panel{position:static}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:last-child{grid-column:1/-1}.footer-grid>div:last-child>a{display:inline-block;margin-right:1rem}.section{padding:3.5rem 0}.trust-strip .container{grid-template-columns:1fr 1fr}}@media(max-width:580px){body{font-size:16px}.hero-grid,.split{grid-template-columns:1fr}.hero h1{font-size:3.5rem;max-width:13ch}.hero-visual{margin-top:1.3rem}.hero-visual>img{height:300px}.hero-visual figcaption{margin-left:2.5rem;margin-right:.5rem}.hero-copy .actions .btn{flex:1;white-space:nowrap}.hero .eyebrow{font-size:.65rem}.hero h1{letter-spacing:-.04em}.trust-strip .container{font-size:.72rem;gap:.7rem}.course-grid{grid-template-columns:1fr}.course-image img{height:210px}.course-body{padding:1.6rem}.steps{gap:1.3rem}.steps h3{font-size:1.3rem}.steps p{font-size:.85rem}.section{padding:3rem 0}.page-intro{padding:2rem 0 3rem}.page-intro h1{font-size:2.75rem;overflow-wrap:break-word}.breadcrumb{margin-bottom:2rem}.catalog-tools{display:block}.catalog-tools p{margin:.7rem 0 0}.form-grid{grid-template-columns:1fr}.form-panel{padding:1.3rem}.contact-grid{gap:2rem}.contact-grid aside h2{font-size:2.2rem}.footer-grid{grid-template-columns:1fr;gap:2rem}.footer-bottom{display:block}.footer-bottom>div{margin-top:1rem}.detail-image{height:260px}.booking-panel{padding:1.6rem}.course-detail{gap:2rem}.cta{padding:3rem 0}.cta h2{font-size:2.3rem}.about-photo{margin-top:.5rem}footer{padding-top:3rem}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
