:root {
    --ink: #0b0a08;
    --paper: #f2ecdf;
    --paper-muted: #b7ad9f;
    --amber: #d7a469;
    --amber-soft: #f0c896;
    --line: rgba(242, 236, 223, 0.14);
    --shell: 1240px;
}

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

html { background: var(--ink); scroll-behavior: smooth; }

body {
    min-width: 320px;
    min-height: 100vh;
    color: var(--paper);
    background:
        radial-gradient(circle at 80% 18%, rgba(215, 164, 105, .10), transparent 32%),
        #0b0a08;
    font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
}

body::before {
    content: "";
    position: fixed;
    z-index: 20;
    inset: 0;
    pointer-events: none;
    opacity: .05;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E");
}

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.landing {
    min-height: 100vh;
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(520px, .92fr);
}

.landing-visual {
    min-height: 760px;
    position: relative;
    overflow: hidden;
    background: #15120e;
}

.landing-visual > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: saturate(.83) contrast(1.05);
}

.landing-visual::before,
.landing-visual::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.landing-visual::before {
    z-index: 1;
    background:
        linear-gradient(90deg, transparent 62%, rgba(11, 10, 8, .84) 100%),
        linear-gradient(0deg, rgba(11, 10, 8, .68), transparent 42%);
}

.landing-visual::after {
    z-index: 2;
    inset: 22px;
    border: 1px solid rgba(242, 236, 223, .18);
    border-radius: 2px;
}

.film-code {
    position: absolute;
    z-index: 3;
    left: 50px;
    bottom: 46px;
    display: flex;
    align-items: center;
    gap: 14px;
    color: rgba(242, 236, 223, .74);
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    font-size: 11px;
    letter-spacing: .18em;
}

.film-code::before { content: ""; width: 52px; height: 1px; background: var(--amber); }

.landing-content {
    min-height: 760px;
    padding: 48px clamp(52px, 6vw, 104px) 36px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.landing-top { display: flex; justify-content: flex-end; gap: 14px; color: #8e8578; font-size: 12px; letter-spacing: .08em; }
.landing-top a { transition: color .2s ease; }
.landing-top a:hover, .landing-top a[aria-current="page"] { color: var(--paper); }
.landing-top .divider { color: #4e4942; }

.brand-block { max-width: 570px; padding: 72px 0 50px; }

.brand-mark { display: flex; align-items: center; gap: 22px; margin-bottom: 50px; }
.brand-mark img { width: 84px; height: 84px; border: 1px solid rgba(255,255,255,.16); border-radius: 21px; box-shadow: 0 20px 50px rgba(0,0,0,.35); }
.brand-mark span { color: #837a6e; font-size: 11px; font-weight: 650; letter-spacing: .24em; text-transform: uppercase; }

.brand-block h1 { font-size: clamp(62px, 6vw, 96px); font-weight: 680; line-height: .9; letter-spacing: -.065em; }
.brand-block h2 { margin-top: 26px; color: #d1c7b9; font-size: clamp(23px, 2.2vw, 34px); font-weight: 520; letter-spacing: -.03em; }
.brand-block .tagline { margin-top: 22px; color: #8f8679; font-size: 16px; line-height: 1.7; }

.landing-actions { margin-top: 42px; display: flex; align-items: center; flex-wrap: wrap; gap: 18px; }
.store-badge { display: inline-block; border: 1px solid rgba(255,255,255,.14); border-radius: 13px; overflow: hidden; transition: transform .2s ease, border-color .2s ease; }
.store-badge:hover { transform: translateY(-2px); border-color: rgba(255,255,255,.3); }
.store-badge img { width: 170px; height: auto; }
.intro-link { min-height: 54px; padding: 0 22px; display: inline-flex; align-items: center; gap: 18px; border: 1px solid var(--line); border-radius: 999px; color: #d5cbbd; font-size: 14px; }
.intro-link span { color: var(--amber); transition: transform .2s ease; }
.intro-link:hover span { transform: translateX(4px); }

.landing-footer { padding-top: 26px; display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; border-top: 1px solid rgba(242,236,223,.09); color: #655f56; font-size: 11px; line-height: 1.8; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 18px; }
.footer-links a:hover { color: #bcb2a4; }

@keyframes reveal { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }
.brand-block, .landing-footer, .film-code { animation: reveal .85s both cubic-bezier(.2,.7,.2,1); }
.landing-footer { animation-delay: .12s; }

@media (max-width: 1024px) {
    .landing { grid-template-columns: 1fr; }
    .landing-visual { min-height: 52vh; }
    .landing-visual::before { background: linear-gradient(0deg, rgba(11,10,8,.76), transparent 46%); }
    .landing-content { min-height: auto; padding: 34px 44px 34px; }
    .brand-block { padding: 74px 0 90px; }
}

@media (max-width: 600px) {
    .landing-visual { min-height: 42vh; }
    .landing-visual::after { inset: 12px; }
    .film-code { left: 26px; bottom: 26px; }
    .landing-content { padding: 26px 22px; }
    .brand-block { padding: 58px 0 70px; }
    .brand-mark { margin-bottom: 38px; }
    .brand-mark img { width: 68px; height: 68px; border-radius: 17px; }
    .brand-block h1 { font-size: 60px; }
    .brand-block h2 { font-size: 25px; line-height: 1.2; }
    .landing-footer { align-items: flex-start; flex-direction: column; }
    .footer-links { justify-content: flex-start; }
}

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