
:root{
  --bg:#d9cdbb;        /* darker beige (RAL7032 vibe) */
  --surface:#f4efe7;   /* lighter (RAL9010 vibe) */
  --surface-2:#e6dac8;
  --line:#c8b9a6;
  --text:#3a322b;
  --muted:#6f6256;
  --accent:#a88f74;
  --accent-dark:#7f6954;
  --shadow:0 12px 28px rgba(60,45,30,0.08);
  --radius:24px;
  --max:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
  background:var(--bg);
  color:var(--text);
  line-height:1.65;
}
img{max-width:100%;display:block}
a{color:inherit}
.site-header{
  position:sticky;top:0;z-index:30;
  backdrop-filter: blur(14px);
  background:rgba(251,248,243,.86);
  border-bottom:1px solid rgba(220,207,190,.7);
}
.header-inner,.container{max-width:var(--max);margin:0 auto;padding:0 22px}
.header-inner{
  display:flex;align-items:center;justify-content:space-between;
  min-height:76px;gap:18px;
}
.brand{text-decoration:none;display:flex;align-items:center;gap:14px}
.brand-title{font-size:1.15rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}
.brand-copy{display:flex;flex-direction:column}
.brand-emblem{width:56px;height:56px;object-fit:contain;flex:0 0 auto;opacity:.92}
.brand-sub{font-size:.86rem;color:var(--muted)}
.nav{display:flex;flex-wrap:nowrap;gap:8px;justify-content:flex-end;align-items:center;min-width:0}
.nav a{
  text-decoration:none;padding:10px 14px;border-radius:999px;color:var(--muted);
  transition:background .25s ease,color .25s ease, transform .25s ease;
}
.nav a:hover,.nav a.active{background:var(--surface-2);color:var(--text);transform:translateY(-1px)}
.hero{padding:72px 0 44px}
.hero-slim{padding:52px 0 24px}
.hero-panel{
  background:linear-gradient(135deg, rgba(255,253,249,.95), rgba(240,231,219,.9));
  border:1px solid var(--line);border-radius:36px;box-shadow:var(--shadow);padding:48px;
}
.hero-panel-home{max-width:none}
.hero-prose h2{font-size:clamp(1.35rem,2vw,2rem);margin-bottom:14px}
.eyebrow{display:inline-block;letter-spacing:.18em;text-transform:uppercase;font-size:.78rem;color:var(--accent-dark);margin-bottom:12px}
h1,h2,h3{line-height:1.15;margin:0 0 16px}
h1{font-size:clamp(2.1rem,4vw,4.2rem);max-width:11ch}
h2{font-size:clamp(1.6rem,2.4vw,2.4rem)}
h3{font-size:1.15rem}
.lead{font-size:1.1rem;color:var(--muted);max-width:60ch}
.section{padding:28px 0 26px}
.two-col{display:grid;grid-template-columns:1.1fr .9fr;gap:34px;align-items:stretch}
.content-block{
  background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);
  box-shadow:var(--shadow);padding:30px;
}
.content-block.soft{background:linear-gradient(180deg, #fffdf9 0%, #f7f1e7 100%)}
.image-wrap{overflow:hidden;border-radius:28px;border:1px solid var(--line);box-shadow:var(--shadow);height:100%;display:flex;align-items:center;justify-content:center}
.image-wrap img{width:100%;height:100%;object-fit:cover;object-position:center center}
.image-portrait{min-height:420px}
.image-landscape{min-height:320px}
.divider{height:1px;background:linear-gradient(90deg, transparent, var(--line), transparent);margin:32px 0}
.list-clean{padding-left:1.1rem;margin:0}
.list-clean li{margin:6px 0}
.price-section{margin:34px 0}
.price-heading{
  margin-bottom:14px;padding-bottom:10px;border-bottom:1px solid var(--line);
  text-transform:uppercase;letter-spacing:.1em;font-size:.92rem;color:var(--accent-dark)
}
.price-item{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:14px;padding:16px 0;border-bottom:1px solid rgba(220,207,190,.7)}
.price-item:last-child{border-bottom:none}
.price-name{font-weight:700}
.price-desc{grid-column:1 / -1;color:var(--muted);font-size:.97rem;margin-top:-6px}
.price-value{font-weight:700;white-space:nowrap}
.notice{background:#fcf8f2;border:1px solid var(--line);border-radius:20px;padding:18px 20px;margin:12px 0}
.contact-lines p,.prose p{margin:0 0 16px}
.footer{padding:44px 0 54px;color:var(--muted)}
.footer-inner{
  max-width:var(--max);margin:0 auto;padding:0 22px;border-top:1px solid var(--line);
  padding-top:24px;display:flex;justify-content:space-between;gap:14px;flex-wrap:wrap
}
.button{
  display:inline-flex;align-items:center;justify-content:center;text-decoration:none;border-radius:999px;
  padding:12px 18px;background:var(--accent);color:#fff;border:1px solid var(--accent);
  transition:transform .25s ease, background .25s ease;
}
.button:hover{transform:translateY(-1px);background:var(--accent-dark)}
.button.ghost{background:transparent;color:var(--text);border-color:var(--line)}
.page-title{max-width:none}
.small{font-size:.95rem;color:var(--muted)}

.feature-split{display:grid;grid-template-columns:minmax(0,1fr) minmax(180px,280px);gap:28px;align-items:center}
.feature-split-hero{grid-template-columns:minmax(0,1fr) minmax(130px,190px)}
.feature-split-product{grid-template-columns:minmax(0,1fr) minmax(220px,320px)}
.feature-copy{min-width:0}
.feature-copy > :first-child{margin-top:0}
.feature-copy > :last-child{margin-bottom:0}
.feature-visual{display:flex;align-items:center;justify-content:center;min-height:100%;align-self:stretch}
.feature-visual img{display:block;max-width:100%;height:auto;object-fit:contain}
.feature-visual-emblem{justify-content:center;padding-left:0;width:100%;}
.feature-visual-emblem img{max-width:150px;max-height:210px;opacity:.92;margin:0 auto;}
.feature-visual-logo{justify-content:center;padding-left:0;width:100%;}
.feature-visual-logo img{max-width:290px;max-height:240px;opacity:.82;margin:0 auto;}
.hero-panel-home .lead{max-width:58ch}
@media (max-width: 1120px){
  .header-inner{
    padding-top:12px;
    padding-bottom:12px;
    align-items:flex-start;
    flex-direction:column;
  }
  .nav{
    width:100%;
    justify-content:flex-start;
    overflow-x:auto;
    -webkit-overflow-scrolling:touch;
    scrollbar-width:thin;
    padding-bottom:4px;
  }
  .nav a{
    flex:0 0 auto;
    white-space:nowrap;
  }
}
@media (max-width: 860px){
  .hero-panel{padding:30px}
  .two-col{grid-template-columns:1fr}
  .feature-split,.feature-split-hero,.feature-split-product{grid-template-columns:1fr;gap:20px}
  .feature-visual{justify-content:center;align-self:auto;width:100%}
  .feature-visual-emblem,.feature-visual-logo{justify-content:center;width:100%}
  .feature-visual-emblem img{max-width:120px;max-height:160px;margin:0 auto}
  .feature-visual-logo img{max-width:260px;max-height:220px;margin:0 auto}
  h1{max-width:none}
  .brand-emblem{width:48px;height:48px}
}
@media (max-width: 560px){
  .container,.header-inner,.footer-inner{padding:0 16px}
  .hero{padding-top:40px}
  .hero-panel,.content-block{padding:22px}
  .price-item{grid-template-columns:1fr}
}


/* Final correction: emblem on start page further to the left on wide layouts */
.feature-visual-emblem-left{
  justify-content:flex-start;
  padding-left:0;
}
.feature-visual-emblem-left img{
  margin-left:-18px;
}
@media (max-width: 860px){
  .feature-visual-emblem-left{
    justify-content:center;
  }
  .feature-visual-emblem-left img{
    margin-left:0;
  }
}


/* Integrated smaller product image in logo area */
.feature-visual-product-combo{
  flex-direction: column;
  gap: 16px;
}
.ggk-logo-main{
  max-width: 290px;
  max-height: 220px;
}
.product-image-chip{
  width: 100%;
  max-width: 220px;
  border: 1px solid var(--line);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: var(--shadow);
  background: rgba(255,253,249,.55);
}
.product-image-small{
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: center center;
}
@media (max-width: 860px){
  .ggk-logo-main{
    max-width: 250px;
    max-height: 200px;
  }
  .product-image-chip{
    max-width: 210px;
  }
}


/* Produktseite: neues GGK-Logo + kleines Produktbild */
.feature-visual-product-combo{
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  gap: 16px;
  width: 100%;
}
.ggk-logo-main{
  width: 100%;
  max-width: 300px;
  max-height: 160px;
  object-fit: contain;
  object-position: right center;
}
.product-image-chip{
  width: 100%;
  max-width: 220px;
  border: 1px solid var(--line);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: var(--shadow);
  background: rgba(255,253,249,.35);
  align-self: flex-end;
}
.product-image-small{
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: center center;
}
@media (max-width: 860px){
  .feature-visual-product-combo{
    align-items: center;
  }
  .ggk-logo-main{
    max-width: 270px;
    max-height: 150px;
    object-position: center center;
  }
  .product-image-chip{
    max-width: 210px;
    align-self: center;
  }
}


/* FINAL FIX: Produkte linksbündig statt rechts */
.feature-visual-product-combo{
  align-items: flex-start;
}
.ggk-logo-main{
  object-position: left center;
}
.product-image-chip{
  align-self: flex-start;
}
@media (max-width: 860px){
  .feature-visual-product-combo{
    align-items: center;
  }
  .ggk-logo-main{
    object-position: center center;
  }
  .product-image-chip{
    align-self: center;
  }
}


/* FINAL FINAL: Produkte sauber zentriert untereinander */
.feature-visual-product-combo{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 18px;
  width: 100%;
}

.ggk-logo-main{
  width: 100%;
  max-width: 280px;
  object-fit: contain;
  object-position: center;
}

.product-image-chip{
  width: 100%;
  max-width: 220px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: var(--shadow);
  align-self: center;
}

.product-image-small{
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}


/* Startseite: Emblem im oberen Bereich mittig rechts */
.feature-split-hero{
  align-items:center;
}
.feature-visual-emblem-left{
  justify-content:center;
}
.feature-visual-emblem-left img{
  margin-left:0;
}

/* Startseite: zusätzlicher Text bleibt in der Fläche und darf weit nach rechts laufen */
.home-extra-text{
  width:100%;
}
.home-extra-text .lead{
  max-width:none;
}
.home-extra-text .lead:last-child{
  margin-bottom:0;
}
