:root{--bg: #fffdfb;--bg-alt: #fef9fb;--surface: rgba(255, 255, 255, .88);--surface-strong: #ffffff;--text: #2f2c39;--muted: #6f6b78;--pink: #f67fb1;--pink-soft: #ffe3ef;--yellow: #f5c33b;--yellow-soft: #fff3c7;--mint: #8edee0;--mint-soft: #ddf7f7;--lilac: #dfb5eb;--lilac-soft: #f6e7fb;--ink: #2e2d34;--border: rgba(95, 89, 112, .12);--shadow: 0 18px 45px rgba(135, 122, 157, .12);--radius: 30px;--radius-sm: 18px;--container: 1180px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--text);background:radial-gradient(circle at top left,rgba(142,222,224,.24),transparent 28%),radial-gradient(circle at 85% 12%,rgba(246,127,177,.16),transparent 20%),radial-gradient(circle at 15% 82%,rgba(245,195,59,.15),transparent 18%),var(--bg)}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}main{min-height:60vh}p{line-height:1.8}.container{width:min(calc(100% - 32px),var(--container));margin:0 auto}.narrow{width:min(calc(100% - 32px),820px);margin:0 auto}.center-text{text-align:center}.section{padding:84px 0}.alt-bg{background:linear-gradient(180deg,#ffffff8c,#ffffffd1),linear-gradient(90deg,#ffe3ef47,#ddf7f747)}.page-hero{padding:112px 0 32px}.page-hero h1,.hero h1{font-size:clamp(2.5rem,5vw,4.5rem);line-height:1.05;margin:16px 0 18px}.page-hero p,.hero p{font-size:1.08rem;color:var(--muted)}.page-logo{width:min(280px,75%);margin:0 auto 18px}.eyebrow{display:inline-flex;padding:9px 15px;border-radius:999px;background:#ffffffd1;border:1px solid var(--border);font-size:.84rem;letter-spacing:.05em;text-transform:uppercase;color:#845f76;font-weight:700}.navbar-wrap{position:sticky;top:0;z-index:50;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#fffdfbc2;border-bottom:1px solid rgba(95,89,112,.08)}.navbar{min-height:88px;display:flex;align-items:center;justify-content:space-between;gap:20px}.brand{display:flex;align-items:center;gap:14px;min-width:0}.brand-logo{width:132px;max-width:42vw}.brand-copy{min-width:0}.brand strong{display:block;font-size:1rem}.brand small{color:var(--muted);display:block;margin-top:3px}.nav-links{display:flex;align-items:center;gap:20px}.nav-links a:not(.btn){color:var(--muted);font-weight:700}.nav-links a.active,.nav-links a:hover{color:var(--ink)}.menu-btn{display:none;background:transparent;border:0;padding:6px}.menu-btn span{display:block;width:24px;height:2px;background:var(--ink);margin:5px 0;border-radius:999px}.btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 22px;border-radius:999px;font-weight:800;transition:.2s ease}.btn-primary{background:linear-gradient(135deg,var(--pink),#ff9bc7 65%,#ffc9df);color:#fff;box-shadow:0 16px 30px #f67fb13d}.btn-primary:hover{transform:translateY(-1px)}.btn-secondary{background:#ffffffd6;border:1px solid var(--border)}.btn-light{background:#fff;color:var(--text)}.hero{padding:86px 0 80px}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:42px;align-items:center}.hero-actions{display:flex;gap:14px;margin:28px 0;flex-wrap:wrap}.hero-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.hero-stats div,.info-card,.testimonial-card,.glass-card,.contact-form,.showcase-box,.faq-item{background:var(--surface);border:1px solid rgba(255,255,255,.75);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.hero-stats div{padding:18px;border-radius:22px}.hero-stats strong{display:block;margin-bottom:8px}.hero-stats span{color:var(--muted);font-size:.95rem;line-height:1.6}.hero-card-stack{position:relative;min-height:540px}.glass-card.card-large{position:absolute;top:38px;right:0;bottom:40px;left:44px;border-radius:38px;padding:34px;background:linear-gradient(180deg,#ffffffeb,#fff8fbe0),radial-gradient(circle at bottom right,rgba(142,222,224,.28),transparent 36%)}.brand-showcase:before,.brand-showcase:after{content:"";position:absolute;border-radius:999px;opacity:.8}.brand-showcase:before{width:78px;height:78px;top:-18px;right:24px;background:#f5c33b47}.brand-showcase:after{width:96px;height:96px;bottom:-18px;left:-18px;background:#8edee047}.hero-logo{width:min(320px,90%);margin-bottom:22px}.card-badge{display:inline-flex;padding:8px 12px;border-radius:999px;background:#dfb5eb4d;font-weight:800;font-size:.9rem}.glass-card h3{font-size:2rem;margin:18px 0 12px}.glass-card p{color:var(--muted)}.floating-card{position:absolute;padding:16px 18px;border-radius:18px;box-shadow:var(--shadow);font-weight:800;background:#fff}.top-right{top:0;right:16px}.bottom-left{bottom:0;left:0}.bubble-pink{background:var(--pink-soft)}.bubble-mint{background:var(--mint-soft)}.section-header{max-width:760px;margin-bottom:32px}.section-header.center{text-align:center;margin-inline:auto}.section-header h2{font-size:clamp(2rem,3vw,3rem);margin:14px 0 12px}.section-header p{color:var(--muted)}.grid{display:grid;gap:22px}.grid-4{grid-template-columns:repeat(4,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.info-card,.testimonial-card,.contact-form,.showcase-box{padding:28px;border-radius:var(--radius)}.info-card h3,.testimonial-card strong{font-size:1.08rem}.info-card p,.testimonial-card p,.faq-item p{color:var(--muted)}.pastel-card{background:linear-gradient(180deg,#ffffffeb,#fffafce6)}.pastel-1{background:linear-gradient(180deg,#fffffff0,#ddf7f7d1)}.pastel-2{background:linear-gradient(180deg,#fffffff0,#ffe3efd1)}.pastel-3{background:linear-gradient(180deg,#fffffff0,#fff3c7d1)}.pastel-4{background:linear-gradient(180deg,#fffffff0,#f6e7fbe0)}.service-card{position:relative;overflow:hidden}.service-card:after{content:"";position:absolute;width:90px;height:90px;right:-18px;top:-18px;border-radius:999px;opacity:.6}.service-1:after{background:var(--mint-soft)}.service-2:after{background:var(--pink-soft)}.service-3:after{background:var(--yellow-soft)}.service-4:after{background:var(--lilac-soft)}.split-section{display:grid;grid-template-columns:1fr 1fr;gap:36px;align-items:center}.check-list{list-style:none;padding:0;margin:24px 0 0;display:grid;gap:14px}.check-list li{position:relative;padding-left:30px;line-height:1.7}.check-list li:before{content:"•";position:absolute;left:8px;color:var(--pink);font-size:1.3rem}.compact{gap:8px}.tall-card{min-height:100%}.showcase-panel{position:relative;min-height:420px}.showcase-blob{position:absolute;border-radius:999px;filter:blur(2px)}.blob-one{width:260px;height:260px;background:#8edee07a;top:38px;left:22px}.blob-two{width:240px;height:240px;background:#f67fb147;right:18px;bottom:14px}.blob-three{width:120px;height:120px;background:#f5c33b5c;left:52%;top:14px}.showcase-box{position:absolute;top:80px;right:44px;bottom:34px;left:58px}.text-link{display:inline-flex;margin-top:14px;font-weight:800;color:#8d5f8e}.testimonial-card span{display:block;margin-top:8px;color:var(--muted)}.cta-band{background:linear-gradient(135deg,#8edee0,#dfb5eb 48%,#f67fb1);color:#fff}.cta-band-content{display:flex;align-items:center;justify-content:space-between;gap:24px}.cta-band .eyebrow{background:#ffffff2e;border-color:#ffffff3d;color:#fff}.faq-list{display:grid;gap:18px}.faq-item{padding:22px 26px;border-radius:24px}.faq-item h3{margin-top:0}.contact-grid{display:grid;grid-template-columns:.95fr 1.05fr;gap:24px}.contact-form{display:grid;gap:18px}.form-row{display:grid;gap:8px}.form-row label{font-weight:800}.form-row input,.form-row textarea{width:100%;border:1px solid var(--border);background:#fffffff2;border-radius:16px;padding:14px 16px;font:inherit;color:var(--text)}.contact-details p{margin:0 0 10px;color:var(--muted)}.footer{padding:34px 0 24px;border-top:1px solid rgba(95,89,112,.08);background:#ffffffb8}.footer-grid{display:grid;grid-template-columns:1.2fr .8fr .8fr;gap:24px}.footer-logo{width:180px;margin-bottom:14px}.footer-links{display:grid;gap:10px}.footer-link{color:var(--muted)}.footer-bottom{margin-top:24px;padding-top:18px;border-top:1px solid rgba(95,89,112,.08);display:flex;justify-content:space-between;gap:16px;color:var(--muted);font-size:.95rem}@media (max-width: 980px){.hero-grid,.split-section,.contact-grid,.footer-grid,.grid-4,.grid-3,.hero-stats{grid-template-columns:1fr}.brand-copy{display:none}.brand-logo{width:118px}.hero-card-stack{min-height:380px}.glass-card.card-large{top:20px;right:0;bottom:20px;left:0}.showcase-box{top:70px;right:20px;bottom:20px;left:20px}.menu-btn{display:block}.nav-links{position:absolute;top:84px;left:16px;right:16px;display:none;flex-direction:column;align-items:stretch;background:#fffffff7;padding:18px;border-radius:24px;border:1px solid var(--border);box-shadow:var(--shadow)}.nav-links.open{display:flex}.cta-band-content,.footer-bottom{flex-direction:column;align-items:flex-start}}.skip-link{position:absolute;left:16px;top:-48px;z-index:100;padding:12px 16px;border-radius:999px;background:#fff;box-shadow:var(--shadow);font-weight:700}.skip-link:focus{top:16px}.footer-heading{margin:0 0 16px;font-size:1.05rem}.text-link{font-weight:700;text-decoration:underline;text-underline-offset:3px}.lang-switch{display:inline-flex;align-items:center;justify-content:center;min-width:44px;height:44px;padding:0 .85rem;border-radius:999px;border:1px solid rgba(0,0,0,.08);background:#ffffffbf;font-weight:700;text-decoration:none}.lang-switch:hover{transform:translateY(-1px)}.hero-visual{position:relative;min-height:650px;display:flex;align-items:center;justify-content:center;isolation:isolate;padding:40px 20px 60px}.floating-card{position:absolute;z-index:10;display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:.85rem 1.2rem;border-radius:999px;font-weight:700;line-height:1;white-space:nowrap;box-shadow:0 12px 30px #00000014}@media (max-width: 1100px){.hero-visual{min-height:590px}.hero-image-main{width:min(100%,410px)}.hero-image-top{width:150px;right:10px}.hero-image-bottom{width:165px;left:0}.top-right{right:140px}}@media (max-width: 980px){.hero-visual{min-height:540px;margin-top:2rem;padding:20px 10px 40px}.hero-image-main{width:min(100%,360px)}.hero-image-top{top:10px;right:0;width:130px}.hero-image-bottom{bottom:30px;left:0;width:145px}.top-right{top:-10px;right:110px;font-size:.9rem;padding:.75rem 1rem}.bottom-left{bottom:-8px;left:0;font-size:.9rem;padding:.75rem 1rem}}@media (max-width: 768px){.hero-grid{gap:2rem}.hero-visual{min-height:auto;display:grid;gap:1rem;padding:0}.hero-image-card{position:relative;width:100%}.hero-image-main,.hero-image-top,.hero-image-bottom{top:auto;right:auto;bottom:auto;left:auto;width:100%}.floating-card{position:static;width:fit-content;margin:.25rem 0}}.hero-visual-desktop{position:relative;width:100%;min-height:650px;display:flex;align-items:center;justify-content:center}.hero-mobile-slider{display:none}.hero-visual{position:relative;isolation:isolate}.hero-image-card{position:absolute;overflow:hidden;background:#fff;border:6px solid rgba(255,255,255,.92);box-shadow:0 20px 60px #0000001f}.hero-image-main{position:relative;width:min(100%,470px);border-radius:36px;z-index:2}.hero-image-top{top:20px;right:20px;width:175px;border-radius:28px;z-index:3}.hero-image-bottom{bottom:40px;left:-10px;width:185px;border-radius:28px;z-index:3}.hero-photo{display:block;width:100%;height:100%;object-fit:cover}.floating-card{position:absolute;z-index:10;display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:.85rem 1.2rem;border-radius:999px;font-weight:700;line-height:1.2;white-space:nowrap;box-shadow:0 12px 30px #00000014}.top-right{top:-8px;right:170px}.bottom-left{bottom:-6px;left:0}.bubble-pink{background:#f8d3e3;color:#3b3341}.bubble-mint{background:#cfeeee;color:#2f3a40}@media (max-width: 1100px){.hero-visual-desktop{min-height:590px}.hero-image-main{width:min(100%,410px)}.hero-image-top{width:150px;right:10px}.hero-image-bottom{width:165px;left:0}.top-right{right:140px}}@media (max-width: 768px){.hero-visual-desktop{display:none}.hero-mobile-slider{display:block;margin-top:1.5rem}.hero-mobile-track{display:flex;gap:1rem;overflow-x:auto;padding:0 0 .5rem;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none}.hero-mobile-track::-webkit-scrollbar{display:none}.hero-mobile-slide{flex:0 0 85%;scroll-snap-align:center;background:#fff;border-radius:28px;overflow:hidden;box-shadow:0 16px 40px #0000001a}.hero-mobile-slide img{width:100%;aspect-ratio:4 / 4.5;object-fit:cover;display:block}.hero-mobile-label{display:inline-flex;align-items:center;justify-content:center;margin:.9rem;padding:.75rem 1rem;border-radius:999px;font-size:.95rem;font-weight:700;line-height:1.2}}.contact-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:2rem;align-items:start}.contact-form{background:#fff;border-radius:28px;padding:1.5rem;box-shadow:0 16px 40px #00000014}.form-row{display:flex;flex-direction:column;gap:.55rem;margin-bottom:1rem}.form-row label{font-weight:600}.form-row input,.form-row textarea{width:100%;border:1px solid rgba(0,0,0,.12);border-radius:16px;padding:.9rem 1rem;font:inherit;background:#fff}.form-row textarea{resize:vertical;min-height:140px}.wide-btn{width:100%}.map-wrapper{overflow:hidden;border-radius:28px;box-shadow:0 16px 40px #00000014;background:#fff}.contact-details p{margin:0 0 .75rem}@media (max-width: 900px){.contact-grid{grid-template-columns:1fr}.contact-form{padding:1.25rem}}.form-row input,.form-row textarea{width:100%;border:1px solid rgba(0,0,0,.12);border-radius:16px;padding:.9rem 1rem;font:inherit;background:#fff;transition:border-color .2s ease,box-shadow .2s ease}.form-row input:focus,.form-row textarea:focus{border-color:#d98bb3;box-shadow:0 0 0 4px #d98bb31f;outline:none}.success-message{margin:0 0 1rem;padding:.9rem 1rem;border-radius:14px;background:#e7f8ef;color:#1d6b43;font-weight:600}.error-message{margin:0 0 1rem;padding:.9rem 1rem;border-radius:14px;background:#fdecec;color:#a12a2a;font-weight:600}.hidden-honeypot{position:absolute;left:-9999px;opacity:0;pointer-events:none}.field-error{display:block;margin-top:.35rem;color:#b42318;font-size:.92rem;font-weight:500}.team-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:2rem}.team-card{background:#fff;border-radius:28px;overflow:hidden;box-shadow:0 16px 40px #00000014}.team-photo-wrap{aspect-ratio:4 / 4.2;overflow:hidden}.team-photo{width:100%;height:100%;object-fit:cover;display:block}.team-card-body{padding:1.4rem}.team-role{margin:.35rem 0 1rem;font-weight:700;color:#8d5d74}.team-tags{display:flex;flex-wrap:wrap;gap:.6rem;margin:1rem 0 0;padding:0;list-style:none}.team-tags li{padding:.55rem .85rem;border-radius:999px;background:#f8d3e3;font-size:.92rem;font-weight:600}@media (max-width: 900px){.team-grid{grid-template-columns:1fr}}.virtual-tour{width:100%;height:480px;border-radius:24px;overflow:hidden;box-shadow:0 20px 40px #00000014;margin-top:2rem}.tour-description{max-width:700px;margin:2rem auto 0;text-align:center;color:#555;font-size:.95rem}@media (max-width: 768px){.virtual-tour{height:320px}}.tour-layout{display:grid;grid-template-columns:320px 1fr;gap:1.5rem;align-items:start}.tour-sidebar{display:flex;flex-direction:column;gap:1rem}.tour-sidebar-title{margin:0;font-size:1.1rem}.tour-room-list{display:flex;flex-direction:column;gap:.75rem}.tour-room-btn{width:100%;text-align:left;border:1px solid rgba(0,0,0,.08);background:#fff;border-radius:18px;padding:.95rem 1rem;font:inherit;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.tour-room-btn:hover{transform:translateY(-1px);box-shadow:0 10px 24px #0000000f}.tour-room-btn.active{border-color:#d98bb373;background:#fff7fb}.tour-room-card{background:#fff;border-radius:22px;padding:1rem 1.1rem;box-shadow:0 14px 34px #0000000f}.tour-room-card h3{margin-top:0;margin-bottom:.5rem}.tour-room-card.muted{opacity:.9}.tour-viewer-wrap{min-width:0}.tour-viewer{width:100%;height:650px;border-radius:28px;overflow:hidden;box-shadow:0 18px 44px #0000001f;background:#f7f7f7}.tour-info-dot{width:30px;height:30px;border-radius:999px;background:#fff;color:#333;display:flex;align-items:center;justify-content:center;font-weight:700;box-shadow:0 8px 22px #0000002e;border:2px solid rgba(248,211,227,.95)}@media (max-width: 960px){.tour-layout{grid-template-columns:1fr}.tour-viewer{height:460px}.tour-room-list{display:grid;grid-template-columns:repeat(2,1fr)}}@media (max-width: 640px){.tour-room-list{grid-template-columns:1fr}.tour-viewer{height:380px;border-radius:22px}}.team-hero-section{padding:5rem 0 7rem;background:#f8f8f8}.team-page-title{margin-bottom:1rem;font-size:clamp(2.2rem,4vw,3.5rem)}.team-page-intro{max-width:760px;margin:0 auto;font-size:1.05rem;line-height:1.8}.team-curved-section{position:relative;background:#efb6c7;padding:4rem 0 6rem}.team-curve{position:absolute;top:-90px;left:0;width:100%;height:120px;background:#efb6c7;border-top-left-radius:50% 100%;border-top-right-radius:50% 100%}.team-card-grid{position:relative;z-index:2;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:3rem 2.5rem;align-items:start}.team-profile-card{position:relative;background:#0a8a63;color:#fff;border-radius:20px;padding:3.8rem 1.5rem 1.5rem;margin-top:3.5rem;min-height:420px;box-shadow:0 18px 40px #0000001f}.team-profile-image-wrap{position:absolute;top:-52px;left:-24px;width:130px;height:130px;border-radius:50%;overflow:hidden;border:6px solid #efb6c7;background:#fff}.team-profile-image{width:100%;height:100%;object-fit:cover;display:block}.team-profile-content h2{margin-bottom:.55rem;font-size:1.9rem;line-height:1.15;color:#fff}.team-qualifications{margin:0 0 .45rem;font-weight:700;color:#fff}.team-role{margin:0 0 1rem;font-weight:700;color:#ffd7e4}.team-bio{margin:0;line-height:1.8;color:#fffffff5}@media (max-width: 900px){.team-card-grid{grid-template-columns:1fr}.team-profile-card{min-height:auto}}@media (max-width: 640px){.team-hero-section{padding:4rem 0 6rem}.team-curved-section{padding:3rem 0 4rem}.team-curve{top:-60px;height:90px}.team-profile-card{padding:4rem 1.2rem 1.2rem}.team-profile-image-wrap{left:18px;width:110px;height:110px}.team-profile-content h2{font-size:1.5rem}}.coming-soon-page{min-height:100vh;display:flex;align-items:center;background:radial-gradient(circle at top left,rgba(248,211,227,.55),transparent 35%),radial-gradient(circle at bottom right,rgba(207,238,238,.6),transparent 35%),#fffafc;padding:4rem 0}.coming-soon-wrap{max-width:760px;text-align:center}.coming-soon-logo{width:min(280px,70vw);margin:0 auto 1.5rem;display:block}.coming-soon-wrap h1{margin-bottom:1rem;font-size:clamp(2.2rem,4vw,3.5rem);line-height:1.15}.coming-soon-wrap p{max-width:640px;margin:0 auto 1rem;line-height:1.8}.coming-soon-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin:2rem 0}.coming-soon-meta{margin-top:1rem}.coming-soon-meta p{margin:.35rem 0}
