:root{--bg: #fff;--text: #222;--muted: #6b7280;--line: #e5e7eb;--soft: #f7f7f7;--accent: #16a34a;--accent-dark: #15803d;--brand: #b99863;--max: 1440px;--shadow: 0 8px 30px rgba(0, 0, 0, .08);--topbar-height: 82px}*{box-sizing:border-box;margin:0;padding:0}body{min-width:320px;padding-top:var(--topbar-height);background:var(--bg);color:var(--text);font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Arial,sans-serif;line-height:1.45}a{color:inherit;text-decoration:none}button,input{font:inherit}img{display:block;max-width:100%}.container{width:min(100% - 48px,var(--max));margin:0 auto}.topbar{position:fixed;inset:0 0 auto;z-index:3000;height:var(--topbar-height);border-bottom:1px solid var(--line);background:#fffffff5;backdrop-filter:blur(14px)}.topbar-inner{width:min(100% - 48px,var(--max));height:100%;margin:0 auto;display:grid;grid-template-columns:minmax(220px,1fr) minmax(460px,680px) minmax(300px,1fr);gap:14px;align-items:center}.brand-link{display:inline-flex;align-items:center;gap:10px;width:max-content;color:var(--brand);font-weight:800}.logo{width:96px;height:54px;object-fit:contain}.top-actions{display:flex;justify-content:flex-end;gap:8px;align-items:center;min-width:0}.nav-link{min-height:42px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;border:1px solid transparent;background:#fff;padding:0 12px;color:#374151;font-size:.84rem;font-weight:700;white-space:nowrap}.nav-link:hover{background:var(--soft);border-color:var(--line)}.top-menu{position:relative;display:inline-flex}.top-menu-button{min-height:42px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--line);border-radius:999px;background:#fff;color:#374151;cursor:pointer;font:inherit;font-size:.84rem;font-weight:800;padding:0 12px;white-space:nowrap}.top-menu-button:hover{box-shadow:0 2px 10px #00000014}.top-menu-button .menu-icon{width:18px;height:12px;display:block;position:relative}.top-menu-button .menu-icon:before,.top-menu-button .menu-icon:after,.top-menu-button .menu-icon span{content:"";position:absolute;left:0;width:18px;height:2px;border-radius:999px;background:currentColor}.top-menu-button .menu-icon:before{top:0}.top-menu-button .menu-icon span{top:5px}.top-menu-button .menu-icon:after{bottom:0}.top-menu-panel{position:absolute;top:calc(100% + 10px);right:0;z-index:5200;min-width:210px;display:grid;gap:4px;border:1px solid var(--line);border-radius:16px;background:#fff;box-shadow:0 18px 48px #00000029;padding:8px}.top-menu-panel[hidden]{display:none}.top-menu-panel a{display:block;border-radius:12px;color:var(--text);font-size:.92rem;font-weight:700;padding:10px 12px}.top-menu-panel a:hover{background:var(--soft)}.hero{padding:42px 0 28px}.hero-panel{min-height:420px;display:grid;align-items:end;border-radius:28px;overflow:hidden;background:linear-gradient(90deg,#000000ad,#0000002e),url(assets/images/hero.jpg) center/cover;color:#fff;padding:clamp(28px,5vw,64px)}.hero-content{max-width:720px}.hero-kicker{margin-bottom:14px;color:#ffffffd1;font-size:.84rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}h1{font-size:clamp(2.25rem,6vw,4.8rem);line-height:1.02;letter-spacing:0}.hero p{max-width:620px;margin-top:16px;color:#ffffffe6;font-size:clamp(1rem,2vw,1.25rem)}section{padding:34px 0}.section-head{display:flex;align-items:end;justify-content:space-between;gap:18px;margin-bottom:18px}.section-head h2{font-size:clamp(1.45rem,3vw,2.1rem);line-height:1.1}.section-head p{color:var(--muted);margin-top:6px}.section-link{color:var(--text);font-weight:800;text-decoration:underline;white-space:nowrap}.highlight-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.highlight-card{min-width:0;border-radius:18px;overflow:visible;background:#fff}.highlight-card img{width:100%;aspect-ratio:1 / .82;object-fit:cover;border-radius:18px;background:#eee}.highlight-card h3{margin-top:10px;font-size:1rem;padding-inline:3px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.highlight-card p{color:var(--muted);font-size:.92rem;padding-inline:3px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.highlight-card strong{display:block;margin-top:6px;padding-inline:3px;font-size:.96rem}.highlight-card--skeleton{pointer-events:none}.highlight-card__media{width:100%;aspect-ratio:1 / .82;border-radius:18px;background:linear-gradient(90deg,#ececec,#f5f5f5,#ececec);background-size:200% 100%;animation:highlight-skeleton 1.2s ease-in-out infinite}.highlight-card__line{height:14px;margin-top:12px;border-radius:999px;background:#ececec}.highlight-card__line.short{width:55%;height:12px;margin-top:8px}@keyframes highlight-skeleton{0%{background-position:100% 0}to{background-position:-100% 0}}.collection-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.collection-card{min-height:250px;display:flex;align-items:end;border-radius:22px;overflow:hidden;padding:24px;background-color:#111827;background-image:var(--collection-image, none);background-position:center;background-repeat:no-repeat;background-size:cover;color:#fff;position:relative}.collection-card:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#0000000d,#000000ad)}.collection-card:nth-child(1){background-color:#0f766e}.collection-card:nth-child(2){background-color:#92400e}.collection-card:nth-child(3){background-color:#166534}.collection-card div{position:relative}.collection-card h3{font-size:1.45rem;line-height:1.1}.collection-card p{margin-top:8px;color:#ffffffd1}.owner-band{display:grid;grid-template-columns:1fr auto;gap:24px;align-items:center;border-radius:24px;background:#f0fdf4;padding:clamp(24px,4vw,42px)}.owner-band h2{font-size:clamp(1.5rem,3vw,2.2rem);line-height:1.1}.owner-band p{max-width:720px;margin-top:10px;color:#166534}.button{min-height:44px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:var(--accent-dark);color:#fff;font-weight:800;padding:0 18px;white-space:nowrap}.button:hover{background:#166534}.message{grid-column:1 / -1;padding:28px;border:1px solid var(--line);border-radius:16px;color:var(--muted);text-align:center}@media(max-width:1020px){:root{--topbar-height: 0px}.topbar{position:relative;height:auto}body{padding-top:0}.topbar-inner{height:auto;width:min(100% - 32px,var(--max));grid-template-columns:1fr auto;grid-template-areas:"brand actions" "search search";gap:8px 12px;padding:10px 0 12px}.brand-link{grid-area:brand}.search-pill{grid-area:search}.top-actions{grid-area:actions}.container{width:min(100% - 32px,var(--max))}.highlight-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.collection-grid{grid-template-columns:1fr}}@media(max-width:680px){.logo{width:82px;height:38px}.nav-link,.top-menu-button{min-height:34px;padding:0 10px;font-size:.82rem}.hero{padding-top:24px}.hero-panel{min-height:420px;border-radius:22px}.section-head{display:block}.section-link{display:inline-block;margin-top:10px}.highlight-grid,.owner-band{grid-template-columns:1fr}}
