/* QUAMARO Startseite – brand-neutral master layer
   Tokens come from quamaro-ds.css (navy/slate + teal). */
body.home-page.qhome-v1 .hero-section,
.qhome-hero--brand{
  background:
    radial-gradient(circle at 82% 22%,rgba(25,183,178,.16),transparent 28%),
    radial-gradient(circle at 72% 74%,rgba(16,42,71,.08),transparent 31%),
    linear-gradient(135deg,#f5fbfb 0%,#f4f7fb 58%,#eef3fb 100%);
}
.qhome-hero--brand{overflow:hidden}
.qhome-hero--brand:before{
  content:"";position:absolute;right:min(8%,6rem);top:-18%;width:min(44%,28rem);height:min(70%,28rem);border-radius:50%;
  border:1px solid rgba(10,140,153,.1);box-shadow:0 0 0 80px rgba(25,183,178,.04),0 0 0 160px rgba(16,42,71,.018);pointer-events:none
}
.qhome-hero--brand .qhome-hero__grid{grid-template-columns:minmax(0,1.05fr) minmax(0,.72fr)}
.qhome-hero__visual,
.qhome-category-hero{
  position:relative;
  justify-self:end;
  align-self:stretch;
  width:min(100%,430px);
  min-height:320px;
  margin:0;
  overflow:hidden;
  border:1px solid var(--qh-line);
  border-radius:24px;
  background:
    radial-gradient(circle at 80% 20%,rgba(25,183,178,.14),transparent 36%),
    linear-gradient(135deg,#f5fbfb,#eef3fb);
  box-shadow:0 24px 65px rgba(16,42,71,.14);
  aspect-ratio:5/3;
  max-height:420px;
}
.qhome-hero__visual img,
.qhome-category-hero img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:68% 46%;
  padding:0;
}
@media (max-width:720px){
  .qhome-hero__visual img,
  .qhome-category-hero img{object-position:78% 42%}
}

.qhome-topic-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  align-items:start;
  gap:.85rem;
}
.qhome-topic-card{
  position:relative;
  display:flex;
  min-width:0;
  flex-direction:column;
  gap:.45rem;
  padding:1.1rem 1.05rem 1rem;
  border:1px solid var(--qh-line);
  border-radius:20px;
  background:#fff;
  box-shadow:var(--qh-shadow-soft);
  color:inherit!important;
  text-decoration:none!important;
}
.qhome-topic-card.qhome-topic-card--photo{padding:0;gap:0;overflow:hidden}
a.qhome-topic-card{transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}
a.qhome-topic-card:hover{transform:translateY(-3px);border-color:rgba(10,140,153,.3);box-shadow:0 17px 38px rgba(16,42,71,.11)}
.qhome-topic-card__icon{
  display:grid;width:38px;height:38px;place-items:center;border-radius:12px;
  background:var(--qh-green-soft);font-size:1.15rem;
}
.qhome-topic-card h3{margin:.15rem 0 0;color:var(--qh-navy);font-size:1.05rem;line-height:1.2}
.qhome-topic-card p{margin:0;color:var(--qh-muted);font-size:.78rem;line-height:1.5}
.qhome-topic-card .qhome-text-link{margin-top:auto;padding-top:.35rem}
.qhome-topic-card .qhome-world-badge{position:static;align-self:flex-start;box-shadow:none}
.qhome-topic-card--photo .qhome-topic-card__body .qhome-world-badge{margin:0}
.qhome-topic-card--soon{background:#fbfcfd}
.qhome-topic-card--soon .qhome-topic-card__icon{background:#eef3fb}
.qhome-topic-card[data-q-theme-card="garden"] .qhome-topic-card__icon{background:#edf7f1}
.qhome-topic-card[data-q-theme-card="technik"] .qhome-topic-card__icon{background:#e8f1f6}
.qhome-topic-card[data-q-theme-card="gaming"] .qhome-topic-card__icon{background:#f0eefb}
.qhome-topic-card[data-q-theme-card="smarthome"] .qhome-topic-card__icon{background:#e7f5fb}
.qhome-topic-card[data-q-theme-card="haushalt"] .qhome-topic-card__icon{background:#fff4e8}
.qhome-topic-card[data-q-theme-card="outdoor"] .qhome-topic-card__icon{background:#e8f4f1}

.qhome-example-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.85rem}
.qhome-example-card{
  display:flex;min-width:0;flex-direction:column;padding:1.15rem 1.1rem;
  border:1px solid var(--qh-line);border-radius:20px;background:#fff;
  box-shadow:var(--qh-shadow-soft);color:inherit!important;text-decoration:none!important;
  transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease;
}
.qhome-example-card:hover{transform:translateY(-3px);border-color:rgba(10,140,153,.28);box-shadow:0 17px 38px rgba(16,42,71,.1)}
.qhome-example-card__tag{
  align-self:flex-start;padding:.22rem .5rem;border-radius:999px;
  background:var(--qh-green-soft);color:var(--qh-green-dark);
  font-size:.62rem;font-weight:850;letter-spacing:.04em;text-transform:uppercase;
}
.qhome-example-card h3{margin:.7rem 0 .4rem;color:var(--qh-navy);font-family:Georgia,"Times New Roman",serif;font-size:1.18rem;line-height:1.15}
.qhome-example-card p{margin:0 0 .8rem;color:var(--qh-muted);font-size:.8rem;line-height:1.5}
.qhome-example-card .qhome-text-link{margin-top:auto}
.qhome-examples{padding:2.5rem 0;background:#fff}

.qhome-worlds{padding:2.8rem 0 2.45rem;background:#fff}
.qhome-section-intro{max-width:760px;margin:-.55rem 0 1.35rem;color:var(--qh-muted);font-size:.86rem;line-height:1.58}
.qhome-world-grid{display:grid;grid-template-columns:1.18fr 1fr 1fr;gap:.9rem}
.qhome-world-card{display:flex;min-width:0;flex-direction:column;overflow:hidden;border:1px solid var(--qh-line);border-radius:20px;background:#fff;box-shadow:var(--qh-shadow-soft);color:inherit!important;text-decoration:none!important}
a.qhome-world-card{transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}
a.qhome-world-card:hover{transform:translateY(-3px);border-color:rgba(10,140,153,.28);box-shadow:0 17px 38px rgba(16,42,71,.11)}
.qhome-world-card__media{position:relative;min-height:210px;overflow:hidden;background:#e8eef5}
.qhome-world-card__media img{display:block;width:100%;height:100%;min-height:210px;object-fit:cover}
.qhome-world-card__media--tech{display:grid;place-items:center;background:linear-gradient(145deg,#102a47,#1d4b65 55%,#0a8c99)}
.qhome-world-card__media--future{display:grid;place-items:center;background:linear-gradient(145deg,#eef3fb,#dde6f1)}
.qhome-world-symbols{display:flex;align-items:center;gap:.85rem;color:#fff}.qhome-world-symbols span{display:grid;width:58px;height:58px;place-items:center;border:1px solid rgba(255,255,255,.2);border-radius:16px;background:rgba(255,255,255,.09);font-size:1.55rem;box-shadow:0 10px 30px rgba(0,0,0,.12)}
.qhome-world-future-mark{display:grid;width:88px;height:88px;place-items:center;border-radius:50%;background:#fff;color:var(--qh-green);font-size:3rem;font-weight:300;box-shadow:0 18px 38px rgba(16,42,71,.10)}
.qhome-world-badge{display:inline-flex;padding:.3rem .52rem;border-radius:999px;background:#fff;color:var(--qh-green-dark);box-shadow:0 5px 14px rgba(0,0,0,.08);font-size:.58rem;font-weight:850;text-transform:uppercase;letter-spacing:.06em}
.qhome-world-badge--soon{background:#dceaf1;color:#173653;box-shadow:none}.qhome-world-badge--future{background:#eef3f0;color:#667783}
.qhome-world-card__body{display:grid;grid-template-columns:34px minmax(0,1fr) auto;align-items:start;gap:.7rem;padding:1rem}
.qhome-world-card__icon{display:grid;width:32px;height:32px;place-items:center;border-radius:10px;background:var(--qh-green-soft);color:var(--qh-green-dark);font-size:.9rem;font-weight:900}
.qhome-world-card h3{margin:.05rem 0 .3rem;color:var(--qh-navy);font-size:1rem;line-height:1.2}.qhome-world-card p{margin:0;color:var(--qh-muted);font-size:.72rem;line-height:1.5}.qhome-world-card .qhome-arrow{align-self:center;color:var(--qh-green-dark)}
.qhome-world-card--soon,.qhome-world-card--future{background:#fbfcfd}.qhome-world-card--soon .qhome-world-card__icon,.qhome-world-card--future .qhome-world-card__icon{background:#edf2ef;color:#536877}

.qhome-project-section{padding:2rem 0 2.5rem;background:#fff}.qhome-project-section[hidden]{display:none!important}
.qhome-garden-entry{padding:2.6rem 0;background:linear-gradient(135deg,#f3f8fb,#edf4f6)}
.qhome-garden-entry__grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr);align-items:center;gap:2.2rem}
.qhome-garden-entry__copy>p:not(.qhome-kicker){max-width:650px;margin:.85rem 0 1.15rem;color:var(--qh-muted);font-size:.86rem;line-height:1.6}
.qhome-garden-entry__cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem}
.qhome-garden-entry__cards a{display:flex;align-items:center;justify-content:space-between;gap:.6rem;min-height:52px;padding:.72rem .8rem;border:1px solid rgba(16,42,71,.08);border-radius:13px;background:#fff;box-shadow:0 7px 20px rgba(16,42,71,.05);color:var(--qh-navy)!important;font-size:.75rem;font-weight:800;text-decoration:none!important}
.qhome-garden-entry__cards a:hover{border-color:rgba(10,140,153,.28);color:var(--qh-green-dark)!important}.qhome-garden-entry__cards .qhome-arrow{color:var(--qh-green-dark)}

.qhome-footer.q-footer{padding:0}
.qhome-footer .q-footer__grid{width:var(--qh-shell);margin:0 auto}

@media(max-width:1080px){
  .qhome-hero--brand .qhome-hero__grid{grid-template-columns:minmax(0,1fr) minmax(0,320px)}
  .qhome-world-grid,.qhome-topic-grid,.qhome-example-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:820px){
  .qhome-hero--brand .qhome-hero__grid{grid-template-columns:1fr}
  .qhome-hero__visual,.qhome-category-hero{justify-self:stretch;width:100%;max-width:none;min-height:0;aspect-ratio:16/9;max-height:none}
  .qhome-world-grid{grid-template-columns:1fr 1fr}.qhome-world-card--live{grid-column:1/-1}.qhome-world-card--live .qhome-world-card__media{min-height:240px}
  .qhome-topic-grid,.qhome-example-grid{grid-template-columns:1fr 1fr}
  .qhome-topic-card--live{grid-column:1/-1}
  .qhome-topic-card--live .qhome-topic-card__media{aspect-ratio:16/6.5}
  .qhome-garden-entry__grid{grid-template-columns:1fr;gap:1.3rem}
}
@media(max-width:680px){
  .qhome-hero--brand:before{right:-12%;top:-18%;width:70%;height:58%}
  .qhome-hero__visual,.qhome-category-hero{border-radius:17px;aspect-ratio:16/9}
  .qhome-worlds,.qhome-examples{padding:1.65rem 0 1.5rem}.qhome-section-intro{margin:-.2rem 0 .9rem;font-size:.76rem}
  .qhome-topic-grid,.qhome-example-grid{grid-template-columns:1fr 1fr;gap:.55rem}
  .qhome-topic-card,.qhome-example-card{padding:.85rem .8rem;border-radius:16px}
  .qhome-topic-card.qhome-topic-card--photo{padding:0}
  .qhome-topic-card--photo .qhome-topic-card__body{padding:.7rem .72rem .8rem}
  .qhome-topic-card--photo .qhome-topic-card__media{border-radius:16px 16px 0 0}
  .qhome-topic-card h3,.qhome-example-card h3{font-size:.92rem}
  .qhome-topic-card p,.qhome-example-card p{font-size:.68rem}
  .qhome-world-grid{grid-template-columns:1fr 1fr;gap:.55rem}.qhome-world-card--live{grid-column:1/-1}.qhome-world-card__media,.qhome-world-card__media img{min-height:140px}.qhome-world-card--live .qhome-world-card__media{min-height:180px}.qhome-world-card__body{grid-template-columns:27px minmax(0,1fr);gap:.5rem;padding:.7rem}.qhome-world-card__icon{width:26px;height:26px;border-radius:8px;font-size:.72rem}.qhome-world-card .qhome-arrow{display:none}.qhome-world-card h3{font-size:.82rem}.qhome-world-card p{font-size:.63rem}
  .qhome-project-section{padding:.7rem 0 1.5rem}.qhome-garden-entry{padding:1.7rem 0}.qhome-garden-entry__cards{gap:.4rem}.qhome-garden-entry__cards a{min-height:45px;padding:.58rem .65rem;font-size:.68rem}
}
@media(max-width:420px){
  .qhome-world-grid,.qhome-example-grid{grid-template-columns:1fr}
  .qhome-topic-grid{grid-template-columns:1fr 1fr}
  .qhome-world-card--live{grid-column:auto}
}
@media(prefers-reduced-motion:reduce){a.qhome-world-card,a.qhome-topic-card,a.qhome-example-card{transition:none!important}}
