/* =====================================================================
 * Flanör v2 — "Gece Şehri" landing
 *
 * Herkese açık ana sayfanın bölümleri. Bileşen CSS'i (app.css) hâlâ
 * ortak; burası yalnız landing'e özgü kondanse tipografi, tam-taşma
 * hero ve numaralı bölüm kalıpları.
 *
 * Tüm renkler tokens.css değişkenlerinden gelir — burada ham hex yok.
 * ===================================================================== */

/* ------------------------------ ortak ------------------------------- */

.lp-kicker {
    display: block;
    font-family: var(--sans);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: var(--primary);
    margin: 0 0 18px;
}

/* Kondanse başlık — mobildeki Anton karşılığı. */
.lp-title {
    font-family: var(--display);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.005em;
    line-height: 0.92;
    color: var(--ink-1);
    margin: 0;
    font-size: clamp(44px, 8.5vw, 118px);
}

.lp-title .dot { color: var(--primary); }

/* İkinci satır — içi boş kontur. Referanstaki "DOLAŞ." etkisi. */
.lp-title .outline {
    color: transparent;
    -webkit-text-stroke: 1.5px var(--ink-1);
    text-stroke: 1.5px var(--ink-1);
    opacity: 0.9;
}

.lp-lead {
    font-family: var(--sans);
    font-size: clamp(15px, 1.4vw, 18px);
    line-height: 1.65;
    color: var(--ink-2);
    max-width: 46ch;
    margin: 22px 0 0;
}

.lp-section {
    padding: clamp(64px, 9vw, 128px) 0;
    border-top: 1px solid var(--line);
}

.lp-section--flush { border-top: 0; }

.lp-section__head {
    margin-bottom: clamp(28px, 4vw, 52px);
}

.lp-section__title {
    font-family: var(--display);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.005em;
    line-height: 0.95;
    color: var(--ink-1);
    margin: 0;
    font-size: clamp(34px, 5.2vw, 76px);
}

.lp-section__title .dot { color: var(--primary); }

.lp-section__lead {
    font-family: var(--sans);
    font-size: 16px;
    line-height: 1.65;
    color: var(--ink-2);
    max-width: 52ch;
    margin: 16px 0 0;
}

/* Gradyan hap CTA — mobildeki GradientButton karşılığı. */
.lp-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: var(--sans);
    font-weight: 700;
    font-size: 15px;
    padding: 15px 26px;
    border-radius: var(--r-pill);
    background: var(--grad);
    color: var(--on-grad);
    border: 0;
    text-decoration: none;
    transition: transform .18s var(--ease-quart, ease), filter .18s ease;
}

.lp-btn:hover { transform: translateY(-1px); filter: brightness(1.06); }

.lp-btn--ghost {
    background: transparent;
    color: var(--ink-1);
    border: 1px solid var(--line-2);
}

.lp-btn--ghost:hover { filter: none; border-color: var(--primary); }

/* ------------------------------- hero ------------------------------- */

.lp-hero {
    position: relative;
    min-height: min(92vh, 900px);
    display: flex;
    align-items: center;
    overflow: hidden;
}

.lp-hero__media {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center right;
    z-index: 0;
}

/* Metnin oturduğu sol taraf koyulaşsın, sağdaki fotoğraf nefes alsın. */
.lp-hero__scrim {
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(90deg, var(--bg) 6%, rgba(8, 11, 18, 0.72) 42%, rgba(8, 11, 18, 0.28) 72%, rgba(8, 11, 18, 0.55) 100%),
        linear-gradient(180deg, rgba(8, 11, 18, 0.85) 0%, transparent 26%, transparent 62%, var(--bg) 100%);
}

.lp-hero__inner {
    position: relative;
    z-index: 2;
    width: 100%;
    padding-top: clamp(96px, 12vw, 150px);
    padding-bottom: clamp(40px, 6vw, 72px);
}

.lp-hero__cta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

/* 01 / 02 / 03 sütunları */
.lp-pillars {
    display: flex;
    flex-wrap: wrap;
    gap: clamp(20px, 4vw, 56px);
    margin-top: clamp(36px, 6vw, 72px);
    padding-top: 22px;
    border-top: 1px solid var(--line);
}

.lp-pillar {
    display: flex;
    align-items: baseline;
    gap: 10px;
}

.lp-pillar__n {
    font-family: var(--display);
    font-weight: 700;
    font-size: 17px;
    color: var(--primary);
    letter-spacing: 0.04em;
}

.lp-pillar__label {
    font-family: var(--sans);
    font-size: 13.5px;
    color: var(--ink-2);
}

/* ---------------------------- istatistik ---------------------------- */

.lp-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}

.lp-stat {
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: var(--r-4);
    padding: 24px 20px;
}

.lp-stat__n {
    font-family: var(--display);
    font-weight: 700;
    font-size: clamp(34px, 4vw, 54px);
    line-height: 1;
    color: var(--ink-1);
}

.lp-stat__label {
    font-family: var(--sans);
    font-size: 13px;
    color: var(--ink-3);
    margin-top: 8px;
}

/* ------------------------------ hikâye ------------------------------ */

.lp-story {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: clamp(24px, 4vw, 64px);
    align-items: center;
}

.lp-story__photo {
    aspect-ratio: 4 / 5;
    border-radius: var(--r-4);
    background-size: cover;
    background-position: center;
    border: 1px solid var(--line);
}

.lp-quote {
    font-family: var(--display);
    font-weight: 600;
    text-transform: none;
    font-size: clamp(24px, 3vw, 40px);
    line-height: 1.12;
    color: var(--ink-1);
    margin: 28px 0 0;
    padding-left: 20px;
    border-left: 2px solid var(--primary);
}

/* --------------------------- etkinlikler ---------------------------- */

.lp-head-row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: clamp(24px, 3vw, 44px);
}

.lp-events {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.lp-event {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 300px;
    border-radius: var(--r-4);
    overflow: hidden;
    background: var(--surface);
    border: 1px solid var(--line);
    text-decoration: none;
    transition: transform .2s var(--ease-quart, ease), border-color .2s ease;
}

.lp-event:hover { transform: translateY(-3px); border-color: var(--primary); }

.lp-event__media {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
}

.lp-event__scrim {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(8, 11, 18, 0.30) 0%, rgba(8, 11, 18, 0.55) 45%, rgba(8, 11, 18, 0.92) 100%);
}

.lp-event__date {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 2;
    background: rgba(8, 11, 18, 0.82);
    border: 1px solid var(--line);
    border-radius: var(--r-2);
    padding: 8px 12px;
    text-align: center;
    line-height: 1.05;
}

.lp-event__day {
    display: block;
    font-family: var(--display);
    font-weight: 700;
    font-size: 22px;
    color: var(--ink-1);
}

.lp-event__mon {
    display: block;
    font-family: var(--sans);
    font-weight: 700;
    font-size: 10px;
    letter-spacing: 0.16em;
    color: var(--primary);
    margin-top: 2px;
}

.lp-event__body {
    position: relative;
    z-index: 2;
    margin-top: auto;
    padding: 18px;
}

.lp-event__cat {
    display: inline-block;
    font-family: var(--sans);
    font-weight: 700;
    font-size: 10px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--primary);
    border: 1px solid rgba(var(--primary-rgb), 0.55);
    border-radius: var(--r-pill);
    padding: 4px 10px;
    margin-bottom: 10px;
}

.lp-event__title {
    font-family: var(--display);
    font-weight: 700;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 1.02;
    color: var(--ink-1);
    margin: 0;
}

.lp-event__meta {
    font-family: var(--sans);
    font-size: 13px;
    color: var(--ink-2);
    margin: 10px 0 0;
}

/* ------------------------------ kulüpler ---------------------------- */

.lp-clubs {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}

.lp-club {
    position: relative;
    display: block;
    min-height: 220px;
    border-radius: var(--r-4);
    overflow: hidden;
    background: var(--surface);
    border: 1px solid var(--line);
    text-decoration: none;
    transition: transform .2s var(--ease-quart, ease), border-color .2s ease;
}

.lp-club:hover { transform: translateY(-3px); border-color: var(--accent); }

.lp-club__media { position: absolute; inset: 0; background-size: cover; background-position: center; }

.lp-club__scrim {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(8, 11, 18, 0.25) 0%, rgba(8, 11, 18, 0.88) 100%);
}

.lp-club__body { position: absolute; left: 0; right: 0; bottom: 0; padding: 16px; }

.lp-club__n {
    font-family: var(--display);
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0.1em;
    color: var(--accent);
}

.lp-club__name {
    font-family: var(--display);
    font-weight: 700;
    text-transform: uppercase;
    font-size: 21px;
    line-height: 1.04;
    color: var(--ink-1);
    margin: 6px 0 0;
}

.lp-club__meta {
    font-family: var(--sans);
    font-size: 12.5px;
    color: var(--ink-3);
    margin: 6px 0 0;
}

/* ------------------------------ adımlar ----------------------------- */

.lp-steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}

.lp-step {
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: var(--r-4);
    padding: 26px 22px;
}

.lp-step__n {
    font-family: var(--display);
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 0.12em;
    color: var(--primary);
}

.lp-step__title {
    font-family: var(--display);
    font-weight: 700;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 1.05;
    color: var(--ink-1);
    margin: 12px 0 0;
}

.lp-step__body {
    font-family: var(--sans);
    font-size: 14.5px;
    line-height: 1.6;
    color: var(--ink-2);
    margin: 10px 0 0;
}

/* ----------------------------- uygulama ----------------------------- */

.lp-app {
    position: relative;
    border-radius: var(--r-4);
    overflow: hidden;
    border: 1px solid var(--line);
    padding: clamp(34px, 5vw, 72px);
    background-size: cover;
    background-position: center;
}

.lp-app__scrim {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(8, 11, 18, 0.92) 0%, rgba(8, 11, 18, 0.68) 60%, rgba(8, 11, 18, 0.45) 100%);
}

.lp-app__inner { position: relative; z-index: 2; max-width: 46ch; }

/* ---------------------------- duyarlılık ---------------------------- */

@media (max-width: 1000px) {
    .lp-events, .lp-steps { grid-template-columns: 1fr 1fr; }
    .lp-clubs  { grid-template-columns: 1fr 1fr; }
    .lp-stats  { grid-template-columns: 1fr 1fr; }
    .lp-story  { grid-template-columns: 1fr; }
    .lp-story__photo { aspect-ratio: 16 / 10; }
}

@media (max-width: 640px) {
    .lp-events, .lp-steps, .lp-clubs { grid-template-columns: 1fr; }
    .lp-hero { min-height: auto; }
    .lp-hero__scrim {
        background:
            linear-gradient(180deg, rgba(8, 11, 18, 0.72) 0%, rgba(8, 11, 18, 0.55) 45%, var(--bg) 100%);
    }
    .lp-title .outline { -webkit-text-stroke-width: 1px; }
    .lp-pillars { flex-direction: column; gap: 12px; }
}

/* Kontur başlık yüksek kontrast modunda okunmuyor — düz doldur. */
@media (prefers-contrast: more) {
    .lp-title .outline { color: var(--ink-1); -webkit-text-stroke: 0; }
}
