/* ============================================================
   RODORN PROJEKT — rodorn-design.com
   © 2026 Rodorn. Alle Rechte vorbehalten.
   Datei: assets/css/theme-mono.css
   Letzte Aktualisierung: 14.08.2026 (Berlin)
   Theme „Mono“: Schwarz/Weiß-Design nach Kundenvorlage.
   Lädt NACH style.css und überschreibt gezielt.
   ============================================================ */

.theme-mono{
  --bg:#ffffff; --panel:#ffffff; --surface:#f5f4f2; --tile:#efeeec;
  --ink:#111111; --muted:#6f6f6f; --line:#e6e4e0; --radius:0px;
  background:#fff; color:var(--ink);
}
.theme-mono body, body.theme-mono{padding:0}
.theme-mono .site-shell{max-width:none;border:0;border-radius:0;box-shadow:none;background:#fff;min-height:100vh}
.theme-mono .wrap{max-width:1280px}

/* ---------- Globale Grundstimmung ---------- */
.theme-mono h1,.theme-mono h2{font-family:'Jost',sans-serif;font-weight:500;letter-spacing:.01em}
.theme-mono .btn{border-radius:0;background:#111;color:#fff;border:1px solid #111;font:500 11.5px/1 'Jost';letter-spacing:.18em;text-transform:uppercase;padding:16px 30px;box-shadow:none}
.theme-mono .btn:hover{background:#000;transform:none}
.theme-mono .btn-gold{background:#111;color:#fff;border-color:#111}
.theme-mono .btn-outline,.theme-mono .btn-ghost{background:#fff;color:#111;border:1px solid #111}
.theme-mono .btn-small{padding:11px 20px}
.theme-mono .eyebrow{color:#6f6f6f;font:500 10.5px/1 'Jost';letter-spacing:.24em;text-transform:uppercase}
.theme-mono img{border-radius:0}

/* ---------- Topbar ---------- */
.theme-mono .m-topbar{background:#111;color:#fff;text-align:center;padding:10px 14px}
.theme-mono .m-topbar span{font:400 10.5px/1.6 'Jost';letter-spacing:.16em;text-transform:uppercase}
.theme-mono .m-topbar i{font-style:normal;margin:0 12px;opacity:.55}

/* ---------- Header ---------- */
.theme-mono .site-header{position:sticky;top:0;z-index:100;background:#fff;border-bottom:1px solid var(--line);border-radius:0}
.theme-mono .header-inner{display:flex;align-items:center;gap:clamp(16px,3vw,40px);padding:18px 0}
.theme-mono .logo{gap:0}
.theme-mono .logo-mark{font:500 26px/1 'Jost',sans-serif;letter-spacing:.2em;color:#111}
.theme-mono .logo-gem{display:none}
.theme-mono .main-nav{gap:clamp(14px,2.4vw,36px)}
.theme-mono .nav-top{font:400 12px/1 'Jost';letter-spacing:.16em;text-transform:uppercase;color:#111}
.theme-mono .nav-top:hover,.theme-mono .nav-top.active{color:#000;text-decoration:underline;text-underline-offset:6px}
.theme-mono .nav-sale{color:#111}
.theme-mono .sale-badge{background:#111;color:#fff;border-radius:0}
.theme-mono .nav-drop{border:1px solid var(--line);border-radius:0;box-shadow:0 18px 40px rgba(0,0,0,.08)}
.theme-mono .header-actions>a,.theme-mono .account-trigger{color:#111}
.theme-mono .header-actions .label{font:400 11px/1 'Jost';letter-spacing:.14em;text-transform:uppercase}
.theme-mono .cart-count{background:#111;color:#fff;border-radius:999px}
.theme-mono .nav-toggle{border:1px solid #111;border-radius:0}
.theme-mono .search-row{background:#fff;border-bottom:1px solid var(--line)}
.theme-mono .search-row input[type="search"]{border:1px solid #111;border-radius:0}

/* ---------- USP-Zeile ---------- */
.theme-mono .m-usps{background:var(--surface);border-bottom:1px solid var(--line)}
.theme-mono .m-usps .grid{display:grid;grid-template-columns:repeat(4,1fr);gap:26px;padding:30px 0}
.theme-mono .m-usps .u{display:flex;gap:14px;align-items:flex-start}
.theme-mono .m-usps svg{width:26px;height:26px;stroke:#111;fill:none;stroke-width:1.3;flex:none}
.theme-mono .m-usps b{display:block;font:500 11px/1.3 'Jost';letter-spacing:.16em;text-transform:uppercase;margin-bottom:5px}
.theme-mono .m-usps span{font-size:12.5px;color:var(--muted)}

/* ---------- Hero (Split) ---------- */
.theme-mono .m-hero{display:grid;grid-template-columns:1fr 1fr;min-height:520px}
.theme-mono .m-hero .txt{background:#111;color:#fff;display:flex;flex-direction:column;justify-content:center;padding:70px clamp(40px,6vw,96px)}
.theme-mono .m-hero .eyebrow{color:#bdbdbd;margin-bottom:26px}
.theme-mono .m-hero h1{font-size:clamp(38px,3.8vw,56px);line-height:1.15;color:#fff;margin:0 0 22px}
.theme-mono .m-hero p{color:#cfcfcf;font-size:15px;line-height:1.7;max-width:44ch;margin-bottom:36px}
.theme-mono .m-hero .btn{background:#fff;color:#111;border-color:#fff;align-self:flex-start}
.theme-mono .m-hero .img{position:relative;overflow:hidden;background:var(--tile)}
.theme-mono .m-hero .img img{width:100%;height:100%;object-fit:cover;display:block;position:absolute;inset:0}

/* ---------- Sektionen ---------- */
.theme-mono .m-sec{padding:74px 0}
.theme-mono .m-sec-head{text-align:center;margin-bottom:44px}
.theme-mono .m-sec-head h2{font:500 15px/1 'Jost';letter-spacing:.28em;text-transform:uppercase}
.theme-mono .m-sec-head.split{display:flex;justify-content:space-between;align-items:baseline;text-align:left}
.theme-mono .m-sec-head.split a{font:500 11px/1 'Jost';letter-spacing:.2em;text-transform:uppercase;color:#111;text-decoration:none;border-bottom:1px solid #111;padding-bottom:5px}

/* ---------- Kategorien-Kacheln ---------- */
.theme-mono .m-cats{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.theme-mono .m-cat{position:relative;display:block;background:var(--tile);overflow:hidden}
.theme-mono .m-cat img{width:100%;aspect-ratio:4/5;object-fit:cover;display:block}
.theme-mono .m-cat::after{content:'';position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,.06) 55%)}
.theme-mono .m-cat .lbl{position:absolute;left:0;right:0;bottom:26px;text-align:center;z-index:2;color:#fff}
.theme-mono .m-cat .lbl b{display:block;font:500 13px/1 'Jost';letter-spacing:.24em;text-transform:uppercase;margin-bottom:12px;text-shadow:0 1px 10px rgba(0,0,0,.35)}
.theme-mono .m-cat .lbl span{font:500 10px/1 'Jost';letter-spacing:.22em;text-transform:uppercase;border-bottom:1px solid #fff;padding-bottom:5px}

/* ---------- Produktkarten ---------- */
.theme-mono .m-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:26px 16px}
.theme-mono .m-card{display:block;text-decoration:none;color:#111;position:relative}
.theme-mono .m-card .ph{background:var(--tile);position:relative}
.theme-mono .m-card img{width:100%;aspect-ratio:1/1;object-fit:cover;display:block;mix-blend-mode:multiply}
.theme-mono .m-card .neu{position:absolute;top:12px;left:12px;background:#111;color:#fff;font:500 9px/1 'Jost';letter-spacing:.18em;padding:6px 9px;z-index:2}
.theme-mono .m-card .ph{display:block}
.theme-mono .m-card .nm{display:block;margin:16px 0 6px;text-align:center;font:500 11.5px/1.4 'Jost';letter-spacing:.16em;text-transform:uppercase}
.theme-mono .m-card .pr{display:block;text-align:center;font:400 13px/1 'Jost';color:#111}
.theme-mono .m-card .pr s{color:#9a9a9a;margin-right:8px}

/* ---------- Markenbanner ---------- */
.theme-mono .m-band{background:var(--surface)}
.theme-mono .m-band .grid{display:grid;grid-template-columns:1fr 1fr;align-items:center}
.theme-mono .m-band .txt{padding:70px clamp(40px,6vw,96px)}
.theme-mono .m-band h2{font-size:clamp(32px,3vw,44px);line-height:1.2;margin-bottom:18px}
.theme-mono .m-band p{color:var(--muted);font-size:15px;line-height:1.7;margin-bottom:30px;max-width:44ch}
.theme-mono .m-band .img{height:100%;min-height:420px;background:var(--tile)}
.theme-mono .m-band .img img{width:100%;height:100%;object-fit:cover;display:block}

/* ---------- Instagram-Leiste ---------- */
.theme-mono .m-insta{padding:74px 0 84px;text-align:center}
.theme-mono .m-insta .at{display:block;margin-top:10px;font:400 11px/1 'Jost';letter-spacing:.2em;color:var(--muted)}
.theme-mono .m-insta .strip{display:grid;grid-template-columns:repeat(6,1fr);gap:10px;margin-top:36px}
.theme-mono .m-insta .strip img{width:100%;aspect-ratio:1/1;object-fit:cover;display:block;background:var(--tile)}

/* ---------- Footer ---------- */
.theme-mono .site-footer{background:#fff;border-top:1px solid var(--line);border-radius:0;color:#111}
.theme-mono .footer-grid{grid-template-columns:1.5fr 1fr 1fr 1fr 1.4fr;gap:40px;padding:60px 0 40px}
.theme-mono .site-footer .logo-mark{font:500 21px/1 'Jost',sans-serif;letter-spacing:.2em}
.theme-mono .site-footer h4{font:500 10.5px/1 'Jost';letter-spacing:.22em;text-transform:uppercase;color:#111;margin-bottom:18px}
.theme-mono .site-footer p{color:var(--muted);font-size:13.5px;line-height:1.7}
.theme-mono .site-footer ul{list-style:none}
.theme-mono .site-footer li{margin:0 0 11px}
.theme-mono .site-footer li a{color:#3d3d3d;text-decoration:none;font-size:13.5px}
.theme-mono .site-footer li a:hover{color:#000;text-decoration:underline;text-underline-offset:4px}
.theme-mono .m-nl p{margin-bottom:16px}
.theme-mono .m-nl form{display:flex;border:1px solid #111;max-width:320px}
.theme-mono .m-nl input{flex:1;border:0;padding:13px 14px;font:400 13px/1 'Jost';background:#fff;color:#111;outline:none}
.theme-mono .m-nl button{border:0;background:#111;color:#fff;padding:0 18px;font-size:16px;cursor:pointer}
.theme-mono .footer-social a,.theme-mono .footer-social span{color:#111}
.theme-mono .footer-bottom{border-top:1px solid var(--line);color:var(--muted);font-size:12px;padding:20px 0 26px}

/* ---------- Bestehende Seiten (Basis-Anpassung bis Stufe 2) ---------- */
.theme-mono .site-main{background:#fff}
.theme-mono .section-alt{background:var(--surface)}
.theme-mono .product-card,.theme-mono .category-card,.theme-mono .home-info-card{border-radius:0;border-color:var(--line)}
.theme-mono input,.theme-mono select,.theme-mono textarea{border-radius:0}

/* ---------- Responsiv ---------- */
@media (max-width:980px){
  .theme-mono .m-hero{grid-template-columns:1fr}
  .theme-mono .m-hero .img{min-height:340px}
  .theme-mono .m-hero .img img{position:static;height:340px}
  .theme-mono .m-usps .grid{grid-template-columns:1fr 1fr;gap:18px}
  .theme-mono .m-cats{grid-template-columns:1fr 1fr}
  .theme-mono .m-grid{grid-template-columns:1fr 1fr}
  .theme-mono .m-band .grid{grid-template-columns:1fr}
  .theme-mono .m-band .img{min-height:300px}
  .theme-mono .m-insta .strip{grid-template-columns:repeat(3,1fr)}
  .theme-mono .footer-grid{grid-template-columns:1fr 1fr}
}
@media (max-width:560px){
  .theme-mono .m-cats,.theme-mono .m-grid{grid-template-columns:1fr 1fr;gap:12px}
  .theme-mono .m-insta .strip{grid-template-columns:repeat(3,1fr)}
  .theme-mono .footer-grid{grid-template-columns:1fr}
  .theme-mono .m-hero .txt{padding:52px 24px}
}

/* ---------- Nachtrag 14.08.: Produktbilder ohne grauen Rahmen ---------- */
.theme-mono .gallery-main{background:transparent;border:0;padding:0;border-radius:0;box-shadow:none}
.theme-mono .gallery-main img{mix-blend-mode:normal;border-radius:0}
.theme-mono .gallery-thumbs button{background:transparent;border-radius:0}
.theme-mono .gallery-thumbs img{mix-blend-mode:normal}
.theme-mono .m-card .ph{background:transparent}
.theme-mono .m-card img{mix-blend-mode:normal}
.theme-mono .product-card{background:transparent}
.theme-mono .product-card img{mix-blend-mode:normal}

/* Mobile: Direktlinks im Menue (Homepage/Shop/Sale/Support) klickbar und als Zeilen */
@media (max-width:900px){
  .theme-mono .main-nav > a.nav-top{pointer-events:auto;color:#111;font-size:15.5px;letter-spacing:.06em;text-transform:none;padding:14px clamp(20px,5vw,40px);border-bottom:1px solid var(--line)}
  .theme-mono .main-nav > a.nav-top.nav-sale{color:#111}
  .theme-mono .main-nav > a.nav-top .sale-badge{margin-left:8px}
}

/* ---------- Nachtrag 14.08. (2): Shop-Liste – grauer Rahmen um Produktbilder weg ---------- */
.theme-mono .product-card{background:transparent;border:0;border-radius:0;box-shadow:none}
.theme-mono .product-card:hover{box-shadow:none;transform:none}
.theme-mono .product-media{background:transparent;border:0;border-radius:0;padding:0}
.theme-mono .product-media img{mix-blend-mode:normal;border-radius:0;background:transparent;object-fit:cover}
.theme-mono .product-info{padding-left:0;padding-right:0}

/* ---------- Nachtrag 14.08. (3): Adressen unter Widerrufsbelehrung + Social unten rechts ---------- */
.theme-mono .m-locs2{margin-top:14px;color:var(--muted);font-size:11.5px;line-height:1.75}
.theme-mono .m-locs2 b{color:#111;font-weight:500}
.theme-mono .footer-bottom{display:flex;justify-content:space-between;align-items:center;gap:14px 22px;flex-wrap:wrap}
.theme-mono .footer-bottom .footer-social{display:flex;gap:14px;margin-left:auto}
.theme-mono .footer-bottom .footer-social a{color:#111;display:inline-flex}
.theme-mono .footer-bottom .footer-social svg{width:17px;height:17px}
@media (max-width:760px){
  .theme-mono .footer-bottom{flex-direction:column;align-items:flex-start;text-align:left}
  .theme-mono .footer-bottom .footer-social{margin-left:0}
}

/* ---------- Nachtrag 14.08. (4): Footer-Neuaufbau + Stufe 2 (Shop/Produkt/Kasse) ---------- */
.theme-mono .footer-grid{grid-template-columns:1.4fr 1fr 1fr 1fr 1fr;gap:40px;padding:56px 0 34px}
.theme-mono .m-foot2{display:grid;grid-template-columns:1fr 1.2fr;gap:40px;border-top:1px solid var(--line);padding:30px 0 24px}
.theme-mono .m-foot2 ul{list-style:none;display:flex;flex-wrap:wrap;gap:8px 26px}
.theme-mono .m-foot2 li{margin:0}
.theme-mono .m-foot2 li a{color:#3d3d3d;text-decoration:none;font-size:13.5px}
.theme-mono .footer-bottom .footer-social span{color:#b5b5b5;display:inline-flex}
@media (max-width:900px){
  .theme-mono .footer-grid{grid-template-columns:1fr 1fr;padding:44px 0 22px}
  .theme-mono .m-foot2{grid-template-columns:1fr;gap:22px}
}
.theme-mono .site-main h1{font-family:'Jost',sans-serif;font-weight:500}
.theme-mono .shop-side,.theme-mono .filterbox{background:#fff;border:1px solid var(--line);border-radius:0}
.theme-mono .shop-side h4,.theme-mono .shop-side .side-label{font:500 10.5px/1 'Jost';letter-spacing:.2em;text-transform:uppercase}
.theme-mono .variant-list label{border-radius:0;border:1px solid var(--line)}
.theme-mono .variant-list input:checked+label{border-color:#111;background:#111;color:#fff}
.theme-mono .qty,.theme-mono .qty button,.theme-mono .pd-form input,.theme-mono .pd-form select{border-radius:0}
.theme-mono .summary,.theme-mono .p2-card,.theme-mono .cart-line,.theme-mono .engrave-box{border-radius:0}
.theme-mono .pagination a,.theme-mono .pagination span{border-radius:0}
.theme-mono .m-locs p{max-width:none;width:100%}

/* ---------- Nachtrag 14.08. (5): Rechtsseiten eckig ---------- */
.theme-mono .legal-hero,.theme-mono .legal-side,.theme-mono .lang-note,.theme-mono .im-block,.theme-mono .im-odr{border-radius:0}

/* ---------- Nachtrag 14.08. (6): Partner-Spalte in die obere Reihe ---------- */
.theme-mono .footer-grid{grid-template-columns:1.4fr 1fr 1fr 1fr 1fr 1fr}
.theme-mono .m-foot2{grid-template-columns:1fr}
@media (max-width:900px){.theme-mono .footer-grid{grid-template-columns:1fr 1fr}}

/* ---------- Nachtrag 14.08. (7): Schrift-Verriegelung fuer gemeinsame Kopf-/Fusszeile ---------- */
.theme-mono .m-topbar,.theme-mono .m-topbar *,
.theme-mono .site-header,.theme-mono .site-header *,
.theme-mono .site-footer,.theme-mono .site-footer *{font-family:'Jost',sans-serif}
.theme-mono .site-header .logo-mark,.theme-mono .site-footer .logo-mark{font-family:'Jost',sans-serif}
