.sb-scope{--bg: #f8f4ef;--bg-alt: #f1ebe2;--surface: #ffffff;--surface-2: #faf7f2;--text: #1f1a24;--text-muted: #605767;--text-subtle: #8a8292;--border: #e5ddd1;--border-strong: #d4c9b8;--brand: #8d6fb0;--brand-soft: #b69dd1;--brand-deep: #5d4578;--brand-wash: #e8dcf3;--accent: #e8b4a7;--accent-soft: #f4d8d0;--cream: #f5ebdc;--star: #f4b942;--shadow-sm: 0 1px 2px rgba(29, 22, 42, .04), 0 1px 3px rgba(29, 22, 42, .06);--shadow-md: 0 4px 16px rgba(29, 22, 42, .06), 0 2px 4px rgba(29, 22, 42, .04);--shadow-lg: 0 20px 50px rgba(29, 22, 42, .08), 0 6px 16px rgba(29, 22, 42, .06);--shadow-brand: 0 20px 40px rgba(141, 111, 176, .18);--radius-sm: 10px;--radius-md: 18px;--radius-lg: 28px;--radius-xl: 40px;--radius-pill: 999px;--container: 1280px;--header-h: 76px;--announce-h: 40px;--font-display: "Fraunces", "Times New Roman", serif;--font-body: "DM Sans", -apple-system, BlinkMacSystemFont, sans-serif;--ease: cubic-bezier(.22, 1, .36, 1);--ease-spring: cubic-bezier(.34, 1.56, .64, 1)}[data-theme=dark] .sb-scope{--bg: #0f0d14;--bg-alt: #171520;--surface: #1a1724;--surface-2: #22202e;--text: #f2ece4;--text-muted: #b8aebf;--text-subtle: #867c8e;--border: #2d2a38;--border-strong: #3d3947;--brand: #b89ddb;--brand-soft: #c9b0e2;--brand-deep: #9478bd;--brand-wash: #2a2338;--accent: #e8b4a7;--accent-soft: #3a2d2b;--cream: #2a2318;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .4);--shadow-md: 0 4px 16px rgba(0, 0, 0, .45);--shadow-lg: 0 20px 50px rgba(0, 0, 0, .5);--shadow-brand: 0 20px 40px rgba(184, 157, 219, .15)}.sb-scope,.sb-scope *,.sb-scope *:before,.sb-scope *:after{box-sizing:border-box;margin:0;padding:0}.sb-scope{scroll-behavior:smooth}.sb-scope{background:var(--bg);color:var(--text);font-family:var(--font-body);font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transition:background .4s var(--ease),color .4s var(--ease);overflow-x:hidden}.sb-scope img{max-width:100%;display:block}.sb-scope a{color:inherit;text-decoration:none}.sb-scope button{font:inherit;cursor:pointer;border:none;background:none;color:inherit}.sb-scope ul,.sb-scope ol{list-style:none}.sb-scope .container{width:100%;max-width:var(--container);margin:0 auto;padding:0 24px}.sb-scope .eyebrow{font-family:var(--font-body);font-size:12px;font-weight:500;text-transform:uppercase;letter-spacing:.2em;color:var(--brand)}.sb-scope h1,.sb-scope h2,.sb-scope h3,.sb-scope h4{font-family:var(--font-display);font-weight:400;line-height:1.1;letter-spacing:-.02em;color:var(--text)}.sb-scope h1{font-size:clamp(2.5rem,5.5vw,4.5rem)}.sb-scope h2{font-size:clamp(2rem,4vw,3.25rem)}.sb-scope h3{font-size:clamp(1.35rem,2vw,1.75rem)}.sb-scope h4{font-size:1.15rem}.sb-scope .serif-italic{font-family:var(--font-display);font-style:italic;font-weight:400}.sb-scope p{color:var(--text-muted)}.sb-scope .btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:14px 28px;border-radius:var(--radius-pill);font-family:var(--font-body);font-size:14px;font-weight:500;letter-spacing:.05em;text-transform:uppercase;transition:all .3s var(--ease);white-space:nowrap;border:1.5px solid transparent;position:relative;overflow:hidden}.sb-scope .btn svg{width:16px;height:16px;transition:transform .3s var(--ease)}.sb-scope .btn:hover svg{transform:translate(3px)}.sb-scope .btn-primary{background:var(--brand);color:#fff}.sb-scope .btn-primary:hover{background:var(--brand-deep);transform:translateY(-2px);box-shadow:var(--shadow-brand)}.sb-scope .btn-outline{background:transparent;color:var(--text);border-color:var(--text)}.sb-scope .btn-outline:hover{background:var(--text);color:var(--bg);transform:translateY(-2px)}.sb-scope .btn-ghost{background:var(--surface);color:var(--text);border-color:var(--border)}.sb-scope .btn-ghost:hover{background:var(--brand);color:#fff;border-color:var(--brand)}.sb-scope .btn-lg{padding:18px 36px;font-size:15px}.sb-scope .announcement{background:var(--brand-deep);color:#fff;height:var(--announce-h);overflow:hidden;display:flex;align-items:center;position:relative}.sb-scope .announcement-track{display:flex;gap:48px;white-space:nowrap;animation:marquee 40s linear infinite;padding-left:48px}.sb-scope .announcement-item{font-size:13px;letter-spacing:.1em;text-transform:uppercase;font-weight:400;display:flex;align-items:center;gap:12px}.sb-scope .announcement-item:after{content:"\2726";color:var(--brand-soft);font-size:10px;margin-left:48px}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.sb-scope .header{position:sticky;top:0;z-index:100;background:#f8f4efd9;backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);border-bottom:1px solid var(--border);transition:background .3s var(--ease)}[data-theme=dark] .sb-scope .header{background:#0f0d14d9}.sb-scope .header-inner{display:flex;align-items:center;justify-content:space-between;height:var(--header-h);gap:24px}.sb-scope .logo{display:flex;align-items:center;flex-shrink:0;height:48px;color:var(--text)}.sb-scope .logo img{height:100%;width:auto;object-fit:contain}.sb-scope .logo .logo-img-light{display:block}.sb-scope .logo .logo-img-dark,[data-theme=dark] .sb-scope .logo .logo-img-light{display:none}[data-theme=dark] .sb-scope .logo .logo-img-dark{display:block}.sb-scope .nav{display:flex;align-items:center;gap:4px}.sb-scope .nav-item{position:relative}.sb-scope .nav-link{display:flex;align-items:center;gap:6px;padding:10px 16px;font-size:14px;font-weight:500;color:var(--text);border-radius:var(--radius-pill);transition:background .2s var(--ease)}.sb-scope .nav-link:hover{background:var(--brand-wash);color:var(--brand-deep)}.sb-scope .nav-link svg{width:12px;height:12px;transition:transform .2s var(--ease)}.sb-scope .nav-item:hover .nav-link svg{transform:rotate(180deg)}.sb-scope .dropdown{position:absolute;top:calc(100% + 8px);left:0;min-width:260px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);padding:12px;box-shadow:var(--shadow-lg);opacity:0;visibility:hidden;transform:translateY(-8px);transition:all .25s var(--ease)}.sb-scope .nav-item:hover .dropdown{opacity:1;visibility:visible;transform:translateY(0)}.sb-scope .dropdown-link{display:flex;flex-direction:column;padding:12px 14px;border-radius:var(--radius-sm);transition:background .2s var(--ease)}.sb-scope .dropdown-link:hover{background:var(--brand-wash)}.sb-scope .dropdown-link-title{font-size:14px;font-weight:500;color:var(--text);margin-bottom:2px}.sb-scope .dropdown-link-desc{font-size:12px;color:var(--text-subtle)}.sb-scope .header-actions{display:flex;align-items:center;gap:4px}.sb-scope .icon-btn{width:42px;height:42px;display:flex;align-items:center;justify-content:center;border-radius:50%;color:var(--text);transition:background .2s var(--ease);position:relative}.sb-scope .icon-btn:hover{background:var(--brand-wash);color:var(--brand-deep)}.sb-scope .icon-btn svg{width:20px;height:20px}.sb-scope .cart-badge{position:absolute;top:6px;right:6px;background:var(--brand);color:#fff;font-size:10px;font-weight:600;min-width:16px;height:16px;border-radius:999px;display:flex;align-items:center;justify-content:center;padding:0 4px}.sb-scope .book-btn{margin-left:8px;padding:10px 22px;font-size:13px}.sb-scope .theme-toggle{width:58px;height:30px;background:var(--surface-2);border:1px solid var(--border);border-radius:999px;position:relative;display:flex;align-items:center;padding:3px;cursor:pointer;transition:background .3s var(--ease);margin-left:4px}.sb-scope .theme-toggle-thumb{width:22px;height:22px;background:var(--brand);border-radius:50%;transition:transform .4s var(--ease-spring);display:flex;align-items:center;justify-content:center;color:#fff}.sb-scope .theme-toggle-thumb svg{width:13px;height:13px}[data-theme=dark] .sb-scope .theme-toggle-thumb{transform:translate(28px)}.sb-scope .theme-toggle svg.moon{display:none}[data-theme=dark] .sb-scope .theme-toggle svg.sun{display:none}[data-theme=dark] .sb-scope .theme-toggle svg.moon{display:block}.sb-scope .menu-btn{display:none;width:42px;height:42px;flex-direction:column;align-items:center;justify-content:center;gap:5px}.sb-scope .menu-btn span{width:20px;height:1.5px;background:var(--text);border-radius:2px;transition:all .3s var(--ease)}.sb-scope .hero{position:relative;padding:80px 0 100px;overflow:hidden}.sb-scope .hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;overflow:hidden}.sb-scope .hero-blob{position:absolute;border-radius:50%;filter:blur(80px);opacity:.5}.sb-scope .hero-blob-1{width:500px;height:500px;background:var(--brand-wash);top:-100px;left:-100px;animation:float 20s ease-in-out infinite}.sb-scope .hero-blob-2{width:400px;height:400px;background:var(--accent-soft);bottom:-100px;right:10%;animation:float 25s ease-in-out infinite reverse}@keyframes float{0%,to{transform:translate(0) scale(1)}50%{transform:translate(40px,-30px) scale(1.08)}}.sb-scope .hero-inner{display:grid;grid-template-columns:1.05fr 1fr;gap:64px;align-items:center;position:relative;z-index:1}.sb-scope .hero-copy{position:relative}.sb-scope .hero-rating{display:inline-flex;align-items:center;gap:10px;background:var(--surface);padding:8px 16px 8px 12px;border-radius:var(--radius-pill);box-shadow:var(--shadow-sm);margin-bottom:28px;font-size:13px;border:1px solid var(--border)}.sb-scope .hero-rating-stars{display:flex;gap:1px;color:var(--star)}.sb-scope .hero-rating-stars svg{width:14px;height:14px;fill:currentColor}.sb-scope .hero-rating-text{font-weight:500;color:var(--text)}.sb-scope .hero-rating-text span{color:var(--text-subtle);font-weight:400}.sb-scope .hero h1{margin-bottom:24px}.sb-scope .hero h1 .serif-italic{color:var(--brand-deep)}[data-theme=dark] .sb-scope .hero h1 .serif-italic{color:var(--brand-soft)}.sb-scope .hero-lede{font-size:1.15rem;color:var(--text-muted);max-width:540px;margin-bottom:36px;line-height:1.65}.sb-scope .hero-lede strong{color:var(--text);font-weight:500}.sb-scope .hero-cta{display:flex;flex-wrap:wrap;gap:14px;margin-bottom:44px}.sb-scope .hero-trust{display:flex;gap:36px;flex-wrap:wrap}.sb-scope .trust-item{display:flex;flex-direction:column;gap:4px}.sb-scope .trust-num{font-family:var(--font-display);font-size:2rem;font-weight:500;color:var(--text);line-height:1}.sb-scope .trust-label{font-size:12px;color:var(--text-subtle);text-transform:uppercase;letter-spacing:.08em}.sb-scope .hero-visual{position:relative;aspect-ratio:1 / 1.1;max-width:580px;margin-left:auto}.sb-scope .hero-main-img{position:relative;width:100%;height:100%;border-radius:var(--radius-xl);overflow:hidden;box-shadow:var(--shadow-lg);background:linear-gradient(135deg,var(--brand-wash),var(--accent-soft))}.sb-scope .hero-main-img img{width:100%;height:100%;object-fit:cover;object-position:72% 35%}.sb-scope .hero-card{position:absolute;background:var(--surface);border-radius:var(--radius-md);padding:16px 20px;box-shadow:var(--shadow-lg);display:flex;align-items:center;gap:14px;border:1px solid var(--border);z-index:2}.sb-scope .hero-card-1{top:40px;left:-40px;animation:gentle-up 4s ease-in-out infinite}.sb-scope .hero-card-1 .emoji{width:42px;height:42px;background:var(--brand-wash);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:20px}.sb-scope .hero-card-1 .text{font-size:13px;font-weight:500;color:var(--text);line-height:1.3}.sb-scope .hero-card-1 .text small{display:block;color:var(--text-subtle);font-weight:400;font-size:11px;margin-top:2px}.sb-scope .hero-card-2{bottom:40px;right:-20px;animation:gentle-up 5s ease-in-out infinite 1s;padding:18px 22px}.sb-scope .hero-card-2 .pulse-dot{width:10px;height:10px;background:#5fb380;border-radius:50%;position:relative}.sb-scope .hero-card-2 .pulse-dot:after{content:"";position:absolute;top:-4px;right:-4px;bottom:-4px;left:-4px;border-radius:50%;background:#5fb380;opacity:.3;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1);opacity:.3}50%{transform:scale(1.8);opacity:0}}@keyframes gentle-up{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.sb-scope .hero-star{position:absolute;color:var(--brand);animation:twinkle 3s ease-in-out infinite}.sb-scope .hero-star-1{top:15%;right:15%;font-size:20px}.sb-scope .hero-star-2{bottom:30%;left:8%;font-size:16px;animation-delay:1s}.sb-scope .hero-star-3{top:55%;right:5%;font-size:24px;animation-delay:.5s}@keyframes twinkle{0%,to{opacity:.4;transform:scale(1) rotate(0)}50%{opacity:1;transform:scale(1.2) rotate(10deg)}}.sb-scope .as-seen{padding:56px 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:var(--bg-alt);overflow:hidden}.sb-scope .as-seen-label{text-align:center;font-size:12px;font-weight:500;text-transform:uppercase;letter-spacing:.25em;color:var(--text-subtle);margin-bottom:32px}.sb-scope .media-marquee{position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,transparent,#000 12%,#000 88%,transparent);mask-image:linear-gradient(90deg,transparent,#000 12%,#000 88%,transparent)}.sb-scope .media-track{display:flex;gap:64px;animation:scroll-media 50s linear infinite;width:max-content;padding:0 32px;align-items:center}.sb-scope .media-logo{height:78px;display:flex;align-items:center;justify-content:center;flex-shrink:0;opacity:.8;transition:opacity .3s var(--ease),transform .3s var(--ease);mix-blend-mode:multiply}.sb-scope .media-logo:hover{opacity:1;transform:scale(1.08)}.sb-scope .media-logo img{height:100%;width:auto;max-width:220px;object-fit:contain}[data-theme=dark] .sb-scope .media-logo{mix-blend-mode:screen;filter:invert(1) brightness(.95) contrast(1.1);opacity:.85}[data-theme=dark] .sb-scope .media-logo:hover{opacity:1}@keyframes scroll-media{0%{transform:translate(0)}to{transform:translate(-50%)}}.sb-scope .intro{padding:120px 0;text-align:center;position:relative}.sb-scope .intro-inner{max-width:880px;margin:0 auto}.sb-scope .intro h2{font-size:clamp(2.25rem,5vw,4rem);margin-bottom:32px}.sb-scope .intro h2 .serif-italic{color:var(--brand)}.sb-scope .intro-lede{font-size:1.2rem;color:var(--text-muted);line-height:1.65;max-width:760px;margin:0 auto}.sb-scope .intro-lede strong{color:var(--text);font-weight:500}.sb-scope .welcome-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px;margin-top:64px;text-align:left}.sb-scope .welcome-card{background:var(--surface);padding:40px 36px;border-radius:var(--radius-lg);border:1px solid var(--border);transition:all .4s var(--ease);position:relative}.sb-scope .welcome-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md);border-color:var(--brand-soft)}.sb-scope .welcome-icon{width:52px;height:52px;border-radius:14px;background:var(--brand-wash);color:var(--brand-deep);display:flex;align-items:center;justify-content:center;margin-bottom:22px}[data-theme=dark] .sb-scope .welcome-icon{color:var(--brand-soft)}.sb-scope .welcome-icon svg{width:24px;height:24px}.sb-scope .welcome-card h3{font-size:1.3rem;margin-bottom:14px;line-height:1.25}.sb-scope .welcome-card p{font-size:15px;line-height:1.65;color:var(--text-muted)}.sb-scope .welcome-card p strong{color:var(--text);font-weight:500}.sb-scope .stats-row{display:grid;grid-template-columns:repeat(4,1fr);gap:32px;margin-top:80px;padding-top:60px;border-top:1px solid var(--border)}.sb-scope .stat{text-align:center}.sb-scope .stat-num{font-family:var(--font-display);font-size:3rem;font-weight:500;color:var(--brand);line-height:1;display:flex;align-items:baseline;justify-content:center;gap:4px;margin-bottom:8px}.sb-scope .stat-num small{font-size:1.5rem;color:var(--brand-soft)}.sb-scope .stat-label{font-size:14px;color:var(--text-muted);letter-spacing:.02em}.sb-scope .services{padding:100px 0 120px;background:var(--bg-alt);position:relative}.sb-scope .section-head{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:56px;gap:24px}.sb-scope .section-head-left{max-width:600px}.sb-scope .section-head .eyebrow{margin-bottom:16px;display:inline-block}.sb-scope .section-head h2{margin-bottom:12px}.sb-scope .section-head p{font-size:1.05rem;color:var(--text-muted)}.sb-scope .services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.sb-scope .service-card{background:var(--surface);border-radius:var(--radius-lg);overflow:hidden;transition:all .4s var(--ease);border:1px solid var(--border);position:relative;display:flex;flex-direction:column}.sb-scope .service-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-lg);border-color:var(--brand-soft)}.sb-scope .service-img{aspect-ratio:5/4;overflow:hidden;position:relative;background:var(--brand-wash)}.sb-scope .service-img img{width:100%;height:100%;object-fit:cover;transition:transform .6s var(--ease)}.sb-scope .service-card:hover .service-img img{transform:scale(1.06)}.sb-scope .service-badge{position:absolute;top:16px;left:16px;background:#ffffffeb;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:var(--text);padding:6px 12px;border-radius:var(--radius-pill);font-size:11px;font-weight:500;letter-spacing:.08em;text-transform:uppercase}.sb-scope .service-body{padding:24px 22px 26px;flex:1;display:flex;flex-direction:column;gap:10px}.sb-scope .service-body h3{font-size:1.35rem;line-height:1.2}.sb-scope .service-body p{font-size:14px;color:var(--text-muted);flex:1}.sb-scope .service-link{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:500;color:var(--brand-deep);margin-top:8px;letter-spacing:.03em}[data-theme=dark] .sb-scope .service-link{color:var(--brand-soft)}.sb-scope .service-link svg{width:14px;height:14px;transition:transform .3s var(--ease)}.sb-scope .service-card:hover .service-link svg{transform:translate(4px)}.sb-scope .service-price{font-size:12px;color:var(--text-subtle);margin-top:4px}.sb-scope .service-price strong{font-family:var(--font-display);font-size:15px;font-weight:500;color:var(--text)}.sb-scope .about{padding:120px 0;overflow:hidden}.sb-scope .about-inner{display:grid;grid-template-columns:.85fr 1fr;gap:80px;align-items:center}.sb-scope .about-visual{position:relative;aspect-ratio:4/5;max-width:480px}.sb-scope .about-visual-main{width:100%;height:100%;border-radius:var(--radius-xl);overflow:hidden;position:relative;box-shadow:var(--shadow-lg)}.sb-scope .about-visual-main img{width:100%;height:100%;object-fit:cover}.sb-scope .about-visual-shape{position:absolute;width:80%;height:80%;background:var(--brand-soft);border-radius:var(--radius-xl);top:12%;left:-8%;z-index:-1;opacity:.6}.sb-scope .about-signature{position:absolute;bottom:-30px;right:-30px;background:var(--surface);padding:20px 28px;border-radius:var(--radius-md);box-shadow:var(--shadow-lg);display:flex;flex-direction:column;gap:2px;border:1px solid var(--border)}.sb-scope .about-signature .sig-name{font-family:var(--font-display);font-style:italic;font-size:1.4rem;color:var(--brand-deep)}[data-theme=dark] .sb-scope .about-signature .sig-name{color:var(--brand-soft)}.sb-scope .about-signature .sig-role{font-size:11px;text-transform:uppercase;letter-spacing:.1em;color:var(--text-subtle)}.sb-scope .about-copy h2{margin-bottom:28px}.sb-scope .about-copy h2 .serif-italic{color:var(--brand)}.sb-scope .about-copy p{font-size:1.05rem;color:var(--text-muted);margin-bottom:20px;line-height:1.7}.sb-scope .about-copy p strong{color:var(--text);font-weight:500}.sb-scope .about-credentials{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin:32px 0}.sb-scope .credential{display:flex;align-items:center;gap:12px;padding:12px 16px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md)}.sb-scope .credential-icon{width:36px;height:36px;background:var(--brand-wash);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--brand-deep);flex-shrink:0}.sb-scope .credential-icon svg{width:18px;height:18px}.sb-scope .credential-text{font-size:13px;font-weight:500;line-height:1.3}.sb-scope .credential-text small{display:block;color:var(--text-subtle);font-weight:400;margin-top:1px;font-size:11px}.sb-scope .why{padding:120px 0;background:var(--bg-alt);position:relative}.sb-scope .why-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.sb-scope .pillar{background:var(--surface);padding:40px 28px 36px;border-radius:var(--radius-lg);border:1px solid var(--border);transition:all .4s var(--ease);position:relative}.sb-scope .pillar:hover{transform:translateY(-4px);box-shadow:var(--shadow-md);border-color:var(--brand-soft)}.sb-scope .pillar-num{font-family:var(--font-display);font-size:3.5rem;font-weight:300;color:var(--brand-soft);line-height:1;opacity:.5;margin-bottom:20px}.sb-scope .pillar-icon{width:56px;height:56px;background:var(--brand-wash);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--brand-deep);margin-bottom:24px;position:absolute;top:32px;right:28px}.sb-scope .pillar-icon svg{width:24px;height:24px}.sb-scope .pillar h3{font-size:1.35rem;margin-bottom:12px;max-width:80%}.sb-scope .pillar p{font-size:14.5px;line-height:1.6;color:var(--text-muted)}.sb-scope .testimonials{padding:120px 0;overflow:hidden;position:relative}.sb-scope .testimonials-header{text-align:center;margin-bottom:64px}.sb-scope .testimonials-header h2{max-width:800px;margin:16px auto 0}.sb-scope .testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.sb-scope .testimonial{background:var(--surface);padding:36px 32px;border-radius:var(--radius-lg);border:1px solid var(--border);display:flex;flex-direction:column;gap:16px;position:relative;transition:all .4s var(--ease)}.sb-scope .testimonial:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}.sb-scope .testimonial.featured{background:var(--brand-soft);color:var(--text);border-color:var(--brand-soft)}[data-theme=dark] .sb-scope .testimonial.featured{background:var(--brand-wash)}.sb-scope .testimonial-quote-mark{font-family:var(--font-display);font-size:4rem;line-height:.5;color:var(--brand);opacity:.3;font-style:italic;font-weight:300;margin-bottom:-16px}.sb-scope .testimonial.featured .testimonial-quote-mark{color:var(--brand-deep)}.sb-scope .testimonial-stars{display:flex;gap:2px;color:var(--star);margin-bottom:4px}.sb-scope .testimonial-stars svg{width:16px;height:16px;fill:currentColor}.sb-scope .testimonial h4{font-family:var(--font-display);font-size:1.25rem;font-weight:500;line-height:1.3}.sb-scope .testimonial-body{font-size:15px;line-height:1.65;color:var(--text-muted);flex:1}.sb-scope .testimonial.featured .testimonial-body{color:var(--brand-deep)}[data-theme=dark] .sb-scope .testimonial.featured .testimonial-body{color:var(--text)}.sb-scope .testimonial-author{padding-top:18px;border-top:1px solid var(--border);display:flex;align-items:center;gap:12px}.sb-scope .testimonial.featured .testimonial-author{border-top-color:#5d457833}.sb-scope .testimonial-avatar{width:42px;height:42px;background:var(--brand-wash);border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:var(--font-display);font-size:16px;font-weight:500;color:var(--brand-deep);flex-shrink:0}.sb-scope .testimonial-name{font-size:14px;font-weight:600;color:var(--text)}.sb-scope .testimonial-role{font-size:12px;color:var(--text-subtle)}.sb-scope .testimonial.featured .testimonial-role{color:var(--brand-deep);opacity:.7}.sb-scope .cta-section{padding:120px 0;position:relative}.sb-scope .booking{padding:120px 0;background:var(--bg-alt)}.sb-scope .booking-header{text-align:center;max-width:720px;margin:0 auto 56px}.sb-scope .booking-header .eyebrow{display:inline-block;margin-bottom:14px}.sb-scope .booking-header h2{margin-bottom:18px}.sb-scope .booking-header h2 .serif-italic{color:var(--brand)}.sb-scope .booking-header p{font-size:1.05rem;line-height:1.65;color:var(--text-muted)}.sb-scope .booking-table{background:var(--surface);border-radius:var(--radius-lg);border:1px solid var(--border);overflow:hidden;box-shadow:var(--shadow-sm);margin-bottom:48px}.sb-scope .booking-row{display:grid;grid-template-columns:2.2fr 1.2fr 1fr 1fr;gap:24px;padding:22px 32px;align-items:center;border-bottom:1px solid var(--border);transition:background .2s var(--ease)}.sb-scope .booking-row:last-child{border-bottom:none}.sb-scope .booking-row:not(.booking-row-head):hover{background:var(--surface-2)}.sb-scope .booking-row-head{background:var(--bg);padding:16px 32px;font-size:11px;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:var(--text-subtle)}[data-theme=dark] .sb-scope .booking-row-head{background:var(--bg-alt)}.sb-scope .booking-service strong{font-family:var(--font-display);font-weight:500;font-size:1.1rem;color:var(--text);display:block;line-height:1.3;margin-bottom:4px}.sb-scope .booking-service small{font-size:13px;color:var(--text-subtle)}.sb-scope .booking-format{font-size:14px;color:var(--text-muted)}.sb-scope .booking-price{font-family:var(--font-display);font-size:1.3rem;font-weight:500;color:var(--brand-deep)}[data-theme=dark] .sb-scope .booking-price{color:var(--brand-soft)}.sb-scope .btn-sm{padding:10px 18px;font-size:12px;width:100%;justify-content:center}.sb-scope .booking-footer{text-align:center;max-width:640px;margin:0 auto}.sb-scope .booking-footer p{font-size:15px;color:var(--text-muted);margin-bottom:28px}.sb-scope .booking-actions{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}@media(max-width:900px){.sb-scope .booking-row{grid-template-columns:1fr;gap:12px;padding:24px}.sb-scope .booking-row-head{display:none}.sb-scope .booking-row>div:before{content:attr(data-label);display:block;font-size:10px;letter-spacing:.12em;text-transform:uppercase;color:var(--text-subtle);margin-bottom:4px}.sb-scope .booking-price{font-size:1.4rem}}.sb-scope .cta-box{background:linear-gradient(135deg,var(--brand-deep) 0%,var(--brand) 60%,var(--brand-soft) 100%);border-radius:var(--radius-xl);padding:80px 60px;color:#fff;position:relative;overflow:hidden;display:grid;grid-template-columns:1.1fr 1fr;gap:60px;align-items:center}.sb-scope .cta-box:before{content:"";position:absolute;width:500px;height:500px;background:#ffffff14;border-radius:50%;top:-250px;right:-150px;filter:blur(40px)}.sb-scope .cta-box:after{content:"";position:absolute;width:300px;height:300px;background:var(--accent);border-radius:50%;bottom:-150px;left:-100px;opacity:.25;filter:blur(60px)}.sb-scope .cta-copy{position:relative;z-index:1}.sb-scope .cta-copy .eyebrow{color:#ffffffbf;margin-bottom:20px;display:inline-block}.sb-scope .cta-copy h2{color:#fff;font-size:clamp(2rem,4vw,3.5rem);margin-bottom:24px}.sb-scope .cta-copy h2 .serif-italic{color:var(--accent-soft)}.sb-scope .cta-copy p{color:#ffffffd9;font-size:1.05rem;margin-bottom:32px;max-width:500px;line-height:1.65}.sb-scope .cta-box .btn-primary{background:#fff;color:var(--brand-deep)}.sb-scope .cta-box .btn-primary:hover{background:var(--accent-soft);color:var(--brand-deep)}.sb-scope .cta-box .btn-outline{border-color:#ffffff80;color:#fff}.sb-scope .cta-box .btn-outline:hover{background:#fff;color:var(--brand-deep);border-color:#fff}.sb-scope .cta-visual{position:relative;aspect-ratio:1/1;max-width:420px;margin-left:auto}.sb-scope .cta-visual-img{width:100%;height:100%;border-radius:var(--radius-lg);overflow:hidden;position:relative;z-index:1}.sb-scope .cta-visual-img img{width:100%;height:100%;object-fit:cover}.sb-scope .blog{padding:120px 0;background:var(--bg-alt)}.sb-scope .blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;margin-bottom:48px}.sb-scope .post{background:var(--surface);border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--border);transition:all .4s var(--ease);display:flex;flex-direction:column}.sb-scope .post:hover{transform:translateY(-6px);box-shadow:var(--shadow-lg)}.sb-scope .post-img{aspect-ratio:16/10;overflow:hidden;position:relative}.sb-scope .post-img img{width:100%;height:100%;object-fit:cover;transition:transform .6s var(--ease)}.sb-scope .post:hover .post-img img{transform:scale(1.06)}.sb-scope .post-tag{position:absolute;top:16px;left:16px;background:#ffffffeb;color:var(--brand-deep);padding:6px 12px;border-radius:var(--radius-pill);font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.sb-scope .post-body{padding:28px 28px 32px;flex:1;display:flex;flex-direction:column}.sb-scope .post-meta{display:flex;gap:10px;align-items:center;font-size:12px;color:var(--text-subtle);margin-bottom:12px;letter-spacing:.05em;text-transform:uppercase}.sb-scope .post-meta .dot{width:3px;height:3px;background:currentColor;border-radius:50%}.sb-scope .post h3{font-size:1.3rem;line-height:1.25;margin-bottom:12px}.sb-scope .post-excerpt{font-size:14.5px;color:var(--text-muted);line-height:1.6;margin-bottom:20px;flex:1}.sb-scope .post-link{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:600;color:var(--brand-deep);letter-spacing:.05em;text-transform:uppercase}[data-theme=dark] .sb-scope .post-link{color:var(--brand-soft)}.sb-scope .post-link svg{width:14px;height:14px;transition:transform .3s var(--ease)}.sb-scope .post:hover .post-link svg{transform:translate(4px)}.sb-scope .blog-more{text-align:center}.sb-scope .faq{padding:120px 0}.sb-scope .faq-inner{display:grid;grid-template-columns:.85fr 1.15fr;gap:80px;align-items:start}.sb-scope .faq-side{position:sticky;top:100px}.sb-scope .faq-side h2{margin-bottom:20px}.sb-scope .faq-side p{font-size:1.05rem;margin-bottom:28px}.sb-scope .faq-side .eyebrow{display:inline-block;margin-bottom:16px}.sb-scope .faq-list{display:flex;flex-direction:column;gap:12px}.sb-scope .faq-item{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);overflow:hidden;transition:all .3s var(--ease)}.sb-scope .faq-item[open]{border-color:var(--brand-soft)}.sb-scope .faq-item[open] summary{color:var(--brand-deep)}[data-theme=dark] .sb-scope .faq-item[open] summary{color:var(--brand-soft)}.sb-scope .faq-item summary{padding:22px 26px;font-size:1rem;font-weight:500;cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center;gap:20px;color:var(--text);transition:color .2s var(--ease)}.sb-scope .faq-item summary::-webkit-details-marker{display:none}.sb-scope .faq-item summary:after{content:"";width:22px;height:22px;background:var(--brand-wash);border-radius:50%;position:relative;flex-shrink:0;transition:transform .3s var(--ease),background .3s var(--ease);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%235d4578' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='12' y1='5' x2='12' y2='19'/%3E%3Cline x1='5' y1='12' x2='19' y2='12'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}.sb-scope .faq-item[open] summary:after{background-color:var(--brand);transform:rotate(135deg);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='12' y1='5' x2='12' y2='19'/%3E%3Cline x1='5' y1='12' x2='19' y2='12'/%3E%3C/svg%3E")}.sb-scope .faq-answer{padding:0 26px 24px;font-size:15px;line-height:1.65;color:var(--text-muted)}.sb-scope .social{padding:80px 0 100px;border-top:1px solid var(--border)}.sb-scope .social-header{text-align:center;margin-bottom:48px}.sb-scope .social-header .eyebrow{display:inline-block;margin-bottom:12px}.sb-scope .social-header h3{font-size:2rem;margin-bottom:12px}.sb-scope .social-handle{display:inline-flex;align-items:center;gap:8px;color:var(--brand-deep);font-weight:500;font-size:14px}[data-theme=dark] .sb-scope .social-handle{color:var(--brand-soft)}.sb-scope .social-handle svg{width:16px;height:16px}.sb-scope .social-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:10px}.sb-scope .social-tile{aspect-ratio:1/1;border-radius:var(--radius-md);overflow:hidden;position:relative;cursor:pointer;transition:transform .3s var(--ease)}.sb-scope .social-tile:hover{transform:scale(1.03)}.sb-scope .social-tile img{width:100%;height:100%;object-fit:cover;transition:transform .6s var(--ease)}.sb-scope .social-tile:hover img{transform:scale(1.1)}.sb-scope .social-tile:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,transparent 60%,rgba(0,0,0,.4) 100%);opacity:0;transition:opacity .3s var(--ease)}.sb-scope .social-tile:hover:after{opacity:1}.sb-scope .social-tile .play-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:48px;height:48px;background:#fffffff2;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--brand-deep);opacity:0;transition:opacity .3s var(--ease);z-index:1}.sb-scope .social-tile:hover .play-icon{opacity:1}.sb-scope .social-tile.has-video .play-icon{opacity:.9}.sb-scope .newsletter{padding:100px 0;background:var(--brand-deep);color:#fff;position:relative;overflow:hidden}.sb-scope .newsletter:before{content:"";position:absolute;width:600px;height:600px;background:var(--brand);border-radius:50%;top:-300px;right:-200px;filter:blur(80px);opacity:.4}.sb-scope .newsletter:after{content:"";position:absolute;width:400px;height:400px;background:var(--accent);border-radius:50%;bottom:-200px;left:-100px;filter:blur(70px);opacity:.25}.sb-scope .newsletter-inner{text-align:center;max-width:680px;margin:0 auto;position:relative;z-index:1}.sb-scope .newsletter .eyebrow{color:var(--accent-soft);margin-bottom:16px;display:inline-block}.sb-scope .newsletter h2{color:#fff;font-size:clamp(2rem,4vw,3.25rem);margin-bottom:16px}.sb-scope .newsletter h2 .serif-italic{color:var(--accent-soft)}.sb-scope .newsletter p{color:#ffffffd9;font-size:1.05rem;margin-bottom:36px}.sb-scope .newsletter-form{display:flex;gap:10px;max-width:500px;margin:0 auto;background:#ffffff1a;padding:8px;border-radius:var(--radius-pill);border:1px solid rgba(255,255,255,.15);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.sb-scope .newsletter-form input{flex:1;background:transparent;border:none;padding:12px 20px;color:#fff;font-family:var(--font-body);font-size:15px;outline:none}.sb-scope .newsletter-form input::placeholder{color:#fff9}.sb-scope .newsletter-form button{background:#fff;color:var(--brand-deep);border-radius:var(--radius-pill);padding:12px 28px;font-size:13px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;transition:all .3s var(--ease)}.sb-scope .newsletter-form button:hover{background:var(--accent-soft);transform:translateY(-1px)}.sb-scope .footer{background:var(--surface);padding:80px 0 30px;border-top:1px solid var(--border)}.sb-scope .footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr 1fr;gap:48px;margin-bottom:60px}.sb-scope .footer-brand .logo{margin-bottom:20px;height:54px}.sb-scope .footer-brand p{font-size:14.5px;line-height:1.7;margin-bottom:24px;max-width:320px}.sb-scope .footer-social{display:flex;gap:10px}.sb-scope .footer-social-btn{width:40px;height:40px;border-radius:50%;background:var(--bg-alt);color:var(--text);display:flex;align-items:center;justify-content:center;transition:all .3s var(--ease);border:1px solid var(--border)}.sb-scope .footer-social-btn:hover{background:var(--brand);color:#fff;border-color:var(--brand);transform:translateY(-2px)}.sb-scope .footer-social-btn svg{width:16px;height:16px}.sb-scope .footer h5{font-family:var(--font-body);font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.12em;color:var(--text);margin-bottom:22px}.sb-scope .footer-links{display:flex;flex-direction:column;gap:12px}.sb-scope .footer-links a{font-size:14.5px;color:var(--text-muted);transition:color .2s var(--ease);display:inline-flex;align-items:center;gap:6px}.sb-scope .footer-links a:hover{color:var(--brand)}.sb-scope .footer-links a:before{content:"";width:0;height:1px;background:var(--brand);transition:width .3s var(--ease)}.sb-scope .footer-links a:hover:before{width:12px}.sb-scope .footer-contact{display:flex;flex-direction:column;gap:14px;font-size:14px;color:var(--text-muted)}.sb-scope .footer-contact-item{display:flex;gap:10px;align-items:flex-start}.sb-scope .footer-contact-item svg{width:16px;height:16px;color:var(--brand);flex-shrink:0;margin-top:2px}.sb-scope .footer-bottom{border-top:1px solid var(--border);padding-top:28px;display:flex;justify-content:space-between;align-items:center;gap:20px;flex-wrap:wrap}.sb-scope .footer-copy{font-size:13px;color:var(--text-subtle)}.sb-scope .footer-legal{display:flex;gap:24px;font-size:13px}.sb-scope .footer-legal a{color:var(--text-subtle);transition:color .2s var(--ease)}.sb-scope .footer-legal a:hover{color:var(--brand)}@media(max-width:1100px){.sb-scope .services-grid,.sb-scope .why-grid,.sb-scope .testimonials-grid,.sb-scope .blog-grid{grid-template-columns:repeat(2,1fr)}.sb-scope .social-grid{grid-template-columns:repeat(4,1fr)}.sb-scope .footer-grid{grid-template-columns:1.2fr 1fr 1fr;gap:40px}.sb-scope .footer-brand{grid-column:1 / -1;margin-bottom:20px}.sb-scope .welcome-grid{grid-template-columns:1fr;gap:20px}}.sb-mobile-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#1f1a2473;opacity:0;z-index:1200;transition:opacity .28s cubic-bezier(.22,1,.36,1);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}body.sb-menu-open .sb-mobile-overlay{opacity:1}.sb-mobile-menu{position:fixed;top:0;right:0;height:100%;width:min(87vw,370px);background:var(--surface, #fff);z-index:1300;box-shadow:-20px 0 60px #1f1a242e;transform:translate(100%);transition:transform .34s cubic-bezier(.22,1,.36,1);display:flex;flex-direction:column;padding:20px 22px 32px;overflow-y:auto;visibility:hidden;font-family:var(--sans, "DM Sans", sans-serif)}body.sb-menu-open .sb-mobile-menu{transform:translate(0);visibility:visible}body.sb-menu-open{overflow:hidden}.sb-mobile-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.sb-mobile-title{font-family:var(--serif, "Fraunces", serif);font-size:1.3rem;font-weight:500;color:var(--text, #1f1a24)}.sb-mobile-close{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;color:var(--text, #1f1a24);background:var(--surface-2, #f1ebe2);border:none;cursor:pointer}.sb-mobile-close svg{width:20px;height:20px}.sb-mobile-search{display:flex;align-items:center;gap:10px;background:var(--surface-2, #f1ebe2);border:1px solid var(--border, #e5ddd1);border-radius:999px;padding:11px 18px;margin-bottom:22px}.sb-mobile-search svg{width:18px;height:18px;color:var(--brand, #8d6fb0);flex-shrink:0}.sb-mobile-search input{flex:1;border:none;background:transparent;font-family:inherit;font-size:15px;color:var(--text, #1f1a24);outline:none}.sb-mobile-links{display:flex;flex-direction:column}.sb-mobile-link{display:block;padding:14px 4px;font-size:1.05rem;font-weight:500;color:var(--text, #1f1a24);border-bottom:1px solid var(--border, #e5ddd1);text-decoration:none}.sb-mobile-link:hover{color:var(--brand-deep, #5d4578)}.sb-mobile-parent{font-family:var(--serif, "Fraunces", serif);font-size:1.12rem;border-bottom:none;padding-bottom:6px}.sb-mobile-group{border-bottom:1px solid var(--border, #e5ddd1);padding-bottom:10px}.sb-mobile-sublink{display:block;padding:9px 4px 9px 16px;font-size:.95rem;color:var(--muted, #605767);text-decoration:none}.sb-mobile-sublink:hover{color:var(--brand, #8d6fb0)}.sb-mobile-cta{margin-top:24px;text-align:center;justify-content:center}@media(min-width:901px){.sb-mobile-menu,.sb-mobile-overlay{display:none!important}}body.sb-menu-open .menu-btn span:nth-child(1){transform:translateY(6.5px) rotate(45deg)}body.sb-menu-open .menu-btn span:nth-child(2){opacity:0}body.sb-menu-open .menu-btn span:nth-child(3){transform:translateY(-6.5px) rotate(-45deg)}@media(max-width:900px){.sb-scope .nav,.sb-scope .book-btn{display:none}.sb-scope .menu-btn{display:flex}.sb-scope .search-btn{display:none}.sb-scope .hero{padding-top:40px}.sb-scope .hero-inner{grid-template-columns:1fr;gap:60px}.sb-scope .hero-visual{margin:0 auto;max-width:100%}.sb-scope .hero-card-1{left:0;top:20px}.sb-scope .hero-card-2{right:0;bottom:20px}.sb-scope .about-inner{grid-template-columns:1fr;gap:60px}.sb-scope .about-visual{margin:0 auto}.sb-scope .about-credentials{grid-template-columns:1fr}.sb-scope .cta-box{grid-template-columns:1fr;padding:60px 40px;gap:40px}.sb-scope .cta-visual{margin:0 auto}.sb-scope .faq-inner{grid-template-columns:1fr;gap:40px}.sb-scope .faq-side{position:static}.sb-scope .section-head{flex-direction:column;align-items:flex-start}.sb-scope .stats-row{grid-template-columns:repeat(2,1fr);gap:40px 24px}.sb-scope .footer-grid{grid-template-columns:1fr 1fr}}@media(max-width:640px){.sb-scope .container{padding:0 18px}.sb-scope .hero{padding-top:32px}.sb-scope .hero-trust{gap:20px}.sb-scope .trust-num{font-size:1.6rem}.sb-scope .intro,.sb-scope .services,.sb-scope .why,.sb-scope .testimonials,.sb-scope .cta-section,.sb-scope .blog,.sb-scope .faq,.sb-scope .booking{padding:80px 0}.sb-scope .services-grid,.sb-scope .why-grid,.sb-scope .testimonials-grid,.sb-scope .blog-grid{grid-template-columns:1fr}.sb-scope .social-grid{grid-template-columns:repeat(3,1fr)}.sb-scope .cta-box{padding:48px 28px}.sb-scope .footer-grid{grid-template-columns:1fr;gap:32px}.sb-scope .newsletter-form{flex-direction:column;background:transparent;border:none;padding:0}.sb-scope .newsletter-form input{background:#ffffff1f;border:1px solid rgba(255,255,255,.2);border-radius:var(--radius-pill);padding:14px 22px}.sb-scope .newsletter-form button{padding:14px 28px}}.sb-scope .reveal{opacity:0;transform:translateY(24px);transition:opacity .8s var(--ease),transform .8s var(--ease)}.sb-scope .reveal.in{opacity:1;transform:none}.sb-scope.sb-chrome{overflow:visible}.sb-scope .header,.sb-scope .dropdown{z-index:500}.sb-scope svg{fill:none}.sb-scope svg[fill=currentColor]{fill:currentColor}
/*# sourceMappingURL=/cdn/shop/t/32/assets/sleepbaker-scoped.css.map */
