@import "https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&family=Inter:wght@400;500;600&display=swap";:root{--poshpure-navy:#08263f;--poshpure-deep-navy:#041522;--poshpure-blue-black:#061016;--poshpure-teal:#35c6c7;--poshpure-aqua:#8fe7e8;--poshpure-ice:#f3fbfc;--poshpure-white:#fff;--poshpure-soft-grey:#e8eef1;--poshpure-slate:#5e6b73;--poshpure-graphite:#20272c;--poshpure-line:#08263f24;--poshpure-glow:#35c6c747;--font-heading:"Space Grotesk", system-ui, -apple-system, sans-serif;--font-body:"Inter", system-ui, -apple-system, sans-serif;--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-5:1.25rem;--space-6:1.5rem;--space-8:2rem;--space-10:2.5rem;--space-12:3rem;--space-16:4rem;--space-20:5rem;--space-24:6rem;--space-32:8rem;--radius-sm:4px;--radius-md:8px;--radius-lg:12px;--radius-xl:20px;--shadow-sm:0 1px 3px #08263f14, 0 1px 2px #08263f0a;--shadow-md:0 4px 16px #08263f1a, 0 2px 6px #08263f0f;--shadow-lg:0 16px 48px #08263f24, 0 4px 16px #08263f14;--shadow-glow:0 0 32px #35c6c738;--transition-fast:.15s ease;--transition-base:.25s ease;--transition-slow:.4s ease;--max-width:1280px;--container-padding:1.5rem}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;font-size:16px}body{font-family:var(--font-body);color:var(--poshpure-graphite);background-color:var(--poshpure-white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:clamp(1rem,1.2vw,1.0625rem);line-height:1.75}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}ul,ol{list-style:none}.skip-link{top:-100%;left:var(--space-4);z-index:9999;background:var(--poshpure-teal);color:var(--poshpure-navy);padding:var(--space-3) var(--space-5);border-radius:var(--radius-md);transition:top var(--transition-fast);font-size:.875rem;font-weight:600;position:absolute}.skip-link:focus{top:var(--space-4)}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);letter-spacing:-.03em;color:var(--poshpure-navy);font-weight:700;line-height:1}h1{letter-spacing:-.06em;font-size:clamp(3rem,7vw,7rem);line-height:.92}h2{letter-spacing:-.05em;font-size:clamp(2.2rem,5vw,4.8rem);line-height:.95}h3{letter-spacing:-.03em;font-size:clamp(1.5rem,2.8vw,2.4rem);line-height:1.05}h4{letter-spacing:-.02em;font-size:clamp(1.2rem,1.8vw,1.5rem);line-height:1.15}h5{font-size:1.125rem;line-height:1.3}h6{font-size:1rem;line-height:1.4}p{font-family:var(--font-body);color:var(--poshpure-slate);font-size:clamp(1rem,1.2vw,1.0625rem);line-height:1.75}.eyebrow{text-transform:uppercase;letter-spacing:.18em;font-size:.7rem;font-weight:700;font-family:var(--font-heading);color:var(--poshpure-teal);display:inline-block}.eyebrow--dark{color:var(--poshpure-navy);opacity:.7}.container{width:100%;max-width:var(--max-width);padding-left:var(--container-padding);padding-right:var(--container-padding);margin-left:auto;margin-right:auto}.btn{align-items:center;gap:var(--space-2);border-radius:var(--radius-md);font-family:var(--font-heading);letter-spacing:.01em;transition:all var(--transition-base);cursor:pointer;white-space:nowrap;border:2px solid #0000;padding:.75rem 1.75rem;font-size:.9rem;font-weight:600;text-decoration:none;display:inline-flex}.btn:focus-visible{outline:3px solid var(--poshpure-teal);outline-offset:3px}.btn-primary{background:var(--poshpure-navy);color:var(--poshpure-white);border-color:var(--poshpure-navy)}.btn-primary:hover{background:var(--poshpure-teal);border-color:var(--poshpure-teal);color:var(--poshpure-navy);box-shadow:var(--shadow-glow);transform:translateY(-1px)}.btn-secondary{color:var(--poshpure-navy);border-color:var(--poshpure-navy);background:0 0}.btn-secondary:hover{background:var(--poshpure-navy);color:var(--poshpure-white);transform:translateY(-1px)}.btn-teal{background:var(--poshpure-teal);color:var(--poshpure-navy);border-color:var(--poshpure-teal)}.btn-teal:hover{background:var(--poshpure-navy);border-color:var(--poshpure-navy);color:var(--poshpure-white);transform:translateY(-1px)}.btn-ghost-white{color:var(--poshpure-white);background:0 0;border-color:#ffffff80}.btn-ghost-white:hover{background:var(--poshpure-white);color:var(--poshpure-navy);border-color:var(--poshpure-white);transform:translateY(-1px)}.btn-lg{padding:1rem 2.25rem;font-size:1rem}.btn-sm{padding:.5rem 1.25rem;font-size:.8125rem}.teal-line{background:var(--poshpure-teal);border-radius:2px;width:48px;height:3px;display:block}.teal-line--wide{width:80px}.teal-line--full{width:100%}.section{padding:var(--space-24) 0}.section--sm{padding:var(--space-16) 0}.section--lg{padding:var(--space-32) 0}.section--navy{background:var(--poshpure-navy);color:var(--poshpure-white)}.section--navy h2,.section--navy h3,.section--navy h4{color:var(--poshpure-white)}.section--navy p{color:#ffffffc7}.section--deep-navy{background:var(--poshpure-deep-navy);color:var(--poshpure-white)}.section--deep-navy h2,.section--deep-navy h3,.section--deep-navy h4{color:var(--poshpure-white)}.section--deep-navy p{color:#ffffffbf}.section--ice{background:var(--poshpure-ice)}.section--soft-grey{background:var(--poshpure-soft-grey)}.grid-bg{position:relative;overflow:hidden}.grid-bg:before{content:"";pointer-events:none;background-image:linear-gradient(#35c6c70f 1px,#0000 1px),linear-gradient(90deg,#35c6c70f 1px,#0000 1px);background-size:48px 48px;position:absolute;inset:0}.grid-bg--dark:before{background-image:linear-gradient(#35c6c714 1px,#0000 1px),linear-gradient(90deg,#35c6c714 1px,#0000 1px)}@media (prefers-reduced-motion:no-preference){.reveal{opacity:0;transition:opacity .6s,transform .6s;transform:translateY(24px)}.reveal.visible{opacity:1;transform:translateY(0)}.reveal-left{opacity:0;transition:opacity .6s,transform .6s;transform:translate(-24px)}.reveal-left.visible{opacity:1;transform:translate(0)}.reveal-right{opacity:0;transition:opacity .6s,transform .6s;transform:translate(24px)}.reveal-right.visible{opacity:1;transform:translate(0)}.stagger-1{transition-delay:.1s}.stagger-2{transition-delay:.2s}.stagger-3{transition-delay:.3s}.stagger-4{transition-delay:.4s}.stagger-5{transition-delay:.5s}.stagger-6{transition-delay:.6s}}.text-teal{color:var(--poshpure-teal)}.text-navy{color:var(--poshpure-navy)}.text-white{color:var(--poshpure-white)}.text-slate{color:var(--poshpure-slate)}.text-aqua{color:var(--poshpure-aqua)}.bg-navy{background:var(--poshpure-navy)}.bg-deep-navy{background:var(--poshpure-deep-navy)}.bg-teal{background:var(--poshpure-teal)}.bg-ice{background:var(--poshpure-ice)}.bg-white{background:var(--poshpure-white)}.font-heading{font-family:var(--font-heading)}.font-body{font-family:var(--font-body)}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.form-field{gap:var(--space-2);flex-direction:column;display:flex}.form-field label{font-family:var(--font-heading);letter-spacing:.04em;color:var(--poshpure-navy);text-transform:uppercase;font-size:.8125rem;font-weight:600}.form-field input,.form-field select,.form-field textarea{font-family:var(--font-body);color:var(--poshpure-graphite);background:var(--poshpure-white);border:1.5px solid var(--poshpure-line);border-radius:var(--radius-md);transition:border-color var(--transition-fast), box-shadow var(--transition-fast);appearance:none;width:100%;padding:.75rem 1rem;font-size:1rem}.form-field input:focus,.form-field select:focus,.form-field textarea:focus{border-color:var(--poshpure-teal);outline:none;box-shadow:0 0 0 3px #35c6c733}.form-field textarea{resize:vertical;min-height:120px}.form-field select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2308263f' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-position:right 1rem center;background-repeat:no-repeat;padding-right:2.5rem}.form-field .helper{color:var(--poshpure-slate);font-size:.8125rem}.form-checkbox{align-items:flex-start;gap:var(--space-3);display:flex}.form-checkbox input[type=checkbox]{border:1.5px solid var(--poshpure-line);cursor:pointer;width:18px;min-width:18px;height:18px;accent-color:var(--poshpure-teal);border-radius:4px;margin-top:3px}.form-checkbox label{color:var(--poshpure-slate);cursor:pointer;font-size:.9rem;line-height:1.5}.breadcrumb{align-items:center;gap:var(--space-2);color:var(--poshpure-slate);margin-bottom:var(--space-8);flex-wrap:wrap;font-size:.8125rem;display:flex}.breadcrumb a{color:var(--poshpure-teal);text-decoration:none}.breadcrumb a:hover{text-decoration:underline}.breadcrumb-sep{opacity:.4}.checklist{gap:var(--space-3);flex-direction:column;display:flex}.checklist li{align-items:flex-start;gap:var(--space-3);color:var(--poshpure-slate);font-size:1rem;line-height:1.5;display:flex}.checklist li:before{content:"";background:var(--poshpure-teal);width:18px;min-width:18px;height:18px;margin-top:2px;display:inline-block;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.checklist--white li{color:#ffffffd9}.page-hero{padding:var(--space-32) 0 var(--space-24);background:var(--poshpure-navy);position:relative;overflow:hidden}.page-hero h1{color:var(--poshpure-white)}.page-hero p{color:#ffffffc7}@media (width<=768px){:root{--container-padding:1.25rem}.section{padding:var(--space-16) 0}.section--lg{padding:var(--space-20) 0}h1{letter-spacing:-.04em}h2{letter-spacing:-.035em}}@media (width<=480px){:root{--container-padding:1rem}}.site-header.svelte-1elxaub{z-index:100;background:var(--poshpure-white);border-bottom:1px solid var(--poshpure-line);position:sticky;top:0;box-shadow:0 1px 16px #08263f0d}.header-top-line.svelte-1elxaub{background:linear-gradient(90deg, var(--poshpure-teal), var(--poshpure-aqua), var(--poshpure-teal));height:3px}.header-nav.svelte-1elxaub{align-items:center;gap:var(--space-8);height:72px;display:flex}.header-logo.svelte-1elxaub{flex-shrink:0;align-items:center;display:flex}.header-logo.svelte-1elxaub img:where(.svelte-1elxaub){object-fit:contain;width:auto;max-width:200px;height:44px}.nav-list.svelte-1elxaub{align-items:center;gap:var(--space-1);margin-left:auto;display:flex}.nav-item.svelte-1elxaub{position:relative}.nav-link.svelte-1elxaub{font-family:var(--font-heading);text-transform:uppercase;letter-spacing:.1em;color:var(--poshpure-navy);border-radius:var(--radius-sm);transition:color var(--transition-fast), background var(--transition-fast);white-space:nowrap;align-items:center;gap:4px;padding:.5rem .75rem;font-size:.8rem;font-weight:600;text-decoration:none;display:flex;position:relative}.nav-link.svelte-1elxaub:after{content:"";background:var(--poshpure-teal);height:2px;transition:transform var(--transition-fast);border-radius:1px;position:absolute;bottom:2px;left:.75rem;right:.75rem;transform:scaleX(0)}.nav-link.svelte-1elxaub:hover:after,.nav-link.active.svelte-1elxaub:after{transform:scaleX(1)}.nav-link.svelte-1elxaub:hover,.nav-link.active.svelte-1elxaub{color:var(--poshpure-teal)}.nav-link.svelte-1elxaub:focus-visible{outline:2px solid var(--poshpure-teal);outline-offset:2px}.nav-link--btn.svelte-1elxaub{cursor:pointer;background:0 0;border:none}.nav-arrow.svelte-1elxaub{opacity:.6;align-items:center;display:flex}.nav-dropdown.svelte-1elxaub{background:var(--poshpure-white);border:1px solid var(--poshpure-line);border-radius:var(--radius-lg);min-width:220px;padding:var(--space-2);box-shadow:var(--shadow-lg);z-index:200;position:absolute;top:calc(100% + 8px);left:50%;transform:translate(-50%)}.nav-dropdown-link.svelte-1elxaub{font-family:var(--font-heading);color:var(--poshpure-navy);border-radius:var(--radius-md);transition:background var(--transition-fast), color var(--transition-fast);padding:.625rem 1rem;font-size:.8125rem;font-weight:500;text-decoration:none;display:block}.nav-dropdown-link.svelte-1elxaub:hover{background:var(--poshpure-ice);color:var(--poshpure-teal)}.nav-dropdown-link--all.svelte-1elxaub{color:var(--poshpure-teal);border-bottom:1px solid var(--poshpure-line);margin-bottom:var(--space-1);padding-bottom:.75rem;font-weight:700}.header-cta.svelte-1elxaub{margin-left:var(--space-4);flex-shrink:0}.mobile-toggle.svelte-1elxaub{border-radius:var(--radius-md);width:44px;height:44px;transition:background var(--transition-fast);flex-direction:column;justify-content:center;align-items:center;margin-left:auto;display:none}.mobile-toggle.svelte-1elxaub:hover{background:var(--poshpure-ice)}.mobile-toggle.svelte-1elxaub:focus-visible{outline:2px solid var(--poshpure-teal);outline-offset:2px}.hamburger.svelte-1elxaub{flex-direction:column;gap:5px;display:flex}.hamburger.svelte-1elxaub span:where(.svelte-1elxaub){background:var(--poshpure-navy);width:22px;height:2px;transition:transform var(--transition-base), opacity var(--transition-fast);border-radius:2px;display:block}.hamburger.open.svelte-1elxaub span:where(.svelte-1elxaub):first-child{transform:translateY(7px)rotate(45deg)}.hamburger.open.svelte-1elxaub span:where(.svelte-1elxaub):nth-child(2){opacity:0}.hamburger.open.svelte-1elxaub span:where(.svelte-1elxaub):nth-child(3){transform:translateY(-7px)rotate(-45deg)}.mobile-menu.svelte-1elxaub{background:var(--poshpure-white);border-top:1px solid var(--poshpure-line);padding:var(--space-6) 0 var(--space-8);box-shadow:0 8px 24px #08263f1a}.mobile-nav-list.svelte-1elxaub{margin-bottom:var(--space-6);flex-direction:column;display:flex}.mobile-nav-item.svelte-1elxaub{border-bottom:1px solid var(--poshpure-line)}.mobile-nav-link.svelte-1elxaub{padding:var(--space-4) 0;font-family:var(--font-heading);color:var(--poshpure-navy);cursor:pointer;width:100%;transition:color var(--transition-fast);background:0 0;border:none;justify-content:space-between;align-items:center;font-size:1rem;font-weight:600;text-decoration:none;display:flex}.mobile-nav-link.svelte-1elxaub:hover,.mobile-nav-link.active.svelte-1elxaub{color:var(--poshpure-teal)}.mobile-nav-link.svelte-1elxaub:focus-visible{outline:2px solid var(--poshpure-teal);outline-offset:2px}.mobile-nav-link--btn.svelte-1elxaub{text-align:left;width:100%}.mobile-sub-list.svelte-1elxaub{padding:0 0 var(--space-3) var(--space-4)}.mobile-sub-link.svelte-1elxaub{color:var(--poshpure-slate);transition:color var(--transition-fast);padding:.5rem 0;font-size:.9rem;text-decoration:none;display:block}.mobile-sub-link.svelte-1elxaub:hover{color:var(--poshpure-teal)}.mobile-cta.svelte-1elxaub{justify-content:center;width:100%}@media (width<=1024px){.nav-list.svelte-1elxaub,.header-cta.svelte-1elxaub{display:none}.mobile-toggle.svelte-1elxaub{display:flex}.header-nav.svelte-1elxaub{justify-content:space-between}}@media (width>=1025px){.mobile-menu.svelte-1elxaub{display:none}}.site-footer.svelte-jz8lnl{background:var(--poshpure-deep-navy);color:var(--poshpure-white)}.footer-main.svelte-jz8lnl{padding:var(--space-20) 0;border-bottom:1px solid #ffffff14}.footer-grid.svelte-jz8lnl{gap:var(--space-12);grid-template-columns:2fr 1fr 1fr 1.5fr;display:grid}.logo-plate.svelte-jz8lnl{background:var(--poshpure-white);border-radius:var(--radius-md);padding:var(--space-3) var(--space-5);margin-bottom:var(--space-5);align-items:center;display:inline-flex}.logo-plate.svelte-jz8lnl img:where(.svelte-jz8lnl){object-fit:contain;width:auto;max-width:170px;height:36px}.footer-summary.svelte-jz8lnl{color:#ffffffa6;margin-bottom:var(--space-6);font-size:.9rem;line-height:1.7}.footer-contact.svelte-jz8lnl{gap:var(--space-3);flex-direction:column;display:flex}.footer-email.svelte-jz8lnl,.footer-domain.svelte-jz8lnl{align-items:center;gap:var(--space-2);color:#ffffffb3;transition:color var(--transition-fast);font-size:.875rem;text-decoration:none;display:flex}.footer-email.svelte-jz8lnl:hover,.footer-domain.svelte-jz8lnl:hover{color:var(--poshpure-teal)}.footer-email.svelte-jz8lnl:focus-visible,.footer-domain.svelte-jz8lnl:focus-visible{outline:2px solid var(--poshpure-teal);outline-offset:2px;border-radius:2px}.footer-col-title.svelte-jz8lnl{font-family:var(--font-heading);text-transform:uppercase;letter-spacing:.18em;color:var(--poshpure-teal);margin-bottom:var(--space-5);font-size:.7rem;font-weight:700}.footer-col.svelte-jz8lnl ul:where(.svelte-jz8lnl){gap:var(--space-3);flex-direction:column;display:flex}.footer-link.svelte-jz8lnl{color:#ffffffa6;transition:color var(--transition-fast);font-size:.9rem;text-decoration:none}.footer-link.svelte-jz8lnl:hover{color:var(--poshpure-white)}.footer-link.svelte-jz8lnl:focus-visible{outline:2px solid var(--poshpure-teal);outline-offset:2px;border-radius:2px}.footer-enquiry-text.svelte-jz8lnl{color:#fff9;margin-bottom:var(--space-5);font-size:.875rem;line-height:1.6}.footer-enquiry-btn.svelte-jz8lnl{display:inline-flex}.footer-bottom.svelte-jz8lnl{padding:var(--space-6) 0}.footer-bottom-inner.svelte-jz8lnl{justify-content:space-between;align-items:center;gap:var(--space-4);flex-wrap:wrap;display:flex}.footer-legal-links.svelte-jz8lnl{align-items:center;gap:var(--space-5);flex-wrap:wrap;display:flex}.footer-legal-link.svelte-jz8lnl{color:#ffffff80;transition:color var(--transition-fast);font-size:.8rem;text-decoration:none}.footer-legal-link.svelte-jz8lnl:hover{color:var(--poshpure-teal)}.footer-legal-link.svelte-jz8lnl:focus-visible{outline:2px solid var(--poshpure-teal);outline-offset:2px;border-radius:2px}.footer-company-info.svelte-jz8lnl{align-items:center;gap:var(--space-3);color:#fff6;flex-wrap:wrap;font-size:.8rem;display:flex}.footer-sep.svelte-jz8lnl{opacity:.4}.footer-copyright.svelte-jz8lnl{color:#ffffff59;font-size:.8rem}@media (width<=1024px){.footer-grid.svelte-jz8lnl{gap:var(--space-10);grid-template-columns:1fr 1fr}.footer-brand.svelte-jz8lnl{grid-column:1/-1}}@media (width<=640px){.footer-grid.svelte-jz8lnl{gap:var(--space-8);grid-template-columns:1fr}.footer-bottom-inner.svelte-jz8lnl{flex-direction:column;align-items:flex-start}.footer-company-info.svelte-jz8lnl{gap:var(--space-1);flex-direction:column}}.cookie-banner.svelte-zvfgak{z-index:500;background:var(--poshpure-deep-navy);padding:var(--space-4) 0;border-top:1px solid #35c6c74d;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 24px #0003}.cookie-inner.svelte-zvfgak{justify-content:space-between;align-items:center;gap:var(--space-6);flex-wrap:wrap;display:flex}.cookie-text.svelte-zvfgak p:where(.svelte-zvfgak){color:#fffc;font-size:.875rem;line-height:1.5}.cookie-text.svelte-zvfgak strong:where(.svelte-zvfgak){color:var(--poshpure-white)}.cookie-link.svelte-zvfgak{color:var(--poshpure-teal);margin-left:var(--space-2);text-decoration:underline}.cookie-link.svelte-zvfgak:hover{color:var(--poshpure-aqua)}.cookie-actions.svelte-zvfgak{gap:var(--space-3);flex-shrink:0;display:flex}@media (width<=640px){.cookie-inner.svelte-zvfgak{flex-direction:column;align-items:flex-start}.cookie-actions.svelte-zvfgak{width:100%}.cookie-actions.svelte-zvfgak .btn:where(.svelte-zvfgak){flex:1;justify-content:center}}
