@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;500;600;700&family=Inter:wght@300;400;500;600&display=swap";*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;overflow-x:hidden}body{font-family:Inter,sans-serif;color:#1a1a1a;background:#fafaf8;overflow-x:hidden}.app{min-height:100vh;position:relative}.header{position:fixed;top:0;left:0;right:0;z-index:1000;padding:1.5rem 0;transition:all .6s cubic-bezier(.4,0,.2,1)}.header.scrolled{background:#fffffff2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 1px 3px #0000000d;padding:1rem 0}.header-content{max-width:1300px;margin:0 auto;padding:0 3rem;display:flex;justify-content:space-between;align-items:center}.logo{font-family:Cormorant Garamond,serif;font-size:1.5rem;font-weight:600;letter-spacing:.5px;color:#1a1a1a}.nav{display:flex;gap:2.5rem;align-items:center}.nav a{text-decoration:none;color:#1a1a1a;font-size:.9375rem;font-weight:400;letter-spacing:.3px;transition:all .3s ease;position:relative}.nav a:not(.nav-cta):after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:1px;background:#1a1a1a;transition:width .3s ease}.nav a:not(.nav-cta):hover:after{width:100%}.nav-cta{padding:.75rem 1.75rem;background:#1a1a1a;color:#fff;border-radius:2px;transition:all .3s ease}.nav-cta:hover{background:#2a2a2a;transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.hero{height:100vh;position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero-background{position:absolute;top:0;left:0;right:0;bottom:0;background-image:url(https://images.pexels.com/photos/4225880/pexels-photo-4225880.jpeg?auto=compress&cs=tinysrgb&w=1920);background-size:cover;background-position:center;animation:slowZoom 20s ease-in-out infinite alternate}@keyframes slowZoom{0%{transform:scale(1)}to{transform:scale(1.08)}}.hero-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#0006,#0003);z-index:1}.hero-content{position:relative;z-index:2;text-align:center;padding:0 2rem;animation:fadeInUp 1.2s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.hero-title{font-family:Cormorant Garamond,serif;font-size:clamp(2.5rem,6vw,5rem);font-weight:500;color:#fff;letter-spacing:1px;line-height:1.2;margin-bottom:1.5rem}.hero-subtitle{font-size:clamp(1rem,2vw,1.3rem);color:#fffffff2;letter-spacing:.5px;margin-bottom:3rem;font-weight:300}.hero-cta{display:inline-block;padding:1.25rem 3rem;background:#fff;color:#1a1a1a;text-decoration:none;font-size:1rem;font-weight:500;letter-spacing:.5px;border-radius:2px;transition:all .4s ease;position:relative;overflow:hidden}.hero-cta:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .6s ease}.hero-cta:hover:before{left:100%}.hero-cta:hover{transform:translateY(-3px);box-shadow:0 12px 30px #0000004d}.container{max-width:1300px;margin:0 auto;padding:0 3rem}section{padding:7rem 0}.section-title{font-family:Cormorant Garamond,serif;font-size:clamp(2rem,4vw,3.5rem);font-weight:500;color:#1a1a1a;margin-bottom:1rem;letter-spacing:.5px;line-height:1.2}.title-accent{width:60px;height:2px;background:linear-gradient(90deg,#c9a55a 0%,transparent 100%);margin:1.5rem 0 2rem}.section-subtitle{font-size:1.125rem;color:#666;font-weight:300;letter-spacing:.3px;line-height:1.6}.section-header{text-align:center;margin-bottom:5rem}.about-section{background:#fff}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:6rem;align-items:center}.about-image{position:relative}.image-placeholder{width:100%;aspect-ratio:3/4;overflow:hidden;border-radius:2px;box-shadow:0 20px 60px #0000001a}.image-placeholder img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .6s ease}.image-placeholder:hover img{transform:scale(1.05)}.about-role{font-size:1.25rem;color:#666;font-weight:400;margin-bottom:2rem;letter-spacing:.3px;line-height:1.5}.about-text{font-size:1.0625rem;line-height:1.8;color:#555;margin-bottom:3rem;letter-spacing:.2px}.credentials{display:flex;flex-direction:column;gap:2rem}.credential-item{display:flex;gap:1.5rem;align-items:flex-start}.credential-icon{width:24px;height:24px;color:#c9a55a;flex-shrink:0;margin-top:4px}.credential-item h4{font-family:Cormorant Garamond,serif;font-size:1.25rem;font-weight:600;color:#1a1a1a;margin-bottom:.25rem}.credential-item p{font-size:.9375rem;color:#666;line-height:1.5}.services-section{background:#fafaf8}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem}.service-card{background:#fff;padding:3rem 2.5rem;border-radius:2px;transition:all .4s cubic-bezier(.4,0,.2,1);cursor:pointer;position:relative;overflow:hidden}.service-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:2px;background:linear-gradient(90deg,#c9a55a,transparent);transform:scaleX(0);transform-origin:left;transition:transform .4s ease}.service-card:hover:before{transform:scaleX(1)}.service-card:hover{transform:translateY(-8px);box-shadow:0 20px 50px #00000014}.service-number{font-family:Cormorant Garamond,serif;font-size:3rem;font-weight:300;color:#e5e5e5;margin-bottom:1.5rem;line-height:1}.service-card h3{font-family:Cormorant Garamond,serif;font-size:1.75rem;font-weight:600;color:#1a1a1a;margin-bottom:1rem;letter-spacing:.3px}.service-card p{font-size:1rem;line-height:1.7;color:#666;letter-spacing:.2px}.gallery-section{background:#fff}.gallery-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.gallery-item{position:relative;aspect-ratio:4/3;overflow:hidden;border-radius:2px;cursor:pointer}.gallery-item img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .6s cubic-bezier(.4,0,.2,1)}.gallery-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to top,rgba(0,0,0,.7) 0%,transparent 60%);display:flex;align-items:flex-end;padding:2rem;opacity:0;transition:opacity .4s ease}.gallery-item:hover .gallery-overlay{opacity:1}.gallery-item:hover img{transform:scale(1.1)}.gallery-overlay h4{font-family:Cormorant Garamond,serif;font-size:1.5rem;color:#fff;font-weight:500}.testimonials-section{background:#1a1a1a;color:#fff}.testimonials-section .section-title{color:#fff}.testimonial-carousel{display:flex;align-items:center;gap:3rem;max-width:900px;margin:0 auto;position:relative}.carousel-btn{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#fff;width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;flex-shrink:0}.carousel-btn:hover{background:#fff3;transform:scale(1.1)}.testimonial-content{flex:1;text-align:center;padding:3rem 0}.testimonial-quote{font-family:Cormorant Garamond,serif;font-size:6rem;color:#fff3;line-height:.5;margin-bottom:1rem}.testimonial-text{font-size:1.25rem;line-height:1.8;color:#ffffffe6;margin-bottom:2rem;font-style:italic;font-weight:300;letter-spacing:.3px}.testimonial-author h4{font-family:Cormorant Garamond,serif;font-size:1.25rem;font-weight:600;margin-bottom:.25rem}.testimonial-author p{font-size:.9375rem;color:#fff9}.carousel-dots{display:flex;gap:.75rem;justify-content:center;margin-top:2rem}.dot{width:10px;height:10px;border-radius:50%;background:#ffffff4d;border:none;cursor:pointer;transition:all .3s ease}.dot.active{background:#fff;transform:scale(1.2)}.education-section{background:#fafaf8}.education-grid{display:grid;grid-template-columns:1fr 1fr;gap:6rem;align-items:center}.education-content p{font-size:1.0625rem;line-height:1.8;color:#555;margin-bottom:1.5rem;letter-spacing:.2px}.education-stats{display:grid;grid-template-columns:1fr;gap:3rem}.stat-item{text-align:center;padding:2.5rem;background:#fff;border-radius:2px;transition:all .4s ease}.stat-item:hover{transform:translateY(-5px);box-shadow:0 15px 40px #00000014}.stat-number{font-family:Cormorant Garamond,serif;font-size:4rem;font-weight:600;color:#c9a55a;line-height:1;margin-bottom:.75rem}.stat-label{font-size:1rem;color:#666;letter-spacing:.5px}.contact-section{background:#fff}.contact-grid{display:grid;grid-template-columns:1fr 2fr;gap:4rem;max-width:1000px;margin:0 auto}.contact-card{text-align:center;padding:3rem 2rem;background:#fafaf8;border-radius:2px;transition:all .4s ease}.contact-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px #00000014}.contact-icon{width:48px;height:48px;color:#c9a55a;margin:0 auto 1.5rem}.contact-card h3{font-family:Cormorant Garamond,serif;font-size:1.5rem;font-weight:600;margin-bottom:1rem}.contact-link{font-size:1.25rem;color:#1a1a1a;text-decoration:none;font-weight:500;transition:color .3s ease}.contact-link:hover{color:#c9a55a}.locations-wrapper{display:flex;flex-direction:column;gap:1.5rem}.locations-title{font-family:Cormorant Garamond,serif;font-size:1.75rem;font-weight:600;margin-bottom:1rem}.location-card{display:flex;gap:1.5rem;padding:2rem;background:#fafaf8;border-radius:2px;transition:all .3s ease}.location-card:hover{background:#f5f5f3;transform:translate(5px)}.location-icon{width:24px;height:24px;color:#c9a55a;flex-shrink:0;margin-top:4px}.location-details h4{font-family:Cormorant Garamond,serif;font-size:1.25rem;font-weight:600;margin-bottom:.75rem;color:#1a1a1a}.schedule{display:flex;gap:.75rem;align-items:center;color:#666}.schedule-icon{width:18px;height:18px;flex-shrink:0}.footer{background:#1a1a1a;color:#fff;padding:4rem 0 2rem}.footer-content{display:grid;grid-template-columns:repeat(3,1fr);gap:4rem;margin-bottom:3rem}.footer-section h3{font-family:Cormorant Garamond,serif;font-size:1.5rem;font-weight:600;margin-bottom:1rem}.footer-section h4{font-family:Cormorant Garamond,serif;font-size:1.125rem;font-weight:600;margin-bottom:.75rem}.footer-section p{font-size:.9375rem;color:#ffffffb3;line-height:1.6}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:2rem;text-align:center}.footer-bottom p{font-size:.875rem;color:#ffffff80}.floating-cta{position:fixed;bottom:2rem;right:2rem;padding:1rem 2rem;background:#c9a55a;color:#fff;text-decoration:none;font-weight:500;border-radius:50px;box-shadow:0 8px 25px #c9a55a66;z-index:999;transition:all .3s ease;letter-spacing:.3px}.floating-cta:hover{transform:translateY(-3px);box-shadow:0 12px 35px #c9a55a80;background:#d4b066}.animate-on-scroll{opacity:0;transform:translateY(40px);transition:all .8s cubic-bezier(.4,0,.2,1)}.animate-on-scroll.animate-in{opacity:1;transform:translateY(0)}@media (max-width: 1024px){.header-content,.container{padding:0 2rem}.about-grid,.education-grid,.contact-grid{grid-template-columns:1fr;gap:3rem}.services-grid{grid-template-columns:repeat(2,1fr)}.nav{gap:1.5rem}section{padding:5rem 0}}@media (max-width: 768px){.nav{display:none}.header-content{justify-content:center}.services-grid,.gallery-grid{grid-template-columns:1fr}.testimonial-carousel{flex-direction:column;gap:2rem}.carousel-btn{display:none}.footer-content{grid-template-columns:1fr;gap:2rem}section{padding:4rem 0}.section-header{margin-bottom:3rem}.floating-cta{bottom:1rem;right:1rem;padding:.875rem 1.5rem;font-size:.875rem}}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}.container{width:100%}@media (min-width: 640px){.container{max-width:640px}}@media (min-width: 768px){.container{max-width:768px}}@media (min-width: 1024px){.container{max-width:1024px}}@media (min-width: 1280px){.container{max-width:1280px}}@media (min-width: 1536px){.container{max-width:1536px}}
