/* ===== ELORA 30 ANS - Authentic Scrapbook (Final Style) ===== */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Special+Elite&display=swap');

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

:root {
    --paper-kraft: #e8dcc8;
    --paper-cream: #f5f0e6;
    --paper-aged: #f0e6d3;
    --paper-white: #faf8f5;
    --paper-pink: #fdf0f0;
    
    --ink-black: #1a1a1a;
    --ink-brown: #4a4a4a;
    --ink-sepia: #5c5c5c;
    --red-vintage: #d93025;
    --green-sage: #50664e;
    --pink-dusty: #d4a5a5;
    
    --font-base: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    --font-heading: 'Special Elite', monospace;
    
    --shadow-paper: 0 2px 4px rgba(0,0,0,0.08);
    --shadow-lifted: 0 8px 30px rgba(0,0,0,0.12);
    --shadow-polaroid: 0 4px 12px rgba(0,0,0,0.15);
    --paper-old: #efe1c8;
    --paper-old-dark: #d9c4a0;
    --ink-faded: #5f4a37;
}

html {
    scroll-behavior: smooth;
    background-color: #f0e6d2;
}

body {
    background-color: #f0e6d2;
    color: var(--ink-black);
    font-family: var(--font-base);
    line-height: 1.6;
    letter-spacing: -0.01em;
    overflow-x: hidden;
    
    /* FOND PAPIER MILLIMETRE FROISSÉ */
    background-image: 
        radial-gradient(circle at 50% 50%, transparent 50%, rgba(101, 67, 33, 0.2) 100%),
        url("data:image/svg+xml,%3Csvg viewBox='0 0 400 400' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='crumple'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.02' numOctaves='5' result='noise'/%3E%3CfeDiffuseLighting in='noise' lighting-color='white' surfaceScale='2'%3E%3CfeDistantLight azimuth='45' elevation='60'/%3E%3C/feDiffuseLighting%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23crumple)' opacity='0.5'/%3E%3C/svg%3E"),
        linear-gradient(rgba(58, 80, 107, 0.2) 1px, transparent 1px),
        linear-gradient(90deg, rgba(58, 80, 107, 0.2) 1px, transparent 1px),
        linear-gradient(rgba(58, 80, 107, 0.1) 1px, transparent 1px),
        linear-gradient(90deg, rgba(58, 80, 107, 0.1) 1px, transparent 1px);
    
    background-size: 100% 100%, 400px 400px, 50px 50px, 50px 50px, 10px 10px, 10px 10px;
    background-attachment: scroll;
    background-blend-mode: multiply, overlay, normal, normal, normal, normal;
}

body.intro-active {
    overflow: hidden;
}

#siteContent {
    opacity: 0;
    transform: translateY(18px) scale(0.985);
    pointer-events: none;
    transition: opacity 0.6s ease, transform 0.75s cubic-bezier(0.2, 0.8, 0.2, 1);
}

body.site-ready #siteContent {
    opacity: 1;
    transform: none;
    pointer-events: auto;
}

.intro-letter-screen {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    background-color: #f0e6d2;
    background-image:
        radial-gradient(circle at 50% 50%, transparent 50%, rgba(101, 67, 33, 0.2) 100%),
        url("data:image/svg+xml,%3Csvg viewBox='0 0 400 400' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='crumple'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.02' numOctaves='5' result='noise'/%3E%3CfeDiffuseLighting in='noise' lighting-color='white' surfaceScale='2'%3E%3CfeDistantLight azimuth='45' elevation='60'/%3E%3C/feDiffuseLighting%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23crumple)' opacity='0.5'/%3E%3C/svg%3E"),
        linear-gradient(rgba(58, 80, 107, 0.2) 1px, transparent 1px),
        linear-gradient(90deg, rgba(58, 80, 107, 0.2) 1px, transparent 1px),
        linear-gradient(rgba(58, 80, 107, 0.1) 1px, transparent 1px),
        linear-gradient(90deg, rgba(58, 80, 107, 0.1) 1px, transparent 1px);
    background-size: 100% 100%, 400px 400px, 50px 50px, 50px 50px, 10px 10px, 10px 10px;
    background-blend-mode: multiply, overlay, normal, normal, normal, normal;
    transition: opacity 0.45s ease, visibility 0.45s ease;
}

.intro-letter-screen.is-gone {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.intro-paper {
    width: min(92vw, 520px);
    max-width: 520px;
    position: relative;
    background:
        radial-gradient(circle at 20% 18%, rgba(112, 76, 44, 0.12), transparent 28%),
        radial-gradient(circle at 83% 74%, rgba(120, 82, 48, 0.1), transparent 24%),
        linear-gradient(180deg, #f8efd9 0%, #e9d8b8 100%);
    border: 1px solid rgba(82, 56, 32, 0.3);
    box-shadow: 0 18px 35px rgba(62, 41, 22, 0.28);
    padding: 2.2rem 1.7rem;
    text-align: center;
    transform: rotate(-1.3deg);
    transform-origin: center center;
    margin: 0 auto;
    overflow: hidden;
}

.intro-paper::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(circle at 24% 78%, rgba(119, 83, 50, 0.15), transparent 14%),
        radial-gradient(circle at 76% 26%, rgba(126, 86, 52, 0.12), transparent 12%);
    mix-blend-mode: multiply;
}

.intro-paper > * {
    position: relative;
    z-index: 2;
}

.intro-paper::after {
    content: "POSTE";
    position: absolute;
    right: 16px;
    top: 14px;
    font-family: var(--font-heading);
    font-size: 0.72rem;
    letter-spacing: 0.18em;
    color: rgba(122, 50, 34, 0.7);
    border: 1px solid rgba(122, 50, 34, 0.5);
    padding: 0.22rem 0.42rem;
    transform: rotate(8deg);
}

.intro-kicker {
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 0.72rem;
    font-weight: 700;
    color: #7b5a3b;
    font-family: var(--font-heading);
}

.intro-title {
    margin: 0.35rem 0 0.45rem;
    font-size: clamp(1.8rem, 4vw, 2.5rem);
    line-height: 1.05;
    color: #352619;
    font-family: var(--font-heading);
    letter-spacing: 0.02em;
}

.intro-subtitle {
    font-size: 1rem;
    color: #5f4a37;
    margin-bottom: 1.5rem;
    font-family: var(--font-base);
}

.letter-envelope {
    position: relative;
    width: min(74vw, 324px);
    aspect-ratio: 1.35 / 1;
    border: none;
    background: transparent;
    cursor: pointer;
    display: block;
    margin: 0 auto;
    padding: 0;
    perspective: 900px;
}

.envelope-back {
    position: absolute;
    inset: 22% 4% 6% 4%;
    background: linear-gradient(180deg, #fff8ea 0%, #e8d4b2 100%);
    border: 1px solid rgba(91, 66, 42, 0.3);
    box-shadow: 0 8px 20px rgba(75, 52, 28, 0.24);
    border-radius: 4px;
}

.envelope-paper {
    position: absolute;
    left: 50%;
    top: 22%;
    transform: translateX(-50%);
    width: 58%;
    height: 52%;
    background: linear-gradient(180deg, #fffdf5 0%, #f6ead1 100%);
    border: 1px solid rgba(89, 60, 33, 0.3);
    box-shadow: 0 6px 12px rgba(84, 57, 30, 0.22);
    border-radius: 2px;
    transition: transform 0.8s cubic-bezier(0.18, 0.9, 0.22, 1), opacity 0.8s ease;
    display: block;
    overflow: hidden;
    z-index: 1;
}

.paper-line {
    position: absolute;
    left: 12%;
    right: 12%;
    height: 2px;
    background: rgba(95, 74, 55, 0.24);
}
.paper-line.l1 { top: 26%; }
.paper-line.l2 { top: 44%; }
.paper-line.l3 { top: 62%; width: 60%; }

.envelope-left,
.envelope-right,
.envelope-front {
    position: absolute;
    pointer-events: none;
}

.envelope-left {
    left: 4%;
    right: 50%;
    bottom: 6%;
    top: 44%;
    background: linear-gradient(180deg, #f3dfbe 0%, #e2c49a 100%);
    clip-path: polygon(0 100%, 100% 0, 100% 100%);
    z-index: 3;
    border-left: 1px solid rgba(91, 66, 42, 0.22);
    border-bottom: 1px solid rgba(91, 66, 42, 0.22);
}

.envelope-right {
    right: 4%;
    left: 50%;
    bottom: 6%;
    top: 44%;
    background: linear-gradient(180deg, #eed8b3 0%, #ddb889 100%);
    clip-path: polygon(0 0, 100% 100%, 0 100%);
    z-index: 3;
    border-right: 1px solid rgba(91, 66, 42, 0.22);
    border-bottom: 1px solid rgba(91, 66, 42, 0.22);
}

.envelope-front {
    left: 4%;
    right: 4%;
    bottom: 6%;
    height: 46%;
    background: linear-gradient(180deg, #f6e5c6 0%, #e2c193 100%);
    border: 1px solid rgba(91, 66, 42, 0.28);
    border-top: none;
    border-radius: 0 0 4px 4px;
    z-index: 4;
}

.envelope-address {
    position: absolute;
    left: 50%;
    bottom: 14%;
    transform: translateX(-50%) rotate(-2deg);
    z-index: 5;
    text-align: center;
    color: #5f4a37;
    font-family: var(--font-heading);
    font-size: 0.74rem;
    line-height: 1.3;
}

.envelope-address strong {
    display: block;
    font-size: 0.92rem;
    margin-top: 0.2rem;
}

.envelope-stamp {
    position: absolute;
    top: 48%;
    right: 10%;
    z-index: 6;
    width: 42px;
    height: 42px;
    border: 2px dashed rgba(119, 84, 49, 0.55);
    border-radius: 2px;
    display: grid;
    place-items: center;
    font-size: 1.2rem;
    background: linear-gradient(180deg, rgba(255, 240, 226, 0.92) 0%, rgba(245, 221, 197, 0.92) 100%);
    box-shadow: inset 0 0 0 1px rgba(145, 105, 67, 0.2);
    overflow: hidden;
}

.envelope-stamp-img {
    width: 74%;
    height: 74%;
    object-fit: contain;
    filter: saturate(0.95) contrast(1.05);
}

body.letter-opening .envelope-flap {
    transform: rotateX(-168deg);
}

body.letter-opening .envelope-paper {
    transform: translateX(-50%) translateY(-76px) rotate(-1.6deg);
}

body.letter-opening .envelope-address,
body.letter-opening .envelope-stamp {
    opacity: 0.2;
}

.envelope-flap {
    position: absolute;
    left: 4%;
    right: 4%;
    top: 22%;
    height: 34%;
    background: linear-gradient(180deg, #fff2db 0%, #ead4ae 100%);
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    transform-origin: top center;
    transition: transform 0.8s cubic-bezier(0.18, 0.9, 0.22, 1);
    border-top: 1px solid rgba(91, 66, 42, 0.28);
    border-left: 1px solid rgba(91, 66, 42, 0.24);
    border-right: 1px solid rgba(91, 66, 42, 0.24);
    z-index: 7;
}

.page {
    position: relative;
    min-height: 100vh;
    padding: 2rem 1.25rem;
    overflow: hidden;
    background: transparent;
}

/* Supprime les anciens fonds */
.bg-paper, .bg-paper-2 { display: none; }

.page-hero {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    width: 100%;
    padding: 1.25rem;
    padding-bottom: 2.5rem;
    position: relative;
}

/* ===== ELEMENTS DECORATIFS ===== */
.element {
    position: absolute;
    z-index: 5;
    pointer-events: none;
    object-fit: contain;
}

/* Junk Elements */
.torn-edge {
    position: absolute;
    left: 0;
    width: 100%;
    height: 40px;
    object-fit: fill;
    z-index: 2;
}
.torn-top { top: 0; transform: rotate(180deg); }
.torn-bottom { bottom: -10px; z-index: 30; }

.torn-bottom-fallback {
    bottom: -2px;
    height: 30px;
    width: 100%;
    background:
        repeating-linear-gradient(
            180deg,
            rgba(120, 153, 206, 0.22) 0px,
            rgba(120, 153, 206, 0.22) 1px,
            transparent 1px,
            transparent 8px
        ),
        linear-gradient(180deg, rgba(255, 255, 255, 0.97) 0%, rgba(246, 239, 226, 0.98) 100%);
    border-top: 1px dashed rgba(136, 107, 77, 0.38);
    box-shadow: 0 -2px 6px rgba(88, 65, 41, 0.1);
    pointer-events: none;
}

.receipt-bg {
    top: 50%;
    left: 10%;
    width: 250px;
    opacity: 0.15;
    transform: rotate(-15deg);
    mix-blend-mode: multiply;
    z-index: 1;
}

.safety-pin {
    top: 25%;
    left: 20%;
    width: 60px;
    transform: rotate(45deg);
    filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.2));
    z-index: 25;
}

.button-sew {
    width: 35px;
    height: 35px;
    filter: drop-shadow(1px 2px 2px rgba(0,0,0,0.3));
    z-index: 25;
}
.button-1 { bottom: 15%; right: 25%; transform: rotate(30deg); }

.film-strip {
    position: absolute;
    top: 5%;
    right: -5%;
    width: 120%;
    height: 80px;
    opacity: 0.15;
    transform: rotate(5deg);
    z-index: 1;
}

.string-long {
    position: absolute;
    top: 15%;
    left: -5%;
    width: 110%;
    height: 100px;
    z-index: 25;
    pointer-events: none;
    opacity: 0.8;
}

.dried-flower-2 {
    position: absolute;
    top: -30px;
    left: 10%;
    width: 100px;
    z-index: 30;
    filter: drop-shadow(2px 4px 6px rgba(0,0,0,0.2));
}

/* Taches & Textures */
.stain-1 { top: 5%; left: 5%; width: 150px; height: 150px; opacity: 0.6; mix-blend-mode: multiply; }
.stain-2 { bottom: 10%; right: 5%; width: 120px; height: 120px; opacity: 0.5; mix-blend-mode: multiply; }
.stain-3 { top: 15%; right: 15%; width: 180px; height: 180px; opacity: 0.4; mix-blend-mode: multiply; }
.texture-1 { inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.1; mix-blend-mode: overlay; }

/* Timbres & Tampons */
.stamp-1 { top: 8%; left: 8%; width: 60px; transform: rotate(-8deg); }
.stamp-2 { top: 12%; right: 10%; width: 60px; transform: rotate(5deg); }
.stamp-3 { bottom: 5%; left: 15%; width: 55px; transform: rotate(-3deg); }
.stamp-4 { top: 15%; left: 20%; width: 50px; transform: rotate(12deg); z-index: 6; }
.stamp-5 { bottom: 12%; right: 25%; width: 58px; transform: rotate(-15deg); z-index: 6; }
.stamp-6 { top: 25%; right: 8%; width: 60px; transform: rotate(8deg); }

.stamp-airmail { top: 40%; right: 2%; width: 100px; transform: rotate(90deg); opacity: 0.7; }
.postmark-1 { top: 9%; left: 10%; width: 70px; mix-blend-mode: multiply; }
.postmark-2 { bottom: 15%; right: 15%; width: 80px; mix-blend-mode: multiply; transform: rotate(45deg); }

/* Stickers */
.sticker,
.cluster-sticker,
.card-sticker {
    object-fit: contain;
    filter: drop-shadow(0 8px 12px rgba(0, 0, 0, 0.2));
    --sticker-rot: 0deg;
    --sticker-scale: 1;
    --sticker-duration: 8s;
    --sticker-delay: 0s;
    transform: translate3d(0, 0, 0) rotate(var(--sticker-rot)) scale(var(--sticker-scale));
    transform-origin: center;
    will-change: transform;
    animation: none;
}

.sticker-1 { top: 8%; left: 3%; width: 300px; --sticker-rot: -9deg; --sticker-duration: 7.8s; --sticker-delay: -1.1s; }
.sticker-2 { bottom: 10%; left: 4%; width: 276px; --sticker-rot: -6deg; --sticker-duration: 9.2s; --sticker-delay: -2.3s; }
.sticker-3 { top: 58%; right: 2%; width: 264px; --sticker-rot: 7deg; --sticker-duration: 8.4s; --sticker-delay: -0.7s; }
.sticker-4 { top: 6%; right: 6%; width: 108px; --sticker-rot: -10deg; --sticker-duration: 8.8s; --sticker-delay: -1.8s; }
.sticker-5 { bottom: 8%; left: 6%; width: 104px; --sticker-rot: 12deg; --sticker-duration: 7.6s; --sticker-delay: -0.4s; }
.sticker-6 { top: 12%; right: 6%; width: 252px; --sticker-rot: 11deg; --sticker-duration: 9.6s; --sticker-delay: -2.9s; }
.sticker-camera { top: 46%; right: 3%; width: 94px; --sticker-rot: -4deg; --sticker-duration: 7.2s; --sticker-delay: -1.4s; }

.page-hero .sticker-1 { width: 208px; top: 20%; left: 1%; }
.page-hero .sticker-2 { width: 320px; }
.page-hero .sticker-3 { width: 304px; }
.page-hero .sticker-6 { width: 312px; }
.page-photos .sticker-4 { width: 110px; }
.page-photos .sticker-5 { width: 106px; }
.page-photos .sticker-camera { width: 96px; }

/* Only some stickers move for a more realistic scrapbook feel */
.sticker-1,
.sticker-4,
.sticker-camera,
.cluster-sticker-1,
.card-sticker-2,
.card-sticker-5 {
    animation: sticker-drift var(--sticker-duration) ease-in-out infinite var(--sticker-delay);
}

.price-tag { width: 40px; transform: rotate(15deg); z-index: 20; }
.tag-1 { top: 22%; left: 35%; transform: rotate(-10deg); }
.tag-2 { bottom: 28%; right: 35%; transform: rotate(5deg); }

/* Washi Tape */
.washi-1 { top: 15%; left: 12%; width: 100px; transform: rotate(-15deg); }
.washi-2 { top: 35%; right: 5%; width: 90px; transform: rotate(8deg); }
.washi-3 { bottom: 25%; left: 3%; width: 110px; transform: rotate(-5deg); }
.washi-4 { top: 30%; left: 8%; width: 95px; transform: rotate(10deg); }
.washi-5 { bottom: 10%; left: 40%; width: 120px; transform: rotate(2deg); }
.washi-6 { bottom: 5%; right: 10%; width: 80px; transform: rotate(-25deg); }
.washi-7 { top: 50%; left: 50%; width: 90px; transform: rotate(45deg); opacity: 0.5; }

/* Papiers & Tickets */
.scrap-1 { bottom: 35%; right: 6%; width: 80px; transform: rotate(12deg); }
.scrap-2 { bottom: 15%; left: 10%; width: 90px; transform: rotate(-8deg); }
.scrap-3 { top: 10%; right: 30%; width: 100px; transform: rotate(5deg); }
.scrap-4 { top: 40%; left: 15%; width: 70px; transform: rotate(-12deg); }

.ticket-1 { top: 20%; left: 5%; width: 70px; transform: rotate(-12deg); }
.ticket-2 { bottom: 25%; right: 12%; width: 75px; transform: rotate(6deg); }
.ticket-3 { top: 60%; left: 8%; width: 65px; transform: rotate(15deg); }

/* Nature */
.flower-1 { bottom: 20%; right: 15%; width: 45px; transform: rotate(15deg); }
.flower-2 { top: 45%; right: 3%; width: 50px; transform: rotate(-10deg); }
.flower-3 { bottom: 30%; left: 25%; width: 40px; transform: rotate(20deg); }
.leaf-1 { top: 22%; left: 28%; width: 35px; transform: rotate(-45deg); opacity: 0.8; }

/* Attaches */
.paperclip-1 { top: 30%; right: 18%; width: 25px; transform: rotate(20deg); }
.paperclip-2 { top: 10%; left: 20%; width: 25px; transform: rotate(-15deg); z-index: 25; }
.pin-1 { top: 20%; left: 40%; width: 20px; }

/* Doodles */
.doodle-1 { top: 50%; left: 8%; width: 40px; opacity: 0.6; }
.doodle-2 { bottom: 40%; right: 10%; width: 40px; opacity: 0.6; }
.doodle-3 { top: 18%; left: 25%; width: 35px; opacity: 0.6; }
.doodle-4 { bottom: 35%; left: 5%; width: 45px; opacity: 0.6; }
.doodle-lines { top: 60%; right: 5%; width: 60px; opacity: 0.4; }
.doodle-scribble { bottom: 5%; right: 30%; width: 80px; opacity: 0.5; }

.hero-cutout {
    z-index: 26;
    filter: drop-shadow(0 8px 12px rgba(45, 30, 17, 0.25));
    mix-blend-mode: normal;
    opacity: 1;
}

.hero-cutout-top {
    top: 0;
    left: 50%;
    transform: translateX(-50%) rotate(-2deg);
    width: min(50vw, 430px);
    clip-path: none;
}

.hero-cutout-bottom {
    bottom: 3%;
    left: 55%;
    transform: translateX(-50%) rotate(1.5deg);
    width: min(34vw, 280px);
    clip-path: none;
}

.scroll-guide {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 12px;
    width: 42px;
    z-index: 90;
    text-decoration: none;
    display: block;
}

.scroll-guide-hole-track {
    position: absolute;
    left: 4px;
    top: 0;
    bottom: 0;
    width: 14px;
    background:
        radial-gradient(circle, rgba(245, 240, 230, 0.98) 52%, transparent 53%) center 8px/14px 18px repeat-y;
    opacity: 0.95;
}

.scroll-guide-line {
    position: absolute;
    left: 22px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: rgba(104, 139, 198, 0.55);
}

.scroll-guide-dot {
    position: absolute;
    left: 15px;
    top: 72%;
    width: 10px;
    height: 14px;
    border-radius: 55% 55% 60% 60%;
    background: linear-gradient(180deg, #8a6a49 0%, #5f4630 100%);
    box-shadow: 0 1px 3px rgba(53, 37, 24, 0.3);
    animation: guide-dot-flow 5.2s ease-in-out infinite;
}

.scroll-guide-text {
    position: absolute;
    left: -2px;
    bottom: 10px;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-family: var(--font-heading);
    font-size: 0.68rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #5a4533;
}

/* ===== CARTE TITRE (Recentrée) ===== */
.title-card {
    position: relative;
    background:
        radial-gradient(circle at 14% 14%, rgba(132, 90, 48, 0.1), transparent 24%),
        radial-gradient(circle at 86% 86%, rgba(118, 80, 44, 0.08), transparent 20%),
        linear-gradient(180deg, #fff8ec 0%, #f1e0c2 100%);
    padding: 2.2rem 2.5rem;
    box-shadow: var(--shadow-lifted);
    left: 50%;
    transform: translateX(-50%) rotate(-2deg);
    z-index: 20;
    width: 100%;
    max-width: 430px;
    margin: 0;
    text-align: center;
    border: 1px solid rgba(101, 74, 47, 0.35);
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
}

.title-card::before {
    content: "";
    position: absolute;
    inset: 10px;
    border: 1px dashed rgba(111, 84, 57, 0.35);
    pointer-events: none;
}

.title-card::after {
    content: "";
    position: absolute;
    inset: 18px;
    border: 1px solid rgba(111, 84, 57, 0.2);
    pointer-events: none;
}

.card-tape {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 90px;
    object-fit: cover;
}

.tape-top { top: -12px; }

.corner-photo {
    position: absolute;
    width: 30px;
    height: 30px;
}
.cp-tl { top: -2px; left: -2px; }
.cp-br { bottom: -2px; right: -2px; transform: rotate(180deg); }

.title-content {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    align-items: center;
    width: 100%;
    max-width: 420px;
    z-index: 2;
}
.title-small {
    font-family: var(--font-heading);
    font-weight: 600;
    font-size: 0.84rem;
    text-transform: uppercase;
    letter-spacing: 0.22em;
    color: #71573e;
    margin-bottom: 0.4rem;
}

.invite-eyebrow {
    font-family: var(--font-heading);
    font-size: 1.55rem;
    color: #806349;
    margin-bottom: 0.25rem;
}

.invite-headline {
    font-family: var(--font-heading);
    font-size: clamp(2rem, 4.2vw, 2.7rem);
    line-height: 1.06;
    font-weight: 600;
    color: #3b2c20;
    letter-spacing: 0.01em;
    text-wrap: balance;
}

.invite-headline span {
    display: inline-block;
    font-family: var(--font-heading);
    font-size: 1.1em;
    color: #7b2f24;
    margin: 0 0.2rem;
    transform: rotate(-3deg);
}

.invite-ornament {
    font-family: var(--font-heading);
    letter-spacing: 0.32em;
    color: #8b6f52;
    margin-top: 0.25rem;
}

.invite-note {
    font-family: var(--font-heading);
    font-size: 0.84rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #6a523c;
    margin-top: 0.1rem;
}

/* ===== BLOC DATE ===== */
.date-block {
    position: absolute;
    bottom: 22%;
    right: 8%;
    padding: 1rem 1.5rem;
    transform: rotate(6deg);
    z-index: 15;
    text-align: center;
}

.date-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; z-index: -1; }
.date-text { position: relative; display: flex; flex-direction: column; font-family: var(--font-base); color: var(--ink-black); }
.date-day { font-size: 0.8rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.2em; color: var(--ink-sepia); }
.date-number { font-size: 3.5rem; line-height: 1; font-weight: 800; color: var(--red-vintage); }
.date-month { font-size: 1.2rem; font-weight: 500; }
.clip-metal { position: absolute; top: -15px; left: 50%; transform: translateX(-50%); width: 30px; }

/* ===== POLAROIDS ===== */
.polaroid {
    position: relative;
    background: var(--paper-white);
    padding: 10px 10px 40px;
    box-shadow: var(--shadow-polaroid);
    z-index: 10;
    transition: transform 0.3s ease;
}

.polaroid:hover { transform: scale(1.02); z-index: 25; }

.polaroid-hero { position: absolute; bottom: 18%; left: 12%; width: 140px; transform: rotate(-12deg); }
.polaroid-tape { position: absolute; top: -10px; left: 50%; transform: translateX(-50%) rotate(2deg); width: 60px; z-index: 5; }
.polaroid-photo { width: 100%; aspect-ratio: 1; background: #e8e4dc; overflow: hidden; }
.polaroid-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.24s ease, transform 0.24s ease, filter 0.24s ease;
}
.polaroid-photo img.is-switching {
    opacity: 0.1;
    transform: scale(0.95) rotate(-1.2deg);
    filter: sepia(0.16) saturate(0.85);
}
.polaroid-photo.is-updating {
    animation: polaroid-snap 0.45s ease;
}
.polaroid-photo.placeholder { display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg, #e8e4dc 0%, #d8d4cc 100%); }
.polaroid-caption { position: absolute; bottom: 12px; left: 10px; right: 10px; font-family: var(--font-base); font-weight: 500; font-size: 0.9rem; color: var(--ink-brown); text-align: center; letter-spacing: 0.02em; }
.doodle-arrow-p { position: absolute; bottom: -20px; right: -25px; width: 40px; transform: rotate(-10deg); opacity: 0.7; }

/* Hide text around photos (captions) */
.polaroid-caption { display: none; }
.mini-note p { display: none; }

/* ===== POST-IT ===== */
.postit {
    position: absolute;
    top: 28%;
    right: 6%;
    width: 90px;
    height: 90px;
    transform: rotate(4deg);
    z-index: 15;
    display: flex;
    align-items: center;
    justify-content: center;
}

.postit-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; }
.pin-postit { position: absolute; top: -5px; left: 50%; width: 15px; }
.postit-text { position: relative; font-family: var(--font-heading); font-weight: 700; font-size: 1rem; color: var(--ink-black); text-align: center; line-height: 1.4; text-transform: uppercase; }

/* ===== PAGE PHOTOS ===== */
.page-photos { padding-top: 2.5rem; padding-bottom: 2.5rem; }
.page-photos { position: relative; }

.section-label {
    position: relative;
    display: inline-block;
    margin: 0 auto 2rem;
    display: block;
    width: 200px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(-2deg);
}

.label-bg-tag { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; }
.label-string { position: absolute; top: -40px; left: 10px; height: 50px; }
.label-text { position: relative; font-family: var(--font-heading); font-weight: 700; font-size: 1.2rem; color: var(--paper-white); text-transform: uppercase; letter-spacing: 0.1em; }

.collage-layer {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 7;
}

.collage-chip {
    position: absolute;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.2rem 0.55rem;
    line-height: 1;
    text-transform: lowercase;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(0, 0, 0, 0.18);
    color: #141414;
}

.chip-1 { top: 19%; left: 7%; background: #fff4d0; transform: rotate(-7deg); font-family: var(--font-heading); font-size: 1.15rem; }
.chip-2 { top: 13%; right: 11%; background: #d7ecff; transform: rotate(5deg); font-family: var(--font-heading); font-size: 1.32rem; }
.chip-3 { top: 45%; left: 6%; background: #fce0dd; transform: rotate(8deg); font-family: var(--font-heading); font-size: 1.35rem; letter-spacing: 0.04em; }
.chip-4 { top: 60%; right: 13%; background: #f7f2c5; transform: rotate(-10deg); font-family: var(--font-heading); font-size: 1.45rem; }
.chip-5 { bottom: 17%; left: 14%; background: #e7f4d6; transform: rotate(-4deg); font-family: var(--font-heading); font-size: 1.35rem; }
.chip-6 { bottom: 9%; right: 8%; background: #dce9ff; transform: rotate(6deg); font-family: var(--font-heading); font-size: 1.12rem; }

.collage-dot {
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

.dot-1 { top: 31%; left: 16%; background: #36b7e5; }
.dot-2 { top: 42%; right: 17%; background: #ff5aa0; }
.dot-3 { top: 67%; left: 22%; background: #ffd638; }
.dot-4 { bottom: 21%; right: 23%; background: #64c96f; }
.dot-5 { bottom: 12%; left: 41%; background: #5ba8ff; }

.collage-paper {
    position: absolute;
    background:
        repeating-linear-gradient(
            180deg,
            rgba(137, 168, 217, 0.25) 0px,
            rgba(137, 168, 217, 0.25) 1px,
            transparent 1px,
            transparent 8px
        ),
        linear-gradient(180deg, #fffdf7 0%, #efe4cf 100%);
    border: 1px solid rgba(116, 92, 66, 0.25);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.16);
}

.p-1 { top: 27%; right: 5%; width: 86px; height: 112px; transform: rotate(-4deg); }
.p-2 { bottom: 30%; right: 10%; width: 96px; height: 64px; transform: rotate(7deg); }
.p-3 { bottom: 10%; left: 9%; width: 80px; height: 108px; transform: rotate(4deg); }

.photo-cluster {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem;
    margin-bottom: 1.75rem;
    z-index: 10;
}

.cluster-1 { transform: rotate(1deg); }
.cluster-2 { transform: rotate(-1deg); }
.cluster-3 { transform: rotate(0.5deg); }

.pol-1 { transform: rotate(-5deg); }
.pol-2 { transform: rotate(4deg); margin-top: 0.6rem; margin-left: -0.8rem; }
.pol-3 { transform: rotate(3deg); }
.pol-4 { transform: rotate(-4deg); margin-top: 0.5rem; margin-left: -0.5rem; }
.pol-5 { transform: rotate(-2deg); }
.pol-6 { transform: rotate(5deg); margin-top: 0.8rem; margin-left: -0.6rem; }

.photo-cluster .polaroid { width: 215px; }

.cluster-sticker { position: absolute; width: 50px; z-index: 20; object-fit: contain; }
.cluster-sticker-1 { top: -14px; right: 8%; width: 86px; --sticker-rot: 9deg; --sticker-duration: 8.6s; --sticker-delay: -1.9s; }
.cluster-sticker-2 { bottom: 4px; left: 9%; width: 80px; --sticker-rot: -8deg; --sticker-duration: 9.1s; --sticker-delay: -2.5s; }

.clip-pol { position: absolute; top: -15px; right: 20px; width: 15px; transform: rotate(10deg); }

.mini-note {
    position: relative;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(8deg);
    align-self: center;
}

.note-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; }
.pin-note { position: absolute; top: 0; right: 30%; width: 15px; }
.mini-note p { position: relative; font-family: var(--font-heading); font-weight: 700; font-size: 0.9rem; text-align: center; text-transform: uppercase; line-height: 1.2; color: var(--red-vintage); }

/* ===== DETAILS & RSVP ===== */
.details, .rsvp { padding: 2.25rem 1.25rem; display: flex; justify-content: center; background: transparent; }
.rsvp { padding-bottom: 3.25rem; }

.details-card, .rsvp-card {
    position: relative;
    background:
        radial-gradient(circle at 16% 18%, rgba(113, 78, 46, 0.12), transparent 22%),
        radial-gradient(circle at 85% 80%, rgba(100, 70, 43, 0.1), transparent 20%),
        linear-gradient(180deg, #f9efd8 0%, #e8d5b4 100%);
    padding: 2.2rem;
    box-shadow: var(--shadow-lifted);
    max-width: 560px;
    width: 100%;
    text-align: center;
    border: 1px solid rgba(90, 64, 39, 0.34);
    outline: 1px dashed rgba(117, 87, 57, 0.3);
    outline-offset: -10px;
}

.card-sticker {
    position: absolute;
    z-index: 12;
    width: 220px;
    pointer-events: none;
}

.card-sticker-1 { top: -30px; left: -18px; width: 120px; --sticker-rot: -14deg; --sticker-duration: 8.7s; --sticker-delay: -0.9s; }
.card-sticker-2 { top: -26px; left: calc(100% - 178px); width: 192px; --sticker-rot: 8deg; --sticker-duration: 10s; --sticker-delay: -2.2s; }
.card-sticker-3 { top: calc(100% - 70px); left: calc(100% - 270px); width: 176px; --sticker-rot: 10deg; --sticker-duration: 9.4s; --sticker-delay: -1.5s; }
.card-sticker-4 { top: -129px; left: -80px; width: 180px; --sticker-rot: -9deg; --sticker-duration: 8.1s; --sticker-delay: -2.1s; }
.card-sticker-5 { top: 36%; left: calc(100% - 164px); width: 184px; --sticker-rot: 9deg; --sticker-duration: 9.8s; --sticker-delay: -0.6s; }
.card-sticker-6 { top: calc(100% - 158px); left: -16px; width: 117px; --sticker-rot: -10deg; --sticker-duration: 8.9s; --sticker-delay: -1.7s; }
.card-sticker-7 { top: calc(100% - 150px); left: calc(92% - 168px); width: 168px; --sticker-rot: 7deg; --sticker-duration: 9.3s; --sticker-delay: -2.8s; }

.details-title, .rsvp-title {
    font-family: var(--font-heading);
    font-weight: 800;
    font-size: 2.5rem;
    color: #3c2b1e;
    margin-bottom: 0.5rem;
    letter-spacing: 0.01em;
}
.details-title { white-space: nowrap; }

.rsvp-subtitle {
    font-family: var(--font-heading);
    font-size: 1.35rem;
    color: #5f4a37;
    text-align: center;
    margin-bottom: 2rem;
}

.details-ribbon { position: absolute; top: -10px; right: -10px; width: 60px; transform: rotate(15deg); }
.rsvp-envelope { position: absolute; bottom: 10px; right: 10px; width: 50px; opacity: 0.2; transform: rotate(-10deg); }

.info-grid {
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
    margin-bottom: 1.1rem;
}

.info-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.8rem 1rem;
    background: var(--paper-aged);
    text-align: left;
}

.info-icon {
    width: 35px;
    height: 35px;
    object-fit: contain;
    flex-shrink: 0;
}

.info-icon-emoji {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    background: #fff;
    border-radius: 50%;
    font-size: 1.1rem;
    flex-shrink: 0;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08);
}

.info-icon-fallback {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    background: var(--ink-sepia);
    color: var(--paper-white);
    font-family: var(--font-base);
    font-size: 0.7rem;
    border-radius: 50%;
    flex-shrink: 0;
}

.info-text { display: flex; flex-direction: column; }

.info-text strong {
    font-family: var(--font-base);
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--ink-sepia);
}

.info-text span {
    font-family: var(--font-base);
    font-size: 1.1rem;
    font-weight: 500;
    color: var(--ink-black);
}

.btn-calendar, .btn-submit {
    display: block;
    width: 100%;
    padding: 1rem;
    background: var(--ink-black);
    color: #fff;
    border: none;
    font-family: var(--font-base);
    font-weight: 600;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    cursor: pointer;
    margin-top: 1.5rem;
    border-radius: 4px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    transition: all 0.2s ease;
}

.btn-calendar:hover, .btn-submit:hover {
    transform: translateY(-2px);
    background: var(--red-vintage);
    box-shadow: 0 6px 20px rgba(217, 48, 37, 0.2);
}

.note {
    margin-top: 1.2rem;
    font-family: var(--font-base);
    font-size: 0.85rem;
    color: var(--ink-sepia);
}

.rsvp-form { display: flex; flex-direction: column; gap: 0.9rem; }
.form-group { display: flex; flex-direction: column; gap: 0.4rem; }

.form-group label {
    font-family: var(--font-base);
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--ink-black);
    margin-bottom: 0.5rem;
}

.form-group input[type="text"],
.form-group textarea {
    padding: 0.8rem 1rem;
    border: 2px solid #e5e5e5;
    background: #fff;
    font-family: var(--font-base);
    font-size: 1rem;
    color: var(--ink-black);
    transition: border-color 0.2s ease;
    border-radius: 4px;
}

.form-group input[type="text"]:focus,
.form-group textarea:focus {
    outline: none;
    border-color: var(--ink-black);
}

.radio-group { display: flex; flex-direction: column; gap: 0.6rem; margin-top: 0.3rem; }

.radio-option {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    padding: 0.8rem 1rem;
    background: #fff;
    border: 2px solid #e5e5e5;
    cursor: pointer;
    transition: all 0.2s ease;
    border-radius: 4px;
}

.radio-option:hover { border-color: var(--ink-sepia); }
.radio-option input[type="radio"] { display: none; }

.radio-custom {
    width: 18px;
    height: 18px;
    border: 2px solid #b8b0a4;
    border-radius: 50%;
    position: relative;
    flex-shrink: 0;
    transition: border-color 0.2s ease;
}

.radio-option input[type="radio"]:checked + .radio-custom { border-color: var(--ink-black); }

.radio-option input[type="radio"]:checked + .radio-custom::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    background: var(--ink-black);
    border-radius: 50%;
}

.radio-option input[type="radio"]:checked ~ .radio-label { color: var(--ink-black); font-weight: 600; }

.radio-label {
    font-family: var(--font-base);
    font-size: 1rem;
    color: var(--ink-brown);
    font-weight: 400;
}

.form-success { text-align: center; padding: 2rem 1rem; }
.form-success.hidden { display: none; }
.success-text { font-family: var(--font-heading); font-size: 1.3rem; color: var(--green-sage); font-weight: 700; }

/* ===== FOOTER ===== */
.footer {
    padding: 2.5rem 2rem;
    text-align: center;
    background: transparent;
    border-top: none;
}

.footer p {
    font-family: var(--font-base);
    font-size: 0.9rem;
    font-weight: 500;
    color: var(--ink-sepia);
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

/* ===== ANIMATIONS ===== */
@keyframes bounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
}

@keyframes guide-dot-flow {
    0% { transform: translateY(0) scale(0.92); opacity: 0.28; }
    45% { transform: translateY(16vh) scale(1); opacity: 0.58; }
    100% { transform: translateY(0) scale(0.92); opacity: 0.28; }
}

@keyframes polaroid-snap {
    0% { transform: rotate(0deg) scale(1); }
    35% { transform: rotate(-0.8deg) scale(1.015); }
    70% { transform: rotate(0.7deg) scale(1.008); }
    100% { transform: rotate(0deg) scale(1); }
}

@keyframes sticker-drift {
    0%, 100% {
        transform: translate3d(0, 0, 0) rotate(var(--sticker-rot)) scale(var(--sticker-scale));
    }
    22% {
        transform: translate3d(8px, -9px, 0) rotate(calc(var(--sticker-rot) + 1.4deg)) scale(calc(var(--sticker-scale) + 0.02));
    }
    48% {
        transform: translate3d(-7px, 5px, 0) rotate(calc(var(--sticker-rot) - 1.2deg)) scale(calc(var(--sticker-scale) + 0.01));
    }
    76% {
        transform: translate3d(6px, -4px, 0) rotate(calc(var(--sticker-rot) + 0.9deg)) scale(var(--sticker-scale));
    }
}

@media (prefers-reduced-motion: reduce) {
    .sticker,
    .cluster-sticker,
    .card-sticker {
        animation: none;
        transform: rotate(var(--sticker-rot)) scale(var(--sticker-scale));
    }
    .polaroid-photo img {
        transition: none;
    }
    .polaroid-photo.is-updating {
        animation: none;
    }
    .scroll-guide-dot {
        animation: none;
    }
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
    .title-card { padding: 1.7rem 1.4rem; max-width: 82%; }
    
    .title-small { font-size: 0.76rem; }
    .invite-eyebrow { font-size: 1.35rem; }
    .invite-headline { font-size: 2rem; }
    .invite-note { font-size: 0.74rem; }
    
    .photo-cluster .polaroid { width: 175px; }
    .hero-cutout-top { width: min(64vw, 350px); top: 0; }
    .hero-cutout-bottom { width: min(46vw, 230px); bottom: 8%; }
    .collage-chip { opacity: 0.9; }
    .chip-1, .chip-2, .chip-3, .chip-4, .chip-5, .chip-6 { font-size: 1rem; padding: 0.16rem 0.42rem; }
    .collage-dot { width: 12px; height: 12px; }
    .p-1, .p-2, .p-3 { transform: scale(0.85); transform-origin: center; }
    .stain-1, .stain-2, .stain-3 { transform: scale(0.7); }
    .doodle { display: none; }
    .string-long { display: none; }
    .scroll-guide {
        left: 8px;
        width: 36px;
    }
    .scroll-guide-line { left: 19px; }
    .scroll-guide-dot { left: 13px; width: 9px; height: 13px; }
    .scroll-guide-text { font-size: 0.62rem; }

    .page-hero .sticker-1 { width: 264px; top: 7%; left: 2%; }
    .page-hero .sticker-2 { width: 244px; bottom: 8%; left: 3%; }
    .page-hero .sticker-3 { width: 232px; top: 60%; right: 1%; }
    .page-hero .sticker-6 { width: 240px; top: 13%; right: 3%; }

    .page-photos .sticker-4 { width: 90px; top: 6%; right: 4%; }
    .page-photos .sticker-5 { width: 86px; bottom: 8%; left: 4%; }
    .page-photos .sticker-camera { width: 82px; top: 48%; right: 2%; }

    .cluster-sticker-1 { width: 72px; right: 6%; top: -10px; }
    .cluster-sticker-2 { width: 68px; left: 8%; bottom: 6px; }

    .card-sticker { width: 156px; }
    .card-sticker-1 { width: 96px; }
    .card-sticker-2 { width: 168px; top: -22px; left: calc(100% - 150px); }
    .card-sticker-3, .card-sticker-6 { width: 144px; }
    .card-sticker-6 { width: 117px; }
    .card-sticker-5 { width: 148px; left: calc(100% - 132px); }
}

@media (max-width: 480px) {
    .page { padding: 2rem 1rem; }
    .title-card { padding: 1.45rem 1.1rem; max-width: 90%; }
    
    .title-small { font-size: 0.7rem; }
    .invite-eyebrow { font-size: 1.16rem; }
    .invite-headline { font-size: 1.55rem; }
    .invite-ornament { letter-spacing: 0.2em; }
    .invite-note { font-size: 0.68rem; }
    
    .photo-cluster .polaroid { width: 150px; }
    .hero-cutout-top { width: min(78vw, 290px); top: 0; clip-path: none; }
    .hero-cutout-bottom { width: 77%; clip-path: none; top: 69%; left: 66%; }
    .collage-chip { display: none; }
    .collage-dot { width: 10px; height: 10px; opacity: 0.7; }
    .p-1, .p-2, .p-3 { opacity: 0.65; transform: scale(0.65); }
    .page-hero .sticker-1 { width: 208px; top: 7%; left: 1%; }
    .page-hero .sticker-2 { width: 417px; bottom: -3%; left: -26%; }
    .page-hero .sticker-3 { width: 180px; top: 64%; right: 0; }
    .page-hero .sticker-6 { width: 188px; top: 20%; right: 25%; }
    .page-photos .sticker-4 { width: 140px; top: 1%; right: 60%; }
    .page-photos .sticker-5 { width: 487px; bottom: -18%; left: 23%; }
    .page-photos .sticker-camera { width: 335px; top: 19%; right: 35%; }

    .cluster-sticker-1 { width: 66px; right: 4%; top: -8px; }
    .cluster-sticker-2 { width: 62px; left: 6%; bottom: 8px; }

    .stamp, .washi, .scrap-1, .scrap-2 { display: none; }
    .scroll-guide {
        left: 6px;
        width: 32px;
        top: 0;
        bottom: 0;
    }
    .scroll-guide-hole-track { left: 2px; width: 12px; background-size: 12px 16px; }
    .scroll-guide-line { left: 16px; width: 2px; }
    .scroll-guide-dot { left: 11px; width: 8px; height: 11px; }
    .scroll-guide-text { font-size: 0.56rem; letter-spacing: 0.12em; }

    .card-sticker { width: 170px; opacity: 0.95; }
    .card-sticker-1 { width: 214px; top: -25%; left: -12%; }
    .card-sticker-2 { width: 186px; top: -16%; left: calc(100% - 156px); }
    .card-sticker-3, .card-sticker-6 { width: 191px; }
    .card-sticker-6 { width: 117px; }
    .card-sticker-5 { width: 174px; left: calc(100% - 130px); top: 133px; }
}

/* ===== UTILITY ===== */
.hidden { display: none !important; }
