/*
 * Booze Bag Unwrapped — production CSS
 * Vervang 112 door het numerieke WordPress-pagina-ID.
 * Alle componentstijlen zijn beperkt tot .bb-unwrapped.
 */
@import url("https://fonts.googleapis.com/css2?family=Lora:wght@500;600;700&family=Raleway:ital,wght@0,400;0,500;0,600;0,700;1,500&display=swap");

body.page-id-112 .qodef-page-header,
body.page-id-112 .qodef-mobile-header,
body.page-id-112 .eltdf-page-header,
body.page-id-112 .eltdf-mobile-header {
  display: none !important;
}

body.page-id-112 .qodef-content,
body.page-id-112 .qodef-content-inner,
body.page-id-112 .qodef-full-width-inner,
body.page-id-112 .eltdf-content,
body.page-id-112 .eltdf-content-inner,
body.page-id-112 .wpb-content-wrapper,
body.page-id-112 .vc_row,
body.page-id-112 .vc_column_container > .vc_column-inner,
body.page-id-112 .wpb_wrapper {
  margin: 0 !important;
  padding: 0 !important;
}

body.page-id-112 {
  margin: 0;
  background: #e8dcc6;
}

.bb-unwrapped {
  --bb-cream: #f5f2eb;
  --bb-paper: #fffaf2;
  --bb-forest: #214034;
  --bb-green: #356f55;
  --bb-coral: #e76f51;
  --bb-mustard: #e2b23c;
  --bb-sand: #e8dcc6;
  --bb-ink: #17342a;
  --bb-line: rgba(33, 64, 52, 0.18);
  position: relative;
  width: 100%;
  min-width: 320px;
  overflow: hidden;
  margin: 0;
  color: var(--bb-ink);
  background: var(--bb-cream);
  font-family: "Raleway", Arial, sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

.bb-unwrapped,
.bb-unwrapped *,
.bb-unwrapped *::before,
.bb-unwrapped *::after {
  box-sizing: border-box;
}

.bb-unwrapped button,
.bb-unwrapped a {
  -webkit-tap-highlight-color: transparent;
}

.bb-unwrapped button {
  font: inherit;
}

.bb-unwrapped a {
  color: inherit;
}

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

.bb-unwrapped svg {
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.bb-unwrapped h1,
.bb-unwrapped h2,
.bb-unwrapped h3 {
  margin: 0;
  color: var(--bb-forest);
  font-family: "Lora", Georgia, serif;
  font-weight: 700;
  letter-spacing: normal;
  text-transform: none;
}

.bb-unwrapped p {
  margin-top: 0;
}

.bb-site-header {
  position: absolute;
  z-index: 20;
  top: 0;
  right: calc(clamp(24px, 3vw, 56px) - 15px);
  display: flex;
  width: 200px;
  flex-direction: column;
  align-items: stretch;
  padding: 26px 0;
  filter: drop-shadow(0 14px 34px rgba(33, 64, 52, 0.16));
}

.bb-site-header__logo {
  display: grid;
  width: 100%;
  min-height: 122px;
  place-items: center;
  padding: 9px 16px;
  border: 1px solid rgba(245, 242, 235, 0.66);
  border-bottom: 0;
  border-radius: 5px 5px 0 0;
  background: rgba(245, 242, 235, 0.94);
  backdrop-filter: blur(8px);
  text-decoration: none;
}

.bb-site-header__logo img {
  width: 160px;
  height: 160px;
  object-fit: contain;
}

.bb-site-header nav {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 8px 16px 16px;
  border: 1px solid rgba(245, 242, 235, 0.52);
  border-top: 0;
  border-radius: 0 0 5px 5px;
  background: rgba(245, 242, 235, 0.94);
  backdrop-filter: blur(8px);
}

.bb-site-header nav a {
  padding: 11px 6px;
  color: var(--bb-forest);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.bb-site-header nav a::after {
  display: block;
  width: 0;
  height: 1px;
  margin-top: 5px;
  background: var(--bb-coral);
  content: "";
  transition: width 180ms ease;
}

.bb-site-header nav a:hover::after,
.bb-site-header nav a:focus-visible::after {
  width: 100%;
}

.bb-hero {
  position: relative;
  height: 100vh;
  height: 100svh;
  min-height: 720px;
  container-type: size;
  overflow: hidden;
  background: var(--bb-cream);
}

.bb-hero__artwork {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: max(100cqw, 204.333cqh);
  aspect-ratio: 1792 / 877;
  container-type: inline-size;
  transform: translate(-50%, -50%);
  transform-origin: center;
  transition: transform 900ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.bb-hero__background {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: filter 700ms ease;
}

.bb-unwrapped.is-unwrapped .bb-hero__artwork {
  transform: translate(-50%, -50%) scale(1.035);
}

.bb-unwrapped.is-unwrapped .bb-hero__background {
  filter: saturate(1.06);
}

.bb-gift-tag {
  position: absolute;
  z-index: 2;
  top: calc(31.25% - 25px);
  left: calc(23.5% + 10px);
  width: clamp(220px, 14.95%, 360px);
  min-height: clamp(320px, 21.75cqw, 440px);
  padding:
    clamp(36px, 2.45cqw, 50px)
    clamp(22px, 1.5cqw, 30px)
    clamp(28px, 1.9cqw, 40px);
  text-align: center;
  transform: translateX(11.36%) rotate(18deg);
  transform-origin: 50% 12%;
}

.bb-gift-tag__content {
  width: 100%;
}

.bb-eyebrow {
  margin: 0 0 12px;
  color: var(--bb-coral);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.15em;
  line-height: 1.3;
  text-transform: uppercase;
}

.bb-eyebrow.is-light {
  color: var(--bb-mustard);
}

.bb-gift-tag .bb-eyebrow {
  margin-bottom: 8px;
  color: rgba(33, 64, 52, 0.66);
  font-size: clamp(11px, 0.75cqw, 16px);
}

.bb-gift-tag h1 {
  max-width: 10.5ch;
  margin: 0 auto clamp(20px, 1.36cqw, 30px);
  font-size: clamp(27px, 1.84cqw, 42px);
  line-height: 1.04;
}

.bb-gift-tag .bb-eyebrow,
.bb-gift-tag h1,
.bb-feeling span {
  text-shadow:
    0 -1px 0 rgba(61, 34, 7, 0.46),
    0 1px 0 rgba(255, 226, 148, 0.5);
}

.bb-feelings {
  display: grid;
  gap: clamp(3px, 0.2cqw, 5px);
  width: 100%;
  max-width: none;
  margin: 0 auto;
  transform: translateX(15px);
}

.bb-feeling {
  position: relative;
  display: grid;
  width: 100%;
  grid-template-columns: clamp(26px, 1.77cqw, 38px) minmax(0, 1fr);
  align-items: center;
  gap: clamp(8px, 0.54cqw, 12px);
  padding:
    clamp(6px, 0.41cqw, 9px)
    clamp(8px, 0.54cqw, 12px);
  border: 0;
  border-radius: clamp(8px, 0.54cqw, 12px);
  color: var(--bb-forest);
  background: transparent;
  cursor: pointer;
  font-size: clamp(14px, 0.95cqw, 20px);
  line-height: 1.4;
  text-align: left;
  transition: color 160ms ease, background 160ms ease, transform 160ms ease;
}

.bb-feeling::before {
  position: absolute;
  z-index: 0;
  inset: 0 auto 0 0;
  width: 75%;
  border-radius: inherit;
  background: transparent;
  content: "";
  pointer-events: none;
  transition: background 160ms ease;
}

.bb-feeling svg {
  position: relative;
  z-index: 1;
  width: clamp(21px, 1.43cqw, 30px);
  height: clamp(21px, 1.43cqw, 30px);
  justify-self: center;
  color: var(--bb-forest);
  filter:
    drop-shadow(0 -1px 0 rgba(61, 34, 7, 0.5))
    drop-shadow(0 1px 0 rgba(255, 226, 148, 0.46));
}

.bb-feeling span {
  position: relative;
  z-index: 1;
  min-width: 0;
  text-align: left;
}

.bb-feeling:hover,
.bb-feeling:focus-visible {
  outline: none;
  transform: translateX(3px);
}

.bb-feeling:not(.is-active):hover::before,
.bb-feeling:not(.is-active):focus-visible::before {
  background: rgba(255, 250, 242, 0.35);
}

.bb-feeling.is-active {
  width: 75%;
  justify-self: start;
  color: var(--bb-paper);
  background: rgba(33, 64, 52, 0.92);
}

.bb-feeling.is-active svg {
  color: var(--bb-paper);
  fill: currentColor;
  filter:
    drop-shadow(0 -1px 0 rgba(6, 24, 17, 0.72))
    drop-shadow(0 1px 0 rgba(255, 255, 255, 0.22));
}

.bb-feeling.is-active span {
  text-shadow:
    0 -1px 0 rgba(6, 24, 17, 0.72),
    0 1px 0 rgba(255, 255, 255, 0.22);
}

.bb-hero-action {
  position: absolute;
  z-index: 4;
  right: clamp(44px, 5vw, 96px);
  bottom: 94px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 16px;
}

.bb-ribbon-trail-layer {
  position: absolute;
  z-index: 3;
  inset: 0;
  pointer-events: none;
  animation: bb-ribbon-trail-life 3.4s ease forwards;
}

.bb-ribbon-trail {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  pointer-events: none;
}

.bb-ribbon-trail path {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
}

.bb-ribbon-trail__ribbon {
  stroke: rgba(231, 111, 81, 0.88);
  stroke-width: 7;
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
  filter: drop-shadow(0 3px 5px rgba(33, 64, 52, 0.18));
  animation: bb-ribbon-trail-draw 2s cubic-bezier(0.2, 0.78, 0.2, 1) forwards;
}

.bb-ribbon-trail__stitches {
  stroke: rgba(255, 250, 242, 0.92);
  stroke-width: 1.45;
  stroke-dasharray: 0.018 0.024;
  opacity: 0;
  animation: bb-ribbon-stitches-show 0.28s ease 1.65s forwards;
}

.bb-ribbon-trail__heart {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  width: 36px;
  height: 36px;
  offset-anchor: center;
  offset-distance: 0%;
  offset-rotate: auto;
  filter: drop-shadow(0 4px 6px rgba(33, 64, 52, 0.24));
  animation: bb-ribbon-heart-move 2s cubic-bezier(0.2, 0.78, 0.2, 1) forwards;
}

.bb-ribbon-trail__heart svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.bb-ribbon-trail__heart-shape {
  fill: rgba(231, 111, 81, 0.94);
  stroke: rgba(255, 250, 242, 0.92);
  stroke-width: 1.2;
}

.bb-hero-action .bb-primary-button.is-invited {
  animation: bb-ribbon-cta-arrival 0.72s cubic-bezier(0.2, 0.8, 0.2, 1) 1.9s both;
}

@keyframes bb-ribbon-trail-draw {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes bb-ribbon-stitches-show {
  to {
    opacity: 1;
  }
}

@keyframes bb-ribbon-heart-move {
  to {
    offset-distance: 100%;
  }
}

@keyframes bb-ribbon-trail-life {
  0%,
  74% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes bb-ribbon-cta-arrival {
  0% {
    box-shadow: 0 0 0 0 rgba(226, 178, 60, 0);
    transform: translateY(0) scale(1);
  }

  46% {
    box-shadow:
      0 0 0 7px rgba(226, 178, 60, 0.24),
      0 12px 26px rgba(33, 64, 52, 0.2);
    transform: translateY(-3px) scale(1.035);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(226, 178, 60, 0);
    transform: translateY(0) scale(1);
  }
}

.bb-hero-action > span {
  padding-right: 18px;
  color: var(--bb-forest);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  text-align: right;
}

.bb-primary-button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 24px;
  border: 1px solid var(--bb-forest);
  border-radius: 4px;
  color: var(--bb-paper);
  background: var(--bb-forest);
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.2;
  text-decoration: none;
  transition: color 160ms ease, background 160ms ease, transform 160ms ease;
}

.bb-primary-button svg {
  width: 19px;
  height: 19px;
}

.bb-primary-button:hover,
.bb-primary-button:focus-visible {
  outline: 3px solid rgba(231, 111, 81, 0.35);
  outline-offset: 3px;
  color: var(--bb-paper);
  background: var(--bb-green);
  transform: translateY(-2px);
}

.bb-primary-button.is-dark {
  border-color: var(--bb-forest);
  color: var(--bb-cream);
  background: var(--bb-forest);
}

.bb-primary-button.is-light {
  border-color: var(--bb-cream);
  color: var(--bb-forest);
  background: var(--bb-cream);
}

.bb-scroll-cue {
  position: absolute;
  z-index: 2;
  bottom: 24px;
  left: 50%;
  padding: 7px 11px;
  border: 1px solid rgba(255, 250, 242, 0.42);
  border-radius: 999px;
  color: rgba(33, 64, 52, 0.7);
  background: rgba(255, 250, 242, 0.68);
  box-shadow: 0 4px 14px rgba(33, 64, 52, 0.08);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1;
  white-space: nowrap;
  text-transform: uppercase;
  transform: translateX(-50%);
}

.bb-reveal[hidden] {
  display: none;
}

.bb-reveal {
  opacity: 0;
  transform: translateY(42px);
  transition: opacity 650ms ease 250ms, transform 650ms ease 250ms;
}

.bb-unwrapped.is-unwrapped .bb-reveal {
  opacity: 1;
  transform: none;
}

.bb-choice-story,
.bb-detail-story,
.bb-match {
  display: grid;
  height: 660px;
  min-height: 660px;
  grid-template-columns: minmax(340px, 0.82fr) minmax(500px, 1.18fr);
}

.bb-choice-copy,
.bb-detail-copy,
.bb-match-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(64px, 7vw, 118px);
}

.bb-script {
  margin: 0 0 4px;
  color: var(--bb-coral);
  font-family: "Raleway", sans-serif;
  font-size: clamp(20px, 2.1vw, 34px);
  font-style: italic;
  font-weight: 500;
}

.bb-choice-copy h2,
.bb-detail-copy h2,
.bb-match-copy h2,
.bb-section-heading h2,
.bb-proof h2,
.bb-finale h2 {
  font-size: clamp(42px, 5vw, 78px);
  line-height: 1;
}

.bb-choice-copy > p:not(.bb-script),
.bb-detail-copy > p,
.bb-match-copy > p,
.bb-finale-copy > p:not(.bb-script) {
  max-width: 520px;
  margin: 24px 0;
  font-size: 17px;
  line-height: 1.65;
}

.bb-text-button {
  align-self: flex-start;
  padding: 8px 0;
  border: 0;
  border-bottom: 1px solid var(--bb-coral);
  color: var(--bb-forest);
  background: transparent;
  cursor: pointer;
  font-weight: 700;
}

.bb-choice-image,
.bb-detail-image,
.bb-match-visual {
  position: relative;
  min-width: 0;
  overflow: hidden;
}

.bb-choice-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 44%;
  transform: scale(1.06);
}

.bb-detail-story {
  color: var(--bb-cream);
  background: var(--bb-forest);
}

.bb-detail-copy h2 {
  color: var(--bb-cream);
}

.bb-detail-copy ul,
.bb-match-copy ul {
  display: grid;
  gap: 14px;
  padding: 0;
  margin: 8px 0 0;
  list-style: none;
}

.bb-detail-copy li,
.bb-match-copy li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
}

.bb-detail-copy li svg {
  width: 21px;
  height: 21px;
  flex: 0 0 auto;
  color: var(--bb-mustard);
}

.bb-match-copy li span {
  width: 21px;
  color: var(--bb-mustard);
  font-size: 21px;
  line-height: 1;
  text-align: center;
}

.bb-detail-mosaic {
  display: grid;
  height: 100%;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-rows: repeat(12, minmax(0, 1fr));
  gap: 6px;
  padding: 6px;
  background: var(--bb-forest);
}

.bb-detail-tile {
  min-width: 0;
  min-height: 0;
  overflow: hidden;
  margin: 0;
  background: #132b23;
}

.bb-detail-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bb-detail-tile:nth-child(1) { grid-column: 1 / 7; grid-row: 1 / 8; }
.bb-detail-tile:nth-child(2) { grid-column: 7 / 13; grid-row: 1 / 5; }
.bb-detail-tile:nth-child(3) { grid-column: 7 / 10; grid-row: 5 / 9; }
.bb-detail-tile:nth-child(4) { grid-column: 10 / 13; grid-row: 5 / 9; }
.bb-detail-tile:nth-child(5) { grid-column: 1 / 7; grid-row: 8 / 13; }
.bb-detail-tile:nth-child(6) { grid-column: 7 / 13; grid-row: 9 / 13; }

.bb-detail-tile--handle img {
  object-position: 50% 8%;
  transform: scale(2.65);
  transform-origin: 50% 8%;
}

.bb-detail-tile--fabric img {
  object-position: 54% 45%;
  transform: scale(2.55);
  transform-origin: 55% 47%;
}

.bb-detail-tile--stitching img {
  object-position: 24% 56%;
  transform: scale(4);
  transform-origin: 25% 56%;
}

.bb-detail-tile--pocket img {
  object-position: 78% 50%;
  transform: scale(3.8);
  transform-origin: 78% 50%;
}

.bb-detail-tile--base img {
  object-position: 54% 90%;
  transform: scale(3.45);
  transform-origin: 54% 90%;
}

.bb-detail-tile--finish img {
  object-position: 62% 72%;
  transform: scale(3.4);
  transform-origin: 62% 72%;
}

.bb-match {
  height: auto;
  min-height: 760px;
  color: var(--bb-cream);
  background: var(--bb-forest);
}

.bb-match-copy {
  background: var(--bb-mustard);
}

.bb-match-copy h2 {
  color: var(--bb-cream);
}

.bb-match-price {
  margin: 30px 0 18px !important;
  font-family: "Lora", Georgia, serif;
  font-size: 42px !important;
  font-weight: 700;
  line-height: 1 !important;
}

.bb-match-copy .bb-primary-button {
  align-self: flex-start;
}

.bb-match-visual {
  display: grid;
  align-content: center;
  justify-items: center;
  padding: 62px;
  background: var(--bb-forest);
}

.bb-category-logo {
  position: absolute;
  z-index: 2;
  top: 24px;
  left: 32px;
  width: min(220px, 44%);
  height: 136px;
  padding: 8px;
  border: 1px solid rgba(245, 242, 235, 0.28);
  border-radius: 4px;
  background: rgba(245, 242, 235, 0.94);
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.16));
}

.bb-match-product-image {
  position: relative;
  z-index: 1;
  width: min(330px, 62%);
  max-height: 470px;
  object-fit: cover;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.24);
}

.bb-match-visual strong {
  position: relative;
  z-index: 2;
  margin-top: 18px;
  color: var(--bb-cream);
  font-family: "Lora", Georgia, serif;
  font-size: 22px;
}

.bb-alternatives {
  padding: 76px clamp(28px, 6vw, 96px) 88px;
  background: var(--bb-cream);
}

.bb-section-heading {
  max-width: 760px;
  margin: 0 auto 48px;
  text-align: center;
}

.bb-section-heading h2 {
  font-size: clamp(38px, 4vw, 62px);
}

.bb-carousel {
  display: grid;
  max-width: 1220px;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  margin: 0 auto;
}

.bb-round-button {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid var(--bb-forest);
  border-radius: 50%;
  color: var(--bb-cream);
  background: var(--bb-forest);
  cursor: pointer;
  transition: background 160ms ease, transform 160ms ease;
}

.bb-round-button svg {
  width: 20px;
  height: 20px;
}

.bb-round-button:hover,
.bb-round-button:focus-visible {
  outline: 3px solid rgba(231, 111, 81, 0.3);
  outline-offset: 3px;
  background: var(--bb-green);
  transform: scale(1.06);
}

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

.bb-product-card {
  display: none;
  color: var(--bb-forest);
  text-decoration: none;
}

.bb-product-card.is-visible {
  display: block;
}

.bb-product-card img {
  width: 100%;
  height: 360px;
  border: 1px solid rgba(33, 64, 52, 0.08);
  object-fit: cover;
  transition: box-shadow 240ms ease, transform 240ms ease;
}

.bb-product-card:hover img,
.bb-product-card:focus-visible img {
  box-shadow: 0 18px 40px rgba(33, 64, 52, 0.18);
  transform: translateY(-5px);
}

.bb-product-card:focus-visible {
  outline: 3px solid var(--bb-coral);
  outline-offset: 4px;
}

.bb-product-card > span {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 15px 2px 0;
}

.bb-product-card strong {
  font-family: "Lora", Georgia, serif;
  font-size: 17px;
}

.bb-product-card small {
  font-size: 13px;
  white-space: nowrap;
}

.bb-proof {
  padding: 72px clamp(28px, 6vw, 96px) 88px;
  text-align: center;
  background: var(--bb-paper);
}

.bb-proof h2 {
  margin-bottom: 48px;
  font-size: clamp(34px, 3.4vw, 54px);
}

.bb-proof-grid {
  display: grid;
  max-width: 1200px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0 auto;
}

.bb-proof-grid div {
  display: grid;
  justify-items: center;
  gap: 9px;
  padding: 10px 26px;
  border-right: 1px solid var(--bb-line);
}

.bb-proof-grid div:last-child {
  border-right: 0;
}

.bb-proof-grid div > span {
  color: var(--bb-coral);
  font-size: 36px;
  line-height: 1;
}

.bb-proof-grid strong {
  font-family: "Lora", Georgia, serif;
  font-size: 17px;
}

.bb-proof-grid small {
  max-width: 210px;
  font-size: 12px;
  line-height: 1.55;
}

.bb-finale {
  position: relative;
  min-height: 570px;
  overflow: hidden;
  color: var(--bb-cream);
  background: #0d1c17;
}

.bb-finale > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bb-finale-copy {
  position: relative;
  z-index: 2;
  display: flex;
  max-width: 650px;
  min-height: 570px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 76px clamp(40px, 7vw, 120px);
}

.bb-finale-copy h2 {
  color: var(--bb-cream);
}

.bb-finale-copy .bb-script {
  color: var(--bb-mustard);
}

.bb-finale-copy > p:not(.bb-script) {
  color: #e2b23c;
  font-weight: 700;
}

.bb-live-status {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}

@media (max-width: 1050px) {
  .bb-hero-action {
    right: 32px;
  }

  .bb-choice-copy,
  .bb-detail-copy,
  .bb-match-copy {
    padding: 64px 48px;
  }
}

@media (max-width: 780px) {
  .bb-site-header {
    right: 0;
    left: 0;
    width: 100%;
    align-items: flex-end;
    padding: 14px 16px 0;
  }

  .bb-site-header__logo {
    width: 126px;
    min-height: 76px;
    border: 1px solid rgba(245, 242, 235, 0.66);
    border-radius: 5px;
  }

  .bb-site-header__logo img {
    width: 82px;
    height: 62px;
  }

  .bb-site-header nav {
    display: none;
  }

  .bb-hero {
    height: 100vh;
    height: 100svh;
    min-height: 820px;
  }

  .bb-hero__artwork {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    aspect-ratio: auto;
    transform: none;
  }

  .bb-unwrapped.is-unwrapped .bb-hero__artwork {
    transform: scale(1.035);
  }

  .bb-hero__background {
    object-position: 32% center;
  }

  .bb-gift-tag {
    top: 180px;
    left: 32px;
    width: min(228px, calc(100vw - 44px));
    min-height: 318px;
    padding: 28px 20px;
    transform: translateX(25px) rotate(18deg);
  }

  .bb-gift-tag .bb-eyebrow {
    font-size: 11px;
  }

  .bb-gift-tag h1 {
    margin-bottom: 20px;
    font-size: 28px;
  }

  .bb-feelings {
    gap: 3px;
    max-width: 232px;
  }

  .bb-feeling {
    grid-template-columns: 26px minmax(0, 1fr);
    gap: 8px;
    padding: 7px 8px;
    border-radius: 8px;
    font-size: 13px;
  }

  .bb-feeling svg {
    width: 21px;
    height: 21px;
  }

  .bb-hero-action {
    right: 20px;
    bottom: 44px;
    left: 20px;
    align-items: stretch;
  }

  .bb-hero-action > span,
  .bb-scroll-cue {
    display: none;
  }

  .bb-primary-button {
    min-height: 54px;
  }

  .bb-choice-story,
  .bb-detail-story,
  .bb-match {
    height: auto;
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .bb-choice-copy,
  .bb-detail-copy,
  .bb-match-copy {
    padding: 62px 24px;
  }

  .bb-choice-image {
    min-height: 470px;
  }

  .bb-detail-image {
    min-height: 620px;
  }

  .bb-detail-mosaic {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .bb-detail-tile:nth-child(n) {
    grid-column: auto;
    grid-row: auto;
  }

  .bb-match-visual {
    min-height: 720px;
    padding: 160px 24px 50px;
  }

  .bb-match-product-image {
    width: min(330px, 82%);
  }

  .bb-alternatives {
    padding-inline: 16px;
  }

  .bb-carousel {
    grid-template-columns: 38px minmax(0, 1fr) 38px;
    gap: 9px;
  }

  .bb-round-button {
    width: 38px;
    height: 38px;
  }

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

  .bb-product-card.is-visible {
    display: none;
  }

  .bb-product-card.is-mobile-visible {
    display: block;
  }

  .bb-product-card img {
    height: auto;
    aspect-ratio: 3 / 4;
  }

  .bb-proof-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px 0;
  }

  .bb-proof-grid div:nth-child(2) {
    border-right: 0;
  }

  .bb-finale,
  .bb-finale-copy {
    min-height: 610px;
  }

  .bb-finale > img {
    object-position: 66% center;
  }

  .bb-finale-copy {
    justify-content: flex-end;
    padding: 56px 24px;
  }

}

@media (max-width: 480px) and (orientation: portrait) {
  .bb-hero {
    height: 100svh;
    min-height: 0;
  }

  .bb-gift-tag {
    top: 160px;
    left: 14px;
    padding: 0;
  }

  .bb-gift-tag__content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    transform: translate(-50%, -50%);
  }

  .bb-gift-tag .bb-eyebrow {
    margin-bottom: 5px;
    font-size: 9px;
  }

  .bb-gift-tag h1 {
    margin-bottom: 12px;
    font-size: 22px;
  }

  .bb-feelings {
    gap: 2px;
    max-width: none;
    transform: translateX(30px);
  }

  .bb-feeling {
    grid-template-columns: 22px minmax(0, 1fr);
    gap: 6px;
    min-height: 32px;
    padding: 4px 6px;
    border-radius: 7px;
    font-size: 11px;
    line-height: 1.2;
  }

  .bb-feeling svg {
    width: 17px;
    height: 17px;
  }

  .bb-hero-action {
    bottom: max(18px, calc(env(safe-area-inset-bottom) + 12px));
  }
}

@media (max-width: 950px) and (max-height: 500px) and (orientation: landscape) {
  .bb-site-header {
    right: max(12px, env(safe-area-inset-right));
    left: auto;
    width: 116px;
    align-items: stretch;
    padding: 12px 0 0;
  }

  .bb-site-header__logo {
    width: 116px;
    min-height: 68px;
    border: 1px solid rgba(245, 242, 235, 0.66);
    border-radius: 5px;
  }

  .bb-site-header__logo img {
    width: 76px;
    height: 58px;
  }

  .bb-site-header nav {
    display: none;
  }

  .bb-hero {
    height: 100svh;
    min-height: 0;
  }

  .bb-hero__artwork {
    top: 50%;
    left: 50%;
    width: max(100cqw, 204.333cqh);
    height: auto;
    aspect-ratio: 1792 / 877;
    transform: translate(-50%, -50%);
  }

  .bb-unwrapped.is-unwrapped .bb-hero__artwork {
    transform: translate(-50%, -50%) scale(1.035);
  }

  .bb-hero__background {
    object-position: center;
  }

  .bb-gift-tag {
    top: calc(31.25% - 35px);
    left: calc(23.5% + 10px);
    width: 150px;
    min-height: 210px;
    padding: 0;
    transform: translateX(11.36%) rotate(18deg);
  }

  .bb-gift-tag__content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 112px;
    transform: translate(-50%, -50%);
  }

  .bb-gift-tag .bb-eyebrow {
    margin-bottom: 2px;
    font-size: 7px;
  }

  .bb-gift-tag h1 {
    margin-bottom: 5px;
    font-size: 14px;
  }

  .bb-gift-tag .bb-eyebrow,
  .bb-gift-tag h1 {
    transform: translateX(-23px);
  }

  .bb-feelings {
    gap: 1px;
    max-width: none;
    transform: none;
  }

  .bb-unwrapped .bb-gift-tag .bb-feeling {
    grid-template-columns: 15px minmax(0, 1fr);
    gap: 3px;
    min-height: 24px;
    padding: 2px 3px;
    border-radius: 5px;
    font-size: 9px;
    line-height: 1.2;
  }

  .bb-unwrapped .bb-gift-tag .bb-feeling svg {
    width: 12px;
    height: 12px;
  }

  .bb-hero-action {
    right: max(16px, env(safe-area-inset-right));
    bottom: max(14px, calc(env(safe-area-inset-bottom) + 8px));
    left: auto;
    width: min(190px, 38vw);
    gap: 0;
  }

  .bb-hero-action > span,
  .bb-scroll-cue {
    display: none;
  }

  .bb-primary-button {
    min-height: 48px;
    padding: 12px 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bb-unwrapped *,
  .bb-unwrapped *::before,
  .bb-unwrapped *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .bb-ribbon-trail-layer,
  .bb-ribbon-trail__ribbon,
  .bb-ribbon-trail__stitches,
  .bb-ribbon-trail__heart,
  .bb-ribbon-trail__heart-shape,
  .bb-hero-action .bb-primary-button.is-invited {
    animation-duration: 0.01ms !important;
    animation-delay: 0s !important;
  }
}
