/* NordWerk – Terrassenüberdachungen & Sommergärten
   Ausschließlich mit nw-canopy-* Klassen, damit bestehende Website/Admin nicht beeinflusst werden. */
.nw-canopy-page{
  --nwcp-green:#78ad00;
  --nwcp-green-dark:#5d8500;
  --nwcp-ink:#101713;
  --nwcp-muted:#657069;
  --nwcp-soft:#f4f7f3;
  --nwcp-line:#dfe7df;
  --nwcp-dark:#0b110d;
  --nwcp-card:#fff;
  background:#fff;color:var(--nwcp-ink);overflow:hidden
}
.nw-canopy-page *{box-sizing:border-box}
.nw-canopy-page .nwcp-wrap{width:min(1180px,calc(100% - 40px));margin-inline:auto}
.nw-canopy-page .nwcp-section{padding:92px 0}
.nw-canopy-page .nwcp-section--soft{background:var(--nwcp-soft)}
.nw-canopy-page .nwcp-eyebrow{display:inline-flex;align-items:center;gap:10px;color:var(--nwcp-green-dark);font-size:.76rem;font-weight:900;letter-spacing:.14em;text-transform:uppercase}
.nw-canopy-page .nwcp-eyebrow:before{content:"";width:28px;height:3px;border-radius:99px;background:var(--nwcp-green)}
.nw-canopy-page .nwcp-heading{margin:14px 0 0;font-size:clamp(2.2rem,4.6vw,4.3rem);line-height:1.03;letter-spacing:-.045em;color:var(--nwcp-ink)}
.nw-canopy-page .nwcp-section-head{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(280px,.65fr);gap:54px;align-items:end;margin-bottom:38px}
.nw-canopy-page .nwcp-section-head p{margin:0;color:var(--nwcp-muted);font-size:1.05rem;line-height:1.7}
.nw-canopy-page .nwcp-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:52px;padding:0 22px;border-radius:12px;text-decoration:none;font-weight:850;border:1px solid transparent;transition:.2s ease}
.nw-canopy-page .nwcp-btn:hover{transform:translateY(-2px)}
.nw-canopy-page .nwcp-btn--green{background:var(--nwcp-green);color:#10160d;box-shadow:0 16px 34px rgba(101,151,0,.24)}
.nw-canopy-page .nwcp-btn--green:hover{background:#87c000}
.nw-canopy-page .nwcp-btn--dark{background:#101713;color:#fff}
.nw-canopy-page .nwcp-btn--ghost{border-color:rgba(255,255,255,.45);background:rgba(12,18,14,.28);color:#fff;backdrop-filter:blur(8px)}
.nw-canopy-page .nwcp-textlink{display:inline-flex;align-items:center;gap:7px;color:#486900;text-decoration:none;font-weight:850}
.nw-canopy-page .nwcp-textlink:hover{color:#6e9d00}

/* Hero */
.nw-canopy-page .nwcp-hero{position:relative;min-height:690px;display:flex;align-items:flex-end;background:#111;overflow:hidden}
.nw-canopy-page .nwcp-hero>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 48%}
.nw-canopy-page .nwcp-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,10,6,.88) 0%,rgba(4,10,6,.68) 42%,rgba(4,10,6,.18) 76%,rgba(4,10,6,.08) 100%)}
.nw-canopy-page .nwcp-hero__inner{position:relative;z-index:2;padding:108px 0 90px;color:#fff}
.nw-canopy-page .nwcp-hero .nwcp-eyebrow{color:#c8e77b}
.nw-canopy-page .nwcp-hero h1{max-width:880px;margin:18px 0 20px;font-size:clamp(3rem,6.7vw,5.8rem);line-height:.98;letter-spacing:-.06em;color:#fff}
.nw-canopy-page .nwcp-hero p{max-width:730px;margin:0 0 30px;color:#edf2ef;font-size:clamp(1.05rem,1.7vw,1.35rem);line-height:1.62}
.nw-canopy-page .nwcp-actions{display:flex;gap:12px;flex-wrap:wrap}
.nw-canopy-page .nwcp-hero__proof{display:flex;gap:22px;flex-wrap:wrap;margin-top:34px;color:#dfe8e1;font-size:.9rem}
.nw-canopy-page .nwcp-hero__proof span{display:flex;align-items:center;gap:8px}
.nw-canopy-page .nwcp-hero__proof span:before{content:"✓";display:grid;place-items:center;width:20px;height:20px;border-radius:50%;background:var(--nwcp-green);color:#10160d;font-size:.75rem;font-weight:900}

/* Trust */
.nw-canopy-page .nwcp-trust{position:relative;z-index:3;margin-top:-34px}
.nw-canopy-page .nwcp-trust__grid{display:grid;grid-template-columns:repeat(4,1fr);background:#fff;border:1px solid var(--nwcp-line);border-radius:18px;box-shadow:0 22px 55px rgba(20,35,24,.12);overflow:hidden}
.nw-canopy-page .nwcp-trust__grid article{padding:23px 24px;border-right:1px solid var(--nwcp-line)}
.nw-canopy-page .nwcp-trust__grid article:last-child{border-right:0}
.nw-canopy-page .nwcp-trust__grid strong,.nw-canopy-page .nwcp-trust__grid span{display:block}
.nw-canopy-page .nwcp-trust__grid strong{font-size:1rem;color:var(--nwcp-ink)}
.nw-canopy-page .nwcp-trust__grid span{margin-top:5px;color:var(--nwcp-muted);font-size:.88rem;line-height:1.5}

/* Home teaser */
.nw-canopy-home-feature{padding:70px 0;background:#f3f6f2}
.nw-canopy-home-feature .nwcp-home-card{width:min(1180px,calc(100% - 40px));margin:auto;display:grid;grid-template-columns:1.15fr .85fr;min-height:470px;border-radius:24px;overflow:hidden;background:#0d130f;box-shadow:0 28px 70px rgba(16,34,21,.16)}
.nw-canopy-home-feature .nwcp-home-media{position:relative;min-height:470px}
.nw-canopy-home-feature .nwcp-home-media img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.nw-canopy-home-feature .nwcp-home-copy{padding:58px 52px;color:#fff;display:flex;flex-direction:column;justify-content:center}
.nw-canopy-home-feature .nwcp-home-copy .eyebrow{color:#a9d744}
.nw-canopy-home-feature .nwcp-home-copy h2{margin:14px 0 18px;font-size:clamp(2.1rem,4vw,3.6rem);line-height:1.04;letter-spacing:-.04em;color:#fff}
.nw-canopy-home-feature .nwcp-home-copy p{margin:0 0 26px;color:#cbd5ce;line-height:1.7;font-size:1.04rem}
.nw-canopy-home-feature .nwcp-home-badges{display:flex;gap:10px;flex-wrap:wrap;margin:0 0 28px}
.nw-canopy-home-feature .nwcp-home-badges span{border:1px solid rgba(255,255,255,.2);border-radius:999px;padding:7px 10px;color:#eef3ef;font-size:.82rem}
.nw-canopy-home-feature .nwcp-home-link{align-self:flex-start;display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 20px;border-radius:11px;background:#79ad00;color:#10160d;font-weight:850;text-decoration:none}

/* Modular section */
.nw-canopy-page .nwcp-modular{display:grid;grid-template-columns:minmax(0,.92fr) minmax(480px,1.08fr);gap:72px;align-items:center}
.nw-canopy-page .nwcp-modular h2{margin:14px 0 20px;font-size:clamp(2.25rem,4.4vw,4.1rem);line-height:1.05;letter-spacing:-.045em;color:var(--nwcp-ink)}
.nw-canopy-page .nwcp-modular p{color:var(--nwcp-muted);font-size:1.03rem;line-height:1.72}
.nw-canopy-page .nwcp-steps{margin-top:30px;border:1px solid var(--nwcp-line);border-radius:17px;overflow:hidden;background:var(--nwcp-line);display:grid;gap:1px}
.nw-canopy-page .nwcp-step{display:grid;grid-template-columns:46px 1fr;gap:15px;align-items:center;padding:15px 17px;background:#fff}
.nw-canopy-page .nwcp-step i{font-style:normal;width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:#edf5df;color:#5f8b00;font-weight:900}
.nw-canopy-page .nwcp-step strong,.nw-canopy-page .nwcp-step span{display:block}
.nw-canopy-page .nwcp-step span{color:var(--nwcp-muted);font-size:.88rem;margin-top:2px}
.nw-canopy-page .nwcp-modular__image{position:relative;margin:0;min-height:590px;border-radius:24px;overflow:hidden;background:#111;box-shadow:0 30px 70px rgba(18,32,22,.16)}
.nw-canopy-page .nwcp-modular__image img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.nw-canopy-page .nwcp-modular__image:after{content:"";position:absolute;inset:52% 0 0;background:linear-gradient(transparent,rgba(5,11,7,.78))}
.nw-canopy-page .nwcp-modular__image figcaption{position:absolute;z-index:2;left:28px;right:28px;bottom:26px;color:#fff}
.nw-canopy-page .nwcp-modular__image figcaption span{display:block;color:#c0e76d;font-size:.72rem;letter-spacing:.13em;text-transform:uppercase;font-weight:900;margin-bottom:5px}
.nw-canopy-page .nwcp-modular__image figcaption strong{font-size:1.35rem}

/* Model grid */
.nw-canopy-page .nwcp-model-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}
.nw-canopy-page .nwcp-model-card{position:relative;background:#fff;border:1px solid var(--nwcp-line);border-radius:20px;overflow:hidden;min-width:0;transition:transform .2s ease,box-shadow .2s ease}
.nw-canopy-page .nwcp-model-card:hover{transform:translateY(-4px);box-shadow:0 24px 50px rgba(19,34,23,.12)}
.nw-canopy-page .nwcp-model-card__media{position:relative;display:block;aspect-ratio:16/10;overflow:hidden;background:#e7ebe7}
.nw-canopy-page .nwcp-model-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}
.nw-canopy-page .nwcp-model-card:hover .nwcp-model-card__media img{transform:scale(1.025)}
.nw-canopy-page .nwcp-image-note{position:absolute;right:13px;bottom:13px;padding:6px 9px;border-radius:999px;background:rgba(8,13,10,.72);color:#fff;font-size:.69rem;font-weight:800;backdrop-filter:blur(6px)}
.nw-canopy-page .nwcp-model-card__body{padding:25px 26px 27px}
.nw-canopy-page .nwcp-model-card__top{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}
.nw-canopy-page .nwcp-model-card__body h3{margin:0;font-size:1.5rem;color:var(--nwcp-ink);letter-spacing:-.02em}
.nw-canopy-page .nwcp-pill{display:inline-flex;align-items:center;min-height:27px;padding:0 9px;border-radius:999px;background:#eef6df;color:#537900;font-weight:850;font-size:.69rem;text-transform:uppercase;letter-spacing:.05em}
.nw-canopy-page .nwcp-model-card__body p{margin:0 0 18px;color:var(--nwcp-muted);line-height:1.65}

/* Orientation */
.nw-canopy-page .nwcp-choice-grid{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--nwcp-line);border-radius:20px;overflow:hidden;background:var(--nwcp-line);gap:1px}
.nw-canopy-page .nwcp-choice-grid article{background:#fff;padding:27px 24px;min-height:250px}
.nw-canopy-page .nwcp-choice-grid i{display:grid;place-items:center;width:42px;height:42px;border-radius:12px;background:#edf5df;color:#6d9d00;font-style:normal;font-size:1.2rem;font-weight:900}
.nw-canopy-page .nwcp-choice-grid h3{margin:24px 0 10px;font-size:1.14rem;color:var(--nwcp-ink)}
.nw-canopy-page .nwcp-choice-grid p{margin:0 0 18px;color:var(--nwcp-muted);font-size:.91rem;line-height:1.62}

/* Gallery */
.nw-canopy-page .nwcp-gallery{display:grid;grid-template-columns:1.35fr .65fr;grid-template-rows:repeat(2,280px);gap:14px}
.nw-canopy-page .nwcp-gallery figure{position:relative;margin:0;border-radius:17px;overflow:hidden;background:#e8ece8}
.nw-canopy-page .nwcp-gallery figure:first-child{grid-row:1/3}
.nw-canopy-page .nwcp-gallery img{width:100%;height:100%;object-fit:cover}
.nw-canopy-page .nwcp-gallery figcaption{position:absolute;left:14px;bottom:14px;background:rgba(7,12,8,.7);color:#fff;border-radius:9px;padding:7px 10px;font-size:.77rem;font-weight:800;backdrop-filter:blur(7px)}

/* Final CTA */
.nw-canopy-page .nwcp-final{padding:0 0 92px;background:#fff}
.nw-canopy-page .nwcp-final__inner{position:relative;overflow:hidden;display:flex;align-items:center;justify-content:space-between;gap:40px;background:linear-gradient(135deg,#101713,#19261a);border-radius:24px;padding:52px 55px;color:#fff}
.nw-canopy-page .nwcp-final__inner:after{content:"NW";position:absolute;right:-10px;bottom:-82px;font-size:15rem;line-height:1;font-weight:900;letter-spacing:-.1em;color:rgba(255,255,255,.035)}
.nw-canopy-page .nwcp-final__copy{position:relative;z-index:1;max-width:720px}
.nw-canopy-page .nwcp-final__copy h2{margin:8px 0 10px;color:#fff;font-size:clamp(2rem,4vw,3.4rem);line-height:1.05;letter-spacing:-.04em}
.nw-canopy-page .nwcp-final__copy p{margin:0;color:#cbd5ce;line-height:1.65}
.nw-canopy-page .nwcp-final .nwcp-btn{position:relative;z-index:1;white-space:nowrap}

/* Model detail */
.nw-canopy-page .nwcp-crumb{padding:17px 0;border-bottom:1px solid var(--nwcp-line);background:#fff;font-size:.83rem;color:var(--nwcp-muted)}
.nw-canopy-page .nwcp-crumb a{color:#577f00;text-decoration:none;font-weight:800}
.nw-canopy-page .nwcp-model-hero{position:relative;min-height:590px;display:flex;align-items:flex-end;background:#111;overflow:hidden}
.nw-canopy-page .nwcp-model-hero>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.nw-canopy-page .nwcp-model-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,10,7,.9),rgba(5,10,7,.55) 48%,rgba(5,10,7,.12) 82%)}
.nw-canopy-page .nwcp-model-hero__inner{position:relative;z-index:2;padding:88px 0 68px;color:#fff}
.nw-canopy-page .nwcp-model-hero h1{max-width:820px;margin:15px 0 18px;color:#fff;font-size:clamp(2.8rem,6vw,5.3rem);line-height:1;letter-spacing:-.055em}
.nw-canopy-page .nwcp-model-hero p{max-width:700px;margin:0 0 28px;color:#edf1ee;font-size:clamp(1.05rem,1.65vw,1.3rem);line-height:1.6}
.nw-canopy-page .nwcp-model-hero .nwcp-eyebrow{color:#c8e77b}
.nw-canopy-page .nwcp-model-intro{display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);gap:65px;align-items:start}
.nw-canopy-page .nwcp-model-intro>div,.nw-canopy-page .nwcp-model-intro .nwcp-strength-list{min-width:0}
.nw-canopy-page .nwcp-model-intro h2{margin:12px 0 20px;font-size:clamp(2.15rem,4vw,3.8rem);line-height:1.06;letter-spacing:-.04em;color:var(--nwcp-ink)}
.nw-canopy-page .nwcp-model-intro h2{max-width:100%;overflow-wrap:anywhere;word-break:break-word;hyphens:auto}
.nw-canopy-page .nwcp-model-intro>div>p{margin:0;color:var(--nwcp-muted);font-size:1.05rem;line-height:1.75}
.nw-canopy-page .nwcp-strength-list{display:grid;gap:12px}
.nw-canopy-page .nwcp-strength{padding:22px 24px;border:1px solid var(--nwcp-line);border-radius:16px;background:#fff}
.nw-canopy-page .nwcp-strength strong{display:block;color:var(--nwcp-ink);font-size:1.05rem;margin-bottom:6px}
.nw-canopy-page .nwcp-strength span{color:var(--nwcp-muted);font-size:.93rem;line-height:1.6}
.nw-canopy-page .nwcp-component-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.nw-canopy-page .nwcp-component{border:1px solid var(--nwcp-line);border-radius:17px;padding:23px;background:#fff;min-height:190px}
.nw-canopy-page .nwcp-component small{display:block;color:#688f13;font-size:.68rem;text-transform:uppercase;letter-spacing:.11em;font-weight:900;margin-bottom:14px}
.nw-canopy-page .nwcp-component strong{display:block;color:var(--nwcp-ink);font-size:1.18rem;line-height:1.35;margin-bottom:9px}
.nw-canopy-page .nwcp-component p{margin:0;color:var(--nwcp-muted);font-size:.9rem;line-height:1.6}
.nw-canopy-page .nwcp-spec-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.65fr);gap:34px;align-items:start}
.nw-canopy-page .nwcp-spec-card{border:1px solid var(--nwcp-line);border-radius:18px;overflow:hidden;background:#fff}
.nw-canopy-page .nwcp-spec-card h3{margin:0;padding:21px 23px;border-bottom:1px solid var(--nwcp-line);font-size:1.18rem;color:var(--nwcp-ink)}
.nw-canopy-page .nwcp-spec-row{display:grid;grid-template-columns:minmax(130px,.42fr) 1fr;gap:18px;padding:14px 23px;border-bottom:1px solid var(--nwcp-line);font-size:.93rem}
.nw-canopy-page .nwcp-spec-row:last-child{border-bottom:0}
.nw-canopy-page .nwcp-spec-row span{color:var(--nwcp-muted)}
.nw-canopy-page .nwcp-spec-row strong{color:var(--nwcp-ink);font-weight:750}
.nw-canopy-page .nwcp-colors{border:1px solid var(--nwcp-line);border-radius:18px;background:#fff;padding:23px}
.nw-canopy-page .nwcp-colors h3{margin:0 0 18px;color:var(--nwcp-ink);font-size:1.18rem}
.nw-canopy-page .nwcp-color{display:grid;grid-template-columns:34px 1fr;gap:12px;align-items:center;padding:10px 0;border-bottom:1px solid var(--nwcp-line)}
.nw-canopy-page .nwcp-color:last-of-type{border-bottom:0}
.nw-canopy-page .nwcp-color i{display:block;width:30px;height:30px;border:1px solid #cfd6cf;border-radius:50%;background:var(--swatch)}
.nw-canopy-page .nwcp-color strong,.nw-canopy-page .nwcp-color span{display:block}
.nw-canopy-page .nwcp-color strong{font-size:.91rem;color:var(--nwcp-ink)}
.nw-canopy-page .nwcp-color span{font-size:.76rem;color:var(--nwcp-muted);margin-top:2px}
.nw-canopy-page .nwcp-note{margin-top:14px;color:var(--nwcp-muted);font-size:.78rem;line-height:1.5}
.nw-canopy-page .nwcp-option-list{display:flex;flex-wrap:wrap;gap:9px;margin-top:20px}
.nw-canopy-page .nwcp-option-list span{padding:8px 10px;border:1px solid #d8e3d6;border-radius:999px;background:#f7faf5;color:#476600;font-size:.82rem;font-weight:750}
.nw-canopy-page .nwcp-model-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.nw-canopy-page .nwcp-model-gallery figure{position:relative;margin:0;aspect-ratio:4/3;border-radius:17px;overflow:hidden;background:#e9ece9}
.nw-canopy-page .nwcp-model-gallery img{width:100%;height:100%;object-fit:cover}
.nw-canopy-page .nwcp-model-gallery figcaption{position:absolute;inset:auto 10px 10px;display:flex;justify-content:space-between;gap:10px;align-items:center;padding:7px 9px;border-radius:9px;background:rgba(7,12,8,.72);color:#fff;font-size:.72rem;backdrop-filter:blur(7px)}
.nw-canopy-page .nwcp-model-gallery figcaption b{color:#c6e974;font-size:.64rem;text-transform:uppercase;letter-spacing:.08em}
.nw-canopy-page .nwcp-expand{display:grid;grid-template-columns:1fr 1fr;gap:0;border-radius:22px;overflow:hidden;background:#0f1711;color:#fff}
.nw-canopy-page .nwcp-expand__media{min-height:430px}.nw-canopy-page .nwcp-expand__media img{width:100%;height:100%;object-fit:cover}
.nw-canopy-page .nwcp-expand__copy{padding:48px 46px;display:flex;flex-direction:column;justify-content:center}
.nw-canopy-page .nwcp-expand__copy .nwcp-eyebrow{color:#bee26e}
.nw-canopy-page .nwcp-expand__copy h2{margin:14px 0 14px;color:#fff;font-size:clamp(2rem,3.6vw,3.2rem);line-height:1.06;letter-spacing:-.04em}
.nw-canopy-page .nwcp-expand__copy p{margin:0 0 22px;color:#cbd5ce;line-height:1.7}
.nw-canopy-page .nwcp-expand__copy .nwcp-btn{align-self:flex-start}

/* dark theme of main website */
html[data-theme="dark"] .nw-canopy-page{--nwcp-ink:#f2f5f2;--nwcp-muted:#aeb9b1;--nwcp-soft:#111612;--nwcp-line:#29322b;--nwcp-card:#171d18;background:#0f1410;color:#f2f5f2}
html[data-theme="dark"] .nw-canopy-page .nwcp-section:not(.nwcp-section--soft),html[data-theme="dark"] .nw-canopy-page .nwcp-final{background:#0f1410}
html[data-theme="dark"] .nw-canopy-page .nwcp-trust__grid,html[data-theme="dark"] .nw-canopy-page .nwcp-trust__grid article,html[data-theme="dark"] .nw-canopy-page .nwcp-step,html[data-theme="dark"] .nw-canopy-page .nwcp-model-card,html[data-theme="dark"] .nw-canopy-page .nwcp-choice-grid article,html[data-theme="dark"] .nw-canopy-page .nwcp-strength,html[data-theme="dark"] .nw-canopy-page .nwcp-component,html[data-theme="dark"] .nw-canopy-page .nwcp-spec-card,html[data-theme="dark"] .nw-canopy-page .nwcp-colors{background:#171d18}
html[data-theme="dark"] .nw-canopy-page .nwcp-crumb{background:#111612}
html[data-theme="dark"] .nw-canopy-page .nwcp-option-list span{background:#171d18;border-color:#31402e;color:#b9e267}
html[data-theme="dark"] .nw-canopy-home-feature{background:#111612}

@media(max-width:1000px){
  .nw-canopy-page .nwcp-trust__grid{grid-template-columns:repeat(2,1fr)}
  .nw-canopy-page .nwcp-trust__grid article:nth-child(2){border-right:0}
  .nw-canopy-page .nwcp-trust__grid article:nth-child(-n+2){border-bottom:1px solid var(--nwcp-line)}
  .nw-canopy-page .nwcp-modular{grid-template-columns:1fr;gap:42px}
  .nw-canopy-page .nwcp-modular__image{min-height:480px}
  .nw-canopy-page .nwcp-choice-grid{grid-template-columns:repeat(2,1fr)}
  .nw-canopy-page .nwcp-component-grid{grid-template-columns:repeat(2,1fr)}
  .nw-canopy-page .nwcp-model-intro{grid-template-columns:1fr;gap:38px}
  .nw-canopy-home-feature .nwcp-home-card{grid-template-columns:1fr}.nw-canopy-home-feature .nwcp-home-media{min-height:400px}
}
@media(max-width:760px){
  .nw-canopy-page .nwcp-wrap{width:min(100% - 28px,1180px)}
  .nw-canopy-page .nwcp-section{padding:68px 0}
  .nw-canopy-page .nwcp-section-head{grid-template-columns:1fr;gap:14px;margin-bottom:28px}
  .nw-canopy-page .nwcp-hero{min-height:670px}.nw-canopy-page .nwcp-hero>img{object-position:58% center}.nw-canopy-page .nwcp-hero:after{background:linear-gradient(0deg,rgba(4,10,6,.9),rgba(4,10,6,.36) 74%,rgba(4,10,6,.14))}
  .nw-canopy-page .nwcp-hero__inner{padding:118px 0 62px}
  .nw-canopy-page .nwcp-hero h1{font-size:clamp(2.7rem,13vw,4.5rem)}
  .nw-canopy-page .nwcp-actions .nwcp-btn{width:100%}
  .nw-canopy-page .nwcp-trust{margin-top:-18px}
  .nw-canopy-page .nwcp-model-grid{grid-template-columns:1fr}
  .nw-canopy-page .nwcp-choice-grid{grid-template-columns:1fr}
  .nw-canopy-page .nwcp-gallery{grid-template-columns:1fr;grid-template-rows:360px 250px 250px}.nw-canopy-page .nwcp-gallery figure:first-child{grid-row:auto}
  .nw-canopy-page .nwcp-final__inner{display:block;padding:38px 26px}.nw-canopy-page .nwcp-final .nwcp-btn{margin-top:24px;width:100%}
  .nw-canopy-page .nwcp-model-hero{min-height:560px}.nw-canopy-page .nwcp-model-hero:after{background:linear-gradient(0deg,rgba(5,10,7,.92),rgba(5,10,7,.28) 78%)}.nw-canopy-page .nwcp-model-hero__inner{padding:105px 0 58px}
  .nw-canopy-page .nwcp-component-grid{grid-template-columns:1fr}
  .nw-canopy-page .nwcp-spec-layout{grid-template-columns:1fr}
  .nw-canopy-page .nwcp-spec-row{grid-template-columns:1fr;gap:4px}
  .nw-canopy-page .nwcp-model-gallery{grid-template-columns:1fr}
  .nw-canopy-page .nwcp-expand{grid-template-columns:1fr}.nw-canopy-page .nwcp-expand__media{min-height:330px}.nw-canopy-page .nwcp-expand__copy{padding:34px 25px}
  .nw-canopy-home-feature{padding:48px 0}.nw-canopy-home-feature .nwcp-home-card{width:min(100% - 28px,1180px)}.nw-canopy-home-feature .nwcp-home-media{min-height:300px}.nw-canopy-home-feature .nwcp-home-copy{padding:34px 25px}
}
@media(max-width:520px){
  .nw-canopy-page .nwcp-trust__grid{grid-template-columns:1fr}.nw-canopy-page .nwcp-trust__grid article{border-right:0;border-bottom:1px solid var(--nwcp-line)}.nw-canopy-page .nwcp-trust__grid article:last-child{border-bottom:0}
  .nw-canopy-page .nwcp-modular__image{min-height:350px}
  .nw-canopy-page .nwcp-hero__proof{display:grid;gap:9px}
}

/* Leistungs-Karte: lange Überschrift bewusst sauber umbrechen */
.nw-canopy-service-title a{overflow-wrap:normal!important;word-break:normal!important;hyphens:none!important}
@media (max-width:520px){
  .nw-canopy-service-title{font-size:clamp(1.35rem,6.45vw,1.62rem)!important;line-height:1.08!important;letter-spacing:-.025em!important}
  .nw-canopy-service-title a>span{display:block;white-space:nowrap}
  .nw-canopy-service-title a>span+span{margin-top:.08em}
}

/* v3 – saubere Leistungs-Titel auf Desktop, Tablet und Mobil
   Keine Worttrennung mitten im Begriff; der lange Überdachungs-Titel
   wird bewusst in genau zwei vollständige Zeilen gesetzt. */
.services-grid .service-card-body h2,
.services-grid .service-card-body h3{
  overflow-wrap:normal!important;
  word-break:normal!important;
  hyphens:none!important;
  text-wrap:balance;
}
.services-grid .nw-canopy-service-title a{
  display:grid!important;
  gap:.08em;
  max-width:100%!important;
  overflow:visible!important;
  word-break:normal!important;
  overflow-wrap:normal!important;
  hyphens:none!important;
}
.services-grid .nw-canopy-service-title a>span{
  display:block!important;
  white-space:nowrap!important;
  word-break:keep-all!important;
  overflow-wrap:normal!important;
  hyphens:none!important;
}
@media (min-width:1301px){
  .services-grid .nw-canopy-service-title{
    font-size:clamp(1.30rem,1.35vw,1.58rem)!important;
    line-height:1.08!important;
    letter-spacing:-.02em!important;
  }
}
@media (min-width:761px) and (max-width:1300px){
  .services-grid .nw-canopy-service-title{
    font-size:clamp(1.20rem,2.05vw,1.50rem)!important;
    line-height:1.08!important;
    letter-spacing:-.025em!important;
  }
}
@media (max-width:760px){
  .services-grid .nw-canopy-service-title{
    font-size:clamp(1.16rem,5.55vw,1.42rem)!important;
    line-height:1.08!important;
    letter-spacing:-.025em!important;
  }
}
