/*!
Theme Name: LON Coming Soon
Theme URI: https://lon.city
Author: LON.CITY
Author URI: https://lon.city
Description: A high-converting Coming Soon landing page for LON.CITY — London's all-in-one city platform. SEO-optimised, Monetag-ready, mobile-first.
Version: 1.0.0
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: lon-coming-soon
Domain Path: /languages
*/

/* =============================================
   BASE RESET & TYPOGRAPHY
   ============================================= */

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

:root {
    --accent:        #C8102E;   /* London Red */
    --accent-dark:   #9b0d23;
    --accent-light:  #e8384f;
    --bg:            #000000;
    --bg-secondary:  #080808;
    --bg-card:       #111111;
    --border:        #1e1e1e;
    --border-light:  #2a2a2a;
    --text:          #ffffff;
    --text-muted:    #999999;
    --text-dim:      #cccccc;
}

html {
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
}

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, h4, h5, h6 {
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1rem;
    color: var(--text);
}

h1 { font-size: 3.75rem; letter-spacing: -0.03em; }
h2 { font-size: 2.25rem; letter-spacing: -0.02em; }
h3 { font-size: 1.375rem; }

p {
    margin-bottom: 1rem;
    color: var(--text-dim);
}

a {
    color: var(--text);
    text-decoration: none;
    transition: all 0.3s ease;
}

a:hover { opacity: 0.75; }

button {
    cursor: pointer;
    font-family: inherit;
    transition: all 0.3s ease;
}

input[type="email"],
input[type="text"],
textarea {
    font-family: inherit;
    font-size: 1rem;
    transition: all 0.3s ease;
}

input[type="email"]:focus,
input[type="text"]:focus,
textarea:focus {
    outline: none;
}

ul, ol { list-style: none; }

img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* =============================================
   LAYOUT UTILITIES
   ============================================= */

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.container--narrow {
    max-width: 760px;
    margin: 0 auto;
    padding: 0 2rem;
}

.text-center { text-align: center; }

.accent { color: var(--accent); }

.section-label {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--accent);
    margin-bottom: 1rem;
}

/* =============================================
   RESPONSIVE TYPOGRAPHY
   ============================================= */

@media (max-width: 768px) {
    h1 { font-size: 2.5rem; }
    h2 { font-size: 1.75rem; }
    h3 { font-size: 1.25rem; }
    .container,
    .container--narrow { padding: 0 1.5rem; }
}

@media (max-width: 480px) {
    h1 { font-size: 2rem; }
    h2 { font-size: 1.5rem; }
    .container,
    .container--narrow { padding: 0 1.25rem; }
}
