:root {
    --bg: #0b0d12;
    --bg-soft: #121620;
    --surface: rgba(255, 255, 255, 0.04);
    --surface-strong: rgba(255, 255, 255, 0.08);
    --text: #f5f1e8;
    --muted: #fff;
    --line: rgba(217, 183, 114, 0.18);
    --gold: #16ffde;
    --gold-strong: #16ffde;
    --white: #ffffff;
    --max: 1200px;
    --radius: 22px;
    --shadow: 0 18px 60px rgba(0, 0, 0, 0.35);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: "Inter", Arial, sans-serif;
    color: var(--text);
    background:
        radial-gradient(circle at top left, rgba(217, 183, 114, 0.12), transparent 26%),
        radial-gradient(circle at top right, rgba(217, 183, 114, 0.08), transparent 18%),
        linear-gradient(180deg, #080a0f 0%, #0b0d12 100%);
}

a {
    color: inherit;
    text-decoration: none;
}

.container {
    width: min(calc(100% - 40px), var(--max));
    margin: 0 auto;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 40;
    backdrop-filter: blur(14px);
    background: rgba(8, 10, 15, 0.72);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.header-row,
.footer-row,
.split,
.contact-grid,
.hero-grid {
    display: grid;
    gap: 28px;
}

.header-row {
    grid-template-columns: auto 1fr;
    align-items: center;
    padding: 18px 0;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 14px;
}

.brand-mark {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-family: "Cormorant Garamond", serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: #0b0d12;
    background: linear-gradient(135deg, #ffffff, #ffffff);
    box-shadow: var(--shadow);
}

.brand-text strong,
.brand-text small {
    display: block;
}

.brand-text strong {
    font-size: 1rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.brand-text small {
    color: var(--muted);
    margin-top: 3px;
}

.top-nav {
    justify-self: end;
    display: flex;
    align-items: center;
    gap: 26px;
    color: var(--muted);
    font-size: 0.95rem;
}

.top-nav a:hover,
.socials a:hover {
    color: var(--white);
}

.nav-cta {
    color: var(--white);
    padding: 10px 16px;
    border: 1px solid var(--line);
    border-radius: 999px;
}

.hero {
    position: relative;
    padding: 108px 0 72px;
    overflow: hidden;
}

.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(11, 13, 18, 0.25), rgba(11, 13, 18, 0.86)),
        url("https://images.unsplash.com/photo-1505693416388-ac5ce068fe85?auto=format&fit=crop&w=1600&q=80") center/cover no-repeat;
    opacity: 0.48;
}

.hero-overlay {
    position: absolute;
    inset: auto 0 0 auto;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(217, 183, 114, 0.18), transparent 70%);
    filter: blur(12px);
}

.hero-grid {
    position: relative;
    z-index: 1;
    grid-template-columns: 1.35fr 0.85fr;
    align-items: center;
}

.eyebrow {
    color: var(--gold);
    text-transform: uppercase;
    letter-spacing: 0.22em;
    font-size: 0.76rem;
    margin: 0 0 14px;
}

h1,
h2,
h3 {
    margin: 0;
    font-family: "Cormorant Garamond", Georgia, serif;
    line-height: 0.98;
    letter-spacing: -0.02em;
}

h1 {
    font-size: clamp(3rem, 6vw, 3.5rem);
    max-width: 21ch;
}

h2 {
    font-size: clamp(2rem, 4vw, 3.35rem);
    margin-bottom: 18px;
}

h3 {
    font-size: 1.65rem;
    line-height: 1.08;
}

.hero-text,
.section-head p,
.card p,
.service-card p,
.contact-intro,
.contact-highlight p,
.split p {
    color: var(--muted);
    line-height: 1.7;
    font-size: 1rem;
}

.hero-text {
    max-width: 60ch;
    margin: 20px 0 0;
}

.hero-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin: 30px 0 22px;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 22px;
    border-radius: 999px;
    font-weight: 600;
    transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.btn:hover {
    transform: translateY(-1px);
}

.btn-primary {
    color: #10131a;
    background: linear-gradient(135deg, #174d02, #ffffff);
}

.btn-secondary {
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.04);
}

.btn-block {
    width: 100%;
}

.hero-highlights {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.hero-highlights li,
.tag {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 12px;
    border-radius: 999px;
    color: var(--white);
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 0.9rem;
}

.hero-card,
.card,
.service-card,
.contact-panel {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.03));
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}

.hero-card {
    padding: 28px;
}

.card-label {
    color: var(--gold);
    font-size: 0.84rem;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    margin: 0 0 18px;
    border-radius: 10px;
    padding: 10px;
}

.markets-list {
    display: grid;
    gap: 20px;
}

.markets-list article {
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.markets-list article:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.markets-list p {
    color: var(--muted);
    margin: 8px 0 0;
    line-height: 1.65;
}

.section {
    padding: 84px 0;
}

.section-alt {
    background: rgba(255, 255, 255, 0.02);
    border-top: 1px solid rgba(255, 255, 255, 0.04);
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.section-head {
    max-width: 760px;
    margin-bottom: 34px;
}

.cards {
    display: grid;
    gap: 22px;
}

.three-up {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.two-up {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.card,
.service-card,
.contact-panel {
    padding: 26px;
}

.card p,
.service-card p {
    margin: 12px 0 0;
}

.split {
    grid-template-columns: 0.95fr 1.05fr;
    align-items: start;
}

.contact-grid {
    grid-template-columns: 1.1fr 0.9fr;
}

.contact-list {
    display: grid;
    gap: 18px;
    margin-top: 24px;
}

.contact-item span {
    display: block;
    color: var(--gold);
    font-size: 0.82rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    margin-bottom: 6px;
}

.contact-item a {
    font-size: 1.05rem;
    font-weight: 600;
}

.contact-item p {
    margin: 0;
    color: var(--text);
    line-height: 1.65;
}

.socials {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin-top: 24px;
    color: var(--muted);
}

.contact-highlight {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-color: rgba(217, 183, 114, 0.18);
    background:
        radial-gradient(circle at top right, rgba(217, 183, 114, 0.10), transparent 32%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.03));
}

.site-footer {
    padding: 22px 0 36px;
    color: var(--muted);
    font-size: 0.95rem;
}

.footer-row {
    grid-template-columns: 1fr auto;
    align-items: center;
    padding-top: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

@media (max-width: 1080px) {

    .hero-grid,
    .split,
    .contact-grid,
    .three-up,
    .two-up {
        grid-template-columns: 1fr;
    }

    h1 {
        max-width: 13ch;
    }

    .hero-card {
        max-width: 720px;
    }
}

@media (max-width: 760px) {
    .top-nav {
        display: none;
    }

    .header-row {
        grid-template-columns: 1fr;
    }

    .hero {
        padding-top: 82px;
    }

    .container {
        width: min(calc(100% - 28px), var(--max));
    }

    .section {
        padding: 68px 0;
    }

    .hero-actions,
    .socials,
    .hero-highlights {
        gap: 10px;
    }

    .btn {
        width: 100%;
    }

    .footer-row {
        grid-template-columns: 1fr;
        gap: 10px;
    }
}