.tft-popup-root,.tft-popup-root *,.tft-popup-root *:before,.tft-popup-root *:after{box-sizing:border-box}.tft-popup-root{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9990;display:flex;align-items:center;justify-content:center;padding:2rem 1.5rem;opacity:0;visibility:hidden;transition:opacity .35s ease,visibility .35s ease}.tft-popup-root[hidden]{display:none}.tft-popup-root.is-open{opacity:1;visibility:visible}.tft-popup-root .tft-popup__scrim{display:block;position:absolute;top:0;right:0;bottom:0;left:0;background:#1a1a1a80;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.tft-popup__card{position:relative;z-index:1;display:grid;grid-template-columns:.85fr 1fr;width:100%;min-width:0;max-width:78rem;max-height:calc(100vh - 4rem);overflow:hidden;background:var(--tft-cream-light, #FAF6EE);border:1px solid var(--tft-rule, rgba(26,26,26,.1));border-radius:1.4rem;box-shadow:0 40px 90px -40px #1a1a1a80;transform:translateY(14px) scale(.985);transition:transform .4s cubic-bezier(.16,1,.3,1)}.tft-popup-root.is-open .tft-popup__card{transform:none}.tft-popup__close{position:absolute;top:1.2rem;right:1.2rem;z-index:2;display:flex;align-items:center;justify-content:center;width:3.4rem;height:3.4rem;padding:0;color:var(--tft-ink, #1A1A1A);background:#faf6eed9;border:1px solid var(--tft-rule, rgba(26,26,26,.1));border-radius:50%;cursor:pointer;transition:background .2s ease,color .2s ease}.tft-popup__close:hover{background:var(--tft-cream-light, #FAF6EE);color:var(--tft-accent, #C25C45)}.tft-popup__media{position:relative;min-height:100%;background:var(--tft-clay-soft, #E5D7C2)}.tft-popup__img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block}.tft-popup__body{padding:3.4rem 3.2rem;min-width:0;overflow-y:auto;display:flex;flex-direction:column;justify-content:center}.tft-popup__eyebrow{margin:0 0 1.1rem;font-family:var(--tft-sans, inherit);font-size:1.15rem;font-weight:600;letter-spacing:.22em;text-transform:uppercase;color:var(--tft-accent, #C25C45)}.tft-popup__heading{margin:0 0 1.2rem;font-family:var(--tft-serif, serif);font-weight:500;font-size:3.4rem;line-height:1.05;letter-spacing:-.01em;color:var(--tft-ink, #1A1A1A)}.tft-popup__text{margin:0 0 2rem;font-family:var(--tft-sans, inherit);font-size:1.6rem;line-height:1.5;color:var(--tft-graphite, #4A3F35)}.tft-popup__form{display:flex;flex-direction:column}.tft-popup__field-label{font-family:var(--tft-sans, inherit);font-size:1.25rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--tft-mute, #6A4F3F);margin-bottom:.6rem}.tft-popup__input{width:100%;padding:1.3rem 1.4rem;font-family:var(--tft-sans, inherit);font-size:1.6rem;color:var(--tft-ink, #1A1A1A);background:#fff;border:1px solid var(--tft-rule-2, rgba(26,26,26,.18));border-radius:.8rem;transition:border-color .2s ease}.tft-popup__input:focus{outline:none;border-color:var(--tft-accent, #C25C45)}.tft-popup__hp{position:absolute;left:-9999px;width:1px;height:1px;opacity:0}.tft-popup__consent{display:flex;align-items:flex-start;gap:.9rem;margin:1.4rem 0 2rem;font-family:var(--tft-sans, inherit);font-size:1.25rem;line-height:1.4;color:var(--tft-mute, #6A4F3F);cursor:pointer}.tft-popup__consent input{margin-top:.2rem;width:1.6rem;height:1.6rem;accent-color:var(--tft-accent, #C25C45);flex:none}.tft-popup__submit{width:100%;padding:1.4rem 2rem;font-family:var(--tft-sans, inherit);font-size:1.45rem;font-weight:600;letter-spacing:.02em;color:var(--tft-cream-light, #FAF6EE);background:var(--tft-ink, #1A1A1A);border:none;border-radius:4rem;cursor:pointer;transition:background .2s ease,transform .15s ease}.tft-popup__submit:hover{background:var(--tft-accent, #C25C45)}.tft-popup__submit:active{transform:translateY(1px)}.tft-popup__fine{margin:1.3rem 0 0;font-family:var(--tft-sans, inherit);font-size:1.1rem;line-height:1.4;color:var(--tft-mute, #6A4F3F);opacity:.8}.tft-popup__code-row{display:flex;align-items:stretch;gap:.8rem;margin:.5rem 0 1rem;flex-wrap:wrap}.tft-popup__code{display:inline-flex;align-items:center;padding:1rem 1.8rem;font-family:var(--tft-mono, monospace);font-size:2.2rem;font-weight:600;letter-spacing:.12em;color:var(--tft-accent-deep, #9F4434);background:var(--tft-blush, #F1DCD2);border:1.5px dashed var(--tft-accent, #C25C45);border-radius:.8rem}.tft-popup__copy{display:inline-flex;align-items:center;gap:.6rem;padding:0 1.5rem;font-family:var(--tft-sans, inherit);font-size:1.3rem;font-weight:600;letter-spacing:.02em;color:var(--tft-ink, #1A1A1A);background:transparent;border:1px solid var(--tft-rule-2, rgba(26,26,26,.18));border-radius:.8rem;cursor:pointer;transition:color .2s ease,border-color .2s ease,background .2s ease}.tft-popup__copy:hover{color:var(--tft-accent, #C25C45);border-color:var(--tft-accent, #C25C45)}.tft-popup__copy.is-copied{color:var(--tft-accent-deep, #9F4434);border-color:var(--tft-accent, #C25C45);background:var(--tft-blush, #F1DCD2)}.tft-popup__copy-ic{flex:none}.tft-popup__codenote{margin:0 0 2rem;font-family:var(--tft-sans, inherit);font-size:1.35rem;color:var(--tft-graphite, #4A3F35)}.tft-popup__book{display:inline-block;align-self:flex-start;padding:1.3rem 2.6rem;font-family:var(--tft-sans, inherit);font-size:1.45rem;font-weight:600;letter-spacing:.02em;text-decoration:none;color:var(--tft-cream-light, #FAF6EE);background:var(--tft-ink, #1A1A1A);border-radius:4rem;transition:background .2s ease}.tft-popup__book:hover{background:var(--tft-accent, #C25C45)}@media screen and (max-width:749px){.tft-popup-root{padding:1.5rem;align-items:center}.tft-popup__card{grid-template-columns:1fr;grid-template-rows:auto 1fr;max-width:42rem;max-height:calc(100dvh - 3rem)}.tft-popup__media{min-height:0;height:15rem}.tft-popup__img{position:relative}.tft-popup__body{padding:2.6rem 2.2rem}.tft-popup__heading{font-size:2.8rem}.tft-popup__text{font-size:1.5rem;margin-bottom:1.6rem}}@media(prefers-reduced-motion:reduce){.tft-popup-root,.tft-popup__card{transition:none}.tft-popup__card{transform:none}}
/*# sourceMappingURL=/cdn/shop/t/4/compiled_assets/styles.css.map */
