/* Variante 3: one visual hierarchy across all benefits. */
html .benefits-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-auto-rows:1fr;gap:24px}
html .benefits-grid .reward{display:flex;grid-column:auto;min-width:0;padding:28px;border:1px solid var(--line);background:var(--color-bg-elevated);box-shadow:none;border-radius:16px}
html .benefits-grid .benefit-mark{color:#ffe833;font-size:25px;line-height:1;margin-bottom:20px}
html .benefits-grid .reward h3{font-size:19px;margin:0 0 22px}
html .benefits-grid .reward .reward-number{display:flex;align-items:center;min-height:96px;font-size:clamp(30px,3vw,42px);line-height:1.15;letter-spacing:-.04em;background:transparent;color:var(--color-text);border:0;box-shadow:none;padding:0;margin:0 0 16px;align-self:stretch}
html .benefits-grid .reward .reward-unit{min-height:44px;margin:0 0 20px;font-size:14px}
html .benefits-grid .reward>p:last-child{margin:0;font-size:16px;line-height:1.65}
html[data-theme=paint] .benefits-grid .reward{background:#f4f4ef;border:1px solid #b9b9b1;border-radius:0}
html[data-theme=paint] .benefits-grid .benefit-mark{color:#101820;background:#ffe833;width:32px;height:32px;text-align:center;line-height:32px}
html main>#team.team{padding-top:100px;padding-bottom:100px}
html .process-contact{align-self:start}
html .process-contact .process-portrait{display:block;width:220px;height:220px;max-width:100%;border-radius:50%;object-fit:cover;margin-bottom:18px}
html .hero .hero-layout{display:grid;grid-template-columns:1.15fr 1fr;gap:48px;align-items:center}
html[data-theme=paint] .hero .hero-layout{padding:36px 28px 36px 70px}
html .hero .hero-content{padding:0;min-width:0}
html .hero .hero-fotos{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin:0;padding:0;min-width:0}
html .hero-fotos .fotofenster{transform:none;min-width:0}
html .hero-fotos .fotofenster:nth-child(2){grid-column:1 / -1;grid-row:1}
html .hero-fotos .fotofenster:nth-child(2) img{aspect-ratio:1.7;object-position:50% 50%}
html .hero-fotos .fotofenster img{aspect-ratio:1.5}
html .hero-fotos .fotofenster figcaption{font-size:12px}
html .life-grid.life-preview{display:grid;grid-template-columns:1.4fr 1fr;gap:20px}
html .life-preview .life-photo,html .life-preview .life-photo:nth-child(-n+2){grid-column:auto}
html .life-preview .life-photo:first-child{grid-row:span 2}
html .life-preview .life-photo img{aspect-ratio:1.8;object-fit:cover}
html .life-preview .life-photo:first-child img{aspect-ratio:.94}
.more-photos{margin-top:28px}.more-photos summary{cursor:pointer;font-weight:500;padding:16px 0}.more-photos[open] summary{margin-bottom:20px}
html .customer-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
.customer-card{border:1px solid var(--line);border-radius:16px;overflow:hidden;background:var(--color-bg);display:flex;flex-direction:column;min-width:0}
.customer-card>img,.customer-cover{width:100%;height:190px;object-fit:cover}
.customer-cover{padding:24px;background:#252f3c;color:#fff;display:flex;flex-direction:column;justify-content:space-between;border-bottom:1px solid var(--line)}
.customer-cover span{font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:#c6ccd4}.customer-cover b{font-size:28px;line-height:1.15;letter-spacing:-.03em;font-weight:500}
.customer-body{padding:24px;display:flex;flex-direction:column;flex:1;gap:14px}.customer-kind{font-size:12px!important;letter-spacing:.03em;color:var(--color-text-muted)}
.customer-body h3{font-size:21px;margin:0}.customer-body p{font-size:15px;line-height:1.65;margin:0}
.customer-open{margin-top:auto;padding:18px 0 0;background:none;border:0;border-top:1px solid var(--line);text-align:left;font:inherit;font-size:14px;color:var(--color-text);cursor:pointer;display:flex;justify-content:space-between;gap:8px}
.customer-open>span[aria-hidden]{color:#ffe833}.customer-open:hover{text-decoration:underline}.customer-open:focus-visible{outline:3px solid #ffe833;outline-offset:5px}
.customer-dialog{padding:0;border:1px solid #707781;border-radius:18px;background:#1b222e;color:#fff;width:min(740px,calc(100% - 32px));max-height:88dvh;box-shadow:0 24px 100px #0008}
.customer-dialog::backdrop{background:#080f18bd;backdrop-filter:blur(5px)}
.customer-dialog-top{display:flex;justify-content:space-between;align-items:center;padding:12px 24px;background:#252f3c;position:sticky;top:0;z-index:1;font-size:13px}
.customer-close{border:0;background:transparent;color:inherit;font-size:28px;cursor:pointer;width:44px;height:44px}
.customer-dialog-content{padding:32px}.customer-dialog-content h2{font-size:32px;line-height:1.2;margin:10px 0 22px}.customer-dialog-content h3{font-size:21px;margin:28px 0 16px}.customer-dialog-content p{font-size:16px;line-height:1.7;margin-bottom:20px}.customer-dialog-content a{color:inherit;text-underline-offset:4px}.customer-detail-image{width:100%;max-height:340px;object-fit:cover;border-radius:10px}
.customer-metrics{display:grid;grid-template-columns:1fr 1fr;gap:16px}.customer-metrics p{font-size:13px}.customer-metrics b{display:block;font-size:32px;color:#fff;font-weight:500}
html[data-theme=paint] .customer-card{border-radius:0;background:#f4f4ef;border-color:#b9b9b1}html[data-theme=paint] .customer-cover{background:#e9e9e2;color:#101820}html[data-theme=paint] .customer-cover span{color:#50565a}html[data-theme=paint] .customer-open>span[aria-hidden]{color:#101820}
html[data-theme=paint] .customer-dialog{border-radius:0;background:#fff;color:#101820;border:3px outset #ddd}html[data-theme=paint] .customer-dialog-top{background:#244a9b;color:#fff}html[data-theme=paint] .customer-dialog-content .customer-kind{color:#555}html[data-theme=paint] .customer-metrics b{color:#101820}
html .culture-values.value-notes{grid-template-columns:repeat(3,minmax(0,1fr))}
html .value-note h3{font-size:21px}.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip-path:inset(50%);white-space:nowrap}
@media(max-width:1000px){html .hero .hero-layout{gap:24px}html .benefits-grid,html .customer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}html .culture-values.value-notes{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:900px){html main>#team.team{padding-top:60px;padding-bottom:60px}html .hero .hero-layout{grid-template-columns:1fr}html[data-theme=paint] .hero .hero-layout{padding:28px 20px 28px 60px}html .hero .hero-fotos{max-width:640px}html .hero-fotos .fotofenster:nth-child(2) img{aspect-ratio:2}}
@media(max-width:620px){html .benefits-grid,html .customer-grid,html .culture-values.value-notes{grid-template-columns:1fr}html .benefits-grid{grid-auto-rows:auto;gap:18px}html .benefits-grid .reward{padding:24px}html .benefits-grid .reward .reward-number{min-height:0;font-size:36px}html .benefits-grid .reward .reward-unit{min-height:0}html[data-theme=paint] .hero .hero-layout{padding:24px 16px}html .process-contact .process-portrait{width:150px;height:auto;aspect-ratio:1}.customer-dialog-content{padding:24px}.customer-dialog-content h2{font-size:27px}html .life-grid.life-preview{grid-template-columns:1fr 1fr;gap:12px}html .life-preview .life-photo:first-child{grid-row:auto;grid-column:1 / -1}html .life-preview .life-photo:first-child img{aspect-ratio:1.4}html .life-preview .life-photo img{aspect-ratio:1}.customer-card>img,.customer-cover{height:180px}}
.customer-dialog{margin:auto;inset:0}
html .benefits-grid .reward .reward-number{display:block;padding-top:0}
html:has(.customer-dialog[open]){overflow:hidden}
@media(min-width:621px){html[data-theme] .benefits .benefits-grid .reward .reward-number{min-height:96px}}
/* Kundenbilder: einheitliche Vorschau, vollständige Motive im Detail. */
html .customer-card>.customer-card-image{display:block;height:auto;aspect-ratio:1.7;object-fit:cover;background:#e6e6e6}
html .customer-card>.customer-image-ms{object-position:65% 39%}
html .customer-card>.customer-image-flinn{object-fit:cover;object-position:center 40%;padding:0}
.customer-detail-figure{margin:24px 0}
.customer-detail-figure .customer-detail-image{display:block;width:100%;height:auto;max-height:480px;object-fit:contain;background:#101820}
.customer-detail-figure figcaption{font-size:13px;line-height:1.5;margin-top:10px;color:inherit;opacity:.8}
html[data-theme=paint] .customer-detail-figure .customer-detail-image{background:#ecece7;border-radius:0}
/* Roman: a photographic wall with close-ups, wider scenes and personal moments. */
html #roman-auftritte.roman-photowall{margin-top:48px;padding-top:40px;border-top:1px solid var(--line)}
html .roman-wall-heading{display:flex;align-items:start;justify-content:space-between;gap:32px;margin-bottom:30px}
html .roman-wall-heading #founder-gallery-heading{font-size:30px;line-height:1.3;margin:0;max-width:440px}
html .roman-wall-heading p{font-size:16px;line-height:1.65;max-width:390px;color:var(--color-text-muted);margin:0}
html .roman-wall-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:32px 24px}
html .roman-wall-grid .roman-wall-photo{grid-column:auto;min-width:0;margin:0}
html .roman-wall-grid .roman-wall-photo.wide{grid-column:auto}
html .roman-wall-photo>a{display:block;position:relative;border-radius:16px;overflow:hidden}
html .roman-wall-photo img{display:block;width:100%;height:auto;object-fit:cover;aspect-ratio:3/2;object-position:center}
html .roman-wall-photo.wide img{height:auto;aspect-ratio:3/2}
html .roman-wall-photo.portrait img{object-position:50% 28%}
html .roman-wall-photo figcaption{margin-top:14px;font-size:14px;line-height:1.5}
html .roman-wall-photo figcaption strong{display:block;color:var(--color-text);font-size:17px;font-weight:500;margin-bottom:3px}
html .roman-wall-photo figcaption span{display:block;color:var(--color-text-muted)}
html[data-theme=paint] .roman-wall-photo>a{border-radius:0;border:2px solid #101820}
html[data-theme=paint] .roman-wall-photo figcaption{background:transparent;padding:0}
@media(max-width:900px){html .roman-wall-heading{display:block}html .roman-wall-heading p{margin-top:14px;max-width:100%}html .roman-wall-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px 20px}html .roman-wall-grid .roman-wall-photo,html .roman-wall-grid .roman-wall-photo.wide{grid-column:auto}html .roman-wall-photo img,html .roman-wall-photo.wide img{height:auto;aspect-ratio:3/2}}
@media(max-width:620px){html #roman-auftritte.roman-photowall{margin-top:24px;padding-top:28px}html .roman-wall-heading #founder-gallery-heading{font-size:26px}html .roman-wall-grid{grid-template-columns:1fr;gap:30px}html .roman-wall-photo img,html .roman-wall-photo.wide img{height:auto;aspect-ratio:3/2}html .roman-wall-photo.portrait img{aspect-ratio:3/2}html .roman-wall-photo figcaption{margin-top:12px}}

/* Keep faces and the camera visible in cropped shoot previews. */
html #life-panel-3 img[src*="dreh-greenscreen-fussball"]{object-position:50% 25%}

/* Roman: a prominent speaker portrait, biography and supporting credentials. */
html .founder-story.founder-with-hero{grid-template-columns:1.15fr 1fr;align-items:center;gap:48px}
html .founder-with-hero .founder-hero-photo{margin:0;min-width:0}
html .founder-hero-photo img{display:block;width:100%;height:auto;aspect-ratio:1.2;object-fit:cover;object-position:75% 50%;border-radius:16px}
html .founder-hero-photo figcaption{font-size:14px;line-height:1.5;margin-top:14px;color:inherit;opacity:.8}
html .founder-with-hero .founder-proof{grid-column:1 / -1;display:grid;grid-template-columns:1.15fr 1fr;gap:48px;align-items:start}
html .founder-with-hero .founder-testimonial{margin-top:0}
html .founder-with-hero .roman-photowall{grid-column:1 / -1;width:100%}
@media(max-width:900px){html .founder-story.founder-with-hero{grid-template-columns:1fr;gap:32px}html .founder-with-hero .founder-proof{grid-template-columns:1fr;gap:32px}html .founder-hero-photo img{aspect-ratio:1.2;object-position:75% 50%}}

/* Original marks sit on quiet white surfaces with their own clear space. */
html .company-trust{margin:40px 0 48px;padding:28px 0;border-top:1px solid #ffffff26;border-bottom:1px solid #ffffff26}
html .company-trust h3{font-size:20px;margin:0 0 24px}
html .company-trust-grid{display:grid;grid-template-columns:1fr 1.55fr 1fr;gap:24px}
html .company-trust-art{height:156px;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:12px;padding:24px}
html .company-trust-art img{display:block;max-width:100%;height:auto;object-fit:contain}
html .company-trust-art .trust-google{width:110px}
html .company-trust-art .trust-tuev{width:355px}
html .company-trust-item p{font-size:14px;line-height:1.5;margin:14px 0 0}
html .company-trust-item p span{display:block;opacity:.8}
html .company-trust-art.trust-text{background:transparent;color:inherit;border:1px solid #ffffff26;font-size:22px;text-align:center}
html[data-theme=paint] .company-trust,html[data-theme=paint] .company-trust-art.trust-text{border-color:#10182040}
@media(max-width:700px){html .company-trust-grid{grid-template-columns:1fr;gap:24px}html .company-trust-art{height:156px}html .company-trust-art.trust-text{height:100px}}

html .founder-recommendations{display:grid;gap:32px;min-width:0}
html .founder-recommendations .founder-testimonial{margin:0}
html .founder-delpy figcaption>span{display:block}
html .founder-delpy figcaption>span:last-child{font-size:14px;margin-top:8px}
html .founder-recommendation-full{margin-top:20px}
html .founder-recommendation-full summary{font-size:14px;cursor:pointer;text-decoration:underline;text-underline-offset:5px;line-height:1.5}
html .founder-recommendation-full summary:focus-visible{outline:2px solid #ffe833;outline-offset:5px}
html .founder-recommendation-full blockquote{font-size:16px;line-height:1.7;margin:20px 0 0}

html .customer-video{position:relative;aspect-ratio:16/9;background:#101820;border-radius:16px;overflow:hidden}
html .customer-video-play{position:relative;display:block;width:100%;height:100%;padding:0;border:0;cursor:pointer;background:#101820}
html .customer-video-play[hidden]{display:none}
html .customer-video-play img{display:block;width:100%;height:100%;object-fit:cover}
html .customer-video-label{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);display:flex;align-items:center;gap:12px;white-space:nowrap;padding:16px 24px;border-radius:50px;background:#ffe833;color:#101820;font:500 16px Alexandria,sans-serif}
html .customer-video-play:focus-visible{outline:3px solid #ffe833;outline-offset:-4px}
html .customer-video iframe{display:block;width:100%;height:100%;border:0}
html .customer-dialog-content .customer-video-notice{font-size:14px;line-height:1.5;margin:12px 0 24px}

html .customer-card-video{position:relative;display:block;width:100%;border:0;padding:0;background:#101820;cursor:pointer;overflow:hidden}
html .customer-card-video .customer-card-image{display:block;width:100%;height:auto;aspect-ratio:1.7;object-fit:cover}
html .customer-card-play{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);display:grid;place-items:center;width:64px;height:64px;padding-left:4px;border-radius:50%;background:#ffe833;color:#101820;font-size:24px;transition:transform .15s}
html .customer-card-video:hover .customer-card-play{transform:translate(-50%,-50%) scale(1.08)}
html .customer-card-video:focus-visible{outline:3px solid #ffe833;outline-offset:-4px}
@media(prefers-reduced-motion:reduce){html .customer-card-play{transition:none}}

html .customer-video video{display:block;width:100%;height:100%;object-fit:contain;background:#101820}
html .customer-card-video .customer-image-ms{object-position:65% 39%}

html .customer-card-video[data-customer="customer-quickup"] .customer-card-play{left:auto;top:auto;right:16px;bottom:16px;transform:none;width:52px;height:52px;font-size:21px}
html .customer-card-video[data-customer="customer-quickup"]:hover .customer-card-play{transform:scale(1.08)}

/* Three areas of the daily tool stack. */
html .tool-stack{padding:100px 0;background:#101820;scroll-margin-top:100px}
html .tool-stack-heading{max-width:850px;margin-bottom:48px}
html .tool-stack-heading p{font-size:20px;line-height:1.65;color:#d9d9d9;max-width:760px}
html .tool-stack-rows{border-top:1px solid #ffffff24}
html .tool-stack-row{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,2fr);gap:48px;padding:36px 0;border-bottom:1px solid #ffffff24}
html .tool-stack-context h3{font-size:27px;line-height:1.3;margin:0 0 16px}
html .tool-stack-context p{font-size:16px;line-height:1.65;color:#d9d9d9;margin:0;max-width:30ch}
html .tool-stack-list{list-style:none;display:flex;flex-wrap:wrap;gap:12px;padding:0;margin:0}
html .tool-stack-list li{display:flex;flex-direction:column;justify-content:center;gap:8px;padding:20px 24px;background:#1a212e;border-radius:12px;min-width:150px;flex:1 1 180px}
html .tool-stack-list strong{font-size:20px;font-weight:500;line-height:1.3;color:#fff}
html .tool-stack-list span{font-size:14px;line-height:1.5;color:#d9d9d9}
html .tool-stack-expectation{font-size:16px;line-height:1.7;color:#d9d9d9;margin:24px 0 0;max-width:70ch}
html .tool-stack-ai .tool-stack-context h3::before{content:"";display:inline-block;width:10px;height:10px;border-radius:50%;background:#ffe833;margin-right:12px;vertical-align:middle}
html .tool-stack-ai .tool-stack-list li{border:1px solid #ffe83366}
html[data-theme="paint"] .tool-stack-list li{background:#fff;color:#101820;border:1px solid #808080;border-radius:0}
html[data-theme="paint"] .tool-stack-list strong,html[data-theme="paint"] .tool-stack-list span{color:#101820}
@media(max-width:700px){html .tool-stack{padding:60px 0}html .tool-stack-heading{margin-bottom:32px}html .tool-stack-heading p{font-size:18px}html .tool-stack-row{grid-template-columns:1fr;gap:24px;padding:32px 0}html .tool-stack-context p{max-width:60ch}html .tool-stack-list li{min-width:0;flex-basis:130px;padding:18px 16px}html .tool-stack-list strong{font-size:18px}}
html .tool-stack-heading{border:0;padding:0;background:none}
html .tool-stack-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}
html .tool-stack-row:first-child .tool-stack-list{grid-template-columns:repeat(2,minmax(0,1fr))}
html .tool-stack-list li{min-width:0}
@media(max-width:700px){html .tool-stack-list{grid-template-columns:repeat(2,minmax(0,1fr))}}

html #tools-heading{scroll-margin-top:150px}
html[data-theme="paint"] .tool-stack{background:transparent}
html[data-theme="paint"] .tool-stack-heading p,html[data-theme="paint"] .tool-stack-context p,html[data-theme="paint"] .tool-stack-expectation{color:#333}
html[data-theme="paint"] .tool-stack-rows,html[data-theme="paint"] .tool-stack-row{border-color:#aaa}
html[data-theme="paint"] .tool-stack-heading{background:transparent;border:0;box-shadow:none}
html .hero-fotos .hero-video-call img{object-position:50% 36%;aspect-ratio:1.5}
html .hero .hero-fotos{grid-template-columns:1fr}
html .hero-fotos .fotofenster:nth-child(2){grid-column:auto;grid-row:auto}
html .hero-fotos .fotofenster img{aspect-ratio:2.1}
html .hero-fotos .hero-video-call img{object-position:50% 34%;aspect-ratio:2.1}

html footer.company-footer{padding:64px 0 28px;background:#101820;color:#d9d9d9;text-align:left;border-top:1px solid #ffffff26;scroll-margin-top:100px}
html footer.company-footer>.wrap{display:block}
html .footer-contact-grid{display:grid;grid-template-columns:1fr 1fr 1.2fr;gap:40px}
html .company-footer h2{font-size:20px;line-height:1.4;color:#fff;margin:0 0 18px;font-weight:500}
html .company-footer address{font-style:normal;font-size:16px;line-height:1.8}
html .footer-contact-grid p{font-size:16px;line-height:1.8;margin:0 0 16px}
html .company-footer a{color:inherit;text-decoration:underline;text-underline-offset:4px}
html .company-footer a:hover{color:#ffe833}
html .company-footer .company-trust{margin:40px 0 28px;padding:32px 0;border-bottom:0}
html .company-footer .company-trust-art{height:132px;padding:18px}
html .company-footer .company-trust-art.trust-text{font-size:20px}
html .footer-bottom{display:flex;justify-content:space-between;gap:24px;border-top:1px solid #ffffff26;padding-top:24px;font-size:14px}
html .footer-bottom .site-links{display:flex;gap:24px}
html[data-theme=paint] footer.company-footer{background:#c0c0c0;color:#101820}
html[data-theme=paint] .company-footer h2{color:#101820}
@media(max-width:700px){html footer.company-footer{padding:48px 0 24px}html .footer-contact-grid{grid-template-columns:1fr;gap:28px}html .footer-bottom{flex-direction:column}html .footer-contact-grid a{overflow-wrap:anywhere}}
html .person-linkedin{display:inline-flex;align-items:center;gap:10px;width:fit-content;margin:12px 0 4px;padding:6px 0;color:inherit;font-size:15px;font-weight:500;text-decoration:underline;text-decoration-color:#ffe833;text-underline-offset:5px}
html .person-linkedin span{color:#ffe833}
html .person-linkedin:focus-visible{outline:2px solid #ffe833;outline-offset:5px}
html[data-theme=paint] .person-linkedin span{color:#101820}

/* Varied image widths, with every pair filling the complete gallery width. */
@media(min-width:701px){
 html .roman-wall-grid{grid-template-columns:repeat(12,minmax(0,1fr));gap:36px 24px}
 html .roman-wall-grid .roman-wall-photo,html .roman-wall-grid .roman-wall-photo.wide{grid-column:span 6}
 html .roman-wall-grid .roman-wall-photo:nth-child(6n+1),html .roman-wall-grid .roman-wall-photo:nth-child(6n+4){grid-column:span 7}
 html .roman-wall-grid .roman-wall-photo:nth-child(6n+2),html .roman-wall-grid .roman-wall-photo:nth-child(6n+3){grid-column:span 5}
 html .roman-wall-grid .roman-wall-photo img{height:clamp(260px,30vw,390px);aspect-ratio:auto}
}
@media(max-width:700px){
 html .roman-wall-grid{grid-template-columns:1fr;gap:30px}
 html .roman-wall-grid .roman-wall-photo{grid-column:auto}
 html .roman-wall-grid .roman-wall-photo img{height:auto;aspect-ratio:3/2}
}

/* DatAds leads; production and collaboration share the second row. */
html .hero .hero-fotos{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
html .hero-fotos .fotofenster.hero-datads{grid-column:1 / -1;grid-row:1}
html .hero-fotos .fotofenster:nth-child(2),html .hero-fotos .fotofenster:nth-child(3){grid-column:auto;grid-row:2}
html .hero .hero-fotos .fotofenster img{aspect-ratio:1.45;object-fit:cover}
html .hero .hero-fotos .hero-datads img{aspect-ratio:2280 / 1231;object-fit:contain;background:#f7f8fa}
html .hero .hero-fotos .hero-video-call img{object-position:50% 30%}
html .hero-fotos .hero-datads figcaption{display:flex;justify-content:space-between;gap:12px;align-items:center}
html .hero-fotos .hero-datads small{font-size:11px;font-weight:400}
@media(max-width:500px){html .hero-fotos .fotofenster figcaption{font-size:12px}html .hero-fotos .fotofenster-bar{font-size:10px}html .hero-fotos .hero-datads figcaption{flex-wrap:wrap;gap:4px}}

html .company-trust-art .trust-austrian{width:98px;max-height:100%;object-fit:contain}

/* Keep the role readable, with gender notation in the supporting label. */
html .hero .hero-label{display:flex;align-items:baseline;flex-wrap:wrap;gap:8px 14px}
html .hero .hero-gender{font-size:14px;white-space:nowrap}
html .hero h1 .job-specialty{display:block;font-size:.8em;line-height:1.35;margin-top:.12em}
html .hero h1 .job-specialty .u{display:inline-block;white-space:nowrap}
@media(max-width:620px){html .hero h1{font-size:32px}html .hero h1 .job-specialty{font-size:26px}}
@media(max-width:360px){html .hero h1 .job-specialty{font-size:23px}}

/* Benefits: readable supporting copy and tighter metric-to-label spacing. */
html .benefits .section-intro{font-size:22px;line-height:1.55}
html .benefits .benefits-grid .reward h3{font-size:22px;line-height:1.35;margin-bottom:18px}
html .benefits .benefits-grid .reward .reward-number{min-height:96px;margin-bottom:10px}
html .benefits .benefits-grid .reward .reward-unit{font-size:18px;line-height:1.5;font-weight:400;min-height:54px;margin-bottom:22px}
html .benefits .benefits-grid .reward>p:last-child{font-size:18px;line-height:1.6;font-weight:400}
@media(max-width:620px){html .benefits .section-intro{font-size:20px}html .benefits .benefits-grid .reward .reward-number{min-height:0}html .benefits .benefits-grid .reward .reward-unit{min-height:0;margin-bottom:20px}}

html .benefits .benefits-grid .reward .benefit-statement{font-size:clamp(30px,2.6vw,36px);line-height:1.25}

/* Team-life notes use plain text across every tab. */
html .life-gallery .life-fuer-dich{display:block;background:transparent;color:var(--color-text-muted);padding:0;font-size:18px;line-height:1.6;font-weight:400;margin:0 0 24px}

.hero-visuals{min-width:0}
html[data-theme="paint"] .hero-visuals .paint-note{position:static;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:8px 16px;width:auto;transform:rotate(-3deg);font-size:32px;line-height:1.1;margin:0 0 28px}
html[data-theme="paint"] .hero-visuals .paint-note p{margin:0}
html[data-theme="paint"] .hero-visuals .paint-note .paint-correction{font-size:34px;margin:0}
html[data-theme="paint"] .hero-visuals .paint-note svg{width:95px;height:70px;margin:0}
@media(max-width:620px){html[data-theme="paint"] .hero-visuals .paint-note{font-size:28px;gap:8px;margin:12px 0 24px}html[data-theme="paint"] .hero-visuals .paint-note svg{width:70px}}

/* Retro hero: generous job headline and handwritten note, without the photo collage. */
html[data-theme="paint"] .hero .hero-fotos{display:none}
html[data-theme="paint"] .hero .hero-layout{grid-template-columns:minmax(0,1fr) 230px;gap:40px;align-items:start}
html[data-theme="paint"] .hero .hero-visuals{padding-top:60px}
html[data-theme="paint"] .hero-visuals .paint-note{display:block;width:210px;margin:0;font-size:38px;transform:rotate(-5deg)}
html[data-theme="paint"] .hero-visuals .paint-note p{margin:0 0 12px}
html[data-theme="paint"] .hero-visuals .paint-note .paint-correction{font-size:36px;margin:16px 0 0 16px}
html[data-theme="paint"] .hero-visuals .paint-note svg{width:100%;height:102px;margin-top:8px}
html[data-theme="paint"] .hero h1 .job-specialty{font-size:30px;line-height:1.3;margin-top:18px}
@media(max-width:900px){html[data-theme="paint"] .hero .hero-layout{grid-template-columns:minmax(0,1fr) 180px;gap:24px}html[data-theme="paint"] .hero-visuals .paint-note{width:170px;font-size:32px}html[data-theme="paint"] .hero-visuals .paint-note .paint-correction{font-size:32px}}
@media(max-width:620px){html[data-theme="paint"] .hero .hero-layout{grid-template-columns:1fr;gap:24px}html[data-theme="paint"] .hero .hero-visuals{padding-top:0}html[data-theme="paint"] .hero-visuals .paint-note{display:flex;align-items:center;flex-wrap:wrap;width:100%;font-size:28px;gap:8px 12px}html[data-theme="paint"] .hero-visuals .paint-note .paint-correction{margin:0;font-size:30px}html[data-theme="paint"] .hero-visuals .paint-note svg{width:80px;height:70px;margin:0}html[data-theme="paint"] .hero h1 .job-specialty{font-size:23px}}

/* Give the handwritten Retro motif more presence without narrowing the headline. */
@media(min-width:901px){html[data-theme="paint"] .hero-visuals .paint-note{transform:rotate(-5deg) scale(1.22);transform-origin:right top}}
