:root {
    --bb-ink: #211713;
    --bb-ink-soft: #5f5049;
    --bb-orange: #ed751e;
    --bb-orange-dark: #c95312;
    --bb-cream: #fff8ef;
    --bb-paper: #fffdf9;
    --bb-clay: #d95f2a;
    --bb-sage: #84936b;
    --bb-yellow: #f2c45e;
    --bb-line: rgba(33, 23, 19, .14);
    --bb-shadow: 0 24px 70px rgba(69, 36, 15, .12);
    --bb-radius: 28px;
    --bb-container: 1240px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body.bb-site {
    margin: 0;
    min-height: 100vh;
    background: var(--bb-paper);
    color: var(--bb-ink);
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
}
body.bb-site > .bb-page-shell { overflow: clip; }
body.bb-site a { color: inherit; text-decoration: none; transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease; }
body.bb-site a:hover, body.bb-site a:focus { color: inherit; text-decoration: none; }
body.bb-site img { max-width: 100%; }
.bb-container { width: min(calc(100% - 48px), var(--bb-container)); margin-inline: auto; }
.bb-main { min-height: 60vh; }
.bb-skip-link { position: fixed; left: 20px; top: -80px; z-index: 10000; padding: 12px 18px; background: var(--bb-ink); color: white !important; border-radius: 8px; }
.bb-skip-link:focus { top: 16px; }
.bb-closure-notice { padding: 9px 20px; text-align: center; color: var(--bb-ink); background: var(--bb-yellow); font-weight: 700; }

/* Header */
.bb-header { position: sticky !important; top: 0; z-index: 1100; width: 100%; background: rgba(255, 253, 249, .95); border-bottom: 1px solid var(--bb-line); backdrop-filter: blur(18px); }
.bb-announcement { background: var(--bb-ink); color: #fff8ef; font-size: 12px; font-weight: 600; letter-spacing: .04em; }
.bb-announcement__inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.bb-announcement p { margin: 0; display: flex; align-items: center; gap: 9px; }
.bb-announcement a:hover { color: #ffad72; }
.bb-announcement__links { display: flex; gap: 12px; align-items: center; }
.bb-pulse { width: 7px; height: 7px; background: #f49550; border-radius: 50%; box-shadow: 0 0 0 4px rgba(244,149,80,.17); }
.bb-header__main { height: 90px; display: flex; align-items: center; gap: 32px; }
.bb-brand { flex: 0 0 auto; display: block; width: 74px; height: 74px; border-radius: 50%; overflow: hidden; background: var(--bb-orange); }
.bb-brand img { width: 100%; height: 100%; object-fit: cover; display: block; }
.bb-nav { flex: 1; }
.bb-nav__list { display: flex; align-items: center; justify-content: center; gap: clamp(17px, 2vw, 34px); margin: 0; padding: 0; list-style: none; }
.bb-nav__list > li { position: relative; }
.bb-nav__list > li > a { display: flex; align-items: center; gap: 6px; padding: 31px 0 27px; border-bottom: 3px solid transparent; color: #473933; font-size: 14px; font-weight: 700; white-space: nowrap; }
.bb-nav__list > li > a:hover, .bb-nav__list > li > a.is-active { color: var(--bb-orange-dark); border-color: var(--bb-orange); }
.bb-nav__submenu { position: absolute; left: -22px; top: calc(100% - 2px); width: 230px; margin: 0; padding: 10px; list-style: none; opacity: 0; visibility: hidden; transform: translateY(8px); background: var(--bb-paper); border: 1px solid var(--bb-line); border-radius: 16px; box-shadow: var(--bb-shadow); transition: .2s ease; }
.bb-nav__dropdown:hover .bb-nav__submenu, .bb-nav__dropdown:focus-within .bb-nav__submenu { opacity: 1; visibility: visible; transform: translateY(0); }
.bb-nav__submenu a { display: block; padding: 10px 12px; border-radius: 9px; color: var(--bb-ink-soft); font-weight: 600; }
.bb-nav__submenu a:hover { background: var(--bb-cream); color: var(--bb-orange-dark); }
.bb-nav__mobile-actions { display: none; }
.bb-header__actions { flex: 0 0 auto; display: flex; align-items: center; gap: 12px; }
.bb-nav-toggle { display: none; }

/* Buttons and shared typography */
.bb-button { display: inline-flex; align-items: center; justify-content: center; gap: 13px; min-height: 54px; padding: 14px 24px; border: 1px solid var(--bb-orange); border-radius: 999px; background: var(--bb-orange); color: white !important; font-size: 14px; font-weight: 800; letter-spacing: .01em; box-shadow: 0 10px 30px rgba(237,117,30,.2); }
.bb-button:hover { transform: translateY(-2px); background: var(--bb-orange-dark); border-color: var(--bb-orange-dark); box-shadow: 0 14px 34px rgba(201,83,18,.27); }
.bb-button--small { min-height: 44px; padding: 10px 18px; font-size: 13px; }
.bb-button--whatsapp { border-color: #178b4c; background: #178b4c; box-shadow: 0 10px 30px rgba(23,139,76,.2); }
.bb-button--whatsapp:hover { border-color: #116d3b; background: #116d3b; box-shadow: 0 14px 34px rgba(17,109,59,.25); }
.bb-text-link { display: inline-flex; align-items: center; gap: 10px; border-bottom: 1px solid currentColor; padding: 3px 0; color: var(--bb-ink); font-size: 14px; font-weight: 800; }
.bb-text-link:hover { color: var(--bb-orange-dark) !important; gap: 14px; }
.bb-eyebrow { margin: 0 0 20px; display: flex; align-items: center; gap: 12px; color: var(--bb-orange-dark); font-size: 12px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.bb-eyebrow > span { width: 30px; height: 2px; background: currentColor; }
.bb-eyebrow--light { color: #ffc99f; }
.bb-section { padding: 112px 0; }
.bb-section--cream { background: var(--bb-cream); }
.bb-section-heading { margin-bottom: 54px; }
.bb-section-heading--split { display: flex; justify-content: space-between; align-items: flex-end; gap: 56px; }
.bb-section-heading h2, .bb-craft h2, .bb-visit h2 { max-width: 760px; margin: 0; font-family: "Fraunces", serif; font-size: clamp(42px, 5vw, 68px); font-weight: 600; letter-spacing: -.045em; line-height: 1.02; }
.bb-section-heading--split > p { max-width: 430px; margin: 0 0 6px; color: var(--bb-ink-soft); font-size: 17px; }

/* Hero */
.bb-hero { position: relative; min-height: 700px; padding: 72px 0 78px; background: var(--bb-cream); isolation: isolate; }
.bb-hero::before { content: ""; position: absolute; inset: 0; z-index: -2; opacity: .32; background-image: radial-gradient(rgba(33,23,19,.12) .65px, transparent .65px); background-size: 10px 10px; mask-image: linear-gradient(to right, #000, transparent 68%); }
.bb-hero__glow { position: absolute; z-index: -1; right: -14%; top: -28%; width: 58vw; height: 58vw; max-width: 860px; max-height: 860px; border-radius: 50%; background: #f7c995; filter: blur(100px); opacity: .32; }
.bb-hero__grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: clamp(42px, 7vw, 100px); }
.bb-hero__copy { position: relative; z-index: 3; padding: 28px 0; }
.bb-hero h1 { max-width: 650px; margin: 0; font-family: "Fraunces", serif; font-size: clamp(52px, 6.6vw, 88px); font-weight: 600; letter-spacing: -.055em; line-height: .94; }
.bb-hero h1 em { display: block; color: var(--bb-orange); font-weight: 500; }
.bb-hero__lead { max-width: 590px; margin: 30px 0 34px; color: var(--bb-ink-soft); font-size: clamp(17px, 1.7vw, 20px); line-height: 1.6; }
.bb-hero__actions { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.bb-hero__proof { display: flex; gap: 24px; margin-top: 48px; padding-top: 27px; border-top: 1px solid var(--bb-line); }
.bb-hero__proof > div { padding-right: 24px; border-right: 1px solid var(--bb-line); }
.bb-hero__proof > div:last-child { border: 0; padding-right: 0; }
.bb-hero__proof strong, .bb-hero__proof span { display: block; }
.bb-hero__proof strong { font-family: "Fraunces", serif; font-size: 21px; }
.bb-hero__proof span { color: var(--bb-ink-soft); font-size: 11px; letter-spacing: .05em; }
.bb-hero__visual { position: relative; min-height: 580px; }
.bb-hero-card { position: absolute; display: block; overflow: hidden; border: 7px solid var(--bb-paper); border-radius: 999px 999px 30px 30px; background: #ead8c6; box-shadow: var(--bb-shadow); }
.bb-hero-card img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .55s ease; }
.bb-hero-card:hover img { transform: scale(1.045); }
.bb-hero-card > span { position: absolute; inset: auto 13px 13px; display: flex; justify-content: space-between; align-items: end; gap: 10px; padding: 12px 15px; background: rgba(255,253,249,.9); border-radius: 13px; backdrop-filter: blur(12px); }
.bb-hero-card strong { max-width: 75%; font-size: 13px; line-height: 1.2; }
.bb-hero-card small { color: var(--bb-orange-dark); font-size: 10px; white-space: nowrap; }
.bb-hero-card--1 { z-index: 2; left: 3%; bottom: 2%; width: 47%; height: 77%; transform: rotate(-4deg); }
.bb-hero-card--2 { z-index: 1; right: 1%; top: 0; width: 44%; height: 63%; transform: rotate(4deg); }
.bb-hero-card--3 { z-index: 3; right: 4%; bottom: 0; width: 39%; height: 43%; border-radius: 50% 50% 24px 24px; transform: rotate(2deg); }
.bb-hero-card--4 { z-index: 0; left: 38%; top: 0; width: 27%; height: 31%; opacity: .72; }
.bb-hero__stamp { position: absolute; z-index: 5; left: 43%; top: 39%; width: 112px; height: 112px; display: flex; flex-direction: column; justify-content: center; align-items: center; background: var(--bb-orange); border: 3px solid var(--bb-paper); border-radius: 50%; color: white; text-align: center; transform: rotate(-8deg); box-shadow: 0 12px 30px rgba(78,34,6,.25); }
.bb-hero__stamp span { font-family: "Fraunces", serif; font-size: 12px; line-height: 1; }
.bb-hero__stamp strong { margin: 3px 0; font-size: 15px; letter-spacing: .11em; line-height: 1; }
.bb-hero-placeholder { width: 85%; margin: 0 auto; border-radius: 50%; overflow: hidden; box-shadow: var(--bb-shadow); }
.bb-hero-placeholder img { display: block; }

.bb-marquee { overflow: hidden; background: var(--bb-orange); color: white; }
.bb-marquee > div { min-width: max-content; display: flex; justify-content: center; align-items: center; gap: 26px; min-height: 58px; padding: 8px 24px; font-family: "Fraunces", serif; font-size: 17px; }
.bb-marquee i { color: #ffd8ba; font-style: normal; font-size: 11px; }

/* Categories and products */
.bb-category-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--bb-line); border-left: 1px solid var(--bb-line); }
.bb-category-card { position: relative; min-height: 180px; display: flex; flex-direction: column; justify-content: space-between; padding: 28px; border-right: 1px solid var(--bb-line); border-bottom: 1px solid var(--bb-line); overflow: hidden; }
.bb-category-card::before { content: ""; position: absolute; right: -55px; bottom: -75px; width: 170px; height: 170px; border: 1px solid currentColor; border-radius: 50%; opacity: .14; transition: transform .35s ease; }
.bb-category-card:hover { color: white !important; background: var(--bb-orange); }
.bb-category-card--2:hover { background: var(--bb-sage); }
.bb-category-card--3:hover { background: var(--bb-ink); }
.bb-category-card:hover::before { transform: scale(1.3); }
.bb-category-card__number { color: var(--bb-ink-soft); font-size: 11px; font-weight: 800; letter-spacing: .15em; }
.bb-category-card__content strong, .bb-category-card__content small { display: block; }
.bb-category-card__content strong { font-family: "Fraunces", serif; font-size: 27px; line-height: 1.05; }
.bb-category-card__content small { margin-top: 8px; color: var(--bb-ink-soft); font-size: 12px; }
.bb-category-card > i { position: absolute; top: 28px; right: 28px; transform: rotate(45deg); }
.bb-category-card:hover .bb-category-card__number, .bb-category-card:hover .bb-category-card__content small { color: rgba(255,255,255,.72); }
.bb-featured { background: var(--bb-paper); }
.bb-product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 38px 20px; }
.bb-product-card { display: block; }
.bb-product-card__image { position: relative; display: block; height: 320px; overflow: hidden; background: #eadfd4; border-radius: 180px 180px 20px 20px; }
.bb-product-card__image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(33,23,19,.24), transparent 40%); opacity: 0; transition: opacity .3s ease; }
.bb-product-card__image img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .5s ease; }
.bb-product-card__image > span { position: absolute; z-index: 2; left: 50%; bottom: 17px; padding: 9px 16px; background: var(--bb-paper); border-radius: 999px; font-size: 11px; font-weight: 800; opacity: 0; transform: translate(-50%, 10px); transition: .3s ease; }
.bb-product-card:hover .bb-product-card__image img { transform: scale(1.045); }
.bb-product-card:hover .bb-product-card__image::after, .bb-product-card:hover .bb-product-card__image > span { opacity: 1; }
.bb-product-card:hover .bb-product-card__image > span { transform: translate(-50%, 0); }
.bb-product-card__details { display: flex; justify-content: space-between; align-items: end; gap: 16px; padding: 18px 4px 0; }
.bb-product-card__details span > * { display: block; }
.bb-product-card__details small { margin-bottom: 4px; color: var(--bb-orange-dark); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.bb-product-card__details strong { font-family: "Fraunces", serif; font-size: 21px; line-height: 1.1; }
.bb-product-card__details b { font-size: 13px; white-space: nowrap; }

/* Craft story */
.bb-craft { padding: 120px 0; background: var(--bb-ink); color: var(--bb-cream); }
.bb-craft__grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(60px, 9vw, 130px); }
.bb-craft__visual { position: relative; min-height: 680px; }
.bb-craft__visual img { position: absolute; z-index: 2; left: 8%; top: 8%; width: 74%; height: 78%; object-fit: cover; border-radius: 999px 999px 40px 40px; filter: saturate(.9) contrast(1.03); }
.bb-craft__visual > p { position: absolute; z-index: 3; right: 0; bottom: 4%; margin: 0; padding: 22px 26px; background: var(--bb-orange); border-radius: 50%; font-family: "Fraunces", serif; font-size: 19px; line-height: 1.1; text-align: center; transform: rotate(7deg); }
.bb-craft__arches span { position: absolute; display: block; border: 1px solid rgba(255,248,239,.18); border-radius: 999px 999px 0 0; }
.bb-craft__arches span:nth-child(1) { inset: 0 10% 0 0; }
.bb-craft__arches span:nth-child(2) { inset: 8% 2% 0 8%; }
.bb-craft__arches span:nth-child(3) { inset: 16% -6% 0 16%; }
.bb-craft h2 em { color: #ff9c55; font-weight: 500; }
.bb-craft__copy > p:not(.bb-eyebrow) { max-width: 570px; margin: 28px 0 42px; color: #cfc2b9; font-size: 17px; }
.bb-process { margin: 0; padding: 0; list-style: none; }
.bb-process li { display: grid; grid-template-columns: 52px 1fr; gap: 20px; padding: 21px 0; border-top: 1px solid rgba(255,255,255,.15); }
.bb-process li > span { color: #ff9c55; font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.bb-process strong { display: block; margin-bottom: 4px; font-family: "Fraunces", serif; font-size: 21px; }
.bb-process p { margin: 0; color: #a99b93; font-size: 14px; }
.bb-cms-story .bb-prose { max-width: 920px; color: var(--bb-ink-soft); font-size: 18px; }
.bb-cms-story h1, .bb-cms-story h2, .bb-cms-story h3 { color: var(--bb-ink); font-family: "Fraunces", serif; }
.bb-story-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.bb-story-card { border: 1px solid var(--bb-line); background: var(--bb-paper); border-radius: 20px; overflow: hidden; }
.bb-story-card img { width: 100%; height: 260px; object-fit: cover; display: block; }
.bb-story-card > span { position: relative; display: block; min-height: 130px; padding: 23px 58px 23px 23px; }
.bb-story-card small, .bb-story-card strong { display: block; }
.bb-story-card small { color: var(--bb-orange-dark); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.bb-story-card strong { margin-top: 9px; font-family: "Fraunces", serif; font-size: 23px; line-height: 1.15; }
.bb-story-card i { position: absolute; right: 24px; bottom: 27px; }
.bb-story-card:hover { transform: translateY(-4px); box-shadow: var(--bb-shadow); }

/* Visit and footer */
.bb-visit { padding: 100px 0; background: #f1c361; color: var(--bb-ink); }
.bb-visit__grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 90px; align-items: center; }
.bb-visit__details { display: grid; gap: 22px; }
.bb-visit__details > div:not(.bb-visit__actions) { display: grid; grid-template-columns: 120px 1fr; gap: 18px; padding-bottom: 19px; border-bottom: 1px solid rgba(33,23,19,.22); }
.bb-visit__details small { font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.bb-visit__details p { margin: 0; font-weight: 600; }
.bb-visit__actions { display: flex; align-items: center; gap: 24px; margin-top: 12px; }
.bb-footer { padding: 78px 0 24px !important; background: #17100d !important; color: #e9ddd4; }
.bb-footer__top { display: grid; grid-template-columns: 1.3fr repeat(3, 1fr); gap: 56px; padding-bottom: 62px; }
.bb-footer__brand img { width: 104px; height: 104px; border-radius: 50%; object-fit: cover; }
.bb-footer__brand p { max-width: 260px; margin: 20px 0 0; color: #a99a91; font-family: "Fraunces", serif; font-size: 20px; line-height: 1.35; }
.bb-footer__eyebrow { margin: 5px 0 20px !important; color: #ff9d58 !important; font-size: 10px !important; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.bb-footer__column { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.bb-footer__column p, .bb-footer__column address { margin: 0; color: #aa9c94; font-size: 13px; font-style: normal; line-height: 1.6; }
.bb-footer__column a { color: #e9ddd4; font-size: 13px; }
.bb-footer__column a:hover { color: #ff9d58; }
.bb-footer__bottom { display: flex; justify-content: space-between; align-items: center; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.12); }
.bb-footer__bottom p { margin: 0; color: #80736d; font-size: 12px; }
.bb-footer__socials { display: flex; gap: 10px; }
.bb-footer__socials a { display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; }
.bb-footer__socials a:hover { border-color: #ff9d58; color: #ff9d58; }
.bb-whatsapp { position: fixed; z-index: 1000; right: 24px; bottom: 24px; display: grid; place-items: center; width: 54px; height: 54px; background: #25d366; border: 4px solid white; border-radius: 50%; color: white !important; box-shadow: 0 10px 30px rgba(0,0,0,.2); font-size: 23px; }
.bb-whatsapp:hover { transform: translateY(-3px); }

/* Legal pages */
.bb-legal-hero { padding: 92px 0 72px; background: var(--bb-cream); border-bottom: 1px solid var(--bb-line); }
.bb-legal-hero h1 { margin: 0; font-family: "Fraunces", serif; font-size: clamp(52px, 7vw, 88px); letter-spacing: -.055em; line-height: .95; }
.bb-legal-hero > .bb-container > p:last-child { margin: 22px 0 0; color: var(--bb-ink-soft); }
.bb-legal-page { padding: 90px 0 120px; }
.bb-legal-layout { display: grid; grid-template-columns: 220px minmax(0, 760px); justify-content: center; gap: 80px; }
.bb-legal-layout > aside { position: sticky; top: 150px; align-self: start; display: flex; flex-direction: column; gap: 9px; padding: 22px; border: 1px solid var(--bb-line); border-radius: 18px; background: var(--bb-cream); }
.bb-legal-layout > aside span { margin-bottom: 7px; color: var(--bb-orange-dark); font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.bb-legal-layout > aside a { color: var(--bb-ink-soft); font-size: 13px; font-weight: 600; }
.bb-legal-layout > aside a:hover { color: var(--bb-orange-dark); }
.bb-legal-copy h2 { scroll-margin-top: 150px; margin: 52px 0 13px; font-family: "Fraunces", serif; font-size: 31px; letter-spacing: -.025em; }
.bb-legal-copy h2:first-child { margin-top: 0; }
.bb-legal-copy p { margin: 0; color: var(--bb-ink-soft); font-size: 16px; line-height: 1.8; }
.bb-legal-copy a { color: var(--bb-orange-dark) !important; text-decoration: underline !important; text-underline-offset: 3px; }

/* Contact */
.bb-contact-hero { padding: 92px 0 76px; background: var(--bb-cream); }
.bb-contact-hero__grid { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 80px; }
.bb-contact-hero h1 { margin: 0; font-family: "Fraunces", serif; font-size: clamp(58px, 8vw, 96px); letter-spacing: -.06em; line-height: .92; }
.bb-contact-hero__grid > p { max-width: 480px; margin: 0 0 8px; color: var(--bb-ink-soft); font-size: 18px; }
.bb-contact-page { padding: 90px 0 120px; }
.bb-contact-grid { display: grid; grid-template-columns: 1.15fr .85fr; align-items: start; gap: 54px; }
.bb-contact-form-card { padding: clamp(28px, 5vw, 58px); background: var(--bb-paper); border: 1px solid var(--bb-line); border-radius: 28px; box-shadow: var(--bb-shadow); }
.bb-contact-label { margin: 0 0 10px; color: var(--bb-orange-dark); font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.bb-contact-form-card h2 { margin: 0 0 34px; font-family: "Fraunces", serif; font-size: clamp(36px, 4vw, 52px); letter-spacing: -.04em; }
.bb-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.bb-contact-form-card .form-group { margin-bottom: 19px; }
.bb-contact-form-card label { display: block; margin-bottom: 7px; color: var(--bb-ink); font-size: 12px; font-weight: 800; }
.bb-contact-form-card .form-control { width: 100%; min-height: 52px; padding: 12px 15px; background: var(--bb-cream); }
.bb-contact-form-card textarea.form-control { min-height: 130px; resize: vertical; }
.bb-contact-aside { overflow: hidden; scroll-margin-top: 150px; border-radius: 28px; background: var(--bb-ink); color: white; }
.bb-contact-aside > img { width: 100%; height: 320px; object-fit: cover; display: block; }
.bb-contact-details { padding: 35px; }
.bb-contact-details > div { display: grid; grid-template-columns: 110px 1fr; gap: 16px; padding: 17px 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.bb-contact-details small { color: #ffac72; font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.bb-contact-details p, .bb-contact-details a { margin: 0; color: #e4d8d0; font-size: 14px; }
.bb-contact-details .bb-contact-directions { display: inline-flex; gap: 7px; align-items: center; margin-top: 10px; color: #ffac72; font-weight: 700; }
.bb-contact-details .bb-contact-directions:hover { color: white; }
.bb-contact-cms { padding: 0 35px 35px; color: #b9aaa2; }
.bb-contact-map { height: 430px; margin-top: 60px; border-radius: 28px; overflow: hidden; }
#sendmessage, #errormessage { margin-bottom: 20px; border-radius: 10px; }
.bb-form-note { margin: 18px 0 0; color: var(--bb-ink-soft); font-size: 12px; }

/* Legacy page modernization */
.bb-main > .container, .bb-main > section:not(.bb-hero):not(.bb-marquee):not(.bb-section):not(.bb-craft):not(.bb-visit) .container { position: relative; }
.bb-main .inner-head, .bb-main .page-title, .bb-main .breadcrumb-area { background: var(--bb-cream) !important; color: var(--bb-ink) !important; border: 0 !important; }
.bb-main #inner-headline { padding: 38px 0 !important; background: var(--bb-cream) !important; border: 0 !important; }
.bb-main #inner-headline .breadcrumb { margin: 0; padding: 0; }
.bb-main #content { padding: 72px 0 100px; }
.bb-main #content article { color: var(--bb-ink-soft); font-size: 16px; line-height: 1.75; }
.bb-main #content article > h1, .bb-main #content article > h2, .bb-main #content article > h3,
.bb-main #content article .post-heading h1, .bb-main #content article .post-heading h2 { font-family: "Fraunces", serif; color: var(--bb-ink); letter-spacing: -.03em; }
.bb-main #content article .post-image img { width: 100%; border-radius: 24px; }
.bb-main .inner-head h1, .bb-main .inner-head h2, .bb-main .page-title h1, .bb-main .page-title h2, .bb-main .heading { font-family: "Fraunces", serif !important; color: var(--bb-ink) !important; letter-spacing: -.03em; }
.bb-main .content-row-bg, .bb-main .content-row-no-bg { padding-block: 72px; }
.bb-main .box, .bb-main .panel, .bb-main .well { border: 1px solid var(--bb-line); border-radius: 18px; box-shadow: none; overflow: hidden; }
.bb-main .box-gray { background: var(--bb-cream); border: 0; }
.bb-main .btn-primary, .bb-main .btn-theme, .bb-main input[type="submit"] { border-color: var(--bb-orange) !important; background: var(--bb-orange) !important; color: white !important; border-radius: 999px; font-weight: 700; }
.bb-main .btn-primary:hover, .bb-main .btn-theme:hover { background: var(--bb-orange-dark) !important; }
.bb-main input.form-control, .bb-main textarea.form-control, .bb-main select.form-control { min-height: 48px; border: 1px solid var(--bb-line); border-radius: 10px; box-shadow: none; }
.bb-main textarea.form-control { min-height: 120px; }
.bb-main .form-control:focus { border-color: var(--bb-orange); box-shadow: 0 0 0 3px rgba(237,117,30,.12); }
.bb-main .breadcrumb { background: transparent; }
.bb-main .breadcrumb a { color: var(--bb-orange-dark); }
.modal-content { border: 0; border-radius: 20px; box-shadow: var(--bb-shadow); overflow: hidden; }
.modal-header { background: var(--bb-cream); border-bottom: 1px solid var(--bb-line); }
.modal-title { font-family: "Fraunces", serif; color: var(--bb-ink); }
.modal-footer { border-top-color: var(--bb-line); }

/* Public menu and WhatsApp ordering */
.bb-menu-page { padding: 76px 0 110px; background: var(--bb-cream); }
.bb-menu-intro { max-width: 760px; margin-bottom: 42px; }
.bb-menu-intro--wide { max-width: 880px; }
.bb-menu-intro h1 { margin: 0 0 18px; font-family: "Fraunces", serif; font-size: clamp(48px, 7vw, 78px); letter-spacing: -.05em; line-height: .95; }
.bb-menu-intro p { margin: 0; color: var(--bb-ink-soft); font-size: 18px; }
.bb-whatsapp-order-note { display: flex; align-items: center; gap: 18px; max-width: 720px; margin: -12px 0 36px; padding: 17px 20px; border: 1px solid rgba(23,139,76,.2); border-radius: 16px; background: rgba(23,139,76,.07); }
.bb-whatsapp-order-note > i { display: grid; place-items: center; flex: 0 0 42px; height: 42px; border-radius: 50%; background: #178b4c; color: white; font-size: 21px; }
.bb-whatsapp-order-note strong, .bb-whatsapp-order-note span { display: block; }
.bb-whatsapp-order-note strong { font-family: "Fraunces", serif; font-size: 18px; }
.bb-whatsapp-order-note span { color: var(--bb-ink-soft); font-size: 12px; }
.bb-menu-page .food-category-nav-bar { margin: 0 0 24px; overflow-x: auto; scrollbar-width: none; }
.bb-menu-page .food-category-nav-bar::-webkit-scrollbar { display: none; }
.bb-menu-page .food-menu-nav-bar { min-width: max-content; display: flex; gap: 8px; margin: 0; padding: 0 0 2px; border: 0; }
.bb-menu-page .food-menu-nav-item { float: none; margin: 0; }
.bb-menu-page .food-menu-nav-item > a { display: block; margin: 0; padding: 11px 18px; border: 1px solid var(--bb-line) !important; border-radius: 999px; background: var(--bb-paper); color: var(--bb-ink-soft); font-size: 13px; font-weight: 700; cursor: pointer; }
.bb-menu-page .food-menu-nav-item.active > a, .bb-menu-page .food-menu-nav-item > a:hover { background: var(--bb-ink) !important; border-color: var(--bb-ink) !important; color: white !important; }
.bb-menu-page .food-category-select { display: none; }
.bb-menu-tools { max-width: 560px; margin-bottom: 28px; }
.bb-menu-search { position: relative; margin: 0; }
.bb-menu-search i { position: absolute; z-index: 2; left: 18px; top: 50%; color: var(--bb-orange-dark); transform: translateY(-50%); }
.bb-menu-search .form-control { height: 54px; padding-left: 48px; border-radius: 999px !important; background: var(--bb-paper); }
.bb-showcase-menu { display: flex; flex-wrap: wrap; margin-inline: -10px; }
.bb-showcase-menu .food-category { display: flex; margin-bottom: 22px; padding-inline: 10px; }
.bb-showcase-product { width: 100%; overflow: hidden; background: var(--bb-paper); border: 1px solid var(--bb-line); border-radius: 160px 160px 22px 22px; box-shadow: 0 8px 28px rgba(67,37,17,.07); transition: transform .25s ease, box-shadow .25s ease; }
.bb-showcase-product:hover { transform: translateY(-5px); box-shadow: var(--bb-shadow); }
.bb-showcase-product__image { height: 270px; overflow: hidden; background: #eadfd4; }
.bb-showcase-product__image img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .4s ease; }
.bb-showcase-product:hover img { transform: scale(1.045); }
.bb-showcase-product__body { padding: 20px; }
.bb-showcase-product__body > small { display: block; color: var(--bb-orange-dark); font-size: 9px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.bb-showcase-product__body h2 { min-height: 50px; margin: 5px 0 17px; font-family: "Fraunces", serif; font-size: 21px; letter-spacing: -.02em; line-height: 1.15; }
.bb-showcase-product__bottom { display: flex; justify-content: space-between; align-items: center; gap: 12px; padding-top: 15px; border-top: 1px solid var(--bb-line); }
.bb-showcase-product__bottom > strong { font-size: 13px; }
.bb-showcase-product__bottom > a { display: inline-flex; align-items: center; gap: 6px; padding: 8px 12px; background: #178b4c; border-radius: 999px; color: white !important; font-size: 11px; font-weight: 800; }
.bb-showcase-product__bottom > a:hover { background: #116d3b; transform: translateY(-1px); }
.bb-menu-empty { padding: 50px; border: 1px solid var(--bb-line); border-radius: 20px; background: var(--bb-paper); color: var(--bb-ink-soft); text-align: center; }

@media (max-width: 1100px) {
    .bb-header__main { gap: 18px; }
    .bb-nav__list { gap: 16px; }
    .bb-nav__list > li > a { font-size: 12px; }
    .bb-hero__grid { grid-template-columns: 1fr 1fr; gap: 36px; }
    .bb-product-grid { grid-template-columns: repeat(3, 1fr); }
    .bb-footer__top { grid-template-columns: 1.2fr repeat(3, 1fr); gap: 30px; }
}

@media (max-width: 900px) {
    .bb-container { width: min(calc(100% - 32px), var(--bb-container)); }
    .bb-announcement__links { display: none; }
    .bb-announcement__inner { justify-content: center; }
    .bb-header__main { height: 76px; }
    .bb-brand { width: 62px; height: 62px; }
    .bb-nav-toggle { order: 3; display: grid; gap: 4px; width: 42px; height: 42px; padding: 10px; border: 1px solid var(--bb-line); border-radius: 50%; background: transparent; }
    .bb-nav-toggle > span:not(.sr-only) { display: block; height: 2px; background: var(--bb-ink); border-radius: 2px; }
    .bb-nav { position: fixed; inset: 110px 0 auto; max-height: calc(100vh - 110px); padding: 24px; overflow-y: auto; opacity: 0; visibility: hidden; transform: translateY(-12px); background: var(--bb-paper); border-bottom: 1px solid var(--bb-line); box-shadow: var(--bb-shadow); transition: .25s ease; }
    .bb-nav.is-open { opacity: 1; visibility: visible; transform: translateY(0); }
    .bb-nav__list { display: block; }
    .bb-nav__list > li { border-bottom: 1px solid var(--bb-line); }
    .bb-nav__list > li > a { justify-content: space-between; padding: 16px 2px; border: 0; font-family: "Fraunces", serif; font-size: 24px; }
    .bb-nav__submenu { position: static; display: block; width: 100%; padding: 0 0 14px 16px; opacity: 1; visibility: visible; transform: none; border: 0; background: transparent; box-shadow: none; }
    .bb-nav__mobile-actions { display: flex; align-items: center; gap: 20px; padding-top: 24px; }
    .bb-header__actions { margin-left: auto; }
    .bb-header__actions .bb-button { display: none; }
    .bb-hero { padding-top: 48px; }
    .bb-hero__grid { grid-template-columns: 1fr; }
    .bb-hero__copy { max-width: 720px; }
    .bb-hero__visual { min-height: 620px; }
    .bb-category-grid { grid-template-columns: repeat(2, 1fr); }
    .bb-product-grid { grid-template-columns: repeat(2, 1fr); }
    .bb-craft__grid, .bb-visit__grid { grid-template-columns: 1fr; }
    .bb-craft__visual { min-height: 600px; }
    .bb-story-grid { grid-template-columns: repeat(2, 1fr); }
    .bb-footer__top { grid-template-columns: 1fr 1fr; }
    .bb-legal-layout { grid-template-columns: 1fr; gap: 40px; }
    .bb-legal-layout > aside { position: static; display: none; }
    .bb-contact-hero__grid, .bb-contact-grid { grid-template-columns: 1fr; }
    .bb-contact-hero__grid { gap: 30px; }
}

@media (max-width: 620px) {
    html { scroll-padding-top: 94px; }
    .bb-container { width: min(calc(100% - 28px), var(--bb-container)); }
    .bb-announcement { font-size: 10px; }
    .bb-header__main { height: 68px; }
    .bb-brand { width: 54px; height: 54px; }
    .bb-header__actions { gap: 7px; }
    .bb-nav-toggle { width: 39px; height: 39px; }
    .bb-nav { inset-block-start: 102px; max-height: calc(100vh - 102px); }
    .bb-hero { min-height: auto; padding: 42px 0 54px; }
    .bb-hero h1 { font-size: clamp(47px, 15vw, 65px); }
    .bb-hero__lead { margin: 24px 0 27px; font-size: 16px; }
    .bb-hero__actions { align-items: flex-start; flex-direction: column; gap: 19px; }
    .bb-hero__proof { gap: 13px; margin-top: 35px; }
    .bb-hero__proof > div { padding-right: 13px; }
    .bb-hero__proof strong { font-size: 17px; }
    .bb-hero__proof span { font-size: 9px; }
    .bb-hero__visual { min-height: 460px; margin-top: 5px; }
    .bb-hero-card { border-width: 5px; }
    .bb-hero-card--1 { left: 0; width: 55%; height: 75%; }
    .bb-hero-card--2 { right: 0; width: 48%; height: 60%; }
    .bb-hero-card--3 { right: 1%; width: 43%; height: 41%; }
    .bb-hero-card--4 { display: none; }
    .bb-hero__stamp { left: 44%; top: 40%; width: 84px; height: 84px; }
    .bb-hero__stamp span { font-size: 9px; }
    .bb-hero__stamp strong { font-size: 11px; }
    .bb-hero-card > span { inset: auto 7px 7px; padding: 8px; }
    .bb-hero-card strong { font-size: 10px; }
    .bb-hero-card small { display: none; }
    .bb-marquee > div { justify-content: flex-start; font-size: 14px; }
    .bb-section { padding: 78px 0; }
    .bb-section-heading { margin-bottom: 38px; }
    .bb-section-heading--split { display: block; }
    .bb-section-heading--split > p, .bb-section-heading--split > a { margin-top: 20px; }
    .bb-section-heading h2, .bb-craft h2, .bb-visit h2 { font-size: 42px; }
    .bb-category-grid { grid-template-columns: 1fr; }
    .bb-category-card { min-height: 145px; }
    .bb-product-grid { gap: 26px 12px; }
    .bb-product-card__image { height: 230px; }
    .bb-product-card__details { display: block; padding-top: 13px; }
    .bb-product-card__details strong { font-size: 17px; }
    .bb-product-card__details b { display: block; margin-top: 6px; color: var(--bb-orange-dark); }
    .bb-craft { padding: 78px 0; }
    .bb-craft__grid { gap: 48px; }
    .bb-craft__visual { min-height: 440px; }
    .bb-craft__visual > p { font-size: 14px; }
    .bb-story-grid { grid-template-columns: 1fr; }
    .bb-visit { padding: 72px 0; }
    .bb-visit__grid { gap: 50px; }
    .bb-visit__details > div:not(.bb-visit__actions) { grid-template-columns: 1fr; gap: 4px; }
    .bb-visit__actions { align-items: flex-start; flex-direction: column; }
    .bb-footer { padding-top: 58px !important; }
    .bb-footer__top { grid-template-columns: 1fr; gap: 38px; }
    .bb-footer__bottom { align-items: flex-start; flex-direction: column; gap: 20px; }
    .bb-menu-page { padding: 52px 0 90px; }
    .bb-menu-page .food-category-nav-bar { display: none; }
    .bb-menu-page .food-category-select { display: block; margin: 0 0 16px; }
    .bb-menu-intro h1 { font-size: 50px; }
    .bb-menu-intro p { font-size: 16px; }
    .bb-showcase-menu { margin-inline: -6px; }
    .bb-showcase-menu .food-category { width: 50%; padding-inline: 6px; }
    .bb-showcase-product__image { height: 170px; }
    .bb-showcase-product__body { padding: 14px; }
    .bb-showcase-product__body h2 { min-height: 43px; font-size: 17px; }
    .bb-showcase-product__bottom { align-items: flex-start; flex-direction: column; }
    .bb-showcase-product__bottom > a { width: 100%; justify-content: center; }
    .bb-contact-hero { padding: 62px 0 56px; }
    .bb-contact-hero h1 { font-size: 56px; }
    .bb-contact-page { padding: 68px 0 86px; }
    .bb-form-row { grid-template-columns: 1fr; gap: 0; }
    .bb-contact-form-card { padding: 27px 20px; border-radius: 20px; }
    .bb-contact-details { padding: 27px 22px; }
    .bb-contact-details > div { grid-template-columns: 1fr; gap: 4px; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
