:root{--hr-cream: #faf3e6;--hr-cream-soft: #fdf9f0;--hr-cream-deep: #f3e8d3;--hr-white: #ffffff;--hr-dark: #3a2d1f;--hr-dark-soft: #5a4633;--hr-text: #2b2218;--hr-text-muted: #7a6750;--hr-gold: #c9a86a;--hr-gold-deep: #a88a4d;--hr-gold-light: #e2c993;--hr-gold-soft: rgba(201, 168, 106, .12);--hr-line: rgba(201, 168, 106, .32);--hr-line-soft: rgba(122, 103, 80, .14);--hr-shadow-warm: 0 22px 55px -28px rgba(91, 70, 51, .35);--hr-shadow-card: 0 10px 32px -16px rgba(91, 70, 51, .22);--hr-shadow-hover: 0 28px 60px -22px rgba(91, 70, 51, .32);--hr-radius: 14px;--hr-radius-lg: 22px;--hr-radius-card: 18px;--hr-max: 1240px;--hr-pad-x: clamp(20px, 5vw, 56px);--hr-pad-y: clamp(56px, 8vw, 96px);--hr-gap: clamp(18px, 3vw, 32px);--hr-easing: cubic-bezier(.2, .7, .2, 1);--hr-grad-gold: linear-gradient(135deg, #e2c993 0%, #c9a86a 50%, #a88a4d 100%)}.hr-wrap{max-width:var(--hr-max);margin:0 auto;padding:var(--hr-pad-y) var(--hr-pad-x)}.hr-eyebrow{display:inline-block;font-size:12px;letter-spacing:.18em;text-transform:uppercase;color:var(--hr-gold-deep);font-weight:600;margin-bottom:14px}.hr-title{font-family:inherit;font-weight:700;font-size:clamp(28px,4.4vw,48px);line-height:1.08;letter-spacing:-.02em;color:var(--hr-text);margin:0 0 14px}.hr-title em{font-style:italic;color:var(--hr-gold-deep);font-weight:600}.hr-lead{font-size:clamp(15px,1.6vw,17px);line-height:1.65;color:var(--hr-text-muted);max-width:60ch;margin:0 0 28px}.hr-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:52px;padding:0 28px;border-radius:999px;font-weight:600;font-size:15px;letter-spacing:.02em;text-decoration:none!important;border:1px solid transparent;transition:transform .25s var(--hr-easing),box-shadow .25s var(--hr-easing),background .25s var(--hr-easing),color .25s var(--hr-easing);cursor:pointer}.hr-btn--gold{background:var(--hr-gold);color:var(--hr-dark)!important;box-shadow:0 8px 22px -10px #c9a86ad9}.hr-btn--gold:hover{background:var(--hr-gold-deep);transform:translateY(-2px);box-shadow:0 14px 28px -12px #a88a4de6}.hr-btn--ghost{background:transparent;color:var(--hr-text)!important;border-color:var(--hr-line)}.hr-btn--ghost:hover{background:var(--hr-gold-soft);border-color:var(--hr-gold)}.hr-btn--invert{background:var(--hr-gold);color:var(--hr-dark)!important}.hr-btn--invert:hover{background:#d9b67a;transform:translateY(-2px)}.hr-divider{width:56px;height:1px;background:var(--hr-gold);margin:24px auto;position:relative}.hr-divider:before,.hr-divider:after{content:"";position:absolute;top:50%;width:6px;height:6px;background:var(--hr-gold);border-radius:50%;transform:translateY(-50%)}.hr-divider:before{left:-12px}.hr-divider:after{right:-12px}.hr-fade{opacity:0;transform:translateY(28px);transition:opacity .7s var(--hr-easing),transform .7s var(--hr-easing);will-change:opacity,transform}.hr-fade.is-visible{opacity:1;transform:translateY(0)}.hr-stagger>*{opacity:0;transform:translateY(20px);transition:opacity .55s var(--hr-easing),transform .55s var(--hr-easing)}.hr-stagger.is-visible>*{opacity:1;transform:translateY(0)}.hr-stagger.is-visible>*:nth-child(1){transition-delay:0ms}.hr-stagger.is-visible>*:nth-child(2){transition-delay:80ms}.hr-stagger.is-visible>*:nth-child(3){transition-delay:.16s}.hr-stagger.is-visible>*:nth-child(4){transition-delay:.24s}.hr-stagger.is-visible>*:nth-child(5){transition-delay:.32s}.hr-stagger.is-visible>*:nth-child(6){transition-delay:.4s}.hr-stagger.is-visible>*:nth-child(7){transition-delay:.48s}.hr-stagger.is-visible>*:nth-child(8){transition-delay:.56s}@media(prefers-reduced-motion:reduce){.hr-fade,.hr-stagger>*{opacity:1!important;transform:none!important;transition:none!important}.hr-btn{transition:none!important}}.hr-hero{position:relative;background:var(--hr-cream);overflow:hidden}.hr-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.hr-hero__bg img,.hr-hero__video{width:100%;height:100%;object-fit:cover;object-position:center;opacity:.95;display:block}.hr-hero__bg--video{background:var(--hr-cream)}@media(prefers-reduced-motion:reduce){.hr-hero__video{display:none}}.hr-hero__bg--slides{background:var(--hr-dark)}.hr-hero__bg--slides .hr-hero__slide{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;opacity:0;transform:scale(1.05);transform-origin:center center;transition:opacity var(--hr-hero-fade, 1.6s) cubic-bezier(.4,0,.2,1);will-change:opacity,transform;pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden}.hr-hero__bg--slides .hr-hero__slide.is-active{opacity:1;animation:hr-hero-zoom var(--hr-hero-kenburns, 12s) linear forwards}@keyframes hr-hero-zoom{0%{transform:scale(1.05)}to{transform:scale(1.12)}}@media(prefers-reduced-motion:reduce){.hr-hero__bg--slides .hr-hero__slide{transition:none!important;animation:none!important;transform:scale(1)!important}}.hr-hero__bg:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#f5ebdc40,#f5ebdc8c 60%,#f5ebdcd9)}.hr-hero--slides .hr-hero__bg:after,.hr-hero__bg--video:after{background:radial-gradient(ellipse 70% 60% at center,#3a2d1f2e,#3a2d1f14 60%,#3a2d1f38),linear-gradient(180deg,#3a2d1f00,#3a2d1f26)}.hr-hero__bg--video:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.hr-hero__inner{position:relative;z-index:1;max-width:var(--hr-max);margin:0 auto;padding:clamp(80px,12vw,140px) var(--hr-pad-x);text-align:center}.hr-hero__title{font-family:Playfair Display,Cormorant Garamond,Georgia,Times New Roman,serif;font-size:clamp(40px,6.4vw,72px);line-height:1.08;letter-spacing:-.005em;color:var(--hr-text);font-weight:600;margin:0 0 22px;text-wrap:balance}.hr-hero__title em{font-style:italic;color:var(--hr-gold-deep);font-weight:500}.hr-hero__subtitle{font-size:clamp(13px,1.5vw,16px);letter-spacing:.38em;text-transform:uppercase;color:var(--hr-text-muted);margin:0 0 32px;font-weight:500}.hr-hero--slides .hr-hero__title,.hr-hero:has(.hr-hero__bg--video) .hr-hero__title{color:#fff7e8;text-shadow:0 2px 10px rgba(20,12,4,.7),0 1px 2px rgba(20,12,4,.85),0 0 24px rgba(20,12,4,.35)}.hr-hero--slides .hr-hero__title em,.hr-hero:has(.hr-hero__bg--video) .hr-hero__title em{color:var(--hr-gold-light)}.hr-hero--slides .hr-eyebrow,.hr-hero:has(.hr-hero__bg--video) .hr-eyebrow{color:var(--hr-gold-light);text-shadow:0 1px 6px rgba(20,12,4,.8),0 0 14px rgba(20,12,4,.4)}.hr-hero--slides .hr-hero__subtitle,.hr-hero:has(.hr-hero__bg--video) .hr-hero__subtitle{color:#fff7e8f2;text-shadow:0 1px 6px rgba(20,12,4,.75),0 0 14px rgba(20,12,4,.4)}.hr-hero--slides .hr-divider,.hr-hero:has(.hr-hero__bg--video) .hr-divider{filter:drop-shadow(0 1px 3px rgba(20,12,4,.5))}.hr-hero__cta{display:inline-flex}.hr-hero__chips{margin-top:clamp(48px,6vw,72px);display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(14px,2vw,28px);max-width:880px;margin-inline:auto}.hr-chip{display:flex;flex-direction:column;align-items:center;gap:8px;text-align:center;padding:18px 12px;background:#ffffff73;border:1px solid var(--hr-line);border-radius:var(--hr-radius);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.hr-chip__icon{width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;color:var(--hr-gold-deep)}.hr-chip__title{font-weight:700;font-size:13px;letter-spacing:.12em;text-transform:uppercase;color:var(--hr-text)}.hr-chip__sub{font-size:12px;color:var(--hr-text-muted);line-height:1.4}@media(max-width:749px){.hr-hero__chips{grid-template-columns:1fr;gap:12px}.hr-chip{flex-direction:row;text-align:left;padding:14px 16px}.hr-chip__icon{flex-shrink:0}}.hr-mayoristas{background:var(--hr-cream-deep);position:relative;overflow:hidden}.hr-mayoristas:before{content:"";position:absolute;top:-10%;right:-10%;bottom:-10%;left:-10%;background:radial-gradient(circle at 12% 25%,rgba(201,168,106,.2),transparent 34%),radial-gradient(circle at 88% 78%,rgba(201,168,106,.16),transparent 38%);pointer-events:none;animation:hr-may-drift 22s ease-in-out infinite alternate}@keyframes hr-may-drift{0%{transform:translateZ(0) scale(1)}to{transform:translate3d(0,-18px,0) scale(1.04)}}.hr-mayoristas__panel{position:relative;padding:clamp(28px,4.4vw,56px);border:1px solid var(--hr-line);border-radius:var(--hr-radius-lg);background:linear-gradient(160deg,var(--hr-white) 0%,var(--hr-cream-soft) 100%);box-shadow:var(--hr-shadow-warm);overflow:hidden}.hr-mayoristas__panel:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:var(--hr-grad-gold)}.hr-mayoristas__panel:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;opacity:.5;mix-blend-mode:multiply;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.035'/%3E%3C/svg%3E")}.hr-mayoristas__inner{position:relative;z-index:1;display:grid;grid-template-columns:1.25fr 1fr;gap:clamp(28px,5vw,64px);align-items:center}.hr-mayoristas__eyebrow{display:inline-flex;align-items:center;gap:10px;color:var(--hr-gold-deep)}.hr-mayoristas__eyebrow:before{content:"";width:26px;height:1px;background:var(--hr-grad-gold)}.hr-mayoristas__title{font-family:Playfair Display,Cormorant Garamond,Georgia,Times New Roman,serif;font-size:clamp(32px,5vw,54px);color:var(--hr-text)}.hr-mayoristas__title em{color:var(--hr-gold-deep)}.hr-mayoristas__lead{color:var(--hr-text-muted)}.hr-benefits{list-style:none;margin:0 0 28px;padding:0;display:flex;flex-wrap:wrap;gap:10px}.hr-benefit{display:inline-flex;align-items:center;gap:8px;padding:9px 16px 9px 12px;border:1px solid var(--hr-line);border-radius:999px;background:var(--hr-gold-soft);font-size:13.5px;font-weight:500;color:var(--hr-text);transition:transform .25s var(--hr-easing),border-color .25s var(--hr-easing),box-shadow .25s var(--hr-easing),background .25s var(--hr-easing)}.hr-benefit:hover{transform:translateY(-2px);border-color:var(--hr-gold);background:var(--hr-white);box-shadow:var(--hr-shadow-card)}.hr-benefit__check{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:50%;background:var(--hr-grad-gold);color:var(--hr-white);flex-shrink:0}.hr-mayoristas__arrow{transition:transform .25s var(--hr-easing)}.hr-mayoristas__cta:hover .hr-mayoristas__arrow{transform:translate(4px)}.hr-mayoristas__stats{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;padding:clamp(20px,2.4vw,30px) 18px;background:var(--hr-white);border:1px solid var(--hr-line);border-radius:var(--hr-radius-card);box-shadow:var(--hr-shadow-card)}.hr-stat{text-align:center;padding:10px 6px;border-radius:var(--hr-radius);transition:transform .25s var(--hr-easing),background .25s var(--hr-easing)}.hr-stat:hover{transform:translateY(-3px);background:var(--hr-gold-soft)}.hr-stat+.hr-stat{border-left:1px solid var(--hr-line-soft)}.hr-stat__num{display:block;font-size:clamp(28px,3.4vw,40px);font-weight:700;background:var(--hr-grad-gold);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;line-height:1;margin-bottom:8px;letter-spacing:-.02em}.hr-stat__label{font-size:12px;color:var(--hr-text-muted);line-height:1.35;letter-spacing:.02em}@media(max-width:749px){.hr-mayoristas__inner{grid-template-columns:1fr}.hr-mayoristas__stats{grid-template-columns:1fr;padding:18px}.hr-stat{padding:14px 6px}.hr-stat+.hr-stat{border-left:0;border-top:1px solid var(--hr-line-soft)}.hr-mayoristas__cta{width:100%}.hr-benefit{width:100%;justify-content:flex-start}}@media(prefers-reduced-motion:reduce){.hr-mayoristas:before{animation:none}.hr-benefit,.hr-stat,.hr-mayoristas__arrow{transition:none}}.hr-brandwall{background:var(--hr-cream-soft)}.hr-brandwall__head{text-align:center;margin-bottom:clamp(32px,5vw,56px)}.hr-brandwall__grid{display:grid;grid-template-columns:repeat(6,1fr);gap:clamp(16px,2.5vw,32px);align-items:center}.hr-brand-logo{display:flex;align-items:center;justify-content:center;aspect-ratio:3 / 2;padding:18px;background:#fff;border:1px solid rgba(201,168,106,.18);border-radius:var(--hr-radius);transition:transform .3s var(--hr-easing),box-shadow .3s var(--hr-easing),border-color .3s var(--hr-easing)}.hr-brand-logo img{max-width:100%;max-height:60px;filter:grayscale(1) brightness(.85);opacity:.75;transition:filter .35s var(--hr-easing),opacity .35s var(--hr-easing)}.hr-brand-logo:hover{border-color:var(--hr-gold);box-shadow:var(--hr-shadow-card);transform:translateY(-2px)}.hr-brand-logo:hover img{filter:none;opacity:1}@media(max-width:990px){.hr-brandwall__grid{grid-template-columns:repeat(4,1fr)}}@media(max-width:749px){.hr-brandwall__grid{grid-template-columns:repeat(3,1fr);gap:12px}.hr-brand-logo{padding:12px}.hr-brand-logo img{max-height:40px}}@media(max-width:480px){.hr-brandwall__grid{grid-template-columns:repeat(2,1fr)}}.hr-why{background:var(--hr-cream-soft)}.hr-why__head{text-align:center;margin-bottom:clamp(32px,5vw,56px)}.hr-why__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:clamp(18px,2.5vw,28px)}.hr-why-card{position:relative;background:var(--hr-white);border-radius:var(--hr-radius-lg);padding:clamp(28px,3vw,36px) clamp(22px,2.4vw,28px);border:1px solid var(--hr-line-soft);box-shadow:var(--hr-shadow-card);transition:transform .35s var(--hr-easing),box-shadow .35s var(--hr-easing),border-color .35s var(--hr-easing);text-align:left;overflow:hidden}.hr-why-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:var(--hr-grad-gold);transform:scaleX(0);transform-origin:left center;transition:transform .45s var(--hr-easing)}.hr-why-card:after{content:"";position:absolute;top:24px;right:24px;width:80px;height:80px;background:radial-gradient(circle,rgba(201,168,106,.18) 0%,transparent 70%);border-radius:50%;opacity:0;transition:opacity .45s var(--hr-easing);pointer-events:none}.hr-why-card:hover{transform:translateY(-6px);box-shadow:var(--hr-shadow-hover);border-color:var(--hr-line)}.hr-why-card:hover:before{transform:scaleX(1)}.hr-why-card:hover:after{opacity:1}.hr-why-card:hover .hr-why-card__icon{transform:scale(1.08) rotate(-4deg);box-shadow:0 12px 24px -10px #c9a86a8c}.hr-why-card__icon{position:relative;width:64px;height:64px;border-radius:18px;background:var(--hr-grad-gold);color:var(--hr-white);display:inline-flex;align-items:center;justify-content:center;margin-bottom:22px;box-shadow:0 8px 18px -8px #c9a86a8c;transition:transform .4s var(--hr-easing),box-shadow .4s var(--hr-easing)}.hr-why-card__icon:before{content:"";position:absolute;top:4px;right:4px;bottom:4px;left:4px;border-radius:14px;background:linear-gradient(135deg,rgba(255,255,255,.18),transparent 50%);pointer-events:none}.hr-why-card__num{position:absolute;top:24px;right:28px;font-size:56px;font-weight:800;line-height:1;color:var(--hr-gold-soft);letter-spacing:-.04em;font-family:inherit;pointer-events:none}.hr-why-card__title{font-size:19px;font-weight:700;color:var(--hr-text);margin:0 0 10px;letter-spacing:-.01em}.hr-why-card__text{font-size:14.5px;color:var(--hr-text-muted);line-height:1.6;margin:0}.hr-why-card__divider{width:28px;height:2px;background:var(--hr-gold);border-radius:2px;margin:12px 0 14px}@media(max-width:990px){.hr-why__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.hr-why__grid{grid-template-columns:1fr}}.hr-values{background:var(--hr-cream-soft)}.hr-values__inner{display:grid;grid-template-columns:1fr 1fr;gap:clamp(28px,5vw,64px);align-items:center}.hr-values__img{border-radius:var(--hr-radius-lg);overflow:hidden;aspect-ratio:4 / 5;box-shadow:var(--hr-shadow-warm)}.hr-values__img img{width:100%;height:100%;object-fit:cover;display:block}.hr-values__list{display:grid;gap:20px}.hr-value{display:grid;grid-template-columns:44px 1fr;gap:16px;align-items:start}.hr-value__check{width:44px;height:44px;border-radius:12px;background:var(--hr-gold);color:var(--hr-dark);display:flex;align-items:center;justify-content:center;flex-shrink:0}.hr-value__title{font-size:17px;font-weight:700;color:var(--hr-text);margin:0 0 4px}.hr-value__text{font-size:14.5px;color:var(--hr-text-muted);line-height:1.55;margin:0}@media(max-width:749px){.hr-values__inner{grid-template-columns:1fr}.hr-values__img{aspect-ratio:4 / 3}}.hr-faqs{background:var(--hr-cream)}.hr-faqs__inner{display:grid;grid-template-columns:1fr 360px;gap:clamp(32px,5vw,64px);align-items:start}.hr-faqs__list{display:grid;gap:14px}.hr-faq{background:#fff;border:1px solid var(--hr-line);border-radius:var(--hr-radius);overflow:hidden;transition:border-color .25s var(--hr-easing),box-shadow .25s var(--hr-easing)}.hr-faq[open]{border-color:var(--hr-gold);box-shadow:var(--hr-shadow-card)}.hr-faq__q{padding:18px 22px;font-size:15.5px;font-weight:600;color:var(--hr-text);cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center;gap:16px}.hr-faq__q::-webkit-details-marker{display:none}.hr-faq__icon{width:26px;height:26px;border-radius:50%;background:var(--hr-gold-soft);color:var(--hr-gold-deep);display:inline-flex;align-items:center;justify-content:center;font-size:16px;transition:transform .25s var(--hr-easing),background .25s var(--hr-easing);flex-shrink:0}.hr-faq[open] .hr-faq__icon{transform:rotate(45deg);background:var(--hr-gold);color:var(--hr-dark)}.hr-faq__a{padding:0 22px 20px;color:var(--hr-text-muted);font-size:14.5px;line-height:1.65}.hr-faq__a p{margin:0 0 8px}.hr-faq__a p:last-child{margin-bottom:0}.hr-faqs__aside{position:sticky;top:100px;background:var(--hr-white);color:var(--hr-text);border-radius:var(--hr-radius-lg);padding:32px;border:1px solid var(--hr-line);box-shadow:var(--hr-shadow-warm);overflow:hidden}.hr-faqs__aside:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:var(--hr-grad-gold)}.hr-faqs__aside h3{color:var(--hr-text);font-size:20px;margin:0 0 10px;letter-spacing:-.01em}.hr-faqs__aside p{color:var(--hr-text-muted);font-size:14.5px;line-height:1.6;margin:0 0 22px}@media(max-width:990px){.hr-faqs__inner{grid-template-columns:1fr}.hr-faqs__aside{position:static}}.hr-news{background:var(--hr-cream);position:relative;overflow:hidden}.hr-news:before{content:"";position:absolute;top:-120px;right:-120px;width:380px;height:380px;background:radial-gradient(circle,rgba(201,168,106,.18) 0%,transparent 65%);border-radius:50%;pointer-events:none}.hr-news:after{content:"";position:absolute;bottom:-100px;left:-100px;width:320px;height:320px;background:radial-gradient(circle,rgba(201,168,106,.12) 0%,transparent 70%);border-radius:50%;pointer-events:none}.hr-news__inner{position:relative;max-width:760px;margin:0 auto;text-align:center;background:var(--hr-white);padding:clamp(36px,5vw,56px);border-radius:var(--hr-radius-lg);border:1px solid var(--hr-line);box-shadow:var(--hr-shadow-warm)}.hr-news__inner:before{content:"";position:absolute;top:0;left:40px;right:40px;height:4px;background:var(--hr-grad-gold);border-radius:0 0 4px 4px}.hr-news__title{color:var(--hr-text)}.hr-news__title em{color:var(--hr-gold-deep)}.hr-news__lead{color:var(--hr-text-muted)}.hr-news__form{display:flex;gap:10px;max-width:520px;margin:28px auto 12px;background:var(--hr-cream-soft);border:1px solid var(--hr-line);border-radius:999px;padding:6px;transition:border-color .25s var(--hr-easing),box-shadow .25s var(--hr-easing)}.hr-news__form:focus-within{border-color:var(--hr-gold);box-shadow:0 0 0 4px #c9a86a2e}.hr-news__input{flex:1;background:transparent;border:0;outline:0;color:var(--hr-text);padding:0 18px;font-size:15px;min-width:0}.hr-news__input::placeholder{color:var(--hr-text-muted);opacity:.7}.hr-news__btn{min-height:44px;padding:0 22px}.hr-news__hint{font-size:12.5px;color:var(--hr-text-muted)}@media(max-width:580px){.hr-news__form{flex-direction:column;border-radius:var(--hr-radius);padding:10px}.hr-news__input{padding:14px 16px}.hr-news__btn{width:100%}}.hr-fp{background:var(--hr-cream-soft)}.hr-fp__head{text-align:center;margin-bottom:clamp(28px,4vw,48px)}.hr-fp__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:clamp(16px,2.2vw,24px)}.hr-product-card{position:relative;background:var(--hr-white);border-radius:var(--hr-radius-card);overflow:hidden;border:1px solid var(--hr-line-soft);transition:transform .35s var(--hr-easing),box-shadow .35s var(--hr-easing),border-color .35s var(--hr-easing);display:flex;flex-direction:column}.hr-product-card:hover{transform:translateY(-6px);box-shadow:var(--hr-shadow-hover);border-color:var(--hr-line)}.hr-product-card__media{position:relative;display:block;aspect-ratio:1 / 1;background:var(--hr-cream);overflow:hidden}.hr-product-card__media-link{display:block;width:100%;height:100%;position:relative}.hr-product-card__media img{width:100%;height:100%;object-fit:cover;transition:opacity .5s var(--hr-easing),transform .7s var(--hr-easing);display:block}.hr-product-card__media img.hr-product-card__img--alt{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0}.hr-product-card:hover .hr-product-card__media img.hr-product-card__img--main{opacity:0;transform:scale(1.04)}.hr-product-card:hover .hr-product-card__media img.hr-product-card__img--alt{opacity:1;transform:scale(1.04)}.hr-product-card:hover .hr-product-card__media img:only-child{transform:scale(1.06)}.hr-product-card__badges{position:absolute;top:12px;left:12px;display:flex;flex-direction:column;gap:6px;z-index:2}.hr-badge{display:inline-flex;align-items:center;padding:4px 10px;border-radius:3px;font-size:10px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;background:var(--hr-grad-gold);color:var(--hr-white);box-shadow:none;pointer-events:none;line-height:1.4}.hr-badge--sale{background:var(--hr-grad-gold)}.hr-badge--soldout{background:#3a2d1fd9;color:var(--hr-cream)}.hr-badge--new{background:var(--hr-cream-soft, #fdf9f0);color:var(--hr-gold-deep);border:1px solid var(--hr-gold)}.hr-product-card__quick{position:absolute;right:12px;bottom:12px;display:flex;flex-direction:column;gap:8px;opacity:0;transform:translate(8px);transition:opacity .35s var(--hr-easing),transform .35s var(--hr-easing);z-index:2}.hr-product-card:hover .hr-product-card__quick{opacity:1;transform:translate(0)}.hr-product-card__quick a,.hr-product-card__quick button{width:40px;height:40px;border-radius:50%;background:var(--hr-white);border:1px solid var(--hr-line);color:var(--hr-text);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background .25s var(--hr-easing),color .25s var(--hr-easing),transform .25s var(--hr-easing);text-decoration:none!important;padding:0}.hr-product-card__quick a:hover,.hr-product-card__quick button:hover{background:var(--hr-gold);color:var(--hr-white);border-color:var(--hr-gold);transform:scale(1.05)}.hr-product-card__body{padding:18px 18px 22px;display:flex;flex-direction:column;gap:6px;flex:1}.hr-product-card__vendor{font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:var(--hr-gold-deep);font-weight:600;margin:0}.hr-product-card__title{font-size:15px;font-weight:600;color:var(--hr-text);margin:0;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.hr-product-card__title a{color:inherit!important;text-decoration:none!important}.hr-product-card__title a:hover{color:var(--hr-gold-deep)!important}.hr-product-card__price{margin-top:auto;padding-top:8px;display:flex;align-items:baseline;gap:8px;flex-wrap:wrap}.hr-product-card__price-current{font-size:16px;font-weight:700;color:var(--hr-text);letter-spacing:-.01em}.hr-product-card__price-current--sale{color:var(--hr-gold-deep)}.hr-product-card__price-compare{font-size:13.5px;color:var(--hr-text-muted);text-decoration:line-through}.hr-product-card__rating{display:inline-flex;align-items:center;gap:4px;font-size:12px;color:var(--hr-text-muted);margin-top:2px}.hr-product-card__rating svg{color:var(--hr-gold)}@media(max-width:990px){.hr-fp__grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:749px){.hr-fp__grid{grid-template-columns:repeat(2,1fr);gap:14px}}@media(max-width:480px){.hr-product-card__body{padding:14px 14px 18px}.hr-product-card__title{font-size:14px}.hr-product-card__price-current{font-size:15px}}@media(max-width:749px){.hr-product-card__quick{opacity:1;transform:none;bottom:10px;right:10px;gap:6px}.hr-product-card__quick>a{display:none}.hr-product-card__quick button{width:38px;height:38px;background:var(--hr-grad-gold);color:var(--hr-white);border-color:transparent;box-shadow:0 6px 14px -6px #c9a86aa6}}.hr-footer{background:var(--hr-cream-deep);color:var(--hr-text);font-size:14.5px;line-height:1.6;border-top:1px solid var(--hr-line)}.hr-footer__top{display:grid;grid-template-columns:1.4fr 1fr 1fr 1.2fr;gap:clamp(28px,4vw,56px);padding:clamp(56px,8vw,88px) var(--hr-pad-x) 40px;max-width:var(--hr-max);margin:0 auto}.hr-footer__col h4{font-size:12px;letter-spacing:.2em;text-transform:uppercase;color:var(--hr-gold-deep);font-weight:700;margin:0 0 18px;position:relative;padding-bottom:12px}.hr-footer__col h4:after{content:"";position:absolute;bottom:0;left:0;width:28px;height:2px;background:var(--hr-gold);border-radius:2px}.hr-footer__brand img,.hr-footer__brand svg{max-width:160px;height:auto;margin-bottom:18px;display:block}.hr-footer__about{color:var(--hr-text-muted);margin:0 0 22px;max-width:36ch;font-size:14px;line-height:1.65}.hr-footer__socials{display:flex;gap:10px}.hr-footer__social{width:40px;height:40px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;background:var(--hr-white);border:1px solid var(--hr-line);color:var(--hr-gold-deep);transition:background .25s var(--hr-easing),transform .25s var(--hr-easing),color .25s var(--hr-easing),box-shadow .25s var(--hr-easing);text-decoration:none!important}.hr-footer__social:hover{background:var(--hr-grad-gold);color:var(--hr-white);transform:translateY(-2px);box-shadow:0 8px 18px -8px #c9a86a8c}.hr-footer__list{list-style:none;margin:0;padding:0;display:grid;gap:11px}.hr-footer__list a{color:var(--hr-text)!important;text-decoration:none!important;transition:color .2s var(--hr-easing),padding-left .2s var(--hr-easing);font-size:14px;display:inline-block}.hr-footer__list a:hover{color:var(--hr-gold-deep)!important;padding-left:4px}.hr-footer__contact{display:grid;gap:12px}.hr-footer__contact-item{display:grid;grid-template-columns:18px 1fr;gap:10px;align-items:start;color:var(--hr-text);font-size:14px}.hr-footer__contact-item svg{color:var(--hr-gold-deep);margin-top:3px;flex-shrink:0}.hr-footer__contact-item a{color:inherit!important;text-decoration:none!important;transition:color .2s var(--hr-easing)}.hr-footer__contact-item a:hover{color:var(--hr-gold-deep)!important}.hr-footer__legal-strip{border-top:1px solid var(--hr-line);padding:22px var(--hr-pad-x);background:var(--hr-cream-soft)}.hr-footer__legal-inner{max-width:var(--hr-max);margin:0 auto;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px;font-size:12.5px;color:var(--hr-text-muted)}.hr-footer__legal-links{display:flex;flex-wrap:wrap;gap:18px}.hr-footer__legal-links a{color:var(--hr-text)!important;text-decoration:none!important;font-size:12.5px;transition:color .2s var(--hr-easing)}.hr-footer__legal-links a:hover{color:var(--hr-gold-deep)!important}.hr-footer__payments{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.hr-footer__payment{height:28px;background:var(--hr-white);border:1px solid var(--hr-line-soft);border-radius:6px;padding:5px 9px;display:inline-flex;align-items:center;justify-content:center}.hr-footer__payment img,.hr-footer__payment svg{height:16px;width:auto;display:block}.hr-footer__bottom{border-top:1px solid var(--hr-line);padding:18px var(--hr-pad-x);background:var(--hr-cream)}.hr-footer__bottom-inner{max-width:var(--hr-max);margin:0 auto;display:flex;justify-content:space-between;flex-wrap:wrap;gap:12px;font-size:12px;color:var(--hr-text-muted)}.hr-footer__trust{display:flex;gap:14px;align-items:center;color:var(--hr-text-muted);font-size:12px}.hr-footer__trust svg{color:var(--hr-gold-deep)}@media(max-width:990px){.hr-footer__top{grid-template-columns:1fr 1fr}}@media(max-width:580px){.hr-footer__top{grid-template-columns:1fr;gap:28px}.hr-footer__col h4{cursor:pointer}.hr-footer__legal-inner{flex-direction:column;align-items:flex-start}}
/*# sourceMappingURL=/cdn/shop/t/29/assets/homepage-redesign.css.map */
