/**
 * Davettim v5 — Ana sayfa premium landing
 * body.home-page.home-premium
 */

/* ── Design tokens (DANZAN palette) ── */
body.home-page.home-premium {
    --gold: #c9a84c;
    --gold-2: #e8c872;
    --gold-3: #a68530;
    --gold-light: rgba(201, 168, 76, 0.12);
    --gold-dim: rgba(201, 168, 76, 0.06);
    --cream: #f5f0e8;
    --cream-dark: #ebe6dc;
    --brown: #3d2a1a;
    --brown-mid: #5c4030;
    --accent-red: #c0392b;
    --bg: #0a0a0a;
    --bg-cream: var(--cream);
    --ink-1: #111111;
    --ink-2: #1a1a1a;
    --ink-3: #222222;
    --text: #f5f0e8;
    --text-2: rgba(245, 240, 232, 0.72);
    --text-3: rgba(245, 240, 232, 0.48);
    --text-dark: #1a1610;
    --text-dark-2: #3d3528;
    --border: rgba(245, 240, 232, 0.1);
    --border-2: rgba(201, 168, 76, 0.35);
    --glass: rgba(255, 255, 255, 0.03);
    --glass-strong: rgba(255, 255, 255, 0.06);
    --glass-border: rgba(255, 255, 255, 0.08);
    --shadow-glow: 0 0 48px rgba(201, 168, 76, 0.12);
    --shadow-card: 0 12px 40px rgba(0, 0, 0, 0.5);
    --font-editorial: 'Syne', 'Bebas Neue', sans-serif;
    --font-serif: 'Playfair Display', 'Cormorant Garamond', serif;
    --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
    overflow-x: clip;
    max-width: 100%;
    background: var(--bg);
    color: var(--text);
}

/* ── Animated mesh background canvas ── */
#dmBgMesh {
    position: fixed;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    opacity: 0.35;
}

body.home-premium > *:not(#dmBgMesh):not(.mobile-nav-drawer) {
    position: relative;
    z-index: 1;
}

/* ── Navbar — glass dark ── */
body.home-page.home-premium .navbar-davettim {
    background: rgba(5, 5, 8, 0.72);
    backdrop-filter: blur(20px) saturate(1.4);
    -webkit-backdrop-filter: blur(20px) saturate(1.4);
    border-bottom: 1px solid var(--glass-border);
    box-shadow: none;
}
body.home-page.home-premium .navbar-davettim.scrolled {
    background: rgba(5, 5, 8, 0.92);
    box-shadow: 0 1px 0 var(--glass-border), 0 16px 48px rgba(0, 0, 0, 0.4);
}
body.home-page.home-premium .nav-links a {
    color: var(--text-2);
}
body.home-page.home-premium .nav-links a:hover {
    color: var(--gold);
    background: var(--gold-dim);
}
body.home-page.home-premium .nav-links a::after {
    background: var(--gold);
}
body.home-page.home-premium .davettim-logo--nav {
    filter: brightness(1.1);
    max-width: 170px;
    height: 52px;
}
body.home-page.home-premium .btn-outline-gold {
    border-color: var(--border-2);
    color: var(--gold);
    background: var(--gold-dim);
}
body.home-page.home-premium .btn-outline-gold:hover {
    background: rgba(232, 200, 114, 0.18);
    border-color: var(--gold);
    box-shadow: 0 0 24px rgba(232, 200, 114, 0.2);
}
body.home-page.home-premium .btn-gold {
    background: linear-gradient(135deg, var(--gold-2) 0%, var(--gold-3) 50%, #a68530 100%);
    color: #0a0806;
    font-weight: 600;
    box-shadow: 0 4px 24px rgba(232, 200, 114, 0.35), 0 0 0 1px rgba(232, 200, 114, 0.2);
}
body.home-page.home-premium .btn-gold:hover {
    box-shadow: 0 8px 32px rgba(201, 168, 76, 0.4);
    transform: translateY(-2px) skewX(-2deg);
}
body.home-page.home-premium .btn-ghost,
body.home-page.home-premium .btn-heritage-outline {
    border-color: var(--glass-border);
    color: var(--text-2);
    background: var(--glass);
    backdrop-filter: blur(8px);
}
body.home-page.home-premium .btn-ghost:hover,
body.home-page.home-premium .btn-heritage-outline:hover {
    border-color: var(--border-2);
    color: var(--gold);
    background: var(--gold-dim);
}
body.home-page.home-premium .nav-hamburger {
    background: var(--glass);
    border-color: var(--glass-border);
}
body.home-page.home-premium .nav-hamburger span {
    background: var(--text);
}

/* ── Scroll reveal (.sa) — JS aktif olunca gizlenir ── */
body.home-premium.js-motion .sa:not(.vis) {
    opacity: 0;
    transform: translateY(36px);
}
body.home-premium .sa.vis {
    opacity: 1;
    transform: none;
}

body.home-premium.home-hero-in .hero-heritage-tagline,
body.home-premium.home-hero-in .hero-heritage-h1,
body.home-premium.home-hero-in .home-hero .hero-p,
body.home-premium.home-hero-in .hero-heritage-actions,
body.home-premium.home-hero-in .hero-heritage-trust,
body.home-premium.home-hero-in .home-hero .hero-right {
    opacity: 1;
    transform: none;
}

/* ── Hero ── */
body.home-premium .hero.home-hero.hero-heritage.dm-hero-editorial {
    min-height: auto;
    padding: max(108px, calc(88px + env(safe-area-inset-top))) 0 clamp(56px, 8vw, 80px);
    background: transparent;
    overflow: visible;
}
body.home-premium .hero.home-hero.hero-heritage::before,
body.home-premium .hero.home-hero.hero-heritage::after {
    display: none;
}
body.home-premium .hero-heritage-bg {
    display: none;
}

body.home-premium .hero-heritage-tagline {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 16px 6px 12px;
    border-radius: 999px;
    background: var(--glass);
    border: 1px solid var(--glass-border);
    backdrop-filter: blur(12px);
    font-size: 0.82rem;
    font-weight: 500;
    color: var(--text-2);
    letter-spacing: 0.04em;
    margin-bottom: 20px;
}
body.home-premium .hero-heritage-tagline .heart {
    color: var(--gold);
    animation: dmPulse 2s ease-in-out infinite;
}
@keyframes dmPulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.7; transform: scale(1.15); }
}

body.home-premium .hero-heritage-h1 {
    font-family: 'Playfair Display', 'Cormorant Garamond', serif;
    font-size: clamp(2.4rem, 5.5vw, 4rem);
    font-weight: 400;
    line-height: 1.12;
    color: var(--text);
    margin-bottom: 20px;
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 0.65s var(--ease-out) 0.08s, transform 0.65s var(--ease-out) 0.08s;
}
body.home-premium .hero-h1-accent {
    background: linear-gradient(135deg, var(--gold-2) 0%, var(--gold) 60%, var(--brown-mid) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

body.home-premium .home-hero .hero-p {
    font-size: clamp(1rem, 1.8vw, 1.12rem);
    line-height: 1.7;
    color: var(--text-2);
    max-width: 520px;
    margin-bottom: 28px;
}
body.home-premium .home-hero .hero-p strong {
    color: var(--gold);
    font-weight: 500;
}

body.home-premium .hero-heritage-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 28px;
}
body.home-premium .btn-hero-cta,
body.home-premium .dm-btn-slash {
    border-radius: 12px !important;
    clip-path: none;
    letter-spacing: 0.06em;
    box-shadow: 0 8px 28px rgba(201, 168, 76, 0.35);
}

body.home-premium .btn-heritage-outline,
body.home-premium .hero-heritage-actions .btn-ghost {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 48px;
    padding: 13px 26px !important;
    line-height: 1.2;
    text-align: center;
    box-sizing: border-box;
}

body.home-premium .btn-heritage-outline {
    border-radius: 12px !important;
    border-color: rgba(255, 255, 255, 0.18) !important;
}

body.home-premium .hero-heritage-trust li::before {
    content: '✦';
    color: var(--gold);
    margin-right: 6px;
    font-size: 0.6rem;
}

body.home-premium .hero-heritage-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 24px;
    list-style: none;
    padding: 0;
}
body.home-premium .hero-heritage-trust li {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.84rem;
    color: var(--text-3);
}
body.home-premium .hero-heritage-trust i {
    color: var(--gold);
    font-size: 0.78rem;
}

/* ── Hero devices — düzenli layout ── */
body.home-premium .dm-hero-visual {
    position: relative;
    min-width: 0;
}
body.home-premium .home-hero .hero-right {
    opacity: 1;
    transform: none;
}
body.home-premium .hero-visual-cluster {
    position: relative;
    width: min(100%, 460px);
    margin: 0 auto;
    min-height: clamp(280px, 40vw, 360px);
}
body.home-premium .hero-visual-badge {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 4;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid var(--glass-border);
    backdrop-filter: blur(12px);
    font-size: 0.65rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--text-2);
    max-width: 10rem;
    text-align: center;
    line-height: 1.3;
}
body.home-premium .hero-devices {
    position: relative;
    height: clamp(260px, 36vw, 320px);
    margin-top: 32px;
}
body.home-premium .hero-device {
    position: absolute;
    transition: transform 0.4s var(--ease-out);
}
body.home-premium .hero-device--tablet {
    width: 68%;
    max-width: 300px;
    height: 86%;
    bottom: 0;
    left: 0;
    padding: 10px;
    z-index: 1;
}
body.home-premium .hero-device--phone {
    width: 36%;
    max-width: 140px;
    height: 90%;
    bottom: 2%;
    right: 0;
    padding: 8px 6px 10px;
    z-index: 2;
}
body.home-premium .hero-device-frame {
    width: 100%;
    height: 100%;
    border-radius: inherit;
    overflow: hidden;
    position: relative;
    background: linear-gradient(145deg, rgba(255,255,255,0.1), rgba(255,255,255,0.03));
    border: 1px solid var(--glass-border);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
    backdrop-filter: blur(16px);
}
body.home-premium .hero-device-notch {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 36%;
    height: 12px;
    background: #0a0a0a;
    border-radius: 0 0 8px 8px;
    z-index: 2;
}
body.home-premium .hero-device--tablet .hero-device-notch { display: none; }
body.home-premium .hero-screen {
    position: absolute;
    inset: 0;
    background: linear-gradient(165deg, #2d4a3e 0%, #1a2820 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 18% 10% 12%;
    text-align: center;
    border-radius: inherit;
}
body.home-premium .hero-screen--invite {
    background: linear-gradient(165deg, #1a1528 0%, #0f0d18 100%);
}
body.home-premium .hero-screen-names {
    font-family: 'Playfair Display', serif;
    font-size: clamp(0.75rem, 2vw, 1rem);
    color: var(--gold);
    margin-bottom: 4px;
}
body.home-premium .hero-screen-sub {
    font-size: 0.6rem;
    color: rgba(245, 240, 232, 0.6);
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
body.home-premium .hero-screen-flourish {
    margin-top: 8px;
    color: var(--gold);
    opacity: 0.5;
}
body.home-premium .hero-mini-cd {
    display: flex;
    gap: 4px;
    margin-top: 10px;
    flex-wrap: wrap;
    justify-content: center;
}
body.home-premium .hero-mini-cd span {
    padding: 3px 5px;
    border-radius: 6px;
    background: var(--glass);
    border: 1px solid var(--glass-border);
    font-size: 0.55rem;
    color: var(--text-2);
}
body.home-premium .hero-mini-cd strong {
    display: block;
    font-size: 0.7rem;
    color: var(--gold);
}

/* ── Premium zarf 3D sahne ── */
body.home-premium .dm-envelope-cluster {
    width: min(100%, 420px);
    min-height: clamp(280px, 42vw, 380px);
}

body.home-premium .dm-envelope-stage {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    max-width: 380px;
    margin: 36px auto 0;
    transform-style: preserve-3d;
    perspective: 1200px;
    will-change: transform;
}

body.home-premium .dm-envelope-glow {
    position: absolute;
    inset: 8%;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(201, 168, 76, 0.22), transparent 68%);
    filter: blur(24px);
    transform: translateZ(-40px);
    pointer-events: none;
}

body.home-premium .dm-envelope-layer {
    position: absolute;
    inset: 0;
    transform-style: preserve-3d;
    backface-visibility: hidden;
    will-change: transform, opacity;
}

body.home-premium .dm-envelope-layer img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    pointer-events: none;
    user-select: none;
}

body.home-premium .dm-envelope-layer--back {
    transform: translateZ(-48px) rotateY(-6deg) scale(0.94);
    z-index: 1;
}

body.home-premium .dm-envelope-layer--front {
    transform: translateZ(36px) rotateY(4deg);
    z-index: 2;
    opacity: 0;
}

/* Scroll bölümü */
body.home-premium .dm-envelope-scroll {
    position: relative;
    padding: clamp(64px, 10vw, 96px) 0;
    background: var(--bg);
    overflow: hidden;
}

body.home-premium .dm-envelope-scroll-grid {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: clamp(32px, 6vw, 48px);
    max-width: 720px;
    margin: 0 auto;
}

body.home-premium .dm-envelope-scroll-copy {
    order: 1;
    width: 100%;
}

body.home-premium .dm-hero-copy {
    overflow: visible;
    min-width: 0;
}

body.home-premium .dm-envelope-scroll-visual {
    order: 2;
    position: relative;
    width: 100%;
    min-height: auto;
    padding: 12px 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

body.home-premium .dm-envelope-stage--scroll {
    max-width: min(100%, 360px);
    margin: 0 auto;
}

body.home-premium .dm-envelope-scroll-copy .heritage-title {
    font-family: 'Playfair Display', 'Cormorant Garamond', serif;
    font-size: clamp(1.9rem, 3.5vw, 2.8rem);
    line-height: 1.15;
    color: var(--text);
    margin-bottom: 16px;
}

body.home-premium .dm-envelope-scroll-copy .heritage-title em {
    font-style: italic;
    color: var(--gold-2);
}

body.home-premium .dm-envelope-scroll-desc {
    font-family: var(--font-serif);
    font-size: clamp(0.95rem, 1.6vw, 1.05rem);
    line-height: 1.75;
    color: var(--text-2);
    max-width: 36rem;
    margin: 0 auto;
}

body.home-premium .dm-envelope-scroll-hint {
    margin-top: 20px;
    opacity: 0.65;
    font-size: 0.72rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--text-3);
    display: flex;
    align-items: center;
    gap: 8px;
}

body.home-premium .dm-envelope-scroll-hint i {
    color: var(--gold);
    animation: dmScrollPulse 2s ease-in-out infinite;
}

@media (max-width: 768px) {
    body.home-premium .dm-envelope-stage {
        max-width: min(100%, 280px);
        margin-top: 16px;
    }

    body.home-premium .dm-envelope-scroll {
        padding: 48px 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.home-premium .dm-envelope-layer--back,
    body.home-premium .dm-envelope-layer--front {
        transform: none !important;
    }
}

/* ── Stats band — glass cards ── */
body.home-premium .hero-stats-section {
    padding: 48px 0 56px;
    background: transparent;
}
body.home-premium .hero-stats-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}
body.home-premium .hero-stat-item {
    padding: 28px 20px;
    text-align: center;
    background: var(--glass);
    border: 1px solid var(--glass-border);
    border-radius: 20px;
    backdrop-filter: blur(16px);
    transition: transform 0.35s var(--ease-out), box-shadow 0.35s var(--ease-out);
}
body.home-premium .hero-stat-item:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-glow);
    border-color: var(--border-2);
}
body.home-premium .hero-stat-num {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 0.06em;
    font-family: 'Playfair Display', serif;
    font-size: clamp(2rem, 4vw, 2.8rem);
    font-weight: 600;
    line-height: 1;
}
body.home-premium .hero-stat-num .counter-num {
    background: linear-gradient(135deg, var(--gold), var(--gold-2));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
body.home-premium .hero-stat-suffix {
    font-size: 0.55em;
    font-weight: 500;
    background: linear-gradient(135deg, var(--gold), var(--gold-2));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    align-self: baseline;
    line-height: 1;
}
body.home-premium .hero-stat-label {
    font-size: 0.82rem;
    color: var(--text-3);
    margin-top: 6px;
}

/* ── Section headers ── */
body.home-premium .heritage-eyebrow,
body.home-premium .eyebrow {
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 12px;
}
body.home-premium .heritage-title,
body.home-premium .section-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.8rem, 3.5vw, 2.6rem);
    font-weight: 400;
    color: var(--text);
    line-height: 1.2;
}
body.home-premium .heritage-title em {
    font-style: italic;
    color: var(--gold-2);
}
body.home-premium .section-title em {
    font-style: italic;
    color: var(--gold-2);
    background: none;
    -webkit-text-fill-color: currentColor;
}
body.home-premium .section-body {
    color: var(--text-2);
}

/* ── Event pick cards — 3D glass ── */
body.home-premium .heritage-pick {
    padding: 64px 0;
    background: transparent;
}
body.home-premium .heritage-pick-track {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 16px;
    margin-top: 32px;
}
body.home-premium .heritage-pick-card {
    display: block;
    padding: 28px 24px;
    background: var(--glass);
    border: 1px solid var(--glass-border);
    border-radius: 20px;
    backdrop-filter: blur(16px);
    transition: transform 0.4s var(--ease-spring), box-shadow 0.4s var(--ease-out), border-color 0.3s;
    transform-style: preserve-3d;
    will-change: transform;
}
body.home-premium .heritage-pick-card:hover {
    border-color: var(--border-2);
    box-shadow: var(--shadow-glow);
    transform: translateY(-6px);
}
body.home-premium .heritage-pick-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(201,168,76,0.2), rgba(92,64,48,0.15));
    border: 1px solid var(--glass-border);
    margin-bottom: 16px;
    color: var(--gold);
}
body.home-premium .heritage-pick-icon svg {
    width: 24px;
    height: 24px;
}
body.home-premium .heritage-pick-card h3 {
    font-size: 1.05rem;
    font-weight: 600;
    color: var(--text);
    margin-bottom: 8px;
}
body.home-premium .heritage-pick-card p {
    font-size: 0.88rem;
    color: var(--text-3);
    line-height: 1.55;
}

/* ── Advantages grid ── */
body.home-premium .heritage-advantages {
    padding: 64px 0;
    background: transparent;
}
body.home-premium .heritage-adv-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 16px;
    margin-top: 32px;
}
body.home-premium .heritage-adv-item {
    padding: 24px;
    background: var(--glass);
    border: 1px solid var(--glass-border);
    border-radius: 18px;
    backdrop-filter: blur(12px);
    transition: transform 0.35s var(--ease-out), border-color 0.3s;
}
body.home-premium .heritage-adv-item:hover {
    transform: translateY(-4px);
    border-color: rgba(201, 168, 76, 0.28);
}
body.home-premium .heritage-adv-icon {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: linear-gradient(135deg, var(--gold-dim), rgba(92,64,48,0.12));
    color: var(--gold);
    margin-bottom: 14px;
    font-size: 1.1rem;
}
body.home-premium .heritage-adv-item h3 {
    font-size: 0.98rem;
    font-weight: 600;
    color: var(--text);
    margin-bottom: 6px;
}
body.home-premium .heritage-adv-item p {
    font-size: 0.86rem;
    color: var(--text-3);
    line-height: 1.55;
}

/* ── Counters ── */
body.home-premium .counters-section {
    padding: 48px 0;
    background: transparent;
}
body.home-premium .counters-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}
body.home-premium .counter-item {
    padding: 24px 16px;
    text-align: center;
    background: var(--glass);
    border: 1px solid var(--glass-border);
    border-radius: 18px;
    backdrop-filter: blur(12px);
}
body.home-premium .counter-icon {
    color: var(--gold);
    font-size: 1.2rem;
    margin-bottom: 10px;
}
body.home-premium .counter-num {
    font-family: 'Playfair Display', serif;
    font-size: 2rem;
    font-weight: 600;
    color: var(--gold);
}
body.home-premium .counter-label {
    font-size: 0.78rem;
    color: var(--text-3);
    margin-top: 4px;
}

body.home-premium .eyebrow-line {
    background: linear-gradient(90deg, transparent, var(--gold), transparent);
    height: 1px;
    flex: 1;
    max-width: 60px;
}

/* Alt bölüm stilleri → home-sections.css */

/* ── Footer override on home ── */
body.home-premium .site-footer {
    background: #030306 !important;
    border-top: 1px solid var(--glass-border);
}

/* ── Announcement bar ── */
body.home-premium .announcement-bar {
    background: linear-gradient(90deg, rgba(201,168,76,0.12), rgba(245,240,232,0.08), rgba(201,168,76,0.12));
    border-bottom: 1px solid var(--glass-border);
    color: var(--text-2);
}

/* ══ DANZAN EDITORIAL — Hero, Marquee, Stripes ═══════════════ */

.visually-hidden {
    position: absolute;
    width: 1px; height: 1px;
    padding: 0; margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
}

/* Dikey çizgiler (DANZAN stripe pattern) */
body.home-premium .dm-hero-stripes {
    display: none;
}
body.home-premium .dm-hero-stripes span {
    width: clamp(28px, 5vw, 56px);
    background: linear-gradient(180deg, var(--brown-mid), transparent);
    transform: scaleY(0);
    transform-origin: top;
}
body.home-premium.home-hero-in .dm-hero-stripes span {
    transform: scaleY(1);
}
body.home-premium .dm-hero-stripes span:nth-child(1) { transition-delay: 0.1s; }
body.home-premium .dm-hero-stripes span:nth-child(2) { transition-delay: 0.2s; }
body.home-premium .dm-hero-stripes span:nth-child(3) { transition-delay: 0.3s; }
body.home-premium .dm-hero-stripes span:nth-child(4) { transition-delay: 0.4s; }

/* Editorial hero layout — birleşik (çift tanım kaldırıldı) */
body.home-premium .hero.dm-hero-editorial {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: var(--bg);
    position: relative;
}

body.home-premium .dm-hero-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(32px, 5vw, 64px);
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 clamp(20px, 4vw, 48px);
    position: relative;
    z-index: 2;
}

/* Emblem — merkezi ikon */
body.home-premium .dm-hero-emblem {
    width: 56px;
    height: 64px;
    color: var(--gold);
    margin-bottom: 20px;
}
body.home-premium.home-hero-in .dm-hero-emblem {
    opacity: 1;
    transform: scale(1);
}
body.home-premium .dm-hero-emblem svg {
    width: 100%;
    height: 100%;
}

/* Premium wordmark — tek satır, serif */
body.home-premium .dm-hero-wordmark {
    font-family: 'Cormorant Garamond', 'Playfair Display', Georgia, serif;
    font-size: clamp(2rem, 5.5vw, 3.75rem);
    font-weight: 300;
    letter-spacing: 0.08em;
    line-height: 1.08;
    white-space: normal;
    color: var(--text);
    margin: 0 0 12px;
    overflow: visible;
}
body.home-premium.home-hero-in .dm-hero-wordmark {
    opacity: 1;
    transform: translateY(0);
}
/* Dual slogans */
body.home-premium .dm-hero-slogan {
    font-family: var(--font-editorial);
    font-size: clamp(0.75rem, 1.5vw, 0.9rem);
    font-weight: 700;
    letter-spacing: 0.35em;
    text-transform: uppercase;
    color: var(--text-3);
    margin: 0;
}
body.home-premium .dm-hero-slogan--a { transition-delay: 0.45s; }
body.home-premium .dm-hero-slogan--b { transition-delay: 0.52s; color: var(--gold); margin-bottom: 20px; }
body.home-premium.home-hero-in .dm-hero-slogan {
    opacity: 1;
    transform: translateX(0);
}

/* Slash-style CTA button */
body.home-premium .dm-btn-slash {
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-family: var(--font-editorial);
    font-size: 0.88rem;
    font-weight: 700;
    padding: 16px 32px;
}

/* Scroll hint */
body.home-premium .dm-scroll-hint {
    position: absolute;
    bottom: 32px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    z-index: 3;
    opacity: 0;
    animation: dmFadeIn 1s var(--ease-out) 1.2s forwards;
}
body.home-premium .dm-scroll-hint span {
    font-family: var(--font-editorial);
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.4em;
    color: var(--text-3);
}
body.home-premium .dm-scroll-line {
    width: 1px;
    height: 48px;
    background: linear-gradient(180deg, var(--gold), transparent);
    animation: dmScrollPulse 2s ease-in-out infinite;
}
@keyframes dmScrollPulse {
    0%, 100% { transform: scaleY(1); opacity: 1; }
    50% { transform: scaleY(0.5); opacity: 0.4; }
}
@keyframes dmFadeIn {
    from { opacity: 0; transform: translateX(-50%) translateY(10px); }
    to { opacity: 1; transform: translateX(-50%) translateY(0); }
}

/* Swipe hint kaldırıldı — scroll hint kullanılıyor */

/* Marquee band */
body.home-premium .dm-marquee {
    overflow: hidden;
    background: var(--cream);
    color: var(--text-dark);
    border-top: 1px solid rgba(61, 42, 26, 0.12);
    border-bottom: 1px solid rgba(61, 42, 26, 0.12);
    padding: 14px 0;
}
body.home-premium .dm-marquee-track {
    display: flex;
    width: max-content;
    animation: dmMarquee 40s linear infinite;
}
body.home-premium .dm-marquee-track span {
    font-family: var(--font-editorial);
    font-size: clamp(0.85rem, 2vw, 1.1rem);
    font-weight: 700;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    white-space: nowrap;
    padding-right: 0;
}
@keyframes dmMarquee {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

/* Bilingual section eyebrows */
body.home-premium .dm-eyebrow-bilingual {
    display: flex;
    align-items: baseline;
    gap: 10px;
    font-family: var(--font-editorial);
    letter-spacing: 0.2em;
    text-transform: uppercase;
}
body.home-premium .dm-eyebrow-kanji {
    font-family: var(--font-serif);
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0.05em;
    color: var(--gold);
}
body.home-premium .dm-eyebrow-en {
    font-size: 0.72rem;
    color: var(--text-3);
}

body.home-premium .dm-editorial-title {
    font-family: var(--font-editorial);
    font-weight: 800;
    font-size: clamp(2rem, 4.5vw, 3.2rem);
    line-height: 1.05;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.7s var(--ease-out), transform 0.7s var(--ease-out);
}
body.home-premium .dm-editorial-title.dm-title-in,
body.home-premium .sa.vis .dm-editorial-title {
    opacity: 1;
    transform: translateY(0);
}
body.home-premium .dm-editorial-title em {
    font-family: var(--font-serif);
    font-style: italic;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0;
    background: none;
    -webkit-text-fill-color: var(--gold);
    color: var(--gold);
}

/* CSS 3D zarf — scroll bölümü (PNG yok, hayalet görüntü yok) */
body.home-premium .dm-envelope-css {
    perspective: 1200px;
    max-width: min(100%, 340px);
    min-height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
}

body.home-premium .dm-css-env,
body.home-premium .dm-css-env * {
    transform-style: preserve-3d;
}

body.home-premium .dm-css-env {
    position: relative;
    width: min(88vw, 300px);
    height: min(52vw, 200px);
    transform: rotateX(8deg) rotateY(-8deg);
    filter: drop-shadow(0 28px 48px rgba(0, 0, 0, 0.45));
}

body.home-premium .dm-css-env__pocket {
    position: absolute;
    left: 4%;
    right: 4%;
    bottom: 6%;
    height: 62%;
    border-radius: 4px 4px 10px 10px;
    background: linear-gradient(168deg, #faf6ef 0%, #ebe0d0 50%, #ddd0bc 100%);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
}

body.home-premium .dm-css-env__card {
    position: absolute;
    left: 10%;
    right: 10%;
    top: 22%;
    height: 52%;
    border-radius: 6px;
    background: linear-gradient(180deg, #fff, #f8f4ec);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
    transform: translateZ(2px);
}

body.home-premium .dm-css-env__flap {
    position: absolute;
    left: 0;
    right: 0;
    transform-origin: 50% 0;
    backface-visibility: hidden;
}

body.home-premium .dm-css-env__flap--rear {
    top: 8%;
    height: 52%;
    background: linear-gradient(180deg, #f5ede2, #e8ddd0);
    clip-path: polygon(0 0, 50% 42%, 100% 0, 100% 100%, 0 100%);
}

body.home-premium .dm-css-env__flap--lid {
    top: 8%;
    height: 52%;
    background: linear-gradient(185deg, #fffef8, #ece0d2);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    transform: translateZ(8px);
}

body.home-premium .dm-css-env__seal {
    position: absolute;
    left: 50%;
    top: 38%;
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px;
    border-radius: 50%;
    background: radial-gradient(circle at 32% 28%, #fff8ee, var(--gold));
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
    transform: translateZ(20px);
}

body.home-premium .dm-css-env__seal span {
    position: absolute;
    inset: 22%;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.4);
}

body.home-premium .dm-css-env__flap,
body.home-premium .dm-css-env__card,
body.home-premium .dm-css-env__seal {
    transition: transform 0.65s cubic-bezier(0.22, 0.85, 0.3, 1), opacity 0.45s ease;
}

body.home-premium .dm-envelope-css.is-scroll-open .dm-css-env__flap--lid {
    transform: rotateX(-132deg) translateZ(12px);
}

body.home-premium .dm-envelope-css.is-scroll-open .dm-css-env__card {
    transform: translateY(-38%) translateZ(18px) scale(1.02);
}

body.home-premium .dm-envelope-css.is-scroll-open .dm-css-env__seal {
    transform: translateZ(36px) scale(0.15);
    opacity: 0;
}

body.home-premium .heritage-pick {
    background: var(--bg);
}
body.home-premium .heritage-advantages {
    background: var(--bg);
    color: var(--text);
    padding: clamp(64px, 10vw, 96px) 0;
}
body.home-premium .heritage-advantages .heritage-adv-item {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(16px) saturate(1.2);
    -webkit-backdrop-filter: blur(16px) saturate(1.2);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25);
}
body.home-premium .heritage-advantages .heritage-adv-item:hover {
    border-color: rgba(201, 168, 76, 0.28);
    transform: translateY(-4px);
    box-shadow: 0 20px 48px rgba(0, 0, 0, 0.35), 0 0 32px -8px rgba(201, 168, 76, 0.12);
}
body.home-premium .heritage-advantages .heritage-adv-item h3 {
    color: var(--text);
}
body.home-premium .heritage-advantages .heritage-adv-item p {
    color: var(--text-2);
}
body.home-premium .heritage-advantages .heritage-title,
body.home-premium .heritage-advantages .dm-editorial-title {
    color: var(--text);
}
body.home-premium .heritage-advantages .heritage-title em,
body.home-premium .heritage-advantages .dm-editorial-title em {
    color: var(--gold-2);
}
body.home-premium .heritage-advantages .dm-eyebrow-kanji {
    color: var(--gold);
}
body.home-premium .heritage-advantages .dm-eyebrow-en {
    color: var(--text-3);
}

/* Navbar minimal — DANZAN style on hero */
body.home-premium .navbar-davettim {
    background: transparent;
    border-bottom: none;
}
body.home-premium .navbar-davettim.scrolled,
body.home-premium .navbar-davettim.dm-nav-solid {
    background: rgba(10, 10, 10, 0.92);
    border-bottom: 1px solid var(--glass-border);
}

/* style.css hero padding çakışmasını kaldır */
body.home-premium .hero-left,
body.home-premium .hero-right {
    padding: 0 !important;
    min-width: 0;
}

body.home-premium .dm-card-3d {
    transform-style: preserve-3d;
    will-change: transform;
}

body.home-premium .hero-inner {
    overflow: visible;
    max-width: 100%;
}

/* Kısa rehber bandı (index-page.css yüklenmediği için burada) */
body.home-page .home-tour {
    position: relative;
    z-index: 25;
    background: linear-gradient(90deg, rgba(201, 168, 76, 0.1), rgba(201, 168, 76, 0.03));
    border-bottom: 1px solid var(--glass-border);
    padding: 10px max(16px, env(safe-area-inset-right)) 10px max(16px, env(safe-area-inset-left));
}
body.home-page .home-tour-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}
body.home-page .home-tour-text {
    font-size: 0.78rem;
    color: var(--text-2);
    line-height: 1.45;
}
body.home-page .home-tour-text a {
    color: var(--gold);
    text-decoration: underline;
}
body.home-page .home-tour-skip {
    flex-shrink: 0;
    font-size: 0.68rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding: 6px 12px;
    border-radius: 8px;
    border: 1px solid var(--border-2);
    background: rgba(255, 255, 255, 0.04);
    color: var(--text-2);
    cursor: pointer;
    font-family: inherit;
}

@media (max-width: 900px) {
    body.home-premium .dm-hero-grid {
        grid-template-columns: 1fr;
        gap: 28px;
        padding: 0 max(16px, env(safe-area-inset-right)) 0 max(16px, env(safe-area-inset-left));
    }

    /* Mobilde önce metin, sonra görsel */
    body.home-premium .dm-hero-copy { order: 1; }
    body.home-premium .dm-hero-visual { order: 2; }

    body.home-premium .dm-hero-wordmark {
        font-size: clamp(2rem, 11vw, 3rem);
        letter-spacing: 0.08em;
        white-space: normal;
        word-break: break-word;
    }

    body.home-premium .dm-hero-slogan {
        letter-spacing: 0.22em;
        font-size: clamp(0.65rem, 2.8vw, 0.78rem);
    }

    body.home-premium .hero.dm-hero-editorial {
        min-height: auto;
        padding-top: max(104px, calc(80px + env(safe-area-inset-top)));
        padding-bottom: 56px;
    }

    body.home-page:has(#homeTour:not([hidden])) .hero.dm-hero-editorial {
        padding-top: max(112px, calc(88px + env(safe-area-inset-top)));
    }

    body.home-premium .hero-left,
    body.home-premium .hero-right {
        padding: 0 !important;
        min-width: 0;
        width: 100%;
    }

    body.home-premium .hero-visual-cluster {
        width: min(100%, 420px);
        margin: 0 auto;
        min-height: clamp(260px, 38vw, 340px);
    }

    body.home-premium .dm-scroll-hint {
        display: none;
    }
}

@media (max-width: 768px) {
    body.home-premium .hero-stats-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    body.home-premium .hero-stat-item {
        padding: 20px 16px;
    }

    body.home-premium .counters-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    body.home-premium .heritage-pick-track,
    body.home-premium .heritage-adv-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    body.home-premium .delete-info-inner {
        grid-template-columns: 1fr;
    }

    body.home-premium .hero-heritage-actions {
        flex-direction: column;
        width: 100%;
    }

    body.home-premium .hero-heritage-actions .btn-gold,
    body.home-premium .hero-heritage-actions .btn-ghost,
    body.home-premium .hero-heritage-actions .dm-btn-slash {
        width: 100%;
        justify-content: center;
        text-align: center;
    }

    body.home-premium .home-hero .hero-p {
        max-width: none;
        font-size: 0.95rem;
    }

    body.home-premium .dm-marquee {
        padding: 10px 0;
    }

    body.home-premium .dm-marquee-track span {
        letter-spacing: 0.15em;
        font-size: 0.72rem;
    }
}

@media (max-width: 480px) {
    body.home-premium .dm-hero-wordmark {
        font-size: clamp(1.75rem, 12vw, 2.4rem);
        letter-spacing: 0.06em;
    }

    body.home-premium .dm-hero-emblem {
        width: 44px;
        height: 50px;
        margin-bottom: 14px;
    }

    body.home-premium .hero-visual-badge {
        font-size: 0.58rem;
        padding: 6px 10px;
        max-width: 8.5rem;
    }

    body.home-premium .hero-visual-cluster,
    body.home-premium .dm-envelope-cluster {
        width: 100%;
        max-width: 300px;
    }

    body.home-premium .dm-envelope-stage {
        max-width: min(100%, 280px);
        margin-top: 16px;
    }

    body.home-premium .counters-grid {
        grid-template-columns: 1fr;
    }

    body.home-premium .counter-num,
    body.home-premium .hero-stat-num {
        font-size: clamp(1.6rem, 8vw, 2.2rem);
    }

    body.home-premium .btn-hero-cta,
    body.home-premium .dm-btn-slash {
        padding: 14px 20px;
        font-size: 0.82rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.home-premium.js-motion .sa:not(.vis),
    body.home-premium .sa {
        opacity: 1;
        transform: none;
        transition: none;
    }
    body.home-premium .hero-heritage-tagline,
    body.home-premium .hero-heritage-h1,
    body.home-premium .home-hero .hero-p,
    body.home-premium .hero-heritage-actions,
    body.home-premium .hero-heritage-trust,
    body.home-premium .home-hero .hero-right {
        opacity: 1;
        transform: none;
        transition: none;
    }
}

/* Hero showcase — zarf görselleri yerine özellik pill'leri */
body.home-premium .dm-hero-showcase {
    position: relative;
    width: min(100%, 380px);
    min-height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

body.home-premium .dm-showcase-ring {
    position: absolute;
    inset: 8% 12%;
    border-radius: 50%;
    border: 1px solid rgba(201, 168, 76, 0.22);
    background: radial-gradient(circle at 50% 40%, rgba(201, 168, 76, 0.08), transparent 65%);
    box-shadow: 0 0 80px rgba(201, 168, 76, 0.12);
    animation: dm-showcase-pulse 5s ease-in-out infinite;
}

@keyframes dm-showcase-pulse {
    0%, 100% { transform: scale(1); opacity: 0.85; }
    50% { transform: scale(1.04); opacity: 1; }
}

body.home-premium .dm-showcase-pills {
    position: relative;
    z-index: 2;
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
}

body.home-premium .dm-showcase-pills li {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 18px;
    background: rgba(12, 10, 8, 0.55);
    border: 1px solid rgba(201, 168, 76, 0.18);
    border-radius: 14px;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    font-size: 0.88rem;
    letter-spacing: 0.04em;
    color: rgba(245, 238, 226, 0.88);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.25);
}

body.home-premium .dm-showcase-pills li i {
    color: rgba(201, 168, 76, 0.95);
    width: 1.1em;
    text-align: center;
}

@media (max-width: 767px) {
    body.home-premium .dm-hero-showcase {
        min-height: 220px;
        margin-top: 8px;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.home-premium .dm-showcase-ring { animation: none; }
}
