/* Theme: Holland Fresh — cream + navy + NL-orange, pill-shapes */
[data-theme="holland"] {
    --bg: #F7F2EA;
    --bg-alt: #EFE7DA;
    --bg-card: #FFFBF4;
    --fg: #1A2247;
    --fg-muted: rgba(26, 34, 71, 0.64);
    --accent: #FF6B35;
    --accent-dark: #E85A28;
    --accent-contrast: #FFFFFF;
    --accent-glow: rgba(255, 107, 53, 0.18);
    --border: rgba(26, 34, 71, 0.14);

    --font-head: "Bricolage Grotesque", system-ui, sans-serif;
    --font-body: "Public Sans", system-ui, sans-serif;
    --font-weight-head: 800;
    --font-weight-body: 400;

    --radius: 22px;
    --radius-sm: 14px;
    --stroke: 0;

    --section-pad: clamp(4rem, 10vw, 8rem);
    --photo-filter: saturate(1.15) contrast(1.03);
    --shadow-card: 0 1px 2px rgba(0,0,0,0.04), 0 14px 30px rgba(26,34,71,0.12);
    --shadow-lg: 0 24px 50px rgba(26,34,71,0.18);

    --btn-shape: 999px;
}
