:root{
  --black:#050505;
  --near-black:#0c0a08;
  --ink:#202522;
  --muted:#6d7069;
  --paper:#f7f4ed;
  --paper-2:#ede7dc;
  --cream:#fffaf0;
  --gold:#c3a16a;
  --gold-dark:#8f734c;
  --sage:#5e6a67;
  --line:rgba(35,35,35,.12);
  --white:#fff;
  --shadow:0 32px 80px rgba(0,0,0,.22);
  --max:1180px;
}
*{box-sizing:border-box} html{scroll-behavior:smooth} body{margin:0;font-family:Calibri,Arial,sans-serif;line-height:1.48;color:var(--ink);background:var(--paper);overflow-x:hidden} img{max-width:100%;display:block} a{color:inherit;text-decoration:none} .content-shell{width:min(var(--max),calc(100% - 48px));margin-inline:auto}.eyebrow{margin:0 0 14px;text-transform:uppercase;letter-spacing:.18em;font-size:.76rem;font-weight:700;color:var(--gold)}.lead{font-size:clamp(1.05rem,1.1vw + .75rem,1.34rem);line-height:1.55;margin:0;color:inherit}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;border-radius:999px;padding:14px 23px;font-weight:700;letter-spacing:.02em;border:1px solid transparent;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.btn:hover{transform:translateY(-2px)}.btn-light{background:var(--paper);color:#111;box-shadow:0 18px 38px rgba(255,255,255,.12)}.btn-dark{background:#111;color:#fff;box-shadow:0 18px 35px rgba(0,0,0,.18)}.btn-gold{background:linear-gradient(135deg,#d4bb86,#967348);color:#111;box-shadow:0 18px 42px rgba(195,161,106,.25)}.text-link{font-weight:700;color:#eee;border-bottom:1px solid currentColor}.text-link.dark{color:#1a1a1a}.actions{display:flex;gap:15px;flex-wrap:wrap;align-items:center;margin-top:30px}.mini-brand{display:inline-flex;align-items:center;gap:12px;font-weight:700;letter-spacing:.04em}.mini-brand img{width:42px;height:42px;border-radius:13px}.brand-light{color:#f7f0e4}.brand-dark{color:#1e1e1e}

/* Landing */
.home{min-height:100svh;background:#050505}.split-landing{min-height:100svh;display:grid;grid-template-columns:1fr 1fr}.choice{position:relative;isolation:isolate;overflow:hidden;display:flex;align-items:center;min-height:100svh;padding:clamp(28px,4vw,72px)}.choice-restoration{background:radial-gradient(circle at 70% 50%,rgba(160,133,91,.26),transparent 45%),linear-gradient(90deg,#050505 0%,#090807 45%,#15100c 100%);color:#fff}.choice-design{background:linear-gradient(90deg,#f7f4ed 0%,#fffdfa 78%);color:#1d211f}.landing-visual{position:absolute;z-index:-1;pointer-events:none}.landing-photo{right:-3%;top:50%;width:min(58vw,760px);transform:translateY(-50%);opacity:.92}.landing-photo img{width:100%;height:auto;filter:drop-shadow(0 40px 70px rgba(0,0,0,.42))}.landing-bulb{left:0;top:50%;width:min(31vw,430px);transform:translateY(-50%);opacity:.54}.landing-bulb img{width:100%;height:auto}.choice-content{position:relative;z-index:3;width:min(520px,100%)}.left-content{margin-left:min(4vw,38px);padding-right:clamp(20px,7vw,120px)}.right-content{margin-left:auto;margin-right:min(4vw,44px);padding-left:clamp(24px,7vw,120px)}.choice-content h1,.choice-content h2{font-family:Georgia,'Times New Roman',serif;letter-spacing:-.045em;font-size:clamp(2.7rem,5.2vw,6.2rem);line-height:.92;margin:0 0 24px;max-width:8ch}.choice-design h2{color:#1d2422;max-width:9ch}.choice-content .lead{max-width:34rem}.quick-list{display:grid;gap:9px;margin:28px 0 30px}.quick-list span{position:relative;padding-left:18px;font-weight:700;color:inherit;opacity:.88}.quick-list span:before{content:"";position:absolute;left:0;top:.68em;width:7px;height:7px;border-radius:50%;background:var(--gold)}.choice-logo{width:min(350px,70%);margin-bottom:26px;opacity:.96}.choice-design .eyebrow{color:var(--gold-dark)}

/* Header */
.site-header{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:16px clamp(20px,4vw,56px);backdrop-filter:blur(18px);border-bottom:1px solid rgba(255,255,255,.1)}.dark-header{background:rgba(6,5,4,.78);color:#f4eadb}.light-header{background:rgba(247,244,237,.84);color:#1f2523;border-bottom-color:var(--line)}.site-header nav{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.site-header nav a{padding:10px 12px;border-radius:999px;font-weight:700;font-size:.93rem;opacity:.75}.site-header nav a.active,.site-header nav a:hover{opacity:1;background:rgba(195,161,106,.16)}.official-brand img{width:min(260px,42vw);height:auto}

/* Fotorestaurierung */
.restoration-page{background:linear-gradient(180deg,#080604,#15100c 45%,#0b0907);color:#f2eadc}.photo-hero{width:min(1260px,calc(100% - 48px));min-height:calc(100svh - 75px);margin-inline:auto;display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,520px);gap:clamp(32px,6vw,80px);align-items:center;padding:clamp(44px,7vw,90px) 0}.photo-hero-copy h1{font-family:Georgia,'Times New Roman',serif;font-size:clamp(2.9rem,5.2vw,6rem);line-height:.95;letter-spacing:-.05em;margin:0 0 26px;max-width:10ch}.photo-hero-copy .lead{max-width:42rem;color:#e7ded0}.photo-hero-image{position:relative}.photo-hero-image:before{content:"";position:absolute;inset:10% -8% -7% 12%;background:radial-gradient(circle,rgba(195,161,106,.32),transparent 65%);z-index:-1}.photo-hero-image img{filter:drop-shadow(0 34px 64px rgba(0,0,0,.45))}.section{padding:clamp(64px,8vw,112px) 0}.photo-overview{background:linear-gradient(180deg,rgba(255,255,255,.035),rgba(255,255,255,.015))}.overview-grid{display:grid;grid-template-columns:.9fr 1.2fr;gap:clamp(28px,5vw,66px);align-items:start}.overview-grid h2,.section-heading h2,.process-shell h2,.statement-grid h2{font-family:Georgia,'Times New Roman',serif;font-size:clamp(2.1rem,3vw,3.8rem);line-height:1.03;letter-spacing:-.035em;margin:0 0 20px}.overview-grid p{color:#d7cab8;font-size:1.08rem}.overview-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.overview-cards article,.gd-cards-grid article{border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.06);border-radius:24px;padding:24px;box-shadow:0 20px 50px rgba(0,0,0,.15)}.overview-cards strong,.gd-cards-grid span{color:var(--gold);font-size:.82rem;letter-spacing:.12em}.overview-cards h3,.gd-cards-grid h3{margin:16px 0 10px;font-size:1.22rem}.overview-cards p,.gd-cards-grid p{margin:0;font-size:1rem;color:inherit;opacity:.78}.examples-section{background:#0b0907}.section-heading.centered{text-align:center;max-width:760px;margin:0 auto 42px}.section-heading.centered p{color:#cfc4b5}.example-feature{display:grid;grid-template-columns:minmax(320px,520px) minmax(0,1fr);align-items:center;gap:clamp(28px,5vw,70px);padding:clamp(24px,4vw,44px);border:1px solid rgba(255,255,255,.12);border-radius:34px;background:linear-gradient(135deg,rgba(255,255,255,.07),rgba(255,255,255,.025));box-shadow:var(--shadow)}.example-feature img{filter:drop-shadow(0 22px 42px rgba(0,0,0,.35))}.example-feature h3{font-family:Georgia,'Times New Roman',serif;font-size:clamp(1.8rem,2.6vw,3rem);line-height:1.06;margin:0 0 16px}.example-feature p:not(.eyebrow){color:#dacdbc;font-size:1.08rem}.memory-grid{display:grid;grid-template-columns:1.4fr .72fr .72fr;gap:20px;margin-top:28px;align-items:stretch}.memory-grid figure{margin:0;position:relative;overflow:hidden;border-radius:26px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.12);box-shadow:0 26px 55px rgba(0,0,0,.2)}.memory-grid img{width:100%;height:100%;object-fit:cover}.memory-grid figcaption{position:absolute;left:14px;bottom:14px;background:rgba(9,8,7,.68);backdrop-filter:blur(10px);color:#fff;border:1px solid rgba(255,255,255,.18);padding:9px 13px;border-radius:999px;font-weight:700;font-size:.88rem}.process-section{background:linear-gradient(180deg,#0b0907,#17110c)}.process-shell{display:grid;grid-template-columns:.8fr 1.2fr;gap:44px;align-items:start}.steps{list-style:none;margin:0;padding:0;display:grid;gap:14px}.steps li{display:grid;grid-template-columns:58px 1fr;gap:4px 18px;padding:20px;border-radius:24px;border:1px solid rgba(255,255,255,.13);background:rgba(255,255,255,.05)}.steps span{grid-row:1/3;color:var(--gold);font-weight:800}.steps strong{font-size:1.15rem}.steps p{margin:0;color:#cfc3b3}

/* Grafik Design */
.design-page{background:var(--paper);color:var(--ink)}.gd-hero-clean{position:relative;isolation:isolate;min-height:calc(100svh - 75px);display:flex;align-items:center;overflow:hidden;background:linear-gradient(90deg,#f1eadf 0%,#fffdf8 100%)}.gd-bg-bulb{position:absolute;left:0;top:50%;transform:translateY(-50%);width:min(34vw,440px);opacity:.38;z-index:-1}.gd-clean-inner{display:flex;justify-content:flex-end;padding:clamp(54px,8vw,110px) 0}.gd-copy-card{width:min(650px,100%);background:rgba(255,255,255,.78);border:1px solid rgba(40,40,40,.1);border-radius:34px;padding:clamp(28px,5vw,58px);box-shadow:0 30px 80px rgba(86,75,56,.18);backdrop-filter:blur(8px)}.gd-hero-logo{width:min(390px,100%);margin-bottom:36px}.gd-copy-card h1{font-family:Georgia,'Times New Roman',serif;font-size:clamp(2.8rem,5vw,5.5rem);line-height:.95;letter-spacing:-.055em;margin:0 0 26px;color:#212724}.gd-copy-card h1 span{color:var(--gold-dark);font-style:italic}.gd-copy-card .lead{color:#4d524d;max-width:38rem}.gd-services-clean{background:#fffdf8}.dark-text h2{color:#222}.gd-cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.gd-cards-grid article{border-color:var(--line);background:linear-gradient(180deg,#fff,#f5f0e8);box-shadow:0 22px 46px rgba(60,50,35,.08);min-height:190px}.gd-statement-clean{background:linear-gradient(180deg,#f7f4ed,#ede6da)}.statement-grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(28px,5vw,70px);align-items:start}.statement-grid p{font-size:1.12rem;color:#555b55}.footer{padding:54px 0}.footer-shell{display:grid;grid-template-columns:1fr auto;gap:28px;align-items:end}.footer h2{font-family:Georgia,'Times New Roman',serif;font-size:clamp(2rem,3vw,3.5rem);line-height:1;margin:0 0 14px}.footer p{max-width:560px}.dark-footer{background:#050505;color:#f3eadc}.light-footer{background:#15130f;color:#fff}.contact-box{display:grid;gap:9px;padding:22px;border-radius:22px;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.06);min-width:min(360px,100%)}.contact-box a{text-decoration:underline;text-underline-offset:3px}.light-contact{background:rgba(255,255,255,.08)}

@media (min-width:1500px){.choice{padding-inline:clamp(70px,7vw,130px)}.landing-photo{right:2%;width:min(45vw,780px)}.landing-bulb{width:min(27vw,460px)}.choice-content{width:min(560px,100%)}}
@media (max-width:1080px){.split-landing{grid-template-columns:1fr}.choice{min-height:50svh}.landing-photo{right:-5%;width:min(70vw,620px)}.landing-bulb{width:min(42vw,360px);opacity:.34}.right-content,.left-content{margin-left:0;margin-right:0;padding-left:0;padding-right:min(30vw,240px)}.choice-logo{width:min(310px,78%)}.photo-hero,.overview-grid,.example-feature,.process-shell,.statement-grid{grid-template-columns:1fr}.photo-hero-image{max-width:560px;margin-inline:auto}.overview-cards,.gd-cards-grid{grid-template-columns:repeat(2,1fr)}.memory-grid{grid-template-columns:1fr 1fr}.memory-grid figure:first-child{grid-column:1/-1}.footer-shell{grid-template-columns:1fr}.gd-bg-bulb{width:min(42vw,380px);opacity:.24}}
@media (max-width:720px){.content-shell,.photo-hero{width:min(100% - 32px, var(--max))}.site-header{position:relative;align-items:flex-start;flex-direction:column}.site-header nav{gap:4px}.site-header nav a{font-size:.88rem;padding:8px 10px}.split-landing{display:block}.choice{min-height:auto;padding:34px 20px 40px;align-items:flex-end}.choice-restoration{padding-top:235px}.choice-design{padding-top:220px}.landing-photo{top:22px;right:-58px;width:430px;transform:none;opacity:.82}.landing-bulb{top:16px;left:-20px;width:220px;transform:none;opacity:.34}.choice-content h1,.choice-content h2{font-size:clamp(2.5rem,15vw,4.5rem);max-width:8ch}.right-content,.left-content{padding-right:0}.quick-list{font-size:.95rem}.choice-logo{width:min(260px,86%)}.photo-hero{min-height:auto;padding:48px 0;gap:22px}.photo-hero-copy h1,.gd-copy-card h1{font-size:clamp(2.55rem,13vw,4.4rem)}.overview-cards,.gd-cards-grid{grid-template-columns:1fr}.example-feature{padding:18px;border-radius:24px}.memory-grid{grid-template-columns:1fr;gap:15px}.steps li{grid-template-columns:42px 1fr;padding:17px}.gd-hero-clean{min-height:auto}.gd-clean-inner{padding:70px 0 56px}.gd-bg-bulb{top:10px;left:-36px;transform:none;width:230px;opacity:.22}.gd-copy-card{padding:24px;border-radius:26px}.gd-hero-logo{width:min(280px,100%);margin-bottom:28px}.footer{padding:44px 0}.contact-box{min-width:0;width:100%}}
@media (max-width:430px){.choice-restoration{padding-top:210px}.choice-design{padding-top:195px}.landing-photo{width:375px;right:-72px}.landing-bulb{width:198px}.btn{width:100%}.actions{align-items:stretch}.official-brand img{width:230px}.photo-hero-copy h1{max-width:9ch}}

/* --- V7: Grafik Design wieder näher an Version 5 --- */
.choice-design{
  background:linear-gradient(90deg,#f7f4ed 0%,#fffdf8 72%,#ffffff 100%);
  color:#1d211f;
}
.choice-design .landing-bulb{
  opacity:.44;
  filter:none;
}
.choice-design .choice-logo{
  max-width:min(330px,74%);
  height:auto;
  object-fit:contain;
  margin-bottom:26px;
}
.choice-design h2{
  font-family:Georgia,'Times New Roman',serif;
  color:#1d2422;
  letter-spacing:-.045em;
}
.choice-design .lead,
.choice-design .quick-list span{
  color:#343b38;
}
.choice-design .btn-dark{
  background:#111;
  color:#fff;
  box-shadow:0 18px 35px rgba(0,0,0,.18);
}

/* Grafikdesign-Unterseite: ruhiger, heller V5-Look */
.design-page{
  background:#f7f4ed;
  color:#202522;
  font-family:Calibri,Arial,sans-serif;
}
.design-page .site-header.light-header{
  background:rgba(247,244,237,.88);
  border-bottom:1px solid rgba(35,35,35,.10);
  color:#1f2523;
}
.design-page .official-brand img{
  width:min(290px,52vw);
  height:auto;
  max-height:74px;
  object-fit:contain;
}
.design-page .site-header nav a{
  color:#252b28;
}
.design-page .site-header nav a.active,
.design-page .site-header nav a:hover{
  background:rgba(94,106,103,.12);
}
.gd-hero-clean{
  min-height:calc(100svh - 80px);
  background:linear-gradient(90deg,#f1eadf 0%,#fffdf8 68%,#ffffff 100%);
  overflow:hidden;
}
.gd-bg-bulb{
  left:0;
  top:50%;
  transform:translateY(-50%);
  width:min(34vw,440px);
  opacity:.35;
  mix-blend-mode:multiply;
  filter:none;
}
.gd-clean-inner{
  justify-content:flex-end;
  padding:clamp(54px,8vw,112px) 0;
}
.gd-copy-card{
  width:min(660px,100%);
  background:rgba(255,255,255,.82);
  border:1px solid rgba(40,40,40,.10);
  border-radius:34px;
  padding:clamp(30px,5vw,58px);
  box-shadow:0 30px 80px rgba(86,75,56,.16);
  backdrop-filter:blur(8px);
  overflow:visible;
}
.gd-hero-logo{
  width:min(360px,100%);
  height:auto;
  max-height:118px;
  object-fit:contain;
  object-position:left center;
  margin:0 0 34px;
}
.gd-copy-card h1,
.gd-statement-clean h2,
.gd-services-clean h2,
.light-footer h2{
  font-family:Georgia,'Times New Roman',serif;
  color:#212724;
  letter-spacing:-.055em;
}
.gd-copy-card h1{
  font-size:clamp(2.75rem,5vw,5.5rem);
  line-height:.95;
  margin:0 0 26px;
  max-width:8.5ch;
  word-break:normal;
  overflow-wrap:normal;
}
.gd-copy-card h1 span{
  color:#8f734c;
  font-style:italic;
}
.gd-copy-card .eyebrow,
.gd-services-clean .eyebrow,
.gd-statement-clean .eyebrow,
.light-footer .eyebrow{
  color:#8f734c;
}
.gd-copy-card .lead{
  color:#4d524d;
  max-width:38rem;
}
.gd-copy-card .actions{
  margin-top:30px;
}
.gd-copy-card .btn-dark{
  background:#111;
  color:#fff;
  box-shadow:0 18px 35px rgba(0,0,0,.18);
}
.gd-services-clean{
  background:#fffdf8;
}
.gd-services-clean .section-heading.centered{
  text-align:center;
  max-width:760px;
  margin-inline:auto;
}
.gd-cards-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}
.gd-cards-grid article{
  border:1px solid rgba(35,35,35,.12);
  background:linear-gradient(180deg,#fff,#f5f0e8);
  box-shadow:0 22px 46px rgba(60,50,35,.08);
  border-radius:26px;
  padding:24px;
  min-height:190px;
  overflow:visible;
}
.gd-cards-grid article span{
  color:#8f734c;
  font-weight:800;
  letter-spacing:.08em;
}
.gd-cards-grid article h3{
  color:#222825;
  margin:.65rem 0 .55rem;
  line-height:1.16;
}
.gd-cards-grid article p{
  color:#5f645f;
}
.gd-statement-clean{
  background:linear-gradient(180deg,#f7f4ed,#ede6da);
}
.statement-grid{
  align-items:start;
}
.statement-grid p{
  color:#555b55;
}
.light-footer{
  background:#15130f;
  color:#fff;
}
.light-footer h2{
  color:#fffaf0;
}
.light-footer .contact-box{
  background:rgba(255,255,255,.08);
  border-color:rgba(255,255,255,.14);
}

@media (max-width:1080px){
  .gd-bg-bulb{width:min(44vw,380px);opacity:.25;}
  .gd-cards-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
  .gd-copy-card h1{max-width:10ch;}
}
@media (max-width:720px){
  .choice-design .choice-logo{max-width:min(260px,86%);}
  .design-page .official-brand img{width:min(260px,72vw);max-height:62px;}
  .gd-hero-clean{min-height:auto;}
  .gd-clean-inner{padding:70px 0 56px;}
  .gd-bg-bulb{top:12px;left:-38px;transform:none;width:235px;opacity:.20;}
  .gd-copy-card{padding:24px;border-radius:26px;background:rgba(255,255,255,.86);}
  .gd-hero-logo{width:min(285px,100%);max-height:96px;margin-bottom:28px;}
  .gd-copy-card h1{font-size:clamp(2.5rem,13vw,4.35rem);line-height:.98;max-width:9ch;}
  .gd-cards-grid{grid-template-columns:1fr;}
}
@media (max-width:430px){
  .gd-copy-card h1{font-size:clamp(2.35rem,14vw,3.85rem);}
  .gd-hero-logo{width:min(245px,100%);}
}


/* --- V8: elegantere, leichtere Headline-Schrift --- */
:root{
  --headline-elegant:"Cormorant Garamond","Baskerville","Palatino Linotype","Book Antiqua",Georgia,serif;
}

.choice-design h2,
.gd-copy-card h1,
.gd-services-clean h2,
.gd-statement-clean h2,
.light-footer h2{
  font-family:var(--headline-elegant);
  font-weight:400;
  letter-spacing:-.025em;
  line-height:1.03;
}

.choice-design h2{
  font-size:clamp(2.65rem,5vw,5.75rem);
  max-width:10ch;
}

.gd-copy-card h1{
  font-size:clamp(2.55rem,4.7vw,5.05rem);
  font-weight:400;
  letter-spacing:-.025em;
  line-height:1.04;
  max-width:9.5ch;
}

.gd-copy-card h1 span{
  font-weight:400;
  font-style:italic;
}

.gd-services-clean h2,
.gd-statement-clean h2{
  font-size:clamp(2rem,2.8vw,3.45rem);
}

.light-footer h2{
  font-size:clamp(1.9rem,2.8vw,3.25rem);
}

@media (max-width:720px){
  .choice-design h2{font-size:clamp(2.35rem,13vw,4.25rem);}
  .gd-copy-card h1{font-size:clamp(2.25rem,12vw,3.95rem);line-height:1.05;max-width:10ch;}
}

@media (max-width:430px){
  .gd-copy-card h1{font-size:clamp(2.08rem,12.4vw,3.35rem);}
}

/* --- V9: AVA Projekt-Referenzen im Grafikdesign-Bereich --- */
.gd-portfolio{
  background:#f3eee5;
}
.gd-portfolio .section-heading{
  max-width:880px;
}
.gd-portfolio .section-heading h2{
  font-family:var(--headline-elegant);
  font-weight:400;
  letter-spacing:-.025em;
  line-height:1.03;
  color:#212724;
  font-size:clamp(2rem,2.8vw,3.45rem);
}
.gd-portfolio-intro{
  max-width:760px;
  margin:18px auto 0;
  color:#5f645f !important;
  font-size:1.06rem;
  line-height:1.75;
}
.gd-project-showcase{
  display:grid;
  grid-template-columns:minmax(0,1.55fr) minmax(280px,.72fr);
  gap:clamp(18px,2.5vw,34px);
  align-items:stretch;
}
.gd-project-showcase figure{
  position:relative;
  margin:0;
  overflow:hidden;
  min-height:420px;
  border-radius:30px;
  border:1px solid rgba(46,41,34,.12);
  background:#d7cec2;
  box-shadow:0 28px 65px rgba(58,48,36,.15);
}
.gd-project-showcase img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .55s ease;
}
.gd-project-main img{object-position:center center;}
.gd-project-side img{object-position:center center;}
.gd-project-showcase figure:hover img{
  transform:scale(1.018);
}
.gd-project-showcase figcaption{
  position:absolute;
  left:20px;
  right:20px;
  bottom:20px;
  display:flex;
  flex-direction:column;
  gap:4px;
  padding:16px 18px;
  border:1px solid rgba(255,255,255,.22);
  border-radius:18px;
  color:#fff;
  background:rgba(20,18,15,.64);
  backdrop-filter:blur(10px);
  box-shadow:0 12px 30px rgba(0,0,0,.18);
}
.gd-project-showcase figcaption span{
  font-size:.74rem;
  font-weight:700;
  letter-spacing:.13em;
  text-transform:uppercase;
  color:#e3c99f;
}
.gd-project-showcase figcaption strong{
  font-size:1.12rem;
  font-weight:600;
}
@media (max-width:900px){
  .gd-project-showcase{grid-template-columns:1fr;}
  .gd-project-showcase figure{min-height:360px;}
  .gd-project-side{max-height:720px;}
}
@media (max-width:720px){
  .gd-project-showcase figure{min-height:280px;border-radius:22px;}
  .gd-project-main{aspect-ratio:16/10;}
  .gd-project-side{aspect-ratio:4/5;}
  .gd-project-showcase figcaption{left:12px;right:12px;bottom:12px;padding:13px 14px;border-radius:15px;}
  .gd-portfolio-intro{font-size:1rem;line-height:1.65;}
}

/* --- V10: Fotorestaurierung hell, auf Basis des aktuellen Falzflyers --- */
:root{
  --restoration-ink:#736355;
  --restoration-text:#756c64;
  --restoration-accent:#9b826d;
  --restoration-paper:#f8f3ed;
  --restoration-paper-soft:#eee6dc;
  --restoration-line:rgba(125,103,83,.20);
  --restoration-shadow:0 26px 62px rgba(111,91,70,.14);
}

/* Auswahlseite: Farben gedreht */
.choice-restoration{
  background:linear-gradient(90deg,#f5eee6 0%,#fffdfa 72%,#ffffff 100%);
  color:#332d29;
}
.choice-restoration:after{
  content:"";
  position:absolute;
  inset:0;
  z-index:-2;
  background:url("assets/background2.png") center/cover no-repeat;
  opacity:.18;
}
.choice-restoration .eyebrow{color:var(--restoration-accent)}
.choice-restoration .lead,
.choice-restoration .quick-list span{color:#514a44}
.choice-restoration .landing-photo img{filter:drop-shadow(0 38px 65px rgba(105,86,68,.24))}
.choice-design{
  background:radial-gradient(circle at 18% 50%,rgba(155,130,109,.24),transparent 46%),linear-gradient(90deg,#15120f 0%,#0b0907 68%,#050505 100%);
  color:#f7f1e8;
}
.choice-design .landing-bulb{opacity:.50;filter:saturate(.78) brightness(.96)}
.choice-design .eyebrow{color:#d0b38f}
.choice-design h2,
.choice-design .lead,
.choice-design .quick-list span{color:#f7f1e8}
.choice-design .choice-logo{filter:drop-shadow(0 14px 28px rgba(0,0,0,.24))}
.choice-design .btn-light{background:#f7f2ea;color:#17130f;box-shadow:0 18px 38px rgba(255,255,255,.10)}

.restoration-light{
  background:var(--restoration-paper);
  color:var(--restoration-text);
  font-family:Calibri,Arial,sans-serif;
}
.restoration-light h1,
.restoration-light h2,
.restoration-light h3,
.restoration-footer-light h2{
  font-family:var(--headline-elegant);
  font-weight:400;
  color:var(--restoration-ink);
  letter-spacing:.01em;
}
.restoration-light .eyebrow{color:var(--restoration-accent)}
.restoration-header{
  background:rgba(250,246,240,.90);
  color:var(--restoration-ink);
  border-bottom:1px solid var(--restoration-line);
}
.restoration-header nav a{color:var(--restoration-ink)}
.restoration-header nav a.active,
.restoration-header nav a:hover{background:rgba(155,130,109,.13)}

.restoration-hero-light{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  min-height:calc(100svh - 75px);
  display:flex;
  align-items:center;
  background:linear-gradient(105deg,rgba(255,253,249,.98) 0%,rgba(248,242,235,.92) 58%,rgba(238,228,216,.86) 100%);
}
.restoration-bg{
  position:absolute;
  inset:0;
  z-index:-2;
  background:url("assets/background2.png") center/cover no-repeat;
  transform:rotate(180deg) scale(1.04);
  opacity:.38;
}
.restoration-hero-light:after{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  background:linear-gradient(90deg,rgba(255,253,249,.96) 0%,rgba(255,253,249,.74) 48%,rgba(255,253,249,.18) 100%);
}
.restoration-hero-grid{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(360px,560px);
  align-items:center;
  gap:clamp(32px,6vw,82px);
  padding:clamp(60px,8vw,118px) 0;
}
.restoration-hero-copy h1{
  font-size:clamp(3.3rem,6vw,7rem);
  line-height:.92;
  margin:0 0 26px;
  max-width:9ch;
}
.restoration-hero-copy .lead{max-width:41rem;color:#665e57}
.restoration-hero-image img{filter:drop-shadow(0 30px 54px rgba(105,86,68,.24))}
.btn-restoration{
  background:linear-gradient(135deg,#a58a72,#7e6754);
  color:#fff;
  box-shadow:0 18px 36px rgba(126,103,84,.24);
}

.gentle-process{background:#fffdf9}
.gentle-process-grid{display:grid;grid-template-columns:.82fr 1.18fr;gap:clamp(38px,7vw,90px);align-items:start}
.gentle-intro h2,
.restoration-heading h2,
.livingroom-copy h2{font-size:clamp(2.5rem,4vw,4.6rem);line-height:1.02;margin:0 0 24px}
.gentle-intro>p:last-child{font-size:1.13rem;line-height:1.75;max-width:35rem}
.gentle-steps{list-style:none;margin:0;padding:0;display:grid;gap:18px}
.gentle-steps li{display:grid;grid-template-columns:76px 1fr;gap:22px;padding:28px;border:1px solid var(--restoration-line);border-radius:26px;background:rgba(255,255,255,.70);box-shadow:0 16px 38px rgba(111,91,70,.07)}
.gentle-steps .step-number{display:grid;place-items:center;width:62px;height:62px;border:1px solid rgba(155,130,109,.45);border-radius:50%;font-family:var(--headline-elegant);font-size:2rem;color:var(--restoration-accent)}
.gentle-steps h3{font-size:1.55rem;margin:2px 0 8px;line-height:1.12}
.gentle-steps p{margin:0;line-height:1.65}

.restoration-examples-light{background:linear-gradient(180deg,#f0e8df,#faf6f0)}
.restoration-heading{max-width:820px!important}
.restoration-heading p{color:var(--restoration-text)!important;font-size:1.08rem}
.restoration-before-after-grid{display:grid;grid-template-columns:minmax(380px,1.15fr) minmax(300px,.85fr);gap:clamp(24px,4vw,54px);align-items:center}
.restoration-example-card{margin:0;position:relative;border-radius:30px;overflow:hidden;background:#fff;border:1px solid var(--restoration-line);box-shadow:var(--restoration-shadow)}
.restoration-example-card img{width:100%;height:auto}
.restoration-example-card figcaption,.memory-grid-light figcaption{position:absolute;left:16px;bottom:16px;background:rgba(255,252,247,.86);backdrop-filter:blur(10px);padding:10px 15px;border-radius:999px;color:var(--restoration-ink);font-weight:700;border:1px solid rgba(155,130,109,.22)}
.restoration-benefits{display:grid;gap:15px}
.restoration-benefits article{padding:23px 24px;border-radius:22px;border:1px solid var(--restoration-line);background:rgba(255,255,255,.68)}
.restoration-benefits span{font-weight:800;color:var(--restoration-accent);letter-spacing:.12em;font-size:.78rem}
.restoration-benefits h3{font-size:1.45rem;margin:8px 0}
.restoration-benefits p{margin:0}

.remembrance-gallery-light{background:#fffdf9}
.memory-grid-light{display:grid;grid-template-columns:1.35fr .72fr .72fr;gap:20px;align-items:stretch}
.memory-grid-light figure{position:relative;margin:0;overflow:hidden;border-radius:26px;background:#f4ede5;border:1px solid var(--restoration-line);box-shadow:var(--restoration-shadow)}
.memory-grid-light img{width:100%;height:100%;object-fit:cover}

.livingroom-art{position:relative;overflow:hidden;background:linear-gradient(115deg,#eee4d8,#fbf8f3 56%,#fff)}
.livingroom-art:after{content:"";position:absolute;inset:0;background:url("assets/background2.png") center/cover no-repeat;opacity:.18;pointer-events:none}
.livingroom-grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(340px,1fr) minmax(0,.9fr);gap:clamp(34px,6vw,78px);align-items:center}
.livingroom-image img{border-radius:30px;box-shadow:var(--restoration-shadow);border:1px solid var(--restoration-line)}
.livingroom-copy p:not(.eyebrow){font-size:1.1rem;line-height:1.75}
.livingroom-copy .btn{margin-top:16px}

.restoration-footer-light{background:#e8ded2;color:var(--restoration-text);border-top:1px solid var(--restoration-line)}
.restoration-footer-light h2{color:var(--restoration-ink)}
.restoration-contact-box{background:rgba(255,255,255,.48);border-color:var(--restoration-line);color:var(--restoration-ink)}

@media (max-width:1080px){
  .restoration-hero-grid,.gentle-process-grid,.restoration-before-after-grid,.livingroom-grid{grid-template-columns:1fr}
  .restoration-hero-image{max-width:590px;margin-inline:auto}
  .memory-grid-light{grid-template-columns:1fr 1fr}
  .memory-grid-light .wide{grid-column:1/-1}
  .choice-design .right-content{color:#fff}
}
@media (max-width:720px){
  .restoration-hero-grid{padding:48px 0 58px}
  .restoration-hero-copy h1{font-size:clamp(3rem,16vw,5rem);max-width:8ch}
  .restoration-bg{background-position:70% center;opacity:.25}
  .gentle-steps li{grid-template-columns:55px 1fr;padding:20px;gap:14px}
  .gentle-steps .step-number{width:50px;height:50px;font-size:1.6rem}
  .gentle-steps h3{font-size:1.3rem}
  .memory-grid-light{grid-template-columns:1fr}
  .memory-grid-light .wide{grid-column:auto}
  .livingroom-grid{gap:28px}
  .choice-restoration:after{opacity:.12}
  .choice-design .landing-bulb{opacity:.35}
}

/* --- V12: responsive Optimierung der Auswahlseite --- */
/* Das Originalbild wird ohne Transparenzverlauf gezeigt. */
.choice-restoration .landing-photo{
  opacity:1;
}
.choice-restoration .landing-photo img{
  -webkit-mask-image:none;
  mask-image:none;
}

/* Die lange Überschrift bleibt innerhalb der linken Bildschirmhälfte. */
.choice-restoration h1{
  max-width:none;
  white-space:nowrap;
  font-size:clamp(2.35rem,3.75vw,5.35rem);
  line-height:.96;
  letter-spacing:-.052em;
}

/* Auf kleineren Desktopfenstern werden Text und Bild klar voneinander getrennt. */
@media (max-width:1180px){
  .choice-restoration{
    display:grid;
    grid-template-columns:minmax(0,1fr) minmax(330px,46%);
    align-items:center;
    column-gap:clamp(20px,4vw,54px);
    padding:clamp(34px,5vw,64px);
  }
  .choice-restoration .choice-content{
    grid-column:1;
    grid-row:1;
    width:100%;
    max-width:590px;
  }
  .choice-restoration .left-content{
    margin:0;
    padding:0;
  }
  .choice-restoration .landing-photo{
    position:relative;
    grid-column:2;
    grid-row:1;
    top:auto;
    right:auto;
    width:100%;
    max-width:590px;
    transform:none;
    z-index:0;
    align-self:center;
  }
  .choice-restoration h1{
    font-size:clamp(2.45rem,5.1vw,4.65rem);
  }
}

/* Sobald die beiden Themen untereinander stehen, folgt das Foto dem Text. */
@media (max-width:1080px){
  .choice-restoration{
    display:flex;
    flex-direction:column;
    align-items:center;
    min-height:auto;
    padding:clamp(44px,7vw,72px) clamp(24px,6vw,64px);
  }
  .choice-restoration .choice-content{
    order:1;
    width:min(680px,100%);
    max-width:680px;
    align-self:center;
  }
  .choice-restoration .landing-photo{
    order:2;
    position:relative;
    width:min(680px,100%);
    max-width:680px;
    margin:34px auto 0;
    inset:auto;
    transform:none;
    opacity:1;
  }
  .choice-restoration h1{
    white-space:normal;
    overflow-wrap:normal;
    word-break:normal;
    max-width:100%;
    font-size:clamp(2.8rem,9vw,5rem);
  }
  .choice-restoration .lead{
    max-width:42rem;
  }
}

@media (max-width:720px){
  .choice-restoration{
    padding:38px 20px 42px;
  }
  .choice-restoration .landing-photo{
    width:min(100%,520px);
    margin-top:28px;
  }
  .choice-restoration h1{
    font-size:clamp(2.35rem,11.5vw,4.15rem);
    letter-spacing:-.045em;
  }
  .choice-restoration .lead{
    color:#48413c;
    text-shadow:none;
  }
}

@media (max-width:430px){
  .choice-restoration{
    padding-top:34px;
  }
  .choice-restoration h1{
    font-size:clamp(2.15rem,11vw,3.45rem);
  }
}

/* Version 13: Grafik-Design-Bereich vollständig dunkel */
.design-page{
  background:#070707;
  color:#f4eee5;
}
.design-page .dark-header{
  background:rgba(7,7,7,.9);
  color:#f4eee5;
  border-bottom-color:rgba(255,255,255,.1);
}
.design-page .official-brand img{
  filter:brightness(1.35) contrast(.9);
}
.gd-hero-clean{
  min-height:calc(100svh - 75px);
  background:
    radial-gradient(circle at 12% 30%,rgba(79,118,126,.16),transparent 34%),
    radial-gradient(circle at 84% 75%,rgba(150,70,102,.12),transparent 32%),
    linear-gradient(135deg,#080808 0%,#111 48%,#050505 100%);
}
.gd-clean-inner{
  justify-content:center;
}
.gd-copy-card{
  background:rgba(251,248,241,.96);
  border-color:rgba(255,255,255,.18);
  box-shadow:0 34px 95px rgba(0,0,0,.48);
}
.gd-banner-section{
  background:#050505;
  padding:clamp(34px,5vw,72px) 0 0;
}
.gd-banner-section img{
  width:100%;
  max-height:390px;
  object-fit:cover;
  object-position:center;
  border-radius:26px;
  box-shadow:0 28px 70px rgba(0,0,0,.45);
  border:1px solid rgba(255,255,255,.09);
}
.gd-services-clean,
.gd-portfolio,
.gd-statement-clean{
  background:#080808;
  color:#f4eee5;
}
.gd-services-clean{background:linear-gradient(180deg,#050505,#0d0d0d)}
.gd-portfolio{background:#0c0c0c}
.gd-statement-clean{background:linear-gradient(180deg,#0c0c0c,#050505)}
.gd-services-clean .section-heading h2,
.gd-portfolio .section-heading h2,
.gd-statement-clean h2,
.design-page .dark-text h2{
  color:#f5efe6;
}
.gd-services-clean .section-heading p,
.gd-portfolio .section-heading p,
.gd-portfolio-intro,
.statement-grid p{
  color:#c8c0b5;
}
.gd-cards-grid article{
  border-color:rgba(255,255,255,.11);
  background:linear-gradient(180deg,rgba(255,255,255,.065),rgba(255,255,255,.025));
  box-shadow:0 22px 50px rgba(0,0,0,.25);
  color:#f2ece3;
}
.gd-cards-grid article p{color:#c9c1b7;opacity:1}
.gd-project-showcase figure{border-color:rgba(255,255,255,.12)}
.design-page .dark-footer{background:#030303;color:#f3eadc}

@media (max-width:720px){
  .gd-banner-section{padding-top:24px}
  .gd-banner-section img{border-radius:18px;min-height:180px;object-fit:cover}
}

/* Version 14: verfeinerter dunkler Grafik-Design-Bereich */
.design-page .site-header{
  padding-top:12px;
  padding-bottom:12px;
}
.design-page .official-brand img{
  width:min(235px,44vw);
  max-height:58px;
  object-fit:contain;
  object-position:left center;
}

/* Banner als erster, großzügiger visueller Auftritt direkt unter der Navigation */
.gd-banner-section.gd-banner-top{
  padding:0;
  background:#030303;
  border-bottom:1px solid rgba(255,255,255,.08);
}
.gd-banner-frame{
  width:100%;
  min-height:clamp(250px,25vw,455px);
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  background:#080808;
}
.gd-banner-section.gd-banner-top img{
  width:100%;
  height:auto;
  max-height:none;
  min-height:0;
  object-fit:contain;
  object-position:center;
  border:0;
  border-radius:0;
  box-shadow:none;
}

/* Hero kompakter, mit ruhiger asymmetrischer Komposition */
.gd-hero-clean{
  min-height:auto;
  padding:clamp(66px,8vw,126px) 0;
  background:
    radial-gradient(circle at 16% 28%,rgba(82,118,126,.13),transparent 32%),
    radial-gradient(circle at 86% 72%,rgba(145,75,101,.10),transparent 30%),
    linear-gradient(135deg,#080808 0%,#111 52%,#060606 100%);
  border-bottom:1px solid rgba(255,255,255,.07);
}
.gd-clean-inner{
  justify-content:flex-end;
  padding:0;
}
.gd-copy-card{
  width:min(680px,88%);
  margin-right:clamp(0px,4vw,70px);
  background:linear-gradient(145deg,rgba(218,211,201,.97),rgba(190,181,169,.96));
  border:1px solid rgba(255,255,255,.20);
  border-radius:24px;
  padding:clamp(34px,5vw,62px);
  box-shadow:0 34px 95px rgba(0,0,0,.50);
  backdrop-filter:blur(10px);
}
.gd-copy-card h1{
  color:#272522;
}
.gd-copy-card h1 span{
  color:#765d3f;
}
.gd-copy-card .lead{
  color:#4a4641;
}
.gd-copy-card .eyebrow{
  color:#765d3f;
}
.gd-copy-card .text-link.dark{
  color:#262421;
}
.gd-hero-logo{
  width:min(315px,86%);
  max-height:94px;
  margin-bottom:28px;
  opacity:.88;
}

/* Ruhigere Leistungsdarstellung */
.gd-services-clean,
.gd-portfolio,
.gd-statement-clean{
  position:relative;
}
.gd-services-clean:after,
.gd-portfolio:after{
  content:"";
  position:absolute;
  left:50%;
  bottom:0;
  width:min(1180px,calc(100% - 48px));
  height:1px;
  transform:translateX(-50%);
  background:linear-gradient(90deg,transparent,rgba(195,161,106,.28),transparent);
}
.gd-cards-grid{
  gap:22px;
}
.gd-cards-grid article{
  min-height:182px;
  border-radius:16px;
  padding:27px 26px;
  border:1px solid rgba(255,255,255,.09);
  background:linear-gradient(180deg,rgba(255,255,255,.052),rgba(255,255,255,.018));
  box-shadow:0 18px 38px rgba(0,0,0,.22);
}
.gd-cards-grid article span{
  font-size:.73rem;
  letter-spacing:.16em;
  font-weight:700;
  opacity:.82;
}
.gd-cards-grid article h3{
  margin:.9rem 0 .75rem;
  font-weight:500;
  line-height:1.22;
}
.gd-cards-grid article p{
  line-height:1.62;
}

/* Etwas klarere Staffelung der dunklen Bereiche */
.gd-services-clean{background:linear-gradient(180deg,#050505,#0a0a0a)}
.gd-portfolio{background:linear-gradient(180deg,#0a0a0a,#0e0e0e)}
.gd-statement-clean{background:linear-gradient(180deg,#0e0e0e,#050505)}
.gd-statement-clean .statement-grid{
  max-width:980px;
}

@media (min-width:1600px){
  .gd-banner-frame{min-height:430px}
  .gd-banner-section.gd-banner-top img{max-width:1920px}
}
@media (max-width:1080px){
  .gd-copy-card{width:min(700px,92%);margin-right:0}
  .gd-clean-inner{justify-content:center}
  .gd-banner-frame{min-height:clamp(220px,31vw,340px)}
}
@media (max-width:720px){
  .design-page .official-brand img{width:min(220px,70vw);max-height:52px}
  .gd-banner-frame{min-height:145px}
  .gd-banner-section.gd-banner-top img{width:100%;height:auto;object-fit:contain}
  .gd-hero-clean{padding:48px 0 58px}
  .gd-copy-card{width:100%;margin:0;border-radius:20px;padding:27px 23px}
  .gd-hero-logo{width:min(255px,90%);max-height:82px;margin-bottom:24px}
  .gd-services-clean:after,.gd-portfolio:after{width:calc(100% - 32px)}
  .gd-cards-grid article{border-radius:14px;padding:24px 22px;min-height:auto}
}
@media (max-width:430px){
  .gd-banner-frame{min-height:112px}
}

/* Version 15: Glühbirnenmotiv neben der Markenbotschaft statt Vollbreiten-Banner */
.gd-banner-section.gd-banner-top{display:none}
.gd-hero-clean{
  padding:clamp(64px,7vw,112px) 0;
}
.gd-clean-inner.gd-hero-layout{
  display:grid;
  grid-template-columns:minmax(250px,.72fr) minmax(0,1.28fr);
  gap:clamp(34px,6vw,92px);
  align-items:center;
  justify-content:initial;
  width:min(1280px,calc(100% - 48px));
}
.gd-bulb-figure{
  margin:0;
  min-height:clamp(430px,45vw,650px);
  display:flex;
  align-items:center;
  justify-content:center;
  position:relative;
}
.gd-bulb-figure:before{
  content:"";
  position:absolute;
  width:min(32vw,430px);
  aspect-ratio:1;
  border-radius:50%;
  background:radial-gradient(circle,rgba(69,154,181,.14),rgba(177,57,104,.07) 42%,transparent 70%);
  filter:blur(14px);
}
.gd-bulb-figure img{
  position:relative;
  z-index:1;
  width:min(100%,390px);
  max-height:610px;
  object-fit:contain;
  filter:drop-shadow(0 28px 45px rgba(0,0,0,.48));
}
.gd-copy-card{
  width:100%;
  margin:0;
}
@media (max-width:1080px){
  .gd-clean-inner.gd-hero-layout{
    grid-template-columns:minmax(220px,.62fr) minmax(0,1.38fr);
    gap:34px;
  }
  .gd-bulb-figure{min-height:400px}
  .gd-bulb-figure img{width:min(100%,320px)}
}
@media (max-width:820px){
  .gd-clean-inner.gd-hero-layout{
    grid-template-columns:1fr;
    gap:20px;
  }
  .gd-copy-card{grid-row:1}
  .gd-bulb-figure{
    grid-row:2;
    min-height:0;
    padding-top:10px;
  }
  .gd-bulb-figure img{
    width:min(68vw,290px);
    max-height:360px;
  }
}
@media (max-width:720px){
  .gd-clean-inner.gd-hero-layout{width:min(100% - 32px,var(--max))}
  .gd-hero-clean{padding:46px 0 54px}
}

/* Version 16: offizielles Logo über der Markenbotschaft, LogoMio-Motiv daneben */
.gd-hero-copy-wrap{
  min-width:0;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
}
.gd-hero-logo-outside{
  display:block;
  width:min(340px,70%);
  max-height:none;
  margin:0 0 24px clamp(10px,2vw,30px);
  object-fit:contain;
  object-position:left center;
  opacity:.96;
  filter:drop-shadow(0 12px 22px rgba(0,0,0,.26));
}
.gd-bulb-figure{
  min-height:clamp(390px,39vw,570px);
  overflow:hidden;
  border-radius:28px;
}
.gd-bulb-figure:before{
  width:min(36vw,470px);
  background:radial-gradient(circle,rgba(55,135,160,.12),rgba(174,54,99,.055) 44%,transparent 72%);
}
.gd-bulb-figure img{
  width:min(100%,620px);
  max-height:none;
  aspect-ratio:715/400;
  object-fit:contain;
  border-radius:22px;
  -webkit-mask-image:linear-gradient(90deg,transparent 0%,#000 7%,#000 93%,transparent 100%);
  mask-image:linear-gradient(90deg,transparent 0%,#000 7%,#000 93%,transparent 100%);
  filter:drop-shadow(0 26px 42px rgba(0,0,0,.42));
}
.gd-copy-card{
  width:100%;
}
@media (max-width:1080px){
  .gd-hero-logo-outside{width:min(310px,72%);margin-left:18px}
  .gd-bulb-figure{min-height:340px}
  .gd-bulb-figure img{width:min(100%,540px)}
}
@media (max-width:820px){
  .gd-hero-copy-wrap{grid-row:1;width:100%}
  .gd-copy-card{grid-row:auto}
  .gd-hero-logo-outside{margin:0 0 18px 10px;width:min(300px,76%)}
  .gd-bulb-figure{grid-row:2;min-height:0;padding-top:18px;border-radius:20px}
  .gd-bulb-figure img{width:min(100%,590px);aspect-ratio:auto}
}
@media (max-width:430px){
  .gd-hero-logo-outside{width:min(245px,82%);margin-left:6px}
  .gd-bulb-figure img{
    -webkit-mask-image:linear-gradient(90deg,transparent 0%,#000 4%,#000 96%,transparent 100%);
    mask-image:linear-gradient(90deg,transparent 0%,#000 4%,#000 96%,transparent 100%);
  }
}

/* Version 17: Glühbirnenmotiv auf Kartenhöhe und stärkere Leistungsüberschriften */
.gd-clean-inner.gd-hero-layout{
  grid-template-columns:minmax(0,1fr) minmax(0,1.06fr);
  gap:0;
  align-items:stretch;
  max-width:1320px;
}
.gd-bulb-figure{
  min-height:0;
  height:auto;
  align-self:stretch;
  justify-content:stretch;
  overflow:hidden;
  border-radius:24px 0 0 24px;
  margin-right:-24px;
  background:#070707;
  box-shadow:0 30px 80px rgba(0,0,0,.38);
}
.gd-bulb-figure:before{
  display:none;
}
.gd-bulb-figure img{
  width:100%;
  height:100%;
  min-height:100%;
  max-height:none;
  object-fit:cover;
  object-position:48% center;
  filter:none;
  -webkit-mask-image:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.55) 8%,#000 20%,#000 100%);
  mask-image:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.55) 8%,#000 20%,#000 100%);
}
.gd-hero-copy-wrap{
  position:relative;
  z-index:2;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.gd-copy-card{
  height:100%;
  min-height:clamp(470px,42vw,590px);
  display:flex;
  flex-direction:column;
  justify-content:center;
  border-radius:0 24px 24px 0;
}
.gd-hero-logo-outside{
  align-self:flex-start;
}

/* Leistungsüberschriften auf dunklem Grund klar hervorheben */
.gd-cards-grid article h3{
  color:#f8f2e9;
  font-weight:600;
  letter-spacing:.005em;
  text-shadow:0 1px 0 rgba(0,0,0,.3);
}
.gd-cards-grid article span{
  color:#e0b978;
  opacity:1;
  font-weight:800;
}
.gd-cards-grid article{
  position:relative;
  overflow:hidden;
}
.gd-cards-grid article:before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  width:3px;
  height:100%;
  background:linear-gradient(180deg,#e0b978,rgba(224,185,120,.08));
  opacity:.8;
}

@media (max-width:1080px){
  .gd-clean-inner.gd-hero-layout{
    grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);
    gap:0;
  }
  .gd-copy-card{min-height:500px}
}

@media (max-width:820px){
  .gd-clean-inner.gd-hero-layout{
    grid-template-columns:1fr;
    gap:20px;
  }
  .gd-hero-copy-wrap{grid-row:1}
  .gd-copy-card{
    height:auto;
    min-height:0;
    border-radius:20px;
  }
  .gd-bulb-figure{
    grid-row:2;
    margin-right:0;
    min-height:300px;
    border-radius:20px;
  }
  .gd-bulb-figure img{
    min-height:300px;
    object-position:center;
    -webkit-mask-image:linear-gradient(90deg,transparent 0%,#000 12%,#000 88%,transparent 100%);
    mask-image:linear-gradient(90deg,transparent 0%,#000 12%,#000 88%,transparent 100%);
  }
}

@media (max-width:520px){
  .gd-bulb-figure{min-height:230px}
  .gd-bulb-figure img{min-height:230px}
}


/* Version 18: Motiv bündig zur Textkarte und reduzierte Auswahlseite */
/* Grafikdesign-Hero: Das Motiv schließt exakt mit der Textkarte ab. */
.gd-clean-inner.gd-hero-layout{
  align-items:end;
}
.gd-bulb-figure{
  align-self:end;
  height:clamp(470px,42vw,590px);
  min-height:clamp(470px,42vw,590px);
}
.gd-bulb-figure img{
  height:100%;
  min-height:0;
}
.gd-copy-card{
  height:clamp(470px,42vw,590px);
  min-height:clamp(470px,42vw,590px);
}

/* Auswahlseite: Grafik-Design-Motiv entfernt, kompletter Inhalt linksbündig. */
.choice-design .right-content{
  margin-left:clamp(0px,3vw,44px);
  margin-right:auto;
  padding-left:0;
  padding-right:clamp(20px,5vw,72px);
  text-align:left;
}
.choice-design .choice-logo{
  margin-left:0;
  margin-right:auto;
}
.choice-design .lead,
.choice-design .quick-list{
  margin-left:0;
  margin-right:auto;
}

@media (max-width:1080px){
  .gd-bulb-figure,
  .gd-copy-card{
    height:500px;
    min-height:500px;
  }
  .choice-design .right-content{
    margin-left:0;
    padding-right:min(10vw,90px);
  }
}

@media (max-width:820px){
  .gd-bulb-figure,
  .gd-copy-card{
    height:auto;
    min-height:0;
  }
  .gd-bulb-figure{
    min-height:300px;
  }
  .gd-bulb-figure img{
    min-height:300px;
  }
}

@media (max-width:720px){
  .choice-design{
    padding-top:40px;
  }
  .choice-design .right-content{
    margin:0;
    padding:0;
    width:100%;
  }
}

@media (max-width:520px){
  .gd-bulb-figure{min-height:230px}
  .gd-bulb-figure img{min-height:230px}
}

/* Version 19: neues Glühbirnenmotiv mit passender Umrandung */
.gd-bulb-figure{
  background:linear-gradient(145deg,rgba(218,211,201,.97),rgba(190,181,169,.96));
  padding:8px;
  border:1px solid rgba(255,255,255,.20);
  box-shadow:0 34px 95px rgba(0,0,0,.50);
}
.gd-bulb-figure img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  border-radius:17px 0 0 17px;
  -webkit-mask-image:none;
  mask-image:none;
}
@media (max-width:820px){
  .gd-bulb-figure{
    padding:7px;
    border-radius:20px;
  }
  .gd-bulb-figure img{
    border-radius:13px;
    object-fit:contain;
    background:#2b2b2b;
  }
}

/* Version 20: feinere Bildkante, besser lesbares Motiv und zentriertes helles Logo */
.gd-bulb-figure{
  padding:1px;
  border:1px solid #d3cbc0;
  background:#d3cbc0;
}
.gd-bulb-figure img{
  object-position:left center;
  border-radius:23px 0 0 23px;
}
.gd-hero-copy-wrap{
  align-items:stretch;
}
.gd-hero-logo-outside{
  align-self:center;
  width:min(430px,88%);
  margin:0 auto 28px;
  object-position:center;
  opacity:1;
  filter:brightness(1.22) contrast(.88) saturate(.72) drop-shadow(0 12px 24px rgba(0,0,0,.25));
}

@media (max-width:1080px){
  .gd-hero-logo-outside{
    width:min(390px,86%);
    margin-inline:auto;
  }
}

@media (max-width:820px){
  .gd-bulb-figure{
    padding:1px;
    border-width:1px;
  }
  .gd-bulb-figure img{
    object-position:left center;
    border-radius:19px;
  }
  .gd-hero-logo-outside{
    width:min(360px,88%);
    margin:0 auto 22px;
  }
}

@media (max-width:430px){
  .gd-hero-logo-outside{
    width:min(300px,92%);
    margin-inline:auto;
  }
}

/* Version 21: aktualisiertes Glühbirnenmotiv und neues helles Logo */
.gd-bulb-figure img{
  object-fit:contain;
  object-position:center center;
  background:#090909;
}
.gd-hero-copy-wrap{
  align-items:stretch;
}
.gd-hero-logo-outside{
  display:block;
  align-self:center;
  width:min(470px,92%);
  max-width:100%;
  margin:0 auto 30px;
  object-fit:contain;
  object-position:center center;
  filter:drop-shadow(0 10px 24px rgba(0,0,0,.3));
}
.official-brand img{
  object-fit:contain;
  object-position:center;
}
@media (max-width:1080px){
  .gd-hero-logo-outside{width:min(430px,90%);margin-inline:auto}
}
@media (max-width:820px){
  .gd-hero-logo-outside{width:min(390px,92%);margin:0 auto 24px}
}
@media (max-width:430px){
  .gd-hero-logo-outside{width:min(320px,94%);margin-inline:auto}
}

/* Version 22: Logo exakt auf Seitenmitte und kompaktere Hero-Headline */
.gd-clean-inner.gd-hero-layout{
  position:relative;
  padding-top:clamp(155px,12vw,205px);
}
.gd-hero-logo-outside{
  position:absolute;
  top:clamp(30px,4vw,58px);
  left:50%;
  transform:translateX(-50%);
  width:min(470px,42vw);
  margin:0;
  z-index:3;
}
.gd-copy-card h1{
  font-size:clamp(2.45rem,3.8vw,4.45rem);
  line-height:.88;
  letter-spacing:-.048em;
  margin-bottom:24px;
}

@media (max-width:1080px){
  .gd-clean-inner.gd-hero-layout{padding-top:155px}
  .gd-hero-logo-outside{top:32px;width:min(420px,56vw)}
  .gd-copy-card h1{font-size:clamp(2.35rem,5.2vw,4rem);line-height:.9}
}

@media (max-width:820px){
  .gd-clean-inner.gd-hero-layout{padding-top:135px}
  .gd-hero-logo-outside{top:24px;width:min(370px,76vw)}
  .gd-copy-card h1{font-size:clamp(2.25rem,8.5vw,3.65rem);line-height:.92}
}

@media (max-width:430px){
  .gd-clean-inner.gd-hero-layout{padding-top:112px}
  .gd-hero-logo-outside{top:20px;width:min(305px,82vw)}
  .gd-copy-card h1{font-size:clamp(2rem,11vw,3rem);line-height:.93;letter-spacing:-.04em}
}

/* Version 23: Logo als eigener, mittig ausgerichteter Seitenkopf */
.gd-hero-clean{
  display:block;
  padding-top:clamp(30px,4vw,54px);
}
.gd-hero-logo-row{
  width:100%;
  display:flex;
  justify-content:center;
  align-items:center;
  padding:0 24px clamp(26px,3vw,42px);
}
.gd-hero-logo-outside{
  position:static;
  inset:auto;
  transform:none;
  display:block;
  width:min(500px,44vw);
  max-width:100%;
  height:auto;
  margin:0 auto;
  z-index:auto;
}
.gd-clean-inner.gd-hero-layout{
  padding-top:0;
}
@media (max-width:1080px){
  .gd-hero-clean{padding-top:34px}
  .gd-hero-logo-row{padding-bottom:30px}
  .gd-hero-logo-outside{width:min(440px,60vw)}
  .gd-clean-inner.gd-hero-layout{padding-top:0}
}
@media (max-width:820px){
  .gd-hero-clean{padding-top:28px}
  .gd-hero-logo-row{padding:0 18px 26px}
  .gd-hero-logo-outside{width:min(390px,78vw)}
  .gd-clean-inner.gd-hero-layout{padding-top:0}
}
@media (max-width:430px){
  .gd-hero-clean{padding-top:22px}
  .gd-hero-logo-row{padding-bottom:22px}
  .gd-hero-logo-outside{width:min(315px,86vw)}
  .gd-clean-inner.gd-hero-layout{padding-top:0}
}
