/* ===========================================================
   ARTS VILLAGES — Site-Styles auf Basis des Circle-Designsystems
   Warm Light World · Leitfarbe: Messing / Gold (--vill)
   =========================================================== */

/* ===== WARM LIGHT WORLD — satter Sand, Navy-Ink, Messing als Leitfarbe ===== */
:root {
  color-scheme: light;
  --bg: #e9dfcb;            /* satter warmer Sand */
  --bg-deep: #ddd0b6;       /* tiefer Sandton */
  --cream: #232a33;         /* Headlines — tiefes Navy-Ink */
  --ink: #3a3527;           /* kräftige Fließtext-Betonung */
  --muted: #5f5847;         /* Fließtext — warmer Stein/Braun */
  --faint: #8a8069;         /* Meta / Labels */
  --panel:    rgba(255,253,247,.62);
  --panel-2:  rgba(255,253,247,.8);
  --panel-hi: #fffdf7;
  --line:     rgba(58,45,20,.14);
  --line-hi:  rgba(58,45,20,.24);
  --shadow:   0 30px 64px -34px rgba(48,38,18,.5);
  /* volles Messing, das auf Sand trägt — Leitfarbe Arts Villages */
  --gold:      oklch(0.56 0.095 72);
  --gold-soft: oklch(0.48 0.086 68);
  --gold-deep: oklch(0.52 0.088 72);
  --gold-glow: oklch(0.56 0.095 72 / .14);
  /* geerdete Nebenakzente aus dem Circle-System */
  --purple: oklch(0.48 0.1 274);     /* Vivarea */
  --teal:   oklch(0.5 0.072 168);    /* Arts Ventures — Salbei */
  --rose:   oklch(0.52 0.12 38);     /* Artiviva — Lehm / Terrakotta */

  --vill: var(--gold);
  --vill-line: var(--gold-deep);
  --vill-glow: var(--gold-glow);
}

html { scroll-behavior: smooth; }
body {
  background:
    radial-gradient(900px 560px at 10% -2%, oklch(0.6 0.09 74 / .3), transparent 56%),
    radial-gradient(1000px 700px at 92% 0%, oklch(0.55 0.06 200 / .18), transparent 56%),
    radial-gradient(1100px 900px at 50% 120%, oklch(0.55 0.07 40 / .2), transparent 60%),
    var(--bg);
}
.wrap { max-width: 1160px; margin: 0 auto; padding: 0 34px; }
a { color: inherit; }

/* ===== nav ===== */
header.nav { position: sticky; top: 0; z-index: 40; backdrop-filter: blur(14px);
  background: linear-gradient(180deg, rgba(233,223,203,.92), rgba(233,223,203,.55)); border-bottom: 1px solid var(--line); }
.nav-in { display: flex; align-items: center; gap: 24px; height: 74px; }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.brand img { width: 44px; height: 38px; object-fit: contain; }
.brand .n { font-size: 19px; color: var(--cream); }
.brand .n b { font-weight: 400; color: var(--gold); }
.brand .t { font-size: 9px; letter-spacing: .2em; color: var(--faint); text-transform: uppercase; }
nav.links { display: flex; gap: 20px; margin-left: auto; align-items: center; }
nav.links a { color: var(--muted); text-decoration: none; font-size: 14px; transition: color .2s; white-space: nowrap; }
nav.links a:hover { color: var(--cream); }
nav.links a.is-here { color: var(--gold-soft); }
nav.links a.nav-cta { border: 1px solid var(--gold-deep); color: var(--gold); border-radius: 99px; padding: 9px 17px; font-weight: 600; background: var(--panel-hi); transition: all .2s; }
nav.links a.nav-cta:hover { background: var(--gold-glow); border-color: var(--gold); color: var(--gold); }

/* hamburger */
.nav-burger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 8px; margin-left: auto; background: none; border: none; }
.nav-burger span { display: block; width: 22px; height: 2px; background: var(--muted); border-radius: 2px; transition: all .2s; }
#nav-toggle { display: none; }
.nav-menu { display: contents; }
@media (max-width: 980px) {
  .nav-burger { display: flex; }
  .nav-menu { display: none; position: absolute; top: 100%; left: 0; right: 0;
    background: rgba(233,223,203,.97); backdrop-filter: blur(14px);
    border-bottom: 1px solid var(--line); flex-direction: column; padding: 16px 20px 20px; }
  #nav-toggle:checked ~ .nav-in .nav-menu { display: flex; }
  nav.links { flex-direction: column; gap: 0; margin-left: 0; align-items: stretch; }
  nav.links a { padding: 12px 0; border-bottom: 1px solid var(--line); font-size: 16px; }
  nav.links a:last-child { border-bottom: none; }
  nav.links a.nav-cta { margin-top: 14px; text-align: center; border-bottom: 1px solid var(--gold-deep); }
  #nav-toggle:checked ~ .nav-in .nav-burger span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  #nav-toggle:checked ~ .nav-in .nav-burger span:nth-child(2) { opacity: 0; }
  #nav-toggle:checked ~ .nav-in .nav-burger span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
}

/* ===== buttons ===== */
.btn { font-family: var(--font-body); font-size: 15px; cursor: pointer; border-radius: 99px; padding: 12px 22px;
  display: inline-flex; align-items: center; gap: 9px; text-decoration: none; transition: all .2s; border: 1px solid transparent; white-space: nowrap; }
.btn-gold { background: var(--panel-hi); border-color: var(--gold-deep); color: var(--gold); font-weight: 600; }
.btn-gold:hover { background: var(--gold-glow); border-color: var(--gold); transform: translateY(-1px); }
.btn-ghost { border-color: var(--line-hi); color: var(--ink); }
.btn-ghost:hover { background: var(--panel-2); border-color: var(--faint); }

/* ===== hero ===== */
.hero { padding: 72px 0 26px; }
.hero-eye { font-family: var(--font-mono); font-size: 11.5px; letter-spacing: .26em; text-transform: uppercase; color: var(--gold-soft); display: inline-block; }
.hero-eye::after { content: ''; display: block; width: 54px; height: 2px; background: var(--gold); margin-top: 12px; opacity: .7; }
h1.hero-t { font-family: var(--font-display); font-weight: 500; color: var(--cream);
  font-size: clamp(34px, 4.4vw, 58px); line-height: 1.06; letter-spacing: -.015em; margin: 20px 0 0; max-width: 24ch; text-wrap: balance; }
h1.hero-t em { font-style: italic; color: var(--gold); }
.hero-sub { color: var(--muted); font-size: clamp(17px, 1.8vw, 20px); line-height: 1.6; max-width: 58ch; margin: 24px 0 0; text-wrap: pretty; }
.hero-sub b { color: var(--cream); font-weight: 500; }
.hero-cta { display: flex; gap: 13px; margin-top: 32px; flex-wrap: wrap; }
.hero-meta { display: flex; gap: 30px; flex-wrap: wrap; margin: 30px 0 0; }
.hero-meta .m { display: flex; flex-direction: column; gap: 4px; }
.hero-meta .mk { font-family: var(--font-mono); font-size: 10.5px; letter-spacing: .14em; text-transform: uppercase; color: var(--faint); }
.hero-meta .mv { color: var(--cream); font-size: 15.5px; }

/* ===== sections ===== */
section.band { padding: 62px 0; }
section.band + section.band, .band.alt { border-top: 1px solid var(--line); }
.band.alt { background: linear-gradient(180deg, rgba(58,45,20,.05), transparent 55%); }
.sec-eye { font-family: var(--font-mono); font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: var(--gold-soft); }
.sec-h { font-family: var(--font-display); font-weight: 500; color: var(--cream); font-size: clamp(27px, 3vw, 40px); line-height: 1.08; margin: 14px 0 0; letter-spacing: -.01em; max-width: 26ch; text-wrap: balance; }
.sec-sub { color: var(--muted); font-size: clamp(16px,1.6vw,18px); line-height: 1.64; max-width: 66ch; margin: 18px 0 0; text-wrap: pretty; }
.sec-sub b { color: var(--gold-soft); font-weight: 500; }
.sec-sub.ink b { color: var(--cream); }

/* großer gesetzter Kernsatz */
.claim { font-family: var(--font-display); font-style: italic; font-weight: 500; color: var(--gold-soft);
  font-size: clamp(21px, 2.4vw, 30px); line-height: 1.3; max-width: 30ch; margin: 26px 0 0; text-wrap: pretty; }

/* ===== ehrlicher Hinweis-Banner ===== */
.honest { border: 1px solid var(--gold-deep); border-radius: 16px;
  background: radial-gradient(120% 130% at 0 0, var(--gold-glow), transparent 55%), var(--panel-2);
  padding: 24px 28px; margin-top: 36px; display: flex; gap: 16px; align-items: flex-start; box-shadow: var(--shadow); }
.honest .hi { flex: none; width: 30px; height: 30px; border-radius: 50%; border: 1px solid var(--gold-deep); color: var(--gold);
  display: flex; align-items: center; justify-content: center; font-family: var(--font-display); font-style: italic; font-size: 18px; margin-top: 2px; }
.honest p { margin: 0; color: var(--ink); font-size: 16.5px; line-height: 1.6; text-wrap: pretty; }
.honest b { color: var(--cream); font-weight: 600; }

/* ===== karten ===== */
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 34px; }
.cards.two { grid-template-columns: repeat(2, 1fr); }
.card { position: relative; display: flex; flex-direction: column; border-radius: 18px; border: 1px solid var(--line);
  background: var(--panel); padding: 28px 26px 24px; text-decoration: none; overflow: hidden;
  transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease; box-shadow: var(--shadow); }
a.card:hover { transform: translateY(-4px); border-color: var(--gold); box-shadow: 0 38px 70px -34px rgba(48,38,18,.55); }
.card .cn { font-family: var(--font-mono); font-size: 11.5px; letter-spacing: .12em; text-transform: uppercase; color: var(--gold-soft); }
.card h3 { font-family: var(--font-display); font-weight: 500; font-size: clamp(23px, 2.2vw, 28px); color: var(--cream); margin: 10px 0 0; line-height: 1.1; }
.card .cd { color: var(--muted); font-size: 14.5px; line-height: 1.58; margin: 12px 0 0; flex: 1; text-wrap: pretty; }
.card .dest { display: inline-flex; align-items: center; gap: 8px; margin-top: 20px; font-family: var(--font-mono); font-size: 13px; color: var(--gold-soft); }
.card .dest .arw { transition: transform .2s; }
a.card:hover .dest .arw { transform: translateX(4px); }
.card.lead { border-color: var(--gold-deep); background: radial-gradient(130% 120% at 100% 0, var(--gold-glow), transparent 60%), var(--panel-2); }
.card .tick { position: absolute; top: 0; left: 0; right: 0; height: 3px; opacity: .8;
  background: linear-gradient(90deg, transparent, var(--gold), transparent); }

/* ===== chips ===== */
.chips { display: flex; flex-wrap: wrap; gap: 8px; margin: 24px 0 0; }
.chips span { font-family: var(--font-mono); font-size: 11.5px; letter-spacing: .04em; color: var(--muted);
  border: 1px solid var(--line-hi); border-radius: 99px; padding: 7px 14px; background: var(--panel); }

/* ===== „nicht"-Liste (ehrliche Grenzen) ===== */
.nots { list-style: none; padding: 0; margin: 24px 0 0; display: flex; flex-direction: column; gap: 11px; max-width: 60ch; }
.nots li { display: flex; gap: 12px; align-items: flex-start; color: var(--muted); font-size: 15.5px; line-height: 1.5; }
.nots .x { flex: none; width: 19px; height: 19px; border-radius: 50%; border: 1px solid var(--line-hi); color: var(--faint);
  display: flex; align-items: center; justify-content: center; font-size: 12px; margin-top: 2px; }
.nots b { color: var(--ink); font-weight: 500; }

/* ===== check-liste ===== */
.oks { list-style: none; padding: 0; margin: 24px 0 0; display: flex; flex-direction: column; gap: 11px; max-width: 60ch; }
.oks li { display: flex; gap: 12px; align-items: flex-start; color: var(--muted); font-size: 15.5px; line-height: 1.5; }
.oks .o { flex: none; width: 19px; height: 19px; border-radius: 50%; border: 1px solid var(--gold-deep); color: var(--gold);
  display: flex; align-items: center; justify-content: center; font-size: 11px; margin-top: 2px; }
.oks b { color: var(--ink); font-weight: 500; }

/* ===== Klärungsfragen (kursive Fragenliste) ===== */
.qlist { list-style: none; padding: 0; margin: 24px 0 0; display: flex; flex-direction: column; gap: 12px; max-width: 58ch; }
.qlist li { font-family: var(--font-display); font-style: italic; font-weight: 500; font-size: clamp(19px, 2vw, 24px);
  color: var(--cream); line-height: 1.3; padding-left: 20px; position: relative; text-wrap: pretty; }
.qlist li::before { content: '·'; position: absolute; left: 2px; color: var(--gold); }

/* ===== zweispaltiges layout ===== */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 44px; align-items: start; margin-top: 10px; }
.split.wide-l { grid-template-columns: 1.15fr .85fr; }

/* ===== info-panel ===== */
.panel { border: 1px solid var(--line); border-radius: 18px; background: var(--panel-2); padding: 30px 30px 28px; box-shadow: var(--shadow); }
.panel.gold { border-color: var(--gold-deep); background: radial-gradient(130% 130% at 0 0, var(--gold-glow), transparent 55%), var(--panel-2); }
.panel .pt { font-family: var(--font-display); font-weight: 500; font-size: 24px; color: var(--cream); line-height: 1.12; }
.panel .pe { font-family: var(--font-mono); font-size: 11px; letter-spacing: .18em; text-transform: uppercase; color: var(--gold-soft); margin-bottom: 10px; }
.panel p { color: var(--muted); font-size: 15px; line-height: 1.62; margin: 12px 0 0; text-wrap: pretty; }
.panel p b { color: var(--ink); font-weight: 500; }

/* ===== schritt-liste (Ablauf) ===== */
.steps { display: flex; flex-direction: column; gap: 12px; margin-top: 30px; }
.step { border-radius: 14px; border: 1px solid var(--line); background: var(--panel); padding: 20px 24px; display: flex; gap: 18px; align-items: flex-start; }
.step .sn { font-family: var(--font-mono); font-size: 12px; color: var(--gold-soft); flex: none; margin-top: 4px; min-width: 22px; }
.step .st { font-family: var(--font-display); font-weight: 500; font-size: 21px; color: var(--cream); line-height: 1.15; }
.step .sd { color: var(--muted); font-size: 14px; line-height: 1.55; margin: 5px 0 0; text-wrap: pretty; }

/* ===== status-band (Mein Aufenthalt) ===== */
.status-flow { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 24px; align-items: center; }
.status-flow span { font-family: var(--font-mono); font-size: 12px; color: var(--muted); border: 1px solid var(--line-hi); border-radius: 99px; padding: 7px 14px; background: var(--panel); }
.status-flow .sep { border: none; background: none; color: var(--faint); padding: 0 2px; }

/* ===== abschluss-cta band ===== */
.final { border-top: 1px solid var(--line); background: radial-gradient(900px 500px at 50% 0%, oklch(0.55 0.08 70 / .1), transparent 62%); text-align: center; }
.final .sec-h { margin-left: auto; margin-right: auto; }
.final .sec-sub { margin-left: auto; margin-right: auto; }
.final .hero-cta { justify-content: center; margin-top: 28px; }

/* ===== footer ===== */
footer.foot { border-top: 1px solid var(--line); padding: 34px 0 56px; }
.foot-in { display: flex; align-items: center; gap: 22px; color: var(--faint); font-size: 13px; flex-wrap: wrap; }
.foot-in .lk { display: flex; gap: 20px; margin-left: auto; flex-wrap: wrap; }
.foot-in a { color: var(--muted); text-decoration: none; }
.foot-in a:hover { color: var(--cream); }

/* ===== kleiner hinweistext ===== */
.micro { color: var(--faint); font-size: 13.5px; line-height: 1.6; margin: 18px 0 0; max-width: 62ch; }

/* ===== responsive ===== */
@media (max-width: 940px) {
  .cards, .cards.two { grid-template-columns: 1fr 1fr; }
  .split, .split.wide-l { grid-template-columns: 1fr; gap: 26px; }
}
@media (max-width: 600px) {
  .wrap { padding: 0 18px; }
  .cards, .cards.two { grid-template-columns: 1fr; }
  .hero { padding: 52px 0 20px; }
  .honest { flex-direction: row; padding: 20px 20px; }
}
