/* Clear homepage journey: orientation, offer, proof, method, next step. */
.offer-links a .offer-symbol{grid-column:1;grid-row:1/3;display:grid;place-items:center;width:60px;height:64px;color:#e2a9b7}
.offer-links a:has(.offer-symbol){grid-template-columns:60px 1fr auto;column-gap:20px}
.offer-links a:has(.offer-symbol)>span{grid-column:2;grid-row:1}
.offer-links a:has(.offer-symbol)>strong{grid-column:2;grid-row:2;font-size:clamp(28px,2.6vw,43px)}
.offer-links a:has(.offer-symbol)>.icon{grid-column:3;grid-row:1/3}
.offer-links .offer-symbol .icon{width:48px;height:48px}
.service-symbol{margin-bottom:22px;color:var(--accent)}
.service-symbol .icon{width:56px;height:56px}
.detail-points .quality-symbol .icon{width:32px;height:32px}
.detail-points p strong{display:block;color:white;font-size:18px;margin-bottom:5px}
.step-symbol .icon{width:54px;height:54px}
.step-symbol{margin-bottom:25px}
.journey-steps .step-symbol+h3{margin-top:20px}
.journey-steps>div:has(.step-symbol) h3{margin-top:20px;font-size:clamp(30px,2.6vw,44px)}
.visit-strip{background:#e7e6df;padding:40px 0}
.visit-grid{display:grid;grid-template-columns:1fr 1fr 1.25fr;gap:30px}
.visit-grid>div,.visit-grid>a{display:flex;align-items:center;gap:16px}
.visit-icon{color:var(--accent);flex:none}
.visit-icon .icon{width:32px;height:32px}
.visit-grid p{margin:0;font-size:14px;line-height:1.6}
.visit-grid strong{display:block;font-size:15px;color:var(--ink)}
.visit-grid>a:hover strong{text-decoration:underline;text-underline-offset:4px}
.visit-grid>a>.icon{margin-left:auto;flex:none}
@media(max-width:700px){
  .offer-links a:has(.offer-symbol){grid-template-columns:44px 1fr 20px;column-gap:12px}
  .offer-links a .offer-symbol{width:44px;height:54px}
  .offer-links .offer-symbol .icon{width:38px;height:38px}
  .offer-links a:has(.offer-symbol)>strong{font-size:29px}
  .offer-links a:has(.offer-symbol)>span{font-size:10px;letter-spacing:.08em}
  .service-symbol{margin-bottom:15px}
  .service-symbol .icon{width:46px;height:46px}
  .visit-grid{grid-template-columns:1fr;gap:0}
  .visit-grid>div,.visit-grid>a{padding:20px 0;border-bottom:1px solid #bdbcb6}
  .visit-grid>a{border-bottom:0}
  .visit-strip{padding:16px 0}
  .journey-steps>div:has(.step-symbol){display:grid;grid-template-columns:48px 1fr;column-gap:20px}
  .journey-steps>div>.step-symbol{grid-row:1/4;margin:0}
  .journey-steps>div>.step-symbol .icon{width:40px;height:40px}
  .journey-steps>div:has(.step-symbol)>span,.journey-steps>div:has(.step-symbol)>h3,.journey-steps>div:has(.step-symbol)>p{grid-column:2}
  .journey-steps>div:has(.step-symbol) h3{font-size:32px;margin:12px 0 10px}
}
.hero-lower{max-width:720px}
.hero-lower p{max-width:660px}
.hero-actions{flex-wrap:wrap}
@media(min-width:701px) and (max-width:1100px){
  .hero-lower{flex-direction:column;align-items:flex-start;gap:25px}
  .hero-actions{justify-content:flex-start}
}
.offer-guide{background:var(--ink);color:#fff;padding:clamp(55px,7vw,110px) 0}
.offer-guide-inner{display:grid;grid-template-columns:.9fr 1.1fr;gap:clamp(45px,7vw,120px);align-items:start}
.offer-guide h2{font-size:clamp(65px,6.8vw,112px);margin:16px 0 0}
.offer-links{border-top:1px solid #626262}
.offer-links a{display:grid;grid-template-columns:1fr auto;gap:4px 20px;align-items:center;padding:21px 0;border-bottom:1px solid #626262;transition:color .2s,padding-left .2s}
.offer-links a:hover,.offer-links a:focus-visible{color:#e2a9b7;padding-left:8px}
.offer-links a>span{grid-column:1/-1;color:#d18a9c;font-size:12px;font-weight:800;letter-spacing:.12em}
.offer-links strong{font:800 clamp(30px,3.3vw,52px)/1 var(--head);text-transform:uppercase}
.offer-links .icon{width:25px;height:25px}
.services{background:var(--paper)}
.services .service-row{min-height:480px}
.services .service-photo{min-height:410px}
.services .service-copy h3{font-size:clamp(58px,5vw,84px)}
.services .service-copy>p{font-size:17px;line-height:1.6}
.projects{background:#e7e6df}
.projects .section-intro h2{font-size:clamp(64px,6.7vw,110px)}
.detail-section{min-height:620px}
.detail-photo{min-height:560px}
.process{background:var(--accent);color:#fff}
.process em{color:#fff;text-decoration:underline;text-decoration-thickness:.07em;text-underline-offset:.12em}
.process .section-intro>p{color:#f0dce1;font-size:17px}
.journey-steps{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid rgba(255,255,255,.65)}
.journey-steps>div{padding:28px 36px 45px 0;min-height:260px;border-right:1px solid rgba(255,255,255,.35)}
.journey-steps>div+div{padding-left:36px}
.journey-steps>div:last-child{border-right:0}
.journey-steps span{font-size:12px;font-weight:800;letter-spacing:.13em}
.journey-steps h3{font-size:clamp(34px,3vw,50px);line-height:.98;margin:45px 0 14px}
.journey-steps p{max-width:350px;color:#f4e8eb;font-size:15px;line-height:1.6}
.journey-next{display:flex;align-items:center;flex-wrap:wrap;gap:20px 28px;border-top:1px solid rgba(255,255,255,.5);padding-top:28px}
.journey-next p{max-width:370px;margin:0 auto 0 0;font-size:17px}
.journey-next .button{background:#fff;color:var(--accent)}
.journey-next .button:hover{background:#f3dfe4}
.journey-next .text-link{color:#fff}
.faq{background:var(--paper)}
.faq-grid>div:first-child>p:not(.eyebrow){font-size:17px;line-height:1.6}
.faq-item button{font-size:16px}
.faq-answer p{font-size:15px;line-height:1.65}
.infos-hero{padding-top:180px;background:var(--paper)}
.infos-hero h1{font-size:clamp(82px,11vw,175px);margin:22px 0 30px}
.infos-hero p:not(.eyebrow){max-width:620px;font-size:19px;line-height:1.6;margin-bottom:28px}
.infos-facts{background:var(--ink);color:#fff}
.infos-facts-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:35px}
.infos-facts-grid>div{border-top:1px solid #888;padding-top:22px}
.infos-facts-grid span{font-size:12px;font-weight:800;letter-spacing:.13em;color:#d18a9c}
.infos-facts-grid h2{font-size:clamp(54px,5vw,82px);margin:32px 0 16px;line-height:1}
.infos-facts-grid p{font-size:15px;line-height:1.6;max-width:330px;color:#ddd}
.form-hint{font-size:13px;line-height:1.5;color:#555;margin:-12px 0 0}
#fahrzeuge,#werbetechnik,#design-print,#formular{scroll-margin-top:85px}
@media(max-width:1100px){
  .offer-guide-inner{grid-template-columns:1fr 1fr;gap:38px}
  .journey-next p{max-width:none;width:100%}
}
@media(max-width:700px){
  .hero{min-height:680px}
  .hero-content{padding-bottom:84px}
  .hero h1{font-size:clamp(58px,12vw,84px)}
  .hero-lower p{font-size:16px;line-height:1.55}
  .hero-actions{gap:15px}
  .hero-actions .button{font-size:17px}
  .hero-scroll{display:none}
  .offer-guide{padding:65px 0 72px}
  .offer-guide-inner{display:block}
  .offer-guide h2{font-size:clamp(58px,12vw,85px);margin-bottom:40px}
  .offer-links a{padding:19px 0}
  .offer-links strong{font-size:clamp(31px,8vw,46px)}
  .services .section-intro h2,.projects .section-intro h2{font-size:clamp(61px,11vw,80px)}
  .services .service-row{min-height:0;padding-block:28px;gap:14px}
  .services .service-copy h3{font-size:clamp(48px,10vw,68px);margin-bottom:15px}
  .services .service-copy>p{font-size:16px}
  .services .service-copy li{font-size:13px;padding:5px 0}
  .services .service-copy ul{margin:17px 0 20px}
  .services .service-no{margin-bottom:12px}
  .services .service-photo{height:215px;min-height:0}
  .detail-photo{min-height:0;height:330px}
  .detail-copy{padding-block:60px}
  .journey-steps{display:block}
  .journey-steps>div,.journey-steps>div+div{min-height:0;padding:25px 0 28px;border-right:0;border-bottom:1px solid rgba(255,255,255,.35)}
  .journey-steps h3{font-size:42px;margin:16px 0 8px}
  .journey-steps p{font-size:16px;margin:0}
  .journey-next{display:block;padding-top:30px}
  .journey-next p{font-size:16px;margin-bottom:24px}
  .journey-next .button{width:100%;max-width:350px}
  .journey-next .text-link{margin-top:22px}
  .faq-item button{font-size:15px}
  .faq-answer p{font-size:15px}
  .infos-hero{padding-top:120px}
  .infos-hero h1{font-size:clamp(69px,13vw,100px)}
  .infos-hero p:not(.eyebrow){font-size:17px}
  .infos-facts-grid{display:block}
  .infos-facts-grid>div+div{margin-top:35px}
  .infos-facts-grid h2{font-size:65px;margin:18px 0 10px}
}
@media(max-width:380px){
  .hero h1{font-size:57px}
  .hero-actions .button{width:100%}
  .offer-guide h2{font-size:56px}
  .offer-links strong{font-size:30px}
}
