:root{--site-max-width: 1260px;--section-space: clamp(4.75rem, 8vw, 7rem);--section-space-compact: clamp(3.5rem, 6vw, 5rem);--radius-card: 26px;--radius-panel: 20px;--radius-pill: 999px;--shadow-soft: 0 28px 60px -40px var(--shadow-color);--shadow-strong: 0 36px 80px -46px var(--shadow-color)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font-body-family, "Inter", system-ui, sans-serif);background-color:var(--bg-primary);color:var(--text-primary);min-height:100vh;overflow-x:hidden;transition:background-color .35s ease,color .35s ease;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}body:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;background:radial-gradient(circle at 8% 10%,var(--page-orb-1, rgba(198, 155, 109, .12)) 0%,transparent 26%),radial-gradient(circle at 88% 14%,var(--page-orb-2, rgba(86, 57, 34, .08)) 0%,transparent 28%),radial-gradient(circle at 52% 84%,var(--page-orb-3, rgba(255, 244, 227, .12)) 0%,transparent 32%);z-index:-2}.gradient-background{background:linear-gradient(180deg,transparent 0%,transparent 22%,var(--bg-secondary) 100%),var(--page-gradient, linear-gradient(180deg, var(--bg-primary) 0%, var(--bg-primary) 100%))!important}a{color:inherit;text-decoration:none;transition:color .2s ease,opacity .2s ease,transform .2s ease}img,svg{display:block;max-width:100%}button,input,textarea,select{font:inherit}.container{max-width:var(--site-max-width);margin:0 auto;padding-left:1.4rem;padding-right:1.4rem}@media(min-width:768px){.container{padding-left:2rem;padding-right:2rem}}.visually-hidden{position:absolute!important;overflow:hidden;width:1px;height:1px;margin:-1px;padding:0;border:0;clip:rect(0 0 0 0);word-wrap:normal!important}.skip-to-content-link{position:absolute;z-index:9999;padding:1rem 1.25rem;background:var(--accent-primary);color:var(--button-text, #fffaf4);border-radius:0 0 var(--radius-panel) 0;transform:translateY(-115%);transition:transform .25s ease}.skip-to-content-link:focus{transform:translateY(0)}.site-section{position:relative;padding:var(--section-space) 0}.site-section--compact{padding:var(--section-space-compact) 0}.site-section--alt{background:linear-gradient(180deg,transparent 0%,var(--bg-secondary) 100%)}.site-section--inset:before{content:"";position:absolute;top:1.5rem;right:1rem;bottom:1.5rem;left:1rem;border-radius:calc(var(--radius-card) + 8px);background:linear-gradient(180deg,rgba(255,255,255,.08),transparent 28%);border:1px solid var(--border-color);pointer-events:none}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:1.5rem;margin-bottom:clamp(2rem,4vw,3rem)}.section-heading--center{flex-direction:column;align-items:center;text-align:center}.section-heading__content{max-width:44rem}.section-eyebrow{display:inline-flex;align-items:center;gap:.55rem;padding:.55rem .95rem;margin-bottom:1rem;border-radius:var(--radius-pill);background:var(--accent-soft);border:1px solid var(--border-color);color:var(--accent-strong, var(--accent-primary));font-size:.75rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase}.section-eyebrow:before{content:"";width:.5rem;height:.5rem;border-radius:50%;background:currentColor;box-shadow:0 0 0 .35rem var(--accent-soft)}.section-title{font-family:var(--font-heading-family, "Poppins", sans-serif);font-size:clamp(2rem,4vw,3.4rem);line-height:.98;letter-spacing:-.04em;color:var(--text-primary)}.section-copy{margin-top:1rem;font-size:clamp(1rem,1.4vw,1.1rem);line-height:1.8;color:var(--text-secondary)}.section-actions{display:flex;flex-wrap:wrap;align-items:center;gap:.9rem}.site-button{display:inline-flex;align-items:center;justify-content:center;gap:.65rem;min-height:3.4rem;padding:.95rem 1.5rem;border-radius:var(--radius-pill);border:1px solid transparent;background:linear-gradient(135deg,var(--accent-primary),var(--accent-hover));color:var(--button-text, #fffaf4);font-size:.95rem;font-weight:700;line-height:1.2;letter-spacing:.02em;box-shadow:var(--shadow-soft);transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease,background .25s ease;cursor:pointer}.site-button:hover{transform:translateY(-2px);box-shadow:var(--shadow-strong)}.site-button--secondary{background:var(--bg-elevated, var(--card-bg));color:var(--text-primary);border-color:var(--border-color);box-shadow:none}.site-button--secondary:hover{border-color:var(--accent-primary);color:var(--accent-primary)}.site-link-cta{display:inline-flex;align-items:center;gap:.55rem;color:var(--accent-strong, var(--accent-primary));font-weight:700}.site-link-cta:after{content:"->";transition:transform .2s ease}.site-link-cta:hover:after{transform:translate(3px)}.surface-card,.shop-surface,.article-card,.product-card{background:var(--card-bg);border:1px solid var(--card-border, var(--border-color));border-radius:var(--radius-card);box-shadow:var(--shadow-soft)}.surface-card,.shop-surface{position:relative;overflow:hidden}.surface-card:before,.shop-surface:before,.article-card:before,.product-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,var(--surface-highlight, rgba(255, 255, 255, .16)) 0%,transparent 32%);pointer-events:none}.site-badge{display:inline-flex;align-items:center;gap:.45rem;padding:.4rem .75rem;border-radius:var(--radius-pill);border:1px solid var(--border-color);background:var(--bg-elevated, var(--card-bg));color:var(--text-secondary);font-size:.76rem;font-weight:600}.site-badge--accent{background:var(--accent-soft);color:var(--accent-strong, var(--accent-primary))}.site-empty-state{padding:2rem;text-align:center;color:var(--text-secondary)}.site-empty-state p+a{margin-top:1rem}.catalog-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem}.catalog-grid--products{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.catalog-carousel{position:relative}.catalog-carousel__track{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(272px,1fr);gap:1.25rem;overflow-x:auto;padding:.35rem .15rem .85rem;scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:none}.catalog-carousel__track::-webkit-scrollbar{display:none}.catalog-carousel__item{scroll-snap-align:start}.catalog-carousel__control{position:absolute;top:calc(50% - 1rem);display:inline-flex;align-items:center;justify-content:center;width:3.25rem;height:3.25rem;border-radius:50%;border:1px solid var(--border-color);background:var(--bg-elevated, var(--card-bg));color:var(--text-primary);box-shadow:var(--shadow-soft);z-index:2}.catalog-carousel__control:hover{color:var(--accent-primary);border-color:var(--accent-primary)}.catalog-carousel__control--prev{left:-.8rem}.catalog-carousel__control--next{right:-.8rem}.article-card{position:relative;overflow:hidden;height:100%;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.article-card:hover,.surface-card:hover,.shop-surface:hover,.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-strong);border-color:var(--accent-primary)}.article-card__media{aspect-ratio:16 / 10;overflow:hidden;background:var(--bg-secondary)}.article-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease,filter .6s ease}.article-card:hover .article-card__media img{transform:scale(1.05);filter:saturate(1.05)}.article-card__body{position:relative;padding:1.5rem}.article-card__date{display:inline-flex;margin-bottom:.9rem;color:var(--text-muted);font-size:.82rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase}.article-card__title{font-size:1.3rem;line-height:1.2;margin-bottom:.75rem;color:var(--text-primary)}.article-card__excerpt{color:var(--text-secondary);line-height:1.75}.product-card{position:relative;overflow:hidden;height:100%;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.product-card__link{display:flex;flex-direction:column;min-width:0;color:inherit;height:100%}.product-card__media{position:relative;aspect-ratio:1 / 1;overflow:hidden;background:radial-gradient(circle at top left,var(--accent-soft),transparent 45%),var(--bg-secondary)}.product-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .7s cubic-bezier(.2,.8,.2,1),filter .7s ease}.product-card:hover .product-card__media img{transform:scale(1.06);filter:saturate(1.04) contrast(1.03)}.product-card__badges{position:absolute;top:1rem;left:1rem;right:1rem;display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;z-index:1}.product-card__body{position:relative;display:flex;flex-direction:column;flex:1;min-width:0;gap:.85rem;padding:1.45rem}.product-card__eyebrow{font-size:.82rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--text-muted)}.product-card__title{font-size:1.24rem;line-height:1.2;color:var(--text-primary);overflow-wrap:anywhere}.product-card__description{color:var(--text-secondary);line-height:1.7;font-size:.97rem;overflow-wrap:anywhere}.product-card__footer{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;margin-top:auto}.product-card__price{display:flex;flex-wrap:wrap;align-items:baseline;gap:.4rem .65rem}.product-card__price-current{font-size:1.35rem;font-weight:700;color:var(--text-primary)}.product-card__price-compare{font-size:.95rem;color:var(--text-muted);text-decoration:line-through}.product-card__cta{display:inline-flex;align-items:center;gap:.4rem;color:var(--accent-strong, var(--accent-primary));font-weight:700;white-space:nowrap}.prose{line-height:1.8;font-size:1.05rem}.prose h1,.prose h2,.prose h3,.prose h4{color:var(--text-primary);margin-top:2.5rem;margin-bottom:1rem;font-weight:700;line-height:1.15}.prose h1{font-size:2.5rem}.prose h2{font-size:2rem;border-bottom:1px solid var(--border-color);padding-bottom:.5rem}.prose h3{font-size:1.45rem}.prose p{margin-bottom:1.4rem;color:var(--text-secondary)}.prose ul,.prose ol{margin-top:1.25rem;margin-bottom:1.25rem;padding-left:1.75rem;color:var(--text-secondary)}.prose ul{list-style-type:disc}.prose ol{list-style-type:decimal}.prose li{margin-bottom:.75rem;padding-left:.35rem}.prose strong{color:var(--text-primary);font-weight:700}.prose blockquote{border-left:4px solid var(--accent-primary);padding-left:1.5rem;font-style:italic;margin:2rem 0;color:var(--text-muted)}.animate-float{animation:float 6s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-20px) rotate(180deg)}}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:var(--bg-secondary)}::-webkit-scrollbar-thumb{background:var(--accent-primary);border-radius:999px}::-webkit-scrollbar-thumb:hover{background:var(--accent-hover)}*:focus-visible{outline:2px solid var(--accent-primary);outline-offset:3px}::selection{background:var(--accent-primary);color:var(--button-text, #fffaf4)}@media(max-width:1024px){.section-heading{align-items:flex-start;flex-direction:column}.catalog-carousel__control--prev{left:-.3rem}.catalog-carousel__control--next{right:-.3rem}}@media(max-width:768px){:root{--radius-card: 22px;--radius-panel: 18px}.site-section{padding:var(--section-space-compact) 0}.site-section--inset:before{top:1rem;right:.6rem;bottom:1rem;left:.6rem}.catalog-grid{gap:1rem}.catalog-grid--products{grid-template-columns:repeat(2,minmax(0,1fr))}.catalog-carousel__track{grid-auto-columns:minmax(188px,68vw);gap:1rem;padding-bottom:.7rem}.catalog-carousel__control{display:none}.product-card__badges{top:.75rem;left:.75rem;right:.75rem;gap:.5rem}.product-card__body,.article-card__body{padding:1.1rem}.product-card__title{font-size:1.08rem;line-height:1.24}.product-card__description{font-size:.9rem;line-height:1.6;display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:3}.product-card__price-current{font-size:1.12rem}}@media(max-width:640px){.section-title{font-size:clamp(1.8rem,10vw,2.5rem)}.section-copy{font-size:.98rem}.catalog-grid--products{gap:.85rem}.catalog-carousel__track{grid-auto-columns:minmax(170px,70vw);gap:.85rem}.product-card__body,.article-card__body{padding:1rem}.product-card__title{font-size:.98rem}.product-card__description{font-size:.84rem;line-height:1.55;-webkit-line-clamp:2}.product-card__price-current{font-size:1.02rem}.product-card__footer{flex-direction:column;align-items:flex-start;gap:.5rem}.product-card__cta{font-size:.86rem}.site-badge{padding:.32rem .55rem;font-size:.68rem}}@media(max-width:480px){.catalog-grid--products{grid-template-columns:1fr}.product-card__title{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:3}}
/*# sourceMappingURL=/cdn/shop/t/26/assets/base.css.map */
