:root{--sp-navy: #1B2D4F;--sp-navy-light: #2A4066;--sp-sand: #E0D4C8;--sp-linen: #F0EAE2;--sp-ivory: #F8F5F1;--sp-cream: #F0EAE2;--sp-cream-dark: #E0D4C8;--sp-gold: #D4B36A;--sp-gold-light: #E0C888;--sp-gold-soft: hsl(42, 45%, 95%);--sp-gold-hover: #B8943F;--sp-white: #F8F5F1;--sp-text: #3D3D3D;--sp-text-dim: #7A7268;--sp-border: #E5E7EB;--sp-success: #2D8A4E;--font-heading: "Playfair Display", serif;--font-body: "DM Sans", sans-serif;--font-small: "Inter", sans-serif;--space-xs: .5rem;--space-sm: 1rem;--space-md: 1.5rem;--space-lg: 2.5rem;--space-xl: 4rem;--space-2xl: 6rem;--page-width: 1200px;--radius: 8px;--radius-lg: 12px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-body);color:var(--sp-text);background:var(--sp-linen);line-height:1.7;letter-spacing:.01em;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);line-height:1.2;font-weight:700}.page-width{max-width:var(--page-width);margin:0 auto;padding:0 1.5rem}@media(max-width:768px){:root{--space-lg: 1.5rem;--space-xl: 2.5rem;--space-2xl: 3rem}.page-width{padding:0 1.25rem}}html,body{overflow-x:hidden}.btn-primary{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 2rem;background:var(--sp-navy);color:var(--sp-white);font-family:var(--font-heading);font-weight:600;font-size:.9rem;border:none;border-radius:var(--radius);cursor:pointer;transition:background .2s}.btn-primary:hover{background:var(--sp-navy-light)}.btn-primary:focus-visible{outline:2px solid var(--sp-gold);outline-offset:2px}.btn-secondary{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 2rem;background:transparent;color:var(--sp-navy);font-family:var(--font-heading);font-weight:600;font-size:.9rem;border:1.5px solid var(--sp-navy);border-radius:var(--radius);cursor:pointer;transition:all .2s}.btn-secondary:hover{background:var(--sp-navy);color:var(--sp-white)}.btn-secondary:focus-visible{outline:2px solid var(--sp-gold);outline-offset:2px}.fade-in{opacity:1;transform:translateY(0);transition:opacity .6s ease-out,transform .6s ease-out}.fade-in.will-animate{opacity:0;transform:translateY(20px)}.fade-in.visible{opacity:1;transform:translateY(0)}.card-lift{transition:transform .25s ease-out,box-shadow .25s ease-out}@media(hover:hover){.card-lift:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001a}}.img-zoom{overflow:hidden}.img-zoom img{transition:transform .4s ease-out}@media(hover:hover){.img-zoom:hover img{transform:scale(1.05)}}main{animation:pageIn .4s ease-out}@keyframes pageIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.fade-in{opacity:1;transform:none;transition:none}.card-lift,.img-zoom img{transition:none}main{animation:none}}.header.svelte-12qhfyh{position:sticky;top:0;z-index:100;background:var(--sp-sand);border-bottom:1px solid var(--sp-border)}.header__inner.svelte-12qhfyh{display:flex;align-items:center;justify-content:space-between;height:72px}.header__logo-img.svelte-12qhfyh{height:56px;width:auto;display:block;object-fit:contain}.header__nav.svelte-12qhfyh{display:flex;gap:1.5rem}.header__nav.svelte-12qhfyh a:where(.svelte-12qhfyh){font-family:var(--font-heading);font-size:.9rem;font-weight:500;color:var(--sp-text);transition:color .15s}.header__nav.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:var(--sp-gold-hover, #B8943F)}.header__actions.svelte-12qhfyh{display:flex;align-items:center;gap:.75rem}.header__signin.svelte-12qhfyh{font-family:var(--font-heading);font-size:.8rem;font-weight:600;color:var(--sp-navy);border:1.5px solid var(--sp-navy);border-radius:var(--radius);padding:.55rem 1.25rem;transition:background .15s,color .15s}.header__signin.svelte-12qhfyh:hover{background:var(--sp-navy);color:#fff}.header__cta.svelte-12qhfyh{padding:.6rem 1.5rem;font-size:.8rem}.header__hamburger.svelte-12qhfyh{display:none;flex-direction:column;gap:5px;background:none;border:none;padding:8px 4px;cursor:pointer}.header__hamburger.svelte-12qhfyh span:where(.svelte-12qhfyh){width:20px;height:1.5px;background:var(--sp-navy);transition:all .2s}.header__hamburger.svelte-12qhfyh span.open:where(.svelte-12qhfyh):nth-child(1){transform:translateY(6.5px) rotate(45deg)}.header__hamburger.svelte-12qhfyh span.open:where(.svelte-12qhfyh):nth-child(2){opacity:0}.header__hamburger.svelte-12qhfyh span.open:where(.svelte-12qhfyh):nth-child(3){transform:translateY(-6.5px) rotate(-45deg)}@media(max-width:768px){.header__nav.svelte-12qhfyh,.header__actions.svelte-12qhfyh{display:none}.header__hamburger.svelte-12qhfyh{display:flex}}.mobile-overlay.svelte-12qhfyh{position:fixed;inset:0;background:#1b2d4f66;z-index:150}.mobile-menu.svelte-12qhfyh{position:fixed;top:0;left:0;bottom:0;width:min(320px,85vw);background:#fff;z-index:151;display:flex;flex-direction:column;overflow-y:auto}.mobile-menu__header.svelte-12qhfyh{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;border-bottom:1px solid var(--sp-border)}.mobile-menu__logo-img.svelte-12qhfyh{height:44px;width:auto;object-fit:contain}.mobile-menu__close.svelte-12qhfyh{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:none;border:none;font-size:1.25rem;color:var(--sp-text-dim);cursor:pointer}.mobile-menu__links.svelte-12qhfyh{flex:1;padding:.75rem 1.5rem}.mobile-menu__links.svelte-12qhfyh a:where(.svelte-12qhfyh){display:block;padding:.875rem 0;font-family:var(--font-heading);font-size:1rem;font-weight:500;border-bottom:1px solid var(--sp-border);color:var(--sp-text)}.mobile-menu__signin.svelte-12qhfyh{text-align:center;margin-top:1.5rem;border:1.5px solid var(--sp-navy)!important;border-radius:var(--radius);padding:.7rem!important}.mobile-menu__cta.svelte-12qhfyh{text-align:center;margin-top:.75rem;color:#fff!important;justify-content:center}.trust-strip.svelte-12qhfyh{position:relative;padding:2.5rem 0;background:var(--sp-ivory);border-top:1px solid var(--sp-border);overflow:hidden}.trust-strip.svelte-12qhfyh:before{content:"";position:absolute;inset:0;background:url(../../../images/sp-ocean-sunset-bg.jpg) center/cover no-repeat;opacity:.5;pointer-events:none}.trust-strip__inner.svelte-12qhfyh{position:relative;z-index:1;display:flex;justify-content:center;align-items:center}.trust-strip__logos.svelte-12qhfyh{display:flex;justify-content:center;align-items:center;gap:2.5rem;flex-wrap:wrap}.trust-strip__logos.svelte-12qhfyh img:where(.svelte-12qhfyh){height:72px;width:auto;object-fit:contain;mix-blend-mode:multiply}.footer.svelte-12qhfyh{background:var(--sp-navy);color:#ffffffbf;padding:var(--space-2xl) 0 var(--space-lg)}.footer__grid.svelte-12qhfyh{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:3rem}.footer__tagline.svelte-12qhfyh{font-size:.85rem;font-style:italic;color:var(--sp-gold);margin-bottom:1rem}.footer__contact.svelte-12qhfyh{font-family:var(--font-small);font-size:.8rem;margin-bottom:.25rem}.footer__social.svelte-12qhfyh{display:flex;gap:1rem;margin-top:1rem}.footer__social.svelte-12qhfyh a:where(.svelte-12qhfyh){font-size:.8rem;color:var(--sp-gold);font-weight:600;transition:color .2s}.footer__social.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:#fff}.footer__col.svelte-12qhfyh h4:where(.svelte-12qhfyh){color:#fff;font-family:var(--font-heading);font-size:.95rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;margin-bottom:1rem}.footer__col.svelte-12qhfyh a:where(.svelte-12qhfyh){display:block;font-family:var(--font-small);font-size:.8rem;color:#ffffffb3;margin-bottom:.5rem;transition:color .2s}.footer__col.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:var(--sp-gold)}.footer__bottom.svelte-12qhfyh{border-top:1px solid hsla(0,0%,100%,.1);margin-top:var(--space-xl);padding-top:var(--space-md)}.footer__bottom.svelte-12qhfyh p:where(.svelte-12qhfyh){font-family:var(--font-small);font-size:.7rem;color:#ffffff80}.footer__memberships.svelte-12qhfyh{margin-top:.25rem}@media(max-width:768px){.footer.svelte-12qhfyh{padding:var(--space-lg) 0 var(--space-md)}.footer__grid.svelte-12qhfyh{grid-template-columns:1fr;gap:2rem;text-align:center}.footer__brand.svelte-12qhfyh img:where(.svelte-12qhfyh){margin-left:auto;margin-right:auto}.footer__social.svelte-12qhfyh{justify-content:center}.footer__bottom.svelte-12qhfyh{text-align:center}.trust-strip__logos.svelte-12qhfyh{gap:1rem}.trust-strip__logos.svelte-12qhfyh img:where(.svelte-12qhfyh){height:48px}}
