:root{
  --cream:#F7EEE5;
  --paper:#fffaf4;
  --paper-2:#fffdf8;
  --ink:#1F2D3D;
  --muted:#736B64;
  --terracotta:#C88B78;
  --terracotta-dark:#ad6f5f;
  --sage:#9B9C78;
  --line:rgba(31,45,61,.12);
  --shadow:0 28px 60px rgba(31,45,61,.16);
  --serif:"Cormorant Garamond", Georgia, serif;
  --sans:"Inter", system-ui, -apple-system, Segoe UI, sans-serif;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:var(--sans);
  color:var(--ink);
  background:var(--paper);
  line-height:1.65;
  -webkit-font-smoothing:antialiased;
}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}

.site-header{
  position:fixed;
  top:0;left:0;right:0;
  z-index:20;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:32px;
  padding:24px clamp(24px,6vw,92px);
  background:rgba(255,250,244,.78);
  backdrop-filter:blur(18px);
  border-bottom:1px solid rgba(31,45,61,.06);
}
.brand{
  font-family:var(--serif);
  font-size:clamp(28px,3vw,42px);
  font-weight:700;
  letter-spacing:-.03em;
}
nav{
  display:flex;
  gap:42px;
  font-size:15px;
  font-weight:600;
}
nav a{opacity:.88}
nav a:hover{opacity:1;color:var(--terracotta-dark)}
.top-button{
  padding:12px 22px;
  border-radius:999px;
  background:var(--terracotta);
  color:white;
  font-weight:700;
  font-size:14px;
  box-shadow:0 12px 28px rgba(200,139,120,.25);
}
.hero{
  min-height:760px;
  display:grid;
  align-items:center;
  padding:140px clamp(60px,9vw,160px) 80px;
  background:
    linear-gradient(90deg, rgba(247,238,229,.98) 0%, rgba(247,238,229,.88) 42%, rgba(247,238,229,.18) 68%),
    url("assets/hero.png") center/cover no-repeat;
}
.hero__content{max-width:660px}
.eyebrow{
  margin:0 0 22px;
  text-transform:uppercase;
  letter-spacing:.18em;
  color:var(--terracotta-dark);
  font-size:13px;
  font-weight:700;
}
h1,h2,h3{
  font-family:var(--serif);
  font-weight:700;
  line-height:1.04;
  letter-spacing:-.035em;
}
h1{
  font-size:clamp(58px,8vw,108px);
  margin:0 0 28px;
}
h2{
  font-size:clamp(42px,5vw,72px);
  margin:0 0 22px;
  line-height:1.08;
}
h3{
  font-size:clamp(25px,2.5vw,34px);
  margin:18px 0 10px;
}
.lead{
  font-family:var(--serif);
  font-size:clamp(24px,2.6vw,34px);
  line-height:1.18;
  max-width:570px;
  margin:0 0 34px;
}
.button{
  display:inline-flex;
  align-items:center;
  gap:12px;
  padding:15px 28px;
  border-radius:999px;
  background:var(--terracotta);
  color:#fff;
  font-weight:800;
  box-shadow:0 15px 35px rgba(200,139,120,.24);
  transition:.25s ease;
}
.button:hover{
  transform:translateY(-2px);
  background:var(--terracotta-dark);
  box-shadow:0 20px 42px rgba(200,139,120,.32);
}
.section{
  padding:clamp(70px,8vw,130px) clamp(24px,7vw,120px);
}
.new-release{
  display:grid;
  grid-template-columns:minmax(280px, .85fr) minmax(360px, 1fr);
  gap:clamp(42px,8vw,120px);
  align-items:center;
  background:linear-gradient(rgba(255,250,244,.70), rgba(247,238,229,.70)),
        url("assets/neu-erschienen.png") center/cover no-repeat;
}
.text-col{max-width:580px}
.subtitle{
  font-weight:600;
  font-size:20px;
  line-height:1.6;
  margin:0 0 24px;
}
.text-col p:not(.eyebrow):not(.subtitle){
  color:var(--muted);
  font-size:18px;
  line-height:1.8;
  max-width:540px;
}
.cover-stage{
  min-height:480px;
  display:flex;
  justify-content:center;
  align-items:end;
  gap:60px;
  position:relative;
  padding:20px 40px 20px 20px;
  background:none;
}
.featured-cover{
  width:min(370px,70vw);
  filter:drop-shadow(0 28px 28px rgba(31,45,61,.18));
  transform:perspective(900px) rotateY(-5deg);
}
.vase{
  width:92px;height:180px;
  border-radius:44px 44px 26px 26px;
  background:linear-gradient(135deg,#cbb79e,#f0e4d7);
  position:relative;
  opacity:.84;
  box-shadow:0 20px 35px rgba(31,45,61,.12);
}
.vase:before{
  content:"";
  position:absolute;
  width:2px;height:190px;
  background:#a97962;
  left:45px;bottom:150px;
  transform:rotate(18deg);
  box-shadow:22px 12px 0 #b98a6c,-18px 30px 0 #b98a6c,38px 44px 0 #b98a6c;
  opacity:.7;
}
.section-head{text-align:center;margin-bottom:46px}
.section-head h2{font-size:clamp(34px,4vw,54px)}
.small-line{
  width:56px;height:2px;background:var(--terracotta);
  margin:18px auto 0;
}
.bookshelf{
      background:
        linear-gradient(rgba(255,253,248,.82), rgba(255,253,248,.82)),
        url("assets/buecher.png") center/cover no-repeat;

}
.shelf{
  display:grid;
  grid-template-columns:repeat(6, minmax(130px,1fr));
  gap:clamp(40px,5vw,80px);
  align-items:start;
}
.book-card{
  text-align:center;
  min-width:0;
}
.book-link{
  display:block;
  min-height:260px;
  display:flex;
  align-items:end;
  justify-content:center;
}
.book-card img{
  width:100%;
  max-width:190px;
  max-height:300px;
  object-fit:contain;
  margin:auto;
  filter:drop-shadow(0 22px 18px rgba(31,45,61,.18));
  transition:transform .28s ease, filter .28s ease;
}
.book-card:hover img{
  transform:translateY(-10px) rotate(-1deg);
  filter:drop-shadow(0 32px 26px rgba(31,45,61,.22));
}
.book-card h3{
  font-size:22px;
  line-height:1.08;
  letter-spacing:-.02em;
  min-height:72px;
}
.book-card p{
  color:var(--muted);
  font-size:14px;
  line-height:1.45;
  min-height:62px;
}
.text-link{
  font-weight:800;
  font-size:14px;
  color:var(--terracotta-dark);
  opacity:0;
  transition:.25s ease;
}
.book-card:hover .text-link{opacity:1}
.quote-band{
padding:90px clamp(26px,10vw,180px);
  background: linear-gradient(rgba(247,238,229,.70), rgba(247,238,229,.70)),
        url("assets/zitate.png") center/cover no-repeat;
}
blockquote{
  margin:0 auto;
  max-width:980px;
  display:flex;
  gap:34px;
  align-items:flex-start;
}
blockquote span{
  color:var(--terracotta);
  font-family:var(--serif);
  font-size:110px;
  line-height:.8;
}
blockquote p{
  margin:0;
  font-family:var(--serif);
  font-size:clamp(32px,4vw,54px);
  line-height:1.15;
  font-style:italic;
}
.values{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:0;
  background:var(--paper-2);
  padding-top:70px;
  padding-bottom:70px;
}
.value{
  padding:20px clamp(24px,4vw,70px);
  border-right:1px solid rgba(31,45,61,.06);
}
.value:last-child{border-right:0}
.icon{
  width:72px;height:72px;
  display:grid;place-items:center;
  border-radius:50%;
  background:#f3dfd8;
  color:var(--terracotta-dark);
  font-size:34px;
  margin-bottom:20px;
}
.value:nth-child(2) .icon{background:#e8e7d9;color:var(--sage)}
.value:nth-child(3) .icon{background:#e8eef1;color:#53616c}
.value h3{font-size:32px;margin:0 0 12px}
.value p{color:var(--muted);margin:0;max-width:320px}
.about{
  background:
     linear-gradient(rgba(247,238,229,.72), rgba(247,238,229,.72)),
        url("assets/ueber.png") center/cover no-repeat;
}
.about-card{
  max-width:900px;
  margin:auto;
  padding:clamp(34px,6vw,78px);
  background:rgba(255,250,244,.72);
  border:1px solid rgba(31,45,61,.08);
  box-shadow:0 25px 60px rgba(31,45,61,.08);
}
.about-card p{
  font-size:18px;
  color:var(--muted);
}
.site-footer{
  display:grid;
  grid-template-columns:1fr auto 1fr;
  gap:36px;
  align-items:start;
  padding:52px clamp(24px,7vw,120px);
  background:linear-gradient(rgba(255,250,244,.80), rgba(255,250,244,.80)),
        url("assets/footer.png") center/cover no-repeat;
  border-top:1px solid var(--line);
}
.site-footer strong{
  font-family:var(--serif);
  font-size:36px;
  letter-spacing:-.03em;
}
.site-footer p{margin:6px 0;color:var(--muted)}
.footer-links{
  display:grid;
  grid-template-columns:repeat(2,auto);
  gap:12px 32px;
  font-weight:600;
  font-size:14px;
}
.footer-contact{text-align:right;font-weight:600}

.reveal{
  opacity:0;
  transform:translateY(24px);
  transition:opacity .7s ease, transform .7s ease;
}
.reveal.visible{
  opacity:1;
  transform:translateY(0);
}

@media (max-width:1050px){
  .shelf{grid-template-columns:repeat(3,1fr)}
  .new-release{grid-template-columns:1fr}
  .cover-stage{order:-1}
}
@media (max-width:760px){
  .site-header{
    position:static;
    padding:22px;
    flex-wrap:wrap;
  }
  nav{order:3;width:100%;justify-content:space-between;gap:12px;font-size:14px}
  .top-button{display:none}
  .hero{min-height:640px;padding:74px 24px;background-position:center right}
  h1{font-size:56px}
  .shelf{grid-template-columns:repeat(2,1fr);gap:30px 20px}
  .book-link{min-height:220px}
  .book-card h3{font-size:20px;min-height:70px}
  .book-card p{min-height:auto}
  .text-link{opacity:1}
  .values{grid-template-columns:1fr}
  .value{border-right:0;border-bottom:1px solid var(--line)}
  .value:last-child{border-bottom:0}
  blockquote{gap:18px}
  blockquote span{font-size:72px}
  .site-footer{grid-template-columns:1fr;text-align:left}
  .footer-contact{text-align:left}
}
.page-title{
    font-size:clamp(36px,4vw,52px);
    margin-bottom:40px;
}

.page-subtitle{
    font-size:32px;
    margin-top:80px;
    margin-bottom:24px;
}
