/*!
Theme Name: SOTON Coming Soon
Theme URI: https://soton.city
Author: SOTON.CITY
Author URI: https://soton.city
Description: Coming Soon landing page for SOTON.CITY - Southampton's all-in-one city platform.
Version: 1.0.0
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: soton-coming-soon
*/

:root {
    --accent: #0284C7;
    --accent-dark: #0369a1;
    --accent-light: #0ea5e9;
    --bg: #000000;
    --bg-card: #111111;
    --text: #ffffff;
    --text-muted: #999999;
    --text-dim: #cccccc;
    --border: #1e1e1e;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    background-color: var(--bg);
    color: var(--text);
    line-height: 1.6;
    overflow-x: hidden;
}

h1, h2, h3 { font-weight: 700; line-height: 1.2; margin-bottom: 1rem; }
h1 { font-size: 4rem; letter-spacing: -0.02em; }
p { margin-bottom: 1rem; color: var(--text-dim); }
a { color: var(--text); text-decoration: none; transition: all 0.3s ease; }
a:hover { opacity: 0.8; color: var(--accent); }
button { cursor: pointer; transition: all 0.3s ease; }
input[type="email"] { font-family: inherit; font-size: 1rem; transition: all 0.3s ease; }
input[type="email"]:focus { outline: none; }

.container { max-width: 1280px; margin: 0 auto; padding: 0 1rem; }
.accent { color: var(--accent); }

@media (max-width: 768px) {
    h1 { font-size: 2.5rem; }
    .container { padding: 0 1.5rem; }
}
@media (max-width: 480px) {
    h1 { font-size: 2rem; }
}
