/* Boutique — elegant editorial: ivory palette, Cormorant serif display, gold accents. */
.theme-boutique {
    --surface: #fffdf8;
    --surface-raised: #faf7f0;
    --surface-sunken: #f5f1e8;
    --surface-alt: #f9f5ec;
    --border: #e3ddd0;
    --border-light: #ede8dc;
    --ink: #292524;
    --ink-soft: #57534e;
    --ink-muted: #948e85;
    --accent-soft: #f7efdc;
    --radius-sm: 2px; --radius: 3px; --radius-lg: 4px; --radius-xl: 6px;
    --shadow-xs: none;
    --shadow-sm: 0 6px 22px rgba(80, 70, 50, 0.07);
    --shadow: 0 20px 46px rgba(80, 70, 50, 0.10);
    --shadow-lg: 0 32px 70px rgba(80, 70, 50, 0.14);
}
.theme-boutique h1, .theme-boutique h2, .theme-boutique .bt-hero-title,
.theme-boutique .bt-card-title, .theme-boutique .product-title,
.theme-boutique .section-header h2, .theme-boutique .page-head h1 {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-weight: 600; letter-spacing: 0;
}
.theme-boutique .btn { border-radius: 2px; letter-spacing: 0.4px; text-transform: uppercase; font-size: 12px; font-weight: 700; }
.theme-boutique .btn-lg { font-size: 13px; padding: 14px 30px; }
.theme-boutique .btn-primary:hover { transform: none; box-shadow: none; background: var(--accent-brand); border-color: var(--accent-brand); }

/* Topline */
.bt-topline { background: var(--ink); color: #f5f1e8; font-size: 11.5px; font-weight: 600; letter-spacing: 0.6px; text-transform: uppercase; }
.bt-topline .container { padding-top: 9px; padding-bottom: 9px; text-align: center; }

/* Header (centered wordmark) */
.bt-header { background: var(--surface); border-bottom: 1px solid var(--border-light); }
.bt-header-grid { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; min-height: 76px; gap: 16px; }
.bt-logo { display: flex; flex-direction: column; align-items: center; gap: 1px; justify-self: center; }
.bt-logo-text { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 27px; font-weight: 700; letter-spacing: 1px; color: var(--ink); }
.bt-logo-sub { font-size: 10px; font-weight: 600; text-transform: uppercase; letter-spacing: 2.4px; color: var(--accent-brand); }
.bt-side { display: flex; align-items: center; min-width: 0; }
.bt-side-left .header-search { max-width: 300px; }
.bt-side-left .header-search input, .bt-side-left .header-search select { background: var(--surface-raised); }
.bt-side-right { justify-content: flex-end; }
.bt-nav { border-top: 1px solid var(--border-light); background: var(--surface); }
.bt-nav .container { display: flex; gap: 30px; height: 46px; align-items: center; justify-content: center; overflow-x: auto; }
.bt-nav a {
    font-size: 12px; font-weight: 700; letter-spacing: 1.2px; text-transform: uppercase;
    color: var(--ink-soft); white-space: nowrap; padding: 4px 0; border-bottom: 1px solid transparent;
    transition: all var(--transition);
}
.bt-nav a:hover { color: var(--accent-brand); border-bottom-color: var(--accent-brand); }

/* Hero */
.bt-hero { padding: 84px 0; border-bottom: 1px solid var(--border-light); background: var(--surface); }
.bt-hero-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 64px; align-items: center; }
.bt-kicker { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 2.4px; color: var(--accent-brand); }
.bt-hero-title { font-size: clamp(42px, 5.4vw, 68px); line-height: 1.04; margin: 20px 0 18px; }
.bt-hero-title em { font-style: italic; color: var(--accent-brand); }
.bt-hero-lead { font-size: 17px; color: var(--ink-soft); line-height: 1.7; max-width: 480px; }
.bt-hero-actions { display: flex; align-items: center; gap: 26px; margin-top: 32px; flex-wrap: wrap; }
.bt-textlink { font-size: 13px; font-weight: 700; letter-spacing: 0.6px; text-transform: uppercase; color: var(--ink); border-bottom: 1px solid var(--ink); padding-bottom: 3px; }
.bt-textlink:hover { color: var(--accent-brand); border-color: var(--accent-brand); }
.bt-hero-stats { display: flex; gap: 44px; margin-top: 44px; padding-top: 26px; border-top: 1px solid var(--border-light); }
.bt-hero-stats strong { display: block; font-family: 'Cormorant Garamond', Georgia, serif; font-size: 30px; font-weight: 700; }
.bt-hero-stats span { font-size: 10.5px; color: var(--ink-muted); text-transform: uppercase; letter-spacing: 1.4px; }
.bt-hero-frame { border: 1px solid var(--border); padding: 14px; background: var(--surface); }
.bt-hero-art { display: block; aspect-ratio: 4/3.4; position: relative; }
.bt-hero-art-label {
    position: absolute; top: 14px; left: 14px; background: var(--surface); color: var(--ink);
    font-size: 10px; font-weight: 700; letter-spacing: 1.6px; text-transform: uppercase; padding: 6px 12px;
}
.bt-hero-caption { padding: 14px 4px 2px; display: flex; flex-direction: column; gap: 2px; }
.bt-hero-caption strong { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 19px; font-weight: 700; }
.bt-hero-caption span { font-size: 13px; color: var(--ink-muted); }

/* Sections */
.bt-section-head { text-align: center; margin-bottom: 44px; }
.bt-section-head h2 { font-size: clamp(30px, 3.4vw, 42px); margin-top: 10px; }
.bt-cats-band { background: var(--surface-alt); border-top: 1px solid var(--border-light); border-bottom: 1px solid var(--border-light); }

/* Cards — gallery style */
.bt-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 36px; }
.bt-card { background: transparent; border: none; box-shadow: none; }
.bt-card:hover { transform: none; box-shadow: none; }
.bt-thumb { border: 1px solid var(--border); transition: all var(--transition); }
.bt-card:hover .bt-thumb { box-shadow: var(--shadow); border-color: var(--ink-muted); }
.bt-card-badge {
    position: absolute; top: 12px; left: 12px; background: var(--surface); color: var(--ink);
    font-size: 10px; font-weight: 700; letter-spacing: 1.4px; text-transform: uppercase; padding: 5px 11px;
}
.bt-card-body { padding: 16px 2px 0; text-align: center; }
.bt-card-cat { font-size: 10.5px; font-weight: 700; letter-spacing: 1.8px; text-transform: uppercase; color: var(--accent-brand); }
.bt-card-title { font-size: 21px; margin: 6px 0 2px; }
.bt-card-title:hover { color: var(--accent-brand); }
.bt-card-author { font-size: 13px; color: var(--ink-muted); font-style: italic; }
.bt-card-foot { display: flex; align-items: center; justify-content: center; gap: 16px; margin-top: 10px; }
.bt-card-rating { font-size: 12.5px; color: var(--ink-muted); }
.bt-card-price { font-size: 15px; font-weight: 700; color: var(--ink); }

/* Category row */
.bt-cat-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border: 1px solid var(--border); background: var(--surface); }
.bt-cat { padding: 30px 28px; border-right: 1px solid var(--border-light); border-bottom: 1px solid var(--border-light); transition: background var(--transition); }
.bt-cat:hover { background: var(--accent-soft); }
.bt-cat-num { font-size: 11px; font-weight: 700; letter-spacing: 1.6px; color: var(--accent-brand); }
.bt-cat strong { display: block; font-family: 'Cormorant Garamond', Georgia, serif; font-size: 22px; font-weight: 700; margin-top: 8px; }
.bt-cat-count { font-size: 13px; color: var(--ink-muted); }

/* CTA */
.bt-cta { padding: 90px 0; background: var(--ink); color: #f5f1e8; text-align: center; }
.bt-cta-inner h2 { color: #f5f1e8; font-size: clamp(30px, 3.6vw, 44px); }
.bt-cta-inner p { color: rgba(245, 241, 232, 0.75); margin: 14px auto 30px; max-width: 460px; }
.bt-cta .btn-primary { background: var(--accent-brand); border-color: var(--accent-brand); }

/* Footer */
.bt-footer { background: var(--surface-alt); color: var(--ink-soft); border-top: 1px solid var(--border); }
.bt-footer-mark {
    font-family: 'Cormorant Garamond', Georgia, serif; font-size: 34px; font-weight: 700;
    text-align: center; padding: 46px 0 30px; color: var(--ink); letter-spacing: 1px;
    border-bottom: 1px solid var(--border-light); margin-bottom: 40px;
}
.bt-footer .footer-tagline, .bt-footer .footer-col a { color: var(--ink-muted); }
.bt-footer h5 { color: var(--ink); }
.bt-footer .footer-col a:hover { color: var(--accent-brand); }
.bt-footer .footer-bottom { color: var(--ink-muted); border-top-color: var(--border-light); }

@media (max-width: 1024px) {
    .bt-hero-grid { grid-template-columns: 1fr; gap: 40px; }
    .bt-grid { grid-template-columns: 1fr 1fr; }
    .bt-cat-row { grid-template-columns: 1fr 1fr; }
    .bt-side-left { display: none; }
    .bt-header-grid { grid-template-columns: auto 1fr auto; }
    .bt-logo { align-items: flex-start; justify-self: start; }
}
@media (max-width: 640px) {
    .bt-grid, .bt-cat-row { grid-template-columns: 1fr; }
    .bt-hero { padding: 56px 0; }
}
