@font-face{font-family:Klamp105;src:url("{{ 'fonts/Klamp105-Light.ttf' | asset_url }}") format("truetype");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Klamp105;src:url("{{ 'fonts/Klamp105-Book.ttf' | asset_url }}") format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Klamp105;src:url("{{ 'fonts/Klamp105-Medium.ttf' | asset_url }}") format("truetype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Klamp105;src:url("{{ 'fonts/Klamp105-Bold.ttf' | asset_url }}") format("truetype");font-weight:700;font-style:normal;font-display:swap}:root{--background: #f8f7f4;--foreground: #262626;--muted: #717171;--border: #e6e3dc;--aqua-ice: #29c2bd;--aqua-mid: #27c7e9;--aqua-deep: #0d978e;--stone-white: #f8f7f4;--himalayan: #0a0a0a;--max: 1400px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--background);color:var(--muted);font-family:Klamp105,Arial,sans-serif;font-weight:300;-webkit-font-smoothing:antialiased}body.menu-open{overflow:hidden}img,video{max-width:100%;display:block}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.5}h1,h2,h3,h4,p{margin:0}h1,h2,h3,h4{color:var(--foreground);font-weight:700}.skip-link{position:fixed;left:1rem;top:1rem;z-index:100;transform:translateY(-200%);background:var(--foreground);color:#fff;padding:.8rem 1rem}.skip-link:focus{transform:translateY(0)}.container{width:min(var(--max),calc(100% - 3rem));margin-inline:auto}.eyebrow{color:var(--muted);font-size:.75rem;font-weight:500;letter-spacing:.3em;text-transform:uppercase}.button{display:inline-flex;align-items:center;justify-content:center;min-height:3.25rem;border:0;border-radius:999px;padding:.95rem 2.2rem;background:linear-gradient(135deg,var(--aqua-ice),var(--aqua-mid));color:#061313;font-size:.75rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;transition:transform .3s ease,box-shadow .3s ease,background .3s ease,color .3s ease}.button:hover{transform:translateY(-1px) scale(1.02);background:linear-gradient(135deg,var(--aqua-deep),#08756f);color:#fff;box-shadow:0 16px 48px #29c2bd40}.button--outline{border:1px solid rgba(38,38,38,.24);background:transparent;color:var(--foreground)}.button--outline:hover{border-color:#2626268c;background:transparent;color:var(--foreground);box-shadow:none}.button--small{min-height:2.5rem;padding:.65rem 1.2rem;font-size:.68rem}.icon-button{width:2.5rem;height:2.5rem;display:inline-grid;place-items:center;border:0;background:transparent;color:inherit}.icon-button svg,.cart-link svg,.stat-icon svg{width:1.35rem;height:1.35rem}.site-header{position:fixed;inset:0 0 auto;z-index:50;color:#ffffffd9;transition:background .35s ease,color .35s ease,border-color .35s ease}.site-header.is-scrolled{color:var(--foreground);background:#f8f7f4f2;border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.site-header__inner{height:6.5rem;display:flex;align-items:center;justify-content:space-between}.site-logo img{width:auto;height:7.2rem}.site-logo__dark{display:none}.is-scrolled .site-logo__dark{display:block}.is-scrolled .site-logo__light{display:none}.site-nav{display:flex;align-items:center;gap:2.5rem}.site-nav a{font-size:.75rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;transition:color .25s ease}.site-nav a:hover,.icon-button:hover,.cart-link:hover{color:var(--aqua-ice)}.cart-link{display:inline-flex;align-items:center;gap:.35rem}.cart-count{min-width:1.25rem;height:1.25rem;display:inline-grid;place-items:center;border-radius:50%;background:var(--aqua-ice);color:#061313;font-size:.7rem;font-weight:700}.menu-panel{position:fixed;top:0;right:0;bottom:0;left:0;z-index:70;background:#f8f7f4fa;color:var(--foreground);-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px)}.menu-panel[hidden]{display:none}.menu-panel__bar{height:5rem;display:flex;align-items:center;justify-content:space-between}.menu-panel__links{min-height:calc(100vh - 5rem);display:grid;place-items:center}.menu-panel ul{list-style:none;padding:0;margin:0;text-align:center}.menu-panel li+li{margin-top:1.4rem}.menu-panel a{color:var(--foreground);font-size:clamp(2rem,5vw,4rem);font-weight:700}.menu-panel a:hover{color:var(--aqua-ice)}.hero-video{min-height:100vh;position:relative;overflow:hidden;background:#0d1110}.hero-video video,.hero-video__poster{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.hero-video:after{content:"";position:absolute;inset:auto 0 0;height:35%;background:linear-gradient(to top,rgba(0,0,0,.28),transparent)}.ripple{position:absolute;left:50%;bottom:15%;width:10rem;height:2.6rem;border:1px solid rgba(41,194,189,.25);border-radius:50%;transform:translate(-50%,-50%);animation:ripple 3s ease-out infinite}.ripple:nth-child(2){animation-delay:1s}.ripple:nth-child(3){animation-delay:2s}@keyframes ripple{0%{opacity:.45;transform:translate(-50%,-50%) scale(1)}to{opacity:0;transform:translate(-50%,-50%) scale(2.5)}}.section{position:relative;overflow:hidden;padding:clamp(5rem,9vw,9rem) 0}.section--dark{background:var(--himalayan)}.section-bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.section-bg img{width:100%;height:100%;object-fit:cover}.section-bg--soft img{opacity:.65}.section-bg--mist:after,.page-hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,var(--background),rgba(248,247,244,.62),transparent)}.section-content{position:relative;z-index:1}.origin-grid,.split-grid,.product-main{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:clamp(3rem,6vw,5rem);align-items:center}.section-title{margin-top:1.4rem;font-size:clamp(2.1rem,4vw,4rem);line-height:1.06;color:#4a4a4a}.copy{margin-top:2.3rem;max-width:38rem;display:grid;gap:1.35rem;font-size:1rem;font-weight:500;line-height:1.75}.copy .emphasis{color:var(--foreground);font-size:1.3rem;font-style:italic}.rounded-media{overflow:hidden;border-radius:1rem}.rounded-media img{width:100%;box-shadow:0 34px 80px #0003}.center{text-align:center}.center .copy{margin-inline:auto}.stats-grid,.card-grid,.product-grid{display:grid;gap:1.5rem}.stats-grid{grid-template-columns:repeat(3,minmax(0,1fr));max-width:64rem;margin:3rem auto}.stat{text-align:center}.stat strong{display:block;color:var(--foreground);font-size:clamp(2.6rem,5vw,4.5rem);line-height:1}.stat span{display:block;margin-top:.6rem;font-size:.68rem;font-weight:500;letter-spacing:.25em;line-height:1.6;text-transform:uppercase}.stat-icon{display:grid;place-items:center;height:4rem;color:var(--aqua-ice)}.stat-icon svg{width:3.2rem;height:3.2rem}.card-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.info-card,.glass-card,.product-card,.cart-box{border:1px solid rgba(0,0,0,.05);border-radius:1rem;background:#ffffff9e;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.info-card{min-height:21rem;display:flex;flex-direction:column;justify-content:space-between;padding:1.6rem}.info-card__top{display:flex;align-items:end;gap:.9rem;margin-bottom:1rem}.info-card__number{color:#2626260f;font-size:5rem;font-weight:700;line-height:.85}.info-card h3{margin-left:-1.4rem;white-space:pre-line;font-size:1.35rem;line-height:1.05}.info-card p{font-size:.92rem;font-weight:500;line-height:1.65}.info-card__cta{margin-top:1.2rem;padding-top:.9rem;border-top:1px solid rgba(38,38,38,.1);color:var(--aqua-ice);font-size:.7rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase}.process-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem;margin-top:3rem}.glass-card{padding:clamp(1.6rem,3vw,2.5rem)}.mini-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.mini-card{border:1px solid rgba(0,0,0,.05);border-radius:.75rem;background:#ffffff6b;padding:1.2rem}.bar-list{display:grid;gap:1.1rem}.bar-row{display:grid;gap:.4rem}.bar-row__meta{display:flex;justify-content:space-between;gap:1rem}.bar-track{height:2px;border-radius:999px;background:#0000001a}.bar-fill{height:100%;border-radius:inherit;background:#29c2bda6}.check-list{display:grid;gap:.8rem;margin-top:1.8rem}.check-list span{display:flex;align-items:center;gap:.75rem;font-size:.68rem;font-weight:500;letter-spacing:.2em;text-transform:uppercase}.check-list svg{width:1rem;height:1rem;color:var(--aqua-ice);flex:0 0 auto}.quote-card{margin-top:1.5rem;display:grid;grid-template-columns:.7fr 1px 1fr;gap:2rem;align-items:center}.quote-card blockquote{margin:0;color:var(--foreground);font-size:1.5rem;font-weight:700;font-style:italic}.quote-card__line{width:1px;height:4rem;background:#0000001a}.cta-actions{display:flex;justify-content:center;flex-wrap:wrap;gap:1rem;margin-top:3rem}.site-footer{border-top:1px solid var(--border);background:var(--background);padding:3rem 0}.site-footer__inner{display:flex;align-items:center;justify-content:space-between;gap:2rem}.site-footer img{height:6rem;width:auto}.site-footer__links{display:flex;align-items:center;gap:2rem}.site-footer__links a,.site-footer small{font-size:.75rem;letter-spacing:.15em;text-transform:uppercase}.page-hero{position:relative;min-height:60vh;display:flex;align-items:end;overflow:hidden;padding:9rem 0 4rem}.page-hero img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.page-hero__content{position:relative;z-index:1}.page-hero h1{margin-top:.9rem;font-size:clamp(3rem,6vw,5.8rem);line-height:1}.page-hero p{max-width:36rem;margin-top:1rem;font-weight:500;line-height:1.65}.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.product-card{overflow:hidden}.product-card__media{display:block;aspect-ratio:1;overflow:hidden;background:#ffffff59}.product-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .7s ease}.product-card:hover .product-card__media img{transform:scale(1.05)}.product-card__body{padding:1.5rem}.product-card__title{display:block;color:var(--foreground);font-weight:600;margin-bottom:.5rem}.product-card__title:hover{color:var(--aqua-ice)}.product-card p{min-height:3rem;font-size:.9rem;font-weight:500;line-height:1.55}.product-card__foot{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-top:1.4rem}.price{color:var(--foreground);font-weight:700}.product-gallery img{width:100%;border-radius:1rem}.product-details h1{font-size:clamp(2.3rem,4vw,4rem);line-height:1.06}.product-details .price{display:block;margin-top:1rem;font-size:1.8rem}.product-description{margin-top:1.5rem;font-weight:500;line-height:1.7}.variant-buttons{display:flex;flex-wrap:wrap;gap:.75rem;margin:2rem 0}.variant-buttons button{border:1px solid var(--border);border-radius:999px;background:transparent;color:var(--muted);padding:.7rem 1rem}.variant-buttons button.is-active{border-color:var(--aqua-ice);background:var(--aqua-ice);color:#061313}.cart-box{padding:clamp(1.25rem,3vw,2rem)}.cart-item{display:grid;grid-template-columns:6rem 1fr auto;gap:1rem;align-items:center;padding:1rem 0;border-bottom:1px solid var(--border)}.cart-item img{border-radius:.75rem}.cart-total{display:flex;justify-content:space-between;gap:1rem;margin:2rem 0;color:var(--foreground);font-size:1.4rem;font-weight:700}.contact-form{display:grid;gap:1rem;max-width:42rem}.field{display:grid;gap:.45rem}.field label{color:var(--foreground);font-size:.75rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase}.field input,.field textarea{width:100%;border:1px solid var(--border);border-radius:.75rem;background:#ffffffb8;color:var(--foreground);padding:.9rem 1rem}@media(max-width:989px){.site-nav a{display:none}.origin-grid,.split-grid,.product-main,.process-grid,.quote-card{grid-template-columns:1fr}.quote-card__line{display:none}.card-grid,.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.container{width:min(100% - 2rem,var(--max))}.site-header__inner{height:5rem}.site-logo img{height:5.4rem}.stats-grid,.card-grid,.product-grid,.mini-grid{grid-template-columns:1fr}.site-footer__inner,.site-footer__links,.product-card__foot,.cart-item{align-items:flex-start;flex-direction:column;display:flex}.stats-grid{gap:2rem}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/theme.css.map */
