:root {
    --ink: #1d2632;
    --ink-soft: #4a5563;
    --muted: #8a8f98;
    --line: #ececec;
    --amber: #f5b63d;
    --amber-dark: #e8a521;
    --beige: #dccfb5;
    --beige-soft: #e5dcc8;
    --white: #ffffff;
    --radius: 8px;
    --wrap: 1200px;
    --font: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    --serif: 'Lora', Georgia, serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 130px; }
body { font-family: var(--font); color: var(--ink); background: var(--white); line-height: 1.6; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

.wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 0 28px; }

h1, h2, h3 { line-height: 1.2; font-weight: 700; }

/* ---------- buttons ---------- */
.btn {
    display: inline-flex; align-items: center; gap: 8px;
    font-family: var(--font); font-size: 14px; font-weight: 600;
    padding: 11px 20px; border-radius: var(--radius); border: 1.5px solid transparent;
    cursor: pointer; transition: all .18s; white-space: nowrap;
}
.btn--amber { background: var(--amber); color: var(--ink); }
.btn--amber:hover { background: var(--amber-dark); }
.btn--line { background: transparent; border-color: var(--line); color: var(--ink); }
.btn--line:hover { border-color: var(--ink); }
.btn--dark { background: var(--ink); color: #fff; }
.btn--dark:hover { background: #2b3849; }
.btn--lg { padding: 15px 30px; font-size: 15px; }

/* ---------- header ---------- */
.site-header { position: sticky; top: 0; z-index: 60; background: #fff; border-bottom: 1px solid var(--line); }
.header-top { display: flex; align-items: center; justify-content: space-between; padding: 20px 28px 14px; }
.logo { font-size: 24px; font-weight: 400; letter-spacing: -0.5px; color: var(--ink); }
.logo strong { font-weight: 700; }
.logo-dot { color: var(--amber); font-weight: 700; }
.header-actions { display: flex; align-items: center; gap: 12px; }
.cat-nav { display: flex; gap: 34px; padding: 0 28px 16px; }
.cat-nav a { font-size: 14.5px; font-weight: 600; color: var(--ink); transition: color .18s; }
.cat-nav a:hover { color: var(--amber-dark); }
.hamburger { display: none; flex-direction: column; gap: 5px; background: none; border: 0; cursor: pointer; padding: 6px; }
.hamburger span { width: 22px; height: 2px; background: var(--ink); border-radius: 2px; }

/* ---------- placeholder "images" ---------- */
.ph { position: relative; overflow: hidden; background-size: cover; background-position: center; }
.ph--diner   { background: linear-gradient(140deg, #2f2233 0%, #5a3f2c 55%, #a07a3a 100%); }
.ph--events  { background: linear-gradient(140deg, #b8442a 0%, #e8724c 100%); }
.ph--training{ background: linear-gradient(140deg, #2f6b3f 0%, #5aa469 100%); }
.ph--podcast { background: linear-gradient(140deg, #26324f 0%, #4a6091 100%); }
.ph--padel   { background: linear-gradient(140deg, #0d6e66 0%, #34c0b0 100%); }
.ph::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,0) 35%, rgba(0,0,0,.62) 100%); }
.deco { position: absolute; right: -18px; bottom: -18px; width: 150px; height: 150px; color: rgba(255,255,255,.14); z-index: 1; }
.deco svg { width: 100%; height: 100%; }

/* ---------- tags & badges ---------- */
.tag {
    position: absolute; top: 16px; left: 16px; z-index: 2;
    background: var(--amber); color: var(--ink);
    font-size: 11px; font-weight: 700; letter-spacing: .5px; text-transform: uppercase;
    padding: 5px 11px; border-radius: 5px;
}
.tab-badge {
    display: inline-flex; align-items: center; gap: 9px; position: relative;
    background: var(--ink); color: #fff; font-weight: 600; font-size: 17px;
    padding: 11px 18px; border-radius: 6px; margin-bottom: 26px;
}
.tab-badge::after {
    content: ''; position: absolute; left: 18px; bottom: -7px;
    border-left: 8px solid transparent; border-right: 8px solid transparent; border-top: 8px solid var(--ink);
}
.tab-badge--onimg { position: absolute; top: 18px; left: 18px; z-index: 3; margin: 0; }

/* ---------- hero ---------- */
.hero { padding: 34px 0 8px; }
.hero-grid { display: grid; grid-template-columns: 1.9fr 1fr; grid-template-rows: 1fr 1fr; gap: 18px; }
.feature { position: relative; border-radius: 10px; overflow: hidden; display: block; }
.feature--lg { grid-row: span 2; min-height: 500px; }
.feature--sm { min-height: 241px; }
.feature-title { position: absolute; left: 0; right: 0; bottom: 0; z-index: 2; padding: 24px; }
.feature-title h2 { color: #fff; font-size: 30px; max-width: 90%; }
.feature-title h3 { color: #fff; font-size: 20px; }
.feature:hover .feature-title h2, .feature:hover .feature-title h3 { text-decoration: underline; text-underline-offset: 3px; }

/* ---------- beige band ---------- */
.band { background: var(--beige); padding: 20px 0 56px; margin-top: 40px; }
.band .tab-badge { transform: translateY(-8px); }
.agenda-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.ag-card { }
.ag-img { height: 210px; border-radius: 8px; margin-bottom: 14px; }
.ag-img.ph::after { background: none; }
.date-badge { position: absolute; left: 0; bottom: 0; z-index: 2; background: var(--ink); color: #fff; padding: 8px 13px; font-size: 13px; }
.date-badge b { font-size: 20px; margin-right: 3px; }
.region { display: block; font-size: 11px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; color: #7a6f57; margin-bottom: 10px; }
.ag-card h3 { font-size: 19px; margin: 6px 0 4px; }
.ag-time { font-size: 14px; color: var(--ink-soft); }
.band-cta { text-align: center; margin-top: 40px; }

/* ---------- sections ---------- */
.section { padding: 60px 0; }

/* impact row */
.impact-grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: 26px; align-items: stretch; }
.lookback { min-height: 380px; border-radius: 10px; }
.lookback .feature-title { padding: 26px; }
.lookback .feature-title .tag { position: static; display: inline-block; margin-bottom: 10px; }
.lookback .feature-title h3 { font-size: 26px; max-width: 85%; }
.impact-card { background: var(--ink); color: #fff; border-radius: 10px; padding: 38px 34px; display: flex; flex-direction: column; }
.impact-card h2 { font-size: 26px; margin-bottom: 22px; }
.check { list-style: none; margin-bottom: 26px; flex: 1; }
.check li { position: relative; padding-left: 30px; margin-bottom: 14px; font-size: 15px; color: #d8dce2; }
.check li::before {
    content: ''; position: absolute; left: 0; top: 3px; width: 18px; height: 18px; border-radius: 50%;
    background: var(--amber);
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E") center/12px no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E") center/12px no-repeat;
}
.impact-card .btn { align-self: flex-start; }

/* trainingen quote */
.quote-section { background: var(--beige-soft); }
.pull-quote { font-family: var(--serif); font-style: italic; font-size: clamp(24px, 3.5vw, 38px); line-height: 1.35; color: var(--ink); max-width: 900px; margin-bottom: 34px; }
.pull-quote em { color: var(--amber-dark); font-style: italic; }
.quote-links { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; max-width: 720px; }
.mini-card { background: #fff; border-radius: 8px; padding: 22px 24px; border: 1px solid var(--line); transition: transform .18s, box-shadow .18s; }
.mini-card:hover { transform: translateY(-3px); box-shadow: 0 10px 24px rgba(0,0,0,.06); }
.mini-tag { display: inline-block; font-size: 11px; font-weight: 700; letter-spacing: .5px; text-transform: uppercase; color: var(--amber-dark); margin-bottom: 8px; }
.mini-title { display: block; font-weight: 600; font-size: 17px; }

/* padel */
.padel-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 26px; align-items: stretch; }
.padel-img { min-height: 320px; border-radius: 10px; }
.padel-text { display: flex; flex-direction: column; justify-content: center; }
.padel-text h2 { font-size: 28px; margin-bottom: 14px; }
.padel-text p { font-size: 15.5px; color: var(--ink-soft); margin-bottom: 24px; }
.padel-text .btn { align-self: flex-start; }

/* section head with more-link */
.section-head { display: flex; align-items: flex-start; justify-content: space-between; }
.more-link { font-size: 14px; font-weight: 600; color: var(--ink); }
.more-link:hover { color: var(--amber-dark); }

/* podcasts */
.pod-list { list-style: none; display: flex; flex-direction: column; gap: 12px; }
.pod { display: flex; align-items: center; gap: 18px; background: #fff; border: 1px solid var(--line); border-radius: 10px; padding: 16px 20px; transition: border-color .18s; }
.pod:hover { border-color: var(--ink); }
.pod-play { flex: none; width: 44px; height: 44px; border-radius: 50%; background: var(--ink); color: #fff; display: flex; align-items: center; justify-content: center; }
.pod:hover .pod-play { background: var(--amber); color: var(--ink); }
.pod-body { flex: 1; }
.pod-body h3 { font-size: 18px; }
.pod-body p { font-size: 13.5px; color: var(--muted); }
.pod-dur { font-size: 13px; font-weight: 600; color: var(--ink-soft); white-space: nowrap; }

/* stories */
.stories-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.story { display: block; }
.story-img { height: 190px; border-radius: 8px; margin-bottom: 14px; }
.story-img.ph::after { background: linear-gradient(180deg, rgba(0,0,0,0) 55%, rgba(0,0,0,.35) 100%); }
.story h3 { font-size: 18px; margin-bottom: 8px; transition: color .18s; }
.story:hover h3 { color: var(--amber-dark); }
.story p { font-size: 14px; color: var(--ink-soft); }

/* join */
.join { background: var(--ink); color: #fff; text-align: center; padding: 76px 0; }
.join-inner h2 { font-size: clamp(30px, 4vw, 44px); margin-bottom: 12px; }
.join-inner p { font-size: 17px; color: #c3c8d0; max-width: 460px; margin: 0 auto 28px; }

/* ---------- footer ---------- */
.site-footer { background: #fff; border-top: 1px solid var(--line); }
.footer-top { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.6fr; gap: 34px; padding: 56px 28px 40px; }
.logo--dark { font-size: 22px; }
.foot-contact { font-size: 14px; color: var(--ink-soft); margin: 16px 0 18px; }
.socials { display: flex; gap: 10px; }
.socials a { width: 38px; height: 38px; border: 1px solid var(--line); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--ink); transition: all .18s; }
.socials a:hover { background: var(--ink); color: #fff; }
.foot-col { display: flex; flex-direction: column; gap: 12px; padding-top: 6px; }
.foot-col a { font-size: 14.5px; font-weight: 600; color: var(--ink); }
.foot-col a:hover { color: var(--amber-dark); }
.foot-news h3 { font-size: 18px; margin-bottom: 10px; }
.foot-news p { font-size: 13.5px; color: var(--ink-soft); margin-bottom: 16px; }
.news-form { display: flex; gap: 8px; }
.news-form input { flex: 1; min-width: 0; padding: 11px 14px; border: 1px solid var(--line); border-radius: var(--radius); font-family: var(--font); font-size: 14px; }
.news-form input:focus { outline: none; border-color: var(--ink); }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 20px 28px; border-top: 1px solid var(--line); font-size: 12.5px; color: var(--muted); flex-wrap: wrap; }

/* ---------- responsive ---------- */
@media (max-width: 900px) {
    .hero-grid { grid-template-columns: 1fr; grid-template-rows: none; }
    .feature--lg { grid-row: auto; min-height: 340px; }
    .feature--sm { min-height: 220px; }
    .agenda-grid { grid-template-columns: 1fr 1fr; }
    .impact-grid { grid-template-columns: 1fr; }
    .padel-grid { grid-template-columns: 1fr; }
    .stories-grid { grid-template-columns: 1fr 1fr; }
    .footer-top { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
    .cat-nav { display: none; flex-direction: column; gap: 0; }
    .cat-nav.open { display: flex; }
    .cat-nav a { padding: 12px 0; border-bottom: 1px solid var(--line); }
    .hamburger { display: flex; }
    .header-actions .btn--line { display: none; }
    .agenda-grid, .stories-grid, .quote-links, .footer-top { grid-template-columns: 1fr; }
    .feature-title h2 { font-size: 24px; }
    .news-form { flex-direction: column; }
    .footer-bottom { flex-direction: column; align-items: flex-start; }
}
