.hco-body.home #content,.hco-body.home .ast-container,.hco-body.home .entry-content{padding:0;max-width:none}.hco-body.home .entry-content>*{max-width:none}.hco-eyebrow-tag{display:inline-block;font-size:var(--hco-text-xs);font-weight:var(--hco-fw-semibold);letter-spacing:.12em;text-transform:uppercase;color:var(--hco-brand);margin-bottom:var(--hco-space-2)}.hco-hero{background:linear-gradient(135deg,#fff 0%,#fef5f5 50%,#fef0f0 100%);position:relative;overflow:hidden;padding:var(--hco-space-8) 0}.hco-hero::before{content:'';position:absolute;top:-200px;right:-200px;width:600px;height:600px;background:radial-gradient(circle,rgb(153 0 0 / .06) 0%,#fff0 70%);border-radius:50%;pointer-events:none}.hco-hero__inner{display:grid;grid-template-columns:1.1fr 1fr;gap:var(--hco-space-7);align-items:center;position:relative;z-index:1}@media (max-width:920px){.hco-hero{padding:var(--hco-space-6) 0}.hco-hero__inner{grid-template-columns:1fr;gap:var(--hco-space-5);text-align:center}}.hco-hero__eyebrow{display:inline-block;font-size:var(--hco-text-xs);font-weight:var(--hco-fw-bold);letter-spacing:.18em;text-transform:uppercase;color:var(--hco-brand);margin-bottom:var(--hco-space-3)}.hco-hero__title{font-size:var(--hco-text-5xl);font-weight:var(--hco-fw-extra);letter-spacing:-.02em;line-height:1;margin:0 0 var(--hco-space-4)}.hco-hero__title-accent{display:block;background:linear-gradient(90deg,var(--hco-brand) 0%,var(--hco-brand-700) 100%);-webkit-background-clip:text;background-clip:text;color:#fff0;margin-top:var(--hco-space-1)}.hco-hero__lead{font-size:var(--hco-text-lg);color:var(--hco-text-muted);line-height:1.7;max-width:580px;margin:0 0 var(--hco-space-5)}.hco-hero__lead a{color:var(--hco-brand);font-weight:var(--hco-fw-semibold)}.hco-hero__cta{display:inline-flex;gap:var(--hco-space-3);flex-wrap:wrap;margin-bottom:var(--hco-space-6)}@media (max-width:920px){.hco-hero__cta{justify-content:center}}.hco-hero__trust{display:grid;grid-template-columns:repeat(3,auto);gap:var(--hco-space-6);padding-top:var(--hco-space-5);border-top:1px solid rgb(153 0 0 / .15)}@media (max-width:920px){.hco-hero__trust{justify-content:center}}@media (max-width:540px){.hco-hero__trust{grid-template-columns:1fr 1fr;gap:var(--hco-space-3)}}.hco-hero__trust>div{display:flex;flex-direction:column}.hco-hero__trust strong{font-size:var(--hco-text-2xl);font-weight:var(--hco-fw-bold);color:var(--hco-heading);line-height:1}.hco-hero__trust span{font-size:var(--hco-text-xs);color:var(--hco-text-muted);margin-top:var(--hco-space-1)}.hco-hero__visual{position:relative;height:480px;display:none}@media (min-width:921px){.hco-hero__visual{display:block}}.hco-hero__product{position:absolute;border-radius:var(--hco-radius-xl);overflow:hidden;box-shadow:var(--hco-shadow-xl);background:var(--hco-bg);transition:transform var(--hco-dur-slow) var(--hco-ease-out)}.hco-hero__product img{width:100%;height:100%;object-fit:cover}.hco-hero__product:hover{transform:translateY(-6px) scale(1.02)}.hco-hero__product--1{width:280px;height:340px;top:20px;right:60px;transform:rotate(4deg);z-index:3}.hco-hero__product--2{width:220px;height:220px;bottom:40px;right:220px;transform:rotate(-6deg);z-index:2}.hco-hero__product--3{width:200px;height:200px;top:100px;right:280px;transform:rotate(8deg);z-index:1}.hco-usp-strip{background:var(--hco-gray-900);color:var(--hco-white);padding:var(--hco-space-3) 0}.hco-usp-strip__list{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;justify-content:space-around;gap:var(--hco-space-4);font-size:var(--hco-text-sm)}.hco-usp-strip__list li{display:inline-flex;align-items:center;gap:var(--hco-space-2)}.hco-usp-strip__list svg{color:var(--hco-success);flex-shrink:0}.hco-product-section{padding:var(--hco-space-7) 0}.hco-product-section:nth-of-type(even){background:var(--hco-bg-alt)}.hco-product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--hco-space-5)}@media (max-width:1024px){.hco-product-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.hco-product-grid{grid-template-columns:repeat(2,1fr);gap:var(--hco-space-3)}}.hco-card{background:var(--hco-bg);border:1px solid var(--hco-border);border-radius:var(--hco-radius-lg);overflow:hidden;transition:transform var(--hco-dur-base) var(--hco-ease),box-shadow var(--hco-dur-base) var(--hco-ease),border-color var(--hco-dur-base) var(--hco-ease);display:flex;flex-direction:column}.hco-card:hover{transform:translateY(-4px);box-shadow:var(--hco-shadow-lg);border-color:var(--hco-brand-100)}.hco-card__media{position:relative;display:block;aspect-ratio:1 / 1;background:var(--hco-bg-alt);overflow:hidden}.hco-card__media img{width:100%;height:100%;object-fit:cover;transition:transform var(--hco-dur-slow) var(--hco-ease-out)}.hco-card:hover .hco-card__media img{transform:scale(1.06)}.hco-card__badges{position:absolute;top:var(--hco-space-2);left:var(--hco-space-2);display:flex;flex-direction:column;gap:var(--hco-space-1);align-items:flex-start}.hco-card__body{padding:var(--hco-space-4);display:flex;flex-direction:column;gap:var(--hco-space-2);flex:1}.hco-card__title{font-size:var(--hco-text-base);font-weight:var(--hco-fw-semibold);line-height:1.4;margin:0;min-height:2.8em;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.hco-card__title a{color:var(--hco-heading)}.hco-card__title a:hover{color:var(--hco-brand)}.hco-card__price{font-weight:var(--hco-fw-bold);color:var(--hco-heading);font-size:var(--hco-text-base)}.hco-card__price del{color:var(--hco-text-muted);font-weight:var(--hco-fw-normal);margin-right:var(--hco-space-2)}.hco-card__price ins{background:#fff0;color:var(--hco-brand);font-weight:var(--hco-fw-bold);text-decoration:none}.hco-card__price .price_save{font-size:var(--hco-text-xs);color:var(--hco-success);margin-top:var(--hco-space-1);font-weight:var(--hco-fw-semibold)}.hco-card .button.add_to_cart_button,.hco-card .button.product_type_simple,.hco-card .button.product_type_variable,.hco-card .button.product_type_grouped,.hco-card a.button{display:inline-flex;align-items:center;justify-content:center;width:100%;background:var(--hco-brand);color:var(--hco-white);border:0;padding:var(--hco-space-3) var(--hco-space-4);border-radius:var(--hco-radius-md);font-weight:var(--hco-fw-semibold);font-size:var(--hco-text-sm);text-decoration:none;transition:background var(--hco-dur-fast);margin-top:auto;text-transform:none}.hco-card .button:hover{background:var(--hco-brand-600);color:var(--hco-white)}.hco-card .added_to_cart{display:none}.hco-brand-story{background:var(--hco-bg-alt)}.hco-brand-story__grid{display:grid;grid-template-columns:1.1fr 1fr;gap:var(--hco-space-7);align-items:center}@media (max-width:920px){.hco-brand-story__grid{grid-template-columns:1fr}}.hco-brand-story__copy h2{font-size:var(--hco-text-3xl)}.hco-brand-story__copy p{font-size:var(--hco-text-base);line-height:1.7;color:var(--hco-text)}.hco-brand-story__visual{display:grid;grid-template-columns:1fr 1fr;gap:var(--hco-space-3)}.hco-stat{background:var(--hco-bg);padding:var(--hco-space-5);border-radius:var(--hco-radius-lg);border:1px solid var(--hco-border);text-align:center}.hco-stat strong{display:block;font-size:var(--hco-text-3xl);font-weight:var(--hco-fw-extra);background:linear-gradient(135deg,var(--hco-brand) 0%,var(--hco-brand-700) 100%);-webkit-background-clip:text;background-clip:text;color:#fff0;line-height:1}.hco-stat span{font-size:var(--hco-text-sm);color:var(--hco-text-muted);margin-top:var(--hco-space-1);display:block}.hco-testimonials{background:var(--hco-bg)}.hco-testimonials__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--hco-space-5);margin-top:var(--hco-space-6)}@media (max-width:920px){.hco-testimonials__grid{grid-template-columns:1fr}}.hco-testimonial{background:var(--hco-bg-alt);padding:var(--hco-space-5);border-radius:var(--hco-radius-lg);margin:0;border:1px solid var(--hco-border)}.hco-testimonial__stars{color:#f59f0b;font-size:var(--hco-text-base);letter-spacing:2px;margin-bottom:var(--hco-space-3)}.hco-testimonial blockquote{font-size:var(--hco-text-base);line-height:1.7;color:var(--hco-text);margin:0 0 var(--hco-space-3);font-style:italic}.hco-testimonial figcaption{font-size:var(--hco-text-sm);color:var(--hco-text-muted)}.hco-testimonial figcaption strong{color:var(--hco-heading);display:block}.hco-bottom-cta{background:linear-gradient(135deg,var(--hco-brand) 0%,var(--hco-brand-700) 100%);color:var(--hco-white);padding:var(--hco-space-7) 0;position:relative;overflow:hidden}.hco-bottom-cta::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background-image:radial-gradient(circle at 80% 20%,rgb(255 255 255 / .08) 0%,#fff0 60%);pointer-events:none}.hco-bottom-cta__inner{display:flex;align-items:center;justify-content:space-between;gap:var(--hco-space-5);flex-wrap:wrap;position:relative;z-index:1}.hco-bottom-cta h2{color:var(--hco-white);font-size:var(--hco-text-3xl);margin-bottom:var(--hco-space-2)}.hco-bottom-cta p{margin:0;font-size:var(--hco-text-lg);opacity:.9}.hco-bottom-cta__actions{display:inline-flex;gap:var(--hco-space-3);flex-wrap:wrap}.hco-bottom-cta .hco-btn--primary{background:var(--hco-white);color:var(--hco-brand);border-color:var(--hco-white)}.hco-bottom-cta .hco-btn--primary:hover{background:var(--hco-gray-100);color:var(--hco-brand)}