:root{--bg: #f7fbff;--white: #ffffff;--sky: #45c9ff;--sky-strong: #1fb7f2;--sky-soft: #dff5ff;--navy: #11283c;--navy-2: #18405a;--text: #355468;--muted: #6f8796;--border: #dceef7;--shadow: 0 14px 40px rgba(15, 23, 42, .08);--radius: 24px;--header-top: 54px;--header-main: 72px;--header-total: 126px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--bg);color:var(--navy)}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.section-shell{width:min(1200px,calc(100% - 32px));margin:0 auto}.section-head{margin-bottom:28px}.section-kicker{display:inline-block;margin-bottom:10px;color:#0d9dd6;font-size:13px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.section-head h2{margin:0 0 12px;font-size:clamp(2rem,5vw,3.2rem);line-height:1.02;letter-spacing:-.03em}.section-head p{max-width:760px;margin:0;color:var(--text);line-height:1.8}.btn-primary,.btn-secondary,.btn-dark{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 22px;border:0;border-radius:999px;font-weight:700;cursor:pointer;transition:.25s ease}.btn-primary{color:#fff;background:linear-gradient(135deg,#51c8ff,#2daee8)}.btn-secondary{background:#fff;color:var(--navy-2);border:1px solid var(--border);box-shadow:0 10px 24px #0f172a0d}.btn-dark{background:var(--navy);color:#fff}.btn-primary:hover,.btn-secondary:hover,.btn-dark:hover{transform:translateY(-2px)}.card{background:var(--white);border:1px solid var(--border);border-radius:28px;box-shadow:var(--shadow)}@media(max-width:640px){:root{--header-top: 54px;--header-main: 68px;--header-total: 122px}}.site-header{position:fixed;inset:0 0 auto;z-index:1000}.topbar{background:#fffffff0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgb(255,255,255);height:var(--header-top)}.topbar-inner{height:100%;display:flex;align-items:center;justify-content:space-between;gap:12px}.topbar-left{display:flex;align-items:center;gap:10px}.top-icon-btn{width:52px;height:42px;border-radius:999px;border:rgb(255,255,255);background:#fff;color:#5cdcfc;display:grid;place-items:center;cursor:pointer;transition:.25s ease}.top-icon-btn:hover{transform:translateY(-2px);border-color:#fff;background:#fff}.topbar-cta{min-height:42px;padding:0 18px;gap:8px}.brandbar{background:#0073a8;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgba(220,238,247,.95);min-height:var(--header-main)}.brandbar-inner{min-height:var(--header-main);display:flex;align-items:center;justify-content:space-between;gap:14px}.brand{display:flex;align-items:center;gap:12px}.brand-icon{width:46px;height:46px;border-radius:16px;display:grid;place-items:center;background:linear-gradient(135deg,#3fc5ff,#0d7fb3);color:#fff;font-weight:800;box-shadow:0 10px 24px #11283c24}.brand-text{display:flex;flex-direction:column;line-height:1;color:#fff}.brand-text span{font-size:20px;font-weight:700}.brand-text strong{margin-top:3px;font-size:19px;color:#fff}.desktop-nav{display:none;align-items:center;gap:18px}.desktop-nav a{padding:10px 14px;border-radius:999px;font-weight:600;color:#fff}.desktop-nav a:hover{background:#ffffffbf}.menu-btn{width:46px;height:46px;border:1px solid var(--border);border-radius:16px;background:#fff;display:grid;place-items:center;cursor:pointer}.mobile-nav{background:#fff;border-top:1px solid var(--border)}.mobile-nav-inner{display:grid;padding:10px 0 14px}.mobile-nav-inner a{padding:14px 8px;border-bottom:1px solid #eef7fb;font-weight:600;color:var(--navy-2)}.modal-btn{margin-top:18px}.contact-popup-text{margin:0;font-size:1rem;color:var(--navy)}.contact-popup-text strong{font-size:1.1rem}@media(min-width:960px){.desktop-nav{display:flex}.menu-btn{display:none}}@media(max-width:640px){.topbar-cta span{display:none}}.modal-overlay{position:fixed;inset:0;z-index:1200;background:#11283c8c;display:flex;align-items:flex-end;justify-content:center;padding:16px}.modal-card{width:min(100%,460px);background:#fff;border-radius:28px;box-shadow:0 26px 80px #0f172a38;overflow:hidden}.modal-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:18px 20px;border-bottom:1px solid #edf6fb}.modal-head h3{margin:0;font-size:1.1rem}.modal-head button{width:38px;height:38px;border-radius:999px;border:0;background:#eff7fb;font-size:24px;cursor:pointer}.modal-body{padding:20px;color:var(--text);line-height:1.8}@media(min-width:768px){.modal-overlay{align-items:center}}.cooling-story-wrap{position:relative;width:100%;max-width:720px;margin:0 auto;padding:14px;border-radius:28px;background:linear-gradient(180deg,#ffffffb8,#ffffff61);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 20px 60px #0f172a14}.cooling-story-image{width:100%;height:auto;display:block;object-fit:contain;filter:drop-shadow(0 18px 50px rgba(15,23,42,.12));border-radius:24px}@media(max-width:640px){.cooling-story-wrap{max-width:100%}.cooling-story-image{transform:scale(1.01);transform-origin:center}}.airflow-overlay{position:absolute;top:12%;right:-5%;width:80%;height:70%;pointer-events:none}.air-path{fill:none;stroke:#78c8ff80;stroke-linecap:round;stroke-width:18;filter:blur(2px);stroke-dasharray:16 18;animation:airflowMove 5s linear infinite}.air-path-1{opacity:.45}.air-path-2{opacity:.35;stroke-width:22;animation-delay:.8s}.air-path-3{opacity:.25;stroke-width:26;animation-delay:1.4s}@keyframes airflowMove{0%{stroke-dashoffset:0;transform:translate(0)}to{stroke-dashoffset:-120;transform:translate(10px)}}.hero-section{width:100%;padding:calc(var(--header-total) + 28px) 0 88px;background:radial-gradient(circle at 12% 18%,rgba(126,211,255,.16),transparent 26%),radial-gradient(circle at 88% 82%,rgba(100,181,246,.1),transparent 24%),linear-gradient(to bottom,#fbfdff,#f4faff);overflow:hidden}.hero-container{display:grid;grid-template-columns:1fr;gap:42px;align-items:center}.hero-copy{text-align:left;max-width:720px}.hero-editorial-title{margin:0;font-family:Cormorant Garamond,serif;font-size:2rem;font-weight:600;line-height:1.05;letter-spacing:-.02em;color:#0d2f4f;text-wrap:balance}.hero-tagline{margin:0;font-family:Cormorant Garamond,serif;font-size:1.5rem;line-height:1.35;font-weight:500;letter-spacing:-.01em;color:#1e4e6d}.hero-editorial-text{font-family:Gill Sans,Gill Sans MT,Calibri,Trebuchet MS,sans-serif;text-align:justify;font-size:12px;font-size:1.08rem;line-height:1.85;color:#4f6980}.hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:34px}.hero-actions-editorial{align-items:center}.hero-story-pill{display:inline-flex;align-items:center;justify-content:center;min-height:58px;padding:0 28px;border-radius:18px;background:linear-gradient(135deg,#51c8ff,#2daee8);color:#fff;font-family:Inter,sans-serif;font-size:1rem;font-weight:600;text-decoration:none;box-shadow:0 18px 38px #2daee838;transition:transform .25s ease,box-shadow .25s ease}.hero-story-pill:hover{transform:translateY(-2px);box-shadow:0 22px 44px #2daee847}.hero-main-cta{min-height:58px;padding:0 24px}.hero-visual{width:100%}@media(min-width:980px){.hero-container{grid-template-columns:1.02fr .98fr;gap:64px}}@media(max-width:640px){.hero-section{padding:calc(var(--header-total) + 18px) 0 64px}.hero-editorial-title{font-size:clamp(2.55rem,10vw,4rem);line-height:.97}.hero-editorial-text{font-size:1rem;line-height:1.75;margin-top:22px}.hero-story-pill,.hero-main-cta{min-height:52px;width:auto}}@media(min-width:868px){.hero-editorial-title{font-size:3.4rem}}@media(min-width:1200px){.hero-editorial-title{font-size:4.4rem}}.services-section{background:#fff;padding:50px 20px 80px}.services-container{max-width:1200px;margin:auto}.services-eyebrow{display:inline-block;margin-bottom:10px;color:#0d9dd6;font-size:13px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.services-title{font-family:Cormorant Garamond,serif;font-size:clamp(2.6rem,5vw,5.2rem);line-height:.95;letter-spacing:-.03em;margin-bottom:12px;color:#1e4e6d}.services-subtext{color:#000;font-family:Gill Sans,Gill Sans MT,Calibri,Trebuchet MS,sans-serif;text-align:justify;font-size:1.08rem;color:#1e4e6d;margin-bottom:36px;max-width:700px;line-height:1.65}.services-grid{display:grid;grid-template-columns:1fr;gap:20px}.service-card{position:relative;border-radius:24px;overflow:hidden;background:#fff;box-shadow:0 10px 25px #0000000d;transition:all .35s ease;cursor:pointer}.service-card:before{content:"";position:absolute;inset:-1px;border-radius:24px;background:linear-gradient(120deg,#0ea5e92e,#0ea5e900,#0ea5e92e);opacity:0;transition:opacity .35s ease;z-index:1;pointer-events:none}.service-card:hover:before{opacity:1}.service-card:hover{transform:translateY(-6px);box-shadow:0 24px 50px #00000014}.service-image{width:100%;height:220px;overflow:hidden}.service-image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .6s ease}.service-card:hover .service-image img{transform:scale(1.06)}.service-footer{padding:20px 20px 22px;display:flex;flex-direction:column;align-items:flex-start;gap:16px}.service-footer h3{font-size:1.35rem;line-height:1.2;margin:0;color:#0f172a;word-break:normal;overflow-wrap:break-word}.service-btn{background:linear-gradient(135deg,#51c8ff,#2daee8);color:#fff;border:none;padding:10px 20px;border-radius:999px;cursor:pointer;font-size:1rem;font-weight:600;font-family:Inter,sans-serif;min-height:44px}.modal-overlay{position:fixed;inset:0;background:#00000073;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:999;padding:16px}.modal{background:#fff;padding:34px 24px 24px;border-radius:20px;max-width:500px;width:100%;box-shadow:0 40px 80px #0003;position:relative}.modal h3{margin-top:0;font-size:1.5rem;line-height:1.15}.modal p{line-height:1.7;color:#475569}.modal-close{position:absolute;top:14px;right:16px;border:none;background:none;font-size:24px;cursor:pointer}.modal-btn{display:inline-block;margin-top:20px;background:#102d46;color:#fff;padding:12px 24px;border-radius:999px;text-decoration:none}@media(min-width:640px){.services-grid{grid-template-columns:repeat(2,1fr);gap:24px}.service-image{height:240px}}@media(min-width:600px){.services-section{padding:110px 20px}.services-grid{grid-template-columns:repeat(3,1fr);gap:28px}.service-image{height:220px}.service-footer{flex-direction:row;justify-content:space-between;align-items:center}.service-footer h3{max-width:70%;font-size:1.25rem}}@media(max-width:480px){.services-section{padding:80px 18px 70px}.services-title{font-size:clamp(2rem,10vw,3rem)}.service-image{height:200px}.service-footer h3{font-size:1.15rem}.service-btn{width:100%;justify-content:center}.modal-btn{width:100%;text-align:center}}.shop-section{padding:60px 0;background:#0f2334;color:#fff}.shop-head p{font-family:Gill Sans,Gill Sans MT,Calibri,Trebuchet MS,sans-serif;text-align:justify;font-size:1.08rem;color:#a9dff7}.shop-head .section-kicker{color:#a9dff7;margin-bottom:70px}.shop-head h2{font-family:Cormorant Garamond,serif;font-size:clamp(2.6rem,5vw,5.2rem);line-height:.95;letter-spacing:-.03em;margin-bottom:20px;color:#fff}.shop-grid{display:grid;gap:18px}.shop-card{border:1px solid rgba(255,255,255,.12);border-radius:28px;background:#ffffff0f;overflow:hidden;box-shadow:0 18px 42px #00000024}.shop-card-top{padding:22px;display:flex;align-items:center;justify-content:space-between;background:linear-gradient(135deg,#7de4ff,#36c7f3);color:#0f2334}.shop-card-top h3{margin:0;font-size:1.25rem}.shop-type-icon{width:52px;height:52px;border-radius:18px;display:grid;place-items:center;background:#ffffffbf}.shop-actions{display:grid;gap:12px;padding:20px}.shop-action-btn{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:54px;padding:0 16px;border-radius:18px;border:1px solid rgba(255,255,255,.12);background:#ffffff0f;color:#fff;cursor:pointer}.shop-action-btn span{display:inline-flex;align-items:center;gap:10px}.modal-card h3{color:#0d2f4f}@media(min-width:900px){.shop-grid{grid-template-columns:repeat(auto-fit,minmax(320px,380px));justify-content:center}}.about-section{padding:62px 0;background-color:#fff}.about-grid{display:grid;gap:24px;align-items:center}.section-kicker{display:inline-block;margin-bottom:24px}.about-cards{display:grid;gap:14px}.about-mini-card{padding:20px;font-weight:600;color:var(--navy-2)}.about-copy p{color:var(--text);line-height:1.8;font-family:Gill Sans,Gill Sans MT,Calibri,Trebuchet MS,sans-serif;text-align:justify;font-size:1.08rem}@media(min-width:960px){.about-grid{grid-template-columns:1fr 1fr}}.testimonials-section{padding:72px 0}.testimonials-head{margin-bottom:32px}.testimonials-head h2{font-family:Cormorant Garamond,serif;font-size:clamp(2.6rem,5vw,5.2rem);line-height:.95;letter-spacing:-.03em;margin:0;color:#0d2f4f}.testimonial-card{border-radius:32px;padding:28px;background:#102536;color:#fff;box-shadow:0 18px 50px #0f172a2e}.testimonial-quote{margin:0;font-family:Cormorant Garamond,serif;font-size:clamp(1.4rem,2.6vw,1.9rem);line-height:1.35;letter-spacing:-.01em;color:#fff}.testimonial-meta-row{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-top:24px;flex-wrap:wrap}.testimonial-meta{display:flex;flex-direction:column;gap:5px;color:#b7d9ea}.testimonial-meta strong{font-size:1.02rem;color:#fff}.testimonial-meta span{font-size:.98rem;color:#b7d9ea}.testimonial-stars{display:inline-flex;align-items:center;gap:4px;font-size:1rem;line-height:1;color:#ffd54a;letter-spacing:0}.testimonial-dots{display:flex;gap:10px;margin-top:24px}.testimonial-dots button{width:10px;height:10px;border:0;border-radius:999px;background:#ffffff47;cursor:pointer}.testimonial-dots button.active{width:28px;background:#7fe4ff}@media(max-width:640px){.testimonials-head{margin-bottom:24px}.testimonial-card{padding:22px;border-radius:26px}.testimonial-quote{font-size:clamp(1.8rem,4vw,2.5rem);line-height:1.08}.testimonial-meta-row{align-items:flex-start}}.faq-section{padding:72px 0;background:linear-gradient(to bottom,#f4f8fc,#eef5fb)}.faq-head{text-align:left;margin-bottom:32px}.faq-head h2{margin:0;max-width:820px;font-family:Cormorant Garamond,serif;font-size:clamp(2.6rem,5vw,5.2rem);line-height:.95;letter-spacing:-.03em;color:#0d2f4f}.faq-list{display:grid;gap:16px}.faq-item{border-radius:24px;overflow:hidden;border:1px solid rgba(14,78,122,.08);background:transparent;box-shadow:0 10px 24px #0f172a0a}.faq-question{width:100%;min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 22px;border:0;background:linear-gradient(135deg,#1285bf,#0d6fa4);color:#fff;text-align:left;cursor:pointer}.faq-question span{font-size:1.08rem;font-weight:700;line-height:1.35}.faq-question strong{flex-shrink:0;font-size:1.35rem;line-height:1;color:#fff}.faq-answer-wrap{background:#fff;border-top:1px solid rgba(14,78,122,.08)}.faq-answer-wrap p{margin:0;padding:20px 22px 22px;font-size:1rem;line-height:1.8;color:#4f6980}@media(min-width:900px){.faq-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}}@media(max-width:640px){.faq-section{padding:64px 0}.faq-head{margin-bottom:24px}.faq-head h2{font-size:clamp(2.2rem,10vw,3.4rem);line-height:.98}.faq-question{min-height:70px;padding:16px 18px}.faq-question span{font-size:1rem}.faq-answer-wrap p{padding:18px 18px 20px}}.contact-section{padding:72px 0;background:linear-gradient(to bottom,#f7fbff,#f2f7fb)}.contact-section-title{margin:0 0 30px;font-family:Cormorant Garamond,serif;font-size:clamp(2.4rem,5vw,4.4rem);line-height:.96;letter-spacing:-.03em;color:#0d2f4f;text-wrap:balance}.contact-combined-grid{display:grid;gap:22px;align-items:start}.contact-decision-card{border-radius:32px;padding:28px;background:linear-gradient(135deg,#36c7f3,#1a9ed2 48%,#102536);color:#fff;box-shadow:0 22px 52px #1e9bd138}.contact-decision-toggle{display:flex;flex-wrap:wrap;gap:10px}.contact-decision-toggle button{min-height:42px;padding:0 16px;border-radius:999px;border:0;background:#ffffff24;color:#fff;font-weight:700;cursor:pointer}.contact-decision-toggle button.active{background:#fff;color:#102536}.contact-decision-copy{margin-top:22px}.contact-decision-copy span{display:inline-block;margin-bottom:10px;text-transform:uppercase;letter-spacing:.08em;font-size:13px;font-weight:700;color:#ffffffd9}.contact-decision-copy h3{margin:0 0 14px;font-size:clamp(1.9rem,4vw,3rem);line-height:1.02;font-weight:700;color:#fff}.contact-decision-copy p{font-family:Gill Sans,Gill Sans MT,Calibri,Trebuchet MS,sans-serif;text-align:justify;font-size:1.08rem;max-width:760px;margin:0;line-height:1.8;color:#ffffffeb}.contact-form-card{padding:24px;border-radius:32px;background:linear-gradient(180deg,#fffffff5,#fafcfffa);box-shadow:0 20px 50px #0f172a14}.form-grid{display:grid;gap:16px}.form-grid label{display:block}.form-grid label span{display:block;margin-bottom:8px;font-weight:700;color:#102536}.form-grid input,.form-grid select,.form-grid textarea{width:100%;min-height:54px;border:0;border-radius:18px;padding:0 18px;background:#edf4f9;color:#102536;outline:none;box-shadow:inset 0 0 0 1px #1285bf1f;transition:box-shadow .2s ease,background .2s ease}.form-grid textarea{min-height:140px;padding-top:16px;resize:vertical}.form-grid input:focus,.form-grid select:focus,.form-grid textarea:focus{background:#f7fbff;box-shadow:inset 0 0 0 1.5px #1285bf57}.form-grid select{appearance:auto}.contact-submit-btn{margin-top:18px;min-height:52px;padding:0 24px;border:0;border-radius:999px;background:linear-gradient(135deg,#45c9ff,#22b8f3);color:#fff;font-weight:700;cursor:pointer;box-shadow:0 14px 30px #22b8f33d;transition:transform .25s ease,box-shadow .25s ease}.contact-submit-btn:hover{transform:translateY(-2px);box-shadow:0 18px 36px #22b8f347}.form-message{margin-top:14px;padding:14px 16px;border-radius:18px;background:#ecfff3;color:#157347;font-weight:600}@media(min-width:980px){.contact-combined-grid{grid-template-columns:.95fr 1.05fr;gap:28px}.form-grid{grid-template-columns:repeat(2,1fr)}.form-grid .full{grid-column:1 / -1}}@media(max-width:640px){.contact-section{padding:64px 0}.contact-section-title{margin-bottom:22px;font-size:clamp(2.1rem,10vw,3.2rem);line-height:.98}.contact-decision-card,.contact-form-card{padding:20px;border-radius:24px}.contact-decision-copy h3{font-size:clamp(1.7rem,8vw,2.2rem)}}.footer{background:linear-gradient(135deg,#0d2f4f,#08253f);color:#fff;padding:34px 0 26px;border-top:1px solid rgba(255,255,255,.06)}.footer-inner{display:flex;flex-direction:column;gap:28px}.footer-brand-block h3{margin:0 0 18px;font-size:1.9rem;font-weight:700;letter-spacing:-.02em;color:#fff}.footer-contact-list{display:flex;flex-direction:column;gap:14px}.footer-contact-item{display:inline-flex;align-items:center;gap:12px;color:#ffffffe0;text-decoration:none;font-size:1.02rem;line-height:1.6;transition:opacity .25s ease,transform .25s ease}.footer-contact-item:hover{opacity:.8;transform:translate(2px)}.footer-contact-item svg{flex-shrink:0;color:#67d4ff}.footer-bottom{padding-top:18px;border-top:1px solid rgba(255,255,255,.08)}.footer-bottom p{margin:0;font-family:Inter,sans-serif;font-size:.95rem;line-height:1.6;color:#ffffffb8}@media(min-width:900px){.footer-inner{flex-direction:row;justify-content:space-between;align-items:flex-end;gap:40px}.footer-brand-block{max-width:520px}.footer-bottom{border-top:0;padding-top:0;text-align:right}}.floating-call-btn{position:fixed;right:16px;bottom:18px;z-index:1100;display:inline-flex;align-items:center;gap:9px;min-height:52px;padding:0 18px;border-radius:999px;background:linear-gradient(135deg,var(--sky),var(--sky-strong));color:#fff;font-weight:700;box-shadow:0 18px 40px #22b8f34d}
