/* ===================================================================
   NATURFEH · styles.css
   Farben & Typografie nach "Naturfeh Brand und Packungs-Design Manual"
   (Stand 2.2.2026): Ringfarbe Lila, Gold-Verlauf im Logo, Hausschriften
   Ssonder (Produkt/Display) & Myriad (Fließtext). Da beide Schriften
   lizenzierte Kaufschriften des Kunden sind, werden sie hier durch
   hochwertige System-Font-Stacks mit ähnlichem Charakter ersetzt
   (kein Fremdhosting, keine Lizenzfragen, DSGVO-konform ohne externe
   Requests). ?v= Versionierung unten bei den <link>/<script> Tags.
   =================================================================== */

:root{
  /* Marke */
  --purple: #b2a5d0;
  --purple-deep: #7d6aa8;
  --purple-tint: #f1eef8;
  --gold: #c9a227;
  --gold-light: #eecf6b;
  --gold-deep: #8a6a12;
  --ink: #201c28;
  --ink-soft: #4a4453;
  --cream: #faf8f4;
  --paper: #ffffff;
  --line: #e7e1ee;

  /* Sortenfarben (aus dem Packungsdesign) */
  --c-pink: #eea9b8;
  --c-coral: #e99a83;
  --c-yellow: #f3cf51;
  --c-blue: #a7d3e6;
  --c-green: #b7cc8e;
  --c-taupe: #cdc4b3;

  --serif: 'Cormorant Garamond','Big Caslon','Palatino Linotype',Palatino,Georgia,'Times New Roman',serif;
  --sans: 'Myriad Pro',-apple-system,BlinkMacSystemFont,'Segoe UI','Helvetica Neue',Helvetica,Arial,sans-serif;

  --maxw: 1240px;
  --radius: 18px;
  --shadow: 0 20px 50px -25px rgba(32,28,40,.35);
}

*,*::before,*::after{ box-sizing:border-box; }
html{ scroll-behavior:smooth; scroll-padding-top:90px; }
body{
  margin:0;
  font-family:var(--sans);
  color:var(--ink);
  background:var(--cream);
  line-height:1.6;
  -webkit-font-smoothing:antialiased;
}
img{ max-width:100%; height:auto; display:block; }
a{ color:inherit; }
h1,h2,h3,h4{ font-family:var(--serif); font-weight:600; margin:0 0 .5em; line-height:1.15; }
p{ margin:0 0 1em; }
.container{ max-width:var(--maxw); margin:0 auto; padding:0 24px; }
section{ padding:96px 0; }
@media (max-width:720px){ section{ padding:64px 0; } }

.eyebrow{
  display:inline-block; font-family:var(--serif); font-style:italic;
  font-size:1.05rem; color:var(--gold-deep); letter-spacing:.04em; margin-bottom:.6em;
}
.section-head{ max-width:680px; margin:0 auto 3rem; text-align:center; }
.section-head h2{ font-size:clamp(1.9rem,3.4vw,2.7rem); }
.section-head p{ color:var(--ink-soft); font-size:1.08rem; }

/* Buttons */
.btn{
  display:inline-flex; align-items:center; gap:.5em;
  padding:.85em 1.7em; border-radius:999px; font-weight:600;
  text-decoration:none; border:1.5px solid transparent; cursor:pointer;
  font-size:.98rem; transition:transform .15s ease, box-shadow .15s ease, background .2s ease, color .2s ease;
}
.btn:hover{ transform:translateY(-2px); }
.btn-gold{ background:linear-gradient(135deg,var(--gold-light),var(--gold)); color:#3a2c05; box-shadow:0 10px 24px -12px rgba(201,162,39,.7); }
.btn-gold:hover{ box-shadow:0 16px 30px -12px rgba(201,162,39,.85); }
.btn-outline{ background:transparent; border-color:var(--ink); color:var(--ink); }
.btn-outline:hover{ background:var(--ink); color:#fff; }
.btn-outline-light{ background:transparent; border-color:rgba(255,255,255,.7); color:#fff; }
.btn-outline-light:hover{ background:#fff; color:var(--ink); }
.btn-purple{ background:var(--purple-deep); color:#fff; }
.btn-purple:hover{ background:#6a5a95; }
.btn-sm{ padding:.55em 1.2em; font-size:.85rem; }

/* ---------- Header ---------- */
.site-header{
  position:fixed; top:0; left:0; right:0; z-index:100;
  display:flex; align-items:center; justify-content:space-between;
  padding:16px 28px; transition:background .3s ease, box-shadow .3s ease, padding .3s ease;
}
.site-header .brand{ display:flex; align-items:center; gap:10px; text-decoration:none; color:#fff; }
.site-header .brand img{ height:34px; width:auto; }
.site-header .brand span{ font-family:var(--serif); font-size:1.3rem; letter-spacing:.08em; font-weight:600; }
.site-header nav{ display:flex; align-items:center; gap:28px; }
.site-header nav a{ color:#fff; text-decoration:none; font-size:.94rem; font-weight:600; letter-spacing:.02em; opacity:.92; }
.site-header nav a:hover{ opacity:1; text-decoration:underline; text-underline-offset:4px; }
.site-header nav a.is-current{ opacity:1; text-decoration:underline; text-underline-offset:5px; text-decoration-color:var(--gold); text-decoration-thickness:2px; }
.site-header .btn{ padding:.6em 1.4em; }
.site-header{
  background:rgba(250,248,244,.88); backdrop-filter:blur(10px); box-shadow:0 2px 16px -12px rgba(32,28,40,.25);
}
.site-header .brand,.site-header nav a{ color:var(--ink); }
.site-header.is-solid{ background:rgba(250,248,244,.97); box-shadow:0 6px 20px -14px rgba(32,28,40,.25); padding:10px 28px; }
.nav-toggle{ display:none; background:none; border:0; color:var(--ink); font-size:1.6rem; cursor:pointer; }

/* Produkte-Dropdown im Header */
.site-header nav .nav-item{ position:relative; display:flex; align-items:center; }
/* Der Bereich zwischen Nav-Link und Karte wird per padding statt margin ueberbrueckt,
   damit die Maus beim Runterfahren nie den Hover-Bereich verlaesst (kein "Verschwindet sofort"-Bug). */
.site-header nav .dropdown-menu{
  position:absolute; top:100%; left:0; padding-top:14px; min-width:250px;
  display:none; z-index:150;
}
.site-header nav .nav-item:hover .dropdown-menu,
.site-header nav .nav-item:focus-within .dropdown-menu{ display:block; }
.site-header nav .dropdown-card{
  background:var(--paper); border-radius:16px; box-shadow:var(--shadow); border:1px solid var(--line);
  overflow:hidden; position:relative;
}
.site-header nav .dropdown-card::before{
  content:''; display:block; height:4px;
  background:linear-gradient(90deg,var(--purple-deep),var(--gold));
}
.site-header nav .dropdown-eyebrow{
  display:block; padding:12px 16px 10px; font-family:var(--serif); font-style:italic;
  color:var(--gold-deep); font-size:.86rem; letter-spacing:.02em; background:var(--purple-tint);
  border-bottom:1px solid var(--line);
}
.site-header nav .dropdown-list{ padding:8px; display:flex; flex-direction:column; gap:1px; }
.site-header nav .dropdown-menu a{
  display:flex; align-items:center; gap:10px; color:var(--ink) !important; font-weight:600;
  font-size:.9rem; padding:9px 10px; border-radius:9px; opacity:1 !important; letter-spacing:0;
}
.site-header nav .dropdown-menu a:hover{ background:var(--purple-tint); text-decoration:none; }
.site-header nav .dropdown-menu a .dot{ width:9px; height:9px; border-radius:50%; flex:none; }

@media (max-width:900px){
  .site-header nav{
    position:fixed; inset:0 0 0 auto; width:min(78vw,320px); height:100vh;
    background:var(--ink); flex-direction:column; align-items:flex-start; justify-content:center;
    gap:26px; padding:40px; transform:translateX(100%); transition:transform .35s ease;
    overflow-y:auto;
  }
  .site-header nav.is-open{ transform:translateX(0); }
  .site-header nav a{ color:#fff !important; font-size:1.15rem; }
  .site-header nav .btn{ margin-top:10px; }
  .nav-toggle{ display:block; z-index:110; }
  .site-header nav .nav-item{ flex-direction:column; align-items:flex-start; gap:12px; }
  .site-header nav .dropdown-menu{
    position:static; display:block; padding-top:0; min-width:0;
  }
  .site-header nav .dropdown-card{ box-shadow:none; border:0; background:transparent; border-radius:0; }
  .site-header nav .dropdown-card::before{ display:none; }
  .site-header nav .dropdown-eyebrow{ background:transparent; border-bottom:0; color:var(--gold-light); padding:0 0 8px 14px; }
  .site-header nav .dropdown-list{ padding:0; gap:10px; border-left:2px solid rgba(255,255,255,.15); margin-left:6px; }
  .site-header nav .dropdown-menu a{ color:#fff !important; font-size:.98rem; opacity:.85 !important; padding:2px 0 2px 14px; font-weight:500; }
}

/* ---------- Hero ---------- */
.hero{
  position:relative; overflow:hidden;
  background:linear-gradient(155deg,#f4effa 0%,var(--cream) 50%,#fff 100%);
  padding:148px 0 90px;
}
.hero::before{
  content:''; position:absolute; top:-180px; right:-160px; width:520px; height:520px; border-radius:50%;
  background:radial-gradient(circle at 30% 30%,rgba(201,162,39,.28),transparent 70%); pointer-events:none;
}
.hero::after{
  content:''; position:absolute; bottom:-220px; left:-160px; width:480px; height:480px; border-radius:50%;
  background:radial-gradient(circle at 60% 40%,rgba(178,165,208,.38),transparent 70%); pointer-events:none;
}
.hero-grid{ position:relative; z-index:2; display:grid; grid-template-columns:1.05fr .95fr; gap:48px; align-items:center; }
.hero-badge{ width:96px; margin-bottom:20px; }
.hero h1{ font-size:clamp(2.3rem,4.6vw,3.7rem); color:var(--ink); }
.hero .lede{ font-size:clamp(1.02rem,1.6vw,1.2rem); color:var(--ink-soft); max-width:520px; margin:0 0 2em; }
.hero-ctas{ display:flex; gap:16px; flex-wrap:wrap; }

/* Hero-Bildbereich: ruhiges, ueberlappungsfreies Raster.
   Bewusst KEINE rotierten/gestapelten Polaroids mehr - saubere Kanten,
   gleiche Abstaende und ein gemeinsames Grundraster wirken hochwertiger. */
.hero-media{
  display:grid;
  grid-template-columns:1.04fr .96fr;
  grid-template-rows:1fr 1fr;
  gap:18px;
  /* Verhaeltnis so gewaehlt, dass die hohe Kachel exakt 9:16 ergibt -
     das Hochformat-Video wird dadurch nicht beschnitten. */
  aspect-ratio:1.119/1;
  width:100%;
  max-width:540px;
  margin-left:auto;
}
.hero-media .hm{
  position:relative; margin:0; min-width:0; min-height:0;
  border-radius:22px; overflow:hidden; background:#efe9f7;
  box-shadow:0 28px 55px -32px rgba(32,28,40,.55);
  border:1px solid rgba(201,162,39,.2);
}
.hero-media .hm > img,
.hero-media .hm > video{ width:100%; height:100%; object-fit:cover; display:block; }
.hero-media .hm-tall{ grid-row:1 / span 2; }
.hero-media .hm figcaption{
  position:absolute; left:0; right:0; bottom:0; padding:26px 16px 13px; color:#fff;
  font-family:var(--serif); font-style:italic; font-size:.9rem; line-height:1.25;
  background:linear-gradient(180deg,rgba(20,16,26,0),rgba(20,16,26,.72));
}
.hero-seal{
  display:inline-flex; align-items:center; gap:12px; margin-top:20px;
  padding:.6em 1.3em .6em .6em; border-radius:999px;
  background:var(--paper); border:1px solid rgba(201,162,39,.35);
  box-shadow:0 14px 30px -22px rgba(32,28,40,.5);
  font-family:var(--serif); font-style:italic; color:var(--gold-deep); font-size:.95rem;
}
.hero-seal img{ width:34px; height:34px; object-fit:contain; }
@media (max-width:980px){
  .hero-grid{ grid-template-columns:1fr; text-align:center; }
  .hero .lede{ margin-inline:auto; }
  .hero-ctas{ justify-content:center; }
  .hero-media{ margin:0 auto; max-width:460px; }
}
@media (max-width:520px){
  .hero{ padding:126px 0 64px; }
  .hero-media{ gap:12px; aspect-ratio:1.14/1; }
  .hero-media .hm{ border-radius:16px; }
  .hero-media .hm figcaption{ font-size:.78rem; padding:20px 11px 10px; }
}

/* ---------- Marquee tagline strip ----------
   Das Clipping sitzt bewusst auf .strip-viewport und nicht auf .strip:
   so kann die rote Masche oben und unten aus dem Balken herausragen,
   ohne dass der Lauftext seitlich ueberlaeuft. */
.strip{
  position:relative; background:var(--ink); color:var(--gold-light);
  padding:14px 0; font-family:var(--serif); font-style:italic; font-size:1.05rem; letter-spacing:.03em;
}
.strip-viewport{ overflow:hidden; white-space:nowrap; }
.strip-track{ display:inline-block; padding-left:100%; animation:marquee 32s linear infinite; }

/* Rote Geschenkmasche, links im Balken, haengt unten heraus */
.strip-bow{
  position:absolute; z-index:2; pointer-events:none; user-select:none;
  /* top so gewaehlt, dass das Band der Masche genau auf der Mittellinie
     des Balkens sitzt und die Schleifenenden nach unten heraushaengen */
  width:150px; height:auto;
  top:-2px;
  left:max(24px, calc((100% - var(--maxw)) / 2 + 24px));
  filter:drop-shadow(0 8px 14px rgba(0,0,0,.3));
}
@media (max-width:720px){
  .strip-bow{ width:100px; top:8px; left:18px; }
}
.strip-track span{ margin:0 2.2em; }
@keyframes marquee{ from{ transform:translateX(0);} to{ transform:translateX(-100%);} }
@media (prefers-reduced-motion: reduce){ .strip-track{ animation:none; padding-left:0; } }

/* ---------- Ueber uns ---------- */
.about{ background:var(--paper); }
.about-grid{ display:grid; grid-template-columns:.85fr 1.15fr; gap:64px; align-items:center; }
.about-emblem{ display:flex; justify-content:center; }
.about-emblem img{ width:min(320px,80%); filter:drop-shadow(0 20px 30px rgba(0,0,0,.12)); }
/* Animiertes Logo: weisser Videohintergrund geht nahtlos in die weisse
   Sektionsflaeche ueber, deshalb kein Rahmen und kein Schatten. */
.about-emblem-video{
  width:min(380px,88%); height:auto; display:block;
  background:transparent; mix-blend-mode:multiply;
}
.about h2{ font-size:clamp(1.9rem,3.4vw,2.6rem); }
.about-facts{ display:grid; grid-template-columns:1fr 1fr; gap:18px; margin-top:2rem; }
.fact{ background:var(--purple-tint); border-radius:14px; padding:18px 20px; }
.fact strong{ display:block; font-family:var(--serif); font-size:1.4rem; color:var(--purple-deep); }
.fact span{ font-size:.88rem; color:var(--ink-soft); }
@media (max-width:860px){ .about-grid{ grid-template-columns:1fr; } .about-emblem{ order:-1; } }

/* ---------- Produktwelten Overview ---------- */
.worlds{ background:var(--cream); }
.worlds-grid{ display:grid; grid-template-columns:repeat(5,1fr); gap:18px; }
.worlds-grid.worlds-grid-compact{ grid-template-columns:repeat(4,1fr); }
.worlds-grid.worlds-grid-five{ grid-template-columns:repeat(5,1fr); }
.worlds-grid.worlds-grid-four{ grid-template-columns:repeat(4,1fr); }
/* Sieben Welten gehen in keinem Raster glatt auf - deshalb Flex mit
   zentrierter letzter Zeile, damit die beiden Nachzügler nicht links kleben. */
.worlds-grid.worlds-grid-seven{
  display:flex; flex-wrap:wrap; justify-content:center; gap:18px;
}
.worlds-grid.worlds-grid-seven > *{ flex:0 1 calc((100% - 4 * 18px) / 5); }
.world-card{
  position:relative; border-radius:var(--radius); overflow:hidden; aspect-ratio:3/4;
  text-decoration:none; color:#fff; box-shadow:var(--shadow);
}
.world-card img{ position:absolute; inset:0; width:100%; height:100%; object-fit:cover; transition:transform .5s ease; }
.world-card:hover img{ transform:scale(1.07); }
.world-card::before{
  content:''; position:absolute; inset:0; background:linear-gradient(180deg,rgba(20,16,26,0) 40%,rgba(20,16,26,.85));
  z-index:1;
}
.world-card .label{ position:relative; z-index:2; margin-top:auto; padding:18px; display:flex; flex-direction:column; height:100%; justify-content:flex-end; }
.world-card .label small{ text-transform:uppercase; letter-spacing:.1em; font-size:.68rem; color:var(--gold-light); }
.world-card .label strong{ font-family:var(--serif); font-size:1.2rem; font-weight:600; }
@media (max-width:980px){
  .worlds-grid,.worlds-grid.worlds-grid-compact,.worlds-grid.worlds-grid-five,.worlds-grid.worlds-grid-four{ grid-template-columns:repeat(2,1fr); }
  .worlds-grid.worlds-grid-seven > *{ flex:0 1 calc((100% - 18px) / 2); }
}
@media (max-width:520px){
  .worlds-grid,.worlds-grid.worlds-grid-compact,.worlds-grid.worlds-grid-five,.worlds-grid.worlds-grid-four{ grid-template-columns:1fr 1fr; gap:12px; }
  .worlds-grid.worlds-grid-seven{ gap:12px; }
  .worlds-grid.worlds-grid-seven > *{ flex:0 1 calc((100% - 12px) / 2); }
  .world-card{ aspect-ratio:1/1.05; }
}

/* Produktwelten-Karte fuer "in Planung" Kategorien ohne eigenes Foto */
.world-card.is-soon{ background:linear-gradient(160deg,#efe9f7,#faf8f4); display:flex; flex-direction:column; }
.world-card.is-soon::before{ display:none; }
.world-card.is-soon .world-card-soon-visual{ flex:1; min-height:0; overflow:hidden; display:flex; align-items:center; justify-content:center; padding:20px; }
.world-card.is-soon .world-card-soon-visual img{
  width:auto; max-width:52%; max-height:100%; object-fit:contain;
  opacity:.82; filter:drop-shadow(0 10px 18px rgba(32,28,40,.18));
}
.world-card.is-soon .label{ height:auto; padding-top:0; }
.world-card.is-soon .label small{ color:var(--gold-deep); }
.world-card.is-soon .label strong{ color:var(--ink); }

/* ---------- Produkt-Kategorie Sektionen ---------- */
.cat{ scroll-margin-top:90px; }
.cat-head{ display:flex; align-items:flex-end; justify-content:space-between; gap:24px; margin-bottom:2.4rem; flex-wrap:wrap; }
.cat-head h2{ font-size:clamp(1.8rem,3.2vw,2.4rem); margin-bottom:.25em; }
.cat-head p{ color:var(--ink-soft); max-width:560px; margin:0; }
.cat-badges{ display:flex; gap:10px; flex-wrap:wrap; margin-top:.6em; }
.badge{ display:inline-flex; align-items:center; gap:6px; font-size:.76rem; font-weight:700; letter-spacing:.02em; padding:.35em .8em; border-radius:999px; background:var(--purple-tint); color:var(--purple-deep); }
.badge.gold{ background:#fbf1d6; color:var(--gold-deep); }

.pgrid{ display:grid; grid-template-columns:repeat(4,1fr); gap:22px; }
.pgrid.cols-3{ grid-template-columns:repeat(3,1fr); }
@media (max-width:980px){ .pgrid,.pgrid.cols-3{ grid-template-columns:repeat(2,1fr); } }
@media (max-width:560px){ .pgrid,.pgrid.cols-3{ grid-template-columns:1fr 1fr; gap:14px; } }

.pcard{
  background:var(--paper); border-radius:16px; overflow:hidden; box-shadow:0 14px 32px -22px rgba(32,28,40,.35);
  border:1px solid var(--line); display:flex; flex-direction:column;
  text-decoration:none; color:inherit; transition:transform .2s ease, box-shadow .2s ease;
}
a.pcard:hover{ transform:translateY(-4px); box-shadow:0 22px 40px -20px rgba(32,28,40,.45); }
/* Packshots werden NIE beschnitten: object-fit:contain statt cover.
   Die Kachel behaelt trotzdem ein festes Seitenverhaeltnis, damit alle
   Karten einer Reihe gleich hoch bleiben - der Rest ist heller Freiraum. */
.pcard .thumb{
  aspect-ratio:4/5; background:#fff; overflow:hidden;
  display:flex; align-items:center; justify-content:center; padding:14px;
}
.pcard .thumb img{ width:100%; height:100%; object-fit:contain; transition:transform .4s ease; }
a.pcard:hover .thumb img{ transform:scale(1.03); }
/* Alte Variante bleibt als Alias erhalten - gleiche, ruhige weisse Flaeche */
.pcard .thumb.thumb-contain{ background:#fff; }
.pcard .body{ padding:14px 16px 16px; }
.pcard .tag{ font-size:.7rem; text-transform:uppercase; letter-spacing:.08em; color:var(--purple-deep); font-weight:700; }
.pcard h3{ font-size:1.08rem; margin:.2em 0 .4em; font-family:var(--serif); }
.pcard .cta{ font-size:.82rem; font-weight:700; color:var(--gold-deep); display:inline-flex; align-items:center; gap:5px; }
.pcard .cta::after{ content:'→'; transition:transform .2s ease; }
a.pcard:hover .cta::after{ transform:translateX(3px); }

.section-cta{ text-align:center; margin-top:2.6rem; }

/* Alternating soft backgrounds for category sections */
.bg-a{ background:var(--paper); }
.bg-b{ background:var(--purple-tint); }
.bg-c{ background:var(--cream); }

/* ---------- Schoenes Schenken spotlight ---------- */
.spotlight{ position:relative; background:var(--ink); color:#fff; overflow:hidden; }
.spotlight-grid{ display:grid; grid-template-columns:1fr 1fr; gap:56px; align-items:center; }
.spotlight h2{ color:#fff; }
.spotlight p{ color:#d9d3e6; }
.spotlight-badge{ width:150px; margin-top:.6rem; margin-bottom:1.6rem; }
.spotlight-gallery{ display:grid; grid-template-columns:repeat(3,1fr); gap:14px; }
.spotlight-gallery img{ border-radius:14px; aspect-ratio:3/4; object-fit:contain; background:rgba(255,255,255,.05); box-shadow:0 20px 40px -20px rgba(0,0,0,.6); }
@media (max-width:860px){ .spotlight-grid{ grid-template-columns:1fr; } }

/* ---------- Warum Naturfeh (checks) ---------- */
.why{ background:var(--paper); }
.why-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:28px; }
.why-item{ display:flex; gap:14px; padding:22px; border-radius:16px; background:var(--cream); }
.why-item .ico{
  flex:none; width:44px; height:44px; border-radius:50%; background:var(--gold-light);
  display:flex; align-items:center; justify-content:center; font-size:1.2rem; color:#54410a;
}
.why-item h3{ font-size:1.08rem; margin:.1em 0 .25em; }
.why-item p{ font-size:.92rem; color:var(--ink-soft); margin:0; }
@media (max-width:860px){ .why-grid{ grid-template-columns:1fr 1fr; } }
@media (max-width:560px){ .why-grid{ grid-template-columns:1fr; } }

/* ---------- Merch banner ---------- */
.merch-banner{ background:var(--purple-tint); }
.merch-grid{ display:grid; grid-template-columns:1.1fr .9fr; gap:56px; align-items:center; }
.merch-photos{ display:grid; grid-template-columns:1fr 1fr; gap:16px; }
.merch-photos img{ border-radius:16px; box-shadow:var(--shadow); aspect-ratio:3/4; object-fit:cover; }
@media (max-width:860px){ .merch-grid{ grid-template-columns:1fr; } }

/* ---------- FAQ ---------- */
.faq{ background:var(--cream); }
.faq-list{ max-width:980px; margin:0 auto; display:grid; grid-template-columns:1fr 1fr; gap:16px; align-items:start; }
@media (max-width:760px){ .faq-list{ grid-template-columns:1fr; } }
.faq-item{ background:var(--paper); border:1px solid var(--line); border-radius:14px; padding:4px 22px; }
.faq-item summary{ cursor:pointer; list-style:none; padding:18px 0; font-weight:700; font-family:var(--serif); font-size:1.12rem; display:flex; justify-content:space-between; align-items:center; gap:16px; }
.faq-item summary::-webkit-details-marker{ display:none; }
.faq-item summary::after{ content:'+'; font-size:1.4rem; color:var(--purple-deep); flex:none; transition:transform .2s ease; }
.faq-item[open] summary::after{ transform:rotate(45deg); }
.faq-item p{ padding-bottom:18px; color:var(--ink-soft); margin:0; }

/* ---------- Kontakt ---------- */
.contact{ background:var(--paper); }
.contact-grid{ display:grid; grid-template-columns:1fr 1fr; gap:56px; }
.contact-card{ background:var(--ink); color:#fff; border-radius:22px; padding:40px; }
.contact-card h3{ color:#fff; }
.contact-list{ list-style:none; padding:0; margin:1.4em 0 0; display:flex; flex-direction:column; gap:14px; }
.contact-list a{ color:#fff; text-decoration:none; font-weight:600; }
.contact-list a:hover{ text-decoration:underline; }
.contact-list .lbl{ display:block; font-size:.72rem; text-transform:uppercase; letter-spacing:.08em; color:var(--gold-light); margin-bottom:2px; }
.contact-note{ background:var(--purple-tint); border-radius:22px; padding:40px; }
.contact-note h3{ color:var(--purple-deep); }

/* ---------- Footer ---------- */
footer{ background:#171319; color:#c9c2d6; padding:56px 0 28px; }
.footer-grid{ display:grid; grid-template-columns:1.4fr 1fr 1fr 1fr; gap:36px; }
.footer-brand{ display:flex; align-items:center; gap:10px; margin-bottom:14px; }
.footer-brand img{ height:30px; }
.footer-brand span{ font-family:var(--serif); font-size:1.15rem; color:#fff; letter-spacing:.06em; }
footer h4{ color:#fff; font-family:var(--sans); font-size:.82rem; text-transform:uppercase; letter-spacing:.09em; margin-bottom:1em; }
footer ul{ list-style:none; padding:0; margin:0; display:flex; flex-direction:column; gap:10px; font-size:.92rem; }
footer a{ color:#c9c2d6; text-decoration:none; }
footer a:hover{ color:#fff; text-decoration:underline; }
.footer-adr{ font-style:normal; margin-top:1.1rem; line-height:1.85; font-size:.92rem; }
.footer-social{ display:flex; gap:10px; margin-top:1.4rem; }
.footer-social a{
  width:38px; height:38px; border-radius:50%; display:inline-flex; align-items:center; justify-content:center;
  border:1px solid rgba(255,255,255,.22); color:#c9c2d6;
  transition:color .2s ease, border-color .2s ease, background .2s ease;
}
.footer-social a:hover{ color:var(--ink); background:var(--gold-light); border-color:var(--gold-light); text-decoration:none; }
.footer-bottom{ margin-top:44px; padding-top:22px; border-top:1px solid rgba(255,255,255,.1); display:flex; justify-content:space-between; flex-wrap:wrap; gap:10px; font-size:.8rem; color:#8f889c; }
.footer-bottom.is-center{ justify-content:center; text-align:center; }
@media (max-width:860px){ .footer-grid{ grid-template-columns:1fr 1fr; } .contact-grid{ grid-template-columns:1fr; } }
@media (max-width:560px){ .footer-grid{ grid-template-columns:1fr; } }

/* ---------- Legal pages (Impressum/Datenschutz) ---------- */
.legal{ max-width:820px; margin:0 auto; padding:150px 24px 100px; }
.legal h1{ font-size:2.2rem; }
.legal h2{ font-size:1.3rem; margin-top:2em; }
.legal p,.legal li{ color:var(--ink-soft); }
.legal a{ color:var(--purple-deep); }
.back-link{ display:inline-flex; align-items:center; gap:6px; margin-bottom:2em; font-weight:600; text-decoration:none; color:var(--purple-deep); }

/* ---------- Sub-Seiten: Page-Hero + Breadcrumb ---------- */
.page-hero{
  position:relative; overflow:hidden; padding:140px 0 76px;
  background:linear-gradient(155deg,#f4effa 0%,var(--cream) 55%,#fff 100%);
}
.page-hero::before{
  content:''; position:absolute; top:-160px; right:-140px; width:420px; height:420px; border-radius:50%;
  background:radial-gradient(circle at 30% 30%,rgba(201,162,39,.25),transparent 70%); pointer-events:none;
}
.breadcrumb{ list-style:none; display:flex; flex-wrap:wrap; gap:6px; padding:0; margin:0 0 1.2em; font-size:.84rem; color:var(--ink-soft); }
.breadcrumb li:not(:last-child)::after{ content:'/'; margin-left:6px; color:#c9c2d6; }
.breadcrumb a{ color:var(--purple-deep); text-decoration:none; font-weight:600; }
.breadcrumb a:hover{ text-decoration:underline; }
.page-hero h1{ font-size:clamp(2rem,4.2vw,3.1rem); max-width:760px; }
.page-hero .lede{ max-width:640px; color:var(--ink-soft); font-size:1.08rem; }
.page-hero-badges{ display:flex; gap:10px; flex-wrap:wrap; margin-top:1.2em; }

/* ---------- Coming soon ---------- */
.soon-card{
  background:var(--paper); border:1.5px dashed var(--purple); border-radius:22px; padding:56px 40px;
  text-align:center; max-width:640px; margin:0 auto;
}
.soon-card .ico{ font-size:2.4rem; margin-bottom:.4em; }
.soon-card h2{ margin-bottom:.4em; }
.soon-card p{ color:var(--ink-soft); }
.soon-badge{ display:inline-block; margin-bottom:1.2em; padding:.4em 1em; border-radius:999px; background:var(--gold-light); color:#54410a; font-weight:700; font-size:.78rem; letter-spacing:.06em; text-transform:uppercase; }
.notify-hint{ margin-top:1.6em; font-size:.9rem; color:var(--ink-soft); }

/* ---------- Lifestyle-Bildband ---------- */
.lifestyle-band{ display:grid; grid-template-columns:1.2fr .8fr; gap:24px; align-items:stretch; margin:3rem 0; }
.lifestyle-band img,.lifestyle-band video{ width:100%; height:100%; object-fit:cover; border-radius:20px; box-shadow:var(--shadow); }
.lifestyle-band figure{ margin:0; position:relative; }
.lifestyle-band figcaption{ position:absolute; left:16px; bottom:14px; right:16px; color:#fff; font-family:var(--serif); font-style:italic; font-size:1rem; text-shadow:0 4px 14px rgba(0,0,0,.55); }
@media (max-width:860px){ .lifestyle-band{ grid-template-columns:1fr; } }

.lifestyle-single{ margin:3rem auto; max-width:820px; border-radius:20px; overflow:hidden; box-shadow:var(--shadow); position:relative; }
.lifestyle-single img{ width:100%; display:block; max-height:420px; object-fit:cover; }
.lifestyle-single figcaption{ position:absolute; left:20px; bottom:16px; right:20px; color:#fff; font-family:var(--serif); font-style:italic; font-size:1.05rem; text-shadow:0 4px 14px rgba(0,0,0,.55); }

/* ---------- Einblicke (Homepage: Video + Fotos) ---------- */
.einblicke-grid{ display:grid; grid-template-columns:.8fr 1.2fr; gap:20px; }
.einblicke-video{ border-radius:20px; overflow:hidden; box-shadow:var(--shadow); aspect-ratio:9/16; background:#111; }
.einblicke-video video{ width:100%; height:100%; object-fit:cover; display:block; }
.einblicke-photos{ display:grid; grid-template-columns:1fr 1fr; gap:20px; }
.einblicke-photos img{ width:100%; height:100%; object-fit:cover; border-radius:20px; box-shadow:var(--shadow); }
@media (max-width:860px){ .einblicke-grid{ grid-template-columns:1fr; } .einblicke-video{ aspect-ratio:16/9; max-width:340px; margin:0 auto; } }

/* ---------- Blog ---------- */
.blog-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:26px; }
@media (max-width:900px){ .blog-grid{ grid-template-columns:1fr 1fr; } }
@media (max-width:600px){
  /* Am Handy nicht untereinander, sondern nebeneinander zum Wischen */
  .blog-grid{
    display:flex; gap:14px;
    overflow-x:auto; scroll-snap-type:x mandatory;
    -webkit-overflow-scrolling:touch;
    padding:4px 16px 14px; margin:0 -16px;
    scrollbar-width:none;
  }
  .blog-grid::-webkit-scrollbar{ display:none; }
  .blog-grid > *{ flex:0 0 78%; scroll-snap-align:center; }
}
.blog-card{
  display:flex; flex-direction:column; background:var(--paper); border-radius:18px; overflow:hidden;
  text-decoration:none; color:inherit; border:1px solid var(--line); box-shadow:0 14px 32px -24px rgba(32,28,40,.4);
  transition:transform .2s ease, box-shadow .2s ease;
}
.blog-card:hover{ transform:translateY(-4px); box-shadow:0 22px 40px -20px rgba(32,28,40,.45); }
.blog-card .thumb{ aspect-ratio:16/10; overflow:hidden; }
.blog-card .thumb img{ width:100%; height:100%; object-fit:cover; transition:transform .4s ease; }
.blog-card:hover .thumb img{ transform:scale(1.05); }
.blog-card .body{ padding:20px 22px 24px; display:flex; flex-direction:column; gap:8px; flex:1; }
.blog-card .tag{ font-size:.7rem; text-transform:uppercase; letter-spacing:.08em; color:var(--purple-deep); font-weight:700; }
.blog-card h3{ font-size:1.2rem; margin:0; }
.blog-card p{ color:var(--ink-soft); font-size:.94rem; margin:0; flex:1; }
.blog-card .cta{ font-size:.85rem; font-weight:700; color:var(--gold-deep); }
.blog-card .cta::after{ content:'→'; margin-left:5px; }

/* ---------- Artikel (Blog-Post) ---------- */
.article{ max-width:760px; margin:0 auto; }
.article .meta{ color:var(--ink-soft); font-size:.9rem; margin-bottom:1.6em; }
.article figure.article-hero{ margin:0 0 2.4em; border-radius:20px; overflow:hidden; box-shadow:var(--shadow); }
.article figure.article-hero img{ width:100%; display:block; max-height:480px; object-fit:cover; }
/* Hochformat-Video im Artikel: bewusst schmal & zentriert statt in voller Artikelbreite (sonst viel zu hoch am Desktop) */
.article figure.article-hero.is-video{ max-width:340px; margin-left:auto; margin-right:auto; background:#111; box-shadow:var(--shadow); }
.article figure.article-hero.is-video video{ width:100%; aspect-ratio:9/16; object-fit:cover; display:block; }
.article h2{ font-size:1.5rem; margin-top:1.8em; }
.article p{ font-size:1.06rem; color:var(--ink-soft); }
.article ul{ color:var(--ink-soft); padding-left:1.3em; }
.article ul li{ margin-bottom:.5em; }
.article blockquote{
  margin:2em 0; padding:1.4em 1.8em; border-left:4px solid var(--gold); background:var(--purple-tint);
  border-radius:0 14px 14px 0; font-family:var(--serif); font-style:italic; font-size:1.15rem; color:var(--ink);
}
.article-nav{ display:flex; justify-content:space-between; gap:16px; margin-top:3em; padding-top:2em; border-top:1px solid var(--line); flex-wrap:wrap; }

/* ---------- Zurück-Link generisch ---------- */
.back-link-page{ display:inline-flex; align-items:center; gap:6px; margin:2.4rem 0 0; font-weight:600; color:var(--purple-deep); text-decoration:none; }
.back-link-page:hover{ text-decoration:underline; }

/* ===================================================================
   BILDSPRACHE 2.0
   Grundregel fuer alle folgenden Komponenten: gleiche Radien, gleiche
   Abstaende, gleiche Kanten - Bilder stehen NIE uebereinander und werden
   nicht rotiert oder versetzt. Tiefe entsteht ueber Schatten und
   Bildinhalt, nicht ueber Collage-Effekte.
   =================================================================== */

/* ---------- Gemeinsame Kachel ---------- */
.tile{
  position:relative; margin:0; overflow:hidden; border-radius:20px; background:#efe9f7;
  box-shadow:0 24px 48px -30px rgba(32,28,40,.5);
  border:1px solid rgba(201,162,39,.16);
}
.tile > img,.tile > video{ width:100%; height:100%; object-fit:cover; display:block; }
.tile figcaption{
  position:absolute; left:0; right:0; bottom:0; padding:32px 18px 15px; color:#fff;
  font-family:var(--serif); font-style:italic; font-size:1rem; line-height:1.3;
  background:linear-gradient(180deg,rgba(20,16,26,0),rgba(20,16,26,.8));
}
a.tile{ display:block; text-decoration:none; color:inherit; }
a.tile img{ transition:transform .65s cubic-bezier(.2,.6,.2,1); }
a.tile:hover img{ transform:scale(1.055); }

/* ---------- Momente: ruhiges Foto-Raster ---------- */
.moodgrid{ display:grid; grid-template-columns:repeat(4,1fr); gap:20px; }
.moodgrid .tile{ aspect-ratio:4/5; }
.moodgrid.cols-3{ grid-template-columns:repeat(3,1fr); }
.moodgrid.cols-2{ grid-template-columns:repeat(2,1fr); }
@media (max-width:900px){ .moodgrid,.moodgrid.cols-3{ grid-template-columns:1fr 1fr; } }
@media (max-width:520px){ .moodgrid,.moodgrid.cols-3,.moodgrid.cols-2{ grid-template-columns:1fr 1fr; gap:12px; } .moodgrid .tile figcaption{ font-size:.82rem; padding:26px 12px 11px; } }

/* ---------- Reels: Hochformat-Videos in einer Reihe ---------- */
.reels{ display:grid; grid-template-columns:repeat(3,1fr); gap:24px; align-items:start; }
.reel{
  display:flex; flex-direction:column; background:var(--paper); border:1px solid var(--line);
  border-radius:22px; overflow:hidden; box-shadow:0 20px 44px -28px rgba(32,28,40,.5);
  text-decoration:none; color:inherit; transition:transform .2s ease, box-shadow .2s ease;
}
a.reel:hover{ transform:translateY(-4px); box-shadow:0 28px 50px -26px rgba(32,28,40,.55); }
.reel .reel-media{ position:relative; background:#14101a; }
.reel video{ width:100%; aspect-ratio:9/16; object-fit:cover; display:block; }
.reel .reel-play{
  position:absolute; top:14px; left:14px; z-index:2; display:inline-flex; align-items:center; gap:6px;
  padding:.3em .75em; border-radius:999px; background:rgba(20,16,26,.55); color:#fff;
  font-size:.7rem; font-weight:700; letter-spacing:.09em; text-transform:uppercase;
  backdrop-filter:blur(6px);
}
.reel .reel-body{ padding:16px 18px 20px; }
.reel .reel-body small{ display:block; text-transform:uppercase; letter-spacing:.1em; font-size:.68rem; color:var(--gold-deep); font-weight:700; margin-bottom:.35em; }
.reel .reel-body h3{ font-size:1.08rem; margin:0 0 .35em; }
.reel .reel-body p{ font-size:.9rem; color:var(--ink-soft); margin:0; }
@media (max-width:900px){ .reels{ grid-template-columns:1fr 1fr; } }
@media (max-width:560px){ .reels{ grid-template-columns:1fr; gap:20px; } .reel{ max-width:360px; margin:0 auto; width:100%; } }

/* ---------- Showcase: grosszuegiges Stimmungsband ---------- */
.showcase{ padding:0; position:relative; }
.showcase-inner{
  position:relative; overflow:hidden; display:grid; place-items:center;
  min-height:clamp(400px,50vw,580px);
}
.showcase-inner > img{ position:absolute; inset:0; width:100%; height:100%; object-fit:cover; object-position:center; }
/* Bildausschnitt gezielt steuern, damit die Schrift auf ruhigem Untergrund sitzt */
.showcase-inner.focus-bottom > img{ object-position:center bottom; }
.showcase-inner.focus-top > img{ object-position:center 12%; }
.showcase-inner.focus-right > img{ object-position:right center; }
.showcase-inner.focus-left > img{ object-position:left center; }
.showcase-inner::after{
  content:''; position:absolute; inset:0;
  background:linear-gradient(180deg,rgba(20,16,26,.55),rgba(20,16,26,.42) 45%,rgba(20,16,26,.75));
}
.showcase-content{ position:relative; z-index:2; text-align:center; color:#fff; max-width:780px; padding:60px 24px; }

/* Variante: Text links auf ruhiger Bildseite, Motiv bleibt rechts frei */
.showcase-inner.align-left{ place-items:center start; }
.showcase-inner.align-left::after{
  background:linear-gradient(97deg,rgba(20,16,26,.88) 0%,rgba(20,16,26,.7) 38%,rgba(20,16,26,.28) 68%,rgba(20,16,26,.12) 100%);
}
.showcase-inner.align-left .showcase-content{
  text-align:left; max-width:660px;
  padding-left:max(24px,calc((100% - var(--maxw))/2 + 24px));
  padding-right:24px;
}
.showcase-inner.align-left .showcase-content p{ margin-inline:0; }
@media (max-width:760px){
  .showcase-inner.align-left{ place-items:center; }
  .showcase-inner.align-left::after{ background:linear-gradient(180deg,rgba(20,16,26,.7),rgba(20,16,26,.55) 45%,rgba(20,16,26,.8)); }
  .showcase-inner.align-left .showcase-content{ text-align:center; padding-left:24px; }
  .showcase-inner.align-left .showcase-content p{ margin-inline:auto; }
}
.showcase-content .eyebrow{ color:var(--gold-light); }
.showcase-content h2{ color:#fff; font-size:clamp(1.9rem,3.6vw,3rem); text-shadow:0 6px 24px rgba(0,0,0,.35); }
.showcase-content p{ color:#eee8f3; font-size:1.08rem; max-width:600px; margin-inline:auto; text-shadow:0 3px 14px rgba(0,0,0,.4); }
.showcase-content .btn{ margin-top:1.2rem; }

/* ---------- Story: Bild/Video + Text, sauber halbiert ---------- */
.story-grid{ display:grid; grid-template-columns:1fr 1fr; gap:clamp(32px,5vw,64px); align-items:center; }
.story-media{ display:grid; gap:18px; }
.story-media.duo{ grid-template-columns:1fr 1fr; }
.story-media .tile{ aspect-ratio:4/5; }
.story-media.is-video .tile{ aspect-ratio:9/16; max-width:330px; width:100%; margin-inline:auto; background:#14101a; }
.story-grid.reverse .story-copy{ order:-1; }
@media (max-width:860px){
  .story-grid,.story-grid.reverse{ grid-template-columns:1fr; }
  .story-grid.reverse .story-copy{ order:0; }
  .story-media.is-video .tile{ margin:0 auto; }
}

/* ---------- Foto-Paare / Dreier ---------- */
.photo-row{ display:grid; gap:20px; }
.photo-row.duo{ grid-template-columns:1fr 1fr; }
.photo-row.trio{ grid-template-columns:repeat(3,1fr); }
.photo-row .tile{ aspect-ratio:4/5; }
.photo-row.wide .tile{ aspect-ratio:3/2; }
@media (max-width:760px){ .photo-row.trio{ grid-template-columns:1fr 1fr; } }
@media (max-width:520px){ .photo-row.duo,.photo-row.trio{ grid-template-columns:1fr 1fr; gap:12px; } }

/* ===================================================================
   HERO-SLIDER (Seite "Start 2")
   Vollbild-Buehne mit drei Motiven. Text sitzt links auf einem
   Verlaufsschleier, damit er unabhaengig vom Bildmotiv immer lesbar
   bleibt - das Motiv selbst (Haende + Glas) liegt rechts der Mitte
   und wird nie ueberdeckt.
   =================================================================== */
.herohead{
  position:relative; padding:0; overflow:hidden; background:var(--ink);
  margin-top:0;
}
/* Alle Folien liegen in derselben Rasterzelle: die Buehne waechst dadurch
   automatisch auf die Hoehe der laengsten Folie - kein abgeschnittener Text. */
.herohead-stage{ position:relative; display:grid; min-height:clamp(520px,74vh,760px); }
.hh-slide{
  grid-area:1 / 1; position:relative; opacity:0; visibility:hidden;
  transition:opacity .9s ease, visibility .9s;
}
.hh-slide.is-active{ opacity:1; visibility:visible; }
.hh-slide > img{ position:absolute; inset:0; width:100%; height:100%; object-fit:cover; }
.hh-slide::after{
  content:''; position:absolute; inset:0;
  background:
    linear-gradient(96deg,rgba(24,20,30,.92) 0%,rgba(24,20,30,.78) 28%,rgba(24,20,30,.42) 52%,rgba(24,20,30,.12) 74%,rgba(24,20,30,.05) 100%),
    linear-gradient(180deg,rgba(24,20,30,.5) 0%,transparent 26%);
}
.hh-inner{
  position:relative; z-index:2; height:100%; display:flex; align-items:center;
  max-width:var(--maxw); margin:0 auto; padding:124px 24px 124px;
}
.hh-copy{ max-width:520px; color:#fff; }
.hh-eyebrow{
  display:inline-block; font-family:var(--sans); font-weight:700;
  text-transform:uppercase; letter-spacing:.16em; font-size:.76rem;
  color:var(--gold-light); margin-bottom:1.1em;
}
.hh-copy h1,.hh-copy h2{
  color:#fff; font-size:clamp(2.1rem,4.4vw,3.5rem); line-height:1.1;
  margin:0 0 .45em; text-shadow:0 6px 30px rgba(0,0,0,.4);
}
.hh-copy p{
  color:#ece7f2; font-size:clamp(1rem,1.4vw,1.16rem); max-width:480px;
  margin:0 0 1.8em; text-shadow:0 3px 16px rgba(0,0,0,.45);
}
.hh-ctas{ display:flex; gap:14px; flex-wrap:wrap; }
.hh-meta{
  display:flex; gap:10px 22px; flex-wrap:wrap; margin-top:2rem;
  font-size:.84rem; color:#ded7ea; letter-spacing:.02em;
}
.hh-meta span{ display:inline-flex; align-items:center; gap:8px; }
.hh-meta span::before{
  content:''; width:6px; height:6px; border-radius:50%; background:var(--gold-light); flex:none;
}

/* Steuerung: eine Leiste am unteren Rand, buendig zum Textraster.
   Bewusst nicht mittig ueber dem Motiv, damit nichts das Produkt verdeckt. */
.hh-controls{
  position:absolute; z-index:5; left:0; right:0; bottom:30px;
  max-width:var(--maxw); margin:0 auto; padding:0 24px;
  display:flex; align-items:center; justify-content:space-between; gap:20px;
  pointer-events:none;
}
.hh-controls > *{ pointer-events:auto; }
.hh-nav{
  width:46px; height:46px; border-radius:50%; cursor:pointer;
  border:1px solid rgba(255,255,255,.45); background:rgba(24,20,30,.32);
  color:#fff; font-size:1.2rem; line-height:1; display:flex; align-items:center; justify-content:center;
  backdrop-filter:blur(6px); transition:background .2s ease;
}
.hh-nav:hover{ background:rgba(24,20,30,.65); }
.hh-arrows{ display:flex; gap:10px; }
.hh-dots{ display:flex; gap:10px; }
.hh-dot{
  width:34px; height:4px; border-radius:999px; border:0; padding:0; cursor:pointer;
  background:rgba(255,255,255,.35); transition:background .25s ease, width .25s ease;
}
.hh-dot.is-active{ background:var(--gold-light); width:52px; }
.hh-nav:focus-visible,.hh-dot:focus-visible{ outline:2px solid var(--gold-light); outline-offset:3px; }

@media (max-width:900px){
  .herohead-stage{ min-height:auto; }
  .hh-slide{ position:absolute; }
  .hh-slide::after{
    background:linear-gradient(180deg,rgba(24,20,30,.6) 0%,rgba(24,20,30,.34) 26%,rgba(24,20,30,.8) 58%,rgba(24,20,30,.94) 100%);
  }
  .hh-slide > img{ object-position:68% center; }
  .hh-inner{ padding:118px 22px 96px; align-items:flex-end; }
  .hh-copy{ max-width:none; }
  .hh-copy p{ max-width:none; }
  .hh-arrows{ display:none; }
  .hh-controls{ justify-content:center; bottom:22px; }
  .herohead-stage{ min-height:clamp(500px,86vh,640px); }
}
@media (prefers-reduced-motion: reduce){
  .hh-slide{ transition:none; }
}

/* ---------- Kompakte Produktleiste unter dem Slider ---------- */
.quickworlds{ background:var(--paper); padding:44px 0 48px; }
.quickworlds-head{
  display:flex; align-items:baseline; justify-content:space-between; gap:20px;
  flex-wrap:wrap; margin-bottom:1.6rem;
}
.quickworlds-head h2{ font-size:clamp(1.3rem,2.2vw,1.7rem); margin:0; }
.quickworlds-head p{ margin:0; color:var(--ink-soft); font-size:.95rem; }
.qw-row{ display:grid; grid-template-columns:repeat(5,1fr); gap:14px; }
.qw-item{
  display:flex; flex-direction:column; align-items:center; gap:10px; text-align:center;
  text-decoration:none; color:inherit; padding:14px 8px 16px; border-radius:16px;
  border:1px solid var(--line); background:var(--cream);
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.qw-item:hover{ transform:translateY(-3px); box-shadow:0 16px 30px -22px rgba(32,28,40,.55); border-color:rgba(201,162,39,.45); }
.qw-item .qw-img{
  width:64px; height:64px; border-radius:50%; overflow:hidden; flex:none;
  background:#fff; border:1px solid var(--line);
}
.qw-item .qw-img img{ width:100%; height:100%; object-fit:cover; }
.qw-item.is-soon .qw-img img{ object-fit:contain; padding:10px; }
.qw-item strong{ font-family:var(--serif); font-size:.98rem; font-weight:600; line-height:1.2; }
.qw-item small{ font-size:.7rem; text-transform:uppercase; letter-spacing:.08em; color:var(--gold-deep); font-weight:700; }
@media (max-width:900px){ .qw-row{ grid-template-columns:repeat(4,1fr); } }
@media (max-width:560px){
  .qw-row{ grid-template-columns:repeat(3,1fr); gap:10px; }
  .qw-item{ padding:12px 6px 14px; }
  .qw-item .qw-img{ width:52px; height:52px; }
  .qw-item strong{ font-size:.86rem; }
  .qw-item small{ font-size:.62rem; }
}

/* Utility */
.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; }
