:root{
    --wg-max:1180px;
    --wg-green:#2f5d34;
    --wg-dark:#17351f;
    --wg-text:#4a554d;
    --wg-bg:#f7faf5;
    --wg-soft:#eef5e9;
    --wg-shadow:0 10px 30px rgba(0,0,0,.08);
    --wg-radius:22px;
}
.garten-wellness-seite .wg-page{background:var(--wg-bg);color:var(--wg-text);}
.garten-wellness-seite .wg-hero{
    height:310px;min-height:310px;max-height:310px;display:flex;align-items:center;box-sizing:border-box;
    background-image:linear-gradient(90deg,rgba(17,53,31,.72) 0%,rgba(30,83,48,.50) 44%,rgba(30,83,48,.14) 78%,rgba(30,83,48,.04) 100%),url('/assets/images/wellness-garten-header.jpg?v=20260820a');
    background-size:cover;background-position:center 53%;
}
.garten-wellness-seite .wg-hero-inner{width:100%;max-width:var(--wg-max);margin:0 auto;padding:58px 25px;box-sizing:border-box;}
.garten-wellness-seite .wg-label{display:inline-flex;margin:0 0 14px;padding:8px 14px;border-radius:999px;background:rgba(255,255,255,.16);color:#fff;font-size:13px;font-weight:800;letter-spacing:1.5px;text-transform:uppercase;}
.garten-wellness-seite .wg-hero h1{max-width:760px;margin:0 0 18px;color:#fff;font-family:Georgia,serif;font-size:58px;font-weight:700;line-height:1.15;text-shadow:2px 2px 8px rgba(0,0,0,.55);}
.garten-wellness-seite .wg-hero p{max-width:720px;margin:0;color:#fff;font-size:22px;line-height:1.6;text-shadow:1px 1px 6px rgba(0,0,0,.55);}
.garten-wellness-seite .wg-section{padding:58px 25px 76px;}
.garten-wellness-seite .wg-section-soft{background:linear-gradient(180deg,#f7faf5 0%,#eef5e9 100%);}
.garten-wellness-seite .wg-container{width:100%;max-width:var(--wg-max);margin:0 auto;}
.garten-wellness-seite .wg-intro{max-width:840px;margin:0 0 34px;}
.garten-wellness-seite .wg-eyebrow{display:block;margin:0 0 9px;color:#5d8c51;font-size:13px;font-weight:800;letter-spacing:1.3px;text-transform:uppercase;}
.garten-wellness-seite .wg-intro h2,.garten-wellness-seite .wg-cta h2{margin:0 0 14px;color:var(--wg-dark);font-family:Georgia,serif;font-size:34px;line-height:1.2;}
.garten-wellness-seite .wg-intro p{margin:0;font-size:17px;line-height:1.75;}
.garten-wellness-seite .wg-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:26px;}
.garten-wellness-seite .wg-card{min-height:240px;padding:30px 28px 26px;display:flex;flex-direction:column;border:1px solid rgba(126,163,90,.16);border-radius:var(--wg-radius);background:#fff;box-shadow:var(--wg-shadow);color:var(--wg-text);text-decoration:none;transition:.2s ease;}
.garten-wellness-seite .wg-card:hover{transform:translateY(-4px);box-shadow:0 15px 38px rgba(0,0,0,.11);border-color:rgba(47,93,52,.28);}
.garten-wellness-seite .wg-icon{width:58px;height:58px;margin:0 0 22px;display:grid;place-items:center;border-radius:18px;background:#edf5e9;color:var(--wg-green);font-size:24px;}
.garten-wellness-seite .wg-card h3{margin:0 0 11px;color:var(--wg-dark);font-family:Georgia,serif;font-size:23px;line-height:1.28;}
.garten-wellness-seite .wg-card p{margin:0 0 22px;font-size:15.5px;line-height:1.65;}
.garten-wellness-seite .wg-link{margin-top:auto;display:inline-flex;align-items:center;gap:8px;color:var(--wg-green);font-weight:800;}
.garten-wellness-seite .wg-cta{width:100%;padding:52px 25px;box-sizing:border-box;background:linear-gradient(135deg,#17351f,#2f5d34);color:#fff;}
.garten-wellness-seite .wg-cta-inner{max-width:var(--wg-max);margin:0 auto;}
.garten-wellness-seite .wg-eyebrow-light{color:#cfe1c7;}
.garten-wellness-seite .wg-cta h2{color:#fff;font-size:34px;}
.garten-wellness-seite .wg-cta p{max-width:760px;margin:0;color:rgba(255,255,255,.88);font-size:17px;line-height:1.7;}
.garten-wellness-seite .wg-results-section{padding:38px 25px 76px;background:linear-gradient(180deg,#f7faf5 0%,#eef5e9 100%);min-height:40vh;}
.garten-wellness-seite .wg-back-button{display:inline-flex;align-items:center;gap:9px;min-height:44px;margin:0 0 30px;padding:10px 17px;border:2px solid var(--wg-green);border-radius:999px;background:#fff;color:var(--wg-green);font-weight:800;text-decoration:none;box-sizing:border-box;}
.garten-wellness-seite .wg-back-button:hover{background:var(--wg-green);color:#fff;}
.garten-wellness-seite .wg-results-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:26px;}
.garten-wellness-seite .wg-result-card{overflow:hidden;border:1px solid rgba(126,163,90,.16);border-radius:22px;background:#fff;box-shadow:var(--wg-shadow);}
.garten-wellness-seite .wg-result-image{display:block;height:210px;background:#edf3ea;overflow:hidden;}
.garten-wellness-seite .wg-result-image img{width:100%;height:100%;object-fit:cover;display:block;}
.garten-wellness-seite .wg-result-body{padding:24px;}
.garten-wellness-seite .wg-result-kicker{display:block;margin:0 0 8px;color:#5d8c51;font-size:12px;font-weight:800;letter-spacing:1px;text-transform:uppercase;}
.garten-wellness-seite .wg-result-card h2{margin:0 0 12px;color:var(--wg-dark);font-family:Georgia,serif;font-size:23px;line-height:1.25;}
.garten-wellness-seite .wg-result-card p{margin:0 0 20px;font-size:15.5px;line-height:1.65;}
.garten-wellness-seite .wg-result-link{display:inline-flex;align-items:center;gap:8px;color:var(--wg-green);font-weight:800;text-decoration:none;}
.garten-wellness-seite .wg-results-empty{padding:28px;border-radius:18px;background:#fff;box-shadow:var(--wg-shadow);color:#59645b;line-height:1.6;}
@media(max-width:980px){.garten-wellness-seite .wg-grid,.garten-wellness-seite .wg-results-grid{grid-template-columns:repeat(2,minmax(0,1fr));}}
@media(max-width:768px){
 .garten-wellness-seite .wg-hero{height:310px;min-height:310px;max-height:310px;background-position:62% center;}
 .garten-wellness-seite .wg-hero-inner{padding:48px 18px;}
 .garten-wellness-seite .wg-hero h1{font-size:40px;}
 .garten-wellness-seite .wg-hero p{font-size:18px;line-height:1.45;}
 .garten-wellness-seite .wg-section{padding:42px 18px 56px;}
 .garten-wellness-seite .wg-results-section{padding:34px 18px 56px;}
 .garten-wellness-seite .wg-intro h2,.garten-wellness-seite .wg-cta h2{font-size:28px;}
 .garten-wellness-seite .wg-cta{padding:44px 18px;}
}
@media(max-width:620px){.garten-wellness-seite .wg-grid,.garten-wellness-seite .wg-results-grid{grid-template-columns:1fr;}.garten-wellness-seite .wg-card{min-height:0;padding:25px 23px;}}

/* Wellness-Slug-Unterseiten – gemeinsame hochwertige Darstellung */
.garten-wellness-seite .wg-slug-intro{
    display:grid;
    grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);
    gap:34px;
    align-items:center;
    margin:0 0 46px;
    padding:34px 36px;
    border:1px solid rgba(126,163,90,.16);
    border-radius:22px;
    background:#fff;
    box-shadow:var(--wg-shadow);
}
.garten-wellness-seite .wg-slug-intro-text h2,
.garten-wellness-seite .wg-results-heading h2{
    margin:0 0 14px;
    color:var(--wg-dark);
    font-family:Georgia,serif;
    font-size:32px;
    line-height:1.2;
}
.garten-wellness-seite .wg-slug-intro-text p{
    max-width:690px;
    margin:0;
    font-size:16.5px;
    line-height:1.75;
}
.garten-wellness-seite .wg-slug-points{
    display:grid;
    gap:12px;
}
.garten-wellness-seite .wg-slug-point{
    display:grid;
    grid-template-columns:46px minmax(0,1fr);
    column-gap:14px;
    align-items:center;
    padding:13px 15px;
    border-radius:16px;
    background:#f2f7ef;
}
.garten-wellness-seite .wg-slug-point>span{
    grid-row:1/3;
    width:46px;
    height:46px;
    display:grid;
    place-items:center;
    border-radius:14px;
    background:#fff;
    color:var(--wg-green);
    font-size:19px;
}
.garten-wellness-seite .wg-slug-point strong{
    color:var(--wg-dark);
    font-size:15px;
}
.garten-wellness-seite .wg-slug-point small{
    margin-top:2px;
    color:#657066;
    font-size:13px;
}
.garten-wellness-seite .wg-results-heading{
    margin:0 0 24px;
}
.garten-wellness-seite .wg-results-heading h2{
    margin-bottom:0;
}
.garten-wellness-seite .wg-results-grid-featured .wg-result-card{
    transition:transform .2s ease,box-shadow .2s ease;
}
.garten-wellness-seite .wg-results-grid-featured .wg-result-card:hover{
    transform:translateY(-4px);
    box-shadow:0 16px 38px rgba(0,0,0,.11);
}
.garten-wellness-seite .wg-results-grid-featured .wg-result-image{
    height:235px;
}
@media(max-width:900px){
    .garten-wellness-seite .wg-slug-intro{grid-template-columns:1fr;padding:30px;}
}
@media(max-width:620px){
    .garten-wellness-seite .wg-slug-intro{padding:24px 20px;margin-bottom:34px;}
    .garten-wellness-seite .wg-slug-intro-text h2,
    .garten-wellness-seite .wg-results-heading h2{font-size:27px;}
    .garten-wellness-seite .wg-results-grid-featured .wg-result-image{height:210px;}
}

.garten-wellness-seite .wg-results-empty{
    display:grid;
    grid-template-columns:58px minmax(0,1fr);
    gap:18px;
    align-items:center;
    padding:24px 26px;
}
.garten-wellness-seite .wg-results-empty-icon{
    width:58px;height:58px;display:grid;place-items:center;border-radius:18px;
    background:#edf5e9;color:var(--wg-green);font-size:23px;
}
.garten-wellness-seite .wg-results-empty strong{
    display:block;margin-bottom:5px;color:var(--wg-dark);font-family:Georgia,serif;font-size:20px;
}
.garten-wellness-seite .wg-results-empty p{margin:0;}

/* Wellness-Hauptseite – hochwertiger Einstiegsbereich */
.garten-wellness-seite .wg-intro-layout{
    display:grid;
    grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);
    gap:46px;
    align-items:center;
    margin:0 0 46px;
}
.garten-wellness-seite .wg-intro-layout .wg-intro{
    max-width:none;
    margin:0;
}
.garten-wellness-seite .wg-intro-layout .wg-intro h2{
    max-width:720px;
    margin-bottom:18px;
    font-size:38px;
}
.garten-wellness-seite .wg-intro-layout .wg-intro p{
    max-width:760px;
}
.garten-wellness-seite .wg-intro-layout .wg-intro .wg-intro-lead{
    margin-bottom:13px;
    color:var(--wg-dark);
    font-size:19px;
    line-height:1.7;
}
.garten-wellness-seite .wg-intro-highlights{
    display:grid;
    gap:12px;
}
.garten-wellness-seite .wg-intro-highlight{
    display:grid;
    grid-template-columns:50px minmax(0,1fr);
    gap:15px;
    align-items:center;
    padding:15px 17px;
    border:1px solid rgba(126,163,90,.16);
    border-radius:17px;
    background:rgba(255,255,255,.86);
    box-shadow:0 7px 22px rgba(0,0,0,.045);
}
.garten-wellness-seite .wg-intro-highlight>span{
    width:50px;
    height:50px;
    display:grid;
    place-items:center;
    border-radius:15px;
    background:#e8f2e3;
    color:var(--wg-green);
    font-size:20px;
}
.garten-wellness-seite .wg-intro-highlight strong{
    display:block;
    margin-bottom:3px;
    color:var(--wg-dark);
    font-size:15.5px;
}
.garten-wellness-seite .wg-intro-highlight small{
    display:block;
    color:#667167;
    font-size:13.5px;
    line-height:1.45;
}
.garten-wellness-seite .wg-selection-heading{
    margin:0 0 24px;
}
.garten-wellness-seite .wg-selection-heading h2{
    margin:0;
    color:var(--wg-dark);
    font-family:Georgia,serif;
    font-size:31px;
    line-height:1.2;
}
@media(max-width:900px){
    .garten-wellness-seite .wg-intro-layout{
        grid-template-columns:1fr;
        gap:28px;
    }
}
@media(max-width:620px){
    .garten-wellness-seite .wg-intro-layout .wg-intro h2{font-size:30px;}
    .garten-wellness-seite .wg-intro-layout .wg-intro .wg-intro-lead{font-size:17px;}
    .garten-wellness-seite .wg-selection-heading h2{font-size:27px;}
}
