/* thom-janssen.nl/contact — per-merk theming via body.theme-* + CSS-variabelen */
html, body { margin: 0; padding: 0; }
body { font-family: 'Archivo', sans-serif; min-height: 100vh; display: flex; flex-direction: column; background: var(--bg); color: var(--text); transition: background .35s ease, color .35s ease; }
a { color: inherit; text-decoration: none; }
a:hover { opacity: .85; }
input, textarea { font-family: inherit; }
input:focus, textarea:focus { outline: 3px solid var(--accent); outline-offset: 2px; }

@keyframes popin { 0% { transform: translateY(14px) scale(.97); opacity: 0; } 100% { transform: translateY(0) scale(1); opacity: 1; } }
@keyframes wiggle { 0%,100% { transform: rotate(-2deg); } 50% { transform: rotate(2deg); } }

/* ===== themes ===== */
body.theme-none {
  --bg: radial-gradient(900px 500px at 85% -5%, rgba(255,77,157,.35) 0%, transparent 60%), radial-gradient(800px 500px at 0% 10%, rgba(30,123,255,.3) 0%, transparent 55%), #1c1030;
  --text: #fdf8ec; --sub: #e6dcf5; --muted: #a99bc2; --accent: #ffe14d;
  --card-bg: transparent; --card-border: none; --card-shadow: none;
  --input-bg: transparent; --input-border: 2px solid #fff; --input-color: #fff;
  --submit-bg: #ffe14d; --submit-color: #1c1030;
  --sticker-bg: #ffe14d; --sticker-color: #1c1030;
}
body.theme-funkybrother {
  --bg: radial-gradient(900px 500px at 80% -5%, rgba(255,210,63,.55) 0%, transparent 60%), radial-gradient(700px 500px at 5% 100%, rgba(224,33,138,.18) 0%, transparent 55%), #f6921e;
  --text: #3a2010; --sub: #5c2d0e; --muted: #7a3d0f; --accent: #e0218a;
  --card-bg: #fdf3e3; --card-border: 3px solid #3a2010; --card-shadow: 10px 10px 0 #7a2ea0;
  --input-bg: #fff; --input-border: 2px solid #3a2010; --input-color: #3a2010;
  --submit-bg: #3a2010; --submit-color: #ffd23f;
  --sticker-bg: #e0218a; --sticker-color: #fff;
}
body.theme-sympthom {
  --bg: radial-gradient(500px 400px at -5% 0%, rgba(255,210,63,.55) 0%, transparent 60%), radial-gradient(500px 400px at 105% 45%, rgba(244,114,168,.5) 0%, transparent 60%), radial-gradient(400px 350px at -5% 100%, rgba(124,199,240,.5) 0%, transparent 60%), #faf0dc;
  --text: #111; --sub: #555; --muted: #777; --accent: #f472a8;
  --card-bg: #fff; --card-border: 4px solid #111; --card-shadow: 10px 10px 0 #ffd23f;
  --input-bg: #faf0dc; --input-border: 3px solid #111; --input-color: #111;
  --submit-bg: #111; --submit-color: #fff;
  --sticker-bg: #7cc7f0; --sticker-color: #111;
}
body.theme-flankspelers {
  --bg: linear-gradient(170deg, #2b8cff, #0f5ad4);
  --text: #fdf8ec; --sub: #cfe4ff; --muted: #b3d4ff; --accent: #ffe14d;
  --card-bg: rgba(255,255,255,.12); --card-border: 3px solid #fdf8ec; --card-shadow: 0 22px 60px rgba(9,49,120,.5);
  --input-bg: rgba(9,49,120,.35); --input-border: 2px solid rgba(253,248,236,.6); --input-color: #fdf8ec;
  --submit-bg: #ffe14d; --submit-color: #0f5ad4;
  --sticker-bg: #ffe14d; --sticker-color: #0f5ad4;
}
body.theme-thomjanssen {
  --bg: #f3efe7;
  --text: #221f1b; --sub: #6b6459; --muted: #948b7c; --accent: #221f1b;
  --card-bg: #fff; --card-border: 1px solid #d5cfc3; --card-shadow: 0 18px 50px rgba(34,31,27,.12);
  --input-bg: #faf8f4; --input-border: 1px solid #c9c2b5; --input-color: #221f1b;
  --submit-bg: #221f1b; --submit-color: #f3efe7;
  --sticker-bg: #221f1b; --sticker-color: #f3efe7;
}
body.theme-nowenough {
  --bg: radial-gradient(800px 500px at 60% -10%, rgba(58,108,168,.6) 0%, transparent 65%), radial-gradient(600px 400px at 90% 80%, rgba(58,108,168,.25) 0%, transparent 60%), #0b0f16;
  --text: #eef3f8; --sub: #a9bfd4; --muted: #6d8299; --accent: #9cc2e8;
  --card-bg: rgba(255,255,255,.04); --card-border: 1px solid rgba(158,186,214,.35); --card-shadow: 0 24px 70px rgba(30,70,120,.45);
  --input-bg: rgba(255,255,255,.06); --input-border: 1px solid rgba(158,186,214,.4); --input-color: #eef3f8;
  --submit-bg: #eef3f8; --submit-color: #0b0f16;
  --sticker-bg: #9cc2e8; --sticker-color: #0b0f16;
}

/* ===== layout ===== */
.topbar { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 20px clamp(20px, 5vw, 56px); max-width: 1100px; margin: 0 auto; box-sizing: border-box; width: 100%; }
.back-link { font-family: 'Space Mono', monospace; font-weight: 700; font-size: 13px; letter-spacing: .1em; color: var(--accent); }
.topbar-tag { font-family: 'Space Mono', monospace; font-size: 12px; letter-spacing: .2em; text-transform: uppercase; color: var(--muted); }

.main { max-width: 1100px; width: 100%; margin: 0 auto; box-sizing: border-box; padding: clamp(24px, 5vh, 56px) clamp(20px, 5vw, 56px) clamp(56px, 9vh, 96px); display: flex; flex-direction: column; gap: clamp(28px, 4vh, 40px); flex: 1; }

.hero-title { font-weight: 900; font-stretch: 90%; font-size: clamp(36px, 6vw, 68px); line-height: 1.02; letter-spacing: -0.01em; margin: 0 0 16px; color: var(--text); text-wrap: balance; }
.hero-sub { font-size: clamp(16px, 1.8vw, 19px); line-height: 1.55; color: var(--sub); max-width: 620px; margin: 0; }

/* per-merk titelstijl */
body.theme-funkybrother .hero-title, body.theme-funkybrother .form-title { font-family: 'Bungee', sans-serif; font-weight: 400; color: #ffd23f; text-shadow: 3px 3px 0 #7a2ea0; }
body.theme-sympthom .hero-title, body.theme-sympthom .form-title { font-weight: 900; font-stretch: 85%; text-transform: uppercase; font-style: italic; }
body.theme-flankspelers .hero-title, body.theme-flankspelers .form-title { font-family: 'Yellowtail', cursive; font-weight: 400; text-shadow: 3px 3px 0 rgba(0,0,0,.25); }
body.theme-thomjanssen .hero-title, body.theme-thomjanssen .form-title { font-weight: 700; }
body.theme-nowenough .hero-title, body.theme-nowenough .form-title { font-weight: 900; font-stretch: 80%; text-transform: uppercase; letter-spacing: .02em; background: linear-gradient(180deg, #ffffff 20%, #8fa9bd 60%, #e6eef6); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }

.picker-label { font-family: 'Space Mono', monospace; font-weight: 700; font-size: 12px; letter-spacing: .2em; text-transform: uppercase; color: var(--muted); margin-bottom: 14px; }
.chips { display: flex; flex-wrap: wrap; gap: 14px; }
.chip { display: flex; align-items: center; gap: 10px; cursor: pointer; padding: 12px 18px; border-radius: 14px; font-size: 15px; font-weight: 800; font-family: 'Archivo', sans-serif; transition: transform .15s ease, box-shadow .15s ease, opacity .15s ease; }
.chip:hover { transform: translateY(-4px) rotate(-1.5deg); }
.chip-logo { width: 30px; height: 30px; flex: none; display: grid; place-items: center; border: 2px dashed; border-radius: 8px; font-size: 11px; font-family: 'Space Mono', monospace; font-weight: 700; }
body.picked .chip { opacity: .75; }
body.picked .chip.selected { opacity: 1; transform: translateY(-3px); }

.chip-fb { background: linear-gradient(135deg, #f6921e, #e06a00); color: #ffd23f; border: 2px solid #7a2ea0; font-family: 'Bungee', sans-serif; font-weight: 400; font-size: 13px; text-shadow: 1px 1px 0 #7a2ea0; }
.chip-fb .chip-logo { color: #ffd23f; border-color: #7a2ea0; text-shadow: none; }
.chip-fb.selected { box-shadow: 0 0 0 4px #ffd23f, 0 12px 30px rgba(0,0,0,.35); }
.chip-st { background: #faf0dc; color: #111; border: 3px solid #111; font-style: italic; text-transform: uppercase; }
.chip-st .chip-logo { color: #111; border-color: #111; }
.chip-st.selected { box-shadow: 0 0 0 4px #f472a8, 0 12px 30px rgba(0,0,0,.35); }
.chip-fl { background: linear-gradient(135deg, #2b8cff, #0f5ad4); color: #fdf8ec; border: 2px solid #fdf8ec; font-family: 'Yellowtail', cursive; font-weight: 400; font-size: 19px; }
.chip-fl .chip-logo { color: #fdf8ec; border-color: rgba(253,248,236,.8); }
.chip-fl.selected { box-shadow: 0 0 0 4px #ffe14d, 0 12px 30px rgba(0,0,0,.35); }
.chip-tj { background: #fff; color: #221f1b; border: 1px solid #c9c2b5; font-weight: 700; }
.chip-tj .chip-logo { color: #221f1b; border-color: #9b9284; }
.chip-tj.selected { box-shadow: 0 0 0 4px #221f1b, 0 12px 30px rgba(0,0,0,.35); }
.chip-ne { background: #0b0f16; color: #eef3f8; border: 1px solid #8fa9bd; text-transform: uppercase; font-family: 'Space Mono', monospace; font-weight: 700; font-size: 13px; letter-spacing: .06em; }
.chip-ne .chip-logo { color: #9cc2e8; border-color: #9cc2e8; }
.chip-ne.selected { box-shadow: 0 0 0 4px #9cc2e8, 0 12px 30px rgba(0,0,0,.35); }

.empty-hint { font-family: 'Space Mono', monospace; font-size: 14px; color: var(--muted); border: 2px dashed var(--muted); border-radius: 14px; padding: 22px 24px; animation: popin .3s ease both; }

.card { border-radius: 20px; padding: clamp(24px, 4vw, 36px); display: flex; flex-direction: column; gap: 22px; background: var(--card-bg); border: var(--card-border); box-shadow: var(--card-shadow); animation: popin .35s ease both; }
body.theme-nowenough .card, body.theme-flankspelers .card { backdrop-filter: blur(4px); }
.card-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
.form-title { font-size: 26px; color: var(--text); }
.form-sub { font-size: 14.5px; color: var(--sub); margin-top: 5px; }
.card-sticker { font-family: 'Space Mono', monospace; font-weight: 700; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; background: var(--sticker-bg); color: var(--sticker-color); padding: 6px 14px; border-radius: 6px; transform: rotate(-2deg); box-shadow: 3px 3px 0 rgba(0,0,0,.25); white-space: nowrap; animation: wiggle 3.5s ease-in-out infinite; }
body.theme-flankspelers .card-sticker { font-family: 'Yellowtail', cursive; font-size: 18px; letter-spacing: 0; text-transform: none; }

.fields { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 18px; }
.field { display: flex; flex-direction: column; gap: 7px; }
.label { font-family: 'Space Mono', monospace; font-weight: 700; font-size: 11.5px; letter-spacing: .14em; text-transform: uppercase; color: var(--sub); }
input, textarea { padding: 13px 15px; border-radius: 10px; font-size: 15.5px; width: 100%; box-sizing: border-box; background: var(--input-bg); border: var(--input-border); color: var(--input-color); }
textarea { resize: vertical; min-height: 110px; }

.card-actions { display: flex; align-items: center; justify-content: space-between; gap: 14px; flex-wrap: wrap; }
.micro { font-family: 'Space Mono', monospace; font-size: 12.5px; color: var(--muted); }
.submit { padding: 14px 26px; border-radius: 999px; font-size: 15px; cursor: pointer; border: none; box-shadow: 4px 4px 0 rgba(0,0,0,.25); transition: transform .13s ease; white-space: nowrap; background: var(--submit-bg); color: var(--submit-color); font-family: 'Archivo', sans-serif; font-weight: 800; }
.submit:hover { transform: translateY(-3px) rotate(-1deg); }
.submit:active { transform: scale(.95); }
body.theme-funkybrother .submit { font-family: 'Bungee', sans-serif; font-weight: 400; }
body.theme-sympthom .submit { font-weight: 900; text-transform: uppercase; font-style: italic; box-shadow: 5px 5px 0 #f472a8; }
body.theme-flankspelers .submit { font-family: 'Yellowtail', cursive; font-weight: 400; font-size: 22px; }
body.theme-nowenough .submit { font-family: 'Space Mono', monospace; font-weight: 700; text-transform: uppercase; letter-spacing: .15em; }

.footer { padding: 24px clamp(20px, 5vw, 56px); max-width: 1100px; margin: 0 auto; box-sizing: border-box; width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 10px; font-family: 'Space Mono', monospace; font-size: 12px; color: var(--muted); }
