* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background: linear-gradient(135deg, #F8F4E9 0%, #EDE6D8 100%);
    background-attachment: fixed;
    font-family: 'Karla', sans-serif;
    color: #5B4636;
    padding: 2rem;
    position: relative;
    overflow-x: hidden;
}

body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        repeating-linear-gradient(0deg, transparent, transparent 2px, rgba(91, 70, 54, 0.02) 2px, rgba(91, 70, 54, 0.02) 4px),
        repeating-linear-gradient(90deg, transparent, transparent 2px, rgba(91, 70, 54, 0.02) 2px, rgba(91, 70, 54, 0.02) 4px);
    pointer-events: none;
    z-index: 1;
}

.scrapbook-page-wrapper {
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.paper-stamp-brand {
    position: absolute;
    top: -20px;
    right: 50px;
    transform: rotate(8deg);
    z-index: 100;
}

.domain-stamp {
    display: inline-block;
    font-family: 'Rock Salt', cursive;
    font-size: 2.2rem;
    color: #6B7A60;
    padding: 1.2rem 2rem;
    border: 4px solid #6B7A60;
    border-radius: 3px;
    background: rgba(248, 244, 233, 0.95);
    box-shadow: 
        3px 3px 0 rgba(107, 122, 96, 0.3),
        inset 2px 2px 8px rgba(107, 122, 96, 0.1);
    letter-spacing: 3px;
    text-transform: uppercase;
    position: relative;
}

.domain-stamp::after {
    content: '★';
    position: absolute;
    top: 50%;
    left: -15px;
    transform: translateY(-50%);
    font-size: 1.5rem;
    color: #B85C5C;
}

.handwritten-note-sidebar {
    position: fixed;
    left: 20px;
    top: 150px;
    transform: rotate(-5deg);
    z-index: 50;
}

.scribble-text {
    font-family: 'Permanent Marker', cursive;
    font-size: 1.3rem;
    color: #6B7A60;
    background: #FFF9E3;
    padding: 0.8rem 1.5rem;
    box-shadow: 3px 4px 8px rgba(0, 0, 0, 0.15);
    border-left: 3px solid #D1B7A3;
    line-height: 1.6;
}

.main-paper-clipping {
    background: #FFFEF9;
    padding: 3rem 3.5rem;
    margin: 120px auto 3rem;
    max-width: 850px;
    box-shadow: 
        0 3px 15px rgba(0, 0, 0, 0.12),
        inset 0 0 80px rgba(107, 122, 96, 0.03);
    border: 1px solid rgba(209, 183, 163, 0.4);
    position: relative;
    transform: rotate(-0.5deg);
}

.main-paper-clipping::before {
    content: '';
    position: absolute;
    top: 15px;
    left: -8px;
    width: 40px;
    height: 30px;
    background: repeating-linear-gradient(
        45deg,
        #B85C5C,
        #B85C5C 5px,
        transparent 5px,
        transparent 10px
    );
    opacity: 0.6;
    transform: rotate(-2deg);
}

.collapsible-nav-torn {
    margin-bottom: 2rem;
    border-bottom: 2px dashed #D1B7A3;
    padding-bottom: 1rem;
}

.menu-tab-fold {
    font-family: 'Permanent Marker', cursive;
    font-size: 1.5rem;
    color: #6B7A60;
    cursor: pointer;
    list-style: none;
    padding: 0.5rem 0;
    position: relative;
    display: inline-block;
}

.menu-tab-fold::before {
    content: '▸';
    margin-right: 8px;
    transition: transform 0.3s;
}

details[open] .menu-tab-fold::before {
    transform: rotate(90deg);
}

.handmade-list-items {
    list-style: none;
    margin-top: 1rem;
    padding-left: 1rem;
}

.handmade-list-items li {
    font-family: 'Karla', sans-serif;
    font-size: 1.1rem;
    padding: 0.6rem 0;
    position: relative;
    padding-left: 25px;
}

.handmade-list-items li::before {
    content: '✿';
    position: absolute;
    left: 0;
    color: #6B7A60;
    font-size: 1rem;
}

.content-journal-entry {
    font-size: 1.15rem;
    line-height: 1.8;
    font-weight: 300;
}

.content-journal-entry h1,
.content-journal-entry h2,
.content-journal-entry h3 {
    font-family: 'Permanent Marker', cursive;
    color: #6B7A60;
    margin: 1.5rem 0 1rem;
    line-height: 1.3;
}

.content-journal-entry p {
    margin-bottom: 1.2rem;
}

.strain-catalog-card {
    position: absolute;
    right: -80px;
    top: 300px;
    width: 280px;
    background: #EDE3D5;
    padding: 2.5rem 2rem 2rem;
    box-shadow: 
        4px 4px 12px rgba(0, 0, 0, 0.2),
        inset 0 0 40px rgba(107, 122, 96, 0.05);
    border: 1px solid #D1B7A3;
    transform: rotate(3deg);
    z-index: 80;
}

.washi-tape-corner {
    position: absolute;
    width: 60px;
    height: 25px;
    background: repeating-linear-gradient(
        -45deg,
        rgba(107, 122, 96, 0.4),
        rgba(107, 122, 96, 0.4) 8px,
        rgba(209, 183, 163, 0.4) 8px,
        rgba(209, 183, 163, 0.4) 16px
    );
    opacity: 0.8;
}

.washi-tape-corner.top-left {
    top: -5px;
    left: 15px;
    transform: rotate(-15deg);
}

.washi-tape-corner.top-right {
    top: -5px;
    right: 15px;
    transform: rotate(15deg);
}

.typewriter-heading {
    font-family: 'Special Elite', monospace;
    font-size: 1.6rem;
    color: #5B4636;
    text-align: center;
    margin-bottom: 1.5rem;
    letter-spacing: 2px;
    border-bottom: 2px solid #6B7A60;
    padding-bottom: 0.5rem;
}

.catalog-specs {
    font-family: 'Special Elite', monospace;
}

.spec-row {
    display: flex;
    justify-content: space-between;
    padding: 0.6rem 0;
    border-bottom: 1px dotted rgba(91, 70, 54, 0.3);
}

.spec-label {
    font-weight: bold;
    color: #6B7A60;
}

.spec-value {
    color: #5B4636;
}

.scattered-polaroid-gallery {
    margin: 5rem auto 4rem;
    max-width: 1200px;
    min-height: 500px;
    position: relative;
}

.instant-photo-frame {
    position: absolute;
    background: #FFFFFF;
    padding: 15px 15px 50px;
    box-shadow: 
        0 4px 15px rgba(0, 0, 0, 0.25),
        0 8px 25px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s, box-shadow 0.3s, z-index 0.3s;
    cursor: pointer;
}

.instant-photo-frame:hover {
    transform: scale(1.05) !important;
    box-shadow: 
        0 8px 25px rgba(0, 0, 0, 0.35),
        0 12px 35px rgba(0, 0, 0, 0.2);
    z-index: 100 !important;
}

.instant-photo-frame img {
    width: 220px;
    height: 220px;
    object-fit: cover;
    display: block;
}

.photo-caption {
    font-family: 'Permanent Marker', cursive;
    font-size: 1rem;
    color: #5B4636;
    text-align: center;
    margin-top: 12px;
}

.frame-1 {
    top: 0;
    left: 50px;
    transform: rotate(-4deg);
    z-index: 5;
}

.frame-2 {
    top: 80px;
    left: 320px;
    transform: rotate(3deg);
    z-index: 4;
}

.frame-3 {
    top: 40px;
    right: 200px;
    transform: rotate(-6deg);
    z-index: 6;
}

.frame-4 {
    top: 220px;
    left: 150px;
    transform: rotate(5deg);
    z-index: 3;
}

.frame-5 {
    top: 250px;
    right: 100px;
    transform: rotate(-3deg);
    z-index: 5;
}

.notebook-checklist-tear {
    max-width: 500px;
    margin: 8rem auto 4rem;
    background: 
        linear-gradient(to right, #B85C5C 1px, transparent 1px) 0 0,
        #FFFEF9;
    background-size: 40px 100%, 100% 100%;
    background-repeat: repeat-y, no-repeat;
    padding: 2rem 2rem 2rem 3rem;
    box-shadow: 
        3px 5px 15px rgba(0, 0, 0, 0.2),
        inset 0 0 60px rgba(184, 92, 92, 0.03);
    border-left: 3px solid #D1B7A3;
    position: relative;
    transform: rotate(-1deg);
}

.paper-tear-edge {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 10px;
    background: repeating-linear-gradient(
        90deg,
        transparent,
        transparent 5px,
        #EDE6D8 5px,
        #EDE6D8 10px
    );
}

.checklist-scribble-title {
    font-family: 'Rock Salt', cursive;
    font-size: 1.8rem;
    color: #6B7A60;
    margin-bottom: 1.5rem;
    text-decoration: underline;
    text-decoration-style: wavy;
    text-decoration-color: #B85C5C;
}

.handdrawn-checkbox-list {
    list-style: none;
}

.checkbox-item {
    display: flex;
    align-items: center;
    padding: 0.8rem 0;
    font-family: 'Special Elite', monospace;
    font-size: 1.1rem;
    position: relative;
}

.checkbox-item::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: repeating-linear-gradient(
        90deg,
        #D1B7A3,
        #D1B7A3 4px,
        transparent 4px,
        transparent 8px
    );
}

.hand-checkbox {
    font-size: 1.5rem;
    margin-right: 15px;
    color: #6B7A60;
    font-family: 'Karla', sans-serif;
    font-weight: bold;
}

.checkbox-item.checked .checkbox-text {
    color: #6B7A60;
    opacity: 0.7;
}

.checkbox-text {
    color: #5B4636;
}

.minimalist-footer-scrawl {
    text-align: center;
    margin-top: 6rem;
    padding: 2rem 0;
}

.handwritten-contact {
    font-family: 'Permanent Marker', cursive;
    font-size: 1.1rem;
    color: #5B4636;
    opacity: 0.8;
}

.handwritten-contact a {
    color: #6B7A60;
    text-decoration: none;
    border-bottom: 2px dotted #6B7A60;
    transition: opacity 0.3s;
}

.handwritten-contact a:hover {
    opacity: 0.7;
}

@media (max-width: 1200px) {
    .strain-catalog-card {
        position: static;
        margin: 3rem auto;
        transform: rotate(2deg);
    }

    .handwritten-note-sidebar {
        position: static;
        margin: 2rem auto;
        width: fit-content;
    }

    .scattered-polaroid-gallery {
        min-height: 1200px;
    }

    .frame-1 { top: 0; left: 50%; transform: translateX(-50%) rotate(-4deg); }
    .frame-2 { top: 280px; left: 5%; transform: rotate(3deg); }
    .frame-3 { top: 280px; right: 5%; transform: rotate(-6deg); }
    .frame-4 { top: 600px; left: 50%; transform: translateX(-50%) rotate(5deg); }
    .frame-5 { top: 900px; left: 50%; transform: translateX(-50%) rotate(-3deg); }
}

@media (max-width: 768px) {
    body {
        padding: 1rem;
    }

    .paper-stamp-brand {
        position: static;
        text-align: center;
        margin-bottom: 2rem;
        transform: rotate(0deg);
    }

    .domain-stamp {
        font-size: 1.5rem;
        padding: 0.8rem 1.5rem;
    }

    .main-paper-clipping {
        padding: 2rem 1.5rem;
        margin: 2rem auto;
    }

    .instant-photo-frame img {
        width: 180px;
        height: 180px;
    }

    .scattered-polaroid-gallery {
        min-height: 1400px;
    }
}

