.sobae-routine-bundle {
  --sobae-routine-ink: #161616;
  --sobae-routine-muted: #686864;
  --sobae-routine-line: #d9d9d5;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: clamp(64px, 5.5vw, 96px) 32px;
  border-top: 1px solid var(--sobae-routine-line);
  border-bottom: 1px solid var(--sobae-routine-line);
  background: #fff;
  color: var(--sobae-routine-ink);
}

.home .entry-content > .sobae-routine-bundle {
  margin-block: 0 !important;
}

.sobae-routine-bundle__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  grid-template-areas: "content media";
  align-items: center;
  gap: clamp(44px, 4vw, 72px);
  width: min(100%, 1600px) !important;
  max-width: 1600px !important;
  margin: 0 auto !important;
}

.sobae-routine-bundle__content {
  display: grid;
  grid-area: content;
  align-self: center;
  gap: clamp(36px, 3vw, 48px);
  min-width: 0;
  margin: 0;
}

.sobae-routine-bundle__intro {
  display: grid;
  gap: 20px;
  min-width: 0;
  margin: 0;
}

.sobae-routine-bundle__eyebrow {
  margin: 0;
  color: var(--sobae-routine-ink);
  font-family: var(--sobae-font-sans);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
  text-transform: uppercase;
}

.sobae-routine-bundle__title {
  margin: 0;
  color: var(--sobae-routine-ink);
  font-family: var(--sobae-font-display);
  font-size: clamp(50px, 4.2vw, 68px);
  font-weight: 400;
  line-height: 1.04;
  letter-spacing: 0;
}

.sobae-routine-bundle__title span,
.sobae-routine-bundle__title em {
  display: block;
}

.sobae-routine-bundle__title em {
  font-style: italic;
  font-weight: inherit;
}

.sobae-routine-bundle__body {
  max-width: 45ch;
  margin: 0;
  color: var(--sobae-routine-muted);
  font-family: var(--sobae-font-sans);
  font-size: 16px;
  line-height: 1.55;
  letter-spacing: 0;
}

.sobae-routine-bundle__media {
  display: grid;
  grid-area: media;
  position: relative;
  align-self: stretch;
  min-width: 0;
  overflow: visible;
  background: #f7f7f5;
}

.sobae-routine-bundle__image {
  width: 100%;
  height: 100%;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  border: 1px solid #deded9;
  border-radius: 4px;
  background: #f7f7f5;
  box-shadow: 0 18px 36px rgba(17, 17, 17, 0.1);
}

.sobae-routine-bundle__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.sobae-routine-bundle__conversion {
  display: grid;
  gap: 20px;
  min-width: 0;
  margin: 0;
}

.sobae-routine-bundle__offer-summary {
  display: none;
}

.sobae-routine-bundle__gift-seal {
  position: absolute;
  right: -18px;
  bottom: -18px;
  display: grid;
  z-index: 2;
  place-items: center;
  width: 64px;
  height: 64px;
  padding: 0;
  border: 1px solid #c9c9c4;
  border-radius: 50%;
  outline: 4px solid rgba(255, 255, 255, 0.72);
  background: #fff;
  box-shadow: 0 12px 24px rgba(17, 17, 17, 0.16), inset 0 0 0 3px #f4f4f1;
  color: var(--sobae-routine-ink);
  text-align: center;
  animation: sobae-gift-seal-in 320ms ease-out both;
}

.sobae-routine-bundle__gift-seal svg {
  width: 28px;
  height: 28px;
}

.sobae-routine-bundle__gift-seal small,
.sobae-routine-bundle__gift-seal strong {
  display: none;
}

@keyframes sobae-gift-seal-in {
  from {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.sobae-routine-bundle__ledger {
  border-top: 1px solid var(--sobae-routine-ink);
  border-bottom: 1px solid var(--sobae-routine-line);
}

.sobae-routine-bundle__ledger-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  min-height: 68px;
  padding: 13px 0;
  border-bottom: 1px solid var(--sobae-routine-line);
  font-family: var(--sobae-font-sans);
  font-size: 15px;
  line-height: 1.35;
}

.sobae-routine-bundle__ledger-row:last-child {
  border-bottom: 0;
}

.sobae-routine-bundle__ledger-row > span {
  display: grid;
  gap: 2px;
}

.sobae-routine-bundle__ledger-row strong {
  color: var(--sobae-routine-ink);
  font-weight: 600;
}

.sobae-routine-bundle__ledger-row--gift > span > strong {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.sobae-routine-bundle__ledger-row--gift i,
.sobae-routine-bundle__button i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
}

.sobae-routine-bundle__ledger-row--gift i svg {
  width: 17px;
  height: 17px;
}

.sobae-routine-bundle__ledger-row--gift > strong {
  font-size: 18px;
  font-weight: 700;
}

.sobae-routine-bundle__ledger-row small {
  color: var(--sobae-routine-muted);
  font-size: 12px;
  line-height: 1.35;
}

.sobae-routine-bundle__buttons {
  margin: 0;
}

.sobae-routine-bundle__button,
.sobae-routine-bundle__button .wp-block-button__link {
  width: 100%;
}

.home .sobae-routine-bundle .sobae-routine-bundle__button .wp-block-button__link {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr) 32px;
  align-items: center;
  min-height: 56px;
  padding: 0 16px;
  border: 1px solid var(--sobae-routine-ink);
  border-radius: 2px;
  background: var(--sobae-routine-ink);
  color: #fff;
  font-family: var(--sobae-font-sans);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: 4px 4px 0 #8f908c;
  transition: background-color 150ms ease, color 150ms ease, box-shadow 150ms ease, transform 150ms ease;
}

.sobae-routine-bundle__button-icon svg {
  width: 19px;
  height: 19px;
}

.sobae-routine-bundle__button-arrow {
  justify-self: end;
  font-size: 18px;
}

.sobae-routine-bundle__button .wp-block-button__link:hover,
.sobae-routine-bundle__button .wp-block-button__link:focus-visible {
  background: #000;
  color: #fff;
}

.home .sobae-routine-bundle .sobae-routine-bundle__button .wp-block-button__link:active {
  box-shadow: 2px 2px 0 #8f908c;
  transform: translate(2px, 2px);
}

.sobae-routine-bundle__button .wp-block-button__link:focus-visible {
  outline: 2px solid var(--sobae-routine-ink);
  outline-offset: 3px;
}

.sobae-routine-bundle__note {
  margin: -4px 0 0;
  color: var(--sobae-routine-muted);
  font-family: var(--sobae-font-sans);
  font-size: 12px;
  line-height: 1.45;
  letter-spacing: 0;
}

@media (max-width: 900px) {
  .sobae-routine-bundle__inner {
    grid-template-columns: minmax(0, 0.9fr) minmax(340px, 1.1fr);
    column-gap: 40px;
  }

  .sobae-routine-bundle__title {
    font-size: clamp(44px, 5.4vw, 54px);
  }
}

@media (max-width: 767px) {
  .sobae-routine-bundle {
    padding: 48px 20px;
  }

  .sobae-routine-bundle__inner {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas:
      "intro"
      "media"
      "conversion";
    gap: 28px;
    width: 100% !important;
  }

  .sobae-routine-bundle__content {
    display: contents;
  }

  .sobae-routine-bundle__intro {
    grid-area: intro;
    order: 1;
    gap: 16px;
  }

  .sobae-routine-bundle__media {
    grid-area: media;
    order: 2;
  }

  .sobae-routine-bundle__title {
    max-width: 10em;
    font-size: 42px;
    line-height: 1.04;
  }

  .sobae-routine-bundle__body {
    max-width: 40ch;
    font-size: 15px;
  }

  .sobae-routine-bundle__image {
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

  .sobae-routine-bundle__gift-seal {
    right: 14px;
    bottom: -18px;
    width: 64px;
    height: 64px;
    box-shadow: 0 10px 22px rgba(17, 17, 17, 0.17), inset 0 0 0 3px #f4f4f1;
  }

  .sobae-routine-bundle__conversion {
    grid-area: conversion;
    order: 3;
    gap: 18px;
  }

  .sobae-routine-bundle__offer-summary {
    display: grid;
    gap: 4px;
    padding-top: 4px;
    font-family: var(--sobae-font-sans);
  }

  .sobae-routine-bundle__offer-summary strong {
    font-size: 18px;
    line-height: 1.35;
  }

  .sobae-routine-bundle__offer-summary small {
    color: var(--sobae-routine-muted);
    font-size: 12px;
    line-height: 1.45;
  }

  .sobae-routine-bundle__ledger-row {
    min-height: 60px;
    gap: 16px;
    font-size: 14px;
  }

  .sobae-routine-bundle__button .wp-block-button__link {
    min-height: 56px;
  }
}

@media (min-width: 375px) and (max-width: 767px) {
  .sobae-routine-bundle__title {
    font-size: 44px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sobae-routine-bundle__button .wp-block-button__link {
    transition: none;
  }

  .sobae-routine-bundle__gift-seal {
    animation: none;
  }
}
