@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;1,300;1,400&family=Inter:wght@300;400;500;600&display=swap";.ky-hero *,.ky-hero *:before,.ky-hero *:after{box-sizing:border-box;margin:0;padding:0}.ky-hero{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background:#0a0a0b;position:relative;overflow:hidden;width:100%;min-height:100vh;display:flex;flex-direction:column}.ky-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none}.ky-hero__bg-radial{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 55% 65% at 72% 50%,rgba(155,118,40,.1) 0%,transparent 65%),radial-gradient(ellipse 80% 25% at 50% 100%,rgba(100,75,20,.08) 0%,transparent 60%)}.ky-hero__bg-grid{position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(180,148,55,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(180,148,55,.025) 1px,transparent 1px);background-size:58px 58px;-webkit-mask-image:radial-gradient(ellipse 80% 80% at 50% 50%,black 20%,transparent 70%);mask-image:radial-gradient(ellipse 80% 80% at 50% 50%,black 20%,transparent 70%)}.ky-hero__bg-shimmer{position:absolute;left:0;right:0;height:1px;background:linear-gradient(to right,transparent 0%,rgba(180,148,55,.12) 20%,rgba(215,172,68,.55) 50%,rgba(180,148,55,.12) 80%,transparent 100%);animation:ky-shimmer 5.5s ease-in-out infinite;z-index:2}.ky-hero__particles{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.ky-hero__inner{position:relative;z-index:5;flex:1;display:grid;grid-template-columns:1fr 1fr;max-width:1440px;width:100%;margin:0 auto;padding:0 60px;min-height:calc(100vh - 80px);align-items:center;gap:40px}.ky-hero__inner:before{content:"";position:absolute;top:12%;bottom:12%;left:50%;width:1px;background:linear-gradient(to bottom,transparent,rgba(180,148,55,.14) 25%,rgba(180,148,55,.14) 75%,transparent);pointer-events:none}.ky-hero__content{display:flex;flex-direction:column;align-items:flex-start;padding:80px 40px 80px 0}.ky-hero__badge{display:inline-flex;align-items:center;gap:8px;background:#b4943712;border:.5px solid rgba(180,148,55,.22);border-radius:100px;padding:7px 16px;margin-bottom:32px}.ky-hero__badge-dot{width:6px;height:6px;border-radius:50%;background:#c8a040;flex-shrink:0;animation:ky-pulse-dot 2.2s ease-in-out infinite}.ky-hero__badge-text{font-size:10px;font-weight:500;letter-spacing:.2em;text-transform:uppercase;color:#c8a040}.ky-hero__logos{display:flex;flex-direction:column;align-items:flex-start;gap:4px;margin-bottom:8px}.ky-hero__logo-symbol{width:70px;height:70px;object-fit:contain;object-position:left center;filter:drop-shadow(0 0 20px rgba(180,148,55,.42)) drop-shadow(0 2px 8px rgba(0,0,0,.55));display:block}.ky-hero__logo-wordmark{height:34px;width:auto;max-width:220px;object-fit:contain;object-position:left center;filter:drop-shadow(0 0 12px rgba(180,148,55,.24));display:block}.ky-hero__text{margin-top:20px;margin-bottom:16px}.ky-hero__headline{font-family:Cormorant Garamond,Georgia,serif;font-size:clamp(36px,4.5vw,56px);font-weight:300;line-height:1.08;letter-spacing:-.01em;color:#f0e8d5}.ky-hero__headline em{font-style:italic;font-weight:400;background:linear-gradient(135deg,#c8a040,#eec860 45%,#a87830);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.ky-hero__sub{font-size:13px;font-weight:300;color:#f0e8d56b;line-height:1.85;letter-spacing:.04em;margin-top:14px;max-width:340px}.ky-hero__cta-row{display:flex;gap:10px;flex-wrap:wrap;margin-top:34px;margin-bottom:36px}.ky-hero__btn{font-family:Inter,sans-serif;font-size:11px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;text-decoration:none;display:inline-flex;align-items:center;gap:8px;padding:14px 28px;border-radius:2px;cursor:pointer;transition:transform .35s cubic-bezier(.23,1,.32,1),box-shadow .35s cubic-bezier(.23,1,.32,1);border:none;line-height:1}.ky-hero__btn--primary{background:linear-gradient(135deg,#c5a040,#e8c860,#b08830);color:#0a0a0b}.ky-hero__btn--primary:hover{transform:translateY(-2px);box-shadow:0 10px 38px #b4943773}.ky-hero__btn--secondary{background:transparent;color:#b49437b3;border:.5px solid rgba(180,148,55,.22)}.ky-hero__btn--secondary:hover{border-color:#b4943799;color:#c8a040;background:#b494370f}.ky-hero__trust{list-style:none;display:grid;grid-template-columns:1fr 1fr;gap:10px 22px}.ky-hero__trust-item{display:flex;align-items:center;gap:8px;font-size:11px;letter-spacing:.04em;color:#f0e8d561}.ky-hero__trust-check{width:16px;height:16px;border-radius:50%;border:.5px solid rgba(180,148,55,.3);display:flex;align-items:center;justify-content:center;flex-shrink:0}.ky-hero__visual{position:relative;display:flex;align-items:center;justify-content:center;height:100%;min-height:520px}.ky-hero__spotlight{position:absolute;top:-8%;left:50%;transform:translate(-50%);width:320px;height:400px;background:radial-gradient(ellipse 50% 70% at 50% 0,rgba(220,185,95,.13) 0%,transparent 70%);pointer-events:none;z-index:1}.ky-hero__product-wrap{position:relative;z-index:3;display:flex;align-items:center;justify-content:center;opacity:0;transform:translateY(28px) scale(.96);transition:opacity 1.2s cubic-bezier(.23,1,.32,1),transform 1.2s cubic-bezier(.23,1,.32,1)}.ky-hero__product-wrap.is-visible{opacity:1;transform:translateY(0) scale(1)}.ky-hero__product-wrap.is-floating{animation:ky-float 6s ease-in-out infinite}.ky-hero__product-frame{position:relative;max-width:340px;width:100%}.ky-hero__product-img{width:100%;height:auto;display:block;object-fit:contain;filter:drop-shadow(-8px 16px 48px rgba(0,0,0,.72)) drop-shadow(0 0 70px rgba(155,118,38,.16))}.ky-hero__product-shadow{position:absolute;bottom:-22px;left:50%;transform:translate(-50%);width:55%;height:20px;background:radial-gradient(ellipse,rgba(155,115,38,.32) 0%,transparent 70%);border-radius:50%;filter:blur(5px);animation:ky-shadow 6s ease-in-out infinite}.ky-hero__product-glow{position:absolute;top:-20%;right:-15%;bottom:-20%;left:-15%;background:radial-gradient(ellipse 60% 60% at 50% 55%,rgba(155,118,38,.08) 0%,transparent 65%);pointer-events:none;z-index:0}.ky-hero__specs{list-style:none;position:absolute;right:0;top:50%;transform:translateY(-50%);display:flex;flex-direction:column;gap:10px;z-index:6}.ky-hero__spec-pill{background:#0a0a0bcc;border:.5px solid rgba(180,148,55,.18);border-radius:8px;padding:10px 14px;min-width:112px;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);display:flex;flex-direction:column;gap:3px;opacity:0;transform:translate(16px);transition:opacity .7s cubic-bezier(.23,1,.32,1),transform .7s cubic-bezier(.23,1,.32,1)}.ky-hero__spec-pill.is-visible{opacity:1;transform:translate(0)}.ky-hero__spec-label{font-size:9px;letter-spacing:.14em;text-transform:uppercase;color:#b4943761;display:block}.ky-hero__spec-value{font-size:13px;font-weight:500;color:#f0e8d5d1;letter-spacing:-.01em;display:block}.ky-hero__footer{position:relative;z-index:6;display:flex;align-items:center;justify-content:space-between;padding:0 80px 28px;height:80px}.ky-hero__scroll-cue{display:flex;align-items:center;gap:10px}.ky-hero__scroll-line{width:36px;height:1px;background:#b4943733;position:relative;overflow:hidden}.ky-hero__scroll-line:after{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:#c8a040;animation:ky-scroll-sweep 2.5s ease-in-out infinite}.ky-hero__scroll-text{font-size:9px;letter-spacing:.22em;text-transform:uppercase;color:#b4943742}.ky-hero__footer-note{font-size:9px;letter-spacing:.22em;text-transform:uppercase;color:#b4943733}[data-ky-item]{opacity:0;transform:translateY(16px);transition:opacity .9s cubic-bezier(.23,1,.32,1),transform .9s cubic-bezier(.23,1,.32,1)}[data-ky-item].is-visible{opacity:1;transform:translateY(0)}@keyframes ky-float{0%,to{transform:translateY(0) rotate(-1deg)}50%{transform:translateY(-16px) rotate(.5deg)}}@keyframes ky-shadow{0%,to{transform:translate(-50%) scaleX(1);opacity:.65}50%{transform:translate(-50%) scaleX(.68);opacity:.28}}@keyframes ky-shimmer{0%{top:-5%;opacity:0}12%{opacity:1}88%{opacity:1}to{top:105%;opacity:0}}@keyframes ky-scroll-sweep{0%{left:-100%}50%{left:0%}to{left:100%}}@keyframes ky-pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.8)}}@media screen and (max-width:1024px){.ky-hero__inner{padding:0 40px;gap:24px}.ky-hero__content{padding:60px 24px 60px 0}.ky-hero__headline{font-size:clamp(32px,4vw,44px)}}@media screen and (max-width:749px){.ky-hero{min-height:auto!important;height:auto!important;overflow:visible!important}.ky-hero__inner{grid-template-columns:1fr!important;display:flex!important;flex-direction:column!important;padding:calc(var(--header-height, 64px) + 8px) 20px 20px!important;min-height:auto!important;gap:0!important;align-items:flex-start!important;position:relative!important}.ky-hero__inner:before{display:none!important}.ky-hero__bg{position:fixed!important;pointer-events:none!important;z-index:0!important}.ky-hero__bg{position:absolute!important}.ky-hero__visual{order:-1!important;height:auto!important;min-height:auto!important;max-height:260px!important;padding:12px 0 8px!important;display:flex!important;align-items:center!important;justify-content:center!important}.ky-hero__product-frame{max-width:160px!important}.ky-hero__product-img{max-height:240px!important;object-fit:contain!important}.ky-hero__spotlight,.ky-hero__product-shadow,.ky-hero__product-glow,.ky-hero__specs{display:none!important}.ky-hero__content{order:1!important;padding:8px 0 20px!important;align-items:flex-start!important;display:flex!important;flex-direction:column!important}.ky-hero__badge{margin-bottom:12px!important;padding:5px 12px!important}.ky-hero__badge-text{font-size:9px!important}.ky-hero__logos{margin-bottom:4px!important}.ky-hero__logo-symbol{width:44px!important;height:44px!important}.ky-hero__logo-wordmark{height:22px!important}.ky-hero__text{margin-top:10px!important;margin-bottom:10px!important}.ky-hero__headline{font-size:26px!important;line-height:1.12!important}.ky-hero__sub{font-size:12px!important;max-width:100%!important;color:#f0e8d58c!important}.ky-hero__cta-row{margin-top:14px!important;margin-bottom:14px!important;gap:8px!important;width:100%!important}.ky-hero__btn{flex:1!important;justify-content:center!important;padding:11px 10px!important;font-size:10px!important}.ky-hero__trust{grid-template-columns:1fr 1fr!important;gap:7px 10px!important}.ky-hero__trust-item{font-size:10px!important}.ky-hero__footer{display:none!important}.section--height-full-screen{--section-min-height: auto !important;min-height:auto!important}}@media screen and (max-width:380px){.ky-hero__headline{font-size:22px!important}.ky-hero__visual{max-height:210px!important}.ky-hero__product-frame{max-width:140px!important}}header-component,.header-wrapper,.header,.site-header{background:#0a0a0b!important;border-bottom:.5px solid rgba(180,148,55,.1)!important}.header__heading,.header__heading a,.header__heading-link,.header__menu-item,.header__menu-item a,.header__icon,.header__icon svg{color:#f0e8d5!important}.header__icon svg path,.header__icon svg circle{stroke:#f0e8d5!important;fill:none}.cart-count-bubble{background:#c8a040!important;color:#0a0a0b!important}.predictive-search,.search-modal{background:#0a0a0b!important;color:#f0e8d5!important}.predictive-search input,.search-modal input{background:#ffffff0a!important;color:#f0e8d5!important;border-color:#b4943733!important}.predictive-search input::placeholder,.search-modal input::placeholder{color:#f0e8d54d!important}.predictive-search__item-link,.predictive-search__item{color:#f0e8d5!important}.predictive-search__item:hover{background:#b494370f!important}.menu-drawer,[id*=menu-drawer],details-modal .drawer{background:#0a0a0b!important;color:#f0e8d5!important}.menu-drawer a,.menu-drawer button,.menu-drawer span,[id*=menu-drawer] a,[id*=menu-drawer] button{color:#f0e8d5!important}
/*# sourceMappingURL=/cdn/shop/t/11/assets/kyarna-hero.css.map */
