@font-face { font-family: 'Outfit'; font-style: normal; font-weight: 300; font-display: swap; src: url('/assets/fonts/outfit-300.ttf') format('truetype'); }
@font-face { font-family: 'Outfit'; font-style: normal; font-weight: 400; font-display: swap; src: url('/assets/fonts/outfit-400.ttf') format('truetype'); }
@font-face { font-family: 'Outfit'; font-style: normal; font-weight: 500; font-display: swap; src: url('/assets/fonts/outfit-500.ttf') format('truetype'); }
@font-face { font-family: 'DM Sans'; font-style: normal; font-weight: 400; font-display: swap; src: url('/assets/fonts/dm-sans-400.ttf') format('truetype'); }
:root {
  color-scheme: light;
  --paper: #f7f5ed;
  --ink: #222522;
  --rule: #cbcfc6;
  --coral: #ff876c;
  --lilac: #cab9ed;
  --green: #d5ee82;
  --yellow: #f5cf66;
  --blue: #227ac8;
  --red: #e75450;
  --gold: #b47b00;
  --display: 'Outfit', 'Century Gothic', 'Trebuchet MS', sans-serif;
  --body: 'DM Sans', Arial, sans-serif;
  font-family: var(--body);
  font-size: 16px;
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
  scroll-padding-top: 2rem;
}
* { box-sizing: border-box; }
body { margin: 0; color: var(--ink); background: var(--paper); }
h1, h2, h3, p { margin: 0; overflow-wrap: anywhere; }
a { color: inherit; text-decoration: none; }
a, summary { -webkit-tap-highlight-color: transparent; }
a:focus-visible, summary:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible { outline: 3px solid var(--blue); outline-offset: 5px; border-radius: 3px; }
button, summary, a { touch-action: manipulation; }
img { max-width: 100%; display: block; }
svg { display: block; flex-shrink: 0; }
.skip-link { position: absolute; top: 1rem; left: 1rem; z-index: 10; transform: translateY(-160%); background: var(--ink); color: var(--paper); padding: .9rem 1.3rem; border-radius: 4px; }
.skip-link:focus { transform: translateY(0); }
.site-shell { max-width: 1600px; margin: 0 auto; padding: 0 clamp(20px, 2.6vw, 46px); }
.header { min-height: 94px; padding: 23px 18px; border-bottom: 1px solid var(--ink); display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.wordmark { font-family: var(--display); font-weight: 500; font-size: 2.1rem; line-height: 1; letter-spacing: .025em; display: inline-flex; align-items: center; gap: .65rem; }
.brand-dots { display: inline-flex; gap: .45rem; }
.brand-dots i { display: block; width: .95rem; height: .95rem; border-radius: 50%; background: var(--coral); }
.brand-dots i:nth-child(2) { background: var(--lilac); }
.brand-dots i:nth-child(3) { background: var(--green); }
.header nav { display: flex; gap: clamp(28px, 5vw, 68px); }
.header nav a { display: inline-block; font-size: 1.0625rem; padding: .6rem 0; position: relative; }
.header nav a::after { content: ''; position: absolute; left: 0; right: 0; bottom: .3rem; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: left; transition: transform .18s ease; }
.header nav a:hover::after, .header nav a:focus-visible::after, .header nav a[aria-current="page"]::after { transform: scaleX(1); }
.hero { display: grid; grid-template-columns: 1.1fr 1fr; align-items: center; gap: 0; padding: clamp(26px, 3vw, 50px) 18px clamp(30px, 3.5vw, 58px); }
.hero-copy { position: relative; z-index: 1; padding: 32px 0 18px; }
.eyebrow { text-transform: uppercase; font-size: .875rem; font-weight: 400; letter-spacing: .17em; line-height: 1.6; }
.hero .eyebrow { margin-bottom: 19px; }
h1 { font-family: var(--display); font-weight: 500; font-size: clamp(3.1rem, 7.25vw, 7.5rem); line-height: .99; letter-spacing: -.055em; }
.hero-intro { max-width: 510px; margin-top: 31px; font-size: clamp(1.0625rem, 2.15vw, 1.72rem); line-height: 1.4; letter-spacing: -.025em; padding-right: 30px; }
.primary-link { margin-top: 34px; display: inline-flex; gap: 19px; align-items: center; justify-content: center; padding: 17px 25px; border: 1px solid var(--ink); border-radius: 100px; background: var(--ink); color: var(--paper); font-size: 1.0625rem; line-height: 1.35; transition: background .18s, color .18s, transform .18s; }
.primary-link:hover { background: var(--paper); color: var(--ink); transform: translateY(-2px); }
.hero-art { min-width: 0; display: flex; align-items: center; justify-content: center; }
.hero-art img { width: 100%; height: auto; }
.practices { margin: 0; padding: 22px clamp(18px, 5vw, 75px); list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 20px; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.practices li { display: flex; gap: 17px; align-items: center; text-transform: uppercase; font-size: .875rem; letter-spacing: .16em; line-height: 1.4; }
.practices li span { width: 19px; height: 19px; border-radius: 50%; flex-shrink: 0; background: var(--coral); }
.practices li:nth-child(2) span { background: var(--lilac); }
.practices li:nth-child(3) span { background: var(--green); }
.practices li:nth-child(4) span { background: var(--yellow); }
.practices a { display: inline-flex; align-items: center; gap: .65rem; padding-block: .35rem; }
.practices a:hover { text-decoration: underline; text-underline-offset: .3em; }
.editions { padding-top: 36px; padding-bottom: 22px; }
.section-heading { padding: 0 15px 27px; display: flex; justify-content: space-between; align-items: baseline; gap: 28px; }
.section-heading h2 { font-family: var(--display); font-size: clamp(2rem, 4.5vw, 4.7rem); letter-spacing: -.045em; line-height: 1.12; font-weight: 500; }
.section-heading p { font-size: 1rem; white-space: nowrap; }
.edition-grid { border-top: 1px solid var(--rule); padding-top: 10px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.edition { min-width: 0; position: relative; }
.edition + .edition { border-left: 1px solid var(--rule); }
.edition summary { min-height: 345px; padding: 32px clamp(16px, 2vw, 31px) 25px; position: relative; list-style: none; cursor: pointer; display: flex; flex-direction: column; }
.edition summary::-webkit-details-marker { display: none; }
.edition summary::marker { content: ''; }
.edition-brand { font-family: var(--display); font-size: clamp(1.7rem, 3.1vw, 3rem); font-weight: 300; line-height: 1.05; letter-spacing: -.05em; position: relative; z-index: 1; }
.edition-title { font-family: var(--display); font-size: clamp(1.6rem, 3.55vw, 3.55rem); font-weight: 500; line-height: 1.12; letter-spacing: -.04em; margin-top: 4px; color: var(--blue); position: relative; z-index: 1; overflow-wrap: anywhere; }
.waardigheid .edition-title { color: var(--red); font-size: clamp(1.4rem, 2.75vw, 2.75rem); margin-top: 10px; }
.geluk .edition-title { color: var(--gold); }
.edition-bottom { display: flex; align-items: flex-end; justify-content: space-between; gap: 12px; margin-top: auto; padding-top: 35px; }
.edition-question { text-transform: uppercase; font-size: .875rem; line-height: 1.6; letter-spacing: .17em; }
.edition-meta { display: flex; flex-wrap: wrap; justify-content: space-between; gap: .35rem 1rem; margin-top: 21px; padding-top: 14px; border-top: 1px solid var(--rule); font-size: .9375rem; line-height: 1.5; }
.edition-meta > span { white-space: nowrap; }
.edition-meta > span > span { margin-inline: .15rem; }
.edition-arrow { transition: transform .2s ease; }
.edition summary:hover .edition-arrow { transform: translate(3px,-3px); }
.edition[open] .edition-arrow { transform: rotate(135deg); }
.theme-art { position: absolute; right: clamp(15px, 2.3vw, 37px); top: 10px; width: 105px; height: 108px; pointer-events: none; transform-origin: top right; }
.theme-art i { display: block; position: absolute; }
.vrede-art i:nth-child(1) { width: 66px; height: 72px; left: 29px; top: 0; border-radius: 50%; background: #8ac0f8; opacity: .72; transform: rotate(-17deg); }
.vrede-art i:nth-child(2) { width: 69px; height: 70px; left: 0; top: 40px; border-radius: 50%; background: #0873da; opacity: .86; }
.vrede-art i:nth-child(3) { width: 27px; height: 27px; right: 0; bottom: 6px; border-radius: 50%; background: #ffb300; }
.waardigheid-art { width: 104px; height: 98px; }
.waardigheid-art i:nth-child(1) { width: 96px; height: 65px; top: 9px; left: 0; border-radius: 37% 58% 38% 31%; background: #ff879e; opacity: .76; transform: rotate(-27deg); }
.waardigheid-art i:nth-child(2) { width: 57px; height: 57px; right: 0; top: 32px; border-radius: 48% 30% 27% 47%; background: #ff5349; opacity: .8; transform: rotate(-15deg); }
.waardigheid-art i:nth-child(3) { width: 49px; height: 62px; right: 17px; top: 50px; border-radius: 48%; background: #ff879e; opacity: .45; transform: rotate(-25deg); }
.geluk-art { width: 121px; height: 116px; }
.sun-disc { width: 78px; height: 78px; border-radius: 50%; left: 0; top: 29px; background: #ffc03e; }
.sun-ray { width: 5px; height: 22px; border-radius: 5px; background: #ffb300; }
.sun-ray.r1 { left: 79px; top: 1px; transform: rotate(32deg); }
.sun-ray.r2 { left: 108px; top: 30px; transform: rotate(66deg); }
.sun-ray.r3 { left: 112px; top: 64px; transform: rotate(98deg); }
.sun-ray.r4 { left: 94px; top: 100px; transform: rotate(135deg); }
.edition-detail { padding: 0 clamp(16px, 2vw, 31px) 26px; max-width: 42rem; }
.edition-detail h3 { font-family: var(--display); font-size: 1.25rem; font-weight: 500; line-height: 1.25; margin: 0 0 .75rem; }
.edition-detail p { font-size: 1rem; line-height: 1.6; }
.idea { background: var(--green); margin-inline: calc(-1 * clamp(20px, 2.6vw, 46px)); padding: 37px clamp(38px, 4.8vw, 77px) 42px; display: grid; grid-template-columns: 1.15fr 1fr; align-items: center; gap: 55px; }
.idea .eyebrow { margin-bottom: 16px; font-size: .8125rem; }
.idea-about-link { display: inline-block; text-decoration: underline; text-underline-offset: .3em; }
.idea h2 { font-family: var(--display); font-size: clamp(2.45rem, 4.6vw, 4.6rem); font-weight: 500; line-height: 1.01; letter-spacing: -.05em; }
.idea-copy { font-size: clamp(1.125rem, 2vw, 1.7rem); line-height: 1.45; letter-spacing: -.025em; max-width: 31rem; }
.footer { border-top: 1px solid var(--ink); padding: 22px 17px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.footer .wordmark { font-size: 1.375rem; }
.footer .brand-dots { gap: .25rem; }
.footer .brand-dots i { width: .7rem; height: .7rem; }
.footer > span { font-size: .9375rem; }
.about-intro { display: grid; grid-template-columns: 1fr 1.15fr; gap: clamp(32px, 6vw, 100px); padding: clamp(48px, 7vw, 105px) 18px; align-items: start; }
.about-heading .eyebrow { margin-bottom: 24px; }
.about-heading h1 { font-size: clamp(3.8rem, 8vw, 7.8rem); }
.about-period { color: #d4533b; }
.about-copy { max-width: 42rem; font-size: clamp(1.0625rem, 1.65vw, 1.4rem); line-height: 1.65; padding-top: 5px; }
.about-copy p + p { margin-top: 1.4em; }
.contact-section { background: var(--green); margin-inline: calc(-1 * clamp(20px, 2.6vw, 46px)); padding: clamp(35px, 5.2vw, 80px) clamp(38px, 4.8vw, 77px); display: grid; grid-template-columns: 1fr 1.15fr; gap: clamp(32px, 6vw, 100px); }
.contact-heading .eyebrow { margin-bottom: 18px; }
.contact-heading h2 { font-family: var(--display); font-weight: 500; font-size: clamp(2.7rem, 5vw, 5rem); line-height: 1.04; letter-spacing: -.045em; }
.contact-heading > p:last-child { font-size: 1.125rem; line-height: 1.6; max-width: 23rem; margin-top: 24px; }
.contact-form { min-width: 0; }
.contact-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.form-field { min-width: 0; margin-bottom: 22px; }
.form-field label { display: block; margin-bottom: 9px; font-size: 1rem; }
.form-field input, .form-field textarea { width: 100%; max-width: 100%; padding: 14px; font: inherit; font-size: 1rem; line-height: 1.5; color: var(--ink); background: var(--paper); border: 1px solid #747e5f; border-radius: 6px; }
.form-field textarea { resize: vertical; min-height: 150px; }
.form-note { font-size: .875rem; line-height: 1.5; max-width: 33rem; }
.contact-form .primary-link { font-family: var(--body); margin-top: 23px; cursor: pointer; }
.contact-form .primary-link:disabled { opacity: .65; cursor: wait; transform: none; }
.form-trap { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
.form-status { font-size: 1rem; line-height: 1.55; margin-top: 18px; }
.form-status:empty { display: none; }
.form-status[data-state="error"] { color: #84291c; }
@media (min-width: 1450px) {
  .edition summary { min-height: 385px; }
  .theme-art { transform: scale(1.15); top: 15px; }
}
@media (max-width: 1080px) and (min-width: 721px) {
  .theme-art { transform: scale(.78); right: 12px; top: 15px; }
  .edition-brand { font-size: 2rem; }
  .edition-title { font-size: 2.15rem; }
  .waardigheid .edition-title { font-size: 1.85rem; }
  .edition-question { font-size: .8125rem; letter-spacing: .11em; }
  .edition summary { min-height: 345px; padding-top: 48px; }
  .contact-fields { grid-template-columns: 1fr; gap: 0; }
  .section-heading { align-items: flex-start; flex-direction: column; gap: 12px; }
}
@media (max-width: 720px) {
  :root { scroll-padding-top: 1rem; }
  .site-shell { padding-inline: 20px; }
  .header { min-height: 84px; padding: 20px 0; gap: 1rem; flex-wrap: wrap; }
  .wordmark { font-size: 1.65rem; gap: .45rem; }
  .brand-dots { gap: .3rem; }
  .brand-dots i { width: .7rem; height: .7rem; }
  .header nav { gap: 22px; }
  .header nav a { font-size: .9375rem; padding-block: .55rem; }
  .hero { grid-template-columns: 1fr; padding: 35px 4px 22px; gap: 7px; }
  .hero-copy { padding: 0; }
  .eyebrow { font-size: .75rem; }
  .hero .eyebrow { margin-bottom: 20px; }
  h1 { font-size: clamp(3rem, 11.7vw, 5.8rem); letter-spacing: -.052em; }
  .hero-intro { margin-top: 24px; padding-right: 0; font-size: 1.2rem; line-height: 1.45; max-width: 31rem; }
  .primary-link { margin-top: 24px; padding: 15px 22px; font-size: 1rem; }
  .hero-art { max-width: 500px; justify-self: center; width: 100%; margin-top: 20px; }
  .practices { display: grid; grid-template-columns: 1fr 1fr; gap: 18px 20px; padding: 22px 9px; }
  .practices li { font-size: .875rem; letter-spacing: .055em; gap: 10px; }
  .practices a { gap: .35rem; }
  .practices li span { width: 15px; height: 15px; }
  .editions { padding-top: 30px; padding-bottom: 19px; }
  .section-heading { flex-direction: column; align-items: flex-start; gap: 13px; padding: 0 4px 24px; }
  .section-heading h2 { font-size: clamp(2rem, 7.2vw, 3.4rem); }
  .section-heading p { font-size: .9375rem; white-space: normal; }
  .edition-grid { grid-template-columns: 1fr; padding-top: 0; }
  .edition + .edition { border-left: 0; border-top: 1px solid var(--rule); }
  .edition summary { min-height: 310px; padding: 27px 6px 27px; }
  .edition-brand { font-size: 2.4rem; }
  .edition-title { font-size: 2.7rem; }
  .waardigheid .edition-title { font-size: 2.25rem; margin-top: 10px; }
  .theme-art { right: 7px; top: 24px; transform: scale(.92); }
  .edition-bottom { padding-top: 29px; }
  .edition-question { font-size: .875rem; }
  .edition-detail { padding: 0 6px 28px; }
  .idea { margin-inline: -20px; padding: 31px 24px 35px; grid-template-columns: 1fr; gap: 26px; }
  .idea h2 { font-size: clamp(2.3rem, 8.5vw, 4rem); }
  .idea .eyebrow { font-size: .75rem; margin-bottom: 17px; }
  .idea-copy { font-size: 1.1875rem; max-width: 35rem; }
  .footer { padding: 21px 2px; }
  .footer .wordmark { font-size: 1.25rem; }
  .footer > span { font-size: .875rem; }
  .about-intro { grid-template-columns: 1fr; padding: 42px 4px; gap: 30px; }
  .about-heading h1 { font-size: clamp(3.7rem, 14vw, 6rem); }
  .about-copy { font-size: 1.125rem; padding-top: 0; }
  .contact-section { grid-template-columns: 1fr; margin-inline: -20px; padding: 35px 24px; gap: 28px; }
  .contact-heading h2 { font-size: clamp(2.7rem, 9vw, 4.5rem); }
  .contact-fields { grid-template-columns: 1fr; gap: 0; }
}
@media (max-width: 370px) {
  .header { gap: 9px; }
  .header nav { gap: 24px; width: 100%; }
  .practices { gap: 12px; padding-inline: 0; }
  .practices li { gap: 7px; letter-spacing: 0; }
  .theme-art { transform: scale(.68); right: 3px; }
  .edition-brand { font-size: 2.1rem; }
  .waardigheid .edition-title { font-size: 2rem; }
  .footer .wordmark { font-size: 1.125rem; gap: .4rem; }
  .footer .brand-dots { gap: .2rem; }
  .footer .brand-dots i { width: .5rem; height: .5rem; }
}
@media (prefers-reduced-motion: reduce) {
  :root { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
