:root{--ink:#233042;--navy:#263f5e;--blue:#315a78;--cream:#fff9ed;--paper:#fffefb;--yellow:#f7c448;--orange:#ed8b43;--line:#e5dfd2;--muted:#617184;--mint:#dcefe7;--red:#9b3c31;--shadow:0 14px 34px rgba(35,48,66,.08)}
.garden{display:block;width:100%;max-height:350px;object-fit:cover;border-radius:24px;margin:-.5rem 0 2rem}
.trap{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}
.install-page{max-width:960px;margin:3rem auto;padding:0 1rem}.install-page .card{margin:auto}.install-page h1{margin-bottom:1.5rem}.install-page code{background:#f1f5f6;padding:.1rem .3rem;border-radius:4px}
*{box-sizing:border-box}html{font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:var(--cream);font-size:16px}body{margin:0;line-height:1.5}a{color:var(--navy);text-underline-offset:3px}h1,h2,h3,p{margin-top:0}h1{font-size:clamp(2rem,4vw,3rem);line-height:1.1;letter-spacing:-.035em;margin-bottom:0}h2{font-size:1.35rem;letter-spacing:-.02em}h3{font-size:1.1rem}button,.button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;background:var(--navy);color:#fff;border:1px solid var(--navy);border-radius:12px;padding:.65rem 1.1rem;font:inherit;font-weight:700;text-decoration:none;cursor:pointer}button:hover,.button:hover{background:var(--blue);color:#fff}.secondary{background:#fff;color:var(--navy);border-color:var(--line)}.secondary:hover{background:#f1f5f6;color:var(--navy)}.top{min-height:76px;background:#fff;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem clamp(1rem,4vw,3rem);border-bottom:1px solid var(--line)}.logo{text-decoration:none;display:flex;align-items:center;gap:.65rem;font-size:1.2rem;font-weight:800;color:var(--navy)}.mark{display:grid;place-items:center;width:42px;height:42px;border-radius:14px;background:var(--yellow);color:var(--navy);font-size:1.65rem}.account{display:flex;gap:1.25rem;align-items:center;font-size:.9rem}.shell{display:flex;max-width:1500px;margin:auto;min-height:calc(100vh - 140px)}nav{width:228px;flex-shrink:0;padding:2rem 1rem;border-right:1px solid var(--line);display:flex;flex-direction:column;gap:.25rem}nav a{display:block;padding:.7rem .9rem;border-radius:11px;text-decoration:none;font-weight:600;color:var(--navy)}nav a:hover,nav a.active{background:#fce9ad}main{flex:1;min-width:0;padding:clamp(1.25rem,3vw,3rem)}.pagehead{margin-bottom:2rem}.eyebrow{font-size:.8rem;text-transform:uppercase;letter-spacing:.13em;font-weight:800;color:#9a6726;margin-bottom:.4rem}.card{background:var(--paper);border:1px solid var(--line);border-radius:20px;padding:clamp(1.1rem,2vw,1.6rem);box-shadow:var(--shadow);margin-bottom:1rem}.narrow{max-width:620px}.login-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:1.5rem;align-items:stretch}.intro-panel{border-radius:24px;background:var(--navy);color:#fff;padding:clamp(2rem,5vw,4rem);min-height:420px;display:flex;flex-direction:column;justify-content:end}.intro-panel h2{font-size:clamp(2rem,4vw,3.5rem);max-width:500px;line-height:1.05}.intro-panel p{max-width:470px;font-size:1.1rem}.sun{font-size:5rem;line-height:1;color:var(--yellow);margin-bottom:auto}.hero{display:grid;grid-template-columns:1.2fr .9fr;gap:3rem;align-items:center;background:var(--yellow);border-radius:28px;padding:clamp(2rem,5vw,5rem);margin-bottom:2rem}.hero h2{font-size:clamp(2.5rem,5vw,4.5rem);line-height:1;letter-spacing:-.045em;margin:.8rem 0 1.3rem}.hero p{max-width:580px;font-size:1.12rem}.pill{background:#fff5d7;border-radius:99px;padding:.4rem .8rem;font-weight:700;font-size:.85rem}.hero-board{background:#fff;border-radius:20px;box-shadow:0 20px 40px rgba(35,48,66,.12);transform:rotate(2deg);padding:1.4rem}.board-title{font-size:1.25rem;font-weight:800;margin-bottom:1rem}.board-line{display:flex;justify-content:space-between;gap:1rem;border-top:1px solid var(--line);padding:1rem 0}.board-line b{color:var(--blue);font-size:.9rem;text-align:right}.tiles{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.tiles .card{margin:0}.stat-row{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem}.stat{background:var(--navy);color:#fff;border-radius:18px;padding:1rem 1.5rem;min-width:150px}.stat b{display:block;font-size:2rem;line-height:1.1}.stat span{font-size:.9rem}.school{margin-top:2rem}.school h2{padding-bottom:.5rem;border-bottom:3px solid var(--yellow)}.child-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(290px,1fr));gap:1rem}.child-title{display:flex;justify-content:space-between;gap:.5rem;align-items:start}.child-title h3{margin:0}.badge{display:inline-block;border-radius:99px;background:#edf0f2;color:var(--navy);padding:.3rem .65rem;font-size:.8rem;font-weight:700;white-space:nowrap}.badge.approved,.badge.collected{background:var(--mint);color:#235847}.badge.pending{background:#fff0c7;color:#765119}.badge.rejected,.badge.not_collected{background:#fce1d9;color:#86392e}.alert{background:#fff0cf;padding:.6rem;border-radius:8px;font-weight:700}.toolbar{display:flex;flex-wrap:wrap;gap:.6rem;align-items:end;margin-bottom:1rem}.toolbar form,.inline{display:flex;flex-wrap:wrap;gap:.5rem;align-items:end}.toolbar label{margin:0}form label{display:flex;flex-direction:column;gap:.35rem;font-weight:700;font-size:.9rem;margin-bottom:1rem}input,select,textarea{font:inherit;color:var(--ink);width:100%;min-height:43px;padding:.55rem .7rem;border:1px solid #bec9d0;border-radius:9px;background:#fff}textarea{min-height:95px;resize:vertical}input:focus-visible,select:focus-visible,textarea:focus-visible,a:focus-visible,button:focus-visible{outline:3px solid var(--orange);outline-offset:2px}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:1rem;align-items:end}.form-grid button{justify-self:start;margin-bottom:1rem}.form-grid textarea{grid-column:span 2}.compact label{margin:.5rem 0}.two{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}.check{flex-direction:row;align-items:center}.check input{width:18px;min-height:18px}.row{display:flex;justify-content:space-between;align-items:center;gap:1rem;border-bottom:1px solid var(--line);padding:1rem 0;flex-wrap:wrap}.row:last-child{border-bottom:0}.row p{margin:.2rem 0}.muted,small,.hint{color:var(--muted)}.empty{padding:2rem;border:1px dashed #bec9d0;border-radius:16px}.flash{background:var(--mint);padding:.85rem 1rem;border-radius:10px;margin-bottom:1rem;font-weight:700}.list-card{text-decoration:none}.list-card:hover{border-color:var(--orange)}.invoice{max-width:800px}.invoice table{width:100%;border-collapse:collapse;margin:2rem 0}.invoice th,.invoice td{text-align:left;border-bottom:1px solid var(--line);padding:.8rem}.danger{border-color:#dda99d}footer{text-align:center;color:var(--muted);padding:1.5rem}@media(max-width:950px){.shell{display:block}nav{width:auto;border-right:0;border-bottom:1px solid var(--line);flex-direction:row;overflow:auto;white-space:nowrap;padding:.5rem}.login-grid,.hero{grid-template-columns:1fr}.tiles{grid-template-columns:repeat(2,minmax(0,1fr))}.intro-panel{min-height:280px}.hero-board{transform:none}}@media(max-width:650px){.top{align-items:flex-start}.account{flex-direction:column;align-items:flex-end;gap:.1rem}.account span{font-size:.75rem}.tiles,.form-grid{grid-template-columns:1fr}.form-grid textarea{grid-column:auto}.hero{padding:2rem}.hero h2{font-size:2.6rem}.board-line{display:block}.board-line b{display:block;text-align:left}.row{align-items:flex-start}.inline{width:100%}}@media print{nav,.top,.pagehead,footer,.invoice button{display:none}body,html{background:#fff}.shell{display:block}.invoice{box-shadow:none;border:0;max-width:none}}
.public-nav{width:100%;max-width:1300px;margin:auto;display:flex;flex-direction:row;flex-wrap:wrap;gap:.25rem;padding:.65rem 1rem;border-right:0;border-bottom:1px solid var(--line)}
.public-nav a{white-space:nowrap}
.public-main{max-width:1300px;margin:auto;padding:clamp(1.25rem,3vw,3rem);min-height:60vh}
.public-main .hero h1{font-size:clamp(2.35rem,5vw,4.3rem);line-height:1.05;margin:.8rem 0 1.2rem}
.hero-photo{display:block;width:100%;height:auto;max-height:440px;object-fit:cover;border-radius:20px;box-shadow:var(--shadow)}
.public-intro{max-width:750px;margin:1rem 0 2rem}.public-intro h1{margin-bottom:1rem}.public-intro p{font-size:1.1rem}
.public-main .tiles{margin:1.5rem 0}.public-main .card{height:100%}
.pickup-entry{display:grid;grid-template-columns:minmax(200px,1fr) minmax(270px,2fr);gap:1rem;padding:1.1rem 0;border-top:1px solid var(--line)}
.pickup-entry h3{margin-bottom:.25rem}.pickup-entry p{margin-bottom:.5rem}.pickup-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.4rem 1rem}.pickup-form label{margin-bottom:.25rem}.pickup-form button{align-self:end}.incident{border-top:1px solid var(--line);padding:1.2rem 0}.incident p{max-width:75ch}
@media(max-width:750px){.pickup-entry{grid-template-columns:1fr}.pickup-form{grid-template-columns:1fr 1fr}}
@media(max-width:520px){.pickup-form{grid-template-columns:1fr}.public-nav{overflow:auto;flex-wrap:nowrap}}
.audience-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.audience-grid .card{margin:0}
@media(max-width:650px){.audience-grid{grid-template-columns:1fr}}
.form-grid .full{grid-column:1/-1}.form-grid label.check.full{justify-content:flex-start;align-items:flex-start;flex-wrap:wrap}.form-grid label.check.full input{flex:0 0 auto;margin-top:.2rem}.form-grid label.check.full a{margin:0 .15rem}
.home-hero{margin-bottom:1rem}.home-hero p.home-hero-note{font-size:.95rem;margin:1rem 0 0;font-weight:700;color:#3f4c52}.home-actions{display:flex;flex-wrap:wrap;gap:.7rem;margin-top:1.5rem}.home-benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:3rem}.home-benefits div{background:#fff;border:1px solid var(--line);border-radius:18px;padding:1.2rem 1.5rem;box-shadow:var(--shadow)}.home-benefits strong{display:block;color:var(--navy);font-size:1.7rem;line-height:1.15}.home-benefits span{color:var(--muted)}.home-included{scroll-margin-top:1rem;margin-bottom:2rem}.home-section-head{display:flex;align-items:end;justify-content:space-between;gap:2rem;margin-bottom:1.25rem}.home-section-head h2{font-size:clamp(1.8rem,3.5vw,2.7rem);margin-bottom:.6rem}.home-section-head p{max-width:640px;margin-bottom:0}.home-price{min-width:210px;background:var(--navy);color:#fff;border-radius:22px;padding:1.25rem 1.4rem;box-shadow:var(--shadow)}.home-price span,.home-price small{display:block}.home-price strong{display:block;font-size:2.2rem;line-height:1.2}.home-price small{color:#dbe9f0}.home-table-scroll{overflow-x:auto;border:1px solid var(--line);border-radius:20px;background:var(--paper);box-shadow:var(--shadow)}.home-feature-table{width:100%;min-width:650px;border-collapse:collapse}.home-feature-table th,.home-feature-table td{text-align:left;vertical-align:top;padding:1rem 1.2rem;border-bottom:1px solid var(--line)}.home-feature-table thead{background:#e7f2ec;color:var(--navy)}.home-feature-table thead th{font-size:.85rem;text-transform:uppercase;letter-spacing:.055em}.home-feature-table tbody tr:last-child>*{border-bottom:0}.home-feature-table tbody tr:nth-child(even){background:#fffaf0}.home-feature-table tbody th{width:125px;color:var(--navy)}.home-feature-table tbody td:nth-child(2){font-weight:700;width:43%}.home-table-note{margin:.75rem 0 0;color:var(--muted);font-size:.9rem}.home-final{display:flex;align-items:center;justify-content:space-between;gap:2rem;background:var(--mint);border-radius:24px;padding:clamp(1.5rem,4vw,3rem);margin:2rem 0}.home-final h2{font-size:clamp(1.6rem,3vw,2.4rem)}.home-final p:last-child{max-width:700px;margin-bottom:0}.home-final .button{flex-shrink:0}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(max-width:760px){.home-benefits{grid-template-columns:1fr}.home-section-head,.home-final{display:block}.home-price{margin-top:1.25rem;max-width:290px}.home-final .button{margin-top:1.25rem}}
.password-rules{font-size:.82rem;font-weight:400;color:var(--muted)}.password-strength{display:block;width:100%;font-size:.85rem;font-weight:700;color:var(--muted)}.password-strength[data-level="zwak"]{color:#9b3c31}.password-strength[data-level="normaal"]{color:#765119}.password-strength[data-level="sterk"]{color:#235847}.password-strength[data-level="super-sterk"]{color:#155b68}
.audience-section{margin:2.5rem 0;scroll-margin-top:1rem}.audience-section .home-feature-table{min-width:540px}.audience-section .home-feature-table th:first-child{width:28%}.price-hero{grid-template-columns:1.4fr .6fr}.price-hero .home-price{background:var(--navy)}@media(max-width:750px){.price-hero{grid-template-columns:1fr}.audience-section .home-feature-table{min-width:480px}}
/* Private gallery thumbnails; the image endpoint checks current consent on every request. */
.gallery-photo{display:block;width:100%;max-height:260px;object-fit:cover;border-radius:12px}
