:root{--o:#ff5a18;--ink:#11130f;--cream:#f1eee6}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:"Ubuntu",Arial;background:var(--cream);color:var(--ink)}
a{color:inherit;text-decoration:none}
header{position:absolute;z-index:2;width:100%;height:90px;padding:0 5vw;display:flex;align-items:center;justify-content:space-between;color:#fff;border-bottom:1px solid #ffffff44}
.brand{display:flex;align-items:center;gap:12px;font-size:12px;line-height:1}
.brand b{font:32px "Ubuntu";color:var(--o)}
nav{display:flex;gap:32px;font-size:13px;font-weight:700}
.outline{padding:12px 16px;border:1px solid #ffffff88;font-weight:700;font-size:13px}
.hero{min-height:780px;background:var(--ink);color:#fff;display:grid;grid-template-columns:55% 45%}
.hero-copy{padding:150px 6vw 60px 5vw;display:flex;flex-direction:column;justify-content:center}
.eyebrow,.index{text-transform:uppercase;letter-spacing:.16em;font-size:11px;font-weight:700}
.eyebrow:before{content:"";width:30px;height:3px;background:var(--o);display:inline-block;margin-right:12px;vertical-align:middle}
h1,h2{font-family:"Ubuntu";font-weight:400;line-height:.88;letter-spacing:-.055em;margin:30px 0}
h1{font-size:clamp(60px,8vw,120px)}
h1 em,.contact em{color:var(--o);font-style:normal}
.lead{color:#c8cbc3;max-width:650px;font-size:18px;line-height:1.7}
.actions{display:flex;align-items:center;gap:28px;margin:28px 0 50px;font-weight:700;font-size:13px}
.button{background:var(--o);padding:18px 22px;display:inline-block}
.trust{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;border-top:0;padding-top:22px;color:#000;font-size:clamp(12px,1.05vw,16px);text-transform:none;font-weight:700}
.trust span{min-height:54px;padding:10px 18px;border:2px solid #000;border-radius:999px;display:flex;align-items:center;justify-content:center;gap:.28em;text-align:center;line-height:1.2}
.trust b{display:inline;color:#000;font-size:inherit;margin:0;white-space:nowrap}
@media(max-width:900px){.trust{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:480px){.trust{grid-template-columns:1fr}.trust span{min-height:50px}}
.hero-photo{background:linear-gradient(to top,#000b,transparent 45%),url('images/parkour-anlage-brunnenhof-zuerich.webp') center/cover;position:relative}
.hero-photo>span{position:absolute;right:25px;top:120px;background:#d7ff31;color:#111;padding:9px;font-size:10px;font-weight:700}
.hero-photo>div{position:absolute;bottom:40px;left:35px}
.hero-photo>div b{font:28px "Ubuntu";display:block}
.hero-photo small{color:#ddd}
.light,.dark{padding:100px 5vw}
.light h2,.dark h2{font-size:clamp(48px,6vw,92px)}
h2 i{font-style:normal;color:transparent;-webkit-text-stroke:1.5px currentColor}
.index{color:#777}
.intro{display:grid;grid-template-columns:1fr 1fr;gap:10vw;margin:60px 0}
.intro strong{font-size:28px;line-height:1.35}
.intro p{color:#60635b;line-height:1.7}
.features{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid #bbb}
.features article{padding:30px 8% 10px 0;border-right:1px solid #bbb}
.features article+article{padding-left:8%}
.features article>b,.projects small{color:var(--o);font-size:10px;letter-spacing:.13em}
.features h3{margin-top:35px}
.features p,.projects p,ol p{color:#74776f;line-height:1.6;font-size:13px}
.dark{background:#1b1d18;color:#fff}
.projects{display:grid;grid-template-columns:1.15fr .85fr .85fr;gap:22px;margin-top:55px}
.projects img{width:100%;height:390px;object-fit:cover;margin-bottom:18px}
.projects a:first-child img{height:470px}
.projects h3{text-transform:uppercase;font-size:21px;margin:8px 0}
.process{display:grid;grid-template-columns:1fr 1fr;gap:7vw}
.process .index{grid-column:1/-1}
.process h2{font-size:clamp(45px,5vw,78px)}
ol{list-style:none;margin:0;padding:0}
ol li{display:grid;grid-template-columns:45px 1fr;border-top:1px solid #bbb;padding:24px 0}
ol li>b{color:var(--o);font-size:11px}
ol h3{margin:0 0 7px}
.contact{background:var(--o);color:#fff;padding:85px 5vw;display:grid;grid-template-columns:1fr 1fr;gap:20px 6vw}
.contact .index{grid-column:1/-1;color:#51230f}
.contact h2{font-size:clamp(62px,8vw,115px);grid-row:2/5}
.contact em{color:var(--ink)}
.contact>p:not(.index){align-self:end;max-width:500px;line-height:1.7}
.contact>div{display:flex;align-items:center;gap:25px;font-weight:700}
.black{background:var(--ink)}
footer{background:#0e100d;color:#fff;padding:55px 5vw;display:grid;grid-template-columns:1fr 1fr 1fr;gap:30px;font-size:13px}
footer p{color:#898c84;line-height:1.7}
footer img{width:150px;filter:grayscale(1) brightness(3)}

@media(max-width:850px){nav{display:none}
.hero{grid-template-columns:1fr}
.hero-photo{min-height:480px}
.intro,.process,.contact{grid-template-columns:1fr}
.features,.projects{grid-template-columns:1fr}
.projects img,.projects a:first-child img{height:380px}
.contact h2{grid-row:auto}
.contact .index,.process .index{grid-column:auto}
}

@media(max-width:560px){header{height:74px}
.outline{font-size:10px;padding:9px}
.hero-copy,.light,.dark,.contact{padding-left:22px;padding-right:22px}
.hero-copy{padding-top:120px}
.trust{flex-wrap:wrap}
.intro{grid-template-columns:1fr;gap:20px}
.features{grid-template-columns:1fr}
.features article,.features article+article{padding:24px 0;border-right:0}
.contact>div{align-items:flex-start;flex-direction:column}
footer{grid-template-columns:1fr;padding:45px 22px}
}

.header-right{display:flex;align-items:center;gap:14px}
.header-right img{width:92px;height:35px;object-fit:contain;filter:brightness(0) invert(1)}
.by{font-size:8px;letter-spacing:.1em;text-transform:uppercase;color:#aaa}
@media(max-width:850px){.by{display:none}
}
@media(max-width:560px){.header-right img{width:68px}
.header-right .outline{display:none}
}

.hero-photo{background-image:linear-gradient(to top,#000b,transparent 45%),url('images/parkour-anlage-heerenschuerli-duebendorf.webp')}

.operator-badge{display:flex;align-items:center;gap:12px;background:#f5f3ee;padding:8px 12px;color:#666}
.operator-badge span{font-size:9px;white-space:nowrap}
.operator-badge img{width:104px;height:32px;filter:invert(1)}
@media(max-width:850px){.operator-badge span{display:none}
}
@media(max-width:560px){.operator-badge{padding:7px 9px}
.operator-badge img{width:78px;height:26px}
}

.company{padding:100px 5vw;background:#d9ff35;display:grid;grid-template-columns:1fr 1fr;gap:8vw}
.company h2{font-size:clamp(48px,6vw,92px)}
.company-copy{padding-top:50px}
.company-copy>strong{display:block;font-size:26px;line-height:1.35;margin-bottom:25px}
.company-copy>p{color:#42453e;line-height:1.75;font-size:15px}
.company-facts{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;border-top:1px solid #879a28;margin:35px 0 28px;padding-top:25px}
.company-facts span{font-size:11px;line-height:1.5;color:#58631d}
.company-facts b{display:block;color:#111;font-size:13px;margin-bottom:5px}
@media(max-width:850px){.company{grid-template-columns:1fr}
.company-copy{padding-top:0}
}
@media(max-width:560px){.company{padding:75px 22px}
.company-facts{grid-template-columns:1fr}
}

.expertise{padding:100px 5vw}
.expertise-head{display:grid;grid-template-columns:1.3fr .7fr;gap:7vw}
.expertise-head .index{grid-column:1/-1}
.expertise-head h2{font-size:clamp(48px,6vw,90px)}
.expertise-head>p:last-child{align-self:end;color:#5d6058;line-height:1.7}
.expertise-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:#bbb;margin-top:55px;border:1px solid #bbb}
.expertise-grid article{background:#f1eee6;padding:34px}
.expertise-grid span{color:var(--o);font-size:10px;font-weight:700}
.expertise-grid h3{margin-top:32px}
.expertise-grid p,.materials p{color:#656860;line-height:1.65;font-size:14px}
.materials{background:#191b17;color:#fff;display:grid;grid-template-columns:.8fr 1.2fr;gap:7vw;padding:60px;margin-top:50px}
.materials h3{font:40px/1 "Ubuntu"}
.materials-list>div{border-top:1px solid #4a4c47;padding:18px 0}
.materials-list b{color:#d9ff35}
.materials-list p{color:#aaa}
.benefits{margin-top:55px}
.benefits>h3{font:28px "Ubuntu"}
.benefits>div{display:grid;grid-template-columns:repeat(3,1fr);gap:25px;border-top:1px solid #bbb;padding-top:24px}
.benefits span{font-size:13px;color:#666}
.benefits b{display:block;color:#111;font-size:16px;margin-bottom:8px}
@media(max-width:850px){.expertise-head,.materials{grid-template-columns:1fr}
.expertise-grid,.benefits>div{grid-template-columns:1fr}
}
@media(max-width:560px){.expertise{padding:75px 22px}
.materials{margin-left:-22px;margin-right:-22px;padding:42px 22px}
}

.gallery{padding:100px 5vw;background:#191b17;color:#fff}
.gallery-head{display:grid;grid-template-columns:1.2fr .8fr;gap:6vw}
.gallery-head .index{grid-column:1/-1}
.gallery-head h2{font-size:clamp(48px,6vw,90px)}
.gallery-head>p:last-child{align-self:end;color:#a4a69f;line-height:1.7}
.gallery-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:18px;margin-top:55px}
.gallery-grid figure{margin:0;grid-column:span 4}
.gallery-grid figure:nth-child(1),.gallery-grid figure:nth-child(6),.gallery-grid figure:nth-child(10){grid-column:span 8}
.gallery-grid img{width:100%;height:340px;object-fit:cover}
.gallery-grid figure:nth-child(1) img,.gallery-grid figure:nth-child(6) img,.gallery-grid figure:nth-child(10) img{height:470px}
.gallery-grid figcaption{font-size:9px;letter-spacing:.12em;text-transform:uppercase;color:#777b73;margin-top:9px}
@media(max-width:850px){.gallery-head{grid-template-columns:1fr}
.gallery-grid figure,.gallery-grid figure:nth-child(1),.gallery-grid figure:nth-child(6),.gallery-grid figure:nth-child(10){grid-column:span 6}
.gallery-grid img,.gallery-grid figure:nth-child(1) img,.gallery-grid figure:nth-child(6) img,.gallery-grid figure:nth-child(10) img{height:320px}
}
@media(max-width:560px){.gallery{padding:75px 22px}
.gallery-grid figure,.gallery-grid figure:nth-child(1),.gallery-grid figure:nth-child(6),.gallery-grid figure:nth-child(10){grid-column:1/-1}
.gallery-grid img,.gallery-grid figure:nth-child(1) img,.gallery-grid figure:nth-child(6) img,.gallery-grid figure:nth-child(10) img{height:280px}
}

.hero-photo{background-image:linear-gradient(to top,#000b,transparent 45%),url('images/radiostudio-zuerich/parkour-brunnenhof-holz-beton-lines-11.webp')}

.heerenschuerli-gallery{background:#10120e;border-top:1px solid #30332d}
.heerenschuerli-gallery .index{color:#c8ff00}

.projects{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
.projects img,.projects a:first-child img{height:430px}
.schoenenbueel-gallery{background:#191b17;border-top:1px solid #30332d}
.schoenenbueel-gallery .index{color:var(--o)}
.schoenenbueel-gallery .gallery-grid figure,.schoenenbueel-gallery .gallery-grid figure:nth-child(1),.schoenenbueel-gallery .gallery-grid figure:nth-child(2){grid-column:span 6}
.schoenenbueel-gallery .gallery-grid img,.schoenenbueel-gallery .gallery-grid figure:nth-child(1) img{height:430px}

.service-area{padding:100px 5vw;display:grid;grid-template-columns:1fr 1fr;gap:8vw}
.service-area h2{font-size:clamp(48px,5.5vw,88px)}
.service-area-copy>p{font-size:18px;line-height:1.7;color:#555850;margin:45px 0}
.area-groups{border-top:1px solid #bbb}
.area-groups article{padding:22px 0;border-bottom:1px solid #bbb}
.area-groups b{display:block;text-transform:uppercase;font-size:13px;margin-bottom:8px}
.area-groups span{color:#686b63;line-height:1.6;font-size:14px}
@media(max-width:850px){.service-area{grid-template-columns:1fr}
}

.contact{align-items:start}
.contact h2{grid-row:auto}
.contact-side{padding-top:38px}
.contact-side>p{font-size:18px;line-height:1.6}
.contact-form{background:#fff;color:var(--ink);padding:30px}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.contact-form label{display:block;font-size:11px;font-weight:700;text-transform:uppercase}
.contact-form input,.contact-form select,.contact-form textarea{width:100%;margin-top:8px;border:0;border-bottom:1px solid #bbb;background:#f5f3ed;padding:13px 12px;font:inherit}
.contact-form>label:not(.consent){margin-top:20px}
.contact-form .consent{display:flex;gap:9px;margin:20px 0;text-transform:none;font-weight:400}
.contact-form .consent input{width:auto;margin-top:3px}
.form-footer{display:flex;align-items:center;gap:24px}
.form-footer button{border:0;cursor:pointer}
.contact-form small{display:block;color:#666;margin-top:16px}
@media(max-width:700px){.form-grid{grid-template-columns:1fr}
.contact-form{padding:22px}
}

.contact>.contact-side{display:block}

footer img{width:250px;filter:none;justify-self:end;align-self:center}

.operator-badge{padding:5px 9px}
.operator-badge img{width:132px;height:50px;filter:none;object-fit:contain}
@media(max-width:560px){.operator-badge img{width:100px;height:38px}
}

.operator-badge{background:transparent;padding:0}
.operator-badge a{display:flex;align-items:center;gap:9px}
.operator-badge img{width:118px;height:auto;filter:none}
.operator-badge strong{color:var(--orange);font-size:10px;letter-spacing:.14em}
.operator{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:10px}
.operator span{color:#858880;font-size:10px;font-weight:700;letter-spacing:.14em;text-transform:uppercase}
.operator img{width:190px;max-width:100%;height:auto}
.contact-side,.contact-form{min-width:0}
.form-footer{flex-wrap:wrap}
.form-footer button{background:var(--ink);color:#fff;white-space:nowrap}
.form-footer>a{white-space:nowrap}
@media(max-width:700px){.form-footer{align-items:stretch;flex-direction:column}
.form-footer button{width:100%;min-width:0}
.form-footer>a{font-size:18px}
}
@media(max-width:560px){.operator-badge img{width:92px}
.operator-badge strong{display:none}
}

.contact-intro{padding-bottom:95px}
.contact-prompt{align-self:end;max-width:560px}
.contact-prompt p{font-size:19px;line-height:1.65}
.contact-prompt a{display:inline-flex;gap:42px;border-bottom:2px solid #fff;padding:12px 0;font-weight:700}
.contact-panel{background:#ece9e1;padding:105px 5vw 120px;display:grid;grid-template-columns:.75fr 1.25fr;gap:7vw;align-items:start}
.contact-panel-head h2{font-family:var(--display);font-size:clamp(46px,5vw,78px);line-height:.92;margin:28px 0}
.contact-panel-head h2 span{color:var(--orange)}
.contact-panel-head>p:last-child{color:#5f625b;font-size:17px;line-height:1.65}
.contact-panel .contact-form{box-shadow:0 18px 50px #12131017;padding:38px}
@media(max-width:900px){.contact-panel{grid-template-columns:1fr;gap:35px;padding:80px 5vw}
}
@media(max-width:580px){.contact-panel{padding:65px 5vw 75px}
.contact-panel .contact-form{padding:22px}
}

h2 i{color:currentColor;-webkit-text-stroke:0;text-stroke:0}

.form-honey{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}
.contact-panel{border-top:8px solid var(--orange)}

.sales-flyer{min-height:790px;background:#11130f;color:#fff;padding:135px 5vw 65px;display:grid;grid-template-columns:.9fr 1.1fr;gap:5vw;align-items:center;overflow:hidden}
.flyer-mark{display:inline-block;background:var(--o);color:#11130f;font:34px "Ubuntu";padding:12px 14px;margin-bottom:28px}
.sales-flyer h1{font-size:clamp(54px,6.3vw,104px)}
.sales-flyer h1 em{color:#d9ff35;font-style:normal}
.flyer-copy>p:not(.eyebrow){color:#c9ccc3;font-size:18px;line-height:1.65}
.flyer-proof{display:flex;flex-wrap:wrap;gap:10px;margin:28px 0}
.flyer-proof span{border:1px solid #50534b;padding:9px 12px;font-size:10px;font-weight:700;text-transform:uppercase}
.flyer-button{background:var(--o);margin-top:6px}
.flyer-copy small{display:block;margin-top:18px;color:#7f827a}
.flyer-visual{position:relative;min-height:590px}
.flyer-visual figure{position:absolute;margin:0;overflow:hidden;border:10px solid var(--cream)}
.flyer-visual img{width:100%;height:100%;object-fit:cover}
.flyer-main{inset:0 16% 13% 0;transform:rotate(-2deg)}
.flyer-side{width:45%;height:43%;right:0;bottom:0;transform:rotate(3deg)}
.flyer-visual figcaption{position:absolute;left:0;bottom:0;background:var(--cream);color:#111;padding:9px 12px;font-size:10px;font-weight:700}
.flyer-stamp{position:absolute;right:2%;top:3%;width:135px;height:135px;border-radius:50%;background:#d9ff35;color:#111;display:flex;align-items:center;justify-content:center;gap:7px;transform:rotate(8deg);z-index:2}
.flyer-stamp b{font:38px "Ubuntu"}
.flyer-stamp span{font-size:9px;font-weight:700}
.hero .hero-title{font:clamp(60px,8vw,120px) "Ubuntu";line-height:.88;letter-spacing:-.055em;margin:30px 0}
.hero .hero-title em{color:var(--o);font-style:normal}
@media(max-width:900px){.sales-flyer{grid-template-columns:1fr;padding-top:125px}
.flyer-visual{min-height:500px}
}
@media(max-width:580px){.sales-flyer{padding:115px 22px 55px}
.sales-flyer h1{font-size:48px}
.flyer-visual{min-height:380px}
.flyer-stamp{width:100px;height:100px}
}

.unified-hero{min-height:900px;grid-template-columns:48% 52%;align-items:stretch}
.unified-hero .hero-copy{padding-top:145px}
.unified-hero h1{font-size:clamp(66px,7.4vw,122px)}
.unified-hero h1 em{color:#d9ff35}
.hero-flyer{margin:0;padding:125px 5vw 55px 1.5vw;background:#20221e;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}
.hero-flyer img{position:relative;width:auto;max-width:100%;height:min(72vw,720px);object-fit:contain;box-shadow:0 30px 80px #0007;transform:rotate(1deg)}
.hero-flyer figcaption{position:absolute;right:5vw;bottom:28px;color:#9da097;font-size:10px;font-weight:700;text-transform:uppercase}
@media(max-width:900px){.unified-hero{grid-template-columns:1fr}
.unified-hero .hero-copy{padding-top:135px}
.hero-flyer{padding:55px 5vw}
.hero-flyer img{height:auto;max-height:850px}
}
@media(max-width:580px){.unified-hero h1{font-size:54px}
.hero-flyer{padding:35px 22px 55px}
.hero-flyer img{width:100%;transform:none}
}
.form-status p{margin:18px 0 0;padding:14px 16px;font-size:14px;font-weight:700}
.form-status .success{background:#d9ff35;color:#111}
.form-status .error{background:#ffe0d5;color:#8a2400}

.unified-hero{min-height:780px;grid-template-columns:58% 42%;overflow:hidden}
.hero-flyer{padding:125px 4vw 65px;background:radial-gradient(circle at 50% 42%,#30332b 0,#20221e 52%,#171915 100%)}
.hero-flyer:before{content:"KUNDENFLYER";position:absolute;top:105px;left:50%;transform:translateX(-50%);color:#d9ff35;font-size:10px;font-weight:700;letter-spacing:.2em}
.hero-flyer img{width:clamp(245px,21vw,340px);max-width:82%;height:auto;max-height:none;padding:9px;background:#f1eee6;border:1px solid #ffffff55;box-shadow:0 24px 65px #0009;transform:rotate(1deg);transition:transform .35s}
.hero-flyer:hover img{transform:rotate(0) translateY(-5px)}
.hero-flyer figcaption{left:50%;right:auto;bottom:38px;transform:translateX(-50%);white-space:nowrap}
@media(max-width:900px){.unified-hero{grid-template-columns:1fr}
.hero-flyer{min-height:650px;padding:90px 5vw 70px}
.hero-flyer:before{top:55px}
.hero-flyer img{width:min(340px,75vw);max-width:75vw}
}
@media(max-width:580px){.hero-flyer{min-height:535px}
.hero-flyer img{width:min(280px,78vw);max-width:78vw}
}


/* Responsive, accessible finishing layer */
:root{--orange:#ff5a18;--display:"Ubuntu",Arial,Helvetica,sans-serif;--focus:#d9ff35}

html{scroll-padding-top:90px}

body{overflow-x:hidden}

img{display:block;max-width:100%;height:auto}

.hero>*,.intro>*,.process>*,.contact>*,.company>*,.expertise-head>*,.materials>*,.gallery-head>*,.service-area>*,.contact-panel>*{min-width:0}

h1,h2,.unified-hero h1,.hero .hero-title,.light h2,.dark h2,.company h2,.expertise-head h2,.gallery-head h2,.service-area h2,.process h2,.contact h2,.contact-panel-head h2{font-family:var(--display);font-weight:700;line-height:1.05;letter-spacing:-.035em;overflow-wrap:anywhere}

h1,.unified-hero h1,.hero .hero-title{font-size:clamp(33px,3.7vw,61px)}

.light h2,.dark h2,.company h2,.expertise-head h2,.gallery-head h2,.service-area h2,.process h2,.contact h2,.contact-panel-head h2{font-size:clamp(24px,3vw,46px)}

.index,.eyebrow{overflow-wrap:anywhere}

.menu-toggle{display:none;border:1px solid #ffffff88;background:transparent;color:#fff;min-width:48px;min-height:44px;padding:8px 10px;font:700 11px/1 "Ubuntu",Arial,sans-serif;text-transform:uppercase;letter-spacing:.08em;cursor:pointer}

.menu-icon,.menu-icon:before,.menu-icon:after{display:block;width:20px;height:2px;background:currentColor;transition:transform .2s ease}

.menu-icon{position:relative;margin:auto}
.menu-icon:before,.menu-icon:after{content:"";position:absolute;left:0}
.menu-icon:before{top:-6px}
.menu-icon:after{top:6px}

.menu-label{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap}

.mobile-contact{display:none}

nav a,.actions a,.button,.outline,.contact-prompt a,.company-copy>a,.form-footer>a,footer a{min-height:44px;display:inline-flex;align-items:center}

.contact-form input:not([type="hidden"]):not([type="checkbox"]),.contact-form select,.contact-form textarea,.contact-form button{min-height:48px}

.contact-form textarea{resize:vertical}

.contact-form .consent{min-height:44px;align-items:flex-start;cursor:pointer}

.contact-form .consent input{width:24px;height:24px;min-width:24px;min-height:24px}

:where(a,button,input,select,textarea):focus-visible{outline:3px solid var(--focus);outline-offset:3px}

.light :where(a,button,input,select,textarea):focus-visible,.company :where(a,button,input,select,textarea):focus-visible,.expertise :where(a,button,input,select,textarea):focus-visible,.contact-panel :where(a,button,input,select,textarea):focus-visible{outline-color:var(--orange)}


@media(max-width:600px){
  header{height:74px;padding-left:22px;padding-right:22px}

  .projects{grid-template-columns:1fr}

  .menu-toggle{display:inline-flex;align-items:center;justify-content:center;order:2}

  header nav{display:none;position:absolute;top:74px;left:0;right:0;padding:14px 22px 22px;background:#11130f;border-top:1px solid #ffffff33;box-shadow:0 18px 30px #0005;flex-direction:column;gap:0}

  body.menu-open header nav{display:flex}

  header nav a{width:100%;padding:11px 4px;border-bottom:1px solid #ffffff22;font-size:15px}

  header nav .mobile-contact{display:flex;color:#d9ff35}

  .header-right{order:1;margin-left:auto}
.menu-toggle{margin-left:10px}

  .header-right .outline{display:none}

}

@media(max-width:580px){
  h1,.unified-hero h1,.hero .hero-title{font-size:clamp(31px,9.2vw,36px)}

  .light h2,.dark h2,.company h2,.expertise-head h2,.gallery-head h2,.service-area h2,.process h2,.contact h2,.contact-panel-head h2{font-size:clamp(25px,7.8vw,31px)}

  .hero-copy{padding-top:105px}

  .actions{align-items:stretch;flex-direction:column;gap:8px}

  .actions a{width:100%;justify-content:center}

  .eyebrow{font-size:10px;letter-spacing:.12em}

  .brand span{display:none}

  .schoenenbueel-gallery .gallery-grid figure,.schoenenbueel-gallery .gallery-grid figure:nth-child(1),.schoenenbueel-gallery .gallery-grid figure:nth-child(2){grid-column:1/-1}

}

@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}

  *,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-duration:auto!important;transition-duration:.01ms!important}

  .hero-flyer img,.hero-flyer:hover img{transform:none}

}

@supports(overflow-x:clip){body{overflow-x:clip}
}

/* Footer appears naturally at the end of the page */
body{padding-bottom:0}
header{z-index:30}
footer{position:relative;z-index:1;min-height:96px;padding:14px 5vw;grid-template-columns:1fr;align-items:center;box-shadow:none}
footer p{margin:5px 0}
footer>div:nth-child(2) p{font-size:0;line-height:0}
footer>div:nth-child(2) p a{font-size:13px;line-height:1.3}
footer .operator{align-items:flex-end}
footer .operator img{width:150px}
@media(max-width:700px){
  body{padding-bottom:0}
  footer{min-height:74px;padding:9px 18px;grid-template-columns:1fr auto;gap:12px}
  footer>div:nth-child(2),footer .operator span{display:none}
  footer .operator{display:flex;align-items:flex-end}
  footer .operator img{width:108px}
}

/* Architectural colour palette */
:root{--concrete:#77746e;--white:#fff;--light-gray:#e8e7e3;--autumn-brown:#75462f;--autumn-accent:#a7643f;--o:var(--autumn-accent);--orange:var(--autumn-accent);--cream:var(--light-gray)}
body{background:var(--light-gray)}
.hero,.unified-hero{background:var(--autumn-brown)}
.hero-flyer{background:radial-gradient(circle at 50% 42%,#9a9790 0,var(--concrete) 58%,#5f5c57 100%)}
.light,.expertise,.service-area{background:var(--white)}
.dark,.gallery{background:var(--concrete)}
.heerenschuerli-gallery{background:var(--autumn-brown);border-top-color:#ffffff33}
.schoenenbueel-gallery{background:var(--concrete);border-top-color:#ffffff33}
.company{background:var(--light-gray)}
.contact,.contact-intro{background:var(--autumn-brown)}
.contact-panel{background:var(--light-gray);border-top-color:var(--autumn-accent)}
.materials{background:var(--autumn-brown)}
footer{background:var(--autumn-brown)}
.company-copy>p,.company-facts span{color:#55514c}
.company-facts{border-top-color:#aaa59e}
.contact .index{color:#e7d4c9}
.contact em{color:var(--white)}
.button{background:var(--autumn-accent);color:var(--white)}
.form-footer button{background:var(--autumn-brown);color:var(--white)}
.flyer-proof span{border-color:#ffffff66}
.unified-hero h1 em,.hero-flyer:before{color:#f3eee9}
.heerenschuerli-gallery .index,.materials-list b{color:#ead8cd}
.form-status .success{background:var(--light-gray)}
:root{--focus:#fff}

/* Permanent header bar */
header{position:fixed;top:0;left:0;right:0;background:var(--autumn-brown);box-shadow:0 8px 24px #0003}
html{scroll-padding-top:100px}
@media(max-width:560px){html{scroll-padding-top:84px}}

/* Turquoise colour sampled from the supplied reference */
:root{--autumn-brown:#00adad;--autumn-accent:#007879}
header,.hero,.contact,footer,.heerenschuerli-gallery{color:#073839}
.hero .lead{color:#174b4b}
.contact .index,.heerenschuerli-gallery .index{color:#174b4b}
.contact em{color:#073839}
.heerenschuerli-gallery .gallery-head>p:last-child{color:#174b4b}
footer p,footer .operator span{color:#174b4b}
.button,.form-footer button{color:#fff}

/* Electric blue palette */
:root{--autumn-brown:#0066ff;--autumn-accent:#0047b3}
header,.hero,.contact,footer,.heerenschuerli-gallery{color:#fff}
.hero .lead{color:#e6efff}
.contact .index,.heerenschuerli-gallery .index{color:#dbe8ff}
.contact em{color:#fff}
.heerenschuerli-gallery .gallery-head>p:last-child{color:#e6efff}
footer p,footer .operator span{color:#dbe8ff}
footer{grid-template-columns:1fr}
@media(max-width:700px){footer{grid-template-columns:1fr}}

.unified-hero{grid-template-columns:1fr;min-height:780px}
.unified-hero .hero-copy{width:100%;padding-right:5vw}

/* Five-colour blue palette sampled from the supplied reference */
:root{--blue-deep:#017bdf;--blue-electric:#0195f7;--blue-cyan:#12c8f1;--blue-aqua:#5af7f5;--blue-ice:#a4f5f7;--autumn-brown:var(--blue-deep);--autumn-accent:#005fb0;--concrete:var(--blue-deep);--light-gray:var(--blue-ice);--cream:var(--blue-ice)}
body{background:var(--blue-ice)}
header,footer{background:var(--blue-deep);color:#fff}
.hero,.unified-hero{background:var(--blue-electric);color:#fff}
.hero .lead{color:#eaf7ff}
.light,.expertise,.service-area{background:var(--blue-ice);color:#063452}
.dark,.gallery,.schoenenbueel-gallery{background:var(--blue-deep);color:#fff}
.heerenschuerli-gallery{background:var(--blue-electric);color:#fff}
.company{background:var(--blue-aqua);color:#063452}
.contact,.contact-intro{background:var(--blue-cyan);color:#063452}
.contact-panel{background:var(--blue-ice);color:#063452;border-top-color:var(--blue-deep)}
.materials{background:var(--blue-electric);color:#fff}
.button,.form-footer button{background:#005fb0;color:#fff}
.contact .index,.contact em{color:#063452}
.heerenschuerli-gallery .index,.heerenschuerli-gallery .gallery-head>p:last-child{color:#eaf7ff}
footer p,footer .operator span{color:#dcefff}
.company-copy>p,.company-facts span{color:#164d63}
.company-facts{border-top-color:#0aaeb2}

.header-logo{display:flex;align-items:center;min-height:44px;flex:0 0 auto}
.header-logo img{width:170px;height:auto}
header nav{margin-left:auto}
.header-right{margin-left:24px}
@media(max-width:900px){
  .header-logo{order:0}
  .header-logo img{width:132px}
  .header-right{display:none}
  .menu-toggle{order:2;margin-left:auto}
}

/* Consistent responsive typography */
:root{
  --font-family:"Ubuntu",Arial,sans-serif;
  --font-regular:400;
  --font-bold:700;
  --type-h1:clamp(2.25rem,1.55rem + 3vw,3.75rem);
  --type-h2:clamp(1.875rem,1.55rem + 1.65vw,2.625rem);
  --type-h3:clamp(1.4375rem,1.25rem + .9vw,1.875rem);
  --type-h4:clamp(1.1875rem,1.08rem + .5vw,1.375rem);
  --type-lead:clamp(1.1875rem,1.05rem + .65vw,1.5rem);
  --type-body:clamp(1.0625rem,1.02rem + .2vw,1.125rem);
  --type-nav:clamp(1rem,.96rem + .18vw,1.0625rem);
  --type-button:clamp(1rem,.93rem + .32vw,1.125rem);
  --type-small:clamp(.875rem,.84rem + .18vw,.9375rem);
  --leading-h1:1.1;
  --leading-h2:1.2;
  --leading-h3:1.25;
  --leading-h4:1.3;
  --leading-lead:1.45;
  --leading-body:1.6;
  --text-measure:68ch;
}

html,body,button,input,select,textarea{font-family:var(--font-family)!important}
body{font-size:var(--type-body);font-weight:var(--font-regular);line-height:var(--leading-body)}
h1,h2,h3,h4{font-family:var(--font-family)!important;font-weight:var(--font-bold)!important;overflow-wrap:anywhere;text-wrap:balance}
h1{font-size:var(--type-h1)!important;line-height:var(--leading-h1)!important}
h2{font-size:var(--type-h2)!important;line-height:var(--leading-h2)!important}
h3{font-size:var(--type-h3)!important;line-height:var(--leading-h3)!important}
h4{font-size:var(--type-h4)!important;line-height:var(--leading-h4)!important}

main p{max-width:var(--text-measure);font-size:var(--type-body)!important;font-weight:var(--font-regular)!important;line-height:var(--leading-body)!important}
.lead,.hero .lead,.contact-intro>p,.quotes-hero>p:last-child{max-width:72ch;font-size:var(--type-lead)!important;font-weight:var(--font-regular)!important;line-height:var(--leading-lead)!important}
.index,.eyebrow,small,figcaption,.project-meta,.quote-note{font-size:var(--type-small)!important;line-height:1.45!important}

header nav a,.mobile-menu a{font-size:var(--type-nav)!important;font-weight:var(--font-regular)!important;line-height:1.35!important}
header nav a:hover,header nav a:focus-visible,header nav a.active,.mobile-menu a:hover,.mobile-menu a:focus-visible{font-weight:var(--font-bold)!important}
.button,button,input[type="submit"],input[type="button"]{font-size:var(--type-button)!important;font-weight:var(--font-bold)!important;line-height:1.3!important}
input,select,textarea{font-size:var(--type-body)!important;font-weight:var(--font-regular)!important;line-height:1.45!important}
label,legend,.form-label,.quote-meta dt{font-size:var(--type-small)!important;font-weight:var(--font-bold)!important;line-height:1.4!important}
strong,b{font-weight:var(--font-bold)}
blockquote{font-size:var(--type-h3)!important;font-weight:var(--font-bold)!important;line-height:var(--leading-h3)!important}
p+p{margin-top:1em}

/* Einheitlicher Rhythmus am Beginn der Inhaltsbereiche */
:root{--section-top-space:clamp(78px,6vw,96px);--section-title-space:clamp(30px,3vw,44px)}
#main-content>section:not(.hero){padding-top:var(--section-top-space)!important}
#main-content .index+h1,#main-content .index+h2,#main-content .eyebrow+h1{margin-top:var(--section-title-space)!important}
.process{column-gap:7vw;row-gap:0}
.expertise-head{column-gap:7vw;row-gap:0}
.gallery-head{column-gap:6vw;row-gap:0}
.process>.index,.expertise-head>.index,.gallery-head>.index{margin-bottom:0}

/* Start page hero image placeholder */
.unified-hero{grid-template-columns:minmax(0,44%) minmax(0,56%);align-items:center;gap:0}
.unified-hero .hero-copy{width:auto;padding-right:4vw}
.hero-image-placeholder{width:calc(100% - 5vw);max-width:980px;aspect-ratio:16/10;min-height:420px;margin:120px 5vw 70px 0;border:2px dashed #ffffffcc;background:linear-gradient(135deg,#ffffff12,#ffffff35);display:grid;place-items:center;text-align:center;color:#fff}
.hero-image-placeholder span{font-size:var(--type-nav);font-weight:700;line-height:1.5;letter-spacing:.08em;text-transform:uppercase}
.hero-image-placeholder small{font-size:var(--type-small);font-weight:400;letter-spacing:0;text-transform:none;opacity:.8}
@media(max-width:1100px){.unified-hero{grid-template-columns:1fr}.hero-image-placeholder{width:calc(100% - 44px);min-height:0;margin:0 22px 70px}}

/* Dekoratives Parkour-Icon als Bestandteil des responsiven Hero-Grids */
.unified-hero{grid-template-columns:1fr}
.unified-hero .hero-copy{display:grid;grid-template-columns:minmax(0,1fr) minmax(190px,.42fr);grid-template-areas:"eyebrow visual" "title visual" "lead visual" "proof proof" "actions actions" "trust trust";gap:0 clamp(32px,5vw,88px);align-items:center}
.unified-hero .eyebrow{grid-area:eyebrow}.unified-hero h1{grid-area:title}.unified-hero .lead{grid-area:lead}.unified-hero .flyer-proof{grid-area:proof}.unified-hero .actions{grid-area:actions}.unified-hero .trust{grid-area:trust}
.unified-hero .hero-visual{grid-area:visual;min-width:0;display:flex;align-items:center;justify-content:center}
.unified-hero .hero-visual img{display:block;width:clamp(190px,14vw,270px);max-width:100%;height:auto;pointer-events:none}
.unified-hero .hero-visual img{width:100%;max-width:980px;aspect-ratio:16/10;object-fit:cover;border-radius:3mm;box-shadow:0 22px 55px #18314d33;pointer-events:auto}
@media(max-width:1100px){
  .unified-hero .hero-copy{grid-template-columns:minmax(0,1fr) minmax(150px,.35fr);gap:0 32px}
  .unified-hero .hero-visual img{width:clamp(120px,24vw,190px)}
}
@media(max-width:700px){
  .unified-hero .hero-copy{grid-template-columns:1fr;grid-template-areas:"eyebrow" "title" "visual" "lead" "proof" "actions" "trust";gap:0}
  .unified-hero .hero-visual{justify-content:flex-end;margin:-10px 0 12px}
}
@media(max-width:480px){
  .unified-hero .hero-visual{justify-content:center;margin:0 0 14px}
  .unified-hero .hero-visual img{width:clamp(90px,30vw,130px)}
}

/* Responsive two-row navigation for tablets and smaller laptops */
@media(min-width:601px) and (max-width:1100px){
  header{height:auto;min-height:90px;padding-top:10px;padding-bottom:10px;gap:20px}
  header nav{display:flex;flex:1 1 560px;max-width:680px;flex-wrap:wrap;justify-content:flex-end;align-content:center;column-gap:24px;row-gap:8px;margin-left:auto}
  header nav a{min-height:36px;display:inline-flex;align-items:center;white-space:nowrap}
  header nav .mobile-contact{display:none}
  .menu-toggle,.header-right{display:none}
}

/* Accessibility and complete footer */
.skip-link{position:fixed;z-index:1000;top:10px;left:10px;padding:12px 16px;background:#fff;color:#063452;font-weight:700;transform:translateY(-160%);transition:transform .15s ease}
.skip-link:focus{transform:translateY(0)}
footer{position:relative;display:grid;grid-template-columns:minmax(180px,1.2fr) 1fr 1fr;gap:28px 5vw;min-height:0;padding:48px 5vw 28px;align-items:start}
footer .footer-brand{display:flex;flex-direction:column;align-items:flex-start;width:fit-content;max-width:100%;padding:24px;border:2px solid currentColor;border-radius:13mm;box-sizing:border-box}
footer .footer-brand img{display:block;width:220px;max-width:100%;height:auto;margin:0 0 18px}
footer .footer-brand p{margin:0}
footer .footer-brand p,footer .footer-contact,footer .footer-nav{font-size:var(--type-small)!important;line-height:1.3!important}
footer .footer-nav,footer .footer-contact{display:flex;flex-direction:column;align-items:flex-start;gap:0}
footer a{min-height:44px;display:inline-flex;align-items:center;text-decoration:none}
footer a:hover,footer a:focus-visible,footer a:active,footer a.active,footer a[aria-current="page"]{text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:4px}
footer .footer-contact b{min-height:44px;margin:0;display:flex;align-items:center;line-height:1.3}
footer .footer-legal{grid-column:1/-1;display:flex;flex-wrap:wrap;gap:8px 28px;padding-top:18px;border-top:1px solid #ffffff55}
footer .footer-copy{grid-column:1/-1;margin:0;font-size:var(--type-small)!important}
@media(max-width:700px){footer{grid-template-columns:1fr;padding:36px 22px 24px}footer .footer-legal,footer .footer-copy{grid-column:1}.footer-brand p{display:block!important}footer .footer-brand{width:100%;padding:20px}}
@media(prefers-reduced-motion:reduce){.skip-link{transition:none}}

/* Eyebrow headings: maximaler Kontrast auf der aktuellen hellen/mittleren Blaupalette */
.index,.eyebrow,
.light .index,.process .index,.company .index,.expertise .index,
.service-area .index,.contact-panel .index,.contact .index{color:#000}
.dark .index,.gallery .index,.materials .index,
.heerenschuerli-gallery .index,.schoenenbueel-gallery .index{color:#000}

/* Durchgängig kontrastreiche Textfarben auf der aktuellen Blaupalette */
:root{--text-high-contrast:#000;--text-on-dark-button:#fff}
body,header,footer,main,section,article,nav,form{color:var(--text-high-contrast)}
body :where(h1,h2,h3,h4,h5,h6,p,li,dt,dd,small,strong,b,em,i,span,label,legend,figcaption,blockquote){color:var(--text-high-contrast)!important}
body a{color:var(--text-high-contrast)}
input,select,textarea{color:var(--text-high-contrast)}
.button,.outline,button,input[type="submit"],input[type="button"],.form-footer button{color:var(--text-on-dark-button)!important}
.header-right .outline{color:var(--text-high-contrast)!important;border-color:var(--text-high-contrast)}
.form-status .error{color:#6b1600!important}

/* Projektstimme Rubigen im Prozessbereich */
.process h2{grid-column:1;grid-row:2}
.process>ol{grid-column:2;grid-row:2/span 2}
.process-testimonial{grid-column:1;grid-row:3;margin-top:8px;padding:28px;border:2px solid #000;border-radius:24px;background:#fff}
.process-testimonial>.index{margin:0 0 16px}
.process-testimonial h3{margin:0 0 22px;font-size:var(--type-h3);line-height:var(--leading-h3)}
.process-testimonial blockquote{margin:0 0 24px}
.testimonial-person{margin:0 0 22px}
.testimonial-person strong,.testimonial-person span{display:block}
.testimonial-person span{margin-top:5px}
.testimonial-links{display:flex;flex-wrap:wrap;gap:8px 22px;margin-bottom:26px}
.testimonial-links a{min-height:44px;display:inline-flex;align-items:center;border-bottom:2px solid #000;font-weight:700}
.testimonial-video{margin-top:6px}
.testimonial-video video{display:block;width:100%;height:auto;aspect-ratio:16/9;background:#000;border:2px solid #000;object-fit:contain}
.testimonial-video-placeholder{aspect-ratio:16/9;min-height:220px;display:grid;place-items:center;padding:24px;border:2px dashed #000;background:#fff;text-align:center}
.testimonial-video-placeholder span{font-weight:700;letter-spacing:.08em;line-height:1.5}
.testimonial-video-placeholder small{font-weight:400;letter-spacing:0}
.testimonial-video>p{margin:10px 0 0;font-size:var(--type-small)!important}
.process-testimonial>.index{font-size:clamp(11px,1vw,13px)!important}
.process-testimonial h3{font-size:clamp(18px,1.8vw,24px)!important;line-height:1.2!important}
.process-testimonial blockquote{font-size:clamp(18px,1.9vw,25px)!important;line-height:1.35!important;font-weight:400!important}
.testimonial-person strong{font-size:clamp(15px,1.3vw,18px)!important}
.testimonial-person span{font-size:clamp(14px,1.15vw,16px)!important;line-height:1.4!important}
.testimonial-links a{font-size:clamp(13px,1vw,15px)!important}
.testimonial-video-placeholder span{font-size:clamp(13px,1.15vw,16px)!important}
.testimonial-video-placeholder small{font-size:clamp(11px,.9vw,13px)!important}
@media(max-width:850px){.process h2,.process-testimonial,.process>ol{grid-column:1;grid-row:auto}.process-testimonial{margin:10px 0 38px}}
@media(max-width:480px){.process-testimonial{padding:20px;border-radius:18px}.testimonial-video-placeholder{min-height:170px}}

/* Interaktive Elemente müssen trotz benutzerdefiniertem Seitenzeiger erkennbar bleiben. */
a,button,input[type="submit"],input[type="button"],input[type="checkbox"],select,summary,label.consent{cursor:pointer!important}

/* Flächenpalette: Tautropfen, Marco Polo, Fair Play, Bergsee und Schiefergrau */
:root{
  --tautropfen:#e6eff5;
  --marco-polo:#d5e5f4;
  --fair-play:#a9c6da;
  --bergsee:#9eb3d4;
  --schiefergrau:#6b737a;
  --blue-ice:var(--tautropfen);
  --blue-aqua:var(--fair-play);
  --blue-cyan:var(--marco-polo);
  --blue-electric:var(--bergsee);
  --blue-deep:var(--schiefergrau);
  --light-gray:var(--tautropfen);
  --cream:var(--tautropfen);
  --concrete:var(--schiefergrau);
  --autumn-brown:var(--schiefergrau);
  --autumn-accent:var(--schiefergrau);
  --o:var(--schiefergrau);
  --orange:var(--schiefergrau);
}
body{background:var(--tautropfen)}
header,footer{background:var(--schiefergrau)}
.hero,.unified-hero{background:var(--bergsee)}
.light,.expertise,.service-area{background:var(--tautropfen)}
.dark,.gallery,.schoenenbueel-gallery{background:var(--schiefergrau)}
.heerenschuerli-gallery,.materials,.sales-flyer{background:var(--bergsee)}
.company{background:var(--fair-play)}
.contact,.contact-intro{background:var(--marco-polo)}
.contact-panel{background:var(--tautropfen);border-top-color:var(--schiefergrau)}
.expertise-grid{background:var(--fair-play);border-color:var(--fair-play)}
.expertise-grid article,.contact-form,.process-testimonial,.testimonial-video-placeholder{background:var(--marco-polo)}
.contact-form input,.contact-form select,.contact-form textarea,.operator-badge{background:var(--tautropfen)}
.hero-flyer{background:radial-gradient(circle at 50% 42%,var(--marco-polo) 0,var(--bergsee) 58%,var(--schiefergrau) 100%)}
.hero-flyer img,.flyer-visual figcaption,.form-status .success{background:var(--tautropfen)}
.flyer-mark,.flyer-button,.button,.form-footer button{background:var(--schiefergrau)}
.flyer-stamp{background:var(--fair-play)}

/* Ausreichender Textkontrast auf der dunkelsten Fläche */
header,footer,.dark,.gallery,.schoenenbueel-gallery{color:var(--tautropfen)}
header :where(a,button,span),footer :where(a,p,span,b),.dark :where(h2,h3,p,small,span,b,i),.gallery :where(h2,h3,p,small,span,b,i,figcaption),.schoenenbueel-gallery :where(h2,h3,p,small,span,b,i,figcaption){color:var(--tautropfen)!important}
header .menu-toggle,header .outline{border-color:var(--tautropfen);color:var(--tautropfen)!important}
@media(max-width:900px){header nav{background:var(--schiefergrau)}}

/* Neue Palette mit sandgestrahltem Betongrau für sämtliche Fotohintergründe */
:root{
  --betongrau:#d4d9df;
  --betonpunkt:#aeb5bd;
  --blue-deep:var(--bergsee);
  --concrete:var(--betongrau);
  --autumn-brown:var(--bergsee);
  --autumn-accent:var(--bergsee);
  --o:var(--bergsee);
  --orange:var(--bergsee);
}
header,footer{background:var(--bergsee);color:#000}
.hero,.unified-hero{background:var(--fair-play)}
.light,.expertise,.service-area{background:var(--tautropfen)}
.company{background:var(--fair-play)}
.contact,.contact-intro{background:var(--marco-polo)}
.materials{background:var(--bergsee)}

/* Dezente mineralische Körnung – ohne zusätzliche Bilddatei */
.dark,.gallery,.heerenschuerli-gallery,.schoenenbueel-gallery,.hero-flyer,.sales-flyer{
  background-color:var(--betongrau);
  background-image:
    radial-gradient(circle at 12% 18%,rgba(90,98,106,.22) 0 1px,transparent 1.3px),
    radial-gradient(circle at 72% 34%,rgba(255,255,255,.72) 0 1px,transparent 1.4px),
    radial-gradient(circle at 38% 78%,rgba(111,120,129,.16) 0 1px,transparent 1.2px);
  background-size:19px 23px,29px 31px,37px 41px;
  color:#000;
}
.dark :where(h2,h3,p,small,span,b,i),.gallery :where(h2,h3,p,small,span,b,i,figcaption),.heerenschuerli-gallery :where(h2,h3,p,small,span,b,i,figcaption),.schoenenbueel-gallery :where(h2,h3,p,small,span,b,i,figcaption){color:#000!important}
header :where(a,button,span),footer :where(a,p,span,b){color:#000!important}
header .menu-toggle,header .outline{border-color:#000;color:#000!important}
.button,.flyer-button,.form-footer button{background:var(--bergsee);color:#000!important}
.projects img,.gallery-grid img,.flyer-visual img{background:var(--betongrau)}
@media(max-width:900px){header nav{background:var(--bergsee)}}

/* Einheitliche Formularfelder: gleiche Masse und 2 mm Eckenradius */
:root{--field-radius:2mm;--field-height:52px}
.form-grid{align-items:stretch;grid-auto-rows:1fr}
.form-grid>label{display:flex;flex-direction:column;height:100%}
.contact-form input:not([type="hidden"]):not([type="checkbox"]),
.contact-form select{
  width:100%;
  height:var(--field-height);
  min-height:var(--field-height);
  margin-top:8px;
  padding:0 14px;
  border:1px solid #000;
  border-radius:var(--field-radius);
  box-sizing:border-box;
}
.contact-form textarea{
  width:100%;
  min-height:156px;
  margin-top:8px;
  padding:14px;
  border:1px solid #000;
  border-radius:var(--field-radius);
  box-sizing:border-box;
}
.contact-form button,.button,.outline,.site-search-button{border-radius:var(--field-radius)}
.contact-form .consent input[type="checkbox"]{border-radius:var(--field-radius)}
.contact-form .consent,.contact-form .consent span{font-weight:400!important}

/* Einheitliche Hauptnavigation: zwei ruhige Zeilen auf grossen Bildschirmen,
   kompaktes Hamburgermenue auf schmalen Geraeten. Suche und CTA besitzen
   eigene Rasterspalten und koennen die Menuepunkte deshalb nie ueberlagern. */
header{
  --header-pad:clamp(22px,3.2vw,64px);
  position:fixed;
  top:0;
  left:0;
  right:0;
  width:100%;
  height:auto;
  min-height:122px;
  padding:14px var(--header-pad);
  display:grid;
  grid-template-columns:minmax(190px,250px) minmax(560px,1fr) auto auto;
  align-items:center;
  gap:clamp(16px,2vw,34px);
}
header .header-logo{min-width:0;margin:0}
header .header-logo img{width:clamp(180px,12vw,240px);max-height:88px;object-fit:contain}
header nav{
  min-width:0;
  width:100%;
  max-width:560px;
  margin:0 0 0 auto;
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:end;
  column-gap:3ch;
  row-gap:2px;
}
header nav a{
  min-height:42px;
  padding:3px 0;
  display:inline-flex;
  align-items:center;
  white-space:nowrap;
}
header nav .mobile-contact{display:none}
header .site-search-button{margin:0;justify-self:end;flex:none}
header .site-search-button .search-label{display:none}
header .site-search-button{width:52px;padding:8px}
header .header-right{margin:0;justify-self:end;flex:none}
header .header-right .outline{
  min-width:180px;
  min-height:64px;
  padding:18px 24px;
  text-align:center;
  justify-content:center;
  white-space:nowrap;
  line-height:1.2!important;
}

@media(max-width:1480px) and (min-width:961px){
  header{grid-template-columns:minmax(150px,200px) minmax(500px,1fr) auto auto;gap:16px;padding-left:26px;padding-right:26px}
  header .header-logo img{width:180px}
  header nav{column-gap:3ch}
  header .site-search-button .search-label{display:none}
  header .site-search-button{width:48px;padding:8px}
}

@media(max-width:960px){
  header{
    min-height:82px;
    padding:10px clamp(18px,4vw,34px);
    grid-template-columns:minmax(130px,1fr) auto auto;
    gap:10px;
  }
  header .header-logo{grid-column:1;grid-row:1}
  header .header-logo img{width:clamp(132px,24vw,180px);max-height:62px}
  header .site-search-button{grid-column:2;grid-row:1;margin:0!important;width:48px;padding:8px}
  header .site-search-button .search-label{display:none}
  header .menu-toggle{grid-column:3;grid-row:1;display:inline-flex!important;align-items:center;justify-content:center;margin:0!important;order:initial!important;border-color:#000;color:#000!important}
  header .header-right{display:none!important}
  header nav,
  body.menu-open header nav,
  header nav.is-open{
    position:absolute;
    top:100%;
    left:0;
    right:0;
    width:100%;
    max-width:none;
    margin:0;
    padding:14px clamp(18px,4vw,34px) 24px;
    background:var(--bergsee);
    border-top:1px solid #0003;
    box-shadow:0 18px 30px #0004;
    flex-direction:column;
    flex-wrap:nowrap;
    gap:0;
    justify-content:stretch;
  }
  header nav{display:none}
  body.menu-open header nav,header nav.is-open{display:flex}
  header nav a{width:100%;min-height:50px;padding:10px 4px;border-bottom:1px solid #0003;font-size:var(--type-nav)!important}
  header nav .mobile-contact{display:flex;color:#000!important;font-weight:700!important}
  body.menu-open{overflow:hidden}
}

@media(max-width:420px){
  header{grid-template-columns:minmax(112px,1fr) 44px 48px;padding-left:14px;padding-right:14px;gap:7px}
  header .header-logo img{width:126px}
  header .site-search-button{width:44px;min-width:44px}
  header .menu-toggle{min-width:48px}
}

/* Sämtliche Website-Bilder: einheitlich 3 mm Radius an allen vier Ecken */
img{border-radius:3mm!important}

/* Primäre CTA-Farbe: klarer Kontrast zur hellblauen Website-Palette */
:root{--cta:#12304a;--cta-text:#fff}
.button,
.header-right .outline,
.contact-prompt a,
.form-footer button{
  background:var(--cta)!important;
  color:var(--cta-text)!important;
  border:2px solid var(--cta)!important;
  border-radius:2mm;
}
.button:hover,.button:focus-visible,
.header-right .outline:hover,.header-right .outline:focus-visible,
.contact-prompt a:hover,.contact-prompt a:focus-visible,
.form-footer button:hover,.form-footer button:focus-visible{
  background:#fff!important;
  color:var(--cta)!important;
}

/* Gut erkennbare Bestätigung nach erfolgreicher Formularübermittlung */
.form-status .success{
  margin:18px 0 0;
  padding:18px 20px;
  background:#e2f5e7!important;
  color:#176b37!important;
  font-weight:700!important;
  border:2px solid #62a979;
  border-radius:2mm;
  line-height:1.5!important;
}

/* Einheitliche Abschnittskennzeichnung: Linie + gesperrte Grossbuchstaben */
.eyebrow,.index{
  display:flex;
  align-items:center;
  gap:clamp(12px,1.6vw,24px);
  width:100%;
  text-transform:uppercase;
  letter-spacing:.22em!important;
  font-size:clamp(.9rem,.82rem + .28vw,1.08rem)!important;
  font-weight:400!important;
  line-height:1.35!important;
}
.eyebrow::before,.index::before{
  content:"";
  display:block;
  flex:0 0 clamp(38px,4.5vw,76px);
  height:5px;
  background:currentColor;
  opacity:.28;
}
@media(max-width:560px){
  .eyebrow,.index{letter-spacing:.16em!important}
  .eyebrow::before,.index::before{flex-basis:32px;height:4px}
}
.process ol li.has-no-number{grid-template-columns:1fr}

/* Hauptfoto im Hero-Bereich */
@media(min-width:701px){
  .unified-hero .hero-copy{
    grid-template-columns:minmax(0,45%) minmax(0,55%);
    gap:0 clamp(28px,4vw,72px);
  }
}
.unified-hero .hero-visual img{
  width:100%;
  max-width:980px;
  aspect-ratio:16/10;
  object-fit:cover;
  border-radius:3mm;
  box-shadow:0 22px 55px #18314d33;
  pointer-events:auto;
}

/* CTA unter den regionalen Referenzen */
.references-cta{
  display:flex;
  justify-content:center;
  margin-top:clamp(32px,5vw,64px);
}
.references-button{
  justify-content:center;
  gap:14px;
  min-height:48px;
  padding:15px 24px;
  border-radius:2mm;
  text-decoration:none;
}
.references-button span{
  display:inline-block;
  font-size:1.2em;
  line-height:1;
  color:inherit!important;
  background:transparent!important;
  border:0!important;
  border-radius:0!important;
  outline:0!important;
  box-shadow:none!important;
  padding:0!important;
  transition:transform .2s ease;
}
.references-button:hover span,
.references-button:focus-visible span{transform:translateX(4px)}
@media(prefers-reduced-motion:reduce){
  .references-button span{transition:none}
  .references-button:hover span,
  .references-button:focus-visible span{transform:none}
}
@media(max-width:700px){
  .unified-hero .hero-visual{justify-content:center;margin:18px 0 28px}
  .unified-hero .hero-visual img{width:100%;max-width:none}
}


