*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:Inter,sans-serif;background:#fafaf8;color:#1c1c1c;overflow-x:hidden;line-height:1.6}:root{--ink:#1c1c1c;--ink2:#5a5a5a;--ink3:#9a9a9a;--paper:#fafaf8;--surface:#f2f1ed;--surface2:#e8e7e1;--teal:#0d6e6e;--teal-pale:#e0f0f0;--teal-mid:#1a8f8f;--gold:#b8860b;--gold-pale:#fdf3d8;--navy:#0e1f3d;--white:#fff;--border:#dddbd4;--radius:12px;--radius-sm:8px}.nav{position:fixed;top:0;left:0;right:0;z-index:100;height:64px;background:hsla(60,17%,98%,.94);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid var(--border);padding:0 5%}.nav,.nav-wrap{display:flex;align-items:center}.nav-wrap{width:100%;max-width:1180px;margin:0 auto;justify-content:space-between}.nav-logo-wrap{display:flex;align-items:center;gap:.55rem;cursor:pointer}.nav-logo-text{font-family:Playfair Display,serif;font-size:1.15rem;font-weight:600;color:var(--ink);letter-spacing:-.02em}.nav-logo-text b{color:var(--teal)}.nav-links{display:flex;align-items:center;gap:.2rem;list-style:none}.nav-links button{background:none;border:none;font-family:Inter,sans-serif;font-size:.875rem;font-weight:500;color:var(--ink2);padding:.45rem .9rem;border-radius:999px;cursor:pointer;transition:all .18s}.nav-links button.active,.nav-links button:hover{color:var(--ink);background:var(--surface)}.nav-cta{background:var(--teal)!important;color:#fff!important;padding:.45rem 1.1rem!important;border-radius:999px!important}.nav-cta:hover{background:#0a5c5c!important}.hamburger{display:none;flex-direction:column;gap:4px;cursor:pointer;background:none;border:none;padding:6px}.hamburger span{display:block;width:22px;height:1.5px;background:var(--ink);border-radius:2px}.overlay{display:none;position:fixed;inset:0;z-index:200;background:rgba(0,0,0,.45)}.overlay.open{display:block}.drawer{position:absolute;top:0;right:0;bottom:0;width:260px;background:var(--white);padding:2rem 1.5rem;display:flex;flex-direction:column;gap:.4rem}.drawer-close{align-self:flex-end;font-size:1.3rem;color:var(--ink2);margin-bottom:1rem}.drawer button,.drawer-close{background:none;border:none;cursor:pointer}.drawer button{font-family:Inter,sans-serif;font-size:1rem;font-weight:500;color:var(--ink);padding:.8rem 0;border-bottom:1px solid var(--border);text-align:left;width:100%}.page{padding-top:64px}.hero{background:#142137;min-height:88vh;display:flex;flex-direction:column;position:relative;overflow:hidden}.hero-dots{position:absolute;inset:0;background-image:radial-gradient(hsla(0,0%,100%,.05) 1px,transparent 0);background-size:30px 30px;pointer-events:none}.hero-body{flex:1 1;display:flex;align-items:center;padding:5rem 5% 2.5rem;position:relative;z-index:1}.hero-circle1{top:-160px;right:-160px;width:560px;height:560px;border-radius:50%;border:1px solid hsla(0,0%,100%,.04)}.hero-circle1,.hero-circle2{position:absolute;pointer-events:none}.hero-circle2{top:-90px;right:-90px;width:380px;height:380px;border-radius:50%;border:1px solid hsla(0,0%,100%,.06)}.hero-circle3{top:-20px;right:-20px;width:210px;height:210px;border-radius:50%;border:1px solid rgba(109,224,224,.08)}.hero-circle3,.hero-circle4{position:absolute;pointer-events:none}.hero-circle4{bottom:-200px;left:-120px;width:440px;height:440px;border-radius:50%;border:1px solid hsla(0,0%,100%,.03)}.hero-strip{position:relative;z-index:2;padding:.6rem 0;overflow:hidden;white-space:nowrap;background:rgba(0,0,0,.15);border-top:1px solid hsla(0,0%,100%,.06)}.hero-strip:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(20,33,55,.55) 0,transparent);pointer-events:none;z-index:0}.hero-strip .strip-inner{position:relative;z-index:1}.hero-strip .strip-item{color:hsla(0,0%,100%,.5)}.strip-inner{display:inline-flex;gap:2.5rem;animation:marquee 22s linear infinite}.strip-item{font-family:Inter,sans-serif;font-size:.7rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;display:flex;align-items:center;gap:.8rem}.strip-item:after{content:"✦";font-size:.55rem;opacity:.5}@keyframes marquee{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.hero-inner{max-width:1180px;margin:0 auto;width:100%;display:grid;grid-template-columns:1fr 400px;grid-gap:4rem;gap:4rem;align-items:center}.hero-label{display:inline-flex;align-items:center;gap:.5rem;background:rgba(13,143,143,.18);border:1px solid rgba(13,143,143,.3);color:#6de0e0;font-size:.72rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;padding:.35rem .85rem;border-radius:999px;margin-bottom:1.5rem}.hero-label:before{content:"";width:6px;height:6px;border-radius:50%;background:#6de0e0}.hero h1{font-family:Playfair Display,serif;font-size:clamp(2.4rem,4.5vw,3.7rem);font-weight:500;color:#fff;line-height:1.12;letter-spacing:-.02em;margin-bottom:1.25rem}.hero h1 em{color:#6de0e0;font-style:italic}.hero-sub{font-size:1rem;color:hsla(0,0%,100%,.55);line-height:1.75;max-width:480px;margin-bottom:2.2rem}.hero-actions{display:flex;gap:.75rem;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;gap:.4rem;font-family:Inter,sans-serif;font-size:.875rem;font-weight:500;padding:.65rem 1.4rem;border-radius:999px;cursor:pointer;border:none;transition:all .2s;white-space:nowrap}.btn-teal{background:var(--teal-mid);color:#fff}.btn-teal:hover{background:#0d6e6e;transform:translateY(-1px)}.btn-ghost{background:hsla(0,0%,100%,.07);color:hsla(0,0%,100%,.8);border:1px solid hsla(0,0%,100%,.15)}.btn-ghost:hover{background:hsla(0,0%,100%,.12)}.hero-card{background:hsla(0,0%,100%,.06);border:1px solid hsla(0,0%,100%,.1);border-radius:20px;padding:1.75rem;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.hero-card-label{font-size:.68rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:hsla(0,0%,100%,.3);margin-bottom:1.2rem}.kpi-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:.85rem;gap:.85rem}.kpi{background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.07);border-radius:12px;padding:1rem 1.1rem}.kpi-num{font-family:Playfair Display,serif;font-size:2rem;font-weight:500;color:#fff;line-height:1}.kpi-lbl{font-size:.72rem;color:hsla(0,0%,100%,.38);margin-top:.3rem}.hero-flag{display:flex;align-items:flex-start;gap:.6rem;margin-top:1rem;padding:.9rem 1rem;background:rgba(13,143,143,.1);border:1px solid rgba(13,143,143,.2);border-radius:10px}.flag-dot{width:7px;height:7px;border-radius:50%;background:#6de0e0;flex-shrink:0;margin-top:.25rem}.flag-text{font-size:.79rem;color:hsla(0,0%,100%,.55);line-height:1.5}.flag-text strong{color:#6de0e0}.section{padding:5.5rem 5%}.section-inner{max-width:1180px;margin:0 auto}.eyebrow{font-size:.72rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:var(--teal);margin-bottom:.65rem}.section-h{font-family:Playfair Display,serif;font-size:clamp(1.9rem,3vw,2.7rem);font-weight:500;color:var(--ink);line-height:1.2;letter-spacing:-.02em}.section-sub{font-size:.93rem;color:var(--ink2);line-height:1.8;margin-top:.7rem}.divider{width:36px;height:2px;background:var(--teal);border-radius:2px;margin:.9rem 0 0}.about{background:var(--white)}.about-layout{display:grid;grid-template-columns:1fr 1fr;grid-gap:4.5rem;gap:4.5rem;align-items:center;margin-top:1rem}.about-panel{background:var(--navy);border-radius:22px;padding:2.5rem;position:relative;overflow:hidden}.about-panel:before{content:"";position:absolute;top:-50px;right:-50px;width:240px;height:240px;background:radial-gradient(circle,rgba(13,143,143,.22) 0,transparent 60%);pointer-events:none}.about-quote{font-family:Playfair Display,serif;font-size:1.25rem;font-style:italic;color:hsla(0,0%,100%,.9);line-height:1.6;margin-bottom:1.8rem;position:relative;z-index:1}.about-quote:before{content:'"';font-size:4rem;line-height:.5;color:rgba(13,143,143,.35);display:block;margin-bottom:.6rem}.feat-list{flex-direction:column;position:relative;z-index:1}.feat,.feat-list{display:flex;gap:.7rem}.feat{align-items:center;font-size:.86rem;color:hsla(0,0%,100%,.62)}.feat-dot{width:5px;height:5px;border-radius:50%;background:var(--teal-mid);flex-shrink:0}.pillars{display:grid;grid-template-columns:1fr 1fr;grid-gap:.7rem;gap:.7rem;margin-top:1.8rem}.pillar{padding:1.1rem 1.2rem;background:var(--surface);border-radius:var(--radius-sm);border-left:2px solid var(--teal)}.pillar h4{font-size:.875rem;font-weight:600;color:var(--ink);margin-bottom:.25rem}.pillar p{font-size:.78rem;color:var(--ink2);line-height:1.5}.products-section{background:var(--surface)}.prod-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:2.5rem;flex-wrap:wrap;gap:1.5rem}.grid-products{display:grid;grid-template-columns:repeat(auto-fill,minmax(255px,1fr));grid-gap:1rem;gap:1rem}.pcard{background:var(--white);border:1px solid var(--border);border-radius:16px;padding:1.6rem;transition:all .25s;cursor:default}.pcard:hover{border-color:var(--teal);box-shadow:0 8px 28px rgba(13,110,110,.1);transform:translateY(-3px)}.pcard-icon{width:44px;height:44px;background:var(--teal-pale);border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:1.2rem;margin-bottom:1rem}.pcard h3{font-size:.97rem;font-weight:600;color:var(--ink);margin-bottom:.4rem}.pcard p{font-size:.81rem;color:var(--ink2);line-height:1.6;margin-bottom:1rem}.tags{display:flex;flex-wrap:wrap;gap:.3rem}.tag{font-size:.67rem;font-weight:500;color:var(--teal);background:var(--teal-pale);padding:.22rem .6rem;border-radius:999px}.prod-cta-bar{margin-top:2.5rem;background:var(--navy);border-radius:16px;padding:2rem 2.5rem;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}.prod-cta-bar strong{display:block;color:#fff;font-size:1.05rem;margin-bottom:.2rem}.prod-cta-bar p{color:hsla(0,0%,100%,.5);font-size:.85rem}.services-section{background:var(--white)}.svc-layout{display:grid;grid-template-columns:1.2fr 1fr;grid-gap:4rem;gap:4rem;margin-top:3rem;align-items:start}.svc-list{display:flex;flex-direction:column;gap:.75rem}.svc-card{padding:1.5rem 1.6rem;border:1px solid var(--border);border-radius:14px;transition:all .22s}.svc-card:hover{border-color:var(--teal);background:var(--teal-pale);box-shadow:0 4px 18px rgba(13,110,110,.08)}.svc-n{font-family:Playfair Display,serif;font-size:.88rem;font-weight:600;color:var(--teal);margin-bottom:.45rem}.svc-card h3{font-size:.97rem;font-weight:600;color:var(--ink);margin-bottom:.35rem}.svc-card p{font-size:.82rem;color:var(--ink2);line-height:1.65}.svc-right{position:-webkit-sticky;position:sticky;top:80px;display:flex;flex-direction:column;gap:1rem}.mkt-card{background:var(--navy);border-radius:16px;padding:1.7rem}.mkt-card h3{font-size:.92rem;font-weight:600;color:#6de0e0;margin-bottom:.9rem}.mkt-tags{display:flex;flex-wrap:wrap;gap:.45rem}.mtag{font-size:.76rem;color:hsla(0,0%,100%,.7);background:hsla(0,0%,100%,.07);border:1px solid hsla(0,0%,100%,.1);padding:.32rem .75rem;border-radius:999px}.buyers-card{background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:1.7rem}.buyers-card h3{font-size:.88rem;font-weight:600;color:var(--ink);margin-bottom:.9rem}.buyer{display:flex;align-items:center;gap:.6rem;font-size:.84rem;color:var(--ink2);padding:.38rem 0;border-bottom:1px solid var(--border)}.buyer:last-child{border-bottom:none}.buyer-dot{width:5px;height:5px;border-radius:50%;background:var(--teal);flex-shrink:0}.why-card{background:var(--gold-pale);border:1px solid #e8d5a0;border-radius:16px;padding:1.7rem}.why-card h3{font-size:.88rem;font-weight:600;color:var(--gold);margin-bottom:.9rem}.why{display:flex;align-items:flex-start;gap:.55rem;font-size:.82rem;color:#6b5a1e;padding:.38rem 0;border-bottom:1px solid rgba(184,134,11,.1);line-height:1.55}.why:last-child{border-bottom:none}.why-star{color:var(--gold);font-size:.7rem;margin-top:.15rem;flex-shrink:0}.contact-section{background:var(--surface)}.contact-layout{display:grid;grid-template-columns:380px 1fr;grid-gap:3.5rem;gap:3.5rem;margin-top:1rem;align-items:start}.cinfo{display:flex;flex-direction:column;gap:.85rem}.cinfo-intro{font-size:.9rem;color:var(--ink2);line-height:1.75;margin-bottom:.5rem}.ccard{background:var(--white);border:1px solid var(--border);border-radius:14px;padding:1.3rem 1.4rem;display:flex;align-items:center;gap:.9rem;text-decoration:none;transition:border-color .18s}.ccard:hover{border-color:var(--teal)}.ccard-icon{width:40px;height:40px;border-radius:10px;background:var(--teal-pale);display:flex;align-items:center;justify-content:center;font-size:1.05rem;flex-shrink:0}.ccard-lbl{font-size:.68rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--ink3);margin-bottom:.18rem}.ccard-val{font-size:.9rem;font-weight:500;color:var(--ink)}.form-box{background:var(--white);border:1px solid var(--border);border-radius:20px;padding:2.2rem 2.4rem}.form-box h3{font-family:Playfair Display,serif;font-size:1.45rem;font-weight:500;color:var(--ink);margin-bottom:.25rem}.form-box .fdesc{font-size:.83rem;color:var(--ink2);margin-bottom:1.7rem}.fgrid{display:grid;grid-template-columns:1fr 1fr;grid-gap:.9rem;gap:.9rem}.fg{display:flex;flex-direction:column;gap:.38rem}.fg.full{grid-column:1/-1}.fg label{font-size:.69rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--ink2)}.fg input,.fg select,.fg textarea{font-family:Inter,sans-serif;font-size:.88rem;color:var(--ink);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);padding:.62rem .85rem;width:100%;outline:none;transition:border-color .18s,background .18s}.fg input:focus,.fg select:focus,.fg textarea:focus{border-color:var(--teal);background:var(--white)}.fg textarea{resize:vertical;min-height:98px}.form-hint{font-size:.73rem;color:var(--ink3);margin-top:.7rem;padding-top:.7rem;border-top:1px solid var(--border);line-height:1.6}.submit-btn{width:100%;margin-top:.9rem;padding:.78rem;background:var(--teal);color:#fff;font-family:Inter,sans-serif;font-size:.875rem;font-weight:600;letter-spacing:.04em;border:none;border-radius:var(--radius-sm);cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:.4rem}.submit-btn:hover{background:#0a5c5c;transform:translateY(-1px)}.submit-btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.success{background:#e0f0f0;border:1px solid rgba(13,110,110,.28);border-radius:var(--radius-sm);padding:1.3rem;color:var(--teal);font-size:.88rem;text-align:center;font-weight:500;line-height:1.6}.error-msg{background:#fff0f0;border:1px solid rgba(200,50,50,.25);border-radius:var(--radius-sm);padding:1rem;color:#c03030;font-size:.85rem;margin-top:.7rem;text-align:center}footer{background:var(--navy);padding:2.5rem 5%}.foot-in{max-width:1180px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}.foot-logo{font-family:Playfair Display,serif;font-size:1.1rem;color:#fff;font-weight:500}.foot-logo b{color:#6de0e0}.foot-tagline{font-size:.75rem;color:hsla(0,0%,100%,.28);margin-top:.2rem}.foot-links{display:flex;gap:1.2rem;list-style:none}.foot-links button{background:none;border:none;font-size:.79rem;color:hsla(0,0%,100%,.38);cursor:pointer;font-family:Inter,sans-serif;transition:color .18s}.foot-links button:hover{color:hsla(0,0%,100%,.75)}.foot-copy{font-size:.73rem;color:hsla(0,0%,100%,.2)}.wa-fab{position:fixed;bottom:1.75rem;right:1.75rem;z-index:500;width:56px;height:56px;border-radius:50%;background:#25d366;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px rgba(37,211,102,.45);text-decoration:none;transition:transform .2s,box-shadow .2s;cursor:pointer}.wa-fab:hover{transform:scale(1.1);box-shadow:0 6px 28px rgba(37,211,102,.6)}.wa-fab svg{width:30px;height:30px;fill:#fff}.wa-tooltip{position:absolute;right:66px;top:50%;transform:translateY(-50%);background:#1c1c1c;color:#fff;font-family:Inter,sans-serif;font-size:.75rem;font-weight:500;padding:.35rem .75rem;border-radius:6px;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .2s}.wa-fab:hover .wa-tooltip{opacity:1}@keyframes fadeUp{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}.fu{animation:fadeUp .6s ease both}.fu1{animation-delay:.12s}.fu2{animation-delay:.24s}.fu3{animation-delay:.36s}.fu4{animation-delay:.48s}@media (max-width:900px){.about-layout,.contact-layout,.hero-inner,.svc-layout{grid-template-columns:1fr;gap:2.5rem}.hero-card{display:none}.fgrid{grid-template-columns:1fr}.fg.full{grid-column:auto}.pillars{grid-template-columns:1fr}.prod-cta-bar{flex-direction:column;text-align:center}.svc-right{position:static}.prod-header{flex-direction:column;align-items:flex-start}}@media (max-width:640px){.section{padding:4rem 5%}.nav-cta,.nav-links{display:none!important}.hamburger{display:flex}.hero{min-height:auto}.hero-body{padding:4rem 5% 2rem}.hero-card{display:none}.foot-in{flex-direction:column;text-align:center}.foot-links{justify-content:center}.wa-fab{bottom:1.25rem;right:1.25rem}}.products-page{background:var(--surface);min-height:100vh;padding-bottom:4rem}.prod-page-header{padding:5.5rem 5% 2.5rem;max-width:1240px;margin:0 auto}.prod-page-header-line{display:flex;align-items:center;gap:.5rem;margin-bottom:.65rem}.prod-header-dash{width:36px;height:2px;border-radius:2px}.prod-header-dash,.prod-header-dot{display:block;background:var(--teal)}.prod-header-dot{width:5px;height:5px;border-radius:50%}.prod-page-title{font-family:Playfair Display,serif;font-size:clamp(1.9rem,3vw,2.7rem);font-weight:500;color:var(--ink);letter-spacing:-.02em;margin-bottom:.5rem;line-height:1.2}.prod-title-teal{color:var(--teal-mid)}.prod-page-sub{font-size:.93rem;color:var(--ink2);line-height:1.8;max-width:520px;margin-top:.2rem}.prod-page-inner{max-width:1240px;margin:0 auto;padding:0 5%}.prod-photo-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:14px;gap:14px}.prod-photo-card{position:relative;border-radius:16px;overflow:hidden;cursor:pointer;aspect-ratio:3/2.6;background:var(--surface2);border:1px solid var(--border);transition:transform .25s,box-shadow .25s,border-color .25s}.prod-photo-card:hover{transform:translateY(-4px);box-shadow:0 12px 36px rgba(13,110,110,.13);border-color:var(--teal)}.prod-photo-img-wrap{position:absolute;inset:0}.prod-photo-img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}.prod-photo-card:hover .prod-photo-img{transform:scale(1.05)}.prod-photo-img-fallback{background:linear-gradient(135deg,var(--teal-pale) 0,var(--surface2) 100%)}.prod-photo-overlay{position:absolute;inset:0;background:linear-gradient(180deg,transparent 30%,rgba(10,20,40,.55) 58%,rgba(10,20,40,.88));display:flex;align-items:flex-end;justify-content:space-between;padding:1rem 1.1rem .9rem;gap:.5rem}.prod-photo-text{flex:1 1;min-width:0}.prod-photo-name{font-family:Inter,sans-serif;font-size:.92rem;font-weight:600;color:#fff;line-height:1.35;letter-spacing:-.01em}.prod-photo-subtitle{font-size:.7rem;color:hsla(0,0%,100%,.65);margin-top:.2rem;line-height:1.4}.prod-photo-arrow{flex-shrink:0;width:32px;height:32px;border-radius:50%;border:1.5px solid var(--teal-mid);background:transparent;color:var(--teal-mid);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s,color .2s}.prod-photo-arrow svg{width:15px;height:15px}.prod-photo-card:hover .prod-photo-arrow{background:var(--teal-mid);color:#fff}.prod-why-section{background:#0e1f3d;margin-top:2rem;border-radius:14px;padding:1.4rem 2rem;border:1px solid hsla(0,0%,100%,.07)}.prod-why-inner{display:flex;align-items:center;gap:0;flex-wrap:wrap;row-gap:1rem}.prod-why-label{font-size:.8rem;font-weight:400;letter-spacing:.16em;text-transform:uppercase;color:#fff;white-space:nowrap;flex-shrink:0;padding-right:1.75rem;margin-right:1.75rem;border-right:2px solid hsla(0,0%,100%,.12)}.prod-why-grid{flex-wrap:wrap;gap:0;flex:1 1}.prod-why-card,.prod-why-grid{display:flex;align-items:center}.prod-why-card{gap:.6rem;padding:.35rem 1.5rem .35rem 0;margin-right:1.5rem;flex-shrink:0}.prod-why-card:last-child{border-right:none;margin-right:0;padding-right:0}.prod-why-card-icon{width:30px;height:30px;border-radius:50%;border:1px solid rgba(26,143,143,.5);background:rgba(26,143,143,.12);display:flex;align-items:center;justify-content:center;flex-shrink:0}.prod-why-card-icon svg{width:14px;height:14px;stroke:#1a8f8f;fill:none;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.prod-why-card-title{font-size:.8rem;font-weight:500;color:hsla(0,0%,100%,.8);line-height:1.3;white-space:nowrap}.prod-cta-wrap{margin-top:1.5rem;text-align:center;padding-bottom:.5rem}@media (max-width:1100px){.prod-photo-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:900px){.prod-why-inner{flex-direction:column;align-items:flex-start;gap:1.25rem}.prod-why-label{border-right:none;padding-right:0;border-bottom:1px solid hsla(0,0%,100%,.1);padding-bottom:.75rem;width:100%}.prod-why-grid{gap:.5rem}.prod-why-card{padding:.4rem 1rem .4rem 0;margin-right:1rem}}@media (max-width:760px){.prod-photo-grid{grid-template-columns:repeat(2,1fr);gap:10px}.prod-page-header{padding:4rem 5% 2rem}}@media (max-width:480px){.prod-photo-grid{grid-template-columns:1fr}.prod-why-grid{flex-direction:column;align-items:flex-start}.prod-why-card{border-right:none;border-bottom:1px solid hsla(0,0%,100%,.08);padding-bottom:.6rem;margin-bottom:.2rem}.prod-why-card:last-child{border-bottom:none}.prod-page-header{padding:3rem 5% 1.5rem}.prod-photo-card{aspect-ratio:4/3}}.nav-links a{background:none;border:none;font-family:Inter,sans-serif;font-size:.875rem;font-weight:500;color:var(--ink2);padding:.45rem .9rem;border-radius:999px;cursor:pointer;transition:all .18s;text-decoration:none;display:inline-block}.nav-links a.active,.nav-links a:hover{color:var(--ink);background:var(--surface)}.nav-links a.nav-cta{background:var(--teal);color:#fff;padding:.45rem 1.1rem;border-radius:999px}.nav-links a.nav-cta:hover{background:#0a5c5c}.drawer a{font-size:1rem;font-weight:500;color:var(--ink);padding:.8rem 0;border-bottom:1px solid var(--border);display:block}.drawer a,.foot-links a{font-family:Inter,sans-serif;text-decoration:none}.foot-links a{font-size:.79rem;color:hsla(0,0%,100%,.38);transition:color .18s}.foot-links a:hover{color:hsla(0,0%,100%,.75)}.foot-logo-wrap{display:flex;align-items:center;gap:.55rem}