:root {
    --bb-ink: #121640;
    --bb-navy: #071c36;
    --bb-navy-soft: #12294b;
    --bb-paper: #fbfaf7;
    --bb-sand: #f1ede6;
    --bb-line: #ddd7cd;
    --bb-muted: #666472;
    --bb-gold: #ae8751;
    --bb-white: #fff;
    --bb-display: "Cormorant Garamond", Georgia, serif;
    --bb-body: "Manrope", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    background: var(--bb-paper);
    color: var(--bb-ink);
    font-family: var(--bb-body);
    -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
p { margin: 0; color: var(--bb-muted); line-height: 1.75; }
h1, h2, h3, h4 { margin: 0; font-family: var(--bb-display); font-weight: 500; line-height: 1.04; }
.bb-container { width: min(1240px, calc(100% - 48px)); margin: 0 auto; }
.bb-header {
    position: sticky;
    top: 0;
    z-index: 20;
    border-bottom: 1px solid rgba(18, 22, 64, .08);
    background: rgba(255, 255, 255, .98);
    backdrop-filter: blur(15px);
}
.bb-nav { display: flex; min-height: 94px; align-items: center; justify-content: space-between; gap: 36px; }
.bb-brand { display: block; width: clamp(218px, 27vw, 290px); }
.bb-brand img { width: 100%; height: auto; }
.bb-links { display: flex; align-items: center; gap: clamp(20px, 2.3vw, 36px); font-size: 14px; color: #35374f; }
.bb-links a { position: relative; padding: 12px 0; }
.bb-links a::after {
    content: "";
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    height: 1px;
    background: var(--bb-gold);
    transform: scaleX(0);
    transform-origin: right;
    transition: transform .25s ease;
}
.bb-links a:hover::after { transform: scaleX(1); transform-origin: left; }
.bb-mobile-menu { display: none; position: relative; }
.bb-mobile-menu summary { display: grid; gap: 7px; list-style: none; cursor: pointer; }
.bb-mobile-menu summary::-webkit-details-marker { display: none; }
.bb-mobile-menu summary span { display: block; width: 28px; height: 1px; background: var(--bb-ink); }
.bb-mobile-menu nav {
    position: absolute;
    right: 0;
    top: 35px;
    display: grid;
    min-width: 235px;
    padding: 16px;
    border: 1px solid var(--bb-line);
    background: var(--bb-paper);
    box-shadow: 0 18px 40px rgba(7, 28, 54, .12);
}
.bb-mobile-menu a { padding: 13px 10px; border-bottom: 1px solid var(--bb-line); font-size: 14px; }
.bb-mobile-menu a:last-child { border: 0; }
.bb-titlebar { padding: 62px 0 58px; background: var(--bb-navy); color: var(--bb-white); }
.bb-titlebar .bb-container { display: flex; align-items: end; justify-content: space-between; gap: 24px; }
.bb-titlebar h1 { font-size: clamp(42px, 6vw, 68px); }
.bb-eyebrow {
    display: inline-block;
    margin-bottom: 14px;
    color: var(--bb-gold);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .28em;
    text-transform: uppercase;
}
.bb-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 28px;
    border: 1px solid var(--bb-navy);
    background: var(--bb-navy);
    color: var(--bb-white);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .04em;
    transition: transform .2s ease, background .2s ease;
}
.bb-button:hover { background: var(--bb-ink); color: var(--bb-white); transform: translateY(-2px); }
.bb-button-light { border-color: var(--bb-white); background: var(--bb-white); color: var(--bb-ink); }
.bb-button-outline { background: transparent; color: var(--bb-ink); }
.bb-section { padding: clamp(72px, 9vw, 112px) 0; }
.bb-section-soft { background: var(--bb-sand); }
.bb-section-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 32px;
    margin-bottom: 48px;
}
.bb-section-head h2 { max-width: 670px; font-size: clamp(43px, 5vw, 62px); }
.bb-section-head p { max-width: 390px; }
.bb-hero { position: relative; min-height: min(760px, calc(100vh - 94px)); color: var(--bb-white); }
.bb-hero-media { position: absolute; inset: 0; overflow: hidden; background: var(--bb-navy); }
.bb-hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: brightness(.68); }
.bb-hero-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(7, 17, 35, .72) 0%, rgba(7, 17, 35, .14) 60%, rgba(7, 17, 35, .35));
}
.bb-hero-content {
    position: relative;
    display: flex;
    min-height: min(760px, calc(100vh - 94px));
    flex-direction: column;
    align-items: start;
    justify-content: end;
    padding-bottom: clamp(54px, 8vw, 92px);
}
.bb-hero h1 { max-width: 780px; font-size: clamp(58px, 8.5vw, 112px); }
.bb-hero p { max-width: 470px; margin: 24px 0 36px; color: rgba(255, 255, 255, .8); font-size: 16px; }
.bb-about-grid { display: grid; grid-template-columns: 1.04fr .96fr; align-items: center; gap: clamp(42px, 7vw, 92px); }
.bb-about-image { padding: clamp(25px, 4vw, 46px); background: #eee8de; }
.bb-about-image img { width: 100%; aspect-ratio: 1.05; object-fit: cover; }
.bb-copy h2 { margin-bottom: 22px; font-size: clamp(44px, 5vw, 64px); }
.bb-copy p + p { margin-top: 18px; }
.bb-copy .bb-button { margin-top: 34px; }
.bb-service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.bb-service-card {
    min-height: 290px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 32px 26px;
    border: 1px solid var(--bb-line);
    background: var(--bb-white);
    transition: background .25s ease, color .25s ease, transform .25s ease;
}
.bb-service-card .number { color: var(--bb-gold); font-size: 12px; letter-spacing: .18em; }
.bb-service-card h3 { margin: 34px 0 14px; font-size: 31px; }
.bb-service-card p { font-size: 13px; }
.bb-service-card .arrow { margin-top: 26px; color: var(--bb-gold); font-size: 20px; }
.bb-service-card:hover { background: var(--bb-navy); color: #fff; transform: translateY(-5px); }
.bb-service-card:hover p { color: rgba(255,255,255,.68); }
.bb-artists-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.bb-artist-card { padding: 16px 16px 27px; border: 1px solid var(--bb-line); background: var(--bb-white); }
.bb-artist-card img { width: 100%; aspect-ratio: .94; object-fit: cover; object-position: center; }
.bb-artist-card h3 { margin: 24px 0 7px; font-size: 34px; }
.bb-artist-card p { font-size: 13px; letter-spacing: .08em; text-transform: uppercase; }
.bb-mosaic { display: grid; grid-template-columns: 1.45fr .88fr .88fr; grid-auto-rows: 270px; gap: 14px; }
.bb-mosaic img { width: 100%; height: 100%; object-fit: cover; }
.bb-mosaic img:first-child { grid-row: span 2; }
.bb-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    padding: clamp(45px, 7vw, 72px);
    background: var(--bb-navy);
    color: #fff;
}
.bb-cta h2 { max-width: 700px; font-size: clamp(42px, 5vw, 64px); }
.bb-about-page { display: grid; grid-template-columns: 1fr 1fr; }
.bb-about-page figure, .bb-about-page article { margin: 0; min-height: 590px; }
.bb-about-page figure img { width: 100%; height: 100%; object-fit: cover; }
.bb-about-page article { display: flex; flex-direction: column; justify-content: center; padding: clamp(36px, 6vw, 82px); background: #fff; }
.bb-about-page h2 { margin-bottom: 25px; font-size: clamp(43px, 5vw, 58px); }
.bb-list { display: grid; gap: 11px; margin: 28px 0 0; padding: 0; list-style: none; color: var(--bb-muted); font-size: 14px; }
.bb-list li { padding-left: 19px; position: relative; line-height: 1.6; }
.bb-list li::before { content: ""; position: absolute; left: 0; top: .72em; width: 8px; height: 1px; background: var(--bb-gold); }
.bb-team { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.bb-team article { border-top: 1px solid var(--bb-gold); padding: 28px 0 0; }
.bb-team h3 { font-size: 37px; margin-bottom: 8px; }
.bb-team small { display: block; margin-bottom: 20px; color: var(--bb-gold); letter-spacing: .14em; text-transform: uppercase; }
.bb-catalog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(22px, 3vw, 38px); }
.bb-catalog-card img { width: 100%; aspect-ratio: .84; object-fit: cover; }
.bb-catalog-card:nth-child(1) img { object-position: center; }
.bb-catalog-card h2 { margin: 22px 0 7px; font-size: 41px; }
.bb-artist-hero { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(34px, 6vw, 72px); align-items: start; }
.bb-artist-portrait img { width: 100%; max-height: 580px; object-fit: cover; }
.bb-artist-bio { padding: clamp(24px, 4vw, 45px) 0; }
.bb-artist-bio h1 { margin-bottom: 10px; font-size: clamp(52px, 7vw, 78px); }
.bb-artist-bio .discipline { display: block; margin-bottom: 34px; color: var(--bb-gold); letter-spacing: .22em; text-transform: uppercase; font-size: 11px; }
.bb-artist-bio .bb-button { margin-top: 36px; }
.bb-works { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin-top: 62px; }
.bb-works figure { margin: 0; background: #efebe4; }
.bb-works img { width: 100%; height: min(590px, 52vw); object-fit: contain; }
.bb-service-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.bb-service-list .bb-service-card { min-height: 240px; }
.bb-service-layout { display: grid; grid-template-columns: 320px 1fr; gap: clamp(28px, 5vw, 62px); align-items: start; }
.bb-side-nav { border: 1px solid var(--bb-line); background: #fff; }
.bb-side-nav strong { display: block; padding: 25px 24px; background: var(--bb-navy); color: #fff; font-family: var(--bb-display); font-size: 28px; font-weight: 500; }
.bb-side-nav a { display: block; padding: 18px 24px; border-bottom: 1px solid var(--bb-line); color: var(--bb-muted); font-size: 13px; }
.bb-side-nav a:last-child { border: 0; }
.bb-side-nav a:hover { color: var(--bb-ink); }
.bb-service-body { padding: clamp(32px, 5vw, 55px); border: 1px solid var(--bb-line); background: #fff; }
.bb-service-body h2 { margin-bottom: 18px; font-size: clamp(41px, 5vw, 55px); }
.bb-service-body .intro { margin-bottom: 35px; color: var(--bb-gold); font-size: 13px; letter-spacing: .14em; text-transform: uppercase; }
.bb-detail-section + .bb-detail-section { margin-top: 29px; }
.bb-detail-section h3 { margin-bottom: 12px; font-size: 30px; }
.bb-detail-section .bb-list { margin: 0; }
.bb-service-body .bb-button { margin-top: 40px; }
.bb-contact-grid { display: grid; grid-template-columns: .83fr 1.17fr; gap: clamp(28px, 4vw, 48px); }
.bb-contact-card, .bb-form { padding: clamp(29px, 4vw, 45px); border: 1px solid var(--bb-line); background: #fff; }
.bb-contact-card h2, .bb-form h2 { margin-bottom: 35px; font-size: 42px; }
.bb-contact-item { margin-bottom: 27px; }
.bb-contact-item span { display: block; margin-bottom: 7px; color: var(--bb-gold); font-size: 11px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.bb-contact-item p, .bb-contact-item a { color: var(--bb-ink); line-height: 1.7; font-size: 14px; }
.bb-form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 17px; }
.bb-field { display: grid; gap: 9px; }
.bb-field.full { grid-column: 1 / -1; }
.bb-field label { color: var(--bb-ink); font-size: 12px; font-weight: 600; }
.bb-field input, .bb-field textarea {
    width: 100%;
    border: 1px solid var(--bb-line);
    background: var(--bb-paper);
    padding: 15px 16px;
    font: inherit;
    color: var(--bb-ink);
}
.bb-field textarea { min-height: 145px; resize: vertical; }
.bb-form .bb-button { margin-top: 22px; }
.bb-flash { margin-bottom: 22px; padding: 16px 18px; border: 1px solid var(--bb-line); font-size: 13px; }
.bb-flash.success { background: #eaf2ec; color: #245534; }
.bb-flash.error { background: #f8eaea; color: #843333; }
.bb-footer { background: var(--bb-navy); color: #fff; }
.bb-footer-grid { display: grid; grid-template-columns: 1.03fr .7fr 1fr; gap: clamp(34px, 6vw, 80px); padding: clamp(54px, 7vw, 74px) 0; }
.bb-footer-logo { width: min(290px, 100%); padding: 18px; background: #fff; }
.bb-footer-note { max-width: 300px; margin-top: 22px; color: rgba(255,255,255,.65); font-size: 13px; }
.bb-footer-menu, .bb-footer-about { display: flex; flex-direction: column; gap: 13px; }
.bb-footer-menu span, .bb-footer-about span { margin-bottom: 8px; color: var(--bb-gold); font-size: 11px; font-weight: 700; letter-spacing: .24em; text-transform: uppercase; }
.bb-footer-menu a { color: rgba(255,255,255,.73); font-size: 14px; }
.bb-footer-about p { color: rgba(255,255,255,.65); font-size: 13px; }
.bb-text-link { color: var(--bb-gold); font-size: 14px; }
.bb-footer-bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    min-height: 72px;
    padding: 15px 24px;
    border-top: 1px solid rgba(255,255,255,.1);
    color: rgba(255,255,255,.5);
    text-align: center;
    font-size: 12px;
}
.bb-woob-signature {
    position: relative;
    display: inline-flex;
    width: 40px;
    height: 40px;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #0b1421;
    box-shadow: 0 0 0 0 rgba(174,135,81,.34);
    animation: bbWoobPulse 2.1s ease-in-out infinite;
    transition: transform .22s ease, box-shadow .22s ease;
}
.bb-woob-signature:hover {
    box-shadow: 0 0 0 10px rgba(174,135,81,.12);
    transform: translateY(-2px) scale(1.05);
}
.bb-woob-signature img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: inherit;
}
.bb-woob-awake { animation: bbWoobAwake 5.4s ease-in-out infinite; }
.bb-woob-sleepy { opacity: 0; animation: bbWoobSleepy 5.4s ease-in-out infinite; }
.bb-floating-actions {
    position: fixed;
    right: 22px;
    bottom: 22px;
    z-index: 40;
    display: flex;
    flex-direction: column;
    align-items: end;
    gap: 12px;
}
.bb-quick-action {
    position: relative;
    display: inline-flex;
    min-height: 54px;
    align-items: center;
    gap: 10px;
    border-radius: 999px;
    padding: 0 19px 0 15px;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    box-shadow: 0 18px 38px rgba(7, 28, 54, .22);
    transition: transform .2s ease, box-shadow .2s ease;
}
.bb-quick-action:hover { color: #fff; transform: translateY(-3px); box-shadow: 0 23px 48px rgba(7, 28, 54, .27); }
.bb-quick-action svg { width: 24px; height: 24px; fill: currentColor; }
.bb-call { background: var(--bb-ink); }
.bb-whatsapp { background: #25d366; animation: bbWhatsappNudge 3.2s ease-in-out infinite; }
.bb-whatsapp::after {
    content: "";
    position: absolute;
    inset: -6px;
    border: 1px solid rgba(37, 211, 102, .38);
    border-radius: inherit;
    opacity: 0;
    animation: bbWhatsappPulse 3.2s ease-in-out infinite;
}
@keyframes bbWoobPulse {
    0%, 100% { transform: translateY(0) scale(1); box-shadow: 0 0 0 0 rgba(174,135,81,.34); }
    50% { transform: translateY(-2px) scale(1.06); box-shadow: 0 0 0 12px rgba(174,135,81,0); }
}
@keyframes bbWoobAwake {
    0%, 58%, 100% { opacity: 1; transform: scale(1); }
    66%, 82% { opacity: 0; transform: scale(.995); }
}
@keyframes bbWoobSleepy {
    0%, 58%, 100% { opacity: 0; transform: scale(.995); }
    66%, 82% { opacity: 1; transform: scale(1.005); }
}
@keyframes bbWhatsappNudge {
    0%, 72%, 100% { transform: translateY(0) scale(1); }
    77% { transform: translateY(-4px) scale(1.04); }
    82% { transform: translateY(0) scale(1); }
}
@keyframes bbWhatsappPulse {
    0%, 70%, 100% { opacity: 0; transform: scale(.9); }
    77% { opacity: .68; transform: scale(1); }
    90% { opacity: 0; transform: scale(1.18); }
}

@media (max-width: 1040px) {
    .bb-links { display: none; }
    .bb-mobile-menu { display: block; }
    .bb-service-grid { grid-template-columns: repeat(2, 1fr); }
    .bb-service-layout, .bb-contact-grid, .bb-artist-hero { grid-template-columns: 1fr; }
    .bb-side-nav { display: grid; grid-template-columns: repeat(2, 1fr); }
    .bb-side-nav strong { grid-column: 1 / -1; }
}
@media (max-width: 760px) {
    .bb-container { width: min(100% - 32px, 1240px); }
    .bb-nav { min-height: 78px; }
    .bb-titlebar { padding: 43px 0 40px; }
    .bb-titlebar .bb-container, .bb-section-head, .bb-cta { display: block; }
    .bb-section-head p { margin-top: 18px; }
    .bb-cta .bb-button { margin-top: 32px; }
    .bb-hero, .bb-hero-content { min-height: 580px; }
    .bb-about-grid, .bb-about-page, .bb-team, .bb-artists-grid, .bb-catalog-grid, .bb-footer-grid { grid-template-columns: 1fr; }
    .bb-about-page figure, .bb-about-page article { min-height: auto; }
    .bb-about-page figure img { max-height: 440px; }
    .bb-service-grid, .bb-service-list, .bb-works, .bb-form-grid { grid-template-columns: 1fr; }
    .bb-mosaic { grid-template-columns: 1fr 1fr; grid-auto-rows: 190px; }
    .bb-mosaic img:first-child { grid-column: 1 / -1; grid-row: span 2; }
    .bb-side-nav { grid-template-columns: 1fr; }
    .bb-works img { height: auto; max-height: 570px; }
    .bb-footer-bottom { flex-direction: column; gap: 12px; padding: 20px; }
    .bb-floating-actions { right: 12px; bottom: 12px; gap: 9px; }
    .bb-quick-action { width: 54px; min-height: 54px; justify-content: center; padding: 0; }
    .bb-quick-action span { display: none; }
}
