/*
Theme Name: Baked by Brown Butter
Theme URI: https://bbbbutter.com
Author: Baked by Brown Butter
Description: Custom WordPress + WooCommerce theme for Baked by Brown Butter — Cincinnati's gourmet cookie. Built from the approved "6a" homepage design.
Version: 1.2.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bbbb
Tags: e-commerce, custom-menu, one-column
WC requires at least: 7.0
*/

/* =========================================================
   1. Design tokens
   ========================================================= */
:root {
  --navy: #1f2a5e;
  --navy-hover: #2c3a7d;
  --navy-border: #3a4680;
  --cream: #fdf9f4;
  --white: #ffffff;
  --blush: #fdf0f7;
  --pink-200: #f7bcd8;
  --pink-250: #fbd9ea;
  --pink-300: #f2a7cb;
  --pink-500: #d4679f;
  /* Deeper rose for SMALL text on light backgrounds — #d4679f is only ~3.2:1
     there and fails WCAG AA below 18.66px bold. Large type and hover states
     keep --pink-500. */
  --pink-600: #b0417c;
  --text-body: #4a517c;
  --text-list: #3a4166;
  --text-muted: #6b7194;
  /* Spec value was #8b91b4; darkened per the design README's own a11y note
     ("darken toward #6b7194 if it fails AA") — it failed at 2.9-3.1:1. */
  --text-faint: #6b7194;
  --on-navy-body: #c9cde6;
  --on-navy-muted: #aeb4d6;
  --on-navy-list: #e6e2f0;
  --border-light: #f0dde8;
  --border-light-2: #ecdce6;
  --border-pink: #e8cfdd;
  --chip-border: rgba(247, 188, 216, 0.55);
  --chip-hover: rgba(247, 188, 216, 0.18);

  --font-display: 'Young Serif', serif;
  --font-body: 'Nunito Sans', sans-serif;

  --wrap-max: 1440px;
  --gutter: 96px;
  --gutter-header: 64px;

  --transition: background-color 0.18s ease, color 0.18s ease, border-color 0.18s ease;
}

@media (max-width: 1100px) {
  :root {
    --gutter: 48px;
    --gutter-header: 32px;
  }
}
@media (max-width: 640px) {
  :root {
    --gutter: 24px;
    --gutter-header: 20px;
  }
}

/* =========================================================
   2. Base
   ========================================================= */
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: var(--cream);
  font-family: var(--font-body);
  font-size: 17px;
  color: var(--navy);
  -webkit-font-smoothing: antialiased;
  overflow-wrap: break-word;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: var(--navy);
  text-decoration: none;
  transition: var(--transition);
}

a:hover {
  color: var(--pink-500);
}

h1,
h2,
h3,
h4 {
  font-family: var(--font-display);
  font-weight: 400;
  margin: 0;
}

p {
  margin: 0;
}

button {
  font-family: inherit;
}

:focus-visible {
  outline: 2.5px solid var(--pink-500);
  outline-offset: 2px;
}

/* Anchor jumps must clear the sticky header. */
[id] {
  scroll-margin-top: 120px;
}

.screen-reader-text {
  border: 0;
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 999;
  background: var(--navy);
  color: var(--cream);
  padding: 12px 20px;
  border-radius: 0 0 12px 0;
}

.skip-link:focus {
  left: 0;
  color: var(--cream);
}

/* =========================================================
   3. Layout helpers
   ========================================================= */
.bbbb-wrap {
  max-width: var(--wrap-max);
  margin-inline: auto;
  padding-inline: var(--gutter);
}

.bbbb-wrap--header {
  padding-inline: var(--gutter-header);
}

/* =========================================================
   4. Shared components
   ========================================================= */

/* --- Eyebrow --- */
.bbbb-eyebrow {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.24em;
  color: var(--pink-600);
  margin-bottom: 16px;
  text-transform: uppercase;
}

.bbbb-eyebrow--on-navy {
  color: var(--pink-200);
}

/* --- Buttons (pills) --- */
.bbbb-btn {
  display: inline-block;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.2;
  padding: 16px 30px;
  text-align: center;
  cursor: pointer;
  border: 0;
  transition: var(--transition);
}

.bbbb-btn--primary {
  background: var(--navy);
  color: var(--cream);
}

.bbbb-btn--primary:hover {
  background: var(--navy-hover);
  color: var(--white);
}

.bbbb-btn--lg {
  padding: 17px 32px;
  font-size: 16.5px;
}

.bbbb-btn--outline {
  background: transparent;
  border: 1.5px solid var(--navy);
  color: var(--navy);
  padding: 15px 30px;
}

.bbbb-btn--outline.bbbb-btn--lg {
  padding: 15.5px 30px;
}

.bbbb-btn--outline:hover {
  background: var(--blush);
  color: var(--navy);
}

.bbbb-btn--outline-invert:hover {
  background: var(--navy);
  color: var(--cream);
}

.bbbb-btn--pink {
  background: var(--pink-200);
  color: var(--navy);
  padding: 16px 32px;
}

.bbbb-btn--pink:hover {
  background: var(--white);
  color: var(--navy);
}

/* --- Candy stripe + scallop divider --- */
.bbbb-stripe {
  height: 16px;
  background: repeating-linear-gradient(90deg, var(--pink-200) 0px, var(--pink-200) 20px, var(--white) 20px, var(--white) 40px);
}

.bbbb-scallop {
  height: 15px;
  background-image: radial-gradient(circle at 14px 0px, var(--pink-200) 13px, rgba(247, 188, 216, 0) 14px);
  background-size: 28px 15px;
}

/* =========================================================
   5. Announcement bar
   ========================================================= */
.bbbb-announcement {
  background: var(--navy);
  color: var(--cream);
  text-align: center;
  padding: 11px 24px;
  font-size: 14.5px;
  font-weight: 600;
}

.bbbb-announcement a {
  color: var(--pink-200);
  text-decoration: underline;
  font-weight: 800;
}

.bbbb-announcement a:hover {
  color: var(--white);
}

/* =========================================================
   6. Header
   ========================================================= */
.bbbb-header {
  background: var(--cream);
  position: sticky;
  top: 0;
  z-index: 90;
  transition: box-shadow 0.2s ease;
}

.bbbb-header.is-stuck {
  box-shadow: 0 6px 24px rgba(31, 42, 94, 0.1);
}

.bbbb-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding-block: 16px;
}

.bbbb-brand {
  display: flex;
  align-items: center;
  gap: 14px;
  color: var(--navy);
}

.bbbb-brand:hover {
  color: var(--navy);
}

.bbbb-brand__logo {
  height: 62px;
  width: auto;
  display: block;
}

.bbbb-brand__name {
  display: block;
  font-family: var(--font-display);
  font-size: 19px;
  line-height: 1.1;
}

.bbbb-brand__tagline {
  display: block;
  font-size: 9.5px;
  font-weight: 800;
  letter-spacing: 0.22em;
  color: var(--pink-600);
  margin-top: 3px;
  text-transform: uppercase;
}

.bbbb-nav {
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 15px;
  font-weight: 700;
}

.bbbb-nav ul {
  display: flex;
  align-items: center;
  gap: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.bbbb-nav__links {
  display: contents;
}

.bbbb-nav__cart {
  display: flex;
  align-items: center;
  gap: 9px;
}

.bbbb-cart-count {
  min-width: 26px;
  height: 26px;
  background: var(--pink-300);
  box-shadow: 0 0 0 1.5px var(--navy);
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 800;
  padding: 0 7px;
  color: var(--navy);
}

.bbbb-nav .bbbb-btn {
  padding: 12px 24px;
  font-size: 15px;
  font-weight: 700;
  white-space: nowrap;
}

.bbbb-cart-state {
  display: contents;
}

/* --- Mobile nav --- */
.bbbb-nav-toggle {
  display: none;
  background: transparent;
  border: 1.5px solid var(--navy);
  border-radius: 999px;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 800;
  color: var(--navy);
  cursor: pointer;
}

@media (max-width: 1319px) {
  .bbbb-nav__links,
  .bbbb-nav ul {
    display: none;
  }

  .bbbb-nav-toggle {
    display: inline-block;
  }

  .bbbb-header.is-open .bbbb-mobile-nav {
    display: block;
  }

  /* Without JavaScript the toggle is inert — show the nav panel instead. */
  html:not(.js) .bbbb-nav-toggle {
    display: none;
  }

  html:not(.js) .bbbb-mobile-nav {
    display: block;
  }
}

.bbbb-mobile-nav {
  display: none;
  background: var(--cream);
  border-top: 1px solid var(--border-light);
  padding: 8px 0 20px;
}

.bbbb-mobile-nav a {
  display: block;
  padding: 12px 0;
  font-size: 17px;
  font-weight: 700;
  border-bottom: 1px solid var(--border-light);
}

.bbbb-mobile-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

@media (max-width: 767px) {
  .bbbb-brand__logo {
    height: 48px;
  }

  .bbbb-brand__name {
    white-space: nowrap;
  }

  .bbbb-brand__tagline {
    display: none;
  }

  .bbbb-nav {
    gap: 12px;
  }

  /* Cart and the order pill stay visible per the design brief. */
  .bbbb-nav .bbbb-btn {
    padding: 10px 14px;
    font-size: 13.5px;
  }

  .bbbb-nav-toggle {
    padding: 9px 13px;
    font-size: 13px;
  }
}

@media (max-width: 640px) {
  .bbbb-brand__name {
    display: none;
  }
}

/* =========================================================
   7. Hero
   ========================================================= */
.bbbb-hero {
  background: var(--cream);
}

.bbbb-hero__grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 72px;
  padding-block: 78px 84px;
  align-items: center;
}

.bbbb-hero .bbbb-eyebrow {
  margin-bottom: 20px;
}

.bbbb-hero__title {
  font-size: clamp(36px, 4.2vw, 58px);
  line-height: 1.08;
  margin: 0 0 24px;
}

.bbbb-hero__body {
  font-size: 19px;
  line-height: 1.65;
  color: var(--text-body);
  margin: 0 0 32px;
  max-width: 520px;
}

.bbbb-hero__actions {
  display: flex;
  gap: 14px;
  align-items: center;
  flex-wrap: wrap;
}

.bbbb-hero__media {
  position: relative;
  justify-self: end;
  width: 100%;
  max-width: 520px;
}

.bbbb-hero__arch {
  aspect-ratio: 520 / 580;
  border-radius: 260px 260px 24px 24px;
  overflow: hidden;
  box-shadow: 0 0 0 1.5px var(--navy), 0 28px 60px rgba(31, 42, 94, 0.18);
  background: var(--pink-250);
}

.bbbb-hero__arch img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media (max-width: 900px) {
  .bbbb-hero__grid {
    grid-template-columns: 1fr;
    gap: 40px;
    padding-block: 48px 56px;
  }

  .bbbb-hero__media {
    justify-self: center;
  }
}

/* =========================================================
   8. Ingredient promise banner
   ========================================================= */
.bbbb-promise {
  background: var(--white);
  border-top: 1px solid var(--border-light);
  border-bottom: 1px solid var(--border-light);
  text-align: center;
}

.bbbb-promise__inner {
  padding-block: 36px;
}

.bbbb-promise__line1 {
  font-size: 13.5px;
  font-weight: 800;
  letter-spacing: 0.22em;
  margin-bottom: 8px;
}

.bbbb-promise__line2 {
  font-size: 14.5px;
  color: var(--text-muted);
}

/* =========================================================
   9. Holiday boxes promo
   ========================================================= */
.bbbb-holiday {
  background: var(--cream);
}

.bbbb-holiday__inner {
  padding-block: 88px;
}

.bbbb-holiday__frame {
  background: repeating-linear-gradient(90deg, var(--pink-200) 0px, var(--pink-200) 22px, var(--white) 22px, var(--white) 44px);
  padding: 16px;
  border-radius: 30px;
}

.bbbb-holiday__card {
  background: var(--navy);
  border-radius: 18px;
  padding: 56px 64px;
  text-align: center;
  color: var(--cream);
}

.bbbb-holiday__title {
  font-size: clamp(28px, 3vw, 38px);
  margin: 0 0 14px;
}

.bbbb-holiday__body {
  font-size: 17px;
  line-height: 1.6;
  color: var(--on-navy-body);
  max-width: 560px;
  margin: 0 auto 28px;
}

@media (max-width: 640px) {
  .bbbb-holiday__card {
    padding: 40px 24px;
  }
}

/* =========================================================
   10. Corporate gifting
   ========================================================= */
.bbbb-gifting {
  background: var(--white);
  border-top: 1px solid var(--border-light);
}

.bbbb-gifting__inner {
  padding-block: 92px;
}

.bbbb-gifting__title {
  font-size: clamp(30px, 3.4vw, 44px);
  margin: 0 0 18px;
  max-width: 720px;
}

.bbbb-gifting__body {
  font-size: 18px;
  line-height: 1.65;
  color: var(--text-body);
  margin: 0 0 48px;
  max-width: 640px;
}

.bbbb-tiers {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 28px;
  margin-bottom: 36px;
}

.bbbb-tier {
  border: 1.5px solid var(--navy);
  border-radius: 20px;
  overflow: hidden;
  background: var(--cream);
  position: relative;
}

.bbbb-tier__stripe {
  height: 12px;
  background: repeating-linear-gradient(90deg, var(--pink-200) 0px, var(--pink-200) 16px, var(--white) 16px, var(--white) 32px);
}

.bbbb-tier__body {
  padding: 32px;
}

.bbbb-tier__name {
  font-family: var(--font-display);
  font-size: 26px;
}

.bbbb-tier__price {
  margin: 14px 0 4px;
  font-size: 36px;
  font-weight: 800;
}

.bbbb-tier__unit {
  font-size: 13px;
  font-weight: 700;
  color: var(--text-faint);
  margin-bottom: 20px;
}

.bbbb-tier__desc {
  font-size: 15px;
  line-height: 1.65;
  color: var(--text-body);
  margin: 10px 0 20px;
}

.bbbb-tier__features {
  border-top: 1px solid var(--border-light-2);
  padding-top: 20px;
  font-size: 15px;
  line-height: 2;
  color: var(--text-list);
}

.bbbb-tier__cta {
  display: inline-block;
  margin-top: 22px;
  font-size: 15.5px;
  padding: 14px 26px;
}

.bbbb-tier--featured {
  background: var(--navy);
  color: var(--cream);
}

.bbbb-tier--featured .bbbb-tier__price {
  color: var(--pink-200);
}

.bbbb-tier--featured .bbbb-tier__desc {
  color: var(--on-navy-body);
}

.bbbb-tier--featured .bbbb-tier__unit {
  color: var(--on-navy-muted);
}

.bbbb-tier--featured .bbbb-tier__features {
  border-top-color: var(--navy-border);
  color: var(--on-navy-list);
}

.bbbb-tier__badge {
  position: absolute;
  top: 26px;
  right: 24px;
  background: var(--pink-200);
  color: var(--navy);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  padding: 6px 12px;
  border-radius: 999px;
}

.bbbb-gifting__footer {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}

.bbbb-gifting__note {
  font-size: 15px;
  color: var(--text-muted);
}

.bbbb-gifting__note strong {
  color: var(--navy);
}

@media (max-width: 900px) {
  .bbbb-tiers {
    grid-template-columns: 1fr;
  }
}

/* =========================================================
   11. Weddings & events
   ========================================================= */
.bbbb-weddings {
  background: var(--blush);
}

.bbbb-weddings__grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 80px;
  padding-block: 92px;
  align-items: center;
}

.bbbb-weddings__title {
  font-size: clamp(30px, 3.2vw, 42px);
  margin: 0 0 18px;
}

.bbbb-weddings__body {
  font-size: 17.5px;
  line-height: 1.65;
  color: var(--text-body);
  margin: 0 0 32px;
}

.bbbb-services {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 36px;
  margin-bottom: 28px;
}

.bbbb-services__cell {
  border-top: 1px solid var(--border-pink);
  padding: 13px 0;
  font-size: 13px;
  letter-spacing: 0.1em;
  font-weight: 800;
  color: var(--text-list);
  text-transform: uppercase;
}

.bbbb-services__cell--last {
  border-bottom: 1px solid var(--border-pink);
}

/* The services table's two columns get too narrow inside the split layout
   well before 900px — collapse the table first. In single-column mode only
   the final cell keeps its bottom rule. */
@media (max-width: 1100px) {
  .bbbb-services {
    grid-template-columns: 1fr;
  }

  .bbbb-services__cell--last:not(:last-child) {
    border-bottom: 0;
  }
}

.bbbb-weddings__venues {
  font-size: 14.5px;
  font-style: italic;
  /* --text-muted is 4.3:1 on blush — just under AA; body color passes. */
  color: var(--text-body);
  margin-bottom: 30px;
}

.bbbb-offset-media {
  position: relative;
  justify-self: end;
  margin-right: 14px;
  width: 100%;
  max-width: 520px;
}

.bbbb-offset-media__shadow {
  position: absolute;
  top: 22px;
  left: 22px;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background: var(--pink-300);
}

.bbbb-offset-media__photo {
  position: relative;
  aspect-ratio: 520 / 560;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 0 0 1.5px var(--navy);
}

.bbbb-offset-media__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media (max-width: 900px) {
  .bbbb-weddings__grid {
    grid-template-columns: 1fr;
    gap: 56px;
    padding-block: 56px;
  }

  .bbbb-offset-media {
    justify-self: center;
  }
}

/* =========================================================
   12. Dewey's / find us
   ========================================================= */
.bbbb-deweys {
  background: var(--navy);
  color: var(--cream);
}

.bbbb-deweys__grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 64px;
  padding-block: 84px;
  align-items: center;
}

.bbbb-deweys__title {
  font-size: clamp(30px, 3.2vw, 42px);
  line-height: 1.15;
  margin: 0 0 18px;
}

.bbbb-deweys__body {
  font-size: 17.5px;
  line-height: 1.65;
  color: var(--on-navy-body);
  margin: 0 0 24px;
  max-width: 520px;
}

.bbbb-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 26px;
  max-width: 540px;
}

.bbbb-chip {
  border: 1px solid var(--chip-border);
  color: var(--pink-250);
  font-size: 13.5px;
  font-weight: 700;
  padding: 8px 15px;
  border-radius: 999px;
  display: inline-block;
}

.bbbb-chip:hover {
  background: var(--chip-hover);
  color: var(--white);
}

.bbbb-deweys__link {
  color: var(--pink-200);
  font-size: 16px;
  font-weight: 800;
  text-decoration: underline;
}

.bbbb-deweys__link:hover {
  color: var(--white);
}

.bbbb-deweys__media {
  justify-self: center;
  width: min(380px, 100%);
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 0 0 10px rgba(247, 188, 216, 0.25), 0 24px 60px rgba(0, 0, 0, 0.35);
}

.bbbb-deweys__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media (max-width: 900px) {
  .bbbb-deweys__grid {
    grid-template-columns: 1fr;
    gap: 48px;
    padding-block: 56px;
  }
}

/* =========================================================
   13. Our story + team
   ========================================================= */
.bbbb-story {
  background: var(--cream);
}

.bbbb-story__inner {
  padding-block: 100px 84px;
}

.bbbb-story__narrative {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.bbbb-story__title {
  font-size: clamp(32px, 3.4vw, 46px);
  margin: 0 0 26px;
}

.bbbb-story__narrative p {
  font-size: 17.5px;
  line-height: 1.8;
  color: var(--text-body);
  margin: 0 0 18px;
  text-align: left;
  text-wrap: pretty;
}

.bbbb-story__narrative p:last-of-type {
  margin-bottom: 40px;
}

.bbbb-story__photo {
  max-width: 880px;
  margin: 0 auto 48px;
  height: 460px;
  border-radius: 26px;
  overflow: hidden;
  box-shadow: 0 0 0 1.5px var(--navy), 0 24px 50px rgba(31, 42, 94, 0.14);
}

.bbbb-story__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.bbbb-team {
  max-width: 1100px;
  margin: 0 auto;
}

.bbbb-team__title {
  font-size: 30px;
  margin: 0 0 8px;
  text-align: center;
}

.bbbb-team__sub {
  font-size: 15.5px;
  color: var(--text-muted);
  text-align: center;
  margin: 0 0 32px;
}

.bbbb-team__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.bbbb-team__card {
  background: var(--white);
  border: 1px solid var(--border-light);
  border-radius: 16px;
  padding: 18px 20px;
}

.bbbb-team__name {
  font-size: 16px;
  font-weight: 800;
}

.bbbb-team__role {
  font-size: 13.5px;
  color: var(--pink-600);
  font-weight: 700;
  margin-top: 3px;
}

@media (max-width: 900px) {
  .bbbb-story__inner {
    padding-block: 64px 56px;
  }

  .bbbb-story__photo {
    height: auto;
    aspect-ratio: 880 / 460;
  }

  .bbbb-team__grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 480px) {
  .bbbb-team__grid {
    grid-template-columns: 1fr;
  }
}

/* =========================================================
   14. Shop teaser
   ========================================================= */
.bbbb-shop-teaser {
  background: var(--cream);
}

.bbbb-shop-teaser__inner {
  padding-block: 24px 92px;
}

.bbbb-shop-teaser__header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 36px;
}

.bbbb-shop-teaser__title {
  font-size: clamp(28px, 3vw, 36px);
  margin: 0;
}

.bbbb-shop-teaser__link {
  font-size: 16px;
  font-weight: 800;
  text-decoration: underline;
}

.bbbb-product-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  max-width: 900px;
}

.bbbb-product-card {
  background: var(--white);
  border: 1px solid var(--border-light);
  border-radius: 22px;
  overflow: hidden;
  display: block;
  color: var(--navy);
}

.bbbb-product-card:hover {
  color: var(--navy);
}

.bbbb-product-card__media {
  height: 300px;
  background: var(--pink-250);
}

.bbbb-product-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.bbbb-product-card__body {
  padding: 24px 28px;
}

.bbbb-product-card__name {
  font-family: var(--font-display);
  font-size: 21px;
}

.bbbb-product-card__price {
  font-size: 15px;
  font-weight: 800;
  color: var(--pink-600);
  margin-top: 6px;
}

@media (max-width: 700px) {
  .bbbb-product-cards {
    grid-template-columns: 1fr;
  }
}

/* =========================================================
   15. Testimonial
   ========================================================= */
.bbbb-testimonial {
  background: var(--white);
  text-align: center;
  border-top: 1px solid var(--border-light);
}

.bbbb-testimonial__inner {
  padding-block: 64px;
}

.bbbb-testimonial__quote {
  font-family: var(--font-display);
  font-size: 26px;
  line-height: 1.5;
  max-width: 720px;
  margin: 0 auto 14px;
}

.bbbb-testimonial__attr {
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.1em;
  color: var(--text-faint);
}

/* =========================================================
   16. Footer
   ========================================================= */
.bbbb-footer {
  background: var(--navy);
  color: var(--cream);
}

.bbbb-footer__inner {
  padding-block: 64px 40px;
}

.bbbb-footer__grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 48px;
  margin-bottom: 48px;
}

.bbbb-footer__lockup {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}

.bbbb-footer__logo-circle {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: var(--cream);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
  flex-shrink: 0;
}

.bbbb-footer__logo-circle img {
  height: 62px;
  width: auto;
  display: block;
}

.bbbb-footer__name {
  font-family: var(--font-display);
  font-size: 20px;
}

.bbbb-footer__tagline {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.22em;
  color: var(--pink-200);
  margin-top: 4px;
  text-transform: uppercase;
}

.bbbb-footer__address {
  font-size: 15px;
  line-height: 1.7;
  color: var(--on-navy-body);
  font-style: normal;
}

.bbbb-footer__col {
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-size: 15px;
  font-weight: 600;
}

.bbbb-footer__col ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.bbbb-footer__col a {
  color: var(--cream);
}

.bbbb-footer__col a:hover {
  color: var(--pink-200);
}

.bbbb-footer__legal {
  border-top: 1px solid var(--navy-border);
  padding-top: 24px;
  font-size: 13.5px;
  color: var(--on-navy-muted);
}

@media (max-width: 900px) {
  .bbbb-footer__grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
}

/* =========================================================
   17. Interior pages
   ========================================================= */
.bbbb-page-hero {
  background: var(--cream);
  text-align: center;
}

.bbbb-page-hero__inner {
  padding-block: 72px 64px;
  max-width: 840px;
  margin-inline: auto;
}

.bbbb-page-hero__title {
  font-size: clamp(34px, 3.8vw, 52px);
  line-height: 1.1;
  margin: 0 0 20px;
}

.bbbb-page-hero__body {
  font-size: 18.5px;
  line-height: 1.65;
  color: var(--text-body);
  max-width: 640px;
  margin: 0 auto;
}

.bbbb-page-hero__actions {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 32px;
}

/* --- Generic bands for interior sections --- */
.bbbb-band {
  background: var(--cream);
}

.bbbb-band--white {
  background: var(--white);
  border-top: 1px solid var(--border-light);
}

.bbbb-band--blush {
  background: var(--blush);
}

.bbbb-band--navy {
  background: var(--navy);
  color: var(--cream);
}

.bbbb-band__inner {
  padding-block: 84px;
}

.bbbb-band__title {
  font-size: clamp(30px, 3.2vw, 42px);
  margin: 0 0 18px;
}

.bbbb-band__body {
  font-size: 17.5px;
  line-height: 1.65;
  color: var(--text-body);
  max-width: 640px;
  margin: 0 0 40px;
}

.bbbb-band--navy .bbbb-band__body {
  color: var(--on-navy-body);
}

/* --- Steps (how it works) --- */
.bbbb-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.bbbb-step {
  background: var(--white);
  border: 1px solid var(--border-light);
  border-radius: 20px;
  padding: 28px 30px;
}

.bbbb-step__num {
  font-family: var(--font-display);
  font-size: 26px;
  color: var(--pink-500);
}

.bbbb-step__title {
  font-size: 17px;
  font-weight: 800;
  margin: 12px 0 8px;
}

.bbbb-step__body {
  font-size: 15px;
  line-height: 1.7;
  color: var(--text-body);
}

@media (max-width: 900px) {
  .bbbb-steps {
    grid-template-columns: 1fr;
  }

  .bbbb-band__inner {
    padding-block: 56px;
  }
}

/* =========================================================
   18. Inquiry form
   ========================================================= */
.bbbb-inquiry {
  background: var(--white);
  border-top: 1px solid var(--border-light);
}

.bbbb-inquiry__inner {
  padding-block: 84px;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 64px;
  align-items: start;
}

.bbbb-inquiry__title {
  font-size: clamp(30px, 3.2vw, 42px);
  margin: 0 0 18px;
}

.bbbb-inquiry__body {
  font-size: 17px;
  line-height: 1.65;
  color: var(--text-body);
  margin: 0 0 28px;
}

.bbbb-inquiry__meta {
  font-size: 15px;
  line-height: 1.8;
  color: var(--text-muted);
}

.bbbb-inquiry__meta strong {
  color: var(--navy);
}

.bbbb-form {
  background: var(--cream);
  border: 1.5px solid var(--navy);
  border-radius: 20px;
  overflow: hidden;
}

.bbbb-form__stripe {
  height: 12px;
  background: repeating-linear-gradient(90deg, var(--pink-200) 0px, var(--pink-200) 16px, var(--white) 16px, var(--white) 32px);
}

.bbbb-form__body {
  padding: 32px;
}

.bbbb-form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.bbbb-form__field {
  margin-bottom: 18px;
}

.bbbb-form__field label {
  display: block;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 7px;
  color: var(--text-list);
}

.bbbb-form__field input,
.bbbb-form__field select,
.bbbb-form__field textarea {
  width: 100%;
  border: 1px solid var(--border-pink);
  border-radius: 12px;
  background: var(--white);
  color: var(--navy);
  font-family: var(--font-body);
  font-size: 16px;
  padding: 13px 15px;
}

.bbbb-form__field input:focus,
.bbbb-form__field select:focus,
.bbbb-form__field textarea:focus {
  outline: 2px solid var(--pink-500);
  outline-offset: 0;
  border-color: var(--pink-500);
}

.bbbb-form__field textarea {
  min-height: 130px;
  resize: vertical;
}

.bbbb-form__submit {
  margin-top: 8px;
}

.bbbb-form__hp {
  position: absolute !important;
  left: -9999px;
}

.bbbb-notice {
  border-radius: 14px;
  padding: 16px 20px;
  font-size: 15.5px;
  font-weight: 700;
  margin-bottom: 24px;
}

.bbbb-notice--success {
  background: var(--blush);
  border: 1.5px solid var(--pink-500);
  color: var(--navy);
}

.bbbb-notice--error {
  background: #fdf0f0;
  border: 1.5px solid #c0392b;
  color: #7b241c;
}

@media (max-width: 900px) {
  .bbbb-inquiry__inner {
    grid-template-columns: 1fr;
    gap: 40px;
    padding-block: 56px;
  }

  .bbbb-form__row {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .bbbb-form__body {
    padding: 24px 20px;
  }
}

/* =========================================================
   19. Generic content page / archive fallback
   ========================================================= */
.bbbb-content {
  background: var(--white);
  border-top: 1px solid var(--border-light);
}

.bbbb-content__inner {
  padding-block: 64px 92px;
  max-width: 840px;
  margin-inline: auto;
}

.bbbb-content__inner p,
.bbbb-content__inner ul,
.bbbb-content__inner ol {
  font-size: 17px;
  line-height: 1.75;
  color: var(--text-body);
  margin: 0 0 18px;
}

.bbbb-content__inner h2 {
  font-size: 30px;
  margin: 36px 0 14px;
}

.bbbb-content__inner h3 {
  font-size: 24px;
  margin: 28px 0 12px;
}

.bbbb-content__inner a {
  text-decoration: underline;
}

.bbbb-content__inner img {
  border-radius: 18px;
}
