
:root{--bg:#070a0c;--bg2:#0b1014;--panel:#0e1418;--panel2:#11191e;--text:#f7f4ef;--muted:#b5b7b8;--copper:#c77443;--copper2:#e49a67;--line:#2a3136;--max:1280px;--radius:16px;--shadow:0 18px 60px rgba(0,0,0,.32)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,Arial,Helvetica,sans-serif;line-height:1.65;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,input,textarea{font:inherit}.skip-link{position:absolute;left:-999px;top:0}.skip-link:focus{left:16px;top:16px;background:#fff;color:#000;padding:10px;z-index:9999}
.container{width:min(var(--max),calc(100% - 40px));margin:auto}.topbar{background:#050708;color:#d4d5d6;border-bottom:1px solid #1d2226;font-size:13px}.topbar .container{display:flex;justify-content:flex-end;gap:24px;padding:8px 0}.topbar a:hover{color:var(--copper2)}
.site-header{position:sticky;top:0;z-index:100;background:rgba(7,10,12,.94);backdrop-filter:blur(12px);border-bottom:1px solid #20262b}.header-inner{min-height:92px;display:flex;align-items:center;justify-content:space-between;gap:30px}.brand{width:250px;height:74px;display:flex;align-items:center;overflow:hidden}.brand img{width:100%;height:100%;object-fit:contain}.main-nav{display:flex;align-items:center;gap:24px;text-transform:uppercase;font-size:13px;letter-spacing:.06em}.main-nav a,.nav-drop>button{color:#fff;background:none;border:0;padding:12px 0;cursor:pointer}.main-nav a:hover,.main-nav a.active,.nav-drop>button:hover{color:var(--copper2)}.nav-cta{border:1px solid var(--copper)!important;padding:12px 17px!important}.nav-drop{position:relative}.nav-menu{display:none;position:absolute;top:44px;left:-20px;min-width:245px;background:#0c1115;border:1px solid var(--line);box-shadow:var(--shadow);padding:10px}.nav-drop:hover .nav-menu,.nav-drop:focus-within .nav-menu{display:grid}.nav-menu a{padding:10px 12px}.menu-toggle{display:none;background:transparent;border:1px solid #394147;color:white;border-radius:10px;padding:8px 11px;font-size:24px}
.hero{min-height:680px;display:flex;align-items:center;position:relative;background:linear-gradient(90deg,rgba(0,0,0,.86),rgba(0,0,0,.22)),url('../images/hero.jpg') center/cover}.hero:after{content:"";position:absolute;inset:auto 0 0;height:180px;background:linear-gradient(transparent,var(--bg))}.hero-content{position:relative;z-index:2;max-width:780px;padding:90px 0}.eyebrow{color:var(--copper2);text-transform:uppercase;letter-spacing:.2em;font-weight:700;font-size:13px}.hero h1{font-size:clamp(44px,6vw,82px);line-height:1.02;text-transform:uppercase;margin:16px 0 22px;letter-spacing:-.03em}.hero h1 strong{color:var(--copper2)}.hero .lead{font-size:clamp(20px,2.2vw,28px);max-width:620px}.actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:30px}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:14px 22px;border:1px solid #7f878c;text-transform:uppercase;font-size:13px;letter-spacing:.05em;font-weight:700;transition:.2s}.btn:hover{transform:translateY(-2px)}.btn.primary{background:linear-gradient(135deg,var(--copper),#9f4c28);border-color:var(--copper)}.btn.secondary{background:rgba(5,8,10,.45)}
.trustbar{border-top:1px solid #1e252a;border-bottom:1px solid #1e252a;background:#0a0f12}.trustgrid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;padding:26px 0}.trustitem{padding-left:18px;border-left:2px solid var(--copper)}.trustitem strong{display:block;text-transform:uppercase;font-size:14px}.trustitem span{color:var(--muted);font-size:14px}
.section{padding:88px 0}.section.alt{background:var(--bg2);border-block:1px solid #1d2429}.section-head{text-align:center;max-width:780px;margin:0 auto 42px}.section-head span{color:var(--copper2);text-transform:uppercase;letter-spacing:.18em;font-size:13px;font-weight:700}.section-head h2{font-size:clamp(32px,4vw,52px);line-height:1.15;margin:10px 0 14px}.section-head p{color:var(--muted)}.cards{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.card{background:linear-gradient(180deg,var(--panel2),var(--panel));border:1px solid #30383e;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);display:flex;flex-direction:column}.card img{height:220px;width:100%;object-fit:cover}.card-body{padding:24px;display:flex;flex-direction:column;flex:1}.card h3{margin:0 0 10px;text-transform:uppercase;font-size:19px}.card p{color:var(--muted);margin:0 0 18px}.card a{margin-top:auto;color:var(--copper2);text-transform:uppercase;font-size:13px;font-weight:700}
.split{display:grid;grid-template-columns:1.1fr .9fr;gap:60px;align-items:center}.split img{border-radius:var(--radius);box-shadow:var(--shadow)}.panel{background:var(--panel);border:1px solid var(--line);border-radius:var(--radius);padding:28px}.checklist{list-style:none;padding:0;margin:20px 0 0;display:grid;gap:11px}.checklist li{position:relative;padding-left:25px}.checklist li:before{content:'✓';position:absolute;left:0;color:var(--copper2);font-weight:700}.cta{padding:66px 0;text-align:center;background:linear-gradient(90deg,#0c1216,#1a120e,#0c1216);border-block:1px solid #273037}.cta h2{font-size:clamp(30px,4vw,48px);margin:0 0 8px}.cta p{color:var(--muted);margin:0}.cta .actions{justify-content:center}
.subhero{min-height:420px;display:flex;align-items:flex-end;padding:70px 0;position:relative;background:linear-gradient(90deg,rgba(0,0,0,.85),rgba(0,0,0,.2)),var(--hero) center/cover}.subhero h1{font-size:clamp(42px,5vw,68px);text-transform:uppercase;line-height:1.05;margin:10px 0 0}.breadcrumbs{color:#d9dadb;font-size:13px}.breadcrumbs a{color:var(--copper2)}.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:26px}.service-box{padding:22px;background:var(--panel);border:1px solid var(--line);border-radius:12px}.service-box h3{margin:0 0 8px}.service-box p{color:var(--muted);margin:0}
.contact-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:46px}.contact-list{display:grid;gap:14px}.contact-item{padding:18px 18px 18px 22px;border-left:3px solid var(--copper);background:var(--panel);border-radius:0 12px 12px 0}.contact-item small{display:block;color:var(--muted)}.form{display:grid;gap:16px;background:var(--panel);border:1px solid var(--line);border-radius:var(--radius);padding:28px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}.form label{display:grid;gap:7px;font-size:14px}.form input,.form textarea,.form select{width:100%;background:#090d10;color:#fff;border:1px solid #343c42;border-radius:9px;padding:13px}.form textarea{min-height:150px;resize:vertical}.form-note{color:var(--muted);font-size:13px}.status{display:none;padding:12px;border-radius:8px;background:#0c1a12;border:1px solid #295c39}.status.show{display:block}
.site-footer{background:#050708;border-top:1px solid #22282d;padding:58px 0 22px}.footer-grid{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:38px}.footer-logo{width:260px;height:115px;object-fit:contain}.footer-col{display:flex;flex-direction:column;gap:8px}.footer-col h3{color:var(--copper2);text-transform:uppercase;font-size:14px}.footer-col a:hover{color:var(--copper2)}.legalbar{margin-top:38px;padding-top:18px;border-top:1px solid #20262b;display:flex;justify-content:space-between;color:#888;font-size:13px}.floating{position:fixed;right:20px;bottom:20px;z-index:110;display:flex;flex-direction:column;gap:10px}.floating a{display:grid;place-items:center;width:52px;height:52px;border-radius:50%;font-weight:700;box-shadow:var(--shadow)}.wa{background:#25d366}.call{background:var(--copper)}
.legal{max-width:900px}.legal h2{margin-top:34px}.notice{border:1px solid #63452f;background:#17100c;padding:18px;border-radius:12px;color:#f0d6c4}
@media(max-width:1050px){.topbar{display:none}.main-nav{display:none;position:absolute;top:92px;left:0;right:0;background:#0a0f12;border-bottom:1px solid #283036;padding:22px;flex-direction:column;align-items:flex-start}.main-nav.open{display:flex}.menu-toggle{display:block}.nav-menu{display:grid;position:static;background:transparent;border:0;box-shadow:none;padding:0 0 0 16px}.cards{grid-template-columns:repeat(2,1fr)}.trustgrid{grid-template-columns:repeat(2,1fr)}.split,.contact-grid,.footer-grid{grid-template-columns:1fr 1fr}.service-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:680px){.container{width:min(100% - 28px,var(--max))}.header-inner{min-height:80px}.brand{width:205px;height:62px}.main-nav{top:80px}.hero{min-height:640px}.hero-content{padding:72px 0}.hero h1{font-size:45px}.actions .btn{width:100%}.trustgrid,.cards,.split,.contact-grid,.footer-grid,.service-grid,.form-row{grid-template-columns:1fr}.section{padding:65px 0}.card img{height:230px}.subhero{min-height:340px}.legalbar{flex-direction:column;gap:8px}.floating{right:14px;bottom:14px}.footer-logo{width:230px}}
/* Approved homepage design – 2026-08-07 */
.brand{width:390px;height:78px}.brand img{content:url('../images/terrassenwerk-brand.jpg');object-fit:cover;object-position:center;border-radius:0}.hero{min-height:545px;background:linear-gradient(90deg,rgba(0,0,0,.78) 0%,rgba(0,0,0,.38) 38%,rgba(0,0,0,.08) 68%),url('../images/hero-sharp.jpg') center 52%/cover no-repeat}.hero:after{height:90px;background:linear-gradient(transparent,rgba(7,10,12,.85))}.hero-content{padding:52px 0 115px;max-width:660px}.hero h1{font-size:clamp(48px,5vw,74px);margin:0 0 18px}.hero .lead{font-size:clamp(20px,1.8vw,28px);margin:0}.service-strip{margin-top:-82px;position:relative;z-index:5}.home-cards{grid-template-columns:repeat(5,1fr);gap:10px}.text-card{border-radius:0;background:rgba(7,11,14,.96);border-color:#a9582c;box-shadow:none}.text-card .card-body{padding:22px 20px}.service-icon{color:var(--copper2);font-size:32px;line-height:1;margin-bottom:12px}.text-card h3{font-size:17px}.text-card p{font-size:14px;line-height:1.55}.trustbar{position:relative;z-index:4}.trustgrid{padding:18px 0}.trustitem{border-left:0;border-right:1px solid #34251d;padding:0 22px}.trustitem:last-child{border-right:0}.cta{padding:24px 0 28px;background:linear-gradient(rgba(4,7,8,.55),rgba(4,7,8,.72)),url('../images/pflasterarbeiten.jpg') center/cover}.cta h2{font-size:30px;text-transform:uppercase;letter-spacing:.05em}.cta .actions{margin-top:14px}.site-footer{padding-top:30px}.footer-logo{content:url('../images/terrassenwerk-brand.jpg');width:300px;height:125px;object-fit:cover}.floating .wa{font-size:0}.floating .wa:after{content:'◉';font-size:28px}.floating .call{font-size:22px}
@media(max-width:1200px){.home-cards{grid-template-columns:repeat(3,1fr)}.brand{width:300px}}
@media(max-width:800px){.home-cards{grid-template-columns:1fr 1fr}.service-strip{margin-top:-45px}.hero{min-height:610px}.brand{width:230px}.trustitem{border-right:0}}
@media(max-width:560px){.home-cards{grid-template-columns:1fr}.hero h1{font-size:42px}.service-strip{margin-top:-25px}}

/* Update: integrated logo + image-rich service categories */
.brand{width:360px;height:82px;overflow:visible}
.brand img{content:none;width:100%;height:100%;object-fit:contain;object-position:left center;filter:drop-shadow(0 2px 9px rgba(0,0,0,.28))}
.footer-logo{content:none;width:300px;height:auto;max-height:150px;object-fit:contain;object-position:left center;filter:drop-shadow(0 3px 10px rgba(0,0,0,.32))}
.text-card>img{height:160px;width:100%;object-fit:cover;filter:saturate(.92) contrast(1.04)}
.text-card .card-body{padding-top:18px}
.subhero{min-height:500px;background-position:center 54%;background-size:cover}
.split{grid-template-columns:.82fr 1.18fr;gap:48px;align-items:center}
.feature-image{width:100%;height:470px;object-fit:cover;border-radius:var(--radius);box-shadow:var(--shadow)}
.category-gallery{width:min(var(--max),calc(100% - 40px));margin:42px auto 0;display:grid;grid-template-columns:1.35fr 1fr 1fr;gap:16px}
.category-gallery img{width:100%;height:260px;object-fit:cover;border-radius:12px;border:1px solid var(--line);box-shadow:var(--shadow)}
.category-gallery img:first-child{height:320px;grid-row:span 1}
@media(max-width:1050px){.brand{width:300px}.split{grid-template-columns:1fr}.feature-image{height:420px}.category-gallery{grid-template-columns:1fr 1fr}.category-gallery img,.category-gallery img:first-child{height:260px}}
@media(max-width:680px){.brand{width:220px;height:70px}.text-card>img{height:210px}.subhero{min-height:390px}.feature-image{height:300px}.category-gallery{width:min(100% - 28px,var(--max));grid-template-columns:1fr}.category-gallery img,.category-gallery img:first-child{height:240px}}


/* 2026-08-07 refinement: integrated original logo, larger category imagery, sharper desktop hero */
.site-header{background:rgba(7,10,12,.96)}
.header-inner{min-height:104px}
.brand{width:385px;height:94px;overflow:visible;flex:0 0 auto}
.brand img{width:100%;height:100%;object-fit:contain;object-position:left center;background:transparent!important;border:0!important;border-radius:0!important;filter:drop-shadow(0 4px 12px rgba(0,0,0,.32))}
.footer-logo{width:330px;height:150px;max-height:none;object-fit:contain;background:transparent!important;border:0!important;border-radius:0!important;filter:drop-shadow(0 4px 12px rgba(0,0,0,.32))}
.hero{min-height:600px;background-image:linear-gradient(90deg,rgba(0,0,0,.82) 0%,rgba(0,0,0,.46) 38%,rgba(0,0,0,.08) 72%),url('../images/hero-sharp.jpg');background-position:center 52%;background-size:cover;background-repeat:no-repeat}
.hero-content{padding:70px 0 130px}
.text-card>img{height:205px;object-fit:cover}
.subhero{min-height:540px;background-position:center 50%;background-size:cover}
.split{grid-template-columns:.72fr 1.28fr;gap:58px}
.feature-image{height:560px;object-fit:cover;cursor:zoom-in}
.category-gallery{margin-top:54px;grid-template-columns:1.4fr 1fr 1fr;gap:20px}
.category-gallery img{height:330px;cursor:zoom-in;transition:transform .22s ease,border-color .22s ease}
.category-gallery img:first-child{height:390px}
.category-gallery img:hover,.feature-image:hover{border-color:var(--copper);transform:translateY(-2px)}
.zoomable{cursor:zoom-in}
.image-lightbox{position:fixed;inset:0;background:rgba(0,0,0,.93);z-index:10000;display:none;align-items:center;justify-content:center;padding:40px}
.image-lightbox.open{display:flex}
.image-lightbox img{max-width:min(94vw,1800px);max-height:90vh;width:auto;height:auto;object-fit:contain;box-shadow:0 20px 80px rgba(0,0,0,.65);border:1px solid #3a2a20}
.lightbox-close{position:fixed;right:28px;top:20px;width:48px;height:48px;border-radius:50%;border:1px solid #7d5239;background:#0b0d0f;color:#fff;font-size:34px;line-height:1;cursor:pointer}
@media(max-width:1050px){.brand{width:300px;height:82px}.header-inner{min-height:92px}.feature-image{height:460px}.category-gallery{grid-template-columns:1fr 1fr}.category-gallery img,.category-gallery img:first-child{height:300px}}
@media(max-width:680px){.brand{width:235px;height:72px}.header-inner{min-height:82px}.main-nav{top:82px}.hero{min-height:640px;background-position:58% center}.feature-image{height:320px}.category-gallery{grid-template-columns:1fr}.category-gallery img,.category-gallery img:first-child{height:270px}.image-lightbox{padding:18px}.lightbox-close{right:14px;top:12px}}
/* FINAL APPROVED HOMEPAGE — matches the accepted 2026-08-07 preview */
.home .topbar{background:#050708;border:0}.home .site-header{background:#050708;border-bottom:1px solid #1b1d1f;backdrop-filter:none}.home .header-inner{min-height:98px}.home .brand{width:420px;height:82px;overflow:visible}.home .brand img{width:100%;height:100%;object-fit:contain;object-position:left center;background:transparent!important;filter:none}.home .main-nav{gap:34px}.home .main-nav a,.home .nav-drop>button{font-size:13px}.home .nav-cta{padding:13px 24px!important}.home .approved-hero{min-height:520px;background-image:linear-gradient(90deg,rgba(0,0,0,.72) 0%,rgba(0,0,0,.42) 33%,rgba(0,0,0,.06) 63%),url('../images/hero-final.jpg');background-position:center center;background-size:cover;background-repeat:no-repeat}.home .approved-hero:after{display:none}.home .hero-content{padding:58px 0 82px;max-width:650px}.home .hero h1{font-size:clamp(46px,4.8vw,72px);line-height:1.03;margin:0 0 25px;letter-spacing:-.025em}.home .hero h1 strong{color:#d57734}.home .hero .lead{font-size:25px;line-height:1.35;margin:0}.home .hero .actions{margin-top:31px}.home .service-strip{margin-top:-4px;background:transparent;position:relative;z-index:5}.home .home-cards{grid-template-columns:repeat(5,1fr);gap:12px}.home .text-card{border-radius:0;background:rgba(7,10,12,.965);border:1px solid #9a521f;box-shadow:none;min-height:205px}.home .text-card .card-body{padding:23px 20px 20px}.home .service-icon{font-size:31px;margin-bottom:11px;color:#d8792c}.home .text-card h3{font-size:18px;letter-spacing:.01em}.home .text-card p{font-size:14px;line-height:1.5;margin-bottom:12px}.home .text-card a{color:#d8792c;font-size:14px}.home .trustbar{background:#090d0f;border-top:0;border-bottom:1px solid #382316}.home .trustgrid{padding:18px 0 20px}.home .trustitem{border-left:0;border-right:1px solid #35251b;padding:0 25px}.home .trustitem:last-child{border-right:0}.home .trustitem strong{text-transform:none;font-size:15px}.home .trustitem span{font-size:14px}.home .cta{padding:19px 0 24px;background:#080b0d;border-bottom:1px solid #3a2417}.home .cta h2{font-size:28px;letter-spacing:.08em}.home .cta p{font-size:15px}.home .cta .actions{margin-top:12px}.home .site-footer{padding:24px 0 17px}.home .footer-grid{grid-template-columns:1.45fr 1fr 1fr 1fr;gap:34px}.home .footer-logo{width:300px;height:110px;object-fit:contain;object-position:left center;filter:none}.home .footer-col p{max-width:290px}.home .legalbar{margin-top:20px;padding-top:12px}
@media(max-width:1200px){.home .brand{width:330px}.home .main-nav{gap:20px}.home .home-cards{grid-template-columns:repeat(3,1fr)}}
@media(max-width:800px){.home .brand{width:235px;height:70px}.home .approved-hero{min-height:590px;background-position:53% center}.home .home-cards{grid-template-columns:1fr 1fr}.home .hero-content{padding:70px 0 55px}.home .trustitem{border-right:0}}
@media(max-width:560px){.home .home-cards{grid-template-columns:1fr}.home .hero h1{font-size:42px}.home .hero .lead{font-size:21px}.home .approved-hero{background-position:56% center}.home .footer-grid{grid-template-columns:1fr}}

/* FINAL 2026-08-08 — terrace-first desktop composition */
.home .approved-hero{
  min-height:620px;
  background-image:linear-gradient(90deg,rgba(0,0,0,.80) 0%,rgba(0,0,0,.50) 29%,rgba(0,0,0,.12) 58%,rgba(0,0,0,.02) 100%),url('../images/hero-final.jpg');
  /* Keep the finished terrace in the visual centre instead of the roof/house. */
  background-size:cover;
  background-position:center 72%;
}
.home .hero-content{padding:70px 0 115px;max-width:650px}
.home .service-strip{margin-top:-58px}
.home .header-inner{min-height:92px}
.home .brand{width:390px;height:76px}
.home .brand img{object-fit:contain!important;background:transparent!important}
@media (min-width:1600px){
 .home .approved-hero{min-height:650px;background-position:center 75%}
 .home .hero-content{padding-top:82px}
}
@media(max-width:800px){
 .home .approved-hero{min-height:650px;background-position:58% 70%}
 .home .service-strip{margin-top:-35px}
}
@media(max-width:560px){
 .home .approved-hero{min-height:680px;background-position:61% 68%}
 .home .service-strip{margin-top:-20px}
}

/* Kontaktseite: identisches Terrassenbild wie auf der Startseite */
.contact-hero{background-image:linear-gradient(90deg,rgba(3,7,9,.72),rgba(3,7,9,.20)),url('../images/hero-final.jpg')!important;background-position:center center!important;background-size:cover!important;background-repeat:no-repeat!important;min-height:420px;display:flex;align-items:flex-end}
@media (max-width:700px){.contact-hero{min-height:280px;background-position:center 58%!important}}
/* Mobile WhatsApp button: official-style WhatsApp glyph */
@media(max-width:680px){
  .floating .wa{font-size:0;position:relative;background:#25D366!important;color:#fff!important}
  .floating .wa:after{content:'';width:29px;height:29px;background:center/contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23fff' d='M16.04 3C9.41 3 4.02 8.33 4.02 14.88c0 2.31.68 4.56 1.96 6.49L4 28.5l7.35-1.91a12.1 12.1 0 0 0 4.69.94h.01c6.62 0 12.01-5.33 12.01-11.88C28.06 9.1 22.67 3 16.04 3Zm0 22.52c-1.51 0-2.99-.4-4.28-1.15l-.31-.18-4.36 1.13 1.16-4.2-.2-.32a9.77 9.77 0 0 1-1.51-5.22c0-5.42 4.46-9.83 9.94-9.83s9.94 4.41 9.94 9.83-4.46 9.94-9.94 9.94Zm5.45-7.42c-.3-.15-1.77-.86-2.04-.96-.27-.1-.47-.15-.67.15-.2.3-.77.96-.94 1.16-.17.2-.35.22-.64.07-.3-.15-1.25-.45-2.38-1.44-.88-.77-1.47-1.72-1.64-2.01-.17-.3-.02-.46.13-.61.13-.13.3-.35.45-.52.15-.17.2-.3.3-.5.1-.2.05-.37-.02-.52-.08-.15-.67-1.59-.92-2.18-.24-.57-.49-.49-.67-.5h-.57c-.2 0-.52.07-.79.37-.27.3-1.04 1.01-1.04 2.46s1.07 2.85 1.22 3.05c.15.2 2.1 3.17 5.09 4.45.71.3 1.27.49 1.7.63.71.22 1.36.19 1.87.12.57-.08 1.77-.72 2.02-1.41.25-.69.25-1.28.17-1.41-.07-.13-.27-.2-.57-.35Z'/%3E%3C/svg%3E")}
}
