@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@600;700;800&family=DM+Sans:wght@400;500;600;700&display=swap');
:root{--navy:#101c34;--gold:#ffc83a;--red:#e44338;--paper:#f8f7f3;--muted:#687080}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:24px}body{margin:0;color:var(--navy);background:var(--paper);font-family:'DM Sans',Arial,sans-serif}button,input,select{font:inherit}a{color:inherit;text-decoration:none}button,a,input,select{touch-action:manipulation}button{cursor:pointer}button:disabled,select:disabled{cursor:default}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible{outline:3px solid #c48100;outline-offset:4px}.preview{background:var(--gold);padding:9px 6%;font-size:10px;font-weight:700;letter-spacing:.13em;display:flex;justify-content:space-between}.preview span{font-weight:500;letter-spacing:0}header{display:flex;align-items:center;justify-content:space-between;padding:15px 6%;gap:24px;background:white;border-bottom:1px solid #e8e9ed}.brand img{width:156px;height:78px;object-fit:contain;display:block}nav{display:flex;gap:32px;font-size:13px;font-weight:700}nav a:hover{color:var(--red)}.bag{border:1px solid #d9dbe0;background:white;border-radius:6px;padding:11px 15px;font-size:12px;white-space:nowrap}.bag span{margin-left:12px;background:var(--navy);color:white;padding:3px 6px;border-radius:3px}.hero{background:var(--navy);color:white;display:grid;grid-template-columns:1.1fr 1fr;min-height:510px;overflow:hidden;padding:58px 6% 36px;gap:20px}.eyebrow{font-size:10px;font-weight:700;letter-spacing:.16em;margin:0 0 19px}.hero .eyebrow{color:var(--gold)}h1,h2{font-family:'Barlow Condensed','Arial Narrow',Impact,sans-serif;font-weight:700;line-height:.98;letter-spacing:-.025em;margin:0}h1{font-size:clamp(52px,5.4vw,82px)}em{font-style:normal;color:var(--gold)}.hero-copy>p:not(.eyebrow){font-size:14px;color:#c3cbdc;line-height:1.85;margin:24px 0}.hero-actions{display:flex;align-items:center;gap:28px;margin-top:28px}.button{border:0;border-radius:5px;display:inline-flex;align-items:center;justify-content:center;gap:30px;padding:15px 22px;font-size:13px;font-weight:700}.gold{background:var(--gold);color:var(--navy)}.gold:hover{background:#ffda78}.navy{background:var(--navy);color:white}.text-link{font-size:12px;font-weight:700}.hero-foot{display:flex;gap:24px;margin-top:42px;font-size:8px;font-weight:700;letter-spacing:.1em;color:#a9b5cb}.hero-art{position:relative;min-height:390px;display:flex;align-items:center;justify-content:center}.hero-art img{position:absolute;width:39%;max-width:220px;box-shadow:0 18px 26px #0006;border-radius:10px}.left-card{transform:translate(-66%,8%) rotate(-17deg)}.right-card{transform:translate(68%,5%) rotate(15deg)}.main-card{transform:translateY(-5%) rotate(-3deg);z-index:1}.art-label{position:absolute;bottom:33px;right:0;background:var(--gold);color:var(--navy);z-index:2;padding:14px 18px;transform:rotate(-4deg);font-size:10px;letter-spacing:.1em;font-weight:700;box-shadow:4px 4px 0 var(--red)}.art-label span{margin-left:14px}.hero-art small{position:absolute;bottom:0;color:#a9b5cb;font-size:9px}.ribbon{background:var(--gold);padding:15px 5%;display:flex;align-items:center;justify-content:space-between;gap:20px;font-size:10px;letter-spacing:.1em;font-weight:700;white-space:nowrap;overflow:hidden}.section{padding:64px 6%}.section-heading{display:flex;justify-content:space-between;align-items:end;margin-bottom:28px}h2{font-size:46px}.section-heading>p{font-size:12px;line-height:1.7;color:var(--muted);margin:0}.categories{display:flex;gap:8px;border-bottom:1px solid #dddfe4;padding-bottom:18px;margin-bottom:30px}.categories button{border:1px solid #dfe1e6;background:white;padding:11px 20px;border-radius:5px;font-size:12px;font-weight:600}.categories .selected{background:var(--navy);border-color:var(--navy);color:white}.catalog-layout{display:grid;grid-template-columns:205px 1fr;gap:35px}aside>label{display:block;font-size:9px;font-weight:700;letter-spacing:.12em;margin:24px 0 10px}aside>label:first-child{margin-top:0}.search-wrap{position:relative}.search-wrap input{width:100%;padding:12px 26px 12px 10px;background:white;border:1px solid #d8dbe0;border-radius:4px;font-size:11px}.search-wrap span{position:absolute;right:10px;top:8px;font-size:22px}aside select{width:100%;padding:10px;font-size:11px;border:1px solid #d8dbe0;border-radius:4px;background:white;color:var(--navy)}.filter-value{font-size:12px;display:flex;justify-content:space-between}.filter-value span{font-size:9px;color:#50725e;background:#e3eee7;border-radius:3px;padding:3px 6px}.filter-note{font-size:10px;color:var(--muted)}.reset{background:transparent;border:0;text-decoration:underline;padding:18px 0;font-size:11px}.aside-note{border-top:1px solid #dddfe4;padding-top:20px;margin-top:10px;font-size:11px}.aside-note p{font-size:11px;line-height:1.8;color:var(--muted)}.results-bar{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px;font-size:11px;color:var(--muted)}.results-bar select{background:transparent;border:0;font-size:11px;color:var(--navy);padding:5px}.grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.product{background:white;border:1px solid #e4e5e8;border-radius:8px;overflow:hidden;transition:transform .18s,box-shadow .18s}.product:hover{transform:translateY(-4px);box-shadow:0 10px 25px #12213e10}.product-image{width:100%;background:#eeeff3;border:0;position:relative;height:245px;display:flex;align-items:center;justify-content:center;padding:29px 20px 16px}.product-image img{max-height:100%;max-width:100%;width:auto;filter:drop-shadow(0 7px 5px #101c3420);transition:transform .2s}.product:hover .product-image img{transform:rotate(-2deg) scale(1.025)}.example{position:absolute;top:11px;left:11px;font-size:8px;font-weight:700;letter-spacing:.06em;background:white;padding:5px 7px;border-radius:3px;color:#626b7d}.product-body{padding:17px}.set-line{font-size:9px;color:#778091;margin:0 0 7px}.product-title{background:none;border:0;padding:0;color:var(--navy);font-size:15px;font-weight:700;text-align:left}.card-meta{display:flex;gap:6px;margin:11px 0 17px}.card-meta span{font-size:8px;background:#f2f3f5;padding:4px 6px;border-radius:3px}.product-bottom{border-top:1px solid #edf0f2;padding-top:12px;display:flex;justify-content:space-between;align-items:center;font-size:10px;color:var(--muted)}.product-bottom button{border:0;background:var(--navy);color:white;border-radius:4px;padding:6px 10px;font-size:14px}#empty{padding:60px 20px;text-align:center;background:white;border:1px dashed #c6cbd5;border-radius:8px}#empty[hidden]{display:none}.empty-symbol{color:#bc8b0e;font-size:40px}#empty p{color:var(--muted);font-size:13px;line-height:1.8;max-width:380px;margin:14px auto 25px}.how{background:#eceef2;display:grid;grid-template-columns:1fr 1fr;gap:70px}.how>div>p:last-child{font-size:13px;color:var(--muted);line-height:1.8}.how-points article{display:flex;gap:24px;padding:21px 0;border-bottom:1px solid #d5d9e1}.how-points article:first-child{padding-top:0}.how-points article:last-child{border:0}.how-points article>span{font-family:'Barlow Condensed',sans-serif;font-size:25px;color:#a88939}.how h3{font-size:15px;margin:0 0 8px}.how article p{font-size:12px;line-height:1.8;color:var(--muted);margin:0}.closing{background:var(--navy);color:white;text-align:center}.closing h2{font-size:65px}.closing .button{margin-top:27px}.closing .eyebrow{color:#b4c0d4}footer{padding:35px 6%;display:flex;align-items:center;justify-content:space-between;gap:30px;background:white}footer img{width:140px;height:70px;object-fit:contain}footer b{font-size:11px}footer p{font-size:10px;color:var(--muted);line-height:1.8}.disclaimer{max-width:330px}dialog{border:0;border-radius:12px;padding:35px;max-width:800px;width:calc(100% - 32px);box-shadow:0 20px 80px #0005;color:var(--navy)}dialog::backdrop{background:#061126bb;backdrop-filter:blur(4px)}.close{position:absolute;right:14px;top:10px;border:0;background:transparent;font-size:28px;color:var(--navy)}.detail-layout{display:grid;grid-template-columns:1fr 1fr;gap:30px;align-items:center}.detail-layout>img{width:100%;max-width:280px;margin:auto}.detail-layout h2{font-size:40px}.detail-layout p{font-size:12px;line-height:1.8;color:var(--muted)}.detail-layout dl{font-size:12px;line-height:1.8}.detail-layout dt{float:left;clear:left;color:var(--muted)}.detail-layout dd{text-align:right;margin-bottom:7px}.price-row{display:flex;justify-content:space-between;border-top:1px solid #ddd;padding:10px 0;font-size:11px}.detail-warning{background:#fff2c9;padding:12px;border-radius:4px}.detail-layout .button{width:100%;background:#e8eaed;color:#778091}#bag-dialog{max-width:460px;padding:42px}#bag-dialog p:not(.eyebrow){font-size:14px;line-height:1.8;color:var(--muted)}@media(min-width:1550px){header,.hero,.section,footer{padding-left:max(6%,calc((100% - 1370px)/2));padding-right:max(6%,calc((100% - 1370px)/2))}}@media(max-width:1000px){nav{gap:16px}.hero{padding-top:40px}.hero-art{min-height:350px}.hero-art img{width:45%}.catalog-layout{grid-template-columns:165px 1fr;gap:22px}.grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hero-foot{gap:12px;font-size:7px}}@media(max-width:650px){.preview{font-size:8px;padding:8px 5%}.preview span{font-size:8px}header{padding:12px 5%;gap:12px;flex-wrap:wrap}.brand img{width:125px;height:62px}nav{order:3;width:100%;justify-content:space-between;font-size:11px;border-top:1px solid #eee;padding-top:15px}.hero{grid-template-columns:1fr;padding:35px 6% 25px;gap:20px}h1{font-size:62px}.hero-copy>p:not(.eyebrow){font-size:12px}.hero-foot{margin-top:27px}.hero-art{min-height:320px;margin-top:5px}.hero-art img{width:35%;max-width:155px}.art-label{bottom:27px;font-size:8px}.hero-art small{font-size:8px}.ribbon{font-size:9px;justify-content:flex-start;gap:28px}.section{padding:38px 5%}.section-heading>p{display:none}h2{font-size:38px}.eyebrow{font-size:9px}.categories{gap:6px;margin-bottom:22px}.categories button{padding:10px 12px;font-size:10px}.catalog-layout{grid-template-columns:1fr;gap:20px}aside{display:grid;grid-template-columns:1fr 1fr;gap:8px 12px}aside>label{display:none}.search-wrap input,aside select{height:42px}aside .filter-value,aside .filter-note,aside .aside-note,aside #price{display:none}.reset{grid-column:1/-1;text-align:left;padding:4px 0}.grid{gap:12px}.product-image{height:210px;padding:29px 15px 15px}.product-body{padding:12px}.product-title{font-size:13px}.set-line{font-size:8px}.product-bottom{font-size:9px}.card-meta{gap:3px}.card-meta span{font-size:7px}.how{grid-template-columns:1fr;gap:25px}.closing h2{font-size:58px}footer{flex-wrap:wrap;gap:18px;padding:25px 5%}.disclaimer{max-width:none;width:100%}.detail-layout{grid-template-columns:1fr;gap:20px}.detail-layout>img{max-width:180px}.detail-layout h2{font-size:34px}dialog{padding:35px 22px}.hero-actions{gap:20px}.button{font-size:12px;padding:14px 18px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}

.listing-price{display:block;font-size:24px;line-height:1.15;color:var(--navy);letter-spacing:-.035em}.demo-price{display:block;font-size:8px;font-weight:700;letter-spacing:.06em;color:#8b6720;margin-top:5px}.card-meta .nm-badge,.nm-badge{background:#e1f3e8;color:#1b6240;font-size:11px;font-weight:700;padding:6px 8px;border-radius:4px}.card-meta{align-items:center;flex-wrap:wrap}.product-bottom{min-height:62px}nav{gap:22px}.set-directory{background:#fff;border-top:1px solid #e3e5e9}#set-search{max-width:440px;width:100%;border:1px solid #d1d5df;padding:14px;border-radius:5px;font-size:13px;margin-bottom:18px}.set-directory h3{font-size:23px;margin:28px 0 16px}.set-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.set-grid button{text-align:left;border:1px solid #e0e3e9;border-radius:5px;background:var(--paper);padding:15px;min-height:80px;color:var(--navy)}.set-grid button:hover{border-color:#ba8e24;background:#fff8e5}.set-grid b{font-size:12px;display:block}.set-grid span{font-size:10px;color:var(--muted);display:block;margin-top:8px}#set-count{font-size:11px;color:var(--muted)}.blog-teaser{display:flex;gap:30px;align-items:center;justify-content:space-between}.blog-teaser p:not(.eyebrow){font-size:13px;color:var(--muted)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.blog-head{background:var(--navy);color:white;padding:55px 6%}.blog-head h1{font-size:70px}.blog-head p:last-child{color:#c5cede;line-height:1.8}.blog-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.blog-card{border:1px solid #d9dde5;border-radius:8px;background:white;padding:30px}.blog-card h2{font-size:36px;line-height:1.1;margin-bottom:15px}.blog-card p{font-size:14px;line-height:1.8;color:var(--muted)}.blog-card a{display:inline-block;font-size:13px;font-weight:700;margin-top:10px}.article{max-width:800px;margin:0 auto;padding:50px 24px}.article h1{font-size:60px;line-height:1.05}.article h2{font-size:32px;margin-top:30px}.article p,.article li{font-size:16px;line-height:1.9}.article .meta{font-size:12px;color:var(--muted)}.article a{color:#254da3;text-decoration:underline}.article .source{font-size:12px;border-top:1px solid #ddd;padding-top:18px}.article .notice{font-size:13px;background:#fff0bf;padding:15px;border-radius:5px}@media(max-width:850px){nav{gap:12px;font-size:11px}.set-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:650px){nav{overflow:auto;justify-content:flex-start;gap:21px;padding-bottom:4px;white-space:nowrap}.categories{overflow:auto;white-space:nowrap}.categories button{flex-shrink:0}aside #price{display:block;grid-column:1/-1}.listing-price{font-size:22px}.set-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.blog-teaser{align-items:flex-start;flex-direction:column}.blog-grid{grid-template-columns:1fr}.blog-head h1{font-size:52px}.article h1{font-size:44px}}

.inventory-total{background:#101c34;color:#fff;padding:20px 16px;margin-bottom:22px;border-radius:6px}.inventory-total>span{font-size:11px;letter-spacing:.08em;font-weight:700}.inventory-total strong{display:block;color:#ffc83a;font-size:28px;letter-spacing:-.035em;margin-top:12px}.inventory-total p{font-size:12px;line-height:1.6}.inventory-total small{font-size:11px;color:#bac8dd;line-height:1.6;display:block}.manage-link{display:block;font-size:13px;font-weight:700;background:#fff0be;padding:12px;border-radius:5px;margin-bottom:20px}.manage-link[hidden]{display:none}@media(max-width:650px){.inventory-total,.manage-link{grid-column:1/-1}.inventory-total{margin-bottom:8px}}
