:root{
  --navy:#082b52;--navy-2:#0d3b6f;--teal:#0ca29f;--teal-dark:#087d7b;--aqua:#e8f8f7;
  --ink:#10243c;--muted:#627187;--line:#dbe4eb;--soft:#f5f9fb;--white:#fff;--shadow:0 18px 55px rgba(8,43,82,.11);
  --radius:22px;--container:1180px;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:#fff;line-height:1.6;-webkit-font-smoothing:antialiased}img{max-width:100%;display:block}button,input,select,textarea{font:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none}.container{width:min(var(--container),calc(100% - 40px));margin:0 auto}.section-pad{padding:94px 0}.skip-link{position:absolute;left:-9999px}.skip-link:focus{left:16px;top:16px;z-index:999;background:#fff;padding:10px 14px;border-radius:8px;box-shadow:var(--shadow)}
.notice-bar{background:var(--navy);color:#dcecf9;font-size:12px;letter-spacing:.02em}.notice-inner{min-height:36px;display:flex;justify-content:center;align-items:center;gap:16px}.notice-separator{width:3px;height:3px;border-radius:50%;background:#4fc7c5}
.site-header{position:sticky;top:0;z-index:80;background:rgba(255,255,255,.93);backdrop-filter:blur(18px);border-bottom:1px solid rgba(8,43,82,.08)}.nav-wrap{height:78px;display:flex;align-items:center;justify-content:space-between}.brand{width:220px;height:66px;display:flex;align-items:center;overflow:hidden}.brand img{width:100%;height:100%;object-fit:contain}.main-nav{display:flex;align-items:center;gap:28px;font-size:14px;font-weight:700;color:#37506b}.main-nav>a{transition:.2s}.main-nav>a:hover{color:var(--teal)}.menu-toggle{display:none;border:0;background:none;padding:8px}.menu-toggle span{display:block;width:25px;height:2px;background:var(--navy);margin:5px}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:999px;padding:13px 22px;border:1px solid transparent;font-weight:800;font-size:14px;transition:transform .2s,box-shadow .2s,background .2s}.btn:hover{transform:translateY(-2px)}.btn-primary{background:linear-gradient(135deg,var(--navy),var(--navy-2));color:#fff;box-shadow:0 9px 24px rgba(8,43,82,.2)}.btn-primary:hover{box-shadow:0 12px 30px rgba(8,43,82,.27)}.btn-secondary{background:#fff;border-color:#c9d9e5;color:var(--navy)}.btn-light{background:#fff;color:var(--navy)}.btn-small{padding:10px 17px;font-size:13px}.btn-wide{width:100%}
.hero{position:relative;overflow:hidden;background:linear-gradient(180deg,#f8fcfd 0%,#fff 72%);padding-top:86px}.hero-grid{display:grid;grid-template-columns:1fr 1.06fr;gap:66px;align-items:center;position:relative;z-index:2}.hero-copy h1{font-size:clamp(42px,5.2vw,70px);line-height:1.04;letter-spacing:-.045em;margin:16px 0 23px;color:#0d2744;max-width:700px}.hero-copy h1 span{color:var(--teal)}.hero-lead{font-size:18px;color:var(--muted);max-width:650px;margin:0}.eyebrow{display:inline-flex;align-items:center;gap:9px;text-transform:uppercase;letter-spacing:.14em;font-size:11px;font-weight:900;color:var(--teal-dark)}.eyebrow.light{color:#74e0dc}.dot{width:8px;height:8px;border-radius:50%;background:var(--teal);box-shadow:0 0 0 5px rgba(12,162,159,.12)}.hero-actions{display:flex;gap:12px;margin-top:32px;flex-wrap:wrap}.trust-row{display:flex;gap:25px;margin-top:38px;flex-wrap:wrap}.trust-item{display:flex;gap:10px;align-items:center}.trust-icon{width:34px;height:34px;display:grid;place-items:center;border-radius:10px;background:var(--aqua);color:var(--teal-dark);font-weight:900}.trust-item strong,.trust-item small{display:block}.trust-item strong{font-size:13px;color:#183553}.trust-item small{font-size:11px;color:#7c8998;margin-top:1px}.hero-card{position:relative;border-radius:28px;background:#fff;padding:12px;box-shadow:0 30px 80px rgba(8,43,82,.18);border:1px solid #e3edf2;transform:rotate(1deg)}.hero-card img{border-radius:20px;width:100%;aspect-ratio:12/5;object-fit:cover}.hero-chip{position:absolute;background:rgba(255,255,255,.95);backdrop-filter:blur(12px);box-shadow:0 10px 30px rgba(8,43,82,.16);border:1px solid #e1ebf0;border-radius:14px;padding:10px 14px;font-size:11px;font-weight:800;color:#304a63;display:flex;align-items:center;gap:8px}.hero-chip span{width:31px;height:31px;border-radius:9px;display:grid;place-items:center;background:var(--navy);color:#fff}.hero-chip-top{top:-23px;right:30px}.hero-chip-bottom{bottom:-22px;left:28px}.hero-glow{position:absolute;border-radius:50%;filter:blur(0);opacity:.55}.hero-glow-one{width:420px;height:420px;background:radial-gradient(circle,rgba(12,162,159,.18),transparent 68%);right:-140px;top:-120px}.hero-glow-two{width:280px;height:280px;background:radial-gradient(circle,rgba(8,43,82,.1),transparent 68%);left:-80px;bottom:-80px}
.category-strip{margin-top:-12px}.category-grid{background:#fff;border:1px solid #e1eaef;border-radius:22px;box-shadow:0 16px 45px rgba(8,43,82,.08);display:grid;grid-template-columns:repeat(5,1fr);overflow:hidden}.category-grid a{display:flex;align-items:center;justify-content:center;gap:10px;padding:21px 12px;font-size:13px;font-weight:850;border-right:1px solid #e6edf1;transition:.2s}.category-grid a:last-child{border-right:0}.category-grid a:hover{background:var(--aqua);color:var(--teal-dark)}.category-icon{font-size:18px;color:var(--teal)}
.section-heading{display:flex;align-items:end;justify-content:space-between;gap:36px;margin-bottom:32px}.section-heading h2,.why-copy h2,.delivery-copy h2,.faq-heading h2,.contact-copy h2{font-size:clamp(34px,4vw,50px);line-height:1.08;letter-spacing:-.035em;margin:9px 0 0}.section-heading>p{max-width:490px;color:var(--muted);margin:0;font-size:14px}.catalog-toolbar{display:flex;justify-content:space-between;gap:20px;align-items:center;margin-bottom:26px}.filter-pills{display:flex;gap:8px;flex-wrap:wrap}.filter-pill{border:1px solid #d7e2e9;background:#fff;color:#51667b;border-radius:999px;padding:9px 14px;font-size:12px;font-weight:800}.filter-pill.active,.filter-pill:hover{background:var(--navy);border-color:var(--navy);color:#fff}.search-box{width:250px;display:flex;align-items:center;border:1px solid #d7e2e9;border-radius:999px;padding:0 15px;background:#fff;color:#7790a4}.search-box input{border:0;outline:0;width:100%;padding:10px 8px;background:transparent;color:var(--ink)}
.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.product-card{border:1px solid #e0e9ee;border-radius:20px;overflow:hidden;background:#fff;transition:.25s;min-width:0}.product-card:hover{transform:translateY(-5px);box-shadow:var(--shadow);border-color:#c9dde5}.product-card[hidden]{display:none}.product-image{height:250px;background:linear-gradient(145deg,#f7fafb,#eef5f7);display:flex;align-items:center;justify-content:center;padding:16px;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}.product-body{padding:19px 18px 18px}.product-meta{display:flex;align-items:center;justify-content:space-between;gap:8px;font-size:9px;letter-spacing:.08em;text-transform:uppercase;font-weight:900;color:#778897}.product-meta span:first-child{color:var(--teal-dark)}.product-body h3{margin:9px 0 7px;font-size:19px;line-height:1.25}.product-body p{color:var(--muted);font-size:12.5px;line-height:1.6;margin:0;min-height:60px}.product-footer{border-top:1px solid #ebf0f3;margin-top:14px;padding-top:12px}.text-btn{border:0;background:none;color:var(--navy);font-size:12px;font-weight:900;padding:0;display:flex;align-items:center;gap:8px}.text-btn span{color:var(--teal);font-size:16px}.no-results{text-align:center;color:var(--muted);padding:45px}
.why{background:var(--navy);color:#fff;position:relative;overflow:hidden}.why:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 15% 20%,rgba(12,162,159,.22),transparent 38%),radial-gradient(circle at 85% 80%,rgba(255,255,255,.05),transparent 28%)}.why-grid{position:relative;display:grid;grid-template-columns:.82fr 1.18fr;gap:70px;align-items:center}.why-copy p{color:#c2d2df;max-width:480px;margin:22px 0 30px}.feature-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.feature-card{padding:25px;border:1px solid rgba(255,255,255,.13);background:rgba(255,255,255,.065);border-radius:18px;backdrop-filter:blur(8px)}.feature-card h3{margin:10px 0 6px;font-size:17px}.feature-card p{margin:0;color:#b9cad7;font-size:12.5px}.feature-num{font-size:11px;color:#66d8d5;font-weight:900;letter-spacing:.12em}
.delivery-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:75px;align-items:center}.delivery-map{min-height:430px;border-radius:30px;background:linear-gradient(145deg,#e9f8f8,#f7fbfc);border:1px solid #d8ebec;position:relative;display:grid;place-items:center;overflow:hidden}.delivery-map:before,.delivery-map:after{content:"";position:absolute;border:1px solid rgba(12,162,159,.12);border-radius:50%}.delivery-map:before{width:330px;height:330px}.delivery-map:after{width:450px;height:450px}.ph-shape{width:175px;height:330px;position:relative;transform:rotate(8deg);z-index:2}.island{position:absolute;background:linear-gradient(145deg,var(--teal),var(--navy-2));border-radius:60% 35% 55% 40%;box-shadow:0 8px 20px rgba(8,43,82,.12)}.i1{width:42px;height:92px;left:74px;top:6px;transform:rotate(12deg)}.i2{width:28px;height:44px;left:48px;top:65px}.i3{width:20px;height:36px;left:105px;top:92px}.i4{width:34px;height:80px;left:76px;top:114px;transform:rotate(-17deg)}.i5{width:25px;height:62px;left:111px;top:155px;transform:rotate(28deg)}.i6{width:38px;height:88px;left:60px;top:210px;transform:rotate(12deg)}.i7{width:22px;height:45px;left:106px;top:255px}.delivery-badge{position:absolute;bottom:28px;right:28px;z-index:3;background:#fff;border:1px solid #d8e7eb;box-shadow:0 12px 30px rgba(8,43,82,.12);padding:12px 17px;border-radius:14px}.delivery-badge strong,.delivery-badge span{display:block}.delivery-badge strong{font-size:13px}.delivery-badge span{font-size:10px;color:#7a8a98;text-transform:uppercase;letter-spacing:.1em}.delivery-copy p{color:var(--muted);max-width:580px;font-size:15px}.steps{display:grid;gap:10px;margin-top:27px}.step{display:flex;gap:15px;padding:15px 0;border-top:1px solid #e2e8ec}.step>span{flex:0 0 36px;width:36px;height:36px;border-radius:11px;background:var(--aqua);display:grid;place-items:center;color:var(--teal-dark);font-weight:900;font-size:12px}.step strong,.step small{display:block}.step strong{font-size:14px}.step small{color:#7a8998;font-size:11.5px;margin-top:2px}
.faq{background:var(--soft)}.faq-grid{display:grid;grid-template-columns:.75fr 1.25fr;gap:70px}.faq-heading p{color:var(--muted);font-size:14px;max-width:420px}.accordion details{background:#fff;border:1px solid #e0e8ed;border-radius:15px;margin-bottom:10px;padding:0 18px}.accordion summary{list-style:none;cursor:pointer;padding:18px 4px;font-weight:800;font-size:14px;display:flex;justify-content:space-between;gap:20px}.accordion summary::-webkit-details-marker{display:none}.accordion summary span{color:var(--teal);font-size:20px;transition:.2s}.accordion details[open] summary span{transform:rotate(45deg)}.accordion p{margin:0 4px 18px;color:var(--muted);font-size:13px;max-width:720px}
.contact{background:#fff}.contact-shell{background:linear-gradient(135deg,var(--navy),#0b3d71);border-radius:30px;padding:54px;display:grid;grid-template-columns:.8fr 1.2fr;gap:55px;color:#fff;box-shadow:0 30px 80px rgba(8,43,82,.19)}.contact-copy p{color:#c1d2df;max-width:430px}.contact-notes{display:grid;gap:10px;margin-top:25px;color:#d7e5ee;font-size:12px}.contact-notes span{color:#70ddda;font-weight:900;margin-right:7px}.quote-form{background:#fff;color:var(--ink);padding:26px;border-radius:21px;box-shadow:0 16px 50px rgba(0,0,0,.12)}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.quote-form label{display:grid;gap:6px;font-size:10px;text-transform:uppercase;letter-spacing:.08em;font-weight:900;color:#53687d;margin-bottom:12px}.quote-form input,.quote-form select,.quote-form textarea{width:100%;border:1px solid #d8e2e8;border-radius:10px;padding:11px 12px;background:#fbfdfe;outline:none;font-size:13px;text-transform:none;letter-spacing:0;font-weight:500;color:var(--ink)}.quote-form input:focus,.quote-form select:focus,.quote-form textarea:focus{border-color:var(--teal);box-shadow:0 0 0 3px rgba(12,162,159,.09)}.consent{grid-template-columns:auto 1fr!important;align-items:start;gap:8px!important;text-transform:none!important;letter-spacing:0!important;font-size:10.5px!important;line-height:1.45}.consent input{width:auto;margin-top:2px}.form-help{font-size:9.5px;color:#8291a0;text-align:center;margin:10px 0 0;line-height:1.45}
.site-footer{background:#071e37;color:#d3e0e9;padding:56px 0 20px}.footer-grid{display:grid;grid-template-columns:1.5fr .7fr .7fr 1.1fr;gap:50px}.footer-brand img{width:230px;background:#fff;border-radius:10px;padding:7px}.footer-brand p{max-width:320px;color:#97adbd;font-size:12px}.site-footer h4{font-size:11px;text-transform:uppercase;letter-spacing:.13em;color:#7ddbd7;margin:0 0 14px}.site-footer a{display:block;color:#afc1cf;font-size:12px;margin:8px 0}.site-footer a:hover{color:#fff}.footer-small{font-size:10.5px;color:#8fa5b5;line-height:1.6;margin:0}.footer-bottom{border-top:1px solid rgba(255,255,255,.08);margin-top:36px;padding-top:18px;display:flex;justify-content:space-between;color:#6f8799;font-size:10px}
.quote-fab{position:fixed;right:20px;bottom:20px;z-index:60;border:0;border-radius:999px;background:var(--teal);color:#fff;padding:11px 14px 11px 17px;display:flex;align-items:center;gap:9px;font-weight:900;box-shadow:0 12px 30px rgba(12,162,159,.35)}.quote-fab b{width:24px;height:24px;border-radius:50%;background:#fff;color:var(--teal-dark);display:grid;place-items:center;font-size:11px}.drawer-backdrop{position:fixed;inset:0;background:rgba(3,18,34,.48);z-index:89}.quote-drawer{position:fixed;z-index:90;top:0;right:0;width:min(430px,92vw);height:100%;background:#fff;box-shadow:-20px 0 60px rgba(0,0,0,.2);transform:translateX(105%);transition:.28s;display:flex;flex-direction:column}.quote-drawer.open{transform:translateX(0)}.drawer-head{display:flex;justify-content:space-between;align-items:center;padding:25px;border-bottom:1px solid #e7edf1}.drawer-head small{color:var(--teal);text-transform:uppercase;letter-spacing:.12em;font-size:9px;font-weight:900}.drawer-head h3{margin:1px 0 0;font-size:22px}.drawer-close,.modal-close{border:0;background:#eef4f6;width:36px;height:36px;border-radius:50%;font-size:24px;color:#4a6176}.drawer-body{padding:18px 25px;overflow:auto;flex:1}.drawer-empty{color:#8090a0;font-size:13px}.quote-line{display:flex;justify-content:space-between;gap:14px;border-bottom:1px solid #e8eef1;padding:13px 0}.quote-line span{font-size:12px;font-weight:700}.quote-line button{border:0;background:none;color:#9a6b6b;font-size:18px}.drawer-foot{padding:20px 25px;border-top:1px solid #e7edf1}.clear-btn{width:100%;border:0;background:none;color:#7f8c98;font-size:11px;margin-top:10px}
.modal{position:fixed;inset:0;background:rgba(3,18,34,.64);z-index:120;display:grid;place-items:center;padding:20px}.modal[hidden]{display:none}.modal-card{position:relative;background:#fff;border-radius:22px;padding:30px;width:min(650px,96vw);box-shadow:0 30px 90px rgba(0,0,0,.3)}.modal-card h3{font-size:27px;margin:8px 0}.modal-card>p{color:var(--muted);font-size:13px}.modal-close{position:absolute;right:18px;top:18px}.modal-card textarea{width:100%;border:1px solid #dce5ea;border-radius:12px;padding:13px;background:#f8fbfc;color:#23384d;font-size:12px;line-height:1.55;resize:vertical}.modal-actions{display:flex;gap:10px;margin-top:14px}.copy-status{font-size:11px!important;color:var(--teal-dark)!important;min-height:18px}
.reveal{opacity:0;transform:translateY(18px);transition:opacity .65s ease,transform .65s ease}.reveal.visible{opacity:1;transform:none}.delay-1{transition-delay:.08s}.delay-2{transition-delay:.16s}.delay-3{transition-delay:.24s}
@media(max-width:1000px){.main-nav{gap:16px}.main-nav>a{display:none}.hero-grid{grid-template-columns:1fr;gap:58px}.hero-copy{max-width:780px}.product-grid{grid-template-columns:repeat(2,1fr)}.why-grid,.delivery-grid,.faq-grid,.contact-shell{grid-template-columns:1fr}.why-grid,.delivery-grid,.faq-grid{gap:45px}.contact-shell{gap:35px}.footer-grid{grid-template-columns:1.5fr 1fr 1fr}.footer-grid>div:last-child{grid-column:1/-1}.hero-visual{max-width:820px}.category-grid{grid-template-columns:repeat(5,1fr)}}
@media(max-width:720px){.container{width:min(100% - 28px,var(--container))}.section-pad{padding:68px 0}.notice-inner{min-height:42px;text-align:center;font-size:10px}.notice-inner span:last-child,.notice-separator{display:none}.nav-wrap{height:68px}.brand{width:185px;height:58px}.menu-toggle{display:block}.main-nav{position:absolute;top:68px;left:14px;right:14px;background:#fff;border:1px solid #dce6ec;border-radius:17px;box-shadow:var(--shadow);padding:16px;display:none;flex-direction:column;align-items:stretch;gap:8px}.main-nav.open{display:flex}.main-nav>a{display:block;padding:8px}.hero{padding-top:58px}.hero-copy h1{font-size:43px}.hero-lead{font-size:16px}.hero-card{padding:8px;border-radius:20px}.hero-card img{border-radius:15px}.hero-chip{font-size:9px}.hero-chip-top{right:12px}.hero-chip-bottom{left:12px}.trust-row{gap:16px}.category-grid{grid-template-columns:repeat(2,1fr)}.category-grid a{border-bottom:1px solid #e6edf1}.category-grid a:nth-child(even){border-right:0}.category-grid a:last-child{grid-column:1/-1}.section-heading{display:block}.section-heading>p{margin-top:16px}.catalog-toolbar{align-items:stretch;flex-direction:column}.search-box{width:100%}.product-grid{grid-template-columns:1fr}.product-image{height:300px}.feature-grid{grid-template-columns:1fr}.delivery-map{min-height:360px}.contact-shell{padding:28px 20px;border-radius:22px}.form-row{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr;gap:34px}.footer-brand{grid-column:1/-1}.footer-grid>div:last-child{grid-column:1/-1}.footer-bottom{gap:10px;flex-direction:column}.quote-fab{right:14px;bottom:14px}.modal-actions{flex-direction:column}.modal-actions .btn{width:100%}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important}.reveal{opacity:1;transform:none;transition:none}.btn,.product-card{transition:none}}
