:root{--bg:#fff;--surface:#f6f5f2;--tile:#efede8;--ink:#1c1b19;--ink-2:#6b675f;--line:#e5e2db;--amber:#c8852f;--star:#e8a33d;--sale:#c0492f;--maxw:1280px;--warmth:0.5}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-inter),system-ui,sans-serif;background:var(--bg);color:var(--ink);line-height:1.5;-webkit-font-smoothing:antialiased}.serif,h1,h2,h3{font-family:var(--font-fraunces),Georgia,serif}button{font-family:inherit;cursor:pointer;border:none;background:none}a,button{color:inherit}a{text-decoration:none}img,svg{display:block}.wrap{max-width:var(--maxw);margin:0 auto;padding:0 24px}.btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:var(--ink);color:#fff;font-weight:600;font-size:15px;padding:14px 26px;border-radius:9px;transition:background .2s,transform .15s}.btn-primary:hover{background:#000;transform:translateY(-1px)}.btn-amber{display:inline-flex;align-items:center;gap:9px;background:var(--star);color:#1c1b19;font-weight:600;font-size:15px;padding:14px 26px;border-radius:8px;transition:transform .15s,background .2s}.btn-amber:hover{background:#f0b454;transform:translateY(-1px)}.btn-ghost{display:inline-flex;align-items:center;gap:8px;border:1px solid var(--line);color:var(--ink);font-weight:600;font-size:14px;padding:12px 22px;border-radius:9px;transition:.2s}.btn-ghost:hover{border-color:var(--ink)}.utility{background:var(--ink);color:#f3f1ec;font-size:12.5px;letter-spacing:.02em}.utility .wrap{display:flex;align-items:center;justify-content:center;gap:8px;height:36px;text-align:center}.utility b{color:var(--star);font-weight:600}header.site{position:-webkit-sticky;position:sticky;top:0;z-index:40;background:hsla(0,0%,100%,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--line)}.head{gap:28px;height:68px}.head,.logo{display:flex;align-items:center}.logo{font-family:var(--font-fraunces),serif;font-size:25px;font-weight:600;letter-spacing:-.01em;gap:8px}.logo .dot{width:9px;height:9px;border-radius:50%;background:var(--amber);box-shadow:0 0 10px 2px rgba(200,133,47,.5)}.mainnav{display:flex;gap:24px}.mainnav a{font-size:14.5px;font-weight:500;color:var(--ink);padding:6px 0;border-bottom:2px solid transparent;transition:border-color .2s}.mainnav a.active,.mainnav a:hover{border-color:var(--ink)}.mainnav a.sale{color:var(--sale)}.head-right{margin-left:auto;gap:6px}.head-right,.searchbar{display:flex;align-items:center}.searchbar{gap:8px;background:var(--surface);border:1px solid var(--line);border-radius:8px;padding:9px 12px;width:230px;color:var(--ink-2)}.searchbar input{background:none;border:none;outline:none;font-family:inherit;font-size:14px;color:var(--ink);width:100%}.iconbtn{position:relative;width:42px;height:42px;border-radius:8px;display:flex;align-items:center;justify-content:center;transition:background .2s}.iconbtn:hover{background:var(--surface)}.iconbtn svg{width:21px;height:21px;stroke:var(--ink);stroke-width:1.6;fill:none}.badge{position:absolute;top:4px;right:4px;min-width:17px;height:17px;padding:0 4px;border-radius:999px;background:var(--sale);color:#fff;font-size:10.5px;font-weight:600;display:flex;align-items:center;justify-content:center;transform:scale(0);transition:transform .25s cubic-bezier(.34,1.56,.64,1)}.badge.show{transform:scale(1)}.avatar{width:34px;height:34px;border-radius:50%;background:var(--ink);color:#fff;font-weight:600;font-size:14px;display:flex;align-items:center;justify-content:center;margin-left:4px}.hero{position:relative;background:linear-gradient(135deg,#2a2622,#3a332b 55%,#4a3f30);color:#f5f1ea;overflow:hidden}.hero:after{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(60% 80% at 78% 50%,rgba(240,180,84,calc(.1 + var(--warmth)*.42)),transparent 70%);transition:background .15s linear}.hero .wrap{position:relative;z-index:2;display:flex;align-items:center;gap:40px;min-height:440px;padding-top:56px;padding-bottom:56px}.hero-full .wrap{min-height:min(90vh,800px);padding-top:72px;padding-bottom:96px}.hero-media{z-index:0}.hero-media,.hero-scrim{position:absolute;inset:0}.hero-scrim{z-index:1;background:linear-gradient(100deg,rgba(18,16,13,.95),rgba(18,16,13,.82) 38%,rgba(18,16,13,.52) 72%,rgba(18,16,13,.32))}.hero-cue{position:absolute;left:50%;bottom:26px;transform:translateX(-50%);z-index:2;display:flex;flex-direction:column;align-items:center;gap:7px;color:#e4dcce;font-size:11px;letter-spacing:.2em;text-transform:uppercase;opacity:.85;transition:opacity .2s}.hero-cue:hover{opacity:1}.hero-cue svg{width:18px;height:18px;stroke:currentColor;stroke-width:1.6;fill:none;animation:cueBounce 1.9s ease-in-out infinite}@keyframes cueBounce{0%,to{transform:translateY(0)}50%{transform:translateY(5px)}}.manifesto{padding:74px 0 66px;border-bottom:1px solid var(--line)}.manifesto-eyebrow{font-size:12px;letter-spacing:.18em;text-transform:uppercase;color:var(--amber);font-weight:600;margin-bottom:18px}.manifesto-line{font-size:clamp(28px,4.8vw,54px);font-weight:500;line-height:1.12;letter-spacing:-.02em;max-width:20ch}.manifesto-line em{font-style:italic;color:var(--amber)}.cover-banner{position:relative;overflow:hidden;min-height:clamp(380px,56vh,560px);display:flex;align-items:center}.cover-banner-media{position:absolute;inset:0;z-index:0}.cover-banner-scrim{position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,rgba(18,16,13,.9),rgba(18,16,13,.72) 45%,rgba(18,16,13,.34))}.cover-banner-inner{position:relative;z-index:2;width:100%;max-width:var(--maxw);margin:0 auto;padding:48px 24px;color:#f5f1ea}.cover-banner-inner .eyebrow{font-size:12.5px;letter-spacing:.18em;text-transform:uppercase;color:var(--star);font-weight:600;margin-bottom:14px}.cover-banner-inner h2{font-size:clamp(34px,5.2vw,64px);font-weight:600;line-height:1.03;letter-spacing:-.02em;margin-bottom:16px}.cover-banner-inner .cb-sub{font-size:16px;color:#d8d0c4;max-width:42ch;margin-bottom:26px}.rail-filters{margin-bottom:22px}.rail-arrows{display:flex;gap:8px}.rail-arrows button{width:40px;height:40px;border:1px solid var(--line);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:21px;line-height:1;color:var(--ink);background:var(--bg);transition:.2s}.rail-arrows button:hover{border-color:var(--ink);background:var(--surface)}.product-rail{display:flex;gap:20px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;padding-bottom:4px}.product-rail::-webkit-scrollbar{display:none}.product-rail>.card{flex-grow:0;flex-shrink:0;flex-basis:calc((100% - 60px) / 4);scroll-snap-align:start}.lookbook{display:grid;grid-template-columns:1fr 1fr;grid-gap:14px;gap:14px}.lb-item{position:relative;overflow:hidden;border-radius:14px;display:block;aspect-ratio:4/3}.lb-item img{transition:transform .5s ease}.lb-item:hover img{transform:scale(1.05)}.lb-scrim{position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,transparent 35%,rgba(18,16,13,.72))}.lb-label{position:absolute;left:18px;bottom:16px;z-index:2;color:#fff;font-family:var(--font-fraunces),serif;font-size:21px;font-weight:600}@media(max-width:1024px){.product-rail>.card{flex-grow:0;flex-shrink:0;flex-basis:calc((100% - 28px) / 2.3)}}@media(max-width:768px){.lookbook{grid-template-columns:1fr}.cover-banner-inner h2{font-size:34px}.rail-arrows{display:none}.product-rail>.card{flex:0 0 78%}}.hero-copy{max-width:540px;position:relative;z-index:2}.hero-full .hero-copy{max-width:660px}.hero-full h1{font-size:clamp(42px,6.4vw,84px);line-height:1.02;letter-spacing:-.025em}.hero-full p{font-size:17px;max-width:46ch}.hero .eyebrow{font-size:12.5px;letter-spacing:.18em;text-transform:uppercase;color:var(--star);font-weight:600;margin-bottom:16px}.hero h1{font-size:clamp(34px,4.8vw,56px);font-weight:600;line-height:1.04;letter-spacing:-.02em}.hero p{color:#d8d0c4;font-size:16px;margin:18px 0 28px;max-width:44ch}.hero-actions{gap:14px;flex-wrap:wrap}.hero-actions,.hero-art{display:flex;align-items:center}.hero-art{position:absolute;right:-10px;top:0;bottom:0;width:46%;justify-content:center;z-index:1}.hero-glow{position:absolute;width:340px;height:340px;border-radius:50%;background:radial-gradient(circle,rgba(232,163,61,calc(.3 + var(--warmth)*.5)),transparent 65%);filter:blur(8px);transition:background .15s linear}.dimmer{margin-top:30px;max-width:340px;position:relative;z-index:2}.dimmer-label{display:flex;justify-content:space-between;align-items:center;font-size:12px;letter-spacing:.1em;text-transform:uppercase;color:#c7bca8;margin-bottom:10px}.dimmer-label b{color:var(--star);font-weight:600}.dimmer input[type=range]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;height:6px;border-radius:999px;background:linear-gradient(90deg,#5a4e3c,var(--star));outline:none}.dimmer input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;width:22px;height:22px;border-radius:50%;background:#f5f1ea;box-shadow:0 0 0 4px rgba(240,180,84,.35),0 2px 6px rgba(0,0,0,.4);cursor:pointer}.dimmer input[type=range]::-moz-range-thumb{width:22px;height:22px;border:none;border-radius:50%;background:#f5f1ea;box-shadow:0 0 0 4px rgba(240,180,84,.35);cursor:pointer}.collections{border-bottom:1px solid var(--line)}.collections .wrap{display:flex;gap:14px;padding:22px 24px;overflow-x:auto;scrollbar-width:none}.collections .wrap::-webkit-scrollbar{display:none}.coll{flex-shrink:0;flex-direction:column;gap:10px;width:96px;cursor:pointer}.coll,.coll-img{display:flex;align-items:center}.coll-img{position:relative;overflow:hidden;width:84px;height:84px;border-radius:50%;background:var(--tile);border:1px solid var(--line);justify-content:center;transition:border-color .2s,transform .2s}.coll:hover .coll-img{border-color:var(--ink);transform:translateY(-3px)}.coll span{font-size:13px;font-weight:500;color:var(--ink-2)}.coll:hover span{color:var(--ink)}.section{padding:56px 0}.section.tight{padding:40px 0}.sec-head{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:26px;gap:16px;flex-wrap:wrap}.sec-head h2{font-size:30px;font-weight:600;letter-spacing:-.01em}.sec-head .sub{font-size:14px;color:var(--ink-2);margin-top:4px}.sec-head .more{font-size:14px;font-weight:600;color:var(--ink);border-bottom:2px solid var(--star);padding-bottom:2px}.eyebrow-c{font-size:12px;letter-spacing:.18em;text-transform:uppercase;color:var(--amber);font-weight:600;margin-bottom:10px}.filterbar{display:flex;gap:8px;flex-wrap:wrap}.chip{font-size:13px;font-weight:500;padding:8px 15px;border-radius:999px;border:1px solid var(--line);color:var(--ink-2);background:var(--bg);transition:.2s;white-space:nowrap}.chip:hover{border-color:var(--ink);color:var(--ink)}.chip.active{background:var(--ink);color:#fff;border-color:var(--ink)}.grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:20px;gap:20px}.card{position:relative;background:var(--bg);border:1px solid var(--line);border-radius:12px;overflow:hidden;transition:box-shadow .25s,transform .25s}.card:hover{box-shadow:0 12px 28px rgba(28,27,25,.1);transform:translateY(-3px)}.card-media{position:relative;aspect-ratio:1/1;background:var(--tile);overflow:hidden}.card-media,.card-media a.media-link{display:flex;align-items:center;justify-content:center}.card-media a.media-link{position:absolute;inset:0;z-index:2}.card-media .glow{position:absolute;width:55%;height:55%;border-radius:50%;background:radial-gradient(circle,rgba(232,163,61,.35),transparent 68%);top:24%;opacity:.7;transition:opacity .3s}.card:hover .glow{opacity:1}.flag{position:absolute;top:10px;left:10px;z-index:3;font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;padding:4px 9px;border-radius:5px;color:#fff}.flag.sale{background:var(--sale)}.flag.new{background:var(--ink)}.wish{position:absolute;top:10px;right:10px;z-index:4;width:32px;height:32px;border-radius:50%;background:hsla(0,0%,100%,.9);display:flex;align-items:center;justify-content:center;opacity:0;transform:translateY(-4px);transition:.2s}.card:hover .wish{opacity:1;transform:translateY(0)}.wish svg{width:17px;height:17px;stroke:var(--ink);stroke-width:1.6;fill:none}.wish.on svg{fill:var(--sale);stroke:var(--sale)}.quickadd{position:absolute;left:12px;right:12px;bottom:12px;z-index:4;padding:11px;border-radius:8px;background:var(--ink);color:#fff;font-size:13.5px;font-weight:600;text-align:center;opacity:0;transform:translateY(8px);transition:.25s}.card:hover .quickadd{opacity:1;transform:translateY(0)}.quickadd:active{transform:scale(.97)}.card-body{padding:14px 14px 16px}.cat-label{font-size:11.5px;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:var(--ink-2)}.card-body h3{font-size:15px;font-weight:600;margin:5px 0 7px;letter-spacing:-.005em}.rating{display:flex;align-items:center;gap:5px;margin-bottom:9px}.stars{display:flex;gap:1px}.stars svg{width:13px;height:13px;fill:var(--star)}.stars svg.empty{fill:#d8d4cc}.rating .count{font-size:12px;color:var(--ink-2)}.priceline{display:flex;align-items:baseline;gap:8px}.price{font-size:17px;font-weight:700}.price .from{font-size:12px;font-weight:500;margin-right:1px}.price .from,.was{color:var(--ink-2)}.was{font-size:13px;text-decoration:line-through}.temp-tag{display:inline-flex;align-items:center;gap:5px;font-size:11px;font-weight:600;padding:3px 8px;border-radius:999px;margin-top:9px}.temp-tag .swatch{width:8px;height:8px;border-radius:50%}.temp-Warm{background:#fbf1e2;color:#b5772a}.temp-Warm .swatch{background:#e8a33d}.temp-Neutral{background:#f1f0ec;color:#6b675f}.temp-Neutral .swatch{background:#e8e2d2}.temp-Cool{background:#eaf0f3;color:#5c7585}.temp-Cool .swatch{background:#bcd2dd}.feature-band{display:grid;grid-template-columns:1fr 1fr;grid-gap:24px;gap:24px}.feature-card{position:relative;border-radius:16px;overflow:hidden;min-height:280px;display:flex;flex-direction:column;justify-content:flex-end;padding:30px;color:#f5f1ea}.feature-card.dark{background:linear-gradient(160deg,#2a2620,#43392c)}.feature-card.warm{background:linear-gradient(160deg,#7a4e22,#c8852f)}.feature-card .fc-glow{position:absolute;top:-40px;right:-40px;width:240px;height:240px;border-radius:50%;background:radial-gradient(circle,rgba(240,180,84,.5),transparent 65%)}.feature-card .eyebrow{font-size:12px;letter-spacing:.16em;text-transform:uppercase;color:var(--star);font-weight:600;margin-bottom:10px;position:relative}.feature-card h3{font-size:26px;font-weight:600;margin-bottom:8px;position:relative;max-width:14ch}.feature-card p{font-size:14px;color:#e4dcce;margin-bottom:18px;position:relative;max-width:30ch}.feature-card .fc-link{position:relative;z-index:3;font-weight:600;font-size:14px;border-bottom:2px solid var(--star);padding-bottom:2px;width:-moz-fit-content;width:fit-content}.feature-card .fc-media{position:absolute;inset:0;z-index:0}.feature-card .fc-scrim{position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,rgba(18,16,13,.32),rgba(18,16,13,.58) 48%,rgba(18,16,13,.9))}.feature-card .fc-glow{z-index:2}.feature-card .eyebrow,.feature-card h3,.feature-card p{z-index:3}.split{display:grid;grid-template-columns:1.1fr 1fr;grid-gap:48px;gap:48px}.split,.split-art{align-items:center}.split-art{aspect-ratio:4/3;border-radius:16px;background:radial-gradient(120% 120% at 50% 40%,#41382c,#211e1a);display:flex;justify-content:center;position:relative;overflow:hidden}.split-art .sg{position:absolute;width:60%;height:60%;border-radius:50%;background:radial-gradient(circle,rgba(240,180,84,.55),transparent 65%)}.split h2{font-size:32px;font-weight:600;margin-bottom:16px;line-height:1.1}.split p{color:var(--ink-2);font-size:15.5px;margin-bottom:14px;max-width:46ch}.stat-row{display:flex;gap:34px;margin-top:24px}.stat b{display:block;font-family:var(--font-fraunces),serif;font-size:30px;font-weight:600}.stat span{font-size:13px;color:var(--ink-2)}.quotes{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px}.quote{border:1px solid var(--line);border-radius:14px;padding:24px;background:var(--bg)}.quote .stars{margin-bottom:12px}.quote p{font-size:15px;line-height:1.6;margin-bottom:16px}.quote .who{display:flex;align-items:center;gap:10px}.quote .who .av{width:38px;height:38px;border-radius:50%;background:var(--tile);object-fit:cover;flex-shrink:0}.quote .who b{font-size:13.5px;font-weight:600}.quote .who span{font-size:12px;color:var(--ink-2);display:block}.newsletter{background:linear-gradient(135deg,#2a2622,#43392c);color:#f5f1ea;border-radius:18px;padding:48px;text-align:center;position:relative;overflow:hidden}.newsletter .ng{position:absolute;top:-60px;left:50%;transform:translateX(-50%);width:320px;height:320px;border-radius:50%;background:radial-gradient(circle,rgba(240,180,84,.35),transparent 65%)}.newsletter h2{font-size:30px;font-weight:600;margin-bottom:10px;position:relative}.newsletter p{color:#d8d0c4;font-size:15px;margin-bottom:24px;position:relative;max-width:44ch;margin-left:auto;margin-right:auto}.news-form{display:flex;gap:10px;max-width:440px;margin:0 auto;position:relative}.news-form input{flex:1 1;padding:14px 16px;border-radius:9px;border:1px solid hsla(0,0%,100%,.18);background:hsla(0,0%,100%,.06);color:#fff;font-family:inherit;font-size:14px;outline:none}.news-form input::placeholder{color:#b6ac9c}.trust{background:var(--surface);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.trust .wrap{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:20px;gap:20px;padding:30px 24px}.trust-item{display:flex;align-items:center;gap:12px}.trust-item svg{width:26px;height:26px;stroke:var(--amber);stroke-width:1.5;fill:none;flex-shrink:0}.trust-item b{font-size:14px;font-weight:600;display:block}.trust-item span{font-size:12.5px;color:var(--ink-2)}footer.site{background:var(--ink);color:#bbb4a8;font-size:13.5px;padding:54px 0 28px}.foot-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;grid-gap:30px;gap:30px}.foot-grid .logo{color:#f3f1ec;margin-bottom:12px}.foot-grid h4{color:#f3f1ec;font-size:13px;letter-spacing:.06em;text-transform:uppercase;margin-bottom:14px;font-weight:600}.foot-grid a{display:block;margin-bottom:9px;transition:color .2s}.foot-grid a:hover{color:var(--star)}.foot-bottom{border-top:1px solid hsla(0,0%,100%,.1);margin-top:36px;padding-top:20px;display:flex;justify-content:space-between;flex-wrap:wrap;gap:12px;font-size:12.5px;opacity:.7}.crumb{font-size:13px;color:var(--ink-2);padding:20px 0 0}.crumb a:hover{color:var(--ink)}.page-head{padding:26px 0 30px}.page-head h1{font-size:38px;font-weight:600;letter-spacing:-.02em}.page-head p{color:var(--ink-2);font-size:15px;margin-top:8px;max-width:54ch}.info-body{max-width:820px;padding-bottom:72px}.info-lead{font-size:17px;line-height:1.75;color:var(--ink);margin-bottom:30px;max-width:64ch}.info-block{margin-bottom:34px}.info-block h2{font-size:20px;font-weight:600;margin-bottom:13px}.info-block>p{color:var(--ink-2);font-size:15px;line-height:1.75;max-width:64ch}.info-bullets{list-style:none;display:flex;flex-direction:column;gap:11px}.info-bullets li{display:flex;gap:10px;align-items:flex-start;font-size:15px;color:var(--ink);line-height:1.6}.info-bullets li svg{width:18px;height:18px;stroke:var(--amber);stroke-width:2.2;fill:none;flex-shrink:0;margin-top:2px}.info-steps{list-style:none;display:flex;flex-direction:column;gap:18px}.info-steps li{display:flex;gap:14px;align-items:flex-start}.info-steps .step-n{flex-shrink:0;width:30px;height:30px;border-radius:50%;background:var(--ink);color:#fff;font-size:14px;font-weight:600;display:flex;align-items:center;justify-content:center;font-family:var(--font-inter)}.info-steps li b{display:block;font-size:15.5px;font-weight:600;margin-bottom:3px}.info-steps li p{color:var(--ink-2);font-size:14.5px;line-height:1.6;max-width:60ch}.info-table-wrap{overflow-x:auto;border:1px solid var(--line);border-radius:12px}.info-table{width:100%;border-collapse:collapse;font-size:14.5px;min-width:460px}.info-table th{text-align:left;padding:13px 16px;background:var(--surface);font-weight:600;font-size:12px;letter-spacing:.04em;text-transform:uppercase;color:var(--ink-2)}.info-table td,.info-table th{border-bottom:1px solid var(--line)}.info-table td{padding:14px 16px;color:var(--ink)}.info-table tr:last-child td{border-bottom:none}.info-cards{display:grid;grid-template-columns:1fr 1fr;grid-gap:14px;gap:14px}.info-card{border:1px solid var(--line);border-radius:12px;padding:18px 20px;background:var(--bg);transition:box-shadow .2s,transform .2s}.info-card:hover{box-shadow:0 8px 22px rgba(28,27,25,.07);transform:translateY(-2px)}.info-card b{display:block;font-size:15.5px;font-weight:600;margin-bottom:6px}.info-card p{color:var(--ink-2);font-size:14.5px;line-height:1.6}.info-callout{display:flex;gap:12px;align-items:flex-start;background:#fbf3e7;border:1px solid #ebd9bc;border-radius:12px;padding:16px 18px;margin-bottom:34px}.info-callout svg{width:20px;height:20px;stroke:var(--amber);stroke-width:1.8;fill:none;flex-shrink:0;margin-top:1px}.info-callout p{font-size:14.5px;line-height:1.6;color:#7a5a22}.info-cta{margin-top:4px}.faq-list{display:flex;flex-direction:column;gap:0}.faq{border-bottom:1px solid var(--line);padding:18px 0}.faq:first-child{padding-top:2px}.faq h3{font-size:16px;font-weight:600;margin-bottom:6px}.faq p{color:var(--ink-2);font-size:15px;line-height:1.7;max-width:64ch}@media(max-width:680px){.info-cards{grid-template-columns:1fr}}.shop-layout{display:grid;grid-template-columns:230px 1fr;grid-gap:34px;gap:34px;align-items:start;padding-bottom:60px}.facets{position:-webkit-sticky;position:sticky;top:90px}.facet{border-bottom:1px solid var(--line);padding:18px 0}.facet:first-child{padding-top:0}.facet h4{font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:var(--ink-2);margin-bottom:14px}.facet-opt{display:flex;align-items:center;gap:10px;font-size:14px;padding:6px 0;cursor:pointer;color:var(--ink);transition:color .15s}.facet-opt:hover{color:var(--amber)}.facet-opt input{accent-color:var(--ink);width:15px;height:15px}.facet-opt .cnt{margin-left:auto;font-size:12px;color:var(--ink-2)}.shop-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:22px;flex-wrap:wrap}.shop-toolbar .res,.sortsel{font-size:14px;color:var(--ink-2)}.sortsel{display:flex;align-items:center;gap:8px}.sortsel select{font-family:inherit;font-size:14px;padding:9px 12px;border:1px solid var(--line);border-radius:8px;background:var(--bg);color:var(--ink);cursor:pointer}.empty-shop{padding:60px 0;text-align:center;color:var(--ink-2)}.pdp{display:grid;grid-template-columns:1.05fr 1fr;grid-gap:54px;gap:54px;padding:18px 0 64px;align-items:start}.pdp-gallery{position:-webkit-sticky;position:sticky;top:90px}.pdp-main-img{aspect-ratio:1/1;border-radius:16px;background:var(--tile);display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.pdp-main-img .glow{position:absolute;width:55%;height:55%;border-radius:50%;background:radial-gradient(circle,rgba(232,163,61,calc(.3 + var(--warmth)*.5)),transparent 68%);top:22%;transition:background .15s linear}.pdp-thumbs{display:flex;gap:12px;margin-top:14px}.pdp-thumb{position:relative;overflow:hidden;width:84px;height:84px;border-radius:10px;background:var(--tile);border:1px solid var(--line);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:border-color .2s}.pdp-thumb.active,.pdp-thumb:hover{border-color:var(--ink)}.pdp-info .cat-label{margin-bottom:6px}.pdp-info h1{font-size:34px;font-weight:600;letter-spacing:-.01em;line-height:1.1}.pdp-info .subtitle{color:var(--ink-2);font-size:15px;margin-top:6px}.pdp-rating{display:flex;align-items:center;gap:8px;margin:16px 0}.pdp-price{display:flex;align-items:baseline;gap:12px;margin:18px 0}.pdp-price .price{font-size:30px}.pdp-price .was{font-size:17px}.pdp-price .save{font-size:12px;font-weight:700;color:#fff;background:var(--sale);padding:4px 9px;border-radius:5px}.pdp-desc{font-size:15.5px;color:var(--ink-2);line-height:1.7;margin:18px 0 22px}.pdp-dimmer{background:var(--surface);border:1px solid var(--line);border-radius:12px;padding:18px;margin-bottom:22px}.pdp-dimmer .dimmer-label{color:var(--ink-2)}.pdp-dimmer .dimmer-label b{color:var(--amber)}.pdp-dimmer input[type=range]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;height:6px;border-radius:999px;background:linear-gradient(90deg,#e5e2db,var(--star));outline:none}.pdp-dimmer input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;width:22px;height:22px;border-radius:50%;background:#fff;box-shadow:0 0 0 4px rgba(240,180,84,.3),0 2px 6px rgba(0,0,0,.18);cursor:pointer}.pdp-buy{display:flex;gap:12px;align-items:stretch;margin-bottom:18px}.pdp-buy .qty{height:52px}.pdp-buy .qty button{width:44px;height:50px}.pdp-buy .btn-primary{flex:1 1;height:52px;font-size:15.5px}.pdp-meta{display:flex;flex-direction:column;gap:9px;border-top:1px solid var(--line);padding-top:18px}.pdp-meta .row{display:flex;align-items:center;gap:10px;font-size:13.5px;color:var(--ink-2)}.pdp-meta .row svg{width:18px;height:18px;stroke:var(--amber);stroke-width:1.6;fill:none}.features-list{list-style:none;display:grid;grid-template-columns:1fr 1fr;grid-gap:10px 18px;gap:10px 18px;margin:20px 0 24px}.features-list li{display:flex;align-items:flex-start;gap:9px;font-size:14px;color:var(--ink)}.features-list li svg{width:17px;height:17px;stroke:var(--amber);stroke-width:2;fill:none;flex-shrink:0;margin-top:2px}.spec-table{width:100%;border-collapse:collapse;margin-top:8px}.spec-table tr{border-bottom:1px solid var(--line)}.spec-table td{padding:13px 0;font-size:14px;vertical-align:top}.spec-table td:first-child{color:var(--ink-2);width:42%}.spec-table td:last-child{font-weight:500}.cart-page{display:grid;grid-template-columns:1fr 360px;grid-gap:40px;gap:40px;align-items:start;padding:20px 0 70px}.cart-list{border-top:1px solid var(--line)}.cart-line{display:flex;gap:18px;padding:24px 0;border-bottom:1px solid var(--line);align-items:center}.cart-line .ct-thumb{position:relative;overflow:hidden;width:100px;height:100px;border-radius:12px;background:var(--tile);flex-shrink:0;display:flex;align-items:center;justify-content:center}.cart-line .ct-mid{flex:1 1;min-width:0}.cart-line .ct-mid .cat-label{margin-bottom:3px}.cart-line .ct-mid h3{font-size:17px;font-weight:600}.cart-line .ct-mid .sub{font-size:13px;color:var(--ink-2);margin:3px 0 12px}.cart-line .ct-mid .del{font-size:13px;color:var(--ink-2);transition:color .2s}.cart-line .ct-mid .del:hover{color:var(--sale)}.cart-line .ct-end{text-align:right;min-width:96px}.cart-line .ct-end .lp{font-size:18px;font-weight:700}.cart-line .ct-end .unit{font-size:12px;color:var(--ink-2);margin-top:3px}.summary{position:-webkit-sticky;position:sticky;top:90px;border:1px solid var(--line);border-radius:16px;padding:26px;background:var(--surface)}.summary h3{font-size:19px;font-weight:600;margin-bottom:18px}.sum-row{display:flex;justify-content:space-between;font-size:14px;margin-bottom:12px;color:var(--ink-2)}.sum-row.total{border-top:1px solid var(--line);padding-top:16px;margin-top:4px;font-size:20px;font-weight:700;color:var(--ink)}.ship-bar{height:7px;border-radius:999px;background:var(--line);overflow:hidden;margin:6px 0 8px}.ship-bar i{display:block;height:100%;background:var(--star);border-radius:999px;transition:width .3s}.ship-hint{font-size:12.5px;color:var(--ink-2);margin-bottom:18px;display:flex;align-items:center;gap:7px}.ship-hint svg{width:16px;height:16px;stroke:var(--amber);stroke-width:1.7;fill:none}.summary .btn-primary{width:100%;margin-top:6px;padding:15px}.cart-empty-page{text-align:center;padding:80px 0;color:var(--ink-2)}.cart-empty-page svg{width:64px;height:64px;stroke:var(--line);stroke-width:1.3;fill:none;margin:0 auto 18px}.cart-empty-page h2{font-size:24px;font-weight:600;color:var(--ink);margin-bottom:8px}.cart-empty-page p{margin-bottom:22px}.qty{display:inline-flex;border:1px solid var(--line);border-radius:9px;overflow:hidden;background:var(--bg)}.qty,.qty button{align-items:center}.qty button{width:34px;height:34px;font-size:17px;display:flex;justify-content:center;transition:background .15s;color:var(--ink)}.qty button:hover{background:var(--surface)}.qty span{font-size:14px;min-width:34px;text-align:center;font-weight:600}.auth-page{display:grid;grid-template-columns:1fr 1fr;min-height:calc(100vh - 104px)}.auth-art{background:linear-gradient(160deg,#2a2622,#43392c);color:#f5f1ea;padding:60px;display:flex;flex-direction:column;justify-content:space-between;position:relative;overflow:hidden}.auth-art .ag{position:absolute;bottom:-80px;right:-60px;z-index:2;width:360px;height:360px;border-radius:50%;background:radial-gradient(circle,rgba(240,180,84,.4),transparent 65%)}.auth-art .auth-media{position:absolute;inset:0;z-index:0}.auth-art .auth-scrim{position:absolute;inset:0;z-index:1;background:linear-gradient(160deg,rgba(18,16,13,.8),rgba(18,16,13,.92))}.auth-art .logo,.auth-art .perks,.auth-art .pitch{z-index:3}.auth-art .logo{color:#f5f1ea}.auth-art .logo,.auth-art .pitch{position:relative}.auth-art .pitch h2{font-size:34px;font-weight:600;line-height:1.15;margin-bottom:16px;max-width:14ch}.auth-art .pitch p{color:#d8d0c4;font-size:15px;max-width:36ch}.auth-art .perks{position:relative;display:flex;flex-direction:column;gap:12px}.auth-art .perks div{display:flex;align-items:center;gap:10px;font-size:14px;color:#e4dcce}.auth-art .perks svg{width:18px;height:18px;stroke:var(--star);stroke-width:2;fill:none}.auth-form-side{display:flex;align-items:center;justify-content:center;padding:48px 24px}.auth-card{width:100%;max-width:400px}.auth-card h1{font-size:28px;font-weight:600;text-align:center;margin-bottom:6px}.auth-card .lead{text-align:center;font-size:14px;color:var(--ink-2);margin-bottom:24px}.tabs{display:flex;background:var(--surface);border-radius:9px;padding:4px;margin-bottom:20px}.tab{flex:1 1;padding:9px;font-size:14px;font-weight:600;border-radius:6px;color:var(--ink-2);transition:.2s}.tab.active{background:#fff;color:var(--ink);box-shadow:0 1px 3px rgba(0,0,0,.08)}.field{margin-bottom:13px}.field label{display:block;font-size:13px;font-weight:500;color:var(--ink-2);margin-bottom:6px}.field input{width:100%;padding:12px 14px;background:var(--bg);border:1px solid var(--line);border-radius:9px;font-family:inherit;font-size:14px;transition:.2s}.field input:focus{outline:none;border-color:var(--ink)}.field .err{font-size:12px;color:var(--sale);margin-top:5px;display:none}.field.invalid .err{display:block}.field.invalid input{border-color:var(--sale)}.submit{width:100%;padding:14px;border-radius:9px;background:var(--ink);color:#fff;font-size:15px;font-weight:600;margin-top:4px;transition:.2s}.submit:hover{background:#000}.divider{display:flex;align-items:center;gap:12px;margin:18px 0;color:var(--ink-2);font-size:12px}.divider:after,.divider:before{content:"";flex:1 1;height:1px;background:var(--line)}.oauth{display:flex;gap:10px}.oauth button{flex:1 1;display:flex;align-items:center;justify-content:center;gap:8px;padding:11px;border:1px solid var(--line);border-radius:9px;font-size:13.5px;font-weight:600;transition:.2s}.oauth button:hover{background:var(--surface)}.auth-foot{text-align:center;font-size:13px;color:var(--ink-2);margin-top:18px}.auth-foot a{color:var(--ink);font-weight:600;border-bottom:1px solid var(--star)}.overlay{position:fixed;inset:0;z-index:50;background:rgba(20,18,15,.45);opacity:0;visibility:hidden;transition:.3s}.overlay.open{opacity:1;visibility:visible}.drawer{position:fixed;top:0;right:0;bottom:0;z-index:60;width:min(420px,100%);background:#fff;border-left:1px solid var(--line);transform:translateX(100%);transition:transform .35s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column}.drawer.open{transform:translateX(0)}.drawer-head{display:flex;align-items:center;justify-content:space-between;padding:20px 22px;border-bottom:1px solid var(--line)}.drawer-head h3{font-size:19px;font-weight:600}.count-pill{font-size:12px;background:var(--surface);padding:3px 9px;border-radius:999px;color:var(--ink-2);margin-left:8px;font-family:var(--font-inter);font-weight:500}.x{width:36px;height:36px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:20px;transition:background .2s}.x:hover{background:var(--surface)}.cart-items{flex:1 1;overflow-y:auto;padding:4px 22px}.cart-row{display:flex;gap:13px;padding:18px 0;border-bottom:1px solid var(--line)}.cart-thumb{position:relative;overflow:hidden;width:72px;height:72px;border-radius:9px;background:var(--tile);flex-shrink:0;display:flex;align-items:center;justify-content:center}.cart-info{flex:1 1;min-width:0}.cart-info h4{font-size:14.5px;font-weight:600;margin-bottom:2px}.cart-info .ct{font-size:12px;color:var(--ink-2);margin-bottom:8px}.cart-right{text-align:right;display:flex;flex-direction:column;justify-content:space-between}.cart-right .lp{font-size:15px;font-weight:700}.cart-right .del{font-size:12px;color:var(--ink-2);transition:color .2s}.cart-right .del:hover{color:var(--sale)}.cart-empty{flex:1 1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:var(--ink-2);padding:40px;gap:12px}.cart-empty svg{width:54px;height:54px;stroke:var(--line);stroke-width:1.4;fill:none}.cart-empty .shop-link{margin-top:6px;font-size:14px;font-weight:600;color:var(--ink);border-bottom:2px solid var(--star);padding-bottom:2px}.drawer-foot{padding:20px 22px;border-top:1px solid var(--line);background:var(--surface)}.ship-note{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--ink-2);margin-bottom:14px}.ship-note svg{width:17px;height:17px;stroke:var(--amber);stroke-width:1.6;fill:none;flex-shrink:0}.total-row{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:4px}.total-row .lbl{font-size:14px;color:var(--ink-2)}.total-row .amt{font-size:22px;font-weight:700}.tax-note{font-size:12px;color:var(--ink-2);margin-bottom:14px}.checkout{width:100%;padding:15px;border-radius:9px;background:var(--ink);color:#fff;font-size:15px;font-weight:600;transition:.2s;display:flex;align-items:center;justify-content:center;gap:8px}.checkout:hover{background:#000}.checkout svg{width:17px;height:17px;stroke:#fff;stroke-width:1.8;fill:none}.cont-shop{width:100%;text-align:center;margin-top:10px;font-size:13.5px;color:var(--ink-2);transition:color .2s}.cont-shop:hover,.view-cart{color:var(--ink)}.view-cart{display:block;width:100%;text-align:center;margin-top:10px;font-size:13.5px;font-weight:600}.modal{position:fixed;top:50%;left:50%;z-index:60;transform:translate(-50%,-46%) scale(.97);opacity:0;visibility:hidden;width:min(420px,calc(100% - 40px));background:#fff;border-radius:16px;padding:32px;transition:.3s;box-shadow:0 24px 60px rgba(0,0,0,.25);max-height:92vh;overflow-y:auto}.modal.open{transform:translate(-50%,-50%) scale(1);opacity:1;visibility:visible}.modal h3{font-size:24px;font-weight:600;text-align:center;margin-bottom:6px}.modal .lead{text-align:center;font-size:14px;color:var(--ink-2);margin-bottom:22px}.toast{position:fixed;bottom:26px;left:50%;transform:translateX(-50%) translateY(18px);z-index:80;background:var(--ink);color:#fff;padding:13px 22px;border-radius:10px;font-size:14px;font-weight:500;opacity:0;visibility:hidden;transition:.3s;box-shadow:0 10px 30px rgba(0,0,0,.3);display:flex;align-items:center;gap:9px}.toast svg{width:17px;height:17px;stroke:var(--star);stroke-width:2;fill:none}.toast.show{opacity:1;visibility:visible;transform:translateX(-50%) translateY(0)}@media(max-width:1024px){.grid{grid-template-columns:repeat(3,1fr)}.foot-grid,.trust .wrap{grid-template-columns:1fr 1fr}.pdp,.quotes{grid-template-columns:1fr}.pdp{gap:32px}.facets,.pdp-gallery,.summary{position:static}.cart-page,.shop-layout,.split{grid-template-columns:1fr}.split{gap:28px}}@media(max-width:768px){.mainnav,.searchbar{display:none}.head{height:60px;gap:14px}.hero-art{display:none}.hero .wrap{min-height:340px}.grid{grid-template-columns:repeat(2,1fr);gap:14px}.quickadd,.wish{opacity:1;transform:none}.section{padding:38px 0}.auth-page,.feature-band{grid-template-columns:1fr}.auth-art{display:none}.features-list{grid-template-columns:1fr}.newsletter{padding:34px 22px}.page-head h1{font-size:30px}}@media(max-width:420px){.grid{grid-template-columns:1fr 1fr;gap:12px}.card-body{padding:11px}.news-form{flex-direction:column}}@media(prefers-reduced-motion:reduce){*{transition:none!important;animation:none!important}}@font-face{font-family:__Inter_8b3a0b;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Inter_8b3a0b;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Inter_8b3a0b;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Inter_8b3a0b;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Inter_8b3a0b;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Inter_8b3a0b;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Inter_8b3a0b;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Inter_8b3a0b;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Inter_8b3a0b;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Inter_8b3a0b;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Inter_8b3a0b;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Inter_8b3a0b;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Inter_8b3a0b;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Inter_8b3a0b;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Inter_8b3a0b;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Inter_8b3a0b;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Inter_8b3a0b;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Inter_8b3a0b;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Inter_8b3a0b;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Inter_8b3a0b;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Inter_8b3a0b;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Inter_8b3a0b;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Inter_8b3a0b;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Inter_8b3a0b;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Inter_8b3a0b;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Inter_8b3a0b;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Inter_8b3a0b;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Inter_8b3a0b;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Inter_Fallback_8b3a0b;src:local("Arial");ascent-override:90.49%;descent-override:22.56%;line-gap-override:0.00%;size-adjust:107.06%}.__className_8b3a0b{font-family:__Inter_8b3a0b,__Inter_Fallback_8b3a0b;font-style:normal}.__variable_8b3a0b{--font-inter:"__Inter_8b3a0b","__Inter_Fallback_8b3a0b"}@font-face{font-family:__Fraunces_4ba4aa;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/fb526027db1fc1ae-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Fraunces_4ba4aa;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/4da3161b738b07dd-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Fraunces_4ba4aa;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/af4bf8399d1aacdf-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Fraunces_4ba4aa;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/fb526027db1fc1ae-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Fraunces_4ba4aa;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/4da3161b738b07dd-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Fraunces_4ba4aa;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/af4bf8399d1aacdf-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Fraunces_Fallback_4ba4aa;src:local("Times New Roman");ascent-override:84.71%;descent-override:22.09%;line-gap-override:0.00%;size-adjust:115.45%}.__className_4ba4aa{font-family:__Fraunces_4ba4aa,__Fraunces_Fallback_4ba4aa;font-style:normal}.__variable_4ba4aa{--font-fraunces:"__Fraunces_4ba4aa","__Fraunces_Fallback_4ba4aa"}