:root{--th-black: #0a0a0a;--th-charcoal: #141414;--th-graphite: #1e1e1e;--th-graphite-soft: #2a2a2a;--th-warm-white: #faf8f4;--th-bone: #f4f1ec;--th-line: rgba(255, 255, 255, .09);--th-line-dark: rgba(0, 0, 0, .09);--th-gold: #c9a44c;--th-gold-light: #e0c177;--th-gold-dim: rgba(201, 164, 76, .28);--th-gold-ghost: rgba(201, 164, 76, .07);--th-text-on-dark: #ece7dd;--th-text-on-dark-mute: #8d8880;--th-text-on-light: #16161a;--th-text-on-light-mute: #6d6a65;--th-ease: cubic-bezier(.22, .61, .36, 1);--th-ease-out: cubic-bezier(.16, 1, .3, 1);--th-pad-x: 22px;--th-section-y: 76px;--th-radius: 2px}@media screen and (min-width:750px){:root{--th-pad-x: 44px;--th-section-y: 104px}}@media screen and (min-width:1200px){:root{--th-pad-x: 64px;--th-section-y: 132px}}.th-wrap{max-width:1560px;margin-inline:auto;padding-inline:var(--th-pad-x)}.th-wrap--narrow{max-width:1080px}.th-eyebrow{display:inline-flex;align-items:center;gap:12px;font-size:.625rem;font-weight:600;letter-spacing:.34em;text-transform:uppercase;color:var(--th-gold);margin:0;line-height:1}.th-eyebrow:before{content:"";width:26px;height:1px;background:var(--th-gold);opacity:.65;flex-shrink:0}.th-eyebrow--center:before{display:none}.th-display{font-size:clamp(2rem,4.4vw,3.9rem);font-weight:300;letter-spacing:.01em;line-height:1.08;margin:0;text-wrap:balance}.th-display em{font-style:italic;color:var(--th-gold)}.th-display strong{font-weight:600}.th-lede{font-size:clamp(.9375rem,1.2vw,1.0625rem);font-weight:300;line-height:1.85;letter-spacing:.012em;margin:0;text-wrap:pretty}.th-body{font-size:.875rem;font-weight:300;line-height:1.9;letter-spacing:.015em;margin:0;text-wrap:pretty}.th-rule{height:1px;border:0;background:var(--th-line);margin:0}.th-rule--light{background:var(--th-line-dark)}.th-rule--gold{background:linear-gradient(90deg,var(--th-gold) 0%,transparent 82%);opacity:.55}.th-btn{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:12px;padding:16px 38px;font-size:.625rem;font-weight:600;letter-spacing:.26em;text-transform:uppercase;text-decoration:none;cursor:pointer;border:1px solid transparent;background:transparent;font-family:inherit;overflow:hidden;isolation:isolate;transition:color .5s var(--th-ease),border-color .5s var(--th-ease);-webkit-tap-highlight-color:transparent}.th-btn:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;transform:scaleX(0);transform-origin:right center;transition:transform .55s var(--th-ease-out)}.th-btn:hover:before,.th-btn:focus-visible:before{transform:scaleX(1);transform-origin:left center}.th-btn--gold{background:var(--th-gold);color:var(--th-black);border-color:var(--th-gold)}.th-btn--gold:before{background:var(--th-gold-light)}.th-btn--ghost{color:var(--th-text-on-dark);border-color:#fff6}.th-btn--ghost:before{background:var(--th-warm-white)}.th-btn--ghost:hover,.th-btn--ghost:focus-visible{color:var(--th-black);border-color:var(--th-warm-white)}.th-btn--dark{color:var(--th-text-on-light);border-color:#00000059}.th-btn--dark:before{background:var(--th-black)}.th-btn--dark:hover,.th-btn--dark:focus-visible{color:var(--th-warm-white);border-color:var(--th-black)}.th-btn__arrow{transition:transform .45s var(--th-ease-out);flex-shrink:0}.th-btn:hover .th-btn__arrow{transform:translate(5px)}.th-link{position:relative;display:inline-flex;align-items:center;gap:9px;font-size:.625rem;font-weight:600;letter-spacing:.26em;text-transform:uppercase;text-decoration:none;color:var(--th-gold);padding-bottom:6px}.th-link:after{content:"";position:absolute;left:0;bottom:0;width:100%;height:1px;background:currentColor;transform:scaleX(0);transform-origin:right center;transition:transform .5s var(--th-ease-out)}.th-link:hover:after,.th-link:focus-visible:after{transform:scaleX(1);transform-origin:left center}.th-link svg{transition:transform .45s var(--th-ease-out)}.th-link:hover svg{transform:translate(4px)}[data-th-reveal]{opacity:0;transform:translate3d(0,26px,0);transition:opacity 1s var(--th-ease-out),transform 1s var(--th-ease-out);transition-delay:var(--th-delay, 0ms);will-change:opacity,transform}[data-th-reveal=fade]{transform:none}[data-th-reveal=left]{transform:translate3d(-32px,0,0)}[data-th-reveal=right]{transform:translate3d(32px,0,0)}[data-th-reveal=scale]{transform:scale(1.06)}[data-th-reveal].th-in{opacity:1;transform:none;will-change:auto}[data-th-curtain]{position:relative;overflow:hidden}[data-th-curtain]:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:var(--th-black);transform-origin:top center;transform:scaleY(1);transition:transform 1.15s var(--th-ease-out);z-index:2;pointer-events:none}[data-th-curtain].th-in:after{transform:scaleY(0);transform-origin:bottom center}[data-th-parallax]{will-change:transform}@media(prefers-reduced-motion:reduce){[data-th-reveal],[data-th-reveal].th-in{opacity:1!important;transform:none!important;transition:none!important}[data-th-curtain]:after{display:none!important}[data-th-parallax]{transform:none!important}.th-btn:before,.th-link:after{transition:none!important}*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important}}.th-btn:focus-visible,.th-link:focus-visible{outline:2px solid var(--th-gold);outline-offset:3px}
/*# sourceMappingURL=/cdn/shop/t/3/assets/th-luxe.css.map */
