/* Readable provenance and uncropped original material, within existing brand tokens. */
.host-proof-section { scroll-margin-top: 6rem; }
.host-proof-intro { max-width: 52rem; margin-bottom: 2.5rem; }
.host-proof-intro h2 { margin: .75rem 0 1.1rem; font: 600 clamp(2rem, 4vw, 3rem)/1.15 "Playfair Display", Georgia, serif; }
.host-proof-grid { display: grid; grid-template-columns: 1.15fr 1fr; gap: clamp(1.5rem, 4vw, 3.5rem); align-items: start; }
.host-proof-item { margin: 0; min-width: 0; }
.host-proof-heading { margin-bottom: 1.25rem; }
.host-proof-heading h3 { font: 600 1.5rem/1.25 "Playfair Display", Georgia, serif; margin: 0 0 .5rem; }
.host-proof-heading p { font: 400 1rem/1.5 Manrope, sans-serif; color: var(--cr-site-muted); margin: 0; }
.host-proof-image { display: flex; height: clamp(20rem, 50vw, 38rem); align-items: flex-start; justify-content: flex-start; }
.host-proof-image img { display: block; width: auto; max-width: 100%; height: auto; max-height: 100%; object-fit: contain; border: 1px solid var(--cr-site-border, #51463d); }
.host-proof-item figcaption { display: flex; flex-direction: column; gap: .6rem; margin-top: 1rem; font: 400 1rem/1.5 Manrope, sans-serif; color: var(--cr-site-muted); }
.host-proof-item figcaption a, .host-proof-more { width: fit-content; color: var(--cr-site-gold, #dcc187); text-underline-offset: .3em; }
.host-proof-item figcaption a:hover { text-decoration: underline; }
.host-proof-item a:focus-visible { outline: 2px solid var(--cr-site-gold, #dcc187); outline-offset: 5px; }
.host-proof-more { margin-top: 2rem; }
.host-proof-dialog { padding: 0; width: min(62rem, calc(100vw - 2rem)); max-width: none; max-height: 90dvh; background: #19100b; color: #f4f1e9; border: 1px solid #716041; border-radius: .5rem; }
.host-proof-dialog::backdrop { background: rgba(0,0,0,.82); }
.host-proof-dialog-bar { position: sticky; z-index: 1; top: 0; display: flex; align-items: center; justify-content: space-between; gap: 1rem; background: #19100b; padding: 1rem; border-bottom: 1px solid #51463d; }
.host-proof-dialog h2 { margin: 0; font: 600 1.125rem/1.4 Manrope, sans-serif; }
.host-proof-dialog button { flex-shrink: 0; min-height: 44px; padding: .5rem .75rem; border: 1px solid #716041; border-radius: .25rem; background: transparent; color: inherit; font: 600 1rem/1.3 Manrope, sans-serif; cursor: pointer; }
.host-proof-dialog img { display: block; width: 100%; height: auto; }
.host-proof-dialog-image { overflow: auto; max-height: calc(90dvh - 7rem); }
.host-proof-dialog img.is-zoomed { width: auto; max-width: none; }
.host-proof-dialog-bar > div { display: flex; gap: .5rem; flex-shrink: 0; }
@media (max-width: 700px) {
    .host-proof-grid { grid-template-columns: 1fr; gap: 2.75rem; }
    .host-proof-intro { margin-bottom: 2rem; }
    .host-proof-image { height: auto; }
    .host-proof-image img { width: 100%; max-height: none; }
    .host-proof-dialog-bar { gap: .5rem; padding: .75rem; }
    .host-proof-dialog-bar { flex-wrap: wrap; }
    .host-proof-dialog h2 { font-size: 1rem; }
}
body.cr-public-site[data-page="examples"] .creation-image-label {
    color: var(--cr-site-text);
    font: 400 1rem/1.5 Manrope, sans-serif;
    letter-spacing: normal;
    text-transform: none;
}
body.cr-public-site[data-page="faq"] .faq-answer.creation-faq-answer p { font-size: 1rem !important; line-height: 1.6 !important; }
body.cr-public-site[data-page="faq"] .faq-answer.creation-faq-answer p + p { margin-top: 1rem; }
body.cr-public-site .architecture-proof-feature .architecture-proof.creation-material img,
body.cr-public-site .creation-material img {
    width: 100%;
    height: auto;
    aspect-ratio: 910 / 1288;
    object-fit: contain;
}
body.cr-public-site .creation-material {
    max-width: 30rem;
    margin-inline: auto;
}
body.cr-public-site .creation-material figcaption {
    font-size: 1rem;
    line-height: 1.6;
}
#so-entsteht-euer-fall { scroll-margin-top: 6rem; }
.creation-atmosphere {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.3fr);
    gap: clamp(1.5rem, 5vw, 4rem);
    margin-top: 2.5rem;
    padding-top: 2rem;
    border-top: 1px solid var(--cr-site-border, rgba(255,255,255,.15));
}
.creation-atmosphere h3 { font: 600 clamp(1.65rem, 3vw, 2.2rem)/1.2 "Playfair Display", Georgia, serif; margin: 0 0 1rem; }
.creation-atmosphere p, .creation-atmosphere dd { font: 400 1rem/1.65 Manrope, sans-serif; margin: .4rem 0 1rem; }
.creation-atmosphere dl { margin: 0; }
.creation-atmosphere dt { font: 700 1rem/1.5 Manrope, sans-serif; }
@media (max-width: 700px) { .creation-atmosphere { grid-template-columns: 1fr; } }
body.cr-public-site[data-page="individual-case"] .architecture-hero h1,
body.cr-public-site[data-page="quality"] .architecture-hero h1 { max-width: 18ch; }
body.cr-public-site[data-page="home"] .home-hero-visual,
body.cr-public-site[data-page="home"] .home-path-materials { position: relative; }
body.cr-public-site[data-page="home"] .creation-image-caption {
    position: absolute;
    z-index: 2;
    bottom: .5rem;
    left: .5rem;
    right: .5rem;
    width: fit-content;
    padding: .3rem .5rem;
    color: var(--cr-brand-paper, #f4f1e9);
    background: var(--cr-site-bg, #19100b);
    font: 400 1rem/1.4 Manrope, sans-serif;
}
body.cr-public-site[data-page="home"] .home-hero-visual .creation-image-caption {
    left: auto;
    right: 1.5rem;
    bottom: 1rem;
    max-width: calc(100% - 3rem);
}

/* Keep the existing dossier artwork in view alongside a concise introduction. */
body.cr-public-site[data-page="individual-case"] .architecture-hero {
    padding: clamp(3rem, 6vw, 5.5rem) 0;
    background-image:
        linear-gradient(90deg, rgba(9, 6, 4, .9), rgba(9, 6, 4, .72) 36%, rgba(9, 6, 4, .08) 70%),
        var(--cr-img-8279e04b21d94770, url("../assets/marketing/global/higgsfield-v1/site-hero-dossier-desktop.webp"));
    background-position: center, center 55%;
    background-size: cover, cover;
}
body.cr-public-site[data-page="individual-case"] .architecture-hero .architecture-shell {
    width: min(100% - 3rem, 76rem);
}
body.cr-public-site[data-page="individual-case"] .architecture-hero-grid {
    min-height: clamp(25rem, 31vw, 29rem);
}
body.cr-public-site[data-page="individual-case"] .architecture-hero-copy {
    width: 49%;
    max-width: 36rem;
}
body.cr-public-site[data-page="individual-case"] .architecture-hero h1 {
    max-width: none;
    margin: 1.1rem 0 1.5rem;
    /* Public headings have a legacy !important size; this composition owns its scale. */
    font-size: clamp(2.5rem, 4.5vw, 4.25rem) !important;
    line-height: 1.06;
    text-wrap: initial;
}
body.cr-public-site[data-page="individual-case"] .architecture-hero h1 span { display: block; }
body.cr-public-site[data-page="individual-case"] .architecture-hero .architecture-lead {
    max-width: 30rem;
    font-size: clamp(1.0625rem, 1.45vw, 1.1875rem);
    line-height: 1.65;
}
body.cr-public-site[data-page="individual-case"] .architecture-hero .architecture-actions {
    align-items: center;
    gap: .75rem 1.5rem;
    margin-top: 1.75rem;
}
body.cr-public-site[data-page="individual-case"] .architecture-hero .architecture-text-link {
    margin: 0;
    min-height: 2.75rem;
    font-size: .9375rem;
}
body.cr-public-site[data-page="individual-case"] .architecture-hero .architecture-trust {
    margin-top: 1.25rem;
    font-size: 1rem;
    line-height: 1.5;
    color: var(--cr-site-muted);
}
body.cr-public-site[data-page="individual-case"] .creation-hero-caption {
    position: absolute;
    right: max(1.5rem, calc((100% - 76rem) / 2));
    bottom: 1rem;
    margin: 0;
    padding: .3rem .5rem;
    color: var(--cr-brand-paper, #f4f1e9);
    background: rgba(9, 6, 4, .85);
    font: 400 1rem/1.4 Manrope, sans-serif;
}
@media (max-width: 700px) {
    body.cr-public-site[data-page="individual-case"] .architecture-hero {
        padding: 2.75rem 0 16rem;
        background-image:
            linear-gradient(180deg, #090604 0%, #090604 54%, rgba(9, 6, 4, .1) 83%),
            var(--cr-img-9498a00848e4ed78, url("../assets/marketing/global/higgsfield-v1/site-hero-dossier-mobile.webp"));
        background-position: center, right bottom;
        background-size: cover, 100% auto;
    }
    body.cr-public-site[data-page="individual-case"] .architecture-hero-grid { min-height: 0; }
    body.cr-public-site[data-page="individual-case"] .architecture-hero-copy { width: 100%; max-width: 32rem; }
    body.cr-public-site[data-page="individual-case"] .architecture-hero h1 {
        font-size: clamp(2rem, 9.2vw, 3rem) !important;
        margin-bottom: 1.25rem;
    }
    body.cr-public-site[data-page="individual-case"] .architecture-hero .architecture-actions { gap: .5rem; }
    body.cr-public-site[data-page="individual-case"] .architecture-hero .architecture-button { width: 100%; }
    body.cr-public-site[data-page="individual-case"] .architecture-hero .architecture-text-link { width: fit-content; }
    body.cr-public-site[data-page="individual-case"] .architecture-hero .architecture-trust { margin-top: .75rem; }
    body.cr-public-site[data-page="individual-case"] .creation-hero-caption { bottom: .75rem; }
}
