/*
   Final customer-facing polish layer.
   Loaded last so legacy page templates share one calm, readable design system.
*/

:root {
    --site-bg: #07101f;
    --site-bg-deep: #040a14;
    --site-surface: rgba(15, 32, 54, 0.84);
    --site-surface-soft: rgba(16, 35, 58, 0.66);
    --site-border: rgba(166, 211, 239, 0.18);
    --site-border-strong: rgba(125, 211, 252, 0.38);
    --site-text: #f7fbff;
    --site-muted: #b7c7d8;
    --site-blue: #58c9ff;
    --site-green: #72e77d;
    --site-max: 1180px;
    --site-radius-sm: 12px;
    --site-radius: 20px;
    --site-shadow: 0 22px 60px rgba(0, 0, 0, 0.26);
}

html {
    color-scheme: dark;
    scroll-padding-top: 108px;
    overflow-x: hidden;
    overflow-x: clip;
}

body:is(.public-page, .premium-home) {
    min-width: 320px;
    overflow-x: clip;
    text-rendering: optimizeLegibility;
}

body:is(.public-page, .premium-home) main {
    position: relative;
    isolation: isolate;
}

body.site-menu-open { overflow: hidden; }

/* The former floating quick-contact docks covered legal footer links on
   smaller notebooks and landscape tablets. Footer and page CTAs replace them. */
.premium-contact-dock,
.public-contact-dock,
.premium-mobile-bar { display: none !important; }

body:is(.public-page, .premium-home) :is(h1, h2, h3, h4, p, li, label, span, strong) {
    word-break: normal;
    overflow-wrap: normal;
    hyphens: manual;
}

body:is(.public-page, .premium-home) :is(h1, h2, h3) {
    text-wrap: balance;
}

body:is(.public-page, .premium-home) p {
    text-wrap: pretty;
}

body:is(.public-page, .premium-home) :is(section, article, aside, div) {
    min-width: 0;
}

body:is(.public-page, .premium-home) :is(a, button, input, select, textarea, summary) {
    -webkit-tap-highlight-color: transparent;
}

body:is(.public-page, .premium-home) :is(a, button, input, select, textarea, summary):focus-visible {
    outline: 3px solid rgba(117, 216, 255, 0.92) !important;
    outline-offset: 3px !important;
}

.site-skip-link {
    position: fixed;
    z-index: 5000;
    top: 10px;
    left: 50%;
    padding: 11px 16px;
    border: 1px solid rgba(186, 230, 253, 0.55);
    border-radius: 10px;
    background: #f8fafc;
    color: #07101f !important;
    font-size: 0.82rem;
    font-weight: 800;
    text-decoration: none;
    transform: translate(-50%, -160%);
    transition: transform 0.2s ease;
}

.site-skip-link:focus { transform: translate(-50%, 0); }

/* A quieter, deeper background keeps the 3D accents legible without visual noise. */
body.public-page {
    background-color: var(--site-bg) !important;
    background-image:
        radial-gradient(circle at 84% 7%, rgba(40, 164, 226, 0.15), transparent 28%),
        radial-gradient(circle at 10% 82%, rgba(55, 210, 92, 0.08), transparent 25%),
        linear-gradient(180deg, var(--site-bg) 0%, var(--site-bg-deep) 100%) !important;
    background-attachment: fixed !important;
    color: var(--site-text) !important;
}

body.public-page::before,
body.public-page::after { opacity: 0.08 !important; }

body.public-page .public-3d-atmosphere { opacity: 0.58; }
body.public-page .public-3d-atmosphere .orb-c { display: none; }

body.public-page .page-hero,
body.public-page .detail-hero,
body.public-page .contact-hero,
body.public-page .t-hero {
    min-height: 440px !important;
    padding-top: 158px !important;
    padding-bottom: 78px !important;
}

body.public-page :is(.page-hero, .detail-hero, .contact-hero, .t-hero) h1 {
    max-width: 940px !important;
    font-size: clamp(2.35rem, 5.2vw, 4.55rem) !important;
    line-height: 1.02 !important;
}

body.public-page :is(.page-hero, .detail-hero, .contact-hero, .t-hero) > p {
    max-width: 720px !important;
}

body.public-page .section,
body.public-page main > section:not(.gallery-hero):not(.local-hero):not(.services-hero):not(.page-hero):not(.k-hero):not(.k-section):not(.problem-section):not(.ablauf-section):not(.gebiet-section) {
    padding-top: clamp(68px, 8vw, 96px);
    padding-bottom: clamp(68px, 8vw, 96px);
}

body.public-page :is(.detail-wrap, .service-grid, .kontakt-grid, .rental-grid, .booking-layout) {
    gap: clamp(18px, 2.4vw, 28px) !important;
}

body.public-page :is(.detail-card, .service-card, .kontakt-card, .rental-card, .value-item, .team-card,
    .gallery-card, .feature-card, .info-card, .price-card, .conversation-card, .form-card, .faq-item) {
    border-color: var(--site-border) !important;
    border-radius: var(--site-radius) !important;
    background: linear-gradient(150deg, rgba(18, 39, 64, 0.9), rgba(8, 22, 40, 0.9)) !important;
    box-shadow: 0 18px 46px rgba(0, 0, 0, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.065) !important;
}

body.public-page :is(.detail-card, .service-card, .rental-card, .value-item, .team-card, .gallery-card):hover {
    border-color: rgba(117, 216, 255, 0.34) !important;
    box-shadow: 0 24px 56px rgba(0, 0, 0, 0.3), 0 0 22px rgba(67, 190, 242, 0.07) !important;
}

body.public-page :is(.detail-card, .kontakt-card, .rental-card, .service-card, .value-item, .team-card,
    .gallery-card, .feature-card, .info-card, .price-card, .conversation-card, .form-card, .faq-item) p,
body.public-page :is(.detail-card, .kontakt-card, .rental-card, .service-card, .value-item, .team-card,
    .gallery-card, .feature-card, .info-card, .price-card, .conversation-card, .form-card, .faq-item) li {
    color: var(--site-muted) !important;
    line-height: 1.72;
}

body.public-page :is(.trust-pills, .badge-row, .gallery-facts, .hero-trust, .contact-hero-trust) {
    gap: 10px 12px !important;
}

body.public-page :is(.trust-pill, .badge, .gallery-facts > span, .hero-trust > span, .contact-hero-trust > span) {
    min-height: 40px;
    border-color: rgba(166, 211, 239, 0.2) !important;
    border-radius: 999px !important;
    background: rgba(12, 29, 49, 0.74) !important;
    color: #dbe8f5 !important;
}

body.public-page :is(input, select, textarea, .form-control, .t-input) {
    min-height: 50px !important;
    border-color: rgba(166, 211, 239, 0.23) !important;
    border-radius: var(--site-radius-sm) !important;
    background: rgba(4, 15, 29, 0.76) !important;
    color: #f4f9ff !important;
    font-size: 16px !important;
}

body.public-page textarea { min-height: 132px !important; resize: vertical; }
body.public-page :is(input, textarea)::placeholder { color: #8296ac !important; opacity: 1; }
body.public-page select option { background: #0b1a2e; color: #f4f9ff; }

body.public-page :is(input, select, textarea):focus {
    border-color: rgba(117, 216, 255, 0.72) !important;
    box-shadow: 0 0 0 4px rgba(88, 201, 255, 0.11) !important;
}

body.public-page :is(button[type="submit"], .btn-primary, .btn-submit, .btn-service, .btn-book, .btn-cta,
    .submit-btn, a.cta-button) {
    min-height: 50px !important;
    border-radius: 13px !important;
    background: linear-gradient(135deg, #64e875, #a9f99a) !important;
    box-shadow: 0 12px 28px rgba(62, 211, 91, 0.18) !important;
    color: #06120d !important;
}

body.public-page :is(.back-link, .btn-outline, .btn-secondary, .gallery-button--secondary) {
    min-height: 46px;
    border-color: rgba(166, 211, 239, 0.27) !important;
    background: rgba(12, 29, 49, 0.68) !important;
    color: #e6f3ff !important;
}

/* The service overview remains dense, but every card now has a stable reading rhythm. */
body.services-overview-page .service-card {
    height: 100%;
    padding: clamp(22px, 3vw, 30px) !important;
}

body.services-overview-page .service-card .card-body {
    display: flex;
    min-width: 0;
    height: 100%;
    flex-direction: column;
}

body.services-overview-page .service-card :is(h2, h3) { line-height: 1.2 !important; }
body.services-overview-page .service-card .btn-service { margin-top: auto !important; }

/* Shared footer, injected by public-navigation.js on legacy public pages. */
body.public-page .site-footer,
body.premium-home .site-footer {
    position: relative;
    z-index: 2;
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    border-top: 1px solid rgba(166, 211, 239, 0.16) !important;
    background: rgba(4, 11, 22, 0.94) !important;
    color: var(--site-muted);
    text-align: left !important;
}

.site-footer__cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    width: min(var(--site-max), calc(100% - 40px));
    margin: 0 auto;
    padding: 34px 0;
    border-bottom: 1px solid rgba(166, 211, 239, 0.13);
}

.site-footer__cta > div:first-child {
    display: grid;
    gap: 7px;
    max-width: 650px;
}

.site-footer__cta span {
    color: var(--site-green);
    font-size: 0.68rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.site-footer__cta strong {
    color: var(--site-text);
    font-size: clamp(1.15rem, 2.2vw, 1.65rem);
    line-height: 1.25;
}

.site-footer__cta-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 9px;
}

.site-footer__cta-actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 11px 17px;
    border: 1px solid rgba(166, 211, 239, 0.22);
    border-radius: 12px;
    background: rgba(15, 32, 54, 0.72);
    color: #e7f2fc !important;
    font-size: 0.75rem;
    font-weight: 900;
    text-decoration: none;
}

.site-footer__cta-actions .site-footer__cta-primary {
    border-color: rgba(114, 231, 125, 0.46);
    background: linear-gradient(118deg, #2563eb, #22b8e6, #22c55e);
    color: #fff !important;
    box-shadow: 0 10px 24px rgba(37, 99, 235, 0.18);
}

.site-footer__inner {
    display: grid;
    grid-template-columns: minmax(240px, 1.25fr) repeat(3, minmax(150px, 0.75fr));
    gap: clamp(30px, 5vw, 64px);
    width: min(var(--site-max), calc(100% - 40px));
    margin: 0 auto;
    padding: 58px 0 42px;
}

.site-footer__brand img {
    width: 178px !important;
    height: 66px !important;
    margin: 0 0 16px !important;
    object-fit: contain;
}

.site-footer__brand p {
    max-width: 310px;
    margin: 0 !important;
    color: #aebfd1 !important;
    font-size: 0.84rem;
    line-height: 1.65;
}

.site-footer__brand address {
    margin-top: 13px;
    color: #8497aa;
    font-size: 0.72rem;
    font-style: normal;
    line-height: 1.55;
}

.site-footer__group { display: grid; align-content: start; gap: 10px; }
.site-footer__group h2 {
    margin: 0 0 5px !important;
    color: #f7fbff !important;
    font-size: 0.78rem !important;
    font-weight: 800 !important;
    letter-spacing: 0.07em !important;
    text-transform: uppercase;
}

.site-footer__group a,
.site-footer__group > span {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    color: #b7c7d8 !important;
    font-size: 0.79rem;
    line-height: 1.45;
    text-decoration: none;
}

.site-footer__group a:hover { color: #8adeff !important; }
.site-footer__group a[href^="mailto:"] { overflow-wrap: anywhere; }
.site-footer__group > span { color: #8497aa !important; font-size: 0.71rem; }

.site-footer__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    width: min(var(--site-max), calc(100% - 40px));
    margin: 0 auto;
    padding: 20px 0 max(28px, env(safe-area-inset-bottom));
    border-top: 1px solid rgba(166, 211, 239, 0.11);
}

.site-footer__bottom p { margin: 0 !important; color: #8497aa !important; font-size: 0.72rem; }
.site-footer__bottom nav { display: flex; flex-wrap: wrap; gap: 8px 18px; }
.site-footer__bottom nav a { color: #9cafc1 !important; font-size: 0.72rem; text-decoration: none; }
.site-footer__bottom nav a:hover { color: #8adeff !important; }
.site-footer__staff { color: #8295a8 !important; font-size: 0.7rem; text-decoration: none; }
.site-footer__staff:hover { color: #b8d4e9 !important; }

/* Homepage refinements. */
.premium-home {
    background-color: var(--site-bg-deep);
    background-image:
        radial-gradient(circle at 84% 8%, rgba(45, 173, 232, 0.14), transparent 29%),
        radial-gradient(circle at 9% 84%, rgba(60, 211, 93, 0.07), transparent 24%),
        linear-gradient(180deg, #07101f, #040a14);
}

.premium-home .premium-services { align-items: stretch; }
.premium-home .premium-service-card { height: 100%; border-radius: 18px; }
.premium-home .premium-service-card p { color: #b7c7d8; line-height: 1.65; }
.premium-home .premium-section { scroll-margin-top: 96px; }
.premium-home .premium-contact-form :is(input, select, textarea) { font-size: 16px; }

/* Gallery interaction and loading states. */
body.gallery-page .gallery-loading {
    display: grid;
    justify-items: center;
    gap: 12px;
    padding: 54px 20px;
    border: 1px solid var(--site-border);
    border-radius: var(--site-radius);
    background: var(--site-surface-soft);
    color: var(--site-muted);
}

body.gallery-page .gallery-loading i { color: var(--site-blue); font-size: 1.25rem; }
body.gallery-page :is(.acc-head, .img-cell, .carousel-slide) { font: inherit; color: inherit; text-align: left; }
body.gallery-page .acc-head { width: 100%; border: 0; background: transparent; }
body.gallery-page .img-cell { width: 100%; padding: 0; background: #0b1220; }
body.gallery-page .carousel-slide { padding: 0; background: #0b1220; }
body.gallery-page .vn-wrap:focus-visible { outline-offset: 4px !important; }

.t-calendar-error {
    display: grid;
    grid-column: 1 / -1;
    justify-items: center;
    gap: 12px;
    min-height: 240px;
    padding: 42px 24px;
    border: 1px solid rgba(251, 191, 36, 0.3);
    border-radius: var(--site-radius);
    background: rgba(251, 191, 36, 0.07);
    color: var(--site-text);
    text-align: center;
}

.t-calendar-error strong { font-size: clamp(1.05rem, 2vw, 1.35rem); }
.t-calendar-error span { max-width: 620px; color: var(--site-muted); line-height: 1.65; }
.t-calendar-error div { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
.t-calendar-error a {
    min-height: 44px;
    padding: 11px 15px;
    border: 1px solid var(--site-border);
    border-radius: 10px;
    color: var(--site-text);
    text-decoration: none;
}
.t-calendar-error a:first-child { border-color: rgba(60, 211, 93, 0.45); color: var(--site-green); }
body.booking-page .pg-slot:focus-visible { outline: 2px solid var(--site-green); outline-offset: 2px; }
body.booking-page .pg-slot:disabled { cursor: not-allowed; }
.conversation-success.has-mail-warning {
    border-color: rgba(251, 191, 36, 0.48) !important;
    background: rgba(251, 191, 36, 0.08) !important;
}
.conversation-success.has-mail-warning .conversation-success-icon {
    color: #fbbf24 !important;
}
.map-consent {
    display: grid;
    place-items: center;
    align-content: center;
    gap: 10px;
    min-height: 360px;
    padding: 34px;
    background:
        radial-gradient(circle at 50% 45%, rgba(88, 201, 255, 0.16), transparent 34%),
        linear-gradient(145deg, rgba(11, 27, 46, 0.96), rgba(6, 16, 31, 0.96));
    color: var(--site-text);
    text-align: center;
}
.map-consent > i { color: var(--site-blue); font-size: 2rem; }
.map-consent strong { font-size: 1.2rem; }
.map-consent span { max-width: 360px; color: var(--site-muted); line-height: 1.55; }
.map-consent button {
    min-height: 46px;
    margin-top: 6px;
    padding: 0 17px;
    border: 1px solid rgba(88, 201, 255, 0.42);
    border-radius: 10px;
    background: rgba(88, 201, 255, 0.12);
    color: var(--site-text);
    font: inherit;
    font-weight: 800;
}
.map-load-error { color: #fbbf24 !important; }

@media (min-width: 761px) {
    .public-contact-dock { display: none !important; }
}

@media (max-width: 980px) {
    .site-footer__inner { grid-template-columns: 1.2fr 1fr 1fr; }
    .site-footer__group--region { display: none; }
}

@media (max-width: 760px) {
    html { scroll-padding-top: 86px; }
    body.public-page .page-hero,
    body.public-page .detail-hero,
    body.public-page .contact-hero,
    body.public-page .t-hero,
    body.public-page .gallery-hero,
    body.public-page .local-hero,
    body.public-page .services-hero,
    body.public-page .rental-hero,
    body.public-page .about-hero,
    body.public-page .career-hero {
        min-height: 390px !important;
        padding: 132px 18px 64px !important;
    }
    body.public-page :is(.page-hero, .detail-hero, .contact-hero, .t-hero, .gallery-hero, .local-hero, .services-hero, .rental-hero, .about-hero, .career-hero) h1 {
        font-size: clamp(2.15rem, 10vw, 3.5rem) !important;
    }
    body.public-page .section,
    body.public-page main > section:not(.gallery-hero):not(.local-hero):not(.services-hero):not(.page-hero):not(.k-hero):not(.k-section):not(.problem-section):not(.ablauf-section):not(.gebiet-section) {
        padding-top: 62px;
        padding-bottom: 62px;
    }
    .site-footer__inner {
        grid-template-columns: 1fr 1fr;
        gap: 32px 24px;
        width: calc(100% - 32px);
        padding-top: 44px;
    }
    .site-footer__brand { grid-column: 1 / -1; }
    .site-footer__cta {
        align-items: flex-start;
        width: calc(100% - 32px);
        flex-direction: column;
    }
    .site-footer__cta-actions { justify-content: flex-start; width: 100%; }
    .site-footer__bottom {
        align-items: flex-start;
        width: calc(100% - 32px);
        padding-bottom: 92px;
        flex-direction: column;
    }
}

@media (max-width: 540px) {
    body.public-page .public-3d-atmosphere { opacity: 0.32; }
    body.public-page :is(.trust-pills, .badge-row, .gallery-facts, .hero-trust, .contact-hero-trust) {
        display: grid !important;
        grid-template-columns: 1fr !important;
        width: min(100%, 340px) !important;
    }
    body.public-page :is(.trust-pill, .badge, .gallery-facts > span, .hero-trust > span, .contact-hero-trust > span) {
        justify-content: center;
        width: 100%;
        text-align: center;
    }
    .site-footer__inner { grid-template-columns: 1fr; }
    .site-footer__brand,
    .site-footer__group { grid-column: 1; }
    .site-footer__group--region { display: grid; }
    .site-footer__cta-actions { display: grid; grid-template-columns: 1fr; }
    .site-footer__cta-actions a { width: 100%; }
    .premium-home .premium-service-card p {
        display: block !important;
        font-size: 0.76rem;
        line-height: 1.55;
    }
    .premium-home .premium-service-card { min-height: 230px; }
}

/* Keep the real page heroes compact on phones. Their component styles use
   tall viewport-based minimums, so the content itself defines the height here. */
@media (max-width: 760px) {
    body.about-page .about-premium-hero,
    body.rental-page .rental-premium-hero,
    body.contact-page .contact-premium-hero,
    body.career-page .k-hero,
    body.premium-home .premium-hero {
        height: auto !important;
        min-height: 0 !important;
        align-items: center;
    }

    body.about-page .about-premium-content,
    body.rental-page .rental-hero-content,
    body.contact-page .contact-hero-content,
    body.premium-home .premium-hero-content {
        width: min(calc(100% - 32px), 680px) !important;
        margin-right: auto !important;
        margin-left: auto !important;
        padding-top: calc(96px + env(safe-area-inset-top, 0px)) !important;
        padding-bottom: calc(42px + env(safe-area-inset-bottom, 0px)) !important;
        text-align: center !important;
    }

    body.career-page .k-hero-inner {
        width: min(100%, 680px);
        padding: calc(96px + env(safe-area-inset-top, 0px)) 16px
            calc(42px + env(safe-area-inset-bottom, 0px));
    }

    body.about-page .about-premium-content h1,
    body.rental-page .rental-hero-content h1,
    body.contact-page .contact-hero-content h1,
    body.career-page .k-hero h1,
    body.premium-home .premium-hero h1 {
        font-size: clamp(2rem, 9.5vw, 3rem) !important;
        line-height: 1.06 !important;
    }

    body.about-page .about-premium-content > p:not(.about-kicker):not(.about-role),
    body.rental-page .rental-hero-content > p:not(.rental-kicker),
    body.contact-page .contact-hero-content > p:not(.contact-kicker),
    body.premium-home .premium-hero-copy {
        margin-top: 16px !important;
        font-size: 0.92rem !important;
        line-height: 1.56 !important;
    }

    body.premium-home .premium-hero-copy { margin-bottom: 20px !important; }
    body.about-page .about-role { margin-top: 13px !important; }

    body.about-page .about-hero-actions,
    body.rental-page .rental-hero-actions,
    body.contact-page .contact-hero-actions,
    body.career-page .k-hero-btns {
        justify-content: center !important;
        gap: 8px !important;
        margin-top: 20px !important;
    }

    body.about-page :is(.about-button, .btn-cta-green, .btn-cta-outline),
    body.rental-page .rental-hero-actions .rental-button,
    body.contact-page .contact-hero-actions .contact-button,
    body.career-page .k-hero-btns .k-btn,
    body.premium-home .premium-hero-actions .premium-button {
        min-height: 46px !important;
        padding: 11px 14px !important;
    }

    body.about-page .about-hero-facts,
    body.rental-page .rental-hero-facts,
    body.contact-page .contact-hero-facts {
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 8px 14px !important;
        margin-top: 20px !important;
    }

    body.about-page .about-hero-facts span,
    body.rental-page .rental-hero-facts span,
    body.contact-page .contact-hero-facts span {
        font-size: 0.69rem !important;
        line-height: 1.35;
    }

    body.premium-home .premium-hero-facts {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 8px 14px !important;
        width: min(100%, 360px) !important;
        margin-top: 20px !important;
    }

    body.premium-home .premium-hero-fact {
        width: auto !important;
        min-height: 32px;
        padding: 0 !important;
        border-left: 0 !important;
        text-align: center;
    }

    body.premium-home .premium-hero-fact:last-child:nth-child(odd) {
        grid-column: 1 / -1;
    }

    body.premium-home .premium-hero-fact strong { font-size: 0.69rem !important; }
    body.premium-home .premium-scroll-cue { display: none !important; }

    body.about-page .about-premium-media,
    body.rental-page .rental-hero-symbol,
    body.contact-page .contact-hero-symbol,
    body.premium-home .premium-hero-house {
        opacity: 0.2 !important;
    }
}

@media (max-width: 380px) {
    body.about-page .about-premium-content,
    body.rental-page .rental-hero-content,
    body.contact-page .contact-hero-content,
    body.premium-home .premium-hero-content {
        width: calc(100% - 28px) !important;
        padding-top: calc(88px + env(safe-area-inset-top, 0px)) !important;
        padding-bottom: calc(36px + env(safe-area-inset-bottom, 0px)) !important;
    }

    body.career-page .k-hero-inner {
        padding-top: calc(88px + env(safe-area-inset-top, 0px));
        padding-bottom: calc(36px + env(safe-area-inset-bottom, 0px));
    }

    body.about-page .about-premium-content h1,
    body.rental-page .rental-hero-content h1,
    body.contact-page .contact-hero-content h1,
    body.career-page .k-hero h1,
    body.premium-home .premium-hero h1 {
        font-size: clamp(1.9rem, 9.8vw, 2.45rem) !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        scroll-behavior: auto !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }

    body.about-page .about-premium-hero *,
    body.rental-page .rental-premium-hero *,
    body.contact-page .contact-premium-hero *,
    body.career-page .k-hero *,
    body.premium-home .premium-hero * {
        animation: none !important;
        transition: none !important;
    }
}

@media (forced-colors: active) {
    .site-skip-link,
    body.public-page :is(.detail-card, .service-card, .kontakt-card, .rental-card),
    .site-footer { border: 1px solid CanvasText !important; }
}

@media print {
    body.public-page { background: #fff !important; color: #111 !important; }
    body.public-page > header,
    .public-contact-dock,
    .public-3d-progress,
    .public-3d-atmosphere,
    .chat-widget,
    .cookie-banner { display: none !important; }
    body.public-page main,
    body.public-page footer { color: #111 !important; background: #fff !important; }
}
