
.cookie-banner {
  position: fixed;
  z-index: 1000;
  inset-inline: 0;
  bottom: 0;
  background: rgba(36, 29, 18, 0.98);
  color: #f2ead9;
  border-top: 1px solid #a13d3d;
  box-shadow: 0 -8px 24px rgba(36, 29, 18, 0.18);
  padding: var(--space-3);
}
.cookie-banner[hidden], .cookie-settings[hidden] { display: none; }
.cookie-inner { max-width: 1180px; margin-inline: auto; display: flex; align-items: center; gap: var(--space-3); }
.cookie-copy { flex: 1; }
.cookie-copy h2 { font-family: var(--font-display); font-size: 1.25rem; margin: 0 0 var(--space-1); }
.cookie-copy p { color: #c9bfa4; margin: 0; font-size: 0.9rem; }
.cookie-banner a { color: #f2ead9; text-decoration: underline; }
.cookie-actions { display: flex; align-items: center; gap: var(--space-1); flex-wrap: wrap; }
.cookie-button { border: 1px solid #c9bfa4; border-radius: var(--radius-sm); padding: 0.65rem 0.9rem; font: inherit; font-size: 0.85rem; cursor: pointer; }
.cookie-button--primary { background: #a13d3d; color: #f2ead9; border-color: #a13d3d; }
.cookie-button--secondary { background: transparent; color: #f2ead9; }
.cookie-settings { max-width: 1180px; margin: var(--space-3) auto 0; padding-top: var(--space-3); border-top: 1px solid #5c503d; }
.cookie-settings h3 { font-family: var(--font-display); font-size: 1.1rem; margin: 0 0 var(--space-2); }
.cookie-options { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--space-2); }
.cookie-option { display: flex; align-items: flex-start; gap: var(--space-1); color: #c9bfa4; font-size: 0.85rem; }
.cookie-option input { margin-top: 0.3rem; accent-color: #a13d3d; }
.cookie-option strong { display: block; color: #f2ead9; }
@media (max-width: 640px) {
  .cookie-inner { align-items: stretch; flex-direction: column; }
  .cookie-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .cookie-button { width: 100%; }
  .cookie-button--primary { grid-column: span 2; }
  .cookie-options { grid-template-columns: 1fr; }
}
@media (min-width: 641px) and (max-width: 1024px) {
  .cookie-inner { align-items: flex-start; }
  .cookie-actions { max-width: 22rem; }
} 
@media (min-width: 1025px) {
  .cookie-inner { padding-inline: var(--space-2); }
} 

.cookie-banner button:focus-visible, .cookie-banner input:focus-visible { outline: 2px solid #f2ead9; outline-offset: 2px; } 
.feature-card > h3 { color: #6d6962 !important; }
.feature-card .muted { color: #6f695a !important; }
.product-body > h3 { color: #6d6962 !important; }
.pricing-card > h3 { color: #6d6962 !important; }
.pricing-list > li { color: #6d6962 !important; }
.pricing-card .btn--outline { color: #6d6962 !important; }
.pricing-card--highlight > h3 { color: #6d6962 !important; }
.blog-card .muted { color: #797362 !important; }

.product-card img,
.blog-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}


.feature-card > h3 { color: #6d6962 !important; }
.feature-card .muted { color: #6f695a !important; }
.product-body > h3 { color: #6d6962 !important; }
.pricing-card > h3 { color: #6d6962 !important; }
.pricing-list > li { color: #6d6962 !important; }
.pricing-card .btn--outline { color: #6d6962 !important; }
.pricing-card--highlight > h3 { color: #6d6962 !important; }
.blog-card .muted { color: #797362 !important; }

/* wh-img-fill */
.product-card img,
.blog-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}


/* wh-elem-contrast */
/* Auto: element text failed 4.5:1 against its resolved background. */
.page-lead { color: #75684e !important; }
.updated { color: #75684e !important; }
.site-header .brand-name { color: #6d6962 !important; }
.eyebrow { color: #8d5d5d !important; }
.muted { color: #6f695a !important; }
.feature-card > h3 { color: #6d6962 !important; }
.feature-card .muted { color: #6f695a !important; }
.product-body > h3 { color: #6d6962 !important; }
.product-card .muted { color: #6f695a !important; }
.product-card .btn--small { color: #6d6962 !important; }
.benefits-lead { color: #6f695a !important; }
.pricing-card > h3 { color: #6d6962 !important; }
.pricing-card .pricing-amount { color: #6d6962 !important; }
.pricing-card .pricing-description { color: #6f695a !important; }
.pricing-list > li { color: #6d6962 !important; }
.pricing-card .btn--outline { color: #6d6962 !important; }
.pricing-card--highlight > h3 { color: #6d6962 !important; }
.blog-card .muted { color: #797362 !important; }
