    .bb-home {
      --bb-ink: #181413;
      --bb-muted: rgba(24, 20, 19, 0.64);
      --bb-soft: #f7f0e8;
      --bb-cream: #fffaf3;
      --bb-panel: #fffdf8;
      --bb-line: rgba(24, 20, 19, 0.14);
      --bb-wine: #a13762;
      --bb-gold: #b99a5c;
      --bb-blue: #8abdc5;
      --bb-green: #8aa06d;
      --bb-max: 1240px;
      --bb-radius: 8px;
    }

    .bb-home * {
      box-sizing: border-box;
    }

    .bb-home {
      margin: 0;
      background: var(--bb-soft);
      color: var(--bb-ink);
      font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      letter-spacing: 0;
    }

    .bb-home img {
      display: block;
      max-width: 100%;
    }

    .bb-home a {
      color: inherit;
      text-decoration: none;
    }

    .bb-home-page {
      position: relative;
      min-height: 100vh;
      overflow: hidden;
      background: var(--bb-soft);
    }

    .bb-topline {
      position: absolute;
      inset: 0 0 auto;
      z-index: 20;
      display: grid;
      grid-template-columns: 1fr auto 1fr;
      gap: 18px;
      align-items: center;
      min-height: 38px;
      padding: 0 28px;
      border-bottom: 1px solid rgba(24, 20, 19, 0.12);
      color: rgba(24, 20, 19, 0.66);
      font-size: 11px;
      text-transform: uppercase;
      background: rgba(255, 250, 243, 0.38);
      backdrop-filter: blur(18px);
    }

    .bb-topline span:nth-child(2) {
      color: var(--bb-ink);
    }

    .bb-topline span:last-child {
      text-align: right;
    }

    .bb-nav {
      position: absolute;
      left: 50%;
      top: 38px;
      z-index: 20;
      transform: translateX(-50%);
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: min(var(--bb-max), calc(100% - 48px));
      margin: 0 auto;
      padding: 22px 0;
    }

    .bb-logo {
      font-family: Georgia, "Times New Roman", serif;
      font-size: 28px;
      font-weight: 700;
    }

    .bb-nav-links {
      display: flex;
      gap: 28px;
      align-items: center;
      color: var(--bb-muted);
      font-size: 13px;
    }

    .bb-nav-pill {
      border: 1px solid var(--bb-line);
      border-radius: 999px;
      padding: 10px 16px;
      color: var(--bb-ink);
      background: rgba(255, 253, 248, 0.56);
      backdrop-filter: blur(18px);
    }

    .bb-hero {
      position: relative;
      width: 100%;
      min-height: 92svh;
      margin: 0;
      padding: 0;
      display: block;
      overflow: hidden;
      background: var(--bb-cream);
    }

    .bb-hero::before {
      content: "";
      position: absolute;
      inset: 0;
      z-index: 1;
      background:
        linear-gradient(90deg, rgba(247, 240, 232, 0.88) 0%, rgba(247, 240, 232, 0.54) 34%, rgba(247, 240, 232, 0.08) 66%),
        linear-gradient(0deg, rgba(247, 240, 232, 0.82) 0%, transparent 30%, rgba(247, 240, 232, 0.18) 100%);
      pointer-events: none;
    }

    .bb-kicker {
      margin: 0 0 16px;
      color: var(--bb-wine);
      font-size: 12px;
      font-weight: 700;
      text-transform: uppercase;
    }

    .bb-hero h1 {
      margin: 0;
      font-family: Georgia, "Times New Roman", serif;
      font-size: 108px;
      line-height: 0.9;
      font-weight: 700;
      letter-spacing: 0;
      max-width: 780px;
    }

    .bb-hero-copy {
      position: relative;
      z-index: 2;
      width: min(var(--bb-max), calc(100% - 48px));
      min-height: 92svh;
      margin: 0 auto;
      padding: 166px 0 58px;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
    }

    .bb-hero-copy p.bb-intro {
      max-width: 520px;
      margin: 24px 0 0;
      color: var(--bb-muted);
      font-size: 18px;
      line-height: 1.75;
    }

    .bb-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      margin-top: 34px;
    }

    .bb-button {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 46px;
      border-radius: 999px;
      padding: 0 20px;
      border: 1px solid var(--bb-ink);
      background: var(--bb-ink);
      color: var(--bb-panel);
      font-size: 13px;
      font-weight: 700;
    }

    .bb-button.secondary {
      background: transparent;
      color: var(--bb-ink);
      border-color: var(--bb-line);
    }

    .bb-proof {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 14px;
      margin-top: 54px;
      max-width: 680px;
    }

    .bb-proof div {
      border-top: 1px solid var(--bb-line);
      padding-top: 14px;
    }

    .bb-proof strong {
      display: block;
      font-size: 18px;
      font-family: Georgia, "Times New Roman", serif;
    }

    .bb-proof span {
      display: block;
      margin-top: 4px;
      color: var(--bb-muted);
      font-size: 12px;
      line-height: 1.45;
    }

    .bb-hero-visual {
      position: absolute;
      inset: 0;
      z-index: 0;
      min-height: 0;
    }

    .bb-hero-image {
      width: 100%;
      height: 100%;
      min-height: 0;
      object-fit: cover;
      object-position: center center;
      border-radius: 0;
      box-shadow: none;
    }

    .bb-hero-tag {
      position: absolute;
      right: 22px;
      bottom: 22px;
      width: min(260px, calc(100% - 44px));
      border-radius: var(--bb-radius);
      background: rgba(255, 253, 248, 0.88);
      backdrop-filter: blur(16px);
      border: 1px solid rgba(255, 255, 255, 0.62);
      padding: 18px;
      box-shadow: 0 18px 42px rgba(24, 20, 19, 0.12);
    }

    .bb-hero-tag strong {
      display: block;
      font-family: Georgia, "Times New Roman", serif;
      font-size: 22px;
      line-height: 1.05;
    }

    .bb-hero-tag span {
      display: block;
      margin-top: 8px;
      color: var(--bb-muted);
      font-size: 12px;
      line-height: 1.5;
    }

    .bb-ui-chip {
      position: absolute;
      left: auto;
      right: 24px;
      top: 118px;
      z-index: 3;
      display: grid;
      gap: 5px;
      min-width: 172px;
      border-radius: var(--bb-radius);
      border: 1px solid rgba(255, 255, 255, 0.72);
      background: rgba(255, 253, 248, 0.76);
      backdrop-filter: blur(18px);
      padding: 14px 16px;
      box-shadow: 0 18px 42px rgba(24, 20, 19, 0.1);
    }

    .bb-ui-chip b {
      font-family: Georgia, "Times New Roman", serif;
      font-size: 20px;
      line-height: 1;
    }

    .bb-ui-chip small {
      color: var(--bb-muted);
      font-size: 11px;
      text-transform: uppercase;
    }

    .bb-illustration-flower {
      position: absolute;
      right: 10%;
      top: 116px;
      z-index: 4;
      width: 210px;
      height: 210px;
      opacity: 0.92;
      animation: bb-flower-spin 15s ease-in-out infinite;
      pointer-events: none;
    }

    .bb-illustration-flower::before {
      content: "";
      position: absolute;
      inset: 13px;
      border-radius: 48% 52% 45% 55% / 54% 46% 56% 44%;
      background:
        radial-gradient(circle at center, transparent 0 26%, #f38ba5 27% 100%);
      box-shadow:
        0 -72px 0 -24px #f38ba5,
        68px -24px 0 -24px #f38ba5,
        48px 58px 0 -24px #f38ba5,
        -48px 58px 0 -24px #f38ba5,
        -68px -24px 0 -24px #f38ba5,
        0 20px 52px rgba(24, 20, 19, 0.12);
    }

    .bb-illustration-flower::after {
      content: "";
      position: absolute;
      left: 50%;
      top: 50%;
      width: 78px;
      height: 78px;
      border-radius: 999px;
      background:
        radial-gradient(circle, #2d1a26 0 30%, transparent 31%),
        radial-gradient(circle at 22px 20px, #2d1a26 0 4px, transparent 5px),
        radial-gradient(circle at 52px 19px, #2d1a26 0 4px, transparent 5px),
        radial-gradient(circle at 58px 48px, #2d1a26 0 4px, transparent 5px),
        radial-gradient(circle at 22px 54px, #2d1a26 0 4px, transparent 5px),
        radial-gradient(circle at 39px 10px, #2d1a26 0 3px, transparent 4px),
        radial-gradient(circle at 66px 34px, #2d1a26 0 3px, transparent 4px),
        radial-gradient(circle at 38px 66px, #2d1a26 0 3px, transparent 4px),
        radial-gradient(circle at 10px 34px, #2d1a26 0 3px, transparent 4px);
      transform: translate(-50%, -50%);
    }

    .bb-flower-line {
      position: absolute;
      left: 24px;
      top: 42px;
      width: 156px;
      height: 128px;
      border: 2px solid rgba(45, 26, 38, 0.42);
      border-left-color: transparent;
      border-bottom-color: transparent;
      border-radius: 52% 48% 46% 54%;
      transform: rotate(-18deg);
    }

    @keyframes bb-flower-spin {
      0%, 100% {
        transform: translate3d(0, 0, 0) rotate(-5deg);
      }
      50% {
        transform: translate3d(-18px, 10px, 0) rotate(18deg);
      }
    }

    .bb-vertical-mark {
      position: absolute;
      right: 26px;
      top: 296px;
      z-index: 3;
      color: rgba(24, 20, 19, 0.36);
      font-size: 11px;
      writing-mode: vertical-rl;
      text-transform: uppercase;
    }

    .bb-marquee {
      border-block: 1px solid var(--bb-line);
      background: rgba(255, 253, 248, 0.66);
      color: var(--bb-muted);
      overflow: hidden;
      white-space: nowrap;
      font-family: Georgia, "Times New Roman", serif;
      font-size: 34px;
      line-height: 1;
      padding: 24px 0;
    }

    .bb-marquee span {
      display: inline-block;
      padding-left: 28px;
    }

    .bb-feature-rail {
      width: min(var(--bb-max), calc(100% - 48px));
      margin: 30px auto 0;
      display: grid;
      grid-template-columns: 1.2fr 0.8fr 0.8fr;
      gap: 14px;
    }

    .bb-feature-tile {
      min-height: 128px;
      border: 1px solid var(--bb-line);
      border-radius: var(--bb-radius);
      background: rgba(255, 253, 248, 0.7);
      padding: 20px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      position: relative;
      overflow: hidden;
    }

    .bb-feature-tile::after {
      content: "";
      position: absolute;
      right: 18px;
      bottom: 18px;
      width: 54px;
      height: 54px;
      border-radius: 50%;
      border: 1px solid rgba(24, 20, 19, 0.13);
      background: rgba(185, 154, 92, 0.12);
    }

    .bb-feature-tile:nth-child(2)::after {
      background: rgba(138, 189, 197, 0.16);
    }

    .bb-feature-tile:nth-child(3)::after {
      background: rgba(161, 55, 98, 0.12);
    }

    .bb-feature-tile strong {
      position: relative;
      z-index: 1;
      font-family: Georgia, "Times New Roman", serif;
      font-size: 26px;
      line-height: 1.05;
    }

    .bb-feature-tile span {
      position: relative;
      z-index: 1;
      color: var(--bb-muted);
      font-size: 12px;
      line-height: 1.55;
      max-width: 360px;
    }

    .bb-section {
      width: min(var(--bb-max), calc(100% - 48px));
      margin: 0 auto;
      padding: 86px 0;
    }

    .bb-section-head {
      display: flex;
      justify-content: space-between;
      align-items: end;
      gap: 28px;
      margin-bottom: 26px;
    }

    .bb-section-head h2 {
      margin: 0;
      font-family: Georgia, "Times New Roman", serif;
      font-size: 48px;
      line-height: 1;
      letter-spacing: 0;
    }

    .bb-section-head p {
      max-width: 390px;
      margin: 0;
      color: var(--bb-muted);
      font-size: 14px;
      line-height: 1.7;
    }

    .bb-product-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 18px;
    }

    .bb-product {
      background: rgba(255, 253, 248, 0.72);
      border: 1px solid var(--bb-line);
      border-radius: var(--bb-radius);
      overflow: hidden;
    }

    .bb-product figure {
      margin: 0;
      aspect-ratio: 1 / 1;
      background: var(--bb-cream);
      overflow: hidden;
    }

    .bb-product img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.5s ease;
    }

    .bb-product:hover img {
      transform: scale(1.035);
    }

    .bb-product-copy {
      display: grid;
      gap: 10px;
      padding: 18px;
    }

    .bb-product-badge {
      width: fit-content;
      border: 1px solid var(--bb-line);
      border-radius: 999px;
      padding: 6px 10px;
      color: var(--bb-muted);
      font-size: 11px;
      text-transform: uppercase;
      background: rgba(255, 250, 243, 0.68);
    }

    .bb-product-row {
      display: flex;
      justify-content: space-between;
      gap: 16px;
      align-items: start;
    }

    .bb-product h3 {
      margin: 0;
      font-family: Georgia, "Times New Roman", serif;
      font-size: 24px;
      line-height: 1.1;
    }

    .bb-price {
      color: var(--bb-wine);
      font-weight: 800;
      font-size: 13px;
      white-space: nowrap;
    }

    .bb-product p {
      margin: 0;
      color: var(--bb-muted);
      font-size: 13px;
      line-height: 1.6;
    }

    .bb-color-dots {
      display: flex;
      gap: 7px;
    }

    .bb-color-dots i {
      width: 12px;
      height: 12px;
      border-radius: 99px;
      border: 1px solid rgba(24, 20, 19, 0.16);
    }

    .bb-editorial {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 18px;
      align-items: stretch;
    }

    .bb-editorial-copy {
      min-height: 430px;
      padding: 42px;
      border: 1px solid var(--bb-line);
      border-radius: var(--bb-radius);
      background: var(--bb-ink);
      color: var(--bb-panel);
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    .bb-editorial-copy h2 {
      margin: 0;
      font-family: Georgia, "Times New Roman", serif;
      font-size: 52px;
      line-height: 1;
      letter-spacing: 0;
    }

    .bb-editorial-copy p {
      max-width: 460px;
      color: rgba(255, 253, 248, 0.72);
      font-size: 15px;
      line-height: 1.75;
      margin: 22px 0 0;
    }

    .bb-note-list {
      display: grid;
      gap: 14px;
      margin-top: 28px;
    }

    .bb-note-list div {
      display: flex;
      justify-content: space-between;
      gap: 18px;
      border-top: 1px solid rgba(255, 253, 248, 0.18);
      padding-top: 12px;
      color: rgba(255, 253, 248, 0.78);
      font-size: 13px;
    }

    .bb-editorial-photo {
      min-height: 430px;
      border-radius: var(--bb-radius);
      overflow: hidden;
      border: 1px solid var(--bb-line);
      background: var(--bb-panel);
    }

    .bb-editorial-photo img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .bb-showcase {
      display: grid;
      grid-template-columns: 0.95fr 1.05fr;
      gap: 18px;
      align-items: center;
      border-block: 1px solid var(--bb-line);
      background: rgba(255, 253, 248, 0.52);
      padding-block: 34px;
    }

    .bb-showcase-inner {
      width: min(var(--bb-max), calc(100% - 48px));
      margin: 0 auto;
      display: grid;
      grid-template-columns: 0.95fr 1.05fr;
      gap: 28px;
      align-items: center;
    }

    .bb-showcase-copy h2 {
      margin: 0;
      font-family: Georgia, "Times New Roman", serif;
      font-size: 48px;
      line-height: 1.04;
      letter-spacing: 0;
    }

    .bb-showcase-copy p {
      max-width: 470px;
      margin: 18px 0 0;
      color: var(--bb-muted);
      font-size: 15px;
      line-height: 1.75;
    }

    .bb-showcase-photo {
      border-radius: var(--bb-radius);
      overflow: hidden;
      border: 1px solid var(--bb-line);
      aspect-ratio: 16 / 11;
      background: var(--bb-cream);
    }

    .bb-showcase-photo img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .bb-final {
      padding: 74px 0 92px;
      text-align: center;
      border-top: 1px solid var(--bb-line);
    }

    .bb-final h2 {
      max-width: 820px;
      margin: 0 auto;
      font-family: Georgia, "Times New Roman", serif;
      font-size: 58px;
      line-height: 1.05;
      letter-spacing: 0;
    }

    .bb-final p {
      max-width: 560px;
      margin: 20px auto 0;
      color: var(--bb-muted);
      font-size: 15px;
      line-height: 1.75;
    }

    .bb-footer {
      width: min(var(--bb-max), calc(100% - 48px));
      margin: 0 auto;
      padding: 24px 0 38px;
      border-top: 1px solid var(--bb-line);
      display: flex;
      justify-content: space-between;
      gap: 18px;
      color: var(--bb-muted);
      font-size: 12px;
    }

    @media (max-width: 980px) {
      .bb-hero {
        min-height: 88svh;
      }

      .bb-hero h1 {
        font-size: 64px;
      }

      .bb-hero-copy {
        min-height: 88svh;
        padding: 148px 0 48px;
      }

      .bb-hero-visual,
      .bb-hero-image {
        min-height: 0;
        height: 100%;
      }

      .bb-product-grid,
      .bb-editorial,
      .bb-feature-rail,
      .bb-showcase-inner {
        grid-template-columns: 1fr;
      }

      .bb-section-head {
        display: grid;
      }
    }

    @media (max-width: 640px) {
      .bb-topline {
        grid-template-columns: 1fr;
        gap: 4px;
        padding: 10px 18px;
      }

      .bb-topline span:last-child {
        text-align: left;
      }

      .bb-nav {
        width: min(100% - 32px, var(--bb-max));
      }

      .bb-nav-links a:not(.bb-nav-pill) {
        display: none;
      }

      .bb-hero,
      .bb-section,
      .bb-footer {
        width: min(100% - 32px, var(--bb-max));
      }

      .bb-hero {
        width: 100%;
        min-height: 86svh;
      }

      .bb-hero h1 {
        font-size: 46px;
      }

      .bb-hero-copy {
        width: min(100% - 32px, var(--bb-max));
        min-height: 86svh;
        padding: 132px 0 40px;
      }

      .bb-hero-copy p.bb-intro {
        font-size: 16px;
      }

      .bb-proof {
        grid-template-columns: 1fr;
      }

      .bb-hero-visual,
      .bb-hero-image {
        min-height: 0;
        height: 100%;
      }

      .bb-ui-chip {
        right: 14px;
        top: 92px;
        min-width: 148px;
      }

      .bb-illustration-flower {
        right: 8px;
        top: 96px;
        width: 118px;
        height: 118px;
        opacity: 0.84;
      }

      .bb-illustration-flower::before {
        inset: 8px;
        box-shadow:
          0 -40px 0 -14px #f38ba5,
          38px -14px 0 -14px #f38ba5,
          28px 32px 0 -14px #f38ba5,
          -28px 32px 0 -14px #f38ba5,
          -38px -14px 0 -14px #f38ba5,
          0 14px 30px rgba(24, 20, 19, 0.1);
      }

      .bb-illustration-flower::after {
        width: 44px;
        height: 44px;
      }

      .bb-flower-line {
        left: 14px;
        top: 24px;
        width: 86px;
        height: 72px;
      }

      .bb-vertical-mark {
        display: none;
      }

      .bb-section {
        padding: 60px 0;
      }

      .bb-section-head h2,
      .bb-editorial-copy h2,
      .bb-showcase-copy h2,
      .bb-final h2 {
        font-size: 38px;
      }

      .bb-editorial-copy {
        min-height: auto;
        padding: 28px;
      }

      .bb-footer {
        display: grid;
      }
    }
