.bdp-homepage {
  background:
    linear-gradient(180deg, var(--bdp-color-surface-soft) 0, var(--bdp-color-surface-soft) 60rem, var(--bdp-color-bg) 60rem, var(--bdp-color-bg) 100%);
  color: var(--bdp-color-text);
}

.bdp-homepage #page,
.bdp-homepage .site-content,
.bdp-homepage .content-area {
  background: transparent;
}

.bdp-homepage .site-content {
  padding-top: 0;
}

.bdp-home-header {
  color: var(--bdp-color-emerald-deep);
}

.bdp-home-header.is-scrolled {
  background: color-mix(in srgb, var(--bdp-color-bg) 90%, transparent);
  border-bottom: 1px solid var(--bdp-color-border-warm);
  backdrop-filter: blur(18px);
  box-shadow: 0 18px 44px rgba(17, 24, 39, 0.08);
}

.bdp-home-announce {
  border-bottom-color: color-mix(in srgb, var(--bdp-color-border-warm) 82%, transparent);
  background: color-mix(in srgb, var(--bdp-color-surface-soft) 88%, white);
}

.bdp-home-announce__inner {
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
  padding-block: 0.5rem;
  padding-inline: var(--bdp-shell-inline-padding);
}

.bdp-home-announce__item {
  display: inline-flex;
  align-items: center;
  min-height: var(--bdp-touch-target-min);
  padding-inline: 0.15rem;
  color: var(--bdp-color-muted);
  font-size: 0.72rem;
  line-height: 1.3;
  letter-spacing: 0.18em;
  text-decoration: none;
  text-transform: uppercase;
}

.bdp-home-announce__item:hover,
.bdp-home-announce__item:focus-visible {
  color: var(--bdp-color-emerald-deep);
}

.bdp-home-header__bar {
  background: transparent;
}

.bdp-home-header__inner {
  min-height: 80px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1.1rem;
  padding-block: 0.8rem;
}

.bdp-home-header__toggle {
  display: none;
  width: 48px;
  height: 48px;
  border: 1px solid var(--bdp-color-border-warm);
  border-radius: 999px;
  background: color-mix(in srgb, white 82%, var(--bdp-color-surface-soft));
  color: var(--bdp-color-emerald-deep);
  align-items: center;
  justify-content: center;
  gap: 4px;
  flex-direction: column;
  cursor: pointer;
}

.bdp-home-header__toggle-line {
  width: 18px;
  height: 1px;
  background: currentColor;
  display: block;
}

.bdp-home-header__brand {
  display: inline-flex;
  align-items: center;
  color: var(--bdp-color-emerald-deep);
  text-decoration: none;
}

.bdp-home-header__logo {
  max-height: 42px;
  width: auto;
}

.bdp-home-header__title {
  font-family: var(--bdp-font-display);
  font-size: clamp(1.2rem, 1vw + 1rem, 1.85rem);
  letter-spacing: 0.08em;
}

.bdp-home-header__nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.5rem;
}

.bdp-home-header__nav-link {
  display: inline-flex;
  align-items: center;
  min-height: var(--bdp-touch-target-min);
  color: var(--bdp-color-emerald-deep);
  font-size: 0.78rem;
  letter-spacing: 0.2em;
  text-decoration: none;
  text-transform: uppercase;
}

.bdp-home-header__nav-link:hover,
.bdp-home-header__nav-link:focus-visible {
  color: var(--bdp-color-emerald);
}

.bdp-home-header__actions {
  display: flex;
  justify-content: flex-end;
}

.bdp-home-header__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0.75rem 1.25rem;
  border: 1px solid transparent;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--bdp-color-emerald) 0%, var(--bdp-color-emerald-deep) 100%);
  color: var(--bdp-color-text-on-dark);
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: 0 16px 30px rgba(6, 78, 59, 0.18);
}

.bdp-home-header__cta:hover,
.bdp-home-header__cta:focus-visible {
  background: linear-gradient(180deg, var(--bdp-color-emerald-deep) 0%, #082d26 100%);
  color: var(--bdp-color-text-on-dark);
}

.bdp-home-drawer {
  position: fixed;
  inset: 0;
  z-index: 1100;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.24s ease, visibility 0.24s ease;
}

.bdp-home-drawer.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.bdp-home-drawer__overlay {
  background: rgba(10, 13, 18, 0.42);
}

.bdp-home-drawer__panel {
  background:
    radial-gradient(circle at top left, rgba(198, 165, 107, 0.14), transparent 24%),
    linear-gradient(180deg, white 0, var(--bdp-color-surface-soft) 100%);
  color: var(--bdp-color-text);
  box-shadow: 20px 0 64px rgba(17, 24, 39, 0.16);
}

.bdp-home-drawer.is-open .bdp-home-drawer__panel {
  transform: translateX(0);
}

.bdp-home-drawer__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

.bdp-home-drawer__eyebrow {
  color: var(--bdp-color-muted);
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.bdp-home-drawer__close {
  width: 42px;
  height: 42px;
  border: 1px solid var(--bdp-color-border-warm);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  color: var(--bdp-color-emerald-deep);
  font-size: 1.5rem;
  cursor: pointer;
}

.bdp-home-drawer__nav {
  display: grid;
  gap: 0.85rem;
}

.bdp-home-drawer__link {
  padding-bottom: 0.75rem;
  border-bottom: 1px solid color-mix(in srgb, var(--bdp-color-border-warm) 80%, transparent);
  color: var(--bdp-color-emerald-deep);
  font-family: var(--bdp-font-display);
  font-size: 1.35rem;
  line-height: 1.15;
  text-decoration: none;
}

.bdp-home-drawer__actions {
  display: grid;
  gap: 0.75rem;
}

.bdp-home-drawer__button {
  border: 1px solid var(--bdp-color-border-warm);
  background: rgba(255, 255, 255, 0.78);
  color: var(--bdp-color-emerald-deep);
}

.bdp-home-drawer__button--primary {
  border-color: transparent;
  background: linear-gradient(180deg, var(--bdp-color-emerald) 0%, var(--bdp-color-emerald-deep) 100%);
  color: var(--bdp-color-text-on-dark);
}

.bdp-home-drawer__meta {
  margin-top: auto;
  display: grid;
  gap: 0.6rem;
}

.bdp-home-drawer__meta a {
  color: var(--bdp-color-muted);
  text-decoration: none;
}

.bdp-home-hero {
  position: relative;
  min-height: min(900px, 100vh);
  padding: clamp(10.75rem, 14vw, 13rem) 0 clamp(5.25rem, 8vw, 6.5rem);
  overflow: hidden;
}

.bdp-home-hero__media,
.bdp-home-hero__overlay {
  position: absolute;
  inset: 0;
}

.bdp-home-hero__media {
  background-color: #151516;
  background-position: center 32%;
  background-repeat: no-repeat;
  background-size: cover;
  transform: scale(1.05);
}

.bdp-home-hero__overlay {
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.58), transparent 32%),
    linear-gradient(92deg, rgba(251, 247, 241, 0.95) 0, rgba(251, 247, 241, 0.88) 30%, rgba(15, 59, 50, 0.16) 58%, rgba(10, 35, 30, 0.6) 100%);
}

.bdp-home-hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 640px);
}

.bdp-home-hero__content {
  max-width: 640px;
  padding: clamp(1.5rem, 3vw, 2.25rem);
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: clamp(1.4rem, 2.8vw, 1.9rem);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.82) 0%, rgba(251, 247, 241, 0.68) 100%);
  backdrop-filter: blur(12px);
  box-shadow: 0 28px 56px rgba(17, 24, 39, 0.12);
}

.bdp-home-hero__eyebrow,
.bdp-home-prefooter__eyebrow,
.bdp-home-prefooter__card-label,
.bdp-home-section__eyebrow,
.bdp-home-entry-card__eyebrow,
.bdp-home-product-card__eyebrow,
.bdp-home-proof-card__eyebrow,
.bdp-home-story__support-eyebrow,
.bdp-home-visit__card-label {
  display: inline-block;
  color: var(--bdp-color-gold);
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.bdp-home-hero__title {
  max-width: 10ch;
  margin: 0.85rem 0 1.15rem;
  color: var(--bdp-color-emerald-deep);
  font-size: clamp(3.4rem, 7vw, 6.2rem);
  line-height: 0.92;
}

.bdp-home-hero__lead {
  max-width: 32rem;
  margin: 0 0 1.75rem;
  color: rgba(17, 24, 39, 0.82);
  font-size: clamp(0.98rem, 1vw + 0.82rem, 1.15rem);
  line-height: 1.72;
}

.bdp-home-hero__actions,
.bdp-home-prefooter__actions,
.bdp-home-story__actions,
.bdp-home-visit__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.bdp-homepage .bdp-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--bdp-space-2);
  min-height: 54px;
  padding: 0 1.6rem;
  border: 1px solid transparent;
  border-radius: 999px;
  box-shadow: var(--bdp-shadow-1);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background-color 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease;
}

.bdp-homepage .bdp-button:hover,
.bdp-homepage .bdp-button:focus-visible {
  transform: translateY(-1px);
  box-shadow: var(--bdp-shadow-2);
}

.bdp-homepage .bdp-button--primary {
  background: var(--bdp-color-gold);
  color: #221610;
}

.bdp-homepage .bdp-button--primary:hover,
.bdp-homepage .bdp-button--primary:focus-visible {
  background: var(--bdp-color-gold-strong);
  color: #1c120c;
}

.bdp-homepage .bdp-button--secondary {
  border-color: color-mix(in srgb, var(--bdp-color-gold) 42%, var(--bdp-color-border-warm));
  background: rgba(255, 255, 255, 0.72);
  color: var(--bdp-color-emerald-deep);
}

.bdp-homepage .bdp-button--secondary:hover,
.bdp-homepage .bdp-button--secondary:focus-visible {
  border-color: var(--bdp-color-gold-strong);
  color: var(--bdp-color-emerald);
}

.bdp-home-hero__trust {
  margin: 1.35rem 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.bdp-home-hero__trust li {
  padding: 0.72rem 0.95rem;
  border: 1px solid color-mix(in srgb, var(--bdp-color-gold) 28%, var(--bdp-color-border-warm));
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--bdp-color-emerald-deep);
  font-size: 0.78rem;
}

.bdp-homepage .site.grid-container {
  position: relative;
  margin-top: clamp(-4.25rem, -5vw, -6rem);
  z-index: 2;
}

.bdp-homepage .site-main {
  padding-bottom: var(--bdp-space-10);
}

.bdp-homepage .site-main > article {
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
}

.bdp-homepage .inside-article {
  padding: 0;
}

.bdp-homepage .post-image,
.bdp-homepage .entry-header,
.bdp-homepage .entry-meta {
  display: none;
}

.bdp-homepage .entry-content {
  margin: 0;
}

.bdp-home-sections {
  display: grid;
  gap: clamp(var(--bdp-space-7), 5vw, var(--bdp-space-9));
  padding-bottom: var(--bdp-space-10);
}

.bdp-home-section > .grid-container {
  width: min(calc(100% - (var(--bdp-gutter) * 2)), var(--bdp-container-lg));
  max-width: var(--bdp-container-lg);
  padding-inline: 0;
}

.bdp-home-section__header {
  max-width: 42rem;
  margin-bottom: clamp(1.5rem, 4vw, 2.25rem);
}

.bdp-home-section__title {
  margin: 0.85rem 0 0;
  color: var(--bdp-color-emerald-deep);
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.02;
}

.bdp-home-section__lead {
  max-width: 34rem;
  margin: 0.9rem 0 0;
  color: var(--bdp-color-muted);
  font-size: 0.98rem;
  line-height: 1.7;
}

.bdp-home-section__footer {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
}

.bdp-home-section--entries .grid-container,
.bdp-home-section--products .grid-container,
.bdp-home-section--story .grid-container,
.bdp-home-section--trust .grid-container,
.bdp-home-section--visit .grid-container {
  position: relative;
}

.bdp-home-entry-grid,
.bdp-home-products-grid,
.bdp-home-proof-grid {
  display: grid;
  gap: clamp(1.25rem, 2vw, 2rem);
}

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

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

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

.bdp-home-entry-card,
.bdp-home-product-card,
.bdp-home-proof-card,
.bdp-home-story__support,
.bdp-home-visit__card {
  border: 1px solid var(--bdp-color-border-warm);
  border-radius: var(--bdp-radius-5);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--bdp-shadow-2);
}

.bdp-home-entry-card,
.bdp-home-product-card {
  overflow: hidden;
  transition:
    transform var(--bdp-motion-base) ease,
    box-shadow var(--bdp-motion-base) ease,
    border-color var(--bdp-motion-base) ease;
}

.bdp-home-entry-card:hover,
.bdp-home-entry-card:focus-within,
.bdp-home-product-card:hover,
.bdp-home-product-card:focus-within {
  transform: translateY(-4px);
  border-color: color-mix(in srgb, var(--bdp-color-gold) 55%, var(--bdp-color-border-warm));
  box-shadow: var(--bdp-shadow-3);
}

.bdp-home-entry-card__media,
.bdp-home-story__media,
.bdp-home-visit__media {
  display: block;
  overflow: hidden;
  background: color-mix(in srgb, var(--bdp-color-surface) 82%, white);
}

.bdp-home-entry-card__media {
  aspect-ratio: 4 / 5.1;
}

.bdp-home-story__media,
.bdp-home-visit__media {
  aspect-ratio: 4 / 5;
}

.bdp-home-product-card__media {
  display: block;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  background: color-mix(in srgb, var(--bdp-color-surface) 86%, white);
}

.bdp-home-entry-card__media img,
.bdp-home-product-card__media img,
.bdp-home-story__media img,
.bdp-home-visit__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.bdp-home-entry-card:hover img,
.bdp-home-product-card:hover img {
  transform: scale(1.03);
}

.bdp-home-entry-card__body,
.bdp-home-product-card__body {
  display: grid;
  gap: 0.8rem;
  padding: 1.35rem;
}

.bdp-home-entry-card__title,
.bdp-home-product-card__title,
.bdp-home-proof-card__title,
.bdp-home-story__support-title {
  margin: 0;
  color: var(--bdp-color-emerald-deep);
  font-size: clamp(1.35rem, 1.4vw + 1rem, 1.78rem);
  line-height: 1.12;
}

.bdp-home-entry-card__title a,
.bdp-home-product-card__title a {
  color: inherit;
  text-decoration: none;
}

.bdp-home-entry-card__text,
.bdp-home-proof-card__text,
.bdp-home-story__support p {
  margin: 0;
  color: color-mix(in srgb, var(--bdp-color-text) 84%, var(--bdp-color-muted));
  font-size: 0.95rem;
  line-height: 1.7;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.bdp-home-entry-card__link,
.bdp-home-proof-card__link,
.bdp-home-story__support-link {
  color: var(--bdp-color-emerald);
  display: inline-block;
  min-height: var(--bdp-touch-target-min);
  padding-block: 0.35rem;
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-decoration: none;
  text-transform: uppercase;
}

.bdp-home-entry-card__link:hover,
.bdp-home-entry-card__link:focus-visible,
.bdp-home-proof-card__link:hover,
.bdp-home-proof-card__link:focus-visible,
.bdp-home-story__support-link:hover,
.bdp-home-story__support-link:focus-visible {
  color: var(--bdp-color-gold-strong);
}

.bdp-home-section--products {
  padding: clamp(2.1rem, 4vw, 2.8rem) 0;
  border-radius: calc(var(--bdp-radius-5) + 0.25rem);
  background: linear-gradient(180deg, rgba(251, 247, 241, 0.98) 0, rgba(244, 239, 231, 0.94) 100%);
}

.bdp-home-product-card__body {
  gap: 0.65rem;
}

.bdp-home-product-card__price {
  color: var(--bdp-color-emerald-deep);
  font-family: var(--bdp-font-display);
  font-size: 1.2rem;
  font-weight: 500;
}

.bdp-home-product-card__price .amount {
  font-size: 1.12em;
}

.bdp-home-story,
.bdp-home-visit {
  display: grid;
  gap: clamp(1.8rem, 4vw, 3rem);
  align-items: stretch;
  padding: clamp(1.6rem, 3vw, 2.4rem);
  border: 1px solid var(--bdp-color-border-warm);
  border-radius: calc(var(--bdp-radius-5) + 0.15rem);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(251, 247, 241, 0.96) 100%);
  box-shadow: var(--bdp-shadow-2);
}

.bdp-home-story__split {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.98fr);
  gap: clamp(1.8rem, 4vw, 3rem);
}

.bdp-home-story__content,
.bdp-home-visit__content {
  display: grid;
  align-content: start;
}

.bdp-home-story__body {
  display: grid;
  gap: 1rem;
}

.bdp-home-story__body p {
  margin: 0;
  color: color-mix(in srgb, var(--bdp-color-text) 84%, var(--bdp-color-muted));
  font-size: 1rem;
  line-height: 1.8;
}

.bdp-home-story__media-column,
.bdp-home-visit__media-column {
  display: grid;
  gap: 1.25rem;
}

.bdp-home-story__media {
  min-height: 100%;
  border-radius: var(--bdp-radius-5);
  box-shadow: var(--bdp-shadow-2);
}

.bdp-home-story__support {
  display: grid;
  gap: 0.9rem;
  align-content: start;
  padding: 1.45rem;
}

.bdp-home-story__craft {
  display: grid;
  gap: 1.4rem;
  padding-top: clamp(1.4rem, 3vw, 2rem);
  border-top: 1px solid color-mix(in srgb, var(--bdp-color-border-warm) 82%, transparent);
}

.bdp-home-story__craft-header {
  max-width: 36rem;
}

.bdp-home-story__craft-title {
  margin: 0.8rem 0 0;
  color: var(--bdp-color-emerald-deep);
  font-size: clamp(1.75rem, 2.6vw, 2.4rem);
  line-height: 1.08;
}

.bdp-home-story__craft-lead {
  margin: 0.9rem 0 0;
  color: color-mix(in srgb, var(--bdp-color-text) 82%, var(--bdp-color-muted));
  line-height: 1.74;
}

.bdp-home-story__craft-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.4rem);
}

.bdp-home-story__craft-card {
  display: grid;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--bdp-color-border-warm) 88%, transparent);
  border-radius: var(--bdp-radius-4);
  background: rgba(255, 255, 255, 0.88);
}

.bdp-home-story__craft-media {
  display: block;
  aspect-ratio: 4 / 4.7;
  overflow: hidden;
  background: color-mix(in srgb, var(--bdp-color-surface) 86%, white);
}

.bdp-home-story__craft-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.bdp-home-story__craft-card:hover .bdp-home-story__craft-media img,
.bdp-home-story__craft-card:focus-within .bdp-home-story__craft-media img {
  transform: scale(1.03);
}

.bdp-home-story__craft-body {
  display: grid;
  gap: 0.72rem;
  padding: 1.2rem;
}

.bdp-home-story__craft-card-title {
  margin: 0;
  color: var(--bdp-color-emerald-deep);
  font-size: clamp(1.18rem, 1vw + 0.98rem, 1.5rem);
  line-height: 1.14;
}

.bdp-home-story__craft-card-title a,
.bdp-home-story__craft-link {
  color: inherit;
  text-decoration: none;
}

.bdp-home-story__craft-text {
  margin: 0;
  color: color-mix(in srgb, var(--bdp-color-text) 84%, var(--bdp-color-muted));
  font-size: 0.92rem;
  line-height: 1.68;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.bdp-home-story__craft-link {
  display: inline-flex;
  align-items: center;
  min-height: var(--bdp-touch-target-min);
  padding-block: 0.25rem;
  color: var(--bdp-color-emerald);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.bdp-home-section--trust {
  padding: clamp(2.5rem, 5vw, 3.5rem) 0;
  border-radius: calc(var(--bdp-radius-5) + 0.35rem);
  background:
    radial-gradient(circle at top left, rgba(212, 175, 55, 0.16), transparent 26%),
    linear-gradient(180deg, var(--bdp-color-emerald-deep) 0, #0b2d25 100%);
}

.bdp-home-section--trust .bdp-home-section__title,
.bdp-home-section--trust .bdp-home-section__lead,
.bdp-home-section--trust .bdp-home-proof-card__title,
.bdp-home-section--trust .bdp-home-proof-card__text,
.bdp-home-section--trust .bdp-home-proof-card__author,
.bdp-home-section--trust .bdp-home-proof-card__quote p {
  color: var(--bdp-color-text-on-dark);
}

.bdp-home-section--trust .bdp-home-proof-card__link {
  color: var(--bdp-color-gold);
}

.bdp-home-section--trust .bdp-home-proof-card__link:hover,
.bdp-home-section--trust .bdp-home-proof-card__link:focus-visible {
  color: var(--bdp-color-gold-strong);
}

.bdp-home-section--trust .bdp-home-section__lead {
  color: color-mix(in srgb, var(--bdp-color-text-on-dark) 82%, transparent);
}

.bdp-home-proof-card {
  display: grid;
  gap: 1rem;
  align-content: start;
  padding: 1.5rem;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.14);
  box-shadow: none;
}

.bdp-home-proof-spotlight {
  margin-bottom: clamp(1.4rem, 3vw, 2rem);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: calc(var(--bdp-radius-5) + 0.1rem);
  background:
    radial-gradient(circle at top center, rgba(212, 175, 55, 0.18), transparent 32%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
}

.bdp-home-proof-spotlight__inner {
  max-width: 58rem;
  margin-inline: auto;
  display: grid;
  justify-items: center;
  gap: 1rem;
  padding: clamp(1.75rem, 4vw, 3rem);
  text-align: center;
}

.bdp-home-proof-spotlight__eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: var(--bdp-touch-target-min);
  padding: 0.35rem 0.8rem;
  border-radius: var(--bdp-radius-pill);
  background: rgba(255, 255, 255, 0.08);
  color: var(--bdp-color-gold);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.bdp-home-proof-spotlight__quote {
  max-width: 48rem;
  margin: 0;
  padding: 0;
  border: 0;
}

.bdp-home-proof-spotlight__quote p {
  margin: 0;
  color: var(--bdp-color-text-on-dark);
  font-family: var(--bdp-font-display);
  font-size: clamp(1.65rem, 3vw, 2.6rem);
  line-height: 1.28;
}

.bdp-home-proof-spotlight__author {
  margin: 0;
  color: color-mix(in srgb, var(--bdp-color-text-on-dark) 88%, transparent);
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.7;
}

.bdp-home-proof-spotlight__rating {
  display: flex;
  justify-content: center;
  gap: 0.25rem;
  color: rgba(245, 242, 234, 0.28);
  font-size: 1rem;
}

.bdp-home-proof-spotlight__rating .is-active {
  color: var(--bdp-color-gold-strong);
}

.bdp-home-proof-spotlight__verified {
  color: var(--bdp-color-gold);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.bdp-home-proof-card__rating {
  display: flex;
  gap: 0.25rem;
  color: rgba(245, 242, 234, 0.32);
  font-size: 1rem;
}

.bdp-home-proof-card__rating .is-active {
  color: var(--bdp-color-gold-strong);
}

.bdp-home-proof-card__quote {
  margin: 0;
  padding: 0;
  border: 0;
}

.bdp-home-proof-card__quote p,
.bdp-home-proof-card__author,
.bdp-home-proof-card__verified {
  margin: 0;
  font-size: 0.96rem;
  line-height: 1.75;
}

.bdp-home-proof-card__author {
  font-weight: 600;
}

.bdp-home-proof-card__verified {
  color: var(--bdp-color-gold);
  font-size: 0.76rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.bdp-home-visit__cards {
  display: grid;
  gap: 1rem;
}

.bdp-home-visit__card {
  display: grid;
  gap: 0.55rem;
  padding: 1.35rem;
}

.bdp-home-visit__card a,
.bdp-home-visit__card span {
  color: var(--bdp-color-text);
  line-height: 1.65;
  text-decoration: none;
}

.bdp-home-visit__card a,
.bdp-home-prefooter__card a {
  display: inline-block;
  min-height: var(--bdp-touch-target-min);
  padding-block: 0.35rem;
}

.bdp-home-visit__media {
  min-height: 100%;
  border-radius: var(--bdp-radius-5);
  box-shadow: var(--bdp-shadow-2);
}

.bdp-home-prefooter {
  background: linear-gradient(180deg, var(--bdp-color-surface-soft) 0, var(--bdp-color-surface) 100%);
  color: var(--bdp-color-text);
}

.bdp-home-prefooter__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: clamp(2rem, 4vw, 4rem);
  align-items: start;
}

.bdp-home-prefooter__title {
  margin: 1rem 0 1rem;
  color: var(--bdp-color-emerald-deep);
  font-size: clamp(2rem, 4vw, 3.25rem);
  line-height: 1.03;
}

.bdp-home-prefooter__text {
  max-width: 38rem;
  margin: 0 0 2rem;
  color: var(--bdp-color-muted);
  font-size: 1rem;
}

.bdp-home-prefooter__cards {
  display: grid;
  gap: 1rem;
}

.bdp-home-prefooter__card {
  padding: 1.35rem;
  border-color: var(--bdp-color-border-warm);
  background: rgba(255, 255, 255, 0.78);
}

.bdp-home-prefooter__card a,
.bdp-home-prefooter__card span {
  color: var(--bdp-color-text);
  text-decoration: none;
  line-height: 1.6;
}

.bdp-homepage .site-footer {
  background: transparent;
}

.bdp-homepage .site-info {
  background: transparent;
  border-top: 0;
}

.bdp-homepage .inside-site-info {
  padding-block: 0;
}

.bdp-homepage .copyright-bar,
.bdp-homepage .copyright-bar a {
  color: var(--bdp-color-muted);
}

@media (max-width: 1200px) {
  .bdp-home-entry-grid,
  .bdp-home-products-grid,
  .bdp-home-proof-grid,
  .bdp-home-story__craft-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1024px) {
  .bdp-home-header__inner {
    grid-template-columns: auto 1fr auto;
  }

  .bdp-home-header__nav {
    display: none;
  }

  .bdp-home-header__toggle {
    display: inline-flex;
  }

  .bdp-home-header__actions .bdp-home-header__cta {
    min-height: 42px;
    padding-inline: 1rem;
  }

  .bdp-home-hero {
    min-height: auto;
    padding-top: clamp(9rem, 17vw, 11rem);
    padding-bottom: clamp(4rem, 8vw, 5rem);
  }

  .bdp-home-story__split,
  .bdp-home-visit,
  .bdp-home-prefooter__inner {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 782px) {
  .bdp-homepage {
    background:
      linear-gradient(180deg, var(--bdp-color-surface-soft) 0, var(--bdp-color-surface-soft) 48rem, #fff 48rem, #fff 100%);
  }

  .bdp-home-announce__inner {
    gap: 0.5rem 1rem;
    justify-content: flex-start;
    padding-inline: 1.25rem;
  }

  .bdp-home-announce__item {
    font-size: 0.64rem;
  }

  .bdp-home-header__inner {
    min-height: 74px;
    gap: 0.75rem;
  }

  .bdp-home-header__actions {
    display: none;
  }

  .bdp-home-header__title {
    font-size: 1.1rem;
  }

  .bdp-home-hero {
    padding-top: 9.5rem;
    padding-bottom: 4rem;
  }

  .bdp-home-hero__title {
    font-size: clamp(2.45rem, 11vw, 3.75rem);
  }

  .bdp-home-hero__lead {
    font-size: 0.98rem;
  }

  .bdp-home-hero__content {
    padding: 1.2rem;
  }

  .bdp-home-hero__actions,
  .bdp-home-prefooter__actions,
  .bdp-home-story__actions,
  .bdp-home-visit__actions {
    flex-direction: column;
    gap: var(--bdp-action-stack-gap);
  }

  .bdp-homepage .bdp-button {
    width: 100%;
  }

  .bdp-home-hero__trust {
    gap: 0.55rem;
  }

  .bdp-home-hero__trust li {
    width: 100%;
  }

  .bdp-homepage .site.grid-container {
    margin-top: -1.25rem;
  }

  .bdp-home-sections {
    gap: var(--bdp-space-8);
  }

  .bdp-home-entry-grid,
  .bdp-home-products-grid,
  .bdp-home-proof-grid,
  .bdp-home-story__craft-grid {
    grid-template-columns: 1fr;
  }

  .bdp-home-section--products,
  .bdp-home-section--trust {
    padding: 1.75rem 0;
  }

  .bdp-home-section__title,
  .bdp-home-prefooter__title {
    font-size: clamp(1.85rem, 7vw, 2.8rem);
  }

  .bdp-home-proof-card,
  .bdp-home-entry-card__body,
  .bdp-home-product-card__body,
  .bdp-home-story__support,
  .bdp-home-story__craft-body,
  .bdp-home-visit__card,
  .bdp-home-prefooter__card {
    padding: 1.2rem;
  }
}

@media (max-width: 640px) {
  .bdp-home-hero {
    padding-top: 8.75rem;
    padding-bottom: 3.25rem;
  }

  .bdp-home-hero__trust li {
    width: 100%;
    min-height: var(--bdp-touch-target-min);
    display: flex;
    align-items: center;
  }

  .bdp-home-entry-card__body,
  .bdp-home-product-card__body,
  .bdp-home-proof-card,
  .bdp-home-proof-spotlight__inner,
  .bdp-home-visit__card,
  .bdp-home-prefooter__card {
    padding: 1rem;
  }
}

@media (max-width: 782px) {
  .admin-bar .bdp-home-header {
    top: 46px;
  }
}

@media (min-width: 783px) {
  .admin-bar .bdp-home-header {
    top: 32px;
  }
}
