:root{color-scheme:dark;--bg:#16131d;--panel:#1d1926;--ink:#f4eff8;--muted:#aaa0b6;--line:#3b3347;--accent:#d9bbfc;--radius:20px;font-family:Arial,Helvetica,sans-serif;font-synthesis:none}
*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--ink);-webkit-font-smoothing:antialiased}button,a{-webkit-tap-highlight-color:transparent}button{font:inherit;color:inherit;cursor:pointer}button:focus-visible,a:focus-visible{outline:2px solid var(--accent);outline-offset:5px}button:disabled{cursor:wait;opacity:.45}button{touch-action:manipulation}.gallery{max-width:1240px;margin:0 auto;padding:30px 48px 18px}.topbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:30px}.wordmark{color:var(--ink);text-decoration:none;font:italic 44px/1 Georgia,'Times New Roman',serif;letter-spacing:-2px}.wordmark span{color:var(--accent)}.edition{font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:var(--muted)}.workspace{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);gap:56px;align-items:center}.portrait-panel{min-width:0}.view-controls{display:flex;gap:5px;margin:0 0 12px}.view-controls button{padding:9px 15px;border:1px solid transparent;background:transparent;border-radius:30px;color:var(--muted);font-size:12px}.view-controls button[aria-pressed=true]{border-color:var(--line);background:var(--panel);color:var(--ink)}.photo-stage{width:100%;aspect-ratio:840/1000;max-height:calc(100svh - 205px);min-height:340px;position:relative;overflow:hidden;border-radius:var(--radius);background:#09070d;touch-action:pan-y pinch-zoom;user-select:none;-webkit-user-select:none}.photo-stage svg{display:block;width:100%;height:100%;pointer-events:none}.photo-badge{position:absolute;top:18px;left:18px;background:#16131da6;border:1px solid #ffffff24;padding:8px 11px;border-radius:30px;font-size:10px;letter-spacing:.1em;backdrop-filter:blur(12px)}.compare-row{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-top:13px;min-height:42px}.gesture-hint{font-size:11px;color:var(--muted)}.compare-button{border:1px solid var(--line);border-radius:30px;background:transparent;font-size:12px;min-height:42px;padding:8px 16px;display:flex;align-items:center;gap:8px;white-space:nowrap}.compare-button[aria-pressed=true]{color:var(--bg);background:var(--accent);border-color:var(--accent)}.compare-dot{width:10px;height:10px;border:1px solid currentColor;border-radius:50%;background:linear-gradient(90deg,currentColor 50%,transparent 50%)}.selection-panel{min-width:0;padding-top:40px}.selection-heading{display:flex;align-items:center;justify-content:space-between;gap:15px;font-size:10px;color:var(--muted);letter-spacing:.15em;text-transform:uppercase}.look-copy{min-height:164px;padding-top:24px}.look-copy h1,.look-copy .look-title{font-family:Georgia,'Times New Roman',serif;font-size:clamp(29px,3.3vw,43px);line-height:1.08;font-weight:400;margin:0 0 15px;letter-spacing:-1px;max-width:390px}.look-copy p{font-size:13px;line-height:1.6;color:var(--muted);margin:0;max-width:350px;min-height:63px}.navigation{display:flex;align-items:center;gap:23px;margin:20px 0 29px}.navigation button{flex:0 0 44px;width:44px;height:44px;border:1px solid var(--line);border-radius:50%;background:transparent;font-size:22px}.navigation button:hover,.compare-button:hover{border-color:var(--accent)}.progress{display:flex;flex:1;gap:6px}.progress span{flex:1;height:2px;background:var(--line)}.progress span.active{background:var(--accent)}.choices{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid var(--line)}.choice{display:flex;align-items:center;gap:10px;text-align:left;border:0;border-bottom:1px solid var(--line);background:none;padding:17px 8px 17px 0;min-height:67px}.choice:nth-child(even){padding-left:14px}.choice .number{color:var(--muted);font-size:10px;letter-spacing:.04em;flex-shrink:0}.choice .name{font-size:12px;line-height:1.4;color:var(--muted)}.choice[aria-pressed=true] .name{color:var(--ink)}.choice[aria-pressed=true] .number{color:var(--accent)}.choice[aria-pressed=true]{box-shadow:inset 0 -1px var(--accent)}.choice:hover .name{color:var(--ink)}.load-status{min-height:18px;font-size:11px;line-height:1.5;color:var(--muted);margin:12px 0 0}footer{display:flex;justify-content:space-between;gap:20px;border-top:1px solid var(--line);margin-top:23px;padding-top:16px;font-size:10px;color:var(--muted)}footer span:last-child{letter-spacing:.18em}.noscript{text-align:center;padding:20px}
@media(min-width:1500px){.gallery{padding-top:45px}.topbar{margin-bottom:38px}.photo-stage{max-height:780px}}
@media(max-width:850px) and (min-width:641px){.gallery{padding:24px}.workspace{gap:28px;grid-template-columns:minmax(0,1fr) minmax(290px,.9fr)}.look-copy h1,.look-copy .look-title{font-size:32px}.gesture-hint{font-size:10px}.choice{gap:7px}.choice .name{font-size:11px}.choice:nth-child(even){padding-left:9px}}
@media(max-width:640px){.gallery{max-width:470px;padding:17px 18px calc(18px + env(safe-area-inset-bottom))}.topbar{margin-bottom:18px}.wordmark{font-size:36px}.edition{font-size:9px;letter-spacing:.11em}.workspace{display:flex;flex-direction:column;gap:20px}.portrait-panel,.selection-panel{width:100%}.view-controls{margin-bottom:9px;gap:3px}.view-controls button{font-size:11px;padding:8px 13px;min-height:36px}.photo-stage{height:min(46svh,430px);min-height:280px;max-height:none;aspect-ratio:auto;border-radius:16px}.photo-badge{top:13px;left:13px;padding:7px 10px;font-size:9px}.compare-row{margin-top:9px}.gesture-hint{font-size:10px}.compare-button{font-size:11px;min-height:40px;padding:8px 13px}.selection-panel{padding-top:0}.selection-heading{font-size:9px}.look-copy{padding-top:13px;min-height:112px}.look-copy h1,.look-copy .look-title{font-size:30px;line-height:1.1;margin-bottom:9px;max-width:none}.look-copy p{font-size:12px;line-height:1.5;min-height:36px;max-width:none}.navigation{margin:13px 0 19px;gap:20px}.navigation button{width:42px;height:42px;flex-basis:42px}.choice{min-height:58px;padding:12px 8px 12px 0}.choice .name{font-size:12px}.load-status{margin:10px 0 0}footer{margin-top:15px;font-size:9px;line-height:1.5}}
@media(max-width:350px){.gallery{padding-left:13px;padding-right:13px}.edition{font-size:8px}.look-copy h1,.look-copy .look-title{font-size:27px}.choice .name{font-size:11px}.gesture-hint{font-size:9px}}
@media(prefers-reduced-motion:no-preference){button{transition:color .15s,border-color .15s,background .15s}.photo-badge{transition:background .15s}}

.look-copy{display:grid}.look-current,.look-reserve{grid-area:1/1;min-width:0}.look-reserve{visibility:hidden;pointer-events:none;user-select:none}
