:root {
    --bg: #07111f;
    --bg-soft: #0d1b2d;
    --card: rgba(255,255,255,0.06);
    --line: rgba(255,255,255,0.12);
    --text: #ecf2f8;
    --muted: #aab9c9;
    --accent: #c79a53;
    --accent-soft: #f0d5a8;
    --white: #ffffff;
    --shadow: 0 18px 60px rgba(0,0,0,0.28);
    --radius: 22px;
    --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    font-family: 'Inter', sans-serif;
    background:
        radial-gradient(circle at top left, rgba(199,154,83,0.18), transparent 28%),
        radial-gradient(circle at 85% 10%, rgba(89,130,171,0.14), transparent 22%),
        linear-gradient(180deg, #07111f 0%, #091523 100%);
    color: var(--text);
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(var(--container), calc(100% - 40px)); margin: 0 auto; }
.narrow { width: min(820px, calc(100% - 40px)); margin: 0 auto; }

.site-header {
    position: sticky;
    top: 0;
    z-index: 100;
    backdrop-filter: blur(18px);
    background: rgba(7, 17, 31, 0.75);
    border-bottom: 1px solid var(--line);
}

.nav-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 84px;
    gap: 20px;
}

.brand { display: flex; align-items: center; gap: 14px; }
.brand-mark {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--accent), #8d6932);
    color: #101010;
    font-weight: 800;
}
.brand-text { display: grid; }
.brand-text strong { font-size: 1rem; }
.brand-text small { color: var(--muted); font-size: 0.8rem; }

.site-nav { display: flex; align-items: center; gap: 24px; }
.site-nav a { color: var(--muted); font-weight: 500; }
.site-nav a:hover, .site-nav a.active { color: var(--white); }
.nav-cta {
    padding: 12px 18px;
    border: 1px solid rgba(199,154,83,0.35);
    border-radius: 999px;
    color: var(--white) !important;
}
.menu-toggle {
    display: none;
    background: transparent;
    color: var(--white);
    border: 1px solid var(--line);
    border-radius: 12px;
    width: 46px;
    height: 46px;
    font-size: 1.3rem;
}

.hero-section { padding: 92px 0 50px; }
.hero-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 36px;
    align-items: center;
}
.hero-copy h1,
.inner-hero h1,
.section-header h2,
.cta-box h2,
.split-grid h2 {
    font-family: 'Playfair Display', serif;
    letter-spacing: -0.02em;
}
.hero-copy h1 {
    font-size: clamp(2.6rem, 5vw, 5rem);
    line-height: 1.02;
    margin: 0 0 20px;
}
.lead {
    font-size: 1.12rem;
    color: var(--muted);
    max-width: 700px;
    line-height: 1.8;
}
.eyebrow {
    display: inline-block;
    margin-bottom: 14px;
    text-transform: uppercase;
    letter-spacing: 0.24em;
    font-size: 0.76rem;
    color: var(--accent-soft);
}
.hero-actions { display: flex; gap: 14px; margin-top: 30px; flex-wrap: wrap; }
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 22px;
    border-radius: 999px;
    font-weight: 600;
    transition: transform 0.2s ease, opacity 0.2s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary {
    background: linear-gradient(135deg, var(--accent), #9a7440);
    color: #111;
}
.btn-secondary {
    border: 1px solid var(--line);
    color: var(--white);
    background: rgba(255,255,255,0.03);
}
.glass-card,
.metric-card,
.info-card,
.list-card,
.article-card,
.contact-form-card,
.cta-box {
    background: var(--card);
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
    border-radius: var(--radius);
}
.hero-card { padding: 30px; }
.profile-badge {
    display: inline-block;
    padding: 8px 12px;
    background: rgba(199,154,83,0.12);
    border: 1px solid rgba(199,154,83,0.24);
    border-radius: 999px;
    color: var(--accent-soft);
    margin-bottom: 16px;
}
.hero-card h2 { margin: 0 0 10px; font-size: 1.9rem; }
.hero-card p { color: var(--muted); margin-top: 0; }
.hero-points { padding-left: 18px; color: var(--text); line-height: 1.9; }
.metrics-section { padding: 10px 0 42px; }
.metrics-grid, .cards-grid {
    display: grid;
    gap: 20px;
}
.metrics-grid { grid-template-columns: repeat(3, 1fr); }
.metric-card { padding: 26px; }
.metric-card strong {
    display: block;
    font-size: 2rem;
    color: var(--accent-soft);
    margin-bottom: 10px;
}
.metric-card span { color: var(--muted); line-height: 1.7; }
.section-block { padding: 60px 0; }
.section-header { margin-bottom: 26px; }
.section-header h2,
.split-grid h2,
.cta-box h2,
.inner-hero h1 { font-size: clamp(2rem, 4vw, 3.4rem); margin: 0 0 16px; }
.section-header p,
.split-grid p,
.inner-hero p { color: var(--muted); line-height: 1.8; }
.four-up { grid-template-columns: repeat(4, 1fr); }
.three-up { grid-template-columns: repeat(3, 1fr); }
.info-card,
.article-card { padding: 28px; }
.info-card h3,
.article-card h3 { margin-top: 0; font-size: 1.2rem; }
.info-card p,
.article-card p { color: var(--muted); line-height: 1.8; }
.article-card a { color: var(--accent-soft); font-weight: 600; }
.section-dark {
    background: linear-gradient(180deg, rgba(255,255,255,0.02), rgba(255,255,255,0.01));
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}
.split-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    align-items: center;
}
.list-card { padding: 30px; }
.list-card ul { margin: 0; padding-left: 20px; line-height: 2; color: var(--muted); }
.cta-section { padding: 30px 0 90px; }
.cta-box {
    padding: 34px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
}
.inner-hero { padding: 110px 0 100px; }
.contact-form-card { padding: 28px; margin-top: 30px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
input, textarea {
    width: 100%;
    padding: 16px 18px;
    border-radius: 16px;
    background: rgba(255,255,255,0.03);
    border: 1px solid var(--line);
    color: var(--white);
    margin-bottom: 16px;
    font: inherit;
}
input::placeholder, textarea::placeholder { color: #91a4b7; }
.site-footer { border-top: 1px solid var(--line); padding: 34px 0 18px; }
.footer-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr;
    gap: 20px;
}
.footer-grid p, .footer-grid li, .footer-bottom p { color: var(--muted); }
.footer-grid ul { list-style: none; padding: 0; margin: 0; }
.footer-grid li { margin-bottom: 10px; }
.footer-bottom { margin-top: 24px; padding-top: 16px; border-top: 1px solid var(--line); }

@media (max-width: 1024px) {
    .hero-grid,
    .split-grid,
    .four-up,
    .three-up,
    .metrics-grid,
    .footer-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 768px) {
    .menu-toggle { display: inline-flex; align-items: center; justify-content: center; }
    .site-nav {
        position: absolute;
        top: 84px;
        right: 20px;
        left: 20px;
        flex-direction: column;
        align-items: stretch;
        padding: 18px;
        background: rgba(7,17,31,0.96);
        border: 1px solid var(--line);
        border-radius: 20px;
        display: none;
    }
    .site-nav.open { display: flex; }
    .hero-grid,
    .split-grid,
    .four-up,
    .three-up,
    .metrics-grid,
    .footer-grid,
    .form-grid,
    .cta-box {
        grid-template-columns: 1fr;
        display: grid;
    }
    .hero-section { padding-top: 60px; }
    .hero-copy h1 { font-size: 2.5rem; }
}
