:root{--theray-ink: #0B0B0F;--theray-ink-soft: #1A1A1F;--theray-smoke: #2A2A2F;--theray-mist: #8A8A92;--theray-paper: #F4EFE6;--theray-milk: #FAFAF7;--theray-signal: #E4352B;--theray-signal-dark: #B82A22;--theray-gold: #C4A24C;--theray-gold-soft: #D9BC7A;--theray-display: "Anton", sans-serif;--theray-body: "Archivo", sans-serif;--theray-editorial: "Fraunces", serif;--theray-section-pad: clamp(3rem, 8vw, 6rem)}.theray-section *{box-sizing:border-box}.theray-section{font-family:var(--theray-body);color:var(--theray-ink);line-height:1.5;-webkit-font-smoothing:antialiased}.theray-top-banner{background:var(--theray-ink);color:var(--theray-paper);padding:.7rem 0;text-align:center;font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;position:relative;z-index:100;overflow:hidden;border-bottom:1px solid rgba(244,239,230,.08)}.theray-top-banner:before,.theray-top-banner:after{content:"";position:absolute;top:0;bottom:0;width:80px;z-index:2;pointer-events:none}.theray-top-banner:before{left:0;background:linear-gradient(90deg,var(--theray-ink) 0%,transparent 100%)}.theray-top-banner:after{right:0;background:linear-gradient(-90deg,var(--theray-ink) 0%,transparent 100%)}.theray-banner-track{display:flex;gap:2.5rem;animation:theray-scroll 30s linear infinite;white-space:nowrap}.theray-banner-track span{display:inline-flex;align-items:center;gap:.5rem;color:var(--theray-paper)}.theray-banner-track span:before{content:"\2726";color:var(--theray-signal);font-size:.7rem}@keyframes theray-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.theray-hero{background:var(--theray-ink);color:var(--theray-paper);min-height:90vh;position:relative;overflow:hidden;display:flex;align-items:center;padding:var(--theray-section-pad) 1.5rem}.theray-hero-grid{position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(196,162,76,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(196,162,76,.04) 1px,transparent 1px);background-size:80px 80px;pointer-events:none}.theray-hero-noise{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.06;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' /%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E")}.theray-hero-content{max-width:1400px;margin:0 auto;width:100%;position:relative;z-index:2;display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}@media(min-width:1024px){.theray-hero-content{grid-template-columns:1.2fr 1fr}}.theray-hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:var(--theray-signal);color:#fff;padding:.4rem .9rem;font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;margin-bottom:1.5rem;transform:rotate(-2deg)}.theray-hero-badge:before{content:"";width:6px;height:6px;background:#fff;border-radius:50%;animation:theray-pulse 1.5s ease infinite}@keyframes theray-pulse{0%,to{opacity:1}50%{opacity:.3}}.theray-hero-title{font-family:var(--theray-display);font-size:clamp(3.5rem,10vw,8rem);line-height:.95;letter-spacing:-.02em;margin-bottom:1.5rem;text-transform:uppercase}.theray-hero-title .highlight{color:var(--theray-signal);position:relative;display:inline-block}.theray-hero-title .strike{position:relative;display:inline-block}.theray-hero-title .strike:after{content:"";position:absolute;left:-5%;right:-5%;top:50%;height:6px;background:var(--theray-signal);transform:rotate(-3deg)}.theray-hero-subtitle{font-family:var(--theray-editorial);font-style:italic;font-size:clamp(1rem,2vw,1.35rem);line-height:1.5;color:var(--theray-paper);opacity:.85;max-width:520px;margin-bottom:2.5rem;font-weight:300}.theray-hero-cta-group{display:flex;gap:1rem;flex-wrap:wrap;align-items:center}.theray-btn-primary{background:var(--theray-signal);color:#fff;padding:1.1rem 2rem;font-family:var(--theray-body);font-weight:800;font-size:.95rem;letter-spacing:.08em;text-transform:uppercase;border:none;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;gap:.75rem;transition:all .2s;position:relative;overflow:hidden}.theray-btn-primary:after{content:"\2192";transition:transform .2s}.theray-btn-primary:hover{background:var(--theray-signal-dark);transform:translate(-2px,-2px);box-shadow:4px 4px 0 var(--theray-gold);color:#fff}.theray-btn-primary:hover:after{transform:translate(5px)}.theray-btn-secondary{background:transparent;color:var(--theray-paper);padding:1.1rem 2rem;font-family:var(--theray-body);font-weight:700;font-size:.95rem;letter-spacing:.08em;text-transform:uppercase;border:2px solid var(--theray-paper);cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;gap:.75rem;transition:all .2s}.theray-btn-secondary:hover{background:var(--theray-paper);color:var(--theray-ink)}.theray-btn-inverted{background:#fff;color:var(--theray-signal);padding:1.3rem 2.5rem;font-family:var(--theray-body);font-weight:800;font-size:1rem;letter-spacing:.08em;text-transform:uppercase;border:none;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;gap:.75rem;transition:all .2s}.theray-btn-inverted:hover{background:var(--theray-ink);color:#fff;transform:translate(-2px,-2px);box-shadow:4px 4px 0 var(--theray-gold)}.theray-hero-visual{position:relative;aspect-ratio:4/5;max-width:500px;margin:0 auto}.theray-hero-visual-bg{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,var(--theray-paper) 0%,#E8DFCB 100%);transform:rotate(-2deg)}.theray-hero-visual-content{position:absolute;top:20px;right:20px;bottom:20px;left:20px;background:var(--theray-paper);display:flex;flex-direction:column;justify-content:center;align-items:center;padding:2rem;gap:1rem}.theray-promise-big{font-family:var(--theray-display);font-size:clamp(5rem,15vw,10rem);line-height:.85;color:var(--theray-ink);text-align:center}.theray-promise-big .sep{color:var(--theray-signal);display:inline-block;margin:0 .3rem}.theray-promise-labels{display:grid;grid-template-columns:1fr auto 1fr auto 1fr;gap:.3rem;align-items:center;font-family:var(--theray-body);font-size:.65rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--theray-ink);text-align:center;width:100%;max-width:400px}.theray-promise-labels .dot{width:4px;height:4px;background:var(--theray-signal);border-radius:50%}.theray-reassurance{background:var(--theray-paper);padding:2.5rem 1.5rem;border-top:1px solid rgba(11,11,15,.08);border-bottom:1px solid rgba(11,11,15,.08)}.theray-reassurance-grid{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}@media(min-width:768px){.theray-reassurance-grid{grid-template-columns:repeat(4,1fr)}}.theray-reassurance-item{display:flex;align-items:flex-start;gap:1rem}.theray-reassurance-icon{font-size:2rem;flex-shrink:0}.theray-reassurance-item h3{font-family:var(--theray-body);font-size:.85rem;font-weight:800;letter-spacing:.05em;text-transform:uppercase;margin-bottom:.25rem;color:var(--theray-ink)}.theray-reassurance-item p{font-size:.8rem;color:var(--theray-smoke);line-height:1.4;margin:0}.theray-section-label{display:inline-flex;align-items:center;gap:.75rem;font-family:var(--theray-body);font-size:.75rem;font-weight:800;letter-spacing:.15em;text-transform:uppercase;color:var(--theray-signal);margin-bottom:1.5rem}.theray-section-label:before{content:"";width:30px;height:2px;background:var(--theray-signal)}.theray-section-title{font-family:var(--theray-display);font-size:clamp(2.5rem,6vw,5rem);line-height:.95;letter-spacing:-.01em;text-transform:uppercase;margin-bottom:1rem}.theray-section-title .serif-accent{font-family:var(--theray-editorial);font-style:italic;font-weight:300;text-transform:none;letter-spacing:-.02em}.theray-featured{padding:var(--theray-section-pad) 1.5rem;background:var(--theray-paper)}.theray-featured-header{max-width:1400px;margin:0 auto 3rem;display:flex;justify-content:space-between;align-items:flex-end;flex-wrap:wrap;gap:1rem}.theray-view-all{font-family:var(--theray-body);font-size:.85rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;text-decoration:none;color:var(--theray-ink);border-bottom:2px solid var(--theray-ink);padding-bottom:2px;transition:color .2s}.theray-view-all:hover{color:var(--theray-signal);border-color:var(--theray-signal)}.theray-product-grid{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}@media(min-width:768px){.theray-product-grid{grid-template-columns:repeat(3,1fr);gap:2rem}}@media(min-width:1200px){.theray-product-grid{grid-template-columns:repeat(4,1fr)}}.theray-product-card{background:var(--theray-milk);padding:1rem;cursor:pointer;transition:transform .3s;position:relative;text-decoration:none;color:inherit;display:block}.theray-product-card:hover{transform:translateY(-4px);color:inherit}.theray-product-image{aspect-ratio:1;background:var(--theray-paper);margin-bottom:1rem;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center}.theray-product-image img{width:100%;height:100%;object-fit:cover}.theray-product-badge{position:absolute;top:.75rem;left:.75rem;background:var(--theray-signal);color:#fff;padding:.3rem .6rem;font-size:.65rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;transform:rotate(-3deg);z-index:2}.theray-product-brand{font-family:var(--theray-body);font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--theray-smoke);margin-bottom:.25rem}.theray-product-name{font-family:var(--theray-body);font-size:.95rem;font-weight:600;margin-bottom:.5rem;line-height:1.3;color:var(--theray-ink)}.theray-product-price{display:flex;align-items:baseline;gap:.5rem}.theray-product-price .current{font-family:var(--theray-display);font-size:1.5rem;letter-spacing:.02em;color:var(--theray-ink)}.theray-promise{background:var(--theray-ink);color:var(--theray-paper);padding:var(--theray-section-pad) 1.5rem;position:relative;overflow:hidden}.theray-promise-marquee{position:absolute;top:0;left:0;right:0;overflow:hidden;padding:1rem 0;border-bottom:1px solid rgba(244,239,230,.1)}.theray-marquee-track{display:flex;gap:2rem;animation:theray-scroll 25s linear infinite;white-space:nowrap;font-family:var(--theray-display);font-size:1.5rem;letter-spacing:.05em}.theray-marquee-track span{color:var(--theray-paper)}.theray-marquee-track span.signal{color:var(--theray-signal)}.theray-promise-content{max-width:1200px;margin:4rem auto 0;position:relative;z-index:2}.theray-promise-intro{font-family:var(--theray-editorial);font-style:italic;font-weight:300;font-size:clamp(1.2rem,2.5vw,1.8rem);line-height:1.4;max-width:700px;margin-bottom:4rem;color:#f4efe6d9}.theray-promise-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:768px){.theray-promise-grid{grid-template-columns:repeat(3,1fr);gap:3rem}}.theray-promise-item{border-top:2px solid var(--theray-signal);padding-top:1.5rem}.theray-promise-number{font-family:var(--theray-display);font-size:clamp(4rem,8vw,7rem);line-height:.9;color:var(--theray-paper);margin-bottom:1rem}.theray-promise-number .unit{font-size:.4em;color:var(--theray-gold);margin-left:.2em}.theray-promise-item h3{font-family:var(--theray-body);font-size:.85rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;margin-bottom:.75rem;color:var(--theray-signal)}.theray-promise-item p{font-size:.95rem;line-height:1.6;color:#f4efe6d9;margin:0}.theray-promise-footer{margin-top:4rem;padding-top:2rem;border-top:1px solid rgba(244,239,230,.1);font-family:var(--theray-editorial);font-style:italic;font-size:1rem;color:#f4efe699;text-align:center}.theray-comparatif{padding:var(--theray-section-pad) 1.5rem;background:var(--theray-paper)}.theray-comparatif-inner{max-width:1200px;margin:0 auto}.theray-comparatif-header{margin-bottom:3rem;text-align:center}.theray-comparatif-subtitle{font-family:var(--theray-editorial);font-style:italic;font-size:1.1rem;color:var(--theray-smoke);max-width:600px;margin:0 auto}.theray-comparatif-table{background:var(--theray-milk);overflow-x:auto;border:2px solid var(--theray-ink)}.theray-comparatif-table table{width:100%;border-collapse:collapse;min-width:600px}.theray-comparatif-table th,.theray-comparatif-table td{padding:1rem 1.2rem;text-align:left;border-bottom:1px solid rgba(11,11,15,.08)}.theray-comparatif-table thead th{background:var(--theray-ink);color:var(--theray-paper);font-family:var(--theray-body);font-size:.75rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.theray-comparatif-table thead th.theray{background:var(--theray-signal);position:relative}.theray-comparatif-table td:first-child{font-weight:600;font-size:.85rem}.theray-comparatif-table td{font-size:.85rem}.theray-comparatif-table td.theray{font-weight:700;color:var(--theray-signal);background:#e4352b0d}.theray-comparatif-note{margin-top:1rem;font-size:.75rem;font-style:italic;color:var(--theray-mist);text-align:center}.theray-process{background:var(--theray-ink-soft);color:var(--theray-paper);padding:var(--theray-section-pad) 1.5rem}.theray-process-inner{max-width:1400px;margin:0 auto}.theray-process-header{margin-bottom:4rem;text-align:center}.theray-process-header .theray-section-title{color:var(--theray-paper)}.theray-process-header .theray-section-title .serif-accent{color:var(--theray-gold)}.theray-process-subtitle{font-family:var(--theray-editorial);font-style:italic;font-size:1.1rem;color:#f4efe6b3;max-width:600px;margin:0 auto}.theray-process-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1px;background:#f4efe61a;border:1px solid rgba(244,239,230,.1)}@media(min-width:768px){.theray-process-grid{grid-template-columns:repeat(4,1fr)}}.theray-process-item{background:var(--theray-ink-soft);padding:2rem 1.5rem;position:relative;transition:background .3s}.theray-process-item:hover{background:var(--theray-ink)}.theray-process-number{font-family:var(--theray-display);font-size:3rem;color:var(--theray-signal);line-height:1;margin-bottom:1rem}.theray-process-item h4{font-family:var(--theray-body);font-size:.95rem;font-weight:800;letter-spacing:.05em;text-transform:uppercase;margin-bottom:.5rem;color:var(--theray-paper)}.theray-process-item p{font-size:.82rem;line-height:1.5;color:#f4efe6a6;margin:0}.theray-manifeste{padding:var(--theray-section-pad) 1.5rem;background:var(--theray-paper);position:relative}.theray-manifeste-inner{max-width:900px;margin:0 auto;text-align:center}.theray-manifeste-text{font-family:var(--theray-editorial);font-weight:300;font-size:clamp(1.3rem,2.8vw,2rem);line-height:1.5;color:var(--theray-ink)}.theray-manifeste-text strong{font-weight:500;color:var(--theray-signal);font-style:normal}.theray-manifeste-text .serif-accent{font-style:italic}.theray-manifeste-signature{margin-top:3rem;font-family:var(--theray-body);font-size:.85rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--theray-smoke);display:flex;align-items:center;justify-content:center;gap:.75rem}.theray-manifeste-signature:before,.theray-manifeste-signature:after{content:"";width:40px;height:1px;background:var(--theray-smoke)}.theray-reviews{padding:var(--theray-section-pad) 1.5rem;background:var(--theray-milk)}.theray-reviews-inner{max-width:1400px;margin:0 auto}.theray-reviews-stats{display:flex;justify-content:center;gap:3rem;flex-wrap:wrap;margin-bottom:4rem;text-align:center}.theray-stat-item{display:flex;flex-direction:column;align-items:center}.theray-stat-value{font-family:var(--theray-display);font-size:clamp(2rem,4vw,3rem);line-height:1;color:var(--theray-ink)}.theray-stat-value .stars{color:var(--theray-gold);font-size:.8em}.theray-stat-label{font-family:var(--theray-body);font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--theray-smoke);margin-top:.3rem}.theray-review-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:768px){.theray-review-grid{grid-template-columns:repeat(3,1fr)}}.theray-review-card{background:var(--theray-paper);padding:2rem;position:relative;border:1px solid rgba(11,11,15,.08)}.theray-review-card:before{content:'"';position:absolute;top:-10px;left:20px;font-family:var(--theray-editorial);font-size:5rem;color:var(--theray-signal);line-height:1;font-weight:400}.theray-review-stars{color:var(--theray-gold);font-size:1rem;margin-bottom:1rem;letter-spacing:.1em}.theray-review-text{font-family:var(--theray-editorial);font-style:italic;font-size:.95rem;line-height:1.6;margin-bottom:1.5rem;color:var(--theray-ink)}.theray-review-author{display:flex;justify-content:space-between;align-items:center;padding-top:1rem;border-top:1px solid rgba(11,11,15,.1)}.theray-author-info{font-family:var(--theray-body);font-size:.8rem}.theray-author-info strong{display:block;font-weight:700;letter-spacing:.02em}.theray-author-info span{color:var(--theray-smoke);font-size:.75rem}.theray-review-product{font-size:.7rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:var(--theray-signal);text-align:right}.theray-cta-final{background:var(--theray-signal);color:#fff;padding:var(--theray-section-pad) 1.5rem;text-align:center;position:relative;overflow:hidden}.theray-cta-final:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' /%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");opacity:.1;pointer-events:none}.theray-cta-final-inner{max-width:900px;margin:0 auto;position:relative;z-index:2}.theray-cta-final h2{font-family:var(--theray-display);font-size:clamp(2.5rem,7vw,5.5rem);line-height:.95;letter-spacing:-.01em;text-transform:uppercase;margin-bottom:1.5rem;color:#fff}.theray-cta-final p{font-family:var(--theray-editorial);font-style:italic;font-size:clamp(1.1rem,2vw,1.5rem);margin-bottom:2.5rem;opacity:.9;color:#fff}.theray-header{position:sticky;top:0;z-index:1000;background:#fff;border-bottom:1px solid #e8e4dc;font-family:var(--theray-body)}.theray-header-inner{max-width:1280px;margin:0 auto;padding:0 2rem;height:64px;display:flex;align-items:center;justify-content:space-between;gap:2rem}.theray-header-logo-wrap{flex-shrink:0}.theray-header-logo{text-decoration:none;display:flex;align-items:center}.theray-header-logo-text{font-family:Permanent Marker,cursive;font-size:1.25rem;line-height:1.05;color:#e4352b;letter-spacing:.02em;text-transform:uppercase;display:inline-block;transform:skew(-6deg);text-shadow:2px 2px 0 #0B0B0F,-2px 2px 0 #0B0B0F,2px -2px 0 #0B0B0F,-2px -2px 0 #0B0B0F,3px 0px 0 #0B0B0F,-3px 0px 0 #0B0B0F,0px 3px 0 #0B0B0F,0px -3px 0 #0B0B0F,4px 4px 0 rgba(11,11,15,.3);transition:all .2s ease}.theray-header-logo:hover .theray-header-logo-text{color:#ff4438;transform:skew(-6deg) scale(1.04);text-shadow:2px 2px 0 #0B0B0F,-2px 2px 0 #0B0B0F,2px -2px 0 #0B0B0F,-2px -2px 0 #0B0B0F,3px 0px 0 #0B0B0F,-3px 0px 0 #0B0B0F,0px 3px 0 #0B0B0F,0px -3px 0 #0B0B0F,5px 5px 0 rgba(11,11,15,.4)}@media(max-width:900px){.theray-header-logo-text{font-size:1rem}}.theray-header-logo-img{height:52px;width:auto;max-width:200px;object-fit:contain;display:block;transition:opacity .2s}.theray-header-logo:hover .theray-header-logo-img{opacity:.85}@media(max-width:900px){.theray-header-logo-img{height:40px}}.theray-header-nav{display:flex;align-items:center;gap:2rem;flex:1;justify-content:center}.theray-header-nav-link{font-size:.8rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--theray-ink);text-decoration:none;transition:color .2s}.theray-header-nav-link:hover{color:var(--theray-signal)}.theray-header-actions{display:flex;align-items:center;gap:1rem;flex-shrink:0}.theray-header-icon{color:var(--theray-ink);display:flex;align-items:center;text-decoration:none;transition:color .2s}.theray-header-icon:hover{color:var(--theray-signal)}.theray-header-cart{position:relative}.theray-header-cart-count{position:absolute;top:-8px;right:-8px;background:var(--theray-signal);color:#fff;font-size:.6rem;font-weight:700;width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center}.theray-header-burger{display:none;background:none;border:none;cursor:pointer;color:var(--theray-ink);padding:0}.theray-mobile-nav{display:none;flex-direction:column;background:#fff;border-top:1px solid #e8e4dc;padding:1rem 2rem;gap:1rem}.theray-mobile-nav a{font-size:.875rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--theray-ink);text-decoration:none}.theray-mobile-nav.open{display:flex}@media(max-width:900px){.theray-header-nav{display:none}.theray-header-burger{display:flex}}.theray-search-wrap{position:relative}.theray-search-panel{position:absolute;top:calc(100% + 12px);right:0;width:420px;background:var(--theray-ink-soft);border:1px solid var(--theray-smoke);border-radius:8px;box-shadow:0 20px 60px #0000008c;z-index:2000;overflow:hidden}@media(max-width:480px){.theray-search-panel{width:calc(100vw - 2rem);right:-1rem}}.theray-search-form{display:flex;align-items:center;gap:0;border-bottom:1px solid var(--theray-smoke);padding:0 .75rem}.theray-search-input{flex:1;background:transparent;border:none;color:var(--theray-paper);font-family:var(--theray-body);font-size:.95rem;padding:1rem .5rem;outline:none}.theray-search-input::placeholder{color:var(--theray-mist)}.theray-search-close{background:none;border:none;color:var(--theray-mist);cursor:pointer;padding:.5rem;display:flex;align-items:center;transition:color .2s;flex-shrink:0}.theray-search-close:hover{color:var(--theray-paper)}.theray-search-panel [data-predictive-search]{max-height:480px;overflow-y:auto}.theray-search-panel [data-predictive-search]:empty{display:none}.theray-header-cart{cursor:pointer}.theray-header-cart-count[data-count="0"],.theray-header-cart-count:empty{display:none!important}.theray-footer{background:var(--theray-ink)!important;color:var(--theray-paper);font-family:var(--theray-body)}.theray-footer-main{max-width:1280px;margin:0 auto;padding:5rem 2rem 3rem;display:grid;grid-template-columns:1fr 1.5fr;gap:4rem}@media(max-width:768px){.theray-footer-main{grid-template-columns:1fr;gap:2.5rem;padding:3rem 1.5rem 2rem}}.theray-footer-logo{font-family:var(--theray-display);font-size:2.5rem;color:#fff;letter-spacing:-.02em;margin-bottom:1rem;line-height:1}.theray-footer-desc{font-size:.9rem;line-height:1.6;color:var(--theray-mist);margin-bottom:1.5rem;max-width:320px}.theray-footer-desc em{font-family:var(--theray-editorial);font-style:italic;color:var(--theray-paper)}.theray-footer-input-wrap{display:flex;gap:0;margin-bottom:1.5rem;max-width:360px}.theray-footer-input{flex:1;background:transparent;border:1px solid var(--theray-smoke);border-right:none;color:var(--theray-paper);padding:.75rem 1rem;font-family:var(--theray-body);font-size:.85rem;outline:none}.theray-footer-input::placeholder{color:var(--theray-mist)}.theray-footer-btn{background:var(--theray-signal);color:#fff;border:none;padding:.75rem 1.25rem;font-family:var(--theray-body);font-size:.8rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;white-space:nowrap}.theray-footer-btn:hover{background:var(--theray-signal-dark)}.theray-footer-social{display:flex;gap:.5rem}.theray-footer-social-link{display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border:1px solid var(--theray-smoke);color:var(--theray-paper);font-size:.75rem;font-weight:700;letter-spacing:.02em;text-decoration:none;transition:border-color .2s,color .2s}.theray-footer-social-link:hover{border-color:var(--theray-signal);color:var(--theray-signal)}.theray-footer-nav{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;padding-top:.5rem}@media(max-width:480px){.theray-footer-nav{grid-template-columns:1fr 1fr;gap:1.5rem}}.theray-footer-nav-title{font-family:var(--theray-body);font-size:.7rem;font-weight:700;letter-spacing:.12em;color:var(--theray-signal);margin-bottom:1rem;margin-top:0}.theray-footer-nav ul{list-style:none;padding:0;margin:0}.theray-footer-nav ul li{margin-bottom:.6rem}.theray-footer-nav ul li a{color:var(--theray-mist);text-decoration:none;font-size:.875rem;transition:color .2s}.theray-footer-nav ul li a:hover{color:var(--theray-paper)}.theray-footer-bottom{border-top:1px solid var(--theray-ink-soft);max-width:1280px;margin:0 auto;padding:1.25rem 2rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}@media(max-width:768px){.theray-footer-bottom{flex-direction:column;align-items:flex-start;padding:1.25rem 1.5rem}}.theray-footer-copy{font-size:.75rem;color:var(--theray-mist);margin:0}.theray-footer-legal{display:flex;gap:1.5rem;flex-wrap:wrap}.theray-footer-legal a{font-size:.75rem;color:var(--theray-mist);text-decoration:none;transition:color .2s}.theray-footer-legal a:hover{color:var(--theray-paper)}.theray-hero-visual{position:relative;display:flex;align-items:center;justify-content:center;width:100%;max-width:420px;margin:0 auto}.theray-hero-visual-bg{display:none}.theray-hero-visual-content{position:relative;inset:auto;background:transparent;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:2rem;gap:0;text-align:center;width:100%}.theray-promise-big{font-family:var(--theray-display);font-size:clamp(6rem,16vw,11rem);line-height:.88;color:#fff;text-align:center;letter-spacing:-.02em}.theray-promise-big .sep{color:var(--theray-signal);display:none}.theray-promise-labels{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:.5rem;font-family:var(--theray-body);font-size:.65rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:#ffffff8c;text-align:center;width:100%;margin-top:.75rem}.theray-promise-labels .dot{width:4px;height:4px;background:var(--theray-signal);border-radius:50%;flex-shrink:0}.theray-hero-visual{display:flex;align-items:center;justify-content:center;width:100%;max-width:460px;margin:0 auto;position:relative;aspect-ratio:auto}.theray-hero-stat-stack{display:flex;flex-direction:column;align-items:center;gap:0;text-align:center;width:100%}.theray-hero-stat-item{display:flex;flex-direction:column;align-items:center;text-align:center}.theray-hero-stat-num{font-family:var(--theray-display);font-size:clamp(5.5rem,14vw,10rem);line-height:.88;color:#fff;letter-spacing:-.02em;text-align:center}.theray-hero-stat-label{font-family:var(--theray-body);font-size:.6rem;font-weight:800;letter-spacing:.18em;text-transform:uppercase;color:#ffffff73;text-align:center;margin-top:.15rem;margin-bottom:.5rem}.theray-hero-stat-sep{width:28px;height:2px;background:var(--theray-signal);margin:.3rem auto .5rem}@media(max-width:1023px){.theray-hero-stat-num{font-size:clamp(4rem,18vw,7rem)}}.cart-page{background:var(--theray-ink);color:var(--theray-paper);min-height:60vh}.section-background,.cart-page.section{background-color:var(--theray-ink)!important;color:var(--theray-paper)!important}.cart-title{font-size:clamp(1.6rem,4vw,2.6rem);color:var(--theray-paper);font-weight:700;letter-spacing:-.02em;padding-bottom:1.5rem;border-bottom:1px solid var(--theray-smoke);margin-bottom:2rem}.cart-page__items{border-top:1px solid var(--theray-smoke)}.cart-item,cart-item{border-bottom:1px solid var(--theray-smoke);padding:1.5rem 0;color:var(--theray-paper)}.cart-item a,.cart-item__name,.cart-item__name a{color:var(--theray-paper);font-weight:600;text-decoration:none;letter-spacing:.02em}.cart-item__price,.cart-item__discounted-prices,.price{color:var(--theray-paper)!important;font-weight:600}.cart-item__discounts,.discounts__discount{color:var(--theray-gold)}.quantity,quantity-input{background:var(--theray-ink-soft);border:1px solid var(--theray-smoke);border-radius:4px}.quantity__button,.quantity__input{background:transparent;color:var(--theray-paper)!important;border:none}.quantity__button:hover{background:var(--theray-smoke)}.cart-item__remove,.cart-item__delete-button{color:var(--theray-mist);transition:color .2s}.cart-item__remove:hover,.cart-item__delete-button:hover{color:var(--theray-signal)}.cart-summary,.cart-page__summary{background:var(--theray-ink-soft)!important;border:1px solid var(--theray-smoke);border-radius:8px;padding:1.5rem;color:var(--theray-paper)}.cart-summary__title,.totals__total{color:var(--theray-paper);font-weight:700}.totals__subtotal,.totals__shipping{color:var(--theray-mist);font-size:.85rem}.totals__subtotal-value,.totals__total-value{color:var(--theray-paper);font-weight:600}.cart__cta .button,.cart__cta button[type=submit],.cart-summary .button--primary,button[name=checkout]{background:var(--theray-signal)!important;color:#fff!important;border:none!important;border-radius:4px!important;font-size:.85rem!important;font-weight:700!important;letter-spacing:.12em!important;text-transform:uppercase!important;padding:1rem 2rem!important;width:100%;transition:background .2s!important}button[name=checkout]:hover{background:var(--theray-signal-dark)!important}.cart__note,.cart-note{background:var(--theray-smoke);border:1px solid var(--theray-smoke);border-radius:4px;color:var(--theray-paper)}.cart-discount input,.cart__discount input{background:var(--theray-smoke);border:1px solid var(--theray-mist);color:var(--theray-paper);border-radius:4px}.cart-page--empty .cart-page__cta{text-align:center;padding:4rem 0}.cart-page--empty h2,.cart-page--empty p{color:var(--theray-paper)}.search-page__header,.section-background.search-page__header{background:var(--theray-ink)!important;color:var(--theray-paper)!important;padding:3rem 1.5rem 2rem}.search-page-input__parent{position:relative;max-width:700px;margin:0 auto}.search-page-input{background:var(--theray-ink-soft)!important;color:var(--theray-paper)!important;border:1px solid var(--theray-smoke)!important;border-radius:6px!important;padding:1rem 3rem 1rem 3.5rem!important;font-size:1.1rem!important;width:100%!important;transition:border-color .2s!important}.search-page-input:focus{border-color:var(--theray-paper)!important;outline:none!important}.search-page-input::placeholder{color:var(--theray-mist)!important}.search__icon,.search__icon svg,.svg-wrapper.search__icon svg path,.svg-wrapper.search__icon svg circle{stroke:var(--theray-mist)!important;color:var(--theray-mist)!important}.search__reset-button svg path,.search__reset-button svg{stroke:var(--theray-mist)!important}.search-results,.section.search-results{background:var(--theray-ink)!important;color:var(--theray-paper)!important;min-height:40vh}.predictive-search-dropdown{background:var(--theray-ink-soft)!important;border:1px solid var(--theray-smoke)!important;border-radius:0 0 8px 8px!important;box-shadow:0 20px 60px #0009!important;color:var(--theray-paper)!important;overflow:hidden}.predictive-search-results__inner{padding:.5rem 0}.predictive-search-results__card--query{padding:.75rem 1.25rem;color:var(--theray-paper);transition:background .15s}.predictive-search-results__card--query:hover{background:var(--theray-smoke)}.pills__pill.predictive-search-results__pill{background:var(--theray-smoke);color:var(--theray-paper);border:1px solid var(--theray-smoke);border-radius:100px;padding:.3rem 1rem;font-size:.8rem;transition:border-color .2s,background .2s}.pills__pill.predictive-search-results__pill:hover{border-color:var(--theray-paper);background:var(--theray-ink)}.predictive-search-results__no-results{color:var(--theray-mist);padding:1.5rem;text-align:center;font-size:.9rem}.predictive-search-results .product-card,.predictive-search-results .card{background:transparent;color:var(--theray-paper)}.color-scheme-1 input,.color-scheme-1 select,.color-scheme-1 textarea{background:var(--theray-smoke)!important;color:var(--theray-paper)!important;border-color:var(--theray-smoke)!important}.theray-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0b0b0fb8;z-index:900;opacity:0;pointer-events:none;transition:opacity .3s ease;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.theray-overlay.active{opacity:1;pointer-events:all}.theray-hidden{display:none!important}.theray-search-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;flex-direction:column;align-items:center;padding-top:clamp(80px,12vh,140px);opacity:0;pointer-events:none;transition:opacity .3s ease}.theray-search-overlay.active{opacity:1;pointer-events:all}.theray-search-overlay-close{position:fixed;top:1.5rem;right:1.5rem;background:var(--theray-signal);border:none;border-radius:50%;width:48px;height:48px;cursor:pointer;color:#fff;font-size:1.3rem;line-height:1;display:flex;align-items:center;justify-content:center;transition:all .2s;z-index:1001;box-shadow:0 4px 16px #e4352b80}.theray-search-overlay-close:hover{background:var(--theray-signal-dark);transform:scale(1.1)}.theray-search-inner{width:100%;max-width:760px;padding:0 1.5rem;transform:translateY(-20px);transition:transform .35s cubic-bezier(.16,1,.3,1)}.theray-search-overlay.active .theray-search-inner{transform:translateY(0)}.theray-search-label{display:block;font-family:var(--theray-body);font-size:.7rem;font-weight:800;letter-spacing:.15em;text-transform:uppercase;color:#f4efe680;margin-bottom:1rem}.theray-search-bar{display:flex;align-items:stretch;background:var(--theray-paper)}.theray-search-bar input{flex:1;background:none;border:none;outline:none;padding:1.3rem 1.5rem;font-family:var(--theray-display);font-size:clamp(1.4rem,4vw,2.4rem);letter-spacing:-.01em;color:var(--theray-ink);text-transform:uppercase}.theray-search-bar input::placeholder{color:#0b0b0f38}.theray-search-bar button{background:var(--theray-signal);border:none;padding:0 1.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;min-height:68px;transition:background .2s;flex-shrink:0}.theray-search-bar button:hover{background:var(--theray-signal-dark)}.theray-search-bar button svg{width:22px;height:22px}.theray-search-bar-close{background:none;border:none;color:#0b0b0f59;cursor:pointer;padding:0 .75rem;display:none;align-items:center;justify-content:center;transition:color .2s;flex-shrink:0}.theray-search-bar-close:hover{color:var(--theray-ink)}.theray-search-bar-close svg{width:18px;height:18px}.theray-search-results{background:var(--theray-paper);max-height:360px;overflow-y:auto;display:none}.theray-search-results::-webkit-scrollbar{width:4px}.theray-search-results::-webkit-scrollbar-thumb{background:#0b0b0f26}.theray-search-result-item{display:flex;align-items:center;gap:1rem;padding:.9rem 1.5rem;border-bottom:1px solid rgba(11,11,15,.07);text-decoration:none;color:var(--theray-ink);transition:background .15s;cursor:pointer}.theray-search-result-item:hover{background:var(--theray-milk)}.theray-search-result-img{width:52px;height:52px;background:var(--theray-milk);flex-shrink:0;display:flex;align-items:center;justify-content:center;font-family:var(--theray-display);font-size:1.1rem;color:#0b0b0f26;overflow:hidden}.theray-search-result-img img{width:100%;height:100%;object-fit:cover}.theray-search-result-info{flex:1;min-width:0}.theray-search-result-brand{font-size:.65rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--theray-signal);margin-bottom:.2rem}.theray-search-result-name{font-size:.88rem;font-weight:600;color:var(--theray-ink);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.theray-search-result-price{font-family:var(--theray-display);font-size:1.15rem;color:var(--theray-ink);flex-shrink:0}.theray-search-loading,.theray-search-noresult{padding:1.5rem;text-align:center;font-family:var(--theray-editorial);font-style:italic;color:var(--theray-smoke);font-size:.95rem}.theray-search-tags{margin-top:1.5rem;display:flex;gap:.5rem;flex-wrap:wrap}.theray-search-tag{background:#f4efe61a;color:#f4efe6b3;padding:.4rem .9rem;font-family:var(--theray-body);font-size:.75rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;border:1px solid rgba(244,239,230,.15);cursor:pointer;transition:all .2s}.theray-search-tag:hover{background:#f4efe638;color:#fff}.theray-cart-drawer{position:fixed;top:0;right:0;bottom:0;width:min(440px,100vw);background:var(--theray-ink);color:var(--theray-paper);z-index:1000;display:flex;flex-direction:column;transform:translate(100%);transition:transform .4s cubic-bezier(.16,1,.3,1)}.theray-cart-drawer.active{transform:translate(0)}.theray-cart-header{padding:1.5rem 1.75rem;border-bottom:1px solid rgba(244,239,230,.1);display:flex;align-items:center;justify-content:space-between;flex-shrink:0}.theray-cart-title{display:flex;align-items:baseline;gap:.75rem}.theray-cart-title h2{font-family:var(--theray-display);font-size:1.8rem;letter-spacing:-.01em;text-transform:uppercase;color:var(--theray-paper);margin:0}.theray-cart-badge{background:var(--theray-signal);color:#fff;font-size:.7rem;font-weight:800;padding:.25rem .55rem;letter-spacing:.05em}.theray-cart-close{background:none;border:none;color:#f4efe68c;cursor:pointer;padding:.5rem;display:flex;transition:color .2s}.theray-cart-close:hover{color:var(--theray-paper)}.theray-cart-close svg{width:22px;height:22px}.theray-cart-reassurance{padding:.7rem 1.75rem;background:#f4efe60d;border-bottom:1px solid rgba(244,239,230,.07);display:flex;gap:1.5rem;font-size:.7rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:#f4efe680;flex-shrink:0}.theray-cart-reassurance span:before{content:"\2713  ";color:var(--theray-signal)}.theray-cart-items{flex:1;overflow-y:auto;padding:.5rem 0}.theray-cart-items::-webkit-scrollbar{width:4px}.theray-cart-items::-webkit-scrollbar-thumb{background:#f4efe626}.theray-cart-item{display:flex;gap:1rem;padding:1.1rem 1.75rem;border-bottom:1px solid rgba(244,239,230,.07);animation:theray-slide-in .3s ease}@keyframes theray-slide-in{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}.theray-cart-item-img{width:80px;height:80px;background:var(--theray-paper);flex-shrink:0;display:flex;align-items:center;justify-content:center;font-family:var(--theray-display);font-size:1.4rem;color:#0b0b0f26;position:relative;overflow:hidden}.theray-cart-item-img img{width:100%;height:100%;object-fit:cover}.theray-cart-auth-badge{position:absolute;bottom:-2px;left:50%;transform:translate(-50%);background:var(--theray-gold);color:var(--theray-ink);font-size:.5rem;font-weight:800;letter-spacing:.05em;padding:.15rem .4rem;white-space:nowrap}.theray-cart-item-info{flex:1;min-width:0}.theray-cart-item-brand{font-size:.65rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--theray-signal);margin-bottom:.2rem}.theray-cart-item-name{font-size:.9rem;font-weight:700;color:var(--theray-paper);margin-bottom:.4rem;line-height:1.2}.theray-cart-item-meta{display:flex;gap:.4rem;margin-bottom:.6rem;flex-wrap:wrap}.theray-cart-item-meta span{font-size:.68rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#f4efe673;background:#f4efe612;padding:.2rem .5rem}.theray-cart-item-bottom{display:flex;align-items:center;justify-content:space-between}.theray-cart-item-price{font-family:var(--theray-display);font-size:1.35rem;color:var(--theray-paper)}.theray-remove-btn{background:none;border:none;color:#f4efe64d;cursor:pointer;padding:.3rem;transition:color .2s;display:flex}.theray-remove-btn:hover{color:var(--theray-signal)}.theray-remove-btn svg{width:16px;height:16px}.theray-cart-empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 2rem;text-align:center}.theray-cart-empty-icon{font-size:3.5rem;margin-bottom:1.2rem;opacity:.3}.theray-cart-empty h3{font-family:var(--theray-display);font-size:1.8rem;text-transform:uppercase;color:var(--theray-paper);margin-bottom:.4rem}.theray-cart-empty p{font-family:var(--theray-editorial);font-style:italic;font-size:.9rem;color:#f4efe673;margin:0}.theray-cart-footer{border-top:1px solid rgba(244,239,230,.1);padding:1.5rem 1.75rem;flex-shrink:0}.theray-cart-subtotal{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:.5rem}.theray-cart-subtotal-label{font-size:.75rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:#f4efe680}.theray-cart-subtotal-value{font-family:var(--theray-display);font-size:2rem;color:var(--theray-paper)}.theray-cart-shipping-msg{font-size:.75rem;color:var(--theray-gold);font-weight:600;margin-bottom:.9rem}.theray-cart-shipping-bar{height:3px;background:#f4efe61a;margin-bottom:1.2rem}.theray-cart-shipping-progress{height:100%;background:var(--theray-gold);transition:width .5s ease}.theray-cart-checkout-btn{display:flex;align-items:center;justify-content:center;gap:.6rem;width:100%;background:var(--theray-signal);color:#fff;padding:1.2rem;font-family:var(--theray-body);font-weight:800;font-size:.95rem;letter-spacing:.08em;text-transform:uppercase;border:none;text-decoration:none;cursor:pointer;transition:all .2s;margin-bottom:.7rem}.theray-cart-checkout-btn:after{content:"\2192"}.theray-cart-checkout-btn:hover{background:var(--theray-signal-dark);transform:translate(-2px,-2px);box-shadow:4px 4px 0 var(--theray-gold);color:#fff}.theray-cart-continue-btn{width:100%;background:transparent;color:#f4efe666;padding:.6rem;font-family:var(--theray-body);font-weight:700;font-size:.75rem;letter-spacing:.08em;text-transform:uppercase;border:none;cursor:pointer;transition:color .2s;text-align:center}.theray-cart-continue-btn:hover{color:var(--theray-paper)}.theray-toast{position:fixed;top:80px;left:50%;transform:translate(-50%) translateY(-16px);background:var(--theray-ink);color:var(--theray-paper);padding:.85rem 1.5rem;font-family:var(--theray-body);font-weight:700;font-size:.85rem;letter-spacing:.03em;z-index:1100;opacity:0;pointer-events:none;transition:all .3s ease;border-left:3px solid var(--theray-signal);white-space:nowrap;box-shadow:0 8px 30px #00000059}.theray-toast.show{opacity:1;transform:translate(-50%) translateY(0)}.trc-hero{background:var(--theray-ink);color:var(--theray-paper);padding:3rem 2rem 2.5rem;position:relative;overflow:hidden;width:100%;box-sizing:border-box;max-width:100vw}.trc-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(196,162,76,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(196,162,76,.04) 1px,transparent 1px);background-size:60px 60px;pointer-events:none}.trc-hero-inner{max-width:1400px;margin:0 auto;display:flex;align-items:flex-end;justify-content:space-between;gap:2rem;flex-wrap:wrap;position:relative;z-index:2}.trc-breadcrumb{font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#f4efe666;margin-bottom:.75rem}.trc-breadcrumb a{color:#f4efe666;text-decoration:none}.trc-breadcrumb a:hover{color:var(--theray-signal)}.trc-hero-title{font-family:var(--theray-display);font-size:clamp(2.5rem,7vw,7rem);line-height:.9;letter-spacing:-.02em;text-transform:uppercase;margin-bottom:.75rem;word-break:break-word}.trc-hero-title span{color:var(--theray-signal)}.trc-hero-subtitle{font-family:var(--theray-editorial);font-style:italic;font-size:1rem;color:#f4efe699;font-weight:300;margin:0}.trc-hero-stats{display:flex;gap:2rem;flex-wrap:wrap;text-align:left}@media(max-width:767px){.trc-hero{padding:2rem 1.25rem}.trc-hero-inner{flex-direction:column;align-items:flex-start}.trc-hero-stats{text-align:left;width:100%;justify-content:space-between;gap:1rem}.trc-stat{align-items:flex-start}.trc-stat-value{font-size:1.6rem}}.trc-stat{display:flex;flex-direction:column;align-items:flex-start}.trc-stat-value{font-family:var(--theray-display);font-size:2.2rem;line-height:1;color:var(--theray-paper)}.trc-stat-value span{color:var(--theray-signal)}.trc-stat-label{font-size:.65rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#f4efe666}.trc-active-filters-bar{background:var(--theray-paper);border-bottom:1px solid rgba(11,11,15,.08);padding:.75rem 2rem;display:none}.trc-active-filters-bar.show{display:block}.trc-active-filters-inner{max-width:1400px;margin:0 auto;display:flex;align-items:center;gap:.6rem;flex-wrap:wrap}.trc-chip{display:inline-flex;align-items:center;gap:.4rem;background:var(--theray-ink);color:var(--theray-paper);padding:.3rem .75rem;font-size:.72rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;cursor:pointer}.trc-chip-remove{color:var(--theray-signal);font-size:1rem}.trc-clear-all{background:none;border:none;color:var(--theray-signal);font-size:.72rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;cursor:pointer;text-decoration:underline}.trc-layout{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr}@media(min-width:1024px){.trc-layout{grid-template-columns:260px 1fr;align-items:start}}.trc-sidebar{background:var(--theray-milk);border-right:1px solid rgba(11,11,15,.08);position:sticky;top:64px;height:calc(100vh - 64px);overflow-y:auto;display:none}@media(min-width:1024px){.trc-sidebar{display:block}}.trc-sidebar::-webkit-scrollbar{width:4px}.trc-sidebar::-webkit-scrollbar-thumb{background:#0b0b0f1a}.trc-sidebar-header{padding:1.5rem 1.5rem 1rem;border-bottom:1px solid rgba(11,11,15,.07);display:flex;align-items:center;justify-content:space-between}.trc-sidebar-header h3{font-family:var(--theray-display);font-size:1.2rem;text-transform:uppercase;letter-spacing:.02em;margin:0}.trc-reset-btn{background:none;border:none;color:var(--theray-signal);font-size:.72rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;cursor:pointer;text-decoration:underline}.trc-filter-group{border-bottom:1px solid rgba(11,11,15,.07)}.trc-filter-group-header{padding:1rem 1.5rem;display:flex;align-items:center;justify-content:space-between;cursor:pointer;-webkit-user-select:none;user-select:none}.trc-filter-group-header h4{font-size:.78rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--theray-ink);margin:0}.trc-chevron{width:16px;height:16px;transition:transform .25s;flex-shrink:0}.trc-filter-group.open .trc-chevron{transform:rotate(180deg)}.trc-filter-group-body{padding:0 1.5rem 1rem;display:none}.trc-filter-group.open .trc-filter-group-body{display:block}.trc-filter-cats{display:flex;flex-direction:column;gap:.3rem}.trc-filter-cat{display:flex;align-items:center;justify-content:space-between;padding:.5rem .75rem;cursor:pointer;font-size:.85rem;font-weight:600;transition:background .15s;border-radius:2px;color:var(--theray-ink)}.trc-filter-cat:hover{background:#0b0b0f0d}.trc-filter-cat.active{background:var(--theray-ink);color:var(--theray-paper)}.trc-cat-count{font-size:.7rem;color:var(--theray-mist)}.trc-filter-cat.active .trc-cat-count{color:#f4efe680}.trc-filter-checks{display:flex;flex-direction:column;gap:.5rem}.trc-filter-check{display:flex;align-items:center;gap:.6rem;cursor:pointer;font-size:.85rem;font-weight:500;color:var(--theray-ink)}.trc-filter-check input[type=checkbox]{display:none}.trc-checkmark{width:18px;height:18px;border:2px solid rgba(11,11,15,.2);flex-shrink:0;display:flex;align-items:center;justify-content:center;transition:all .15s}.trc-filter-check input:checked~.trc-checkmark{background:var(--theray-ink);border-color:var(--theray-ink)}.trc-filter-check input:checked~.trc-checkmark:after{content:"\2713";color:#fff;font-size:.7rem;font-weight:800}.trc-price-inputs{display:flex;gap:.5rem;align-items:center;margin-top:.5rem}.trc-price-input{flex:1;display:flex;align-items:center;background:var(--theray-paper);border:1px solid rgba(11,11,15,.15);padding:.5rem .75rem;font-size:.85rem;font-weight:700;gap:.3rem;color:var(--theray-ink)}.trc-price-input input{background:none;border:none;outline:none;font-family:var(--theray-body);font-size:.85rem;font-weight:700;width:55px;color:var(--theray-ink)}.trc-price-sep{font-size:.8rem;color:var(--theray-mist)}.trc-toolbar{padding:1rem 1.5rem;border-bottom:1px solid rgba(11,11,15,.08);display:flex;align-items:center;justify-content:space-between;gap:1rem;background:var(--theray-paper)}.trc-toolbar-left{display:flex;align-items:center;gap:1rem}.trc-filter-toggle-btn{display:flex;align-items:center;gap:.5rem;background:var(--theray-ink);color:var(--theray-paper);padding:.6rem 1rem;font-family:var(--theray-body);font-size:.75rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;border:none;cursor:pointer;transition:background .2s}.trc-filter-toggle-btn:hover{background:var(--theray-signal)}.trc-filter-toggle-btn svg{width:16px;height:16px}@media(min-width:1024px){.trc-filter-toggle-btn{display:none}}.trc-results-count{font-size:.8rem;font-weight:700;color:var(--theray-smoke)}.trc-results-count strong{font-family:var(--theray-display);font-size:1.1rem;color:var(--theray-ink);margin-right:.2rem}.trc-toolbar-right{display:flex;align-items:center;gap:1rem}.trc-sort-select{background:var(--theray-paper);border:1px solid rgba(11,11,15,.15);padding:.55rem 2rem .55rem .9rem;font-family:var(--theray-body);font-size:.78rem;font-weight:700;color:var(--theray-ink);cursor:pointer;outline:none;-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%230B0B0F' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center}.trc-view-toggles{display:flex;gap:.25rem}.trc-view-btn{width:34px;height:34px;border:1px solid rgba(11,11,15,.15);background:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .15s;color:var(--theray-mist)}.trc-view-btn.active{background:var(--theray-ink);border-color:var(--theray-ink);color:var(--theray-paper)}.trc-view-btn svg{width:16px;height:16px}.trc-products{padding:1.5rem}.trc-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem}@media(min-width:640px){.trc-grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:1200px){.trc-grid{grid-template-columns:repeat(4,1fr)}}.trc-grid.trc-view-list{grid-template-columns:1fr}.trc-card{background:var(--theray-milk);cursor:pointer;transition:transform .3s;position:relative;text-decoration:none;color:inherit;display:block}.trc-card:hover{transform:translateY(-4px);color:inherit}.trc-card-img{aspect-ratio:1;background:var(--theray-paper);position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center}.trc-card-img img{width:100%;height:100%;object-fit:cover}.trc-placeholder{font-family:var(--theray-display);font-size:3.5rem;color:#0b0b0f14;letter-spacing:-.05em}.trc-badge{position:absolute;top:.6rem;left:.6rem;background:var(--theray-signal);color:#fff;padding:.25rem .55rem;font-size:.6rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;transform:rotate(-3deg);z-index:2}.trc-badge-gold{background:var(--theray-gold);color:var(--theray-ink)}.trc-wishlist{position:absolute;top:.6rem;right:.6rem;background:#f4efe6e6;border:none;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:0;transition:opacity .2s;z-index:2}.trc-card:hover .trc-wishlist{opacity:1}.trc-wishlist svg{width:16px;height:16px}.trc-card-info{padding:.85rem}.trc-card-brand{font-size:.65rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--theray-smoke);margin-bottom:.2rem}.trc-card-name{font-size:.9rem;font-weight:600;line-height:1.25;margin-bottom:.5rem;color:var(--theray-ink)}.trc-card-price-row{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.trc-card-price{font-family:var(--theray-display);font-size:1.4rem;letter-spacing:.02em;color:var(--theray-ink)}.trc-card-stock{font-size:.62rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;padding:.2rem .45rem;background:#e4352b1a;color:var(--theray-signal)}.trc-stock-order{background:#c4a24c1f;color:var(--theray-gold)}.trc-card-sizes{margin-top:.5rem;display:flex;gap:.3rem;flex-wrap:wrap}.trc-size-tag{font-size:.62rem;font-weight:700;letter-spacing:.03em;padding:.15rem .4rem;background:var(--theray-paper);border:1px solid rgba(11,11,15,.1);color:var(--theray-smoke)}.trc-card-cta{display:none}.trc-cta-btn{background:var(--theray-signal);color:#fff;padding:.7rem 1.25rem;font-family:var(--theray-body);font-size:.78rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;white-space:nowrap}.trc-view-list .trc-card{display:grid;grid-template-columns:140px 1fr auto;align-items:center;gap:1rem}.trc-view-list .trc-card-img{aspect-ratio:1;height:140px;width:140px}.trc-view-list .trc-card-info{padding:1rem 0}.trc-view-list .trc-card-cta{display:block;padding:0 1rem}.trc-no-results{grid-column:1 / -1;text-align:center;padding:5rem 2rem;display:none}.trc-no-results.show{display:block}.trc-no-results h3{font-family:var(--theray-display);font-size:2rem;text-transform:uppercase;margin-bottom:.75rem}.trc-no-results p{font-family:var(--theray-editorial);font-style:italic;color:var(--theray-smoke);margin:0}.trc-reset-inline{background:none;border:none;color:var(--theray-signal);font-family:var(--theray-editorial);font-style:italic;font-size:1rem;cursor:pointer;text-decoration:underline}.trc-sizes-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.4rem}.trc-size-chip{padding:.45rem .3rem;background:var(--theray-paper);border:1px solid rgba(11,11,15,.12);font-family:var(--theray-body);font-size:.75rem;font-weight:700;text-align:center;cursor:pointer;transition:all .15s;color:var(--theray-ink);line-height:1.2}.trc-size-chip:hover{border-color:var(--theray-ink);background:var(--theray-milk)}.trc-size-chip.active{background:var(--theray-ink);color:var(--theray-paper);border-color:var(--theray-ink)}.trc-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:600;pointer-events:none}.trc-drawer-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0b0b0f99;opacity:0;transition:opacity .3s}.trc-drawer-panel{position:absolute;left:0;top:0;bottom:0;width:min(320px,90vw);background:var(--theray-milk);transform:translate(-100%);transition:transform .4s cubic-bezier(.16,1,.3,1);overflow-y:auto;display:flex;flex-direction:column}.trc-drawer.open{pointer-events:all}.trc-drawer.open .trc-drawer-overlay{opacity:1}.trc-drawer.open .trc-drawer-panel{transform:translate(0)}.trc-drawer-header{padding:1.5rem;border-bottom:1px solid rgba(11,11,15,.08);display:flex;align-items:center;justify-content:space-between;background:var(--theray-ink);color:var(--theray-paper);position:sticky;top:0;z-index:2;flex-shrink:0}.trc-drawer-header h3{font-family:var(--theray-display);font-size:1.4rem;text-transform:uppercase;margin:0}.trc-drawer-close{background:none;border:none;color:var(--theray-paper);font-size:1.4rem;cursor:pointer;padding:.25rem}.trc-drawer-body{flex:1;overflow-y:auto}.trc-apply-btn{position:sticky;bottom:0;width:100%;background:var(--theray-signal);color:#fff;padding:1.2rem;font-family:var(--theray-body);font-weight:800;font-size:.95rem;letter-spacing:.08em;text-transform:uppercase;border:none;cursor:pointer;transition:background .2s;flex-shrink:0}.trc-apply-btn:hover{background:var(--theray-signal-dark)}.trcp-wrapper{background:var(--theray-paper);min-height:60vh}.trcp-hero{background:var(--theray-ink);padding:2.5rem 2rem 2rem;position:relative;overflow:hidden}.trcp-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(196,162,76,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(196,162,76,.04) 1px,transparent 1px);background-size:60px 60px;pointer-events:none}.trcp-hero-inner{max-width:1400px;margin:0 auto;position:relative;z-index:2}.trcp-breadcrumb{font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#f4efe666;margin-bottom:.75rem}.trcp-breadcrumb a{color:#f4efe666;text-decoration:none}.trcp-breadcrumb a:hover{color:var(--theray-signal)}.trcp-hero-title{font-family:var(--theray-display);font-size:clamp(3rem,6vw,5.5rem);line-height:.95;letter-spacing:-.02em;text-transform:uppercase;color:var(--theray-paper);display:flex;align-items:center;gap:1rem;flex-wrap:wrap;margin-bottom:.5rem}.trcp-hero-title span{color:var(--theray-signal)}.trcp-count-badge{background:var(--theray-signal);color:#fff!important;font-family:var(--theray-body);font-size:.85rem!important;font-weight:800;width:36px;height:36px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;letter-spacing:0;text-transform:none}.trcp-hero-sub{font-family:var(--theray-editorial);font-style:italic;font-size:.95rem;color:#f4efe68c;font-weight:300;margin:0}.trcp-layout{max-width:1400px;margin:0 auto;padding:2.5rem 1.5rem 4rem;display:grid;grid-template-columns:1fr;gap:2.5rem;align-items:start}@media(min-width:1024px){.trcp-layout{grid-template-columns:1fr 380px;gap:3rem}}.trcp-reassurance{display:flex;gap:1.5rem;flex-wrap:wrap;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid rgba(11,11,15,.08)}.trcp-reassurance span{display:flex;align-items:center;gap:.4rem;font-size:.75rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:var(--theray-smoke)}.trcp-reassurance svg{width:14px;height:14px;stroke:var(--theray-signal);flex-shrink:0}.trcp-empty{text-align:center;padding:5rem 2rem}.trcp-empty-icon{font-size:4rem;margin-bottom:1.5rem;opacity:.3}.trcp-empty h2{font-family:var(--theray-display);font-size:2.5rem;text-transform:uppercase;margin-bottom:.75rem}.trcp-empty p{font-family:var(--theray-editorial);font-style:italic;color:var(--theray-smoke);margin-bottom:2rem}.trcp-btn-primary{display:inline-flex;align-items:center;background:var(--theray-signal);color:#fff;padding:1.1rem 2.5rem;font-family:var(--theray-body);font-weight:800;font-size:.9rem;letter-spacing:.08em;text-transform:uppercase;text-decoration:none;transition:all .2s}.trcp-btn-primary:hover{background:var(--theray-signal-dark);transform:translate(-2px,-2px);box-shadow:4px 4px 0 var(--theray-gold);color:#fff}.trcp-items{display:flex;flex-direction:column;gap:0}.trcp-item{display:flex;gap:1.25rem;padding:1.5rem 0;border-bottom:1px solid rgba(11,11,15,.08);animation:theray-slide-in .3s ease}.trcp-item-img{width:110px;height:110px;flex-shrink:0;background:var(--theray-milk);display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;text-decoration:none}.trcp-item-img img{width:100%;height:100%;object-fit:cover}.trcp-item-placeholder{font-family:var(--theray-display);font-size:2rem;color:#0b0b0f1a}.trcp-auth-badge{position:absolute;bottom:0;left:0;right:0;background:var(--theray-gold);color:var(--theray-ink);font-size:.5rem;font-weight:800;letter-spacing:.08em;text-align:center;padding:.2rem 0;text-transform:uppercase}.trcp-item-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:.25rem}.trcp-item-brand{font-size:.65rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--theray-signal)}.trcp-item-name{font-family:var(--theray-body);font-size:.95rem;font-weight:700;color:var(--theray-ink);text-decoration:none;line-height:1.2}.trcp-item-name:hover{color:var(--theray-signal)}.trcp-item-variant{font-size:.75rem;font-weight:600;color:var(--theray-mist);letter-spacing:.03em}.trcp-item-bottom{display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding-top:.75rem;flex-wrap:wrap;gap:.75rem}.trcp-item-price{font-family:var(--theray-display);font-size:1.6rem;letter-spacing:-.01em;color:var(--theray-ink)}.trcp-item-actions{display:flex;align-items:center;gap:.75rem}.trcp-qty-wrap{display:flex;align-items:center;border:1px solid rgba(11,11,15,.15);background:var(--theray-milk)}.trcp-qty-btn{width:32px;height:32px;background:none;border:none;font-size:1.1rem;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--theray-ink);transition:background .15s}.trcp-qty-btn:hover{background:#0b0b0f0f}.trcp-qty-val{font-family:var(--theray-body);font-weight:700;font-size:.9rem;min-width:28px;text-align:center;color:var(--theray-ink)}.trcp-remove-btn{background:none;border:none;color:#0b0b0f4d;cursor:pointer;padding:.4rem;display:flex;transition:color .2s}.trcp-remove-btn:hover{color:var(--theray-signal)}.trcp-remove-btn svg{width:18px;height:18px}.trcp-summary{background:var(--theray-ink);color:var(--theray-paper);padding:2rem;position:sticky;top:80px}.trcp-summary-title{font-family:var(--theray-display);font-size:1.5rem;text-transform:uppercase;letter-spacing:-.01em;color:var(--theray-paper);margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid rgba(244,239,230,.1)}.trcp-summary-lines{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.25rem}.trcp-summary-line{display:flex;justify-content:space-between;align-items:center;font-size:.85rem;color:#f4efe699}.trcp-free{color:var(--theray-gold);font-weight:700}.trcp-shipping-bar-wrap{margin-bottom:1.5rem}.trcp-shipping-msg{font-size:.75rem;color:var(--theray-gold);font-weight:600;margin-bottom:.6rem}.trcp-shipping-msg strong{color:#fff}.trcp-shipping-ok{color:#4ade80}.trcp-shipping-bar{height:3px;background:#f4efe61a}.trcp-shipping-progress{height:100%;background:var(--theray-gold);transition:width .5s ease}.trcp-summary-total{display:flex;justify-content:space-between;align-items:baseline;padding:1.25rem 0;border-top:1px solid rgba(244,239,230,.1);margin-bottom:.5rem}.trcp-summary-total span:first-child{font-size:.8rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:#f4efe68c}.trcp-summary-total span:last-child{font-family:var(--theray-display);font-size:2rem;color:var(--theray-paper)}.trcp-taxes-note{font-size:.72rem;color:#f4efe659;margin-bottom:1.5rem}.trcp-checkout-btn{display:flex;align-items:center;justify-content:center;width:100%;background:var(--theray-signal);color:#fff;padding:1.25rem;font-family:var(--theray-body);font-weight:800;font-size:1rem;letter-spacing:.08em;text-transform:uppercase;text-decoration:none;transition:all .2s;margin-bottom:1rem}.trcp-checkout-btn:hover{background:var(--theray-signal-dark);transform:translate(-2px,-2px);box-shadow:4px 4px 0 var(--theray-gold);color:#fff}.trcp-payment-icons{display:flex;gap:.5rem;flex-wrap:wrap;justify-content:center;margin-bottom:1.25rem}.trcp-payment-icons span{background:#f4efe614;color:#f4efe680;padding:.3rem .6rem;font-size:.65rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;border:1px solid rgba(244,239,230,.1)}.trcp-klarna{color:var(--theray-gold)!important;border-color:#c4a24c4d!important}.trcp-continue-btn{display:block;text-align:center;background:none;border:none;color:#f4efe666;font-family:var(--theray-body);font-size:.78rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;cursor:pointer;text-decoration:none;transition:color .2s;width:100%}.trcp-continue-btn:hover{color:var(--theray-paper)}.trcp-suggestions{background:var(--theray-milk);padding:4rem 1.5rem;border-top:1px solid rgba(11,11,15,.07)}.trcp-suggestions-inner{max-width:1400px;margin:0 auto}.trcp-suggestions-header{margin-bottom:2.5rem}.trcp-suggestions-title{font-family:var(--theray-display);font-size:clamp(2rem,4vw,3.5rem);line-height:.95;text-transform:uppercase;margin:0}.trcp-suggestions-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem}@media(min-width:768px){.trcp-suggestions-grid{grid-template-columns:repeat(4,1fr)}}.trha-wrapper{background:var(--theray-paper)}.trha-hero{background:var(--theray-ink);padding:2.5rem 2rem 2rem;position:relative;overflow:hidden}.trha-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(196,162,76,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(196,162,76,.04) 1px,transparent 1px);background-size:60px 60px;pointer-events:none}.trha-hero-inner{max-width:900px;margin:0 auto;position:relative;z-index:2}.trha-breadcrumb{font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#f4efe666;margin-bottom:.75rem}.trha-breadcrumb a{color:#f4efe666;text-decoration:none}.trha-breadcrumb a:hover{color:var(--theray-signal)}.trha-hero-title{font-family:var(--theray-display);font-size:clamp(3rem,6vw,5.5rem);line-height:.95;letter-spacing:-.02em;text-transform:uppercase;color:var(--theray-paper);margin-bottom:.5rem}.trha-hero-title span{color:var(--theray-signal)}.trha-hero-sub{font-family:var(--theray-editorial);font-style:italic;font-size:1rem;color:#f4efe68c;margin:0}.trha-nav{background:var(--theray-milk);border-bottom:1px solid rgba(11,11,15,.08)}.trha-nav-inner{max-width:900px;margin:0 auto;padding:0 1.5rem;display:flex;gap:0;overflow-x:auto}.trha-nav-link{display:flex;align-items:center;gap:.4rem;padding:1rem 1.25rem;font-family:var(--theray-body);font-size:.78rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:var(--theray-smoke);text-decoration:none;border-bottom:2px solid transparent;white-space:nowrap;transition:all .2s}.trha-nav-link:hover{color:var(--theray-signal);border-bottom-color:var(--theray-signal)}.trha-nav-icon{font-size:1rem}.trha-content{max-width:900px;margin:0 auto;padding:0 1.5rem}.trha-section{padding:3rem 0;border-bottom:1px solid rgba(11,11,15,.08)}.trha-section:last-child{border-bottom:none}.trha-section-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem}.trha-section-icon{font-size:1.5rem}.trha-section-title{font-family:var(--theray-display);font-size:clamp(1.8rem,3vw,2.5rem);text-transform:uppercase;letter-spacing:-.01em;margin:0;color:var(--theray-ink)}.trha-subtitle{font-family:var(--theray-body);font-size:.8rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--theray-signal);margin:2rem 0 1rem}.trha-text{font-size:.95rem;line-height:1.7;color:var(--theray-smoke);margin-bottom:1.25rem}.trha-link{color:var(--theray-signal);text-decoration:none;font-weight:600}.trha-link:hover{text-decoration:underline}.trha-note{font-size:.8rem;color:var(--theray-mist);font-style:italic}.trha-highlight{background:#e4352b0f;border-left:3px solid var(--theray-signal);padding:1rem 1.25rem;font-size:.92rem;line-height:1.6;color:var(--theray-ink);margin-bottom:1.5rem;border-radius:0 4px 4px 0}.trha-highlight-strong{color:var(--theray-signal);font-weight:800}.trha-table-wrap{overflow-x:auto;margin-bottom:1.5rem;border:1px solid rgba(11,11,15,.1)}.trha-table{width:100%;border-collapse:collapse;min-width:480px;font-size:.88rem}.trha-table thead th{background:var(--theray-ink);color:var(--theray-paper);padding:.85rem 1.1rem;text-align:left;font-size:.72rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.trha-table tbody tr{border-bottom:1px solid rgba(11,11,15,.07)}.trha-table tbody tr:last-child{border-bottom:none}.trha-table tbody tr:hover{background:var(--theray-milk)}.trha-table tbody td{padding:.85rem 1.1rem;color:var(--theray-smoke);vertical-align:middle}.trha-table tbody td strong{color:var(--theray-ink)}.trha-price{font-family:var(--theray-display);font-size:1.1rem;color:var(--theray-signal)!important}.trha-steps{display:flex;flex-direction:column;gap:0;margin-bottom:1.5rem}.trha-step{display:flex;gap:1.25rem;padding:1.25rem 0;border-bottom:1px solid rgba(11,11,15,.07)}.trha-step:last-child{border-bottom:none}.trha-step-num{font-family:var(--theray-display);font-size:2rem;color:var(--theray-signal);line-height:1;flex-shrink:0;width:48px}.trha-step-body strong{display:block;font-size:.9rem;font-weight:800;letter-spacing:.03em;color:var(--theray-ink);margin-bottom:.25rem}.trha-step-body p{font-size:.88rem;line-height:1.6;color:var(--theray-smoke);margin:0}.trha-list{list-style:none;padding:0;margin:0 0 1.5rem;display:flex;flex-direction:column;gap:.6rem}.trha-list li{font-size:.9rem;line-height:1.6;color:var(--theray-smoke);padding-left:1.25rem;position:relative}.trha-list li:before{content:"\2713";position:absolute;left:0;color:var(--theray-signal);font-weight:800;font-size:.8rem}.trha-payment-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem;margin-bottom:1.5rem}@media(min-width:640px){.trha-payment-grid{grid-template-columns:repeat(3,1fr)}}.trha-payment-item{background:var(--theray-milk);border:1px solid rgba(11,11,15,.1);padding:.85rem 1rem;font-size:.82rem;font-weight:600;color:var(--theray-smoke)}.trha-payment-highlight{background:#c4a24c14;border-color:#c4a24c4d;color:var(--theray-gold);font-weight:800}.trha-tip{display:flex;gap:1rem;background:#c4a24c14;border:1px solid rgba(196,162,76,.25);padding:1rem 1.25rem;margin-bottom:1.5rem;border-radius:4px}.trha-tip-icon{font-size:1.2rem;flex-shrink:0}.trha-tip p{font-size:.88rem;line-height:1.6;color:var(--theray-smoke);margin:0}.trha-tip strong{color:var(--theray-ink)}.trha-back{display:inline-block;margin-top:1.5rem;font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--theray-mist);text-decoration:none;transition:color .2s}.trha-back:hover{color:var(--theray-signal)}.trha-faq{display:flex;flex-direction:column;gap:0}.trha-faq-item{border-bottom:1px solid rgba(11,11,15,.08)}.trha-faq-q{width:100%;background:none;border:none;cursor:pointer;padding:1.1rem 0;display:flex;justify-content:space-between;align-items:center;gap:1rem;font-family:var(--theray-body);font-size:.95rem;font-weight:700;color:var(--theray-ink);text-align:left;transition:color .2s}.trha-faq-q:hover{color:var(--theray-signal)}.trha-faq-arrow{font-size:1rem;flex-shrink:0;color:var(--theray-signal);transition:transform .2s}.trha-faq-a{display:none;padding:0 0 1.1rem;font-size:.9rem;line-height:1.7;color:var(--theray-smoke)}.trha-faq-item.open .trha-faq-a{display:block}.trha-cta{background:var(--theray-ink);padding:4rem 1.5rem;text-align:center;margin-top:0}.trha-cta-inner{max-width:600px;margin:0 auto}.trha-cta-title{font-family:var(--theray-display);font-size:clamp(2rem,4vw,3rem);text-transform:uppercase;color:var(--theray-paper);margin-bottom:.75rem}.trha-cta-sub{font-family:var(--theray-editorial);font-style:italic;font-size:1rem;color:#f4efe699;margin-bottom:2rem}.trha-cta-btn{display:inline-flex;align-items:center;background:var(--theray-signal);color:#fff;padding:1.1rem 2.5rem;font-family:var(--theray-body);font-weight:800;font-size:.9rem;letter-spacing:.08em;text-transform:uppercase;text-decoration:none;transition:all .2s}.trha-cta-btn:hover{background:var(--theray-signal-dark);transform:translate(-2px,-2px);box-shadow:4px 4px 0 var(--theray-gold);color:#fff}.trco-wrapper{background:var(--theray-paper)}.trco-hero{background:var(--theray-ink);padding:2.5rem 2rem 2rem;position:relative;overflow:hidden}.trco-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(196,162,76,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(196,162,76,.04) 1px,transparent 1px);background-size:60px 60px;pointer-events:none}.trco-hero-inner{max-width:1200px;margin:0 auto;position:relative;z-index:2}.trco-breadcrumb{font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#f4efe666;margin-bottom:.75rem}.trco-breadcrumb a{color:#f4efe666;text-decoration:none}.trco-breadcrumb a:hover{color:var(--theray-signal)}.trco-hero-title{font-family:var(--theray-display);font-size:clamp(3rem,6vw,5.5rem);line-height:.95;letter-spacing:-.02em;text-transform:uppercase;color:var(--theray-paper);margin-bottom:.5rem}.trco-hero-title span{color:var(--theray-signal)}.trco-hero-sub{font-family:var(--theray-editorial);font-style:italic;font-size:1rem;color:#f4efe68c;margin:0}.trco-layout{max-width:1200px;margin:0 auto;padding:3rem 1.5rem 5rem;display:grid;grid-template-columns:1fr;gap:3rem;align-items:start}@media(min-width:900px){.trco-layout{grid-template-columns:1fr 1.4fr;gap:4rem}}.trco-info-title{font-family:var(--theray-display);font-size:1.8rem;text-transform:uppercase;letter-spacing:-.01em;margin-bottom:.5rem;color:var(--theray-ink)}.trco-info-sub{font-size:.9rem;color:var(--theray-smoke);line-height:1.6;margin-bottom:2rem}.trco-link{color:var(--theray-signal);text-decoration:none;font-weight:600}.trco-link:hover{text-decoration:underline}.trco-channels{display:flex;flex-direction:column;gap:.75rem;margin-bottom:2.5rem}.trco-channel{display:flex;align-items:center;gap:1rem;padding:1rem 1.25rem;background:var(--theray-milk);border:1px solid rgba(11,11,15,.08);text-decoration:none;color:var(--theray-ink);transition:all .2s}.trco-channel:not(.trco-channel-static):hover{border-color:var(--theray-signal);transform:translate(4px)}.trco-channel-icon{width:42px;height:42px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.trco-channel-icon svg{width:20px;height:20px}.trco-channel-ig{background:#e4352b1a;color:var(--theray-signal)}.trco-channel-wa{background:#25d3661a;color:#25d366}.trco-channel-email{background:#c4a24c1a;color:var(--theray-gold)}.trco-channel-info{flex:1}.trco-channel-info strong{display:block;font-size:.88rem;font-weight:800;color:var(--theray-ink);margin-bottom:.15rem}.trco-channel-info span{font-size:.78rem;color:var(--theray-mist)}.trco-channel-arrow{font-size:1rem;color:var(--theray-signal);font-weight:700}.trco-reassurance{display:flex;flex-direction:column;gap:1.1rem}.trco-reassurance-item{display:flex;align-items:flex-start;gap:.9rem}.trco-reassurance-icon{font-size:1.3rem;flex-shrink:0}.trco-reassurance-item strong{display:block;font-size:.85rem;font-weight:800;color:var(--theray-ink);margin-bottom:.15rem}.trco-reassurance-item p{font-size:.82rem;color:var(--theray-mist);margin:0;line-height:1.5}.trco-form-card{background:var(--theray-ink);padding:2.5rem}.trco-form-title{font-family:var(--theray-display);font-size:1.6rem;text-transform:uppercase;color:var(--theray-paper);margin-bottom:2rem;padding-bottom:1.25rem;border-bottom:1px solid rgba(244,239,230,.1)}.trco-form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:0}@media(max-width:560px){.trco-form-row{grid-template-columns:1fr}}.trco-form-group{margin-bottom:1.25rem}.trco-label{display:block;font-size:.72rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:#f4efe68c;margin-bottom:.5rem}.trco-required{color:var(--theray-signal)}.trco-optional{color:#f4efe64d;font-weight:400;text-transform:none;letter-spacing:0;font-size:.7rem}.trco-input{width:100%;background:#f4efe60f;border:1px solid rgba(244,239,230,.12);color:var(--theray-paper);font-family:var(--theray-body);font-size:.9rem;padding:.85rem 1rem;outline:none;transition:border-color .2s;-webkit-appearance:none;appearance:none}.trco-input::placeholder{color:#f4efe640}.trco-input:focus{border-color:var(--theray-signal)}.trco-select{cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23F4EFE6' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;padding-right:2.5rem}.trco-select option{background:var(--theray-ink-soft);color:var(--theray-paper)}.trco-textarea{resize:vertical;min-height:130px;line-height:1.6}.trco-submit-btn{width:100%;background:var(--theray-signal);color:#fff;padding:1.2rem;font-family:var(--theray-body);font-weight:800;font-size:1rem;letter-spacing:.08em;text-transform:uppercase;border:none;cursor:pointer;transition:all .2s;margin-top:.5rem}.trco-submit-btn:hover{background:var(--theray-signal-dark);transform:translate(-2px,-2px);box-shadow:4px 4px 0 var(--theray-gold)}.trco-success{display:flex;align-items:flex-start;gap:1rem;background:#4ade801a;border:1px solid rgba(74,222,128,.3);padding:1rem 1.25rem;margin-bottom:1.5rem}.trco-success-icon{font-size:1.2rem;color:#4ade80;font-weight:800;flex-shrink:0}.trco-success strong{display:block;color:var(--theray-paper);font-size:.9rem;margin-bottom:.15rem}.trco-success p{margin:0;font-size:.82rem;color:#f4efe699}.trco-error{background:#e4352b1a;border:1px solid rgba(228,53,43,.3);padding:.85rem 1rem;font-size:.85rem;color:var(--theray-signal);margin-bottom:1.5rem}.theray-card-soon{cursor:default;pointer-events:none;opacity:.6}.theray-soon-img{background:var(--theray-milk);display:flex;align-items:center;justify-content:center;position:relative}.theray-soon-placeholder{width:60px;height:60px;color:var(--theray-ink)}.theray-soon-placeholder svg{width:100%;height:100%}.theray-soon-badge{position:absolute;top:.6rem;left:.6rem;background:var(--theray-smoke);color:var(--theray-mist);padding:.25rem .55rem;font-size:.6rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;transform:rotate(-3deg);z-index:2}.theray-soon-price{font-family:var(--theray-editorial);font-style:italic;font-size:.85rem;color:var(--theray-mist)}.trap-wrapper{background:var(--theray-paper)}.trap-hero{background:var(--theray-ink);padding:2.5rem 2rem 2rem;position:relative;overflow:hidden}.trap-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(196,162,76,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(196,162,76,.04) 1px,transparent 1px);background-size:60px 60px;pointer-events:none}.trap-hero-inner{max-width:900px;margin:0 auto;position:relative;z-index:2}.trap-breadcrumb{font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#f4efe666;margin-bottom:.75rem}.trap-breadcrumb a{color:#f4efe666;text-decoration:none}.trap-breadcrumb a:hover{color:var(--theray-signal)}.trap-hero-title{font-family:var(--theray-display);font-size:clamp(3rem,6vw,5.5rem);line-height:.95;letter-spacing:-.02em;text-transform:uppercase;color:var(--theray-paper);margin-bottom:.5rem}.trap-hero-title span{color:var(--theray-signal)}.trap-hero-sub{font-family:var(--theray-editorial);font-style:italic;font-size:1rem;color:#f4efe68c;margin:0}.trap-content{max-width:900px;margin:0 auto;padding:0 1.5rem}.trap-section{padding:3rem 0;border-bottom:1px solid rgba(11,11,15,.08)}.trap-section:last-child{border-bottom:none}.trap-section-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem}.trap-section-icon{font-size:1.4rem}.trap-section-title{font-family:var(--theray-display);font-size:clamp(1.8rem,3vw,2.5rem);text-transform:uppercase;letter-spacing:-.01em;margin:0;color:var(--theray-ink)}.trap-info-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}@media(min-width:640px){.trap-info-grid{grid-template-columns:repeat(2,1fr)}}.trap-info-card{background:var(--theray-milk);border:1px solid rgba(11,11,15,.08);padding:1rem 1.25rem;display:flex;flex-direction:column;gap:.3rem}.trap-info-card-full{grid-column:1 / -1}.trap-info-label{font-size:.65rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--theray-mist)}.trap-info-value{font-family:var(--theray-body);font-size:1rem;font-weight:700;color:var(--theray-ink)}.trap-text{font-size:.95rem;line-height:1.7;color:var(--theray-smoke);margin-bottom:1.5rem}.trap-cta-btns{display:flex;gap:.75rem;flex-wrap:wrap}.trap-cta-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;background:var(--theray-milk);border:1px solid rgba(11,11,15,.12);color:var(--theray-ink);font-family:var(--theray-body);font-size:.78rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;text-decoration:none;transition:all .2s;white-space:nowrap}.trap-cta-btn svg{width:16px;height:16px;flex-shrink:0}.trap-cta-btn:hover{border-color:var(--theray-ink);background:var(--theray-paper);color:var(--theray-ink)}.trap-cta-primary{background:var(--theray-signal);border-color:var(--theray-signal);color:#fff}.trap-cta-primary:hover{background:var(--theray-signal-dark);border-color:var(--theray-signal-dark);color:#fff;transform:translate(-2px,-2px);box-shadow:4px 4px 0 var(--theray-gold)}.trap-manifeste{margin-bottom:2rem}.trap-manifeste-text{font-size:.95rem;line-height:1.75;color:var(--theray-smoke);margin-bottom:1rem}.trap-manifeste-text:last-child{margin-bottom:0}.trap-values{display:flex;flex-direction:column;gap:0}.trap-value{display:flex;align-items:flex-start;gap:1.25rem;padding:1.25rem 0;border-top:1px solid rgba(11,11,15,.07)}.trap-value-num{font-family:var(--theray-display);font-size:2rem;color:var(--theray-signal);line-height:1;flex-shrink:0;min-width:70px}.trap-value strong{display:block;font-size:.9rem;font-weight:800;color:var(--theray-ink);margin-bottom:.2rem}.trap-value p{font-size:.85rem;line-height:1.5;color:var(--theray-smoke);margin:0}.trle-wrapper{background:var(--theray-paper)}.trle-hero{background:var(--theray-ink);padding:2.5rem 2rem 2rem;position:relative;overflow:hidden}.trle-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(196,162,76,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(196,162,76,.04) 1px,transparent 1px);background-size:60px 60px;pointer-events:none}.trle-hero-inner{max-width:900px;margin:0 auto;position:relative;z-index:2}.trle-breadcrumb{font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#f4efe666;margin-bottom:.75rem}.trle-breadcrumb a{color:#f4efe666;text-decoration:none}.trle-breadcrumb a:hover{color:var(--theray-signal)}.trle-hero-title{font-family:var(--theray-display);font-size:clamp(3rem,6vw,5.5rem);line-height:.95;letter-spacing:-.02em;text-transform:uppercase;color:var(--theray-paper);margin-bottom:.5rem}.trle-hero-title span{color:var(--theray-signal)}.trle-hero-sub{font-family:var(--theray-editorial);font-style:italic;font-size:1rem;color:#f4efe68c;margin:0}.trle-nav{background:var(--theray-milk);border-bottom:1px solid rgba(11,11,15,.08)}.trle-nav-inner{max-width:900px;margin:0 auto;padding:0 1.5rem;display:flex;gap:0;overflow-x:auto}.trle-nav-link{display:flex;align-items:center;gap:.4rem;padding:1rem 1.25rem;font-size:.78rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:var(--theray-smoke);text-decoration:none;border-bottom:2px solid transparent;white-space:nowrap;transition:all .2s}.trle-nav-link:hover{color:var(--theray-signal);border-bottom-color:var(--theray-signal)}.trle-content{max-width:900px;margin:0 auto;padding:0 1.5rem}.trle-section{padding:3rem 0;border-bottom:1px solid rgba(11,11,15,.08)}.trle-section:last-child{border-bottom:none}.trle-section-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem}.trle-icon{font-size:1.5rem}.trle-title{font-family:var(--theray-display);font-size:clamp(1.8rem,3vw,2.5rem);text-transform:uppercase;letter-spacing:-.01em;margin:0;color:var(--theray-ink)}.trle-subtitle{font-size:.78rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--theray-signal);margin:2rem 0 .75rem}.trle-intro{font-size:.95rem;line-height:1.7;color:var(--theray-smoke);margin-bottom:1.5rem;font-family:var(--theray-editorial);font-style:italic}.trle-text{font-size:.9rem;line-height:1.7;color:var(--theray-smoke);margin-bottom:1rem}.trle-link{color:var(--theray-signal);text-decoration:none;font-weight:600}.trle-link:hover{text-decoration:underline}.trle-list{list-style:none;padding:0;margin:0 0 1.5rem;display:flex;flex-direction:column;gap:.5rem}.trle-list li{font-size:.9rem;line-height:1.6;color:var(--theray-smoke);padding-left:1.25rem;position:relative}.trle-list li:before{content:"\2713";position:absolute;left:0;color:var(--theray-signal);font-weight:800;font-size:.8rem}.trle-info-box{background:var(--theray-milk);border:1px solid rgba(11,11,15,.1);padding:1rem 1.25rem;font-size:.88rem;line-height:1.7;color:var(--theray-smoke);margin-bottom:1.5rem}.trle-info-box strong{color:var(--theray-ink)}.trle-info-gold{background:#c4a24c14;border-color:#c4a24c40}.trle-info-gold strong{color:var(--theray-gold)}.trle-highlight{background:#e4352b0f;border-left:3px solid var(--theray-signal);padding:1rem 1.25rem;font-size:.92rem;line-height:1.6;color:var(--theray-ink);margin-bottom:1.5rem;border-radius:0 4px 4px 0}.trle-steps{display:flex;flex-direction:column;gap:0;margin-bottom:1.5rem}.trle-step{display:flex;gap:1rem;align-items:flex-start;padding:1rem 0;border-bottom:1px solid rgba(11,11,15,.07)}.trle-step:last-child{border-bottom:none}.trle-step-num{font-family:var(--theray-display);font-size:1.5rem;color:var(--theray-signal);line-height:1;flex-shrink:0;width:36px}.trle-step strong{display:block;font-size:.88rem;font-weight:800;color:var(--theray-ink);margin-bottom:.2rem}.trle-step p{font-size:.82rem;line-height:1.5;color:var(--theray-smoke);margin:0}.trle-back{display:inline-block;margin-top:1.5rem;font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--theray-mist);text-decoration:none;transition:color .2s}.trle-back:hover{color:var(--theray-signal)}.trnv-wrapper{background:var(--theray-paper)}.trnv-hero{background:var(--theray-ink);position:relative;overflow:hidden}.trnv-hero-inner{max-width:1400px;margin:0 auto;padding:3rem 2rem 2.5rem;position:relative;z-index:2}.trnv-breadcrumb{font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#f4efe666;margin-bottom:1rem}.trnv-breadcrumb a{color:#f4efe666;text-decoration:none}.trnv-breadcrumb a:hover{color:var(--theray-signal)}.trnv-hero-label{display:inline-flex;align-items:center;gap:.5rem;font-size:.72rem;font-weight:800;letter-spacing:.15em;text-transform:uppercase;color:var(--theray-signal);margin-bottom:1rem}.trnv-dot{width:8px;height:8px;background:var(--theray-signal);border-radius:50%;animation:trnv-pulse 1.5s ease-in-out infinite}@keyframes trnv-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.8)}}.trnv-hero-title{font-family:var(--theray-display);font-size:clamp(3.5rem,8vw,8rem);line-height:.9;letter-spacing:-.02em;text-transform:uppercase;color:var(--theray-paper);margin-bottom:1rem}.trnv-hero-title span{color:var(--theray-signal)}.trnv-hero-sub{font-family:var(--theray-editorial);font-style:italic;font-size:1rem;color:#f4efe68c;margin-bottom:1.5rem}.trnv-hero-count{display:inline-flex;align-items:baseline;gap:.5rem}.trnv-count-num{font-family:var(--theray-display);font-size:2.5rem;color:var(--theray-gold);line-height:1}.trnv-count-label{font-size:.8rem;font-weight:600;color:#f4efe680;letter-spacing:.05em}.trnv-hero-marquee{overflow:hidden;border-top:1px solid rgba(244,239,230,.08);padding:.85rem 0;margin-top:2.5rem}.trnv-marquee-track{display:flex;gap:2rem;white-space:nowrap;animation:trnv-marquee 20s linear infinite;font-size:.75rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:#f4efe6b3}@keyframes trnv-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.trnv-sep{color:var(--theray-signal);opacity:1}.trnv-content{max-width:1400px;margin:0 auto;padding:3rem 1.5rem 5rem}.trnv-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:5rem}@media(min-width:640px){.trnv-grid{grid-template-columns:repeat(2,1fr);gap:2rem}}@media(min-width:1024px){.trnv-grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:1280px){.trnv-grid{grid-template-columns:repeat(4,1fr)}}.trnv-card{display:block;text-decoration:none;color:inherit;background:var(--theray-milk);transition:transform .3s ease}.trnv-card:hover{transform:translateY(-6px);color:inherit}.trnv-card-img{aspect-ratio:1;background:var(--theray-paper);position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center}.trnv-card-img img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.trnv-card:hover .trnv-card-img img{transform:scale(1.04)}.trnv-badge-new{position:absolute;top:.75rem;left:.75rem;background:var(--theray-signal);color:#fff;display:flex;align-items:center;gap:.4rem;padding:.3rem .6rem;font-size:.6rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;transform:rotate(-3deg);z-index:2}.trnv-badge-dot{width:5px;height:5px;background:#fff;border-radius:50%;animation:trnv-pulse 1.5s ease-in-out infinite}.trnv-card-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0b0b0f80;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s}.trnv-card:hover .trnv-card-overlay{opacity:1}.trnv-voir-btn{background:var(--theray-signal);color:#fff;padding:.75rem 1.5rem;font-family:var(--theray-body);font-size:.8rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;transform:translateY(8px);transition:transform .3s}.trnv-card:hover .trnv-voir-btn{transform:translateY(0)}.trnv-placeholder{font-family:var(--theray-display);font-size:4rem;color:#0b0b0f12}.trnv-card-info{padding:1rem}.trnv-card-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:.35rem}.trnv-card-brand{font-size:.65rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--theray-smoke)}.trnv-stock-badge{background:#e4352b1a;color:var(--theray-signal);font-size:.58rem;font-weight:800;letter-spacing:.06em;padding:.15rem .4rem}.trnv-stock-order{background:#c4a24c1a;color:var(--theray-gold)}.trnv-card-name{font-size:.9rem;font-weight:700;line-height:1.25;color:var(--theray-ink);margin-bottom:.6rem}.trnv-card-bottom{display:flex;align-items:center;justify-content:space-between;gap:.5rem;flex-wrap:wrap}.trnv-card-price{font-family:var(--theray-display);font-size:1.4rem;color:var(--theray-ink)}.trnv-card-sizes{display:flex;gap:.25rem;flex-wrap:wrap}.trnv-size{font-size:.6rem;font-weight:700;padding:.15rem .35rem;background:var(--theray-paper);border:1px solid rgba(11,11,15,.1);color:var(--theray-smoke)}.trnv-size-more{color:var(--theray-mist)}.trnv-empty{text-align:center;padding:6rem 2rem;margin-bottom:3rem}.trnv-empty-icon{font-size:4rem;margin-bottom:1.5rem;opacity:.25}.trnv-empty-title{font-family:var(--theray-display);font-size:2.5rem;text-transform:uppercase;margin-bottom:.75rem;color:var(--theray-ink)}.trnv-empty-sub{font-family:var(--theray-editorial);font-style:italic;color:var(--theray-smoke);margin-bottom:2rem;font-size:1rem}.trnv-empty-btn{display:inline-flex;align-items:center;background:var(--theray-signal);color:#fff;padding:1rem 2rem;font-family:var(--theray-body);font-weight:800;font-size:.88rem;letter-spacing:.08em;text-transform:uppercase;text-decoration:none;transition:all .2s}.trnv-empty-btn:hover{background:var(--theray-signal-dark);transform:translate(-2px,-2px);box-shadow:4px 4px 0 var(--theray-gold);color:#fff}.trnv-newsletter{background:var(--theray-ink);padding:3rem 2rem}.trnv-newsletter-inner{max-width:800px;margin:0 auto;display:flex;align-items:center;gap:3rem;flex-wrap:wrap}.trnv-newsletter-text{flex:1;min-width:220px}.trnv-newsletter-text h3{font-family:var(--theray-display);font-size:1.6rem;text-transform:uppercase;color:var(--theray-paper);margin-bottom:.4rem}.trnv-newsletter-text p{font-family:var(--theray-editorial);font-style:italic;font-size:.88rem;color:#f4efe68c;margin:0}.trnv-newsletter-form{flex:1;min-width:280px}.trnv-newsletter-input-wrap{display:flex}.trnv-newsletter-input{flex:1;background:#f4efe612;border:1px solid rgba(244,239,230,.12);border-right:none;color:var(--theray-paper);font-family:var(--theray-body);font-size:.88rem;padding:.85rem 1rem;outline:none;transition:border-color .2s}.trnv-newsletter-input::placeholder{color:#f4efe64d}.trnv-newsletter-input:focus{border-color:var(--theray-signal)}.trnv-newsletter-btn{background:var(--theray-signal);color:#fff;border:none;padding:.85rem 1.25rem;font-family:var(--theray-body);font-size:.82rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;cursor:pointer;white-space:nowrap;transition:background .2s}.trnv-newsletter-btn:hover{background:var(--theray-signal-dark)}[data-wishlist-btn]{background:#f4efe6e6;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;padding:.4rem}[data-wishlist-btn] svg{width:18px;height:18px;stroke:var(--theray-smoke);fill:none;transition:all .2s;pointer-events:none}[data-wishlist-btn].active svg{fill:var(--theray-signal);stroke:var(--theray-signal)}[data-wishlist-btn]:hover svg{stroke:var(--theray-signal)}.trc-wishlist-btn{position:absolute;top:.6rem;right:.6rem;width:34px;height:34px;opacity:0;z-index:3;transition:opacity .2s,transform .2s}.trc-card:hover .trc-wishlist-btn,.trc-wishlist-btn.active{opacity:1}.trnv-wishlist-btn{position:absolute;top:.75rem;right:.75rem;width:36px;height:36px;opacity:0;z-index:3;transition:opacity .2s,transform .2s}.trnv-card:hover .trnv-wishlist-btn,.trnv-wishlist-btn.active{opacity:1}.theray-header-wishlist{position:relative}.theray-wishlist-count{position:absolute;top:-4px;right:-4px;background:var(--theray-signal);color:#fff;font-size:.58rem;font-weight:800;width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center}.trfav-wrapper{background:var(--theray-paper);min-height:60vh}.trfav-hero{background:var(--theray-ink);padding:2.5rem 2rem 2rem;position:relative;overflow:hidden}.trfav-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(196,162,76,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(196,162,76,.04) 1px,transparent 1px);background-size:60px 60px;pointer-events:none}.trfav-hero-inner{max-width:1400px;margin:0 auto;position:relative;z-index:2}.trfav-breadcrumb{font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#f4efe666;margin-bottom:.75rem}.trfav-breadcrumb a{color:#f4efe666;text-decoration:none}.trfav-breadcrumb a:hover{color:var(--theray-signal)}.trfav-hero-title{font-family:var(--theray-display);font-size:clamp(3rem,6vw,5.5rem);line-height:.95;letter-spacing:-.02em;text-transform:uppercase;color:var(--theray-paper);margin-bottom:.5rem}.trfav-hero-title span{color:var(--theray-signal)}.trfav-hero-sub{font-family:var(--theray-editorial);font-style:italic;font-size:1rem;color:#f4efe68c;margin:0}.trfav-content{max-width:1400px;margin:0 auto;padding:3rem 1.5rem 5rem}.trfav-empty{flex-direction:column;align-items:center;text-align:center;padding:6rem 2rem}.trfav-empty-icon{font-size:4rem;margin-bottom:1.5rem}.trfav-empty-title{font-family:var(--theray-display);font-size:2.5rem;text-transform:uppercase;margin-bottom:.75rem;color:var(--theray-ink)}.trfav-empty-sub{font-family:var(--theray-editorial);font-style:italic;color:var(--theray-smoke);margin-bottom:2rem;font-size:1rem}.trfav-empty-btn{display:inline-flex;align-items:center;background:var(--theray-signal);color:#fff;padding:1rem 2rem;font-family:var(--theray-body);font-weight:800;font-size:.88rem;letter-spacing:.08em;text-transform:uppercase;text-decoration:none;transition:all .2s}.trfav-empty-btn:hover{background:var(--theray-signal-dark);transform:translate(-2px,-2px);box-shadow:4px 4px 0 var(--theray-gold);color:#fff}.trfav-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}@media(min-width:640px){.trfav-grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:1024px){.trfav-grid{grid-template-columns:repeat(4,1fr)}}.trfav-card{display:block;text-decoration:none;color:inherit;background:var(--theray-milk);transition:transform .3s}.trfav-card:hover{transform:translateY(-4px);color:inherit}.trfav-card-img{aspect-ratio:1;background:var(--theray-paper);position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center}.trfav-card-img img{width:100%;height:100%;object-fit:cover}.trfav-placeholder{font-family:var(--theray-display);font-size:3rem;color:#0b0b0f14}.trfav-remove-btn{position:absolute;top:.6rem;right:.6rem;width:34px;height:34px;background:#f4efe6e6;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:3;transition:all .2s}.trfav-remove-btn svg{width:18px;height:18px;fill:var(--theray-signal);stroke:var(--theray-signal);pointer-events:none}.trfav-remove-btn:hover{background:var(--theray-signal)}.trfav-remove-btn:hover svg{fill:#fff;stroke:#fff}.trfav-card-info{padding:.85rem}.trfav-card-brand{font-size:.65rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--theray-smoke);margin-bottom:.2rem}.trfav-card-name{font-size:.9rem;font-weight:700;color:var(--theray-ink);margin-bottom:.4rem;line-height:1.2}.trfav-card-price{font-family:var(--theray-display);font-size:1.35rem;color:var(--theray-ink)}.trau-wrapper{background:var(--theray-paper)}.trau-hero{background:var(--theray-ink);padding:3rem 2rem;position:relative;overflow:hidden}.trau-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(196,162,76,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(196,162,76,.04) 1px,transparent 1px);background-size:60px 60px;pointer-events:none}.trau-hero-inner{max-width:1100px;margin:0 auto;position:relative;z-index:2}.trau-breadcrumb{font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#f4efe666;margin-bottom:1rem}.trau-breadcrumb a{color:#f4efe666;text-decoration:none}.trau-breadcrumb a:hover{color:var(--theray-signal)}.trau-hero-label{display:inline-flex;align-items:center;gap:.5rem;font-size:.72rem;font-weight:800;letter-spacing:.15em;text-transform:uppercase;color:var(--theray-signal);margin-bottom:1.25rem}.trau-dot{width:8px;height:8px;background:var(--theray-signal);border-radius:50%;animation:trnv-pulse 1.5s ease-in-out infinite}.trau-hero-title{font-family:var(--theray-display);font-size:clamp(4rem,9vw,10rem);line-height:1;letter-spacing:-.02em;text-transform:uppercase;color:var(--theray-paper);margin-bottom:1.75rem}.trau-hero-title span{color:var(--theray-signal)}.trau-hero-sub{font-family:var(--theray-editorial);font-style:italic;font-size:1.05rem;color:#f4efe699;max-width:600px;line-height:1.6;margin-bottom:2.5rem}.trau-hero-stat{display:flex;gap:3rem;flex-wrap:wrap;padding-top:2rem;border-top:1px solid rgba(244,239,230,.1)}.trau-stat{display:flex;flex-direction:column;gap:.3rem}.trau-stat-num{font-family:var(--theray-display);font-size:3rem;color:var(--theray-paper);line-height:1}.trau-stat-unit{font-size:1.5rem;color:var(--theray-signal)}.trau-stat-label{font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#f4efe666}.trau-guarantee{background:#e4352b14;border-top:1px solid rgba(228,53,43,.2);border-bottom:1px solid rgba(228,53,43,.2);padding:1.25rem 2rem}.trau-guarantee-inner{max-width:1100px;margin:0 auto;display:flex;align-items:center;gap:1rem;font-size:.92rem;line-height:1.6;color:var(--theray-smoke)}.trau-guarantee-icon{font-size:1.5rem;flex-shrink:0}.trau-guarantee-inner strong{color:var(--theray-signal)}.trau-points{padding:5rem 2rem}.trau-points-inner{max-width:1100px;margin:0 auto}.trau-section-label{display:flex;align-items:center;gap:1rem;font-size:.72rem;font-weight:800;letter-spacing:.15em;text-transform:uppercase;color:var(--theray-mist);margin-bottom:5rem;text-align:center;justify-content:center}.trau-label-line{flex:1;height:1px;background:#0b0b0f1a;max-width:200px}.trau-point{display:grid;grid-template-columns:1fr;gap:3rem;padding:4rem 0;border-bottom:1px solid rgba(11,11,15,.08)}.trau-point:last-child{border-bottom:none}@media(min-width:768px){.trau-point{grid-template-columns:1fr}.trau-point-content{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}.trau-point-reverse .trau-point-content{direction:rtl}.trau-point-reverse .trau-point-content>*{direction:ltr}}.trau-point-num{font-family:var(--theray-display);font-size:5rem;line-height:1;color:#0b0b0f0f;letter-spacing:-.02em;margin-bottom:.5rem}.trau-point-title{font-family:var(--theray-display);font-size:clamp(2rem,4vw,3.5rem);text-transform:uppercase;letter-spacing:-.01em;color:var(--theray-ink);margin-bottom:1.25rem;line-height:.95}.trau-point-desc{font-size:.95rem;line-height:1.75;color:var(--theray-smoke);margin-bottom:1.5rem}.trau-point-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.trau-point-list li{font-size:.85rem;font-weight:600;color:var(--theray-ink);padding-left:1.25rem;position:relative;line-height:1.4}.trau-point-list li:before{content:"\2713";position:absolute;left:0;color:var(--theray-signal);font-weight:800}.trau-point-media{position:relative}.trau-point-photo{width:100%;aspect-ratio:3/2;object-fit:cover;object-position:center top;display:block}.trau-point-placeholder{aspect-ratio:3/2;background:var(--theray-milk);border:2px dashed rgba(11,11,15,.12);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;padding:2rem;text-align:center}.trau-placeholder-uv{background:#0a0a1a;border-color:#6432ff4d}.trau-placeholder-num{font-family:var(--theray-display);font-size:4rem;color:#0b0b0f14;line-height:1}.trau-placeholder-uv .trau-placeholder-num{color:#7850ff33}.trau-placeholder-label{font-family:var(--theray-display);font-size:1.2rem;text-transform:uppercase;color:#0b0b0f33}.trau-placeholder-uv .trau-placeholder-label{color:#9664ff4d}.trau-placeholder-hint{font-size:.72rem;color:var(--theray-mist);font-style:italic;max-width:200px;line-height:1.4}.trau-cta{background:var(--theray-ink);padding:5rem 2rem;text-align:center}.trau-cta-inner{max-width:700px;margin:0 auto}.trau-cta-title{font-family:var(--theray-display);font-size:clamp(3rem,6vw,6rem);text-transform:uppercase;line-height:.9;letter-spacing:-.02em;color:var(--theray-paper);margin-bottom:1rem}.trau-cta-title span{color:var(--theray-signal)}.trau-cta-sub{font-family:var(--theray-editorial);font-style:italic;font-size:1rem;color:#f4efe68c;margin-bottom:2.5rem}.trau-cta-btn{display:inline-flex;align-items:center;background:var(--theray-signal);color:#fff;padding:1.2rem 2.5rem;font-family:var(--theray-body);font-weight:800;font-size:.95rem;letter-spacing:.08em;text-transform:uppercase;text-decoration:none;transition:all .2s}.trau-cta-btn:hover{background:var(--theray-signal-dark);transform:translate(-2px,-2px);box-shadow:4px 4px 0 var(--theray-gold);color:#fff}
/*# sourceMappingURL=/cdn/shop/t/2/assets/theray-styles.css.map */
