:root{
  --ink:#19151a;
  --soft-ink:#3e3540;
  --muted:#716871;
  --paper:#ffffff;
  --wash:#fbf7f4;
  --blush:#f5e7e9;
  --rose:#bd5f72;
  --rose-dark:#9b4658;
  --lavender:#efe6f4;
  --sage:#e8f1eb;
  --sand:#f2e8dc;
  --line:#eadfdb;
  --gold:#b88745;
  --shadow:0 20px 70px rgba(40,31,39,.10);
  --shadow-soft:0 14px 38px rgba(40,31,39,.075);
  --radius:28px;
  --max:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:#fff;color:var(--ink);font-family:"Aptos","Segoe UI",Candara,"Trebuchet MS",Arial,sans-serif;font-size:16.5px;line-height:1.75;letter-spacing:-.005em}
img{max-width:100%;height:auto;display:block}
a{color:inherit;text-decoration:none}
a:hover{text-decoration:none;color:var(--rose-dark)}
.wrap{width:min(100% - 44px,var(--max));margin-inline:auto}
.skip-link{position:absolute;left:-999px;top:auto}.skip-link:focus{left:16px;top:16px;background:#fff;padding:10px 14px;border-radius:14px;z-index:999;border:1px solid var(--line)}
.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.88);backdrop-filter:blur(18px);border-bottom:1px solid rgba(234,223,219,.72)}
.topbar{background:#fff;border-bottom:1px solid rgba(234,223,219,.55);font-size:.82rem;color:#5a5059}
.topbar-inner{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;align-items:center;min-height:34px}.topbar-inner span:nth-child(2){text-align:center}.topbar-inner span:nth-child(3){text-align:right}
.nav-shell{display:flex;align-items:center;justify-content:space-between;gap:22px;min-height:88px}.brand img{width:162px;height:auto}
.main-nav{display:flex;gap:4px;align-items:center}.main-nav a{font-weight:760;font-size:.92rem;padding:.66rem .78rem;border-radius:999px;color:#2d2630}.main-nav a.active,.main-nav a[aria-current="page"]{background:var(--blush);color:var(--rose-dark)}.main-nav .nav-cta{background:var(--ink);color:#fff;padding:.72rem 1rem;margin-left:8px;box-shadow:0 12px 26px rgba(25,21,26,.14)}.main-nav .nav-cta:hover{background:var(--rose-dark);color:#fff}
.nav-toggle{display:none;width:44px;height:44px;border:1px solid var(--line);background:#fff;border-radius:14px;align-items:center;justify-content:center;gap:5px;flex-direction:column}.nav-toggle span{width:20px;height:2px;background:#241a26;border-radius:99px}

h1,h2,h3{font-family:Georgia,"Times New Roman",serif;line-height:1.05;margin:0 0 1rem;color:var(--ink);font-weight:500;letter-spacing:-.045em}h1{font-size:clamp(2.85rem,6.2vw,5.9rem)}h2{font-size:clamp(2rem,3.5vw,3.45rem)}h3{font-size:1.36rem;letter-spacing:-.025em}.lead{font-size:clamp(1.08rem,1.7vw,1.24rem);color:#4b424b;max-width:64ch}.kicker,.eyebrow{display:inline-flex;align-items:center;gap:.45rem;text-transform:none;letter-spacing:.01em;font-weight:780;font-size:.9rem;color:var(--rose-dark)}.eyebrow{text-transform:uppercase;letter-spacing:.14em;font-size:.72rem;color:var(--gold)}
p{margin:0 0 1rem}.muted{color:var(--muted)}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:.6rem;background:var(--rose-dark);color:#fff;font-weight:820;border:0;border-radius:999px;padding:.9rem 1.22rem;box-shadow:0 15px 34px rgba(155,70,88,.22);cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.btn:hover{transform:translateY(-1px);background:#8f374e;color:#fff;text-decoration:none}.btn::after{content:"→";font-weight:900}.btn-outline{background:#fff;color:var(--ink);border:1px solid var(--line);box-shadow:none}.btn-outline:hover{background:var(--wash);color:var(--ink)}.btn-outline::after{content:""}.btn-soft{background:var(--blush);color:var(--rose-dark);box-shadow:none}.hero-actions,.section-actions{display:flex;gap:13px;flex-wrap:wrap;margin-top:28px}

.hero{position:relative;overflow:hidden;background:linear-gradient(180deg,#fff 0%,#fff 58%,var(--wash) 100%)}.hero::before{content:"";position:absolute;right:-120px;top:120px;width:520px;height:520px;border-radius:50%;background:radial-gradient(circle,rgba(245,231,233,.92),rgba(255,255,255,0) 68%);pointer-events:none}.hero-inner{position:relative;display:grid;grid-template-columns:.92fr 1.08fr;gap:58px;align-items:center;padding:84px 0 62px}.hero-copy p:not(.lead){max-width:60ch;color:var(--muted)}.hero-title-accent{display:block;color:var(--rose);font-style:italic}.hero-meta{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:34px}.hero-pill{background:#fff;border:1px solid var(--line);border-radius:22px;padding:1rem .95rem;font-weight:780;box-shadow:var(--shadow-soft);min-height:74px;display:flex;align-items:center;gap:.7rem}.hero-pill span{display:inline-grid;place-items:center;width:34px;height:34px;border-radius:13px;background:var(--blush);color:var(--rose-dark)}
.hero-gallery{display:grid;grid-template-columns:1.18fr .74fr;grid-template-rows:260px 260px;gap:16px}.hero-shot{position:relative;margin:0;border-radius:34px;overflow:hidden;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow)}.hero-shot img{width:100%;height:100%;object-fit:cover}.hero-shot.main{grid-row:span 2}.hero-shot.main img{object-position:center}.hero-shot figcaption,.image-tile figcaption{position:absolute;left:16px;right:16px;bottom:16px;background:rgba(255,255,255,.92);border:1px solid rgba(234,223,219,.85);border-radius:999px;padding:.55rem .82rem;font-weight:820;font-size:.9rem;color:#2c2230;box-shadow:0 12px 26px rgba(0,0,0,.07)}.floating-note{position:absolute;right:16px;bottom:16px;max-width:180px;background:#fff;border:1px solid var(--line);border-radius:24px;padding:18px;box-shadow:var(--shadow-soft);font-weight:800}.floating-note small{display:block;color:var(--muted);font-weight:600;margin-top:4px}

.section{padding:76px 0}.section-soft{background:var(--wash)}.section-blush{background:linear-gradient(180deg,#fff,var(--blush))}.section-head{max-width:780px;margin-bottom:34px}.section-head.center{text-align:center;margin-inline:auto}.section-head.space-between{display:flex;align-items:end;justify-content:space-between;gap:22px;max-width:none}.grid{display:grid;gap:22px}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}.card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:28px;box-shadow:var(--shadow-soft)}.card p{color:var(--muted)}.lift{transition:transform .2s ease,box-shadow .2s ease}.lift:hover{transform:translateY(-4px);box-shadow:var(--shadow);text-decoration:none;color:inherit}.category-card{min-height:248px;display:grid;grid-template-columns:1fr 130px;align-items:end;gap:16px;overflow:hidden;background:linear-gradient(135deg,#fff,var(--wash))}.category-card img{width:150px;height:150px;object-fit:cover;border-radius:24px;align-self:end;justify-self:end}.category-card .circle-arrow{width:40px;height:40px;border:1px solid var(--line);border-radius:50%;display:grid;place-items:center;margin-top:14px;color:var(--rose-dark)}.picture-card{overflow:hidden;padding:0}.picture-card>img{width:100%;height:280px;object-fit:cover;background:#f4eeee}.picture-card .card-body{padding:24px}.picture-card p{margin-bottom:0}.example-card h3{margin-bottom:.45rem}.tagline{font-size:.85rem;text-transform:uppercase;letter-spacing:.12em;color:var(--gold);font-weight:800;margin-bottom:.45rem}.mini-icon{width:46px;height:46px;border-radius:16px;display:grid;place-items:center;background:var(--blush);color:var(--rose-dark);font-size:1.35rem;margin-bottom:16px}.split{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}.round-img,.feature-photo{border-radius:36px;overflow:hidden;background:#fff;box-shadow:var(--shadow);border:1px solid var(--line)}.round-img img,.feature-photo img{width:100%;height:520px;object-fit:cover}.feature-list{list-style:none;padding:0;margin:22px 0 0;display:grid;gap:12px}.feature-list li{position:relative;padding-left:34px}.feature-list li::before{content:"✓";position:absolute;left:0;top:.12rem;width:23px;height:23px;border-radius:50%;background:var(--sage);color:#33745d;display:grid;place-items:center;font-weight:900;font-size:.82rem}.quote{font-size:1.22rem;line-height:1.5;background:#fff;border-left:5px solid var(--rose);padding:24px;border-radius:0 24px 24px 0;box-shadow:var(--shadow-soft)}
.image-showcase-grid{display:grid;grid-template-columns:1.12fr 1fr 1fr;grid-auto-rows:245px;gap:18px}.image-tile{position:relative;margin:0;border-radius:30px;overflow:hidden;background:#fff;box-shadow:var(--shadow-soft);border:1px solid var(--line)}.image-tile.tall{grid-row:span 2}.image-tile.wide{grid-column:span 2}.image-tile img{width:100%;height:100%;object-fit:cover}.process{counter-reset:steps}.step{position:relative;padding-left:74px}.step::before{counter-increment:steps;content:counter(steps);position:absolute;left:24px;top:26px;width:42px;height:42px;border-radius:16px;background:var(--ink);display:grid;place-items:center;color:#fff;font-weight:900}.process-section{background:linear-gradient(180deg,#fff,var(--wash));border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.page-hero{padding:72px 0 46px;background:linear-gradient(180deg,#fff,var(--wash));border-bottom:1px solid var(--line)}.page-hero-inner{max-width:900px}.breadcrumb{font-size:.9rem;color:var(--muted);margin-bottom:16px}.gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.gallery figure{margin:0;border-radius:22px;overflow:hidden;background:#fff;border:1px solid var(--line);box-shadow:0 10px 25px rgba(36,26,38,.06)}.gallery img{width:100%;height:240px;object-fit:cover}.gallery figcaption{padding:10px 12px;color:#5e515b;font-size:.9rem;font-weight:780}.faq details{background:#fff;border:1px solid var(--line);border-radius:18px;padding:0;margin-bottom:12px;box-shadow:0 10px 24px rgba(36,26,38,.045);overflow:hidden}.faq summary{cursor:pointer;font-weight:820;color:var(--ink);list-style:none;padding:18px 22px;display:flex;align-items:center;justify-content:space-between;gap:20px}.faq summary::-webkit-details-marker{display:none}.faq summary::after{content:"+";font-size:1.25rem;color:var(--rose-dark)}.faq details[open] summary::after{content:"–"}.faq details p{color:var(--muted);padding:0 22px 20px;margin:0}.legal{max-width:920px;margin-inline:auto}.legal h2{font-size:1.65rem;margin-top:2.5rem}.legal p,.legal li{color:#504657}.note{background:#fff9e9;border:1px solid #ead59d;border-radius:22px;padding:18px;color:#5f4b1f}.contact-box{background:#fff;color:var(--ink);border:1px solid var(--line);border-radius:34px;padding:34px;box-shadow:var(--shadow)}.contact-box h2{color:var(--ink)}.contact-box p{color:var(--muted)}.contact-box a{text-decoration:underline;color:var(--rose-dark)}
.site-footer{background:#fff;border-top:1px solid var(--line);color:var(--ink)}.footer-cta{margin-top:44px;transform:translateY(-44px);background:linear-gradient(135deg,var(--blush),#fff);border:1px solid var(--line);border-radius:34px;padding:28px 32px;display:flex;align-items:center;justify-content:space-between;gap:24px;box-shadow:var(--shadow-soft)}.footer-cta h2{font-size:clamp(1.65rem,3vw,2.35rem);margin-bottom:.45rem}.footer-cta p{color:var(--muted);margin:0}.footer-grid{display:grid;grid-template-columns:1.25fr 1fr .95fr .9fr;gap:34px;padding:12px 0 50px}.footer-logo{background:#fff;border-radius:18px;padding:0;margin-bottom:14px;width:170px}.site-footer h2{font-family:"Aptos","Segoe UI",sans-serif;font-size:1rem;color:var(--ink);letter-spacing:0;margin-bottom:12px;font-weight:850}.site-footer p,.site-footer li{color:var(--muted)}.site-footer ul{list-style:none;padding:0;margin:0;display:grid;gap:8px}.site-footer a,.site-footer .text-button{color:var(--ink)}.text-button{border:0;background:none;padding:0;font:inherit;text-align:left;cursor:pointer;text-decoration:underline}.footer-bottom{border-top:1px solid var(--line);padding:16px 0;color:var(--muted);font-size:.95rem}.cookie-banner{position:fixed;left:16px;right:16px;bottom:16px;z-index:120}.cookie-card{width:min(820px,100%);margin-inline:auto;background:#fff;border:1px solid var(--line);border-radius:26px;box-shadow:0 24px 90px rgba(36,26,38,.24);padding:22px;display:grid;gap:14px}.cookie-card p{margin:.25rem 0;color:var(--muted)}.cookie-actions{display:flex;gap:10px;flex-wrap:wrap}
@media (max-width:1060px){.hero-inner,.split{grid-template-columns:1fr}.hero-gallery{max-width:820px}.hero-meta{grid-template-columns:repeat(2,1fr)}.grid-4{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}.gallery{grid-template-columns:repeat(3,1fr)}}
@media (max-width:820px){body{font-size:16px}.topbar-inner{display:flex;justify-content:center}.topbar-inner span:not(:first-child){display:none}.nav-toggle{display:flex}.main-nav{display:none;position:absolute;left:20px;right:20px;top:122px;background:#fff;border:1px solid var(--line);border-radius:24px;padding:14px;box-shadow:var(--shadow);align-items:stretch}.main-nav.is-open{display:grid}.main-nav a{border-radius:16px}.main-nav .nav-cta{margin-left:0}.hero-inner{padding:52px 0}.hero-gallery{grid-template-columns:1fr;grid-template-rows:auto}.hero-shot.main{grid-row:auto}.hero-shot img{height:320px}.hero-meta,.grid-4,.grid-3,.grid-2,.footer-grid{grid-template-columns:1fr}.section-head.space-between{display:block}.image-showcase-grid{grid-template-columns:1fr;grid-auto-rows:auto}.image-tile,.image-tile.tall,.image-tile.wide{grid-column:auto;grid-row:auto}.image-tile img{height:280px}.gallery{grid-template-columns:1fr 1fr}.round-img img,.feature-photo img{height:360px}.section{padding:56px 0}.footer-cta{display:grid;transform:none;margin:32px 0}.footer-grid{padding-top:38px}.hero-actions .btn{width:100%}}
@media (max-width:540px){.wrap{width:min(100% - 28px,var(--max))}h1{font-size:2.7rem}.gallery{grid-template-columns:1fr}.card{padding:22px}.category-card{grid-template-columns:1fr}.category-card img{justify-self:start}.cookie-actions .btn{width:100%}.brand img{width:145px}.hero-pill{min-height:auto}.picture-card>img{height:250px}}

/* v6: Bildverteilung + Abstände Startseite */
.category-grid{align-items:stretch;gap:26px}.category-card{min-height:0;display:flex;flex-direction:column;align-items:stretch;gap:0;padding:0;overflow:hidden;background:#fff}.category-card img{order:0;width:100%;height:190px;object-fit:cover;border-radius:0;align-self:auto;justify-self:auto}.category-card div{padding:24px 24px 26px;display:flex;flex-direction:column;min-height:230px}.category-card h3{font-size:1.42rem;margin-bottom:.75rem}.category-card p{line-height:1.65;margin-bottom:auto}.category-card .circle-arrow{margin-top:18px;flex:0 0 auto}.quick-gallery{margin-top:30px;display:grid;grid-template-columns:1.15fr .85fr 1fr .85fr 1.05fr .9fr;gap:14px;align-items:stretch}.quick-gallery figure{margin:0;border-radius:26px;overflow:hidden;background:#fff;border:1px solid var(--line);box-shadow:0 16px 38px rgba(40,31,39,.06)}.quick-gallery img{width:100%;height:170px;object-fit:cover}.quick-gallery figure:nth-child(2),.quick-gallery figure:nth-child(5){transform:translateY(18px)}.examples-grid{gap:26px}.example-card{display:flex;flex-direction:column}.example-card .card-body{min-height:178px}.picture-card>img{height:295px}.soft-mosaic{margin-top:26px;display:grid;grid-template-columns:repeat(6,1fr);gap:14px}.soft-mosaic img{width:100%;height:155px;object-fit:cover;border-radius:24px;border:1px solid var(--line);box-shadow:0 14px 34px rgba(40,31,39,.06);background:#fff}.image-showcase-grid{gap:22px}.section + .section{border-top:0}.hero-gallery{align-self:center}.hero-shot figcaption,.image-tile figcaption{left:18px;right:18px;bottom:18px;padding:.68rem .95rem}
@media (max-width:1060px){.quick-gallery{grid-template-columns:repeat(3,1fr)}.quick-gallery figure:nth-child(2),.quick-gallery figure:nth-child(5){transform:none}.soft-mosaic{grid-template-columns:repeat(3,1fr)}}
@media (max-width:820px){.category-card div{min-height:auto}.category-card img{height:230px}.quick-gallery{grid-template-columns:repeat(2,1fr)}.quick-gallery img{height:190px}.soft-mosaic{grid-template-columns:repeat(2,1fr)}.soft-mosaic img{height:190px}.picture-card>img{height:285px}}
@media (max-width:540px){.quick-gallery,.soft-mosaic{grid-template-columns:1fr}.quick-gallery img,.soft-mosaic img{height:260px}.category-card img{height:250px}.example-card .card-body{min-height:auto}}


/* v7: Blickfang statt reingeworfene Bilder */
.hero-shot,
.image-tile,
.gallery figure,
.quick-gallery figure{position:relative;isolation:isolate}

.hero-shot::after,
.image-tile::after,
.gallery figure::after{
  content:"";
  position:absolute;
  inset:auto 0 0 0;
  height:48%;
  background:linear-gradient(180deg,rgba(20,16,22,0) 0%,rgba(20,16,22,.72) 100%);
  z-index:1;
  pointer-events:none;
}

.hero-shot figcaption,
.image-tile figcaption,
.gallery figcaption{
  position:absolute;
  left:18px;
  right:auto;
  bottom:18px;
  z-index:2;
  display:inline-flex;
  align-items:center;
  width:auto;
  max-width:calc(100% - 36px);
  padding:.78rem 1rem;
  border-radius:18px;
  background:rgba(255,255,255,.16);
  border:1px solid rgba(255,255,255,.34);
  backdrop-filter:blur(11px);
  -webkit-backdrop-filter:blur(11px);
  color:#fff;
  font-size:.92rem;
  font-weight:820;
  line-height:1.3;
  box-shadow:0 14px 30px rgba(16,12,16,.18);
  text-shadow:0 1px 2px rgba(0,0,0,.28);
}

.gallery figure{border-radius:26px;box-shadow:0 16px 38px rgba(36,26,38,.08)}
.gallery img{height:260px;transition:transform .35s ease,filter .35s ease}
.hero-shot img,
.image-tile img,
.quick-gallery img,
.picture-card>img,
.soft-mosaic img{transition:transform .4s ease,filter .4s ease}
.hero-shot:hover img,
.image-tile:hover img,
.gallery figure:hover img,
.quick-gallery figure:hover img,
.picture-card:hover img,
.soft-mosaic img:hover{transform:scale(1.04);filter:saturate(1.03)}

.hero-shot:hover,
.image-tile:hover,
.gallery figure:hover,
.quick-gallery figure:hover,
.picture-card:hover{box-shadow:0 22px 54px rgba(36,26,38,.14)}

.quick-gallery{
  margin-top:34px;
  display:grid;
  grid-template-columns:1.18fr .92fr 1fr 1fr;
  grid-auto-rows:170px;
  gap:16px;
  align-items:stretch;
}
.quick-gallery figure{
  margin:0;
  overflow:hidden;
  border-radius:28px;
  background:#fff;
  border:1px solid var(--line);
  box-shadow:0 14px 34px rgba(40,31,39,.07);
}
.quick-gallery figure:nth-child(1){grid-column:span 2;grid-row:span 2}
.quick-gallery figure:nth-child(2){grid-row:span 1}
.quick-gallery figure:nth-child(3){grid-row:span 2}
.quick-gallery figure:nth-child(4){grid-column:span 1}
.quick-gallery figure:nth-child(5){grid-column:span 2}
.quick-gallery figure:nth-child(6){grid-column:span 1}
.quick-gallery img{width:100%;height:100%;object-fit:cover}
.quick-gallery figure:nth-child(2),
.quick-gallery figure:nth-child(5){transform:none}

.soft-mosaic{
  margin-top:28px;
  display:grid;
  grid-template-columns:repeat(12,1fr);
  gap:14px;
}
.soft-mosaic img{
  width:100%;
  height:178px;
  object-fit:cover;
  border-radius:24px;
  border:1px solid var(--line);
  box-shadow:0 14px 34px rgba(40,31,39,.06);
  background:#fff;
}
.soft-mosaic img:nth-child(1){grid-column:span 2}
.soft-mosaic img:nth-child(2){grid-column:span 2}
.soft-mosaic img:nth-child(3){grid-column:span 3}
.soft-mosaic img:nth-child(4){grid-column:span 2}
.soft-mosaic img:nth-child(5){grid-column:span 1}
.soft-mosaic img:nth-child(6){grid-column:span 2}

.image-showcase-grid{gap:24px}
.image-tile{border-radius:32px;box-shadow:0 16px 38px rgba(40,31,39,.08)}
.image-tile.tall img{object-position:center top}

.category-card{border-radius:30px;overflow:hidden}
.category-card img{height:210px}
.category-card div{padding:25px 24px 28px}
.category-card h3{margin-bottom:.65rem}
.category-card p{color:#665b66}
.category-card .circle-arrow{background:rgba(245,231,233,.55)}

@media (max-width:1060px){
  .quick-gallery{grid-template-columns:repeat(3,1fr);grid-auto-rows:180px}
  .quick-gallery figure:nth-child(1){grid-column:span 2;grid-row:span 2}
  .quick-gallery figure:nth-child(3){grid-row:span 2}
  .quick-gallery figure:nth-child(5){grid-column:span 2}
  .soft-mosaic{grid-template-columns:repeat(6,1fr)}
  .soft-mosaic img:nth-child(n){grid-column:span 2}
}
@media (max-width:820px){
  .hero-shot figcaption,
  .image-tile figcaption,
  .gallery figcaption{left:14px;bottom:14px;padding:.7rem .9rem;font-size:.88rem;max-width:calc(100% - 28px)}
  .quick-gallery{grid-template-columns:repeat(2,1fr);grid-auto-rows:185px}
  .quick-gallery figure:nth-child(1),
  .quick-gallery figure:nth-child(3),
  .quick-gallery figure:nth-child(5){grid-column:span 1;grid-row:span 1}
  .soft-mosaic{grid-template-columns:repeat(2,1fr)}
  .soft-mosaic img:nth-child(n){grid-column:span 1;height:190px}
}
@media (max-width:540px){
  .quick-gallery{grid-template-columns:1fr;grid-auto-rows:230px}
  .quick-gallery figure:nth-child(n){grid-column:span 1;grid-row:span 1}
  .soft-mosaic{grid-template-columns:1fr}
  .soft-mosaic img:nth-child(n){height:220px}
  .gallery img{height:280px}
}


/* v8: Sternenkinder & Trauerschmuck */
.remembrance-spotlight{background:linear-gradient(180deg,#fff 0%,#fbf3f5 100%)}
.remembrance-grid{display:grid;grid-template-columns:1.05fr .92fr .76fr;gap:22px;align-items:stretch}
.remembrance-copy{padding:34px;border-radius:34px;background:linear-gradient(180deg,#fff,#fdfafb)}
.remembrance-copy .lead{max-width:unset}
.remembrance-frame{position:relative;margin:0;overflow:hidden;border-radius:34px;border:1px solid var(--line);box-shadow:var(--shadow);min-height:100%}
.remembrance-frame img{width:100%;height:100%;min-height:560px;object-fit:cover;transition:transform .4s ease}
.remembrance-frame::after{content:"";position:absolute;inset:auto 0 0 0;height:46%;background:linear-gradient(180deg,rgba(17,14,17,0) 0%,rgba(17,14,17,.72) 100%)}
.remembrance-frame figcaption{position:absolute;left:18px;bottom:18px;z-index:2;display:inline-flex;padding:.82rem 1rem;border-radius:18px;background:rgba(255,255,255,.16);border:1px solid rgba(255,255,255,.34);backdrop-filter:blur(11px);-webkit-backdrop-filter:blur(11px);color:#fff;font-weight:820;box-shadow:0 14px 30px rgba(16,12,16,.18)}
.remembrance-frame:hover img{transform:scale(1.04)}
.remembrance-stack{display:grid;gap:16px}
.remembrance-item{display:grid;grid-template-columns:108px 1fr;gap:14px;align-items:center;background:#fff;border:1px solid var(--line);border-radius:28px;padding:14px;box-shadow:var(--shadow-soft);transition:transform .2s ease,box-shadow .2s ease}
.remembrance-item:hover{transform:translateY(-3px);box-shadow:var(--shadow)}
.remembrance-item img{width:100%;height:112px;object-fit:cover;border-radius:18px}
.remembrance-item strong{display:block;font-size:1rem;margin-bottom:4px}
.remembrance-item span{display:block;color:var(--muted);line-height:1.55;font-size:.95rem}
.remembrance-cards .picture-card>img{height:320px}
.remembrance-card .card-body{min-height:178px}
.remembrance-note{display:grid;grid-template-columns:1.12fr .88fr;gap:22px;align-items:stretch}
.note-card{background:#fff;border:1px solid var(--line);border-radius:30px;padding:28px;box-shadow:var(--shadow-soft);display:flex;flex-direction:column;justify-content:center}
.note-card strong{font-size:1.12rem;margin-bottom:.65rem}
.note-card p{color:var(--muted);margin-bottom:1rem}

@media (max-width:1180px){
  .remembrance-grid{grid-template-columns:1fr 1fr}
  .remembrance-stack{grid-column:1 / -1;grid-template-columns:repeat(3,1fr)}
  .remembrance-item{grid-template-columns:1fr}
  .remembrance-item img{height:160px}
}
@media (max-width:900px){
  .remembrance-grid,.remembrance-note{grid-template-columns:1fr}
  .remembrance-stack{grid-template-columns:1fr}
  .remembrance-frame img{min-height:420px}
}


/* v9: Claudi Feinschliff Sternenkinder & Trauerschmuck */
.memory-stage{display:grid;grid-template-columns:1.05fr .92fr .9fr;gap:22px;align-items:stretch}
.memory-intro{padding:36px;border-radius:34px;background:linear-gradient(180deg,#fff,#fdfafb)}
.memory-intro h3{font-size:clamp(1.55rem,2vw,2.2rem);line-height:1.12;margin:.85rem 0 1rem}
.memory-hero,.memory-mini,.quiet-main-photo,.quiet-tile{position:relative;overflow:hidden;border-radius:34px;border:1px solid var(--line);box-shadow:var(--shadow);background:#fff}
.memory-hero{margin:0;min-height:100%}
.memory-hero img{width:100%;height:100%;min-height:560px;object-fit:cover;transition:transform .45s ease}
.memory-hero::after,.memory-mini::after,.quiet-main-photo::after,.quiet-tile::after{content:"";position:absolute;inset:auto 0 0 0;height:46%;background:linear-gradient(180deg,rgba(17,14,17,0),rgba(17,14,17,.68))}
.memory-hero figcaption,.quiet-main-photo figcaption,.quiet-tile figcaption{position:absolute;left:18px;right:18px;bottom:18px;z-index:2;display:inline-flex;max-width:max-content;padding:.85rem 1rem;border-radius:18px;background:rgba(255,255,255,.16);border:1px solid rgba(255,255,255,.35);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);color:#fff;font-weight:780}
.memory-hero:hover img,.memory-mini:hover img,.quiet-main-photo:hover img,.quiet-tile:hover img{transform:scale(1.04)}
.memory-side{display:grid;gap:16px}
.memory-mini{display:block;text-decoration:none;color:#fff;min-height:260px}
.memory-mini-large{min-height:320px}
.memory-mini-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.memory-mini img,.quiet-tile img{width:100%;height:100%;object-fit:cover;display:block}
.memory-label{position:absolute;left:16px;right:16px;bottom:16px;z-index:2;display:block;padding:.95rem 1rem;border-radius:20px;background:rgba(255,255,255,.16);border:1px solid rgba(255,255,255,.34);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}
.memory-label strong{display:block;color:#fff;font-size:1rem;margin-bottom:3px}
.memory-label small{display:block;color:rgba(255,255,255,.92);font-size:.92rem;line-height:1.45}
.memory-ribbon{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px}
.memory-ribbon span{display:inline-flex;align-items:center;justify-content:center;padding:.76rem 1rem;border-radius:999px;background:#fff;border:1px solid var(--line);color:var(--ink);font-weight:700;box-shadow:var(--shadow-soft)}
.quiet-hero{background:linear-gradient(180deg,#fff 0%,#f9f1f4 100%)}
.quiet-editorial-grid{display:grid;grid-template-columns:1.02fr .96fr .68fr;gap:22px;align-items:stretch}
.quiet-copy{padding-right:8px}
.quiet-main-photo{margin:0;min-height:100%}
.quiet-main-photo img{width:100%;height:100%;min-height:520px;object-fit:cover;display:block;transition:transform .45s ease}
.quiet-side-tiles{display:grid;gap:16px}
.quiet-tile{margin:0;min-height:252px}
.quiet-gallery-wrap .gallery figcaption{background:rgba(255,255,255,.92);color:var(--ink);border:1px solid rgba(79,52,66,.08);box-shadow:0 14px 28px rgba(17,14,17,.10)}
.quiet-steps .step{padding:30px;border-radius:28px;background:linear-gradient(180deg,#fff,#fff9fb)}
.quiet-cta{display:flex;gap:20px;align-items:center;justify-content:space-between;background:#fff;border:1px solid var(--line);border-radius:34px;padding:34px 36px;box-shadow:var(--shadow-soft)}
.quiet-cta p{max-width:760px;color:var(--muted);margin-bottom:0}

@media (max-width:1180px){
  .memory-stage,.quiet-editorial-grid{grid-template-columns:1fr 1fr}
  .memory-side,.quiet-side-tiles{grid-column:1 / -1;grid-template-columns:repeat(3,1fr)}
  .memory-mini-large{min-height:260px}
}
@media (max-width:900px){
  .memory-stage,.quiet-editorial-grid,.quiet-cta{grid-template-columns:1fr;display:grid}
  .memory-mini-row,.memory-side,.quiet-side-tiles{grid-template-columns:1fr}
  .memory-hero img,.quiet-main-photo img{min-height:420px}
  .quiet-tile{min-height:220px}
  .quiet-cta{padding:26px}
}
@media (max-width:640px){
  .memory-intro{padding:28px}
  .memory-hero figcaption,.quiet-main-photo figcaption,.quiet-tile figcaption,.memory-label{left:14px;right:14px;bottom:14px}
}


/* v10: Premium-Feinschliff gesamt */
.page-hero{position:relative;overflow:hidden;padding:84px 0 58px;background:linear-gradient(180deg,#fff 0%,#f9f1f4 100%)}
.page-hero::before{content:"";position:absolute;left:-140px;top:-120px;width:420px;height:420px;border-radius:50%;background:radial-gradient(circle,rgba(239,230,244,.9),rgba(255,255,255,0) 70%);pointer-events:none}
.page-hero::after{content:"";position:absolute;right:-120px;bottom:-160px;width:380px;height:380px;border-radius:50%;background:radial-gradient(circle,rgba(245,231,233,.95),rgba(255,255,255,0) 72%);pointer-events:none}
.page-hero-inner{position:relative;z-index:1;max-width:980px}
.breadcrumb a{color:var(--rose-dark)}
.section-head p{color:var(--muted)}
.card,.contact-box,.footer-cta,.contact-panel{box-shadow:0 18px 42px rgba(36,26,38,.07)}
.picture-card .card-body{display:flex;flex-direction:column;gap:.55rem;min-height:176px}
.picture-card .card-body p{margin-bottom:0}
.picture-card h3{margin-bottom:.12rem}
.gallery{gap:18px}
.gallery figure{border-radius:28px}
.gallery img{height:250px}
.faq details{transition:box-shadow .2s ease,transform .2s ease,border-color .2s ease}
.faq details:hover{transform:translateY(-1px);box-shadow:0 16px 36px rgba(36,26,38,.08);border-color:#e5d4cf}
.faq details[open]{box-shadow:0 18px 40px rgba(36,26,38,.08);border-color:#e2d0cb}
.faq summary{font-size:1rem}
.site-footer{margin-top:10px;background:linear-gradient(180deg,#fff 0%,#fcfaf8 100%)}
.footer-cta{padding:32px 34px;background:linear-gradient(135deg,#fff 0%,#f8edf1 48%,#ffffff 100%)}
.footer-grid{position:relative;padding-top:18px}
.footer-grid::before{content:"";position:absolute;left:0;right:0;top:0;height:1px;background:linear-gradient(90deg,transparent,rgba(184,135,69,.18),transparent)}
.footer-bottom{background:#fff}
.text-button:hover{text-decoration:none;color:var(--rose-dark)}

/* Contact */
.contact-layout{display:grid;grid-template-columns:1.04fr .96fr;gap:22px;align-items:stretch}
.contact-panel{background:#fff;border:1px solid var(--line);border-radius:34px;padding:34px}
.contact-main-panel{background:linear-gradient(180deg,#fff,#fdfafb)}
.contact-side-panel{background:linear-gradient(180deg,#fff,#fff8fa)}
.contact-card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin:24px 0 4px}
.contact-mini-card{background:#fff;border:1px solid var(--line);border-radius:22px;padding:18px;box-shadow:var(--shadow-soft)}
.contact-mini-card strong{display:block;font-size:.95rem;margin-bottom:8px;color:var(--ink)}
.contact-mini-card p{margin:0;color:var(--muted);line-height:1.55}
.contact-mini-card a{color:var(--rose-dark);text-decoration:underline}
.compact-checks{gap:10px}
.contact-story-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px;align-items:stretch}
.contact-photo{margin:0;min-height:100%}
.contact-photo img{width:100%;height:100%;min-height:480px;object-fit:cover;display:block}
.contact-story{display:flex;flex-direction:column;justify-content:center}
.contact-chip-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}
.contact-chip-row span{display:inline-flex;align-items:center;justify-content:center;padding:.72rem .95rem;border-radius:999px;background:#fff;border:1px solid var(--line);font-weight:700;color:var(--ink);box-shadow:var(--shadow-soft)}

/* Gallery page */
.gallery-intro-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:22px;align-items:stretch}
.gallery-intro-copy{background:#fff;border:1px solid var(--line);border-radius:34px;padding:34px;box-shadow:var(--shadow-soft)}
.gallery-stat-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}
.gallery-stat{background:#fff;border:1px solid var(--line);border-radius:28px;padding:24px;box-shadow:var(--shadow-soft);display:flex;flex-direction:column;justify-content:center;min-height:154px}
.gallery-stat strong{font-family:Georgia,"Times New Roman",serif;font-size:1.3rem;letter-spacing:-.03em;margin-bottom:8px}
.gallery-stat small{color:var(--muted);font-size:.96rem;line-height:1.55}
.gallery-rich{grid-template-columns:repeat(4,1fr)}
.gallery-rich figure:nth-child(5n+1){grid-column:span 2}
.gallery-rich figure:nth-child(7n+3){grid-row:span 2}
.gallery-rich figure:nth-child(7n+3) img{height:518px}
.gallery-rich figure:nth-child(5n+1) img{height:250px}

/* subtle motion and consistency */
.category-card,.contact-panel,.gallery-stat,.contact-mini-card,.faq details{transition:transform .2s ease,box-shadow .2s ease}
.category-card:hover,.contact-panel:hover,.gallery-stat:hover,.contact-mini-card:hover{transform:translateY(-3px);box-shadow:0 24px 54px rgba(36,26,38,.10)}

@media (max-width:1180px){
  .contact-layout,.contact-story-grid,.gallery-intro-grid{grid-template-columns:1fr}
  .contact-card-grid{grid-template-columns:1fr 1fr 1fr}
}
@media (max-width:980px){
  .gallery-rich{grid-template-columns:repeat(3,1fr)}
}
@media (max-width:820px){
  .page-hero{padding:66px 0 46px}
  .contact-card-grid{grid-template-columns:1fr}
  .gallery-stat-grid{grid-template-columns:1fr}
  .gallery-rich{grid-template-columns:1fr 1fr}
  .gallery-rich figure:nth-child(n){grid-column:span 1;grid-row:span 1}
  .gallery-rich figure:nth-child(n) img{height:280px}
}
@media (max-width:540px){
  .contact-panel,.gallery-intro-copy{padding:26px}
  .gallery-rich{grid-template-columns:1fr}
}


/* v11: Feinschliff + Bugfixes */
.quiet-steps .step{
  position:relative;
  padding:30px 28px 30px 96px;
  border-radius:28px;
  background:linear-gradient(180deg,#fff,#fff9fb);
}
.quiet-steps .step::before{
  left:24px;
  top:24px;
  width:44px;
  height:44px;
  border-radius:15px;
  box-shadow:0 14px 28px rgba(22,16,22,.12);
}
.quiet-steps .step h3{
  margin:0 0 .9rem;
  line-height:1.18;
}
.quiet-steps .step p{margin:0;color:var(--muted)}

.hero-shot figcaption,
.image-tile figcaption,
.memory-hero figcaption,
.quiet-main-photo figcaption,
.quiet-tile figcaption,
.remembrance-frame figcaption{
  left:18px;
  right:auto;
  max-width:min(calc(100% - 36px), 320px);
  padding:.82rem 1rem;
  border-radius:20px;
  background:rgba(255,251,252,.94);
  border:1px solid rgba(93,65,78,.12);
  color:var(--ink);
  text-shadow:none;
  box-shadow:0 16px 34px rgba(18,13,18,.12);
}
.hero-shot figcaption,
.image-tile figcaption{
  font-weight:800;
}

@media (max-width:640px){
  .quiet-steps .step{
    padding:28px 22px 26px 84px;
  }
  .quiet-steps .step::before{
    left:18px;
    top:20px;
    width:40px;
    height:40px;
  }
  .hero-shot figcaption,
  .image-tile figcaption,
  .memory-hero figcaption,
  .quiet-main-photo figcaption,
  .quiet-tile figcaption,
  .remembrance-frame figcaption{
    left:14px;
    max-width:calc(100% - 28px);
    padding:.76rem .9rem;
    font-size:.9rem;
  }
}


/* FINAL CLAUDI: letzter sauberer Design-Schliff */
:root{
  --shadow-premium:0 26px 64px rgba(36,26,38,.105);
  --label-bg:linear-gradient(180deg,rgba(255,255,255,.97),rgba(255,249,251,.91));
  --label-border:rgba(92,62,76,.14);
}
body{
  text-rendering:optimizeLegibility;
  -webkit-font-smoothing:antialiased;
}
.wrap{width:min(100% - 46px,var(--max))}
.section{padding:90px 0}
.section-soft,
.section-blush,
.process-section{position:relative;overflow:hidden}
.section-soft::before,
.section-blush::before{
  content:"";
  position:absolute;
  width:360px;
  height:360px;
  border-radius:50%;
  right:-180px;
  top:10%;
  background:radial-gradient(circle,rgba(245,231,233,.48),rgba(255,255,255,0) 72%);
  pointer-events:none;
}
.site-header{
  background:rgba(255,255,255,.92);
  backdrop-filter:saturate(1.18) blur(18px);
  -webkit-backdrop-filter:saturate(1.18) blur(18px);
}
.nav-shell{min-height:92px}
.main-nav a{transition:background .18s ease,color .18s ease,transform .18s ease}
.main-nav a:hover{transform:translateY(-1px);background:#fff5f7;color:var(--rose-dark)}
.main-nav .nav-cta:hover{box-shadow:0 16px 34px rgba(155,70,88,.24)}
.btn{will-change:transform}
.btn:hover{transform:translateY(-2px);box-shadow:0 20px 42px rgba(155,70,88,.24)}
.card,
.category-card,
.picture-card,
.contact-panel,
.contact-mini-card,
.gallery figure,
.hero-shot,
.image-tile,
.memory-mini,
.memory-hero,
.quiet-main-photo,
.quiet-tile,
.footer-cta{
  backface-visibility:hidden;
}
.category-grid{gap:28px}
.category-card{border-radius:34px}
.category-card img{height:224px}
.category-card div{min-height:228px;padding:27px 26px 30px}
.category-card p{font-size:1.01rem}
.picture-card>img{height:318px}
.picture-card .card-body{padding:26px}
.examples-grid{gap:28px}
.gallery{gap:20px}
.gallery figure{
  position:relative;
  border-radius:30px;
  box-shadow:0 18px 44px rgba(36,26,38,.075);
}
.gallery img{height:262px}
.hero-shot::after,
.image-tile::after,
.gallery figure::after,
.memory-mini::after,
.memory-hero::after,
.quiet-main-photo::after,
.quiet-tile::after,
.remembrance-frame::after{
  height:43%;
  background:linear-gradient(180deg,rgba(17,14,17,0),rgba(17,14,17,.46));
}
.hero-shot figcaption,
.image-tile figcaption,
.gallery figcaption,
.memory-hero figcaption,
.quiet-main-photo figcaption,
.quiet-tile figcaption,
.remembrance-frame figcaption{
  position:absolute;
  left:18px;
  right:auto;
  bottom:18px;
  z-index:3;
  display:inline-flex;
  align-items:center;
  width:auto;
  max-width:min(calc(100% - 36px), 340px);
  min-height:0;
  padding:.78rem 1rem;
  border-radius:18px;
  background:var(--label-bg);
  border:1px solid var(--label-border);
  color:var(--ink);
  font-size:.92rem;
  font-weight:850;
  line-height:1.22;
  letter-spacing:-.01em;
  text-shadow:none;
  box-shadow:0 18px 42px rgba(20,14,22,.16);
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
}
.quiet-gallery-wrap .gallery figcaption,
.gallery-rich figcaption{
  background:var(--label-bg);
  color:var(--ink);
}
.hero-shot:hover,
.image-tile:hover,
.gallery figure:hover,
.memory-mini:hover,
.memory-hero:hover,
.quiet-main-photo:hover,
.quiet-tile:hover,
.category-card:hover,
.picture-card:hover{
  box-shadow:var(--shadow-premium);
}
.quiet-steps{align-items:stretch}
.quiet-steps .step{
  position:relative;
  padding:34px 30px 32px 106px;
  min-height:178px;
  overflow:hidden;
  border:1px solid rgba(234,223,219,.92);
}
.quiet-steps .step::before{
  left:30px;
  top:32px;
  width:44px;
  height:44px;
  border-radius:15px;
  box-shadow:0 14px 28px rgba(22,16,22,.13);
}
.quiet-steps .step h3{
  font-size:1.34rem;
  line-height:1.18;
  letter-spacing:-.035em;
  padding-top:3px;
}
.quiet-steps .step p{max-width:36ch}
.faq details{border-radius:22px}
.faq summary{padding:20px 24px}
.contact-panel,
.gallery-intro-copy,
.gallery-stat,
.quiet-cta{
  border-radius:36px;
}
.contact-chip-row span,
.memory-ribbon span{
  transition:transform .18s ease,box-shadow .18s ease;
}
.contact-chip-row span:hover,
.memory-ribbon span:hover{
  transform:translateY(-2px);
  box-shadow:0 16px 32px rgba(36,26,38,.08);
}
.footer-cta{border-radius:36px}
.site-footer a{transition:color .18s ease}

@media (max-width:1120px){
  .main-nav a{padding:.62rem .68rem;font-size:.88rem}
  .brand img{width:150px}
}
@media (max-width:980px){
  .section{padding:72px 0}
  .hero-gallery{grid-template-rows:230px 230px}
  .category-grid,
  .grid-4{grid-template-columns:repeat(2,1fr)}
  .category-card img{height:230px}
}
@media (max-width:820px){
  .wrap{width:min(100% - 34px,var(--max))}
  .section{padding:62px 0}
  .topbar-inner{grid-template-columns:1fr;text-align:center;gap:2px;padding:7px 0}
  .topbar-inner span:nth-child(n){text-align:center}
  .nav-shell{min-height:78px}
  .brand img{width:132px}
  .main-nav a:hover{transform:none}
  .quiet-steps .step{
    padding:82px 24px 28px;
    min-height:0;
  }
  .quiet-steps .step::before{
    left:24px;
    top:24px;
    width:42px;
    height:42px;
  }
  .hero-shot figcaption,
  .image-tile figcaption,
  .gallery figcaption,
  .memory-hero figcaption,
  .quiet-main-photo figcaption,
  .quiet-tile figcaption,
  .remembrance-frame figcaption{
    left:14px;
    bottom:14px;
    max-width:calc(100% - 28px);
    padding:.76rem .92rem;
    font-size:.9rem;
  }
}
@media (max-width:560px){
  .wrap{width:min(100% - 26px,var(--max))}
  .section{padding:54px 0}
  h1{font-size:clamp(2.35rem,13vw,3.25rem)}
  h2{font-size:clamp(1.85rem,10vw,2.55rem)}
  .hero-gallery{grid-template-columns:1fr;grid-template-rows:330px 220px 220px}
  .hero-shot.main{grid-row:span 1}
  .category-grid,
  .grid-3,
  .grid-4,
  .gallery{grid-template-columns:1fr}
  .gallery img,
  .gallery-rich figure:nth-child(n) img{height:305px}
  .category-card img,
  .picture-card>img{height:300px}
  .footer-cta,
  .quiet-cta,
  .contact-panel,
  .gallery-intro-copy{padding:25px}
}
@media (prefers-reduced-motion:reduce){
  *,
  *::before,
  *::after{
    scroll-behavior:auto!important;
    transition:none!important;
    animation:none!important;
  }
}
