:root{--color-primary:#c09950;--text-primary:#fff;--text-dark:#fff;--text-light:#000;--color-light:#f0efee;--color-dark:#000;--spacing-xl:4rem}*{box-sizing:border-box;margin:0;padding:0}body{font-family:montserrat,sans-serif;line-height:1.6;background-color:#fff;color:var(--text-light);display:flex;flex-direction:column;min-height:100vh}header{background-color:var(--color-dark);padding:20px 0;z-index:10;text-transform:uppercase;position:sticky;top:0}.hero-active,nav a:hover{clip-path:polygon(0 0,100% 0,100% 100%,0 100%)}nav a{color:var(--text-dark);margin-right:25px;padding-bottom:10px;text-decoration:none;border-bottom:2px solid var(--color-primary);clip-path:polygon( -5px -5px,100% 0,100% calc(100% - 2px),0% calc(100% - 2px) );transition:clip-path .1s linear}nav .btn{margin-left:25px;margin-right:-25px;padding-top:15px!important;padding-bottom:15px!important;color:var(--text-light);clip-path:polygon(0 0,100% 0,100% 100%,0% 100%)}#hero{color:var(--text-dark)}h1{text-transform:uppercase}h2{text-transform:uppercase;font-size:2rem;margin-bottom:1rem}h3{text-transform:uppercase;font-size:1rem}.container{max-width:1400px;margin:0 auto;padding:15px 20px}.container h2{position:relative}.container h2::after{content:"";position:absolute;left:50%;bottom:0;width:50px;height:1px;background:var(--color-primary);transform:translateX(-50%)}h2.h2-underline-left::after{left:0;transform:none}h2.h2-no-underline::after{display:none}.btn{display:inline-block;padding:12px 25px;margin:8px 0;border-radius:5px;text-decoration:none;font-weight:700;transition:filter .3s ease;border:none;cursor:pointer}.btn-primary{background-color:var(--color-primary);color:var(--text-primary)}.btn-primary:hover{filter:brightness(85%)}.btn-secondary{border:1px solid #fff;color:#fff}.btn-secondary:hover{filter:brightness(85%)}section{text-align:center;flex:1}.section-bg-dark{background-color:var(--color-dark);color:var(--text-dark)}.section-bg-light{background-color:var(--color-light);color:var(--text-light)}#hero{background:url(images/hero-bg.png)50% 60%/cover no-repeat;padding-top:5vh;padding-bottom:4rem;min-height:80vh;display:flex;justify-content:center;text-shadow:0 2px 4px rgba(0,0,0,.5)}#hero h1{font-size:3.5rem;margin-bottom:35vh;max-width:65%;margin-left:auto;margin-right:auto}#hero p{font-size:1.4rem;margin-bottom:30px;max-width:45%;margin-left:auto;margin-right:auto}#hero .btn-primary{margin-right:25px}.program-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:30px;margin-top:30px}.program-card:nth-child(-n+3){grid-column:span 2}.program-card:nth-child(n+4){grid-column:span 3}.program-card{padding-bottom:30px;border:1px solid #ddd;border-radius:8px;text-align:center;transition:transform .3s;background-color:var(--color-light)}.program-card h3{padding:0 10px}.program-card p{padding:0 10px;font-size:.9rem}.program-card .card-text{display:none}.program-card .image{border-radius:inherit;height:200px;background-color:#000;margin-bottom:10px;overflow:hidden}.program-card .image img{width:100%;height:100%;object-fit:cover;display:block}.program-card:hover{transform:translateY(-5px);box-shadow:0 10px 20px rgba(0,0,0,.1)}.how-steps{display:flex;justify-content:center;align-items:flex-start;flex-wrap:wrap;margin-top:40px;position:relative}.how-step{width:280px;text-align:center;padding:30px 20px;position:relative;margin:0 30px}.how-step+.how-step::before{content:"\2192";position:absolute;left:-30px;top:50%;transform:translateY(-50%);font-size:3rem;color:var(--color-primary);font-weight:300}.step-circle{display:inline-flex;align-items:center;justify-content:center;width:80px;height:80px;border:2px solid var(--color-primary);border-radius:50%;font-size:2.5rem;margin-bottom:20px}.step-icon{filter:brightness(0)invert(1)}.how-step h3{font-size:1.2rem;margin-bottom:10px}.how-step:nth-child(1) .step-circle{background-color:#2e7d32;border-color:#66bb6a}.how-step:nth-child(1) h3{color:#2e7d32}.how-step:nth-child(2) .step-circle{background-color:#6a1b9a;border-color:#ce93d8}.how-step:nth-child(2) h3{color:#6a1b9a}.how-step:nth-child(3) .step-circle{background-color:#8b6914;border-color:#d4af37}.how-step:nth-child(3) h3{color:#8b6914}.how-step p{font-size:.95rem;line-height:1.5;opacity:.85}.reviews-row{display:flex;flex-direction:row;align-items:flex-start}.review-quote{flex:1}.review-divider{width:1px;background:#666;margin:0 24px;align-self:stretch}.review-quote::before{content:"\201C";display:block;font-size:2.5rem;color:var(--color-primary);line-height:.6;margin-bottom:4px}.review-quote p{font-style:italic;font-size:1.1rem;line-height:1.5}#cta{background-color:var(--color-primary);color:var(--text-light)}#cta .container{padding-top:30px;padding-bottom:30px}#cta .cta-row{max-width:1e3px;margin:0 auto}#cta .brand-text h2{margin-bottom:2px}#cta .cta-sub{font-size:.9rem;margin:0;line-height:1.4}.cta-icon{display:inline-flex;align-items:center;justify-content:center;width:60px;height:60px;background:#000;border-radius:50%;flex-shrink:0}.cta-icon span{font-size:2rem;line-height:1}@media(max-width:900px){.program-grid,.how-steps{flex-direction:column}.how-steps{gap:20px}.how-step{margin:0;width:100%;max-width:100%}#hero h1{font-size:2.5rem;max-width:85%;margin-bottom:.2rem}#hero p{font-size:1.1rem;max-width:80%}#hero{background:url(images/hero-bg.png)50% 60%/cover no-repeat;min-height:0;padding:40px 0}.program-grid{grid-template-columns:1fr}.program-card:nth-child(-n+3),.program-card:nth-child(n+4){grid-column:span 1}.program-card{flex:1 1 100%}.how-step+.how-step::before{content:"\2193";left:50%;top:-30px;transform:translateX(-50%);font-size:2rem}.split-section .split-section-body{flex-direction:column}#reviews .split-section-text{padding:30px 20px!important}.split-section-image{min-height:250px}.reviews-row{flex-direction:column}.review-divider{width:auto;height:1px;margin:16px 0;align-self:stretch}.split-section-text-inner{width:80%}header .container.flex-row{flex-direction:column;gap:15px}#cta .cta-row.flex-row{flex-direction:column;gap:20px;text-align:center}footer .container.flex-row{flex-direction:column;gap:20px;text-align:center}footer .brand{justify-content:center}}@media(max-width:480px){.container{padding:10px 15px}#hero{min-height:0;padding:30px 0;background:url(images/hero-bg.png)50% 60%/cover no-repeat}#hero h1{font-size:1.8rem;max-width:100%}#hero p{font-size:1rem;max-width:100%}h2{font-size:1.5rem}.step-circle{width:60px;height:60px;font-size:2rem}.program-grid{grid-template-columns:1fr}nav a{margin-right:12px;font-size:.8rem}nav .btn{margin-left:12px;margin-right:0;padding:8px 14px!important;font-size:.8rem}#cta .brand-text h2{font-size:1.2rem}.cta-icon{width:50px;height:50px}.cta-icon span{font-size:1.5rem}.program-card .image{height:160px}}.flex-row{display:flex;justify-content:space-between;align-items:center}.brand{display:flex;align-items:center;gap:16px}.brand-text{display:flex;flex-direction:column;text-align:left}.icon-white{filter:brightness(0)invert(1)}.icon-img{display:block;width:2.5rem;height:2.5rem}.btn-dark{background:#000;color:#fff;flex-shrink:0}.btn-dark:hover{filter:brightness(150%)}.split-section .container{max-width:unset;padding:0}.split-section-body{display:flex;align-items:stretch;text-align:left}.split-section-text{padding:30px 0}.split-section-text-inner{margin:0 auto;width:55%}.split-section-image{position:relative;min-height:200px}.split-section-image img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block}#sub-page{padding:60px 0;flex:1}#sub-page .container{max-width:900px}#sub-page h2{text-align:left;margin-bottom:2rem}.sub-page-content{display:flex;gap:40px;text-align:left}.sub-page-text{flex:2}.sub-page-text p{margin-bottom:1rem;font-size:1.05rem}.sub-page-summary{flex:1}.sub-page-summary h3{font-size:1.2rem;margin-bottom:1rem;color:var(--color-primary);text-align:left}.sub-page-summary ul{list-style:none;padding:0}.sub-page-summary li{padding:8px 0;border-bottom:1px solid #ddd;font-size:.95rem}.sub-page-summary li::before{content:"\265F\FE0F "}.program-card .image{cursor:pointer}.modal-overlay{display:none;position:fixed;inset:0;background:0 0;z-index:100;justify-content:center;align-items:center;padding:20px}.modal-overlay.active{display:flex;animation:modalFadeIn .3s ease forwards}.modal-overlay.closing{animation:modalFadeOut .25s ease forwards}@keyframes modalFadeIn{from{background:0 0}to{background:rgba(0,0,0,.7)}}@keyframes modalFadeOut{from{background:rgba(0,0,0,.7)}to{background:0 0}}.modal-content{background:var(--color-light);border-radius:10px;max-width:600px;width:100%;padding:40px;position:relative;text-align:left;transform:translateY(30px)scale(.95);opacity:0;transition:none}.modal-overlay.active .modal-content{animation:modalSlideIn .3s ease .05s forwards}.modal-overlay.closing .modal-content{animation:modalSlideOut .2s ease forwards}@keyframes modalSlideIn{from{transform:translateY(30px)scale(.95);opacity:0}to{transform:translateY(0)scale(1);opacity:1}}@keyframes modalSlideOut{from{transform:translateY(0)scale(1);opacity:1}to{transform:translateY(20px)scale(.97);opacity:0}}.modal-close{position:absolute;top:15px;right:20px;background:0 0;border:none;font-size:2rem;cursor:pointer;color:var(--text-light);line-height:1;opacity:.6;transition:opacity .2s}.modal-close:hover{opacity:1}.modal-content h3{font-size:1.4rem;margin-bottom:1rem;color:var(--color-primary);text-align:left}.modal-content p{font-size:1rem;line-height:1.7;color:var(--text-light)}@media(max-width:900px){.sub-page-content{flex-direction:column;gap:20px}}