:root {
    color-scheme: dark;
    
    /* ─────────────────────────────────────── BACKGROUNDS ───────────────────────────────────────── */
    --bg-base: #0F0810;                 /* darkest page background with deep purple-red undertone */
    --bg-surface: #2D1B2E;              /* card / panel surface in dark mauve */
    --bg-elevated: #4A2F50;             /* modal / popover surface, slightly lighter */
    --bg-subtle: #3D2540;               /* muted section fill, dusty rose-mauve blend */
    --bg-overlay: rgba(15, 8, 16, 0.85); /* scrim / overlay background */

    /* ─────────────────────────────────────── PINKS & ROSES ───────────────────────────────────────── */
    --pink-50: #FDF5F7;                 /* palest blush tint, almost cream */
    --pink-100: #F5D9E0;                /* light rose, soft and approachable */
    --pink-300: #E8A5B9;                /* soft warm pink (main brand light accent) */
    --pink-500: #DD6B8E;                /* medium rose (interactive elements, hover) */
    --pink-700: #B83E64;                /* deep rose (secondary CTA, active states) */
    --pink-900: #7A1428;                /* near-crimson dark pink (borders, strong contrast) */

    /* ─────────────────────────────────────── CRIMSONS & DARK REDS ───────────────────────────────────────── */
    --crimson-400: #C4345A;             /* rich mid crimson (secondary accent) */
    --crimson-600: #8B0031;             /* deep jewel crimson (icon overlays, borders) */
    --crimson-800: #5C0020;             /* very dark crimson (pressed states) */
    --crimson-950: #2D0010;             /* near-black with deep red undertone (extreme contrast) */

    /* ─────────────────────────────────────── MAUVES & DUSTY TONES ───────────────────────────────────────── */
    --mauve-100: #E8D5E0;               /* light dusty lavender-pink (subtle fills) */
    --mauve-300: #D4A5B8;               /* medium dusty rose (muted accents, dividers) */
    --mauve-500: #9B7184;               /* muted plum-rose (secondary text, disabled states) */
    --mauve-700: #7A5270;               /* deep muted burgundy (strong borders, icons) */

    /* ─────────────────────────────────────── NEUTRALS ───────────────────────────────────────── */
    --neutral-50: #F9F5F6;              /* warm off-white (light text on dark backgrounds) */
    --neutral-200: #E0D8DB;             /* light warm gray (secondary accent backgrounds) */
    --neutral-400: #A09099;             /* mid warm gray (tertiary text, subtle elements) */
    --neutral-600: #5A5057;             /* dark warm gray (secondary text on light bg) */
    --neutral-900: #2A2426;             /* near-black warm (strong text contrast) */

    /* ─────────────────────────────────────── SEMANTIC ───────────────────────────────────────── */
    --color-primary: #C44A6E;           /* main CTA / brand color (primary buttons, badges) */
    --color-primary-hover: #8B0031;     /* hover variant (deeper crimson) */
    --color-text-on-primary: #FDF5F7;   /* readable text on primary bg */
    --color-accent: #D4A574;            /* decorative highlight / warm gold (luxury accents) */
    --color-border: #9B7084;            /* default border color (subtle dividers) */
    --color-border-strong: #D4537E;     /* emphasized border (focus rings, active states) */

    /* ─────────────────────────────────────── TEXT ───────────────────────────────────────── */
    --text-primary: #F5EEF2;            /* main body text (high contrast on dark) */
    --text-secondary: #D4C8CF;          /* muted / subtext (secondary information) */
    --text-muted: #8A7D85;              /* placeholder / disabled (lowest contrast, interactive hint) */
    --text-inverse: #F5EEF2;            /* text on dark surfaces (same as primary for consistency) */
    
    /* Legacy compatibility */
    --bg: #0F0810;
    --surface: rgba(45, 27, 46, 0.595);
    --surface-soft: rgba(248, 245, 246, 0.08);
    --surface-strong: rgba(248, 245, 246, 0.14);
    --border: rgba(212, 82, 126, 0.2);
    --text: #F5EEF2;
    --muted: #8A7D85;
    --accent: #C44A6E;
    --accent-soft: #E8A5B9;
    --shadow: 0 24px 80px rgba(0, 0, 0, 0.25);
}


html,
body,
* {
    cursor: url("heart.png") 8 8, auto;
}



#spotify-iframe{
   
}


.profile-image{
    width: 100%;
    height: auto;
    border: 40px solid transparent; 
    border-image: url('lace-purple.png') 84 round;
     border-radius: 50%;
}


.dentelle-motion {
    width: 100%;
    height: 60px;               /* adjust to your dentelle height */
    overflow: hidden;
    position: relative;
}

.dentelle-track {
    position: absolute;
    inset: 0;
    width: 200%;
    background-image: url('dantel.png'), url('dantel.png');
    background-repeat: repeat-x, repeat-x;
    background-position: 0 0, 100% 0;
    background-size: auto 100%, auto 100%;

    animation: dentelleScroll 20s linear infinite;
}

@keyframes dentelleScroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}




#welcome:hover {

    filter: drop-shadow(0 0 14px rgba(236, 59, 131, 0.7));
}

* {
    box-sizing: border-box;
}


html, body {
    margin: 0;
    padding: 0;
}

/*.page-cloud{
    position: absolute;
    top: -70%;
    left: 50%;
    transform: translateX(-50%);
    width:100% ;
    height: auto;
    z-index: -1;
    cursor: pointer;
}*/

.big-space{
  padding: 34px ;
}


.moon-container{
    position: center;
    width: 180px;     /* or whatever size you want */
    aspect-ratio:1;
    border-radius:50%;
    overflow:hidden;
    transform-origin:center;
     margin:0 auto; 
    filter: drop-shadow(0 0 14px #e8a5b97e); 

}

#moon{
    width:100%;
    height:100%;
    object-fit:cover;
    transform:scale(1.4); /* Zoom amount */
    transform-origin:center;

}




.page-cloud {
    position: absolute;
    top: -70%;
    left: 0;
    width: 100%;
    overflow: hidden; /* hides the extra image */
    z-index: -1;
    pointer-events: none;
}

.page-cloud img {
    display: block;
    width: 110%;      /* Extra width prevents gaps */
    max-width: none;
    margin-left: -5%; /* Center the oversized image */
    will-change: transform;
}

.section-card{
    justify-content: center;
}

body {
  

    min-width: 1200px;

    margin-top: 35px;
    position: relative;
    font-family: 'Rachia', sans-serif;
    line-height: 1.6;
    color: var(--text);
    min-height: 100vh;
    
    background-color: var(--bg-base);
    background-image: url('eyes.png');
    background-repeat: repeat;
    background-size: 200px;
    opacity: 5;
}

body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('eyes.png');
    background-repeat: repeat;
    background-size: 300px;
    opacity: 0.5;
    z-index: -1;
    pointer-events: none;
}

body {
    background-image: none;
    background-color: var(--bg-base);
}

img {
    display: block;
    max-width: 100%;
}

.page-title-wrap {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    overflow: visible;
}


.page-top-title {
    position: relative;
    z-index: 3;
}


.pillar {
    position: fixed;
    top: var(--pillar-top, 0px);
    bottom: 0;
    width: 80px;
    z-index: 0;
    pointer-events: none;
    background-repeat: repeat-y;
    background-size: 80px auto;
    background-position: center var(--pillar-offset, 0px);
    will-change: background-position;
}

.pillar-left {
    left: 0;
    background-image: url('pillar.png');
}

.pillar-right {
    right: 0;
    background-image: url('pillar.png');
}

a {
    color: inherit;
    text-decoration: none;
}

button {
    font: inherit;
    cursor: pointer;
}



.music-section {
    max-width: 90%;
    margin: 40px auto;
    padding: 24px;
    background: rgba(155, 89, 182, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 24px;
    backdrop-filter: blur(10px);
    color: #f5eef8;
}

.music-header h2 {
    margin: 0 0 20px;
    font-family: 'Rachia', sans-serif;
    color: #fff;
    text-align: center;
}

.music-content {
    display: flex;
    gap: 24px;
    align-items: stretch;
    flex-wrap: wrap;
}

.music-player,
.music-desc {
    flex: 1 1 320px;
    min-width: 280px;
}

.music-player {
    min-height: 250px;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.12);
}

.music-desc {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 18px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 18px;
}

.music-desc h3 {
    margin: 0 0 14px;
    font-size: 1.5rem;
    color: #fff;
}

.music-desc p {
    margin: 0;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.51);}


.site-header {
    position: sticky;
    top: 0;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(203, 100, 141, 0.521);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(14px);
}

.brand-group {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

.site-logo {
    font-size: 1.5rem;
    letter-spacing: 0.06em;
}

.site-tag {
    color: var(--accent-soft);
    font-size: 0.9rem;
}

.site-nav {
    display: flex;
    gap: 1.2rem;
    flex-wrap: wrap;
}

.site-nav a {
    color: var(--text);
    opacity: 0.82;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.site-nav a:hover {
    filter: drop-shadow(0 0 14px rgba(236, 59, 131, 0.7));
    opacity: 1;
    transform: translateY(-1px) ;
    
}

.header-actions {
    display: flex;
    gap: 0.75rem;
    align-items: center;
}

.icon-button,
.social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 16px;
    border: 1px solid var(--border);
    background: rgba(255, 255, 255, 0.08);
    color: var(--text);
    transition: transform 0.2s ease, background 0.2s ease;
}

.icon-button:hover,
.social-link:hover {
    transform: translateY(-1px);
    background: rgba(255, 255, 255, 0.14);
}

.decor {
    width: 100%;
    height: 50px;
    background: url('border.png') repeat-x center;
    background-size: auto 100%;
}

.page-grid {
    display: grid;
    grid-template-columns: 280px minmax(0, 1fr);
    gap: 2rem;
    padding: 2rem 2rem 2rem calc(2rem + 80px);
    margin-right: 80px;
}



.sidebar-card {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 28px;
    padding: 1.5rem;
    box-shadow: var(--shadow);
    backdrop-filter: blur(14px);
    overflow:hidden;
    allign-items:center;
}

.sidebar {
    padding: 1rem;
    top: 1rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    top: auto;
    border: 1px solid #ec3b832;
    background-color: rgba(255, 255, 255, 0.08);
    border-radius: 28px;
        
}

.sidebar-label {
    display: inline-block;
    margin-bottom: 1rem;
    color: var(--accent-soft);
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-size: 0.8rem;
       overflow:hidden;
}

.sidebar-card p,
.sidebar-card li {
    margin: 0;
    color: var(--muted);
}

.sidebar-card ul {
    margin: 20px;
    padding: 10px;
    list-style: none;
    display: grid;
    gap: 0.75rem;
}

.main-content {
    border: 40px solid transparent; 
    border-image: url('lace-purple.png') 84 round;
    display: flex;
    flex-direction: column;
    gap: 1.75rem;
}

.hero-card{
    display:flex;
    justify-content:center;
    align-items:center;
    padding:2rem;
}

.hero-copy{
    display:flex;
    flex-direction:column;
    align-items:center;
    text-align:center;
}

.hero-card,
.section-card,
.music-section {
    width : 100% - 40px ; 
    background: var(--surface);
    
    box-shadow: var(--shadow);
    backdrop-filter: blur(14px);
}

.section-card {
    padding: 1.6rem 2rem;
}




.eyebrow {
    display: inline-flex;
    padding: 0.4rem 0.85rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
    color: var(--accent-soft);
    font-size: 0.82rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.hero-card h1 {
    margin: 0;
    font-size: clamp(2.6rem, 4vw, 4rem);
    line-height: 1.05;
}

.hero-card p {
    max-width: 58ch;
    margin: 0;
    color: var(--muted);
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 1rem;
}

.primary-button,
.ghost-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.95rem 1.6rem;
    border-radius: 18px;
    transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.primary-button {
    background: linear-gradient(135deg, #871554d5, #e271a4ab);
    color: #fff;
    border: 1px solid transparent;
}

.ghost-button {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.16);
    color: var(--text);
}

.primary-button:hover,
.ghost-button:hover {
      filter: drop-shadow(0 0 14px rgba(236, 59, 131, 0.7));
    transform: translateY(-2px);
}

.hero-image img {
    width: 100%;
    border-radius: 28px;
    border: 1px solid rgba(255, 255, 255, 0.14);
}

.section-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.section-header h2 {
    margin: 0;
    font-size: 2rem;
}

.section-header p {
    margin: 0;
    max-width: 65ch;
    color: var(--muted);
}

.card-grid,
.journal-grid,
.inline-cards {
    display: grid;
    gap: 1.25rem;
}

.card-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-content: center;
    padding: 40px;
    margin: 0 auto;
    width: min(100%, 1040px);
}

.journal-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.inline-cards {
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    justify-content: center;
    justify-items: center;
}

.content-section,
.journal-card,
.mini-card {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 28px;
    padding: 2.5rem;
    margin: 0.75rem;
    transition: transform 0.2s ease, border-color 0.2s ease;
    max-width: 90%;
    min-width: 0;
}

.content-section {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 100px;
    column-gap: 1rem;
    row-gap: 0.25rem;
    align-items: start;
  
}

.content-section:hover,
.journal-card:hover,
.mini-card:hover {
    transform: translateY(-2px);
    border-color: rgba(255, 255, 255, 0.22);
}

.content-section-icon,
.playlist-card-icon {
    width: 100px;
    height: 100px;
    border-radius: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.12);
    margin-bottom: 0;
    grid-column: 2;
    grid-row: 1 / span 2;
    justify-self: end;
}

.content-section h3,
.content-section p,
.journal-card h3,
.journal-card p,
.mini-card h3,
.mini-card p {
    margin: 0;
    color: var(--muted);
}





.heart-section {
   
    padding: 0.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
   
}

.heart-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    gap: 0.9rem;
    padding: 0.5rem 0;
    width: 100%;
    max-width: 100%;
}

.heart {
    width: auto;
    height: 44px;
    max-width: 44px;
    object-fit: contain;
    transition: transform 0.25s ease, filter 0.25s ease;
}

.heart:hover {
    transform: translateY(-4px) scale(1.05);
    filter: drop-shadow(0 0 14px rgba(236, 59, 131, 0.7));
}

.section-note {
    margin: 0;
    color: var(--muted);
    max-width: 70ch;
    text-align: center;
}

.content-section h3,
.journal-card h3,
.mini-card h3,
.content-section p,
.journal-card p,
.mini-card p {
    margin: 0;
    color: var(--muted);
}

.journal-tag {
    display: inline-flex;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: var(--accent-soft);
    margin-bottom: 0.75rem;
}

.site-footer {
    position: relative;
    z-index: 2;
    margin: 2rem 0 0;
    padding: 2rem;
    background: #783455f9;
    border-top: 1px solid rgba(255, 255, 255, 0);
}

.footer-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    align-items: start;
}

.footer-inner h3 {
    margin-top: 0;
}

.footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.footer-links a {
    color: var(--text);
    opacity: 0.9;
}

.footer-links a:hover {
    opacity: 1;
}

.footer-copy {
    color: var(--muted);
}

@media (max-width: 1080px) {
    .page-grid {
        grid-template-columns: 1fr;
    }

    
}

@media (max-width: 760px) {
    .site-header {
        flex-direction: column;
        align-items: stretch;
    }

    .site-nav {
        justify-content: center;
    }

    .header-actions {
        justify-content: center;
    }

   

    .section-header,
    .footer-inner {
        flex-direction: column;
        display: flex;
    }

    .card-grid,
    .journal-grid,
    .inline-cards {
        grid-template-columns: 1fr;
    }

    .heart-box {
        width: 100%;
        justify-content: space-between;
        gap: 0.75rem;
        padding: 1rem;
    }
}

@media (max-width: 500px) {
    .site-header {
        padding: 1rem;
    }

    .hero-card {
        padding: 1.4rem;
    }

    .sidebar-card,
    .section-card,
    .playlist-card,
    .journal-card,
    .mini-card {
        padding: 1.2rem;
    }

    .heart-box {
        width: 100%;
        justify-content: space-between;
        gap: 0.6rem;
        padding: 0.85rem;
    }

    .heart-box .heart:nth-child(n+5) {
        display: none;
    }
}

/* Top page title with image-repeat text fill */
@font-face {
    font-family: 'Rachia';
   src: url('Rachia.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'LunareMagic';
    src: url('LunareMagic-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.page-top-title {
    -webkit-text-stroke: 1px #7A1428; 
     filter: drop-shadow(0 0 14px rgba(66, 3, 28, 0.7));
    font-family: 'LunareMagic', 'Rachia', sans-serif;
    font-size: clamp(48px, 10vw, 140px);
    line-height: 1;
    text-align: center;
    margin: 8px 0 12px 0;
    padding: 0;
    background-image: url('e.gif');
    background-repeat: repeat;
    background-position: center;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    background-size: auto;
    background-color: transparent;
    display: block;
    width: 100%;
    z-index: 120;
    
}

@media (max-width: 760px) {
    .page-top-title {
        font-size: clamp(36px, 12vw, 80px);
        margin-top: 4px;
    }
}



