:root {
  --cream:#fbf5ec;
  --paper:#fffaf3;
  --ink:#3f2d2a;
  --muted:#7f6a62;
  --wine:#7b2e3f;
  --wine-dark:#54202e;
  --rose:#d88999;
  --blush:#f1d6d9;
  --sage:#778367;
  --gold:#c69757;
  --line:#dfcfc0;
  --shadow:0 20px 60px rgba(73,45,38,.12);
  --radius:24px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;color:var(--ink);background:var(--cream);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.6}
img{display:block;max-width:100%}
a{color:inherit}
button,input,textarea,select{font:inherit}
button{cursor:pointer}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.skip-link{position:fixed;top:8px;left:8px;z-index:9999;padding:10px 14px;background:#fff;color:#000;transform:translateY(-150%);transition:.2s}.skip-link:focus{transform:none}

.site-header{position:sticky;top:0;z-index:100;background:rgba(255,250,243,.91);backdrop-filter:blur(14px);border-bottom:1px solid rgba(123,46,63,.1)}
.nav-wrap{max-width:1440px;margin:auto;min-height:76px;padding:10px 28px;display:flex;align-items:center;justify-content:space-between;gap:30px}
.brand{display:flex;align-items:center;gap:12px;text-decoration:none;line-height:1.15}.brand-mark{display:grid;place-items:center;width:46px;height:46px;border-radius:15px;background:var(--wine);color:#fff;font:700 28px Georgia,serif;box-shadow:inset 0 0 0 2px rgba(255,255,255,.32)}
.brand strong{display:block;font-family:Georgia,"Times New Roman",serif;font-size:20px}.brand small{display:block;color:var(--muted);font-size:11px;letter-spacing:.08em;text-transform:uppercase;margin-top:4px}
.main-nav{display:flex;align-items:center;gap:26px}.main-nav a{text-decoration:none;font-size:14px;font-weight:700}.main-nav>a:not(.nav-cta):hover{color:var(--wine)}
.nav-cta{background:var(--wine);color:#fff!important;padding:12px 18px;border-radius:999px;box-shadow:0 8px 24px rgba(123,46,63,.2)}
.menu-button{display:none;border:0;background:none;width:46px;height:46px;padding:10px}.menu-button span:not(.sr-only){display:block;height:2px;background:var(--ink);margin:6px;border-radius:4px}

.hero{position:relative;background:#3c2b28;overflow:hidden}.hero picture,.hero img{width:100%}.hero img{aspect-ratio:2/1;object-fit:cover}.hero-mobile-copy{display:none}

.trust-strip{max-width:1260px;margin:-2px auto 0;padding:26px 24px;display:grid;grid-template-columns:repeat(3,1fr);gap:20px;background:var(--paper);border-radius:0 0 24px 24px;box-shadow:var(--shadow);position:relative;z-index:2}
.trust-strip div{display:grid;grid-template-columns:42px 1fr;grid-template-rows:auto auto;column-gap:12px;align-items:center;padding:0 22px;border-right:1px dashed var(--line)}.trust-strip div:last-child{border:0}.trust-strip span{grid-row:1/3;width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:var(--blush);color:var(--wine);font-size:20px}.trust-strip strong{font-family:Georgia,serif;font-size:18px}.trust-strip small{color:var(--muted)}

.section{max-width:1260px;margin:0 auto;padding:100px 24px}.section-heading{max-width:760px;margin-bottom:44px}.section-heading h2{font:700 clamp(36px,5vw,62px)/1.05 Georgia,"Times New Roman",serif;margin:8px 0 0;letter-spacing:-.03em}.eyebrow{margin:0;color:var(--wine);text-transform:uppercase;letter-spacing:.18em;font-size:12px;font-weight:800}.eyebrow.light{color:#f2bcc7}
.about-grid{display:grid;grid-template-columns:1.55fr .85fr;gap:28px}.story-card,.quote-card{border-radius:var(--radius);padding:48px;position:relative}.story-card{background:var(--paper);border:1px solid var(--line);box-shadow:var(--shadow)}.stitched-label{position:absolute;right:28px;top:-17px;background:#f1d8b5;border:2px dashed #9f704d;border-radius:9px;padding:8px 16px;font-family:Georgia,serif;transform:rotate(2deg)}.lead{font:700 25px/1.45 Georgia,serif;color:var(--wine);margin-top:0}.text-link{display:inline-flex;gap:10px;margin-top:14px;color:var(--wine);font-weight:800;text-decoration:none;border-bottom:1px solid rgba(123,46,63,.3)}.quote-card{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;background:var(--wine);color:#fff;overflow:hidden}.quote-card:after{content:"";position:absolute;width:240px;height:240px;border:1px solid rgba(255,255,255,.15);border-radius:50%;right:-80px;bottom:-70px}.quote-card .heart{font-size:40px;color:#f0a9b7}.quote-card blockquote{font:700 32px/1.25 Georgia,serif;margin:18px 0}.quote-card p{opacity:.8}

.collection{max-width:1440px;background:#f6ece1;border-radius:40px;margin-top:30px;padding-left:60px;padding-right:60px}.collection-heading{max-width:none;display:flex;align-items:end;justify-content:space-between;gap:30px}.collection-heading>div{max-width:780px}.update-note{display:flex;align-items:center;gap:10px;color:var(--muted);font-weight:700;white-space:nowrap}.pulse{width:10px;height:10px;border-radius:50%;background:#6d8b59;box-shadow:0 0 0 7px rgba(109,139,89,.13);animation:pulse 2s infinite}@keyframes pulse{50%{box-shadow:0 0 0 12px rgba(109,139,89,0)}}
.filter-row{display:flex;gap:10px;margin-bottom:28px;flex-wrap:wrap}.filter{border:1px solid var(--line);background:var(--paper);color:var(--ink);padding:10px 18px;border-radius:999px;font-weight:800}.filter.active,.filter:hover{background:var(--wine);color:#fff;border-color:var(--wine)}
.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.product-card{position:relative;background:var(--paper);border-radius:20px;overflow:hidden;border:1px solid rgba(123,46,63,.08);box-shadow:0 12px 34px rgba(73,45,38,.08);transition:transform .25s,box-shadow .25s,opacity .2s}.product-card:hover{transform:translateY(-6px);box-shadow:0 20px 45px rgba(73,45,38,.15)}.product-card.is-selected{outline:3px solid var(--wine);outline-offset:3px}.product-card.is-hidden{display:none}.product-card img{width:100%;aspect-ratio:4/4.6;object-fit:cover;background:#ddd}.select-product{position:absolute;z-index:2;top:14px;right:14px;border:0;background:rgba(255,250,243,.94);box-shadow:0 6px 18px rgba(0,0,0,.15);height:38px;border-radius:999px;padding:0 14px;display:flex;align-items:center;gap:8px;font-size:12px;font-weight:800;color:var(--wine)}.select-product .check{width:20px;height:20px;border-radius:50%;border:1px solid var(--wine);display:grid;place-items:center;color:transparent}.select-product[aria-pressed="true"]{background:var(--wine);color:#fff}.select-product[aria-pressed="true"] .check{background:#fff;border-color:#fff;color:var(--wine)}
.product-info{display:flex;gap:10px;align-items:flex-start;justify-content:space-between;padding:19px 18px 0}.product-info h3{font:700 20px/1.15 Georgia,serif;margin:3px 0}.product-type{font-size:12px;color:var(--muted);margin:0}.condition{background:#e7eddf;color:#516340;border-radius:999px;padding:5px 8px;font-size:10px;font-weight:900;text-transform:uppercase;white-space:nowrap}.price-label{margin:10px 18px 20px;color:var(--wine);font-weight:800;font-size:13px}

.centered{text-align:center;margin-left:auto;margin-right:auto}.how-it-works{padding-bottom:80px}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.steps article{background:var(--paper);border:1px solid var(--line);border-radius:20px;padding:30px;position:relative}.steps span{display:grid;place-items:center;width:44px;height:44px;border-radius:50%;background:var(--blush);color:var(--wine);font-family:Georgia,serif;font-weight:800;font-size:22px}.steps h3{font:700 24px Georgia,serif;margin:20px 0 8px}.steps p{color:var(--muted);margin:0}

.inquiry{max-width:none;background:var(--wine-dark);padding:90px 24px;color:#fff}.inquiry-wrap{max-width:1260px;margin:auto;display:grid;grid-template-columns:.8fr 1.2fr;gap:64px}.inquiry-intro h2{font:700 clamp(40px,5vw,64px)/1.05 Georgia,serif;margin:10px 0 22px}.inquiry-intro>p{color:#e6ccd1}.selection-summary{margin-top:36px;padding:22px;border:1px dashed rgba(255,255,255,.3);border-radius:18px;background:rgba(255,255,255,.06)}#selection-count{font-weight:900}.selected-chips{display:flex;flex-wrap:wrap;gap:8px;margin-top:13px}.selected-chips span{background:#fff;color:var(--wine-dark);padding:6px 10px;border-radius:999px;font-size:12px;font-weight:800}.selected-chips em{opacity:.65}
.inquiry-form{background:var(--paper);color:var(--ink);border-radius:28px;padding:36px;box-shadow:0 35px 70px rgba(0,0,0,.25)}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:18px}.inquiry-form label{display:block;font-weight:800;font-size:13px;margin-bottom:18px}.inquiry-form label small{font-weight:500;color:var(--muted)}.inquiry-form input,.inquiry-form textarea,.inquiry-form select{width:100%;margin-top:7px;border:1px solid var(--line);border-radius:11px;padding:13px 14px;background:#fff;color:var(--ink);outline:none}.inquiry-form input:focus,.inquiry-form textarea:focus,.inquiry-form select:focus{border-color:var(--wine);box-shadow:0 0 0 3px rgba(123,46,63,.12)}.field-error{display:none;color:#a12638;font-size:11px;margin-top:5px}.invalid .field-error{display:block}.invalid input{border-color:#a12638}.checkbox-label{display:flex!important;gap:12px;align-items:flex-start;font-weight:500!important}.checkbox-label input{width:18px;height:18px;flex:none;margin-top:4px}.checkbox-label a{color:var(--wine)}.button{display:inline-flex;align-items:center;justify-content:center;gap:10px;border:0;border-radius:999px;padding:14px 22px;text-decoration:none;font-weight:900}.button.primary{background:var(--wine);color:#fff}.button.submit{width:100%;background:var(--wine);color:#fff;font-size:16px}.form-note{font-size:11px;color:var(--muted);text-align:center;margin:14px 0 0}
.private-note{padding-top:45px;padding-bottom:45px}.private-note>div{display:flex;align-items:flex-start;gap:18px;padding:22px 26px;border-radius:18px;background:#ede6d8;border:1px solid #d6cab7}.private-note span{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:var(--wine);color:#fff;font-family:Georgia,serif;font-weight:900;flex:none}.private-note p{margin:0}

.footer{background:#2e2422;color:#f6eee7;padding:70px 24px 20px}.footer-grid{max-width:1260px;margin:auto;display:grid;grid-template-columns:1.5fr .7fr .7fr;gap:30px;padding-bottom:40px;border-bottom:1px solid rgba(255,255,255,.12)}.footer-brand{display:flex;gap:14px;align-items:center}.footer-brand strong{font:700 22px Georgia,serif}.footer-brand p{margin:3px 0 0;color:#bca9a2}.footer nav,.footer-legal{display:flex;flex-direction:column;gap:8px}.footer a{text-decoration:none;color:#e5d6d0}.footer a:hover{color:#fff}.legal-sections{max-width:1260px;margin:28px auto}.legal-sections details{border-top:1px solid rgba(255,255,255,.12)}.legal-sections summary{padding:16px 0;cursor:pointer;font-weight:800}.legal-content{max-width:760px;color:#cdbdb6;padding-bottom:22px}.legal-content h2{color:#fff;font-family:Georgia,serif}.placeholder{background:rgba(255,255,255,.08);padding:1px 5px;border-radius:4px}.legal-hint{font-size:12px;color:#e6a9b5}.copyright{max-width:1260px;margin:auto;padding-top:18px;text-align:center;color:#99857e;font-size:12px}

.floating-selection{position:fixed;z-index:80;left:50%;bottom:18px;transform:translate(-50%,140%);display:flex;align-items:center;gap:18px;background:#fff;color:var(--ink);padding:9px 10px 9px 16px;border-radius:999px;box-shadow:0 16px 45px rgba(0,0,0,.25);transition:.3s}.floating-selection.visible{transform:translate(-50%,0)}.floating-selection>div{display:flex;align-items:center;gap:7px;font-size:13px;font-weight:800}.floating-count{display:grid;place-items:center;width:28px;height:28px;border-radius:50%;background:var(--blush);color:var(--wine)}.floating-selection button{border:0;border-radius:999px;background:var(--wine);color:#fff;padding:11px 17px;font-weight:900}

dialog{width:min(560px,calc(100% - 28px));border:0;border-radius:26px;padding:36px;box-shadow:0 35px 90px rgba(0,0,0,.38);color:var(--ink)}dialog::backdrop{background:rgba(31,20,18,.72);backdrop-filter:blur(4px)}.dialog-close{position:absolute;right:18px;top:15px;border:0;background:none;font-size:30px;color:var(--muted)}.dialog-icon{display:grid;place-items:center;width:58px;height:58px;border-radius:50%;background:#e2edd9;color:#52703d;font-size:26px;font-weight:900}.dialog h2{font:700 34px Georgia,serif;margin:20px 0 12px}.dialog-preview{background:var(--cream);border-radius:13px;padding:14px;margin:20px 0;font-size:13px}.dialog-ok{width:100%}

@media(max-width:1050px){.main-nav{gap:15px}.main-nav a{font-size:13px}.nav-cta{display:none}.product-grid{grid-template-columns:repeat(2,1fr)}.about-grid,.inquiry-wrap{grid-template-columns:1fr}.quote-card{min-height:360px}.collection{border-radius:0;padding-left:28px;padding-right:28px}.collection-heading{align-items:flex-start;flex-direction:column}.steps{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1.5fr .7fr .7fr}}
@media(max-width:760px){.nav-wrap{padding:9px 16px;min-height:66px}.brand small{display:none}.brand-mark{width:40px;height:40px}.menu-button{display:block}.main-nav{position:absolute;top:100%;left:0;right:0;background:var(--paper);padding:18px 22px 24px;display:none;flex-direction:column;align-items:stretch;gap:0;border-bottom:1px solid var(--line);box-shadow:0 20px 35px rgba(0,0,0,.12)}.main-nav.open{display:flex}.main-nav a{padding:13px 5px;border-bottom:1px solid #eee}.main-nav .nav-cta{display:block;text-align:center;margin-top:14px;border:0}.hero{min-height:670px}.hero picture,.hero img{height:100%;position:absolute;inset:0}.hero img{aspect-ratio:auto;object-fit:cover;object-position:center top}.hero:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(38,23,20,.92) 0%,rgba(38,23,20,.15) 58%,rgba(38,23,20,.02) 100%)}.hero-mobile-copy{display:block;position:absolute;z-index:2;left:24px;right:24px;bottom:34px;color:#fff}.hero-mobile-copy h1{font:700 62px/.88 Georgia,serif;margin:10px 0 18px;text-shadow:0 4px 18px rgba(0,0,0,.35)}.hero-mobile-copy p:not(.eyebrow){max-width:430px}.hero-mobile-copy .eyebrow{color:#f5bac4}.hero-mobile-copy .button{background:#fff;color:var(--wine)}.trust-strip{grid-template-columns:1fr;margin:0;border-radius:0;padding:20px}.trust-strip div{border-right:0;border-bottom:1px dashed var(--line);padding:14px 4px}.trust-strip div:last-child{border:0}.section{padding:72px 18px}.section-heading h2{font-size:42px}.story-card,.quote-card{padding:30px}.lead{font-size:21px}.product-grid{grid-template-columns:1fr 1fr;gap:13px}.product-info{padding:13px 12px 0;display:block}.product-info h3{font-size:17px}.condition{display:inline-block;margin-top:5px}.price-label{margin:8px 12px 15px}.select-product{top:8px;right:8px;padding:0;width:38px;justify-content:center}.select-label{display:none}.collection{padding-left:14px;padding-right:14px}.collection-heading{padding:0 5px}.update-note{white-space:normal}.steps{grid-template-columns:1fr}.form-row{grid-template-columns:1fr}.inquiry{padding:70px 18px}.inquiry-form{padding:24px}.footer-grid{grid-template-columns:1fr}.floating-selection{width:calc(100% - 24px);justify-content:space-between}.filter-row{overflow:auto;flex-wrap:nowrap;padding-bottom:5px}.filter{white-space:nowrap}.footer{padding-left:18px;padding-right:18px}}
@media(max-width:420px){.product-grid{grid-template-columns:1fr}.product-card img{aspect-ratio:4/4.2}.hero-mobile-copy h1{font-size:54px}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation:none!important;transition:none!important}}


/* Verkauf ausschließlich über eBay */
.button.secondary{
  background:rgba(255,255,255,.92);
  color:var(--wine);
  border:1px solid rgba(123,46,63,.22)
}
.hero-mobile-copy .hero-ebay{margin-left:8px}
.sales-notice{
  max-width:1260px;
  margin:46px auto 0;
  padding:34px 38px;
  display:grid;
  grid-template-columns:72px 1fr;
  gap:26px;
  align-items:start;
  background:#fff8ed;
  border:2px solid #d8b477;
  border-radius:24px;
  box-shadow:var(--shadow)
}
.sales-notice-icon{
  width:64px;
  height:64px;
  display:grid;
  place-items:center;
  border-radius:18px;
  background:#f4d18d;
  color:#6f421d;
  font:900 36px Georgia,serif
}
.sales-notice h2{
  margin:4px 0 8px;
  font:700 clamp(28px,4vw,42px)/1.1 Georgia,serif
}
.sales-notice p:not(.eyebrow){margin:0;color:var(--muted)}
.sales-notice-actions{display:flex;align-items:center;gap:18px;flex-wrap:wrap;margin-top:22px}
.sales-notice-actions small{color:var(--muted);font-weight:700}
.story-actions{display:flex;align-items:center;gap:20px;flex-wrap:wrap;margin-top:22px}
.ebay-channel-note{
  margin:-4px 0 26px;
  padding:15px 18px;
  border-left:5px solid var(--gold);
  border-radius:10px;
  background:#fff8e9;
  color:#695547
}
.product-card{display:flex;flex-direction:column}
.product-card .price-label{
  margin-bottom:12px;
  color:#6d503c;
  font-size:12px
}
.product-actions{
  display:grid;
  grid-template-columns:1fr;
  gap:9px;
  padding:0 18px 20px;
  margin-top:auto
}
.product-actions .button{
  width:100%;
  min-height:42px;
  padding:10px 13px;
  font-size:12px
}
.product-ebay{
  background:var(--wine);
  color:#fff
}
.product-question{
  background:#fff;
  color:var(--wine);
  border:1px solid var(--line)
}
.product-question:hover,.product-ebay:hover{transform:translateY(-1px)}
.contact-purpose{
  margin:30px 0 20px;
  padding:20px;
  border:1px solid rgba(255,255,255,.28);
  border-radius:16px;
  background:rgba(255,255,255,.08)
}
.contact-purpose strong{display:block;font:700 21px Georgia,serif;color:#fff}
.contact-purpose p{margin:7px 0 0;color:#e8d6da}
.contact-email a{color:#fff;font-weight:900}
.no-sale-confirmation{
  margin:4px 0 20px;
  padding:13px 15px;
  border-radius:10px;
  background:#f8e8cf;
  color:#65452b;
  font-size:12px
}
.inquiry-form textarea:required{min-height:145px}

@media (max-width: 800px){
  .sales-notice{
    margin:28px 16px 0;
    padding:26px 22px;
    grid-template-columns:1fr
  }
  .sales-notice-icon{width:54px;height:54px}
  .sales-notice-actions .button{width:100%}
  .hero-mobile-copy .hero-ebay{margin:10px 0 0}
}
