/*
Theme Name: ADHD Hatsiki Holadijee
Theme URI: https://adhdhatsikiholadijee.nl
Author: Perplexity
Description: Vrolijk, stoer en toegankelijk WordPress blogthema gebaseerd op het aangeleverde logo, foto en huisstijl.
Version: 1.0
Text Domain: adhdhatsiki
*/

:root {
  --brand-pink: #FF66B2;
  --brand-blue: #89CFF0;
  --brand-dark: #071427;
  --brand-dark-2: #0d1d38;
  --brand-surface: #ffffff;
  --brand-surface-alt: #f7f8fc;
  --brand-text: #132033;
  --brand-text-soft: #536176;
  --brand-line: rgba(19, 32, 51, 0.12);
  --brand-focus: #ffd54f;
  --radius-sm: 12px;
  --radius-md: 20px;
  --radius-lg: 32px;
  --shadow-soft: 0 12px 30px rgba(7, 20, 39, 0.08);
  --shadow-strong: 0 16px 40px rgba(7, 20, 39, 0.2);
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 20px;
  --space-6: 24px;
  --space-8: 32px;
  --space-10: 40px;
  --space-12: 48px;
  --space-16: 64px;
  --space-20: 80px;
  --content: 1180px;
  --font-main: 'Montserrat', Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-main);
  color: var(--brand-text);
  background: var(--brand-surface-alt);
  line-height: 1.7;
  font-size: 18px;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--brand-pink); }
a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: 3px solid var(--brand-focus);
  outline-offset: 3px;
}
.screen-reader-text {
  border: 0; clip: rect(1px,1px,1px,1px); clip-path: inset(50%);
  height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px;
}
.screen-reader-text:focus {
  clip: auto !important; clip-path: none; height: auto; width: auto;
  background: #fff; color: #000; left: 10px; top: 10px; padding: 12px 16px; z-index: 9999;
}
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(7,20,39,.92); backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.container {
  width: min(calc(100% - 32px), var(--content));
  margin: 0 auto;
}
.header-inner {
  min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px;
}
.brand-lockup {
  display: inline-flex; align-items: center; gap: 14px;
}
.brand-badge {
  width: 54px; height: 54px; border-radius: 18px;
  background: linear-gradient(135deg, var(--brand-pink), var(--brand-blue));
  box-shadow: var(--shadow-soft);
}
.brand-text strong, .footer-brand strong { display: block; font-size: 1rem; letter-spacing: .08em; text-transform: uppercase; color: #fff; }
.brand-text span, .footer-brand span { font-size: .9rem; color: rgba(255,255,255,.72); }
.main-nav ul {
  display: flex; flex-wrap: wrap; gap: 8px; list-style: none; margin: 0; padding: 0;
}
.main-nav a {
  color: #fff; font-weight: 600; padding: 12px 16px; border-radius: 999px;
}
.main-nav a:hover, .main-nav .current-menu-item a { background: rgba(255,255,255,.12); }
.header-actions { display: flex; align-items: center; gap: 12px; }
.button, button, input[type="submit"] {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 48px; padding: 12px 22px; border-radius: 999px; border: 0;
  font-weight: 700; font-family: var(--font-main); cursor: pointer; transition: .2s ease;
}
.button-primary { background: var(--brand-pink); color: #fff; box-shadow: var(--shadow-soft); }
.button-primary:hover { background: #f549a5; color: #fff; transform: translateY(-1px); }
.button-secondary { background: var(--brand-blue); color: #08111f; }
.button-secondary:hover { background: #72c5ee; color: #08111f; }
.hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at top right, rgba(137,207,240,.18), transparent 30%),
    radial-gradient(circle at top left, rgba(255,102,178,.16), transparent 26%),
    linear-gradient(180deg, var(--brand-dark) 0%, var(--brand-dark-2) 100%);
  color: #fff;
}
.hero::before,
.hero::after {
  content: ""; position: absolute; inset: auto;
  width: 280px; height: 90px; filter: blur(0.4px);
  opacity: .9; z-index: 1;
}
.hero::before {
  left: -30px; bottom: 165px;
  background: linear-gradient(90deg, rgba(255,102,178,.95), rgba(255,102,178,.1));
  clip-path: polygon(0 55%, 10% 36%, 20% 48%, 32% 30%, 42% 44%, 56% 22%, 70% 40%, 86% 20%, 100% 34%, 100% 72%, 0 86%);
}
.hero::after {
  right: -40px; bottom: 125px;
  background: linear-gradient(90deg, rgba(137,207,240,.2), rgba(137,207,240,1));
  clip-path: polygon(0 38%, 14% 20%, 30% 38%, 40% 26%, 50% 42%, 66% 24%, 78% 44%, 88% 34%, 100% 44%, 100% 78%, 0 90%);
}
.hero-inner {
  position: relative; z-index: 2;
  display: grid; grid-template-columns: 1.05fr .95fr; gap: 36px; align-items: end;
  padding: 56px 0 48px;
}
.hero-copy { padding: 28px 0 18px; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px; margin-bottom: 18px;
  padding: 9px 14px; border-radius: 999px; background: rgba(255,255,255,.1); font-weight: 700; font-size: .85rem; letter-spacing: .04em; text-transform: uppercase;
}
.logo-stack { margin-bottom: 24px; line-height: .92; }
.logo-stack .line-adhd {
  display: block; font-size: clamp(54px, 8vw, 96px); font-weight: 700; color: var(--brand-pink);
  text-shadow: 0 3px 0 rgba(0,0,0,.45), 0 0 18px rgba(255,102,178,.18);
}
.logo-stack .line-hatsiki {
  display: block; font-size: clamp(58px, 9vw, 110px); font-weight: 700; color: var(--brand-blue);
  text-shadow: 0 3px 0 rgba(0,0,0,.55), 0 0 18px rgba(137,207,240,.2);
}
.logo-stack .line-domain {
  display: block; font-size: clamp(28px, 4vw, 46px); font-weight: 400; color: var(--brand-pink);
  margin-top: 6px; text-shadow: 0 3px 0 rgba(0,0,0,.45);
}
.hero-copy p {
  max-width: 38rem; font-size: 1.05rem; color: rgba(255,255,255,.82); margin: 0 0 28px;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.hero-media {
  position: relative; display: flex; align-items: end; justify-content: center;
}
.hero-photo-wrap {
  position: relative; border-radius: 34px; overflow: hidden; box-shadow: var(--shadow-strong);
  background: linear-gradient(135deg, rgba(255,102,178,.3), rgba(137,207,240,.2));
}
.hero-photo-wrap::after {
  content: ""; position: absolute; inset: auto 0 0; height: 24%;
  background: linear-gradient(180deg, transparent, rgba(7,20,39,.24));
}
.hero-photo {
  width: min(100%, 500px); aspect-ratio: 4 / 5; object-fit: cover; object-position: center top;
}
.hero-note {
  position: absolute; left: -8px; bottom: 24px; max-width: 220px;
  background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.16); color: #fff;
  backdrop-filter: blur(10px); border-radius: 22px; padding: 16px 18px; box-shadow: var(--shadow-soft);
}
.hero-note strong { display: block; margin-bottom: 6px; font-size: .95rem; }
.section {
  padding: 72px 0;
}
.section-light { background: var(--brand-surface-alt); }
.section-white { background: #fff; }
.section-heading {
  display: flex; justify-content: space-between; gap: 24px; align-items: end; margin-bottom: 28px;
}
.section-heading h2 {
  margin: 0; font-size: clamp(2rem, 4vw, 3rem); line-height: 1.02; color: var(--brand-dark);
}
.section-heading p { margin: 0; max-width: 34rem; color: var(--brand-text-soft); }
.posts-grid {
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px;
}
.card {
  background: #fff; border-radius: 28px; overflow: hidden; box-shadow: var(--shadow-soft); border: 1px solid var(--brand-line);
}
.card-media {
  height: 220px;
  background: linear-gradient(135deg, rgba(255,102,178,.9), rgba(137,207,240,.9));
  position: relative;
}
.card-media::after {
  content: ""; position: absolute; inset: auto 18px 18px 18px; height: 34px;
  background: rgba(7,20,39,.82);
  clip-path: polygon(0 52%, 8% 34%, 16% 48%, 28% 28%, 38% 46%, 52% 20%, 66% 40%, 80% 26%, 100% 38%, 100% 100%, 0 100%);
}
.card-body { padding: 24px; }
.badge {
  display: inline-flex; align-items: center; min-height: 32px; padding: 8px 12px;
  border-radius: 999px; font-size: .78rem; font-weight: 700; text-transform: uppercase; letter-spacing: .05em;
  background: rgba(255,102,178,.12); color: #b81b70;
}
.card h3 { margin: 14px 0 10px; font-size: 1.35rem; line-height: 1.2; }
.card p { margin: 0 0 16px; color: var(--brand-text-soft); font-size: .97rem; }
.meta { font-size: .85rem; color: var(--brand-text-soft); }
.category-grid {
  display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px;
}
.category-card {
  background: linear-gradient(180deg, #fff 0%, #f8fbff 100%);
  border: 1px solid var(--brand-line); border-radius: 24px; padding: 24px; box-shadow: var(--shadow-soft);
}
.category-card:nth-child(2n) { background: linear-gradient(180deg, #fff 0%, #fff7fb 100%); }
.category-card h3 { margin-top: 12px; margin-bottom: 10px; font-size: 1.15rem; }
.icon-burst {
  width: 54px; height: 54px; border-radius: 18px; background: var(--brand-dark); position: relative;
}
.icon-burst::before, .icon-burst::after {
  content: ""; position: absolute; inset: 12px; border-radius: 14px;
}
.icon-burst::before { background: var(--brand-pink); clip-path: polygon(50% 0, 65% 35%, 100% 50%, 65% 65%, 50% 100%, 35% 65%, 0 50%, 35% 35%); }
.icon-burst::after { inset: 18px; background: var(--brand-blue); clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%); }
.content-wrap {
  display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 32px;
}
.content-area article,
.sidebar-card,
.page-card {
  background: #fff; border-radius: 28px; border: 1px solid var(--brand-line); box-shadow: var(--shadow-soft);
}
.post-card-inner,
.page-card-inner,
.sidebar-card { padding: 28px; }
.entry-title, .page-title { font-size: clamp(2rem, 4vw, 3.3rem); line-height: 1.04; margin: 0 0 18px; color: var(--brand-dark); }
.entry-content, .page-content { color: var(--brand-text); }
.entry-content p, .page-content p { margin: 0 0 1.1em; }
.entry-content h2, .entry-content h3, .page-content h2, .page-content h3 { color: var(--brand-dark); margin-top: 1.6em; }
.wp-block-image img, .featured-image { border-radius: 24px; }
.widget-title { margin-top: 0; margin-bottom: 14px; font-size: 1.15rem; color: var(--brand-dark); }
.widget ul { list-style: none; padding: 0; margin: 0; }
.widget li + li { margin-top: 12px; }
.search-form,
.wp-block-search__inside-wrapper {
  display: flex; gap: 10px;
}
input[type="search"], input[type="text"], input[type="email"], textarea {
  width: 100%; min-height: 50px; border-radius: 16px; border: 1px solid var(--brand-line); padding: 12px 16px; font-family: var(--font-main);
}
textarea { min-height: 160px; }
.site-footer {
  background: var(--brand-dark); color: #fff; padding: 40px 0 60px; margin-top: 0;
}
.footer-grid {
  display: grid; grid-template-columns: 1.1fr .9fr .9fr; gap: 30px; align-items: start;
}
.footer-brand p, .footer-col p, .footer-col a { color: rgba(255,255,255,.76); }
.footer-col h3 { margin-top: 0; margin-bottom: 14px; font-size: 1.1rem; }
.footer-col ul { list-style: none; margin: 0; padding: 0; }
.footer-col li + li { margin-top: 10px; }
.copyright {
  margin-top: 28px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.6); font-size: .9rem;
}
.archive-grid {
  display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px;
}
.comment-list { list-style: none; padding: 0; }
.comment-body { background: #fff; border-radius: 20px; padding: 20px; border: 1px solid var(--brand-line); }
@media (max-width: 1100px) {
  .hero-inner, .content-wrap, .footer-grid { grid-template-columns: 1fr; }
  .posts-grid, .category-grid, .archive-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
}
@media (max-width: 760px) {
  body { font-size: 16px; }
  .header-inner { min-height: 76px; flex-wrap: wrap; padding: 12px 0; }
  .main-nav { width: 100%; overflow-x: auto; }
  .main-nav ul { width: max-content; padding-bottom: 4px; }
  .hero-inner { padding-top: 32px; }
  .hero-note { position: static; margin-top: 16px; max-width: none; }
  .posts-grid, .category-grid, .archive-grid { grid-template-columns: 1fr; }
  .section { padding: 54px 0; }
  .section-heading { flex-direction: column; align-items: start; }
  .button, button, input[type="submit"] { width: 100%; }
  .hero-actions { flex-direction: column; }
}
