:root{--t-gold: #C9A84C;--t-gold-dim: rgba(201,168,76,.12);--t-ink: #1a1814;--t-off-white: #f3efe8;--t-mid-grey: #9a9490;--t-light-grey: #c8c4bc;--t-border: #e2ddd5}.talismans-page{padding-bottom:6rem}.t-hero{display:flex;align-items:flex-end;justify-content:space-between;gap:2rem;padding:5rem 7vw 3rem;opacity:0;animation:t-fadeUp .9s ease forwards .2s}.t-hero__title h1{font-family:Cormorant Garamond,Georgia,serif;font-size:clamp(3rem,7vw,6rem);font-weight:300;line-height:.95;letter-spacing:.03em;color:var(--t-ink)}.t-hero__title h1 em{font-style:italic;color:var(--t-gold)}.t-hero__intro{max-width:320px;text-align:right;padding-bottom:.5rem}.t-hero__intro p{font-family:Cormorant Garamond,Georgia,serif;font-size:1rem;font-weight:300;font-style:italic;color:var(--t-mid-grey);line-height:1.8;letter-spacing:.03em}.t-gold-rule{margin:0 7vw;height:1px;background:linear-gradient(90deg,var(--t-gold),transparent);opacity:0;animation:t-fadeIn 1s ease forwards .5s}.t-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;padding:4rem 7vw 5rem;opacity:0;animation:t-fadeUp .9s ease forwards .6s}.t-card{position:relative}.t-card__image-wrap{width:100%;aspect-ratio:3/4;overflow:hidden;background:var(--t-off-white);position:relative;margin-bottom:1.5rem}.t-card__image-wrap img{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .7s ease}.t-card--active:hover .t-card__image-wrap img{transform:scale(1.04)}.t-card__image-wrap:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:var(--t-gold);transition:width .5s ease}.t-card--active:hover .t-card__image-wrap:after{width:100%}.t-card__tag{display:inline-block;font-family:Cormorant Garamond,Georgia,serif;font-size:.6rem;letter-spacing:.45em;text-transform:uppercase;color:var(--t-gold);border:1px solid rgba(201,168,76,.35);padding:.3rem .7rem;margin-bottom:.8rem}.t-card__name{font-family:Cormorant Garamond,Georgia,serif;font-size:1.6rem;font-weight:300;letter-spacing:.04em;color:var(--t-ink);margin-bottom:.3rem}.t-card__meaning{font-family:Cormorant Garamond,Georgia,serif;font-size:.65rem;letter-spacing:.4em;text-transform:uppercase;color:var(--t-mid-grey);margin-bottom:1rem}.t-colour-selector{display:flex;align-items:center;gap:.6rem;margin-bottom:1.2rem}.t-colour-dot{width:18px;height:18px;border-radius:50%;cursor:pointer;border:2px solid transparent;outline:1px solid transparent;transition:border-color .3s ease,transform .2s ease}.t-colour-dot:hover{transform:scale(1.15)}.t-colour-dot.active{border-color:#fff;outline-color:var(--t-ink)}.t-colour-label{font-family:Cormorant Garamond,Georgia,serif;font-size:.7rem;letter-spacing:.2em;color:var(--t-mid-grey);font-style:italic}.t-card__price{font-family:Cormorant Garamond,Georgia,serif;font-size:.95rem;color:var(--t-ink);letter-spacing:.1em;margin-bottom:1.2rem}.t-btn-primary{display:inline-block;font-family:Cormorant Garamond,Georgia,serif;font-size:.65rem;letter-spacing:.5em;text-transform:uppercase;color:#fff;background:var(--t-ink);padding:.85rem 2rem;text-decoration:none;border:1px solid var(--t-ink);transition:background .35s ease,color .35s ease;cursor:pointer}.t-btn-primary:hover{background:transparent;color:var(--t-ink)}.t-card__coming-wrap{width:100%;aspect-ratio:3/4;background:var(--t-off-white);position:relative;margin-bottom:1.5rem;display:flex;align-items:center;justify-content:center;overflow:hidden}.t-card__coming-wrap:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:repeating-linear-gradient(0deg,transparent,transparent 3px,rgba(201,168,76,.04) 3px,rgba(201,168,76,.04) 4px),repeating-linear-gradient(90deg,transparent,transparent 3px,rgba(201,168,76,.04) 3px,rgba(201,168,76,.04) 4px)}.t-coming-glyph{font-family:Cormorant Garamond,Georgia,serif;font-size:6rem;font-weight:300;color:#c9a84c33;position:relative;z-index:1}.t-coming-badge{position:absolute;top:1.2rem;right:1.2rem;font-family:Cormorant Garamond,Georgia,serif;font-size:.55rem;letter-spacing:.4em;text-transform:uppercase;color:var(--t-mid-grey);background:#fff;border:1px solid var(--t-border);padding:.3rem .6rem;z-index:2}.t-waitlist{margin-top:.5rem}.t-waitlist p{font-family:Cormorant Garamond,Georgia,serif;font-size:.78rem;font-style:italic;color:var(--t-mid-grey);letter-spacing:.05em;margin-bottom:.9rem;line-height:1.6}.t-waitlist__form{display:flex}.t-waitlist__input{flex:1;font-family:Cormorant Garamond,Georgia,serif;font-size:.8rem;letter-spacing:.1em;padding:.75rem 1rem;border:1px solid var(--t-border);border-right:none;background:#fff;color:var(--t-ink);outline:none;transition:border-color .3s ease;-webkit-appearance:none}.t-waitlist__input:focus{border-color:var(--t-gold)}.t-waitlist__input::placeholder{color:var(--t-light-grey);font-style:italic}.t-waitlist__btn{font-family:Cormorant Garamond,Georgia,serif;font-size:.6rem;letter-spacing:.4em;text-transform:uppercase;color:#fff;background:var(--t-ink);border:1px solid var(--t-ink);padding:.75rem 1.1rem;cursor:pointer;transition:background .3s ease,border-color .3s ease;white-space:nowrap}.t-waitlist__btn:hover{background:var(--t-gold);border-color:var(--t-gold)}.t-waitlist__success{display:none;font-family:Cormorant Garamond,Georgia,serif;font-size:.78rem;font-style:italic;color:var(--t-gold);letter-spacing:.08em;padding:.5rem 0}.t-manifesto{margin:0 7vw;padding:3.5rem 0;border-top:1px solid var(--t-border);display:flex;align-items:center;justify-content:space-between;gap:3rem;opacity:0;animation:t-fadeUp .9s ease forwards .9s}.t-manifesto__text{font-family:Cormorant Garamond,Georgia,serif;font-size:clamp(1.3rem,2.5vw,2rem);font-weight:300;font-style:italic;color:var(--t-ink);letter-spacing:.04em;line-height:1.5}.t-manifesto__text strong{font-style:normal;font-weight:400;color:var(--t-gold)}.t-manifesto__note{font-family:Cormorant Garamond,Georgia,serif;max-width:280px;text-align:right;font-size:.82rem;font-style:italic;color:var(--t-mid-grey);line-height:1.7;letter-spacing:.03em}@keyframes t-fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes t-fadeIn{0%{opacity:0}to{opacity:1}}@media(max-width:900px){.t-grid{grid-template-columns:1fr 1fr}.t-card:first-child{grid-column:span 2}.t-card__image-wrap,.t-card__coming-wrap{aspect-ratio:4/3}}@media(max-width:600px){.t-hero{flex-direction:column;align-items:flex-start;padding:3rem 5vw 2rem}.t-hero__intro{text-align:left;max-width:100%}.t-gold-rule{margin:0 5vw}.t-grid{grid-template-columns:1fr;padding:3rem 5vw 4rem;gap:3rem}.t-card:first-child{grid-column:span 1}.t-manifesto{flex-direction:column;margin:0 5vw}.t-manifesto__note{text-align:left;max-width:100%}}
/*# sourceMappingURL=/cdn/shop/t/25/assets/page.talismans.css.map */
