:root{--background:#f7f4ed;--foreground:#1a1714;--ink:#1a1714;--bone:#efeae0;--gold:#c9a96a;--muted:#7a736a;--border:rgba(26,23,20,.14);--font-serif:"Cormorant Garamond", ui-serif, Georgia, serif;--font-sans:"Inter", ui-sans-serif, system-ui, sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--ink);color:var(--foreground);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;overflow-x:hidden}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer;border:0;background:none;color:inherit}h1,h2,h3,h4,h5{font-family:var(--font-serif);font-weight:400;letter-spacing:-.01em;margin:0}em{font-style:italic}.eyebrow{font-size:.7rem;letter-spacing:.32em;text-transform:uppercase;font-weight:500}.container{max-width:1500px;margin:0 auto;padding:0 1.5rem}@media(min-width:768px){.container{padding:0 2.5rem}}.hero-bg-fixed{position:fixed;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;overflow:hidden}.hero-bg-fixed img{width:100%;height:100%;object-fit:cover;object-position:center;will-change:transform}.hero-bg-fixed:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0f0c0a8c,#0f0c0a9e,#0f0c0ab3)}.over-hero{position:relative;z-index:1;color:#fff}.over-hero a,.over-hero h1,.over-hero h2,.over-hero h3,.over-hero h4,.over-hero p,.over-hero span,.over-hero li,.over-hero blockquote,.over-hero figcaption,.over-hero button,.over-hero input,.over-hero em,.over-hero div{color:inherit}.over-hero .muted{color:#ffffffb8}.over-hero .gold{color:#d9c08a}.over-hero .bg-bone-glass,.over-hero .bg-bg-glass{background:transparent}.over-hero .border-light{border-color:#ffffff24!important}.footer-wrap{position:relative;z-index:1}.btn-line{display:inline-flex;align-items:center;gap:.6rem;font-size:.72rem;letter-spacing:.28em;text-transform:uppercase;padding:.95rem 1.75rem;border:1px solid currentColor;background:transparent;position:relative;overflow:hidden;transition:color .5s cubic-bezier(.2,.7,.2,1)}.btn-line:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:currentColor;transform:scaleY(0);transform-origin:bottom;z-index:-1;transition:transform .5s cubic-bezier(.2,.7,.2,1)}.btn-line:hover:before{transform:scaleY(1)}.over-hero .btn-line:hover{color:#111}.btn-line.btn-dark:hover{color:var(--background)}.link-underline{position:relative;display:inline-block}.link-underline:after{content:"";position:absolute;left:0;bottom:-2px;width:100%;height:1px;background:currentColor;transform:scaleX(0);transform-origin:right;transition:transform .5s cubic-bezier(.2,.7,.2,1)}.link-underline:hover:after{transform:scaleX(1);transform-origin:left}.reveal{opacity:0;transform:translateY(28px);transition:opacity 1.1s cubic-bezier(.2,.7,.2,1),transform 1.1s cubic-bezier(.2,.7,.2,1)}.reveal.is-visible{opacity:1;transform:translateY(0)}.tfh-header{position:fixed;top:0;left:0;right:0;z-index:50;color:#fff;transition:all .7s cubic-bezier(.2,.7,.2,1);background:linear-gradient(to bottom,rgba(0,0,0,.4),transparent);padding:1.5rem 0}.tfh-header.is-scrolled{background:#0000008c;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.1);padding:.75rem 0}.tfh-header__inner{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:1rem;max-width:1500px;margin:0 auto;padding:0 1.5rem}@media(min-width:768px){.tfh-header__inner{padding:0 2.5rem}}.tfh-header__menu{display:flex;gap:.75rem;align-items:center}.tfh-header__menu .label{font-size:.7rem;letter-spacing:.28em;text-transform:uppercase}.tfh-header__brand{text-align:center}.tfh-header__brand .name{font-family:var(--font-serif);font-size:1.4rem;letter-spacing:.22em;text-transform:uppercase}.tfh-header__brand .sub{font-size:.55rem;letter-spacing:.5em;text-transform:uppercase;color:#fff9;margin-top:2px}.tfh-header__actions{display:flex;justify-content:flex-end;gap:1.25rem;align-items:center}.tfh-icon{transition:opacity .3s}.tfh-icon:hover{opacity:.6}.tfh-cart-count{font-size:.55rem;margin-left:.25rem;vertical-align:super}.tfh-drawer{position:fixed;top:0;right:0;bottom:0;left:0;background:var(--ink);color:#fff;z-index:60;opacity:0;pointer-events:none;transition:opacity .5s}.tfh-drawer.is-open{opacity:1;pointer-events:auto}.tfh-drawer__top{display:flex;justify-content:space-between;padding:1.5rem}.tfh-drawer__nav{display:flex;flex-direction:column;align-items:center;gap:2rem;margin-top:4rem}.tfh-drawer__nav a{font-family:var(--font-serif);font-size:1.875rem}.tfh-hero{height:100vh;min-height:680px;display:flex;align-items:flex-end;justify-content:center;padding:7rem 1.5rem;text-align:center}.tfh-hero h1{font-family:var(--font-sans);font-weight:500;text-transform:uppercase;font-size:1.5rem;letter-spacing:.28em;line-height:1.4;max-width:1100px}@media(min-width:640px){.tfh-hero h1{font-size:1.875rem;letter-spacing:.3em}}@media(min-width:1024px){.tfh-hero h1{font-size:2.25rem;letter-spacing:.32em}}.tfh-hero__cta{margin-top:2.5rem;display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.tfh-marquee{border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:1.25rem 0;overflow:hidden;background:transparent;border-color:#ffffff24}.tfh-marquee__track{display:flex;gap:2.5rem;white-space:nowrap;font-size:.7rem;letter-spacing:.4em;text-transform:uppercase;color:#ffffffb8;animation:tfh-marquee 40s linear infinite}@keyframes tfh-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.tfh-feature{padding:6rem 1.5rem;background:transparent}@media(min-width:768px){.tfh-feature{padding:9rem 2.5rem}}.tfh-feature__grid{display:grid;gap:2.5rem;max-width:1400px;margin:0 auto;align-items:center}@media(min-width:1024px){.tfh-feature__grid{grid-template-columns:7fr 5fr;gap:5rem}}.tfh-feature.reverse .tfh-feature__media{order:2}@media(max-width:1023px){.tfh-feature.reverse .tfh-feature__media{order:-1}}.tfh-feature__media{position:relative;aspect-ratio:4/5;overflow:hidden}.tfh-feature__media img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:120%;object-fit:cover;will-change:transform}.tfh-feature__index{font-family:var(--font-serif);font-style:italic;color:#d9c08a;font-size:1.125rem}.tfh-feature__eyebrow{margin-left:1rem}.tfh-feature h2{font-size:2.25rem;line-height:1.05;margin:1.5rem 0}@media(min-width:768px){.tfh-feature h2{font-size:3rem}}@media(min-width:1024px){.tfh-feature h2{font-size:3.75rem}}.tfh-feature p{color:#ffffffb3;font-weight:300;line-height:1.7;max-width:28rem}.tfh-feature .btn-line{margin-top:2.5rem}.tfh-collection{padding:6rem 1.5rem;background:transparent}@media(min-width:768px){.tfh-collection{padding:8rem 2.5rem}}.tfh-collection__head{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:4rem;max-width:1500px;margin-left:auto;margin-right:auto}@media(min-width:768px){.tfh-collection__head{flex-direction:row;align-items:flex-end;justify-content:space-between}}.tfh-collection__head h2{font-size:2.25rem;line-height:1.05;margin-top:1rem;max-width:36rem}@media(min-width:768px){.tfh-collection__head h2{font-size:3.75rem}}.tfh-collection__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem 1.25rem;max-width:1500px;margin:0 auto}@media(min-width:768px){.tfh-collection__grid{gap:5rem 2rem}}@media(min-width:1024px){.tfh-collection__grid{grid-template-columns:repeat(3,1fr)}}.tfh-card{cursor:pointer}.tfh-card__img{position:relative;aspect-ratio:4/5;overflow:hidden;background:var(--bone)}.tfh-card__img img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform 1.2s cubic-bezier(.2,.7,.2,1)}.tfh-card:hover .tfh-card__img img{transform:scale(1.05)}.tfh-card__quick{position:absolute;left:0;right:0;bottom:0;padding:1rem;transform:translateY(100%);transition:transform .5s}.tfh-card:hover .tfh-card__quick{transform:translateY(0)}.tfh-card__quick a{display:block;width:100%;background:var(--ink);color:#fff;padding:.875rem;text-align:center;font-size:.65rem;letter-spacing:.3em;text-transform:uppercase}.tfh-card__body{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start;margin-top:1.25rem}.tfh-card__cat{font-size:.6rem;letter-spacing:.32em;text-transform:uppercase;color:#ffffff8c;margin-bottom:.5rem}.tfh-card__title{font-family:var(--font-serif);font-size:1.125rem;line-height:1.2;margin:0}@media(min-width:768px){.tfh-card__title{font-size:1.25rem}}.tfh-card__price{font-size:.875rem;font-weight:300;white-space:nowrap;padding-top:1.25rem}.tfh-story{padding:6rem 1.5rem;background:transparent}@media(min-width:768px){.tfh-story{padding:9rem 2.5rem}}.tfh-story__grid{display:grid;gap:2.5rem;max-width:1400px;margin:0 auto;align-items:center}@media(min-width:1024px){.tfh-story__grid{grid-template-columns:5fr 7fr;gap:5rem}}.tfh-story__media{position:relative;aspect-ratio:4/5;overflow:hidden;order:-1}@media(min-width:1024px){.tfh-story__media{order:2;aspect-ratio:5/6}}.tfh-story__media img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:120%;object-fit:cover;will-change:transform}.tfh-story h2{font-size:2.25rem;line-height:1.05;margin:1.25rem 0}@media(min-width:768px){.tfh-story h2{font-size:3rem}}@media(min-width:1024px){.tfh-story h2{font-size:3.75rem}}.tfh-story p{color:#ffffffb3;font-weight:300;line-height:1.7;max-width:28rem;margin-top:2rem}.tfh-story .btn-line{margin-top:2.5rem}.tfh-trust{padding:6rem 1.5rem;border-top:1px solid rgba(255,255,255,.14);background:transparent}.tfh-trust__head{text-align:center;margin-bottom:4rem}.tfh-trust__head h2{font-size:1.875rem;margin-top:1rem}@media(min-width:768px){.tfh-trust__head h2{font-size:3rem}}.tfh-trust__grid{display:grid;gap:3rem;max-width:1300px;margin:0 auto}@media(min-width:768px){.tfh-trust__grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}}.tfh-trust__item{text-align:center;padding:0 2rem;position:relative}.tfh-trust__item:not(:first-child):before{content:"";position:absolute;left:0;top:.5rem;bottom:.5rem;width:1px;background:#ffffff24;display:none}@media(min-width:768px){.tfh-trust__item:not(:first-child):before{display:block}}.tfh-trust__num{font-family:var(--font-serif);font-style:italic;color:#d9c08a;font-size:1.875rem;margin-bottom:1.25rem}.tfh-trust__item h3{font-size:1.5rem;margin-bottom:1rem}.tfh-trust__item p{color:#ffffffa6;font-size:.875rem;line-height:1.7;font-weight:300;max-width:22rem;margin:0 auto}.tfh-banner{position:relative;height:80vh;min-height:520px;display:flex;align-items:center;justify-content:center;text-align:center;overflow:hidden;padding:0 1.5rem}.tfh-banner:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#0000004d,#0000001a,#0006);pointer-events:none}.tfh-banner__inner{position:relative}.tfh-banner h2{font-size:3rem;line-height:1.02;max-width:64rem;margin:1.5rem 0}@media(min-width:768px){.tfh-banner h2{font-size:4.5rem}}@media(min-width:1024px){.tfh-banner h2{font-size:6rem}}.tfh-banner p{margin:2rem auto 0;max-width:32rem;color:#fffc;font-weight:300}.tfh-testimonials{padding:6rem 1.5rem;background:transparent}@media(min-width:768px){.tfh-testimonials{padding:9rem 2.5rem}}.tfh-testimonials__head{text-align:center;margin-bottom:4rem}.tfh-testimonials__head h2{font-size:2.25rem;margin-top:1rem}@media(min-width:768px){.tfh-testimonials__head h2{font-size:3rem}}.tfh-testimonials__grid{display:grid;gap:2.5rem;max-width:1300px;margin:0 auto}@media(min-width:768px){.tfh-testimonials__grid{grid-template-columns:repeat(3,1fr);gap:3.5rem}}.tfh-testimonials figure{text-align:center;padding:0 .5rem;margin:0}.tfh-testimonials .quote{font-family:var(--font-serif);color:#d9c08a;font-size:3rem;line-height:1;margin-bottom:1.5rem}.tfh-testimonials blockquote{font-family:var(--font-serif);font-style:italic;font-size:1.125rem;line-height:1.5;color:#ffffffd9;margin:0}@media(min-width:768px){.tfh-testimonials blockquote{font-size:1.25rem}}.tfh-testimonials figcaption{margin-top:2rem;font-size:.65rem;letter-spacing:.32em;text-transform:uppercase;color:#ffffff8c}.tfh-footer{background:var(--ink);color:#f7f4ed;padding:6rem 1.5rem 2.5rem}@media(min-width:768px){.tfh-footer{padding:6rem 2.5rem 2.5rem}}.tfh-footer__grid{display:grid;gap:3rem;max-width:1500px;margin:0 auto;padding-bottom:4rem;border-bottom:1px solid rgba(255,255,255,.15)}@media(min-width:768px){.tfh-footer__grid{grid-template-columns:4fr 2fr 2fr 3fr}}.tfh-footer h4{font-family:var(--font-serif);font-size:1.5rem;letter-spacing:.22em;text-transform:uppercase}.tfh-footer .sub{font-size:.55rem;letter-spacing:.5em;text-transform:uppercase;color:#f7f4ed99;margin-top:.25rem}.tfh-footer p{color:#f7f4eda6;font-weight:300;line-height:1.7;font-size:.875rem;max-width:24rem;margin-top:2rem}.tfh-footer ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.tfh-footer .eyebrow{color:#f7f4ed99;margin-bottom:1.25rem;display:block}.tfh-footer__news input{flex:1;background:transparent;border:0;padding:.25rem 0;color:#fff;font-size:.875rem}.tfh-footer__news input::placeholder{color:#f7f4ed66}.tfh-footer__news{display:flex;border-bottom:1px solid rgba(255,255,255,.3);padding-bottom:.5rem}.tfh-footer__news button{font-size:.75rem;letter-spacing:.28em;text-transform:uppercase}.tfh-footer__bottom{display:flex;flex-direction:column;gap:1.5rem;margin-top:2.5rem;font-size:.65rem;letter-spacing:.28em;text-transform:uppercase;color:#f7f4ed80}@media(min-width:768px){.tfh-footer__bottom{flex-direction:row;justify-content:space-between}}.tfh-page-body{padding:9rem 1.5rem 6rem;max-width:900px;margin:0 auto;background:transparent;min-height:100vh}.tfh-page-body h1{font-size:3rem;margin-bottom:2rem}.tfh-page-body .rte{color:#fffc;line-height:1.8;font-weight:300}.tfh-product{padding:9rem 1.5rem 6rem;background:transparent}.tfh-product__grid{display:grid;gap:3rem;max-width:1400px;margin:0 auto}@media(min-width:1024px){.tfh-product__grid{grid-template-columns:1fr 1fr}}.tfh-product__media img{width:100%;aspect-ratio:4/5;object-fit:cover}.tfh-product__thumbs{display:flex;gap:.5rem;margin-top:.75rem;flex-wrap:wrap}.tfh-product__thumbs button{width:80px;height:100px;padding:0;border:1px solid transparent;overflow:hidden}.tfh-product__thumbs button.is-active{border-color:#d9c08a}.tfh-product__thumbs img{width:100%;height:100%;object-fit:cover}.tfh-product h1{font-family:var(--font-serif);font-size:2.5rem;margin:0 0 1rem}.tfh-product__price{font-size:1.25rem;margin-bottom:2rem}.tfh-product__desc{color:#ffffffbf;line-height:1.8;font-weight:300;margin-bottom:2rem}.tfh-product__opt{margin-bottom:1.5rem}.tfh-product__opt .label{font-size:.65rem;letter-spacing:.3em;text-transform:uppercase;color:#fff9;margin-bottom:.5rem;display:block}.tfh-product__opt select{width:100%;background:#ffffff0d;border:1px solid rgba(255,255,255,.2);color:#fff;padding:.875rem 1rem;font-family:inherit}.tfh-cart{padding:9rem 1.5rem 6rem;max-width:1100px;margin:0 auto;background:transparent;min-height:100vh}.tfh-cart h1{font-size:2.5rem;margin-bottom:2rem}.tfh-cart__item{display:grid;grid-template-columns:100px 1fr auto;gap:1.25rem;padding:1.5rem 0;border-bottom:1px solid rgba(255,255,255,.12);align-items:center}.tfh-cart__item img{width:100px;aspect-ratio:1;object-fit:cover}.tfh-cart__totals{display:flex;justify-content:space-between;padding:1.5rem 0;font-size:1.125rem}.tfh-cart__checkout{display:block;width:100%;text-align:center;margin-top:1rem}.tfh-collections-list{padding:9rem 1.5rem 6rem;background:transparent;min-height:100vh}.tfh-collections-list h1{text-align:center;font-size:2.5rem;margin-bottom:3rem}@media(min-width:768px){.tfh-collections-list h1{font-size:3.5rem}}
/*# sourceMappingURL=/cdn/shop/t/9/assets/base.css.map */
