:root{--fifteen-page-padding: 5vw}.fifteen-eyebrow{margin-bottom:22px;color:var(--color-blue);font-size:12px;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.fifteen-section-heading{max-width:860px}.fifteen-section-heading--center{margin-inline:auto;text-align:center}.fifteen-section-heading h2{color:var(--color-navy);font-family:var(--font-heading);font-size:clamp(38px,4vw,62px);font-style:var(--font-heading-style);font-weight:650;letter-spacing:-.055em;line-height:1.06}.fifteen-button{display:inline-flex;min-width:180px;min-height:54px;align-items:center;justify-content:space-between;gap:28px;padding:0 24px;border:0;border-radius:8px;font-size:14px;font-weight:700;transition:transform .2s ease,background-color .2s ease,box-shadow .2s ease}.fifteen-button svg{width:20px;color:var(--color-bright-blue);transition:transform .2s ease,color .2s ease}.fifteen-button--dark{background:var(--color-navy);box-shadow:0 14px 30px #10243d29;color:#fff}.fifteen-button--dark:hover{background:var(--color-blue);box-shadow:0 16px 34px #1677c838;transform:translateY(-2px)}.fifteen-button:hover svg{color:#fff;transform:translate(2px,-2px)}.fifteen-announcement{display:flex;min-height:32px;align-items:center;justify-content:center;gap:16px;padding:6px 5vw;background:var(--announcement-background, var(--color-navy));color:var(--announcement-color, #fff);font-size:11px;letter-spacing:.09em;text-transform:uppercase}.fifteen-announcement a{display:inline-flex;align-items:center;gap:7px;color:#b9d2e3;font-weight:700}.fifteen-header{position:sticky;z-index:50;top:0;display:grid;height:76px;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 5vw;border-bottom:1px solid rgba(16,36,61,.08);background:#fffffff0;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.fifteen-wordmark{display:inline-flex;width:max-content;color:var(--color-navy);font-family:var(--font-heading);font-size:25px;font-weight:800;letter-spacing:-.06em;line-height:1}.fifteen-wordmark span:last-child{color:var(--color-blue)}.fifteen-header__nav{display:flex;align-items:center;justify-content:center;gap:clamp(26px,3vw,48px)}.fifteen-header__nav a{position:relative;padding:27px 0;color:#2e4055;font-size:13px;font-weight:600}.fifteen-header__nav a:after{position:absolute;right:0;bottom:20px;left:0;height:1px;background:var(--color-blue);content:"";transform:scaleX(0);transform-origin:right;transition:transform .25s ease}.fifteen-header__nav a:hover:after,.fifteen-header__nav a:focus-visible:after{transform:scaleX(1);transform-origin:left}.fifteen-header__actions{display:flex;align-items:center;justify-content:flex-end;gap:4px}.fifteen-cart-button,.fifteen-menu-toggle{position:relative;display:inline-flex;width:42px;height:42px;align-items:center;justify-content:center;padding:0;border:0;border-radius:50%;background:transparent;transition:background-color .2s ease}.fifteen-cart-button:hover{background:var(--color-ice)}.fifteen-cart-button>svg{width:21px;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.fifteen-cart-count{position:absolute;top:1px;right:0;display:grid;width:17px;height:17px;place-items:center;border:2px solid #fff;border-radius:50%;background:var(--color-blue);color:#fff;font-size:8px;font-weight:800}.fifteen-menu-toggle,.fifteen-mobile-menu{display:none}.fifteen-hero{position:relative;display:grid;min-height:min(760px,calc(100vh - 108px));grid-template-columns:43% 57%;overflow:hidden;background:radial-gradient(circle at 68% 42%,rgba(93,187,236,.14),transparent 29%),linear-gradient(105deg,#f8fbfd 2%,#eef7fc 55%,#e5f2fa)}.fifteen-hero__copy{z-index:1;align-self:center;padding:var(--section-padding-top, 8vh) 1vw var(--section-padding-bottom, 8vh) max(5vw,calc((100vw - 1440px)/2));animation:fifteenFadeUp .7s .05s ease both}.fifteen-hero h1{max-width:640px;color:var(--color-navy);font-family:var(--font-heading);font-size:clamp(58px,5.6vw,94px);font-weight:650;letter-spacing:-.065em;line-height:.98}.fifteen-hero__support{max-width:560px;margin:30px 0 34px;color:var(--color-body);font-size:clamp(17px,1.5vw,21px);line-height:1.6}.fifteen-hero__trust{display:flex;flex-wrap:wrap;gap:0;margin-top:25px;color:#73808d;font-size:11px;letter-spacing:.025em}.fifteen-hero__trust span+span:before{margin:0 11px;color:#9ebacb;content:"\b7"}.fifteen-hero__visual{position:relative;min-width:0;overflow:hidden;animation:fifteenFadeIn .85s .12s ease both}.fifteen-hero__visual:after{position:absolute;right:14%;bottom:8%;width:30%;height:15%;border-radius:50%;background:#4c9bcb1f;content:"";filter:blur(45px)}.fifteen-hero__visual img{position:absolute;z-index:1;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:right center;filter:saturate(.82) contrast(1.02);mix-blend-mode:multiply}@keyframes fifteenFadeUp{0%{opacity:0;transform:translateY(16px)}}@keyframes fifteenFadeIn{0%{opacity:0}}.fifteen-trust-strip{display:flex;min-height:62px;align-items:center;justify-content:center;gap:clamp(20px,4vw,68px);padding:12px 5vw;overflow:hidden;border-bottom:1px solid var(--color-line);background:#fff;color:#466076;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap}.fifteen-trust-strip__dot{flex:0 0 auto;width:3px;height:3px;border-radius:50%;background:var(--color-mint)}.fifteen-features{padding:var(--section-padding-top, 118px) 5vw var(--section-padding-bottom, 128px);background:#fff}.fifteen-features .fifteen-section-heading{max-width:720px;margin-bottom:64px}.fifteen-feature-grid{display:grid;max-width:1380px;grid-template-columns:repeat(4,minmax(0,1fr));margin-inline:auto;border-top:1px solid var(--color-line);border-bottom:1px solid var(--color-line)}.fifteen-feature-card{min-height:284px;padding:42px 34px;border-right:1px solid var(--color-line)}.fifteen-feature-card:last-child{border-right:0}.fifteen-feature-card__icon{display:grid;width:50px;height:50px;margin-bottom:36px;place-items:center;border-radius:14px;background:var(--color-ice);color:var(--color-blue)}.fifteen-feature-card__icon svg{width:28px;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.fifteen-feature-card h3{margin-bottom:13px;font-family:var(--font-heading);font-size:19px;font-weight:700;letter-spacing:-.025em;line-height:1.2}.fifteen-feature-card p{color:var(--color-body);font-size:14px;line-height:1.7}.fifteen-product{position:relative;padding:var(--section-padding-top, 130px) max(5vw,calc((100vw - 1440px)/2)) var(--section-padding-bottom, 130px);background:var(--color-ice)}.fifteen-product__layout{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(420px,.92fr);align-items:start;gap:clamp(58px,7vw,112px)}.fifteen-gallery{position:sticky;top:112px;width:100%;min-width:0}.fifteen-gallery__stage{position:relative;display:grid;aspect-ratio:1.03;place-items:center;overflow:hidden;border:1px solid rgba(16,36,61,.08);border-radius:4px;background:radial-gradient(circle at 50% 48%,rgba(112,196,232,.2),transparent 35%),#ffffffb8;box-shadow:0 26px 70px #20527014}.fifteen-gallery__stage .fifteen-gallery__main{z-index:1;width:86%;height:86%;object-fit:contain;transition:opacity .2s ease,transform .45s ease}.fifteen-gallery__stage:hover .fifteen-gallery__main{transform:scale(1.02)}.fifteen-gallery__badge{position:absolute;z-index:2;top:24px;left:24px;padding:7px 11px;border:1px solid var(--color-line);border-radius:6px;background:#fff;color:var(--color-blue);font-size:10px;font-weight:800;letter-spacing:.11em}.fifteen-gallery__shadow{position:absolute;bottom:13%;width:56%;height:8%;border-radius:50%;background:#184b671f;filter:blur(24px)}.fifteen-gallery__thumbnails{display:flex;gap:10px;margin-top:14px}.fifteen-gallery__thumb{display:grid;width:92px;aspect-ratio:1;place-items:center;overflow:hidden;padding:0;border:1px solid transparent;border-radius:3px;background:#ffffffbf;transition:border-color .2s ease,transform .2s ease}.fifteen-gallery__thumb:hover{transform:translateY(-2px)}.fifteen-gallery__thumb.is-active{border-color:var(--color-blue)}.fifteen-gallery__thumb img{width:100%;height:100%;object-fit:cover}.fifteen-product__info{min-width:0;padding:26px 0}.fifteen-product__info h2{font-family:var(--font-heading);font-size:clamp(48px,4.8vw,72px);font-weight:650;letter-spacing:-.06em;line-height:1}.fifteen-product__subtitle{margin-top:11px;color:#53677b;font-family:var(--font-heading);font-size:16px;font-weight:650;line-height:1.4}.fifteen-product__price-row{display:flex;align-items:baseline;gap:16px;margin-top:25px;padding:22px 0;border-top:1px solid #cedde5;border-bottom:1px solid #cedde5}.fifteen-product__price-row strong{font-family:var(--font-heading);font-size:24px;font-weight:700}.fifteen-product__price-row span{color:#637688;font-size:11px;letter-spacing:.04em}.fifteen-product__description{max-width:590px;margin:27px 0;color:var(--color-body);font-size:15px;line-height:1.75}.fifteen-product__bullets{display:grid;gap:13px;margin:0 0 28px;padding:0;list-style:none}.fifteen-product__bullets li{display:flex;align-items:center;gap:11px;color:#385067;font-size:13px}.fifteen-product__bullets li>span{display:grid;width:19px;height:19px;flex:0 0 19px;place-items:center;border-radius:50%;background:#6fd7c73d;color:#167d70}.fifteen-product__bullets svg{width:14px}.fifteen-variant{display:grid;gap:8px;margin-bottom:12px}.fifteen-variant label{color:#53677b;font-size:12px;font-weight:700}.fifteen-variant select{width:100%;min-height:50px;padding:0 42px 0 14px;border:1px solid #c9dbe5;border-radius:8px;background:#fff}.fifteen-product__actions{display:grid;width:100%;grid-template-columns:120px minmax(0,1fr);align-items:stretch;gap:11px}.fifteen-quantity{display:grid;min-height:58px;grid-template-columns:1fr 36px 1fr;overflow:hidden;border:1px solid #c9dbe5;border-radius:8px;background:#fff}.fifteen-quantity button,.fifteen-quantity input{min-width:0;padding:0;border:0;background:transparent;color:#657787;text-align:center}.fifteen-quantity input{width:36px;color:var(--color-navy);font-weight:700;-webkit-appearance:textfield;appearance:textfield}.fifteen-quantity input::-webkit-outer-spin-button,.fifteen-quantity input::-webkit-inner-spin-button{margin:0;-webkit-appearance:none;appearance:none}.fifteen-add-button{display:flex;min-width:0;min-height:58px;align-items:center;justify-content:space-between;gap:18px;padding:0 22px;border:0;border-radius:8px;background:var(--color-navy);box-shadow:0 14px 30px #10243d24;color:#fff;font-weight:800;transition:background-color .2s ease,transform .2s ease}.fifteen-add-button svg{width:20px;flex:0 0 20px;color:var(--color-bright-blue)}.fifteen-add-button:hover:not(:disabled){background:var(--color-blue);transform:translateY(-2px)}.fifteen-add-button:hover:not(:disabled) svg{color:#fff}.fifteen-add-button:disabled,.fifteen-quantity :disabled{cursor:not-allowed;opacity:.52}.fifteen-dynamic-checkout{margin-top:11px}.fifteen-dynamic-checkout .shopify-payment-button__button{min-height:52px;border-radius:8px}.fifteen-product__note{margin:13px 0 0;color:#798794;font-size:10px;line-height:1.5}.fifteen-product__details{margin-top:25px;border-top:1px solid #cedde5}.fifteen-product__details>div{display:grid;grid-template-columns:22px 1fr;gap:12px;padding:20px 0;border-bottom:1px solid #cedde5}.fifteen-product__details>div>span{color:var(--color-blue);font-size:17px}.fifteen-product__details p{color:#607488;font-size:11px;line-height:1.6}.fifteen-product__details strong{display:block;margin-bottom:2px;color:var(--color-navy);font-size:12px}.fifteen-checkout-indicators{display:flex;flex-wrap:wrap;gap:10px 22px;margin-top:20px;color:#637688;font-size:9px;font-weight:700;letter-spacing:.06em}.fifteen-sticky-cart{display:none}.fifteen-benefits{padding:var(--section-padding-top, 132px) 5vw var(--section-padding-bottom, 140px);background:#fff}.fifteen-benefits .fifteen-section-heading{margin-bottom:72px}.fifteen-benefit-grid{display:grid;max-width:1400px;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-inline:auto}.fifteen-benefit-card{display:flex;min-height:340px;flex-direction:column;justify-content:space-between;padding:38px;border:1px solid #e2edf3;border-radius:6px;background:linear-gradient(150deg,#f7fbfd,#eef6fa);transition:box-shadow .3s ease,transform .3s ease}.fifteen-benefit-card:hover{box-shadow:0 24px 50px #24526f1a;transform:translateY(-6px)}.fifteen-card-number{color:var(--color-blue);font-size:11px;font-weight:800;letter-spacing:.1em}.fifteen-benefit-card h3{margin-bottom:15px;font-family:var(--font-heading);font-size:clamp(25px,2.3vw,35px);font-weight:650;letter-spacing:-.045em;line-height:1.12}.fifteen-benefit-card p{color:var(--color-body);font-size:13px;line-height:1.7}.fifteen-lifestyle{display:grid;min-height:760px;grid-template-columns:53% 47%;background:var(--color-ice-deep)}.fifteen-lifestyle__media{position:relative;min-height:680px;overflow:hidden}.fifteen-lifestyle__media:after{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,transparent 72%,rgba(223,238,247,.4));content:""}.fifteen-lifestyle__media>img{width:100%;height:100%;object-fit:cover;object-position:center 34%}.fifteen-lifestyle__caption{position:absolute;z-index:2;bottom:28px;left:35px;display:flex;align-items:center;gap:9px;padding:10px 14px;border-radius:5px;background:#ffffffe0;color:#536679;font-size:10px;font-weight:700;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.fifteen-lifestyle__caption span{width:6px;height:6px;border-radius:50%;background:var(--color-mint)}.fifteen-lifestyle__copy{max-width:660px;align-self:center;padding:100px clamp(40px,7vw,118px)}.fifteen-lifestyle__copy h2{margin-bottom:27px;font-family:var(--font-heading);font-size:clamp(42px,4.5vw,70px);font-weight:650;letter-spacing:-.06em;line-height:1.03}.fifteen-lifestyle__copy>p:not(.fifteen-eyebrow){color:#5b7082;font-size:15px;line-height:1.8}.fifteen-text-link{display:inline-flex;align-items:center;gap:18px;margin-top:31px;padding-bottom:6px;border-bottom:1px solid var(--color-blue);color:var(--color-blue);font-size:12px;font-weight:800}.fifteen-text-link svg{width:17px}.fifteen-how{padding:var(--section-padding-top, 132px) 5vw var(--section-padding-bottom, 146px);background:#fff}.fifteen-how .fifteen-section-heading{max-width:820px;margin-bottom:76px}.fifteen-step-grid{display:grid;max-width:1380px;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;margin-inline:auto}.fifteen-step{position:relative;padding-top:34px;border-top:1px solid #cfdfe8}.fifteen-step__number{position:absolute;top:-5px;right:0;padding-left:12px;background:#fff;color:var(--color-blue);font-size:10px;font-weight:800}.fifteen-step__visual{position:relative;display:grid;aspect-ratio:1.35;margin-bottom:27px;place-items:center;overflow:hidden;border-radius:5px;background:linear-gradient(145deg,#f1f8fc,#e5f2f8)}.fifteen-step__visual:before,.fifteen-step__visual:after{position:absolute;width:74%;aspect-ratio:1;border:1px solid rgba(22,119,200,.21);border-radius:50%;content:""}.fifteen-step__visual:after{width:50%}.fifteen-step__ring{position:absolute;width:38%;aspect-ratio:1;border:1px dashed rgba(22,119,200,.21);border-radius:50%}.fifteen-step:first-child .fifteen-step__ring,.fifteen-step:last-child .fifteen-step__ring{display:none}.fifteen-step__token{z-index:1;display:grid;width:82px;height:82px;place-items:center;border-radius:50%;background:#fff;box-shadow:0 16px 30px #2555711a;font-family:var(--font-heading);font-size:12px;font-weight:700}.fifteen-step__visual--dark .fifteen-step__token{background:var(--color-navy);color:#fff}.fifteen-step h3{margin-bottom:11px;font-family:var(--font-heading);font-size:20px;font-weight:700;letter-spacing:-.03em}.fifteen-step>p{color:var(--color-body);font-size:13px;line-height:1.7}.fifteen-infographic{padding:var(--section-padding-top, 120px) 5vw var(--section-padding-bottom, 140px);overflow:hidden;background:var(--color-navy);color:#fff}.fifteen-infographic .fifteen-section-heading{max-width:720px;margin-bottom:76px}.fifteen-infographic .fifteen-eyebrow{color:var(--color-mint)}.fifteen-infographic .fifteen-section-heading h2{color:#fff;font-size:clamp(42px,4.8vw,70px);line-height:1.03}.fifteen-infographic__canvas{position:relative;display:grid;max-width:1250px;min-height:610px;grid-template-columns:220px minmax(0,1fr) 220px;grid-template-rows:1fr 1fr;align-items:center;gap:30px;margin-inline:auto}.fifteen-infographic__glow{position:absolute;top:8%;left:23%;width:54%;aspect-ratio:1;border-radius:50%;background:radial-gradient(circle,rgba(63,166,229,.26),transparent 66%)}.fifteen-infographic__product-card{z-index:1;display:grid;width:min(58vw,660px);max-width:100%;aspect-ratio:1;grid-row:1 / 3;grid-column:2;place-items:center;justify-self:center;overflow:hidden;background:#fff;box-shadow:0 38px 38px #00000040}.fifteen-infographic__product-card img{width:100%;height:100%;object-fit:contain}.fifteen-callout{position:relative;width:220px;padding-top:17px;border-top:1px solid rgba(255,255,255,.25)}.fifteen-callout--1{grid-row:1;grid-column:1;align-self:start;margin-top:9%}.fifteen-callout--2{grid-row:2;grid-column:1;align-self:end;margin-bottom:13%}.fifteen-callout--3{grid-row:1;grid-column:3;align-self:start;margin-top:9%;text-align:right}.fifteen-callout--4{grid-row:2;grid-column:3;align-self:end;margin-bottom:13%;text-align:right}.fifteen-callout__marker{position:absolute;top:-3px;width:6px;height:6px;border-radius:50%;background:var(--color-mint)}.fifteen-callout--1 .fifteen-callout__marker,.fifteen-callout--2 .fifteen-callout__marker{right:0}.fifteen-callout--3 .fifteen-callout__marker,.fifteen-callout--4 .fifteen-callout__marker{left:0}.fifteen-callout__number{display:block;margin-bottom:17px;color:var(--color-mint);font-size:9px;font-weight:800}.fifteen-callout h3{margin-bottom:6px;font-family:var(--font-heading);font-size:15px;font-weight:700}.fifteen-callout p{color:#adc2d3;font-size:11px;line-height:1.6}.fifteen-use-cases{display:grid;grid-template-columns:1fr 1.65fr;align-items:center;gap:clamp(50px,8vw,130px);padding:var(--section-padding-top, 140px) 5vw var(--section-padding-bottom, 140px);background:#f7fafc}.fifteen-use-cases__lead{max-width:520px}.fifteen-use-cases__lead h2{margin-bottom:28px;font-family:var(--font-heading);font-size:clamp(44px,4.7vw,70px);font-weight:650;letter-spacing:-.06em;line-height:1.03}.fifteen-use-cases__lead>p:last-child{color:var(--color-body);font-size:14px;line-height:1.7}.fifteen-use-cases__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border-top:1px solid #ccdce5;border-left:1px solid #ccdce5}.fifteen-use-case{display:flex;min-height:265px;flex-direction:column;justify-content:space-between;padding:27px;border-right:1px solid #ccdce5;border-bottom:1px solid #ccdce5}.fifteen-use-case__number{color:#88a2b4;font-size:9px;font-weight:800}.fifteen-use-case__icon{display:grid;width:49px;height:49px;place-items:center;border:1px solid #dce9ef;border-radius:50%;background:#fff;color:var(--color-blue)}.fifteen-use-case h3{margin-bottom:6px;font-family:var(--font-heading);font-size:20px;font-weight:700}.fifteen-use-case p{color:var(--color-body);font-size:11px}.fifteen-feedback{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:center;gap:clamp(60px,9vw,150px);padding:var(--section-padding-top, 132px) 5vw var(--section-padding-bottom, 132px);background:var(--color-ice)}.fifteen-feedback__copy{max-width:670px}.fifteen-feedback__copy h2{margin-bottom:28px;font-family:var(--font-heading);font-size:clamp(44px,4.6vw,70px);font-weight:650;letter-spacing:-.06em;line-height:1.03}.fifteen-feedback__copy>p:last-child{max-width:570px;color:var(--color-body);font-size:14px;line-height:1.75}.fifteen-feedback__placeholder{display:flex;min-height:390px;flex-direction:column;align-items:center;justify-content:center;padding:46px;border:1px dashed #b8cfdd;border-radius:6px;background:#ffffffa3;text-align:center}.fifteen-feedback__quote{color:#b3d3e4;font-family:Georgia,serif;font-size:70px;line-height:.7}.fifteen-feedback__placeholder h3{margin:24px 0 8px;font-family:var(--font-heading);font-size:25px;font-weight:650;letter-spacing:-.035em}.fifteen-feedback__placeholder p{color:var(--color-body);font-size:12px}.fifteen-feedback__status{margin-top:26px;padding:12px 16px;border:1px solid #bed1dc;border-radius:6px;color:#768896;font-size:10px;font-weight:700;letter-spacing:.05em}.fifteen-faq{display:grid;grid-template-columns:.8fr 1.2fr;gap:clamp(60px,10vw,160px);padding:var(--section-padding-top, 140px) 5vw var(--section-padding-bottom, 140px);background:#fff}.fifteen-faq__lead{max-width:500px}.fifteen-faq__lead h2{margin-bottom:27px;font-family:var(--font-heading);font-size:clamp(43px,4.2vw,64px);font-weight:650;letter-spacing:-.06em;line-height:1.04}.fifteen-faq__lead>p:last-child{color:var(--color-body);font-size:14px;line-height:1.7}.fifteen-faq__list{border-top:1px solid #ccdce5}.fifteen-faq details{border-bottom:1px solid #ccdce5}.fifteen-faq summary{display:flex;min-height:82px;align-items:center;justify-content:space-between;gap:20px;cursor:pointer;font-family:var(--font-heading);font-size:15px;font-weight:650;list-style:none}.fifteen-faq summary::-webkit-details-marker{display:none}.fifteen-faq__plus{display:grid;width:31px;height:31px;flex:0 0 31px;place-items:center;border-radius:50%;background:var(--color-ice);color:var(--color-blue);font-family:var(--font-body);font-size:18px;font-weight:500;transition:transform .25s ease}.fifteen-faq details[open] .fifteen-faq__plus{transform:rotate(45deg)}.fifteen-faq__answer{max-width:680px;margin:-5px 50px 26px 0}.fifteen-faq__answer p{color:var(--color-body);font-size:13px;line-height:1.75}.fifteen-final-cta{position:relative;display:grid;min-height:610px;grid-template-columns:repeat(2,minmax(0,1fr));align-items:center;gap:40px;padding:var(--section-padding-top, 100px) 7vw var(--section-padding-bottom, 100px);overflow:hidden;background:linear-gradient(110deg,#0c2038,#153653);color:#fff}.fifteen-final-cta__glow{position:absolute;right:8%;width:48%;aspect-ratio:1;border-radius:50%;background:radial-gradient(circle,rgba(54,151,212,.3),transparent 68%)}.fifteen-final-cta__copy{z-index:1;max-width:710px}.fifteen-final-cta .fifteen-eyebrow{color:var(--color-mint)}.fifteen-final-cta h2{margin-bottom:25px;font-family:var(--font-heading);font-size:clamp(48px,5vw,78px);font-weight:650;letter-spacing:-.065em;line-height:1}.fifteen-final-cta__copy>p:not(.fifteen-eyebrow){color:#bdd0de;font-size:15px}.fifteen-button--light{min-height:53px;margin-top:31px;padding:0 21px;border-radius:7px;background:#fff;color:var(--color-navy);font-size:12px;font-weight:800}.fifteen-button--light:hover{transform:translateY(-2px)}.fifteen-button--light:hover svg{color:var(--color-blue)}.fifteen-final-cta__product-card{z-index:1;display:grid;width:min(46vw,670px);max-width:100%;aspect-ratio:1.13;place-items:center;justify-self:end;overflow:hidden;background:#fff;box-shadow:0 34px 38px #0000003b;transform:rotate(-2deg)}.fifteen-final-cta__product-card img{width:100%;height:100%;object-fit:contain}.fifteen-footer{padding:82px 5vw 28px;background:var(--color-footer);color:#8da4b6}.fifteen-footer__grid{display:grid;grid-template-columns:1.8fr 1fr 1fr 1.2fr;gap:50px;padding-bottom:70px}.fifteen-wordmark--footer{margin-bottom:21px;color:#fff}.fifteen-footer__brand p,.fifteen-footer__about p{max-width:310px;font-size:11px;line-height:1.7}.fifteen-footer__column{display:flex;flex-direction:column;align-items:flex-start;gap:12px}.fifteen-footer__column h2{margin-bottom:7px;color:#d9e4ec;font-size:10px;font-weight:800;letter-spacing:.12em}.fifteen-footer__column a{font-size:11px}.fifteen-footer__column a:hover{color:#fff}.fifteen-footer__bottom{display:flex;justify-content:space-between;gap:20px;padding-top:24px;border-top:1px solid rgba(255,255,255,.1);color:#70889a;font-size:9px;letter-spacing:.05em}.fifteen-cart-overlay{position:fixed;z-index:79;top:0;right:0;bottom:0;left:0;width:100%;height:100%;padding:0;border:0;background:#05142259;cursor:default;opacity:0;pointer-events:none;transition:opacity .3s ease,visibility .3s ease;visibility:hidden}.fifteen-cart-drawer{position:fixed;z-index:80;top:0;right:0;display:grid;width:min(440px,94vw);height:100dvh;grid-template-rows:auto 1fr auto;padding:27px;border:0;background:#fff;box-shadow:-20px 0 60px #10243d24;transform:translate(105%);transition:transform .35s ease,visibility 0s linear .35s;visibility:hidden}.fifteen-cart-shell.is-open .fifteen-cart-overlay{opacity:1;pointer-events:auto;visibility:visible}.fifteen-cart-shell.is-open .fifteen-cart-drawer{transform:translate(0);transition-delay:0s;visibility:visible}.fifteen-cart-drawer__header{display:flex;align-items:center;justify-content:space-between;padding-bottom:20px;border-bottom:1px solid var(--color-line)}.fifteen-cart-drawer__header h2{font-family:var(--font-heading);font-size:27px;font-weight:650;letter-spacing:-.04em}.fifteen-cart-drawer__close{display:grid;width:38px;height:38px;place-items:center;border:0;border-radius:50%;background:var(--color-ice);font-size:25px;line-height:1}.fifteen-cart-drawer__body{overflow-y:auto}.fifteen-cart-item{display:grid;grid-template-columns:100px 1fr;gap:18px;padding:25px 0;border-bottom:1px solid var(--color-line)}.fifteen-cart-item__image{display:grid;width:100px;height:100px;place-items:center;overflow:hidden;background:var(--color-ice)}.fifteen-cart-item__image img{width:100%;height:100%;object-fit:contain}.fifteen-cart-item__content{display:flex;min-width:0;flex-direction:column;align-items:flex-start;gap:6px}.fifteen-cart-item__title{font-family:var(--font-heading);font-size:16px;font-weight:700}.fifteen-cart-item__content p{color:#607488;font-size:11px}.fifteen-cart-item__price{color:var(--color-navy)!important;font-weight:700}.fifteen-cart-item__remove{padding:0 0 2px;border:0;border-bottom:1px solid currentColor;background:transparent;color:var(--color-blue);font-size:10px}.fifteen-cart-empty{padding:45px 0;color:var(--color-body);font-size:13px;text-align:center}.fifteen-cart-empty.is-hidden{display:none}.fifteen-cart-drawer__footer{padding-top:22px;border-top:1px solid var(--color-line)}.fifteen-cart-subtotal{display:flex;justify-content:space-between;margin-bottom:17px;font-size:13px}.fifteen-cart-checkout{width:100%;min-height:52px;border:0;border-radius:7px;background:var(--color-navy);color:#fff;font-size:12px;font-weight:800}.fifteen-cart-checkout:disabled{background:#d8e1e7;color:#85939d;cursor:not-allowed}.fifteen-cart-continue{display:block;margin:13px auto 0;padding:2px 0;border:0;border-bottom:1px solid currentColor;background:transparent;color:var(--color-blue);font-size:10px;font-weight:700}.fifteen-cart-toast{position:fixed;z-index:90;bottom:28px;left:50%;padding:13px 18px;border:1px solid rgba(255,255,255,.2);border-radius:6px;background:var(--color-navy);box-shadow:0 16px 40px #10243d40;color:#fff;font-size:11px;font-weight:700;opacity:0;pointer-events:none;transform:translate(-50%,10px);transition:opacity .3s ease,transform .3s ease}.fifteen-cart-toast.is-visible{opacity:1;transform:translate(-50%)}@media(max-width:900px){:root{--fifteen-page-padding: 20px}.fifteen-announcement{justify-content:space-between;font-size:9px}.fifteen-header{height:66px;grid-template-columns:1fr auto;padding:0 20px}.fifteen-wordmark{font-size:22px}.fifteen-header__nav{display:none}.fifteen-menu-toggle{display:inline-flex;width:40px;height:40px;flex-direction:column;gap:6px;padding:10px;border-radius:0}.fifteen-menu-toggle span{width:20px;height:1.5px;background:var(--color-navy);transition:transform .2s ease}.fifteen-menu-toggle[aria-expanded=true] span:first-child{transform:translateY(3.75px) rotate(45deg)}.fifteen-menu-toggle[aria-expanded=true] span:last-child{transform:translateY(-3.75px) rotate(-45deg)}.fifteen-mobile-menu{position:absolute;z-index:1;top:65px;right:0;left:0;display:flex;flex-direction:column;padding:10px 20px 24px;border-bottom:1px solid var(--color-line);background:#fffffffa;box-shadow:0 18px 30px #10243d14;opacity:0;pointer-events:none;transform:translateY(-8px);transition:opacity .2s ease,transform .2s ease;visibility:hidden}.fifteen-mobile-menu.is-open{opacity:1;pointer-events:auto;transform:translateY(0);visibility:visible}.fifteen-mobile-menu a{padding:13px 2px;border-bottom:1px solid #edf2f5;font-family:var(--font-heading);font-size:15px;font-weight:650}.fifteen-hero{min-height:0;grid-template-columns:1fr}.fifteen-hero__copy{padding:72px 22px 40px}.fifteen-hero h1{max-width:520px;font-size:clamp(48px,13vw,72px)}.fifteen-hero__support{margin:24px 0 29px;font-size:17px}.fifteen-hero .fifteen-button{width:100%;min-height:56px}.fifteen-hero__visual{min-height:410px;background:radial-gradient(circle,rgba(83,180,231,.18),transparent 58%)}.fifteen-hero__visual img{object-position:right center}.fifteen-trust-strip{justify-content:flex-start;padding-inline:20px}.fifteen-trust-strip>:nth-child(n+4){display:none}.fifteen-features{padding:84px 20px 92px}.fifteen-features .fifteen-section-heading{margin-bottom:44px;text-align:left}.fifteen-feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.fifteen-feature-card{min-height:250px;padding:30px 22px}.fifteen-feature-card:nth-child(2n){border-right:0}.fifteen-feature-card:nth-child(-n+2){border-bottom:1px solid var(--color-line)}.fifteen-product{padding:90px 20px 105px}.fifteen-product__layout{grid-template-columns:1fr;gap:44px}.fifteen-gallery{position:static;width:min(100%,720px);margin-inline:auto}.fifteen-gallery__stage{width:100%;aspect-ratio:1.08;margin-inline:auto}.fifteen-gallery__stage .fifteen-gallery__main{margin-inline:auto}.fifteen-gallery__thumbnails{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));width:100%}.fifteen-gallery__thumb{width:100%}.fifteen-product__info{width:min(100%,720px);margin-inline:auto;padding:0}.fifteen-benefits{padding:96px 20px 104px}.fifteen-benefits .fifteen-section-heading{margin-bottom:44px}.fifteen-benefit-grid{grid-template-columns:1fr}.fifteen-benefit-card{min-height:285px}.fifteen-lifestyle{min-height:0;grid-template-columns:1fr}.fifteen-lifestyle__media{min-height:540px}.fifteen-lifestyle__copy{max-width:none;padding:86px 24px 96px}.fifteen-how{padding:96px 20px 105px}.fifteen-how .fifteen-section-heading{margin-bottom:55px}.fifteen-step-grid{grid-template-columns:1fr;gap:55px}.fifteen-step__visual{aspect-ratio:1.8}.fifteen-infographic{padding:95px 20px 110px}.fifteen-infographic__canvas{display:grid;min-height:0;grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:auto;gap:38px 22px}.fifteen-infographic__glow{top:0;left:10%;width:80%}.fifteen-infographic__product-card{position:relative;width:min(100%,600px);max-width:100%;grid-row:auto;grid-column:1 / -1;margin:10px auto 36px;justify-self:center}.fifteen-callout,.fifteen-callout--1,.fifteen-callout--2,.fifteen-callout--3,.fifteen-callout--4{position:relative;width:100%;min-height:120px;grid-row:auto;grid-column:auto;align-self:auto;margin:0;text-align:left}.fifteen-callout__marker,.fifteen-callout--1 .fifteen-callout__marker,.fifteen-callout--2 .fifteen-callout__marker,.fifteen-callout--3 .fifteen-callout__marker,.fifteen-callout--4 .fifteen-callout__marker{right:0;left:auto}.fifteen-use-cases{grid-template-columns:1fr;gap:56px;padding:100px 20px}.fifteen-feedback{grid-template-columns:1fr;gap:54px;padding:100px 20px}.fifteen-faq{grid-template-columns:1fr;gap:50px;padding:100px 20px}.fifteen-final-cta{min-height:0;grid-template-columns:1fr;padding:90px 24px 30px}.fifteen-final-cta__product-card{width:min(96%,670px);margin:55px auto 0;justify-self:center}.fifteen-footer{padding:70px 22px 96px}.fifteen-footer__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.fifteen-footer__brand{grid-column:1 / -1}.fifteen-sticky-cart{position:fixed;z-index:60;right:10px;bottom:10px;left:10px;display:grid;min-height:68px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;padding:9px 9px 9px 15px;border:1px solid rgba(16,36,61,.1);border-radius:10px;background:#fffffff5;box-shadow:0 15px 45px #10243d2e;opacity:0;pointer-events:none;transform:translateY(calc(100% + 22px));transition:opacity .25s ease,transform .25s ease,visibility 0s linear .25s;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);visibility:hidden}.fifteen-sticky-cart.is-visible{opacity:1;pointer-events:auto;transform:translateY(0);transition-delay:0s;visibility:visible}.fifteen-sticky-cart strong,.fifteen-sticky-cart span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fifteen-sticky-cart strong{font-family:var(--font-heading);font-size:13px;font-weight:700}.fifteen-sticky-cart span{margin-top:3px;color:var(--color-body);font-size:10px}.fifteen-sticky-cart button{min-height:48px;padding:0 18px;border:0;border-radius:7px;background:var(--color-navy);color:#fff;font-size:11px;font-weight:800}.fifteen-sticky-cart button:disabled{opacity:.5}.fifteen-cart-toast{bottom:90px}}@media(max-width:540px){.fifteen-announcement{min-height:28px;justify-content:center;padding:6px 14px}.fifteen-announcement__primary{display:none}.fifteen-hero__copy{padding-top:56px}.fifteen-hero .fifteen-eyebrow{margin-bottom:17px;font-size:10px}.fifteen-hero h1{font-size:50px}.fifteen-hero__visual{min-height:330px}.fifteen-trust-strip{gap:16px;font-size:9px}.fifteen-section-heading--center{text-align:left}.fifteen-feature-grid{grid-template-columns:1fr}.fifteen-feature-card{min-height:0;padding:27px 18px 29px;border-right:0;border-bottom:1px solid var(--color-line)}.fifteen-feature-card:nth-child(-n+2){border-bottom:1px solid var(--color-line)}.fifteen-feature-card:last-child{border-bottom:0}.fifteen-feature-card__icon{margin-bottom:22px}.fifteen-product{padding-top:72px}.fifteen-gallery__stage{min-height:360px}.fifteen-gallery__stage .fifteen-gallery__main{width:94%;height:92%}.fifteen-gallery__badge{top:14px;left:14px}.fifteen-product__info h2{font-size:48px}.fifteen-product__price-row{flex-wrap:wrap}.fifteen-product__actions{grid-template-columns:105px minmax(0,1fr)}.fifteen-add-button{gap:10px;padding-inline:15px;font-size:12px}.fifteen-checkout-indicators{gap:10px 14px}.fifteen-benefit-card{min-height:260px;padding:28px}.fifteen-lifestyle__media{min-height:440px}.fifteen-lifestyle__copy h2{font-size:43px}.fifteen-lifestyle__caption{right:18px;bottom:18px;left:18px;width:max-content;max-width:calc(100% - 36px)}.fifteen-step__visual{aspect-ratio:1.25}.fifteen-infographic .fifteen-section-heading{margin-bottom:45px;text-align:center}.fifteen-infographic .fifteen-section-heading h2{font-size:43px}.fifteen-infographic__canvas{grid-template-columns:1fr;gap:26px}.fifteen-infographic__product-card{width:100%;max-width:100%;grid-column:1;margin-right:auto;margin-left:auto}.fifteen-callout{min-height:0;padding-bottom:13px}.fifteen-use-cases__grid{grid-template-columns:1fr}.fifteen-use-case{min-height:225px}.fifteen-feedback__placeholder{min-height:330px;padding:28px 20px}.fifteen-faq summary{min-height:74px;font-size:14px}.fifteen-footer__grid{gap:38px 25px}.fifteen-footer__about{grid-column:1 / -1}.fifteen-footer__bottom{flex-direction:column}.fifteen-cart-drawer{padding:22px 18px}}
/*# sourceMappingURL=/cdn/shop/t/6/assets/fifteen-theme.css.map */
