
:root {
    --ink: #050505;
    --paper: #ffffff;
    --soft: #f6f4ee;
    --line: #1b1b1b;
    --muted: #686868;
    --accent: #f3ff41;
    --accent-two: #ff4f9a;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--ink);
    background: var(--paper);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.5;
}

a { color: inherit; }
.announcement {
    background: var(--ink);
    color: var(--paper);
    text-align: center;
    font-size: 13px;
    letter-spacing: .08em;
    text-transform: uppercase;
    padding: 10px 16px;
}
.site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: rgba(255,255,255,.96);
    border-bottom: 1px solid #d7d7d7;
    backdrop-filter: blur(8px);
}
.navbar { min-height: 74px; }
.navbar-brand {
    font-weight: 900;
    letter-spacing: -.08em;
    font-size: clamp(26px, 4vw, 42px);
    line-height: 1;
    text-transform: none;
}
.brand-dot { color: var(--accent-two); letter-spacing: 0; }
.nav-link {
    font-size: 14px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: lowercase;
    margin-left: 18px;
}
.nav-link:hover { background: #f2f2f2; border-radius: 999px; }
.hero {
    min-height: 72vh;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    border-bottom: 2px solid var(--ink);
    background:
        radial-gradient(circle at 15% 20%, rgba(255,79,154,.16) 0 7%, transparent 8%),
        radial-gradient(circle at 85% 20%, rgba(243,255,65,.24) 0 10%, transparent 11%),
        linear-gradient(135deg, #fff 0%, #fbfbfb 50%, #f4f4f4 100%);
}
.hero::after {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .12;
    background-image: radial-gradient(#000 1px, transparent 1px);
    background-size: 18px 18px;
    pointer-events: none;
}
.hero-content { position: relative; z-index: 1; }
.kicker {
    display: inline-block;
    background: var(--ink);
    color: var(--paper);
    padding: 8px 13px;
    border-radius: 999px;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 18px;
}
h1 {
    font-size: clamp(52px, 10vw, 130px);
    line-height: .9;
    letter-spacing: -.08em;
    font-weight: 900;
    margin: 0 0 26px 0;
    max-width: 1050px;
}
.hero p {
    font-size: clamp(18px, 2vw, 25px);
    max-width: 780px;
    color: #242424;
    font-weight: 600;
}
.btn-baba {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--ink);
    background: var(--ink);
    color: var(--paper);
    border-radius: 999px;
    font-weight: 900;
    letter-spacing: .05em;
    text-transform: lowercase;
    padding: 14px 24px;
    text-decoration: none;
    margin-right: 10px;
    margin-top: 18px;
}
.btn-baba.secondary { background: var(--paper); color: var(--ink); }
.btn-baba:hover { transform: translateY(-2px); box-shadow: 0 8px 0 var(--accent); }
.section-pad { padding: 84px 0; }
.intro-panel {
    border: 2px solid var(--ink);
    border-radius: 28px;
    padding: clamp(28px, 4vw, 58px);
    background: var(--paper);
    box-shadow: 10px 10px 0 var(--ink);
}
.section-title {
    font-size: clamp(34px, 6vw, 72px);
    font-weight: 900;
    letter-spacing: -.06em;
    line-height: .95;
    margin: 0 0 18px;
}
.lede { color: #252525; font-size: 19px; max-width: 880px; }
.collection-notes {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-top: 32px;
}
.collection-note {
    border: 1px solid #d0d0d0;
    border-radius: 18px;
    padding: 18px;
    background: #fff;
}
.collection-note span { font-weight: 900; letter-spacing: -.02em; font-size: 20px; }
.collection-note p { margin: 8px 0 0; color: var(--muted); font-size: 14px; }
.shop-section { background: var(--soft); border-top: 2px solid var(--ink); border-bottom: 2px solid var(--ink); }
.filter-bar {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 28px 0 38px;
}
.filter-button {
    border: 2px solid var(--ink);
    background: var(--paper);
    color: var(--ink);
    font-weight: 900;
    border-radius: 999px;
    padding: 10px 18px;
    text-transform: lowercase;
}
.filter-button.active,
.filter-button:hover {
    background: var(--ink);
    color: var(--paper);
}
.catalog-grid { margin-left: -12px; margin-right: -12px; }
.catalog-card {
    width: 33.3333%;
    padding: 12px;
}
.catalog-card-inner {
    height: 100%;
    background: #fff;
    border: 2px solid var(--ink);
    border-radius: 2px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: transform .2s ease, box-shadow .2s ease;
}
.catalog-card-inner:hover { transform: translateY(-4px); box-shadow: 9px 9px 0 var(--ink); }
.art-image-link {
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f2f2f2;
    padding: 20px;
    border-bottom: 2px solid var(--ink);
}
.art-image-link img {
    max-width: 100%;
    max-height: 275px;
    object-fit: contain;
    mix-blend-mode: multiply;
}
.catalog-copy { padding: 22px; display: flex; flex-direction: column; flex: 1; }
.collection-pill {
    display: inline-block;
    align-self: flex-start;
    background: var(--accent);
    border: 1px solid var(--ink);
    border-radius: 999px;
    padding: 4px 10px;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
    margin-bottom: 12px;
}
.catalog-copy h3 {
    font-size: 28px;
    line-height: 1;
    letter-spacing: -.05em;
    font-weight: 900;
    margin: 0 0 12px;
}
.catalog-copy p { color: var(--muted); font-size: 14px; min-height: 64px; }
.available-products { margin-top: auto; padding-top: 16px; }
.available-title {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .12em;
    font-weight: 900;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 8px;
    margin-bottom: 8px;
}
.product-link {
    display: flex;
    gap: 12px;
    justify-content: space-between;
    text-decoration: none;
    padding: 9px 0;
    border-bottom: 1px solid #eeeeee;
    font-size: 14px;
}
.product-link span { padding-right: 8px; }
.product-link strong { white-space: nowrap; }
.product-link:hover span { text-decoration: underline; }
.about-strip {
    background: var(--ink);
    color: var(--paper);
    padding: 70px 0;
}
.about-strip .section-title { color: var(--paper); }
.about-strip .lede { color: #e6e6e6; }
.site-footer {
    padding: 56px 0 26px;
    background: #fff;
    border-top: 2px solid var(--ink);
}
.footer-brand { font-weight: 900; letter-spacing: -.07em; font-size: 42px; }
.footer-links a {
    display: inline-block;
    margin: 8px 18px 8px 0;
    text-decoration: none;
    font-weight: 800;
    text-transform: lowercase;
}
.footer-links a:hover { text-decoration: underline; }
.small-print { color: var(--muted); font-size: 13px; margin-top: 20px; }
@media (max-width: 991px) {
    .catalog-card { width: 50%; }
    .collection-notes { grid-template-columns: 1fr; }
}
@media (max-width: 575px) {
    .catalog-card { width: 100%; }
    .hero { min-height: 66vh; }
    .art-image-link { min-height: 240px; }
    .navbar-brand { font-size: 28px; }
}
