.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.footer-company address {
  margin-top: 12px;
  color: var(--muted, #6f6263);
  font-size: .9rem;
  font-style: normal;
  line-height: 1.75;
}

.footer-company address a {
  text-underline-offset: 3px;
}

.cookie-banner {
  position: fixed;
  z-index: 1000;
  right: 24px;
  bottom: 24px;
  left: 24px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  width: min(920px, calc(100% - 48px));
  margin-inline: auto;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 18px;
  color: #fff;
  background: #2b2023;
  box-shadow: 0 24px 70px rgba(30, 15, 19, .32);
}

.cookie-banner[hidden] {
  display: none !important;
}

.cookie-banner-copy strong {
  display: block;
  margin-bottom: 6px;
  font-size: 1.05rem;
}

.cookie-banner-copy p {
  max-width: 620px;
  margin: 0 0 8px;
  color: rgba(255, 255, 255, .78);
  font-size: .9rem;
  line-height: 1.55;
}

.cookie-banner-copy a {
  color: #fff;
  font-size: .86rem;
  font-weight: 700;
  text-underline-offset: 3px;
}

.cookie-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  min-width: 350px;
}

.cookie-actions button,
.youtube-consent button,
.legal-settings-button {
  min-height: 44px;
  padding: 9px 14px;
  border: 1px solid rgba(255, 255, 255, .38);
  border-radius: 10px;
  color: #fff;
  background: transparent;
  font: inherit;
  font-size: .83rem;
  font-weight: 700;
  cursor: pointer;
}

.cookie-actions button:hover,
.cookie-actions button:focus-visible {
  border-color: #fff;
  background: rgba(255, 255, 255, .1);
}

.cookie-actions button:focus-visible,
.youtube-consent button:focus-visible,
.legal-settings-button:focus-visible,
[data-cookie-settings]:focus-visible {
  outline: 3px solid #edb84c;
  outline-offset: 3px;
}

.youtube-consent {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-height: 240px;
  padding: 28px;
  color: #fff;
  background:
    radial-gradient(circle at 18% 24%, rgba(237, 184, 76, .34) 0 6px, transparent 7px),
    radial-gradient(circle at 82% 72%, rgba(110, 155, 178, .3) 0 10px, transparent 11px),
    #241d1f;
  text-align: center;
}

.video-frame-consent,
.youtube-ratio {
  min-height: 260px;
}

.youtube-consent.is-loaded {
  padding: 0;
}

.youtube-consent iframe {
  width: 100%;
  height: 100%;
  min-height: 240px;
  border: 0;
}

.youtube-consent strong {
  max-width: 420px;
  font-size: 1.08rem;
}

.youtube-consent p {
  max-width: 470px;
  margin: 8px 0 18px;
  color: rgba(255, 255, 255, .76);
  font-size: .88rem;
  line-height: 1.55;
}

.youtube-consent-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.youtube-consent button,
.legal-settings-button {
  border-color: transparent;
  color: #fff;
  background: #8f2637;
}

.youtube-consent button:hover,
.legal-settings-button:hover {
  background: #6f1727;
}

.youtube-consent a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  padding: 9px 14px;
  border: 1px solid rgba(255, 255, 255, .35);
  border-radius: 10px;
  color: #fff;
  font-size: .83rem;
  font-weight: 700;
  text-decoration: none;
}

.legal-page {
  padding: clamp(70px, 9vw, 112px) 0 120px;
}

.legal-shell {
  width: min(900px, calc(100% - 40px));
  margin-inline: auto;
}

.legal-header {
  padding-bottom: 42px;
  border-bottom: 1px solid var(--line, rgba(71, 41, 45, .16));
}

.legal-header h1 {
  max-width: 800px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.8rem, 6vw, 5.4rem);
  line-height: 1;
  letter-spacing: -.045em;
}

.legal-intro {
  max-width: 760px;
  margin: 24px 0 0;
  color: var(--muted, #6f6263);
  font-size: 1.08rem;
  line-height: 1.75;
}

.legal-updated {
  margin: 14px 0 0;
  color: var(--muted, #6f6263);
  font-size: .86rem;
}

.legal-toc {
  margin-top: 28px;
  padding: 20px 22px;
  border: 1px solid var(--line, rgba(71, 41, 45, .16));
  border-radius: 14px;
  background: rgba(255, 253, 249, .62);
}

.legal-toc h2 {
  margin: 0 0 10px;
  font-size: .78rem;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.legal-toc ol {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 24px;
  margin: 0;
  padding-left: 20px;
}

.legal-toc a {
  color: var(--wine, #8f2637);
  font-size: .88rem;
  font-weight: 600;
  text-underline-offset: 3px;
}

.legal-content {
  display: grid;
  gap: 42px;
  padding-top: 48px;
}

.legal-section h2 {
  margin: 0 0 14px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.7rem, 3vw, 2.35rem);
  letter-spacing: -.025em;
}

.legal-section h3 {
  margin: 28px 0 10px;
  font-size: 1.08rem;
}

.legal-section p,
.legal-section li,
.legal-address {
  color: var(--muted, #6f6263);
  line-height: 1.75;
}

.legal-section p {
  margin: 0 0 14px;
}

.legal-section ul,
.legal-section ol {
  margin: 12px 0 0;
  padding-left: 22px;
}

.legal-section a,
.legal-address a {
  color: var(--wine, #8f2637);
  font-weight: 600;
  text-underline-offset: 3px;
}

.legal-address {
  margin: 0;
  padding: 22px;
  border: 1px solid var(--line, rgba(71, 41, 45, .16));
  border-radius: 16px;
  background: var(--white, #fffdf9);
  font-style: normal;
}

.legal-table-wrap {
  overflow-x: auto;
  margin-top: 18px;
  border: 1px solid var(--line, rgba(71, 41, 45, .16));
  border-radius: 14px;
  background: var(--white, #fffdf9);
}

.legal-table {
  width: 100%;
  min-width: 680px;
  border-collapse: collapse;
}

.legal-table th,
.legal-table td {
  padding: 15px 17px;
  border-bottom: 1px solid var(--line, rgba(71, 41, 45, .16));
  text-align: left;
  vertical-align: top;
}

.legal-table th {
  color: var(--ink, #251b1d);
  background: rgba(242, 233, 223, .55);
  font-size: .76rem;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.legal-table td {
  color: var(--muted, #6f6263);
  font-size: .9rem;
  line-height: 1.55;
}

.legal-table tr:last-child td {
  border-bottom: 0;
}

.legal-note {
  padding: 20px;
  border-left: 4px solid var(--wine, #8f2637);
  border-radius: 0 12px 12px 0;
  background: rgba(220, 162, 173, .12);
}

.legal-settings-button {
  margin-top: 8px;
}

.bz-legal-footer {
  margin-top: 2rem;
  padding: 2rem 0;
  border-top: 1px solid rgba(71, 41, 45, .18);
  color: #6b6263;
  font-size: .88rem;
  line-height: 1.7;
}

.bz-legal-footer strong {
  color: #251b1d;
}

.bz-legal-footer a {
  color: #781f2a;
  font-weight: 600;
}

@media (max-width: 760px) {
  .cookie-banner {
    right: 14px;
    bottom: 14px;
    left: 14px;
    grid-template-columns: 1fr;
    width: calc(100% - 28px);
    gap: 16px;
    padding: 18px;
  }

  .cookie-actions {
    min-width: 0;
  }

  .legal-shell {
    width: min(100% - 28px, 900px);
  }
}

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

  .youtube-consent {
    padding: 22px 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cookie-banner,
  .youtube-consent {
    scroll-behavior: auto;
  }
}
