:root {
    --bg: #101112;
    --white: #f4f1ea;
    --white-soft: #dedbd3;
    --gold: #d1a63c;
    --gold-bright: #e0b64b;
    --gold-dark: #80651e;
    --grid: rgba(255,255,255,.075);
    --content-width: 1760px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html, body { width: 100%; min-height: 100%; }
body {
    font-family: Inter, "Helvetica Neue", Helvetica, Arial, sans-serif;
    background: var(--bg);
    color: var(--white);
    overflow-x: hidden;
}

.coming-soon-page {
    position: relative;
    width: 100%;
    min-height: 100vh;
    background: linear-gradient(105deg,#0e0f10 0%,#111213 48%,#1b1b17 100%);
    overflow: hidden;
}

.background-grid {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(to right,var(--grid) 1px,transparent 1px),
        linear-gradient(to bottom,var(--grid) 1px,transparent 1px);
    background-size: 80px 69px;
    pointer-events: none;
}

.geometry { position: absolute; pointer-events: none; opacity: .55; }
.geometry-left {
    left: 48%; top: -12%; width: 300px; height: 140%;
    background: linear-gradient(180deg,rgba(205,161,49,.025),rgba(205,161,49,.11),rgba(205,161,49,.015));
    clip-path: polygon(35% 0,100% 0,62% 100%,0 100%);
}
.geometry-right {
    left: 61%; top: -8%; width: 1px; height: 125%;
    background: linear-gradient(to bottom,transparent 0%,var(--gold-dark) 20%,var(--gold) 48%,transparent 78%);
    transform: rotate(18deg);
}

.hero {
    position: relative;
    z-index: 2;
    width: min(calc(100% - 170px),var(--content-width));
    min-height: calc(100vh - 180px);
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0,1fr) minmax(500px,.92fr);
    gap: 60px;
}

/* Desktop: keep the logo in normal flow so nothing can overlap it. */
.hero-left {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 52px;
    padding-bottom: 60px;
}

.brand {
    position: relative;
    left: auto;
    top: auto;
    display: flex;
    align-items: flex-start;
    width: fit-content;
}

.brand-logo {
    width: 335px;
    max-width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
}

.eyebrow {
    margin-top: 43px;
    margin-bottom: 30px;
    color: var(--gold);
    font-size: 19px;
    font-weight: 700;
    letter-spacing: .4px;
}

h1 {
    max-width: 800px;
    display: flex;
    flex-direction: column;
    font-size: clamp(58px,5.1vw,104px);
    line-height: .94;
    font-weight: 760;
    letter-spacing: -4.5px;
    text-wrap: balance;
}

.heading-white { display: block; color: var(--white); }
.heading-gold {
    display: block;
    color: var(--gold);
    font-family: Georgia,"Times New Roman",serif;
    font-weight: 400;
    font-size: 1.10em;
    line-height: .9;
    letter-spacing: -4px;
}

.description {
    margin-top: 44px;
    max-width: 760px;
    color: var(--white-soft);
    font-size: 21px;
    line-height: 1.6;
    font-weight: 400;
}

.actions {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 55px;
}

.btn {
    height: 66px;
    padding: 0 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
    text-decoration: none;
    font-size: 17px;
    font-weight: 700;
    transition: transform 180ms ease,background 180ms ease,border-color 180ms ease,color 180ms ease;
}

.btn:hover { transform: translateY(-2px); }
.btn-primary {
    min-width: 266px;
    background: var(--gold);
    color: #111;
    border: 1px solid var(--gold);
}
.btn-primary:hover { background: var(--gold-bright); }
.arrow { font-size: 22px; line-height: 1; }

.hero-right {
    position: relative;
    min-height: 750px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.progress-label {
    position: absolute;
    right: 70px;
    top: 77px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 9px;
    color: var(--white);
    font-size: 17px;
    font-weight: 700;
    letter-spacing: .2px;
}
.gold-line { display: block; width: 300px; height: 2px; background: var(--gold); }

.target-wrapper {
    position: relative;
    width: 700px;
    height: 700px;
    margin-top: 75px;
}

.target-circle {
    position: absolute;
    border: 2px solid rgba(212,166,53,.92);
    border-radius: 50%;
    left: 50%; top: 50%;
    transform: translate(-50%,-50%);
}
.target-outer { width: 680px; height: 680px; }
.target-middle { width: 525px; height: 525px; }
.target-inner { width: 390px; height: 390px; }
.target-small { width: 225px; height: 225px; }

.target-cross { position: absolute; background: rgba(230,226,216,.7); z-index: 2; }
.target-cross.horizontal { left: 10px; right: 10px; top: 50%; height: 1px; transform: translateY(-50%); }
.target-cross.vertical { top: 10px; bottom: 10px; left: 50%; width: 1px; transform: translateX(-50%); }

.target-center {
    position: absolute;
    left: 50%; top: 50%;
    transform: translate(-50%,-50%);
    z-index: 3;
    display: flex;
    align-items: baseline;
}
.target-logo {
    color: var(--white);
    font-size: 75px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: -4px;
    white-space: nowrap;
}
.target-logo span { margin-left: 5px; color: var(--gold); font-size: 20px; font-weight: 700; letter-spacing: 0; }
.target-caption { position: absolute; right: 120px; bottom: 80px; z-index: 4; color: var(--gold); font-size: 15px; font-weight: 700; letter-spacing: .4px; }
.target-caption-bottom { position: absolute; right: 40px; bottom: 39px; z-index: 4; color: var(--white); font-size: 18px; font-weight: 700; }

.footer {
    position: absolute;
    left: 50%; bottom: 32px;
    transform: translateX(-50%);
    width: min(calc(100% - 170px),var(--content-width));
    padding-top: 27px;
    border-top: 1px solid rgba(255,255,255,.65);
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--white);
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .1px;
}
.footer-dot { padding: 0 7px; color: var(--gold); }

@media (max-width: 1250px) {
    .hero { width: calc(100% - 90px); grid-template-columns: 1fr .9fr; gap: 20px; }
    .brand-logo { width: 260px; }
    .eyebrow { margin-top: 36px; }
    h1 { font-size: 64px; }
    .description { font-size: 18px; }
    .target-wrapper { width: 560px; height: 560px; }
    .target-outer { width: 540px; height: 540px; }
    .target-middle { width: 420px; height: 420px; }
    .target-inner { width: 310px; height: 310px; }
    .target-small { width: 180px; height: 180px; }
    .target-logo { font-size: 59px; }
    .footer { width: calc(100% - 90px); }
}

@media (max-width: 850px) {
    .coming-soon-page { min-height: 100svh; overflow-y: auto; }
    .background-grid { background-size: 45px 45px; }
    .hero {
        width: calc(100% - 42px);
        display: flex;
        flex-direction: column;
        min-height: auto;
        padding-bottom: 200px;
    }
    .hero-left { padding-top: 32px; }
    .brand { margin-bottom: 0; }
    .brand-logo { width: 220px; }
    .eyebrow { margin-top: 35px; font-size: 13px; margin-bottom: 20px; }
    h1 { font-size: clamp(47px,13vw,70px); letter-spacing: -2.4px; }
    .heading-gold { letter-spacing: -2.5px; }
    .description { margin-top: 30px; font-size: 17px; line-height: 1.55; }
    .actions { flex-direction: column; align-items: stretch; width: 100%; gap: 12px; margin-top: 33px; }
    .btn-primary { min-width: 0; width: 100%; }
    .hero-right { min-height: 570px; margin-top: 30px; }
    .progress-label { position: absolute; right: 0; top: 0; font-size: 11px; }
    .gold-line { width: 190px; }
    .target-wrapper { width: 370px; height: 370px; margin-top: 120px; }
    .target-outer { width: 355px; height: 355px; }
    .target-middle { width: 275px; height: 275px; }
    .target-inner { width: 205px; height: 205px; }
    .target-small { width: 120px; height: 120px; }
    .target-cross.horizontal { left: 8px; right: 8px; }
    .target-cross.vertical { top: 8px; bottom: 8px; }
    .target-logo { font-size: 39px; letter-spacing: -2px; }
    .target-logo span { font-size: 12px; }
    .target-caption { right: 54px; bottom: 29px; font-size: 9px; }
    .target-caption-bottom { right: 7px; bottom: 8px; font-size: 10px; }
    .footer {
        position: absolute;
        width: calc(100% - 42px);
        bottom: 26px;
        padding-top: 18px;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        font-size: 11px;
    }
    .geometry-left { left: 40%; width: 180px; }
}

@media (max-width: 430px) {
    .brand-logo { width: 185px; }
    h1 { font-size: 43px; }
    .description { font-size: 16px; }
    .target-wrapper { width: 320px; height: 320px; }
    .target-outer { width: 305px; height: 305px; }
    .target-middle { width: 235px; height: 235px; }
    .target-inner { width: 175px; height: 175px; }
    .target-small { width: 105px; height: 105px; }
    .target-logo { font-size: 33px; }
}

@media (prefers-reduced-motion: reduce) {
    * { scroll-behavior: auto !important; transition: none !important; }
}
