html,body{width:100%;height:100%;margin:0;padding:0;overflow-x:hidden}*{margin:0;padding:0}html{scroll-behavior:smooth}@font-face{font-family:LibreBodoni;src:url(/fonts/LibreBodoni-VariableFont_wght.woff2)format("woff2-variations"),url(/fonts/LibreBodoni-VariableFont_wght.woff2)format("woff2");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:FacultyGlyphic;src:url(/fonts/FacultyGlyphic-Regular.woff2)format("woff2");font-weight:400;font-style:normal;font-display:swap}.navbar{box-sizing:border-box;justify-content:space-between;align-items:center;width:100%;padding:2rem;font-family:LibreBodoni,sans-serif;display:flex;position:relative}@media (width<=768px){.navbar{padding:1.5rem}}.navbar-brand{color:#c25268;flex-shrink:0;font-size:clamp(1.25rem,3vw,1.5rem);font-weight:700}.hamburger{cursor:pointer;background:0 0;border:none;width:1.5rem;height:1.5rem;padding:.5rem;display:none;position:relative}@media (width<=768px){.hamburger{display:block}}.hamburger span{background-color:#c25268;width:1.5rem;height:.25rem;transition:all .3s;position:absolute;left:0}.hamburger span:first-child{top:.25rem}.hamburger span:nth-child(2){top:.875rem}.hamburger[aria-expanded=true] span:first-child{top:50%;transform:translateY(-50%)rotate(45deg)}.hamburger[aria-expanded=true] span:nth-child(2){top:50%;transform:translateY(-50%)rotate(-45deg)}.navbar-links{gap:clamp(1rem,3vw,2rem);margin:0;padding:0;list-style:none;display:flex}@media (width<=768px){.navbar-links{background-color:#000000f2;flex-direction:column;gap:0;min-height:0;max-height:0;padding:0;transition:max-height .3s,padding .3s;position:absolute;top:100%;left:0;right:0;overflow:hidden}.navbar-links.active{max-height:500px;padding:1rem}.navbar-links.active li{padding:.75rem 0}}.navbar-links li a{color:#c25268;font-size:clamp(1rem,2.5vw,1.25rem);text-decoration:none;transition:opacity .3s}.navbar-links li a:hover{opacity:.7}@media (width<=768px){.navbar-links li a{font-size:1rem;display:block}}.hero{background-image:var(--bg-url);background-position:50% 80%;background-repeat:no-repeat;background-size:cover;background-attachment:fixed;flex-direction:column;width:100%;min-height:100vh;font-family:LibreBodoni,serif;font-weight:400;display:flex;overflow-x:hidden}@media (width<=768px){.hero{background-attachment:scroll}}.hero h1{color:#c25268;overflow-wrap:break-word;margin:0 clamp(1rem,5vw,2rem);padding-top:0;font-size:clamp(3rem,14vw,19rem);line-height:.95}@media (width<=768px){.hero h1{margin-left:1rem;margin-right:1rem;font-size:clamp(4rem,10vw,8rem)}}.hero h2{color:#c25268;margin:0 clamp(1rem,5vw,2rem) auto;font-size:clamp(1.25rem,2vw,3rem)}@media (width<=768px){.hero h2{margin-left:1rem;margin-right:1rem}}.hero .quote{text-align:right;max-width:clamp(250px,80vw,600px);margin:auto clamp(1rem,5vw,2rem) clamp(1rem,5vw,2rem) auto}@media (width<=768px){.hero .quote{margin-bottom:1rem;margin-right:1rem;font-size:clamp(1rem,4vw,1.5rem)}}.motto{color:#202020;text-align:center;background-color:#f5f5f5;padding:2rem 4rem;font-family:FacultyGlyphic,sans-serif;font-size:clamp(1rem,3vw,2rem)}@media (width<=768px){.motto{padding-left:2rem;padding-right:2rem;font-size:clamp(1.25rem,2vw,1.5rem)}}.carousel-section{background:#f8f8f8;width:100%;padding:0;overflow:hidden}.carousel-container{background:#f8f8f8;width:100%;overflow:hidden}.carousel-track{will-change:transform;animation:60s linear infinite scroll-marquee;display:flex}@keyframes scroll-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.carousel-track:hover{animation-play-state:paused}.carousel-item{flex-shrink:0;justify-content:center;align-items:center;width:800px;height:600px;display:flex;overflow:hidden}.carousel-image{object-fit:cover;width:100%;height:100%}@media (width<=1024px){.carousel-item{width:600px;height:500px}.carousel-track{animation:25s linear infinite scroll-marquee}}@media (width<=768px){.carousel-item{width:400px;height:300px}.carousel-track{animation:20s linear infinite scroll-marquee}}.about{background:#f5f5f5;width:100%;padding:4rem 0}.about-container{grid-template-columns:1fr 1fr;align-items:center;gap:0;height:100%;display:grid}.about-content{flex-direction:column;align-self:flex-start;gap:1.5rem;padding:0 2rem;display:flex}.about-title{color:#c25268;margin:0;font-family:LibreBodoni,serif;font-size:clamp(2rem,5vw,3.5rem);font-weight:400;line-height:1.2}.about-text{color:#202020;margin:0;font-family:FacultyGlyphic,serif;font-size:1.75rem;line-height:1.8}.about-image{width:500px;height:500px;margin-left:auto;margin-right:2rem;overflow:hidden}.about-image img{aspect-ratio:1;object-fit:cover;width:100%;height:100%}@media (width<=768px){.about-container{grid-template-columns:1fr;gap:0}.about{padding:2rem 0}.about-content{padding:0 1rem}.about-text{font-size:1rem}.about-image{aspect-ratio:1;width:90%;height:auto;margin:0 auto;padding:1rem}}.fees{background:#f5f5f5;width:100%;padding:4rem 0}.fees-header{margin:0 2rem 3rem}.fees-title{color:#c25268;margin:0;font-family:LibreBodoni,serif;font-size:clamp(2rem,5vw,3.5rem);font-weight:400;line-height:1.2}.fees-container{grid-template-columns:repeat(3,1fr);gap:2rem;margin:0 2rem;display:grid}.fee-card{border:5px solid #c25268;flex-direction:column;height:100%;display:flex}.fee-content{flex-direction:column;flex:1;gap:1rem;padding:2rem;display:flex}.fee-level{color:#202020;margin:0;font-family:LibreBodoni,serif;font-size:1.75rem;font-weight:400;line-height:1.2}.fee-description{color:#202020;margin:0;font-family:FacultyGlyphic,serif;font-size:1rem;line-height:1.6}.fee-details{cursor:pointer}.fee-details summary{color:#202020;user-select:none;align-items:center;gap:.5rem;font-family:FacultyGlyphic,serif;font-size:1rem;list-style:none;display:flex}.fee-details summary:before{content:"▶";font-size:.75rem;transition:transform .3s;display:inline-block}.fee-details[open] summary:before{transform:rotate(90deg)}.fee-details-text{color:#202020;margin:1rem 0 0 1.5rem;font-family:FacultyGlyphic,serif;font-size:.95rem;line-height:1.6}.fee-footer{border-top:5px solid #c25268;justify-content:space-between;align-items:center;padding:1.5rem 2rem;display:flex}.book-now{color:#202020;font-family:LibreBodoni,serif;font-size:1.5rem;font-weight:500}.fee-price{color:#202020;font-family:LibreBodoni,serif;font-size:1.25rem;font-weight:400}@media (width<=1024px){.fees-container{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.fees{padding:2rem 0}.fees-header{margin:0 1rem 2rem}.fees-container{grid-template-columns:1fr;margin:0 1rem}}.contact{background:#f5f5f5;width:100%;padding:4rem 0}.contact-title{color:#c25268;margin:0 0 3rem 2rem;font-family:LibreBodoni,serif;font-size:clamp(2rem,5vw,3.5rem);font-weight:400;line-height:1.2}.contact-form{grid-template-columns:1fr 1fr;gap:.5rem;margin:0 2rem;display:grid}.contact-inputs{display:contents}.contact-input{color:#202020;background:#f5f5f5;border:5px solid #c25268;outline:none;padding:1rem;font-family:FacultyGlyphic,serif;font-size:1.25rem;transition:border-color .3s}.contact-input::placeholder{color:#999}.contact-input:focus{border-color:#a03d50}.contact-submit{color:#c25268;cursor:pointer;background:#f5f5f5;border:5px solid #c25268;grid-column:1/-1;width:100%;padding:2rem 4rem;font-family:LibreBodoni,serif;font-size:1.75rem;font-weight:500;transition:all .3s}.contact-submit:hover{color:#f5f5f5;background:#c25268}.contact-submit:active{transform:scale(.98)}.contact-message{color:#202020;resize:vertical;background:#f5f5f5;border:5px solid #c25268;outline:none;grid-column:1/-1;min-height:200px;padding:1.5rem;font-family:FacultyGlyphic,serif;font-size:1.25rem;transition:border-color .3s}.contact-message::placeholder{color:#999}.contact-message:focus{border-color:#a03d50}@media (width<=768px){.contact-title{margin-left:1rem;margin-right:1rem}.contact-form{flex-direction:column;gap:.5rem;margin:0 1rem;display:flex}.contact-inputs{grid-template-columns:1fr;gap:.5rem;display:grid}.contact-input,.contact-submit{padding:.75rem;font-size:.9rem}.contact-message{min-height:150px;padding:1rem;font-size:.9rem}}.footer{background:#202020;width:100%;padding:4rem 2rem}.footer-container{grid-template-columns:1fr 1fr;align-items:flex-start;gap:4rem;max-width:1400px;margin:0 auto;display:grid}.footer-brand{flex-direction:column;gap:.5rem;display:flex}.footer-logo{color:#c25268;margin:0;font-family:LibreBodoni,serif;font-size:2rem;font-weight:400;line-height:1}.footer-tagline{color:#fff;margin:0;font-family:FacultyGlyphic,serif;font-size:1rem;line-height:1.4}.footer-nav{justify-content:flex-end;display:flex}.footer-links{text-align:right;flex-direction:column;gap:1rem;margin:0;padding:0;list-style:none;display:flex}.footer-links li a{color:#fff;font-family:FacultyGlyphic,serif;font-size:1rem;text-decoration:none;transition:color .3s}.footer-links li a:hover{color:#c25268}@media (width<=768px){.footer{padding:2rem 1rem}.footer-container{grid-template-columns:1fr;gap:2rem}.footer-nav{justify-content:flex-start}.footer-links{text-align:left}.footer-logo{font-size:1.5rem}.footer-tagline{font-size:.9rem}}
