:root{
  --bg:#f6efe4;
  --paper:#fbf5ea;
  --paper-2:#fffaf2;
  --ink:#6d3425;
  --accent:#a3261a;
  --gold:#c29145;
  --gold-soft:#e0c392;
  --line:#d9c2a0;
  --shadow:0 18px 40px rgba(88,50,24,.14);
  --radius:24px;
  --wrap:1180px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  color:var(--ink);
  font-family:Georgia,"Times New Roman",serif;
  background:
    linear-gradient(to bottom, rgba(255,255,255,.5), rgba(255,255,255,.15)),
    url("../images/paper-texture.png") repeat,
    var(--bg);
}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}

.site-shell{
  width:min(calc(100% - 28px), var(--wrap));
  margin:18px auto;
  background:linear-gradient(to bottom, rgba(255,255,255,.45), rgba(255,255,255,.12)), var(--paper);
  border:1px solid #d9c2a0;
  box-shadow:var(--shadow);
  position:relative;
  overflow:hidden;
}
.site-shell::before,
.site-shell::after{
  content:"";
  position:absolute;
  inset:12px;
  border:1px solid rgba(194,145,69,.45);
  pointer-events:none;
}
.site-shell::after{
  inset:18px;
  border-style:dotted;
  opacity:.4;
}

/* Angepasst an die neuen Ornamentgrößen */
.corner{
  position:absolute;
  z-index:2;
  pointer-events:none;
  opacity:.9;
}
.corner--tl,
.corner--tr{
  width:74px;
  top:10px;
}
.corner--tl{left:10px}
.corner--tr{right:10px}

.corner--bl,
.corner--br{
  width:92px;
  bottom:10px;
}
.corner--bl{left:10px}
.corner--br{right:10px}

.topbar{
  position:relative;
  padding:16px 34px 8px;
  z-index:3;
}
.logo-frame{
  text-align:center;
  padding-top:6px;
}
.logo-frame__ornament{
  width:min(100%,660px);
  max-height:104px;
  object-fit:contain;
  margin:0 auto 2px;
  opacity:.95;
}
.logo-frame__logo{
  width:min(100%,420px);
  max-height:200px;
  object-fit:contain;
  margin:0 auto;
  filter:drop-shadow(0 4px 10px rgba(95,55,23,.08));
}
.site-subtitle{
  margin:0 0 10px;
  text-align:center;
  font-size:1rem;
  color:#8e5b3d;
  letter-spacing:.08em;
  font-style:italic;
}

.main-nav{
  display:flex;
  justify-content:center;
  gap:30px;
  align-items:center;
  padding:10px 0 14px;
  border-top:1px solid rgba(194,145,69,.3);
  border-bottom:1px solid rgba(194,145,69,.3);
  margin-top:8px;
}
.main-nav a{
  color:#7e3c2a;
  font-size:1.07rem;
  position:relative;
}
.main-nav a:hover{color:var(--accent)}
.main-nav a.active::after,
.main-nav a:hover::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:-8px;
  height:2px;
  background:var(--accent);
}

.hero{
  display:grid;
  grid-template-columns:1.15fr .95fr;
  min-height:430px;
  border-top:1px solid rgba(194,145,69,.25);
  border-bottom:1px solid rgba(194,145,69,.25);
  background:
    linear-gradient(90deg, rgba(111,63,39,.18), rgba(255,255,255,.08) 30%, rgba(255,255,255,.2)),
    linear-gradient(to bottom, rgba(255,255,255,.35), rgba(255,255,255,.05));
}
.hero__image-wrap{min-height:100%}
.hero__image{
  border-radius: 20px;
  width:100%;
  height:100%;
  object-fit:cover;
  filter:saturate(1.05) contrast(1.02);
}
.hero__content{
  padding:42px 52px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  position:relative;
}
.hero__content::before,
.hero__content::after{
  content:"";
  position:absolute;
  width:120px;
  height:30px;
  background:url("../images/flourish-small.png") center/contain no-repeat;
  opacity:.82;
  left:50%;
  transform:translateX(-50%);
}
.hero__content::before{top:18px}
.hero__content::after{bottom:18px}

.eyebrow{
  color:#8b5a3b;
  letter-spacing:.12em;
  text-transform:uppercase;
  font-size:.86rem;
}
.hero h1{
  font-size:clamp(2.4rem,4vw,4.4rem);
  line-height:1.03;
  margin:.2em 0 .22em;
  color:#f7f2eb;
  text-shadow:0 2px 10px rgba(60,25,13,.28);
}
.hero .hero-panel-title{
  color:#8a2c1f;
  text-shadow:none;
}
.hero p{
  font-size:1.24rem;
  line-height:1.55;
  max-width:34rem;
  margin:0 0 24px;
}

.cta{
  align-self:flex-start;
  background:linear-gradient(to bottom, #b92d1c, #8d1f15);
  color:#fff9f2;
  border:2px solid #d8a36f;
  border-radius:999px;
  padding:13px 28px;
  box-shadow:0 6px 12px rgba(95,28,18,.2), inset 0 1px 0 rgba(255,255,255,.25);
  font-size:1rem;
}
.cta:hover{transform:translateY(-1px)}

.section{
  position:relative;
  padding:26px 32px 34px;
}
.section--cream{ background:rgba(255,251,244,.55); }

.section-divider{
  width:min(100%,740px);
  max-height:54px;
  object-fit:contain;
  margin:0 auto 14px;
  opacity:.98;
}
.section-title{
  text-align:center;
  color:#8d261b;
  font-size:clamp(2rem,3vw,3.1rem);
  margin:.1em 0 .08em;
}
.section-subtitle{
  text-align:center;
  color:#9a6a49;
  font-style:italic;
  margin:0 0 18px;
  font-size:1.1rem;
}

.product-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
  margin-top:18px;
}
.product-card{
  background:linear-gradient(to bottom, rgba(255,255,255,.78), rgba(255,249,239,.92));
  border:1px solid rgba(194,145,69,.42);
  border-radius:14px;
  padding:10px;
  box-shadow:0 8px 18px rgba(89,55,24,.08);
}
.product-card.compact .product-card__body{padding-top:10px}
.product-card__image-wrap{
  display:block;
  overflow:hidden;
  border-radius:10px;
  aspect-ratio:1.35 / 1;
  background:#f3e4cf;
}
.product-card__image{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .35s ease;
}
.product-card:hover .product-card__image{ transform:scale(1.04); }
.product-card__body{
  text-align:center;
  padding:12px 6px 6px;
}
.product-card__title{
  margin:0 0 8px;
  color:#873121;
  font-size:1.5rem;
}
.product-card__text{
  margin:0 auto 10px;
  max-width:26rem;
  line-height:1.45;
  color:#6f4a38;
}
.mini-link{
  color:#a3271b;
  font-weight:bold;
}

.featured{
  display:grid;
  grid-template-columns:.95fr 1.2fr;
  gap:32px;
  align-items:center;
  margin-top:8px;
}
.featured__content{
  padding:8px 8px 8px 18px;
}
.featured__label{
  color:#9c6a49;
  font-style:italic;
  font-size:1rem;
}
.featured__title{
  margin:.15em 0 .25em;
  color:#8d261b;
  font-size:clamp(2rem,3.5vw,3.2rem);
}
.featured__text{
  line-height:1.7;
  font-size:1.08rem;
}
.featured__image-wrap{
  border-radius:26px;
  overflow:hidden;
  border:1px solid rgba(194,145,69,.45);
  box-shadow:0 14px 34px rgba(89,55,24,.1);
}
.featured__image{
  width:100%;
  height:100%;
  object-fit:cover;
  min-height:360px;
}

.footer-band{
  display:grid;
  grid-template-columns:1fr 1fr 1fr;
  gap:0;
  background:
    linear-gradient(to bottom, rgba(122,66,43,.92), rgba(98,52,35,.97)),
    #7a422b;
  color:#f6e9d8;
  border-top:1px solid rgba(194,145,69,.42);
}
.footer-box{
  padding:26px 28px 30px;
  min-height:180px;
  position:relative;
}
.footer-box + .footer-box{border-left:1px solid rgba(222,192,146,.25)}
.footer-title{
  text-align:center;
  color:#fff2dc;
  font-size:2rem;
  margin:0 0 12px;
}
.footer-text{
  text-align:center;
  line-height:1.6;
  color:#f3e2cb;
}
.footer-box .small-ornament{
  width:90px;
  max-height:18px;
  object-fit:contain;
  margin:0 auto 10px;
  opacity:.92;
}
.footer-center{
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.footer-link{
  color:#fff5e8;
  text-decoration:underline;
}

.page-intro{
  padding:34px 44px 18px;
  text-align:center;
}
.page-intro h1{
  margin:0;
  color:#8d261b;
  font-size:clamp(2.3rem,4vw,3.7rem);
}
.page-intro p{
  max-width:760px;
  margin:14px auto 0;
  line-height:1.65;
  font-size:1.1rem;
}

.detail-layout{
  display:grid;
  grid-template-columns:1.06fr .94fr;
  gap:36px;
  align-items:start;
  padding:8px 38px 40px;
}
.detail-image{
  border-radius:18px;
  overflow:hidden;
  border:1px solid rgba(194,145,69,.45);
  box-shadow:0 14px 30px rgba(88,50,24,.1);
}
.detail-image img{
  width:100%;
  min-height:520px;
  object-fit:cover;
}
.detail-panel{
  background:linear-gradient(to bottom, rgba(255,255,255,.72), rgba(255,249,239,.9));
  border:1px solid rgba(194,145,69,.42);
  border-radius:18px;
  padding:28px 28px 26px;
  box-shadow:0 10px 24px rgba(88,50,24,.08);
}
.detail-panel h1{
  margin:0;
  color:#8d261b;
  font-size:clamp(2rem,3vw,3.2rem);
}
.detail-summary{
  color:#9c6a49;
  font-style:italic;
  margin:8px 0 12px;
}
.detail-text{
  line-height:1.75;
  margin:0 0 16px;
}
.detail-list{
  margin:18px 0 24px;
  padding-left:1.15rem;
  line-height:1.7;
}
.back-link{
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:#a3261a;
  font-weight:bold;
}

.gallery{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:18px;
  padding:0 38px 40px;
}
.gallery-card{
  margin:0;
  border-radius:18px;
  overflow:hidden;
  border:1px solid rgba(194,145,69,.42);
}
.gallery-card img{
  width:100%;
  aspect-ratio:1.4/1;
  object-fit:cover;
}

.button-row{
  display:flex;
  justify-content:center;
  margin-top:12px;
}

@media (max-width:980px){
  .hero,
  .featured,
  .detail-layout{
    grid-template-columns:1fr;
  }
  .product-grid{
    grid-template-columns:repeat(2,1fr);
  }
  .footer-band{
    grid-template-columns:1fr;
  }
  .footer-box + .footer-box{
    border-left:none;
    border-top:1px solid rgba(222,192,146,.25);
  }
}

@media (max-width:640px){
  .site-shell{
    width:min(calc(100% - 12px), var(--wrap));
    margin:6px auto;
  }
  .topbar{padding:14px 16px 8px}
  .main-nav{
    gap:16px;
    flex-wrap:wrap;
  }
  .logo-frame__ornament{
    width:min(100%,420px);
    max-height:70px;
  }
  .logo-frame__logo{
    width:min(100%,300px);
    max-height:90px;
  }
  .corner--tl,
  .corner--tr{
    width:52px;
  }
  .corner--bl,
  .corner--br{
    width:66px;
  }
  .hero__content{
    padding:34px 22px;
  }
  .section{
    padding:22px 16px 28px;
  }
  .page-intro{
    padding:26px 18px 12px;
  }
  .product-grid,
  .gallery{
    grid-template-columns:1fr;
  }
  .detail-layout{
    padding:4px 18px 30px;
  }
  .detail-image img{
    min-height:300px;
  }
  .featured__image{
    min-height:270px;
  }
  .section-divider{
    width:min(100%,240px);
    max-height:24px;
  }
  .hero__content::before,
  .hero__content::after{
    width:96px;
    height:18px;
  }
}
