/* V8.9.1 — Blue Owl Café botanical atelier with illustrated foliage */
:root {
  --botanical-ivory: #fbf7ef;
  --botanical-paper: #fffdf8;
  --botanical-blush: #f6d9d6;
  --botanical-blush-soft: #fcecea;
  --botanical-navy: #0a2f63;
  --botanical-navy-deep: #08264e;
  --botanical-gold: #b58a4f;
  --botanical-sage: #829176;
  --botanical-line: #d8c5a8;
  --botanical-muted: #6f6a63;
  --botanical-shadow: 0 16px 40px rgba(35, 43, 54, 0.09);
  --primary-500: var(--botanical-navy);
  --primary-600: var(--botanical-navy-deep);
  --primary-700: #061f42;
  --primary-100: #e8eef7;
  --cream: var(--botanical-ivory);
  --white: var(--botanical-paper);
  --charcoal: #263044;
  --muted: var(--botanical-muted);
  --border: #e7dccb;
  --shadow-sm: 0 5px 18px rgba(35, 43, 54, 0.07);
  --shadow-md: var(--botanical-shadow);
  --blue: var(--botanical-navy);
  --blue-dark: var(--botanical-navy-deep);
  --ink: #263044;
  --line: #e7dccb;
  --soft: var(--botanical-ivory);
  --pink: var(--botanical-blush-soft);
}

html {
  background: var(--botanical-ivory);
}

body {
  color: #263044;
  background:
    linear-gradient(rgba(255, 253, 248, 0.96), rgba(255, 253, 248, 0.96)),
    url("../images/coffee-doodle-navy.webp") center top / 720px auto repeat;
}

::selection {
  color: #fff;
  background: var(--botanical-navy);
}

a,
button {
  transition:
    color 0.2s ease,
    background-color 0.2s ease,
    border-color 0.2s ease,
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.announcement {
  position: relative;
  padding-block: 7px;
  color: var(--botanical-navy);
  background: var(--botanical-blush);
  border-bottom: 1px solid rgba(181, 138, 79, 0.24);
  font-family: Fraunces, Georgia, serif;
  font-size: 0.78rem;
}

.announcement::before,
.announcement::after {
  content: "❧";
  display: inline-block;
  margin-inline: 12px;
  color: var(--botanical-gold);
}

.announcement::after {
  transform: scaleX(-1);
}

.site-header {
  background: rgba(255, 253, 248, 0.96);
  border-color: rgba(10, 47, 99, 0.12);
  box-shadow: 0 5px 22px rgba(28, 43, 68, 0.04);
}

.nav-wrap {
  min-height: 72px;
}

.brand {
  gap: 11px;
  color: var(--botanical-navy);
  font-family: Fraunces, Georgia, serif;
  font-size: 1rem;
  letter-spacing: 0.025em;
}

.brand img {
  width: 48px;
  height: 48px;
}

.nav-links {
  gap: 23px;
}

.nav-links a:not(.btn) {
  position: relative;
  color: #263044;
  font-size: 0.86rem;
  letter-spacing: 0.02em;
}

.nav-links a:not(.btn)::after {
  content: "";
  position: absolute;
  right: 50%;
  bottom: -8px;
  left: 50%;
  height: 1px;
  background: var(--botanical-gold);
  transition:
    right 0.2s ease,
    left 0.2s ease;
}

.nav-links a:not(.btn):hover::after,
.nav-links a[aria-current="page"]::after {
  right: 8%;
  left: 8%;
}

.nav-links a[aria-current="page"] {
  color: var(--botanical-navy);
}

.btn,
.primary-button,
.secondary-button,
.payment-choice,
.category-tab,
.filter {
  border-radius: 12px;
}

.btn {
  min-height: 44px;
  padding: 10px 20px;
  background: var(--botanical-navy);
  border-color: var(--botanical-navy);
  box-shadow: 0 8px 20px rgba(10, 47, 99, 0.14);
  font-size: 0.88rem;
  letter-spacing: 0.015em;
}

.btn:hover {
  background: var(--botanical-navy-deep);
}

.btn.secondary {
  color: var(--botanical-navy);
  background: var(--botanical-paper);
  border-color: var(--botanical-navy);
}

.btn.secondary:hover {
  color: var(--botanical-navy-deep);
  background: var(--botanical-blush-soft);
}

.display,
.section-title,
h1,
h2,
h3 {
  color: var(--botanical-navy-deep);
  letter-spacing: -0.018em;
}

.display {
  font-size: clamp(2.7rem, 5vw, 4.7rem);
}

.section-title {
  font-size: clamp(1.85rem, 3.2vw, 3rem);
}

.eyebrow {
  color: var(--botanical-navy);
  font-size: 0.7rem;
  letter-spacing: 0.2em;
}

.lead {
  color: var(--botanical-muted);
}

.hero {
  padding: 24px 0 0;
  background: var(--botanical-ivory);
}

.hero::before {
  content: "✦  ୨୧  ✦";
  position: absolute;
  z-index: 2;
  top: 52px;
  left: 50%;
  color: var(--botanical-gold);
  font-size: 0.88rem;
  letter-spacing: 0.55em;
  transform: translateX(-50%);
}

.hero-grid {
  position: relative;
  min-height: 570px;
  padding: 92px clamp(30px, 6vw, 82px) 58px;
  overflow: hidden;
  border: 1px solid var(--botanical-navy);
  border-radius: 230px 230px 26px 26px / 130px 130px 26px 26px;
  outline: 1px solid rgba(181, 138, 79, 0.55);
  outline-offset: -9px;
  background:
    radial-gradient(circle at 12% 78%, rgba(246, 217, 214, 0.74), transparent 24%),
    radial-gradient(circle at 84% 20%, rgba(226, 232, 212, 0.75), transparent 24%),
    var(--botanical-paper);
}

.hero-grid::before,
.hero-grid::after {
  position: absolute;
  color: var(--botanical-sage);
  font-family: Georgia, serif;
  font-size: clamp(3rem, 8vw, 7rem);
  line-height: 1;
  opacity: 0.62;
  pointer-events: none;
}

.hero-grid::before {
  content: "❧";
  bottom: 14px;
  left: 16px;
  transform: rotate(-28deg);
}

.hero-grid::after {
  content: "❧";
  top: 90px;
  right: 20px;
  transform: scaleX(-1) rotate(-24deg);
}

.hero-copy {
  max-width: 520px;
}

.hero-copy em {
  color: var(--botanical-navy);
}

.hero-copy .lead {
  max-width: 510px;
}

.hero-copy .micro {
  color: var(--botanical-muted);
}

.hero-visual {
  min-height: 430px;
}

.blob {
  inset: 4% 9% 3%;
  border: 1px solid rgba(10, 47, 99, 0.55);
  border-radius: 48% 48% 22px 22px / 35% 35% 22px 22px;
  background:
    linear-gradient(rgba(255, 253, 248, 0.86), rgba(255, 253, 248, 0.86)),
    url("../images/coffee-doodle-navy.webp") center / 430px auto;
  box-shadow: inset 0 0 0 8px rgba(246, 217, 214, 0.34);
  transform: none;
}

.hero-cup {
  max-height: 390px;
  border-radius: 30px;
  filter: drop-shadow(0 18px 22px rgba(34, 34, 40, 0.17));
}

.hero-cup.main {
  right: 20%;
  top: 6%;
}

.hero-cup.left {
  bottom: 5%;
  left: -1%;
}

.hero-cup.right {
  right: 0;
  bottom: 2%;
}

.floating-card {
  top: 9%;
  right: -1%;
  padding: 12px 16px;
  border: 1px solid var(--botanical-line);
  border-radius: 11px;
  background: rgba(255, 253, 248, 0.94);
  box-shadow: var(--botanical-shadow);
  font-family: Fraunces, Georgia, serif;
  font-size: 0.9rem;
}

.floating-card small {
  color: var(--botanical-gold);
}

.trust-strip {
  margin-top: 22px;
  background: var(--botanical-blush-soft);
  border-color: rgba(181, 138, 79, 0.28);
}

.trust-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.trust-item {
  position: relative;
  padding: 24px 18px;
}

.trust-item::before {
  content: "✦";
  display: block;
  margin-bottom: 5px;
  color: var(--botanical-gold);
  font-size: 0.72rem;
}

.trust-item + .trust-item {
  border-color: rgba(181, 138, 79, 0.28);
}

.trust-item strong {
  color: var(--botanical-navy);
  font-family: Fraunces, Georgia, serif;
}

.section {
  position: relative;
  padding: 66px 0;
}

.section-sm {
  padding: 46px 0;
}

.section-head {
  align-items: center;
  margin-bottom: 26px;
}

.section-head .eyebrow,
.section-head .section-title {
  margin-right: auto;
}

.section-head .section-title::after,
.page-hero .display::after {
  content: " ୨୧ ";
  display: inline-block;
  margin-left: 0.35em;
  color: var(--botanical-gold);
  font-size: 0.36em;
  letter-spacing: 0;
  vertical-align: middle;
}

.text-link {
  color: var(--botanical-navy);
  font-size: 0.86rem;
}

.card-grid {
  grid-template-columns: repeat(auto-fill, minmax(205px, 248px));
  gap: 18px;
}

.drink-card,
.info-card {
  border-color: rgba(181, 138, 79, 0.34);
  background: var(--botanical-paper);
  box-shadow: var(--shadow-sm);
}

.drink-card {
  border-radius: 86px 86px 18px 18px / 58px 58px 18px 18px;
}

.drink-card:hover {
  border-color: rgba(10, 47, 99, 0.48);
  box-shadow: var(--botanical-shadow);
}

.drink-image,
.drink-picture-carousel {
  background:
    linear-gradient(rgba(255, 253, 248, 0.89), rgba(255, 253, 248, 0.89)),
    url("../images/coffee-doodle-navy.webp") center / 360px auto;
}

.drink-image {
  aspect-ratio: 4 / 3;
}

.drink-image img {
  border-radius: 70px 70px 12px 12px / 46px 46px 12px 12px;
}

.drink-body {
  padding: 15px 16px 17px;
}

.drink-body h3 {
  color: var(--botanical-navy);
  font-size: 1.16rem;
  letter-spacing: 0;
}

.badge {
  color: var(--botanical-navy);
  background: var(--botanical-blush-soft);
}

.split {
  gap: 56px;
}

.story-panel {
  position: relative;
  min-height: 390px;
  overflow: hidden;
  border: 1px solid var(--botanical-navy);
  border-radius: 180px 180px 22px 22px / 90px 90px 22px 22px;
  background:
    linear-gradient(180deg, rgba(8, 38, 78, 0.05), rgba(8, 38, 78, 0.84)),
    url("../images/aerocano.jpg") center / cover no-repeat;
  box-shadow: var(--botanical-shadow);
}

.story-panel::before {
  content: "";
  position: absolute;
  inset: 8px;
  border: 1px solid rgba(255, 253, 248, 0.72);
  border-radius: inherit;
  pointer-events: none;
}

.story-quote {
  position: relative;
  z-index: 1;
  max-width: 520px;
  color: #fffdf8;
  font-size: clamp(1.8rem, 3vw, 3rem);
}

.feature {
  border: 1px solid rgba(181, 138, 79, 0.26);
  border-radius: 12px;
  background: var(--botanical-paper);
}

.feature-icon {
  color: var(--botanical-navy);
  background: var(--botanical-blush-soft);
}

.rewards-band {
  position: relative;
  overflow: hidden;
  color: var(--botanical-navy-deep);
  border: 1px solid rgba(181, 138, 79, 0.44);
  border-radius: 24px;
  background:
    radial-gradient(circle at 94% 15%, rgba(255, 255, 255, 0.74), transparent 29%),
    var(--botanical-blush);
  box-shadow: var(--shadow-sm);
}

.rewards-band::before {
  content: "❧";
  position: absolute;
  right: 3%;
  bottom: -0.25em;
  color: rgba(130, 145, 118, 0.54);
  font-family: Georgia, serif;
  font-size: 7rem;
  transform: scaleX(-1) rotate(-20deg);
}

.rewards-band .eyebrow {
  color: var(--botanical-navy);
}

.rewards-band .section-title {
  color: var(--botanical-navy-deep);
}

.home-stamp-preview {
  position: relative;
  z-index: 1;
  width: min(370px, 100%);
  padding: 21px;
  border: 1px solid rgba(10, 47, 99, 0.3);
  border-radius: 18px;
  background:
    linear-gradient(rgba(255, 253, 248, 0.92), rgba(255, 253, 248, 0.92)),
    url("../images/coffee-doodle-navy.webp") center / 320px auto;
  box-shadow: 0 12px 28px rgba(52, 45, 45, 0.08);
}

.home-stamp-preview__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 13px;
  font-family: Fraunces, Georgia, serif;
  color: var(--botanical-navy);
}

.home-stamp-preview__top small {
  font-family: Inter, sans-serif;
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.home-stamp-preview__stamps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
}

.home-stamp-preview__stamps i {
  display: grid;
  aspect-ratio: 1;
  place-items: center;
  border: 1.5px dashed rgba(10, 47, 99, 0.33);
  border-radius: 50%;
  color: rgba(10, 47, 99, 0.48);
  background: rgba(255, 255, 255, 0.72);
  font-style: normal;
  font-size: 0.67rem;
  font-weight: 800;
}

.home-stamp-preview > small {
  display: block;
  margin-top: 11px;
  color: var(--botanical-muted);
  text-align: center;
}

.page-hero {
  position: relative;
  overflow: hidden;
  padding: 70px 0 54px;
  border-bottom: 1px solid rgba(181, 138, 79, 0.24);
  background:
    radial-gradient(circle at 8% 80%, rgba(246, 217, 214, 0.68), transparent 27%),
    radial-gradient(circle at 88% 24%, rgba(226, 232, 212, 0.74), transparent 25%),
    var(--botanical-ivory);
}

.page-hero::before,
.page-hero::after {
  position: absolute;
  color: rgba(130, 145, 118, 0.62);
  font-family: Georgia, serif;
  font-size: 6rem;
  pointer-events: none;
}

.page-hero::before {
  content: "❧";
  bottom: -12px;
  left: 1%;
  transform: rotate(-28deg);
}

.page-hero::after {
  content: "❧";
  top: 8px;
  right: 2%;
  transform: scaleX(-1) rotate(-24deg);
}

.page-hero .container {
  position: relative;
  z-index: 1;
}

.info-card {
  border-radius: 18px;
}

.hour-row {
  border-color: rgba(181, 138, 79, 0.3);
}

.field input,
.field select,
.field textarea {
  border-color: #d8cdbc;
  background: var(--botanical-paper);
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--botanical-navy);
  box-shadow: 0 0 0 4px rgba(246, 217, 214, 0.62);
}

.loyalty-card,
.rewards-login-panel,
.loyalty-history {
  border-color: rgba(181, 138, 79, 0.36);
  background: var(--botanical-paper);
  box-shadow: var(--shadow-sm);
}

.rewards-login-panel {
  border-radius: 20px;
}

.member-points,
.rewards-message {
  background: var(--botanical-blush-soft);
}

.loyalty-card__stamp-panel {
  border-color: rgba(181, 138, 79, 0.35);
  background: rgba(255, 253, 248, 0.92);
}

.site-footer {
  position: relative;
  margin-top: 74px;
  padding-top: 28px;
  color: var(--botanical-navy-deep);
  background:
    linear-gradient(rgba(251, 247, 239, 0.95), rgba(251, 247, 239, 0.95)),
    url("../images/coffee-doodle-navy.webp") center / 520px auto;
  border-top: 1px solid rgba(181, 138, 79, 0.35);
}

.site-footer::before {
  content: "";
  position: absolute;
  top: -18px;
  right: 0;
  left: 0;
  height: 19px;
  background:
    radial-gradient(circle at 18px -4px, transparent 21px, var(--botanical-ivory) 22px)
      0 0 / 36px 20px repeat-x;
}

.footer-grid {
  padding-top: 32px;
}

.footer-brand img {
  width: 70px;
}

.footer-links a {
  color: var(--botanical-muted);
}

.footer-links a:hover {
  color: var(--botanical-navy);
}

.footer-bottom {
  border-color: rgba(181, 138, 79, 0.34);
}

/* Menu, customiser and checkout */
body .order-shell {
  max-width: 1180px !important;
  padding-top: 42px !important;
}

body .order-intro {
  padding: 32px 36px !important;
  border: 1px solid rgba(181, 138, 79, 0.36);
  border-radius: 86px 86px 18px 18px / 48px 48px 18px 18px;
  background:
    radial-gradient(circle at 92% 15%, rgba(246, 217, 214, 0.7), transparent 25%),
    var(--botanical-paper);
}

body .order-intro h1 {
  color: var(--botanical-navy-deep) !important;
  font-size: clamp(2.2rem, 4.2vw, 3.8rem) !important;
}

body .category-tabs {
  margin-top: 18px;
}

body .category-tab {
  padding: 8px 14px !important;
  border-color: rgba(10, 47, 99, 0.28) !important;
  color: var(--botanical-navy) !important;
  background: var(--botanical-paper) !important;
}

body .category-tab.active {
  color: var(--botanical-navy-deep) !important;
  border-color: rgba(181, 138, 79, 0.5) !important;
  background: var(--botanical-blush) !important;
}

body .menu-section {
  margin-top: 34px !important;
}

body .menu-section h2 {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--botanical-navy-deep) !important;
  font-size: 1.55rem;
}

body .menu-section h2::after {
  content: "୨୧";
  color: var(--botanical-gold);
  font-size: 0.56em;
}

body .menu-grid {
  gap: 16px !important;
}

body .menu-card {
  border-color: rgba(181, 138, 79, 0.34) !important;
  border-radius: 74px 74px 16px 16px / 44px 44px 16px 16px !important;
  background: var(--botanical-paper) !important;
}

body .menu-card:hover {
  border-color: rgba(10, 47, 99, 0.46) !important;
  box-shadow: var(--botanical-shadow) !important;
}

body .menu-card img,
body .menu-card > .drink-picture-carousel {
  background:
    linear-gradient(rgba(255, 253, 248, 0.9), rgba(255, 253, 248, 0.9)),
    url("../images/coffee-doodle-navy.webp") center / 320px auto !important;
}

body .menu-card h3,
body .menu-card-footer {
  color: var(--botanical-navy) !important;
}

body .floating-cart,
body .primary-button {
  color: #fff !important;
  background: var(--botanical-navy) !important;
  box-shadow: 0 14px 32px rgba(10, 47, 99, 0.22) !important;
}

body .customiser-dialog,
body .cart-drawer {
  background: var(--botanical-paper) !important;
}

body .customiser-dialog {
  border: 1px solid rgba(181, 138, 79, 0.5);
  border-radius: 24px !important;
}

body .customiser-gallery {
  background:
    linear-gradient(rgba(251, 247, 239, 0.88), rgba(251, 247, 239, 0.88)),
    url("../images/coffee-doodle-navy.webp") center / 420px auto !important;
}

body .customiser-heading,
body .customiser-group,
body .recommendations,
body .cart-line,
body .drawer-header,
body .drawer-footer {
  border-color: rgba(181, 138, 79, 0.28) !important;
}

body .customiser-heading h2,
body .recommendations h3,
body .drawer-header h2,
body .cart-line h3 {
  color: var(--botanical-navy-deep) !important;
}

body .customiser-choice input {
  accent-color: var(--botanical-navy) !important;
}

body .checkout-card,
body .status-card {
  border-color: rgba(181, 138, 79, 0.34) !important;
  border-radius: 17px !important;
  background: var(--botanical-paper) !important;
  box-shadow: var(--shadow-sm) !important;
}

body .payment-note,
body .status-pill {
  color: var(--botanical-navy-deep) !important;
  background: var(--botanical-blush-soft) !important;
}

body .payment-choice:first-child,
body .tip-button.active {
  background: var(--botanical-navy) !important;
}

@media (max-width: 980px) {
  .hero-grid {
    grid-template-columns: 1fr;
    padding-top: 90px;
    border-radius: 170px 170px 24px 24px / 90px 90px 24px 24px;
  }

  .hero-copy {
    max-width: 680px;
    margin-inline: auto;
    text-align: center;
  }

  .hero-copy .actions {
    justify-content: center;
  }

  .hero-visual {
    width: min(620px, 100%);
    margin-inline: auto;
  }
}

@media (max-width: 760px) {
  .announcement::before,
  .announcement::after {
    display: none;
  }

  .nav-links {
    top: 72px;
    padding: 18px 22px 24px;
    background: var(--botanical-paper);
  }

  .nav-links a:not(.btn) {
    padding-inline: 6px;
  }

  .hero {
    padding-top: 14px;
  }

  .hero::before {
    top: 34px;
  }

  .hero-grid {
    width: min(100% - 22px, 1180px);
    padding: 74px 22px 34px;
    border-radius: 120px 120px 20px 20px / 70px 70px 20px 20px;
  }

  .hero-grid::before,
  .hero-grid::after {
    font-size: 3.5rem;
  }

  .hero-visual {
    min-height: 310px;
  }

  .hero-cup.main {
    right: 18%;
  }

  .trust-grid {
    grid-template-columns: 1fr;
  }

  .trust-item + .trust-item {
    border-top: 1px solid rgba(181, 138, 79, 0.25);
  }

  .section-head {
    align-items: flex-start;
  }

  .story-panel {
    min-height: 310px;
    border-radius: 110px 110px 18px 18px / 60px 60px 18px 18px;
  }

  .rewards-band {
    padding: 28px 20px;
  }

  .home-stamp-preview {
    width: 100%;
  }

  .page-hero {
    padding: 52px 0 40px;
  }

  .page-hero::before,
  .page-hero::after {
    font-size: 3.5rem;
  }

  body .order-shell {
    padding-top: 24px !important;
  }

  body .order-intro {
    padding: 26px 22px !important;
    border-radius: 74px 74px 16px 16px / 42px 42px 16px 16px;
  }
}

@media (max-width: 600px) {
  .display {
    font-size: clamp(2.25rem, 10vw, 3.25rem);
  }

  .section-title {
    font-size: clamp(1.7rem, 7.8vw, 2.4rem);
  }

  .section {
    padding: 48px 0;
  }

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

  .drink-card {
    border-radius: 46px 46px 14px 14px / 30px 30px 14px 14px;
  }

  .drink-body {
    padding: 12px;
  }

  .hero-visual {
    min-height: 285px;
  }

  .floating-card {
    display: none;
  }

  .home-stamp-preview__stamps {
    gap: 6px;
  }

  .footer-grid {
    padding-top: 20px;
  }

  body .menu-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body .menu-card {
    border-radius: 44px 44px 13px 13px / 28px 28px 13px 13px !important;
  }
}

@media (max-width: 390px) {
  .card-grid,
  body .menu-grid {
    grid-template-columns: 1fr !important;
  }
}

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

/* V8.9.1 — richer botanical layer inspired by the approved moodboard */
.hero-grid::before,
.hero-grid::after,
.page-hero::before,
.page-hero::after {
  content: "";
  width: clamp(150px, 22vw, 300px);
  height: clamp(190px, 29vw, 390px);
  background: url("../images/botanical-corner.png") left bottom / contain no-repeat;
  opacity: 0.9;
  filter: saturate(0.88);
}

.hero-grid::before {
  bottom: -34px;
  left: -34px;
  transform: none;
}

.hero-grid::after {
  top: auto;
  right: -34px;
  bottom: -34px;
  transform: scaleX(-1);
}

.hero-copy,
.hero-visual {
  position: relative;
  z-index: 2;
}

.page-hero::before {
  bottom: -76px;
  left: -42px;
  transform: none;
}

.page-hero::after {
  top: auto;
  right: -42px;
  bottom: -76px;
  transform: scaleX(-1);
}

.trust-strip {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.76);
}

.trust-item:nth-child(1)::before {
  content: "❀";
}

.trust-item:nth-child(2)::before {
  content: "୨୧";
}

.trust-item:nth-child(3)::before {
  content: "❧";
}

.container.split {
  position: relative;
  padding: clamp(28px, 4vw, 54px);
  overflow: hidden;
  border: 1px solid rgba(181, 138, 79, 0.26);
  border-radius: 30px;
  background:
    radial-gradient(circle at 96% 6%, rgba(255, 255, 255, 0.72), transparent 27%),
    var(--botanical-blush-soft);
  box-shadow: var(--shadow-sm);
}

.container.split::after {
  content: "";
  position: absolute;
  z-index: 0;
  right: -64px;
  bottom: -86px;
  width: 250px;
  height: 320px;
  background: url("../images/botanical-corner.png") left bottom / contain no-repeat;
  opacity: 0.48;
  pointer-events: none;
  transform: scaleX(-1);
}

.container.split > * {
  position: relative;
  z-index: 1;
}

.section:has(.container.split) {
  padding-block: 54px;
}

.section:has(.card-grid) {
  isolation: isolate;
}

.section:has(.card-grid)::before,
.section:has(.card-grid)::after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: -36px;
  width: 170px;
  height: 230px;
  background: url("../images/botanical-corner.png") left bottom / contain no-repeat;
  opacity: 0.2;
  pointer-events: none;
}

.section:has(.card-grid)::before {
  left: -58px;
}

.section:has(.card-grid)::after {
  right: -58px;
  transform: scaleX(-1);
}

.rewards-band::before {
  content: "";
  right: -26px;
  bottom: -74px;
  width: 230px;
  height: 300px;
  background: url("../images/botanical-corner.png") left bottom / contain no-repeat;
  opacity: 0.58;
  transform: scaleX(-1);
}

.rewards-account-section,
.rewards-how {
  position: relative;
}

.rewards-how {
  border-block: 1px solid rgba(181, 138, 79, 0.25);
  background: var(--botanical-blush-soft);
}

.rewards-how::before,
.rewards-account-section::after {
  content: "";
  position: absolute;
  width: 190px;
  height: 250px;
  background: url("../images/botanical-corner.png") left bottom / contain no-repeat;
  opacity: 0.3;
  pointer-events: none;
}

.rewards-how::before {
  bottom: -42px;
  left: -48px;
}

.rewards-account-section::after {
  right: -48px;
  bottom: -30px;
  transform: scaleX(-1);
}

.contact-grid .info-card,
.info-grid .info-card {
  background:
    linear-gradient(rgba(255, 253, 248, 0.9), rgba(255, 253, 248, 0.9)),
    linear-gradient(135deg, var(--botanical-blush-soft), var(--botanical-paper));
}

.site-footer::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: min(280px, 28vw);
  height: min(330px, 36vw);
  background: url("../images/botanical-corner.png") left bottom / contain no-repeat;
  opacity: 0.48;
  pointer-events: none;
  transform: scaleX(-1);
}

.footer-grid,
.footer-bottom {
  position: relative;
  z-index: 1;
}

body .order-intro {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(circle at 91% 10%, rgba(246, 217, 214, 0.84), transparent 29%),
    var(--botanical-paper);
}

body .order-intro::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: -44px;
  bottom: -88px;
  width: 190px;
  height: 250px;
  background: url("../images/botanical-corner.png") left bottom / contain no-repeat;
  opacity: 0.42;
  pointer-events: none;
  transform: scaleX(-1);
}

body .checkout-card:nth-of-type(even) {
  background:
    linear-gradient(rgba(255, 253, 248, 0.94), rgba(255, 253, 248, 0.94)),
    var(--botanical-blush-soft) !important;
}

@media (max-width: 760px) {
  .hero-grid::before,
  .hero-grid::after {
    width: 142px;
    height: 185px;
    opacity: 0.72;
  }

  .page-hero::before,
  .page-hero::after {
    width: 118px;
    height: 160px;
    opacity: 0.58;
  }

  .container.split {
    padding: 22px;
    border-radius: 22px;
  }

  .container.split::after,
  .rewards-account-section::after {
    opacity: 0.2;
  }

  .site-footer::after {
    width: 155px;
    height: 205px;
    opacity: 0.32;
  }
}

@media (max-width: 520px) {
  .hero-grid::before {
    left: -62px;
  }

  .hero-grid::after {
    right: -62px;
  }

  .page-hero::before {
    left: -72px;
  }

  .page-hero::after {
    right: -72px;
  }

  .section:has(.card-grid)::before,
  .section:has(.card-grid)::after {
    display: none;
  }
}

/* V8.9.2 — clean botanical polish */
body {
  background:
    radial-gradient(circle at 4% 10%, rgba(246, 217, 214, 0.22), transparent 24rem),
    radial-gradient(circle at 96% 32%, rgba(214, 225, 207, 0.2), transparent 25rem),
    var(--botanical-ivory);
}

.hero {
  background: transparent;
}

.hero-grid {
  min-height: 525px;
  padding-top: 78px;
  background:
    radial-gradient(circle at 13% 78%, rgba(246, 217, 214, 0.64), transparent 25%),
    radial-gradient(circle at 85% 19%, rgba(225, 233, 213, 0.62), transparent 25%),
    var(--botanical-paper);
}

.hero-grid::before,
.hero-grid::after,
.page-hero::before,
.page-hero::after,
.container.split::after,
.site-footer::after,
.rewards-how::before,
.rewards-account-section::after {
  background-image: url("../images/botanical-blue-ivory-corner.png");
  filter: saturate(0.86);
}

.display {
  font-size: clamp(2.45rem, 4.6vw, 4.25rem);
}

.section-title {
  font-size: clamp(1.7rem, 2.8vw, 2.65rem);
}

.hero-visual {
  min-height: 400px;
}

.blob {
  background:
    linear-gradient(rgba(255, 253, 248, 0.82), rgba(255, 253, 248, 0.82)),
    radial-gradient(circle at 52% 42%, rgba(226, 234, 216, 0.7), transparent 48%),
    var(--botanical-blush-soft);
}

.hero-cup {
  box-sizing: border-box;
  object-fit: contain;
  padding: clamp(8px, 1.4vw, 15px);
  border: 1px solid rgba(181, 138, 79, 0.2);
  background:
    radial-gradient(circle at 50% 45%, #fff 0 42%, transparent 70%),
    linear-gradient(145deg, #fffdf9, #f6eee4);
  box-shadow: 0 16px 38px rgba(38, 48, 68, 0.13);
  filter: saturate(0.9) contrast(0.98);
  transition: opacity 0.2s ease, transform 0.25s ease;
}

.hero-cup.is-changing {
  opacity: 0.12;
}

.hero-cup.main {
  width: min(49%, 300px);
}

.hero-cup.left,
.hero-cup.right {
  width: min(34%, 210px);
}

.hero-visual.has-monthly-feature .hero-cup.left,
.hero-visual.has-monthly-feature .hero-cup.right {
  display: none;
}

.hero-visual.has-monthly-feature .hero-cup.main {
  width: min(50%, 270px);
  aspect-ratio: 1 / 1;
  height: auto;
  inset: auto auto calc(3% + 18px) 50% !important;
  margin: 0 !important;
  padding: 0;
  object-fit: cover;
  border-radius: 22px;
  box-shadow: 0 18px 42px rgba(18, 46, 79, 0.14);
  transform: translateX(-50%) !important;
}

.hero-visual.has-monthly-feature .floating-card {
  right: 4%;
}

.trust-strip,
.rewards-band,
.customer-love {
  background: var(--botanical-blush-soft);
}

.section:has(.card-grid)::before,
.section:has(.card-grid)::after {
  background-image: url("../images/botanical-blue-ivory-corner.png");
}

.card-grid {
  grid-template-columns: repeat(auto-fill, minmax(195px, 232px));
  gap: 16px;
}

.drink-card {
  border-radius: 66px 66px 16px 16px / 42px 42px 16px 16px;
}

.drink-image,
.drink-picture-carousel {
  aspect-ratio: 4 / 3;
  background:
    radial-gradient(circle at 50% 48%, rgba(255, 255, 255, 0.96), transparent 62%),
    linear-gradient(145deg, #fffdf9, #f6eee5);
}

.drink-carousel-slide,
.drink-image img {
  object-fit: contain !important;
  padding: 10px;
  filter: saturate(0.93) contrast(0.98);
}

.drink-body {
  padding: 17px;
}

.drink-body h3 {
  margin: 9px 0 6px;
  font-size: 1.24rem;
}

.drink-body p {
  min-height: 54px;
  font-size: 0.87rem;
  line-height: 1.55;
}

.rewards-band {
  border: 1px solid rgba(181, 138, 79, 0.25);
}

.home-stamp-preview,
.loyalty-card__stamp-panel {
  background: rgba(255, 253, 248, 0.96);
}

.home-stamp-preview__stamps i,
.loyalty-card__stamps i {
  position: relative;
  overflow: hidden;
  border: 1.5px dashed rgba(10, 47, 99, 0.28);
  background:
    rgba(255, 255, 255, 0.78)
    url("../images/blue-owl-logo.png") center / 64% no-repeat;
  color: transparent;
  opacity: 0.34;
  filter: grayscale(0.8) saturate(0.35);
}

.loyalty-card__stamps i span {
  display: none;
}

.loyalty-card__stamps i img {
  display: none;
}

.loyalty-card__stamps i.filled {
  border-style: solid;
  border-color: var(--botanical-navy);
  background:
    #fff url("../images/blue-owl-logo.png") center / 75% no-repeat;
  opacity: 1;
  filter: none;
}

.customer-love {
  position: relative;
  overflow: hidden;
  padding-block: 58px;
  border-block: 1px solid rgba(181, 138, 79, 0.24);
}

.customer-love::before,
.customer-love::after {
  content: "";
  position: absolute;
  bottom: -95px;
  width: 245px;
  height: 315px;
  background: url("../images/botanical-blue-ivory-corner.png") left bottom / contain no-repeat;
  opacity: 0.52;
  pointer-events: none;
}

.customer-love::before {
  left: -58px;
}

.customer-love::after {
  right: -58px;
  transform: scaleX(-1);
}

.customer-love .container {
  position: relative;
  z-index: 1;
}

.customer-love__heading {
  align-items: end;
}

.review-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.review-card {
  display: grid;
  gap: 10px;
  min-height: 165px;
  padding: 25px;
  border: 1px solid rgba(181, 138, 79, 0.3);
  border-radius: 62px 62px 15px 15px / 34px 34px 15px 15px;
  color: var(--botanical-navy-deep);
  background: rgba(255, 253, 248, 0.92);
  box-shadow: var(--shadow-sm);
  text-align: center;
}

.review-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--botanical-shadow);
}

.review-stars {
  color: var(--botanical-gold);
  letter-spacing: 0.14em;
}

.review-card p {
  margin: 0;
  font-family: Fraunces, Georgia, serif;
  font-size: 1.05rem;
  line-height: 1.55;
}

.review-card small {
  color: var(--botanical-muted);
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.site-footer {
  background:
    linear-gradient(rgba(252, 236, 234, 0.94), rgba(252, 236, 234, 0.94)),
    radial-gradient(circle at 20% 30%, #fffdf8, transparent 48%);
}

body .order-shell,
body .order-page,
.page-hero,
.loyalty-card__doodle {
  background-image: none !important;
}

@media (max-width: 760px) {
  .hero-grid {
    min-height: auto;
    padding-top: 68px;
  }

  .hero-visual {
    min-height: 360px;
  }

  .hero-visual.has-monthly-feature .hero-cup.main {
    width: min(58%, 230px);
    inset: auto auto calc(3% + 16px) 50% !important;
  }

  .review-grid {
    grid-template-columns: 1fr;
  }

  .review-card {
    min-height: 0;
    padding: 21px;
  }
}

@media (max-width: 520px) {
  .card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .drink-body {
    padding: 14px;
  }

  .drink-body h3 {
    font-size: 1.02rem;
  }

  .drink-body p {
    min-height: 0;
    font-size: 0.8rem;
  }

  .customer-love::before,
  .customer-love::after {
    opacity: 0.24;
  }
}

@media (max-width: 390px) {
  .card-grid {
    grid-template-columns: 1fr !important;
  }
}

/* V8.9.5 — monthly postcard and Blue Owl Storybook Counter */
.monthly-feature-bow,
.monthly-feature-caption {
  display: none;
}

.hero-visual.has-monthly-feature {
  --monthly-frame-size: min(74%, 340px);
  isolation: isolate;
}

.hero-visual.has-monthly-feature .blob {
  z-index: 1;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  width: var(--monthly-frame-size);
  aspect-ratio: 1 / 1;
  height: auto;
  padding: 18px;
  border: 2px solid var(--botanical-navy);
  border-radius: 38px;
  outline: 8px solid var(--botanical-blush);
  outline-offset: 5px;
  background:
    radial-gradient(circle at 9% 10%, rgba(255, 255, 255, 0.68), transparent 25%),
    var(--botanical-blush-soft);
  box-shadow:
    0 20px 48px rgba(10, 47, 99, 0.13),
    inset 0 0 0 6px var(--botanical-paper);
  transform: translate(-50%, -50%);
}

.hero-visual.has-monthly-feature .blob::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -18px;
  border: 8px dotted var(--botanical-blush);
  border-radius: 46px;
  pointer-events: none;
}

.hero-visual.has-monthly-feature .blob::after {
  content: "";
  position: absolute;
  z-index: 4;
  right: -42px;
  bottom: -43px;
  width: 124px;
  height: 154px;
  background: url("../images/botanical-blue-ivory-corner.png") left bottom / contain
    no-repeat;
  filter: saturate(0.82);
  pointer-events: none;
  transform: scaleX(-1);
}

.hero-visual.has-monthly-feature .hero-cup.main {
  z-index: 3;
  top: 50% !important;
  right: auto !important;
  bottom: auto !important;
  left: 50% !important;
  width: calc(var(--monthly-frame-size) - 38px);
  max-width: none;
  height: auto;
  margin: 0 !important;
  padding: 0;
  border: 2px solid var(--botanical-paper);
  border-radius: 24px;
  outline: 1px solid rgba(10, 47, 99, 0.72);
  outline-offset: 3px;
  object-fit: cover;
  box-shadow: none;
  filter: saturate(0.96) contrast(0.99);
  transform: translate(-50%, -50%) !important;
}

.hero-visual.has-monthly-feature .floating-card {
  display: none;
}

.hero-visual.has-monthly-feature .monthly-feature-bow {
  display: block;
  position: absolute;
  z-index: 6;
  top: calc(50% - (var(--monthly-frame-size) / 2) - 24px);
  left: 50%;
  width: 104px;
  height: 66px;
  pointer-events: none;
  transform: translateX(-50%);
}

.monthly-feature-bow::before,
.monthly-feature-bow::after {
  content: "";
  position: absolute;
  top: 8px;
  width: 48px;
  height: 34px;
  border: 2px solid rgba(255, 253, 248, 0.72);
  background: var(--botanical-navy);
  box-shadow: 0 6px 14px rgba(8, 38, 78, 0.18);
}

.monthly-feature-bow::before {
  left: 3px;
  border-radius: 64% 36% 58% 42%;
  transform: rotate(13deg);
}

.monthly-feature-bow::after {
  right: 3px;
  border-radius: 36% 64% 42% 58%;
  transform: rotate(-13deg);
}

.monthly-feature-bow span {
  position: absolute;
  z-index: 2;
  top: 14px;
  left: 50%;
  width: 24px;
  height: 25px;
  border: 2px solid rgba(255, 253, 248, 0.72);
  border-radius: 48%;
  background: var(--botanical-navy-deep);
  transform: translateX(-50%);
}

.monthly-feature-bow span::before,
.monthly-feature-bow span::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 15px;
  width: 23px;
  height: 40px;
  background: var(--botanical-navy);
  clip-path: polygon(0 0, 100% 12%, 78% 100%, 48% 74%, 13% 98%);
}

.monthly-feature-bow span::before {
  right: 9px;
  transform: rotate(10deg);
}

.monthly-feature-bow span::after {
  left: 9px;
  transform: scaleX(-1) rotate(10deg);
}

.hero-visual.has-monthly-feature .monthly-feature-caption {
  display: grid;
  position: absolute;
  z-index: 7;
  right: auto;
  bottom: calc(50% - (var(--monthly-frame-size) / 2) - 19px);
  left: 50%;
  min-width: min(86%, 318px);
  padding: 10px 22px 11px;
  border: 1px solid var(--botanical-navy);
  border-radius: 10px;
  outline: 4px solid var(--botanical-paper);
  color: var(--botanical-navy-deep);
  background: var(--botanical-paper);
  box-shadow: 0 9px 22px rgba(10, 47, 99, 0.12);
  text-align: center;
  transform: translateX(-50%);
}

.monthly-feature-caption small {
  color: var(--botanical-gold);
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.13em;
}

.monthly-feature-caption strong {
  margin-top: 2px;
  font-family: Fraunces, Georgia, serif;
  font-size: 1.02rem;
}

.storybook-section {
  padding-block: 56px;
}

.storybook-counter {
  position: relative;
  min-height: 510px;
  overflow: hidden;
  border: 1px solid rgba(10, 47, 99, 0.78);
  border-radius: 30px;
  outline: 1px solid rgba(181, 138, 79, 0.7);
  outline-offset: -9px;
  background: var(--botanical-paper);
  box-shadow: var(--botanical-shadow);
}

.storybook-counter__art {
  position: absolute;
  inset: 0;
  background: url("../images/blue-owl-storybook-counter.webp") center / cover no-repeat;
}

.storybook-counter__copy {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: center;
  width: 48%;
  min-height: 510px;
  padding: clamp(42px, 6vw, 78px);
}

.storybook-counter__copy::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 12% -8% 12% 4%;
  border-radius: 26px;
  background: linear-gradient(
    90deg,
    rgba(255, 253, 248, 0.92) 0%,
    rgba(255, 253, 248, 0.74) 72%,
    transparent 100%
  );
  filter: blur(7px);
}

.storybook-counter__copy .section-title {
  margin: 10px 0 16px;
  font-size: clamp(2.15rem, 3.6vw, 3.6rem);
  line-height: 1.06;
}

.storybook-counter__copy .section-title em {
  color: var(--botanical-navy);
  font-style: italic;
}

.storybook-counter__copy .lead {
  max-width: 430px;
  margin: 0;
  line-height: 1.75;
}

.storybook-counter__copy .actions {
  margin-top: 24px;
}

.footer-brand img {
  margin-bottom: 20px;
}

.footer-brand h3 {
  margin-top: 0;
}

@media (max-width: 980px) {
  .hero-visual.has-monthly-feature {
    --monthly-frame-size: min(68vw, 340px);
  }

  .storybook-counter {
    min-height: 620px;
  }

  .storybook-counter__art {
    background-position: 58% center;
  }

  .storybook-counter__copy {
    width: 55%;
    min-height: 620px;
    padding: 50px;
  }
}

@media (max-width: 760px) {
  .hero-visual.has-monthly-feature {
    --monthly-frame-size: min(70vw, 292px);
    min-height: 390px;
  }

  .hero-visual.has-monthly-feature .monthly-feature-caption {
    bottom: calc(50% - (var(--monthly-frame-size) / 2) - 20px);
    min-width: min(82%, 286px);
  }

  .storybook-counter {
    display: grid;
    min-height: 0;
    border-radius: 24px;
  }

  .storybook-counter__copy {
    grid-row: 1;
    width: 100%;
    min-height: 0;
    padding: 42px 30px 36px;
    background:
      radial-gradient(circle at 94% 10%, rgba(246, 217, 214, 0.62), transparent 30%),
      var(--botanical-paper);
  }

  .storybook-counter__copy::before {
    display: none;
  }

  .storybook-counter__copy .section-title {
    font-size: clamp(2.05rem, 10vw, 3rem);
  }

  .storybook-counter__art {
    position: relative;
    grid-row: 2;
    min-height: 360px;
    border-top: 1px solid rgba(181, 138, 79, 0.42);
    background-position: 69% center;
    background-size: cover;
  }
}

@media (max-width: 520px) {
  .hero-visual.has-monthly-feature {
    --monthly-frame-size: min(76vw, 278px);
  }

  .hero-visual.has-monthly-feature .blob::after {
    right: -28px;
    bottom: -34px;
    width: 94px;
    height: 118px;
  }

  .hero-visual.has-monthly-feature .monthly-feature-bow {
    transform: translateX(-50%) scale(0.88);
  }

  .monthly-feature-caption strong {
    font-size: 0.94rem;
  }

  .storybook-section {
    padding-block: 44px;
  }

  .storybook-counter__copy {
    padding: 38px 24px 32px;
  }

  .storybook-counter__art {
    min-height: 315px;
    background-position: 70% center;
  }
}

/* V8.9.6 — placement cleanup, story page and reliable Admin preview */
.hero-grid::before,
.hero-grid::after,
.page-hero::before,
.page-hero::after,
.site-footer::after,
.hero-visual.has-monthly-feature .blob::after {
  display: none !important;
}

.hero-visual.has-monthly-feature {
  --monthly-frame-size: min(70%, 320px);
}

.hero-visual.has-monthly-feature .monthly-feature-bow {
  top: calc(50% - (var(--monthly-frame-size) / 2) - 25px);
  width: 70px;
  height: 42px;
}

.monthly-feature-bow::before,
.monthly-feature-bow::after {
  top: 7px;
  width: 31px;
  height: 21px;
  border-width: 1px;
  box-shadow: 0 4px 10px rgba(8, 38, 78, 0.14);
}

.monthly-feature-bow::before {
  left: 4px;
  transform: rotate(9deg);
}

.monthly-feature-bow::after {
  right: 4px;
  transform: rotate(-9deg);
}

.monthly-feature-bow span {
  top: 9px;
  width: 17px;
  height: 18px;
  border-width: 1px;
}

.monthly-feature-bow span::before,
.monthly-feature-bow span::after {
  display: none;
}

.story-values-intro {
  max-width: 760px;
  margin-bottom: 32px;
  text-align: center;
}

.story-values-intro .lead {
  max-width: 680px;
  margin: 0 auto;
  line-height: 1.75;
}

.story-values-grid {
  padding-bottom: 8px;
}

@media (max-width: 760px) {
  .hero-visual.has-monthly-feature {
    --monthly-frame-size: min(68vw, 276px);
  }

  .hero-visual.has-monthly-feature .monthly-feature-bow {
    transform: translateX(-50%);
  }

  .storybook-counter--story-page .storybook-counter__art {
    background-position: 70% center;
  }
}

@media (max-width: 520px) {
  .hero-visual.has-monthly-feature {
    --monthly-frame-size: min(72vw, 264px);
  }
}

/* V8.9.7 — botanicals anchored to visible artwork, not transparent padding */
.hero-visual.has-monthly-feature .blob::after {
  display: block !important;
  right: -34px;
  bottom: 48px;
  width: 82px;
  height: 76px;
  background: url("../images/botanical-blue-ivory-cluster.webp") center / contain
    no-repeat;
  opacity: 0.76;
  transform: none;
}

.customer-love::before,
.customer-love::after {
  display: block;
  z-index: 0;
  bottom: -66px;
  width: clamp(170px, 17vw, 230px);
  height: clamp(154px, 15.5vw, 208px);
  background: url("../images/botanical-blue-ivory-cluster.webp") center / contain
    no-repeat;
  opacity: 0.34;
}

.customer-love::before {
  left: -52px;
  transform: scaleX(-1);
}

.customer-love::after {
  right: -52px;
  transform: none;
}

.section:has(.card-grid)::before,
.section:has(.card-grid)::after {
  width: 142px;
  height: 128px;
  bottom: -18px;
  background: url("../images/botanical-blue-ivory-cluster.webp") center / contain
    no-repeat;
  opacity: 0.22;
}

.section:has(.card-grid)::before {
  left: -34px;
  transform: scaleX(-1);
}

.section:has(.card-grid)::after {
  right: -34px;
  transform: none;
}

@media (max-width: 760px) {
  .hero-visual.has-monthly-feature .blob::after {
    right: -27px;
    bottom: 42px;
    width: 68px;
    height: 64px;
  }

  .customer-love::before {
    display: none;
  }

  .customer-love::after {
    right: -42px;
    bottom: -50px;
    width: 155px;
    height: 140px;
    opacity: 0.28;
  }

  .section:has(.card-grid)::before,
  .section:has(.card-grid)::after {
    display: none;
  }
}

/* V8.9.8 — attach botanicals to their frames */
.hero-visual.has-monthly-feature .blob::after {
  right: -12px;
  bottom: -14px;
  width: 104px;
  height: 94px;
  opacity: 0.78;
}

.rewards-how::before,
.rewards-account-section::after {
  display: none !important;
}

.rewards-live-card::before {
  content: "";
  position: absolute;
  z-index: 0;
  right: -18px;
  bottom: -14px;
  width: 112px;
  height: 102px;
  background: url("../images/botanical-blue-ivory-cluster.webp") center / contain
    no-repeat;
  opacity: 0.32;
  pointer-events: none;
}

.rewards-live-card .loyalty-card__content {
  position: relative;
  z-index: 1;
}

.rewards-how .info-card {
  position: relative;
  isolation: isolate;
  overflow: visible;
}

.rewards-how .info-card:first-child::after,
.rewards-how .info-card:last-child::after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: -19px;
  width: 88px;
  height: 80px;
  background: url("../images/botanical-blue-ivory-cluster.webp") center / contain
    no-repeat;
  opacity: 0.58;
  pointer-events: none;
}

.rewards-how .info-card:first-child::after {
  left: -17px;
  transform: scaleX(-1);
}

.rewards-how .info-card:last-child::after {
  right: -17px;
}

@media (max-width: 760px) {
  .hero-visual.has-monthly-feature .blob::after {
    right: -9px;
    bottom: -11px;
    width: 84px;
    height: 76px;
  }

  .rewards-live-card::before {
    right: -13px;
    bottom: -11px;
    width: 92px;
    height: 84px;
  }

  .rewards-how .info-card:first-child::after,
  .rewards-how .info-card:last-child::after {
    bottom: -14px;
    width: 70px;
    height: 64px;
  }

  .rewards-how .info-card:first-child::after {
    left: -10px;
  }

  .rewards-how .info-card:last-child::after {
    right: -10px;
  }
}

/* V8.9.9 — Option C postcard, calm homepage CTA and Parisian footer */
.hero-visual.has-monthly-feature {
  --monthly-frame-size: min(74%, 344px);
}

.hero-visual.has-monthly-feature .blob {
  padding: 16px;
  border: 2px solid var(--botanical-navy);
  border-radius: 18px;
  outline: 6px solid var(--botanical-paper);
  outline-offset: -10px;
  background: var(--botanical-blush-soft);
  box-shadow:
    0 20px 48px rgba(10, 47, 99, 0.14),
    0 0 0 10px var(--botanical-blush);
}

.hero-visual.has-monthly-feature .blob::before {
  inset: -17px;
  border: 9px dotted var(--botanical-blush);
  border-radius: 24px;
  outline: 2px solid var(--botanical-navy);
  outline-offset: -5px;
  background: transparent;
}

.hero-visual.has-monthly-feature .hero-cup.main {
  width: calc(var(--monthly-frame-size) - 32px);
  border-radius: 8px;
  outline: 2px solid var(--botanical-navy);
  outline-offset: 3px;
}

.hero-visual.has-monthly-feature .monthly-feature-bow {
  top: calc(50% - (var(--monthly-frame-size) / 2) - 52px);
  width: 132px;
  height: 88px;
}

.hero-visual.has-monthly-feature .monthly-feature-bow::before,
.hero-visual.has-monthly-feature .monthly-feature-bow::after {
  top: 8px;
  width: 61px;
  height: 40px;
  border-width: 1px;
  background:
    linear-gradient(150deg, rgba(255, 255, 255, 0.17), transparent 44%),
    var(--botanical-navy);
}

.hero-visual.has-monthly-feature .monthly-feature-bow span {
  top: 17px;
  width: 27px;
  height: 30px;
}

.hero-visual.has-monthly-feature .monthly-feature-bow span::before,
.hero-visual.has-monthly-feature .monthly-feature-bow span::after {
  top: 19px;
  width: 30px;
  height: 54px;
}

.hero-visual.has-monthly-feature .monthly-feature-caption {
  bottom: calc(50% - (var(--monthly-frame-size) / 2) - 28px);
  min-width: min(91%, 350px);
  padding: 11px 28px 12px;
  border: 2px solid var(--botanical-navy);
  border-radius: 5px;
  outline: 3px solid var(--botanical-paper);
  clip-path: polygon(
    6% 0,
    94% 0,
    94% 13%,
    100% 24%,
    97% 50%,
    100% 76%,
    94% 87%,
    94% 100%,
    6% 100%,
    6% 87%,
    0 76%,
    3% 50%,
    0 24%,
    6% 13%
  );
}

.hero-visual.has-monthly-feature .blob::after {
  right: -28px;
  bottom: -30px;
  width: 128px;
  height: 116px;
  opacity: 0.9;
}

.hero-visual.has-monthly-feature .monthly-feature-caption::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: -17px;
  left: -25px;
  width: 78px;
  height: 72px;
  background: url("../images/botanical-blue-ivory-cluster.webp") center / contain
    no-repeat;
  opacity: 0.62;
  pointer-events: none;
  transform: scaleX(-1);
}

.home-menu-cta-section {
  padding-block: clamp(40px, 5vw, 66px);
}

.home-menu-cta {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 34px;
  overflow: hidden;
  padding: clamp(28px, 4vw, 46px) clamp(30px, 6vw, 72px);
  border: 1px solid rgba(10, 47, 99, 0.68);
  border-radius: 72px 72px 20px 20px / 38px 38px 20px 20px;
  outline: 1px solid rgba(181, 138, 79, 0.62);
  outline-offset: -9px;
  background:
    radial-gradient(circle at 8% 12%, rgba(246, 217, 214, 0.68), transparent 28%),
    radial-gradient(circle at 92% 86%, rgba(214, 225, 207, 0.58), transparent 30%),
    var(--botanical-paper);
  box-shadow: var(--shadow-sm);
}

.home-menu-cta > * {
  position: relative;
  z-index: 2;
}

.home-menu-cta .section-title {
  margin-bottom: 10px;
  font-size: clamp(1.8rem, 3vw, 2.75rem);
}

.home-menu-cta p:not(.eyebrow) {
  max-width: 670px;
  margin: 0;
  color: var(--botanical-muted);
}

.home-menu-cta__button {
  min-width: 190px;
}

.home-menu-cta__action {
  position: relative;
  z-index: 3;
  display: flex;
  width: 190px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transform: translateY(8px);
}

.owl-menu-peeker {
  display: block;
  width: 104px;
  height: auto;
  margin: 0 auto -4px;
  pointer-events: none;
}

.home-menu-cta__action .home-menu-cta__button {
  position: relative;
  z-index: 2;
}

.customer-love__review-action {
  display: flex;
  min-width: 215px;
  align-items: center;
  flex-direction: column;
}

.owl-family-twig {
  display: block;
  width: 168px;
  height: auto;
  margin-bottom: -4px;
  pointer-events: none;
}

.customer-love__review-action .text-link {
  position: relative;
  z-index: 2;
}

.rewards-band__copy {
  position: relative;
  z-index: 3;
  max-width: 650px;
  padding-right: clamp(44px, 7vw, 92px);
}

.home-stamp-preview-wrap {
  position: relative;
  width: min(370px, 100%);
}

.home-stamp-preview-wrap .home-stamp-preview {
  position: relative;
  z-index: 2;
  width: 100%;
}

.owl-cup-peeker {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: -118px;
  display: block;
  width: 168px;
  height: auto;
  pointer-events: none;
  transform: translateY(-44%);
}

.home-menu-cta::before,
.home-menu-cta::after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 128px;
  height: 116px;
  background: url("../images/botanical-blue-ivory-cluster.webp") center / contain
    no-repeat;
  opacity: 0.48;
  pointer-events: none;
}

.home-menu-cta::before {
  bottom: -40px;
  left: -24px;
  transform: scaleX(-1);
}

.home-menu-cta::after {
  top: -42px;
  right: -18px;
}

.customer-love::before,
.customer-love::after {
  display: none !important;
}

.customer-love .review-card {
  position: relative;
  overflow: visible;
}

.customer-love .review-card:first-child::before,
.customer-love .review-card:last-child::after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: -30px;
  width: 108px;
  height: 98px;
  background: url("../images/botanical-blue-ivory-cluster.webp") center / contain
    no-repeat;
  opacity: 0.5;
  pointer-events: none;
}

.customer-love .review-card:first-child::before {
  left: -24px;
  transform: scaleX(-1);
}

.customer-love .review-card:last-child::after {
  right: -24px;
}

.site-footer {
  overflow: hidden;
  padding-top: 34px;
  background:
    linear-gradient(rgba(252, 236, 234, 0.96), rgba(252, 236, 234, 0.96)),
    radial-gradient(circle at 20% 30%, #fffdf8, transparent 48%);
}

.site-footer .footer-grid {
  align-items: stretch;
  gap: clamp(18px, 2.4vw, 32px);
  padding-top: 28px;
  padding-bottom: 34px;
}

.site-footer .footer-grid > * {
  position: relative;
  min-width: 0;
  padding: clamp(12px, 2vw, 22px);
  border: 0;
  border-radius: 0;
  outline: 0;
  background: transparent;
  box-shadow: none;
}

.site-footer .footer-brand img {
  margin-bottom: 24px;
}

.site-footer .footer-brand::before,
.site-footer .footer-links:last-child::after {
  content: "";
  position: absolute;
  width: 118px;
  height: 106px;
  background: url("../images/botanical-blue-ivory-cluster.webp") center / contain
    no-repeat;
  opacity: 0.5;
  pointer-events: none;
}

.site-footer .footer-brand::before {
  bottom: -21px;
  left: -16px;
  transform: scaleX(-1);
}

.site-footer .footer-links:last-child::after {
  right: -12px;
  bottom: -20px;
}

.site-footer .footer-grid > * > * {
  position: relative;
  z-index: 1;
}

@media (max-width: 980px) {
  .site-footer .footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 760px) {
  .hero-visual.has-monthly-feature {
    --monthly-frame-size: min(75vw, 278px);
  }

  .hero-visual.has-monthly-feature .monthly-feature-bow {
    top: calc(50% - (var(--monthly-frame-size) / 2) - 41px);
    transform: translateX(-50%) scale(0.84);
  }

  .hero-visual.has-monthly-feature .blob::after {
    right: -18px;
    bottom: -22px;
    width: 98px;
    height: 90px;
  }

  .hero-visual.has-monthly-feature .monthly-feature-caption {
    bottom: calc(50% - (var(--monthly-frame-size) / 2) - 23px);
    min-width: min(92%, 292px);
    padding-inline: 20px;
  }

  .home-menu-cta {
    grid-template-columns: 1fr;
    padding: 34px 28px;
    text-align: center;
  }

  .home-menu-cta p:not(.eyebrow) {
    margin-inline: auto;
  }

  .home-menu-cta__button {
    width: min(100%, 260px);
    margin-inline: auto;
  }

  .home-menu-cta__action {
    width: min(100%, 260px);
    margin-inline: auto;
    transform: translateY(5px);
  }

  .owl-menu-peeker {
    width: 94px;
  }

  .home-menu-cta::before,
  .home-menu-cta::after {
    width: 92px;
    height: 84px;
    opacity: 0.38;
  }

  .customer-love .review-card:first-child::before,
  .customer-love .review-card:last-child::after {
    bottom: -18px;
    width: 78px;
    height: 72px;
  }

  .customer-love__review-action {
    min-width: 190px;
    align-self: flex-end;
  }

  .owl-family-twig {
    width: 148px;
  }

  .rewards-band__copy {
    padding-right: 0;
  }

  .home-stamp-preview-wrap {
    width: 100%;
    margin-top: 88px;
  }

  .owl-cup-peeker {
    top: -86px;
    left: 14px;
    width: 130px;
    transform: none;
  }

  .site-footer .footer-grid {
    grid-template-columns: 1fr;
  }

  .site-footer .footer-brand {
    grid-column: auto;
  }
}

/* Monthly feature loading state and base caption treatment. */
.hero-visual.homepage-feature-pending {
  visibility: visible;
}

.hero-visual.homepage-feature-pending
  .monthly-feature-card
  .hero-cup.main {
  border-radius: 42% 58% 48% 52%;
  background: linear-gradient(
    110deg,
    rgba(246, 231, 217, 0.72) 20%,
    rgba(255, 250, 244, 0.95) 38%,
    rgba(246, 231, 217, 0.72) 56%
  );
  background-size: 220% 100%;
  animation: monthly-feature-loading 1.5s ease-in-out infinite;
}

@keyframes monthly-feature-loading {
  to {
    background-position-x: -220%;
  }
}

.hero-visual.homepage-feature-unavailable {
  display: none;
}

.hero-visual.has-monthly-feature .monthly-feature-caption {
  overflow: visible;
  min-width: min(92%, 350px);
  padding: 12px 24px 13px;
  border: 2px solid var(--botanical-navy);
  border-radius: 12px;
  outline: 3px solid var(--botanical-paper);
  clip-path: none;
}

.hero-visual.has-monthly-feature .monthly-feature-caption::before {
  content: none;
}

.hero-visual.has-monthly-feature .monthly-feature-caption strong {
  display: block;
  color: var(--botanical-navy-deep);
  font-family: Fraunces, Georgia, serif;
  font-size: clamp(0.92rem, 1.7vw, 1.08rem);
  font-weight: 700;
  letter-spacing: 0.035em;
  line-height: 1.2;
  text-transform: none;
}

.hero-visual.has-monthly-feature .monthly-feature-caption small {
  display: block;
  margin-top: 4px;
  color: var(--botanical-gold);
  font-family: Inter, Arial, sans-serif;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  line-height: 1.25;
  text-transform: uppercase;
}

/* V8.10.5 — faithful Option C frame around the live monthly photo. */
.hero-visual.has-monthly-feature {
  --monthly-card-size: min(88%, 420px);
}

.hero-visual.has-monthly-feature .monthly-feature-card {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: var(--monthly-card-size);
  aspect-ratio: 1;
  transform: translate(-50%, -48%);
}

.hero-visual.has-monthly-feature .monthly-feature-card .hero-cup.main {
  position: absolute;
  z-index: 1;
  top: 14.1% !important;
  right: auto !important;
  bottom: auto !important;
  left: 12.6% !important;
  width: 74.2%;
  max-width: none;
  height: 73.8%;
  margin: 0 !important;
  padding: 0;
  border: 0;
  border-radius: 2px;
  outline: 0;
  object-fit: cover;
  background: var(--botanical-paper);
  box-shadow: none;
  filter: none;
  transform: none !important;
}

.monthly-feature-frame {
  position: absolute;
  z-index: 4;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  pointer-events: none;
}

.hero-visual.has-monthly-feature .monthly-feature-card::before,
.hero-visual.has-monthly-feature .monthly-feature-card::after {
  content: none !important;
  display: none !important;
  background: none !important;
}

.hero-visual.has-monthly-feature .monthly-feature-card .monthly-feature-sprig {
  position: absolute;
  z-index: 6;
  right: -4%;
  bottom: -2%;
  display: block;
  width: 29%;
  height: auto;
  object-fit: contain;
  pointer-events: none;
}

.hero-visual.has-monthly-feature .monthly-feature-card .monthly-feature-plaque {
  position: absolute;
  z-index: 7;
  right: auto;
  bottom: -1%;
  left: 50%;
  display: grid;
  width: 86%;
  min-width: 0;
  min-height: 13%;
  grid-template-columns: 18px minmax(0, 1fr) 18px;
  align-items: center;
  gap: 8px;
  overflow: visible;
  padding: 12px 18px;
  border: 2px solid var(--botanical-navy);
  border-radius: 5px;
  outline: 0;
  color: var(--botanical-navy-deep);
  background: #fffaf2;
  box-shadow:
    inset 0 0 0 3px #fffaf2,
    inset 0 0 0 4px rgba(10, 47, 99, 0.42),
    0 10px 24px rgba(10, 47, 99, 0.14);
  clip-path: none;
  text-align: center;
  transform: translateX(-50%);
}

.hero-visual.has-monthly-feature
  .monthly-feature-card
  .monthly-feature-plaque::before,
.hero-visual.has-monthly-feature
  .monthly-feature-card
  .monthly-feature-plaque::after {
  content: none !important;
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  background: none !important;
  opacity: 0 !important;
  transform: none !important;
}

.hero-visual.has-monthly-feature .monthly-feature-flourish {
  display: block;
  color: var(--botanical-gold);
  font-family: Georgia, serif;
  font-size: 0.84rem;
  line-height: 1;
}

.hero-visual.has-monthly-feature .monthly-feature-flourish:last-child {
  transform: scaleX(-1);
}

.hero-visual.has-monthly-feature
  .monthly-feature-card
  .monthly-feature-plaque
  strong {
  display: block;
  margin: 0;
  color: var(--botanical-navy-deep);
  font-family: Fraunces, Georgia, serif;
  font-size: clamp(0.68rem, 1.12vw, 0.82rem);
  font-weight: 600;
  letter-spacing: 0.065em;
  line-height: 1.2;
  text-transform: uppercase;
  white-space: nowrap;
}

@media (max-width: 760px) {
  .hero-visual.has-monthly-feature {
    --monthly-card-size: min(86vw, 330px);
    min-height: 390px;
  }

  .hero-visual.has-monthly-feature .monthly-feature-card {
    transform: translate(-50%, -49%);
  }

  .hero-visual.has-monthly-feature
    .monthly-feature-card
    .monthly-feature-plaque {
    width: 88%;
    min-height: 15%;
    grid-template-columns: 14px minmax(0, 1fr) 14px;
    gap: 5px;
    padding: 10px 13px;
  }

  .hero-visual.has-monthly-feature
    .monthly-feature-card
    .monthly-feature-plaque
    strong {
    font-size: clamp(0.56rem, 2.45vw, 0.66rem);
    letter-spacing: 0.045em;
  }

  .hero-visual.has-monthly-feature
    .monthly-feature-card
    .monthly-feature-sprig {
    right: -3%;
    bottom: -1%;
    width: 27%;
  }
}


/* V8.10.24 — focused approved refinements only. */
/* Footer: preserve content, spacing and soft background; remove floral decorations. */
.site-footer::after,
.site-footer .footer-brand::before,
.site-footer .footer-links:last-child::after {
  content: none !important;
  display: none !important;
  background: none !important;
}

/* Monthly feature plaque: centred to the frame and allowed to wrap elegantly. */
.hero-visual.has-monthly-feature .monthly-feature-card .monthly-feature-plaque {
  width: 74%;
  min-height: 14%;
  grid-template-columns: 16px minmax(0, 1fr) 16px;
  padding: 10px 15px;
}
.hero-visual.has-monthly-feature
  .monthly-feature-card
  .monthly-feature-plaque
  strong {
  max-width: 100%;
  font-size: clamp(0.64rem, 1.04vw, 0.78rem);
  line-height: 1.18;
  white-space: normal;
  text-wrap: balance;
}
@media (max-width: 760px) {
  .hero-visual.has-monthly-feature .monthly-feature-card .monthly-feature-plaque {
    width: 76%;
    min-height: 15%;
    grid-template-columns: 12px minmax(0, 1fr) 12px;
    padding: 9px 11px;
  }
  .hero-visual.has-monthly-feature
    .monthly-feature-card
    .monthly-feature-plaque
    strong {
    font-size: clamp(0.54rem, 2.2vw, 0.64rem);
    letter-spacing: 0.04em;
  }
}

/* V8.10.25 — keep the monthly feature label on one line on desktop and mobile. */
.hero-visual.has-monthly-feature .monthly-feature-card .monthly-feature-plaque{width:88%;grid-template-columns:12px minmax(0,1fr) 12px;padding-inline:12px}
.hero-visual.has-monthly-feature .monthly-feature-card .monthly-feature-plaque strong{font-size:clamp(.58rem,1vw,.76rem);letter-spacing:.035em;white-space:nowrap;text-wrap:nowrap}
@media(max-width:760px){.hero-visual.has-monthly-feature .monthly-feature-card .monthly-feature-plaque{width:91%;grid-template-columns:9px minmax(0,1fr) 9px;padding:9px 8px}.hero-visual.has-monthly-feature .monthly-feature-card .monthly-feature-plaque strong{font-size:clamp(.5rem,2.18vw,.62rem);letter-spacing:.02em;white-space:nowrap}}


/* V8.10.26 — larger monthly-feature label while preserving one line. */
.hero-visual.has-monthly-feature .monthly-feature-card .monthly-feature-plaque strong {
  font-size: clamp(0.70rem, 1.2vw, 0.88rem);
  letter-spacing: 0.035em;
  white-space: nowrap;
  text-wrap: nowrap;
}
@media (max-width: 760px) {
  .hero-visual.has-monthly-feature .monthly-feature-card .monthly-feature-plaque strong {
    font-size: clamp(0.60rem, 2.55vw, 0.72rem);
    letter-spacing: 0.02em;
    white-space: nowrap;
    text-wrap: nowrap;
  }
}
