/* A search-first collection homepage. Card artwork stays the focal point. */
.cc-home {max-width:1224px;margin:auto;padding:0 24px 56px}
.cc-home-intro {display:grid;grid-template-columns:minmax(0,1.12fr) minmax(0,1fr);gap:48px;align-items:center;padding:64px 0 48px}
.cc-home-copy {min-width:0;position:relative;z-index:2}
.cc-home-copy h1 {font-size:clamp(40px,4.6vw,66px);line-height:1.04;letter-spacing:-.045em;max-width:12ch}
.cc-home-copy h1 span {color:var(--cc-accent)}
.cc-home-copy .cc-lede {max-width:43ch;margin:24px 0;font-size:18px;line-height:1.55}
.cc-home-search {display:flex;align-items:center;gap:10px;border:1px solid var(--cc-line);background:var(--cc-surface);padding:6px 6px 6px 16px;border-radius:16px;box-shadow:var(--cc-shadow-sm);max-width:540px}
.cc-home-search:focus-within {outline:3px solid color-mix(in srgb,var(--cc-accent) 25%,transparent);border-color:var(--cc-accent)}
.cc-home-search>svg {flex:0 0 20px;color:var(--cc-ink-3)}
.cc-home-search input {flex:1;min-width:0;width:100%;height:44px;border:0;background:transparent;font-size:16px;outline:0}
.cc-home-search .cc-btn {border-radius:11px;flex:none;min-height:44px}
.cc-home-actions {display:flex;align-items:center;gap:20px;flex-wrap:wrap;margin-top:20px}
.cc-home-actions .cc-link {min-height:44px;display:inline-flex;align-items:center}
.cc-home-shortcut {font-size:12px;color:var(--cc-ink-3);margin:18px 0 0}
.cc-home-shortcut kbd {font:inherit;border:1px solid var(--cc-line);border-radius:5px;padding:2px 5px;background:var(--cc-surface)}
.cc-home-art {min-width:0;padding:24px 12px;position:relative}
.cc-home-card-fan {height:360px;position:relative;isolation:isolate}
.cc-home-card-fan::before {content:"";position:absolute;inset:22px 0 0;border-radius:50%;background:radial-gradient(ellipse,color-mix(in srgb,var(--cc-accent) 10%,var(--cc-surface-2)),transparent 70%);z-index:-1}
.cc-home-art-card {position:absolute;left:50%;top:18px;width:190px;aspect-ratio:245/342;border-radius:12px;background:var(--cc-surface-2);box-shadow:0 20px 40px -18px rgba(0,0,0,.35);transition:translate 180ms ease;transform:translateX(-50%)}
.cc-home-art-card img {width:100%;height:100%;object-fit:contain;border-radius:inherit}
.cc-home-art-card--1 {transform:translate(-107%,26px) rotate(-13deg);z-index:1}
.cc-home-art-card--2 {z-index:3}
.cc-home-art-card--3 {transform:translate(7%,26px) rotate(13deg);z-index:2}
.cc-home-art-card:focus-visible {z-index:4}
@media (hover:hover) and (prefers-reduced-motion:no-preference) {.cc-home-art-card:hover {translate:0 -10px;z-index:4}}
.cc-home-art-caption {display:flex;justify-content:center;align-items:center;gap:8px;color:var(--cc-ink-3);font-size:12px;text-align:center}
.cc-home-art-dot {width:7px;height:7px;border-radius:50%;background:var(--cc-accent);flex:none}
.cc-home-data {display:grid;grid-template-columns:repeat(3,minmax(0,1fr)) minmax(0,1.5fr);gap:24px;padding:26px 0;border-top:1px solid var(--cc-line);border-bottom:1px solid var(--cc-line);align-items:center}
.cc-home-data>div {min-width:0}
.cc-home-data strong {display:block;font-size:30px;line-height:1.1;font-variant-numeric:tabular-nums;letter-spacing:-.035em}
.cc-home-data>div>span:not(.cc-status-label) {display:block;font-size:13px;color:var(--cc-ink-3);margin-top:7px}
.cc-status-label {font-size:12px;font-weight:650;color:var(--cc-warning)}
.cc-home-data-status p {font-size:12px;color:var(--cc-ink-2);line-height:1.5;margin:5px 0}
.cc-home-data-status a {font-size:13px;display:inline-block;padding:5px 0}
.cc-home-sets {padding:52px 0}
.cc-home-section-head {display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:16px}
.cc-home-section-head .cc-eyebrow {margin:0 0 8px}
.cc-home-section-head h2,.cc-home-discovery h2 {font-size:clamp(25px,2.7vw,34px);line-height:1.15;letter-spacing:-.025em}
.cc-home-section-head>a {white-space:nowrap;min-height:44px;display:flex;align-items:center}
.cc-home-sets>.cc-lede {margin:0 0 24px;font-size:16px}
.cc-home-sets .cc-grid--sets {grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.cc-home-sets .cc-set-tile {min-width:0}
.cc-home-discovery {display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);gap:48px;align-items:center;padding:36px;background:var(--cc-surface-2);border:1px solid var(--cc-line-soft);border-radius:24px}
.cc-home-discovery-art {display:flex;justify-content:center;align-items:center;position:relative;min-width:0;min-height:280px}
.cc-home-discovery-art>img:first-child {width:172px;height:auto;max-height:260px;object-fit:contain;border-radius:10px;box-shadow:var(--cc-shadow-md);transform:rotate(-6deg)}
.cc-home-discovery-art .cc-home-discovery-sprite {position:absolute;width:108px;height:108px;object-fit:contain;bottom:10px;right:calc(50% - 140px);filter:drop-shadow(0 8px 8px rgba(0,0,0,.12))}
.cc-home-discovery .cc-lede {font-size:17px;line-height:1.55;margin:18px 0}
.cc-home-tools {padding:54px 0 0}
.cc-home-tool-grid {display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px;margin-top:26px}
.cc-home-tool-grid>a {display:block;color:var(--cc-ink);border-top:1px solid var(--cc-line);padding:24px 0 0}
.cc-home-tool-grid .cc-glyph {width:26px;height:26px;color:var(--cc-accent);margin-bottom:18px}
.cc-home-tool-grid h3 {font-size:18px;line-height:1.25}
.cc-home-tool-grid p {color:var(--cc-ink-2);font-size:14px;line-height:1.5;min-height:64px;margin:12px 0}
.cc-home-tool-grid span {font-size:13px;font-weight:600;color:var(--cc-accent);display:inline-block;padding:10px 0}
@media(max-width:1080px) {.cc-home-intro{gap:24px}.cc-home-art-card{width:165px}.cc-home-card-fan{height:310px}.cc-home-data{gap:16px}.cc-home-sets .cc-grid--sets{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:800px) {.cc-home-intro{grid-template-columns:minmax(0,1fr);padding:36px 0 32px;gap:16px}.cc-home-copy h1{max-width:16ch;font-size:clamp(40px,7vw,58px)}.cc-home-copy .cc-lede{max-width:54ch}.cc-home-art{padding:12px 0 0}.cc-home-card-fan{height:280px}.cc-home-art-card{width:155px}.cc-home-data{grid-template-columns:repeat(3,minmax(0,1fr))}.cc-home-data-status{grid-column:1/-1;padding-top:16px;border-top:1px solid var(--cc-line-soft)}.cc-home-discovery{gap:24px;padding:24px}.cc-home-tool-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.cc-home-sets .cc-grid--sets{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:520px) {.cc-home{padding:0 16px 32px}.cc-home-copy h1{font-size:42px}.cc-home-copy .cc-lede{font-size:17px;margin:20px 0}.cc-home-search{gap:6px;padding-left:10px}.cc-home-search>svg{display:none}.cc-home-search input{padding-left:4px}.cc-home-search .cc-btn{padding-inline:14px}.cc-home-actions{gap:12px}.cc-home-shortcut{display:none}.cc-home-art-card{width:130px}.cc-home-card-fan{height:240px}.cc-home-art-caption{font-size:11px}.cc-home-data{gap:12px}.cc-home-data strong{font-size:25px}.cc-home-data>div>span:not(.cc-status-label){font-size:11px;line-height:1.4}.cc-home-section-head{align-items:start;flex-direction:column;gap:0}.cc-home-sets{padding:36px 0}.cc-home-sets .cc-grid--sets{gap:12px}.cc-home-discovery{grid-template-columns:minmax(0,1fr);gap:12px;padding:22px}.cc-home-discovery-art{min-height:260px}.cc-home-tools{padding-top:36px}.cc-home-tool-grid{gap:20px 18px}.cc-home-tool-grid h3{font-size:17px}.cc-home-tool-grid p{min-height:0}.cc-home-art-card--1{transform:translate(-100%,22px) rotate(-12deg)}.cc-home-art-card--3{transform:translate(0%,22px) rotate(12deg)}}
@media(max-width:350px) {.cc-home-copy h1{font-size:36px}.cc-home-art-card{width:118px}.cc-home-card-fan{height:226px}.cc-home-tool-grid{grid-template-columns:1fr}.cc-home-sets .cc-grid--sets{grid-template-columns:1fr}.cc-home-data strong{font-size:22px}}
