:root{--navy:#0d1f3c;--navy-light:#162844;--header-bg:#000e2b;--blue:#1e40af;--blue-bright:#2563eb;--white:#fff;--off-white:#f8fafc;--gray-100:#f1f5f9;--gray-200:#e2e8f0;--gray-400:#94a3b8;--gray-500:#64748b;--gray-700:#374151;--text-dark:#111827;--font-display:"Playfair Display", Georgia, serif;--font-serif:"Playfair Display", Georgia, serif;--font-body:"Inter", "Helvetica Neue", Arial, sans-serif;--max-width:1200px;--nav-height:78px;--radius:8px;--shadow:0 4px 24px #00000014;--shadow-lg:0 8px 40px #00000024}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:120%}body{background-color:var(--white);color:var(--text-dark);font-family:var(--font-body);-webkit-font-smoothing:antialiased;font-weight:400;line-height:1.7}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{font-family:var(--font-body);cursor:pointer}#root{flex-direction:column;min-height:100vh;display:flex}.app-content{flex-direction:column;flex:1;display:flex}.container{max-width:var(--max-width);margin:0 auto;padding:0 2rem}.redirect-overlay{z-index:9999;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000e2bb8;justify-content:center;align-items:center;animation:.2s fadeIn;display:flex;position:fixed;inset:0}.redirect-card{background:var(--white);border-radius:var(--radius);flex-direction:column;align-items:center;gap:1.25rem;padding:2.5rem 3rem;display:flex;box-shadow:0 8px 32px #00000040}.redirect-card p{font-family:var(--font-display);color:var(--navy);margin:0;font-size:1.1rem;font-weight:600}.redirect-spinner{border:3px solid var(--gray-200);border-top-color:var(--blue-bright);border-radius:50%;width:40px;height:40px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.navbar{z-index:100;height:var(--nav-height);background:var(--header-bg);position:fixed;top:0;left:0;right:0}.navbar-inner{justify-content:space-between;align-items:center;gap:1rem;height:100%;display:flex}.navbar-logo{flex-direction:row;flex-shrink:0;align-items:center;gap:.75rem;line-height:1;display:flex}.alt-navbar-logo-img{width:clamp(120px,16vw,220px);height:auto;margin-bottom:.75rem;display:block}.navbar-logo-img{width:auto;height:46px;display:block}.logo-divider{background:#ffffff59;flex-shrink:0;width:1px;height:28px;display:block}.logo-sub-stack{flex-direction:column;gap:1px;display:flex}.logo-sub-stack span{font-family:var(--font-display);letter-spacing:.2em;text-transform:uppercase;color:#fffc;font-size:.5rem;font-weight:600;line-height:1.4}.navbar-links{flex:1;justify-content:center;align-items:center;gap:2rem;display:flex}.navbar-links a{font-family:var(--font-display);letter-spacing:.12em;text-transform:uppercase;color:#fffc;padding-bottom:2px;font-size:.7rem;font-weight:600;transition:color .2s;position:relative}.navbar-links a:hover,.navbar-links a.active{color:var(--white)}.navbar-links a.active:after{content:"";background:var(--blue-bright);border-radius:2px;height:2px;position:absolute;bottom:-4px;left:0;right:0}.navbar-right{flex-shrink:0;align-items:center;gap:1rem;display:flex}.nav-phone{color:var(--white);letter-spacing:.04em;align-items:center;gap:.5rem;font-size:.72rem;font-weight:600;transition:opacity .2s;display:flex}.nav-phone:hover{opacity:.8}.nav-phone-icon{background:var(--blue-bright);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;display:flex}.nav-phone-icon svg{fill:#fff;width:14px;height:14px}.btn-book-now{font-family:var(--font-display);letter-spacing:.1em;text-transform:uppercase;background:var(--blue-bright);color:var(--white);border:none;border-radius:24px;padding:.55rem 1.4rem;font-size:.61rem;font-weight:700;transition:background .2s;display:inline-block}.btn-book-now:hover{background:var(--blue)}.hamburger{background:0 0;border:none;flex-direction:column;gap:5px;padding:6px;display:none}.hamburger span{background:var(--white);border-radius:2px;width:22px;height:2px;transition:opacity .2s;display:block}.home-wrapper{margin-top:var(--nav-height);position:relative;overflow:hidden}.hero-bg{z-index:0;background-image:url(/assets/home-background.png);background-position:65% 60%;background-size:115%;position:absolute;inset:0}.hero-overlay{z-index:1;background:linear-gradient(90deg,#fffffffa 0%,#fffffff5 40%,#ffffffb3 60%,#fff0 78%);position:absolute;inset:0}.hero{z-index:2;align-items:center;min-height:480px;padding:0 3rem;display:flex;position:relative}.hero>.container{width:100%;max-width:none;margin:0;padding:0}.hero-content{z-index:1;max-width:480px;padding:5rem 0;position:relative}.hero-headline{font-family:var(--font-display);color:var(--navy);margin-bottom:1rem;font-size:clamp(2rem,4vw,3rem);font-weight:800;line-height:1.15}.hero-accent{background:var(--blue-bright);border-radius:2px;width:48px;height:3px;margin:1rem 0 1.25rem}.hero-tagline{color:var(--gray-500);max-width:380px;font-size:.95rem;line-height:1.7}.services-strip{z-index:2;background:0 0;padding:0 0 3.5rem;position:relative}.services-strip-inner{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.strip-card{text-align:center;background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius);color:var(--text-dark);flex-direction:column;align-items:center;padding:1.5rem 1rem;transition:box-shadow .2s,transform .2s;display:flex}.strip-card:hover{box-shadow:var(--shadow);transform:translateY(-2px)}.strip-icon-circle{background:var(--navy);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:90px;height:90px;margin-bottom:1rem;display:flex}.strip-icon-circle svg{fill:none;stroke:#fff;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:42px;height:42px}.strip-label{font-family:var(--font-display);letter-spacing:.12em;text-transform:uppercase;color:var(--navy);margin-bottom:.4rem;font-size:.72rem;font-weight:700}.strip-desc{color:var(--gray-500);font-size:.8rem;line-height:1.5}.page-main{flex-direction:column;flex:1;display:flex}.section-eyebrow{font-family:var(--font-display);letter-spacing:.22em;text-transform:uppercase;color:var(--blue-bright);flex-direction:column;align-items:flex-start;gap:.45rem;margin-bottom:.75rem;font-size:.68rem;font-weight:700;display:inline-flex}.section-eyebrow:after{content:"";background:linear-gradient(var(--blue-bright), var(--blue-bright)) 0 center / 26px 2px no-repeat, linear-gradient(var(--blue-bright), var(--blue-bright)) right center / 26px 2px no-repeat, url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpolygon points='4,0 8,4 4,8 0,4' fill='%232563eb'/%3E%3C/svg%3E") center center / 8px 8px no-repeat;align-self:flex-start;width:60px;height:8px}.section-title{font-family:var(--font-display);color:var(--navy);margin-bottom:1rem;font-size:clamp(2rem,4vw,2.75rem);font-weight:800;line-height:1.15}.section-title--serif{font-family:var(--font-serif);font-size:clamp(2.2rem,4.5vw,3rem);font-style:italic;font-weight:700}.section-desc{color:var(--gray-500);max-width:540px;font-size:.95rem;line-height:1.7}.dot-divider{justify-content:center;margin:.75rem 0 2.5rem;display:flex}.dot-divider:after{content:"";background:linear-gradient(var(--blue-bright), var(--blue-bright)) 0 center / 26px 2px no-repeat, linear-gradient(var(--blue-bright), var(--blue-bright)) right center / 26px 2px no-repeat, url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpolygon points='4,0 8,4 4,8 0,4' fill='%232563eb'/%3E%3C/svg%3E") center center / 8px 8px no-repeat;width:60px;height:8px}.title-line-dot{background:linear-gradient(var(--blue-bright), var(--blue-bright)) 0 center / 26px 2px no-repeat, linear-gradient(var(--blue-bright), var(--blue-bright)) right center / 26px 2px no-repeat, url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpolygon points='4,0 8,4 4,8 0,4' fill='%232563eb'/%3E%3C/svg%3E") center center / 8px 8px no-repeat;width:60px;height:8px;margin-bottom:1.75rem}.services-hero{min-height:320px;margin-top:var(--nav-height);align-items:center;padding:0 3rem;display:flex;position:relative;overflow:hidden}.services-hero-bg{z-index:0;background-image:url(/assets/services-header.png);background-position:60%;background-size:cover;position:absolute;inset:0}.services-hero-overlay{z-index:1;background:linear-gradient(90deg,#fffffffa 0%,#fffffff5 40%,#ffffffb3 60%,#fff0 78%);position:absolute;inset:0}.services-hero-content{z-index:2;max-width:480px;padding:0;position:relative}.services-what{text-align:center;background:var(--white);padding:4rem 0 3rem}.services-what-title{font-family:var(--font-display);color:var(--navy);margin-bottom:.25rem;font-size:1.5rem;font-weight:700}.services-what-sub{color:var(--gray-500);font-size:.88rem}.services-cards-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;padding:0 0 4rem;display:grid}.service-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius);transition:box-shadow .2s,transform .2s;overflow:hidden}.service-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-3px)}.service-card-icon-bg{background:var(--navy);justify-content:center;align-items:center;height:160px;display:flex}.service-card-icon-lg{opacity:.9;justify-content:center;align-items:center;width:90px;height:90px;display:flex}.service-card-icon-lg svg{fill:none;stroke:#fff;stroke-width:1.6px;stroke-linecap:round;stroke-linejoin:round;width:100%;height:100%}.service-card-body{padding:2rem 1.25rem 1.5rem}.service-card-name{font-family:var(--font-display);letter-spacing:.12em;text-transform:uppercase;color:var(--navy);margin-bottom:.5rem;font-size:.75rem;font-weight:700}.service-card-desc{color:var(--gray-500);font-size:.82rem;line-height:1.65}.services-bottom{background:var(--off-white);border-top:1px solid var(--gray-200);padding:3.5rem 0}.services-bottom-inner{grid-template-columns:1fr 1fr;align-items:start;gap:4rem;display:grid}.why-sna-title{font-family:var(--font-display);color:var(--navy);margin-bottom:1.5rem;font-size:1.1rem;font-weight:700}.why-sna-grid{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.why-item{flex-direction:column;gap:.4rem;display:flex}.why-item-icon{width:32px;height:32px;color:var(--navy);margin-bottom:.25rem}.why-item-icon svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:100%;height:100%}.why-item-title{font-family:var(--font-display);color:var(--navy);font-size:.78rem;font-weight:700}.why-item-desc{color:var(--gray-500);font-size:.78rem;line-height:1.6}.easy-book-title{font-family:var(--font-display);color:var(--navy);margin-bottom:1.5rem;font-size:1.1rem;font-weight:700}.easy-book-grid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.easy-book-item{text-align:center;background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius);flex-direction:column;align-items:center;gap:.4rem;padding:1.25rem 1rem;transition:box-shadow .2s;display:flex}.easy-book-item:hover{box-shadow:var(--shadow)}.easy-book-item-icon{background:var(--navy);border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;margin-bottom:.25rem;display:flex}.easy-book-item-icon svg{fill:none;stroke:#fff;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:18px;height:18px}.easy-book-item-label{font-family:var(--font-display);letter-spacing:.1em;text-transform:uppercase;color:var(--navy);font-size:.68rem;font-weight:700}.easy-book-item-value{color:var(--gray-500);font-size:.75rem;line-height:1.4}.about-hero{margin-top:var(--nav-height);background:var(--white);padding:4rem 0 3rem}.about-hero-inner{grid-template-columns:1fr 1fr;align-items:start;gap:4rem;display:grid;position:relative}.about-hero-left p{color:var(--gray-500);margin-bottom:1rem;font-size:.92rem;line-height:1.8}.about-mission-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius);box-shadow:var(--shadow);padding:2rem}.about-mission-body{align-items:center;gap:1.25rem;display:flex}.about-mission-text-col{flex:1}.about-mission-icon{object-fit:contain;flex-shrink:0;width:100px;height:100px;display:block}.about-mission-title{font-family:var(--font-display);color:var(--navy);margin-bottom:.75rem;font-size:1.5rem;font-weight:700}.about-mission-text{color:var(--gray-500);font-size:.88rem;line-height:1.75}.about-dots{pointer-events:none;opacity:.25;grid-template-rows:repeat(5,8px);grid-template-columns:repeat(4,8px);gap:6px;display:grid;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.about-dots span{background:var(--blue-bright);border-radius:50%;width:6px;height:6px;display:block}.about-promise{background:var(--off-white);text-align:center;padding:4rem 0}.about-promise-title{font-family:var(--font-display);color:var(--navy);margin-bottom:.25rem;font-size:1.5rem;font-weight:700}.promise-grid{grid-template-columns:repeat(4,1fr);gap:0;margin-top:2.5rem;display:grid}.promise-item{text-align:center;border-right:1px solid var(--gray-200);flex-direction:column;align-items:center;padding:0 2rem;display:flex}.promise-item:last-child{border-right:none}.promise-icon{width:72px;height:72px;color:var(--blue-bright);box-sizing:border-box;background:#e8eeff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-bottom:1rem;padding:16px;display:flex}.promise-icon svg{fill:none;stroke:currentColor;stroke-width:1.6px;stroke-linecap:round;stroke-linejoin:round;width:100%;height:100%}.promise-title{font-family:var(--font-display);color:var(--navy);margin-bottom:.5rem;font-size:.85rem;font-weight:700}.promise-desc{color:var(--gray-500);font-size:.8rem;line-height:1.65}.about-story{background:var(--white);padding:4rem 0}.about-story-title{font-family:var(--font-display);color:var(--navy);margin-bottom:.5rem;font-size:1.4rem;font-weight:700}.story-grid{background:var(--off-white);border:1px solid var(--gray-200);border-radius:var(--radius);grid-template-columns:1fr 1fr;gap:3rem;padding:2.5rem;display:grid}.story-col{flex-direction:column;gap:1rem;display:flex}.story-icon{width:72px;height:72px;color:var(--blue-bright);box-sizing:border-box;background:#e8eeff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;padding:16px;display:flex}.story-icon svg{fill:none;stroke:currentColor;stroke-width:1.6px;stroke-linecap:round;stroke-linejoin:round;width:100%;height:100%}.story-text{color:var(--gray-500);font-size:.88rem;line-height:1.8}.contact-page{margin-top:var(--nav-height);flex:1;padding:4rem 0 5rem;overflow-x:hidden}.contact-header{text-align:center;margin-bottom:3rem}.contact-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;max-width:700px;margin:0 auto;display:grid}.contact-item{text-align:center;background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius);box-shadow:var(--shadow);flex-direction:column;align-items:center;gap:.5rem;padding:2rem 1.5rem;display:flex}.contact-item-icon{background:var(--navy);border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:.25rem;display:flex}.contact-item-icon svg{fill:none;stroke:#fff;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:20px;height:20px}.contact-item-label{font-family:var(--font-display);letter-spacing:.12em;text-transform:uppercase;color:var(--gray-400);font-size:.68rem;font-weight:700}.contact-item-value{color:var(--navy);word-break:break-word;overflow-wrap:break-word;text-align:center;font-size:.95rem;font-weight:600}.contact-item-value a{color:var(--blue-bright);transition:color .2s}.contact-item-value a:hover{color:var(--blue)}.reviews-page{margin-top:var(--nav-height);flex:1;padding:4rem 0 5rem}.reviews-header{text-align:center;margin-bottom:3rem}.reviews-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.review-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius);box-shadow:var(--shadow);padding:1.75rem}.review-stars{gap:3px;margin-bottom:1rem;display:flex}.review-star{color:#f59e0b;font-size:1rem}.review-text{color:var(--gray-500);margin-bottom:1.25rem;font-size:.88rem;font-style:italic;line-height:1.75}.review-author{font-family:var(--font-display);color:var(--navy);font-size:.8rem;font-weight:700}.review-date{color:var(--gray-400);margin-top:.2rem;font-size:.75rem}.footer{background:var(--header-bg);padding:1.5rem 0}.footer-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;display:flex}.footer-info{flex-wrap:wrap;align-items:center;gap:2.5rem;display:flex}.footer-item{color:#ffffffd9;align-items:center;gap:.5rem;font-size:.85rem;display:flex}.footer-item-icon{background:#ffffff1a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;display:flex}.footer-item-icon svg{fill:none;stroke:#fff;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:14px;height:14px}.footer-item a{color:#ffffffd9;transition:color .2s}.footer-item a:hover{color:var(--white)}.footer-social{align-items:center;gap:.75rem;display:flex}.footer-social-link{color:#fff;background:#ffffff1f;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;transition:background .2s;display:flex}.footer-social-link:hover{background:var(--blue-bright)}.footer-social-link svg{fill:#fff;width:16px;height:16px}.btn-primary{font-family:var(--font-display);letter-spacing:.1em;text-transform:uppercase;background:var(--blue-bright);color:var(--white);border:none;border-radius:6px;padding:.75rem 2rem;font-size:.78rem;font-weight:700;transition:background .2s;display:inline-block}.btn-primary:hover{background:var(--blue)}@media (width<=1024px){.hero-bg,.hero-overlay{display:none}.home-wrapper{background:var(--white)}.hero-content{color:var(--navy)}.navbar-logo-img{height:32px}.hero-bg{background-position:50%}.hero-overlay{background:linear-gradient(#fffffff7 0%,#ffffffe6 45%,#ffffff8c 70%,#fff0 100%)}.services-cards-grid{grid-template-columns:repeat(2,1fr)}.services-bottom-inner{grid-template-columns:1fr;gap:2.5rem}.promise-grid{grid-template-columns:repeat(2,1fr)}.promise-item{border-right:none;border-bottom:1px solid var(--gray-200);padding:1.5rem 1rem}.promise-item:nth-child(odd){border-right:1px solid var(--gray-200)}.promise-item:nth-last-child(-n+2){border-bottom:none}.reviews-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.alt-navbar-logo-img{width:clamp(90px,36vw,150px);margin-bottom:.75rem}.navbar-logo-img{height:26px}.logo-divider,.logo-sub-stack{display:none}.hero-bg{background-position:top}.hero-overlay{background:linear-gradient(#fffffffa 0%,#fffffff2 50%,#ffffff80 80%,#fff0 100%)}.services-strip-inner{grid-template-columns:repeat(2,1fr)}.about-hero-inner,.story-grid{grid-template-columns:1fr;gap:2rem}.contact-grid{grid-template-columns:1fr}.contact-item{padding:1.25rem 1rem}.contact-page .container{padding-left:1rem;padding-right:1rem}.footer-inner{text-align:center;flex-direction:column}.footer-info{flex-direction:column;gap:1rem}.about-dots{display:none}}@media (width<=640px){.navbar-links{top:var(--nav-height);background:var(--navy);text-align:center;flex-direction:column;gap:1.5rem;padding:2rem;display:none;position:fixed;left:0;right:0}.navbar-links.open,.hamburger{display:flex}.nav-phone span{display:none}.services-cards-grid,.why-sna-grid,.easy-book-grid,.promise-grid{grid-template-columns:1fr}.promise-item{border-right:none;border-bottom:1px solid var(--gray-200);padding:1.5rem 0}.promise-item:last-child{border-bottom:none}.reviews-grid{grid-template-columns:1fr}.hero-headline{font-size:1.75rem}.hero{padding:0 1.5rem}.hero-content{width:100%;max-width:none}}
