/* =========================================================
   THE NOTEBOOK
   Da Vinci's notebook meets Doug.
   Fresh build.
   ========================================================= */

@font-face {
    font-family: "GC Dougs Notes";
    src: url("../fonts/gc-dougs-notes.woff2?v=20260901") format("woff2");
    font-display: swap;
}

:root {
    --nb-black: #11110F;
    --nb-ink: #17130F;
    --nb-paper: #E2CFAB;
    --nb-paper-light: #F1E3C8;
    --nb-rust: #A9441C;
    --nb-rust-on-dark: #D06D37;
}

.notebook-body {
    background: var(--nb-black);
    color: var(--nb-ink);
}

.doug-script {
    font-family: "GC Dougs Notes", "Caveat", cursive;
}

.notebook-page-owner {
    display:block;
    margin-bottom:8px;
    color:var(--nb-rust);
    font-family:"Oswald",Arial,sans-serif;
    font-size: clamp(13px,1vw,15px);
    font-weight:600;
    letter-spacing:.26em;
}

.notebook-eyebrow {
    display: block;
    margin-bottom: 14px;
    color: var(--nb-rust);
    font-family: "Oswald", Arial, sans-serif;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .26em;
}

/* HERO */

.notebook-hero-shell {
    padding: 26px 0 44px;
    background:
        repeating-linear-gradient(
            0deg,
            transparent 0,
            transparent 39px,
            rgba(68, 53, 41, .035) 40px
        ),
        #E7D5B5;
}

.notebook-hero-plate {
    position: relative;
    width: min(1380px, 90vw);
    aspect-ratio: 3 / 2;
    margin: 0 auto;
    overflow: hidden;
    background: url("../images/notebook/notebook-hero.webp?v=20260901") center / 100% 100% no-repeat;
    box-shadow:
        0 18px 45px rgba(56, 42, 31, .13),
        0 2px 6px rgba(56, 42, 31, .08);
}

.notebook-hero-copy {
    position: absolute;
    left: 5.4%;
    top: 8%;
    width: 32%;
}

 .notebook-hero-copy h1 {
    margin: 0 0 21px;
    color: #17130F;
    font-family: "Oswald", Arial, sans-serif;
    font-size: clamp(74px, 7vw, 124px);
    font-weight: 500;
    line-height: .82;
    letter-spacing: -.035em;
}

.notebook-hero-intro {
    margin: 0 0 20px;
    color: rgba(23, 19, 15, .79);
    font-family: "Special Elite", Georgia, serif;
    font-size: clamp(12px, .9vw, 15px);
    line-height: 1.48;
}
.notebook-hero-intro {
    font-family: "Special Elite", Georgia, serif;
    font-size: clamp(14px, .95vw, 17px);
    line-height: 1.55;
    max-width: 390px;
    margin: 0 0 20px;
}
.notebook-find-sheet {
    position: relative;
    width: min(350px, 92%);
    box-sizing: border-box;
	margin: 22px 0 0;
    padding: 22px 25px 21px;
    background: rgba(244, 232, 203, .92);
    border: 1px solid rgba(92, 70, 45, .13);
    border-radius: 0;
    box-shadow:
        2px 4px 7px rgba(54, 39, 23, .13);
    transform: rotate(-0.8deg);
}

.notebook-find-title {
    margin: 0 0 8px;
    color: #493E34;
    font-family: "Courier Prime", "Courier New", monospace;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .02em;
    line-height: 1;
}

.notebook-find-sheet ul {
    list-style: none;
    margin: 0;
    padding: 0;
    color: #50463D;
    font-family: "Special Elite", Georgia, serif;
    font-size: clamp(12px, .82vw, 15px);
    line-height: 1.12;
}

.notebook-find-sheet li {
    position: relative;
    margin: 7px 0;
    padding-left: 17px;
	font-family: "Courier Prime", "Courier New", monospace;
	font-size: 12.5px;
    line-height: 1.45;
}

.notebook-find-sheet li::before {
    content: "★";
    position: absolute;
    left: 0;
    top: .12em;
    color: var(--nb-rust);
    font-family: Georgia, serif;
    font-size: 6px;
}
.notebook-find-title {
    margin: 0 0 12px;
    font-size: 15px;
    font-weight: 700;
}

.notebook-find-sheet ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.notebook-find-sheet li {
    position: relative;
    margin: 7px 0;
    padding-left: 16px;

    font-size: 13px;
    line-height: 1.35;
}

.notebook-find-sheet li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #c65f2d;
}
.notebook-open-link {
    display: inline-block;
    color: var(--nb-rust);
    font-size: clamp(22px, 1.8vw, 30px);
	margin: 0 0 30px;
    line-height: 1;
    text-decoration: none;
    transform: rotate(-1.5deg);
}

.notebook-open-link:hover {
    color: var(--nb-ink);
}


/* START HERE */

.notebook-start {
    padding: 82px 6vw 92px;
    background:
        repeating-linear-gradient(
            0deg,
            transparent 0,
            transparent 39px,
            rgba(69, 55, 42, .055) 40px
        ),
        var(--nb-paper);
}

.notebook-start-inner {
    width: min(1380px, 100%);
    margin: 0 auto;
}

.notebook-start-header {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 22px;
}

.notebook-tag {
    padding: 8px 15px 7px;
    background: var(--nb-rust);
    color: #F5E6CF;
    font-family: "Oswald", Arial, sans-serif;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .16em;
    transform: rotate(-1deg);
}

.notebook-note-id {
    color: rgba(23, 19, 15, .60);
    font-family: "Special Elite", Georgia, serif;
    font-size: 15px;
    letter-spacing: .08em;
	color: #665b4b;
    opacity: 1;
}

.notebook-start-sheet {
    position: relative;
    display: grid;
    grid-template-columns: .82fr 1.48fr;
    gap: 42px;
    align-items: center;
    padding: 28px 32px 32px;
    background: var(--nb-paper-light);
    border: 1px solid rgba(66, 51, 39, .13);
    box-shadow:
        0 22px 45px rgba(58, 43, 30, .15),
        0 3px 7px rgba(58, 43, 30, .07);
    transform: rotate(-.10deg);
}

.notebook-start-sheet::after {
    content: "";
    position: absolute;
    inset: 7px;
    border: 1px solid rgba(80, 62, 47, .055);
    pointer-events: none;
}

.notebook-start-copy {
    position: relative;
    z-index: 2;
}

.notebook-start-copy h2 {
    margin: 0 0 20px;
    color: #14110E;
    font-family: "Oswald", Arial, sans-serif;
    font-size: clamp(58px, 4.7vw, 82px);
    font-weight: 500;
    line-height: .86;
    letter-spacing: -.03em;
}

.notebook-start-margin-note {
    margin: 0 0 23px;
    color: #51463D;
    font-size: 23px;
    line-height: 1.02;
    transform: rotate(-2deg);
}

.notebook-start-copy p:not(.doug-script) {
    margin: 0 0 16px;
    color: #40362E;
    font-family: "Special Elite", Georgia, serif;
    font-size: 15px;
    line-height: 1.55;
}

.notebook-start-lead {
    color: #17130F !important;
    font-size: 19px !important;
}


.notebook-read-link {
    color: #17130F;
    font-family: "Oswald", Arial, sans-serif;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .14em;
    text-decoration: none;
    border-bottom: 1px solid var(--nb-rust);
    padding-bottom: 4px;
}

.notebook-start-image {
    position: relative;
    z-index: 2;
    margin: 0;
}

.notebook-start-image img {
    display: block;
    width: 100%;
    height: auto;
    box-shadow: 0 12px 28px rgba(58, 43, 30, .14);
}


/* NOTE STREAM */

.notebook-stream {
    padding: 92px 4.5vw 94px;
    background:
        linear-gradient(rgba(18, 18, 16, .97), rgba(18, 18, 16, .97)),
        repeating-linear-gradient(
            90deg,
            transparent 0,
            transparent 49px,
            rgba(255, 255, 255, .018) 50px
        );
}

.notebook-stream-inner {
    width: min(1480px, 100%);
    margin: 0 auto;
}

.notebook-stream-heading {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 40px;
    margin-bottom: 42px;
}

.notebook-stream-heading h2 {
    margin: 0;
    color: #F1DFC0;
    font-family: "Oswald", Arial, sans-serif;
    font-size: clamp(54px, 4.6vw, 78px);
    font-weight: 500;
    line-height: .90;
}

.notebook-stream-note {
    margin: 0 22px 2px 0;
    color: rgba(241, 223, 192, .55);
    font-size: 22px;
    line-height: 1.02;
    transform: rotate(-2deg);
}

.notebook-entry-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 46px 30px;
}

.notebook-entry {
    display: block;
    color: inherit;
    text-decoration: none;
}

.notebook-entry > .notebook-note-id {
    display: block;
    margin: 0 0 9px 5px;
    color: rgba(241, 223, 192, .52);
}

.notebook-entry-art {
    position: relative;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    padding: 8px;
    background: #E4CFA7;
    border: 1px solid rgba(255, 246, 226, .13);
    box-shadow: 0 12px 28px rgba(0, 0, 0, .27);
    transform: rotate(-.35deg);
    transition: transform .18s ease, box-shadow .18s ease;
}

.notebook-entry:nth-child(even) .notebook-entry-art {
    transform: rotate(.35deg);
}

.notebook-entry:hover .notebook-entry-art {
    transform: rotate(0deg) translateY(-3px);
    box-shadow: 0 18px 34px rgba(0, 0, 0, .34);
}

.notebook-entry-art img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.notebook-entry-category {
    display: block;
    margin: 18px 5px 7px;
    color: var(--nb-rust);
    font-family: "Oswald", Arial, sans-serif;
    font-size: 9px;
    font-weight: 600;
    letter-spacing: .18em;
}

.notebook-entry h3 {
    margin: 0 5px 10px;
    color: #F1DFC0;
    font-family: "Special Elite", Georgia, serif;
    font-size: 19px;
    font-weight: 400;
    line-height: 1.16;
}


.notebook-archive-line {
    margin-top: 54px;
    text-align: left;
}

.notebook-archive-line a {
    display: inline-block;
    color: rgba(241, 223, 192, .60);
    font-size: 25px;
    line-height: 1;
    text-decoration: none;
    transform: rotate(-1.5deg);
}

.notebook-archive-line a:hover {
    color: var(--nb-rust);
}

/* WATCH & LISTEN */


/* RESPONSIVE */

@media (max-width: 1100px) {
    .notebook-hero-plate {
        width: min(960px, calc(100vw - 28px));
    }

    .notebook-hero-copy {
        width: 35%;
    }

    .notebook-start-sheet {
        grid-template-columns: .85fr 1.15fr;
    }

    

    .notebook-entry-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .notebook-hero-shell {
        padding-top: 12px;
    }

    .notebook-hero-plate {
        width: calc(100vw - 18px);
        aspect-ratio: auto;
        min-height: 760px;
        background-size: cover;
        background-position: 55% center;
    }

    .notebook-hero-copy {
        left: 7%;
        top: 6%;
        width: 72%;
        max-width: 430px;
    }

    

    .notebook-start {
        padding: 64px 6vw 72px;
    }

    .notebook-start-sheet {
        grid-template-columns: 1fr;
        gap: 28px;
        padding: 26px 24px 30px;
    }

    

    .notebook-entry-grid {
        grid-template-columns: 1fr;
    }

    .notebook-stream-heading {
        flex-direction: column;
        align-items: flex-start;
    }

    .notebook-stream-note {
        margin: 0;
    }

    

    
}

.notebook-entry-summary{
    margin:0 5px;
    color:rgba(241,223,192,.58);
    font-family:"Special Elite",Georgia,serif;
    font-size:14px;
    line-height:1.45;
}
