/*
Theme Name: Loustalot Photography
Theme URI: https://loustalotphotography.co.uk
Author: Loustalot Photography
Description: Clean & minimal photography theme with manual masonry gallery and YouTube lightbox.
Version: 1.0.0
Text Domain: loustalot-photography
*/

body {
  margin: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #ffffff;
  color: #222222;
}

.lp-contact-inner {
    max-width: 600px;
    margin: 40px auto;
    padding: 20px;
}

.lp-contact-form input,
.lp-contact-form textarea {
    width: 100%;
    padding: 12px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.lp-contact-form textarea {
    height: 150px;
}

:root {
    --color-bg: #ffffff;
    --color-text: #222222;
    --color-muted: #666666;
    --color-border: #eeeeee;
    --color-accent: #222222;

    /* Dark mode */
    --color-bg-dark: #111111;
    --color-text-dark: #f5f5f5;
    --color-border-dark: #333333;
}

body {
    background: var(--color-bg);
    color: var(--color-text);
}

.lp-header {
    background: var(--color-bg);
    border-bottom: 1px solid var(--color-border);
}

.lp-footer {
    background: var(--color-bg);
    border-top: 1px solid var(--color-border);
}

