:root {
    --gold: #B99A5B;
    --gold-soft: #D8BE86;
    --ink: #0C0C0D;
}

* {
    box-sizing: border-box
}

body {
    margin: 0;
    background: #0C0C0D;
    color: #FAF9F6;
    font-family: 'IBM Plex Sans Arabic', 'Archivo', Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
}

h1, h2, h3, p, ul, figure {
    margin: 0;
    padding: 0
}

ul, ol {
    list-style: none
}

a {
    color: inherit;
    text-decoration: none
}

a:hover {
    color: var(--gold)
}

:focus-visible {
    outline: 2px solid var(--gold);
    outline-offset: 3px
}

@keyframes csweep {
    0% {
        transform: translateY(-25%);
        opacity: 0
    }
    18% {
        opacity: 1
    }
    82% {
        opacity: 1
    }
    100% {
        transform: translateY(125%);
        opacity: 0
    }
}

@keyframes cfade {
    from {
        opacity: 0;
        transform: translateY(16px)
    }
    to {
        opacity: 1;
        transform: none
    }
}

@keyframes cpulse {
    0%, 100% {
        opacity: .5
    }
    50% {
        opacity: 1
    }
}

@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: .001ms !important;
        transition-duration: .001ms !important
    }
}

.page {
    min-height: 100vh;
    display: grid;
    grid-template-columns:repeat(auto-fit, minmax(340px, 1fr));
    background: #0C0C0D;
}

.col-left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 48px;
    padding: clamp(28px, 4vw, 64px) clamp(24px, 4.5vw, 80px);
    min-height: 100vh;
}

header.brand {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    animation: cfade .8s cubic-bezier(.22, 1, .36, 1) both;
}

.brand-mark {
    display: flex;
    align-items: center;
    gap: 10px;
}

.brand-mark .logo {
    width:80px;
    height:80px;
    object-fit: contain;
}
.brand-mark .name {
    font-family: 'Archivo', Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: 21px;
    letter-spacing: .34em;
}

.brand-mark .dot {
    width: 5px;
    height: 5px;
    background: var(--gold);
    display: block;
    transform: translateY(-2px);
}

.brand-meta {
    font-family: 'JetBrains Mono', monospace;
    font-size: 10.5px;
    letter-spacing: .14em;
    color: #6C6961;
}

main.copy {
    display: flex;
    flex-direction: column;
    gap: clamp(26px, 3vw, 40px);
    max-width: 640px;
}

.eyebrow {
    font-size: 12.5px;
    letter-spacing: .14em;
    color: var(--gold);
    animation: cfade .8s .1s cubic-bezier(.22, 1, .36, 1) both;
}

h1 {
    font-size: clamp(38px, 5.6vw, 84px);
    line-height: 1.12;
    letter-spacing: -.01em;
    font-weight: 500;
    text-wrap: balance;
    animation: cfade .9s .18s cubic-bezier(.22, 1, .36, 1) both;
}

h1 span {
    color: var(--gold)
}

.lede {
    font-size: clamp(15px, 1.15vw, 17.5px);
    line-height: 1.95;
    color: #B9B6AE;
    max-width: 52ch;
    animation: cfade .9s .26s cubic-bezier(.22, 1, .36, 1) both;
}

.countdown {
    display: grid;
    grid-template-columns:repeat(4, minmax(0, 1fr));
    gap: 1px;
    background: rgba(255, 255, 255, .14);
    border: 1px solid rgba(255, 255, 255, .14);
    max-width: 470px;
    animation: cfade .9s .34s cubic-bezier(.22, 1, .36, 1) both;
}

.countdown li {
    background: #0C0C0D;
    padding: 18px 14px 16px;
    text-align: center;
}

.countdown .value {
    display: block;
    font-family: 'JetBrains Mono', monospace;
    font-size: clamp(24px, 2.6vw, 34px);
    line-height: 1;
    direction: ltr;
}

.countdown .label {
    display: block;
    font-size: 11px;
    letter-spacing: .1em;
    color: #6C6961;
    margin-top: 10px;
}

.actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    align-items: center;
    animation: cfade .9s .42s cubic-bezier(.22, 1, .36, 1) both;
}

.btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: var(--gold);
    color: #0C0C0D;
    padding: 16px 28px;
    font-size: 13.5px;
    font-weight: 500;
    transition: background .2s ease;
}

.btn-primary:hover {
    background: var(--gold-soft);
    color: #0C0C0D
}

.btn-secondary {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    border: 1px solid rgba(255, 255, 255, .3);
    padding: 16px 28px;
    font-size: 13.5px;
    transition: border-color .2s ease, color .2s ease;
}

.btn-secondary:hover {
    border-color: var(--gold);
    color: var(--gold)
}

footer.site {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 40px;
    justify-content: space-between;
    align-items: center;
    padding-top: 26px;
    border-top: 1px solid rgba(255, 255, 255, .1);
    font-size: 13.5px;
    color: #84817A;
    animation: cfade .9s .5s cubic-bezier(.22, 1, .36, 1) both;
}

footer.site ul {
    display: flex;
    flex-wrap: wrap;
    gap: 26px;
}

footer.site .social {
    gap: 22px;
    font-size: 12.5px
}

footer.site .mail {
    color: var(--gold);
    direction: ltr;
    unicode-bidi: isolate
}

footer.site .phone {
    direction: ltr;
    unicode-bidi: isolate
}

.hero {
    position: relative;
    overflow: hidden;
    min-height: 46vh;
    margin: 0;
    background: #141416;
}

.hero img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(.62) contrast(1.05);
}

.torch {
    position: absolute;
    inset: 0;
    pointer-events: none;
    transition: opacity .6s ease;
    opacity: 0;
}

.sweep {
    position: absolute;
    left: 10%;
    right: 10%;
    top: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--gold), transparent);
    box-shadow: 0 0 26px 4px rgba(185, 154, 91, .45);
    animation: csweep 9s cubic-bezier(.4, 0, .2, 1) infinite;
}

.rail {
    position: absolute;
    right: 0;
    top: 16%;
    width: 1px;
    height: 68%;
    background: linear-gradient(180deg, transparent, var(--gold), transparent);
}

figcaption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 24px 26px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    font-size: 11.5px;
    color: #B9B6AE;
    background: linear-gradient(180deg, transparent, rgba(12, 12, 13, .75));
}

figcaption .hint {
    color: var(--gold);
    animation: cpulse 3.4s ease-in-out infinite;
}