:root{--tk-navy: #14213D;--tk-navy-2: #1E2D4D;--tk-gold: #C9A227;--tk-gold-2: #E0B940;--tk-cream: #FAF7F2;--tk-cream-2: #F1ECE2;--tk-ink: #0E1729;--tk-muted: #5C6679;--tk-line: #E6E1D5;--tk-white: #FFFFFF;--tk-bg: var(--tk-cream);--tk-fg: var(--tk-ink);--tk-card: var(--tk-white);--tk-accent: var(--tk-gold);--tk-radius: 18px;--tk-radius-sm: 10px;--tk-shadow: 0 1px 2px rgba(20,33,61,.04), 0 12px 30px -12px rgba(20,33,61,.1);--tk-shadow-lg: 0 30px 60px -20px rgba(20,33,61,.25);--tk-font-display: "Arial Black", "Helvetica Neue", Arial, sans-serif;--tk-font-body: -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif}[data-theme=dark]{--tk-bg: #0B1426;--tk-fg: #F1ECE2;--tk-card: #131F38;--tk-cream: #0B1426;--tk-cream-2: #131F38;--tk-line: #25324C;--tk-muted: #8A95AB;--tk-navy: #F1ECE2;--tk-ink: #F1ECE2}[data-accent=blue]{--tk-accent: #3D6FE0;--tk-gold: #3D6FE0;--tk-gold-2: #5C8AF0}[data-accent=green]{--tk-accent: #6A8E5C;--tk-gold: #6A8E5C;--tk-gold-2: #87AC78}*{box-sizing:border-box}.page-width{max-width:1320px;margin:0 auto;padding-left:32px;padding-right:32px}.tk-skip{position:absolute;left:-9999px}.tk-skip:focus{left:16px;top:16px;background:var(--tk-navy);color:var(--tk-cream);padding:8px 16px;border-radius:999px;z-index:200}html,body{margin:0;padding:0;background:var(--tk-bg);color:var(--tk-fg);font-family:var(--tk-font-body);font-size:16px;line-height:1.55;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer;border:0;background:none;color:inherit}.tk-eyebrow{display:inline-block;font-size:11px;letter-spacing:.18em;text-transform:uppercase;font-weight:600;color:var(--tk-muted);margin-bottom:18px}.tk-eyebrow--light{color:#ffffffb3}.tk-section-title{font-family:var(--tk-font-display);font-size:clamp(36px,4.5vw,64px);line-height:1.02;letter-spacing:-.02em;margin:0 0 32px;color:var(--tk-navy);text-wrap:balance}.tk-section-title--light{color:var(--tk-cream)}.tk-accent-text{color:var(--tk-accent)}.tk-btn{display:inline-flex;align-items:center;gap:10px;padding:14px 22px;border-radius:999px;font-weight:600;font-size:15px;letter-spacing:-.005em;transition:transform .15s ease,background .15s ease,color .15s ease}.tk-btn:hover{transform:translateY(-1px)}.tk-btn--primary{background:var(--tk-navy);color:var(--tk-cream)}.tk-btn--primary:hover{background:var(--tk-navy-2)}.tk-btn--invert{background:var(--tk-cream);color:var(--tk-navy)}.tk-btn--ghost{background:transparent;color:var(--tk-fg);border:1.5px solid var(--tk-line)}.tk-btn--ghost-light{color:var(--tk-cream);border-color:#faf7f24d}.tk-btn--lg{padding:18px 28px;font-size:16px}.tk-btn--block{width:100%;justify-content:center}.tk-collection{padding-top:clamp(64px,8vw,104px);padding-bottom:clamp(72px,8vw,112px)}.tk-collection__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:24px;margin-top:40px;align-items:start}.tk-product-card{display:flex;flex-direction:column;background:var(--tk-card);border:1px solid rgba(20,33,61,.06);border-radius:22px;overflow:hidden;box-shadow:var(--tk-shadow);min-height:0;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}.tk-product-card:hover{transform:translateY(-2px);box-shadow:var(--tk-shadow-lg);border-color:#c9a22738}.tk-product-card__media{width:100%;aspect-ratio:4 / 5;min-height:0;padding:18px;display:flex;align-items:center;justify-content:center;overflow:visible;background:linear-gradient(180deg,#faf7f28c,#fffffff2)}.tk-product-card__media img{width:auto!important;height:auto!important;max-width:100%;max-height:100%;object-fit:contain!important;object-position:center}.tk-product-card__placeholder{width:100%;height:100%;display:grid;place-items:center;color:#14213d38}.tk-product-card__placeholder svg{width:64%;height:64%}.tk-product-card__body{padding:18px 18px 20px}.tk-product-card__body h3{margin:0 0 5px;font-family:var(--tk-font-display);font-size:18px;line-height:1.1;color:var(--tk-navy)}.tk-product-card__body span{color:var(--tk-ink);font-size:15px}.tk-empty-state{margin-top:32px;padding:28px;border-radius:22px;background:var(--tk-card);border:1px solid var(--tk-line);color:var(--tk-muted)}.tk-header{position:sticky;top:0;z-index:50;background:var(--tk-bg);border-bottom:1px solid var(--tk-line);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.tk-header__inner{max-width:1320px;margin:0 auto;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:18px 32px;gap:24px}.tk-header__logo{display:flex;align-items:center;min-width:0}.tk-header__logo img{height:36px;width:auto;max-width:180px;object-fit:contain}.tk-nav{display:flex;gap:32px;justify-content:center}.tk-nav a{font-size:14px;font-weight:500;color:var(--tk-fg);position:relative;padding:8px 0}.tk-nav a:hover{color:var(--tk-accent)}.tk-header__actions{display:flex;gap:4px;justify-content:flex-end;align-items:center}.tk-iconbtn{width:40px;height:40px;border-radius:50%;display:grid;place-items:center;color:var(--tk-fg);position:relative;transition:background .15s ease}.tk-iconbtn:hover{background:var(--tk-cream-2)}.tk-cart-badge{position:absolute;top:4px;right:4px;min-width:18px;height:18px;padding:0 5px;background:var(--tk-accent);color:var(--tk-navy);font-size:10px;font-weight:700;border-radius:999px;display:grid;place-items:center}.tk-announce{background:var(--tk-navy);color:var(--tk-cream);width:100%;overflow:hidden;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Arial,sans-serif;font-size:12px;line-height:1;letter-spacing:.095em;text-transform:uppercase;font-weight:850;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}.tk-announce__viewport{overflow:hidden;width:100%}.tk-announce__track{display:flex;justify-content:flex-start;align-items:center;width:max-content;min-width:100%;animation:tk-marquee 86s linear infinite;will-change:transform;transform:translateZ(0);backface-visibility:hidden}.tk-announce__group,.tk-announce__group[aria-hidden=true]{display:flex;align-items:center;justify-content:flex-start;flex:0 0 auto;gap:clamp(18px,2.8vw,36px);padding:10px clamp(16px,2.5vw,34px) 11px;white-space:nowrap}.tk-announce__item{flex:0 0 auto;opacity:.94}.tk-announce__dot{flex:0 0 auto;color:var(--tk-accent);font-size:12px;line-height:1;opacity:.9;transform:translateY(-.5px)}@media(max-width:760px){.tk-announce{font-size:11px;letter-spacing:.075em}.tk-announce__track{animation-duration:58s}.tk-announce__group,.tk-announce__group[aria-hidden=true]{gap:18px;padding:8px 16px 9px}.tk-announce__dot{font-size:11px}}@keyframes tk-marquee{0%{transform:translateZ(0)}to{transform:translate3d(-25%,0,0)}}@media(prefers-reduced-motion:reduce){.tk-announce__track{animation:none}}.tk-hero--classic{background:var(--tk-bg)}.tk-hero--classic .tk-hero__bg,.tk-hero--classic .tk-hero__blob{display:none!important}.tk-hero{position:relative;overflow:hidden}.tk-hero--classic{background:var(--tk-bg);padding:60px 32px 100px;overflow:visible}.tk-hero__bg{display:none}.tk-hero__blob{position:absolute;border-radius:50%;filter:blur(80px);opacity:.45}.tk-hero__blob--1{width:500px;height:500px;background:var(--tk-gold);top:-100px;right:-100px;opacity:.18}.tk-hero__blob--2{width:400px;height:400px;background:var(--tk-navy);bottom:-150px;left:-50px;opacity:.08}.tk-hero__inner{max-width:1320px;margin:0 auto;display:grid;grid-template-columns:1.1fr 1fr;gap:60px;align-items:center;position:relative}.tk-hero__title{font-family:var(--tk-font-display);font-size:clamp(42px,4.6vw,68px);line-height:1.05;letter-spacing:0;margin:0 0 24px;color:var(--tk-navy);max-width:780px;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.tk-hero__sub{font-size:18px;line-height:1.55;color:var(--tk-muted);max-width:480px;margin:0 0 32px}.tk-hero__cta{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:32px}.tk-hero__trust{display:flex;align-items:center;gap:12px;font-size:14px;color:var(--tk-muted)}.tk-stars{color:var(--tk-gold);display:inline-flex;gap:2px}.tk-hero__visual{position:relative;aspect-ratio:1/1}.tk-hero__product{position:relative;width:100%;height:100%;background:transparent;border-radius:0;overflow:visible;box-shadow:none;display:grid;place-items:center}.tk-hero__product img{width:90%;height:90%;object-fit:contain;object-position:center;filter:drop-shadow(0 28px 36px rgba(20,33,61,.14))}.tk-hero__chip{position:absolute;background:var(--tk-card);border:1px solid var(--tk-line);border-radius:999px;padding:10px 16px 10px 10px;display:flex;align-items:center;gap:10px;box-shadow:var(--tk-shadow);font-size:13px;font-weight:600;color:var(--tk-navy)}.tk-hero__chip strong{width:24px;height:24px;background:var(--tk-accent);color:var(--tk-navy);border-radius:50%;display:grid;place-items:center;font-family:var(--tk-font-display);font-size:12px}.tk-hero__chip--1{top:10%;left:-8%}.tk-hero__chip--2{top:50%;right:-6%}.tk-hero__chip--3{bottom:12%;left:8%}.tk-hero--editorial{background:var(--tk-cream);border-bottom:1px solid var(--tk-line);padding:48px 32px 80px}.tk-hero-ed__inner{max-width:1320px;margin:0 auto}.tk-hero-ed__top{display:flex;justify-content:space-between;padding-bottom:28px;border-bottom:1px solid var(--tk-line);margin-bottom:28px;font-size:12px;letter-spacing:.18em;text-transform:uppercase;color:var(--tk-muted)}.tk-hero-ed__title{font-family:var(--tk-font-display);font-size:clamp(80px,14vw,220px);line-height:.85;letter-spacing:-.04em;margin:0 0 32px;color:var(--tk-navy);display:flex;flex-direction:column}.tk-hero-ed__title span:nth-child(2){text-align:right}.tk-hero-ed__grid{display:grid;grid-template-columns:1fr 1.4fr;gap:48px;align-items:end}.tk-hero-ed__lead{max-width:380px}.tk-hero-ed__lead p{font-size:18px;line-height:1.5;color:var(--tk-fg);margin:0 0 24px}.tk-hero-ed__visual{background:var(--tk-card);border-radius:24px;aspect-ratio:16/9;overflow:hidden;display:grid;place-items:center;box-shadow:var(--tk-shadow-lg);grid-row:1;grid-column:1 / -1;margin-bottom:16px}.tk-hero-ed__visual img{width:60%}.tk-hero-ed__stats{grid-column:1 / -1;display:grid;grid-template-columns:repeat(3,1fr);gap:32px;padding-top:28px;border-top:1px solid var(--tk-line)}.tk-hero-ed__stats>div{display:flex;flex-direction:column;gap:6px}.tk-hero-ed__stats strong{font-family:var(--tk-font-display);font-size:40px;line-height:1;color:var(--tk-navy);letter-spacing:-.02em}.tk-hero-ed__stats span{font-size:13px;color:var(--tk-muted)}.tk-hero--split{display:grid;grid-template-columns:1fr 1fr;min-height:80vh;background:var(--tk-navy);color:var(--tk-cream)}.tk-hero-sp__copy{padding:80px 64px;display:flex;flex-direction:column;justify-content:center}.tk-hero-sp__title{font-family:var(--tk-font-display);font-size:clamp(64px,8vw,128px);line-height:.92;letter-spacing:-.03em;margin:0 0 28px;color:var(--tk-cream)}.tk-hero-sp__copy p{font-size:18px;max-width:460px;margin:0 0 32px;opacity:.85}.tk-hero-sp__visual{background:linear-gradient(135deg,var(--tk-cream-2),var(--tk-cream));display:grid;place-items:center;position:relative}.tk-hero-sp__visual img{width:80%;filter:drop-shadow(0 40px 60px rgba(20,33,61,.2))}.tk-usps{background:var(--tk-navy);color:var(--tk-cream);margin-top:20px;padding:30px 32px;border-top:1px solid rgba(250,247,242,.12)}.tk-usps__inner{max-width:1320px;margin:0 auto;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px 30px;align-items:start}.tk-usp{display:grid;grid-template-columns:30px minmax(0,1fr);gap:12px;align-items:start;min-width:0}.tk-usp__num{font-family:var(--tk-font-display);font-size:14px;line-height:1.35;color:var(--tk-accent);letter-spacing:.05em}.tk-usp__t{font-weight:650;font-size:15px;line-height:1.25;margin-bottom:3px}.tk-usp__s{font-size:13px;line-height:1.45;opacity:.72}.tk-pdp{padding:100px 32px;background:var(--tk-bg)}.tk-pdp__inner{max-width:1320px;margin:0 auto;display:grid;grid-template-columns:1.1fr 1fr;gap:64px}.tk-pdp__gallery{position:sticky;top:100px;align-self:flex-start}.tk-pdp__main{background:var(--tk-card);border-radius:var(--tk-radius);aspect-ratio:1 / 1;overflow:visible;padding:24px;display:grid;place-items:center;position:relative;box-shadow:var(--tk-shadow)}.tk-pdp__main>img{width:100%!important;height:100%!important;max-width:100%;max-height:100%;object-fit:contain!important;object-position:center;padding:0!important;box-sizing:border-box;justify-self:center;align-self:center}.tk-pdp__badge{position:absolute;top:20px;left:20px;background:var(--tk-accent);color:var(--tk-navy);padding:6px 14px;border-radius:999px;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.tk-pdp__thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:12px}.tk-thumb{background:var(--tk-card);border:2px solid transparent;border-radius:12px;aspect-ratio:1/1;overflow:visible;padding:8px;display:grid;place-items:center;transition:border-color .15s ease}.tk-thumb.is-active{border-color:var(--tk-navy)}.tk-thumb img{width:auto!important;height:auto!important;max-width:100%;max-height:100%;object-fit:contain!important;object-position:center}.tk-thumb--video{color:var(--tk-navy)}.tk-thumb img,.tk-hero__product img{max-width:100%;max-height:100%}.tk-pdp__title{font-family:var(--tk-font-display);font-size:clamp(36px,4vw,56px);line-height:1;letter-spacing:-.02em;margin:0 0 16px;color:var(--tk-navy)}.tk-pdp__rating{display:flex;align-items:center;gap:10px;font-size:13px;color:var(--tk-muted);margin-bottom:20px}.tk-pdp__lead{font-size:16px;color:var(--tk-fg);margin:0 0 24px;max-width:520px}.tk-pdp__bullets{display:grid;grid-template-columns:1fr 1fr;gap:8px 24px;font-size:14px;color:var(--tk-fg);padding:20px 0;border-top:1px solid var(--tk-line);border-bottom:1px solid var(--tk-line);margin-bottom:28px}.tk-pdp__pack{display:flex;flex-direction:column;gap:10px;margin-bottom:28px}.tk-pack{display:block;padding:16px 20px;border:1.5px solid var(--tk-line);border-radius:var(--tk-radius-sm);cursor:pointer;position:relative;background:var(--tk-card);transition:border-color .15s ease}.tk-pack input{position:absolute;opacity:0}.tk-pack.is-active{border-color:var(--tk-navy);box-shadow:0 0 0 1px var(--tk-navy)}.tk-pack__top{display:flex;justify-content:space-between;align-items:center;margin-bottom:4px}.tk-pack__label{font-weight:600;font-size:15px;color:var(--tk-navy)}.tk-pack__badge{background:var(--tk-accent);color:var(--tk-navy);padding:2px 10px;border-radius:999px;font-size:10px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.tk-pack__sub{font-size:13px;color:var(--tk-muted)}.tk-pack__price{position:absolute;right:20px;bottom:16px;font-family:var(--tk-font-display);font-size:18px;color:var(--tk-navy)}.tk-pdp__actions{display:flex;gap:12px;margin-bottom:24px;align-items:stretch}.tk-pdp__actions .tk-btn{flex:1 1 auto;justify-content:center}.tk-qty{display:inline-flex;align-items:center;justify-content:center;border:1.5px solid var(--tk-line);border-radius:999px;background:var(--tk-card);min-width:128px;height:56px;flex:0 0 auto}.tk-qty button{width:44px;height:56px;font-size:24px;line-height:1;color:var(--tk-navy);display:grid;place-items:center;flex:0 0 44px}.tk-qty__value{min-width:40px;padding:0 6px;text-align:center;font-weight:500;font-size:18px;color:var(--tk-navy);-webkit-user-select:none;user-select:none}.tk-qty input[data-qty-input]{position:absolute;opacity:0;pointer-events:none;width:0;height:0}.tk-pdp__specs{border-top:1px solid var(--tk-line);border-bottom:1px solid var(--tk-line);margin-bottom:24px}.tk-pdp__specs-summary{list-style:none;cursor:pointer;padding:18px 0;display:flex;align-items:center;justify-content:space-between;gap:20px;color:var(--tk-navy);font-weight:700;font-size:16px;line-height:1.25}.tk-pdp__specs-summary::-webkit-details-marker{display:none}.tk-pdp__specs-icon{flex:0 0 auto;transition:transform .2s ease}.tk-pdp__specs[open] .tk-pdp__specs-icon{transform:rotate(180deg)}.tk-pdp__specs-content{padding:0 0 20px;max-width:580px;color:var(--tk-muted);font-size:14px;line-height:1.7}.tk-pdp__specs-content .metafield-multi_line_text_field{white-space:pre-line}.tk-pdp__specs-content p,.tk-pdp__specs-content ul,.tk-pdp__specs-content ol{margin-top:0}.tk-pdp__specs-content :last-child{margin-bottom:0}.tk-pdp__meta{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;padding:24px 0 0;border-top:1px solid var(--tk-line)}.tk-pdp__specs+.tk-pdp__meta{border-top:0;padding-top:0}.tk-pdp__metaitem{display:flex;gap:10px;align-items:flex-start;color:var(--tk-fg)}.tk-pdp__metaitem strong{display:block;font-size:13px}.tk-pdp__metaitem span{display:block;font-size:12px;color:var(--tk-muted)}.tk-how{background:var(--tk-cream-2);padding:100px 32px}.tk-how__inner{max-width:1320px;margin:0 auto}.tk-how__head{max-width:720px;margin-bottom:56px}.tk-how__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:32px;margin-bottom:32px}.tk-how__grid--1{grid-template-columns:minmax(280px,520px);justify-content:center}.tk-how__grid--2{grid-template-columns:repeat(2,minmax(280px,420px));justify-content:center}.tk-step{background:var(--tk-card);border-radius:var(--tk-radius);padding:28px;border:1px solid var(--tk-line)}.tk-step__num{font-family:var(--tk-font-display);font-size:14px;color:var(--tk-accent);letter-spacing:.1em;margin-bottom:16px}.tk-step__visual{aspect-ratio:4/3;background:var(--tk-white);border-radius:var(--tk-radius-sm);margin-bottom:20px;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;padding:12px}.tk-step__visual img{width:100%;height:100%;object-fit:contain;object-position:center}.tk-step__placeholder{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;background-image:repeating-linear-gradient(-45deg,var(--tk-cream-2) 0,var(--tk-cream-2) 12px,var(--tk-cream) 12px,var(--tk-cream) 24px);font-family:ui-monospace,SF Mono,monospace;font-size:11px;color:var(--tk-muted);letter-spacing:.04em}.tk-step__t{font-family:var(--tk-font-display);font-size:22px;letter-spacing:-.01em;margin:0 0 8px;color:var(--tk-navy)}.tk-step__d{font-size:14px;color:var(--tk-muted);margin:0;line-height:1.55}.tk-how__note{background:var(--tk-card);border-left:3px solid var(--tk-accent);padding:16px 24px;font-size:14px;border-radius:4px}.tk-how__demo-cta{display:flex;align-items:center;justify-content:space-between;gap:24px;background:var(--tk-card);border:1px solid var(--tk-line);border-radius:24px;padding:24px 28px;margin:0 auto 24px;max-width:880px;box-shadow:var(--tk-shadow)}.tk-how__demo-cta strong{display:block;font-family:var(--tk-font-display);color:var(--tk-navy);font-size:clamp(22px,2vw,30px);line-height:1.1;letter-spacing:-.02em;margin-bottom:6px}.tk-how__demo-cta p{margin:0;color:var(--tk-muted);font-size:15px;line-height:1.55}.tk-demo-videos{padding:80px 32px 110px;background:var(--tk-bg)}.tk-demo-videos__inner{max-width:1320px;margin:0 auto}.tk-demo-videos__head{max-width:760px;margin:0 auto 48px;text-align:center}.tk-demo-videos__head p{color:var(--tk-muted);font-size:18px;line-height:1.6;margin:-16px auto 0;max-width:620px}.tk-demo-videos__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px}.tk-demo-videos__grid--1{grid-template-columns:minmax(280px,520px);justify-content:center}.tk-demo-videos__grid--2{grid-template-columns:repeat(2,minmax(280px,480px));justify-content:center}.tk-demo-card{background:var(--tk-card);border:1px solid var(--tk-line);border-radius:28px;overflow:hidden;box-shadow:var(--tk-shadow)}.tk-demo-card__media{position:relative;display:block;width:100%;aspect-ratio:9/16;max-height:520px;overflow:hidden;background:var(--tk-cream-2);border:0;padding:0;cursor:pointer}.tk-demo-card__media img,.tk-demo-card__video{width:100%;height:100%;object-fit:cover;object-position:center}.tk-demo-card__media--native{background:#000}.tk-demo-card__video{display:block;pointer-events:none}.tk-demo-card__placeholder{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;color:var(--tk-muted);font-size:13px;letter-spacing:.08em;text-transform:uppercase}.tk-demo-card__play{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:68px;height:68px;border-radius:50%;display:grid;place-items:center;background:#14213deb;color:var(--tk-cream);box-shadow:var(--tk-shadow-lg)}.tk-demo-card__body{padding:22px 24px 26px}.tk-demo-card__body span{display:block;color:var(--tk-accent);font-size:11px;letter-spacing:.18em;text-transform:uppercase;font-weight:800;margin-bottom:10px}.tk-demo-card__body h2{margin:0 0 8px;color:var(--tk-navy);font-family:var(--tk-font-display);font-size:26px;line-height:1.05;letter-spacing:-.02em}.tk-demo-card__body p{margin:0;color:var(--tk-muted);font-size:14px;line-height:1.6}.tk-story{padding:100px 32px;background:var(--tk-bg)}.tk-story__inner{max-width:1180px;margin:0 auto}.tk-story__head{max-width:820px;margin:0 auto 48px;text-align:center}.tk-story__layout{display:grid;grid-template-columns:minmax(280px,.88fr) minmax(0,1.12fr);gap:34px;align-items:start}.tk-story__media{display:grid;gap:12px;position:sticky;top:110px}.tk-story__visual-wrap{margin:0;display:grid;gap:12px}.tk-story__visual{border-radius:28px;overflow:hidden;background:linear-gradient(180deg,var(--tk-cream) 0%,var(--tk-cream-2) 100%);box-shadow:var(--tk-shadow-lg);aspect-ratio:4/5}.tk-story__visual img{width:100%;height:100%;object-fit:cover;object-position:center}.tk-story__caption{font-size:13px;color:var(--tk-muted);line-height:1.5;padding:0 4px}.tk-story__card{background:#ffffffb8;border:1px solid var(--tk-line);border-radius:28px;padding:clamp(28px,4vw,48px);box-shadow:var(--tk-shadow);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.tk-story__lead{font-size:clamp(22px,2.2vw,34px);line-height:1.15;color:var(--tk-navy);margin:0 0 26px}.tk-story__lead p{margin:0 0 8px}.tk-story__lead p:last-child{margin-bottom:0}.tk-story__lead strong{font-family:var(--tk-font-display);letter-spacing:-.02em}.tk-story__intro{font-size:18px;line-height:1.7;color:var(--tk-fg);margin-bottom:26px}.tk-story__intro p{margin:0 0 16px}.tk-story__intro p:last-child{margin-bottom:0}.tk-story__details{border-top:1px solid var(--tk-line);border-bottom:1px solid var(--tk-line);padding:18px 0;margin:8px 0 0}.tk-story__details summary{list-style:none;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:18px;font-weight:800;color:var(--tk-navy);font-size:15px;letter-spacing:.02em;text-transform:uppercase}.tk-story__details summary::-webkit-details-marker{display:none}.tk-story__details summary:after{content:"+";width:32px;height:32px;border-radius:50%;background:var(--tk-cream-2);display:grid;place-items:center;font-size:22px;line-height:1;flex:0 0 auto}.tk-story__details[open] summary:after{content:"\2013"}.tk-story__body{padding-top:24px}.tk-story__body p{font-size:16px;color:var(--tk-fg);margin:0 0 16px;line-height:1.75}.tk-story__body p:nth-child(6),.tk-story__body p:nth-child(12){font-family:var(--tk-font-display);font-size:clamp(22px,2.2vw,34px);line-height:1.1;letter-spacing:-.02em;color:var(--tk-navy);margin:30px 0 18px}.tk-story__signature{margin-top:26px;font-family:var(--tk-font-display);font-size:22px;letter-spacing:-.01em;color:var(--tk-navy)}.tk-demo-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:140;opacity:0;pointer-events:none;transition:opacity .2s ease}.tk-demo-modal.is-open{opacity:1;pointer-events:auto}.tk-demo-modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#0a1020b8;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.tk-demo-modal__dialog{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:min(560px,calc(100vw - 32px));aspect-ratio:9 / 16;max-height:calc(100vh - 48px);background:#000;border-radius:24px;overflow:hidden;box-shadow:0 30px 80px #00000059}.tk-demo-modal__native,.tk-demo-modal__native video,.tk-demo-modal__video{width:100%;height:100%;border:0;display:block}.tk-demo-modal__native video,.tk-demo-modal__video{object-fit:contain;background:#000}.tk-demo-modal__close{position:absolute;top:10px;right:10px;z-index:2;width:38px;height:38px;border-radius:50%;background:#ffffffeb;color:var(--tk-navy);font-size:28px;line-height:1;display:grid;place-items:center}.tk-faq{padding:100px 32px;background:var(--tk-bg)}.tk-faq__inner{max-width:900px;margin:0 auto}.tk-faq__head{text-align:center;margin-bottom:48px}.tk-faq__list{display:flex;flex-direction:column}.tk-faq-item{border-top:1px solid var(--tk-line)}.tk-faq-item:last-child{border-bottom:1px solid var(--tk-line)}.tk-faq-item__q{list-style:none;cursor:pointer;padding:24px 0;display:flex;align-items:center;justify-content:space-between;gap:24px;font-weight:700;color:var(--tk-navy);font-size:18px}.tk-faq-item__q::-webkit-details-marker{display:none}.tk-faq-item__icon{width:36px;height:36px;border-radius:50%;background:var(--tk-cream-2);display:grid;place-items:center;flex:0 0 auto;transition:transform .2s ease}.tk-faq-item[open] .tk-faq-item__icon{transform:rotate(180deg)}.tk-faq-item__a{padding:0 0 24px;max-width:720px;color:var(--tk-muted);font-size:15px;line-height:1.7}.tk-faq-item__a p{padding:0;margin:0 0 12px}.tk-faq-item__a p:last-child{margin-bottom:0}.tk-newsletter{background:var(--tk-accent);padding:56px 32px}.tk-newsletter__inner{max-width:1320px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}.tk-newsletter h3{font-family:var(--tk-font-display);font-size:clamp(28px,3vw,40px);letter-spacing:-.01em;margin:0;color:var(--tk-navy)}.tk-newsletter .tk-eyebrow--light{color:var(--tk-navy);opacity:.7}.tk-newsletter__form{display:flex;gap:8px;background:var(--tk-cream);border-radius:999px;padding:6px}.tk-newsletter__form input{flex:1;border:0;background:transparent;padding:0 20px;font-family:inherit;font-size:15px;outline:none;color:var(--tk-navy)}.tk-footer{background:var(--tk-navy);color:var(--tk-cream)}.tk-footer__inner{max-width:1180px;margin:0 auto;padding:72px 32px 34px;display:grid;grid-template-columns:minmax(260px,.9fr) minmax(0,1.3fr);gap:clamp(36px,6vw,90px);align-items:start}.tk-footer__brand{max-width:360px}.tk-footer__logo{display:inline-flex;align-items:center;margin-bottom:18px;opacity:1}.tk-footer__logo img{height:44px;width:auto;object-fit:contain}.tk-footer__brand p{font-size:14px;opacity:.72;max-width:320px;line-height:1.7;margin:0}.tk-footer__nav{display:grid;grid-template-columns:repeat(3,minmax(120px,1fr));gap:26px;justify-content:end}.tk-footer__col h4{font-size:11px;text-transform:uppercase;letter-spacing:.18em;color:var(--tk-accent);margin:0 0 14px}.tk-footer__col a{display:block;color:var(--tk-cream);font-size:14px;padding:6px 0;opacity:.72;transition:opacity .15s ease,transform .15s ease}.tk-footer__col a:hover{opacity:1;transform:translate(2px)}.tk-footer-legal{background:var(--tk-navy);color:var(--tk-cream)}.tk-footer-legal__inner{max-width:1180px;margin:0 auto;padding:0 32px 36px}.tk-footer-legal__bar{border-top:1px solid rgba(250,247,242,.12);padding-top:24px;display:grid;grid-template-columns:minmax(220px,.75fr) minmax(0,1.25fr);gap:28px;align-items:center}.tk-footer-legal__meta{display:flex;flex-wrap:wrap;align-items:center;gap:8px 14px;color:#faf7f294;font-size:12px;line-height:1.5}.tk-footer-legal__content{display:flex;justify-content:flex-end;align-items:center;gap:18px;min-width:0}.tk-footer-legal h4{margin:0;color:#faf7f28c;font-size:10px;letter-spacing:.16em;text-transform:uppercase;white-space:nowrap;font-weight:800}.tk-footer-legal__links{display:flex;flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px 18px}.tk-footer-legal__links a{color:#faf7f2ad;font-size:12px;line-height:1.4;padding:0;background:transparent;border:0;transition:color .15s ease,opacity .15s ease;white-space:nowrap}.tk-footer-legal__links a:hover{color:var(--tk-cream)}.tk-cart-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#14213d66;opacity:0;pointer-events:none;transition:opacity .25s ease;z-index:90}.tk-cart-overlay.is-open{opacity:1;pointer-events:auto}.tk-cart{position:fixed;top:0;right:0;height:100vh;width:min(420px,100vw);background:var(--tk-bg);z-index:100;transform:translate(100%);transition:transform .3s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;box-shadow:-20px 0 60px #14213d26}.tk-cart.is-open{transform:translate(0)}.tk-cart__head{display:flex;justify-content:space-between;align-items:center;padding:24px;border-bottom:1px solid var(--tk-line)}.tk-cart__head h3{font-family:var(--tk-font-display);font-size:22px;margin:0;color:var(--tk-navy)}.tk-cart__head button{font-size:28px;width:36px;height:36px}.tk-cart__body{flex:1;overflow-y:auto;padding:16px 24px}.tk-cart__empty{text-align:center;padding:48px 0;color:var(--tk-muted)}.tk-cart-item{display:grid;grid-template-columns:64px 1fr auto;gap:16px;padding:16px 0;border-bottom:1px solid var(--tk-line);align-items:center}.tk-cart-item img{width:64px;height:64px;object-fit:cover;border-radius:8px;background:var(--tk-card)}.tk-cart-item__info{display:flex;flex-direction:column;gap:2px;font-size:13px;color:var(--tk-muted)}.tk-cart-item__info strong{color:var(--tk-navy);font-size:14px}.tk-cart-item__price{color:var(--tk-navy);font-weight:600}.tk-cart-item button{font-size:22px;color:var(--tk-muted);width:32px;height:32px}.tk-cart__foot{padding:24px;border-top:1px solid var(--tk-line)}.tk-cart__sub{display:flex;justify-content:space-between;margin-bottom:16px;font-size:15px}.tk-cart__sub strong{font-family:var(--tk-font-display);font-size:22px;color:var(--tk-navy)}.tk-cart__note{display:block;text-align:center;margin-top:12px;font-size:12px;color:var(--tk-muted)}@media(max-width:960px){.tk-nav{display:none}.tk-header__inner{grid-template-columns:auto 1fr}.tk-hero__inner,.tk-pdp__inner,.tk-story__inner,.tk-hero--split,.tk-newsletter__inner{grid-template-columns:1fr}.tk-hero-sp__copy{padding:48px 32px}.tk-hero-ed__grid{grid-template-columns:1fr}.tk-hero-ed__stats,.tk-usps__inner,.tk-how__grid,.tk-pdp__bullets,.tk-pdp__meta{grid-template-columns:1fr 1fr}.tk-pdp__gallery,.tk-story__media{position:static}.tk-pdp__actions{flex-wrap:wrap}.tk-qty{min-width:124px}.tk-pdp__actions .tk-btn{width:auto;min-width:0}.tk-footer__inner{grid-template-columns:1fr}.tk-footer__nav{grid-template-columns:1fr 1fr}.tk-footer-legal__bar{grid-template-columns:1fr;gap:16px}.tk-footer-legal__content{justify-content:flex-start;align-items:flex-start;flex-direction:column}.tk-footer-legal__links{justify-content:flex-start}}.tk-legal{padding:90px 32px 110px;background:var(--tk-bg)}.tk-legal__inner{max-width:980px;margin:0 auto}.tk-legal__head{margin-bottom:34px}.tk-legal__intro{color:var(--tk-muted);font-size:17px;max-width:680px}.tk-legal__card{background:var(--tk-card);border:1px solid var(--tk-line);border-radius:28px;padding:clamp(28px,5vw,56px);box-shadow:var(--tk-shadow)}.tk-legal__grid{display:grid;gap:30px}.tk-legal__block{border-top:1px solid var(--tk-line);padding-top:26px}.tk-legal__block:first-child{border-top:0;padding-top:0}.tk-legal h2,.tk-legal__rte h2{font-family:var(--tk-font-display);color:var(--tk-navy);font-size:24px;letter-spacing:-.01em;margin:0 0 14px}.tk-legal p,.tk-legal__rte p{margin:0 0 10px;color:var(--tk-fg);line-height:1.7}.tk-legal a{color:var(--tk-navy);text-decoration:underline;text-underline-offset:3px}.tk-legal__rte h1{font-family:var(--tk-font-display);color:var(--tk-navy);font-size:28px;letter-spacing:-.01em;margin:0 0 18px}.tk-legal__rte strong{color:var(--tk-navy);font-weight:800}.tk-legal__rte ul,.tk-legal__rte ol{margin:0 0 16px 22px;padding:0;color:var(--tk-fg);line-height:1.7}.tk-page-section,.tk-policy-section{position:relative;overflow:hidden;padding:clamp(64px,8vw,112px) 0 clamp(84px,9vw,128px);background:radial-gradient(circle at 12% 0%,rgba(201,162,39,.18),transparent 30%),radial-gradient(circle at 88% 12%,rgba(20,33,61,.07),transparent 28%),var(--tk-bg)}.tk-page-section:before,.tk-policy-section:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(90deg,rgba(20,33,61,.035) 1px,transparent 1px),linear-gradient(180deg,rgba(20,33,61,.035) 1px,transparent 1px);background-size:56px 56px;-webkit-mask-image:linear-gradient(to bottom,rgba(0,0,0,.75),transparent 72%);mask-image:linear-gradient(to bottom,rgba(0,0,0,.75),transparent 72%);pointer-events:none}.tk-page-section__inner,.tk-policy-section__inner{position:relative;max-width:1060px}.tk-page-hero,.tk-policy-hero{max-width:820px;margin:0 auto 34px;text-align:center}.tk-page-hero h1,.tk-policy-hero h1{font-family:var(--tk-font-display);font-size:clamp(46px,6vw,78px);line-height:.96;letter-spacing:-.035em;color:var(--tk-navy);margin:0;text-wrap:balance}.tk-page-hero p,.tk-policy-hero p{margin:18px auto 0;max-width:640px;color:var(--tk-muted);font-size:17px;line-height:1.65}.tk-page-card,.tk-policy-card{max-width:820px;margin:0 auto;position:relative;background:#ffffffdb;border:1px solid rgba(230,225,213,.95);border-radius:34px;padding:clamp(30px,4.5vw,58px);box-shadow:0 1px #fffc inset,0 28px 70px -34px #14213d5c;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.tk-policy-card:before,.tk-page-card:before{content:"";position:absolute;left:28px;right:28px;top:0;height:4px;border-radius:0 0 999px 999px;background:var(--tk-accent)}.tk-policy-card__top{display:flex;align-items:center;justify-content:space-between;gap:16px;padding-bottom:18px;margin-bottom:28px;border-bottom:1px solid var(--tk-line);color:var(--tk-muted);font-size:12px;letter-spacing:.12em;text-transform:uppercase;font-weight:800}.tk-policy-card__top span:last-child{color:var(--tk-navy);background:var(--tk-cream-2);border-radius:999px;padding:7px 12px;white-space:nowrap}.tk-rte,.tk-policy-content{color:var(--tk-fg);font-size:16px;line-height:1.82}.tk-rte>*:first-child{margin-top:0}.tk-rte>*:last-child{margin-bottom:0}.tk-rte h1,.tk-rte h2,.tk-rte h3,.tk-rte h4{color:var(--tk-navy);letter-spacing:-.02em;line-height:1.15;margin:1.8em 0 .7em}.tk-rte h1,.tk-rte h2{font-family:var(--tk-font-display)}.tk-rte h1{font-size:clamp(30px,3.6vw,44px)}.tk-policy-content>h1:first-child{display:none}.tk-rte h2{font-size:clamp(26px,2.6vw,38px)}.tk-rte h3{font-size:22px;font-weight:800}.tk-rte p,.tk-rte ul,.tk-rte ol{margin:0 0 1.05em}.tk-rte ul,.tk-rte ol{padding-left:1.25em}.tk-rte li+li{margin-top:.35em}.tk-rte a{color:var(--tk-navy);font-weight:800;text-decoration:underline;text-underline-offset:4px;text-decoration-thickness:1px}.tk-rte strong,.tk-rte b{color:var(--tk-navy);font-weight:850}.tk-policy-content p:has(strong),.tk-rte p:has(strong){margin-top:1.35em}.tk-rte table{width:100%;border-collapse:separate;border-spacing:0;margin:28px 0;overflow:hidden;border:1px solid var(--tk-line);border-radius:18px}.tk-rte th,.tk-rte td{border-bottom:1px solid var(--tk-line);padding:14px 16px;text-align:left;vertical-align:top}.tk-rte tr:last-child th,.tk-rte tr:last-child td{border-bottom:0}.tk-rte th{background:var(--tk-cream-2);color:var(--tk-navy)}.tk-rte blockquote{margin:30px 0;padding:20px 24px;border-left:4px solid var(--tk-accent);background:var(--tk-cream-2);border-radius:16px;color:var(--tk-navy)}@media(max-width:720px){.tk-page-section,.tk-policy-section{padding:48px 0 72px}.tk-page-card,.tk-policy-card{border-radius:24px;padding:28px 22px}.tk-policy-card__top{align-items:flex-start;flex-direction:column}}@media(max-width:760px){html,body{overflow-x:hidden}.page-width{padding-left:20px;padding-right:20px}.tk-header__inner{display:grid;grid-template-columns:1fr auto;grid-template-areas:"logo actions" "nav nav";gap:8px 12px;padding:12px 18px 10px}.tk-header__logo{grid-area:logo;display:flex;align-items:center;min-width:0}.tk-header__logo img{height:30px;width:auto;max-width:128px;object-fit:contain}.tk-header__actions{grid-area:actions;gap:0}.tk-iconbtn{width:36px;height:36px}.tk-iconbtn svg{width:18px;height:18px}.tk-cart-badge{top:1px;right:1px;min-width:16px;height:16px;font-size:9px}.tk-nav{grid-area:nav;display:flex!important;justify-content:flex-start;gap:20px;overflow-x:auto;padding-top:8px;margin-top:2px;border-top:1px solid rgba(20,33,61,.08);-webkit-overflow-scrolling:touch;scrollbar-width:none}.tk-nav::-webkit-scrollbar{display:none}.tk-nav a{flex:0 0 auto;font-size:13px;padding:4px 0}.tk-section-title{font-size:clamp(34px,10vw,48px);margin-bottom:22px}.tk-eyebrow{font-size:10px;margin-bottom:12px}.tk-btn{width:100%;justify-content:center;padding:14px 18px}.tk-hero--classic{padding:36px 0 56px}.tk-hero__inner{grid-template-columns:1fr;gap:28px;padding-left:20px;padding-right:20px}.tk-hero__title{font-size:clamp(38px,11.5vw,56px);line-height:.98;margin-bottom:18px}.tk-hero__sub{font-size:16px;margin-bottom:22px}.tk-hero__cta{flex-direction:column;gap:10px;margin-bottom:22px}.tk-hero__trust{align-items:flex-start;font-size:13px}.tk-hero__visual{aspect-ratio:4 / 3;min-height:0}.tk-hero__product img{width:100%;height:100%;max-height:360px;object-fit:contain;filter:drop-shadow(0 18px 24px rgba(20,33,61,.1))}.tk-hero--editorial{padding:34px 20px 56px}.tk-hero-ed__top{flex-direction:column;gap:8px;padding-bottom:18px;margin-bottom:20px}.tk-hero-ed__title{font-size:clamp(52px,18vw,92px);margin-bottom:24px}.tk-hero-ed__title span:nth-child(2){text-align:left}.tk-hero-ed__grid{grid-template-columns:1fr;gap:22px}.tk-hero-ed__visual{aspect-ratio:4 / 3;border-radius:18px}.tk-hero-ed__visual img{width:88%;height:88%;object-fit:contain}.tk-hero-ed__lead p{font-size:16px}.tk-hero-ed__stats{grid-template-columns:1fr;gap:16px;padding-top:22px}.tk-hero-ed__stats strong{font-size:32px}.tk-hero--split{grid-template-columns:1fr;min-height:auto}.tk-hero-sp__copy{padding:48px 20px 36px}.tk-hero-sp__title{font-size:clamp(48px,14vw,72px)}.tk-hero-sp__visual{min-height:320px;padding:28px 20px}.tk-hero-sp__visual img{width:92%}.tk-usps,.tk-how,.tk-story,.tk-faq,.tk-pdp,.tk-demo-videos,.tk-collection{padding-left:20px;padding-right:20px}.tk-usps{padding-top:24px;padding-bottom:24px}.tk-usps__inner{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px 14px}.tk-usp{grid-template-columns:24px minmax(0,1fr);gap:8px}.tk-usp__num{font-size:12px;line-height:1.35}.tk-usp__t{font-size:13px;line-height:1.22;margin-bottom:2px}.tk-usp__s{font-size:11.5px;line-height:1.35}.tk-collection{padding-top:54px;padding-bottom:72px}.tk-collection__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:28px}.tk-product-card{border-radius:20px}.tk-product-card__media{aspect-ratio:1 / 1.08;padding:10px}.tk-product-card__body{padding:13px 12px 15px}.tk-product-card__title{font-size:15px;line-height:1.2}.tk-pdp{padding-top:48px;padding-bottom:72px}.tk-pdp__inner{grid-template-columns:1fr;gap:34px}.tk-pdp__gallery{position:static}.tk-pdp__main{border-radius:18px}.tk-pdp__thumbs{gap:8px}.tk-thumb{border-radius:10px;padding:6px}.tk-pdp__title{font-size:clamp(34px,10vw,48px)}.tk-pdp__bullets,.tk-pdp__meta{grid-template-columns:1fr;gap:12px}.tk-pdp__actions{flex-direction:column}.tk-pdp__actions .tk-btn,.tk-qty{width:100%}.tk-qty{min-width:0}.tk-pack{padding:14px 16px}.tk-pack__price{position:static;display:block;margin-top:8px}.tk-how{padding-top:64px;padding-bottom:72px}.tk-how__head{margin-bottom:32px}.tk-how__grid,.tk-how__grid--2{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.tk-how__grid--1{grid-template-columns:minmax(0,1fr)}.tk-step{padding:14px;border-radius:18px}.tk-step h3{font-size:18px;line-height:1.15}.tk-step p{font-size:13px;line-height:1.45}.tk-step__visual{aspect-ratio:1 / 1;margin-bottom:12px}.tk-how__demo-cta{flex-direction:column;align-items:stretch;gap:18px;padding:22px;border-radius:22px}.tk-demo-videos{padding-top:56px;padding-bottom:76px}.tk-demo-videos__head{margin-bottom:30px}.tk-demo-videos__head p{font-size:16px;margin-top:-8px}.tk-demo-videos__grid,.tk-demo-videos__grid--2{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.tk-demo-videos__grid--1{grid-template-columns:minmax(0,1fr)}.tk-demo-card{border-radius:22px}.tk-demo-card__media{max-height:480px}.tk-demo-card__body{padding:14px 14px 16px}.tk-demo-card__body h2{font-size:17px;line-height:1.2}.tk-demo-card__body p{font-size:13px;line-height:1.45}.tk-story{padding-top:64px;padding-bottom:72px}.tk-story__head{margin-bottom:32px}.tk-story__layout{grid-template-columns:1fr;gap:24px}.tk-story__media{position:static}.tk-faq{padding-top:64px;padding-bottom:72px}.tk-faq__head{margin-bottom:28px}.tk-faq-item__q{font-size:16px;padding:20px 0;gap:16px}.tk-newsletter{padding:42px 20px}.tk-newsletter__inner{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:18px;align-items:center}.tk-newsletter__form{border-radius:22px;flex-direction:column;padding:8px}.tk-newsletter__form input{min-height:48px;padding:0 14px}.tk-footer__inner{padding:48px 20px 26px;gap:30px}.tk-footer__brand{max-width:none}.tk-footer__logo img{height:38px}.tk-footer__nav{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px 18px}.tk-footer-legal__inner{padding:0 20px 32px}.tk-footer-legal__bar{gap:18px;padding-top:22px}.tk-footer-legal__content{gap:10px}.tk-footer-legal__links{justify-content:flex-start;gap:8px 14px}.tk-footer-legal__links a{white-space:normal}.tk-cart{width:100vw}.tk-cart-item{grid-template-columns:58px 1fr auto;gap:12px}.tk-cart__head,.tk-cart__body,.tk-cart__foot{padding-left:18px;padding-right:18px}}@media(max-width:420px){.page-width{padding-left:16px;padding-right:16px}.tk-header__inner{padding-left:14px;padding-right:14px}.tk-nav{gap:16px}.tk-hero__inner,.tk-usps,.tk-how,.tk-story,.tk-faq,.tk-pdp,.tk-demo-videos,.tk-collection{padding-left:16px;padding-right:16px}.tk-hero__title{font-size:clamp(36px,12vw,48px)}.tk-section-title{font-size:clamp(32px,11vw,44px)}.tk-usps__inner{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 12px}.tk-usp{grid-template-columns:20px minmax(0,1fr);gap:7px}.tk-demo-videos__grid,.tk-demo-videos__grid--2,.tk-newsletter__inner{grid-template-columns:1fr}}@media(max-width:360px){.tk-usps__inner{grid-template-columns:1fr}}@media(max-width:760px){.tk-how__grid,.tk-how__grid--3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr))!important;grid-auto-flow:row;overflow:visible;gap:8px;padding-bottom:0}.tk-how__grid--1{grid-template-columns:minmax(0,1fr)!important}.tk-how__grid--2{grid-template-columns:repeat(2,minmax(0,1fr))!important}.tk-step{min-width:0;padding:10px;border-radius:16px}.tk-step__num{font-size:10px;margin-bottom:8px}.tk-step__visual{aspect-ratio:1 / 1;padding:6px;border-radius:12px;margin-bottom:9px}.tk-step__t,.tk-step h3{font-size:13px;line-height:1.12;margin-bottom:5px}.tk-step__d,.tk-step p{font-size:10.5px;line-height:1.28}}@media(max-width:380px){.tk-how__grid,.tk-how__grid--3{gap:6px}.tk-step{padding:8px;border-radius:14px}.tk-step__visual{padding:5px;margin-bottom:7px}.tk-step__t,.tk-step h3{font-size:12px}.tk-step__d,.tk-step p{font-size:9.5px}}@media(max-width:640px){.tk-pdp__main>img{max-width:100%;max-height:100%}}@media(max-width:760px){.tk-pdp__main{aspect-ratio:auto!important;min-height:0!important;height:auto!important;overflow:visible!important;padding:24px!important;display:block!important;line-height:0}.tk-pdp__main>img,.tk-pdp__main img#pdpMain{display:block!important;width:100%!important;height:auto!important;max-width:100%!important;max-height:none!important;object-fit:contain!important;object-position:center center!important;margin:0 auto!important}.tk-pdp__thumbs{margin-top:16px}.tk-thumb{overflow:visible!important}.tk-thumb img{width:auto!important;height:auto!important;max-width:100%!important;max-height:100%!important;object-fit:contain!important;object-position:center center!important}}@media(max-width:760px){.tk-story{padding-top:58px;padding-bottom:64px}.tk-story__head{text-align:left;margin-bottom:22px;max-width:none}.tk-story__head .tk-section-title{font-size:clamp(30px,9vw,42px);line-height:.98;max-width:10ch}.tk-story__layout{display:grid;grid-template-columns:1fr;gap:18px}.tk-story__card{order:1;padding:20px;border-radius:22px;background:#ffffffd6}.tk-story__media{order:2;position:static}.tk-story__visual{aspect-ratio:16 / 10;border-radius:22px;box-shadow:var(--tk-shadow)}.tk-story__visual img{object-fit:cover;object-position:center}.tk-story__caption{font-size:12px;padding:0 2px}.tk-story__lead{font-size:22px;line-height:1.12;margin-bottom:16px}.tk-story__intro{font-size:15px;line-height:1.58;margin-bottom:18px}.tk-story__intro p{margin-bottom:12px}.tk-story__details{padding:12px 0}.tk-story__details summary{font-size:12px;letter-spacing:.06em}.tk-story__details summary:after{width:28px;height:28px;font-size:20px}.tk-story__body{padding-top:16px}.tk-story__body p{font-size:14px;line-height:1.62;margin-bottom:13px}.tk-story__body p:nth-child(6),.tk-story__body p:nth-child(12){font-size:22px;line-height:1.08;margin:22px 0 12px}.tk-story__signature{margin-top:18px;font-size:19px}}@media(max-width:380px){.tk-story__card{padding:17px;border-radius:20px}.tk-story__visual{aspect-ratio:4 / 3}.tk-story__lead{font-size:20px}.tk-story__intro{font-size:14px}}@media(max-width:640px){.tk-pdp__main{padding:14px!important}}@media(max-width:760px){html,body{width:100%;max-width:100%;overflow-x:hidden}.page-width,.tk-header__inner,.tk-hero__inner,.tk-hero-ed__inner,.tk-usps__inner,.tk-pdp__inner,.tk-how__inner,.tk-demo-videos__inner,.tk-story__inner,.tk-faq__inner,.tk-newsletter__inner,.tk-footer__inner,.tk-footer-legal__inner,.tk-collection{width:100%;max-width:100%}.tk-usps>.page-width,.tk-pdp>.page-width,.tk-how>.page-width,.tk-demo-videos>.page-width,.tk-story>.page-width,.tk-faq>.page-width,.tk-newsletter>.page-width{padding-left:0;padding-right:0;margin-left:auto;margin-right:auto}.tk-header__inner{grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"logo actions";gap:12px;padding:12px 16px}.tk-header__logo img{max-width:132px;height:auto;max-height:34px}.tk-nav{display:none!important}.tk-header__actions{min-width:0}.tk-hero--classic,.tk-hero--editorial,.tk-hero--split,.tk-usps,.tk-pdp,.tk-how,.tk-demo-videos,.tk-story,.tk-faq,.tk-collection{padding-left:16px;padding-right:16px}.tk-hero__inner{padding-left:0;padding-right:0}.tk-hero__title,.tk-hero-sp__title{font-size:clamp(34px,10vw,46px);line-height:1.04;letter-spacing:0;overflow-wrap:anywhere}.tk-hero-ed__title{font-size:clamp(42px,14vw,68px);line-height:.96;letter-spacing:0;overflow-wrap:anywhere}.tk-section-title{font-size:clamp(30px,9vw,42px);line-height:1.06;letter-spacing:0;overflow-wrap:anywhere}.tk-hero__sub,.tk-hero-sp__copy p,.tk-hero-ed__lead p{font-size:15px;line-height:1.55}.tk-hero__visual{aspect-ratio:1 / 1}.tk-hero__product img,.tk-hero-sp__visual img,.tk-hero-ed__visual img{width:100%;max-width:100%;height:auto;max-height:360px;object-fit:contain}.tk-usps__inner,.tk-collection__grid,.tk-newsletter__inner,.tk-footer__nav{grid-template-columns:1fr!important}.tk-how__grid,.tk-how__grid--3{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:8px!important}.tk-how__grid--2{grid-template-columns:repeat(2,minmax(0,1fr))!important}.tk-how__grid--1{grid-template-columns:minmax(0,1fr)!important}.tk-how .tk-step{padding:10px!important;border-radius:16px;min-width:0}.tk-how .tk-step__num{font-size:10px;margin-bottom:8px}.tk-how .tk-step__visual{aspect-ratio:1 / 1;padding:6px;border-radius:12px;margin-bottom:9px}.tk-how .tk-step__t,.tk-how .tk-step h3{font-size:13px!important;line-height:1.12}.tk-how .tk-step__d,.tk-how .tk-step p{font-size:11.5px;line-height:1.35}.tk-demo-videos__grid,.tk-demo-videos__grid--2,.tk-demo-videos__grid--3{grid-template-columns:repeat(2,minmax(0,1fr))!important}.tk-demo-videos__grid--1{grid-template-columns:minmax(0,1fr)!important}.tk-how__grid,.tk-demo-videos__grid,.tk-collection__grid{gap:16px}.tk-step{padding:18px}.tk-step__t,.tk-step h3{font-size:18px;line-height:1.2}.tk-step__d,.tk-step p,.tk-demo-card__body p{font-size:14px;line-height:1.5}.tk-pdp__main{border-radius:18px}.tk-pdp__title{font-size:clamp(32px,9vw,44px);line-height:1.05;letter-spacing:0}.tk-pdp__actions{display:grid;grid-template-columns:1fr;gap:12px}.tk-pdp__actions .tk-btn,.tk-qty,.tk-newsletter__form,.tk-newsletter__form .tk-btn{width:100%}.tk-pack__top{display:block}.tk-pack__label{display:block;padding-right:0}.tk-story__head .tk-section-title{max-width:none}.tk-story__card,.tk-policy-card,.tk-page-card{padding:20px;border-radius:22px}.tk-newsletter{padding-left:16px;padding-right:16px}.tk-newsletter__inner{gap:20px}.tk-newsletter__form{border-radius:20px;flex-direction:column}.tk-newsletter__form input{width:100%;min-width:0}.tk-footer__inner,.tk-footer-legal__inner{padding-left:16px;padding-right:16px}.tk-footer-legal__links{display:grid;grid-template-columns:1fr;gap:8px}.tk-footer-legal__links a{white-space:normal}.tk-policy-card__top{align-items:flex-start;flex-direction:column}.tk-rte table,.tk-policy-content table{display:block;max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}}@media(max-width:420px){.tk-hero--classic,.tk-hero--editorial,.tk-hero--split,.tk-usps,.tk-pdp,.tk-how,.tk-demo-videos,.tk-story,.tk-faq,.tk-collection,.tk-header__inner,.tk-footer__inner,.tk-footer-legal__inner{padding-left:14px;padding-right:14px}.tk-cart-item{grid-template-columns:52px minmax(0,1fr) auto;gap:10px}}@media(max-width:480px){html{-webkit-text-size-adjust:100%}body{font-size:15px}.tk-announce{font-size:10px;line-height:1.15;letter-spacing:.055em}.tk-announce__track{animation-duration:52s}.tk-announce__group,.tk-announce__group[aria-hidden=true]{gap:14px;padding:7px 14px 8px}.tk-header__inner{gap:10px;padding-top:10px;padding-bottom:10px}.tk-header__logo img{max-width:124px;max-height:32px}.tk-header__actions{gap:6px}.tk-btn,.tk-iconbtn,.tk-story__details summary,.tk-faq-item__q{min-height:44px}.tk-btn{align-items:center;justify-content:center;padding:13px 18px;line-height:1.2;text-align:center}.tk-iconbtn{width:44px;height:44px}.tk-cart-badge{top:2px;right:2px}.tk-hero--classic{padding-top:30px;padding-bottom:44px}.tk-hero--editorial,.tk-hero--split{padding-top:32px;padding-bottom:48px}.tk-hero__inner{gap:22px}.tk-eyebrow{font-size:10px;letter-spacing:.14em;margin-bottom:11px}.tk-hero__title,.tk-hero-sp__title{font-size:clamp(32px,10vw,42px);line-height:1.08;letter-spacing:0;margin-bottom:16px;text-wrap:balance}.tk-hero-ed__title{font-size:clamp(38px,12vw,54px);line-height:1;letter-spacing:0}.tk-section-title{font-size:clamp(28px,8.8vw,38px);line-height:1.08;letter-spacing:0;margin-bottom:20px}.tk-hero__sub,.tk-hero-sp__copy p,.tk-hero-ed__lead p{font-size:15px;line-height:1.55}.tk-hero__cta{gap:10px;margin-bottom:18px}.tk-hero__trust{font-size:12px;line-height:1.4}.tk-hero__visual{max-height:340px}.tk-hero__product img,.tk-hero-sp__visual img,.tk-hero-ed__visual img{max-height:320px}.tk-usps{padding-top:20px;padding-bottom:24px}.tk-usps__inner{gap:13px}.tk-usp{grid-template-columns:24px minmax(0,1fr);gap:10px}.tk-usp__t{font-size:14px}.tk-usp__s{font-size:12.5px}.tk-collection,.tk-how,.tk-demo-videos,.tk-story,.tk-faq,.tk-pdp{padding-top:52px;padding-bottom:62px}.tk-collection__grid,.tk-how__grid,.tk-demo-videos__grid{gap:14px;margin-top:24px}.tk-product-card{border-radius:18px}.tk-product-card__media{aspect-ratio:1 / .9;padding:12px}.tk-product-card__body{padding:14px 14px 16px}.tk-product-card__body h3,.tk-product-card__title{font-size:16px;line-height:1.2}.tk-step,.tk-demo-card,.tk-story__card,.tk-policy-card,.tk-page-card{border-radius:18px}.tk-step,.tk-story__card,.tk-policy-card,.tk-page-card{padding:18px}.tk-demo-card__body{padding:16px}.tk-story__details{padding:14px 0}.tk-story__details summary,.tk-faq-item__q{font-size:14px;line-height:1.25}.tk-faq-item__q{padding:16px 0}.tk-newsletter{padding-top:38px;padding-bottom:42px}.tk-newsletter h3{font-size:clamp(25px,7vw,32px);line-height:1.1}.tk-newsletter__form input{font-size:16px;min-height:48px}.tk-cart{width:100vw;max-width:100vw}.tk-cart__head,.tk-cart__body,.tk-cart__foot{padding-left:16px;padding-right:16px}}@media(max-width:390px){.tk-hero--classic,.tk-hero--editorial,.tk-hero--split,.tk-usps,.tk-pdp,.tk-how,.tk-demo-videos,.tk-story,.tk-faq,.tk-collection,.tk-newsletter,.tk-header__inner,.tk-footer__inner,.tk-footer-legal__inner{padding-left:12px;padding-right:12px}.tk-header__logo img{max-width:114px}.tk-hero__inner{padding-left:0;padding-right:0}.tk-hero__title,.tk-hero-sp__title{font-size:clamp(30px,9.8vw,38px)}.tk-section-title{font-size:clamp(26px,8.4vw,35px)}.tk-product-card__media{aspect-ratio:1 / .84}.tk-cart-item{grid-template-columns:50px minmax(0,1fr) auto;gap:9px}}@media(min-width:761px){.tk-header__inner{grid-template-columns:minmax(180px,.85fr) auto minmax(120px,.85fr);overflow:hidden}.tk-header__logo{width:fit-content;max-width:220px;overflow:hidden}.tk-header__logo>img{display:block!important;width:auto!important;height:42px!important;max-width:220px!important;max-height:42px!important;object-fit:contain!important;object-position:left center!important}.tk-nav{min-width:0;flex-wrap:nowrap;gap:clamp(18px,2.2vw,32px)}.tk-hero--classic{padding:56px 32px 88px}.tk-hero__inner{grid-template-columns:minmax(0,.98fr) minmax(340px,.82fr);gap:clamp(36px,4vw,56px)}.tk-hero__copy{min-width:0;max-width:780px}.tk-hero__title{font-size:clamp(42px,4.6vw,68px);line-height:1.05;letter-spacing:0;max-width:780px;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}}.tk-menu-toggle,.tk-mobile-menu,.tk-mobile-menu-overlay{display:none}@media(max-width:760px){html.tk-menu-open,html.tk-menu-open body{overflow-x:clip}body{font-size:15px;line-height:1.5}.tk-header__inner{grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"logo actions";gap:8px;padding:9px 14px}.tk-header__logo img{width:auto;height:auto;max-width:118px;max-height:30px}.tk-header__actions{gap:2px}.tk-header__utility{display:none}.tk-menu-toggle{display:grid}.tk-iconbtn{width:40px;height:40px;min-height:40px}.tk-nav{display:none!important}.tk-mobile-menu-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:159;display:block;visibility:hidden;opacity:0;pointer-events:none;background:#0e172975;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);overscroll-behavior:contain;touch-action:none;transition:opacity .22s ease,visibility .22s ease}.tk-mobile-menu-overlay.is-open{visibility:visible;opacity:1;pointer-events:auto}.tk-mobile-menu{position:fixed;inset:0 0 0 auto;z-index:160;display:flex;visibility:hidden;width:min(88vw,360px);max-width:100%;flex-direction:column;background:var(--tk-bg);color:var(--tk-fg);box-shadow:-24px 0 60px #0e172933;transform:translate(100%);transition:transform .28s cubic-bezier(.4,0,.2,1),visibility .28s ease}.tk-mobile-menu.is-open{visibility:visible;transform:translate(0)}.tk-mobile-menu__head{display:flex;min-height:62px;align-items:center;justify-content:space-between;padding:max(14px,env(safe-area-inset-top)) 16px 12px;border-bottom:1px solid var(--tk-line)}.tk-mobile-menu__head strong{color:var(--tk-navy);font-family:var(--tk-font-display);font-size:21px;line-height:1;letter-spacing:0}.tk-mobile-menu__close{width:40px;height:40px;display:grid;place-items:center;border-radius:50%;background:var(--tk-cream-2)}.tk-mobile-menu__body{flex:1 1 auto;overflow-y:auto;overscroll-behavior:contain;padding:8px 16px 22px}.tk-mobile-menu__section{display:grid}.tk-mobile-menu__section+.tk-mobile-menu__section{margin-top:22px}.tk-mobile-menu__label{padding:14px 0 7px;color:var(--tk-muted);font-size:10px;font-weight:800;line-height:1.2;letter-spacing:0;text-transform:uppercase}.tk-mobile-menu__section>a,.tk-mobile-menu__submenu>summary{min-height:46px;display:flex;align-items:center;gap:12px;padding:10px 2px;border-bottom:1px solid var(--tk-line);color:var(--tk-navy);font-size:15px;font-weight:700;line-height:1.25;letter-spacing:0}.tk-mobile-menu__section>a>span{width:24px;flex:0 0 24px;color:var(--tk-accent);font-size:10px;font-weight:850}.tk-mobile-menu__section a[aria-current=page]{color:var(--tk-accent)}.tk-mobile-menu__submenu{border-bottom:1px solid var(--tk-line)}.tk-mobile-menu__submenu>summary{justify-content:space-between;border-bottom:0;cursor:pointer;list-style:none}.tk-mobile-menu__submenu>summary::-webkit-details-marker{display:none}.tk-mobile-menu__submenu>summary svg{flex:0 0 auto;transition:transform .18s ease}.tk-mobile-menu__submenu[open]>summary svg{transform:rotate(180deg)}.tk-mobile-menu__submenu>div{display:grid;padding:0 0 8px 20px}.tk-mobile-menu__submenu>div a{min-height:40px;display:flex;align-items:center;padding:7px 0;color:var(--tk-muted);font-size:14px;line-height:1.3}.tk-mobile-menu__foot{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding:12px 16px max(14px,env(safe-area-inset-bottom));border-top:1px solid var(--tk-line);background:var(--tk-cream-2)}.tk-mobile-menu__foot a{min-height:44px;display:flex;align-items:center;justify-content:center;gap:8px;padding:8px 10px;border:1px solid var(--tk-line);border-radius:8px;background:var(--tk-card);color:var(--tk-navy);font-size:13px;font-weight:700}.tk-eyebrow{margin-bottom:9px;font-size:9.5px;letter-spacing:0}.tk-section-title{margin-bottom:17px;font-size:clamp(26px,8vw,34px);line-height:1.08;letter-spacing:0}.tk-btn{min-height:44px;padding:11px 16px;font-size:14px;line-height:1.2;letter-spacing:0}.tk-hero--classic{padding-top:26px;padding-bottom:38px}.tk-hero__inner{gap:18px}.tk-hero__title,.tk-hero-sp__title{margin-bottom:14px;font-size:clamp(29px,9vw,38px);line-height:1.08}.tk-hero-ed__title{font-size:clamp(36px,11vw,50px)}.tk-hero__sub,.tk-hero-sp__copy p,.tk-hero-ed__lead p{margin-bottom:18px;font-size:14px;line-height:1.5}.tk-hero__cta{margin-bottom:15px}.tk-hero__visual{max-height:290px}.tk-hero__product img,.tk-hero-sp__visual img,.tk-hero-ed__visual img{max-height:275px}.tk-usps{padding-top:16px;padding-bottom:19px}.tk-usps__inner{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px 10px}.tk-usp{grid-template-columns:21px minmax(0,1fr);gap:7px}.tk-usp__num{font-size:10px}.tk-usp__t{margin-bottom:2px;font-size:13px;line-height:1.2}.tk-usp__s{font-size:12px;line-height:1.32}.tk-collection,.tk-how,.tk-demo-videos,.tk-story,.tk-faq,.tk-pdp{padding-top:42px;padding-bottom:50px}.tk-collection__grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px;margin-top:20px}.tk-product-card{border-radius:14px}.tk-product-card__media{aspect-ratio:1 / .88;padding:9px}.tk-product-card__body{padding:11px 10px 13px}.tk-product-card__body h3,.tk-product-card__title{font-size:14px;line-height:1.2}.tk-product-card__body span{font-size:13px}.tk-pdp__inner{gap:25px}.tk-pdp__main{padding:16px!important}.tk-pdp__thumbs{gap:8px;margin-top:8px}.tk-pdp__title{margin-bottom:12px;font-size:clamp(28px,8vw,36px);line-height:1.06;letter-spacing:0}.tk-pdp__rating{margin-bottom:14px;font-size:12px}.tk-pdp__lead,.tk-pdp__lead.tk-rte{margin-bottom:17px;font-size:14px;line-height:1.55}.tk-pdp__bullets{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px 12px;margin-bottom:20px;padding:14px 0;font-size:12.5px;line-height:1.35}.tk-pdp__pack{gap:8px;margin-bottom:18px}.tk-pack{min-height:62px;padding:12px 78px 12px 14px}.tk-pack__top{display:flex}.tk-pack__label{font-size:14px}.tk-pack__sub{font-size:12px}.tk-pack__price{right:14px;bottom:17px;margin-top:0;font-size:16px}.tk-pdp__actions{grid-template-columns:104px minmax(0,1fr);gap:8px;margin-bottom:18px}.tk-pdp__actions .tk-btn,.tk-qty{width:100%;min-width:0}.tk-qty{height:48px}.tk-qty button{width:34px;height:48px;flex-basis:34px;font-size:21px}.tk-qty__value{min-width:28px;padding:0 2px;font-size:16px}.tk-pdp__actions .tk-btn{min-height:48px;padding-left:11px;padding-right:11px;font-size:13px}.tk-pdp__specs{margin-bottom:18px}.tk-pdp__specs-summary{min-height:46px;padding:13px 0;font-size:14px}.tk-pdp__meta{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding-top:17px}.tk-how__head{margin-bottom:23px}.tk-how__grid,.tk-how__grid--3{gap:8px!important;margin-top:0;margin-bottom:18px}.tk-how__grid--2{gap:9px!important}.tk-how .tk-step{padding:8px!important;border-radius:12px}.tk-how .tk-step__num{margin-bottom:6px;font-size:9px}.tk-how .tk-step__visual{aspect-ratio:4 / 3;margin-bottom:8px;padding:4px;border-radius:8px}.tk-how .tk-step__t,.tk-how .tk-step h3{margin-bottom:5px;font-size:12.5px!important;line-height:1.18}.tk-how .tk-step__d,.tk-how .tk-step p{font-size:12px;line-height:1.38}.tk-how__demo-cta{gap:12px;padding:16px;border-radius:14px}.tk-how__demo-cta strong{font-size:18px}.tk-how__demo-cta p,.tk-how__note{font-size:13px;line-height:1.45}.tk-demo-videos__head{margin-bottom:23px}.tk-demo-videos__head p{margin-top:-5px;font-size:14px;line-height:1.5}.tk-demo-videos__grid,.tk-demo-videos__grid--2,.tk-demo-videos__grid--3{gap:9px;margin-top:0}.tk-demo-card{border-radius:13px}.tk-demo-card__play{width:46px;height:46px}.tk-demo-card__play svg{width:18px;height:18px}.tk-demo-card__body{padding:10px 9px 12px}.tk-demo-card__body span{margin-bottom:5px;font-size:9px;letter-spacing:0}.tk-demo-card__body h2{margin-bottom:5px;font-size:14px;line-height:1.18;letter-spacing:0}.tk-demo-card__body p{font-size:12px;line-height:1.4}.tk-story__head{margin-bottom:23px}.tk-story__layout{gap:17px}.tk-story__visual{aspect-ratio:4 / 3;border-radius:14px}.tk-story__caption{font-size:11.5px}.tk-story__card,.tk-policy-card,.tk-page-card{padding:16px;border-radius:14px}.tk-story__lead{margin-bottom:16px;font-size:19px;line-height:1.2}.tk-story__intro{margin-bottom:17px;font-size:14px;line-height:1.58}.tk-story__details{padding:11px 0}.tk-story__details summary{min-height:44px;font-size:13px;line-height:1.3;letter-spacing:0}.tk-story__body{padding-top:17px}.tk-story__body p{margin-bottom:13px;font-size:14px;line-height:1.62}.tk-faq__head{margin-bottom:20px}.tk-faq-item__q{min-height:48px;gap:12px;padding:12px 0;font-size:14px;line-height:1.3}.tk-faq-item__icon{width:30px;height:30px}.tk-faq-item__a{padding-bottom:16px;font-size:13.5px;line-height:1.55}.tk-newsletter{padding-top:30px;padding-bottom:34px}.tk-newsletter__inner{gap:15px}.tk-newsletter h3{font-size:clamp(23px,6.5vw,29px)}.tk-newsletter__form{padding:6px;border-radius:14px}.tk-newsletter__form input{min-height:44px;font-size:16px}.tk-footer__inner{gap:24px;padding-top:38px;padding-bottom:22px}.tk-footer__brand p{font-size:13px;line-height:1.55}.tk-footer__nav{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:18px 14px}.tk-footer__col h4{margin-bottom:8px;font-size:10px;letter-spacing:0}.tk-footer__col a{padding:4px 0;font-size:13px}.tk-footer-legal__links{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px 12px}.tk-page-section,.tk-policy-section{padding-top:38px;padding-bottom:52px}.tk-page-hero,.tk-policy-hero{margin-bottom:24px}.tk-page-hero h1,.tk-policy-hero h1{font-size:clamp(29px,8.5vw,38px);line-height:1.05;letter-spacing:0}.tk-rte,.tk-policy-content{font-size:14px;line-height:1.65}#produkt,#anwendung,#demovideos,#story,#faq{scroll-margin-top:72px}}@media(max-width:360px){.tk-header__logo img{max-width:106px}.tk-usps__inner{gap:10px 8px}.tk-usp__t{font-size:12.5px}.tk-usp__s{font-size:11.5px}.tk-pdp__actions{grid-template-columns:96px minmax(0,1fr)}.tk-pdp__actions .tk-btn{font-size:12.5px}}@media(min-width:761px)and (max-width:960px){.tk-header__inner{grid-template-columns:auto minmax(0,1fr) auto;gap:16px;padding:14px 20px}.tk-header__logo{max-width:150px}.tk-header__logo>img{height:34px!important;max-width:150px!important;max-height:34px!important}.tk-nav{display:flex;min-width:0;justify-content:flex-start;gap:18px;overflow-x:auto;scrollbar-width:none}.tk-nav::-webkit-scrollbar{display:none}.tk-nav a{flex:0 0 auto;font-size:13px}}.tk-sticky-header-wrapper{position:sticky;top:0;z-index:60}.tk-header--wrapped{position:relative;top:auto}.tk-usp__num{width:30px;height:30px;display:grid;place-items:center;border:1px solid rgba(250,247,242,.22);border-radius:50%}.tk-usp__num svg{width:17px;height:17px}@media(min-width:961px){.tk-hero__inner{align-items:start}.tk-hero__visual,.tk-pdp__gallery,.tk-pdp__info{align-self:start}.tk-pdp__inner{align-items:start}}@media(max-width:760px){html,body{overflow-x:clip}.tk-hero__visual{width:100%;max-width:320px;margin-right:auto;margin-left:auto;justify-self:center}.tk-hero__product{width:100%;margin-right:auto;margin-left:auto}.tk-hero__product img{margin-right:auto;margin-left:auto;object-position:center!important}.tk-usps{margin-top:0;padding-top:12px;padding-bottom:14px;background:var(--tk-cream-2);color:var(--tk-ink);border-top:1px solid var(--tk-line);border-bottom:1px solid var(--tk-line)}.tk-usps__inner{gap:8px!important}.tk-usp{grid-template-columns:30px minmax(0,1fr);gap:8px;min-height:76px;padding:10px 9px;align-items:center;background:var(--tk-card);border:1px solid var(--tk-line);border-radius:8px}.tk-usp__num{width:30px;height:30px;color:var(--tk-cream);background:var(--tk-navy);border:0}.tk-usp__t{color:var(--tk-navy)}.tk-usp__s{color:var(--tk-muted);opacity:1}}.tk-usps{margin-top:0;padding:18px 32px;background:var(--tk-cream-2);color:var(--tk-ink);border-top:1px solid var(--tk-line);border-bottom:1px solid var(--tk-line)}.tk-usps__inner{max-width:1280px;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;padding-right:0;padding-left:0;align-items:stretch;overflow:hidden;background:var(--tk-card);border:1px solid var(--tk-line);border-radius:8px;box-shadow:0 8px 24px #14213d0f}.tk-usp{grid-template-columns:34px minmax(0,1fr);gap:11px;min-height:86px;padding:17px 20px;align-items:center;background:transparent;border:0;border-radius:0}.tk-usp__num{width:34px;height:34px;color:var(--tk-accent);background:var(--tk-navy);border:0}.tk-usp__num svg{width:18px;height:18px}.tk-usp__t{margin-bottom:3px;color:var(--tk-navy);font-size:14px;font-weight:750;line-height:1.25}.tk-usp__s{color:var(--tk-muted);font-size:12.5px;line-height:1.35;opacity:1}@media(min-width:961px){.tk-usp+.tk-usp{border-left:1px solid var(--tk-line)}}@media(min-width:761px)and (max-width:960px){.tk-usps__inner{grid-template-columns:repeat(2,minmax(0,1fr))}.tk-usp:nth-child(2n){border-left:1px solid var(--tk-line)}.tk-usp:nth-child(n+3){border-top:1px solid var(--tk-line)}}@media(max-width:760px){.tk-usps{padding:10px 12px 14px}.tk-usps__inner{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:0!important}.tk-usp{grid-template-columns:30px minmax(0,1fr);gap:8px;min-height:78px;padding:11px 10px;background:transparent;border:0;border-radius:0}.tk-usp:nth-child(2n){border-left:1px solid var(--tk-line)}.tk-usp:nth-child(n+3){border-top:1px solid var(--tk-line)}.tk-usp__num{width:30px;height:30px}.tk-usp__num svg{width:16px;height:16px}.tk-usp__t{margin-bottom:2px;font-size:12.5px;line-height:1.22}.tk-usp__s{font-size:11.5px;line-height:1.32}}.tk-pdp__gallery,.tk-pdp__info{min-width:0}.tk-pdp__media-frame{position:relative;width:100%;min-width:0;aspect-ratio:1 / 1;display:grid;place-items:center;padding:24px;overflow:hidden;background:var(--tk-card);border-radius:var(--tk-radius);box-shadow:var(--tk-shadow);isolation:isolate}.tk-pdp__main{position:relative;display:grid;grid-template-columns:minmax(0,1fr);grid-template-rows:minmax(0,1fr);width:100%;height:100%;min-width:0;min-height:0;aspect-ratio:auto;padding:0;overflow:hidden;background:transparent;border-radius:0;box-shadow:none}.tk-pdp__slide{grid-area:1 / 1;display:none;width:100%;height:100%;min-width:0;min-height:0;max-height:100%;margin:0;place-items:center;overflow:hidden;box-sizing:border-box}.tk-pdp__slide.is-active{display:grid}.tk-pdp__slide>img{display:block;width:100%!important;height:100%!important;min-width:0;min-height:0;max-width:100%;max-height:100%;margin:0 auto;padding:0!important;object-fit:contain!important;object-position:center}.tk-pdp__gallery-nav{position:absolute;z-index:3;top:50%;width:42px;height:42px;display:grid;place-items:center;color:var(--tk-navy);background:#fffffff0;border:1px solid var(--tk-line);border-radius:50%;box-shadow:0 6px 18px #14213d1f;transform:translateY(-50%);transition:opacity .15s ease,background-color .15s ease}.tk-pdp__gallery-nav:hover{background:#fff}.tk-pdp__gallery-nav:disabled{opacity:.35;cursor:default}.tk-pdp__gallery-nav--prev{left:14px}.tk-pdp__gallery-nav--next{right:14px}.tk-pdp__gallery-status{position:absolute;z-index:3;right:14px;bottom:14px;min-width:50px;padding:6px 9px;color:var(--tk-navy);background:#fffffff0;border:1px solid var(--tk-line);border-radius:999px;font-size:12px;font-weight:700;line-height:1;text-align:center}.tk-pdp__thumbs{grid-template-columns:none;grid-auto-flow:column;grid-auto-columns:minmax(84px,1fr);overflow-x:auto;overflow-y:hidden;padding:1px 1px 4px;scrollbar-width:thin;scrollbar-color:var(--tk-line) transparent}.tk-pdp__thumbs::-webkit-scrollbar{height:4px}.tk-pdp__thumbs::-webkit-scrollbar-thumb{background:var(--tk-line);border-radius:999px}.tk-thumb{min-width:0;overflow:hidden}.tk-thumb[aria-current=true]{border-color:var(--tk-navy);box-shadow:0 0 0 1px var(--tk-navy)}@media(min-width:961px){.tk-pdp{padding-top:88px;padding-bottom:96px}.tk-pdp__inner{max-width:1280px;grid-template-columns:minmax(0,1.05fr) minmax(380px,.95fr);gap:clamp(44px,5vw,68px);align-items:start}.tk-pdp__gallery{top:92px;width:100%}.tk-pdp__media-frame{width:100%;aspect-ratio:1 / 1;padding:clamp(24px,3vw,40px);border:1px solid var(--tk-line)}.tk-pdp__main{height:100%;aspect-ratio:auto;padding:0;border:0}.tk-pdp__info{width:100%;padding-top:4px}.tk-pdp__title{font-size:clamp(40px,3.8vw,52px);line-height:1.03;letter-spacing:0}}@media(max-width:760px){.tk-pdp__media-frame{aspect-ratio:1 / 1;padding:0;border-radius:18px}.tk-pdp__main{display:flex!important;width:100%;height:100%!important;min-height:0!important;aspect-ratio:auto!important;padding:0!important;overflow-x:auto!important;overflow-y:hidden!important;line-height:normal;scroll-behavior:smooth;scroll-snap-type:x mandatory;overscroll-behavior-x:contain;touch-action:pan-x pan-y;-webkit-overflow-scrolling:touch;scrollbar-width:none}.tk-pdp__main::-webkit-scrollbar{display:none}.tk-pdp__slide,.tk-pdp__slide.is-active{display:grid!important;flex:0 0 100%;width:100%;min-width:100%;height:100%;min-height:0;max-height:100%;aspect-ratio:auto;padding:14px;scroll-snap-align:start;scroll-snap-stop:always}.tk-pdp__slide>img{width:100%!important;height:100%!important;max-height:100%!important}.tk-pdp__gallery-nav{width:36px;height:36px}.tk-pdp__gallery-nav--prev{left:9px}.tk-pdp__gallery-nav--next{right:9px}.tk-pdp__gallery-status{right:10px;bottom:10px;min-width:46px;padding:6px 8px;font-size:11px}.tk-pdp__thumbs{display:flex;gap:8px;margin-top:9px;padding:1px 1px 5px;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x proximity;touch-action:pan-x;-webkit-overflow-scrolling:touch;scrollbar-width:none}.tk-pdp__thumbs::-webkit-scrollbar{display:none}.tk-thumb{flex:0 0 76px;width:76px;min-width:76px;padding:5px;overflow:hidden!important;scroll-snap-align:start}}@media(max-width:360px){.tk-thumb{flex-basis:68px;width:68px;min-width:68px}}@media(prefers-reduced-motion:reduce){.tk-pdp__main{scroll-behavior:auto}}html.tk-menu-open,html.tk-menu-open body{overflow:hidden}.tk-menu-toggle{display:grid}.tk-mobile-menu-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:159;display:block;visibility:hidden;opacity:0;pointer-events:none;background:#0e172975;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);overscroll-behavior:contain;touch-action:none;transition:opacity .22s ease,visibility .22s ease}.tk-mobile-menu-overlay.is-open{visibility:visible;opacity:1;pointer-events:auto}.tk-mobile-menu{position:fixed;inset:0 0 0 auto;z-index:160;display:flex;visibility:hidden;width:min(90vw,410px);max-width:100%;flex-direction:column;background:var(--tk-bg);color:var(--tk-fg);box-shadow:-24px 0 60px #0e172933;transform:translate(100%);transition:transform .28s cubic-bezier(.4,0,.2,1),visibility .28s ease}.tk-mobile-menu.is-open{visibility:visible;transform:translate(0)}.tk-mobile-menu__head{display:flex;min-height:66px;align-items:center;justify-content:space-between;padding:max(14px,env(safe-area-inset-top)) 18px 12px;border-bottom:1px solid var(--tk-line)}.tk-mobile-menu__head strong{color:var(--tk-navy);font-family:var(--tk-font-display);font-size:22px;line-height:1;letter-spacing:0}.tk-mobile-menu__close{width:40px;height:40px;display:grid;place-items:center;border-radius:50%;background:var(--tk-cream-2)}.tk-mobile-menu__body{flex:1 1 auto;overflow-y:auto;overscroll-behavior:contain;padding:8px 18px 24px}.tk-mobile-menu__section{display:grid}.tk-mobile-menu__section+.tk-mobile-menu__section{margin-top:22px}.tk-mobile-menu__label{padding:14px 0 7px;color:var(--tk-muted);font-size:10px;font-weight:800;line-height:1.2;letter-spacing:0;text-transform:uppercase}.tk-mobile-menu__section>a,.tk-mobile-menu__submenu>summary{min-height:46px;display:flex;align-items:center;gap:12px;padding:10px 2px;border-bottom:1px solid var(--tk-line);color:var(--tk-navy);font-size:15px;font-weight:700;line-height:1.25;letter-spacing:0}.tk-mobile-menu__section>a>span{width:24px;flex:0 0 24px;color:var(--tk-accent);font-size:10px;font-weight:850}.tk-mobile-menu__section a[aria-current=page]{color:var(--tk-accent)}.tk-mobile-menu__submenu{border-bottom:1px solid var(--tk-line)}.tk-mobile-menu__submenu>summary{justify-content:space-between;border-bottom:0;cursor:pointer;list-style:none}.tk-mobile-menu__submenu>summary::-webkit-details-marker{display:none}.tk-mobile-menu__submenu>summary svg{flex:0 0 auto;transition:transform .18s ease}.tk-mobile-menu__submenu[open]>summary svg{transform:rotate(180deg)}.tk-mobile-menu__submenu>div{display:grid;padding:0 0 8px 20px}.tk-mobile-menu__submenu>div a{min-height:40px;display:flex;align-items:center;padding:7px 0;color:var(--tk-muted);font-size:14px;line-height:1.3}.tk-mobile-menu__legal-nav{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:14px}.tk-mobile-menu__legal-nav .tk-mobile-menu__label{grid-column:1 / -1}.tk-mobile-menu__legal-nav>a{min-width:0;min-height:42px;padding:8px 2px;font-size:13px;font-weight:650;overflow-wrap:anywhere}.tk-mobile-menu__foot{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding:12px 18px max(14px,env(safe-area-inset-bottom));border-top:1px solid var(--tk-line);background:var(--tk-cream-2)}.tk-mobile-menu__foot a{min-height:44px;display:flex;align-items:center;justify-content:center;gap:8px;padding:8px 10px;border:1px solid var(--tk-line);border-radius:8px;background:var(--tk-card);color:var(--tk-navy);font-size:13px;font-weight:700}@media(max-width:760px){.tk-mobile-menu{width:min(88vw,360px)}.tk-mobile-menu__head{min-height:62px;padding-right:16px;padding-left:16px}.tk-mobile-menu__body{padding-right:16px;padding-left:16px}.tk-mobile-menu__legal-nav{column-gap:10px}.tk-mobile-menu__legal-nav>a{font-size:12.5px}.tk-mobile-menu__foot{padding-right:16px;padding-left:16px}}@media(prefers-reduced-motion:reduce){.tk-mobile-menu,.tk-mobile-menu-overlay{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/108/assets/theme.css.map */
