:root {
  --bbl-midnight: #080c21;
  --bbl-indigo: #111936;
  --bbl-indigo-soft: #1a2347;
  --bbl-gold: #d9b65a;
  --bbl-gold-light: #f1d98e;
  --bbl-cyan: #2fd1d8;
  --bbl-sea: #1f6f6b;
  --bbl-paper: #faf5e8;
  --bbl-white: #fffdf7;
  --bbl-muted: #aab2c8;
  --bbl-ink: #151827;
  --bbl-line: rgba(255, 255, 255, .14);
  --bbl-wrap: min(1220px, calc(100% - 40px));
}

html { scroll-behavior: smooth; }
body.bbl-home { margin: 0; background: var(--bbl-paper); color: var(--bbl-ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; }
.bbl-home *, .bbl-home *::before, .bbl-home *::after { box-sizing: border-box; }
.bbl-home img { display: block; max-width: 100%; }
.bbl-home a { color: inherit; text-decoration: none; }
.bbl-wrap { width: var(--bbl-wrap); margin-inline: auto; }
.bbl-skip { position: fixed; z-index: 10000; left: 16px; top: 12px; transform: translateY(-160%); padding: 10px 14px; background: var(--bbl-gold); color: var(--bbl-midnight); font-weight: 800; }
.bbl-skip:focus { transform: translateY(0); }
.bbl-home a:focus-visible { outline: 3px solid var(--bbl-cyan); outline-offset: 4px; }

.bbl-notice { background: var(--bbl-gold); color: var(--bbl-midnight); font-size: 12px; font-weight: 760; letter-spacing: .08em; text-transform: uppercase; }
.bbl-notice__inner { min-height: 34px; display: flex; justify-content: center; align-items: center; gap: 14px; }
.bbl-notice a { border-bottom: 1px solid currentColor; }

.bbl-header { position: relative; z-index: 20; background: var(--bbl-midnight); color: var(--bbl-white); border-bottom: 1px solid var(--bbl-line); }
.bbl-header__inner { min-height: 88px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 32px; }
.bbl-brand { display: inline-flex; align-items: center; gap: 11px; line-height: 1; }
.bbl-brand img { width: 48px; height: 48px; object-fit: contain; }
.bbl-brand span { display: grid; gap: 5px; }
.bbl-brand strong { font-family: Georgia, "Times New Roman", serif; font-size: 20px; letter-spacing: .08em; }
.bbl-brand small { font-size: 8px; letter-spacing: .28em; color: var(--bbl-gold-light); }
.bbl-nav { display: flex; justify-content: center; align-items: center; gap: clamp(18px, 2.3vw, 36px); font-size: 13px; font-weight: 680; }
.bbl-nav a, .bbl-header__actions a { position: relative; padding-block: 12px; }
.bbl-nav a::after, .bbl-header__actions a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 6px; height: 1px; background: var(--bbl-gold); transition: right .2s ease; }
.bbl-nav a:hover::after, .bbl-header__actions a:hover::after { right: 0; }
.bbl-header__actions { display: flex; gap: 18px; font-size: 12px; font-weight: 740; }
.bbl-cart { color: var(--bbl-gold-light) !important; }

.bbl-hero { position: relative; overflow: hidden; min-height: 690px; background: radial-gradient(circle at 82% 18%, rgba(47,209,216,.12), transparent 24%), linear-gradient(135deg, var(--bbl-midnight), #0d1430 60%, #101a3d); color: var(--bbl-white); }
.bbl-hero::before { content: ""; position: absolute; inset: 0; opacity: .07; pointer-events: none; background-image: linear-gradient(rgba(255,255,255,.6) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.6) 1px, transparent 1px); background-size: 44px 44px; mask-image: linear-gradient(90deg, #000, transparent 75%); }
.bbl-hero__grid { position: relative; min-height: 690px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: clamp(44px, 7vw, 100px); padding-block: 72px 82px; }
.bbl-eyebrow, .bbl-kicker { margin: 0 0 20px; color: var(--bbl-gold-light); font-size: 11px; font-weight: 820; letter-spacing: .22em; }
.bbl-hero h1 { max-width: 720px; margin: 0; color: var(--bbl-white); font-family: Georgia, "Times New Roman", serif; font-size: clamp(56px, 6.3vw, 94px); line-height: .95; letter-spacing: -.045em; font-weight: 500; }
.bbl-hero h1 em { color: var(--bbl-gold-light); font-weight: 400; }
.bbl-hero__lead { max-width: 610px; margin: 28px 0 0; color: #d7dced; font-size: clamp(16px, 1.45vw, 20px); line-height: 1.65; }
.bbl-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; margin-top: 32px; }
.bbl-button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 22px; padding: 0 22px; border: 1px solid var(--bbl-line); font-size: 12px; font-weight: 820; letter-spacing: .07em; text-transform: uppercase; transition: transform .2s ease, background .2s ease, color .2s ease; }
.bbl-button:hover { transform: translateY(-2px); }
.bbl-button--gold { background: var(--bbl-gold); border-color: var(--bbl-gold); color: var(--bbl-midnight); }
.bbl-button--gold:hover { background: var(--bbl-gold-light); }
.bbl-button--line { background: transparent; color: inherit; }
.bbl-button--line:hover { background: rgba(255,255,255,.08); }
.bbl-proof { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin: 42px 0 0; padding: 24px 0 0; border-top: 1px solid var(--bbl-line); list-style: none; }
.bbl-proof li { display: grid; gap: 4px; padding-right: 18px; }
.bbl-proof li + li { padding-left: 18px; border-left: 1px solid var(--bbl-line); }
.bbl-proof strong { font-size: 12px; letter-spacing: .03em; }
.bbl-proof span { color: var(--bbl-muted); font-size: 10px; line-height: 1.35; }

.bbl-hero__visual { position: relative; min-height: 560px; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.bbl-hero__image { position: relative; z-index: 2; width: min(470px, 90%); height: 460px; margin: 0; overflow: hidden; border-radius: 12px; box-shadow: 0 38px 90px rgba(0,0,0,.42); }
.bbl-hero__image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.85) contrast(1.05); }
.bbl-hero__image::after { content: ""; position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.25); border-radius: inherit; }
.bbl-orbit { display: none; }
.bbl-orbit--one { width: 540px; height: 230px; }
.bbl-orbit--two { width: 460px; height: 610px; border-color: rgba(47,209,216,.2); }
.bbl-hero__card { position: relative; z-index: 4; width: min(470px, 90%); margin-top: 14px; padding: 18px 22px; background: var(--bbl-paper); color: var(--bbl-midnight); box-shadow: 0 18px 50px rgba(0,0,0,.25); }
.bbl-hero__card span { color: var(--bbl-sea); font-size: 9px; font-weight: 900; letter-spacing: .18em; }
.bbl-hero__card strong { display: block; margin: 7px 0 9px; font-family: Georgia, serif; font-size: 21px; font-weight: 500; }
.bbl-hero__card a { font-size: 10px; font-weight: 780; border-bottom: 1px solid; }

.bbl-marquee { background: var(--bbl-gold); color: var(--bbl-midnight); }
.bbl-marquee .bbl-wrap { min-height: 62px; display: flex; justify-content: space-between; align-items: center; gap: 20px; font-family: Georgia, serif; font-size: clamp(15px, 1.5vw, 20px); }
.bbl-marquee i { width: 5px; height: 5px; background: var(--bbl-midnight); transform: rotate(45deg); }

.bbl-section { padding-block: clamp(82px, 9vw, 132px); }
.bbl-section__head { display: grid; grid-template-columns: 1.4fr .6fr; gap: 70px; align-items: end; margin-bottom: 48px; }
.bbl-section h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 500; font-size: clamp(42px, 5vw, 72px); line-height: 1.02; letter-spacing: -.04em; }
.bbl-section__head > p { margin: 0 0 6px; color: #4f5568; font-size: 15px; }
.bbl-kicker { color: var(--bbl-sea); }

.bbl-collections { background: var(--bbl-paper); }
.bbl-collection-grid { display: grid; grid-template-columns: 1.25fr .75fr; grid-template-rows: repeat(2, 310px); gap: 18px; }
.bbl-collection { position: relative; overflow: hidden; min-height: 310px; color: var(--bbl-white); }
.bbl-collection--wide { grid-row: 1 / 3; }
.bbl-collection img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s cubic-bezier(.2,.7,.2,1); }
.bbl-collection:hover img { transform: scale(1.045); }
.bbl-collection__shade { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(8,12,33,.88), rgba(8,12,33,.02) 65%); }
.bbl-collection__copy { position: absolute; inset: auto 28px 26px; display: grid; }
.bbl-collection__copy small { color: var(--bbl-gold-light); font-size: 9px; font-weight: 850; letter-spacing: .2em; }
.bbl-collection__copy strong { margin-top: 8px; font-family: Georgia, serif; font-size: clamp(25px, 2.5vw, 38px); line-height: 1.05; font-weight: 500; }
.bbl-collection__copy > span { margin-top: 14px; font-size: 11px; font-weight: 780; text-transform: uppercase; letter-spacing: .07em; }

.bbl-story { background: var(--bbl-white); }
.bbl-story__grid { display: grid; grid-template-columns: minmax(320px, .85fr) 1.15fr; gap: clamp(52px, 9vw, 130px); align-items: center; }
.bbl-story__portrait { position: relative; }
.bbl-story__portrait > img { width: 100%; aspect-ratio: 4/4.7; object-fit: cover; filter: saturate(.8); }
.bbl-story__portrait::before { content: ""; position: absolute; z-index: 2; inset: 16px; border: 1px solid rgba(255,255,255,.56); pointer-events: none; }
.bbl-story__seal { position: absolute; z-index: 3; right: -44px; bottom: 48px; width: 104px; height: 104px; display: grid; place-content: center; text-align: center; border-radius: 50%; background: var(--bbl-gold); color: var(--bbl-midnight); box-shadow: 0 12px 35px rgba(0,0,0,.17); }
.bbl-story__seal span { font-family: Georgia, serif; font-size: 25px; line-height: 1; }
.bbl-story__seal strong { font-size: 9px; letter-spacing: .16em; }
.bbl-story__lead { margin: 30px 0 15px; font-family: Georgia, serif; font-size: clamp(21px, 2vw, 29px); line-height: 1.35; }
.bbl-story__copy > p:not(.bbl-kicker):not(.bbl-story__lead) { color: #565b68; max-width: 660px; }
.bbl-text-link { display: inline-flex; gap: 30px; margin-top: 18px; padding-bottom: 7px; border-bottom: 1px solid; font-size: 12px; font-weight: 820; letter-spacing: .07em; text-transform: uppercase; }

.bbl-culture { background: var(--bbl-midnight); color: var(--bbl-white); }
.bbl-culture h2, .bbl-service h2 { color: var(--bbl-white); }
.bbl-culture__grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(50px, 9vw, 140px); }
.bbl-culture .bbl-kicker { color: var(--bbl-gold-light); }
.bbl-culture__grid > div:last-child > p { margin: 36px 0 0; color: #c8cede; font-size: 17px; }
.bbl-culture__links { margin-top: 36px; border-top: 1px solid var(--bbl-line); }
.bbl-culture__links a { display: grid; grid-template-columns: 38px 1fr auto; gap: 14px; align-items: center; min-height: 68px; border-bottom: 1px solid var(--bbl-line); }
.bbl-culture__links span { color: var(--bbl-gold-light); font-size: 10px; }
.bbl-culture__links strong { font-family: Georgia, serif; font-size: 19px; font-weight: 500; }
.bbl-culture__links i { font-style: normal; color: var(--bbl-gold-light); }

.bbl-service { background: var(--bbl-indigo-soft); color: var(--bbl-white); padding-block: 74px; }
.bbl-service__inner { display: grid; grid-template-columns: 1fr auto; gap: 50px; align-items: center; }
.bbl-service h2 { font-size: clamp(40px, 4vw, 62px); }
.bbl-service p:not(.bbl-kicker) { max-width: 680px; margin-bottom: 0; color: #cbd0de; }
.bbl-service .bbl-kicker { color: var(--bbl-gold-light); }
.bbl-service .bbl-actions { margin-top: 0; }

.bbl-footer { background: #050817; color: var(--bbl-white); padding: 70px 0 26px; }
.bbl-footer__grid { display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 50px; }
.bbl-brand--footer strong { font-size: 25px; }
.bbl-footer__grid > div:first-child p { max-width: 320px; margin-top: 22px; color: var(--bbl-muted); font-size: 13px; }
.bbl-footer__grid > div:not(:first-child) { display: grid; align-content: start; gap: 9px; }
.bbl-footer__grid > div:not(:first-child) strong { margin-bottom: 9px; color: var(--bbl-gold-light); font-size: 9px; letter-spacing: .2em; }
.bbl-footer__grid > div:not(:first-child) a { color: #ccd1de; font-size: 13px; }
.bbl-footer__grid > div:not(:first-child) a:hover { color: var(--bbl-gold-light); }
.bbl-footer__bottom { display: flex; justify-content: space-between; gap: 24px; margin-top: 58px; padding-top: 22px; border-top: 1px solid var(--bbl-line); color: #8f97ae; font-size: 10px; letter-spacing: .06em; text-transform: uppercase; }

@media (max-width: 1040px) {
  .bbl-header__inner { grid-template-columns: 1fr auto; min-height: 76px; }
  .bbl-nav { grid-column: 1 / -1; order: 3; justify-content: flex-start; overflow-x: auto; padding: 0 0 12px; scrollbar-width: none; }
  .bbl-hero__grid { grid-template-columns: 1fr 1fr; gap: 38px; }
  .bbl-hero__card { right: auto; }
  .bbl-proof { grid-template-columns: 1fr; gap: 12px; }
  .bbl-proof li + li { padding-left: 0; border-left: 0; }
  .bbl-proof li { grid-template-columns: 140px 1fr; }
  .bbl-section__head { grid-template-columns: 1fr; gap: 22px; }
}

@media (max-width: 760px) {
  :root { --bbl-wrap: min(100% - 28px, 650px); }
  .bbl-notice__inner { min-height: 40px; gap: 8px; justify-content: flex-start; overflow-x: auto; white-space: nowrap; font-size: 9px; }
  .bbl-notice__inner span[aria-hidden] { display: none; }
  .bbl-header__inner { grid-template-columns: 1fr auto; gap: 12px; }
  .bbl-brand img { width: 40px; height: 40px; }
  .bbl-brand strong { font-size: 17px; }
  .bbl-header__actions a:first-child { display: none; }
  .bbl-nav { gap: 22px; font-size: 11px; }
  .bbl-nav a { white-space: nowrap; }
  .bbl-hero__grid { grid-template-columns: 1fr; padding-block: 58px 68px; }
  .bbl-hero h1 { font-size: clamp(52px, 15.7vw, 74px); }
  .bbl-hero__lead { font-size: 16px; }
  .bbl-actions { align-items: stretch; flex-direction: column; }
  .bbl-button { width: 100%; }
  .bbl-proof { margin-top: 32px; }
  .bbl-hero__visual { min-height: 0; }
  .bbl-hero__image { width: 100%; height: 420px; }
  .bbl-orbit--one { width: 115%; }
  .bbl-orbit--two { height: 500px; width: 94%; }
  .bbl-hero__card { right: auto; bottom: auto; width: 100%; margin-top: 12px; }
  .bbl-marquee .bbl-wrap { justify-content: flex-start; overflow-x: auto; white-space: nowrap; font-size: 14px; }
  .bbl-marquee i { flex: 0 0 5px; }
  .bbl-section { padding-block: 76px; }
  .bbl-section h2 { font-size: clamp(39px, 12vw, 57px); }
  .bbl-collection-grid { grid-template-columns: 1fr; grid-template-rows: none; }
  .bbl-collection, .bbl-collection--wide { grid-row: auto; min-height: 430px; }
  .bbl-collection:not(.bbl-collection--wide) { min-height: 330px; }
  .bbl-story__grid { grid-template-columns: 1fr; }
  .bbl-story__portrait { width: calc(100% - 24px); }
  .bbl-story__seal { right: -24px; }
  .bbl-culture__grid, .bbl-service__inner { grid-template-columns: 1fr; gap: 28px; }
  .bbl-service .bbl-actions { margin-top: 10px; }
  .bbl-footer__grid { grid-template-columns: 1fr 1fr; }
  .bbl-footer__grid > div:first-child { grid-column: 1 / -1; }
  .bbl-footer__bottom { flex-direction: column; }
}

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