:root{--background: #faf9f7;--surface: #ffffff;--foreground: #1a1714;--muted: #6b635b;--border: #e7e2db;--accent: #2f6f4f;--accent-strong: #245840;--font-display: "Inter", system-ui, sans-serif;--font-body: "Inter", system-ui, sans-serif;--font-serif: "Instrument Serif", Georgia, serif;--maxw: 1080px;--page-bg: #efefef;--card-bg: #ffffff;--ink: #171717;--ink-soft: rgba(0, 0, 0, .6);--hover-05: rgba(0, 0, 0, .05);--hover-08: rgba(0, 0, 0, .08);--hover-10: rgba(0, 0, 0, .1);--btn-weak: #f7f7f7;--btn-ink: #5c5c5c;--chip-0-bg: #efebff;--chip-1-bg: #e3f7ec;--chip-2-bg: #ebf1ff}*{box-sizing:border-box}body{margin:0;background:var(--background);color:var(--foreground);font-family:var(--font-body);line-height:1.6;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}.site-header{position:sticky;top:0;z-index:10;background:color-mix(in srgb,var(--background) 88%,transparent);backdrop-filter:saturate(180%) blur(8px);border-bottom:1px solid var(--border)}.site-nav{display:flex;align-items:center;justify-content:space-between;max-width:var(--maxw);margin:0 auto;padding:18px 24px}.nav-logo{font-family:var(--font-display);font-size:20px;font-weight:700;letter-spacing:-.02em}.nav-links{display:flex;align-items:center;gap:28px}.nav-link{color:var(--muted);font-size:15px;font-weight:500;transition:color .15s ease}.nav-link:hover{color:var(--foreground)}.nav-cta{background:var(--accent);color:#fff;font-size:15px;font-weight:600;padding:9px 18px;border-radius:8px;transition:background .15s ease}.nav-cta:hover{background:var(--accent-strong)}.btn-primary{display:inline-block;background:var(--accent);color:#fff;font-weight:600;font-size:16px;padding:14px 28px;border-radius:10px;transition:background .15s ease}.btn-primary:hover{background:var(--accent-strong)}.btn-secondary{display:inline-block;background:transparent;color:var(--foreground);font-weight:600;font-size:16px;padding:14px 28px;border:1px solid var(--border);border-radius:10px;transition:border-color .15s ease}.btn-secondary:hover{border-color:var(--foreground)}.hero{max-width:var(--maxw);margin:0 auto;padding:96px 24px 72px;text-align:center}.hero-eyebrow{display:inline-block;font-size:14px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--accent);margin-bottom:20px}.hero-title{font-family:var(--font-display);font-size:60px;font-weight:700;line-height:1.05;letter-spacing:-.03em;margin:0 auto 24px;max-width:14ch}.hero-subtitle{font-size:20px;color:var(--muted);margin:0 auto 36px;max-width:52ch}.hero-actions{display:flex;gap:14px;justify-content:center}.features{max-width:var(--maxw);margin:0 auto;padding:40px 24px 88px}.section-title{font-family:var(--font-display);font-size:34px;font-weight:700;letter-spacing:-.02em;text-align:center;margin:0 0 48px}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.feature-card{background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:32px 28px}.feature-icon{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:12px;background:color-mix(in srgb,var(--accent) 12%,transparent);color:var(--accent);font-size:22px;margin-bottom:20px}.feature-title{font-family:var(--font-display);font-size:20px;font-weight:600;margin:0 0 10px}.feature-text{font-size:16px;color:var(--muted);margin:0}.cta{background:var(--accent);color:#fff}.cta-inner{max-width:var(--maxw);margin:0 auto;padding:72px 24px;text-align:center}.cta-title{font-family:var(--font-display);font-size:38px;font-weight:700;letter-spacing:-.02em;margin:0 0 16px}.cta-text{font-size:18px;opacity:.9;margin:0 auto 32px;max-width:46ch}.cta-button{display:inline-block;background:#fff;color:var(--accent-strong);font-weight:700;font-size:16px;padding:14px 30px;border-radius:10px}.site-footer{border-top:1px solid var(--border)}.footer-inner{display:flex;align-items:center;justify-content:space-between;max-width:var(--maxw);margin:0 auto;padding:32px 24px}.footer-text{font-size:14px;color:var(--muted)}.footer-links{display:flex;gap:24px}.footer-link{font-size:14px;color:var(--muted);transition:color .15s ease}.footer-link:hover{color:var(--foreground)}@media(max-width:768px){.nav-links{gap:18px}.hero{padding:64px 20px 48px}.hero-title{font-size:40px}.hero-subtitle{font-size:18px}.hero-actions{flex-direction:column}.feature-grid{grid-template-columns:1fr}.footer-inner{flex-direction:column;gap:16px}}.catalogue{display:flex;gap:8px;min-height:100vh;background:var(--page-bg)}.catalogue-main{flex:1;min-width:0;padding:16px 8px 16px 0}.sidebar{position:sticky;top:0;align-self:flex-start;width:280px;flex-shrink:0;height:100vh;overflow-y:auto;display:flex;flex-direction:column;gap:28px;padding:16px;background:var(--card-bg)}.sidebar-top{display:flex;align-items:flex-start;justify-content:space-between;width:100%}.sidebar-pill{display:flex;align-items:center;gap:8px;height:40px;padding:0 12px;border-radius:8px;background:var(--hover-08);font-size:14px;font-weight:500;letter-spacing:-.02em;color:#000}.sidebar-pill-icon{width:16px;height:16px}.wordmark{align-self:center;width:150px;margin:0;font-family:var(--font-serif);font-weight:400;font-size:30px;line-height:.9;letter-spacing:-.04em;text-transform:uppercase;text-align:center;color:#000}.sidebar-search{display:flex;align-items:center;width:100%;height:40px;padding:0 14px;border:none;border-radius:10px;background:var(--hover-05);font-family:var(--font-body);font-size:14px;letter-spacing:-.02em;color:#000}.sidebar-search::placeholder{color:#0006}.sidebar-search:focus{outline:2px solid var(--hover-10);outline-offset:0}.switcher{display:flex;flex-direction:column;width:100%;padding:2px;border-radius:12px;background:var(--hover-05)}.switcher-item{display:flex;align-items:center;gap:8px;width:100%;height:40px;padding:0 12px;border:none;border-radius:10px;background:transparent;font-family:var(--font-body);font-size:14px;font-weight:500;letter-spacing:-.02em;text-align:left;color:#000;cursor:pointer;appearance:none}.switcher-item.is-active{background:var(--hover-08)}.switcher-emoji{font-size:14px}.facet-list{display:flex;flex-direction:column;width:100%}.facet-item{display:flex;align-items:center;justify-content:space-between;width:100%;height:40px;padding:0 12px;border:none;border-radius:10px;background:transparent;font-family:var(--font-body);font-size:14px;font-weight:500;letter-spacing:-.02em;text-align:left;color:#000;cursor:pointer;appearance:none}.facet-item:hover{background:var(--hover-05)}.facet-item.is-active{background:var(--hover-08)}.facet-count{display:flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:4px;background:var(--hover-10);font-size:10px;font-weight:500;letter-spacing:-.02em;color:#000}.facet-item{text-decoration:none}.chip-nav{display:flex;flex-wrap:wrap;gap:6px;width:100%;margin-bottom:12px}.nav-chip{display:inline-flex;align-items:center;justify-content:center;padding:8px 12px;border-radius:7px;font-size:13px;font-weight:500;line-height:1;letter-spacing:-.02em;white-space:nowrap;border:1px solid currentColor;cursor:pointer;text-decoration:none;appearance:none;font-family:var(--font-body)}.nav-chip-0{background:var(--chip-0-bg);color:#351a75}.nav-chip-1{background:var(--chip-1-bg);color:#0b4627}.nav-chip-2{background:var(--chip-2-bg);color:#122368}.nav-chip-all{background:var(--hover-08);color:#000}.nav-chip.is-active{outline:2px solid var(--hover-10);outline-offset:0}.filters{display:flex;flex-direction:column;gap:20px;width:100%}.filter-group{display:flex;flex-direction:column;gap:8px;width:100%;margin:0;padding:0;border:none}.filter-legend{padding:0;font-size:12px;font-weight:600;letter-spacing:-.02em;text-transform:uppercase;color:#00000080}.filter-options{display:flex;flex-direction:column;gap:4px}.filter-check{display:flex;align-items:center;gap:8px;font-size:14px;letter-spacing:-.02em;color:#000;cursor:pointer}.filter-check input{width:16px;height:16px;accent-color:#000}.filter-region{width:100%;height:40px;padding:0 12px;border:none;border-radius:10px;background:var(--hover-05);font-family:var(--font-body);font-size:14px;letter-spacing:-.02em;color:#000}.surface{max-width:1200px;margin:0 auto;padding:48px 24px}.surface-head{margin-bottom:32px}.surface-title{margin:0 0 8px;font-family:var(--font-serif);font-weight:400;font-size:40px;letter-spacing:-.03em;color:#000}.surface-intro{margin:0;max-width:60ch;font-size:16px;letter-spacing:-.02em;color:#0009}.card-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.brand-card{display:flex;flex-direction:column;padding:16px;border-radius:32px;background:var(--card-bg)}.brand-card-inner{display:flex;flex:1;flex-direction:column;width:100%;gap:24px}.brand-text{display:flex;flex-direction:column;gap:21px;width:100%}.brand-head{display:flex;align-items:center;gap:8px;width:100%}.brand-logo{display:flex;flex-shrink:0;align-items:center;justify-content:center;width:48px;height:48px;overflow:hidden;border:1px solid rgba(0,0,0,.1);border-radius:1000px;background:#fff}.brand-logo-img{width:48px;height:48px;object-fit:cover}.brand-id{display:flex;flex:1;flex-direction:column;gap:6px;min-width:0}.brand-name{margin:0;font-size:15px;font-weight:600;letter-spacing:-.01em;color:var(--ink);line-height:1}.brand-handle{overflow:hidden;font-size:13px;font-weight:500;line-height:1;letter-spacing:-.02em;color:#17171780;text-overflow:ellipsis;white-space:nowrap;transition:color .15s ease}.brand-handle:hover{color:var(--ink);text-decoration:underline}.brand-desc{margin:0;font-size:14px;font-weight:500;line-height:1.3;letter-spacing:-.02em;color:#000000b3}.brand-chips{display:flex;flex-wrap:wrap;gap:8px;width:100%}.chip{display:inline-flex;align-items:center;justify-content:center;padding:4px 6px;border-radius:7px;font-size:13px;font-weight:500;line-height:1;letter-spacing:-.02em;white-space:nowrap}.chip-0{background:var(--chip-0-bg);color:#351a75}.chip-1{background:var(--chip-1-bg);color:#0b4627}.chip-2{background:var(--chip-2-bg);color:#122368}.brand-button{display:flex;align-items:center;justify-content:center;gap:4px;width:100%;margin-top:auto;padding:10px 14px;border-radius:12px;background:var(--btn-weak);font-size:14px;font-weight:500;letter-spacing:-.006em;color:var(--btn-ink);transition:background .15s ease}.brand-button:hover{background:#eee}.brand-button-icon{width:20px;height:20px}.brand-page{min-height:100vh;padding:32px 16px 64px;background:var(--page-bg)}.brand-page-inner{display:flex;flex-direction:column;gap:16px;width:100%;max-width:640px;margin:0 auto}.brand-back{align-self:flex-start;font-size:14px;font-weight:500;color:var(--ink-soft);transition:color .15s ease}.brand-back:hover{color:var(--ink)}.brand-detail{display:flex;flex-direction:column;gap:28px;padding:32px;border-radius:32px;background:var(--card-bg)}.brand-detail-head{display:flex;align-items:center;gap:16px}.brand-detail-logo{display:flex;flex-shrink:0;align-items:center;justify-content:center;width:72px;height:72px;overflow:hidden;border-radius:1000px;background:#fff;box-shadow:0 20px 20px -10px #1717170a,0 6px 6px -3px #1717170a,0 0 0 1px #1717170a}.brand-detail-logo-img{width:72px;height:72px;object-fit:cover}.brand-detail-id{display:flex;flex-direction:column;gap:6px;min-width:0}.brand-detail-name{margin:0;font-size:24px;font-weight:600;line-height:1.15;letter-spacing:-.02em;color:var(--ink)}.brand-detail-desc{margin:0;font-size:16px;font-weight:500;line-height:1.4;letter-spacing:-.01em;color:#000000b3}.brand-detail-section{display:flex;flex-direction:column;gap:10px}.brand-detail-label{margin:0;font-size:12px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--btn-ink)}.brand-detail-meta{margin:0;font-size:14px;font-weight:500;color:#000000b3}.tag-chip{display:inline-flex;align-items:center;padding:4px 10px;border:1px solid var(--hover-10);border-radius:1000px;background:var(--btn-weak);font-size:13px;font-weight:500;letter-spacing:-.01em;color:var(--ink)}.brand-detail-visit{display:inline-flex;align-items:center;justify-content:center;gap:6px;align-self:flex-start;padding:12px 20px;border-radius:12px;background:var(--ink);font-size:15px;font-weight:500;letter-spacing:-.01em;color:#fff;transition:opacity .15s ease}.brand-detail-visit:hover{opacity:.85}.brand-detail-visit img{filter:invert(1)}.grid-empty{padding:48px 16px;font-size:16px;color:var(--muted)}.is-hidden{display:none!important}@media(max-width:1100px){.card-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:860px){.catalogue{flex-direction:column}.sidebar{position:static;width:100%;height:auto}.catalogue-main{padding:0 16px 16px}.card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:520px){.card-grid{grid-template-columns:minmax(0,1fr)}}
