
:root{
  --bg:#f7f2ea;
  --paper:#ffffff;
  --paper-alt:#fbf8f3;
  --ink:#111111;
  --muted:#66615a;
  --line:#e9e0d3;
  --soft:#efe5d7;
  --soft-2:#f3ebe0;
  --gold:#b8872f;
  --gold-soft:#d8bd8a;
  --dark:#121212;
  --max:1320px;
  --shadow:0 18px 48px rgba(26,20,10,.08);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.5}
a{text-decoration:none;color:inherit}img{display:block;max-width:100%}button,input,textarea,select{font:inherit}
.container{width:min(var(--max),calc(100% - 48px));margin:auto}.narrow{max-width:860px}
.topline{background:#151515;color:#f0ece5;font-size:11px;letter-spacing:.12em;text-transform:uppercase}.topbar{height:34px;display:flex;align-items:center;justify-content:space-between}
.header{position:sticky;top:0;z-index:40;background:rgba(247,242,234,.88);backdrop-filter:blur(16px);border-bottom:1px solid rgba(233,224,211,.9)}
.nav{height:82px;display:flex;align-items:center;gap:28px}.brand{display:inline-flex;flex-direction:column;line-height:1}.brand-word{font-size:20px;font-weight:800;letter-spacing:.16em}.brand-sub{font-size:9px;letter-spacing:.24em;color:#8f7f68;margin-top:7px}
.nav-links{display:flex;gap:24px;margin-left:auto;font-size:14px;font-weight:500}.nav-links a{padding:8px 0;border-bottom:1px solid transparent;transition:.2s}.nav-links a:hover{border-color:#111}
.nav-cta,.btn{border:1px solid var(--ink);padding:13px 20px;display:inline-flex;align-items:center;justify-content:center;gap:10px;font-weight:600;font-size:14px;transition:.2s;background:#fff;color:#111}.nav-cta:hover,.btn.outline:hover,.btn.primary{background:#111;color:#fff}.btn.primary:hover{background:#2a2a2a}.menu-btn{display:none;border:0;background:none;font-size:26px;color:#111}

.eyebrow{display:inline-flex;align-items:center;gap:10px;color:#8b7753;font-size:11px;font-weight:700;letter-spacing:.16em;text-transform:uppercase}.eyebrow:before{content:"";width:26px;height:1px;background:currentColor}.eyebrow.light{color:#dcc292}

.hero-luxe{padding:42px 0 46px}.hero-luxe-grid{display:grid;grid-template-columns:1.03fr .97fr;gap:34px;align-items:stretch}.hero-luxe-copy{padding:34px 0 24px}.hero-luxe h1,.page-hero h1,.detail-card h1,.legal h1{font-size:clamp(42px,6vw,78px);line-height:.98;letter-spacing:-.05em;font-weight:800;margin:18px 0 20px}.hero-luxe h1 em,.page-hero h1 em{font-style:normal;color:#7c6947;font-weight:650}.hero-luxe-copy>p,.page-hero p{max-width:620px;color:var(--muted);font-size:17px;margin:0 0 28px}.actions{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.hero-notes{display:flex;gap:22px;flex-wrap:wrap;margin-top:34px;color:#7b7064;font-size:12px;text-transform:uppercase;letter-spacing:.08em}.hero-notes span+span:before{content:"·";margin-right:22px}
.hero-showcase{display:flex;flex-direction:column}.hero-showcase-main{background:var(--soft);border:1px solid var(--line);min-height:560px;overflow:hidden;position:relative}.hero-showcase-main img{width:100%;height:560px;object-fit:cover}.floating-label{position:absolute;top:22px;left:22px;background:#fff;border:1px solid var(--line);padding:8px 12px;font-size:11px;letter-spacing:.12em;text-transform:uppercase}.hero-mini{display:grid;grid-template-columns:1fr auto;gap:16px;align-items:center;border:1px solid var(--line);border-top:0;padding:18px 22px;background:#fff}.hero-mini small{display:block;color:#7b7064;font-size:11px;text-transform:uppercase;letter-spacing:.12em}.hero-mini strong{font-size:20px;letter-spacing:-.03em}.hero-mini a{font-size:13px;font-weight:700}

.brand-strip{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#fcfaf7}.brand-strip-inner{min-height:72px;display:flex;align-items:center;justify-content:space-between;gap:22px;flex-wrap:wrap}.brand-strip-inner span{font-size:11px;color:#7a7064;text-transform:uppercase;letter-spacing:.14em}.brand-strip-inner a{font-size:17px;font-weight:700;letter-spacing:-.03em}

.section{padding:80px 0}.section-head{display:flex;justify-content:space-between;align-items:end;gap:40px;margin-bottom:30px}.section-head h2,.buyback-intro h2,.editorial-copy h2,.newsletter h2,.story-grid h2,.cta-panel h2,.contact-card h2,.form-card h2,.service-card h3,.process-item h3,.legal h2{font-size:clamp(30px,4vw,52px);line-height:1.02;letter-spacing:-.04em;font-weight:800;margin:12px 0 0}.section-head p,.buyback-intro p,.editorial-copy p,.newsletter p,.story-copy,.service-card p,.process-item p,.notice{color:var(--muted)}

.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:18px}.feature-tile{background:#fff;border:1px solid var(--line);overflow:hidden;transition:.2s}.feature-tile:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.feature-media{aspect-ratio:1/.8;background:var(--soft)}.feature-media img{width:100%;height:100%;object-fit:cover}.feature-copy{padding:18px}.feature-copy small{display:block;font-size:11px;color:#8d7b60;text-transform:uppercase;letter-spacing:.14em;margin-bottom:6px}.feature-copy h3{margin:0 0 6px;font-size:24px;letter-spacing:-.03em}.feature-copy p{margin:0;color:var(--muted);font-size:14px}

.products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.product-card{background:#fff;border:1px solid var(--line);position:relative;transition:.2s}.product-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.product-image{aspect-ratio:4/5;background:var(--soft);overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover;transition:.25s}.product-card:hover .product-image img{transform:scale(1.02)}.product-body{padding:16px}.product-meta{display:flex;justify-content:space-between;gap:12px;color:#8a8176;font-size:11px;text-transform:uppercase;letter-spacing:.1em}.product-title{font-size:19px;font-weight:700;letter-spacing:-.03em;margin:8px 0 4px}.product-price{font-size:14px;font-weight:700}.badge{position:absolute;z-index:2;top:12px;left:12px;background:rgba(255,255,255,.96);border:1px solid var(--line);padding:7px 10px;font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.badge.reserviert{background:#f7ecd5}.badge.verkauft{background:#111;color:#fff;border-color:#111}.center-action{text-align:center;margin-top:34px}

.editorial-section{background:#171514;color:#fff}.editorial-grid{display:grid;grid-template-columns:1.08fr .92fr;min-height:620px}.editorial-image{background:#26211c}.editorial-image img{width:100%;height:100%;min-height:620px;object-fit:cover}.editorial-copy{padding:72px 64px;display:flex;flex-direction:column;justify-content:center}.editorial-copy p{max-width:500px;font-size:16px;margin:22px 0 28px;color:#d3cbc0}.light-btn{background:#fff;color:#111;border-color:#fff;width:max-content}

.buyback-layout{display:grid;grid-template-columns:.82fr 1.18fr;gap:70px}.process-list{border-top:1px solid var(--line)}.process-item{display:grid;grid-template-columns:64px 1fr;gap:18px;padding:22px 0;border-bottom:1px solid var(--line)}.process-item>span{color:#8b7753;font-size:12px;letter-spacing:.12em;font-weight:700}.process-item h3{font-size:24px;margin:0 0 4px}.process-item p{margin:0}
.trust-band{background:#fcfaf7;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.trust-band-grid{display:grid;grid-template-columns:repeat(4,1fr)}.trust-band-grid>div{padding:24px;border-right:1px solid var(--line)}.trust-band-grid>div:last-child{border-right:0}.trust-band strong{display:block;font-size:16px;font-weight:700;margin-bottom:4px}.trust-band span{font-size:13px;color:var(--muted)}
.newsletter-inner{display:flex;justify-content:space-between;align-items:end;gap:40px;border:1px solid var(--line);padding:34px;background:linear-gradient(135deg,#fff,#f6eee4)}.newsletter-form{display:flex;min-width:420px}.newsletter-form input{flex:1;border:1px solid var(--line);background:#fff;padding:14px}.newsletter-form .btn{margin-left:-1px}

.page-hero{padding:74px 0 54px;border-bottom:1px solid var(--line);background:linear-gradient(180deg,#fcf8f3,#f7f2ea)}.page-hero.compact h1{font-size:clamp(42px,7vw,72px)}.dark-hero{background:linear-gradient(180deg,#181615,#262019);color:#fff}.dark-hero p{color:#d5ccc0}.ankauf-hero{background:linear-gradient(180deg,#f9f4ee,#efe4d5)}
.collection-toolbar{display:flex;justify-content:space-between;gap:20px;align-items:center;margin-bottom:28px;padding-bottom:18px;border-bottom:1px solid var(--line)}.filter-row{display:flex;gap:8px;flex-wrap:wrap}.filter-btn{border:1px solid #d8cfbf;background:#fff;padding:10px 14px;font-size:12px;font-weight:600;cursor:pointer}.filter-btn.active,.filter-btn:hover{background:#111;color:#fff;border-color:#111}.search{background:#fff;border:1px solid var(--line);padding:10px 12px;display:flex;gap:8px;min-width:330px}.search input{border:0;outline:0;background:transparent;width:100%}
.service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.service-card{background:#fff;padding:26px;border:1px solid var(--line)}.service-card>span{font-size:11px;color:#8d7b60;text-transform:uppercase;letter-spacing:.12em;font-weight:700}.service-card h3{font-size:24px}.light-editorial{background:#fbf7f1;color:#111}.process-wide{display:grid;grid-template-columns:.8fr 1.2fr;gap:70px;padding:78px 0}.cta-panel{background:#171514;color:#fff;padding:42px 48px;display:flex;align-items:center;justify-content:space-between;gap:32px}.cta-panel h2{font-size:clamp(28px,4vw,48px)}
.product-shell{padding:34px 0 84px}.back-link{font-size:12px;color:#6f645a}.product-detail{display:grid;grid-template-columns:1.1fr .9fr;gap:54px;margin-top:26px}.detail-image{background:#f5ede1;border:1px solid var(--line)}.detail-image img{width:100%;aspect-ratio:1/1;object-fit:cover}.detail-card{padding-top:10px;position:sticky;top:120px}.detail-card .kicker{font-size:11px;text-transform:uppercase;letter-spacing:.14em;color:#8b7753;font-weight:700}.detail-card h1{margin:10px 0 16px}.detail-card .lead{color:var(--muted);font-size:16px}.specs{margin:24px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.spec-row{display:grid;grid-template-columns:145px 1fr;padding:11px 0;border-bottom:1px solid #ece4d8;font-size:14px}.spec-row:last-child{border-bottom:0}.spec-row span{color:var(--muted)}
.contact-grid{display:grid;grid-template-columns:.82fr 1.18fr;gap:22px}.contact-card,.form-card{background:#fff;padding:34px;border:1px solid var(--line)}.contact-card h2,.form-card h2{margin:10px 0 20px}.contact-list{display:grid;gap:20px}.contact-item small{display:block;color:var(--muted);text-transform:uppercase;font-size:10px;letter-spacing:.14em;margin-bottom:4px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.field{display:grid;gap:7px}.field.full{grid-column:1/-1}.field label{font-size:12px;font-weight:700}.field input,.field textarea,.field select{border:1px solid var(--line);background:#fff;padding:13px;outline:0}.field textarea{min-height:160px}.notice{font-size:12px;margin-top:18px}.story-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:70px}.story-copy{font-size:16px;max-width:680px}.legal{max-width:850px}.legal h2{margin-top:34px}
.footer{background:#171514;color:#fff;padding:58px 0 24px}.footer-grid{display:grid;grid-template-columns:1.4fr .7fr .7fr 1fr;gap:32px}.footer-brand{color:#fff}.footer p,.footer a{color:#c8c0b5;font-size:13px}.footer h4{font-size:11px;text-transform:uppercase;letter-spacing:.14em;margin:0 0 14px}.footer-links{display:grid;gap:8px}.footer-bottom{border-top:1px solid #312b25;margin-top:36px;padding-top:18px;font-size:11px;color:#9f978c;display:flex;justify-content:space-between}.empty{grid-column:1/-1;padding:44px;text-align:center;border:1px dashed var(--line);color:var(--muted)}

@media(max-width:980px){
  .nav-links{position:fixed;top:96px;left:20px;right:20px;background:#fff;padding:18px;display:none;flex-direction:column;box-shadow:var(--shadow);border:1px solid var(--line)}.nav-links.open{display:flex}.menu-btn{display:block;margin-left:auto}.nav-cta{display:none}
  .hero-luxe-grid,.editorial-grid,.buyback-layout,.process-wide,.product-detail,.contact-grid,.story-grid{grid-template-columns:1fr}.hero-showcase-main,.hero-showcase-main img{height:460px;min-height:460px}.products-grid,.service-grid,.feature-grid{grid-template-columns:repeat(2,1fr)}.trust-band-grid{grid-template-columns:repeat(2,1fr)}.newsletter-inner{align-items:stretch;flex-direction:column}.newsletter-form{min-width:0;width:100%}.detail-card{position:static}.footer-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:650px){
  .container{width:min(100% - 20px,var(--max))}
  .topbar-right{display:none}
  .nav{height:70px;gap:14px}
  .brand-word{font-size:16px}
  .brand-sub{font-size:8px;margin-top:4px}
  .hero-luxe{padding:14px 0 28px}
  .hero-luxe-grid{display:flex;flex-direction:column;gap:14px}
  .hero-showcase{order:1}
  .hero-luxe-copy{order:2;padding:2px 0 0}
  .hero-luxe h1,.page-hero h1,.detail-card h1,.legal h1{font-size:clamp(34px,10.5vw,48px);line-height:1.02}
  .hero-luxe-copy>p,.page-hero p{font-size:14px;line-height:1.5}
  .hero-showcase-main,.hero-showcase-main img{height:300px;min-height:300px}
  .floating-label{top:14px;left:14px;padding:7px 10px;font-size:10px}
  .hero-mini{grid-template-columns:1fr;gap:6px;padding:14px}
  .hero-mini strong{font-size:17px}
  .hero-notes{display:none}
  .actions{display:grid;grid-template-columns:1fr;gap:10px}
  .actions .btn{width:100%}
  .brand-strip-inner{justify-content:flex-start;padding:14px 0;gap:14px;overflow:auto;flex-wrap:nowrap}
  .brand-strip-inner a{white-space:nowrap;font-size:15px}
  .section{padding:42px 0}
  .section-head{flex-direction:column;align-items:start;gap:10px;margin-bottom:18px}
  .section-head p{font-size:14px;margin:0}
  .products-grid,.service-grid,.trust-band-grid,.feature-grid{grid-template-columns:1fr}
  .feature-tile{display:grid;grid-template-columns:112px 1fr}
  .feature-media{aspect-ratio:auto;height:100%;min-height:120px}
  .feature-copy{padding:12px}
  .feature-copy h3{font-size:20px;margin-bottom:4px}
  .feature-copy p{font-size:13px;line-height:1.45}
  .products-grid{gap:12px}
  .product-card{display:grid;grid-template-columns:116px 1fr;align-items:stretch;min-height:138px}
  .product-image{aspect-ratio:auto;min-height:138px;height:100%}
  .product-body{padding:12px 12px 12px 10px;display:flex;flex-direction:column;justify-content:center}
  .product-meta{flex-direction:column;align-items:flex-start;gap:4px;font-size:10px}
  .product-title{font-size:18px;line-height:1.08;margin:8px 0 6px}
  .product-price{font-size:13px}
  .badge{top:8px;left:8px;font-size:9px;padding:6px 8px}
  .editorial-image img{min-height:300px}
  .editorial-copy{padding:26px 18px}
  .editorial-copy p{font-size:14px;line-height:1.5}
  .trust-band-grid>div{border-right:0;border-bottom:1px solid var(--line);padding:18px}
  .collection-toolbar{align-items:stretch;flex-direction:column;gap:12px}
  .filter-row{overflow:auto;flex-wrap:nowrap;padding-bottom:2px}
  .filter-btn{white-space:nowrap}
  .search{min-width:0}
  .cta-panel{padding:26px 18px;align-items:start;flex-direction:column}
  .newsletter-inner{padding:20px}
  .newsletter-form{display:grid;gap:8px}
  .newsletter-form .btn{margin:0}
  .form-grid{grid-template-columns:1fr}
  .field.full{grid-column:auto}
  .footer-grid{grid-template-columns:1fr;gap:24px}
  .footer-bottom{flex-direction:column;gap:8px}
  .page-hero{padding:42px 0 30px}
  .process-wide{padding:44px 0}
  .process-item{grid-template-columns:42px 1fr;gap:12px;padding:16px 0}
  .process-item h3{font-size:20px}
  .product-detail{gap:18px}
  .contact-card,.form-card{padding:20px}
}
@media(max-width:420px){
  .hero-showcase-main,.hero-showcase-main img{height:270px;min-height:270px}
  .product-card{grid-template-columns:104px 1fr;min-height:128px}
  .product-image{min-height:128px}
  .product-title{font-size:17px}
  .brand-word{font-size:15px}
}
.detail-thumbs{display:grid;grid-template-columns:repeat(5,1fr);gap:8px;margin-top:10px}.detail-thumb{padding:0;border:1px solid var(--line);background:#fff;cursor:pointer}.detail-thumb.active{border-color:#111}.detail-thumb img{width:100%;aspect-ratio:1;object-fit:cover}@media(max-width:650px){.detail-thumbs{grid-template-columns:repeat(4,1fr)}}

/* Desktop-only refinement: keep the Highlights cards compact like the earlier version. */
@media (min-width:981px){
  .feature-grid{
    max-width:1080px;
    margin:18px auto 0;
    gap:16px;
  }
  .feature-media{
    aspect-ratio:auto;
    height:245px;
  }
  .feature-copy{
    padding:14px 16px 16px;
  }
  .feature-copy h3{
    font-size:21px;
    margin-bottom:4px;
  }
  .feature-copy p{
    font-size:13px;
    line-height:1.45;
  }
}

/* V8.2 desktop highlights: deliberately compact. */
@media (min-width:981px){
  .feature-grid{
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
    max-width:1120px !important;
    margin:18px auto 0 !important;
    gap:16px !important;
  }
  .feature-tile{
    min-width:0 !important;
  }
  .feature-media{
    aspect-ratio:auto !important;
    height:190px !important;
    min-height:0 !important;
    overflow:hidden !important;
  }
  .feature-media img{
    width:100% !important;
    height:190px !important;
    min-height:0 !important;
    object-fit:cover !important;
  }
  .feature-copy{
    padding:12px 14px 14px !important;
  }
  .feature-copy h3{
    font-size:20px !important;
    margin:0 0 4px !important;
  }
  .feature-copy p{
    font-size:13px !important;
    line-height:1.4 !important;
  }
}


/* SCHMUCKREVIER V9 refinements */
/* Product cards: square, uncropped product photography */
.product-image{aspect-ratio:1/1;background:#fff;overflow:hidden}
.product-image img{width:100%;height:100%;object-fit:contain;object-position:center;background:#fff}

/* Two curated favorites below the category highlights */
.favorites-section{background:#fcfaf7;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.favorites-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;max-width:980px;margin:0 auto}
.favorites-grid .product-title{font-size:22px}

/* Product detail title is deliberately smaller than the page hero. */
.detail-card h1{font-size:clamp(32px,3.2vw,46px);line-height:1.02;letter-spacing:-.045em;margin:10px 0 16px}

@media(max-width:650px){
  /* Mobile product cards now use the same visual hierarchy as desktop instead of tiny horizontal rows. */
  .products-grid,.favorites-grid{grid-template-columns:1fr;gap:18px}
  .product-card{display:block;min-height:0}
  .product-image{aspect-ratio:1/1;min-height:0;height:auto;width:100%}
  .product-body{padding:15px 16px 17px;display:block}
  .product-meta{flex-direction:row;justify-content:space-between;align-items:center;gap:10px;font-size:10px}
  .product-title{font-size:20px;line-height:1.12;margin:9px 0 5px}
  .product-price{font-size:14px}
  .detail-card h1{font-size:clamp(28px,8.5vw,34px);line-height:1.04;margin:9px 0 14px}
  .detail-card .lead{font-size:14px;line-height:1.55}
  .favorites-grid .product-title{font-size:20px}
}
@media(max-width:420px){
  .product-card{display:block;min-height:0;grid-template-columns:none}
  .product-image{aspect-ratio:1/1;min-height:0}
  .product-title{font-size:19px}
}
