:root{--navy:#071b2b;--navy-2:#102b3d;--cream:#f2ede2;--paper:#fbf9f3;--gold:#d9ba72;--gold-dark:#80631e;--ink:#12212b;--muted:#66727a;--line:rgba(14,33,46,.15);--red:#bd4058;--green:#65c986;--serif:"Playfair Display",Georgia,serif;--sans:"DM Sans",system-ui,sans-serif;--shadow:0 20px 55px rgba(7,27,43,.12)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--cream);font-family:var(--sans)}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}button,input{font:inherit}.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}[hidden]{display:none!important}

.site-header{height:78px;padding:0 clamp(22px,5vw,74px);display:flex;align-items:center;justify-content:space-between;color:#fff;background:var(--navy);border-bottom:1px solid rgba(255,255,255,.1);position:relative;z-index:30}.brand,.footer-brand{display:flex;align-items:center;gap:13px}.brand-mark{width:40px;aspect-ratio:3/4;display:grid;place-items:center;border:1px solid var(--gold);color:var(--gold);position:relative;font:600 13px var(--serif)}.brand-mark:before{content:"";position:absolute;inset:4px;border:1px solid rgba(217,186,114,.35)}.brand-mark span{position:relative}.brand-copy{display:grid}.brand-copy strong{font:600 19px var(--serif)}.brand-copy small{margin-top:2px;color:#93a1ab;font-size:8px;letter-spacing:.17em;text-transform:uppercase}.site-nav{display:flex;align-items:center;gap:clamp(18px,2.4vw,36px);font-size:12px;font-weight:700}.site-nav a{padding:29px 0 25px;border-bottom:3px solid transparent;color:#d4dbe0}.site-nav a:hover,.site-nav a:focus-visible{color:#fff;border-color:var(--gold)}.menu-toggle{display:none;padding:8px;border:0;background:transparent}.menu-toggle span:not(.sr-only){width:24px;height:2px;display:block;margin:5px;background:#fff}

.search-hero{padding:32px clamp(24px,6vw,92px) 28px;color:#fff;background:radial-gradient(circle at 87% 0,rgba(189,64,88,.2),transparent 29%),linear-gradient(140deg,#071b2b,#0c2435);border-bottom:3px solid var(--gold)}.search-hero-inner{max-width:1460px;margin:auto;display:grid;grid-template-columns:minmax(250px,.72fr) minmax(460px,1.28fr);gap:30px 58px;align-items:end}.search-heading h1{margin:0;font:700 clamp(2rem,3vw,3rem)/1.05 var(--serif);letter-spacing:-.035em}.search-heading>p:last-child{margin:10px 0 0;color:#aeb9c2;font-size:13px}.eyebrow{margin:0 0 10px;display:flex;align-items:center;gap:9px;color:var(--gold);font-size:9px;font-weight:700;letter-spacing:.18em;text-transform:uppercase}.eyebrow span{width:24px;height:1px;background:currentColor}.eyebrow.dark{color:var(--gold-dark)}.search-wrap{position:relative}.search-bar{min-height:58px;padding:6px;display:flex;align-items:center;gap:10px;background:var(--paper);box-shadow:0 17px 42px rgba(0,0,0,.22)}.search-bar svg{width:21px;margin-left:12px;fill:none;stroke:#74818a;stroke-width:1.7}.search-bar input{min-width:0;flex:1;padding:12px 2px;border:0;outline:0;background:transparent;color:var(--ink);font-size:14px}.search-bar button{align-self:stretch;padding:0 25px;border:0;background:var(--red);color:#fff;font-weight:700;cursor:pointer}.search-results{position:absolute;top:calc(100% + 6px);left:0;right:0;z-index:40;padding:7px;background:var(--paper);border:1px solid var(--line);box-shadow:var(--shadow);color:var(--ink)}.search-results a{padding:12px 14px;display:flex;align-items:center;justify-content:space-between;gap:20px;border-bottom:1px solid #e9e3d8}.search-results a:last-child{border-bottom:0}.search-results a:hover{background:#eee7da}.search-results span{font:700 14px var(--serif)}.search-results small{color:var(--muted);font-size:8px;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap}.quick-links{grid-column:2;display:flex;flex-wrap:wrap;gap:8px 22px;margin-top:-13px;color:#aeb9c2;font-size:10px;font-weight:700}.quick-links a:hover{color:var(--gold)}.quick-links a:last-child{margin-left:auto;color:var(--gold)}

.live-showcase{max-width:1580px;margin:0 auto;padding:28px clamp(20px,4vw,62px) 52px;display:grid;grid-template-columns:1fr 1fr;gap:22px}.showcase-panel{min-width:0;height:520px;display:grid;grid-template-rows:auto 1fr auto;border:1px solid var(--line);overflow:hidden}.score-panel{background:var(--paper)}.auction-panel{color:#fff;background:var(--navy)}.panel-header{min-height:82px;padding:17px 20px;display:flex;align-items:center;justify-content:space-between;gap:18px;border-bottom:1px solid var(--line)}.auction-panel .panel-header{border-color:rgba(255,255,255,.13)}.panel-header h2{margin:3px 0 0;font:700 clamp(1.25rem,1.7vw,1.7rem)/1.1 var(--serif)}.panel-kicker{color:var(--gold-dark);font-size:8px;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.auction-panel .panel-kicker{color:var(--gold)}.panel-kicker i{display:inline-block;width:7px;height:7px;margin-right:8px;border-radius:50%;background:#ed6078;box-shadow:0 0 0 5px rgba(237,96,120,.12)}.panel-header>a{flex:0 0 auto;color:var(--gold-dark);font-size:10px;font-weight:700}.auction-panel .panel-header>a{color:var(--gold)}
.score-stage,.auction-stage{min-width:0;display:grid;grid-template-columns:52% 48%;overflow:hidden;transition:opacity .18s ease,transform .18s ease}.score-stage.is-switching,.auction-stage.is-switching{opacity:.25;transform:translateY(4px)}.stage-image{min-width:0;min-height:0;display:grid;place-items:center;overflow:hidden;position:relative}.score-image{padding:24px;background:radial-gradient(circle at 50% 30%,#fff,#ddd5c7)}.score-image img{width:auto;max-height:330px;filter:drop-shadow(0 18px 14px rgba(0,0,0,.25));transition:transform .3s}.score-image:hover img{transform:scale(1.025)}.score-copy{min-width:0;padding:27px 24px 22px;display:flex;flex-direction:column}.score-topline,.auction-topline{display:flex;justify-content:space-between;align-items:center;gap:12px;color:var(--gold-dark);font-size:8px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.score-topline strong{font:700 20px/1 var(--serif)}.score-copy h3{margin:17px 0 10px;font:700 clamp(1.65rem,2.25vw,2.4rem)/1.02 var(--serif);letter-spacing:-.03em}.score-copy>p{margin:0;color:var(--muted);font-size:12px;line-height:1.6}.score-value{margin-top:auto;padding:17px 0 14px;display:flex;align-items:end;justify-content:space-between;border-top:1px solid var(--line)}.score-value span{color:var(--muted);font-size:8px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.score-value strong{color:var(--red);font:700 38px/1 var(--serif)}.stage-actions{display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:9px;font-weight:700}.stage-actions a:first-child{padding:10px 13px;background:var(--navy);color:#fff}.stage-actions a:last-child{color:var(--gold-dark);text-align:right}
.auction-stage{color:#fff}.auction-stage.is-loading{opacity:.58}.auction-image{padding:14px;background:linear-gradient(145deg,#142e41,#091925)}.auction-image:before{content:"";position:absolute;inset:0;background:linear-gradient(120deg,rgba(255,255,255,.05),transparent 48%)}.auction-image img{width:100%;height:100%;object-fit:contain;position:relative;z-index:1}.auction-copy{min-width:0;padding:27px 24px 22px;display:flex;flex-direction:column}.auction-topline{color:var(--gold)}.auction-countdown{color:#ff738b;font:700 9px var(--sans);letter-spacing:.08em}.auction-title{margin:18px 0 0;font:700 clamp(1.35rem,1.9vw,1.95rem)/1.18 var(--serif);display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.auction-stats{margin-top:auto;padding:19px 0;display:grid;grid-template-columns:1fr 1fr;border-top:1px solid rgba(255,255,255,.14)}.auction-stats>span{display:grid;gap:5px}.auction-stats strong{font:700 22px/1 var(--serif)}.auction-stats small{color:#83929e;font-size:7px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.auction-action{padding-top:15px;border-top:1px solid rgba(255,255,255,.14);display:flex;justify-content:space-between;color:var(--gold);font-size:9px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.auction-action b{font-size:15px}.panel-controls{min-height:49px;padding:9px 14px 9px 20px;display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--line)}.auction-panel .panel-controls{border-color:rgba(255,255,255,.13)}.panel-controls>div:last-child{display:flex;gap:5px}.panel-controls button{width:31px;height:31px;border:1px solid var(--line);background:transparent;color:var(--ink);cursor:pointer}.auction-panel .panel-controls button{border-color:rgba(255,255,255,.2);color:#fff}.slider-progress{display:flex;gap:6px}.slider-progress button{width:22px;height:3px;padding:0;border:0;background:rgba(7,27,43,.16)}.auction-panel .slider-progress button{background:rgba(255,255,255,.2)}.slider-progress button.active{background:var(--red)}.auction-panel .slider-progress button.active{background:var(--gold)}

.section-shell{max-width:1460px;margin-inline:auto;padding-inline:clamp(22px,5vw,74px)}.library-section{padding-top:64px;padding-bottom:76px}.section-heading{margin-bottom:25px;display:flex;align-items:end;justify-content:space-between;gap:24px}.section-heading h2{margin:0;font:700 clamp(2rem,3vw,3rem)/1.06 var(--serif);letter-spacing:-.03em}.text-link{padding-bottom:4px;color:var(--gold-dark);border-bottom:1px solid #baa36b;font-size:10px;font-weight:700;white-space:nowrap}.library-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.library-grid>a{min-width:0;background:var(--paper);border:1px solid var(--line);transition:transform .22s,box-shadow .22s}.library-grid>a:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.library-image{height:190px;padding:16px;display:grid;place-items:center;background:linear-gradient(145deg,#ebe5d9,#d8d0c2);overflow:hidden}.library-image img{width:auto;max-height:165px;filter:drop-shadow(0 13px 10px rgba(0,0,0,.24))}.library-grid>a>span:last-child{padding:15px 16px;display:grid;grid-template-columns:1fr auto;gap:3px 12px}.library-grid small{color:var(--gold-dark);font-size:7px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.library-grid strong{font:700 22px/1 var(--serif)}.library-grid b{grid-column:2;grid-row:1/span 2;align-self:center;width:31px;height:31px;display:grid;place-items:center;background:var(--navy);color:#fff}

.participate{padding-bottom:82px;display:grid;grid-template-columns:1fr 1fr;gap:22px}.vote-feature{min-width:0;min-height:380px;padding:31px;display:grid;grid-template-columns:52% 48%;align-items:center;overflow:hidden;background:var(--red);color:#fff}.vote-visual{height:315px;display:flex;align-items:center;justify-content:center;position:relative}.vote-visual img{position:absolute;width:auto;max-height:270px;filter:drop-shadow(0 16px 14px rgba(49,0,8,.32))}.vote-visual img:first-child{left:8%;transform:rotate(-6deg)}.vote-visual img:last-child{right:7%;transform:rotate(7deg)}.vote-copy{padding:15px 18px;display:flex;flex-direction:column}.vote-copy small{color:#f2c58e;font-size:8px;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.vote-copy>strong{margin:11px 0;font:700 clamp(1.8rem,2.6vw,2.8rem)/1.03 var(--serif)}.vote-copy>span{color:#f2dce0;font-size:12px;line-height:1.6}.vote-copy b{width:fit-content;margin-top:28px;padding:11px 15px;background:#fff;color:var(--red);font-size:9px;text-transform:uppercase}.top-list{background:var(--paper);border:1px solid var(--line)}.top-list-heading{min-height:84px;padding:17px 20px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.top-list-heading>span{display:grid}.top-list-heading small{color:var(--gold-dark);font-size:8px;font-weight:700;letter-spacing:.13em;text-transform:uppercase}.top-list-heading strong{margin-top:4px;font:700 22px var(--serif)}.top-list-heading>a{color:var(--gold-dark);font-size:9px;font-weight:700}.top-list>a{height:98px;padding:11px 18px;display:grid;grid-template-columns:34px 62px 1fr;align-items:center;gap:14px;border-bottom:1px solid var(--line)}.top-list>a:last-child{border-bottom:0}.top-list>a>span{color:var(--red);font:700 18px var(--serif)}.top-list img{width:58px;height:76px;object-fit:contain}.top-list>a>strong{font:700 15px var(--serif)}.top-list>a>strong small{display:block;margin-top:6px;color:var(--gold-dark);font:700 7px var(--sans);letter-spacing:.1em;text-transform:uppercase}
.method-strip{padding:25px clamp(22px,6vw,92px);display:grid;grid-template-columns:repeat(4,1fr) auto;align-items:center;background:#e5dccb;border-top:1px solid var(--line)}.method-strip>div{padding:5px 22px;border-right:1px solid rgba(14,33,46,.15);display:flex;align-items:baseline;justify-content:space-between;gap:10px}.method-strip span{color:var(--muted);font-size:8px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.method-strip strong{font:700 20px var(--serif)}.method-strip>a{margin-left:28px;color:var(--gold-dark);font-size:9px;font-weight:700;white-space:nowrap}

.site-footer{padding:42px clamp(24px,7vw,105px);display:grid;grid-template-columns:1fr auto;align-items:center;gap:25px;background:var(--navy);color:#cbd3da}.footer-brand strong,.footer-brand small{display:block}.footer-brand strong{color:#fff;font:600 17px var(--serif)}.footer-brand small{margin-top:3px;color:#7f909d;font-size:8px;letter-spacing:.12em;text-transform:uppercase}.footer-links{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:24px;font-size:10px;font-weight:700}.site-footer>p{grid-column:1/-1;margin:8px 0 0;padding-top:18px;border-top:1px solid rgba(255,255,255,.1);color:#71828f;font-size:9px}

@media(max-width:1100px){.search-hero-inner{grid-template-columns:1fr}.search-heading{display:flex;align-items:end;justify-content:space-between;gap:24px}.search-heading>p:last-child{max-width:330px;text-align:right}.quick-links{grid-column:1;margin-top:-12px}.live-showcase{grid-template-columns:1fr}.showcase-panel{height:500px}.score-stage,.auction-stage{grid-template-columns:46% 54%}.library-grid{grid-template-columns:repeat(2,1fr)}.participate{grid-template-columns:1fr}.method-strip{grid-template-columns:repeat(4,1fr)}.method-strip>a{grid-column:1/-1;margin:16px 0 0;text-align:center}}
@media(max-width:760px){.site-header{height:70px;padding-inline:19px}.brand-copy strong{font-size:17px}.menu-toggle{display:block}.site-nav{position:absolute;top:70px;left:0;right:0;padding:10px 20px 20px;display:none;flex-direction:column;align-items:stretch;gap:0;background:var(--navy);box-shadow:0 20px 35px rgba(0,0,0,.25)}.site-nav.open{display:flex}.site-nav a{padding:13px 3px;border-bottom:1px solid rgba(255,255,255,.1)}.search-hero{padding:25px 18px 22px}.search-heading{display:block}.search-heading>p:last-child{text-align:left}.quick-links{gap:8px 15px}.quick-links a:last-child{margin-left:0}.live-showcase{padding:18px 14px 40px;display:flex;flex-direction:column}.auction-panel{order:-1}.showcase-panel{height:auto;min-height:590px}.score-stage,.auction-stage{grid-template-columns:1fr;grid-template-rows:290px auto}.score-image{padding:18px}.score-image img{max-height:260px}.score-copy,.auction-copy{min-height:250px}.library-section{padding-top:48px}.section-heading{align-items:start;flex-direction:column}.participate{padding-bottom:55px}.vote-feature{grid-template-columns:1fr;min-height:540px;padding:22px}.vote-visual{height:275px}.method-strip{grid-template-columns:1fr 1fr;padding:20px}.method-strip>div:nth-child(2){border-right:0}.method-strip>div{padding:12px}.site-footer{grid-template-columns:1fr}.footer-links{justify-content:flex-start}}
@media(max-width:500px){.brand-copy small{display:none}.search-heading h1{font-size:2rem}.search-bar input{font-size:12px}.search-bar button{padding-inline:15px}.quick-links a:nth-child(4){display:none}.panel-header{align-items:flex-start}.panel-header h2{font-size:1.2rem}.panel-header>a{margin-top:4px}.showcase-panel{min-height:570px}.score-stage,.auction-stage{grid-template-rows:265px auto}.score-copy,.auction-copy{padding:22px 19px}.score-copy h3{font-size:1.75rem}.auction-title{font-size:1.4rem}.library-grid{grid-template-columns:1fr 1fr;gap:10px}.library-image{height:150px}.library-image img{max-height:128px}.library-grid>a>span:last-child{padding:12px}.library-grid strong{font-size:18px}.library-grid b{display:none}.vote-feature{min-height:490px}.vote-visual{height:245px}.vote-visual img{max-height:220px}.vote-copy>strong{font-size:2rem}.top-list>a{grid-template-columns:28px 52px 1fr;padding-inline:12px}.top-list img{width:50px}.method-strip{grid-template-columns:1fr}.method-strip>div{border-right:0;border-bottom:1px solid rgba(14,33,46,.13)}.method-strip>a{grid-column:1}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}.score-stage,.auction-stage{transform:none!important}}

/* Connected editorial opening */
.search-hero{padding:25px clamp(24px,6vw,92px) 20px;color:var(--ink);background:var(--paper);border-bottom:1px solid var(--line)}
.search-heading h1{font-size:clamp(1.6rem,2.15vw,2.25rem);letter-spacing:-.025em}
.search-heading>p:last-child{margin-top:8px;color:var(--muted);font-size:12px}
.search-bar{min-height:56px;padding:5px;background:#fff;border:1px solid rgba(14,33,46,.22);box-shadow:0 10px 28px rgba(7,27,43,.07)}
.quick-links{color:var(--muted)}
.live-showcase{width:100%;max-width:none;margin:0;padding:0;grid-template-columns:1fr 1fr;gap:0}
.showcase-panel{height:535px;border:0}
.score-panel{background:#eee7da}
.auction-panel{color:#fff;background:#8f2939}
.panel-header{min-height:88px;padding:20px clamp(22px,3vw,46px) 16px;border-bottom:1px solid rgba(14,33,46,.12)}
.auction-panel .panel-header{border-color:rgba(255,255,255,.16)}
.panel-header h2{margin-top:4px;font-size:clamp(1.2rem,1.55vw,1.55rem)}
.auction-panel .panel-kicker{color:#f0cc8d}
.auction-panel .panel-header>a{color:#f4d79e}
.score-image{background:radial-gradient(circle at 50% 30%,#faf7ef,#d8cfbf)}
.score-copy,.auction-copy{padding:29px clamp(22px,3vw,42px) 22px}
.auction-image{padding:18px;background:linear-gradient(145deg,rgba(83,13,27,.64),rgba(105,20,35,.38))}
.auction-topline{color:#f3d59a}
.auction-countdown{color:#fff;font:700 10px var(--sans);letter-spacing:.04em}
.auction-stats small{color:#e3b9c0}
.auction-action{border-color:rgba(255,255,255,.18);color:#f5d99f}
.panel-controls{padding:9px clamp(18px,3vw,42px);border-color:rgba(14,33,46,.12)}
.auction-panel .slider-progress button.active{background:#f5d99f}
.search-heading .eyebrow{color:var(--red)}
.panel-header>a{padding:11px 14px;border:1px solid rgba(7,27,43,.18);font-size:10px;letter-spacing:.03em;transition:transform .2s,background .2s,color .2s}
.panel-header>a:hover,.panel-header>a:focus-visible{transform:translateY(-2px);outline:0}
.score-panel .panel-header>a{color:#fff;background:var(--navy);border-color:var(--navy)}
.auction-panel .panel-header>a{color:#8f2939;background:#fff;border-color:#fff}
.collections-entry{margin-bottom:76px;display:grid;grid-template-columns:43% 57%;min-height:300px;background:var(--paper);border:1px solid var(--line);overflow:hidden}
.collection-stack{min-height:300px;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;background:linear-gradient(145deg,#152d3e,#071b2b)}
.collection-stack:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 50% 30%,rgba(217,186,114,.2),transparent 55%)}
.collection-stack img{position:absolute;width:auto;max-height:220px;filter:drop-shadow(0 18px 15px rgba(0,0,0,.38))}
.collection-stack img:nth-child(1){left:13%;transform:rotate(-7deg)}.collection-stack img:nth-child(2){z-index:2;transform:translateY(-5px)}.collection-stack img:nth-child(3){right:13%;transform:rotate(7deg)}
.collection-copy{padding:44px clamp(30px,5vw,72px);display:flex;flex-direction:column;justify-content:center}
.collection-copy h2{margin:0;font:700 clamp(1.9rem,3vw,2.8rem)/1.06 var(--serif);letter-spacing:-.03em}.collection-copy>p:not(.eyebrow){max-width:560px;margin:14px 0 24px;color:var(--muted);font-size:12px;line-height:1.7}.collection-copy>div{display:flex;flex-wrap:wrap;gap:12px}.collection-copy a{padding:11px 15px;border:1px solid var(--navy);font-size:9px;font-weight:700;text-transform:uppercase}.collection-copy a:first-child{background:var(--navy);color:#fff}.collection-copy a:last-child{color:var(--navy)}

@media(max-width:1100px){.live-showcase{grid-template-columns:1fr}.showcase-panel{height:500px}}
@media(max-width:760px){.search-hero{padding:23px 18px 20px}.live-showcase{padding:0;display:flex}.showcase-panel{height:auto;min-height:590px}.panel-header{padding-inline:20px}.score-copy,.auction-copy{padding:22px 20px}.panel-controls{padding-inline:18px}.collections-entry{grid-template-columns:1fr}.collection-stack{min-height:260px}.collection-copy{padding:35px 25px}}
@media(max-width:500px){.showcase-panel{min-height:570px}}

/* Library search placement and readable interface labels */
.library-search{max-width:980px;margin:30px auto 0}
.library-search-heading{margin-bottom:10px;display:flex;align-items:baseline;justify-content:space-between;gap:24px}
.library-search-heading strong{font:700 16px var(--serif)}
.library-search-heading span{color:var(--muted);font-size:11px}
.eyebrow{font-size:11px;letter-spacing:.12em}
.panel-kicker{font-size:10px;letter-spacing:.1em}
.panel-header>a{font-size:11px;letter-spacing:0}
.text-link{font-size:12px}
.library-grid small{font-size:9px;letter-spacing:.09em}
.top-list-heading small{font-size:10px;letter-spacing:.09em}
.top-list-heading>a{font-size:11px}
.score-topline,.auction-topline{font-size:9px;letter-spacing:.09em}
.method-strip span{font-size:9px;letter-spacing:.07em}
.method-strip>a{font-size:10px}

@media(max-width:760px){.library-search-heading{align-items:flex-start;flex-direction:column;gap:5px}}
