.trx-footer{background:var(--color-plum)}.trx-footer__brand{display:inline-flex;transition:opacity .2s cubic-bezier(.5,0,.5,1)}.trx-footer__brand:hover{opacity:.8}.trx-footer__logo{height:42px;width:auto;-o-object-fit:contain;object-fit:contain}.trx-footer__wordmark{background:var(--gold-gradient);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);color:rgba(0,0,0,0);font-family:var(--font-display),Georgia,serif;font-style:italic;font-size:2.75rem;letter-spacing:.1em}.trx-footer__social{display:flex;align-items:center;gap:.75rem}.trx-footer__social-link{display:grid;place-items:center;width:40px;height:40px;border-radius:50%;color:var(--color-cream);border:1px solid rgba(242,237,224,.18);transition:color .2s cubic-bezier(.5,0,.5,1),border-color .2s cubic-bezier(.5,0,.5,1),background-color .2s cubic-bezier(.5,0,.5,1)}.trx-footer__social-link:hover{color:var(--color-plum);background:var(--color-gold);border-color:var(--color-gold)}.trx-footer__col-title{font-size:.5625rem;letter-spacing:.25em;text-transform:uppercase;color:var(--color-gold)}.trx-footer__col-title,.trx-footer__link{font-family:var(--font-body),-apple-system,sans-serif}.trx-footer__link{font-size:.8125rem;color:rgba(242,237,224,.55);transition:color .2s cubic-bezier(.5,0,.5,1)}.trx-footer__link:hover{color:var(--color-cream)}.trx-footer__hours{display:flex;flex-direction:column;gap:.55rem}.trx-footer__hours-row{display:flex;align-items:baseline;justify-content:space-between;gap:1.5rem;font-family:var(--font-body),-apple-system,sans-serif;font-size:.8125rem;max-width:270px}.trx-footer__hours-day{color:rgba(242,237,224,.4);letter-spacing:.06em}.trx-footer__hours-time{color:rgba(242,237,224,.75);white-space:nowrap}.trx-footer__contact{display:flex;flex-direction:column;align-items:flex-start;gap:.75rem;font-style:normal;text-align:left}.trx-footer__contact-line{display:flex;align-items:flex-start;line-height:1.7;color:rgba(242,237,224,.6)}.trx-footer__contact-line,.trx-footer__contact-link{gap:.6rem;font-family:var(--font-body),-apple-system,sans-serif;font-size:.8125rem}.trx-footer__contact-link{display:inline-flex;align-items:center;color:rgba(242,237,224,.75);transition:color .2s cubic-bezier(.5,0,.5,1);width:-moz-fit-content;width:fit-content}.trx-footer__contact-link:hover{color:var(--color-gold)}.trx-footer__contact-icon{flex-shrink:0;font-size:1rem;color:var(--color-gold)}.trx-footer__contact-line .trx-footer__contact-icon{margin-top:.15rem}.trx-footer__bottom{border-top:1px solid rgba(242,237,224,.1)}.trx-footer__copy,.trx-footer__legal-link{font-family:var(--font-body),-apple-system,sans-serif;font-size:.625rem;letter-spacing:.025em;color:rgba(242,237,224,.25)}.trx-footer__legal-link{transition:color .2s cubic-bezier(.5,0,.5,1)}.trx-footer__legal-link:hover{color:rgba(242,237,224,.5)}.trx-header{position:sticky;top:0;z-index:50;background:#fff}.trx-header__bar{width:100%;height:4rem;padding:0 clamp(1rem,4vw,1.5rem);background:#fff;border-bottom:1px solid rgba(0,0,0,0);transition:border-color .28s cubic-bezier(.5,0,.5,1)}.trx-header__bar.is-scrolled{border-bottom-color:#4b4b4b}@media(min-width:1024px){.trx-header{position:fixed;top:0;left:0;right:0;background:rgba(0,0,0,0);display:flex;justify-content:center;pointer-events:none;padding:0 clamp(12px,2vw,28px)}.trx-header__bar{pointer-events:auto;max-width:min(1440px,76vw);padding:0 clamp(1rem,2vw,1.75rem);border-bottom:none;border-radius:0 0 22px 22px;transition:box-shadow .3s cubic-bezier(.5,0,.5,1)}.trx-header__bar.is-scrolled{box-shadow:0 10px 30px rgba(20,20,20,.12)}}.trx-nav__icon-btn{display:flex;align-items:center;justify-content:center;color:var(--color-text);transition:color .2s cubic-bezier(.5,0,.5,1),opacity .2s cubic-bezier(.5,0,.5,1);cursor:pointer;background:none;border:none;padding:0;line-height:1}.trx-nav__icon-btn:hover{color:var(--color-gold)}.trx-nav__icon-btn:disabled{opacity:.35;cursor:default}.trx-nav__cart{display:flex;align-items:center;gap:10px;color:var(--color-text);background:none;border:none;padding:0;cursor:pointer;transition:color .2s cubic-bezier(.5,0,.5,1)}.trx-nav__cart:hover{color:var(--color-gold)}.trx-nav__cart-icon{position:relative;display:flex;align-items:center;line-height:1}.trx-nav__cart-badge{position:absolute;top:-6px;right:-8px;min-width:16px;height:16px;padding:0 3px;border-radius:8px;background:var(--color-pink);color:#fff;font-size:.625rem;font-weight:700;line-height:16px;text-align:center;pointer-events:none}.trx-nav__cart-badge,.trx-nav__cart-total{font-family:var(--font-body),-apple-system,sans-serif}.trx-nav__cart-total{font-size:.75rem;font-weight:500;letter-spacing:.04em;color:var(--color-text);white-space:nowrap}.trx-nav__search{display:flex;align-items:center;gap:7px;padding:7px 14px;background:#fff;border-radius:9999px;box-shadow:inset 0 2px 6px rgba(20,20,20,.18);transition:box-shadow .2s cubic-bezier(.5,0,.5,1)}.trx-nav__search:focus-within{box-shadow:inset 0 2px 7px rgba(20,20,20,.24)}.trx-nav__search:focus-within .trx-nav__search-icon{color:var(--color-gold)}.trx-nav__search-icon{flex-shrink:0;color:var(--color-muted);transition:color .2s cubic-bezier(.5,0,.5,1)}.trx-nav__search-input{background:none;border:none;outline:none;color:var(--color-text);font-family:var(--font-body),-apple-system,sans-serif;font-size:.6875rem;letter-spacing:.08em;width:130px}.trx-nav__search-input::-moz-placeholder{color:rgba(20,20,20,.4);opacity:1}.trx-nav__search-input::placeholder{color:rgba(20,20,20,.4);opacity:1}@media(orientation:portrait){body{padding-bottom:calc(58px + env(safe-area-inset-bottom, 0px))}}.trx-bottom-nav{display:none}@media(orientation:portrait){.trx-bottom-nav{display:flex}}.trx-bottom-nav{position:fixed;left:0;right:0;bottom:0;z-index:52;background:var(--color-plum);padding-bottom:env(safe-area-inset-bottom,0);box-shadow:0 -12px 34px rgba(0,0,0,.5);justify-content:space-around;align-items:stretch;-webkit-tap-highlight-color:rgba(0,0,0,0)}.trx-bottom-nav__item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;flex:1;justify-content:flex-start;padding:13px 4px 11px;color:var(--color-gold);font-family:var(--font-body),-apple-system,sans-serif;font-size:.625rem;letter-spacing:.02em;transition:color .2s cubic-bezier(.5,0,.5,1),transform .14s cubic-bezier(.5,0,.5,1)}.trx-bottom-nav__item:hover{color:var(--color-gold-light)}.trx-bottom-nav__item:active{transform:scale(.86)}.trx-bottom-nav__item.active{color:var(--color-gold-light);font-weight:600}.trx-bottom-nav__item span{color:#fff}.trx-bottom-nav__icon{position:relative;display:flex}.trx-bottom-nav__badge{position:absolute;top:-5px;right:-8px;min-width:15px;height:15px;padding:0 3px;border-radius:8px;background:var(--color-pink);color:#fff;font-weight:700;line-height:15px;text-align:center;pointer-events:none}.trx-bottom-nav__badge,.trx-bottom-nav__menu{font-family:var(--font-body),-apple-system,sans-serif;font-size:.625rem}.trx-bottom-nav__menu{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:2px;flex:1;padding:13px 4px 11px;background:none;border:none;cursor:pointer;color:var(--color-gold);letter-spacing:.02em;transition:color .2s cubic-bezier(.5,0,.5,1)}.trx-bottom-nav__menu:hover{color:var(--color-gold-light)}.trx-bottom-nav__menu.is-open{color:var(--color-gold-light);font-weight:600}.trx-bottom-nav__menu>span:last-child{color:#fff}.trx-bottom-nav__menu-slot{width:18px;height:18px}.trx-bottom-nav__menu-circle{position:absolute;top:-16px;left:50%;transform:translateX(-50%);display:grid;place-items:center;width:46px;height:46px;border-radius:50%;background:var(--gold-gradient);color:#141414;border:none;box-shadow:0 4px 12px rgba(0,0,0,.45);transition:transform .14s cubic-bezier(.5,0,.5,1),filter .2s cubic-bezier(.5,0,.5,1)}.trx-bottom-nav__menu.is-open .trx-bottom-nav__menu-circle,.trx-bottom-nav__menu:hover .trx-bottom-nav__menu-circle{filter:brightness(1.08)}.trx-bottom-nav__menu:active .trx-bottom-nav__menu-circle{transform:translateX(-50%) scale(.86)}.trx-mobile-menu{position:fixed;inset:0;z-index:51;display:flex;flex-direction:column;background:var(--color-plum);color:var(--color-cream);padding-bottom:calc(78px + env(safe-area-inset-bottom, 0px))}.trx-mobile-menu--drawer{right:auto;width:min(380px,88vw);z-index:60;border-radius:0 24px 24px 0;padding-bottom:env(safe-area-inset-bottom,0)}.trx-mobile-menu__backdrop{position:fixed;inset:0;z-index:59;background:rgba(20,20,20,.5)}.trx-mobile-menu__header{display:flex;align-items:center;justify-content:space-between;padding:calc(18px + env(safe-area-inset-top, 0px)) 1.5rem .5rem}.trx-mobile-menu__title{font-family:var(--font-body),-apple-system,sans-serif;font-size:.6875rem;text-transform:uppercase;letter-spacing:.24em;color:var(--color-gold)}.trx-mobile-menu__close{display:grid;place-items:center;width:44px;height:44px;margin-right:-8px;background:none;border:none;cursor:pointer;color:var(--color-cream);transition:color .2s cubic-bezier(.5,0,.5,1)}.trx-mobile-menu__close:hover{color:var(--color-gold)}.trx-mobile-menu__list{flex:1;display:flex;flex-direction:column;justify-content:center;gap:.5rem;padding:.5rem 1.25rem 2rem;overflow-y:auto}.trx-mobile-menu__link{display:flex;align-items:center;gap:.85rem;padding:.9rem 1rem;border-radius:14px;color:hsla(0,0%,100%,.7);font-family:var(--font-body),-apple-system,sans-serif;font-size:1.0625rem;font-weight:500;letter-spacing:.01em;line-height:1.1;transition:color .2s cubic-bezier(.5,0,.5,1),background-color .2s cubic-bezier(.5,0,.5,1)}.trx-mobile-menu__link svg{flex-shrink:0;font-size:1.05rem;color:hsla(0,0%,100%,.7);transition:color .2s cubic-bezier(.5,0,.5,1)}.trx-mobile-menu__link:hover{color:#fff;background:hsla(0,0%,100%,.05)}.trx-mobile-menu__link:hover svg{color:#fff}.trx-mobile-menu__link.is-active{color:var(--color-gold);background:hsla(0,0%,100%,.04)}.trx-mobile-menu__link.is-active svg{color:var(--color-gold)}.trx-splash{position:fixed;inset:0;z-index:9999;display:grid;place-items:center;background:#fff;padding:2rem}.trx-splash__logo{width:auto;height:clamp(48px,12vw,104px);max-width:min(80vw,420px);-o-object-fit:contain;object-fit:contain}.trx-splash__wordmark{background:var(--gold-gradient);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);color:rgba(0,0,0,0);font-family:var(--font-display),Georgia,serif;font-style:italic;font-size:clamp(2.75rem,12vw,5rem);letter-spacing:.1em;line-height:1}.trx-product-card{display:flex;flex-direction:column;height:100%;border-radius:14px;overflow:hidden;background:var(--color-surface);box-shadow:0 6px 24px rgba(20,20,20,.08),0 2px 6px rgba(20,20,20,.05);transition:box-shadow .28s cubic-bezier(.5,0,.5,1),transform .28s cubic-bezier(.5,0,.5,1)}.trx-product-card:hover{box-shadow:0 18px 44px rgba(20,20,20,.15),0 5px 14px rgba(20,20,20,.08);transform:translateY(-4px)}.trx-product-card__image-wrap{position:relative;aspect-ratio:3/4;overflow:hidden;background:var(--color-blush)}.trx-product-card__image-wrap img{transition:transform .5s cubic-bezier(.5,0,.5,1)}.trx-product-card:hover .trx-product-card__image-wrap img{transform:scale(1.05)}.trx-product-card__info{flex:1;display:flex;flex-direction:column;padding:.85rem .95rem 1rem;background:var(--color-surface)}.trx-product-card__title{font-family:var(--font-body),-apple-system,sans-serif;font-size:.95rem;font-weight:700;letter-spacing:.03em;text-transform:uppercase;line-height:1.25;color:var(--color-text);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.5em}@media(max-width:640px){.trx-product-card__title{font-size:.8rem}}.trx-product-card__meta{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin:.7rem 0;padding:.7rem 0;border-top:1px solid rgba(20,20,20,.07);border-bottom:1px solid rgba(20,20,20,.07)}.trx-product-card__colors{display:flex;flex-wrap:wrap;gap:4px}.trx-product-card__color{width:14px;height:14px;border-radius:50%;box-shadow:inset 0 0 0 1px rgba(20,20,20,.18)}.trx-product-card__color--empty{background:linear-gradient(45deg,rgba(20,20,20,.12) 25%,transparent 25% 75%,rgba(20,20,20,.12) 75%),#fff;background-size:8px 8px}.trx-product-card__sizes{flex-shrink:0;font-family:var(--font-body),-apple-system,sans-serif;font-size:.72rem;font-weight:500;letter-spacing:.06em;color:var(--color-muted);white-space:nowrap}.trx-product-card__price{margin-top:auto;display:flex;align-items:baseline;gap:.5rem}.trx-product-card__price-original{font-family:var(--font-body),-apple-system,sans-serif;font-size:.75rem;color:#aaa;text-decoration:line-through}.trx-product-card__price-current{font-family:var(--font-body),-apple-system,sans-serif;font-size:.95rem;font-weight:600;letter-spacing:.02em}.trx-product-card__price-current--sale{color:var(--color-rose)}.trx-product-card__price-current--regular{background:var(--gold-gradient);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}.trx-filter-trigger{display:inline-flex;align-items:center;gap:.4rem;padding:.5rem .9rem;border:1px solid rgba(20,20,20,.12);border-radius:9999px;background:#fff;font-family:var(--font-body),-apple-system,sans-serif;font-size:.78rem;letter-spacing:.03em;color:var(--color-text);cursor:pointer;transition:border-color .2s cubic-bezier(.5,0,.5,1),color .2s cubic-bezier(.5,0,.5,1)}.trx-filter-trigger:hover{border-color:var(--color-gold)}.trx-filter-count{display:inline-grid;place-items:center;min-width:16px;height:16px;padding:0 4px;border-radius:8px;background:var(--color-gold);color:#141414;font-size:.6rem;font-weight:700;line-height:1}.trx-filter-panel{z-index:60;min-width:210px;max-height:340px;overflow-y:auto;margin-top:8px;padding:.5rem;background:#fff;border:1px solid rgba(20,20,20,.08);border-radius:14px;box-shadow:0 18px 44px rgba(20,20,20,.14)}.trx-filter-options{display:flex;flex-direction:column;gap:2px}.trx-filter-option{display:flex;align-items:center;gap:.6rem;width:100%;padding:.5rem .6rem;border:none;border-radius:8px;background:none;font-family:var(--font-body),-apple-system,sans-serif;font-size:.82rem;color:var(--color-text);text-align:left;cursor:pointer;transition:background-color .15s cubic-bezier(.5,0,.5,1)}.trx-filter-option:hover{background:rgba(20,20,20,.04)}.trx-filter-option.is-active{font-weight:600}.trx-filter-option__label{flex:1}.trx-filter-option__check{flex-shrink:0;color:var(--color-gold)}.trx-filter-swatch{width:16px;height:16px;flex-shrink:0;border-radius:50%;background:#fff;box-shadow:inset 0 0 0 1px rgba(20,20,20,.18)}.trx-filter-clear{font-family:var(--font-body),-apple-system,sans-serif;font-size:.75rem;color:var(--color-muted);text-decoration:underline;background:none;border:none;cursor:pointer}.trx-filter-clear:hover,.trx-filter-sort{color:var(--color-text)}.trx-filter-sort{font-family:var(--font-body),-apple-system,sans-serif;font-size:.78rem;letter-spacing:.02em;background:#fff;border:1px solid rgba(20,20,20,.12);border-radius:9999px;padding:.5rem .9rem;cursor:pointer}.trx-filter-sort:focus,.trx-filter-sort:hover{border-color:var(--color-gold)}.trx-filter-sort:focus{outline:none}.trx-filter-sort-label{font-family:var(--font-body),-apple-system,sans-serif;font-size:.6rem;letter-spacing:.18em;text-transform:uppercase;color:var(--color-muted)}.trx-filter-overlay{position:fixed;inset:0;z-index:9999;display:flex;flex-direction:column;background:#fff}.trx-filter-overlay__head{display:flex;align-items:center;justify-content:space-between;padding:calc(18px + env(safe-area-inset-top, 0px)) 1.25rem 1rem;border-bottom:1px solid rgba(20,20,20,.08)}.trx-filter-overlay__title{font-family:var(--font-display),Georgia,serif;font-style:italic;font-size:1.6rem;color:var(--color-plum)}.trx-filter-overlay__body{flex:1;overflow-y:auto;padding:1.25rem;display:flex;flex-direction:column;gap:1.75rem}.trx-filter-overlay__group{display:flex;flex-direction:column;gap:.5rem}.trx-filter-overlay__group-title{font-family:var(--font-body),-apple-system,sans-serif;font-size:.65rem;letter-spacing:.2em;text-transform:uppercase;color:var(--color-muted)}.trx-filter-overlay__foot{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.25rem calc(1rem + env(safe-area-inset-bottom, 0px));border-top:1px solid rgba(20,20,20,.08)}.trx-filter-apply{flex:1;padding:.85rem;border:none;border-radius:12px;background:var(--color-plum);color:#fff;font-weight:600;font-size:.85rem;cursor:pointer}.trx-filter-apply,.trx-wartung-hinweis{font-family:var(--font-body),-apple-system,sans-serif}.trx-wartung-hinweis{position:fixed;left:50%;bottom:1rem;transform:translateX(-50%);z-index:60;display:inline-flex;align-items:center;gap:.55rem;max-width:calc(100vw - 2rem);padding:.6rem 1.1rem;border-radius:999px;border:1px solid rgba(201,168,76,.45);background:rgba(26,26,26,.92);color:#f5efe2;font-size:.78rem;letter-spacing:.02em;line-height:1.3;text-align:left;box-shadow:0 10px 28px rgba(0,0,0,.28);pointer-events:none}.trx-wartung-hinweis__punkt{flex:none;width:8px;height:8px;border-radius:50%;background:var(--color-gold);animation:trx-wartung-puls 1.8s ease-in-out infinite}@keyframes trx-wartung-puls{0%,to{opacity:1}50%{opacity:.25}}@media(prefers-reduced-motion:reduce){.trx-wartung-hinweis__punkt{animation:none}}.trx-hero{position:relative;isolation:isolate;display:flex;align-items:flex-end;overflow:hidden;margin:clamp(12px,2vw,28px)}@media(min-width:1024px){.trx-hero{margin-top:calc(clamp(12px,2vw,28px) - 4rem);align-items:center}}.trx-hero{min-height:60vh;border-radius:24px}.trx-hero__bg{position:absolute;inset:0;z-index:-2;background-size:cover;background-position:50%;animation:trx-ken-burns 14s ease-in-out infinite alternate;transform-origin:center;will-change:transform}.trx-hero__bg--fallback{background:var(--gold-gradient);animation:none}.trx-hero__overlay{position:absolute;inset:0;z-index:-1;background:linear-gradient(0deg,rgba(20,20,20,.92) 0,rgba(20,20,20,.58) 34%,rgba(20,20,20,.12) 72%,rgba(20,20,20,0))}@media(min-width:1024px){.trx-hero__overlay{background:linear-gradient(90deg,rgba(20,20,20,.74),rgba(20,20,20,.48) 42%,rgba(20,20,20,.12))}}.trx-hero__content{max-width:640px;padding:clamp(2rem,6vw,5.5rem);color:var(--color-cream)}.trx-hero__eyebrow{display:inline-block;font-family:var(--font-body),-apple-system,sans-serif;font-size:.75rem;letter-spacing:.24em;text-transform:uppercase;color:var(--color-gold);margin-bottom:1.25rem}.trx-hero__title{font-family:var(--font-display),Georgia,serif;font-weight:500;font-size:clamp(2.5rem,7vw,4.75rem);line-height:1.02;color:#fff;white-space:pre-line;margin-bottom:1.5rem}.trx-hero__text{font-size:clamp(.9rem,1.7vw,1.05rem);line-height:1.6;color:rgba(242,237,224,.85);max-width:44ch;margin-bottom:1.75rem}.trx-hero__cta,.trx-hero__text{font-family:var(--font-body),-apple-system,sans-serif}.trx-hero__cta{display:inline-flex;align-items:center;gap:.6rem;padding:.55rem 1.35rem;background:linear-gradient(135deg,var(--color-gold-light) 0,var(--color-gold) 100%);color:#141414;font-weight:600;font-size:.78rem;letter-spacing:.04em;border-radius:11px;transition:transform .2s cubic-bezier(.5,0,.5,1),box-shadow .2s cubic-bezier(.5,0,.5,1),filter .2s cubic-bezier(.5,0,.5,1)}.trx-hero__cta:hover{filter:brightness(1.06);transform:translateY(-2px);box-shadow:0 10px 24px rgba(201,168,76,.35)}@keyframes trx-ken-burns{0%{transform:scale(1.02) translate(0)}to{transform:scale(1.14) translate(-2%,-1.5%)}}.trx-page-hero{position:relative;isolation:isolate;display:flex;align-items:center;justify-content:center;text-align:center;overflow:hidden;margin:clamp(12px,2vw,28px)}@media(min-width:1024px){.trx-page-hero{margin-top:calc(clamp(12px,2vw,28px) - 4rem)}}.trx-page-hero{min-height:min(39vh,360px);border-radius:24px}.trx-page-hero__bg{position:absolute;inset:0;z-index:-2;background-size:cover;background-position:50%;animation:trx-ken-burns 14s ease-in-out infinite alternate;transform-origin:center;will-change:transform}.trx-page-hero__bg--fallback{background:var(--gold-gradient);animation:none}.trx-page-hero__overlay{position:absolute;inset:0;z-index:-1;background:rgba(20,20,20,.48)}.trx-page-hero__title{padding:clamp(1.5rem,5vw,3rem);font-family:var(--font-display),Georgia,serif;font-weight:500;font-size:clamp(2rem,5.5vw,3.5rem);line-height:1.05;color:#fff}.trx-home-cats{width:100%;max-width:1440px;margin-inline:auto;margin-block:clamp(4rem,7vw,5rem);padding-inline:clamp(1.25rem,4vw,2rem)}.trx-home-cats__intro{padding:clamp(.5rem,2vw,2rem) clamp(.5rem,2vw,1.5rem)}.trx-home-cats__intro-heading{font-family:var(--font-display),Georgia,serif;font-weight:500;font-size:clamp(1.9rem,3.4vw,2.75rem);line-height:1.08;color:var(--color-plum);margin-bottom:1rem}.trx-home-cats__intro-text{font-family:var(--font-body),-apple-system,sans-serif;font-size:.9rem;line-height:1.7;color:var(--color-muted);max-width:44ch}.trx-home-cats__card{position:relative;isolation:isolate;display:flex;align-items:flex-end;overflow:hidden;min-height:260px;border-radius:20px;color:var(--color-cream);box-shadow:0 14px 40px rgba(20,20,20,.14),0 4px 12px rgba(20,20,20,.08);transition:transform .35s cubic-bezier(.22,1,.36,1),box-shadow .35s cubic-bezier(.22,1,.36,1)}.trx-home-cats__card:hover{transform:translateY(-4px);box-shadow:0 24px 55px rgba(20,20,20,.2),0 6px 16px rgba(20,20,20,.1)}.trx-home-cats__card:hover .trx-home-cats__card-bg{transform:scale(1.06)}.trx-home-cats__card-bg{position:absolute;inset:0;z-index:-2;background-size:cover;background-position:50%;transition:transform .5s cubic-bezier(.22,1,.36,1)}.trx-home-cats__card-bg--fallback{background:var(--gold-gradient)}.trx-home-cats__card-overlay{position:absolute;inset:0;z-index:-1;background:linear-gradient(180deg,rgba(20,20,20,0) 32%,rgba(20,20,20,.78))}.trx-home-cats__card-body{padding:1.5rem 1.5rem 1.6rem}.trx-home-cats__card-heading{font-family:var(--font-display),Georgia,serif;font-weight:500;font-size:clamp(1.85rem,4.5vw,2.15rem);line-height:1.1;color:var(--color-gold);margin-bottom:.35rem}.trx-home-cats__card-text{font-family:var(--font-body),-apple-system,sans-serif;font-size:.82rem;line-height:1.5;color:rgba(242,237,224,.82)}.trx-pdp{width:100%;background:#f6f5f3}.trx-pdp__gallery{display:flex;flex-direction:row;gap:.75rem;align-items:flex-start}@media(max-width:1023.98px){.trx-pdp__gallery{flex-direction:column;gap:.5rem}}.trx-pdp__thumbs{display:flex;flex-direction:column;gap:.5rem;flex-shrink:0;width:80px}@media(max-width:1023.98px){.trx-pdp__thumbs{flex-direction:row;order:2;width:100%;overflow-x:auto;padding-bottom:.25rem;scrollbar-width:none}.trx-pdp__thumbs::-webkit-scrollbar{display:none}}.trx-pdp__thumb{position:relative;flex-shrink:0;width:80px;aspect-ratio:3/4;overflow:hidden;border-radius:10px;cursor:pointer;border:2px solid rgba(0,0,0,0);transition:border-color .15s cubic-bezier(.5,0,.5,1);background:var(--color-surface)}@media(max-width:1023.98px){.trx-pdp__thumb{width:60px}}.trx-pdp__thumb:hover{border-color:rgba(201,168,76,.35)}.trx-pdp__thumb--active{border-color:var(--color-rose)}.trx-pdp__main-image{position:relative;flex:1;min-width:0;width:100%;aspect-ratio:3/4;overflow:hidden;border-radius:18px;background:var(--color-surface)}@media(max-width:1023.98px){.trx-pdp__main-image{order:1}}.trx-pdp__info{background:rgba(0,0,0,0)}@media(min-width:1024px){.trx-pdp__info{border-left:1px solid var(--color-border)}}.trx-legal{max-width:70ch;margin-inline:auto;color:var(--color-text)}.trx-legal__title{font-family:var(--font-display),Georgia,serif;font-size:clamp(2rem,4vw,2.75rem);font-weight:600;line-height:1.1;color:var(--color-text);margin-bottom:2rem}.trx-legal__empty{color:var(--color-muted);font-style:italic}.trx-legal__body,.trx-legal__empty{font-family:var(--font-body),-apple-system,sans-serif}.trx-legal__body{font-size:1rem;line-height:1.75;color:var(--color-text)}.trx-legal__body h2{font-size:1.6rem;line-height:1.2;margin:2.25rem 0 .75rem}.trx-legal__body h2,.trx-legal__body h3{font-family:var(--font-display),Georgia,serif;font-weight:600}.trx-legal__body h3{font-size:1.25rem;margin:1.75rem 0 .5rem}.trx-legal__body h4{font-weight:600;margin:1.25rem 0 .5rem}.trx-legal__body p{margin:0 0 1rem}.trx-legal__body ol,.trx-legal__body ul{margin:0 0 1rem;padding-left:1.5rem}.trx-legal__body li{margin-bottom:.4rem}.trx-legal__body a{color:var(--color-rose);text-decoration:underline;text-underline-offset:2px}.trx-legal__body a:hover{color:var(--color-rose-hover)}.trx-legal__body strong{font-weight:600}.trx-legal__body hr{border:0;border-top:1px solid var(--color-border);margin:2rem 0}.trx-legal__body table{width:100%;border-collapse:collapse;margin:0 0 1.25rem}.trx-legal__body td,.trx-legal__body th{text-align:left;padding:.5rem .75rem;border-bottom:1px solid var(--color-border);vertical-align:top}.trx-legal__body img{max-width:100%;height:auto}.trx-legal__body>:first-child{margin-top:0}.trx-404{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;min-height:min(70vh,620px);padding-block:clamp(3rem,8vw,6rem);gap:.35rem}.trx-404__code{line-height:.9;font-size:clamp(5.5rem,22vw,11rem);background:var(--gold-gradient);-webkit-background-clip:text;background-clip:text;color:rgba(0,0,0,0);letter-spacing:.02em}.trx-404__code,.trx-404__title{font-family:var(--font-display),Georgia,serif;font-weight:600}.trx-404__title{font-size:clamp(1.5rem,4vw,2.25rem);color:var(--color-text);margin-top:.5rem}.trx-404__text{font-family:var(--font-body),-apple-system,sans-serif;font-size:1rem;line-height:1.6;color:var(--color-muted);max-width:46ch;margin-top:.75rem}.trx-404__actions{display:flex;flex-wrap:wrap;justify-content:center;gap:.85rem;margin-top:2rem}.trx-404__btn{display:inline-flex;align-items:center;gap:.5rem;padding:.7rem 1.6rem;font-family:var(--font-body),-apple-system,sans-serif;font-weight:600;font-size:.82rem;letter-spacing:.04em;border-radius:11px;transition:transform .2s cubic-bezier(.5,0,.5,1),box-shadow .2s cubic-bezier(.5,0,.5,1),filter .2s cubic-bezier(.5,0,.5,1),background .2s cubic-bezier(.5,0,.5,1),color .2s cubic-bezier(.5,0,.5,1)}.trx-404__btn--primary{background:linear-gradient(135deg,var(--color-gold-light) 0,var(--color-gold) 100%);color:#141414}.trx-404__btn--primary:hover{filter:brightness(1.06);transform:translateY(-2px);box-shadow:0 10px 24px rgba(201,168,76,.35)}.trx-404__btn--ghost{border:1px solid var(--color-border);color:var(--color-text);background:rgba(0,0,0,0)}.trx-404__btn--ghost:hover{border-color:var(--color-gold);color:var(--color-gold);transform:translateY(-2px)}.trx-checkout-entry{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;min-height:min(70vh,620px);padding-block:clamp(3rem,8vw,6rem)}.trx-checkout-entry__title{font-family:var(--font-display),Georgia,serif;font-weight:600;font-size:clamp(1.6rem,4.5vw,2.5rem);color:var(--color-text)}.trx-checkout-entry__text{font-family:var(--font-body),-apple-system,sans-serif;font-size:1rem;line-height:1.6;color:var(--color-muted);max-width:46ch;margin-top:.75rem}.trx-checkout-entry__actions{display:flex;flex-direction:column;align-items:stretch;gap:.85rem;margin-top:2.25rem;width:min(100%,21rem)}.trx-checkout-entry__btn{display:inline-flex;align-items:center;justify-content:center;width:100%;padding:.85rem 1.6rem;font-family:var(--font-body),-apple-system,sans-serif;font-weight:600;font-size:.82rem;letter-spacing:.04em;border-radius:11px;transition:transform .2s cubic-bezier(.5,0,.5,1),box-shadow .2s cubic-bezier(.5,0,.5,1),filter .2s cubic-bezier(.5,0,.5,1),border-color .2s cubic-bezier(.5,0,.5,1),color .2s cubic-bezier(.5,0,.5,1)}.trx-checkout-entry__btn--primary{background:linear-gradient(135deg,var(--color-gold-light) 0,var(--color-gold) 100%);color:#141414}.trx-checkout-entry__btn--primary:hover{filter:brightness(1.06);transform:translateY(-2px);box-shadow:0 10px 24px rgba(201,168,76,.35)}.trx-checkout-entry__btn--ghost{border:1px solid var(--color-border);color:var(--color-text);background:rgba(0,0,0,0)}.trx-checkout-entry__btn--ghost:hover{border-color:var(--color-gold);color:var(--color-gold);transform:translateY(-2px)}.trx-checkout-entry__hint{font-size:.78rem;line-height:1.55;max-width:40ch;margin-top:.65rem}.trx-checkout-entry__hint,.trx-checkout-entry__login{font-family:var(--font-body),-apple-system,sans-serif;color:var(--color-muted)}.trx-checkout-entry__login{font-size:.85rem;margin-top:2rem}.trx-checkout-entry__login a{color:var(--color-gold);text-decoration:underline;text-underline-offset:3px;transition:filter .2s cubic-bezier(.5,0,.5,1)}.trx-checkout-entry__login a:hover{filter:brightness(1.15)}