/* Midnight Lagoon — premium dark mode; deep teal-tinted surfaces, light text, coral action with teal halo. */
body.site-theme--midnight-lagoon {
    --kohsanuk-bg-page:                  #0d1e23;
    --kohsanuk-surface:                  #152830;
    --kohsanuk-cream-50:                 #1c3640;
    --kohsanuk-cream-100:                #1f3a44;
    --kohsanuk-cream-200:                #243f4a;
    --kohsanuk-cream-300:                #2a4a56;
    --kohsanuk-rule:                     #284854;
    --kohsanuk-border:                   #284854;
    --kohsanuk-border-subtle:            #1f3a44;
    --kohsanuk-text:                     #e8eded;
    --kohsanuk-text-soft:                #9bb3b9;
    --kohsanuk-text-muted:               #6a8088;
    --kohsanuk-brand:                    #3aa3a8;
    --kohsanuk-brand-dark:               #1f7a7e;       /* hover/pressed teal — brand-matched, not coral */
    --kohsanuk-action:                   #e36d56;
    --kohsanuk-action-dark:              #b75646;
    --kohsanuk-action-soft:              rgba(227, 109, 86, 0.25);
    --kohsanuk-action-tint:              rgba(227, 109, 86, 0.16);
    --kohsanuk-action-shadow:            rgba(58, 163, 168, 0.30);   /* teal halo, coral handle */
    --kohsanuk-border-accent-soft:       rgba(58, 163, 168, 0.30);
    --kohsanuk-border-extra:             #5d3a36;
    --kohsanuk-success-bg:               #274c34;
    --kohsanuk-success-text:             #9fd6a4;
    --kohsanuk-danger-bg:                #4a2a25;
    --kohsanuk-danger-text:              #f0a89c;
    --kohsanuk-hold-bg:                  #4a3c1f;
    --kohsanuk-hold-text:                #e8c474;
    --kohsanuk-neutral-bg:               #2a3c46;
    --kohsanuk-refund-full:              #3a6a3f;
    --kohsanuk-refund-half:              #7a5a30;
    --kohsanuk-refund-none:              #7a3530;
    --surface-card-selected:             #1c3640;
    --surface-field:                     #0d1e23;
    --gradient-card-selected:            none;
    --border-accent-bar-colour:          var(--kohsanuk-action);
    /* Action button on dark surface gets dark text (high contrast) */
    --button-primary-fg:                 #0d1e23;

    /* Primary accent — alias target for --tc-* / --cp-* / --w2-* / --st-*
       that legacy per-page CSS reads. Must match the action token. */
    --kohsanuk-accent:                   #e36d56;
    --kohsanuk-accent-dark:              #b75646;
    --kohsanuk-accent-soft:              rgba(227, 109, 86, 0.18);
    --kohsanuk-accent-tint:              rgba(227, 109, 86, 0.1);
    --kohsanuk-accent-shadow:            rgba(227, 109, 86, 0.22);
}
