:root{--cream:#fdf6ec;--cream-dark:#f5ebda;--navy:#1a2744;--navy-light:#2d3f5e;--coral:#e8734a;--coral-light:#f4a58a;--sage:#8bbfab;--sage-light:#c8e3d5;--pink:#f0c4c8;--pink-dark:#e09da4;--lavender:#c4b3d8;--gold-star:#d4a843;--white:#ffffff;--text:#1a2744;--text-light:#5a6478;--border-soft:rgba(26, 39, 68, 0.12);--font-display:'DM Serif Display', Georgia, serif;--font-body:'Be Vietnam Pro', sans-serif}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);background:var(--cream);color:var(--text);line-height:1.7;-webkit-font-smoothing:antialiased;overflow-x:hidden}img{display:block;max-width:100%}a{text-decoration:none;color:inherit}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.sparkle{position:absolute;pointer-events:none;z-index:1}.sparkle-star{width:24px;height:24px}.sparkle-star.lg{width:36px;height:36px}.sparkle-star.sm{width:16px;height:16px}.sparkle-star svg{width:100%;height:100%}.sparkle-dot{width:8px;height:8px;border-radius:50%}nav{position:sticky;top:0;z-index:100;background:rgba(253,246,236,.95);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);padding:.6rem 0}.nav-inner{display:flex;align-items:center;justify-content:flex-end}.nav-logo img{height:44px;width:auto}.nav-logo-text{font-family:var(--font-display);font-size:1.25rem;color:var(--navy)}.welcome-banner{background:var(--cream-dark);text-align:center;display:flex;align-items:center;justify-content:center;height:240px;position:relative;overflow:hidden;transition:height .5s ease,opacity .4s ease}.welcome-banner.closing{height:0;opacity:0}.welcome-banner img{width:auto;height:80%;margin:0 auto;filter:drop-shadow(0 4px 12px rgba(0,0,0,5%))}.welcome-banner .banner-close{position:absolute;top:.75rem;right:1rem;background:0 0;border:none;font-size:1.25rem;color:var(--text-light);cursor:pointer;transition:color .2s;line-height:1}.welcome-banner .banner-close:hover{color:var(--coral)}.mat-sparkle{position:absolute;pointer-events:none}.nav-links{display:flex;gap:2.25rem;list-style:none;align-items:center}.nav-links a{font-family:var(--font-body);font-weight:500;font-size:.9rem;color:var(--text-light);text-transform:uppercase;letter-spacing:.04em;transition:color .2s}.nav-links a:hover{color:var(--coral)}.nav-links a.btn-book,.nav-links a.btn-book:hover{color:var(--white)}.btn-book{display:inline-flex;align-items:center;gap:.4rem;padding:.65rem 1.5rem;background:var(--coral);color:var(--white)!important;font-family:var(--font-body);font-weight:600;font-size:.85rem;text-transform:uppercase;letter-spacing:.04em;border:none;border-radius:.5rem;cursor:pointer;transition:background .3s,transform .3s}.btn-book:hover{background:#d4623b;transform:translateY(-1px)}.nav-toggle{display:none;background:0 0;border:none;font-size:1.5rem;color:var(--navy);cursor:pointer}.promo{background:var(--sage-light);padding:.6rem 0;text-align:center;font-family:var(--font-body);font-weight:600;font-size:.8rem;color:var(--navy);letter-spacing:.02em;text-transform:uppercase}.promo strong{color:var(--coral)}.hero{position:relative;padding:5rem 0 4rem;overflow:hidden}.hero .container{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero-text{position:relative;z-index:2}.hero-tagline{font-family:var(--font-display);font-size:.95rem;color:var(--coral);margin-bottom:1.5rem;font-style:italic}.hero h1{font-family:var(--font-display);font-size:clamp(2.75rem,5.5vw,4rem);font-weight:400;line-height:1.1;color:var(--navy);margin-bottom:1.5rem}.hero-desc{font-size:1rem;color:var(--text-light);max-width:420px;margin-bottom:2.5rem;line-height:1.8}.btn-primary{display:inline-flex;align-items:center;gap:.5rem;padding:.9rem 2rem;background:var(--coral);color:var(--white);font-family:var(--font-body);font-weight:600;font-size:.9rem;text-transform:uppercase;letter-spacing:.04em;border:none;border-radius:.5rem;cursor:pointer;transition:background .3s,transform .3s}.btn-primary:hover{background:#d4623b;transform:translateY(-2px)}.hero-visual{position:relative;z-index:1}.hero-carousel{display:flex;gap:.5rem;height:420px}.hero-carousel img{height:100%;object-fit:cover;border-radius:3.5rem;flex:1;min-width:0;transition:flex .5s ease;cursor:pointer}.hero-carousel img.featured{flex:3}.carousel-dots{display:flex;justify-content:center;gap:.5rem;margin-top:1rem}.carousel-dots span{width:8px;height:8px;border-radius:50%;background:var(--border-soft);cursor:pointer;transition:background .3s,width .3s}.carousel-dots span.active{background:var(--coral);width:20px;border-radius:4px}.float-illus{position:absolute;pointer-events:none;z-index:0;opacity:.2}.float-balloon{animation:float-up 14s ease-in-out infinite}.float-balloon.delay-1{animation-delay:-4s}.float-balloon.delay-2{animation-delay:-8s}.float-balloon.delay-3{animation-delay:-11s}.float-balloon.delay-4{animation-delay:-2s}.float-balloon.delay-5{animation-delay:-6s}.float-balloon.delay-6{animation-delay:-10s}.float-cloud{animation:float-drift 20s ease-in-out infinite}.float-cloud.delay-1{animation-delay:-6s}.float-cloud.delay-2{animation-delay:-13s}.float-cloud.delay-3{animation-delay:-3s}.float-cloud.delay-4{animation-delay:-9s}.float-cloud.delay-5{animation-delay:-16s}@keyframes float-up{0%,100%{transform:translateY(0)rotate(-3deg)}50%{transform:translateY(-24px)rotate(3deg)}}@keyframes float-drift{0%,100%{transform:translateX(0)}50%{transform:translateX(16px)}}.illus-layer{position:fixed;top:0;left:0;right:0;bottom:0;pointer-events:none;z-index:0;overflow:hidden}.section-title{font-family:var(--font-display);font-size:clamp(2rem,4vw,2.75rem);font-weight:400;color:var(--navy);line-height:1.15;margin-bottom:1rem}.section-eyebrow{font-family:var(--font-display);font-size:.95rem;color:var(--coral);margin-bottom:.75rem;font-style:italic}.section-desc{font-size:1rem;color:var(--text-light);max-width:520px;line-height:1.8}.services{padding:5rem 0;background:var(--cream-dark);position:relative}.services-header{text-align:center;margin-bottom:3.5rem}.services-header .section-desc{margin:0 auto}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.svc-card{background:0 0;border:1.5px solid var(--border-soft);border-radius:1.25rem;padding:2rem;transition:border-color .3s,transform .3s,background .3s}.svc-card:hover{border-color:var(--coral-light);background:var(--cream);transform:translateY(-4px)}.svc-icon{width:3rem;height:3rem;border-radius:.75rem;display:flex;align-items:center;justify-content:center;font-size:1.2rem;margin-bottom:1.25rem}.svc-icon.coral{background:rgba(232,115,74,.12);color:var(--coral)}.svc-icon.sage{background:rgba(139,191,171,.2);color:#5a9e82}.svc-icon.pink{background:rgba(240,196,200,.4);color:#c97a80}.svc-card h3{font-family:var(--font-display);font-weight:400;font-size:1.25rem;color:var(--navy);margin-bottom:.6rem}.svc-card p{font-size:.875rem;color:var(--text-light);margin-bottom:1rem;line-height:1.7}.svc-price{font-family:var(--font-body);font-weight:700;font-size:1.1rem;color:var(--coral)}.svc-promo{display:inline-block;margin-top:.5rem;padding:.2rem .65rem;background:rgba(232,115,74,.1);color:var(--coral);border-radius:9999px;font-weight:600;font-size:.7rem;text-transform:uppercase;letter-spacing:.03em}.bundles{padding:5rem 0;position:relative}.bundles-header{text-align:center;margin-bottom:3.5rem}.bundles-header .section-desc{margin:0 auto}.bundles-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;max-width:880px;margin:0 auto}.bundle-card{background:var(--white);border-radius:1.5rem;padding:2.5rem;position:relative;overflow:hidden}.bundle-card::before{content:'';position:absolute;top:0;left:0;right:0;height:4px}.bundle-card:first-child::before{background:var(--sage)}.bundle-card:last-child::before{background:var(--coral)}.bundle-label{display:inline-block;padding:.3rem .85rem;border-radius:9999px;font-weight:600;font-size:.7rem;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem}.bundle-label.sage{background:var(--sage-light);color:#3d7a5e}.bundle-label.coral{background:rgba(232,115,74,.12);color:var(--coral)}.bundle-card h3{font-family:var(--font-display);font-weight:400;font-size:1.75rem;color:var(--navy);margin-bottom:.25rem}.bundle-price{font-family:var(--font-display);font-weight:400;font-size:2.5rem;color:var(--coral);margin-bottom:1.5rem;line-height:1}.bundle-card ul{list-style:none;margin-bottom:2rem}.bundle-card li{padding:.45rem 0;font-size:.875rem;color:var(--text-light);display:flex;align-items:flex-start;gap:.6rem;line-height:1.5}.bundle-card li::before{content:'✓';color:var(--sage);font-weight:700;flex-shrink:0}.btn-bundle{display:block;width:100%;text-align:center;padding:.85rem;background:var(--coral);color:var(--white);font-family:var(--font-body);font-weight:600;font-size:.9rem;text-transform:uppercase;letter-spacing:.04em;border:none;border-radius:.5rem;cursor:pointer;transition:background .3s,transform .3s}.btn-bundle:hover{background:#d4623b;transform:translateY(-2px)}.gallery{padding:5rem 0;background:var(--cream-dark);position:relative}.gallery-header{text-align:center;margin-bottom:3.5rem}.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-auto-rows:220px;gap:1rem}.gallery-grid img{width:100%;height:100%;object-fit:cover;border-radius:1.25rem;transition:transform .4s ease}.gallery-grid img:nth-child(1){grid-row:span 2;border-radius:2rem}.gallery-grid img:nth-child(4){grid-row:span 2;border-radius:2rem}.gallery-grid img:hover{transform:scale(1.03)}.trust-section{padding:5rem 0}.trust-grid{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:start}.trust-list{list-style:none;margin-top:2rem}.trust-list li{display:flex;align-items:flex-start;gap:1rem;padding:.85rem 0;font-size:.9rem;color:var(--text-light);line-height:1.6}.trust-list .icon-circle{width:2.25rem;height:2.25rem;flex-shrink:0;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.8rem}.icon-circle.coral{background:rgba(232,115,74,.12);color:var(--coral)}.icon-circle.sage{background:rgba(139,191,171,.2);color:#5a9e82}.icon-circle.pink{background:rgba(240,196,200,.4);color:#c97a80}.faq-title{font-family:var(--font-display);font-weight:400;font-size:1.5rem;color:var(--navy);margin-bottom:1.5rem}.faq-item{background:var(--white);border-radius:1rem;padding:1.25rem 1.5rem;margin-bottom:.6rem;border:1px solid var(--border-soft);transition:border-color .3s}.faq-item:hover{border-color:var(--coral-light)}.faq-item summary{font-family:var(--font-display);font-weight:400;font-size:1rem;color:var(--navy);cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center}.faq-item summary::after{content:'+';font-family:var(--font-body);font-size:1.3rem;color:var(--coral);transition:transform .3s}.faq-item[open] summary::after{transform:rotate(45deg)}.faq-item p{margin-top:.75rem;font-size:.875rem;color:var(--text-light);line-height:1.8}.cta{padding:5rem 0;background:var(--navy);text-align:center;position:relative;overflow:hidden}.cta::before{content:'';position:absolute;top:-80px;right:-60px;width:300px;height:300px;background:rgba(232,115,74,8%);border-radius:50%}.cta::after{content:'';position:absolute;bottom:-60px;left:-40px;width:200px;height:200px;background:rgba(139,191,171,6%);border-radius:50%}.cta .container{position:relative;z-index:2}.cta h2{font-family:var(--font-display);font-size:clamp(2rem,4vw,3rem);font-weight:400;color:var(--white);margin-bottom:1rem;line-height:1.15}.cta .cta-desc{font-size:1rem;color:rgba(255,255,255,.7);max-width:460px;margin:0 auto 2.5rem;line-height:1.8}.btn-cta{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2.25rem;background:var(--coral);color:var(--white);font-family:var(--font-body);font-weight:600;font-size:1rem;text-transform:uppercase;letter-spacing:.04em;border:none;border-radius:.5rem;cursor:pointer;transition:background .3s,transform .3s}.btn-cta:hover{background:#d4623b;transform:translateY(-2px)}.cta-email{margin-top:1.25rem;font-size:.875rem;color:rgba(255,255,255,.5)}.cta-email a{color:var(--coral-light);text-decoration:underline}footer{background:var(--cream-dark);padding:3.5rem 0 2rem}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:3rem;margin-bottom:3rem}.footer-brand p{font-size:.85rem;color:var(--text-light);line-height:1.7;max-width:260px;margin-top:1rem}.footer-brand .nav-logo img{width:150px;height:auto}.footer-social{display:flex;gap:.6rem;margin-top:1.25rem}.footer-social a{width:2rem;height:2rem;border-radius:50%;background:rgba(26,39,68,6%);color:var(--text-light);display:flex;align-items:center;justify-content:center;font-size:.8rem;transition:background .3s,color .3s}.footer-social a:hover{background:var(--coral);color:var(--white)}.footer-col h4{font-family:var(--font-body);font-weight:600;font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;margin-bottom:1rem;color:var(--navy)}.footer-col ul{list-style:none}.footer-col li{margin-bottom:.4rem}.footer-col a{font-size:.85rem;color:var(--text-light);transition:color .2s}.footer-col a:hover{color:var(--coral)}.footer-bottom{padding-top:1.5rem;display:flex;justify-content:space-between;align-items:center;font-size:.75rem;color:var(--text-light)}.footer-bottom a{color:var(--text-light)}.footer-bottom a:hover{color:var(--coral)}@media(prefers-reduced-motion:reduce){.float-balloon,.float-cloud{animation:none}.hero-carousel img{transition:none}.svc-card,.bundle-card,.gallery-grid img,.btn-primary,.btn-book,.btn-bundle,.btn-cta{transition:none}.welcome-banner{transition:none}}@media(max-width:768px){.hero .container{grid-template-columns:1fr;gap:2.5rem}.hero-visual{order:-1}.hero-carousel img{height:220px}.hero-logo-block img{width:160px}.services-grid{grid-template-columns:1fr;max-width:400px;margin:0 auto}.bundles-grid{grid-template-columns:1fr}.gallery-grid{grid-template-columns:repeat(2,1fr);grid-auto-rows:180px}.gallery-grid img:nth-child(1),.gallery-grid img:nth-child(4){grid-row:span 1;border-radius:1.25rem}.trust-grid{grid-template-columns:1fr;gap:3rem}.footer-grid{grid-template-columns:1fr 1fr;gap:2rem}.footer-bottom{flex-direction:column;gap:.5rem;text-align:center}.nav-links{display:none}.nav-toggle{display:block}.sparkle{display:none}}