@font-face{font-family:Bricolage Grotesque;src:url(/fonts/bricolage-200.woff2)format("woff2");font-weight:200;font-style:normal;font-display:swap}@font-face{font-family:Bricolage Grotesque;src:url(/fonts/bricolage-800.woff2)format("woff2");font-weight:800;font-style:normal;font-display:swap}:root{--primary:#1b2a4a;--on-primary:#fff;--accent:#b87300;--on-accent:#fff;--dark:#111d35;--on-dark:#fff;--muted:#5c6a82;--surface:#eef1f6;--error:#c0392b;--success:#27ae60;--radius:8px;--max-w:1200px;--font:"Bricolage Grotesque",system-ui,-apple-system,"Segoe UI",sans-serif}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font);color:var(--dark);background:#fff;font-weight:200;line-height:1.6}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}a:hover{color:var(--accent)}main a:not(.btn-primary):not(.btn-secondary):not(.service-card):not(.zone-card){text-decoration:underline}main a:not(.btn-primary):not(.btn-secondary):not(.service-card):not(.zone-card):hover{text-decoration-thickness:2px}h1,h2,h3,h4{color:var(--primary);font-weight:800;line-height:1.2}h1{font-size:clamp(2rem,5vw,3.5rem)}h2{margin-bottom:1rem;font-size:clamp(1.5rem,3.5vw,2.25rem)}h3{margin-bottom:.5rem;font-size:clamp(1.15rem,2.5vw,1.5rem)}p{margin-bottom:1rem;font-weight:200}strong{font-weight:800}.container{max-width:var(--max-w);margin:0 auto;padding:0 1.25rem}.site-header{z-index:100;border-bottom:1px solid var(--surface);background:#fff;position:sticky;top:0}.header-inner{max-width:var(--max-w);justify-content:space-between;align-items:center;margin:0 auto;padding:.75rem 1.25rem;display:flex}.header-logo img{width:auto;height:48px}.header-nav{align-items:center;gap:1.5rem;display:flex}.header-nav a{color:var(--primary);font-size:.9rem;font-weight:800;transition:color .2s}.header-nav a:hover{color:var(--accent)}.header-nav .btn-header{background:var(--accent);color:var(--on-accent);border-radius:var(--radius);padding:.5rem 1.25rem;font-size:.9rem;font-weight:800;transition:background .2s}.header-nav .btn-header:hover{background:color-mix(in oklch,var(--accent),black 15%);color:var(--on-accent)}.burger{cursor:pointer;background:0 0;border:none;padding:.25rem;display:none}.burger svg{width:28px;height:28px;stroke:var(--primary)}.mobile-nav{z-index:200;background:#fff;flex-direction:column;padding:1.5rem;display:none;position:fixed;inset:0}.mobile-nav.open{display:flex}.mobile-nav-header{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.mobile-nav-close{cursor:pointer;background:0 0;border:none}.mobile-nav-close svg{width:28px;height:28px;stroke:var(--primary)}.mobile-nav a{color:var(--primary);border-bottom:1px solid var(--surface);padding:.75rem 0;font-size:1.1rem;font-weight:800;display:block}.mobile-nav .btn-mobile-cta{text-align:center;background:var(--accent);color:var(--on-accent);border-radius:var(--radius);margin-top:1.5rem;padding:.85rem;font-size:1rem;font-weight:800;display:block}.dropdown{position:relative}.dropdown-toggle{cursor:pointer;color:var(--primary);background:0 0;border:none;align-items:center;gap:.25rem;padding:0;font-family:inherit;font-size:.9rem;font-weight:800;transition:color .2s;display:flex}.dropdown-toggle:hover{color:var(--accent)}.dropdown-toggle svg{width:16px;height:16px;transition:transform .2s}.dropdown-menu{z-index:10;padding-top:.5rem;display:none;position:absolute;top:100%;left:0}.dropdown-menu a{background:#fff;padding:.5rem 1rem;font-size:.85rem;display:block}.dropdown-menu a:first-child{border-radius:var(--radius)var(--radius)0 0}.dropdown-menu a:last-child{border-radius:0 0 var(--radius)var(--radius)}.dropdown-menu a:hover{background:var(--surface)}.dropdown:hover .dropdown-menu,.dropdown:focus-within .dropdown-menu,.dropdown-toggle[aria-expanded=true]+.dropdown-menu{border:1px solid var(--surface);border-radius:var(--radius);background:#fff;flex-direction:column;min-width:220px;display:flex;box-shadow:0 4px 12px #00000014}.dropdown:hover .dropdown-toggle svg,.dropdown:focus-within .dropdown-toggle svg,.dropdown-toggle[aria-expanded=true] svg{transform:rotate(90deg)}@media (max-width:900px){.header-nav{display:none}.burger{display:block}}.hero{color:var(--on-dark);background-position:50%;background-repeat:no-repeat;background-size:cover;padding:clamp(4rem,10vw,8rem) 0;position:relative}.hero:before{content:"";filter:blur(.1px);z-index:1;background:#111d35d1;position:absolute;inset:0}.hero .container{z-index:2;position:relative}.hero-content{max-width:700px}.hero h1{color:var(--on-dark);margin-bottom:1rem}.hero p{color:#ffffffd9;margin-bottom:1.5rem;font-size:1.1rem}.btn-primary{background:var(--accent);color:var(--on-accent);border-radius:var(--radius);cursor:pointer;border:none;padding:.85rem 1.75rem;font-size:1rem;font-weight:800;transition:background .2s;display:inline-block}.btn-primary:hover{background:color-mix(in oklch,var(--accent),black 15%);color:var(--on-accent)}.btn-secondary{border:2px solid var(--accent);color:var(--accent);border-radius:var(--radius);cursor:pointer;background:0 0;padding:.75rem 1.5rem;font-size:1rem;font-weight:800;transition:background .2s,color .2s;display:inline-block}.btn-secondary:hover{background:var(--accent);color:var(--on-accent)}.section{padding:clamp(3rem,8vw,6rem) 0}.section-alt{background:var(--surface)}.section-dark{background:var(--dark);color:#ffffffd9}.section-dark h2,.section-dark h3,.section-dark h4{color:var(--on-dark)}.section-dark strong{color:var(--accent)}.section-dark p{color:#ffffffd9}.section-dark .reassurance-item p{color:#ffffffbf}.section-dark .reassurance-item .icon svg{stroke:var(--accent)}.section-header{text-align:center;max-width:700px;margin:0 auto 3rem}.section-header p{color:var(--muted);font-size:1.05rem}.section-dark .section-header p{color:#ffffffbf}.section-image{border-radius:8px;max-width:800px;margin:0 auto 2.5rem;overflow:hidden}.section-image img{width:100%;height:auto;display:block}.services-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem;display:grid}.service-card{border:1px solid var(--surface);border-radius:var(--radius);background:#fff;padding:2rem 1.5rem;transition:box-shadow .2s}.section-alt .service-card{background:#fff}.service-card:hover{box-shadow:0 4px 16px #00000014}.service-card .icon{justify-content:center;align-items:center;width:40px;height:40px;margin-bottom:1rem;display:flex}.service-card .icon svg{width:40px;height:40px;stroke:var(--accent);stroke-width:1.5px}.service-card h3 a{color:var(--primary)}.service-card h3 a:hover{color:var(--accent)}.service-card p{color:var(--muted);margin-bottom:.75rem;font-size:.95rem}.service-card .link{color:var(--accent);align-items:center;gap:.25rem;font-weight:800;display:inline-flex}.service-card .link svg{width:16px;height:16px}.zone-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;display:grid}.zone-card{border:1px solid var(--surface);border-radius:var(--radius);background:#fff;transition:box-shadow .2s;overflow:hidden}.zone-card:hover{box-shadow:0 4px 16px #00000014}.zone-card-body{padding:1.5rem}.zone-card-body h3 a{color:var(--primary)}.zone-card-body h3 a:hover{color:var(--accent)}.zone-card-body p{color:var(--muted);font-size:.9rem}.reassurance-grid{text-align:center;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:2rem;display:grid}.reassurance-item .icon{justify-content:center;align-items:center;width:40px;height:40px;margin:0 auto 1rem;display:flex}.reassurance-item .icon svg{width:40px;height:40px;stroke:var(--accent);stroke-width:1.5px}.reassurance-item h3{margin-bottom:.5rem;font-size:1.05rem}.reassurance-item p{color:var(--muted);font-size:.9rem}.testimonials-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;display:grid}.testimonial-card{border-left:4px solid var(--accent);border-radius:0 var(--radius)var(--radius)0;background:#fff;padding:2rem 1.75rem;position:relative;box-shadow:0 2px 12px #0000000f}.testimonial-card:before{content:"“";color:var(--accent);opacity:.2;font-size:4rem;font-weight:800;line-height:1;position:absolute;top:.5rem;left:1rem}.testimonial-card blockquote{color:var(--dark);margin-bottom:1rem;padding-top:1.5rem;font-size:1rem;font-style:italic;font-weight:200}.testimonial-card cite{color:var(--primary);font-size:.9rem;font-style:normal;font-weight:800}.faq-list{max-width:800px;margin:0 auto}.faq-item{border-bottom:1px solid var(--surface)}.faq-question{cursor:pointer;text-align:left;width:100%;color:var(--primary);background:0 0;border:none;justify-content:space-between;align-items:center;padding:1.25rem 0;font-family:inherit;font-size:1.05rem;font-weight:800;display:flex}.faq-question svg{width:20px;height:20px;stroke:var(--accent);flex-shrink:0;transition:transform .3s}.faq-question[aria-expanded=true] svg{transform:rotate(45deg)}.faq-answer{max-height:0;transition:max-height .3s;overflow:hidden}.faq-answer-inner{color:var(--muted);padding:0 0 1.25rem;line-height:1.7}.contact-section{padding:clamp(3rem,8vw,6rem) 0}.contact-grid{grid-template-columns:1fr 1fr;gap:3rem;display:grid}@media (max-width:768px){.contact-grid{grid-template-columns:1fr}}.contact-info-item{align-items:flex-start;gap:.75rem;margin-bottom:1.5rem;display:flex}.contact-info-item .icon{flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.contact-info-item .icon svg{width:28px;height:28px;stroke:var(--accent);stroke-width:1.5px}.contact-info-item strong{color:var(--primary);display:block}.contact-info-item span{color:var(--muted);font-size:.9rem;font-weight:200}.form-group{margin-bottom:1.25rem}.form-group label{color:var(--primary);margin-bottom:.35rem;font-size:.9rem;font-weight:800;display:block}.form-group input,.form-group textarea{border:1px solid var(--surface);border-radius:var(--radius);width:100%;padding:.75rem;font-family:inherit;font-size:1rem;font-weight:200;transition:border-color .2s}.form-group input:focus,.form-group textarea:focus{outline:2px solid var(--accent);outline-offset:2px;border-color:var(--accent);box-shadow:0 0 0 3px #b8730026}.form-group textarea{resize:vertical;min-height:120px}.sr-only{position:absolute;left:-9999px}.hero-heading{color:var(--on-dark);font-size:clamp(2rem,5vw,3rem)}.hero .hero-heading{font-size:clamp(2rem,5vw,3.5rem)}.page-hero{background:var(--dark);color:var(--on-dark);padding:clamp(2.5rem,6vw,4rem) 0}.page-hero h1{color:var(--on-dark);margin-bottom:.75rem}.page-hero p{color:#ffffffd9;max-width:700px;font-size:1.05rem}.page-hero-bg{color:var(--on-dark);background-position:50%;background-repeat:no-repeat;background-size:cover;padding:clamp(3rem,8vw,6rem) 0;position:relative}.page-hero-bg:before{content:"";filter:blur(.1px);z-index:1;background:#111d35d1;position:absolute;inset:0}.page-hero-bg .container{z-index:2;position:relative}.page-hero-bg .hero-content{max-width:700px}.page-hero-bg h1,.page-hero-bg h2{color:var(--on-dark);margin-bottom:.75rem}.page-hero-bg .hero-heading{color:var(--on-dark);font-size:clamp(2rem,5vw,3rem)}.page-hero-bg p{color:#ffffffd9;margin-bottom:1.5rem;font-size:1.05rem}.page-hero-bg .breadcrumb{margin-bottom:1rem}.page-hero-bg .breadcrumb a{color:var(--accent)}.prose{max-width:800px;margin:0 auto}.prose h2{margin-top:2.5rem}.prose h3{margin-top:1.5rem}.prose ul{margin-bottom:1rem;padding-left:1.5rem}.prose li{color:var(--muted);margin-bottom:.5rem}.prose strong{color:var(--primary);font-weight:800}.prose a{color:inherit;text-decoration:underline}.prose a:hover{text-decoration-thickness:2px}.prose-img{border-radius:var(--radius);margin:2rem 0;overflow:hidden}.prose-img img{aspect-ratio:16/9;object-fit:cover;width:100%}.cta-banner{background:var(--primary);color:var(--on-primary);text-align:center;padding:clamp(2.5rem,6vw,4rem) 0}.cta-banner h2{color:var(--on-primary);margin-bottom:.75rem}.cta-banner p{color:#ffffffd9;max-width:600px;margin-bottom:1.5rem;margin-left:auto;margin-right:auto}.cta-banner a:not(.btn-primary){color:var(--accent);font-weight:800}.cta-banner a:not(.btn-primary):hover{text-decoration:underline}.site-footer{background:var(--dark);color:#ffffffb3;padding:3rem 0 1.5rem}.footer-grid{grid-template-columns:1.5fr 1fr 1fr;gap:2rem;margin-bottom:2rem;display:grid}@media (max-width:768px){.footer-grid{grid-template-columns:1fr}}.footer-grid h4{color:var(--on-dark);margin-bottom:1rem;font-size:1rem}.footer-grid a{color:#ffffffb3;margin-bottom:.5rem;font-size:.9rem;font-weight:200;display:block}.footer-grid a:hover{color:var(--accent)}.footer-logo{margin-bottom:1rem}.footer-logo img{filter:brightness(0)invert();height:40px}.footer-bottom{border-top:1px solid #ffffff1a;flex-wrap:wrap;justify-content:space-between;gap:.5rem;padding-top:1.5rem;font-size:.8rem;display:flex}.footer-bottom a{color:#ffffff80}.footer-bottom a:hover{color:var(--accent)}:focus-visible{outline:3px solid var(--accent);outline-offset:2px}.fade-in{opacity:0;transition:opacity .5s,transform .5s;transform:translateY(20px)}.fade-in.visible{opacity:1;transform:translateY(0)}.breadcrumb{color:var(--muted);padding:.75rem 0;font-size:.85rem;font-weight:200}.breadcrumb a{color:var(--accent);font-weight:800}.breadcrumb span{margin:0 .35rem}.content-cards{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem;display:grid}.content-card{border:1px solid var(--surface);border-radius:var(--radius);background:#fff;padding:1.75rem 1.5rem;transition:box-shadow .2s}.section-alt .content-card{background:#fff}.content-card:hover{box-shadow:0 4px 16px #00000014}.content-card .icon{justify-content:center;align-items:center;width:36px;height:36px;margin-bottom:1rem;display:flex}.content-card .icon svg{width:36px;height:36px;stroke:var(--accent);stroke-width:1.5px}.content-card h3{margin-bottom:.5rem}.content-card p{color:var(--muted);margin-bottom:0;font-size:.95rem}.content-cards--2{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.sticky-cta-mobile{z-index:90;background:var(--accent);text-align:center;padding:.75rem 1rem;display:none;position:fixed;bottom:0;left:0;right:0}.sticky-cta-mobile a{color:var(--on-accent);font-size:1rem;font-weight:800;display:block}@media (max-width:768px){.sticky-cta-mobile{display:block}body:has(.sticky-cta-mobile){padding-bottom:3.5rem}}.skip-link{background:var(--accent);color:var(--on-accent);border-radius:var(--radius);z-index:300;padding:.5rem 1rem;font-weight:800;position:absolute;top:-100%;left:1rem}.skip-link:focus{top:.5rem}.section-dark .faq-item{border-bottom-color:#ffffff26}.section-dark .faq-question{color:var(--on-dark)}.section-dark .faq-answer-inner{color:#ffffffbf}.section-dark .content-card{background:#ffffff0d;border-color:#ffffff1a}.section-dark .content-card h3{color:var(--on-dark)}.section-dark .content-card p{color:#ffffffbf}.section-dark .content-card .icon svg{stroke:var(--accent)}.text-image{grid-template-columns:1fr 1fr;align-items:center;gap:3rem;display:grid}.text-image--reverse{direction:rtl}.text-image--reverse>*{direction:ltr}.text-image-content h2{margin-bottom:1rem}.text-image-content h3{margin-bottom:.5rem}.text-image-content h3+p+h3{margin-top:1.5rem}.text-image-content p{color:var(--muted)}.text-image-content a{color:inherit;text-decoration:underline}.text-image-content a:hover{text-decoration-thickness:2px}.text-image-content ul{margin-bottom:1rem;padding-left:1.5rem}.text-image-content li{color:var(--muted);margin-bottom:.5rem}.text-image-content strong{color:var(--primary)}.text-image-visual{border-radius:var(--radius);overflow:hidden}.text-image-visual img{aspect-ratio:4/3;object-fit:cover;width:100%}@media (max-width:768px){.text-image,.text-image--reverse{direction:ltr;grid-template-columns:1fr}.text-image-visual{order:-1}}.section-dark .text-image-content p{color:#ffffffd9}.section-dark .text-image-content strong{color:var(--accent)}.section-dark .text-image-content li{color:#ffffffbf}.section-dark .text-image-content a{color:inherit}.full-image{border-radius:var(--radius);max-width:900px;margin:0 auto;overflow:hidden}.full-image img{aspect-ratio:16/9;object-fit:cover;width:100%}.section-warm{background:var(--accent);color:var(--on-accent)}.section-warm h2,.section-warm h3{color:var(--on-accent)}.section-warm p{color:#ffffffe6}.section-warm .btn-primary{background:var(--primary)}.section-warm .btn-primary:hover{background:color-mix(in oklch,var(--primary),black 15%)}.ports-list{padding:0;list-style:none}.ports-list li{border-bottom:1px solid var(--surface);align-items:flex-start;gap:.75rem;padding:1rem 0;display:flex}.ports-list li:last-child{border-bottom:none}.ports-list .port-name{color:var(--primary);font-weight:800;display:block}.ports-list .port-desc{color:var(--muted);font-size:.9rem}.section-dark .ports-list li{border-bottom-color:#ffffff26}.section-dark .ports-list .port-name{color:var(--on-dark)}.section-dark .ports-list .port-desc{color:#ffffffbf}.steps-grid{counter-reset:step;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2rem;display:grid}.step-item{text-align:center;padding-left:0;position:relative}.step-number{background:var(--primary);width:48px;height:48px;color:var(--accent);border-radius:50%;justify-content:center;align-items:center;margin-bottom:1rem;font-size:1.25rem;font-weight:800;display:inline-flex}.step-item h3{margin-bottom:.5rem}.step-item p{color:var(--muted);font-size:.9rem}.section-dark .step-number{background:#ffffff1a;border:1px solid #fff3}.section-dark .step-item p{color:#ffffffbf}
