body.is-contact-page .dolff-contact-module {
    position: relative;
    z-index: 2;
    width: 100%;
    margin-top: clamp(90px, 11vw, 160px);
    scroll-margin-top: 96px;
    font-family: var(--inner-display);
}

.dolff-contact-module::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 11%;
    left: 50%;
    width: min(1120px, 94vw);
    height: 72%;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 107, 81, 0.12), rgba(154, 40, 111, 0.05) 43%, transparent 72%);
    filter: blur(40px);
    transform: translateX(-50%);
    pointer-events: none;
}

.dolff-contact-module-head {
    display: grid;
    justify-items: center;
    max-width: 920px;
    margin: 0 auto clamp(54px, 7vw, 94px);
    text-align: center;
}

.dolff-contact-module-head > p:first-child {
    display: inline-flex;
    align-items: center;
    gap: 0.72rem;
    margin: 0 0 1.8rem;
    color: rgba(24, 21, 27, 0.58);
    font-size: 0.72rem;
    font-weight: 750;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.dolff-contact-module-head > p:first-child span {
    padding: 0.44rem 0.72rem;
    border: 1px solid rgba(154, 40, 111, 0.18);
    border-radius: 999px;
    color: var(--inner-wine);
    background: rgba(255, 255, 255, 0.48);
}

.dolff-contact-module-head h2 {
    margin: 0;
    color: var(--inner-ink);
    font-family: var(--inner-display);
    font-size: clamp(3.25rem, 7.2vw, 7.3rem);
    font-weight: 720;
    letter-spacing: -0.078em;
    line-height: 0.84;
}

.dolff-contact-module-head h2 em {
    color: var(--inner-wine);
    font-family: var(--inner-serif);
    font-weight: 420;
}

.dolff-contact-module-head > p:last-child {
    max-width: 49ch;
    margin: 2rem 0 0;
    color: rgba(41, 34, 44, 0.7);
    font-family: var(--inner-serif);
    font-size: clamp(1.16rem, 1.8vw, 1.48rem);
    line-height: 1.52;
}

.dolff-contact-notice {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 1rem;
    align-items: start;
    max-width: 920px;
    margin: 0 auto 32px;
    padding: 20px 24px;
    border: 1px solid rgba(24, 21, 27, 0.11);
    border-radius: 22px 10px 22px 10px;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(14px);
}

.dolff-contact-notice > span {
    display: grid;
    place-items: center;
    width: 34px;
    aspect-ratio: 1;
    border-radius: 50%;
    color: #fff;
    font-weight: 800;
}

.dolff-contact-notice.is-success > span {
    background: #168367;
}

.dolff-contact-notice.is-error > span {
    background: var(--inner-coral);
}

.dolff-contact-notice strong,
.dolff-contact-notice p,
.dolff-contact-notice ul {
    margin: 0;
}

.dolff-contact-notice strong {
    display: block;
    margin-top: 0.2rem;
    font-size: 1rem;
}

.dolff-contact-notice p,
.dolff-contact-notice ul {
    margin-top: 0.35rem;
    color: rgba(41, 34, 44, 0.72);
    font-family: var(--inner-serif);
    font-size: 1.05rem;
    line-height: 1.45;
}

.dolff-contact-notice ul {
    padding-left: 1.15rem;
}

.dolff-contact-layout {
    display: grid;
    grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.45fr);
    gap: clamp(18px, 2.5vw, 38px);
    align-items: stretch;
}

.dolff-contact-direct,
.dolff-contact-form {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(24, 21, 27, 0.11);
}

.dolff-contact-direct {
    display: flex;
    min-height: 690px;
    flex-direction: column;
    padding: clamp(34px, 4.5vw, 62px);
    border-radius: 66px 22px 42px 22px;
    background:
        radial-gradient(circle at 15% 6%, rgba(255, 180, 35, 0.42), transparent 28%),
        radial-gradient(circle at 91% 74%, rgba(76, 42, 134, 0.19), transparent 38%),
        linear-gradient(145deg, #ffe7d6, #f2ddeb 55%, #e4e5f5);
}

.dolff-contact-direct::after {
    content: '';
    position: absolute;
    right: -42px;
    bottom: 20%;
    width: 110px;
    height: 3px;
    border-radius: 99px;
    background: var(--inner-coral);
    transform: rotate(-34deg);
}

.dolff-contact-direct-orbit {
    position: absolute;
    top: -98px;
    right: -92px;
    width: 265px;
    aspect-ratio: 1;
    border: 1px solid rgba(76, 42, 134, 0.14);
    border-radius: 50%;
}

.dolff-contact-direct-orbit::before,
.dolff-contact-direct-orbit::after {
    content: '';
    position: absolute;
    border: 1px solid rgba(76, 42, 134, 0.12);
    border-radius: 50%;
}

.dolff-contact-direct-orbit::before {
    inset: 18%;
}

.dolff-contact-direct-orbit::after {
    inset: 35%;
}

.dolff-contact-direct-orbit span:first-child {
    position: absolute;
    left: 18%;
    bottom: 18%;
    width: 12px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: var(--inner-wine);
    box-shadow: 0 0 0 10px rgba(154, 40, 111, 0.08);
}

.dolff-contact-direct-kicker {
    position: relative;
    z-index: 1;
    margin: 0 0 auto;
    font-size: 0.68rem;
    font-weight: 780;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.dolff-contact-direct h3 {
    position: relative;
    z-index: 1;
    max-width: 11ch;
    margin: 5rem 0 3.2rem;
    font-family: var(--inner-serif);
    font-size: clamp(2.25rem, 3.4vw, 3.65rem);
    font-weight: 430;
    letter-spacing: -0.045em;
    line-height: 0.98;
}

.dolff-contact-direct-links {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 0;
    border-top: 1px solid rgba(24, 21, 27, 0.16);
}

.dolff-contact-direct-links a {
    display: grid;
    gap: 0.25rem;
    padding: 1.15rem 0;
    border-bottom: 1px solid rgba(24, 21, 27, 0.16);
    color: var(--inner-ink);
    text-decoration: none;
}

.dolff-contact-direct-links a span {
    color: rgba(24, 21, 27, 0.55);
    font-size: 0.67rem;
    font-weight: 760;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.dolff-contact-direct-links a strong {
    overflow-wrap: anywhere;
    font-size: clamp(0.98rem, 1.35vw, 1.18rem);
    font-weight: 650;
}

.dolff-contact-direct-links a:hover strong {
    color: var(--inner-wine);
}

.dolff-contact-direct-note {
    display: flex;
    gap: 0.6rem;
    align-items: flex-start;
    margin: 2rem 0 0;
    color: rgba(24, 21, 27, 0.58);
    font-size: 0.72rem;
    line-height: 1.5;
}

.dolff-contact-direct-note i {
    flex: 0 0 auto;
    width: 7px;
    aspect-ratio: 1;
    margin-top: 0.32rem;
    border-radius: 50%;
    background: #168367;
    box-shadow: 0 0 0 5px rgba(22, 131, 103, 0.1);
}

.dolff-contact-form {
    padding: clamp(30px, 4.5vw, 68px);
    border-radius: 24px 66px 24px 42px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.62)),
        radial-gradient(circle at 92% 5%, rgba(255, 107, 81, 0.13), transparent 28%);
    backdrop-filter: blur(20px);
}

.dolff-contact-reasons {
    min-width: 0;
    margin: 0 0 clamp(38px, 5vw, 62px);
    padding: 0;
    border: 0;
}

.dolff-contact-reasons legend,
.dolff-contact-field > span,
.dolff-contact-shield > legend {
    margin-bottom: 0.9rem;
    color: rgba(24, 21, 27, 0.7);
    font-size: 0.72rem;
    font-weight: 780;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.dolff-contact-reasons sup,
.dolff-contact-field sup,
.dolff-contact-shield sup,
.dolff-contact-privacy sup,
.dolff-contact-submit-row sup {
    color: var(--inner-coral);
}

.dolff-contact-reason-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
}

.dolff-contact-reason-grid label {
    position: relative;
    cursor: pointer;
}

.dolff-contact-reason-grid input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
}

.dolff-contact-reason-grid label > span {
    display: flex;
    min-height: 57px;
    gap: 0.75rem;
    align-items: center;
    padding: 0.82rem 0.95rem;
    border: 1px solid rgba(24, 21, 27, 0.11);
    border-radius: 15px 8px 15px 8px;
    color: rgba(24, 21, 27, 0.72);
    background: rgba(248, 245, 242, 0.58);
    font-size: 0.82rem;
    font-weight: 650;
    line-height: 1.18;
    transition: border-color 180ms ease, color 180ms ease, background 180ms ease, transform 180ms ease;
}

.dolff-contact-reason-grid label > span i {
    color: rgba(154, 40, 111, 0.58);
    font-size: 0.63rem;
    font-style: normal;
    letter-spacing: 0.08em;
}

.dolff-contact-reason-grid input:checked + span {
    border-color: rgba(154, 40, 111, 0.38);
    color: var(--inner-ink);
    background: linear-gradient(120deg, rgba(255, 219, 199, 0.72), rgba(238, 218, 239, 0.84));
    transform: translateY(-2px);
}

.dolff-contact-reason-grid input:focus-visible + span {
    outline: 3px solid rgba(36, 169, 189, 0.24);
    outline-offset: 2px;
}

.dolff-contact-fields {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px 24px;
}

.dolff-contact-field {
    display: grid;
    min-width: 0;
}

.dolff-contact-field > span {
    display: flex;
    justify-content: space-between;
    gap: 0.75rem;
}

.dolff-contact-field > span small {
    color: rgba(24, 21, 27, 0.4);
    font-size: 0.62rem;
    letter-spacing: 0.08em;
}

.dolff-contact-field input,
.dolff-contact-field textarea {
    width: 100%;
    border: 0;
    border-bottom: 1px solid rgba(24, 21, 27, 0.22);
    border-radius: 0;
    outline: 0;
    color: var(--inner-ink);
    background: transparent;
    box-shadow: none;
    font-family: var(--inner-serif);
    font-size: 1.18rem;
    line-height: 1.45;
    transition: border-color 180ms ease, background 180ms ease;
}

.dolff-contact-field input {
    min-height: 52px;
    padding: 0.5rem 0;
}

.dolff-contact-field textarea {
    min-height: 185px;
    padding: 0.75rem 0;
    resize: vertical;
}

.dolff-contact-field input:focus,
.dolff-contact-field textarea:focus {
    border-color: var(--inner-wine);
    background: linear-gradient(to bottom, transparent 92%, rgba(154, 40, 111, 0.06));
}

.dolff-contact-message {
    margin-top: 38px;
}

.dolff-contact-field-error {
    display: block;
    margin-top: 0.55rem;
    color: #a9342a;
    font-family: var(--inner-display);
    font-size: 0.72rem;
    font-weight: 650;
    line-height: 1.35;
}

.dolff-contact-field.has-error input,
.dolff-contact-field.has-error textarea {
    border-color: #c8483d;
}

.dolff-contact-verification {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(250px, 0.65fr);
    gap: 24px;
    align-items: start;
    margin-top: 38px;
    padding-top: 30px;
    border-top: 1px solid rgba(24, 21, 27, 0.12);
}

.dolff-contact-shield {
    min-width: 0;
    margin: 0;
    padding: 18px;
    border: 1px solid rgba(24, 21, 27, 0.12);
    border-radius: 22px 10px 22px 10px;
    background:
        radial-gradient(circle at 94% 4%, rgba(255, 180, 35, 0.18), transparent 30%),
        rgba(250, 247, 245, 0.66);
    transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.dolff-contact-shield > legend {
    padding: 0 0.4rem;
}

.dolff-contact-shield-head,
.dolff-contact-shield-foot {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: center;
}

.dolff-contact-shield-head > span:first-child {
    display: inline-flex;
    gap: 0.5rem;
    align-items: center;
    color: rgba(24, 21, 27, 0.58);
    font-size: 0.61rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.dolff-contact-shield-head > span:first-child i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #168367;
    box-shadow: 0 0 0 5px rgba(22, 131, 103, 0.1);
}

.dolff-contact-shield-steps {
    display: inline-flex;
    align-items: center;
}

.dolff-contact-shield-steps b {
    display: grid;
    width: 22px;
    height: 22px;
    place-items: center;
    border: 1px solid rgba(24, 21, 27, 0.14);
    border-radius: 50%;
    color: rgba(24, 21, 27, 0.42);
    background: rgba(255, 255, 255, 0.72);
    font-size: 0.58rem;
    transition: color 180ms ease, border-color 180ms ease, background 180ms ease;
}

.dolff-contact-shield-steps b.is-active {
    border-color: var(--inner-wine);
    color: #fff;
    background: var(--inner-wine);
}

.dolff-contact-shield-steps > i {
    width: 13px;
    height: 1px;
    background: rgba(24, 21, 27, 0.15);
}

.dolff-contact-shield-prompt {
    margin: 1rem 0 0.85rem;
    color: rgba(41, 34, 44, 0.78);
    font-family: var(--inner-serif);
    font-size: 1.02rem;
    line-height: 1.42;
}

.dolff-contact-shield-prompt strong {
    color: var(--inner-ink);
    font-family: var(--inner-display);
    font-size: 0.82em;
}

.dolff-contact-shield-options {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 7px;
}

.dolff-contact-shield-option {
    display: grid;
    min-width: 0;
    gap: 0.35rem;
    place-items: center;
    padding: 0.65rem 0.25rem 0.5rem;
    border: 1px solid rgba(24, 21, 27, 0.1);
    border-radius: 13px 7px 13px 7px;
    color: rgba(24, 21, 27, 0.62);
    background: rgba(255, 255, 255, 0.72);
    cursor: pointer;
    transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.dolff-contact-shield-option i {
    display: grid;
    width: 27px;
    height: 27px;
    place-items: center;
    font-size: 1.3rem;
    font-style: normal;
    line-height: 1;
}

.dolff-contact-shield-option span {
    overflow: hidden;
    max-width: 100%;
    font-size: 0.58rem;
    font-weight: 720;
    text-overflow: ellipsis;
}

.dolff-contact-shield-option.is-koralle i { color: #ff6b51; }
.dolff-contact-shield-option.is-gold i { color: #e5a719; }
.dolff-contact-shield-option.is-beere i { color: #9a286f; }
.dolff-contact-shield-option.is-tuerkis i { color: #24a9bd; }
.dolff-contact-shield-option.is-violett i { color: #4c2a86; }

.dolff-contact-shield-option:hover,
.dolff-contact-shield-option:focus-visible {
    border-color: rgba(154, 40, 111, 0.34);
    outline: none;
    background: #fff;
    transform: translateY(-2px);
}

.dolff-contact-shield-option.is-selected {
    border-color: rgba(22, 131, 103, 0.4);
    background: rgba(22, 131, 103, 0.08);
}

.dolff-contact-shield-option:disabled {
    cursor: default;
    opacity: 0.48;
    transform: none;
}

.dolff-contact-shield-option.is-selected:disabled {
    opacity: 1;
}

.dolff-contact-shield-foot {
    margin-top: 0.85rem;
}

.dolff-contact-shield-foot p {
    margin: 0;
    color: rgba(24, 21, 27, 0.52);
    font-size: 0.62rem;
    line-height: 1.4;
}

.dolff-contact-shield-foot button {
    flex: 0 0 auto;
    padding: 0;
    border: 0;
    color: var(--inner-wine);
    background: transparent;
    font: inherit;
    font-size: 0.62rem;
    font-weight: 720;
    cursor: pointer;
    text-decoration: underline;
    text-underline-offset: 0.2em;
}

.dolff-contact-shield.is-working {
    border-color: rgba(229, 167, 25, 0.38);
}

.dolff-contact-shield.is-complete {
    border-color: rgba(22, 131, 103, 0.35);
    background: rgba(22, 131, 103, 0.055);
}

.dolff-contact-shield.has-error,
.dolff-contact-shield.has-interaction-error {
    border-color: rgba(200, 72, 61, 0.46);
    animation: dolffShieldNudge 280ms ease;
}

@keyframes dolffShieldNudge {
    33% { transform: translateX(-3px); }
    66% { transform: translateX(3px); }
}

.dolff-contact-privacy {
    position: relative;
    display: grid;
    grid-template-columns: 22px 1fr;
    gap: 0.75rem;
    align-items: start;
    color: rgba(41, 34, 44, 0.7);
    font-family: var(--inner-serif);
    font-size: 0.98rem;
    line-height: 1.45;
    cursor: pointer;
}

.dolff-contact-privacy input {
    width: 20px;
    height: 20px;
    margin: 0.08rem 0 0;
    accent-color: var(--inner-wine);
}

.dolff-contact-privacy a {
    color: var(--inner-wine);
    text-underline-offset: 0.2em;
}

.dolff-contact-privacy .dolff-contact-field-error {
    grid-column: 2;
    margin-top: 0;
}

.dolff-contact-submit-row {
    display: flex;
    justify-content: space-between;
    gap: 1.5rem;
    align-items: center;
    margin-top: clamp(38px, 5vw, 60px);
}

.dolff-contact-submit-row p {
    max-width: 27ch;
    margin: 0;
    color: rgba(24, 21, 27, 0.46);
    font-size: 0.66rem;
    font-weight: 650;
    line-height: 1.45;
    letter-spacing: 0.04em;
}

.dolff-contact-submit-row button {
    display: inline-flex;
    min-width: 205px;
    min-height: 58px;
    justify-content: space-between;
    gap: 1rem;
    align-items: center;
    padding: 0.65rem 0.7rem 0.65rem 1.35rem;
    border: 0;
    border-radius: 999px;
    color: #fff;
    background: var(--inner-ink);
    font-family: var(--inner-display);
    font-size: 0.82rem;
    font-weight: 720;
    cursor: pointer;
    transition: transform 180ms ease, background 180ms ease;
}

.dolff-contact-submit-row button i {
    display: grid;
    place-items: center;
    width: 44px;
    aspect-ratio: 1;
    border-radius: 50%;
    color: var(--inner-ink);
    background: var(--inner-gold);
    font-size: 1rem;
    font-style: normal;
    flex: 0 0 44px;
    overflow: hidden;
}

.dolff-contact-submit-row button i svg {
    display: block;
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.dolff-contact-submit-row button:hover {
    background: var(--inner-wine);
    transform: translateY(-2px);
}

.dolff-contact-submit-row button:focus-visible {
    outline: 3px solid rgba(36, 169, 189, 0.35);
    outline-offset: 3px;
}

.dolff-contact-submit-row button.is-sending {
    opacity: 0.72;
    cursor: wait;
}

.dolff-contact-honeypot {
    position: absolute !important;
    left: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

@media (max-width: 1000px) {
    .dolff-contact-layout {
        grid-template-columns: 1fr;
    }

    .dolff-contact-direct {
        min-height: 0;
        border-radius: 46px 18px 32px 18px;
    }

    .dolff-contact-direct-kicker {
        margin-bottom: 4rem;
    }

    .dolff-contact-direct h3 {
        max-width: 15ch;
        margin: 0 0 3rem;
    }

    .dolff-contact-direct-links {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1.2rem;
    }

    .dolff-contact-form {
        border-radius: 18px 46px 18px 32px;
    }
}

@media (max-width: 700px) {
    body.is-contact-page .dolff-contact-module {
        margin-top: 80px;
    }

    .dolff-contact-module-head {
        justify-items: start;
        margin-bottom: 48px;
        text-align: left;
    }

    .dolff-contact-module-head h2 {
        font-size: clamp(3.1rem, 14vw, 4.8rem);
    }

    .dolff-contact-module-head > p:last-child {
        margin-top: 1.5rem;
    }

    .dolff-contact-notice {
        padding: 18px;
        border-radius: 18px 8px 18px 8px;
    }

    .dolff-contact-direct,
    .dolff-contact-form {
        padding: 28px 20px 34px;
    }

    .dolff-contact-direct h3 {
        font-size: 2.5rem;
    }

    .dolff-contact-direct-links,
    .dolff-contact-reason-grid,
    .dolff-contact-fields,
    .dolff-contact-verification {
        grid-template-columns: 1fr;
    }

    .dolff-contact-direct-links {
        gap: 0;
    }

    .dolff-contact-reason-grid label > span {
        min-height: 53px;
    }

    .dolff-contact-fields {
        gap: 24px;
    }

    .dolff-contact-verification {
        gap: 30px;
    }

    .dolff-contact-submit-row {
        align-items: stretch;
        flex-direction: column-reverse;
    }

    .dolff-contact-submit-row button {
        width: 100%;
    }

    .dolff-contact-submit-row button i {
        width: 44px;
        height: 44px;
        flex-basis: 44px;
    }

    .dolff-contact-shield-options {
        grid-template-columns: repeat(5, minmax(48px, 1fr));
        overflow-x: auto;
        padding: 2px 0 5px;
        scrollbar-width: none;
    }

    .dolff-contact-shield-options::-webkit-scrollbar {
        display: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .dolff-contact-reason-grid label > span,
    .dolff-contact-submit-row button {
        transition: none;
    }
}
