@charset "UTF-8";
:root {
    --paper: #fbf9f4;
    --ink: #293c5b;
    --muted: #696d72;
    --rule: #dcd8d0;
    --accent: #b85e45;
    --serif: Georgia, 'Times New Roman', serif;
    --gutter: clamp(28px, 6.5vw, 130px);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 30px; }
body { margin: 0; color: var(--ink); background: var(--paper); font: 15px/1.7 'Segoe UI', Arial, sans-serif; }
a { color: inherit; text-decoration: none; }
a:hover { text-decoration: underline; text-underline-offset: 6px; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { text-wrap: balance; }
h1, h2 { font-family: var(--serif); font-weight: 400; line-height: 1.12; letter-spacing: -1.5px; }
h1 { font-size: clamp(42px, 4.5vw, 74px); }
h2 { font-size: clamp(34px, 3.5vw, 54px); }
h3 { font: 400 26px/1.25 var(--serif); }
em { color: var(--accent); font-weight: 400; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 3px solid var(--accent); outline-offset: 6px; }
.notebook { position: relative; width: 100%; min-height: 100vh; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Cpath fill='%23917f63' opacity='.045' filter='url(%23n)' d='M0 0h180v180H0z'/%3E%3C/svg%3E"); }
.notebook::before { content: ''; position: absolute; pointer-events: none; left: calc(var(--gutter) * .48); top: 0; bottom: 0; width: 1px; background: #bd685821; }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 38px; padding: 28px var(--gutter); min-height: 110px; }
.brand { display: flex; align-items: center; gap: 10px; font-size: 14px; line-height: 1.1; flex-shrink: 0; }
.brand:hover { text-decoration: none; }
.brand strong { display: block; font-size: 32px; font-weight: 600; letter-spacing: -1.5px; }
.brand small { vertical-align: top; font-size: 15px; letter-spacing: 0; line-height: 1.8; color: var(--accent); }
.brand img { width: 45px; height: 45px; }
nav { display: flex; align-items: center; gap: clamp(20px, 3vw, 52px); font-size: 13px; }
nav a { position: relative; padding: 8px 0; white-space: nowrap; }
nav a[aria-current=page]::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 2px; background: var(--accent); transform: rotate(-1.5deg); }
.menu-toggle { display: none; }
.page-section { padding: 70px var(--gutter); }
.eyebrow { font-size: 10px; text-transform: uppercase; letter-spacing: 2.1px; font-weight: 500; margin-bottom: 24px; color: var(--muted); }
.welcome { display: grid; grid-template-columns: 43% 57%; position: relative; align-items: center; min-height: min(740px, calc(100svh - 110px)); padding-top: 12px; padding-bottom: 58px; }
.welcome-copy { z-index: 1; padding-block: 45px; }
.welcome h1 { font-size: clamp(55px, 5.7vw, 99px); letter-spacing: -3.5px; line-height: 1.06; }
.welcome h1 em { position: relative; }
.welcome h1 em::after { content: ''; position: absolute; left: 0; right: 0; bottom: -9px; height: 8px; border-top: 1.5px solid #bd7251aa; border-radius: 50%; transform: rotate(-3deg); }
.lead { font-size: 15px; color: var(--muted); line-height: 1.85; max-width: 365px; margin: 32px 0; }
.text-link { display: inline-flex; align-items: center; gap: 28px; font-size: 13px; padding: 6px 0; border-bottom: 1px solid #9c9b9a; }
.text-link span { font-size: 18px; }
.text-link:hover { text-decoration: none; border-bottom-color: var(--accent); color: var(--accent); }
.welcome-art { margin: 0 calc(var(--gutter) * -.75) 0 -55px; position: relative; align-self: center; }
.welcome-art img { width: 100%; height: auto; mix-blend-mode: multiply; mask-image: linear-gradient(to right, transparent, black 9%, black 92%, transparent); }
.welcome-art figcaption { font: italic 17px var(--serif); color: #77716b; text-align: right; margin: -4px 13% 0 0; transform: rotate(-3deg); }
.page-footnote { position: absolute; left: var(--gutter); right: var(--gutter); bottom: 17px; display: flex; justify-content: space-between; align-items: center; font-size: 10px; letter-spacing: .8px; color: var(--muted); }
.page-footnote a span { margin-left: 22px; }
.page-footnote>span:last-child { font-family: var(--serif); }
.journal-section { border-top: 1px solid var(--rule); padding-top: 53px; padding-bottom: 75px; }
.section-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 30px; margin-bottom: 40px; }
.section-heading .eyebrow { margin-bottom: 12px; }
.section-heading>p { font-size: 14px; color: var(--muted); }
.title-dot { color: var(--accent); }
.empty-journal { padding: 26px 0 12px; }
.empty-journal p { font: italic 23px/1.5 var(--serif); color: #79716a; }
.empty-journal span { display: block; font-size: 11px; color: var(--muted); margin-top: 12px; }
.news-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 40px; }
.news-card { min-width: 0; display: flex; flex-direction: column; }
.news-image { display: block; margin-bottom: 23px; }
.news-image>img { width: 100%; height: auto; aspect-ratio: 1.5; object-fit: cover; border: 7px solid #fffdf9; box-shadow: 0 2px 6px #594c2910; }
.news-no-image { aspect-ratio: 1.5; border-block: 1px solid var(--rule); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 14px; background: repeating-linear-gradient(transparent 0, transparent 31px, #8d9fbc20 32px); }
.news-no-image span { font-size: 11px; color: var(--muted); }
.news-meta { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 10px; font-size: 10px; color: var(--muted); margin-bottom: 15px; }
.news-meta>span { color: var(--accent); }
.news-card h3 { margin-bottom: 15px; overflow-wrap: anywhere; }
.news-card>p { color: var(--muted); font-size: 13px; margin-bottom: 20px; overflow-wrap: anywhere; }
.news-card>.text-link { align-self: flex-start; margin-top: auto; }
.site-footer { margin-inline: var(--gutter); padding: 42px 0 24px; border-top: 1px solid var(--rule); }
.footer-contact { display: flex; justify-content: space-between; align-items: center; gap: 30px; padding-bottom: 40px; }
.footer-contact>p { font: 400 25px/1.4 var(--serif); }
.footer-contact>a { font: italic 27px var(--serif); color: var(--accent); }
.footer-contact>a span { margin-left: 24px; font-style: normal; }
.footer-bottom { display: flex; flex-wrap: wrap; gap: 22px; justify-content: space-between; align-items: flex-start; font-size: 10px; color: var(--muted); border-top: 1px solid var(--rule); padding-top: 21px; }
.footer-bottom details { max-width: 310px; }
summary { cursor: pointer; }
.footer-bottom details p { margin-top: 12px; line-height: 1.8; }
.breadcrumb { font-size: 11px; color: var(--muted); margin-bottom: 38px; }
.information-grid { display: grid; grid-template-columns: minmax(0, 1.6fr) minmax(0, 1fr); gap: 10vw; margin-top: 25px; }
.prose .lead { max-width: 600px; font-size: 18px; }
.prose h2 { font-size: 28px; margin: 36px 0 14px; }
.prose p:not(.lead) { font-size: 15px; color: var(--muted); max-width: 680px; }
.prose a { text-decoration: underline; }
.paper-note { padding: 25px 0 25px 28px; border-left: 1px solid var(--rule); align-self: start; margin-top: 30px; }
.paper-note h2 { font-size: 29px; margin-bottom: 22px; }
.paper-note p { font-size: 14px; margin-bottom: 18px; }
.paper-note a { font-size: 12px; overflow-wrap: anywhere; }
.paper-note hr { border: 0; border-top: 1px solid var(--rule); margin-block: 24px; }
.paper-note>.eyebrow { display: block; }
.article-page { max-width: 1100px; margin-inline: auto; }
.article-page h1 { overflow-wrap: anywhere; }
.article-intro { font-size: 19px; color: var(--muted); margin-top: 28px; overflow-wrap: anywhere; }
.article-page figure { margin: 35px 0; }
.article-page figure img { width: 100%; height: auto; max-height: 800px; object-fit: contain; }
.article-body { margin: 35px 0; font-size: 16px; }
.article-body p { margin-bottom: 24px; overflow-wrap: anywhere; }
.preview-banner { padding: 17px; background: #f5e4c6; margin-bottom: 30px; font-size: 13px; }
.preview-banner a { display: block; text-decoration: underline; }
.pagination { margin-top: 40px; }
.pagination ul { display: flex; flex-wrap: wrap; list-style: none; gap: 12px; padding: 0; }
.pagination li a { display: inline-block; padding: 7px 13px; border-bottom: 1px solid var(--rule); }
.pagination .active a { color: var(--accent); border-color: var(--accent); }
.skip-link { position: fixed; z-index: 20; top: -100px; left: 20px; padding: 12px 20px; color: white; background: var(--ink); }
.skip-link:focus { top: 10px; }
@media(min-width:1800px) {
    .welcome { min-height: 850px; }
    .welcome-art { max-width: 1150px; justify-self: end; }
    .welcome-copy .lead { font-size: 18px; max-width: 450px; }
}
@media(max-width:1000px) {
    :root { --gutter: 5vw; }
    .header-inner { gap: 24px; }
    nav { gap: 22px; font-size: 12px; }
    .welcome h1 { font-size: clamp(51px, 6vw, 65px); letter-spacing: -2.5px; }
    .welcome { min-height: 590px; grid-template-columns: 46% 54%; }
    .welcome-art { margin-left: -35px; }
    .welcome-art figcaption { font-size: 15px; margin-right: 4%; }
    .lead { font-size: 14px; max-width: 310px; }
    .news-grid { gap: 26px; }
    .information-grid { gap: 5vw; }
}
@media(max-width:760px) {
    :root { --gutter: 30px; }
    .header-inner { flex-wrap: wrap; min-height: 90px; padding-block: 20px; }
    nav { width: 100%; justify-content: space-between; flex-wrap: wrap; }
    .js .menu-toggle { display: block; padding: 8px 0; border: 0; background: transparent; color: var(--ink); font-size: 12px; cursor: pointer; }
    .js nav { display: none; }
    .js .menu-toggle[aria-expanded=true]+nav { display: flex; }
    .welcome { grid-template-columns: 1fr; padding-top: 35px; padding-bottom: 55px; min-height: 0; }
    .welcome-copy { padding-block: 0; }
    .welcome h1 { font-size: clamp(54px, 10vw, 76px); letter-spacing: -2.5px; }
    .welcome .eyebrow { margin-bottom: 22px; }
    .lead { max-width: 420px; margin: 24px 0 18px; }
    .welcome-art { margin: 10px -20px 20px; max-width: 650px; justify-self: center; width: calc(100% + 40px); }
    .welcome-art figcaption { margin: -6px 7% 6px 0; font-size: 15px; }
    .page-footnote>span:first-child { display: none; }
    .page-section { padding-block: 42px; }
    .welcome.page-section { padding-bottom: 65px; }
    .section-heading { align-items: flex-start; margin-bottom: 27px; }
    .section-heading>.text-link { font-size: 11px; gap: 12px; }
    .empty-journal p { font-size: 21px; }
    .news-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .information-grid { grid-template-columns: 1fr; gap: 25px; }
    .paper-note { margin-top: 0; }
    .article-page h1 { font-size: 40px; }
    .article-intro { font-size: 17px; }
    .footer-contact { flex-direction: column; align-items: flex-start; gap: 20px; }
    .footer-contact>p { font-size: 24px; }
}
@media(max-width:460px) {
    :root { --gutter: 25px; }
    .brand { font-size: 12px; }
    .brand strong { font-size: 28px; }
    .brand img { width: 39px; height: 39px; }
    nav { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 20px; }
    .js .menu-toggle[aria-expanded=true]+nav { display: grid; }
    .welcome h1 { font-size: 54px; }
    .welcome .eyebrow { font-size: 9px; letter-spacing: 1.5px; }
    .welcome-art { margin-top: 20px; }
    .section-heading { flex-wrap: wrap; gap: 20px; }
    .news-grid { grid-template-columns: 1fr; gap: 40px; }
    .empty-journal { padding-top: 6px; }
    .footer-bottom { gap: 16px 24px; }
    .footer-bottom>span:first-child { width: 100%; }
    .article-page h1 { font-size: 35px; }
    .article-body { font-size: 15px; }
}
@media(prefers-reduced-motion:reduce) { html { scroll-behavior: auto; } }

/* Handwritten chapters. The approved welcome composition stays unchanged. */
@font-face { font-family: 'Caveat'; src: url('fonts/caveat.ttf') format('truetype'); font-weight: 400 700; font-style: normal; font-display: swap; }
:root { --hand: 'Caveat', 'Segoe Print', cursive; }
.hand-note { display: block; color: var(--accent); font: 400 25px/1.2 var(--hand); transform: rotate(-2deg); }
.ink-page { position: relative; min-height: 65vh; background-image: repeating-linear-gradient(transparent 0, transparent 35px, #7194be19 35px, #7194be19 36px); background-position: 0 25px; }
.chapter-heading { position: relative; padding-block: 15px 35px; }
.chapter-heading .hand-note { margin-bottom: 20px; }
.chapter-heading h1 { font: 600 clamp(55px, 6.6vw, 94px)/1.05 var(--hand); letter-spacing: -1px; max-width: 85%; }
.paper-stamp { display: inline-block; border: 2px solid #b85e4599; border-radius: 45% 48% 43% 47%; padding: 16px 21px; color: var(--accent); text-align: center; text-transform: uppercase; font: 600 20px/1.1 var(--hand); transform: rotate(9deg); }
.chapter-heading>.paper-stamp { position: absolute; right: 1%; top: 5px; }
.chapter-spread { display: grid; grid-template-columns: 1.1fr 1fr; gap: 45px; align-items: center; padding-block: 10px 40px; }
.ruled-writing { max-width: 640px; }
.ruled-writing .hand-lead { font: 400 30px/1.2 var(--hand); margin-bottom: 29px; }
.ruled-writing h2 { font: 600 34px/1.1 var(--hand); letter-spacing: 0; margin: 30px 0 13px; }
.ruled-writing p:not(.hand-lead) { color: var(--muted); font-size: 15px; line-height: 1.8; max-width: 540px; }
.ink-link { display: inline-flex; align-items: center; gap: 20px; padding: 9px 16px; min-height: 44px; border: 1.5px solid currentColor; border-radius: 4px 17px 5px 12px / 12px 4px 14px 4px; font: 500 24px/1.2 var(--hand); }
.ink-link:hover { text-decoration: none; color: var(--accent); transform: rotate(-1deg); }
.ruled-writing .ink-link { margin-top: 27px; }
.chapter-art { margin: 0 -20px 0 0; }
.chapter-art img { mix-blend-mode: multiply; width: 100%; height: auto; }
.chapter-art figcaption { font: 400 27px var(--hand); text-align: right; transform: rotate(-4deg); color: var(--accent); }
.chapter-intro { font: 400 30px/1.3 var(--hand); margin: 0 0 45px; }
.care-notes { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 40px; padding-block: 12px 48px; }
.care-notes article { position: relative; padding: 30px 12px 24px 0; }
.care-notes article::before { content: ''; position: absolute; top: 0; width: 72px; height: 2px; background: var(--ink); transform: rotate(-3deg); }
.hand-number { font: 400 31px var(--hand); color: var(--accent); }
.care-notes h2 { font: 600 36px/1.15 var(--hand); letter-spacing: 0; margin: 12px 0 17px; }
.care-notes p { font-size: 15px; color: var(--muted); line-height: 1.8; }
.margin-message { border-top: 1px dashed #293c5b55; padding-top: 27px; display: flex; align-items: center; gap: 35px; flex-wrap: wrap; }
.margin-message p { font-size: 13px; max-width: 390px; color: var(--muted); }
.letter-sheet { position: relative; display: grid; grid-template-columns: 1.5fr 1fr; gap: 70px; padding: 40px 50px; margin-block: 12px 25px; border: 1px solid #c6b9a1; border-radius: 3px 8px 2px 6px; background: #fffdf6; box-shadow: 3px 5px 0 #eae4d8; }
.letter-sheet::before { content: ''; position: absolute; left: 23px; top: -13px; width: 83px; height: 25px; background: #dfbf8880; transform: rotate(-8deg); }
.letter-body { background: repeating-linear-gradient(transparent 0,transparent 35px,#7194be25 35px,#7194be25 36px); }
.letter-body>p { font: 400 27px/36px var(--hand); margin-bottom: 22px; }
.letter-body .letter-greeting { font-size: 39px; margin-bottom: 28px; }
.letter-email { display: inline-block; margin: 4px 0 28px; color: var(--accent); font: 600 clamp(21px,2.3vw,33px)/1.4 var(--hand); overflow-wrap: anywhere; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 6px; }
.letter-body .letter-signature { font-size: 30px; margin-top: 20px; }
.letter-address { border-left: 1px solid var(--rule); padding-left: 40px; text-align: right; }
.letter-address .hand-note { margin: 55px 0 22px; font-size: 30px; }
.letter-address>p:last-child { font-size: 12px; color: var(--muted); }
.journal-section { background: repeating-linear-gradient(transparent 0,transparent 35px,#7194be13 35px,#7194be13 36px); border-top: 1px dashed #8a95a6; }
.journal-section .section-heading h2 { font: 600 65px/1 var(--hand); letter-spacing: -1px; }
.journal-section .section-heading .eyebrow { font: 400 24px var(--hand); text-transform: none; letter-spacing: 0; color: var(--accent); transform: rotate(-2deg); }
.journal-blank { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 25px; min-height: 240px; }
.journal-blank img { width: 100%; height: auto; max-height: 355px; object-fit: contain; mix-blend-mode: multiply; }
.blank-message { padding-left: 25px; border-left: 2px solid #b85e4590; transform: rotate(-1deg); }
.blank-message h3 { font: 500 44px/1.1 var(--hand); margin: 20px 0; }
.blank-message p { font-size: 12px; color: var(--muted); }
.news-grid { padding-top: 20px; gap: 45px; }
.news-card { padding: 19px 20px 25px; background: #fffdf6; border: 1px solid #293c5b80; border-radius: 3px 9px 4px 7px / 7px 3px 10px 2px; position: relative; box-shadow: 2px 4px 0 #e9e3d5; }
.news-card:nth-child(3n+1) { transform: rotate(-1deg); }
.news-card:nth-child(3n+2) { transform: rotate(.8deg); }
.news-card::before { content: ''; position: absolute; top: -9px; left: calc(50% - 24px); width: 49px; height: 18px; background: #e4cda68c; transform: rotate(-4deg); }
.news-card h3 { font: 600 34px/1.08 var(--hand); }
.news-card>.text-link { font-family: var(--hand); font-size: 23px; }
.news-no-image { border: none; aspect-ratio: 2; }
.ink-article { background-image: repeating-linear-gradient(transparent 0,transparent 35px,#7194be12 35px,#7194be12 36px); }
.ink-article h1 { font: 600 clamp(43px,5vw,72px)/1.12 var(--hand); letter-spacing: 0; }
.ink-article .article-intro { font: 400 29px/1.3 var(--hand); }
.ink-article figure { padding: 8px; background: #fffefa; border: 1px solid var(--rule); transform: rotate(-.5deg); }
.handwritten-footer { border-top: 1px dashed #8a95a6; }
.handwritten-footer .footer-contact>p { font: 400 34px/1.1 var(--hand); transform: rotate(-2deg); }
.handwritten-footer .footer-contact>p span { font-size: 39px; }
.handwritten-footer .footer-contact>.ink-link { font: 500 27px/1.2 var(--hand); }
.writing-caret { font: inherit; color: var(--accent); animation: writing-blink .65s steps(1) infinite; }
@keyframes writing-blink { 50% { opacity: 0; } }
@media(max-width:900px) { .chapter-spread { gap: 20px; } .letter-sheet { gap: 35px; padding: 30px; } .care-notes { gap: 25px; } .chapter-heading h1 { font-size: 64px; } }
@media(max-width:760px) { .chapter-spread,.letter-sheet { grid-template-columns: 1fr; } .chapter-art { max-width: 480px; margin: 0; } .chapter-heading h1 { max-width: 100%; font-size: 57px; } .chapter-heading>.paper-stamp { display: none; } .care-notes { grid-template-columns: 1fr; gap: 14px; padding-bottom: 25px; } .care-notes article { padding-top: 20px; } .care-notes h2 { margin-top: 4px; } .letter-address { border-left: 0; border-top: 1px solid var(--rule); padding: 20px 0 0; text-align: left; } .letter-address .paper-stamp { float: right; font-size: 16px; } .letter-address .hand-note { margin: 8px 0 20px; } .journal-blank { grid-template-columns: 1fr; gap: 0; } .journal-blank img { max-height: 270px; } .blank-message { margin-block: 15px; } .blank-message h3 { font-size: 38px; } .news-card:nth-child(n) { transform: none; } }
@media(max-width:460px) { .chapter-heading h1 { font-size: 48px; } .letter-sheet { padding: 25px 18px; } .letter-body>p { font-size: 24px; } .letter-email { font-size: 23px; } .letter-body .letter-signature { font-size: 26px; } .handwritten-footer .footer-contact>p span { font-size: 32px; } .journal-section .section-heading h2 { font-size: 55px; } }
@media(prefers-reduced-motion:reduce) { .writing-caret { animation: none; } .news-card:nth-child(n),.ink-link:hover { transform: none; } }
