:root{--th-dark:#0e0d0b;--th-dark-2:#171410;--th-light:#f7f3ea;--th-light-2:#fffdf8;--th-text:#1a1712;--th-text-soft:#6f6757;--th-text-light:#f2ece0;--th-text-light-soft:#c8bfa9;--th-gold:#c9a227;--th-gold-soft:#e9d9a6;--th-gold-grad:linear-gradient(135deg,#8a6a22 0%,#c9a227 22%,#f4e59a 48%,#c9a227 70%,#7d611f 100%);--th-serif:var(--font-heading-family,"Playfair Display",Georgia,"Times New Roman",serif);--th-sans:var(--font-body-family,"Assistant","Helvetica Neue",-apple-system,Segoe UI,Roboto,Arial,sans-serif);--th-gutter:28px;--th-maxw:1200px;--th-ease:cubic-bezier(.22,1,.36,1)}.th-section{padding-top:0!important;padding-bottom:0!important;font-family:var(--th-sans);position:relative;overflow-x:clip}.th-container{max-width:var(--th-maxw);margin:0 auto;padding:0 var(--th-gutter);width:100%}.th-section *{box-sizing:border-box}.th-eyebrow{font-size:.72rem;letter-spacing:.34em;text-transform:uppercase;font-weight:700;margin:0 0 18px}.th-h{font-family:var(--th-serif);font-weight:600;line-height:1.05;letter-spacing:.01em;text-wrap:balance;margin:0}.th-gold-text{background:var(--th-gold-grad);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}.th-btn{display:inline-block;font-family:var(--th-sans);font-size:.72rem;letter-spacing:.2em;text-transform:uppercase;font-weight:700;padding:16px 34px;border:0;cursor:pointer;text-decoration:none;transition:transform .4s var(--th-ease),box-shadow .4s var(--th-ease),background-color .4s var(--th-ease),color .4s var(--th-ease)}.th-btn--gold{background:var(--th-gold-grad);color:#14110b}.th-btn--gold:hover{transform:translateY(-3px);box-shadow:0 14px 30px -12px #c9a22799}.th-btn--dark{background:var(--th-dark);color:var(--th-gold-soft)}.th-btn--dark:hover{transform:translateY(-3px);box-shadow:0 14px 30px -14px #00000080}.th-btn--ghost{background:transparent;color:var(--th-text-light);border:1px solid rgba(233,217,166,.5)}.th-btn--ghost:hover{border-color:var(--th-gold);color:var(--th-gold-soft);transform:translateY(-3px)}.th-reveal{opacity:0;transform:translateY(28px);transition:opacity .9s var(--th-ease),transform .9s var(--th-ease)}.th-reveal.th-visible{opacity:1;transform:none}.th-reveal.d1{transition-delay:.09s}.th-reveal.d2{transition-delay:.18s}.th-reveal.d3{transition-delay:.27s}.th-reveal.d4{transition-delay:.36s}.th-hero{background:var(--th-dark);position:relative;overflow:hidden}.th-hero .th-hero__glow{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;background:radial-gradient(62% 70% at 80% 42%,rgba(201,162,39,.2),transparent 60%)}.th-hero__glow:after{content:"";position:absolute;right:8%;top:20%;width:44vw;height:44vw;max-width:540px;max-height:540px;border-radius:50%;background:radial-gradient(circle,rgba(201,162,39,.16),transparent 66%);animation:th-pulse 7s ease-in-out infinite}@keyframes th-pulse{0%,to{opacity:.5;transform:scale(1)}50%{opacity:1;transform:scale(1.08)}}.th-hero .th-container{position:relative;z-index:2}.th-hero__grid{display:grid;grid-template-columns:1.02fr .98fr;gap:56px;align-items:center;min-height:80vh;padding:70px 0}.th-hero__text{max-width:560px}.th-hero .th-eyebrow{color:var(--th-gold)}.th-hero__title{color:var(--th-text-light);font-size:clamp(2.4rem,5.4vw,4.6rem)}.th-hero__sub{color:var(--th-text-light-soft);font-size:clamp(1rem,1.8vw,1.22rem);line-height:1.6;margin:22px 0 34px;max-width:44ch}.th-hero__cta{display:flex;gap:16px;flex-wrap:wrap}.th-hero__media{position:relative;overflow:hidden;box-shadow:0 40px 80px -40px #000c}.th-hero__media .img{display:block;width:100%;aspect-ratio:4/5;background-size:cover;background-position:center;animation:th-kenburns 24s ease-in-out infinite alternate;will-change:transform}@keyframes th-kenburns{0%{transform:scale(1.04)}to{transform:scale(1.13)}}.th-hero__media:after{content:"";position:absolute;top:16px;right:16px;bottom:16px;left:16px;border:1px solid rgba(201,162,39,.55);pointer-events:none;z-index:2}.th-hero .th-hero__scroll{position:absolute;left:50%;bottom:22px;transform:translate(-50%);z-index:2;width:26px;height:42px;border:2px solid rgba(233,217,166,.45);border-radius:14px}.th-hero__scroll:before{content:"";position:absolute;left:50%;top:8px;width:3px;height:8px;border-radius:2px;background:var(--th-gold-soft);transform:translate(-50%);animation:th-scroll 1.8s var(--th-ease) infinite}@keyframes th-scroll{0%{opacity:0;transform:translate(-50%)}30%{opacity:1}to{opacity:0;transform:translate(-50%,14px)}}.th-marquee{background:var(--th-dark-2);border-top:1px solid rgba(201,162,39,.25);border-bottom:1px solid rgba(201,162,39,.25);overflow:hidden}.th-marquee__track{display:flex;width:max-content;animation:th-marq linear infinite;will-change:transform}.th-marquee:hover .th-marquee__track{animation-play-state:paused}.th-marquee__item{display:inline-flex;align-items:center;gap:16px;padding:18px 30px;white-space:nowrap;font-family:var(--th-serif);font-size:1.05rem;letter-spacing:.06em;color:var(--th-gold-soft)}.th-marquee__item span.dot{width:6px;height:6px;border-radius:50%;background:var(--th-gold)}@keyframes th-marq{0%{transform:translate(0)}to{transform:translate(-50%)}}.th-cats{background:var(--th-light)}.th-cats__head{text-align:center;max-width:640px;margin:0 auto 48px}.th-cats__head .th-eyebrow{color:var(--th-gold)}.th-cats__head .th-h{color:var(--th-text)}.th-cats__grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.th-cat{position:relative;display:block;overflow:hidden;text-decoration:none;background:var(--th-dark)}.th-cat .th-cat__img{display:block;width:100%;height:440px;background-size:cover;background-position:center;transition:transform 1s var(--th-ease)}.th-cat:hover .th-cat__img{transform:scale(1.06)}.th-cat__veil{display:none}.th-cat__body{position:absolute;left:0;right:0;bottom:0;padding:70px 34px 34px;z-index:2;background:linear-gradient(to top,rgba(8,7,6,.9),rgba(8,7,6,.5) 55%,transparent)}.th-cat__name{font-family:var(--th-serif);font-weight:600;color:#fff;font-size:1.9rem;margin:0 0 6px}.th-cat__link{display:inline-flex;align-items:center;gap:8px;color:var(--th-gold-soft);font-size:.74rem;letter-spacing:.18em;text-transform:uppercase;font-weight:700}.th-cat__link .arw{transition:transform .4s var(--th-ease)}.th-cat:hover .th-cat__link .arw{transform:translate(6px)}.th-prods{background:var(--th-light-2)}.th-prods__head{display:flex;justify-content:space-between;align-items:flex-end;gap:20px;margin:0 0 40px;flex-wrap:wrap}.th-prods__head .th-eyebrow{color:var(--th-gold)}.th-prods__head .th-h{color:var(--th-text)}.th-prods__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.th-card{background:var(--th-light);text-decoration:none;display:flex;flex-direction:column;transition:transform .5s var(--th-ease),box-shadow .5s var(--th-ease)}.th-card:hover{transform:translateY(-6px);box-shadow:0 26px 46px -26px #1a171266}.th-card__img{aspect-ratio:3/4;background-size:cover;background-position:center;position:relative;overflow:hidden}.th-card__img .ph{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:flex-end;justify-content:center;padding-bottom:16px;font-family:var(--th-serif);letter-spacing:.14em;color:#1a171266}.th-card__badge{position:absolute;top:14px;left:14px;background:var(--th-gold-grad);color:#14110b;font-size:.58rem;letter-spacing:.16em;text-transform:uppercase;font-weight:700;padding:5px 10px}.th-card__body{padding:16px 16px 22px;text-align:center}.th-card__name{font-size:.9rem;letter-spacing:.04em;color:var(--th-text);margin:0 0 6px}.th-card__price{font-weight:700;color:var(--th-text);font-variant-numeric:tabular-nums}.th-card__price .old{color:var(--th-text-soft);text-decoration:line-through;font-weight:400;margin-right:8px}.th-storia{background:var(--th-dark);color:var(--th-text-light)}.th-storia__grid{display:grid;grid-template-columns:1.05fr 1fr;gap:56px;align-items:center}.th-storia__media{position:relative;overflow:hidden}.th-storia__media .img{display:block;width:100%;aspect-ratio:4/5;background-size:cover;background-position:center}.th-storia__media:after{content:"";position:absolute;top:14px;right:14px;bottom:14px;left:14px;border:1px solid rgba(201,162,39,.5);pointer-events:none}.th-storia .th-eyebrow{color:var(--th-gold)}.th-storia__title{color:var(--th-text-light);font-size:clamp(1.8rem,3.6vw,2.9rem);margin-bottom:20px}.th-storia__text{color:var(--th-text-light-soft);line-height:1.75;font-size:1.02rem}.th-storia__text p{margin:0 0 14px}.th-storia__sign{font-family:var(--th-serif);font-style:italic;color:var(--th-gold-soft);font-size:1.3rem;margin-top:18px}.th-benefits{background:var(--th-light)}.th-benefits__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.th-benefit{text-align:center;padding:14px}.th-benefit__ic{width:56px;height:56px;margin:0 auto 18px;display:flex;align-items:center;justify-content:center;border:1px solid var(--th-gold);border-radius:50%;color:var(--th-gold)}.th-benefit__ic svg{width:26px;height:26px}.th-benefit__t{font-family:var(--th-serif);font-weight:600;color:var(--th-text);font-size:1.1rem;margin:0 0 8px}.th-benefit__d{color:var(--th-text-soft);font-size:.9rem;line-height:1.55;margin:0}.th-cta{background:var(--th-dark);color:var(--th-text-light);position:relative;overflow:hidden;text-align:center}.th-cta .th-cta__glow{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(60% 80% at 50% 20%,rgba(201,162,39,.16),transparent 70%);z-index:0}.th-cta .th-container{position:relative;z-index:1}.th-cta .th-eyebrow{color:var(--th-gold)}.th-cta__title{color:var(--th-text-light);font-size:clamp(2rem,4.6vw,3.4rem);margin:0 auto 18px;max-width:18ch}.th-cta__sub{color:var(--th-text-light-soft);max-width:52ch;margin:0 auto 32px;line-height:1.6}.th-cta__actions{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.th-cta__contact{margin-top:34px;display:flex;gap:26px;justify-content:center;flex-wrap:wrap;color:var(--th-text-light-soft);font-size:.9rem}.th-cta__contact a{color:var(--th-text-light-soft);text-decoration:none}.th-cta__contact a:hover{color:var(--th-gold-soft)}.th-footer{background:var(--th-dark);color:var(--th-text-light-soft);font-family:var(--th-sans)}.th-footer__top{display:grid;grid-template-columns:1.5fr 1fr 1.3fr;gap:48px;padding-bottom:40px;border-bottom:1px solid rgba(201,162,39,.18)}.th-footer__brand-name{font-family:var(--th-serif);color:var(--th-gold-soft);font-size:1.7rem;letter-spacing:.22em;margin:0 0 14px}.th-footer__tagline{line-height:1.65;max-width:38ch;margin:0 0 22px}.th-footer__social{display:flex;gap:12px}.th-footer__social a{width:40px;height:40px;border:1px solid rgba(201,162,39,.4);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--th-gold-soft);transition:background-color .3s var(--th-ease),color .3s var(--th-ease),transform .3s var(--th-ease)}.th-footer__social a:hover{background:var(--th-gold);color:var(--th-dark);transform:translateY(-2px)}.th-footer__social svg{width:18px;height:18px}.th-footer__col h4{font-family:var(--th-serif);color:var(--th-text-light);font-weight:600;font-size:1.1rem;margin:0 0 18px;letter-spacing:.03em}.th-footer__col ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:11px}.th-footer__col a{color:var(--th-text-light-soft);text-decoration:none;transition:color .3s}.th-footer__col a:hover{color:var(--th-gold-soft)}.th-footer__contact{display:flex;flex-direction:column;gap:13px}.th-footer__contact a,.th-footer__contact span{display:flex;gap:11px;align-items:flex-start;color:var(--th-text-light-soft);text-decoration:none;line-height:1.4}.th-footer__contact a:hover{color:var(--th-gold-soft)}.th-footer__contact svg{width:18px;height:18px;flex:none;margin-top:2px;color:var(--th-gold)}.th-footer__bottom{display:flex;justify-content:space-between;align-items:center;gap:18px;padding-top:24px;flex-wrap:wrap}.th-footer__legal{display:flex;gap:20px;flex-wrap:wrap}.th-footer__legal a{color:var(--th-text-light-soft);text-decoration:none;font-size:.82rem}.th-footer__legal a:hover{color:var(--th-gold-soft)}.th-footer__copy{font-size:.82rem;color:var(--th-text-soft)}.th-footer__pay{display:flex;gap:7px;align-items:center;flex-wrap:wrap}.th-footer__pay svg{height:24px;width:auto;border-radius:3px}@media(max-width:900px){.th-footer__top{grid-template-columns:1fr;gap:34px}.th-footer__bottom{flex-direction:column;text-align:center;gap:16px}}.th-product{background:var(--th-light-2);color:var(--th-text)}.th-product__grid{display:grid;grid-template-columns:1.05fr .95fr;gap:56px;align-items:flex-start}.th-gallery__main{aspect-ratio:3/4;overflow:hidden;background:linear-gradient(160deg,#efe7d3,#e3d8bf)}.th-gallery__main img{width:100%;height:100%;object-fit:cover;display:block}.th-gallery__thumbs{display:flex;gap:10px;margin-top:12px;flex-wrap:wrap}.th-gallery__thumb{width:74px;height:92px;object-fit:cover;cursor:pointer;border:1px solid transparent;opacity:.7;transition:opacity .3s,border-color .3s}.th-gallery__thumb:hover,.th-gallery__thumb.is-active{opacity:1;border-color:var(--th-gold)}.th-buy{position:sticky;top:24px}.th-buy__eyebrow{font-size:.72rem;letter-spacing:.28em;text-transform:uppercase;color:var(--th-gold-deep);font-weight:700;margin:0 0 12px}.th-buy__title{font-family:var(--th-serif);font-weight:600;font-size:clamp(1.7rem,3.2vw,2.4rem);line-height:1.1;margin:0 0 14px;color:var(--th-text)}.th-buy__price{font-size:1.5rem;font-weight:700;color:var(--th-text);font-variant-numeric:tabular-nums;margin:0 0 22px}.th-buy__price .old{color:var(--th-text-soft);text-decoration:line-through;font-weight:400;font-size:1.1rem;margin-right:10px}.th-buy__price .save{display:inline-block;margin-left:10px;background:var(--th-gold-grad);color:#14110b;font-size:.66rem;letter-spacing:.1em;text-transform:uppercase;font-weight:700;padding:4px 9px;vertical-align:middle}.th-opt{margin:0 0 18px}.th-opt__label{display:block;font-size:.78rem;letter-spacing:.06em;text-transform:uppercase;color:var(--th-text-soft);margin:0 0 8px}.th-opt__select{width:100%;padding:13px 14px;border:1px solid rgba(26,23,18,.25);background:#fff;font-family:var(--th-sans);font-size:.95rem;color:var(--th-text)}.th-buy__form{margin:24px 0}.th-buy__add{width:100%;justify-content:center;text-align:center}.th-buy__add[disabled]{opacity:.45;cursor:not-allowed;filter:grayscale(.4)}.th-buy__trust{display:flex;flex-direction:column;gap:12px;margin:26px 0;padding:22px 0;border-top:1px solid rgba(26,23,18,.12);border-bottom:1px solid rgba(26,23,18,.12)}.th-buy__trust div{display:flex;gap:12px;align-items:center;font-size:.9rem;color:var(--th-text)}.th-buy__trust svg{width:22px;height:22px;color:var(--th-gold-deep);flex:none}.th-buy__desc{line-height:1.75;color:var(--th-text);font-size:1rem}.th-buy__desc p{margin:0 0 14px}.th-prodfeat{background:var(--th-light)}.th-prodfeat__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.th-prodfeat__item h4{font-family:var(--th-serif);color:var(--th-text);margin:0 0 8px;font-size:1.1rem}.th-prodfeat__item p{color:var(--th-text-soft);line-height:1.6;margin:0;font-size:.92rem}@media(max-width:900px){.th-product__grid{grid-template-columns:1fr;gap:32px}.th-buy{position:static}.th-prodfeat__grid{grid-template-columns:1fr}}.th-contact{background:var(--th-light-2);color:var(--th-text)}.th-contact__head{text-align:center;max-width:640px;margin:0 auto 48px}.th-contact__head .th-eyebrow{color:var(--th-gold)}.th-contact__head .th-h{color:var(--th-text)}.th-contact__head p{color:var(--th-text-soft);line-height:1.6;margin:14px 0 0}.th-contact__grid{display:grid;grid-template-columns:1fr 1.1fr;gap:52px;align-items:start}.th-contact__info{display:flex;flex-direction:column;gap:22px}.th-contact__row{display:flex;gap:16px;align-items:flex-start}.th-contact__row .ic{width:46px;height:46px;flex:none;border:1px solid var(--th-gold);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--th-gold-deep)}.th-contact__row .ic svg{width:20px;height:20px}.th-contact__row .lbl{font-size:.7rem;letter-spacing:.16em;text-transform:uppercase;color:var(--th-text-soft);margin:0 0 4px}.th-contact__row .val{color:var(--th-text);text-decoration:none;font-size:1.02rem;line-height:1.4}.th-contact__row a.val:hover{color:var(--th-gold-deep)}.th-form{display:flex;flex-direction:column;gap:14px;background:var(--th-light);padding:32px}.th-form h3{font-family:var(--th-serif);font-weight:600;margin:0 0 6px;color:var(--th-text);font-size:1.25rem}.th-form input,.th-form textarea{width:100%;padding:14px;border:1px solid rgba(26,23,18,.25);background:#fff;font-family:var(--th-sans);font-size:.95rem;color:var(--th-text)}.th-form input:focus,.th-form textarea:focus{outline:none;border-color:var(--th-gold)}.th-form textarea{min-height:130px;resize:vertical}.th-form button{align-self:flex-start;margin-top:4px}.th-form__success{background:#eef5ec;border:1px solid #bcd9b8;padding:14px;color:#356135;font-size:.92rem}.th-contact__map{margin-top:44px}.th-contact__map iframe{display:block;width:100%;height:360px;border:0}@media(max-width:900px){.th-contact__grid{grid-template-columns:1fr;gap:34px}}.section-header{margin-bottom:0!important}@media(max-width:990px){.th-storia__grid{grid-template-columns:1fr;gap:32px}.th-prods__grid,.th-benefits__grid{grid-template-columns:repeat(2,1fr)}.th-hero__grid{grid-template-columns:1fr;gap:34px;min-height:auto;padding:56px 0;text-align:center}.th-hero__text{max-width:none;margin:0 auto;order:1}.th-hero__cta{justify-content:center}.th-hero__media{order:2;width:100%;max-width:420px;margin:0 auto}}@media(max-width:600px){:root{--th-gutter:18px}.th-cats__grid{grid-template-columns:1fr}.th-cat .th-cat__img{height:340px}.th-hero__media{max-width:340px}.th-cta__contact{gap:14px;flex-direction:column}}@media(prefers-reduced-motion:reduce){.th-reveal{opacity:1!important;transform:none!important;transition:none}.th-marquee__track{animation:none}.th-hero__scroll:before{animation:none}.th-cat__img,.th-card,.th-btn{transition:none}.th-hero__bg,.th-hero:after{animation:none!important}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/th-styles.css.map */
