/* ═══════════════════════════════════════════════════════════
   PUBLIEKE PAGINA — hero/login, over ons, events, contact
═══════════════════════════════════════════════════════════════ */

.hero { position: relative; min-height: 100vh; display: flex; flex-direction: column; }
.hero-main {
    flex: 1; display: grid; grid-template-columns: 1fr 360px 1fr;
    align-items: center; padding: 92px 60px 40px; gap: 32px; position: relative; z-index: 3;
}

/* Zij-teksten */
.left-text { display: flex; flex-direction: column; }
.big-text {
    font-family: 'Barlow Condensed', sans-serif; font-weight: 800; font-style: italic;
    font-size: clamp(38px, 5vw, 70px); line-height: .92; letter-spacing: .01em;
    text-transform: uppercase; color: rgba(255,255,255,.09); user-select: none;
}
.big-text .g { color: transparent; -webkit-text-stroke: 1px rgba(201,168,76,.3); }
.sub-text { margin-top: 20px; font-size: 10px; font-weight: 700; letter-spacing: .28em; text-transform: uppercase; color: rgba(201,168,76,.4); display: flex; align-items: center; gap: 10px; }
.sub-text::before { content:''; width: 26px; height: 1px; background: rgba(201,168,76,.4); }
.right-text { display: flex; flex-direction: column; align-items: flex-end; text-align: right; }
.right-big { font-family: 'Barlow Condensed', sans-serif; font-weight: 800; font-style: italic; font-size: clamp(20px, 2.4vw, 34px); line-height: 1.0; text-transform: uppercase; color: rgba(255,255,255,.09); }
.right-big .rg { color: transparent; -webkit-text-stroke: 1px rgba(201,168,76,.3); }
.coords { margin-top: 18px; font-size: 9px; letter-spacing: .16em; color: rgba(201,168,76,.22); }
.right-patch { margin-top: 26px; display: flex; flex-direction: column; align-items: flex-end; gap: 8px; }
.right-patch img { width: 62px; opacity: .1; filter: grayscale(1); }
.bf { font-size: 11px; letter-spacing: .24em; text-transform: uppercase; color: rgba(201,168,76,.25); font-family: 'Wide Latin', serif; }

/* Midden — logo + login */
.center { display: flex; flex-direction: column; align-items: center; }
.hero-logo { width: 176px; height: 176px; object-fit: contain; margin-bottom: 26px; filter: drop-shadow(0 0 44px rgba(201,168,76,.4)); animation: logoGlow 6s ease-in-out infinite; }
@keyframes logoGlow { 0%,100%{filter:drop-shadow(0 0 40px rgba(201,168,76,.35))} 50%{filter:drop-shadow(0 0 64px rgba(201,168,76,.6))} }
.login-card {
    width: 100%; position: relative;
    background: linear-gradient(160deg, rgba(28,24,18,.72), rgba(12,10,7,.72));
    border: 1px solid rgba(201,168,76,.16); border-radius: 12px;
    padding: 30px 28px; backdrop-filter: blur(28px) saturate(1.1);
    box-shadow: 0 30px 80px rgba(0,0,0,.6), inset 0 1px 0 rgba(255,255,255,.05);
}
.login-card::before {
    content: ''; position: absolute; inset: 0; border-radius: 12px; padding: 1px;
    background: linear-gradient(160deg, rgba(201,168,76,.5), transparent 40%);
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor; mask-composite: exclude; pointer-events: none;
}
.login-title { font-family: 'Wide Latin', serif; font-size: 15px; letter-spacing: .05em; text-transform: uppercase; text-align: center; color: #F3ECD9; margin-bottom: 6px; }
.login-sub { font-size: 10px; letter-spacing: .12em; text-transform: uppercase; text-align: center; color: #55503f; margin-bottom: 24px; line-height: 1.7; }
.form-group { margin-bottom: 12px; position: relative; }
.f-icon { position: absolute; left: 13px; top: 50%; transform: translateY(-50%); font-size: 12px; opacity: .5; }
.form-group input {
    width: 100%; padding: 13px 13px 13px 38px; background: rgba(0,0,0,.35);
    border: 1px solid #24211A; border-radius: 7px; font-size: 13px; color: var(--text);
    font-family: 'Inter', sans-serif; outline: none; transition: border-color .2s, box-shadow .2s;
}
.form-group input::placeholder { color: #45412F; }
.form-group input:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(201,168,76,.12); }
.eye { position: absolute; right: 13px; top: 50%; transform: translateY(-50%); font-size: 12px; opacity: .4; cursor: pointer; user-select: none; }
.form-row { display: flex; justify-content: space-between; align-items: center; margin: 6px 0 20px; }
.form-row label { display: flex; align-items: center; gap: 7px; font-size: 11px; color: #55503f; cursor: pointer; }
.form-row input[type=checkbox] { accent-color: var(--gold); }
.forgot { font-size: 11px; color: #55503f; text-decoration: none; transition: color .2s; }
.forgot:hover { color: var(--gold); }
.login-error { display: none; font-size: 11px; color: var(--red); text-align: center; margin-bottom: 10px; }
.btn-inloggen { width: 100%; }

/* Bottom */
.bottom { text-align: center; padding: 0 0 28px; position: relative; z-index: 3; }
.bottom-tag { font-size: 10px; font-weight: 700; letter-spacing: .28em; text-transform: uppercase; color: rgba(255,255,255,.14); margin-bottom: 10px; }
.chain-row { font-size: 13px; color: rgba(201,168,76,.22); letter-spacing: .35em; }
.scroll-hint { margin-top: 18px; font-size: 16px; color: rgba(201,168,76,.35); animation: bob 2s ease-in-out infinite; }
@keyframes bob { 0%,100%{transform:translateY(0)} 50%{transform:translateY(6px)} }

/* Secties */
.section { padding: 96px 80px; position: relative; }
.section-inner { max-width: 1100px; margin: 0 auto; }
.about { background: linear-gradient(180deg,#0A0906,#0D0B08); border-top: 1px solid var(--border); }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.about-text p { font-size: 15px; color: var(--muted); line-height: 1.8; margin-bottom: 16px; }
.about-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.stat-box { background: linear-gradient(160deg,#17140E,#100E0A); border: 1px solid var(--border); border-radius: 12px; padding: 26px; transition: transform .2s, border-color .2s; }
.stat-box:hover { transform: translateY(-3px); border-color: rgba(201,168,76,.3); }
.stat-num { font-family: 'Wide Latin', serif; font-size: 30px; color: #EEE; }
.stat-num span { color: var(--gold); }
.stat-lbl { font-size: 11px; color: #55503f; margin-top: 8px; letter-spacing: .06em; }

.events { background: #090705; border-top: 1px solid var(--border); }
.events-header { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 40px; flex-wrap: wrap; gap: 16px; }
.events-note { font-size: 11px; color: #55503f; display: flex; align-items: center; gap: 8px; }
.events-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.event-card { background: linear-gradient(160deg,#141109,#0D0B07); border: 1px solid var(--border); border-radius: 12px; padding: 24px; transition: border-color .2s, transform .2s; }
.event-card:hover { border-color: rgba(201,168,76,.3); transform: translateY(-3px); }
.event-card.private { position: relative; overflow: hidden; }
.event-card.private .event-title, .event-card.private .event-loc { filter: blur(5px); user-select: none; }
.event-lock { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; background: rgba(9,7,5,.55); backdrop-filter: blur(1px); font-size: 11px; color: var(--gold); letter-spacing: .08em; }
.event-date { font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--gold); margin-bottom: 12px; }
.event-title { font-size: 16px; font-weight: 700; margin-bottom: 6px; color: var(--text); }
.event-loc { font-size: 12px; color: #55503f; margin-bottom: 16px; }
.event-footer { display: flex; justify-content: space-between; align-items: center; }

.contact { background: linear-gradient(180deg,#0D0B08,#080604); border-top: 1px solid var(--border); text-align: center; }
.contact p { font-size: 15px; color: var(--muted); max-width: 420px; margin: 0 auto 32px; line-height: 1.7; }

@media (max-width: 900px) {
    .hero-main { grid-template-columns: 1fr; justify-items: center; padding-top: 100px; }
    .left-text, .right-text { display: none; }
    .about-grid { grid-template-columns: 1fr; gap: 40px; }
    .events-grid { grid-template-columns: 1fr; }
    .section { padding: 64px 28px; }
}

/* ═══════════════════════════════════════════════════════════════
   REDESIGN-UPGRADE — publieke pagina
═══════════════════════════════════════════════════════════════════ */

/* Mobiele viewport-fix (iOS Safari): dvh i.p.v. vh */
.hero { min-height: 100dvh; }

/* Betere tekstafbreking — geen weeswoorden, gebalanceerde koppen */
.section-title, .login-title { text-wrap: balance; }
.about-text p, .contact p, .login-sub { text-wrap: pretty; }

/* Login-kaart: getinte i.p.v. zwarte schaduw + zachte gouden gloed */
.login-card { box-shadow: 0 34px 80px rgba(12,8,2,.62), 0 0 44px rgba(201,168,76,.06), inset 0 1px 0 rgba(255,255,255,.05); transition: box-shadow .4s ease; }
.login-card.flash { box-shadow: 0 34px 80px rgba(12,8,2,.62), 0 0 60px rgba(201,168,76,.5), inset 0 1px 0 rgba(255,255,255,.08); }

/* Optische afstemming: onderpadding iets ruimer dan boven */
.section { padding-top: 92px; padding-bottom: 108px; }
.section-inner { max-width: 1200px; }

/* Asymmetrische events: één featured kaart naast twee gestapelde */
.events-grid { grid-template-columns: 1.35fr 1fr; align-items: stretch; }
.events-col { display: grid; grid-template-rows: 1fr 1fr; gap: 16px; }
.event-card { display: flex; flex-direction: column; box-shadow: var(--shadow-md); }
.event-card .event-footer { margin-top: auto; }
.event-card.featured {
    position: relative; overflow: hidden; padding: 32px;
    background:
        radial-gradient(120% 90% at 90% 10%, rgba(201,168,76,.10), transparent 55%),
        linear-gradient(160deg,#181207,#0C0A06);
    border-color: rgba(201,168,76,.22);
}
.event-card.featured::before {
    content: ''; position: absolute; right: -40px; bottom: -40px; width: 220px; height: 220px;
    background: url('../assets/logos/logo-holland-hd.png') center/contain no-repeat;
    opacity: .06; filter: grayscale(1) brightness(1.6); pointer-events: none;
}
.event-card.featured .event-title { font-size: 24px; margin-bottom: 8px; }
.event-card.featured .event-desc { font-size: 13px; color: var(--muted); line-height: 1.7; margin: 6px 0 16px; max-width: 42ch; }

/* Kaart-schaduwen elders getint */
.stat-box { box-shadow: var(--shadow-sm); }

@media (max-width: 900px) {
    .events-grid { grid-template-columns: 1fr; }
    .events-col { grid-template-rows: auto; }
}
