/* Theme tokens apply to every public route; admin controls keep a stable layout. */
body[data-theme="industrial"]{--ink:#172128;--soft:#f1f3f4;--line:#dce1e4;--radius:3px}
body[data-theme="industrial"] .hero{border-bottom:1px solid var(--line)}
body[data-theme="industrial"] .card{border-top:3px solid var(--brand)}
body[data-theme="premium"]{--ink:#20211f;--soft:#f5f2ec;--line:#dedbd4;--radius:8px;--max:1360px;background:#fbfaf7}
body[data-theme="premium"] h1,body[data-theme="premium"] h2{font-weight:500;letter-spacing:-.045em}
body[data-theme="premium"] .premium-hero{background:#181b19;color:#fff;max-width:none;padding:70px var(--space);gap:6vw}
body[data-theme="premium"] .hero-art{background:#242924;border:1px solid #454b44}
body[data-theme="premium"] .hero-art img{max-height:580px;object-fit:contain}
body[data-theme="premium"] .premium-hero .secondary{color:#fff;background:transparent;border-color:#7b837a}
body[data-theme="premium"] .theme-catalogue .grid{grid-template-columns:repeat(3,minmax(0,1fr))}
body[data-theme="premium"] .card{background:#fff;border:0;box-shadow:0 5px 25px #20211f08}
body[data-theme="premium"] .partnership{background:#202a25;color:white}
body[data-theme="premium"] .split{gap:6vw}
body[data-theme="finder"]{--ink:#152840;--soft:#edf2f8;--line:#d6dfeb;--radius:5px;--max:1540px}
body[data-theme="finder"] header{border-bottom:4px solid #ed501c}
body[data-theme="finder"] .finder-intro{background:#152840;color:white;max-width:none;padding:48px var(--space)}
body[data-theme="finder"] .finder-intro h1{font-size:clamp(36px,4vw,60px);max-width:1000px;margin:12px 0}
body[data-theme="finder"] .finder-intro .lead{max-width:900px}
body[data-theme="finder"] .finder-intro .secondary{background:transparent;color:#fff;border-color:#7e90a8}
body[data-theme="finder"] .card h3{font-size:22px;margin:8px 0}
body[data-theme="finder"] section{padding-top:40px;padding-bottom:40px}
body[data-theme="finder"] .split{grid-template-columns:minmax(0,1fr) minmax(0,1.2fr)}
.theme-fit{display:grid;grid-template-columns:1fr 1fr;gap:50px;background:var(--soft)}
.theme-fit h2{margin:12px 0}.finder-tools{display:grid;grid-template-columns:2fr 1fr;gap:20px;padding:24px;background:var(--soft);margin-bottom:28px}
.theme-options{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.theme-options h2{font-size:24px}.theme-options form{margin-top:16px}
.theme-swatch{min-height:190px;padding:24px;display:flex;flex-direction:column;justify-content:space-between;border:1px solid #dbe1dc}.theme-swatch strong{font-size:28px;line-height:1.2}.swatch-industrial{background:#f1f3f4;color:#172128;border-top:5px solid #ed501c}.swatch-premium{background:#181b19;color:#fff}.swatch-finder{background:#152840;color:#fff;border-bottom:8px solid #ed501c}
.theme-preview{padding:12px 24px;background:#fff0cb;color:#382b11;display:flex;gap:24px;justify-content:center;flex-wrap:wrap;border-bottom:1px solid #b09148}.theme-preview a{text-decoration:underline}
[hidden]{display:none!important}button:disabled{opacity:.55;cursor:default}
@media(max-width:850px){.theme-options{grid-template-columns:1fr}.theme-fit{gap:20px;grid-template-columns:1fr}body[data-theme="premium"] .theme-catalogue .grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:650px){.finder-tools{grid-template-columns:1fr}body[data-theme] .split{grid-template-columns:1fr}body[data-theme="premium"] .premium-hero{padding:35px 20px}.theme-preview{font-size:13px;gap:8px}}
