:root{color-scheme:light;--ink:#10202b;--muted:#58707a;--paper:#f4f5f2;--line:#dbe2de;--teal:#147e82;--orange:#f18a42;--night:#0c1822;font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}*{box-sizing:border-box}body{margin:0;background:var(--paper);color:var(--ink);padding-bottom:250px}.hero{background:var(--night);color:#f7f5ec;padding:24px max(24px,calc((100vw - 1240px)/2)) 25px}.wordmark{display:inline-block;color:#f7f5ec;text-decoration:none;font-weight:900;letter-spacing:.12em;font-size:13px}.wordmark span{color:#f2a354}.eyebrow{font-size:11px;font-weight:800;letter-spacing:.17em;color:#dc9860;margin:0 0 13px}.hero>.eyebrow{margin-top:24px}.hero h1{font-size:clamp(34px,5vw,58px);line-height:.98;letter-spacing:-.055em;margin:0;max-width:950px}.hero h1 em{font-style:normal;color:#eea15b}.intro{font-size:15px;line-height:1.5;color:#c4d0d0;max-width:650px;margin:12px 0 14px}.intro strong{color:white}.how{display:flex;gap:10px;flex-wrap:wrap}.how span{border:1px solid #30414a;border-radius:999px;padding:9px 14px;font-size:12px;color:#dce4df}main{max-width:1240px;margin:auto;padding:0 24px}.style-tabs{display:flex;overflow:auto;gap:9px;padding:22px 0 13px;scrollbar-width:thin}.style-tab{flex:0 0 auto;border:1px solid var(--line);border-radius:999px;background:#fff;padding:11px 15px;color:var(--ink);font:700 13px inherit;cursor:pointer}.style-tab[aria-selected=true]{background:var(--ink);border-color:var(--ink);color:#fff}.status-banner{margin:16px 0;padding:14px 18px;border-radius:12px;background:#e2f3ec;color:#1f654b;font-weight:700}.status-banner.error{background:#ffebe5;color:#8c3524}.collection-heading{display:flex;justify-content:space-between;align-items:end;gap:20px;padding:19px 0 22px}.collection-heading .eyebrow{margin:0}.collection-heading h2,.terms-card h2{font-size:clamp(25px,4vw,38px);letter-spacing:-.04em;margin:5px 0}.collection-heading p:not(.eyebrow){color:var(--muted);margin:6px 0 0}.count-pill{flex:none;border:1px solid var(--line);background:#fff;border-radius:999px;padding:10px 14px;color:#435861;font-size:12px;font-weight:700}.grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:15px}.design-card{overflow:hidden;border:1px solid var(--line);background:#fff;border-radius:14px;transition:transform .18s,border-color .18s,box-shadow .18s}.design-card:hover{transform:translateY(-2px);box-shadow:0 10px 25px #132b3514}.design-card.selected{border:2px solid var(--teal);box-shadow:0 0 0 3px #147e821c}.art-wrap{background:#efefeb;padding:7px;position:relative}.art-wrap img{display:block;width:100%;height:auto;aspect-ratio:4/5;object-fit:cover;border-radius:8px}.design-number{position:absolute;left:14px;top:14px;background:#fff;color:var(--ink);padding:4px 7px;border-radius:5px;font-size:10px;font-weight:900;box-shadow:0 2px 7px #0002}.design-body{padding:12px}.design-body h3{font-size:13px;margin:0 0 6px}.vote-count{font-size:11px;color:var(--muted);min-height:16px}.choose-button{width:100%;border:1px solid #c8d6d2;background:#f7faf8;border-radius:8px;padding:10px 7px;margin-top:9px;font-weight:800;color:#166c70;cursor:pointer}.choose-button:hover{background:#e8f5f2}.selected .choose-button{background:var(--teal);border-color:var(--teal);color:#fff}.terms-card{margin:42px 0 10px;background:#fff;border:1px solid var(--line);border-radius:16px;padding:25px 28px;max-width:900px}.terms-card h2{font-size:25px}.terms-card p:not(.eyebrow){font-size:14px;line-height:1.65;color:#40565e}.terms-card .fine-print{font-size:12px!important;color:#6d7e82!important;border-top:1px solid var(--line);padding-top:14px}.selection-bar{position:fixed;z-index:10;bottom:0;left:0;right:0;background:#fff;border-top:1px solid #d8e0dc;box-shadow:0 -8px 32px #0c182219;padding:14px max(20px,calc((100vw - 1240px)/2)) 12px;display:grid;grid-template-columns:auto minmax(240px,1fr) minmax(230px,auto);align-items:center;gap:12px 22px}.selection-summary{display:flex;flex-direction:column;gap:5px}.selection-summary strong{font-size:14px}.selection-summary span,.secure-note{font-size:11px;color:var(--muted)}.acknowledgement{font-size:11px;line-height:1.4;color:#42555c;display:flex;align-items:flex-start;gap:9px;cursor:pointer}.acknowledgement input{flex:none;width:18px;height:18px;margin:0;accent-color:var(--teal)}.pay-button{grid-column:3;grid-row:1/3;border:0;border-radius:10px;background:var(--orange);color:#20180f;font-size:14px;font-weight:900;padding:15px 19px;cursor:pointer;min-height:50px}.pay-button:disabled{background:#e2e7e4;color:#9ba5a2;cursor:not-allowed}.secure-note{grid-column:1/3;margin:0}footer{max-width:1240px;padding:28px 24px 36px;margin:auto;display:flex;justify-content:space-between;gap:15px;color:#718187;font-size:12px}footer a{color:#35696a;text-decoration:none}@media(max-width:980px){.grid{grid-template-columns:repeat(4,minmax(0,1fr))}.selection-bar{grid-template-columns:1fr auto;gap:10px 15px}.acknowledgement{grid-column:1/3;grid-row:2}.pay-button{grid-column:2;grid-row:1}.secure-note{grid-column:1/3;grid-row:3}.selection-summary{grid-column:1;grid-row:1}}@media(max-width:650px){body{padding-bottom:280px}.hero{padding:18px 16px 18px}.hero>.eyebrow{margin-top:22px}.hero h1{font-size:35px}.intro{font-size:15px}.how{gap:7px}.how span{font-size:10px;padding:8px 10px}main{padding:0 14px}.style-tabs{margin-right:-14px;padding-right:14px}.style-tab{font-size:11px!important;padding:10px 12px}.collection-heading{align-items:flex-start;flex-direction:column;gap:10px;padding:15px 0}.collection-heading h2{font-size:27px}.grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.art-wrap{padding:5px}.design-body{padding:9px}.design-body h3{font-size:12px}.choose-button{font-size:12px}.terms-card{margin-top:28px;padding:20px}.terms-card p:not(.eyebrow){font-size:13px}.selection-bar{padding:12px 14px 10px;grid-template-columns:minmax(0,1fr) auto;gap:9px 10px}.selection-summary strong{font-size:13px}.pay-button{font-size:12px;padding:12px 13px;min-width:154px}.acknowledgement{font-size:10px}.secure-note{font-size:10px}footer{padding:22px 15px;flex-direction:column}}
.location-card{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px 24px;margin:22px 0;padding:18px 20px;border:1px solid #314755;border-radius:14px;background:#111f2a}.location-card h2{margin:0 0 7px;font-size:18px}.location-card p{margin:0;color:#b8c5cb;font-size:14px;line-height:1.5}.location-card .eyebrow{margin-bottom:5px;color:#9baeb8;font-size:11px;letter-spacing:1px}.location-card button{border:1px solid #e2a65b;border-radius:9px;padding:11px 15px;background:#e2a65b;color:#111b22;font-weight:750;cursor:pointer}.location-card button:disabled{opacity:.75;cursor:default}.location-card #location-status{grid-column:1/-1;min-height:0;color:#d2e6da;font-size:13px}.location-card #location-status:empty{display:none}@media(max-width:650px){.location-card{grid-template-columns:1fr}.location-card button{width:100%}}
