:root {
    --anditasten-heading-color: #7a0b0b;
}

body[data-theme="anditasten_piano"] .content-area h1,
body[data-theme="anditasten_piano"] .content-area h2,
body[data-theme="anditasten_piano"] .content-area h3,
body[data-theme="anditasten_piano"] .content-area h4,
body[data-theme="anditasten_piano"] .content-area h5,
body[data-theme="anditasten_piano"] .content-area h6 {
    color: var(--anditasten-heading-color);
    font-family: 'Noto Sans', 'Varta', var(--font-heading, 'Inter', sans-serif);
    font-weight: 400;
    letter-spacing: -0.01em;
    text-transform: none;
}

body[data-theme="anditasten_piano"] .content-area h1 {
    font-size: clamp(1.35rem, 1.0rem + 0.5vw, 1.65rem);
    line-height: 1.25;
}

body[data-theme="anditasten_piano"] .content-area h2 {
    font-size: clamp(1.2rem, 0.9rem + 0.4vw, 1.45rem);
    line-height: 1.28;
}

body[data-theme="anditasten_piano"] .content-area h3 {
    font-size: clamp(1.1rem, 0.78rem + 0.32vw, 1.25rem);
    line-height: 1.32;
}

body[data-theme="anditasten_piano"] .content-area h4 {
    font-size: clamp(1.02rem, 0.7rem + 0.22vw, 1.15rem);
}

body[data-theme="anditasten_piano"] .content-area h5 {
    font-size: clamp(.98rem, 0.66rem + 0.18vw, 1.05rem);
}

body[data-theme="anditasten_piano"] .content-area h6 {
    font-size: clamp(.92rem, 0.62rem + 0.12vw, .98rem);
}

body[data-theme="anditasten_piano"] .content-columns__col--right .fancy-button + .fancy-button,
body[data-theme="anditasten_piano"] .content-columns__col--right .fancy-button + a .fancy-button,
body[data-theme="anditasten_piano"] .content-columns__col--right a + .fancy-button,
body[data-theme="anditasten_piano"] .content-columns__col--right a + a .fancy-button {
    margin-top: .65rem;
}

body[data-theme="anditasten_piano"] .content-area p,
body[data-theme="anditasten_piano"] .content-area li {
    font-size: 1rem;
    letter-spacing: -0.01em;
    line-height: 1.65;
    color: #1f0d13;
}

body[data-theme="anditasten_piano"] .content-area strong,
body[data-theme="anditasten_piano"] .content-area b {
    font-weight: 600;
}

body[data-theme="anditasten_piano"] .content-area ul {
    padding-left: 1.3rem;
    margin: 0 0 1.2rem;
}

.video-container,
.video-container-simple {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    background: #000;
    border-radius: 1rem;
    box-shadow: 0 22px 55px rgba(0, 0, 0, 0.35);
}

.video-container iframe,
.video-container object,
.video-container embed,
.video-container-simple iframe,
.video-container-simple object,
.video-container-simple embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.twitch-defer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.65rem;
    color: #fff6f0;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.twitch-defer::before {
    content: '';
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.35);
    border-top-color: #fff6f0;
    animation: twitch-spin 1.2s linear infinite;
}

@keyframes twitch-spin {
    to {
        transform: rotate(360deg);
    }
}

.prefooter .article h3 {
    font-size: 1.1rem;
    margin-bottom: 0.75rem;
}

body[data-theme="anditasten_piano"] .footer {
    background: rgba(255, 249, 246, 0.98);
    border-top: 1px solid rgba(33, 6, 10, 0.1);
    color: #21060a;
}

body[data-theme="anditasten_piano"] .footer-utility,
body[data-theme="anditasten_piano"] .footer-links,
body[data-theme="anditasten_piano"] .footer-highlight {
    background: rgba(255, 255, 255, 0.96);
    border-radius: 1.2rem;
    border: 1px solid rgba(33, 6, 10, 0.12);
    color: #21060a;
    box-shadow: 0 12px 28px rgba(7, 2, 3, 0.12);
}

body[data-theme="anditasten_piano"] .footer-highlight__title,
body[data-theme="anditasten_piano"] .footer-highlight__subtitle,
body[data-theme="anditasten_piano"] .footer-highlight__legal {
    color: #21060a;
}

body[data-theme="anditasten_piano"] .footer-links a {
    color: #7a0b0b;
    font-weight: 600;
}

body[data-theme="anditasten_piano"] .footer-links a:hover,
body[data-theme="anditasten_piano"] .footer-links a:focus-visible {
    color: #a01919;
    text-decoration: underline;
}

body[data-theme="anditasten_piano"] .prefooter {
    background: rgba(255, 249, 246, 0.98);
    border: 1px solid rgba(33, 6, 10, 0.12);
    box-shadow: 0 25px 55px rgba(7, 2, 3, 0.15);
}

body[data-theme="anditasten_piano"] .prefooter__block {
    background: #ffffff;
    border: 1px solid rgba(33, 6, 10, 0.08);
    color: #21060a;
    box-shadow: 0 18px 40px rgba(7, 2, 3, 0.08);
}

body[data-theme="anditasten_piano"] .prefooter__block h3,
body[data-theme="anditasten_piano"] .prefooter__block p {
    color: #21060a;
}

body[data-theme="anditasten_piano"] .prefooter__block a {
    color: #7a0b0b;
    font-weight: 600;
}

body[data-theme="anditasten_piano"] .prefooter__block a:hover,
body[data-theme="anditasten_piano"] .prefooter__block a:focus-visible {
    color: #a01919;
}

body[data-theme="anditasten_piano"] .bb-form {
    background: #ffffff;
    color: #21060a;
    border: 1px solid rgba(33, 6, 10, 0.12);
    box-shadow: 0 22px 45px rgba(7, 2, 3, 0.12);
}

body[data-theme="anditasten_piano"] .bb-form::before {
    border-color: rgba(33, 6, 10, 0.08);
}

body[data-theme="anditasten_piano"] .bb-form label,
body[data-theme="anditasten_piano"] .bb-form p,
body[data-theme="anditasten_piano"] .bb-form .form-summary,
body[data-theme="anditasten_piano"] .bb-form .form-message {
    color: #21060a;
}

body[data-theme="anditasten_piano"] .bb-form .form-summary {
    background: #fff8f6;
    border-color: rgba(33, 6, 10, 0.12);
}

body[data-theme="anditasten_piano"] .bb-form input[type="submit"],
body[data-theme="anditasten_piano"] .bb-form button[type="submit"] {
    background: linear-gradient(120deg, #7a0b0b, #c21c2a);
    box-shadow: 0 18px 30px rgba(122, 11, 11, 0.22);
    color: #fff;
    border: none;
    border-radius: 999px;
    padding: 0.95rem 2.5rem;
    font-weight: 600;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    cursor: pointer;
}

body[data-theme="anditasten_piano"] .bb-form input[type="submit"]:hover,
body[data-theme="anditasten_piano"] .bb-form input[type="submit"]:focus-visible,
body[data-theme="anditasten_piano"] .bb-form button[type="submit"]:hover,
body[data-theme="anditasten_piano"] .bb-form button[type="submit"]:focus-visible {
    background: linear-gradient(120deg, #8f1111, #d81f31);
    box-shadow: 0 20px 34px rgba(122, 11, 11, 0.28);
    transform: translateY(-1px);
}

body[data-theme="anditasten_piano"] .bb-form .form-checkbox {
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
}

body[data-theme="anditasten_piano"] .bb-form .form-checkbox input[type="checkbox"] {
    width: 1.1rem;
    height: 1.1rem;
    margin-top: 0.25rem;
    accent-color: #7a0b0b;
}

body[data-theme="anditasten_piano"] .site-footer__bar,
body[data-theme="anditasten_piano"] .site-footer__bar p {
    color: #21060a;
}

body[data-theme="anditasten_piano"] ::selection {
    background: rgba(194, 28, 42, 0.35);
    color: #fff7f3;
}
