/* ═══════════════════════════════════════════════════════════
   Fatma'nın Kınası — "Harran Gecesi"
   Geleneksel Urfa kına gecesi davetiyesi
   ═══════════════════════════════════════════════════════════ */

:root {
    --night:      #150A0F;   /* gece bordosu-siyah */
    --night-2:    #23101A;
    --wine:       #6E1B2E;   /* bordo */
    --wine-soft:  #8E2A3F;
    --henna:      #C2542A;   /* kına turuncusu */
    --amber:      #D9973F;
    --gold:       #E7C46A;
    --gold-dim:   #B4934A;
    --cream:      #F6EAD8;
    --cream-dim:  rgba(246, 234, 216, .62);
    --cream-mute: rgba(246, 234, 216, .40);

    --grad-gold: linear-gradient(112deg, #9C7A34 0%, #E7C46A 28%, #FBEFC4 48%, #E7C46A 68%, #9C7A34 100%);
    --grad-fire: linear-gradient(120deg, #8E2A3F 0%, #C2542A 55%, #D9973F 100%);

    --f-display: "Marcellus", Georgia, serif;
    --f-quote:   "Cormorant Garamond", Georgia, serif;
    --f-body:    "Jost", -apple-system, "Segoe UI", sans-serif;

    --shadow: 0 22px 60px rgba(0, 0, 0, .55);
    --edge:   rgba(231, 196, 106, .22);

    --pad: clamp(1.25rem, 5vw, 3rem);
    --maxw: 1120px;
}

/* ─────────────── TEMEL ─────────────── */

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
    margin: 0;
    min-height: 100vh;
    font-family: var(--f-body);
    font-weight: 300;
    color: var(--cream);
    background: var(--night);
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

/* Gece göğü: derin bordo sisler */
body::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -3;
    background:
        radial-gradient(120% 70% at 50% -10%, rgba(142, 42, 63, .38) 0%, transparent 62%),
        radial-gradient(90% 55% at 12% 105%, rgba(194, 84, 42, .22) 0%, transparent 60%),
        radial-gradient(70% 50% at 92% 78%, rgba(110, 27, 46, .26) 0%, transparent 65%),
        linear-gradient(180deg, var(--night) 0%, var(--night-2) 52%, var(--night) 100%);
}

/* İnce geometrik doku katmanı */
body::after {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -2;
    opacity: .022;
    pointer-events: none;
    background-image:
        linear-gradient(45deg, var(--gold) 25%, transparent 25%, transparent 75%, var(--gold) 75%),
        linear-gradient(45deg, var(--gold) 25%, transparent 25%, transparent 75%, var(--gold) 75%);
    background-size: 52px 52px;
    background-position: 0 0, 26px 26px;
}

body.is-locked { overflow: hidden; height: 100vh; }

#embers {
    position: fixed;
    inset: 0;
    z-index: -1;
    pointer-events: none;
}

img, svg, canvas, iframe { display: block; max-width: 100%; }

::selection { background: var(--henna); color: var(--cream); }

/* Okuma çubuğu */
.progress-rail {
    position: fixed;
    top: 0; left: 0; right: 0;
    height: 2px;
    z-index: 60;
    background: rgba(246, 234, 216, .07);
    opacity: 0;
    transition: opacity .5s;
}
body:not(.is-locked) .progress-rail { opacity: 1; }
.progress-rail span {
    display: block;
    height: 100%;
    width: 0;
    background: var(--grad-gold);
    box-shadow: 0 0 12px rgba(231, 196, 106, .6);
}

/* ─────────────── MÜZİK BUTONU ─────────────── */

.music-btn {
    position: fixed;
    top: clamp(.9rem, 3vw, 1.6rem);
    right: clamp(.9rem, 3vw, 1.6rem);
    z-index: 55;
    width: 46px; height: 46px;
    display: grid;
    place-items: center;
    border: 1px solid var(--edge);
    border-radius: 50%;
    background: rgba(21, 10, 15, .68);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: border-color .3s, transform .3s;
}
.music-btn:hover { transform: scale(1.07); border-color: rgba(231, 196, 106, .5); }

.eq { display: flex; align-items: flex-end; gap: 3px; height: 15px; }
.eq i {
    width: 2.5px;
    height: 4px;
    border-radius: 2px;
    background: var(--gold);
    opacity: .55;
}
.music-btn.playing .eq i { animation: eq 1s ease-in-out infinite; opacity: 1; }
.music-btn.playing .eq i:nth-child(2) { animation-delay: .18s; }
.music-btn.playing .eq i:nth-child(3) { animation-delay: .36s; }
.music-btn.playing .eq i:nth-child(4) { animation-delay: .54s; }
.music-btn.muted .eq i { opacity: .22; }

@keyframes eq {
    0%, 100% { height: 4px; }
    50%      { height: 15px; }
}

/* ═══════════════ AÇILIŞ: TELKÂRİ KAPI ═══════════════ */

.gate-scene {
    position: fixed;
    inset: 0;
    z-index: 50;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: clamp(1.6rem, 5vh, 3rem);
    cursor: pointer;
    padding: var(--pad);
    perspective: 1400px;
}

.gate-glow {
    position: absolute;
    top: 50%; left: 50%;
    width: min(78vw, 420px);
    aspect-ratio: 1;
    transform: translate(-50%, -58%) scale(.35);
    border-radius: 50%;
    background: radial-gradient(circle, rgba(231, 196, 106, .85) 0%, rgba(217, 151, 63, .35) 35%, transparent 70%);
    opacity: 0;
    pointer-events: none;
    filter: blur(6px);
}

.gate {
    position: relative;
    width: min(74vw, 340px);
    aspect-ratio: 3 / 4.4;
    display: flex;
    transform-style: preserve-3d;
    animation: gate-breathe 5s ease-in-out infinite;
}

@keyframes gate-breathe {
    0%, 100% { transform: translateY(0); }
    50%      { transform: translateY(-9px); }
}

.gate-leaf {
    position: relative;
    flex: 1;
    color: var(--gold);
    background:
        linear-gradient(180deg, rgba(110, 27, 46, .55) 0%, rgba(21, 10, 15, .82) 100%);
    border: 1.5px solid rgba(231, 196, 106, .42);
    box-shadow: var(--shadow), inset 0 0 40px rgba(231, 196, 106, .07);
    overflow: hidden;
    backface-visibility: hidden;
}
.gate-left  { border-radius: 999px 0 0 6px; border-right: none;  transform-origin: left center; }
.gate-right { border-radius: 0 999px 6px 0; border-left: none;   transform-origin: right center; }

.lattice { width: 100%; height: 100%; opacity: .5; }

/* Kanat kenarındaki altın ışık şeridi */
.gate-edge {
    position: absolute;
    top: 8%; bottom: 8%;
    width: 2px;
    background: var(--grad-gold);
    opacity: .85;
}
.gate-left  .gate-edge { right: 0; }
.gate-right .gate-edge { left: 0; }

.gate-seal {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    width: clamp(64px, 17vw, 84px);
    aspect-ratio: 1;
    display: grid;
    place-items: center;
    color: var(--night);
    background: var(--grad-gold);
    border-radius: 50%;
    box-shadow: 0 10px 26px rgba(0, 0, 0, .5), inset 0 2px 6px rgba(255, 255, 255, .38);
    z-index: 3;
}
.gate-seal svg { position: absolute; inset: 0; width: 100%; height: 100%; }
.gate-seal-letter {
    font-family: var(--f-display);
    font-size: clamp(1.5rem, 4.6vw, 1.9rem);
    line-height: 1;
    color: #3A1420;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .35);
}

.gate-hint {
    display: flex;
    align-items: center;
    gap: .85rem;
    margin: 0;
    font-size: .68rem;
    font-weight: 400;
    letter-spacing: .3em;
    text-transform: uppercase;
    color: var(--cream-mute);
    animation: hint-pulse 2.6s ease-in-out infinite;
}
.gate-hint-line {
    width: clamp(24px, 8vw, 46px);
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--gold-dim), transparent);
}

@keyframes hint-pulse {
    0%, 100% { opacity: .45; }
    50%      { opacity: 1; }
}

/* ═══════════════ DAVETİYE GÖVDESİ ═══════════════ */

.invitation { position: relative; z-index: 1; }

.sec {
    max-width: var(--maxw);
    margin-inline: auto;
    padding: clamp(3.5rem, 11vh, 7rem) var(--pad);
}

.sec-title {
    margin: 0 0 .5rem;
    font-family: var(--f-display);
    font-weight: 400;
    font-size: clamp(1.6rem, 4.6vw, 2.5rem);
    letter-spacing: .02em;
    text-align: center;
}
.sec-title span {
    position: relative;
    display: inline-block;
    padding-bottom: .7rem;
    background: var(--grad-gold);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.sec-title span::after {
    content: "";
    position: absolute;
    left: 50%; bottom: 0;
    width: 46px; height: 1px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, transparent, var(--gold-dim), transparent);
}

.sec-sub {
    margin: .4rem 0 0;
    text-align: center;
    font-family: var(--f-quote);
    font-style: italic;
    font-size: clamp(.98rem, 2.4vw, 1.15rem);
    color: var(--cream-dim);
}

.rule {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .9rem;
    margin: 1.4rem 0;
}
.rule i {
    width: clamp(38px, 12vw, 88px);
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--gold-dim), transparent);
}
.rule b { color: var(--gold); font-size: .78rem; font-weight: 400; }

/* ─────────────── HERO ─────────────── */

.hero {
    position: relative;
    min-height: 100svh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-block: clamp(4rem, 12vh, 7rem);
}

/* Hero'yu saran ince altın çerçeve */
.hero-frame {
    position: absolute;
    inset: clamp(.9rem, 3.5vw, 2.2rem);
    border: 1px solid rgba(231, 196, 106, .16);
    border-radius: 3px;
    pointer-events: none;
}
.hero-frame::before,
.hero-frame::after {
    content: "";
    position: absolute;
    width: 26px; height: 26px;
    border: 1px solid rgba(231, 196, 106, .45);
}
.hero-frame::before { top: -1px;    left: -1px;  border-right: none; border-bottom: none; }
.hero-frame::after  { bottom: -1px; right: -1px; border-left: none;  border-top: none; }

.kicker {
    margin: 0 0 1.6rem;
    font-size: .64rem;
    font-weight: 500;
    letter-spacing: .38em;
    text-transform: uppercase;
    color: var(--amber);
}

.hero-name {
    margin: 0;
    font-family: var(--f-display);
    font-weight: 400;
    line-height: .92;
    letter-spacing: -.01em;
}
.hero-name-top,
.hero-name-bot {
    display: block;
    background: var(--grad-gold);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.hero-name-top { font-size: clamp(2.1rem, 9.5vw, 4.4rem); }
.hero-name-bot {
    font-size: clamp(3.4rem, 17vw, 8rem);
    letter-spacing: .04em;
    margin-top: -.06em;
}

/* İsim harfleri (JS böler) */
.hero-name .ch {
    display: inline-block;
    will-change: transform, opacity;
    /* Harf span'leri transform ile kendi katmanına alınınca üstteki
       background-clip:text boya vermiyor; degradeyi harfin kendisine uygula */
    background: inherit;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.hero-fam {
    margin: 0;
    font-family: var(--f-quote);
    font-size: clamp(1rem, 2.7vw, 1.22rem);
    letter-spacing: .09em;
    color: var(--cream-dim);
}

.hero-lead {
    max-width: 34ch;
    margin: 1.5rem auto 0;
    font-family: var(--f-quote);
    font-style: italic;
    font-size: clamp(1.02rem, 2.7vw, 1.3rem);
    line-height: 1.75;
    color: var(--cream-dim);
}

.scroll-cue {
    margin-top: clamp(2.5rem, 7vh, 4rem);
    width: 24px; height: 40px;
    border: 1px solid rgba(231, 196, 106, .38);
    border-radius: 14px;
    display: grid;
    place-items: start center;
    padding-top: 8px;
}
.scroll-cue span {
    width: 3px; height: 7px;
    border-radius: 2px;
    background: var(--gold);
    animation: cue 1.9s ease-in-out infinite;
}
@keyframes cue {
    0%      { opacity: 0; transform: translateY(0); }
    35%     { opacity: 1; }
    100%    { opacity: 0; transform: translateY(13px); }
}

/* ─────────────── DAVET KARTLARI ─────────────── */

.invite-grid {
    display: grid;
    gap: clamp(1rem, 2.6vw, 1.6rem);
    margin-top: clamp(2rem, 5vh, 3.2rem);
    grid-template-columns: 1fr;
    align-items: stretch;
}
@media (min-width: 720px) {
    .invite-grid { grid-template-columns: .9fr 1.1fr; }
}

.tile {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(1.7rem, 4.5vw, 2.6rem);
    border: 1px solid var(--edge);
    border-radius: 2px;
    background: linear-gradient(160deg, rgba(110, 27, 46, .3) 0%, rgba(21, 10, 15, .6) 100%);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    overflow: hidden;
}
.tile::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 1px;
    background: var(--grad-gold);
    opacity: .55;
}

.tile-tag {
    font-size: .58rem;
    font-weight: 500;
    letter-spacing: .34em;
    text-transform: uppercase;
    color: var(--amber);
}

.tile-day {
    margin: 1.1rem 0 0;
    font-family: var(--f-quote);
    font-style: italic;
    font-size: 1.05rem;
    color: var(--cream-dim);
}

.tile-big {
    display: flex;
    align-items: center;
    gap: .8rem;
    margin: .2rem 0 0;
    font-family: var(--f-display);
    line-height: 1;
}
.tile-big b {
    font-weight: 400;
    font-size: clamp(3.4rem, 12vw, 4.6rem);
    background: var(--grad-gold);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.tile-big span {
    display: flex;
    flex-direction: column;
    gap: .18rem;
    font-size: clamp(1.05rem, 3.4vw, 1.4rem);
    letter-spacing: .06em;
    color: var(--cream);
}
.tile-big i {
    font-style: normal;
    font-family: var(--f-body);
    font-size: .78rem;
    letter-spacing: .26em;
    color: var(--cream-mute);
}

.tile-time {
    margin: 1rem 0 0;
    font-size: .9rem;
    letter-spacing: .04em;
    color: var(--cream-dim);
}

.tile-name {
    margin: 1.1rem 0 0;
    font-family: var(--f-display);
    font-weight: 400;
    font-size: clamp(1.55rem, 5vw, 2.15rem);
    line-height: 1.2;
    color: var(--cream);
}
.tile-addr {
    margin: .9rem 0 0;
    font-size: .93rem;
    line-height: 1.85;
    color: var(--cream-dim);
}
.tile-link {
    margin-top: 1.4rem;
    align-self: flex-start;
    font-size: .8rem;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: var(--gold);
    text-decoration: none;
    border-bottom: 1px solid rgba(231, 196, 106, .35);
    padding-bottom: .25rem;
    transition: border-color .3s, color .3s;
}
.tile-link:hover { color: var(--cream); border-color: var(--cream); }

/* ─────────────── GERİ SAYIM ─────────────── */

.count-sec { text-align: center; }

.count-lead {
    margin: 0 0 1.6rem;
    font-size: .64rem;
    font-weight: 500;
    letter-spacing: .38em;
    text-transform: uppercase;
    color: var(--amber);
}

.count {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: clamp(.35rem, 1.6vw, 1.1rem);
}
.count-cell { display: flex; flex-direction: column; align-items: center; min-width: clamp(52px, 16vw, 92px); }

.count-num {
    font-family: var(--f-display);
    font-size: clamp(2.2rem, 10vw, 4rem);
    line-height: 1;
    background: var(--grad-gold);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    transition: transform .35s cubic-bezier(.34, 1.56, .64, 1);
}
.count-num.tick { transform: translateY(-5px) scale(1.06); }

.count-lab {
    margin-top: .6rem;
    font-size: .58rem;
    letter-spacing: .26em;
    text-transform: uppercase;
    color: var(--cream-mute);
}
.count-sep {
    font-family: var(--f-display);
    font-size: clamp(1.4rem, 6vw, 2.4rem);
    line-height: 1.15;
    color: rgba(231, 196, 106, .3);
}

/* ─────────────── KINA GELENEĞİ ─────────────── */

.ritual-grid {
    display: grid;
    gap: clamp(.9rem, 2.4vw, 1.4rem);
    margin-top: clamp(2.2rem, 6vh, 3.4rem);
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 230px), 1fr));
}

.ritual {
    position: relative;
    padding: clamp(1.6rem, 4vw, 2.1rem) clamp(1.3rem, 3.4vw, 1.7rem);
    border: 1px solid var(--edge);
    border-radius: 2px;
    background: linear-gradient(170deg, rgba(142, 42, 63, .2) 0%, rgba(21, 10, 15, .55) 100%);
    transition: border-color .4s, transform .4s, box-shadow .4s;
    transform-style: preserve-3d;
    will-change: transform;
}
.ritual:hover {
    border-color: rgba(231, 196, 106, .5);
    box-shadow: 0 20px 44px rgba(0, 0, 0, .45);
}

.ritual-no {
    position: absolute;
    top: clamp(1rem, 3vw, 1.4rem);
    right: clamp(1rem, 3vw, 1.4rem);
    font-family: var(--f-display);
    font-size: 1.5rem;
    color: rgba(231, 196, 106, .16);
}

.ritual-icon {
    width: 40px; height: 40px;
    color: var(--amber);
    margin-bottom: 1.2rem;
}

.ritual h3 {
    margin: 0 0 .6rem;
    font-family: var(--f-display);
    font-weight: 400;
    font-size: 1.16rem;
    letter-spacing: .02em;
    color: var(--gold);
}
.ritual p {
    margin: 0;
    font-size: .89rem;
    line-height: 1.8;
    color: var(--cream-dim);
}

/* ─────────────── PROGRAM ─────────────── */

.plan {
    list-style: none;
    max-width: 640px;
    margin: clamp(2.2rem, 6vh, 3.4rem) auto 0;
    padding: 0 0 0 clamp(4.2rem, 15vw, 6rem);
    position: relative;
}
.plan::before {
    content: "";
    position: absolute;
    left: clamp(4.2rem, 15vw, 6rem);
    top: .5rem; bottom: .5rem;
    width: 1px;
    background: linear-gradient(180deg, transparent, rgba(231, 196, 106, .45) 12%, rgba(231, 196, 106, .45) 88%, transparent);
    transform: translateX(-.5px);
}

.plan-item {
    position: relative;
    padding: 0 0 clamp(1.6rem, 4vh, 2.2rem) clamp(1.3rem, 4vw, 1.9rem);
}
.plan-item:last-child { padding-bottom: 0; }

.plan-item::before {
    content: "";
    position: absolute;
    left: 0; top: .42rem;
    width: 9px; height: 9px;
    transform: translateX(-4.5px) rotate(45deg);
    background: var(--grad-gold);
    box-shadow: 0 0 0 4px rgba(21, 10, 15, 1), 0 0 14px rgba(231, 196, 106, .5);
}

.plan-time {
    position: absolute;
    left: calc(-1 * clamp(4.2rem, 15vw, 6rem));
    top: .1rem;
    width: clamp(3.4rem, 12vw, 4.6rem);
    text-align: right;
    font-family: var(--f-display);
    font-size: clamp(.9rem, 2.8vw, 1.05rem);
    letter-spacing: .03em;
    color: var(--amber);
}

.plan-body { display: block; }
.plan-body strong {
    display: block;
    font-family: var(--f-display);
    font-weight: 400;
    font-size: clamp(1.05rem, 3.2vw, 1.24rem);
    letter-spacing: .02em;
    color: var(--cream);
    margin-bottom: .3rem;
}
.plan-body {
    font-size: .89rem;
    line-height: 1.7;
    color: var(--cream-mute);
}

/* ─────────────── NE GİYELİM ─────────────── */

.dress-card {
    display: grid;
    gap: clamp(1.8rem, 5vw, 3rem);
    align-items: center;
    padding: clamp(1.9rem, 5.5vw, 3.2rem);
    border: 1px solid var(--edge);
    border-radius: 2px;
    background:
        radial-gradient(120% 140% at 100% 0%, rgba(194, 84, 42, .22) 0%, transparent 58%),
        linear-gradient(160deg, rgba(110, 27, 46, .32) 0%, rgba(21, 10, 15, .62) 100%);
}
@media (min-width: 780px) {
    .dress-card { grid-template-columns: 1.35fr .65fr; }
}

.dress-title {
    margin: 0 0 1rem;
    font-family: var(--f-display);
    font-weight: 400;
    font-size: clamp(1.5rem, 4.6vw, 2.1rem);
    background: var(--grad-gold);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.dress-copy p {
    margin: 0;
    font-size: clamp(.94rem, 2.4vw, 1.02rem);
    line-height: 1.9;
    color: var(--cream-dim);
}
.dress-copy strong { color: var(--gold); font-weight: 500; }

.dress-swatches {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    gap: clamp(.35rem, 1.2vw, .6rem);
}
.dress-swatches span {
    width: clamp(30px, 7.5vw, 46px);
    flex: none;
    aspect-ratio: 1;
    border-radius: 50%;
    background: var(--c);
    border: 1px solid rgba(246, 234, 216, .22);
    box-shadow: inset 0 3px 8px rgba(255, 255, 255, .16), 0 8px 18px rgba(0, 0, 0, .35);
}

/* ─────────────── HARİTA ─────────────── */

.map-wrap {
    margin-top: clamp(2rem, 5vh, 3rem);
    border: 1px solid var(--edge);
    border-radius: 2px;
    overflow: hidden;
    box-shadow: var(--shadow);
}
.map-wrap iframe {
    width: 100%;
    height: clamp(260px, 44vh, 420px);
    border: 0;
    filter: grayscale(.35) sepia(.28) contrast(1.05) brightness(.92);
}

.btn-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: clamp(.7rem, 2vw, 1rem);
    margin-top: clamp(1.6rem, 4vh, 2.2rem);
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .6rem;
    padding: .95rem 1.7rem;
    font-family: var(--f-body);
    font-size: .84rem;
    font-weight: 500;
    letter-spacing: .1em;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 999px;
    border: 1px solid transparent;
    cursor: pointer;
    transition: transform .3s, box-shadow .3s, background-color .3s, color .3s, border-color .3s;
}
.btn svg { width: 17px; height: 17px; flex: none; }
.btn:hover { transform: translateY(-2px); }

.btn-fill {
    background: var(--grad-gold);
    color: #35131E;
    box-shadow: 0 12px 30px rgba(231, 196, 106, .22);
}
.btn-fill:hover { box-shadow: 0 18px 40px rgba(231, 196, 106, .34); }

.btn-ghost {
    background: transparent;
    color: var(--gold);
    border-color: rgba(231, 196, 106, .38);
}
.btn-ghost:hover { border-color: var(--gold); background: rgba(231, 196, 106, .08); }

.btn-wa {
    background: #25D366;
    color: #08301A;
    box-shadow: 0 12px 30px rgba(37, 211, 102, .22);
}
.btn-wa:hover { background: #1FBA59; box-shadow: 0 18px 40px rgba(37, 211, 102, .3); }

/* ─────────────── PAYLAŞ & QR ─────────────── */

.share-card {
    display: grid;
    gap: clamp(1.6rem, 5vw, 2.6rem);
    align-items: center;
    justify-items: center;
    margin-top: clamp(2rem, 5vh, 3rem);
    padding: clamp(1.9rem, 5vw, 2.8rem);
    border: 1px solid var(--edge);
    border-radius: 2px;
    background: linear-gradient(160deg, rgba(110, 27, 46, .26) 0%, rgba(21, 10, 15, .6) 100%);
}
@media (min-width: 700px) {
    .share-card { grid-template-columns: auto 1fr; justify-items: start; }
}

.qr-box { text-align: center; }
.qr-box canvas {
    width: clamp(150px, 42vw, 186px);
    height: auto;
    padding: 12px;
    border-radius: 4px;
    background: var(--cream);
    box-shadow: 0 14px 34px rgba(0, 0, 0, .42);
}
.qr-note {
    margin: .85rem 0 0;
    font-size: .62rem;
    letter-spacing: .24em;
    text-transform: uppercase;
    color: var(--cream-mute);
}

.share-actions {
    display: flex;
    flex-direction: column;
    gap: .8rem;
    width: 100%;
    max-width: 320px;
}
.share-actions .btn { width: 100%; }

/* ─────────────── KAPANIŞ ─────────────── */

.closing { text-align: center; padding-bottom: clamp(4rem, 12vh, 7rem); }

.closing-text {
    margin: 0;
    font-family: var(--f-quote);
    font-style: italic;
    font-size: clamp(1.05rem, 3vw, 1.35rem);
    color: var(--cream-dim);
}
.closing-sign {
    margin: .8rem 0 0;
    font-family: var(--f-display);
    font-size: clamp(1.5rem, 5vw, 2.1rem);
    letter-spacing: .04em;
    background: var(--grad-gold);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.demo-note {
    max-width: 560px;
    margin: clamp(2.6rem, 7vh, 4rem) auto 0;
    padding: 1.5rem 1.6rem 1.7rem;
    border: 1px dashed rgba(231, 196, 106, .3);
    border-radius: 3px;
    background: rgba(21, 10, 15, .5);
}
.demo-badge {
    display: inline-block;
    padding: .3rem .8rem;
    margin-bottom: .9rem;
    font-size: .56rem;
    font-weight: 600;
    letter-spacing: .3em;
    border-radius: 999px;
    background: var(--grad-fire);
    color: var(--cream);
}
.demo-note p {
    margin: 0;
    font-size: .84rem;
    line-height: 1.85;
    color: var(--cream-mute);
}
.demo-note strong { color: var(--gold); font-weight: 500; }

/* ─────────────── TOAST ─────────────── */

.toast {
    position: fixed;
    left: 50%; bottom: clamp(1.5rem, 5vh, 2.5rem);
    transform: translate(-50%, 20px);
    z-index: 70;
    padding: .85rem 1.5rem;
    font-size: .82rem;
    letter-spacing: .04em;
    border-radius: 999px;
    border: 1px solid var(--edge);
    background: rgba(21, 10, 15, .94);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color: var(--cream);
    box-shadow: var(--shadow);
    opacity: 0;
    transition: opacity .35s, transform .35s;
}
.toast.show { opacity: 1; transform: translate(-50%, 0); }

/* ─────────────── ERİŞİLEBİLİRLİK ─────────────── */

:focus-visible {
    outline: 2px solid var(--gold);
    outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    .gate, .gate-hint, .scroll-cue span, .eq i { animation: none !important; }
    * { transition-duration: .01ms !important; }
}
