body.ink-bloom-template-active,
body.ink-bloom-template-active .wp-site-blocks {
  background: #f5ebdd;
}

.ink-bloom-homepage {
  --bop-background: #f5ebdd;
  --bop-surface: #fffaf3;
  --bop-muted-surface: #eadbc6;
  --bop-sage-surface: #e4d8bd;
  --bop-heading: #9c6b4f;
  --bop-text: #3a2e2a;
  --bop-muted-text: #686868;
  --bop-accent: #f26a5a;
  --bop-strong: var(--wp--preset--color--primary-500, #161515);
  --bop-border: rgba(58, 46, 42, 0.14);
  --wp--preset--color--cream: var(--bop-background);
  --wp--preset--color--coral: var(--bop-accent);
  --wp--preset--color--sage: var(--bop-sage-surface);
  --wp--preset--color--sand: var(--bop-muted-surface);
  --wp--preset--color--sand-deep: #d6c4ac;
  --wp--preset--color--ink: var(--bop-text);
  --wp--preset--color--ink-light: var(--bop-muted-text);
  --wp--preset--color--white: #ffffff;
  --wp--preset--color--coral-light: #f7b4aa;
  --wp--preset--color--sage-light: #efe5d3;
  --wp--preset--spacing--10: 0.5rem;
  --wp--preset--spacing--20: 1rem;
  --wp--preset--spacing--30: 1.5rem;
  --wp--preset--spacing--40: 2.5rem;
  --wp--preset--spacing--50: 4rem;
  --wp--preset--spacing--60: 6rem;
  --wp--preset--spacing--70: 8rem;
  color: var(--bop-text);
  margin-block-start: 0 !important;
}

.ink-bloom-homepage .has-cream-background-color { background-color: var(--bop-background) !important; }
.ink-bloom-homepage .has-coral-background-color { background-color: var(--bop-accent) !important; }
.ink-bloom-homepage .has-sage-background-color { background-color: var(--bop-sage-surface) !important; }
.ink-bloom-homepage .has-sand-background-color { background-color: var(--bop-muted-surface) !important; }
.ink-bloom-homepage .has-sand-deep-background-color { background-color: #d6c4ac !important; }
.ink-bloom-homepage .has-ink-background-color { background-color: var(--bop-strong) !important; }
.ink-bloom-homepage .has-ink-light-background-color { background-color: var(--bop-muted-text) !important; }
.ink-bloom-homepage .has-white-background-color { background-color: #fff !important; }
.ink-bloom-homepage .has-coral-light-background-color { background-color: #f7b4aa !important; }
.ink-bloom-homepage .has-sage-light-background-color { background-color: #efe5d3 !important; }
.ink-bloom-homepage .has-cream-color { color: var(--bop-background) !important; }
.ink-bloom-homepage .has-coral-color { color: var(--bop-accent) !important; }
.ink-bloom-homepage .has-sage-color { color: var(--bop-sage-surface) !important; }
.ink-bloom-homepage .has-sand-color { color: var(--bop-muted-surface) !important; }
.ink-bloom-homepage .has-sand-deep-color { color: #d6c4ac !important; }
.ink-bloom-homepage .has-ink-color { color: var(--bop-text) !important; }
.ink-bloom-homepage .has-ink-light-color { color: var(--bop-muted-text) !important; }
.ink-bloom-homepage .has-white-color { color: #fff !important; }
.ink-bloom-homepage .has-coral-light-color { color: #f7b4aa !important; }
.ink-bloom-homepage .has-sage-light-color { color: #efe5d3 !important; }

.ink-bloom-homepage,
.ink-bloom-homepage p,
.ink-bloom-homepage li,
.ink-bloom-homepage a,
.ink-bloom-homepage .wp-block-button__link {
  font-family: var(--wp--preset--font-family--space-grotesk) !important;
}

.ink-bloom-homepage h1,
.ink-bloom-homepage h2,
.ink-bloom-homepage h3,
.ink-bloom-homepage h4,
.ink-bloom-homepage h5,
.ink-bloom-homepage h6 {
  color: var(--bop-heading) !important;
  font-family: var(--wp--preset--font-family--playfair-display) !important;
}

.ink-bloom-homepage .ink-bloom-brand { margin: 0; }
.ink-bloom-homepage .ink-bloom-brand a { color: var(--bop-strong); font-family: var(--wp--preset--font-family--playfair-display) !important; text-decoration: none; }
.ink-bloom-homepage .wp-block-navigation a { color: var(--bop-muted-text); font-size: 0.78rem; font-weight: 700; letter-spacing: 0.08em; text-decoration: none; }
.ink-bloom-homepage .wp-block-navigation__responsive-container-open { color: var(--bop-text); }
.ink-bloom-homepage .wp-block-image img { display: block; max-width: 100%; height: auto; }
.ink-bloom-homepage .wp-block-button__link { text-decoration: none; }
.ink-bloom-homepage .alignwide { max-width: 1280px; margin-left: auto; margin-right: auto; }
.ink-bloom-homepage .alignfull { max-width: none; }

/* Equal card layout */
.equal-cards > .wp-block-column {
  display: flex;
  flex-direction: column;
  flex-grow: 0;
}
.equal-cards > .wp-block-column > .wp-block-group {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.equal-cards .cta-bottom {
  margin-top: auto;
  justify-content: center;
}

.wp-site-blocks > footer {
  margin-block-start: 0;
}

/* Doodle underline for hero heading */
.doodle-underline {
  position: relative;
  display: inline;
}
.doodle-underline::after {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 0;
  right: 0;
  height: 8px;
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 8 C30 2,60 12,90 6 C120 0,150 10,198 4' stroke='%23E8614A' stroke-width='3' fill='none' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat center;
  background-size: contain;
}

/* Feature icon circles */
.feature-icon-circle {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem auto;
}

/* Rounded card style */
.rounded-card {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(58, 46, 40, 0.07);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.rounded-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 32px rgba(58, 46, 40, 0.12);
}

/* Product card image height */
.product-card-img img {
  height: 260px;
  object-fit: cover;
  width: 100%;
  border-radius: 16px 16px 0 0;
}

/* Make entire product card clickable feel */
.rounded-card h4 a {
  color: inherit;
  text-decoration: none;
}
.rounded-card h4 a:hover {
  color: var(--wp--preset--color--coral);
}

/* Collection cover card hover */
.wp-block-cover {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.wp-block-column .wp-block-cover:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 32px rgba(58, 46, 40, 0.15);
}

/* Blog card heading links */
.rounded-card .wp-block-heading a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}
.rounded-card .wp-block-heading a:hover {
  color: var(--wp--preset--color--coral);
}

/* Pill button style */
.pill-button .wp-block-button__link {
  border-radius: 50px !important;
  padding: 0.85rem 2rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.03em;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.pill-button .wp-block-button__link:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(232, 97, 74, 0.3);
}

/* Outline pill */
.pill-outline .wp-block-button__link {
  border-radius: 50px !important;
  padding: 0.75rem 1.75rem !important;
  background: transparent !important;
  border: 2px solid currentColor !important;
}

/* Doodle decorative dots */
.doodle-dots::before {
  content: '';
  display: block;
  width: 100px;
  height: 8px;
  margin: 0 auto 1.5rem auto;
  background: radial-gradient(circle, var(--wp--preset--color--coral) 2.5px, transparent 2.5px);
  background-size: 14px 8px;
  opacity: 0.6;
}

/* Sticky header */
.sticky-header {
  position: sticky;
  top: 0;
  z-index: 100;
}

/* Nav link hover line */
.nav-hover-line a {
  position: relative;
}
.nav-hover-line a::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--wp--preset--color--coral);
  border-radius: 2px;
  transition: width 0.3s ease;
}
.nav-hover-line a:hover::after {
  width: 100%;
}

/* Testimonial quote style */
.testimonial-quote {
  position: relative;
  padding-left: 2rem;
}
.testimonial-quote::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: var(--wp--preset--color--coral);
  border-radius: 2px;
}

/* Newsletter section doodle border */
.doodle-border {
  border: 2px dashed var(--wp--preset--color--sand-deep);
  border-radius: 24px;
}

/* Fade-in animation */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fade-in-up {
  animation: fadeInUp 0.6s ease both;
}

/* Stagger delays for cards */
.stagger-1 { animation-delay: 0.1s; }
.stagger-2 { animation-delay: 0.25s; }
.stagger-3 { animation-delay: 0.4s; }

/* Decorative star doodle pseudo-element */
.doodle-star-accent::after {
  content: '';
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-left: 0.5rem;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 28 28' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 2 L16 10 L24 12 L16 14 L14 22 L12 14 L4 12 L12 10 Z' stroke='%23E8614A' stroke-width='1.2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center;
  background-size: contain;
}

/* Sage leaf accent */
.doodle-leaf-accent::before {
  content: '';
  display: block;
  width: 40px;
  height: 48px;
  margin: 0 auto 1rem auto;
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 40 48' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 44 C20 44,8 28,12 12 C14 4,26 4,28 12 C32 28,20 44,20 44Z' stroke='%23A3B89A' stroke-width='1.5' fill='none'/%3E%3Cpath d='M20 40 L20 16' stroke='%23A3B89A' stroke-width='1' fill='none' stroke-linecap='round'/%3E%3Cpath d='M20 28 L14 22' stroke='%23A3B89A' stroke-width='0.8' fill='none' stroke-linecap='round'/%3E%3Cpath d='M20 22 L26 17' stroke='%23A3B89A' stroke-width='0.8' fill='none' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat center;
  background-size: contain;
}

/* Product tag badge */
.product-tag {
  display: inline-block;
  background: var(--wp--preset--color--coral);
  color: #fff;
  font-size: 0.7rem;
  font-weight: 700;
  padding: 0.25rem 0.75rem;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* Hero collage styling */
.hero-collage-wrapper {
  position: relative;
  min-height: 520px;
}

/* Section divider swoosh */
.swoosh-divider {
  width: 100%;
  height: 40px;
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 1200 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 20 C200 5,400 35,600 20 C800 5,1000 35,1200 20' stroke='%23D4C0A5' stroke-width='1.5' fill='none'/%3E%3C/svg%3E") no-repeat center;
  background-size: cover;
}

/* Custom scrollbar */
::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-track {
  background: var(--wp--preset--color--cream);
}
::-webkit-scrollbar-thumb {
  background: var(--wp--preset--color--sand-deep);
  border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
  background: var(--wp--preset--color--ink-light);
}

@media (max-width: 781px) {
  .ink-bloom-homepage .wp-block-group.alignfull {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .ink-bloom-homepage > .sticky-header {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .ink-bloom-homepage .sticky-header .wp-block-group.alignwide {
    gap: 1rem;
  }

  .ink-bloom-homepage .wp-block-columns {
    gap: 1.5rem !important;
  }

  .ink-bloom-homepage .product-card-img img {
    height: 220px;
  }

  .ink-bloom-homepage .doodle-border {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
}

.bop-shop-section,
.bop-collections-page,
.bop-single-product,
.bop-related-products {
  background: var(--wp--preset--color--cream, #f9f3ea);
  color: var(--wp--preset--color--ink, #3a2e2a);
  padding: clamp(3rem, 7vw, 6rem) clamp(1.25rem, 5vw, 4rem);
}

.bop-section-heading {
  margin: 0 auto 2.25rem;
  max-width: 720px;
  text-align: center;
}

.bop-section-heading h2,
.bop-collection-band__intro h3,
.bop-product-detail__summary h1,
.bop-product-story h2,
.bop-related-products h2 {
  color: var(--wp--preset--color--ink, #3a2e2a);
  font-family: var(--wp--preset--font-family--playfair-display);
  letter-spacing: -0.03em;
  line-height: 0.95;
  margin: 0.25rem 0 0.75rem;
}

.bop-section-heading h2 {
  font-size: clamp(2.25rem, 5vw, 4.5rem);
}

.bop-section-heading p,
.bop-product-card p,
.bop-collection-band__intro p,
.bop-single-lede,
.bop-product-story__copy {
  color: var(--wp--preset--color--ink-light, #6f625d);
  font-family: var(--wp--preset--font-family--space-grotesk);
  line-height: 1.7;
}

.bop-kicker {
  color: var(--wp--preset--color--coral, #ee6451);
  font-family: var(--wp--preset--font-family--space-grotesk);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  margin: 0 0 0.45rem;
  text-transform: uppercase;
}

.bop-filter-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
  margin: 0 auto 2.25rem;
  max-width: 980px;
}

.bop-filter-pills a,
.bop-card-link,
.bop-single-product .single_add_to_cart_button {
  align-items: center;
  background: var(--wp--preset--color--coral, #ee6451);
  border: 0;
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-family: var(--wp--preset--font-family--space-grotesk);
  font-size: 0.88rem;
  font-weight: 800;
  justify-content: center;
  padding: 0.75rem 1.25rem;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.bop-filter-pills a {
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(58, 46, 42, 0.13);
  color: var(--wp--preset--color--ink, #3a2e2a);
}

.bop-filter-pills a:hover,
.bop-card-link:hover,
.bop-single-product .single_add_to_cart_button:hover {
  box-shadow: 0 14px 28px rgba(58, 46, 42, 0.14);
  transform: translateY(-2px);
}

.bop-product-grid,
.bop-collection-card-grid {
  display: grid;
  gap: clamp(1rem, 2vw, 1.6rem);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 1240px;
}

.bop-product-grid--compact {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.bop-product-card,
.bop-collection-card {
  background: #fff;
  border-radius: 22px;
  box-shadow: 0 18px 45px rgba(58, 46, 42, 0.08);
  overflow: hidden;
}

.bop-product-card__image {
  background: #f5ead9;
  display: block;
  overflow: hidden;
  padding: 1rem;
}

.bop-product-card__image img {
  aspect-ratio: 1 / 1;
  display: block;
  height: auto;
  object-fit: contain;
  transition: transform 220ms ease;
  width: 100%;
}

.bop-product-card:hover .bop-product-card__image img,
.bop-collection-card:hover img {
  transform: scale(1.035);
}

.bop-product-card__body {
  padding: 1.2rem;
}

.bop-product-card h3 {
  font-family: var(--wp--preset--font-family--playfair-display);
  font-size: 1.35rem;
  line-height: 1.05;
  margin: 0 0 0.5rem;
}

.bop-product-card h3 a {
  color: var(--wp--preset--color--ink, #3a2e2a);
  text-decoration: none;
}

.bop-product-card__meta {
  align-items: center;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  margin-top: 1rem;
}

.bop-product-card__meta span {
  color: var(--wp--preset--color--coral, #ee6451);
  font-family: var(--wp--preset--font-family--space-grotesk);
  font-weight: 900;
}

.bop-card-link {
  font-size: 0.78rem;
  padding: 0.55rem 0.95rem;
}

.bop-collection-card {
  color: var(--wp--preset--color--ink, #3a2e2a);
  display: grid;
  min-height: 360px;
  position: relative;
  text-decoration: none;
}

.bop-collection-card::after {
  background: linear-gradient(180deg, rgba(58, 46, 42, 0) 10%, rgba(58, 46, 42, 0.78) 100%);
  content: "";
  inset: 0;
  position: absolute;
}

.bop-collection-card img {
  height: 100%;
  object-fit: cover;
  position: absolute;
  transition: transform 220ms ease;
  width: 100%;
}

.bop-collection-card span,
.bop-collection-card strong,
.bop-collection-card em {
  color: #fff;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
  position: relative;
  z-index: 1;
}

.bop-collection-card span {
  align-self: end;
  font-family: var(--wp--preset--font-family--space-grotesk);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.bop-collection-card strong {
  font-family: var(--wp--preset--font-family--playfair-display);
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 0.95;
}

.bop-collection-card em {
  font-family: var(--wp--preset--font-family--space-grotesk);
  font-style: normal;
  margin-bottom: 1.25rem;
}

.bop-collection-band {
  background: var(--wp--preset--color--sand, #eadfc9);
  border-radius: 28px;
  margin: 2rem auto 0;
  max-width: 1240px;
  padding: clamp(1.25rem, 3vw, 2rem);
}

.bop-collection-band__intro {
  margin-bottom: 1.5rem;
  max-width: 760px;
}

.bop-collection-band__intro h3 {
  font-size: clamp(2rem, 4vw, 3.5rem);
}

.bop-collection-archive__hero {
  align-items: center;
  display: grid;
  gap: clamp(1.5rem, 3vw, 3rem);
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  max-width: 1240px;
  margin: 0 auto;
}

.bop-collection-archive__hero-inner {
  display: grid;
  gap: 1rem;
}

.bop-collection-archive__hero .bop-section-heading {
  margin: 0;
  max-width: none;
  text-align: left;
}

.bop-collection-archive__hero .bop-section-heading h1 {
  color: var(--wp--preset--color--ink, #3a2e2a);
  font-family: var(--wp--preset--font-family--playfair-display);
  font-size: clamp(2.4rem, 5vw, 4.8rem);
  letter-spacing: -0.03em;
  line-height: 0.96;
  margin: 0.25rem 0 0.75rem;
}

.bop-collection-archive__hero .bop-filter-pills {
  justify-content: flex-start;
  margin: 0;
}

.bop-collection-archive__cover img {
  aspect-ratio: 4 / 5;
  border-radius: 28px;
  box-shadow: 0 18px 45px rgba(58, 46, 42, 0.1);
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.bop-breadcrumb {
  color: var(--wp--preset--color--ink-light, #6f625d);
  font-family: var(--wp--preset--font-family--space-grotesk);
  font-size: 0.9rem;
  margin: 0 auto 1.5rem;
  max-width: 1180px;
}

.bop-breadcrumb a {
  color: inherit;
}

.bop-product-detail {
  align-items: center;
  display: grid;
  gap: clamp(2rem, 5vw, 4rem);
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  margin: 0 auto;
  max-width: 1180px;
}

.bop-product-detail__media {
  background: #fff;
  border-radius: 28px;
  box-shadow: 0 24px 60px rgba(58, 46, 42, 0.1);
  padding: clamp(1rem, 3vw, 2rem);
}

.bop-product-detail__media img {
  display: block;
  height: auto;
  object-fit: contain;
  width: 100%;
}

.bop-product-detail__summary h1 {
  font-size: clamp(3rem, 7vw, 6.5rem);
}

.bop-single-price {
  color: var(--wp--preset--color--coral, #ee6451);
  font-family: var(--wp--preset--font-family--playfair-display);
  font-size: 2rem;
  margin: 0.5rem 0 1rem;
}

.bop-single-product form.cart {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.bop-single-product .quantity input {
  border: 1px solid rgba(58, 46, 42, 0.18);
  border-radius: 999px;
  min-height: 48px;
  padding: 0 0.8rem;
  text-align: center;
  width: 72px;
}

.bop-product-assurance {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.25rem;
}

.bop-product-assurance span {
  background: rgba(179, 201, 170, 0.4);
  border-radius: 999px;
  font-family: var(--wp--preset--font-family--space-grotesk);
  font-size: 0.82rem;
  font-weight: 800;
  padding: 0.55rem 0.85rem;
}

.bop-product-story {
  background: var(--wp--preset--color--sage, #cbdcc7);
  border-radius: 28px;
  display: grid;
  gap: 2rem;
  grid-template-columns: 0.8fr 1.2fr;
  margin: clamp(2rem, 6vw, 5rem) auto 0;
  max-width: 1180px;
  padding: clamp(1.5rem, 4vw, 3rem);
}

.bop-product-story h2 {
  font-size: clamp(2rem, 4vw, 4rem);
}

.bop-related-products {
  background: var(--wp--preset--color--cream, #f9f3ea);
  padding-top: 0;
}

.bop-featured-products {
  border-top: 1px solid rgba(58, 46, 42, 0.08);
}

.bop-featured-products__cta {
  margin-top: 2rem;
  text-align: center;
}

.bop-journal-section {
  margin: 0 auto;
  max-width: 1240px;
}

.bop-post-grid {
  display: grid;
  gap: clamp(1rem, 2vw, 1.6rem);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0 auto;
}

.bop-post-card {
  background: #fff;
  border-radius: 22px;
  box-shadow: 0 18px 45px rgba(58, 46, 42, 0.08);
  overflow: hidden;
}

.bop-post-card__image {
  background: #eadbc6;
  display: block;
  overflow: hidden;
  text-decoration: none;
}

.bop-post-card__image img {
  aspect-ratio: 4 / 3;
  display: block;
  height: auto;
  object-fit: cover;
  transition: transform 220ms ease;
  width: 100%;
}

.bop-post-card:hover .bop-post-card__image img {
  transform: scale(1.03);
}

.bop-post-card__placeholder {
  align-items: center;
  color: var(--wp--preset--color--ink, #3a2e2a);
  display: flex;
  font-family: var(--wp--preset--font-family--space-grotesk);
  font-size: 0.85rem;
  font-weight: 800;
  justify-content: center;
  letter-spacing: 0.12em;
  min-height: 280px;
  text-transform: uppercase;
}

.bop-post-card__body {
  display: grid;
  gap: 0.9rem;
  padding: 1.35rem;
}

.bop-post-card__meta {
  align-items: center;
  display: flex;
  gap: 0.75rem;
  justify-content: space-between;
}

.bop-post-card__date {
  color: var(--wp--preset--color--ink-light, #686868);
  font-family: var(--wp--preset--font-family--space-grotesk);
  font-size: 0.82rem;
}

.bop-post-card h2 {
  color: var(--wp--preset--color--ink, #3a2e2a);
  font-family: var(--wp--preset--font-family--playfair-display);
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  line-height: 1;
  margin: 0;
}

.bop-post-card h2 a {
  color: inherit;
  text-decoration: none;
}

.bop-post-card p {
  margin: 0;
}

.bop-pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
  margin-top: 2rem;
}

.bop-pagination .page-numbers {
  background: #fff;
  border-radius: 999px;
  box-shadow: inset 0 0 0 1px rgba(58, 46, 42, 0.13);
  color: var(--wp--preset--color--ink, #3a2e2a);
  display: inline-flex;
  font-family: var(--wp--preset--font-family--space-grotesk);
  font-size: 0.88rem;
  font-weight: 800;
  justify-content: center;
  min-width: 44px;
  padding: 0.7rem 1rem;
  text-decoration: none;
}

.bop-pagination .page-numbers.current,
.bop-pagination .page-numbers:hover {
  background: var(--wp--preset--color--coral, #ee6451);
  box-shadow: 0 14px 28px rgba(58, 46, 42, 0.14);
  color: #fff;
}

.bop-contact-section {
  background: var(--wp--preset--color--cream, #f5ebdd);
  color: var(--wp--preset--color--ink, #3a2e2a);
  padding: clamp(3rem, 6vw, 6rem) clamp(1.25rem, 5vw, 4rem);
}

.bop-contact-grid {
  display: grid;
  gap: clamp(1.5rem, 4vw, 3rem);
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  margin: 0 auto;
  max-width: 1180px;
}

.bop-contact-card,
.bop-contact-form-block {
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 18px 45px rgba(58, 46, 42, 0.08);
  padding: clamp(1.5rem, 4vw, 2.5rem);
}

.bop-contact-card h1,
.bop-contact-card h2,
.bop-contact-form-block h2 {
  color: var(--wp--preset--color--ink, #3a2e2a);
  font-family: var(--wp--preset--font-family--playfair-display);
  margin-top: 0;
}

.bop-contact-card p,
.bop-contact-form label,
.bop-contact-form input,
.bop-contact-form textarea,
.bop-contact-form button,
.bop-contact-notice {
  font-family: var(--wp--preset--font-family--space-grotesk);
}

.bop-contact-points {
  display: grid;
  gap: 0.9rem;
  margin-top: 1.5rem;
}

.bop-contact-point {
  background: var(--wp--preset--color--sand, #eadbc6);
  border-radius: 18px;
  padding: 1rem 1.1rem;
}

.bop-contact-point strong {
  color: var(--wp--preset--color--ink, #3a2e2a);
  display: block;
  margin-bottom: 0.2rem;
}

.bop-contact-point span {
  color: var(--wp--preset--color--ink-light, #686868);
  display: block;
  line-height: 1.65;
}

.bop-contact-notice {
  border-radius: 16px;
  margin-bottom: 1rem;
  padding: 0.85rem 1rem;
}

.bop-contact-notice--success {
  background: rgba(163, 184, 154, 0.3);
}

.bop-contact-notice--error {
  background: rgba(242, 106, 90, 0.14);
}

.bop-contact-form {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.bop-contact-form__field {
  margin: 0;
}

.bop-contact-form__field--full,
.bop-contact-form__actions {
  grid-column: 1 / -1;
}

.bop-contact-form label {
  color: var(--wp--preset--color--ink, #3a2e2a);
  display: block;
  font-size: 0.9rem;
  font-weight: 700;
  margin-bottom: 0.45rem;
}

.bop-contact-form input,
.bop-contact-form textarea {
  border: 1px solid rgba(58, 46, 42, 0.16);
  border-radius: 16px;
  box-sizing: border-box;
  color: var(--wp--preset--color--ink, #3a2e2a);
  padding: 0.9rem 1rem;
  width: 100%;
}

.bop-contact-form textarea {
  min-height: 180px;
  resize: vertical;
}

.bop-contact-form button {
  background: var(--wp--preset--color--coral, #f26a5a);
  border: 0;
  border-radius: 999px;
  color: #fff;
  cursor: pointer;
  font-size: 0.95rem;
  font-weight: 800;
  padding: 0.9rem 1.5rem;
}

.single-post .wp-block-post-featured-image.alignwide,
.single-post .entry-content.wp-block-post-content > .wp-block-image,
.single-post .entry-content.wp-block-post-content > .wp-block-image.alignwide,
.single-post .entry-content.wp-block-post-content > .wp-block-image.alignfull {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: min(100%, var(--wp--style--global--content-size, 768px));
}

.single-post .wp-block-post-featured-image img,
.single-post .entry-content.wp-block-post-content .wp-block-image img {
  display: block;
  height: auto !important;
  max-width: 100%;
  width: 100%;
}

.single-post .wp-block-post-featured-image figcaption,
.single-post .entry-content.wp-block-post-content .wp-block-image figcaption {
  max-width: 100%;
}

@media (max-width: 980px) {
  .bop-post-grid,
  .bop-product-grid,
  .bop-product-grid--compact,
  .bop-collection-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bop-product-detail,
  .bop-product-story,
  .bop-contact-grid,
  .bop-collection-archive__hero {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .bop-post-grid,
  .bop-product-grid,
  .bop-product-grid--compact,
  .bop-collection-card-grid {
    grid-template-columns: 1fr;
  }

  .bop-product-card__meta {
    align-items: flex-start;
    flex-direction: column;
  }

  .bop-filter-pills {
    justify-content: flex-start;
  }

  .bop-contact-form {
    grid-template-columns: 1fr;
  }
}
