.analytics-consent {
  position: fixed;
  z-index: 1000;
  right: 24px;
  bottom: 24px;
  left: 24px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 32px;
  align-items: end;
  max-width: 920px;
  margin: 0 auto;
  padding: 28px 30px;
  border: 1px solid rgba(243, 238, 230, .28);
  background: #2d2a27;
  box-shadow: 0 18px 60px rgba(37, 35, 33, .28);
  color: #f3eee6;
}
.analytics-consent__copy { max-width: 620px; }
.analytics-consent__eyebrow {
  margin: 0 0 8px;
  color: #d8775f;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .18em;
}
.analytics-consent h2 {
  margin: 0 0 10px;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 400;
  line-height: 1.05;
}
.analytics-consent p { margin: 0 0 10px; font-size: 14px; line-height: 1.5; }
.analytics-consent a { border-bottom: 1px solid #b84f38; font-size: 12px; }
.analytics-consent__actions { display: flex; gap: 12px; align-items: center; }
.analytics-consent button {
  padding: 11px 14px;
  border: 1px solid rgba(243, 238, 230, .45);
  border-radius: 0;
  background: transparent;
  color: inherit;
  font: 12px Arial, Helvetica, sans-serif;
  cursor: pointer;
  white-space: nowrap;
}
.analytics-consent .analytics-consent__accept { border-color: #b84f38; background: #b84f38; }
.analytics-settings {
  position: fixed;
  z-index: 20;
  right: 12px;
  bottom: 10px;
  padding: 4px 0;
  border: 0;
  border-bottom: 1px solid currentColor;
  background: transparent;
  color: #716b64;
  font: 9px Arial, Helvetica, sans-serif;
  letter-spacing: .08em;
  cursor: pointer;
}
@media (max-width: 700px) {
  .analytics-consent { right: 12px; bottom: 12px; left: 12px; grid-template-columns: 1fr; gap: 20px; padding: 22px; }
  .analytics-consent__actions { flex-wrap: wrap; }
}
