:root{--green-primary:#1B4332;--green-light:#2D6A4F;--green-lighter:#40916C;--gold:#C9A84C;--gold-soft:rgba(201,168,76,0.12);--gold-hover:#B8973F;--background:#FFFFFF;--surface:#F8F9FA;--surface-warm:#FBF9F3;--surface-hover:#F1F3F5;--ink:#1A1A1A;--ink-muted:#6B7280;--ink-dim:#9CA3AF;--border:#E5E7EB;--border-hover:#D1D5DB;--success:#059669;--warning:#D97706;--critical:#DC2626;--accent:#C9A84C;--accent-glow:rgba(201,168,76,0.25);--accent-soft:rgba(201,168,76,0.10);--primary:#1B4332;--surface-border:#E5E7EB;--surface-border-bright:#D1D5DB;--radius-xs:8px;--radius-sm:12px;--radius-md:16px;--radius-lg:24px;--radius-full:9999px;--blur:12px;--shadow-sm:0 1px 3px rgba(0,0,0,0.06);--shadow-md:0 4px 12px rgba(0,0,0,0.08);--shadow-lg:0 8px 30px rgba(0,0,0,0.10);--shadow-premium:0 4px 12px rgba(0,0,0,0.08);--font-sans:"Plus Jakarta Sans",system-ui,-apple-system,sans-serif;--font-display:"Plus Jakarta Sans",system-ui,-apple-system,sans-serif;--editorial-primary:#1a2e26;--editorial-secondary:#2d4a3e;--editorial-accent:#c5a47e;--editorial-warm:#f9f7f2;--editorial-earth:#4a3728;--editorial-dark:#01231C;--editorial-sage:#8B9D83;--editorial-terracotta:#C4836A;--editorial-linen:#F5F0E8;--editorial-moss:#6B7F5E;--editorial-sand:#D4C5A9;--editorial-cream:#FAF8F4;--font-serif:"Cormorant Garamond",Georgia,"Times New Roman",serif;--shadow-elevated:0 12px 32px -8px rgba(26,46,38,0.12);--shadow-hover:0 16px 40px -8px rgba(26,46,38,0.16)}*{box-sizing:border-box;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html{scroll-behavior:smooth;font-size:16px}body{margin:0;min-height:100vh;color:var(--ink);background:var(--editorial-warm);font-family:var(--font-sans);overflow-x:hidden;line-height:1.6}a{color:inherit;text-decoration:none;transition:color .2s ease}button,input,select,textarea{font:inherit;background:transparent;border:none;color:inherit}button{cursor:pointer}.material-symbols-outlined{font-variation-settings:"FILL" 0,"wght" 300,"GRAD" 0,"opsz" 24}.fill-1{font-variation-settings:"FILL" 1,"wght" 300,"GRAD" 0,"opsz" 24}.page-shell{max-width:1400px;margin:0 auto;padding:0 2rem}@media (max-width:768px){.page-shell{padding:0 1.25rem}}.glass{background:var(--background);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);transition:all .2s ease}.glass-hover:hover{border-color:var(--border-hover);box-shadow:var(--shadow-md)}.glass-sm{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm)}.glass-pill{display:inline-block;padding:.25rem .75rem;border-radius:var(--radius-full);background:var(--gold-soft);color:var(--gold-hover);font-size:.75rem;font-weight:600}.primary-link{display:inline-flex;align-items:center;justify-content:center;padding:.875rem 2rem;background:var(--green-primary);color:#FFFFFF;border-radius:var(--radius-xs);font-weight:700;font-size:.9375rem;transition:all .2s ease;letter-spacing:-.01em;border:none;cursor:pointer}.primary-link:hover{background:var(--green-light);transform:translateY(-1px);box-shadow:var(--shadow-md)}.primary-link:disabled{background:var(--border);color:var(--ink-dim);cursor:not-allowed;transform:none;box-shadow:none}.secondary-link{display:inline-flex;align-items:center;justify-content:center;padding:.875rem 2rem;background:transparent;border:1.5px solid var(--border);color:var(--ink);border-radius:var(--radius-xs);font-weight:600;font-size:.9375rem;transition:all .2s ease}.secondary-link:hover{border-color:var(--green-primary);color:var(--green-primary);background:rgba(27,67,50,.04)}.secondary-link:disabled{border-color:var(--border);color:var(--ink-dim);cursor:not-allowed}h1{font-size:clamp(2rem,5vw,3.5rem);letter-spacing:-.03em;line-height:1.1;font-weight:800}h1,h2{color:var(--ink)}h2{font-size:clamp(1.5rem,4vw,2.5rem);letter-spacing:-.025em;line-height:1.15;font-weight:700}h3{font-size:1.25rem;letter-spacing:-.015em;font-weight:600;color:var(--ink)}.display-font{font-family:var(--font-display);font-weight:800}.eyebrow{margin-bottom:1rem}.eyebrow,.section-kicker{font-size:.75rem;text-transform:uppercase;letter-spacing:.15em;font-weight:700;color:var(--gold);display:block}.section-kicker{margin-bottom:.5rem}.section-header{margin-bottom:2.5rem}.section-header.compact{margin-bottom:1.5rem}.section-header h1,.section-header h2{margin:.5rem 0 0}.section-header p.hero-text{margin-top:1rem}.reveal{opacity:0;transform:translateY(40px);transition:opacity .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1)}.reveal.is-visible{opacity:1;transform:translateY(0)}.reveal-delay-1{transition-delay:.1s}.reveal-delay-2{transition-delay:.2s}.reveal-delay-3{transition-delay:.3s}.reveal-delay-4{transition-delay:.4s}.reveal-stagger>*{opacity:0;transform:translateY(30px);transition:opacity .6s cubic-bezier(.16,1,.3,1),transform .6s cubic-bezier(.16,1,.3,1)}.reveal-stagger.is-visible>:first-child{opacity:1;transform:translateY(0);transition-delay:.05s}.reveal-stagger.is-visible>:nth-child(2){opacity:1;transform:translateY(0);transition-delay:.1s}.reveal-stagger.is-visible>:nth-child(3){opacity:1;transform:translateY(0);transition-delay:.15s}.reveal-stagger.is-visible>:nth-child(4){opacity:1;transform:translateY(0);transition-delay:.2s}.reveal-stagger.is-visible>:nth-child(5){opacity:1;transform:translateY(0);transition-delay:.25s}.reveal-stagger.is-visible>:nth-child(6){opacity:1;transform:translateY(0);transition-delay:.3s}@keyframes fadeSlideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes ai-pulse{0%,to{opacity:.3}50%{opacity:1}}@keyframes edPulse{0%,to{opacity:.4}50%{opacity:1}}@keyframes edSpin{to{transform:rotate(1turn)}}@supports (animation-timeline:scroll()){.ed-hero__img{animation:heroParallax linear;animation-timeline:scroll();animation-range:0 30%}@keyframes heroParallax{0%{transform:scale(1)}to{transform:scale(1.1) translateY(-5%)}}}@keyframes breathe{0%,to{transform:scale(1)}50%{transform:scale(1.015)}}@keyframes slideInLeft{0%{opacity:0;transform:translateX(-30px)}to{opacity:1;transform:translateX(0)}}@keyframes slideInRight{0%{opacity:0;transform:translateX(30px)}to{opacity:1;transform:translateX(0)}}@keyframes drawUnderline{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}.reveal,.reveal-stagger>*{opacity:1;transform:none}}.ed-grain:before{content:"";position:absolute;inset:0;opacity:.03;pointer-events:none;z-index:1;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");background-repeat:repeat;background-size:256px 256px}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.ed-skeleton{background:linear-gradient(90deg,rgba(26,46,38,.04) 25%,rgba(26,46,38,.08) 50%,rgba(26,46,38,.04) 75%);background-size:200% 100%;animation:shimmer 1.8s ease-in-out infinite;border-radius:0}.ed-skeleton--text{height:.875rem;width:80%;margin-bottom:.5rem}.ed-skeleton--text-sm{height:.625rem;width:60%}.ed-skeleton--card{min-height:280px}.ed-skeleton--avatar{width:2.5rem;height:2.5rem;border-radius:50%}.ed-link-animated{position:relative;text-decoration:none}.ed-link-animated:after{content:"";position:absolute;bottom:-2px;left:0;width:100%;height:1px;background:var(--editorial-accent);transform:scaleX(0);transform-origin:left;transition:transform .3s cubic-bezier(.16,1,.3,1)}.ed-link-animated:hover:after{transform:scaleX(1)}.hero{padding:6rem 0 5rem;display:grid;grid-template-columns:1fr;grid-gap:3rem;gap:3rem;text-align:center;background:var(--green-primary)}.hero,.hero h1{color:#FFFFFF}.hero-text{font-size:1.125rem;color:var(--ink-muted);margin:1.5rem 0;line-height:1.7}.hero .hero-text{color:rgba(255,255,255,.8)}.hero-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.hero .primary-link{background:#FFFFFF;color:var(--green-primary)}.hero .primary-link:hover{background:var(--surface);box-shadow:var(--shadow-lg)}.hero .secondary-link{border-color:rgba(255,255,255,.3);color:#FFFFFF}.hero .secondary-link:hover{border-color:#FFFFFF;background:rgba(255,255,255,.1)}.hero .eyebrow{color:var(--gold)}@media (max-width:768px){.hero{padding:4rem 0 3rem}}.hero-banner{margin-top:3rem;margin-bottom:2rem}.offer-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));grid-gap:1.5rem;gap:1.5rem;margin:3rem 0}.offer-card{position:relative;overflow:hidden;border-radius:var(--radius-sm);padding:1.5rem;display:flex;flex-direction:column;transition:all .3s ease}.offer-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.offer-label{display:inline-block;background:var(--gold);color:#FFFFFF;padding:.25rem .75rem;border-radius:var(--radius-full);font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em;margin-bottom:.75rem}.price-compare{font-size:.875rem;color:var(--ink-dim);text-decoration:line-through;font-weight:400}.offer-header{margin-bottom:.5rem}.store-footer{margin-top:6rem;padding:4rem 0 2rem;background:var(--green-primary);color:#FFFFFF}.store-footer__grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;grid-gap:3rem;gap:3rem}.store-footer__column h4{margin-bottom:1.25rem;font-size:.8rem;text-transform:uppercase;letter-spacing:.12em;color:rgba(255,255,255,.6);font-weight:600}.store-footer__column h2{color:#FFFFFF;margin:.5rem 0}.store-footer__column .eyebrow{color:var(--gold)}.store-footer__column p{line-height:1.6}.store-footer__column p,.store-footer__link{color:rgba(255,255,255,.6);font-size:.875rem}.store-footer__link{display:block;margin-bottom:.75rem;transition:color .2s ease}.store-footer__link:hover{color:#FFFFFF}.store-footer__bottom{margin-top:3rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.1);text-align:center;color:rgba(255,255,255,.4);font-size:.75rem}@media (max-width:768px){.store-footer__grid{grid-template-columns:1fr;gap:2rem}}.page-intro{padding:4rem 0 2rem}.intro-metrics{display:flex;gap:2rem;margin-top:2rem;flex-wrap:wrap}.intro-metrics article{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);padding:1.5rem 2rem;flex:1 1;min-width:160px;text-align:center}.intro-metrics article strong{display:block;font-size:2rem;font-weight:800;color:var(--green-primary);margin-bottom:.25rem}.intro-metrics article span{font-size:.8rem;color:var(--ink-muted)}.product-hero{display:grid;grid-template-columns:1fr 1fr;grid-gap:3rem;gap:3rem;margin-top:2rem}@media (max-width:768px){.product-hero{grid-template-columns:1fr;gap:2rem}}.product-hero__media{border-radius:var(--radius-md);overflow:hidden;display:flex;align-items:center;justify-content:center;min-height:400px;color:#FFFFFF}.product-hero__body{display:flex;flex-direction:column;gap:1.5rem}.media-placeholder{width:100%;padding:3rem;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;min-height:300px;background:rgba(255,255,255,.08)!important;border-color:rgba(255,255,255,.15)!important;color:#FFFFFF}.media-placeholder span{font-size:.7rem;text-transform:uppercase;letter-spacing:.15em;opacity:.6}.media-placeholder strong{font-size:1.5rem}.media-placeholder .badge{background:var(--gold);color:#FFFFFF;padding:.3rem .8rem;border-radius:var(--radius-full);font-size:.7rem;font-weight:700}.product-breadcrumbs{font-size:.8rem;color:var(--ink-muted);display:flex;align-items:center;gap:.5rem}.product-breadcrumbs a:hover{color:var(--green-primary)}.product-breadcrumbs .separator{color:var(--ink-dim)}.product-breadcrumbs .current{color:var(--ink);font-weight:500}.product-title-block{margin-bottom:.5rem}.product-title-block h1{margin:.25rem 0 0}.product-pricing{padding:1.5rem!important;border-radius:var(--radius-sm)!important}.price-stack{margin-bottom:1.25rem}.current-price{display:flex;flex-direction:column;gap:.25rem}.current-price strong{font-size:2rem;color:var(--green-primary)}.accent-text{color:var(--gold)}.strike-through{text-decoration:line-through}.product-meta{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:.75rem;gap:.75rem}@media (max-width:768px){.product-meta{grid-template-columns:repeat(2,1fr)}}.product-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:2rem;gap:2rem;margin-top:3rem}@media (max-width:768px){.product-grid{grid-template-columns:1fr}}.product-panel{border-radius:var(--radius-sm)!important;padding:2rem}.card-padding{padding:1.5rem}.detail-list{padding:0;margin:1.5rem 0 0;list-style:none}.detail-list li{padding:.5rem 0;display:flex;align-items:center;gap:.5rem;color:var(--ink-muted);font-size:.9rem}.spec-grid{margin-top:1.5rem}.spec-grid>div{padding-bottom:.75rem;margin-bottom:.75rem;border-bottom:1px solid var(--border)}.spec-grid dt{font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;color:var(--ink-dim)}.spec-grid dd{margin:.25rem 0 0;font-weight:500}.section-block{margin-top:4rem;padding-top:4rem;border-top:1px solid var(--border)}.cart-empty{padding:6rem 2rem;text-align:center;max-width:600px;margin:4rem auto;border-radius:var(--radius-lg)!important}.cart-empty h1{font-size:1.75rem;margin-bottom:1rem}.cart-empty p{color:var(--ink-muted);max-width:420px;margin:0 auto 2rem}.checkout-form{gap:2rem}.checkout-form,.checkout-summary{display:flex;flex-direction:column}.checkout-summary{position:-webkit-sticky;position:sticky;top:5rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);padding:2rem;height:-moz-fit-content;height:fit-content;gap:1.5rem}.checkout-summary .primary-link{width:100%;text-align:center}.checkout-summary__stack{display:flex;flex-direction:column;gap:.75rem}.checkout-line{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid var(--border)}.checkout-line h3{font-size:.9rem;margin:.15rem 0 0}.checkout-line strong{color:var(--green-primary);font-size:.95rem}.checkout-summary__totals{display:flex;flex-direction:column;gap:.5rem;padding-top:1rem;border-top:1px solid var(--border)}.checkout-summary__totals>div{display:flex;justify-content:space-between}.checkout-summary__totals span{font-size:.85rem;color:var(--ink-muted)}.checkout-summary__totals strong{color:var(--green-primary)}.checkout-summary__coupon{padding-top:1rem;border-top:1px solid var(--border)}.coupon-applied{margin-top:.5rem;padding:.75rem 1rem;background:rgba(5,150,105,.08);border:1px solid rgba(5,150,105,.2);border-radius:var(--radius-xs);font-size:.85rem;color:var(--success)}.checkout-inline-note{padding:1rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-xs)}.checkout-inline-note strong{font-size:.85rem;display:block;margin-bottom:.35rem}.checkout-inline-note p{font-size:.8rem;color:var(--ink-muted);margin:0}.checkout-success{padding:1.5rem;background:rgba(5,150,105,.04);border:1px solid rgba(5,150,105,.15);border-radius:var(--radius-sm);margin-top:1rem}.field-block{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.field-block span{font-size:.8rem;font-weight:600;color:var(--ink-muted);text-transform:uppercase;letter-spacing:.04em}.field-block input{padding:.75rem 1rem;border:1px solid var(--border);border-radius:var(--radius-xs);background:var(--background);color:var(--ink);font-size:.9rem;transition:border-color .2s ease}.field-block input:focus{outline:none;border-color:var(--green-primary);box-shadow:0 0 0 3px rgba(27,67,50,.1)}.field-block input::placeholder{color:var(--ink-dim)}.payment-grid,.shipping-grid{display:grid;grid-gap:.75rem;gap:.75rem}.shipping-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr))}.payment-grid{grid-template-columns:repeat(3,1fr)}@media (max-width:768px){.payment-grid{grid-template-columns:1fr}}.payment-card,.shipping-card{padding:1.25rem;border:1px solid var(--border);border-radius:var(--radius-xs);cursor:pointer;transition:all .2s ease;display:flex;flex-direction:column;gap:.5rem}.payment-card:hover,.shipping-card:hover{border-color:var(--green-primary)}.payment-card.is-active,.shipping-card.is-active{border-color:var(--green-primary);background:rgba(27,67,50,.04);box-shadow:0 0 0 2px rgba(27,67,50,.15)}.payment-card input,.shipping-card input{display:none}.payment-card strong,.shipping-card strong{font-size:.95rem}.payment-card p,.shipping-card p{font-size:.8rem;color:var(--ink-muted);margin:0}.shipping-card em{font-style:normal;font-weight:700;color:var(--green-primary)}.shipping-card small{font-size:.7rem;color:var(--ink-dim)}.error-copy{color:var(--critical);font-size:.8rem;margin-top:.5rem;padding:.5rem;background:rgba(220,38,38,.05);border-radius:var(--radius-xs)}.blog-content{line-height:1.8;color:var(--ink-muted);font-size:1.05rem}.blog-content h2{color:var(--ink);font-size:1.75rem;margin:3rem 0 1rem;font-weight:700;letter-spacing:-.02em}.blog-content h3{color:var(--ink);font-size:1.25rem;margin:2rem 0 .75rem;font-weight:600}.blog-content p{margin:0 0 1.25rem}.blog-content ul{margin:0 0 1.5rem;padding-left:1.5rem;list-style:none}.blog-content ul li{position:relative;padding-left:1rem;margin-bottom:.5rem}.blog-content ul li:before{content:"";position:absolute;left:0;top:.65em;width:5px;height:5px;border-radius:50%;background:var(--gold)}.blog-content strong{color:var(--ink);font-weight:700}.blog-content em{font-style:italic}.blog-content a{color:var(--green-primary);text-decoration:underline;text-underline-offset:3px;transition:color .2s ease}.blog-content a:hover{color:var(--green-light)}.blog-content code{background:var(--surface);padding:.15rem .4rem;border-radius:var(--radius-xs);font-size:.9em;border:1px solid var(--border)}.blog-content table{width:100%;border-collapse:collapse;margin:1.5rem 0;font-size:.9rem}.blog-content table th{text-align:left;padding:.75rem 1rem;border-bottom:2px solid var(--border);color:var(--ink);font-weight:700;font-size:.8rem;text-transform:uppercase;letter-spacing:.05em}.blog-content table td{padding:.75rem 1rem;border-bottom:1px solid var(--border)}.blog-content table tr:hover td{background:var(--surface)}.badge{display:inline-block;padding:.25rem .75rem;border-radius:var(--radius-full);font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em}.badge.tone-positive,.tone-positive{background:rgba(5,150,105,.1);color:var(--success);border:1px solid rgba(5,150,105,.2)}.w-full{width:100%}.center,.text-center{text-align:center}.opacity-70{opacity:.7}.opacity-80{opacity:.8}.opacity-50{opacity:.5}.opacity-40{opacity:.4}.opacity-30{opacity:.3}.opacity-60{opacity:.6}.text-xs{font-size:.75rem}.text-sm{font-size:.875rem}.text-lg{font-size:1.125rem}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.block{display:block}.flex{display:flex}.grid{display:grid}.inline-flex{display:inline-flex}.items-center{align-items:center}.items-end{align-items:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.flex-1{flex:1 1}.shrink-0{flex-shrink:0}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-8{gap:2rem}.mt-1{margin-top:.25rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mt-16{margin-top:4rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.my-6{margin-top:1.5rem;margin-bottom:1.5rem}.p-1{padding:.25rem}.p-2{padding:.5rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-12{padding-top:3rem;padding-bottom:3rem}.pt-4{padding-top:1rem}.pt-16{padding-top:4rem}.ml-auto,.mx-auto{margin-left:auto}.mx-auto{margin-right:auto}.rounded{border-radius:.25rem}.rounded-lg{border-radius:var(--radius-sm)}.rounded-full{border-radius:var(--radius-full)}.overflow-hidden{overflow:hidden}.min-w-\[200px\]{min-width:200px}.min-w-\[1\.5rem\]{min-width:1.5rem}.max-w-md{max-width:28rem}.list-none{list-style:none}.space-y-3>*+*{margin-top:.75rem}.space-y-4>*+*{margin-top:1rem}.line-clamp-1{-webkit-line-clamp:1}.line-clamp-1,.line-clamp-2{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical}.line-clamp-2{-webkit-line-clamp:2}.uppercase{text-transform:uppercase}.tracking-widest{letter-spacing:.1em}.border{border:1px solid var(--border)}.border-t{border-top:1px solid var(--border)}.border-b,.border-y{border-bottom:1px solid var(--border)}.border-y{border-top:1px solid var(--border)}.border-white\/5{border-color:var(--border)}.shadow-2xl{box-shadow:var(--shadow-lg)}.shadow-\[0_0_8px_rgba\(74\,222\,128\,0\.5\)\]{box-shadow:0 0 8px rgba(5,150,105,.3)}.h-fit{height:-moz-fit-content;height:fit-content}.sticky{position:-webkit-sticky;position:sticky}.top-24{top:6rem}.transition-all{transition:all .2s ease}.transition-colors{transition:color .2s ease,background-color .2s ease}.transition-transform{transition:transform .2s ease}.w-8{width:2rem}.h-8{height:2rem}.w-2{width:.5rem}.h-2{height:.5rem}.w-24{width:6rem}.h-24{height:6rem}.mr-2{margin-right:.5rem}.text-\[10px\]{font-size:10px}.text-\[0\.65rem\]{font-size:.65rem}.text-3xl{font-size:1.875rem}.text-2xl{font-size:1.5rem}.leading-relaxed{line-height:1.625}.text-red-300,.text-red-400{color:var(--critical)}.bg-red-500\/20{background:rgba(220,38,38,.08)}.bg-red-400\/10{background:rgba(220,38,38,.05)}.bg-white\/5{background:var(--surface)}.bg-blue-400{background:#60A5FA}.bg-green-400{background:var(--success)}.bg-current{background:currentColor}.bg-white\/10,.hover\:bg-white\/10:hover{background:var(--surface-hover)}.text-link{cursor:pointer}.hover\:opacity-100:hover{opacity:1}.hover\:accent-text:hover{color:var(--gold)}.hover\:text-red-400:hover{color:var(--critical)}.hover\:scale-\[1\.02\]:hover{transform:scale(1.02)}.animate-pulse{animation:ai-pulse 2s ease-in-out infinite}.sm\:flex-nowrap{flex-wrap:wrap}@media (min-width:640px){.sm\:flex-nowrap{flex-wrap:nowrap}}.lg\:grid-cols-\[1fr_380px\]{grid-template-columns:1fr}@media (min-width:1024px){.lg\:grid-cols-\[1fr_380px\]{grid-template-columns:1fr 380px}}@media (min-width:1024px){.lg\:grid-cols-3{grid-template-columns:repeat(3,1fr)}}.grid-cols-2{grid-template-columns:repeat(2,1fr)}.ed-header{position:-webkit-sticky;position:sticky;top:0;z-index:100;width:100%;border-bottom:1px solid rgba(26,46,38,.05);background:rgba(249,247,242,.9);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.ed-header__inner{max-width:1536px;margin:0 auto;padding:0 1.5rem;display:flex;height:5rem;align-items:center;justify-content:space-between}@media (min-width:640px){.ed-header__inner{padding:0 2.5rem}}@media (min-width:1024px){.ed-header__inner{padding:0 4rem}}.ed-brand{display:flex;align-items:center;gap:.5rem;cursor:pointer}.ed-brand__icon{color:var(--editorial-secondary);font-size:1.5rem}.ed-brand__name{font-size:1.25rem;font-weight:700;letter-spacing:.2em;color:var(--editorial-primary);text-transform:uppercase;margin:0}.ed-nav{display:none;align-items:center;gap:2.5rem}@media (min-width:1024px){.ed-nav{display:flex}}.ed-nav a{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.15em;color:var(--editorial-primary);transition:color .2s ease}.ed-nav a:hover{color:var(--editorial-accent)}.ed-actions{display:flex;align-items:center;gap:1.5rem}.ed-actions button{padding:.5rem;color:rgba(26,46,38,.7);transition:color .2s ease;background:none;border:none;cursor:pointer}.ed-actions button:hover{color:var(--editorial-primary)}.ed-cart-indicator{position:relative}.ed-cart-badge{position:absolute;top:.25rem;right:.25rem;width:.5rem;height:.5rem;background:var(--editorial-accent);border-radius:50%}.ed-login-btn{display:none;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.15em;border:1px solid rgba(26,46,38,.2)!important;padding:.5rem 1.5rem!important;color:var(--editorial-primary)!important;transition:all .3s ease}@media (min-width:640px){.ed-login-btn{display:block}}.ed-login-btn:hover{background:var(--editorial-primary)!important;color:white!important;transform:translateY(-1px)}.ed-hero{position:relative;width:100%;overflow:hidden;background:var(--editorial-primary);height:28vh;min-height:380px}.ed-hero__img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.6;mix-blend-mode:luminosity}.ed-hero__overlay{position:absolute;inset:0;background:linear-gradient(0deg,rgba(26,46,38,.8),transparent,transparent);z-index:1}.ed-hero__content{position:relative;z-index:2;height:100%;max-width:80rem;margin:0 auto;padding:0 1.5rem;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}@media (min-width:1024px){.ed-hero__content{padding:0 4rem}}.ed-hero__kicker{color:var(--editorial-accent);font-weight:700;letter-spacing:.3em;text-transform:uppercase;font-size:10px;margin-bottom:.5rem;opacity:0;animation:fadeSlideUp .8s .3s forwards}.ed-hero__title{font-size:clamp(1.875rem,5vw,3rem);font-weight:300;color:white;line-height:1.2;margin:0 0 1rem;max-width:56rem;opacity:0;animation:fadeSlideUp .8s .5s forwards;font-family:var(--font-serif,Georgia),"Times New Roman",serif}.ed-hero__title em{font-style:italic;font-family:Georgia,Times New Roman,serif}.ed-hero__cta{background:var(--editorial-accent);color:var(--editorial-primary);font-weight:700;padding:.75rem 2rem;font-size:10px;text-transform:uppercase;letter-spacing:.15em;border:none;cursor:pointer;transition:background .2s ease;opacity:0;animation:fadeSlideUp .8s .7s forwards}.ed-hero__cta:hover{background:rgba(197,164,126,.9);transform:translateY(-2px);box-shadow:0 8px 24px -4px rgba(197,164,126,.4)}.ed-categories{padding:4rem 1.5rem;max-width:1536px;margin:0 auto}@media (min-width:1024px){.ed-categories{padding:4rem}}.ed-categories__grid{display:grid;grid-template-columns:1fr;grid-gap:1rem;gap:1rem}@media (min-width:768px){.ed-categories__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.ed-categories__grid{grid-template-columns:repeat(4,1fr)}}.ed-cat-card{position:relative;overflow:hidden;aspect-ratio:4/5;background:var(--editorial-primary);display:block}.ed-cat-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.8;transition:transform 1s cubic-bezier(.16,1,.3,1)}.ed-cat-card:hover img{transform:scale(1.05)}.ed-cat-card__overlay{position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.8),rgba(0,0,0,.2),transparent);display:flex;flex-direction:column;justify-content:flex-end;padding:2rem}.ed-cat-card__kicker{color:var(--editorial-accent);font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.2em;margin-bottom:.5rem}.ed-cat-card__title{color:white;font-size:1.25rem;font-weight:300;text-transform:uppercase;letter-spacing:.15em;margin:0}.ed-why{padding:6rem 0;background:white;overflow:hidden}.ed-why__inner{max-width:80rem;margin:0 auto;padding:0 1.5rem;display:grid;grid-gap:5rem;gap:5rem;align-items:center}@media (min-width:1024px){.ed-why__inner{grid-template-columns:1fr 1fr;padding:0 4rem}}.ed-why__images{position:relative}.ed-why__img-main{aspect-ratio:1;overflow:hidden;box-shadow:0 20px 50px -12px rgba(26,46,38,.15)}.ed-why__img-main img{width:100%;height:100%;object-fit:cover}.ed-why__img-secondary{position:absolute;bottom:-3rem;right:-3rem;width:66%;aspect-ratio:4/5;overflow:hidden;border:8px solid white;box-shadow:0 10px 30px -5px rgba(0,0,0,.15);display:none}@media (min-width:1024px){.ed-why__img-secondary{display:block}}.ed-why__img-secondary img{width:100%;height:100%;object-fit:cover}.ed-why__copy{display:flex;flex-direction:column;gap:2rem}.ed-why__kicker{color:var(--editorial-accent);font-weight:700;letter-spacing:.3em;text-transform:uppercase;font-size:10px}.ed-why__title{font-size:clamp(1.5rem,3vw,2.5rem);font-weight:300;color:var(--editorial-primary);line-height:1.2;margin:0;font-family:var(--font-serif,Georgia),"Times New Roman",serif}.ed-why__quote{font-size:1.125rem;font-style:italic;line-height:1.6}.ed-why__quote,.ed-why__text{color:rgba(26,46,38,.7);font-weight:300;margin:0}.ed-why__text{line-height:1.7}.ed-features-list{list-style:none;padding:0;margin:1rem 0 0;display:flex;flex-direction:column;gap:1rem}.ed-features-list li{display:flex;align-items:center;gap:1rem;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.15em;color:var(--editorial-primary)}.ed-features-list li:before{content:"";width:2rem;height:1px;background:var(--editorial-accent);flex-shrink:0}.ed-carousel-section{padding:5rem 0}.ed-carousel-section--warm{background:var(--editorial-warm)}.ed-carousel-section--white{background:white}.ed-carousel-header{max-width:80rem;padding:0 1.5rem;display:flex;align-items:flex-end;justify-content:space-between;margin:0 auto 3rem}@media (min-width:1024px){.ed-carousel-header{padding:0 4rem}}.ed-carousel-header__copy{display:flex;flex-direction:column;gap:.5rem}.ed-carousel-nav{display:flex;gap:1rem}.ed-carousel-nav button{padding:.5rem;border:1px solid rgba(26,46,38,.1);background:none;cursor:pointer;transition:background .2s ease}.ed-carousel-nav button:hover{background:white}.ed-carousel-track{max-width:80rem;margin:0 auto;display:flex;gap:2rem;overflow-x:auto;scroll-behavior:smooth;-ms-overflow-style:none;scrollbar-width:none;padding:0 1.5rem 2rem;cursor:-webkit-grab;cursor:grab}@media (min-width:1024px){.ed-carousel-track{padding:0 4rem 2rem}}.ed-carousel-track::-webkit-scrollbar{display:none}.ed-carousel-track:active{cursor:-webkit-grabbing;cursor:grabbing}.ed-product-card{min-width:300px;flex-shrink:0;transition:transform .3s cubic-bezier(.16,1,.3,1)}.ed-product-card:hover{transform:translateY(-4px)}.ed-product-card__img{aspect-ratio:4/5;background:white;margin-bottom:1.5rem;overflow:hidden}.ed-product-card__img img{width:100%;height:100%;object-fit:cover;transition:transform .7s cubic-bezier(.16,1,.3,1)}.ed-product-card:hover .ed-product-card__img img{transform:scale(1.08)}.ed-blog-card__placeholder,.ed-product-card__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--editorial-primary),var(--editorial-secondary,#2d4a3e))}.ed-blog-card__placeholder .material-symbols-outlined,.ed-product-card__placeholder .material-symbols-outlined{font-size:3rem;color:var(--editorial-accent);opacity:.5}.ed-link--plain{color:inherit}.ed-product-card__name{font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.15em;margin:0 0 .25rem;color:var(--editorial-primary)}.ed-product-card__price{font-size:.75rem;color:rgba(26,46,38,.6)}.ed-panelas{padding:6rem 0;background:#f2ede4;border-top:1px solid rgba(26,46,38,.05);border-bottom:1px solid rgba(26,46,38,.05)}.ed-panelas__header{max-width:80rem;padding:0 1.5rem;display:flex;flex-direction:column;align-items:center;text-align:center;margin:0 auto 4rem;gap:1rem}@media (min-width:1024px){.ed-panelas__header{padding:0 4rem}}.ed-panelas__title{font-size:clamp(1.5rem,4vw,2.5rem);font-weight:300;color:var(--editorial-primary);font-style:italic;font-family:var(--font-serif,Georgia),"Times New Roman",serif;margin:0}.ed-panelas__desc{max-width:36rem;color:rgba(26,46,38,.6);font-weight:300;margin:0}.ed-panelas-card{min-width:340px;flex-shrink:0}.ed-panelas-card__img{aspect-ratio:4/5;background:white;margin-bottom:1.5rem;overflow:hidden;box-shadow:0 20px 50px -12px rgba(26,46,38,.15)}.ed-panelas-card__img img{width:100%;height:100%;object-fit:cover;mix-blend-mode:multiply;opacity:.8;transition:transform 1s cubic-bezier(.16,1,.3,1)}.ed-panelas-card:hover .ed-panelas-card__img img{transform:scale(1.05)}.ed-panelas-card__info{display:flex;justify-content:space-between;align-items:flex-start}.ed-panelas-card__name{font-size:.875rem;font-weight:700;text-transform:uppercase;letter-spacing:.15em;margin:0}.ed-panelas-card__sub{font-size:.75rem;color:rgba(26,46,38,.5);margin:.25rem 0 0}.ed-panelas-card__price{font-size:.875rem;font-weight:300}.ed-featured{padding:6rem 0;background:var(--editorial-primary);color:white}.ed-featured__inner{max-width:80rem;margin:0 auto;padding:0 1.5rem}@media (min-width:1024px){.ed-featured__inner{padding:0 4rem}}.ed-featured__grid{display:grid;grid-template-columns:1fr;grid-gap:1px;gap:1px;padding:0 1rem}@media (min-width:768px){.ed-featured__grid{grid-template-columns:repeat(2,1fr)}}.ed-featured-card{padding:3rem;border:1px solid rgba(255,255,255,.1);display:flex;flex-direction:column;justify-content:space-between;transition:background .3s ease,transform .3s ease}.ed-featured-card:hover{background:rgba(255,255,255,.05);transform:translateY(-2px)}.ed-featured-card__kicker{color:var(--editorial-accent);font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.15em;margin-bottom:1rem;display:block}.ed-featured-card__name{font-size:clamp(1.5rem,3vw,2.5rem);font-weight:300;text-transform:uppercase;letter-spacing:-.02em;margin:0 0 1.5rem}.ed-featured-card__desc{color:rgba(255,255,255,.6);font-weight:300;line-height:1.7;margin:0 0 2.5rem;max-width:24rem}.ed-featured-card__img{aspect-ratio:16/9;overflow:hidden;margin-bottom:2.5rem}.ed-featured-card__img img{width:100%;height:100%;object-fit:cover;filter:grayscale(1);transition:filter .5s ease}.ed-featured-card:hover .ed-featured-card__img img{filter:grayscale(0)}.ed-featured-card__btn{width:100%;padding:1rem;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.15em;transition:all .3s ease;text-align:center;display:block;cursor:pointer}.ed-featured-card__btn--outline{border:1px solid rgba(255,255,255,.2);background:none;color:white}.ed-featured-card__btn--outline:hover{background:white;color:var(--editorial-primary);transform:translateY(-1px)}.ed-featured-card__btn--accent{border:1px solid var(--editorial-accent);background:var(--editorial-accent);color:var(--editorial-primary)}.ed-featured-card__btn--accent:hover{background:rgba(197,164,126,.9);transform:translateY(-1px)}.ed-about{padding:8rem 0;background:white;overflow:hidden}.ed-about__inner{max-width:80rem;margin:0 auto;padding:0 1.5rem;display:flex;flex-direction:column;gap:5rem}@media (min-width:1024px){.ed-about__inner{flex-direction:row;padding:0 4rem}}.ed-about__video{flex:2 1;position:relative;cursor:pointer}.ed-about__video-wrap{aspect-ratio:16/9;background:black;overflow:hidden;box-shadow:0 20px 50px -12px rgba(26,46,38,.15)}.ed-about__video-wrap iframe{width:100%;height:100%;border:0}.ed-about__video-wrap img{width:100%;height:100%;object-fit:cover;opacity:.7;transition:transform 1s cubic-bezier(.16,1,.3,1)}.ed-about__video:hover .ed-about__video-wrap img{transform:scale(1.05)}.ed-play-btn{position:absolute;inset:0}.ed-play-btn,.ed-play-btn__circle{display:flex;align-items:center;justify-content:center}.ed-play-btn__circle{width:6rem;height:6rem;border-radius:50%;background:rgba(255,255,255,.1);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.2);transition:transform .3s ease}.ed-about__video:hover .ed-play-btn__circle{transform:scale(1.1)}.ed-about__video-label{margin-top:1.5rem;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.3em;color:rgba(26,46,38,.4);text-align:center}@media (min-width:1024px){.ed-about__video-label{text-align:left}}.ed-about__copy{flex:1 1;display:flex;flex-direction:column;justify-content:center;gap:2.5rem}.ed-about__copy-header{display:flex;flex-direction:column;gap:1rem}.ed-about__manifest-link{display:flex;align-items:center;gap:1.5rem}.ed-about__manifest-link:before{content:"";height:1px;width:3rem;background:var(--editorial-accent)}.ed-about__manifest-link a{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.15em;color:var(--editorial-primary);transition:color .2s ease}.ed-about__manifest-link a:hover{color:var(--editorial-accent)}.ed-testimonials{padding:6rem 0;background:var(--editorial-warm);border-top:1px solid rgba(26,46,38,.05)}.ed-testimonials__inner{max-width:80rem;margin:0 auto;padding:0 1.5rem}@media (min-width:1024px){.ed-testimonials__inner{padding:0 4rem}}.ed-testimonials__header{text-align:center;margin-bottom:4rem}.ed-testimonials__grid{display:grid;grid-template-columns:1fr;grid-gap:3rem;gap:3rem}@media (min-width:768px){.ed-testimonials__grid{grid-template-columns:repeat(3,1fr)}}.ed-testimonial{display:flex;flex-direction:column;gap:1.5rem}.ed-testimonial__stars{display:flex;gap:.25rem;color:var(--editorial-accent)}.ed-testimonial__text{font-style:italic;font-weight:300;color:rgba(26,46,38,.8);line-height:1.7;font-size:1.125rem;margin:0;font-family:var(--font-serif,Georgia),"Times New Roman",serif;position:relative;padding-left:1.5rem}.ed-testimonial__text:before{content:"\201C";position:absolute;left:0;top:-.25rem;font-size:2.5rem;color:var(--editorial-accent);font-family:var(--font-serif,Georgia),serif;line-height:1;opacity:.6}.ed-testimonial__author{display:flex;align-items:center;gap:1rem}.ed-testimonial__avatar{width:2.5rem;height:2.5rem;border-radius:50%;background:rgba(26,46,38,.1)}.ed-testimonial__name{font-weight:700;letter-spacing:.15em}.ed-testimonial__name,.ed-testimonial__role{font-size:10px;text-transform:uppercase;margin:0}.ed-testimonial__role{color:rgba(26,46,38,.4)}.ed-instagram{padding:6rem 0;background:white}.ed-instagram__inner{max-width:80rem;margin:0 auto;padding:0 1.5rem}@media (min-width:1024px){.ed-instagram__inner{padding:0 4rem}}.ed-instagram__header{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:3rem;align-items:center}@media (min-width:768px){.ed-instagram__header{flex-direction:row;justify-content:space-between;align-items:flex-end}}.ed-instagram__handle{font-size:clamp(1.5rem,3vw,1.875rem);font-weight:300;color:var(--editorial-primary);font-style:italic;font-family:var(--font-serif,Georgia),"Times New Roman",serif;margin:0}.ed-instagram__sub{color:rgba(26,46,38,.4);margin:0}.ed-instagram__follow,.ed-instagram__sub{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.15em}.ed-instagram__follow{padding:.75rem 2rem;border:1px solid rgba(26,46,38,.2);color:var(--editorial-primary);background:none;cursor:pointer;transition:all .3s ease}.ed-instagram__follow:hover{background:var(--editorial-primary);color:white;transform:translateY(-1px)}.ed-instagram__grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:.5rem;gap:.5rem}@media (min-width:768px){.ed-instagram__grid{grid-template-columns:repeat(3,1fr)}}@media (min-width:1024px){.ed-instagram__grid{grid-template-columns:repeat(6,1fr)}}.ed-insta-cell{aspect-ratio:1;overflow:hidden;background:rgba(26,46,38,.05);cursor:pointer}.ed-insta-cell img{width:100%;height:100%;object-fit:cover;transition:transform .7s cubic-bezier(.16,1,.3,1)}.ed-insta-cell:hover img{transform:scale(1.1)}.ed-blog{padding:6rem 0;background:var(--editorial-warm)}.ed-blog__inner{max-width:80rem;margin:0 auto;padding:0 1.5rem}@media (min-width:1024px){.ed-blog__inner{padding:0 4rem}}.ed-blog__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:4rem}.ed-blog__title{font-size:1.5rem;font-weight:300;text-transform:uppercase;letter-spacing:-.02em;margin:0}.ed-blog__link{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.15em;border-bottom:1px solid var(--editorial-accent);padding-bottom:.25rem;color:var(--editorial-primary);transition:color .2s ease}.ed-blog__link:hover{color:var(--editorial-accent)}.ed-blog__grid{display:grid;grid-template-columns:1fr;grid-gap:3rem;gap:3rem}@media (min-width:768px){.ed-blog__grid{grid-template-columns:repeat(3,1fr)}}.ed-blog-card{cursor:pointer}.ed-blog-card__img{aspect-ratio:16/9;overflow:hidden;margin-bottom:1.5rem;box-shadow:0 20px 50px -12px rgba(26,46,38,.15)}.ed-blog-card__img img{width:100%;height:100%;object-fit:cover;transition:transform 1s cubic-bezier(.16,1,.3,1)}.ed-blog-card:hover .ed-blog-card__img img{transform:scale(1.05)}.ed-blog-card__cat{color:var(--editorial-accent);font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.15em;display:block;margin-bottom:.5rem}.ed-blog-card__title{font-size:1.25rem;font-weight:300;margin:0 0 1rem;color:var(--editorial-primary);transition:color .2s ease;line-height:1.4;font-family:var(--font-serif,Georgia),"Times New Roman",serif}.ed-blog-card:hover .ed-blog-card__title{color:var(--editorial-accent)}.ed-blog-card__excerpt{color:rgba(26,46,38,.6);font-size:.875rem;font-weight:300;line-height:1.7;margin:0}.ed-newsletter{padding:5rem 0;background:var(--editorial-secondary)}.ed-newsletter__inner{max-width:32rem;margin:0 auto;padding:0 1.5rem;text-align:center;color:var(--editorial-warm);display:flex;flex-direction:column;gap:2rem}.ed-newsletter__title{font-size:1.5rem;font-weight:300;font-style:italic;margin:0;font-family:var(--font-serif,Georgia),"Times New Roman",serif}.ed-newsletter__sub{font-size:.875rem;opacity:.7;text-transform:uppercase;letter-spacing:.15em;margin:0}.ed-newsletter__form{display:flex;flex-direction:column;gap:0;max-width:28rem;margin:0 auto;border:1px solid rgba(249,247,242,.2)}@media (min-width:640px){.ed-newsletter__form{flex-direction:row}}.ed-newsletter__input{flex:1 1;background:transparent;border:none;color:white;padding:1rem 1.5rem;font-size:.875rem}.ed-newsletter__input::placeholder{color:rgba(255,255,255,.4)}.ed-newsletter__input:focus{outline:none}.ed-newsletter__submit{background:var(--editorial-warm);color:var(--editorial-primary);font-weight:700;padding:1rem 2rem;font-size:10px;text-transform:uppercase;letter-spacing:.15em;border:none;cursor:pointer;transition:background .2s ease}.ed-newsletter__submit:hover{background:var(--editorial-accent);transform:translateY(-1px)}.ed-footer{background:var(--editorial-dark);color:rgba(249,247,242,.9);padding:6rem 0;border-top:1px solid rgba(255,255,255,.05)}.ed-footer__inner{max-width:80rem;margin:0 auto;padding:0 1.5rem}@media (min-width:1024px){.ed-footer__inner{padding:0 4rem}}.ed-footer__brand{display:flex;flex-direction:column;align-items:flex-start;gap:1rem;max-width:36rem;padding:6rem 0 4rem}.ed-footer__brand-row{display:flex;align-items:center;gap:.5rem}.ed-footer__brand-name{font-size:1.5rem;font-weight:700;text-transform:uppercase;letter-spacing:.3em;color:var(--editorial-warm);margin:0}.ed-footer__brand-desc{font-size:.875rem;font-weight:300;line-height:1.7;color:rgba(249,247,242,.6);margin:0}.ed-footer__columns{display:grid;grid-template-columns:1fr;grid-gap:4rem;gap:4rem;margin-bottom:5rem}@media (min-width:768px){.ed-footer__columns{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.ed-footer__columns{grid-template-columns:repeat(5,1fr)}}.ed-footer__col-title{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.2em;color:var(--editorial-accent);margin:0 0 2rem}.ed-footer__col-links{display:flex;flex-direction:column;gap:1rem}.ed-footer__col-links a{font-size:.875rem;font-weight:300;color:rgba(249,247,242,.6);transition:color .2s ease}.ed-footer__col-links a:hover{color:var(--editorial-accent)}.ed-footer__col-text{font-size:.875rem;font-weight:300;color:rgba(249,247,242,.6);line-height:1.7;margin:0}.ed-footer__col-contact{display:flex;flex-direction:column;gap:1rem}.ed-footer__col-contact-item{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:300;color:rgba(249,247,242,.6)}.ed-footer__bottom{padding-top:2.5rem;border-top:1px solid rgba(255,255,255,.05);padding-bottom:6rem;display:flex;flex-direction:column;gap:1.5rem;align-items:center;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.2em;color:rgba(249,247,242,.4)}@media (min-width:768px){.ed-footer__bottom{flex-direction:row;justify-content:space-between}}.ed-footer__bottom-links{display:flex;gap:2.5rem}.ed-footer__bottom-links a{color:rgba(249,247,242,.4);transition:color .2s ease}.ed-footer__bottom-links a:hover{color:white}.ed-section-subtitle{font-size:1.875rem;font-weight:300;color:var(--editorial-primary);margin:0;font-family:var(--font-serif,Georgia),"Times New Roman",serif}.ed-section-subtitle--about{line-height:1.3}.ed-section-subtitle--testimonials{text-transform:uppercase;letter-spacing:-.02em}.ed-panelas__kicker{letter-spacing:.4em}.ed-play-btn__icon{color:var(--editorial-white,#fff);font-size:3rem}.ed-blog-card--link,.ed-link--plain{text-decoration:none}.ed-blog-card--link{color:inherit}.ed-product-card--accessory{min-width:280px}.ed-product-card__img--accessory{aspect-ratio:1;background:var(--editorial-warm)}.ed-divider{max-width:80rem;margin:0 auto;padding:0 1.5rem;display:flex;align-items:center;justify-content:center;gap:1.5rem;height:1px}@media (min-width:1024px){.ed-divider{padding:0 4rem}}.ed-divider:after,.ed-divider:before{content:"";flex:1 1;height:1px;background:linear-gradient(90deg,transparent,rgba(26,46,38,.08),transparent)}.ed-divider__icon{color:var(--editorial-accent);font-size:1.25rem;opacity:.4;flex-shrink:0}.ed-divider--botanical .ed-divider__icon{opacity:.3}.ed-kicker{color:var(--editorial-accent);font-weight:700;letter-spacing:.3em;text-transform:uppercase;font-size:10px;display:block}.ed-pdp-hero{padding:3rem 0 0;background:var(--editorial-warm)}.ed-pdp-hero__inner{max-width:80rem;margin:0 auto;padding:0 1.5rem;display:grid;grid-gap:3rem;gap:3rem;align-items:start}@media (min-width:1024px){.ed-pdp-hero__inner{grid-template-columns:1fr 1fr;padding:0 4rem;gap:4rem}}.ed-pdp-hero__media{position:relative}.ed-pdp-hero__glow{position:absolute;inset:-1rem;background:rgba(197,164,126,.08);border-radius:1rem;filter:blur(40px);transition:background 1s ease;z-index:0}.ed-pdp-hero__media:hover .ed-pdp-hero__glow{background:rgba(197,164,126,.15)}.ed-pdp-hero__image-wrap{position:relative;z-index:1;aspect-ratio:4/3;overflow:hidden;background:var(--editorial-primary);box-shadow:0 20px 50px -12px rgba(26,46,38,.2)}.ed-pdp-hero__badge-overlay{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:2rem;background:linear-gradient(135deg,rgba(26,46,38,.9),rgba(45,74,62,.85))}.ed-pdp-hero__label{color:var(--editorial-accent);font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.2em;margin-bottom:.5rem}.ed-pdp-hero__master-title{font-size:clamp(1.5rem,3vw,2.5rem);font-weight:300;color:white;font-family:var(--font-serif,Georgia),"Times New Roman",serif;font-style:italic}.ed-pdp-hero__badge-tag{margin-top:1rem;font-size:.75rem;font-weight:600;color:var(--editorial-accent);padding:.35rem 1rem;border:1px solid rgba(197,164,126,.3);text-transform:uppercase;letter-spacing:.1em}.ed-pdp-hero__body{display:flex;flex-direction:column;gap:1.5rem;padding-bottom:3rem}.ed-pdp__breadcrumbs{display:flex;align-items:center;gap:.5rem;font-size:.75rem;color:rgba(26,46,38,.4)}.ed-pdp__breadcrumbs a{color:rgba(26,46,38,.5);transition:color .2s ease}.ed-pdp__breadcrumbs a:hover{color:var(--editorial-accent)}.ed-pdp__breadcrumbs-current{color:var(--editorial-primary);font-weight:500}.ed-pdp__title-block{display:flex;flex-direction:column;gap:.75rem}.ed-pdp__title{font-size:clamp(1.75rem,4vw,2.75rem);font-weight:300;color:var(--editorial-primary);line-height:1.15;margin:0;font-family:var(--font-serif,Georgia),"Times New Roman",serif}.ed-pdp__narrative{color:rgba(26,46,38,.5);font-size:1rem;font-weight:300;line-height:1.6;margin:0;max-width:32rem}.ed-pdp__highlights-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:.75rem 1rem;gap:.75rem 1rem;padding:1.25rem 0;border-top:1px solid rgba(26,46,38,.08);border-bottom:1px solid rgba(26,46,38,.08)}.ed-pdp__highlight-item{display:flex;align-items:flex-start;gap:.5rem;font-size:.75rem;color:rgba(26,46,38,.7)}.ed-pdp__highlight-icon{font-size:1.125rem;color:var(--editorial-primary);flex-shrink:0}.ed-pdp__pricing{display:flex;flex-direction:column;gap:.25rem}.ed-pdp__price-compare{color:rgba(26,46,38,.35);text-decoration:line-through;font-size:1.125rem;margin:0}.ed-pdp__price-current{display:flex;align-items:baseline;gap:.75rem}.ed-pdp__price-current strong{font-size:clamp(2rem,5vw,3rem);font-weight:800;letter-spacing:-.02em;color:var(--editorial-primary)}.ed-pdp__price-badge{color:var(--editorial-accent);font-weight:700;font-size:.875rem}.ed-pdp__installment{color:rgba(26,46,38,.45);font-weight:500;font-size:.875rem;margin:0}.ed-pdp__shipping{display:flex;max-width:28rem;border:1px solid rgba(26,46,38,.12);overflow:hidden;position:relative}.ed-pdp__shipping-wrap{display:flex;flex-direction:column;gap:.75rem;width:100%;max-width:28rem}.ed-pdp__shipping-icon{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);color:rgba(26,46,38,.35);font-size:1.25rem;pointer-events:none}.ed-pdp__shipping-input{flex:1 1;border:none;background:white;padding:.875rem 1rem .875rem 2.75rem;font-size:.875rem;color:var(--editorial-primary);font-family:Manrope,sans-serif}.ed-pdp__shipping-input:focus{outline:none}.ed-pdp__shipping-input::placeholder{color:rgba(26,46,38,.35)}.ed-pdp__shipping-btn{background:var(--editorial-primary);color:var(--editorial-accent);border:none;padding:.875rem 1.5rem;font-weight:700;font-size:.875rem;cursor:pointer;transition:all .2s ease;font-family:Manrope,sans-serif}.ed-pdp__shipping-btn:hover{background:var(--editorial-accent);color:var(--editorial-primary)}.ed-pdp__shipping-btn:disabled{opacity:.6;cursor:wait}.ed-pdp__shipping-results{display:flex;flex-direction:column;gap:.75rem}.ed-pdp__shipping-summary{display:flex;flex-direction:column;gap:.2rem;padding:.85rem 1rem;border:1px solid rgba(26,46,38,.08);background:rgba(255,255,255,.88)}.ed-pdp__shipping-summary strong{font-size:1.05rem;color:var(--editorial-primary)}.ed-pdp__shipping-hint,.ed-pdp__shipping-meta,.ed-pdp__shipping-summary small,.ed-pdp__shipping-summary span{color:rgba(26,46,38,.55);margin:0}.ed-pdp__shipping-options{display:grid;grid-gap:.5rem;gap:.5rem}.ed-pdp__shipping-option{display:flex;align-items:center;justify-content:space-between;gap:.75rem;border:1px solid rgba(26,46,38,.08);background:white;padding:.75rem .85rem;cursor:pointer;transition:border-color .2s ease,transform .2s ease;font-family:Manrope,sans-serif}.ed-pdp__shipping-option--active,.ed-pdp__shipping-option:hover{border-color:rgba(197,164,126,.6);transform:translateY(-1px)}.ed-pdp__shipping-option span{color:rgba(26,46,38,.65);font-size:.875rem}.ed-pdp__shipping-option strong{color:var(--editorial-primary)}.ed-pdp__shipping-error,.ed-pdp__shipping-warning{margin:0;padding:.75rem .9rem;font-size:.82rem}.ed-pdp__shipping-warning{background:rgba(217,119,6,.08);border:1px solid rgba(217,119,6,.18);color:#B45309}.ed-pdp__shipping-error{background:rgba(220,38,38,.06);border:1px solid rgba(220,38,38,.14);color:#DC2626}.ed-pdp__buy-btn{width:100%;max-width:28rem;background:var(--editorial-accent);color:var(--editorial-primary);padding:1.25rem 2rem;font-size:.875rem;font-weight:800;text-transform:uppercase;letter-spacing:.15em;border:none;cursor:pointer;box-shadow:0 8px 24px -6px rgba(197,164,126,.35);transition:transform .2s ease,box-shadow .2s ease;font-family:Manrope,sans-serif}.ed-pdp__buy-btn:hover{transform:translateY(-2px) scale(1.01);box-shadow:0 16px 40px -6px rgba(197,164,126,.5)}.ed-pdp__buy-btn:active{transform:scale(.98)}.ed-pdp__cart-link{display:inline-flex;align-items:center;gap:.5rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.15em;color:rgba(26,46,38,.5);transition:color .2s ease;max-width:28rem;justify-content:center}.ed-pdp__cart-link:hover{color:var(--editorial-accent)}.ed-pdp__cart-link .material-symbols-outlined{font-size:1rem}.ed-pdp-meta{padding:0 0 3rem;background:var(--editorial-warm)}.ed-pdp-meta__inner{max-width:80rem;margin:0 auto;padding:0 1.5rem;display:grid;grid-template-columns:1fr;grid-gap:1rem;gap:1rem}@media (min-width:768px){.ed-pdp-meta__inner{grid-template-columns:repeat(3,1fr)}}@media (min-width:1024px){.ed-pdp-meta__inner{padding:0 4rem}}.ed-pdp-meta__card{display:flex;align-items:flex-start;gap:1rem;padding:1.5rem;background:white;border:1px solid rgba(26,46,38,.06)}.ed-pdp-meta__icon{color:var(--editorial-accent);font-size:1.5rem;flex-shrink:0}.ed-pdp-meta__label{display:block;font-size:.625rem;text-transform:uppercase;letter-spacing:.15em;color:rgba(26,46,38,.4);margin-bottom:.25rem}.ed-pdp-meta__card strong{display:block;font-size:.8125rem;font-weight:600;color:var(--editorial-primary);line-height:1.4}.ed-pdp-meta__accent{color:var(--editorial-accent)!important}.ed-pdp-diff{padding:5rem 0;background:white}.ed-pdp-diff__inner{max-width:80rem;margin:0 auto;padding:0 1.5rem}@media (min-width:1024px){.ed-pdp-diff__inner{padding:0 4rem}}.ed-pdp-diff__header{text-align:center;margin-bottom:3rem}.ed-pdp-diff__title{font-size:clamp(1.5rem,3vw,2.25rem);font-weight:300;color:var(--editorial-primary);font-family:var(--font-serif,Georgia),"Times New Roman",serif;margin:0 0 1rem}.ed-pdp-diff__bar{width:5rem;height:3px;background:var(--editorial-accent);margin:0 auto;border-radius:2px}.ed-pdp-diff__grid{display:grid;grid-template-columns:1fr;grid-gap:1.5rem;gap:1.5rem}@media (min-width:768px){.ed-pdp-diff__grid{grid-template-columns:repeat(3,1fr)}}.ed-pdp-diff__card{background:var(--editorial-warm);padding:2.5rem 2rem;text-align:center;border:1px solid rgba(26,46,38,.05);transition:border-color .3s ease,transform .3s ease,box-shadow .3s ease}.ed-pdp-diff__card:hover{border-color:var(--editorial-accent);transform:translateY(-3px);box-shadow:0 8px 24px -6px rgba(26,46,38,.08)}.ed-pdp-diff__icon{color:var(--editorial-accent);font-size:3rem;margin-bottom:1rem}.ed-pdp-diff__card-title{font-size:.9375rem;font-weight:700;color:var(--editorial-primary);margin:0;text-transform:uppercase;letter-spacing:.05em}.ed-pdp-benefits{padding:5rem 0;background:var(--editorial-warm)}.ed-pdp-benefits__inner{max-width:80rem;margin:0 auto;padding:0 1.5rem}@media (min-width:1024px){.ed-pdp-benefits__inner{padding:0 4rem}}.ed-pdp-benefits__copy{max-width:48rem;margin:0 auto}.ed-pdp-benefits__title{font-size:clamp(1.5rem,3vw,2.25rem);font-weight:300;color:var(--editorial-primary);font-family:var(--font-serif,Georgia),"Times New Roman",serif;margin:.5rem 0 2rem}.ed-pdp-benefits__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1.5rem}.ed-pdp-benefits__list li{display:flex;gap:1rem;align-items:flex-start}.ed-pdp-benefits__check{color:var(--editorial-accent);font-size:1.5rem;flex-shrink:0}.ed-pdp-benefits__list h4{font-size:.9375rem;font-weight:700;color:var(--editorial-primary);margin:0}.ed-pdp-benefits__list p{color:rgba(26,46,38,.5);font-size:.875rem;font-weight:300;margin:.25rem 0 0;line-height:1.5}.ed-pdp-specs{padding:5rem 0;background:white}.ed-pdp-specs__inner{max-width:48rem;margin:0 auto;padding:0 1.5rem}@media (min-width:1024px){.ed-pdp-specs__inner{padding:0 4rem}}.ed-pdp-specs__title{font-size:clamp(1.5rem,3vw,1.875rem);font-weight:300;color:var(--editorial-primary);font-family:var(--font-serif,Georgia),"Times New Roman",serif;margin:0 0 2.5rem;text-align:center}.ed-pdp-specs__table-wrap{overflow:hidden;border:1px solid rgba(26,46,38,.08);background:var(--editorial-warm)}.ed-pdp-specs__table{width:100%;text-align:left;border-collapse:collapse}.ed-pdp-specs__table tr{transition:background .2s ease}.ed-pdp-specs__table tr:hover{background:rgba(197,164,126,.06)}.ed-pdp-specs__table tr+tr{border-top:1px solid rgba(26,46,38,.06)}.ed-pdp-specs__label{padding:1.125rem 1.5rem;color:var(--editorial-accent);font-weight:700;font-size:.8125rem;text-transform:uppercase;letter-spacing:.05em;white-space:nowrap}.ed-pdp-specs__value{padding:1.125rem 1.5rem;color:var(--editorial-primary);font-size:.875rem;font-weight:400}.ed-pdp-related{padding:5rem 0;background:var(--editorial-warm);border-top:1px solid rgba(26,46,38,.05)}.ed-pdp-related__inner{max-width:80rem;margin:0 auto;padding:0 1.5rem}@media (min-width:1024px){.ed-pdp-related__inner{padding:0 4rem}}.ed-pdp-related__header{margin-bottom:2.5rem}.ed-pdp-related__title{font-size:clamp(1.5rem,3vw,1.875rem);font-weight:300;color:var(--editorial-primary);margin:.5rem 0 0}.ed-pdp-related__grid{display:grid;grid-template-columns:1fr;grid-gap:1.5rem;gap:1.5rem}@media (min-width:768px){.ed-pdp-related__grid{grid-template-columns:repeat(3,1fr)}}.ed-pdp-related__card{background:white;border:1px solid rgba(26,46,38,.06);display:flex;flex-direction:column;transition:border-color .3s ease,box-shadow .3s ease,transform .3s ease;text-decoration:none;color:inherit}.ed-pdp-related__card:hover{border-color:var(--editorial-accent);box-shadow:0 12px 32px -8px rgba(26,46,38,.1);transform:translateY(-3px)}.ed-pdp-related__card-poster{background:linear-gradient(135deg,var(--editorial-primary),var(--editorial-secondary));padding:2rem;display:flex;flex-direction:column;gap:.5rem;min-height:8rem;justify-content:flex-end}.ed-pdp-related__card-label{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.15em;color:var(--editorial-accent);padding:.25rem .75rem;border:1px solid rgba(197,164,126,.3);align-self:flex-start}.ed-pdp-related__card-poster strong{color:white;font-size:1.25rem;font-weight:300;font-family:var(--font-serif,Georgia),"Times New Roman",serif;font-style:italic}.ed-pdp-related__card-body{padding:1.5rem;flex:1 1}.ed-pdp-related__card-body h3{font-size:.9375rem;font-weight:600;color:var(--editorial-primary);margin:0 0 .5rem}.ed-pdp-related__card-body p{font-size:.8125rem;color:rgba(26,46,38,.5);font-weight:300;line-height:1.5;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.ed-pdp-related__card-footer{padding:1.25rem 1.5rem;border-top:1px solid rgba(26,46,38,.05);display:flex;justify-content:space-between;align-items:center}.ed-pdp-related__card-price{display:flex;flex-direction:column}.ed-pdp-related__card-price small{font-size:.75rem;color:rgba(26,46,38,.35);text-decoration:line-through}.ed-pdp-related__card-price span{font-size:.9375rem;font-weight:700;color:var(--editorial-primary)}.ed-pdp-related__card-link{display:flex;align-items:center;gap:.35rem;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--editorial-accent);transition:gap .2s ease}.ed-pdp-related__card:hover .ed-pdp-related__card-link{gap:.75rem}.ed-pdp-related__card-link .material-symbols-outlined{font-size:1rem}.ed-plp-hero{background:var(--editorial-primary);padding:5rem 0 4rem;text-align:center}.ed-plp-hero__inner{max-width:48rem;margin:0 auto;padding:0 1.5rem;display:flex;flex-direction:column;align-items:center;gap:1rem}.ed-plp-hero .ed-kicker{color:var(--editorial-accent)}.ed-plp-hero__title{font-size:clamp(2rem,5vw,3rem);font-weight:300;color:white;margin:0}.ed-plp-hero__title em{font-style:italic;font-family:var(--font-serif,Georgia),"Times New Roman",serif}.ed-plp-hero__desc{color:rgba(255,255,255,.5);font-weight:300;font-size:1rem;line-height:1.6;margin:0;max-width:32rem}.ed-plp-hero__metrics{display:flex;gap:3rem;margin-top:1.5rem}.ed-plp-hero__metrics article{display:flex;flex-direction:column;align-items:center;gap:.25rem}.ed-plp-hero__metrics strong{font-size:2rem;font-weight:800;color:var(--editorial-accent)}.ed-plp-hero__metrics span{font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:rgba(255,255,255,.4)}.catalog-explorer{max-width:80rem;margin:0 auto;padding:3rem 1.5rem 5rem}@media (min-width:1024px){.catalog-explorer{padding:3rem 4rem 5rem}}.catalog-toolbar{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2rem}@media (min-width:768px){.catalog-toolbar{flex-direction:row;align-items:flex-end;justify-content:space-between}}.catalog-search{display:flex;flex-direction:column;gap:.5rem;flex:1 1;max-width:28rem}.catalog-search span{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:rgba(26,46,38,.5)}.catalog-search input{border:1px solid rgba(26,46,38,.1);background:white;padding:.75rem 1rem;font-size:.875rem;color:var(--editorial-primary);font-family:Manrope,sans-serif;transition:border-color .2s ease}.catalog-search input:focus{outline:none;border-color:var(--editorial-accent)}.catalog-search input::placeholder{color:rgba(26,46,38,.3)}.catalog-controls{display:flex;gap:1rem;align-items:flex-end;flex-wrap:wrap}.filter-pills{display:flex;gap:0;border:1px solid rgba(26,46,38,.1)}.filter-pills button{padding:.625rem 1rem;font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:rgba(26,46,38,.5);background:white;border:none;cursor:pointer;transition:all .2s ease;font-family:Manrope,sans-serif}.filter-pills button+button{border-left:1px solid rgba(26,46,38,.1)}.filter-pills button.is-active{background:var(--editorial-primary);color:white;box-shadow:0 2px 8px rgba(26,46,38,.15)}.filter-pills button:hover:not(.is-active){background:var(--editorial-warm);color:var(--editorial-primary)}.catalog-sort{display:flex;flex-direction:column;gap:.35rem}.catalog-sort span{font-size:.625rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:rgba(26,46,38,.4)}.catalog-sort select{border:1px solid rgba(26,46,38,.1);background:white;padding:.625rem 2rem .625rem .75rem;font-size:.8125rem;color:var(--editorial-primary);font-family:Manrope,sans-serif;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%231a2e26' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center}.catalog-sort select:focus{outline:none;border-color:var(--editorial-accent)}.catalog-results__header{margin-bottom:2rem}.catalog-results__header h2{font-size:1rem;font-weight:400;color:rgba(26,46,38,.5);margin:.25rem 0 0}.catalog-grid{display:grid;grid-template-columns:1fr;grid-gap:1.5rem;gap:1.5rem}@media (min-width:640px){.catalog-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.catalog-grid{grid-template-columns:repeat(3,1fr)}}.catalog-card{background:white;border:1px solid rgba(26,46,38,.06);display:flex;flex-direction:column;transition:border-color .3s ease,box-shadow .3s ease,transform .3s ease}.catalog-card:hover{border-color:var(--editorial-accent);box-shadow:0 12px 32px -8px rgba(26,46,38,.1);transform:translateY(-3px)}.catalog-card--outlet{border-left:3px solid var(--editorial-accent)}.catalog-card__poster{background:linear-gradient(135deg,var(--editorial-primary),var(--editorial-secondary));padding:2rem;display:flex;flex-direction:column;gap:.5rem;min-height:10rem;justify-content:flex-end}.catalog-card__poster span{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.15em;color:var(--editorial-accent)}.catalog-card__poster strong{font-size:1.25rem;font-weight:300;color:white;font-family:var(--font-serif,Georgia),"Times New Roman",serif;font-style:italic}.catalog-card__poster p{font-size:.75rem;color:rgba(255,255,255,.5);margin:0}.catalog-card__body{padding:1.5rem;flex:1 1;display:flex;flex-direction:column;gap:.5rem}.catalog-card__body .offer-label{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--editorial-accent);padding:.2rem .6rem;border:1px solid rgba(197,164,126,.25);align-self:flex-start}.catalog-card__body h3{font-size:1rem;font-weight:600;color:var(--editorial-primary);margin:0}.catalog-card__body h3 a{color:inherit;text-decoration:none;transition:color .2s ease}.catalog-card__body h3 a:hover{color:var(--editorial-accent)}.catalog-card__body>p{font-size:.8125rem;color:rgba(26,46,38,.5);font-weight:300;line-height:1.5;margin:0}.catalog-card__body .chip-row{display:flex;flex-wrap:wrap;gap:.375rem;margin-top:.5rem}.catalog-card__body .chip-row span{font-size:.625rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;padding:.25rem .5rem;background:var(--editorial-warm);color:rgba(26,46,38,.6);border:1px solid rgba(26,46,38,.06)}.catalog-card__footer{padding:1.25rem 1.5rem;border-top:1px solid rgba(26,46,38,.05);display:flex;justify-content:space-between;align-items:flex-end}.catalog-card__footer .price-compare{font-size:.75rem;color:rgba(26,46,38,.35);text-decoration:line-through;display:block}.catalog-card__footer strong{font-size:1rem;font-weight:700;color:var(--editorial-primary);display:block}.catalog-card__footer small{font-size:.625rem;color:rgba(26,46,38,.4);display:block;margin-top:.25rem}.catalog-card__actions{display:flex;gap:.5rem;align-items:center}.catalog-card__actions .secondary-link{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:rgba(26,46,38,.5);border:1px solid rgba(26,46,38,.1);padding:.5rem .75rem;transition:all .2s ease;text-decoration:none;background:none;cursor:pointer;font-family:Manrope,sans-serif}.catalog-card__actions .secondary-link:hover{border-color:var(--editorial-accent);color:var(--editorial-accent)}.catalog-card__actions .primary-link{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--editorial-primary);background:var(--editorial-accent);border:none;padding:.5rem .75rem;cursor:pointer;transition:background .2s ease;font-family:Manrope,sans-serif}.catalog-card__actions .primary-link:hover{background:rgba(197,164,126,.85)}.ai-search-loading{display:inline-block;margin-left:.5rem;width:.5rem;height:.5rem;border-radius:50%;background:var(--editorial-accent);animation:ai-pulse 1s ease-in-out infinite}.ai-search-badge{font-size:.65rem;margin-left:.5rem;padding:2px 6px;border-radius:4px;background:color-mix(in srgb,var(--editorial-accent) 12%,transparent);color:var(--editorial-accent);border:1px solid color-mix(in srgb,var(--editorial-accent) 25%,transparent);font-weight:600;letter-spacing:.05em}.chip-row{display:flex;gap:.5rem;flex-wrap:wrap;margin-top:.75rem}.chip-row span{display:inline-block;padding:.25rem .75rem;border-radius:var(--radius-full);background:var(--surface);border:1px solid var(--border);font-size:.75rem;color:var(--ink-muted);font-weight:500}.ed-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-family:Manrope,sans-serif;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.15em;padding:.875rem 2rem;border:none;cursor:pointer;transition:all .3s ease;text-decoration:none}.ed-btn--accent{background:var(--editorial-accent);color:var(--editorial-primary)}.ed-btn--accent:hover{background:rgba(197,164,126,.85);transform:translateY(-2px);box-shadow:0 8px 20px -4px rgba(197,164,126,.35)}.ed-btn--accent:disabled{background:rgba(26,46,38,.1);color:rgba(26,46,38,.3);cursor:not-allowed;transform:none}.ed-btn--outline{background:transparent;border:1px solid rgba(26,46,38,.2);color:var(--editorial-primary)}.ed-btn--outline:hover{border-color:var(--editorial-primary);background:rgba(26,46,38,.03);transform:translateY(-1px);box-shadow:0 4px 12px rgba(26,46,38,.06)}.ed-btn--outline:disabled{border-color:rgba(26,46,38,.08);color:rgba(26,46,38,.25);cursor:not-allowed}.ed-btn--full{width:100%}.ed-btn--lg{padding:1rem 2rem;font-size:11px}.ed-btn--sm{padding:.5rem 1rem;font-size:10px}.ed-btn .material-symbols-outlined{font-size:18px}.ed-cart-empty{padding:8rem 2rem;display:flex;align-items:center;justify-content:center;min-height:60vh;background:var(--editorial-warm)}.ed-cart-empty__inner{text-align:center;max-width:480px}.ed-cart-empty__icon{font-size:4rem;color:rgba(26,46,38,.12);display:block;margin-bottom:1.5rem}.ed-cart-empty__title{font-size:clamp(1.5rem,3vw,2rem);font-weight:300;color:var(--editorial-primary);margin:.5rem 0 1rem;line-height:1.2}.ed-cart-empty__desc{color:rgba(26,46,38,.6);font-weight:300;line-height:1.7;margin:0 0 2rem}.ed-cart-empty__actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.ed-cart{background:var(--editorial-warm)}.ed-cart__hero{background:var(--editorial-primary);padding:3rem 0}.ed-cart__hero-inner{max-width:80rem;margin:0 auto;padding:0 1.5rem;text-align:center}@media (min-width:1024px){.ed-cart__hero-inner{padding:0 4rem}}.ed-cart__hero .ed-kicker{color:var(--editorial-accent)}.ed-cart__hero-title{font-size:clamp(1.5rem,3vw,2.25rem);font-weight:300;color:white;margin:.5rem 0 0;line-height:1.2}.ed-cart__content{max-width:80rem;margin:0 auto;padding:3rem 1.5rem 6rem;display:grid;grid-template-columns:1fr;grid-gap:3rem;gap:3rem}@media (min-width:1024px){.ed-cart__content{grid-template-columns:1fr 380px;padding:3rem 4rem 6rem}}.ed-cart__lines{display:flex;flex-direction:column;gap:1rem}.ed-cart-item{background:white;border:1px solid rgba(26,46,38,.06);padding:1.5rem;display:flex;gap:1.5rem;align-items:center;flex-wrap:wrap;transition:border-color .3s ease,box-shadow .3s ease}.ed-cart-item:hover{border-color:rgba(26,46,38,.12);box-shadow:0 4px 20px rgba(26,46,38,.06)}.ed-cart-item__poster{width:5.5rem;height:5.5rem;background:var(--editorial-warm);border:1px solid rgba(26,46,38,.06);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:.5rem;flex-shrink:0}.ed-cart-item__poster-tag{font-size:8px;text-transform:uppercase;letter-spacing:.15em;color:rgba(26,46,38,.4);font-weight:600}.ed-cart-item__poster-label{font-size:.7rem;color:var(--editorial-primary);margin-top:.25rem;line-height:1.2;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.ed-cart-item__body{flex:1 1;min-width:200px}.ed-cart-item__slug{font-size:10px;text-transform:uppercase;letter-spacing:.15em;color:var(--editorial-accent);font-weight:600}.ed-cart-item__title{font-size:1.1rem;font-weight:500;color:var(--editorial-primary);margin:.25rem 0 .5rem;line-height:1.3;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}.ed-cart-item__total{font-size:1.125rem;font-weight:700;color:var(--editorial-primary)}.ed-cart-item__unit{font-size:.75rem;color:rgba(26,46,38,.45);margin-left:.5rem}.ed-cart-item__controls{display:flex;flex-direction:column;align-items:flex-end;gap:.75rem;margin-left:auto;flex-shrink:0}.ed-cart-item__stepper{display:flex;align-items:center;gap:0;border:1px solid rgba(26,46,38,.1)}.ed-cart-item__stepper-btn{width:2.25rem;height:2.25rem;display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;color:rgba(26,46,38,.5);transition:all .2s ease}.ed-cart-item__stepper-btn:hover{background:var(--editorial-warm);color:var(--editorial-primary)}.ed-cart-item__stepper-btn .material-symbols-outlined{font-size:16px}.ed-cart-item__stepper-value{width:2.5rem;text-align:center;font-weight:600;font-size:.875rem;color:var(--editorial-primary);border-left:1px solid rgba(26,46,38,.1);border-right:1px solid rgba(26,46,38,.1);line-height:2.25rem}.ed-cart-item__remove{display:flex;align-items:center;gap:.35rem;font-size:10px;text-transform:uppercase;letter-spacing:.1em;font-weight:600;color:rgba(26,46,38,.3);background:none;border:none;cursor:pointer;transition:color .2s ease;font-family:Manrope,sans-serif}.ed-cart-item__remove:hover{color:#DC2626}.ed-cart-item__remove .material-symbols-outlined{font-size:14px}.ed-cart-summary{background:white;border:1px solid rgba(26,46,38,.06);padding:2rem;height:-moz-fit-content;height:fit-content;position:-webkit-sticky;position:sticky;top:6rem;display:flex;flex-direction:column;gap:1.5rem}.ed-cart-summary__header{padding-bottom:1rem;border-bottom:1px solid rgba(26,46,38,.06)}.ed-cart-summary__status{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:var(--editorial-warm);font-size:.75rem;font-weight:500;color:rgba(26,46,38,.6)}.ed-cart-summary__dot{width:6px;height:6px;border-radius:50%;background:rgba(26,46,38,.2);flex-shrink:0}.ed-cart-summary__dot--syncing{background:#60A5FA;animation:edPulse 1.5s ease-in-out infinite}.ed-cart-summary__dot--synced{background:#059669;box-shadow:0 0 6px rgba(5,150,105,.4)}.ed-cart-summary__dot--error{background:#DC2626}.ed-cart-summary__error{font-size:.8rem;color:#DC2626;background:rgba(220,38,38,.05);padding:.75rem 1rem;border:1px solid rgba(220,38,38,.1);margin:0}.ed-cart-summary__totals{display:flex;flex-direction:column;gap:.75rem;padding:1rem 0;border-top:1px solid rgba(26,46,38,.06);border-bottom:1px solid rgba(26,46,38,.06)}.ed-cart-summary__row{display:flex;justify-content:space-between;align-items:center}.ed-cart-summary__row span{font-size:.85rem;color:rgba(26,46,38,.5);font-weight:400}.ed-cart-summary__row strong{font-size:.9rem;color:var(--editorial-primary)}.ed-cart-summary__shipping-field{display:flex;flex-direction:column;gap:.4rem;margin-top:1rem}.ed-cart-summary__shipping-field span{font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;color:rgba(26,46,38,.5);font-weight:600}.ed-cart-summary__shipping-field input{border:1px solid rgba(26,46,38,.1);background:var(--editorial-warm);padding:.75rem .85rem;font-size:.875rem;color:var(--editorial-primary);font-family:Manrope,sans-serif}.ed-cart-summary__shipping-field input:focus{outline:none;border-color:var(--editorial-accent)}.ed-cart-summary__hint{font-size:.8rem;color:#B45309;background:rgba(217,119,6,.06);border:1px solid rgba(217,119,6,.12);padding:.75rem 1rem;margin:.75rem 0 0}.ed-cart-summary__services{display:flex;flex-direction:column;gap:.5rem;margin-top:.9rem}.ed-cart-summary__service{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.75rem .85rem;background:white;border:1px solid rgba(26,46,38,.08);cursor:pointer;transition:border-color .2s ease,transform .2s ease;font-family:Manrope,sans-serif}.ed-cart-summary__service--active,.ed-cart-summary__service:hover{border-color:rgba(197,164,126,.6);transform:translateY(-1px)}.ed-cart-summary__service div{display:flex;flex-direction:column;gap:.15rem}.ed-cart-summary__service span{font-size:.8rem;color:rgba(26,46,38,.55)}.ed-cart-summary__grand{display:flex;justify-content:space-between;align-items:center;padding-top:.5rem}.ed-cart-summary__grand span{font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;font-weight:600;color:rgba(26,46,38,.5)}.ed-cart-summary__grand strong{font-size:1.5rem;font-weight:700;color:var(--editorial-primary)}.ed-cart-summary__actions{display:flex;flex-direction:column;gap:.75rem}.ed-cart-summary__clear{display:flex;align-items:center;justify-content:center;gap:.35rem;background:none;border:none;cursor:pointer;font-family:Manrope,sans-serif;font-size:10px;text-transform:uppercase;letter-spacing:.1em;font-weight:600;color:rgba(26,46,38,.25);transition:color .2s ease;padding:.5rem}.ed-cart-summary__clear:hover{color:#DC2626}.ed-cart-summary__clear .material-symbols-outlined{font-size:14px}.ed-cart-summary__trust{display:flex;flex-direction:column;gap:.5rem;padding-top:1rem;border-top:1px solid rgba(26,46,38,.06)}.ed-cart-summary__trust-item{display:flex;align-items:center;gap:.5rem;font-size:.75rem;color:rgba(26,46,38,.45);font-weight:500}.ed-cart-summary__trust-item .material-symbols-outlined{font-size:16px;color:var(--editorial-accent)}@media (max-width:640px){.ed-cart-item{flex-direction:column;align-items:stretch}.ed-cart-item__controls{flex-direction:row;justify-content:space-between;align-items:center;margin-left:0;padding-top:.75rem;border-top:1px solid rgba(26,46,38,.05)}}