@import url("https://fonts.googleapis.com/css2?family=Parisienne&display=swap");
/* ============================================================
   KIMBERLY SIMON — journal / notepad editorial design system v2
   paper, ink, olive, gold · layered, tactile, never flat
   ============================================================ */

:root {
  --ink: #2C2A20;
  --ink-soft: #55503F;
  --cream: #F6F0E1;
  --paper: #F7F1E2;
  --paper-2: #EFE6CF;
  --paper-3: #E7DCC0;
  --olive-950: #262E1B;
  --olive-900: #2E3822;
  --olive-800: #3C4A2C;
  --olive: #5C6B41;
  --olive-soft: #93A177;
  --sage: #CBD3B6;
  --gold: #C09C50;
  --gold-soft: #DCC38F;
  --gold-pale: #EFDFAE;
  --rose: #C98F7A;
  --sticky: #F4E5AC;
  --ink-line: rgba(58, 52, 40, .12);
  --ink-line-soft: rgba(58, 52, 40, .07);
  --shadow-paper: 0 1px 2px rgba(60, 50, 25, .08), 0 8px 18px -8px rgba(60, 50, 25, .18), 0 26px 46px -22px rgba(60, 50, 25, .22);
  --shadow-lift: 0 2px 3px rgba(60,50,25,.08), 0 14px 26px -10px rgba(60,50,25,.22), 0 40px 70px -30px rgba(60,50,25,.3);
  --ease: cubic-bezier(.22, .61, .21, 1);
  --nav-h: 92px;

  --serif: "Cormorant Garamond", Georgia, serif;
  --body: "Lora", Georgia, serif;
  --hand: "Caveat", "Segoe Script", cursive;
  --ui: "Jost", "Segoe UI", Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--body); font-weight: 400;
  color: var(--ink); background: var(--cream);
  line-height: 1.75; font-size: 17.5px;
  overflow-x: hidden; overflow-x: clip;
}
[id] { scroll-margin-top: 110px; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
button { font: inherit; background: none; border: 0; cursor: pointer; color: inherit; }
::selection { background: var(--gold-pale); color: var(--ink); }

/* paper grain over everything */
body::after {
  content: ""; position: fixed; inset: 0; z-index: 300; pointer-events: none; opacity: .05;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='2'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E");
}

/* ---------- utilities ---------- */
.wrap { width: min(1180px, 92vw); margin-inline: auto; }
.wrap-narrow { width: min(780px, 92vw); margin-inline: auto; }
.hand { font-family: var(--hand); }
.drop { }
.drop::first-letter {
font-family: "Parisienne", "Caveat", cursive; font-weight: 400; font-size: 4.1em; line-height: .78;
float: left; padding: .03em .17em 0 0; color: var(--olive);
}
.hl { background-image: linear-gradient(180deg, rgba(244, 216, 128, .8), rgba(232, 192, 96, .55) 48%, rgba(250, 226, 150, .72)); border-radius: .24em .16em .2em .14em; padding: .06em .18em .12em; box-decoration-break: clone; -webkit-box-decoration-break: clone; box-shadow: 0 1px 0 rgba(255,255,255,.25) inset, 0 0 0 1px rgba(205, 165, 75, .18); }
.gold-line { width: 64px; height: 2px; background: var(--gold); border-radius: 2px; }

/* ruled writing paper */
.ruled {
  background:
    linear-gradient(180deg, transparent 0, transparent 33px, rgba(92, 107, 65, .10) 33px, rgba(92, 107, 65, .10) 34px, transparent 34px),
    var(--paper);
  background-size: 100% 34px;
}
.dotgrid {
  background-image: radial-gradient(rgba(92, 107, 65, .16) 1px, transparent 1.4px);
  background-size: 22px 22px;
  background-color: var(--paper);
}
/* ---------- notebook dot-grid veils (texture for white + green sections) ---------- */
.dg { position: absolute; inset: 0; pointer-events: none;
  background-image: radial-gradient(rgba(93, 108, 66, .12) 1.1px, transparent 1.7px);
  background-size: 24px 24px; }
.dg.dg-dark { background-image: radial-gradient(rgba(247, 241, 226, .11) 1.25px, transparent 1.9px);
  background-size: 26px 26px; }
.dg.dg-fine { background-size: 18px 18px; }
/* perforation / tear line */
.tearline {
  border: 0; height: 1px; position: relative;
  background: repeating-linear-gradient(90deg, rgba(58,52,40,.45) 0 8px, transparent 8px 16px);
  margin: 0;
}
.tearline::after {
  content: "✂"; position: absolute; right: -6px; top: -13px;
  font-size: 15px; color: rgba(58, 52, 40, .5); transform: rotate(180deg);
}

/* ---------- tape / polaroid / sticky / note ---------- */
.tape {
  position: absolute; width: 122px; height: 34px; z-index: 5; pointer-events: none; opacity: .93;
  background: url("../img/tape-sand.png") center/100% 100% no-repeat;
  box-shadow: 0 1px 2px rgba(70,55,25,.30), 0 5px 10px -3px rgba(70,55,25,.22);
  transform: rotate(-4deg);
}
.tape.rose { background: url("../img/tape-rose.png") center/100% 100% no-repeat; }
.tape.gold { background: url("../img/tape-gold.png") center/100% 100% no-repeat; }
.tape.blue { background: url("../img/tape-blue.png") center/100% 100% no-repeat; }
.pol .tape.rose, .sb .pol .tape.rose { background-image: url("../img/tape-rose.png"); }
.pol .tape.gold, .sb .pol .tape.gold { background-image: url("../img/tape-gold.png"); }
.pol .tape.blue, .sb .pol .tape.blue { background-image: url("../img/tape-blue.png"); }
.tape.t1 { top: -16px; left: 8%; transform: rotate(-5deg); }
.tape.t2 { top: -16px; right: 8%; transform: rotate(6deg); }
.tape.tr { top: -14px; right: -14px; transform: rotate(38deg); }

.pol { position: relative; background: #FFFDF6; padding: 12px 12px 46px; box-shadow: var(--shadow-paper); }
.pol img { width: 100%; }
.pol .cap, .sb .scrawl, .about-copy .sig, .note b, .note {
  mix-blend-mode: multiply; opacity: .95;
}
.pol .cap {
  position: absolute; left: 0; right: 0; bottom: 8px; text-align: center;
  font-family: var(--hand); font-size: 21px; color: var(--ink-soft);
}
.pol .cap em { color: var(--olive); font-style: italic; }

.note {
  position: relative; background: var(--sticky);
  padding: 18px 20px 16px; box-shadow: var(--shadow-paper);
  font-family: var(--hand); font-size: 23px; line-height: 1.35; color: #54472A;
  transform: rotate(1.2deg);
}
.note::before { content: ""; position: absolute; top: -9px; left: 50%; width: 74px; height: 20px;
  background: rgba(240, 224, 158, .9); transform: translateX(-50%) rotate(-1deg); box-shadow: 0 1px 2px rgba(60,50,25,.1); }
.note.flip { transform: rotate(-1.6deg); }
.note.dark { background: var(--paper-2); color: var(--ink); }
.note b { font-weight: 700; }
.note, .fig-note, .open-note { color: #171310; }
.note b, .fig-note b { color: #0C0A07; }
.note { background: linear-gradient(158deg, rgba(255,255,255,.55), rgba(255,255,255,0) 42%), linear-gradient(0deg, rgba(120,95,40,.10), transparent 58%), var(--sticky);
  box-shadow: 0 2px 3px rgba(60,50,25,.14), 0 12px 24px -10px rgba(60,50,25,.30); }
.note::before { top: -12px; width: 88px; height: 27px; background: url("../img/tape-cream.png") center/100% 100% no-repeat;
  transform: translateX(-50%) rotate(-1.4deg); opacity: .92; box-shadow: 0 1px 3px rgba(70,55,20,.18); }
.note::after { content: ""; position: absolute; right: 0; bottom: 0; width: 26px; height: 26px;
  background: linear-gradient(135deg, transparent 46%, rgba(126,100,44,.16) 58%, rgba(84,64,26,.34) 100%);
  border-bottom-right-radius: 8px; pointer-events: none; }

/* ---------- real-photo section backgrounds (custom scenes, low-key) ---------- */
.contents, .facts, .scrapbook, .passage { position: relative; }
.ph, .phd { position: relative; isolation: isolate; }
.ph::before, .phd::before {
  content: ""; position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background-image: var(--pbg); background-size: cover; background-position: center 28%;
}
.ph::before { opacity: var(--pbg-a, .13); }
.phd::before { opacity: var(--pbg-a, .24); mix-blend-mode: soft-light; filter: brightness(1.18) saturate(1.15); }
.ph > *, .phd > * { position: relative; z-index: 1; }
.bk-hero > *, .forwrap > *, .otherw > *, .hero > * { position: relative; z-index: 1; }

/* ---------- footer credit ---------- */
.foot .credit { padding: 0 0 34px; text-align: center; color: var(--cream-dim); font-size: 13px; letter-spacing: .04em; }
.foot .wrap.credit { justify-content: center; gap: 4px; }
.foot .credit a { color: var(--gold-soft); text-decoration: underline; text-underline-offset: 3px; font-family: inherit; font-size: 13px; letter-spacing: .02em; text-transform: none; }
.foot .credit a:hover { color: var(--gold); }
.pagecard { position: relative; background: var(--paper); box-shadow: var(--shadow-paper); }
.pagecard::before, .pagecard::after {
  content: ""; position: absolute; inset: 0; background: var(--paper-2); z-index: -1;
  box-shadow: var(--shadow-paper);
}
.pagecard::before { transform: rotate(1.4deg) translate(6px, 7px); }
.pagecard::after { transform: rotate(-1deg) translate(-4px, 4px); background: var(--paper-3); }

/* ---------- buttons (paper tag style) ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--ui); font-weight: 500; font-size: 13px;
  letter-spacing: .2em; text-transform: uppercase;
  padding: 15px 30px; border-radius: 2px;
  transition: transform .4s var(--ease), box-shadow .4s var(--ease), background .3s, color .3s;
  white-space: nowrap; position: relative;
}
.btn .arr { transition: transform .4s var(--ease); }
.btn:hover .arr { transform: translateX(6px); }
.btn-tag { background: var(--olive-900); color: var(--paper); box-shadow: var(--shadow-paper); }
.btn-tag:hover { transform: translateY(-2px) rotate(-.4deg); box-shadow: var(--shadow-lift); background: var(--olive-800); }
.btn-tag.gold { background: var(--gold); color: #3A2F10; }
.btn-tag.gold:hover { background: var(--gold-soft); }
.btn-tag.rose { background: var(--rose); color: #fff; }
.btn-inkline { border: 1.5px solid rgba(58,52,40,.35); color: var(--ink); background: transparent; }
.btn-inkline:hover { border-color: var(--olive); color: var(--olive); transform: translateY(-2px); }
.on-dark .btn-inkline { border-color: rgba(246,240,225,.4); color: var(--cream); }
.on-dark .btn-inkline:hover { border-color: var(--gold-soft); color: var(--gold-soft); }
.btn-sm { padding: 11px 20px; font-size: 11.5px; }
.btn-hand { font-family: var(--hand); font-size: 24px; letter-spacing: 0; text-transform: none; padding: 6px 10px; }
.btn-hand:hover { color: var(--olive); }

/* underline-link (handwritten feel) */
.hlink { display: inline-flex; align-items: center; gap: 8px; font-family: var(--hand); font-size: 23px; color: var(--olive-800); position: relative; padding-bottom: 2px; }
.hlink::after { content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 2px; border-radius: 2px; background: currentColor; opacity: .5; transform: scaleX(0); transform-origin: left; transition: transform .32s var(--ease); }
.hlink:hover::after { transform: scaleX(1); }
.hlink .arr { font-size: 19px; transition: transform .35s var(--ease); }
.hlink:hover .arr { transform: translateX(7px); }

/* ---------- header (notebook spine) ---------- */
.site-head { position: fixed; top: 14px; left: 50%; transform: translateX(-50%); z-index: 100; color: var(--cream); width: max-content; max-width: calc(100vw - 28px); padding: 10px 22px; border-radius: 16px; overflow: hidden; border: 1px solid rgba(246, 240, 225, .22); box-shadow: 0 12px 36px -18px rgba(0, 0, 0, .55); }
.site-head::before { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, var(--head-a), var(--head-b)); backdrop-filter: blur(6px); transition: .4s; }
.site-head.scrolled::before { background: var(--head-solid); backdrop-filter: blur(14px); box-shadow: 0 14px 40px -20px rgba(0,0,0,.55); }
.site-head .wrap { position: relative; display: flex; align-items: center; height: var(--nav-h); gap: 26px; transition: height .35s var(--ease); }
.site-head.scrolled .wrap { height: 68px; }
.wordmark { font-family: var(--serif); font-weight: 600; font-size: 27px; letter-spacing: .1em; color: var(--cream); margin-right: auto; white-space: nowrap; }
.wordmark em { font-style: normal; color: var(--gold-soft); }
.wordmark small { display: block; font-family: var(--hand); font-size: 14px; letter-spacing: .22em; text-transform: none; color: rgba(246,240,225,.75); margin-top: -4px; font-weight: 400; }
.nav-links { display: flex; align-items: center; gap: 26px; }
.nav-links a { font-family: var(--ui); font-size: 12.5px; letter-spacing: .22em; text-transform: uppercase; opacity: .88; position: relative; transition: opacity .25s; }
.nav-links a::after { content: ""; position: absolute; left: 0; bottom: -5px; width: 100%; height: 2px; border-radius: 2px; background: var(--gold-soft); transform: scaleX(0); transform-origin: left; transition: transform .3s var(--ease); }
.nav-links a:hover { opacity: 1; text-decoration: none; }
.nav-links a:hover::after { transform: scaleX(1); }
.nav-cta { font-family: var(--ui); font-size: 12px; letter-spacing: .18em; text-transform: uppercase; font-weight: 600; color: #3A2F10; background: var(--gold); padding: 13px 24px; border-radius: 3px; box-shadow: 0 6px 16px -8px rgba(0,0,0,.5); transition: .3s; transform: rotate(.6deg); }
.nav-cta:hover { transform: rotate(-.6deg) translateY(-1px); background: var(--gold-soft); }
.nav-burger { display: none; width: 44px; height: 44px; position: relative; z-index: 150; }
.nav-burger span { position: absolute; left: 8px; right: 8px; height: 2px; background: var(--cream); top: 50%; transition: .35s var(--ease); border-radius: 2px; }
.nav-burger span:nth-child(1) { transform: translateY(-8px); }
.nav-burger span:nth-child(3) { transform: translateY(8px); }
body.menu-open .nav-burger span:nth-child(1) { transform: rotate(45deg); }
body.menu-open .nav-burger span:nth-child(2) { opacity: 0; }
body.menu-open .nav-burger span:nth-child(3) { transform: rotate(-45deg); }
.mobile-menu { position: fixed; inset: 0; z-index: 110; background: var(--olive-950); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px; opacity: 0; pointer-events: none; transition: opacity .4s var(--ease); }
body.menu-open .mobile-menu { opacity: 1; pointer-events: auto; }
.mobile-menu a { font-family: var(--serif); font-size: 30px; color: var(--cream); padding: 8px 22px; }
.mobile-menu .m-cta { margin-top: 20px; }

/* scroll progress as inked line */
/* scroll progress as an inked line inside the pill header */ #scrollbar { position: absolute; left: 0; right: 0; bottom: 0; height: 3px; z-index: 2; background: rgba(246, 240, 225, .12); }
#scrollbar i { display: block; height: 100%; background: linear-gradient(90deg, var(--gold), var(--gold-soft)); transform-origin: left; transform: scaleX(0); }

/* ---------- hero = journal cover page ---------- */
.hero { position: relative; overflow: hidden; min-height: 100svh; display: flex; align-items: center;
  background:
    radial-gradient(130% 100% at 85% -10%, #42502F 0%, transparent 55%),
    linear-gradient(160deg, #313C24 0%, var(--olive-950) 88%);
  color: var(--cream); padding: calc(var(--nav-h) + 30px) 0 90px;
}
.hero .grain { position: absolute; inset: 0; opacity: .07; pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.7' numOctaves='2'/%3E%3C/filter%3E%3Crect width='180' height='180' filter='url(%23n)'/%3E%3C/svg%3E"); }
.hero .ruledline { position: absolute; inset: auto 0 0 0; height: 26px; opacity: .5;
  background: repeating-linear-gradient(90deg, rgba(246,240,225,.05) 0 2px, transparent 2px 34px); }
.hero .wrap { position: relative; z-index: 3; display: grid; grid-template-columns: 1.12fr .88fr; gap: clamp(30px, 4vw, 70px); align-items: center; }
.hero-eyebrow { display: flex; align-items: center; gap: 14px; margin-bottom: 26px; }
.hero-eyebrow .hand { font-size: 25px; color: var(--gold-soft); letter-spacing: .02em; }
.hero h1 { color: var(--cream); font-size: clamp(48px, 6.6vw, 94px); font-weight: 500; line-height: 1.02; }
.hero h1 em { font-style: italic; color: var(--gold-soft); }
.hero-deck { margin-top: 26px; max-width: 50ch; color: rgba(246, 240, 225, .85); font-size: 18.5px; font-family: var(--body); }
.hero-cta { margin-top: 38px; display: flex; align-items: center; gap: 26px; flex-wrap: wrap; }
.hero-foot { margin-top: 56px; display: flex; align-items: center; gap: 14px; font-family: var(--ui); font-size: 12px; letter-spacing: .22em; text-transform: uppercase; color: rgba(246,240,225,.6); }
.hero-foot .sep { width: 42px; height: 1px; background: rgba(246,240,225,.28); }
/* right: cutout figure standing on a paper shadow, taped */
.hero-fig { position: relative; display: flex; justify-content: center; }
.hero-fig .fig-paper { position: relative; padding: 16px 16px 20px; background: var(--paper); box-shadow: var(--shadow-lift); transform: rotate(1.4deg); }
.hero-fig .fig-paper .photo { position: relative; }
.hero-fig .fig-paper img { max-height: calc(100svh - 260px); width: auto; filter: saturate(.97); }
.hero-fig .fig-note { position: absolute; z-index: 6; right: -14px; bottom: 26px; transform: rotate(-2.5deg); width: 158px; background: var(--sticky); padding: 10px 14px; box-shadow: 0 2px 3px rgba(60,50,25,.14), 0 12px 24px -10px rgba(60,50,25,.30); font-family: var(--hand); font-size: 19px; line-height: 1.2; color: #171310;
  background-image: linear-gradient(158deg, rgba(255,255,255,.55), rgba(255,255,255,0) 42%), linear-gradient(0deg, rgba(120,95,40,.10), transparent 58%); }
.hero-fig .fig-note::before { content: ""; position: absolute; top: -11px; left: 50%; width: 66px; height: 25px; transform: translateX(-50%) rotate(-1deg); background: url("../img/tape-gold.png") center/100% 100% no-repeat; opacity: .95; box-shadow: 0 1px 2px rgba(70,55,20,.18); }
.hero-fig .fig-note::after { content: ""; position: absolute; right: 0; bottom: 0; width: 22px; height: 22px; background: linear-gradient(135deg, transparent 46%, rgba(126,100,44,.16) 58%, rgba(84,64,26,.34) 100%); border-bottom-right-radius: 7px; }
.hero-fig .fig-note b { font-weight: 700; }
.scroll-cue { position: absolute; left: 50%; bottom: 26px; transform: translateX(-50%); z-index: 4; display: flex; flex-direction: column; align-items: center; gap: 8px; font-family: var(--ui); font-size: 10.5px; letter-spacing: .32em; text-transform: uppercase; color: rgba(246,240,225,.55); }
.scroll-cue::after { content: ""; width: 1.5px; height: 42px; background: linear-gradient(var(--gold-soft), transparent); animation: cue 2.2s var(--ease-io, cubic-bezier(.65,.05,.36,1)) infinite; transform-origin: top; }
@keyframes cue { 0% { transform: scaleY(0); } 45% { transform: scaleY(1); } 100% { transform: scaleY(1); opacity: 0; } }

/* ---------- sections / entry headers ---------- */
section { position: relative; }
.sec { padding: clamp(90px, 10vw, 150px) 0; }
.entry-head { display: flex; align-items: baseline; gap: 18px; flex-wrap: wrap; margin-bottom: clamp(30px, 4vw, 54px); }
.entry-head .no { font-family: var(--hand); font-size: 30px; color: var(--gold); transform: rotate(-2deg); }
.entry-head h2 { font-family: var(--serif); font-weight: 500; font-size: clamp(38px, 4.8vw, 64px); line-height: 1.05; color: var(--ink); }
.entry-head .annot { font-family: var(--hand); font-size: 22px; color: var(--olive-soft); margin-left: auto; transform: rotate(1deg); }
.entry-head .annot::before { content: "~ "; color: var(--gold); }
.entry-head .annot::after { content: " ~"; color: var(--gold); }

/* ---------- home: contents (chapter cards) ---------- */
.contents { background: var(--paper); }
.contents, .spread, .passage { border-top: 1px dashed rgba(58, 52, 40, .16); }
.passage { border-bottom: 1px dashed rgba(58, 52, 40, .16); }
.contents .wrap { position: relative; }
.ch-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(26px, 3.4vw, 44px); }
.ch { position: relative; }
.ch .pagecard { padding: 26px 24px 30px; height: 100%; display: flex; flex-direction: column; transition: transform .2s var(--ease), box-shadow .2s var(--ease); }
.ch:hover .pagecard { transform: translateY(-10px) rotate(-.5deg); box-shadow: var(--shadow-lift); }
.ch .cover-wrap { position: relative; margin: -6px auto 20px; width: 62%; }
.ch .cover-wrap img { width: 100%; box-shadow: var(--shadow-paper); border-radius: 2px; transition: transform .22s var(--ease); }
.ch:hover .cover-wrap img { transform: rotate(-1.6deg) scale(1.05); }
.ch .cover-wrap { overflow: hidden; }
.ch .ch-no { font-family: var(--hand); font-size: 24px; color: var(--gold); }
.ch h3 { font-family: var(--serif); font-weight: 600; font-size: 25px; line-height: 1.14; margin-top: 4px; }
.ch .ch-type { font-family: var(--ui); font-size: 10.5px; letter-spacing: .26em; text-transform: uppercase; color: var(--olive); margin-top: 10px; }
.ch .ch-desc { font-size: 14.5px; line-height: 1.65; color: var(--ink-soft); margin-top: 10px; flex-grow: 1; }
.ch .ch-link { margin-top: 16px; }
.contents .open-note { position: relative; margin: 34px auto 0; max-width: 430px; text-align: center;
  background: var(--sticky); background-image: linear-gradient(158deg, rgba(255,255,255,.5), rgba(255,255,255,0) 42%), linear-gradient(0deg, rgba(120,95,40,.10), transparent 58%);
  padding: 15px 22px 18px; font-family: var(--hand); font-size: 21px; line-height: 1.3; color: #171310;
  transform: rotate(-.8deg); box-shadow: 0 2px 3px rgba(60,50,25,.14), 0 12px 24px -10px rgba(60,50,25,.30); }
.contents .open-note::before { content: ""; position: absolute; top: -12px; left: 50%; width: 74px; height: 26px; transform: translateX(-50%) rotate(-1deg); background: url("../img/tape-cream.png") center/100% 100% no-repeat; opacity: .92; box-shadow: 0 1px 2px rgba(70,55,20,.16); }
.contents .open-note::after { content: ""; position: absolute; right: 0; bottom: 0; width: 24px; height: 24px; background: linear-gradient(135deg, transparent 46%, rgba(126,100,44,.16) 58%, rgba(84,64,26,.34) 100%); border-bottom-right-radius: 8px; }

/* ---------- home: margins / about (journal spread) ---------- */
.spread { background: var(--paper-2); position: relative; overflow: hidden; }
.spread .dotgrid { position: absolute; inset: 0; opacity: .62; }
.spread .wrap { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 6vw, 90px); align-items: center; }
.about-copy .hand-greet { font-family: var(--hand); font-size: 27px; color: var(--olive-800); }
.about-copy h2 { font-family: var(--serif); font-size: clamp(36px, 4.4vw, 58px); line-height: 1.06; font-weight: 500; margin-top: 6px; }
.about-copy p { margin-top: 20px; max-width: 52ch; }
.about-copy .drop::first-letter { font-family: "Parisienne", "Caveat", cursive; font-weight: 400; font-size: 4.2em; line-height: .78; float: left; padding: .02em .16em 0 0; color: var(--olive-900); }
.about-copy .sig { font-family: var(--hand); font-size: 40px; color: var(--olive-800); margin-top: 24px; transform: rotate(-1deg); }
.about-media { position: relative; }
.about-media .pol.big { transform: rotate(1.6deg); }
.about-media .tape { top: -14px; }
.about-media .post-it { position: absolute; z-index: 7; left: -34px; top: 44%; width: 170px; transform: rotate(-5deg); }
.about-media .post-it .note { padding: 12px 14px; font-size: 19px; }

/* ---------- quote (highlighted passage) ---------- */
.passage { background: var(--paper); }
.passage .wrap-narrow { text-align: center; position: relative; }
.passage .mark { font-family: var(--serif); font-size: 60px; color: var(--gold); line-height: 0; display: block; margin: 0 0 -6px; }
.passage blockquote { font-family: var(--serif); font-style: italic; font-weight: 500; font-size: clamp(27px, 3.6vw, 46px); line-height: 1.3; color: var(--ink); }
.passage cite { display: block; margin-top: 22px; font-family: var(--hand); font-style: normal; font-size: 25px; color: var(--olive); }
.passage .tape { top: -20px; left: 50%; transform: translateX(-50%) rotate(0deg); width: 150px; }

/* ---------- book page ---------- */
.bk-hero { padding-top: calc(var(--nav-h) + 24px); overflow: hidden; background: var(--paper); position: relative; }
.bkh-grid { display: grid; grid-template-columns: 1.02fr .98fr; gap: clamp(36px, 5vw, 84px); align-items: center; padding-bottom: clamp(56px, 6vw, 90px); }
.bkh-kicker { font-family: var(--hand); font-size: 25px; color: var(--book-accent); transform: rotate(-1deg); display: inline-block; }
.bkh-kicker .no { color: var(--gold); }
.bkh-kicker::before { content: "~ "; }
.bkh-kicker::after { content: " ~"; }
.bkh-copy h1 { font-family: var(--serif); font-weight: 500; font-size: clamp(42px, 5vw, 74px); line-height: 1.04; margin-top: 14px; }
.bkh-copy h1 em { font-style: italic; }
.bkh-sub { font-family: var(--body); font-style: italic; font-size: clamp(19px, 2vw, 23px); color: var(--book-accent); margin-top: 12px; }
.bkh-desc { margin-top: 22px; max-width: 52ch; font-size: 17.5px; color: var(--ink-soft); }
.bkh-chips { margin-top: 26px; display: flex; flex-wrap: wrap; gap: 10px; }
.chip { font-family: var(--ui); font-size: 11px; letter-spacing: .18em; text-transform: uppercase; font-weight: 500; padding: 8px 15px; border: 1px dashed rgba(58,52,40,.4); border-radius: 999px; color: var(--ink-soft); background: rgba(255,253,246,.6); }
.chip.marker { border-style: solid; border-color: var(--book-accent); color: var(--book-accent); background: rgba(255,255,255,.7); }
.bkh-cta { margin-top: 34px; display: flex; align-items: center; gap: 26px; flex-wrap: wrap; }
.bkh-meta { font-family: var(--ui); font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: var(--ink-soft); margin-top: 16px; }
.bkh-media { position: relative; display: flex; justify-content: center; padding: 30px 20px 40px; }
.bkh-media .mock { position: relative; width: min(440px, 94%); transform: rotate(-1.4deg); padding: 38px 38px 42px; background: var(--paper); border-radius: 3px; box-shadow: var(--shadow-lift); }
.bkh-media .mock::before { content: ""; position: absolute; inset: 8px; border-radius: 2px; z-index: 0;
  background-image: linear-gradient(rgba(250, 245, 233, .34), rgba(250, 245, 233, .34)), var(--pbg, none);
  background-size: auto, cover; background-position: center, 88% 85%; opacity: 1; }
.bkh-media .mock img { position: relative; z-index: 1; width: 100%; border-radius: 3px; box-shadow: 0 1px 2px rgba(40,32,14,.18), 0 10px 24px -8px rgba(40,32,14,.28); }
.bkh-media .tape { top: -13px; }
.bkh-media .annot { position: absolute; z-index: 8; right: -6px; top: -18px; background: var(--paper); padding: 6px 14px; font-family: var(--hand); font-size: 20px; color: var(--olive-800); box-shadow: var(--shadow-paper); transform: rotate(2.4deg); border-radius: 3px; }
.bkh-media .annot::after { content: ""; }
.bkh-cover-mini { position: absolute; z-index: 6; left: 2%; bottom: 0; width: 120px; transform: rotate(-4deg); box-shadow: var(--shadow-paper); }

/* ruled facts section (page 2) */
.facts { background: var(--paper-2); position: relative; }
.facts .wrap { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(36px, 5vw, 80px); align-items: start; position: relative; }
.inklist { margin-top: 26px; }
.inklist li { display: grid; grid-template-columns: 40px 1fr; gap: 14px; padding: 10px 0; border-bottom: 1px solid var(--ink-line-soft); align-items: baseline; }
.inklist .m { font-family: var(--hand); font-size: 24px; color: var(--book-accent); transform: rotate(-3deg); }
.inklist strong { font-weight: 600; font-family: var(--body); }
.inklist p { font-size: 15px; color: var(--ink-soft); margin-top: 3px; }
.facts .ruled-box { background: var(--paper); box-shadow: var(--shadow-paper); padding: 30px 30px 26px; position: relative; min-width: 0; }
.facts .ruled-box h4 { font-family: var(--hand); font-weight: 700; font-size: 26px; color: var(--ink); }
.facts .ruled-box .tape { top: -14px; left: 40%; }

/* scrapbook gallery */
.scrapbook { background: var(--paper); }
.scrapbook .sb-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: clamp(20px, 3vw, 40px); align-items: start; }
.sb { position: relative; }
.sb .pol { }
.sb .pol img { aspect-ratio: auto; }
.sb .cap { font-size: 19px; }
.sb:nth-child(odd) .pol { transform: rotate(-1.8deg); }
.sb:nth-child(even) .pol { transform: rotate(1.6deg); }
.sb:hover .pol { box-shadow: var(--shadow-lift); }
.sb .tape { }
.sb-c1 { grid-column: span 6; }
.sb-c2 { grid-column: span 6; }
.sb-c7 { grid-column: span 7; }
.sb-c5 { grid-column: span 5; }
.sb-c12 { grid-column: span 12; }
.sb.sb-oc { grid-column: 3 / span 7; }
.sb .sb-w1 { margin-top: 54px; }
.sb .sb-w2 { margin-top: 90px; }
.sb .scrawl { font-family: var(--hand); font-size: 22px; color: var(--olive-800); text-align: center; margin-top: 8px; transform: rotate(-.6deg); }

/* notes for who-it's-for */
.forwrap { background: var(--paper-2); position: relative; overflow: hidden; }
.forwrap .dotgrid { position: absolute; inset: 0; opacity: .62; }
.forwrap .wrap { position: relative; }
.notes3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(24px, 3vw, 40px); margin-top: 54px; align-items: start; }
.notes3 .note { font-size: 21px; }
.notes3 .note b { font-size: 23px; }
.notes3 .note:nth-child(1) { transform: rotate(-2deg); }
.notes3 .note:nth-child(2) { transform: rotate(1.2deg) translateY(16px); }
.notes3 .note:nth-child(3) { transform: rotate(-1.4deg); }

/* other books = mini contents */
.otherw { background: var(--olive-950); color: var(--cream); position: relative; }
.otherw .grain { position: absolute; inset: 0; opacity: .03; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.7' numOctaves='2'/%3E%3C/filter%3E%3Crect width='180' height='180' filter='url(%23n)'/%3E%3C/svg%3E"); }
.otherw .wrap { position: relative; padding: clamp(90px, 11vw, 160px) 0; }
.otherw .entry-head h2 { color: var(--cream); }
.otherw .entry-head .annot { color: var(--gold-soft); }
.otherw .mini-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 60px; margin-top: 30px; }
.ob { display: grid; grid-template-columns: 96px 1fr; gap: 26px; align-items: center; border-top: 1px dashed rgba(246,240,225,.22); border-bottom: 1px dashed rgba(246,240,225,.22); padding: 30px 0; }
.ob img { width: 100%; border-radius: 2px; box-shadow: 0 18px 30px -16px rgba(0,0,0,.7); transform: rotate(-2deg); transition: transform .5s var(--ease); }
.ob:hover img { transform: rotate(0deg) translateY(-5px); }
.ob h3 { font-family: var(--serif); color: var(--cream); font-size: 26px; font-weight: 500; line-height: 1.12; }
.ob p { color: rgba(246,240,225,.62); font-size: 14.5px; margin-top: 4px; }
.ob .hlink { color: var(--gold-soft); font-size: 21px; }

/* contact = inside back cover */
.contact { background: var(--olive-950); color: var(--cream); position: relative; overflow: hidden; }
.contact .grain { position: absolute; inset: 0; opacity: .03; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.7' numOctaves='2'/%3E%3C/filter%3E%3Crect width='180' height='180' filter='url(%23n)'/%3E%3C/svg%3E"); }
.contact .grule { position: absolute; inset: 0; opacity: .07; background-image: repeating-linear-gradient(90deg, rgba(246,240,225,.08) 0 2px, transparent 2px 40px), repeating-linear-gradient(0deg, rgba(246,240,225,.05) 0 2px, transparent 2px 26px); }
.contact .wrap { position: relative; text-align: center; padding: clamp(100px, 13vw, 180px) 0 80px; }
.contact .hand-greet { font-family: var(--hand); font-size: 30px; color: var(--gold-soft); }
.contact h2 { color: var(--cream); font-family: var(--serif); font-weight: 500; font-size: clamp(38px, 5vw, 66px); margin: 16px auto 0; max-width: 22ch; line-height: 1.08; }
.contact h2 em { font-style: italic; color: var(--gold-soft); }
.contact .lead { color: rgba(246,240,225,.72); margin: 24px auto 0; max-width: 50ch; }
.contact .cta-row { margin-top: 44px; display: flex; flex-direction: column; align-items: center; gap: 16px; }
.contact .btn-hand { font-family: var(--hand); color: var(--gold-soft); font-size: 26px; letter-spacing: 0; text-transform: none; padding: 6px 10px; }
.contact .btn-hand:hover { color: var(--gold); }
.contact .envelope { margin: 50px auto 0; width: min(430px, 100%); }
.foot { border-top: 1px dashed rgba(246,240,225,.18); background: var(--olive-950); }
.foot .wrap { display: flex; align-items: center; gap: 18px; padding: 30px 0; font-size: 13px; color: rgba(246,240,225,.5); font-family: var(--ui); letter-spacing: .06em; flex-wrap: wrap; }
.foot-ig { display: inline-flex; align-items: center; color: rgba(246,240,225,.55); transition: color .25s; }
.foot-ig:hover { color: var(--gold); text-decoration: none; }
.foot .wordmark { font-size: 18px; margin-right: 0; }
.foot-sp { margin-left: auto; }
.foot .wordmark small { display: none; }

/* ---------- reveal/motion ---------- */
[data-reveal] { opacity: 0; transform: translateY(30px); transition: opacity 1s var(--ease), transform 1s var(--ease); transition-delay: var(--d, 0s); }
[data-reveal="left"] { transform: translateX(-38px); }
[data-reveal="right"] { transform: translateX(38px); }
[data-reveal="rot"] { transform: rotate(2deg) translateY(20px); }
[data-reveal].in { opacity: 1; transform: none; }
.lines-mask { display: inline-block; overflow: hidden; vertical-align: top; padding-bottom: .1em; margin-bottom: -.1em; }
.lines-mask .lm { display: inline-block; transform: translateY(118%); transition: transform 1.2s var(--ease); transition-delay: var(--d, 0s); }
.lines-mask.in .lm { transform: translateY(0); }
.clip-reveal { clip-path: inset(0 0 100% 0); transition: clip-path 1.25s var(--ease); transition-delay: var(--d, 0s); }
.clip-reveal.in { clip-path: inset(0 0 0 0); }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  [data-reveal], .lines-mask .lm, .clip-reveal { opacity: 1 !important; transform: none !important; clip-path: none !important; }
  #scrollbar i { transform: none; }
}

/* ---------- responsive ---------- */
@media (max-width: 1080px) {
  .hero .wrap { grid-template-columns: 1fr; gap: 30px; }
  .hero { padding-bottom: 60px; }
  .hero-fig { order: 2; max-width: 360px; margin-inline: auto; }
  .hero-fig .fig-paper img { max-height: 60svh; }
  .ch-grid { grid-template-columns: 1fr; max-width: 520px; margin-inline: auto; }
  .spread .wrap, .facts .wrap, .bkh-grid { grid-template-columns: minmax(0, 1fr); }
  .about-media { max-width: 520px; }
  .sb-c1, .sb-c2, .sb-c5, .sb-c7 { grid-column: span 12; }
  .sb.sb-oc { grid-column: span 12; }
  .sb .sb-w1, .sb .sb-w2 { margin-top: 0; }
  .notes3.nbk-rooted .note::before { background: url("../img/tape-rose.png") center/100% 100% no-repeat; }
  .notes3.nbk-grief .note::before { background: url("../img/tape-gold.png") center/100% 100% no-repeat; }
  .notes3.nbk-kk .note::before { background: url("../img/tape-blue.png") center/100% 100% no-repeat; }
  .mini-grid { grid-template-columns: 1fr !important; }
}
@media (max-width: 760px) {
  body { font-size: 16.5px; }
  .nav-links, .nav-cta { display: none; }
  .nav-burger { display: block; }
  .hero-fig .fig-note { right: -4px; bottom: 10px; width: 140px; font-size: 17px; }
  .bkh-media .bkh-cover-mini { width: 88px; }
  .entry-head .annot { margin-left: 0; width: 100%; }
  .scroll-cue { display: none; }
  .pol { margin-bottom: 6px; }
}

.faqsec { background: var(--paper-2); position: relative; }
.faqsec .faq-inner { display: block; max-width: 920px; }
.faq-list { display: grid; gap: 14px; margin-top: 8px; }
.faq-item { background: var(--paper); box-shadow: var(--shadow-paper); }
.faq-item summary { display: flex; align-items: baseline; gap: 16px; padding: 22px 28px; cursor: pointer; list-style: none; font-family: var(--serif); font-size: clamp(19px, 2vw, 23px); line-height: 1.35; color: var(--ink); }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; margin-left: auto; font-family: var(--ui); font-size: 22px; font-weight: 400; color: var(--gold); flex: 0 0 auto; transform: rotate(0deg); transition: transform .3s var(--ease); }
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item .q { font-family: var(--hand); font-size: 27px; line-height: 1; color: var(--gold); transform: rotate(-4deg); flex: 0 0 auto; }
.faq-item p { margin: 0; padding: 0 30px 24px 74px; font-family: var(--body); font-size: 16px; line-height: 1.75; color: var(--ink-soft); }
.crisis-note { margin: 36px auto 0; max-width: 62ch; text-align: center; font-family: var(--body); font-style: italic; font-size: 15.5px; line-height: 1.8; color: var(--ink-soft); border-top: 1px dashed rgba(58, 52, 40, .16); padding-top: 26px; }
.nlsec { background: var(--olive-950); color: var(--cream); position: relative; isolation: isolate; overflow: hidden; }
.nlsec .grain { opacity: .045; }
.nlsec .nl-inner { position: relative; display: block; text-align: center; padding: clamp(80px, 9vw, 130px) 0 clamp(90px, 11vw, 150px); }
.nlsec .no { display: inline-block; margin-bottom: 10px; color: var(--gold-soft); }
.nlsec h2 { margin-top: 0; color: var(--cream); font-family: var(--serif); font-weight: 500; font-size: clamp(36px, 4.6vw, 60px); line-height: 1.05; }
.nl-lead { max-width: 54ch; margin: 20px auto 0; color: rgba(246, 240, 225, .78); font-size: 16px; line-height: 1.7; font-family: var(--body); }
.nl-form { margin-top: 28px; display: flex; align-items: flex-end; justify-content: center; gap: 14px; flex-wrap: wrap; }
.nl-form input { width: min(300px, 76vw); background: transparent; border: 0; border-bottom: 1.5px solid rgba(246, 240, 225, .45); border-radius: 0; color: var(--cream); font-family: var(--ui); font-size: 14px; letter-spacing: .08em; padding: 10px 6px 9px; }
.nl-form input:focus { outline: none; border-bottom-color: var(--gold-soft); }
.nl-form input::placeholder { color: rgba(246, 240, 225, .5); }
.nl-form button { border: 0; cursor: pointer; }
.nl-msg { flex-basis: 100%; min-height: 1.4em; margin: 8px 0 0; color: var(--gold-soft); font-family: var(--body); font-style: italic; font-size: 15px; letter-spacing: 0; text-transform: none; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.nlcard { margin: 54px auto 0; max-width: 580px; padding: 30px 32px 26px; border: 1px dashed rgba(246, 240, 225, .3); background: rgba(246, 240, 225, .045); text-align: center; }
.nlcard h3 { margin: 0; font-family: var(--serif); font-weight: 500; font-size: clamp(26px, 3vw, 34px); color: var(--gold-soft); }
.nlcard p { margin: 12px auto 0; max-width: 46ch; color: rgba(246, 240, 225, .78); font-size: 15px; line-height: 1.65; font-family: var(--body); }
.nlcard .nl-form { margin-top: 20px; }
.nlcard .nl-fine { margin-top: 14px; font-family: var(--ui); font-size: 12px; letter-spacing: .08em; text-transform: uppercase; color: rgba(246, 240, 225, .5); }
@media (max-width: 760px) {
  .faq-item summary { padding: 18px 20px; }
  .faq-item p { padding: 0 20px 20px 56px; }
  .nlcard { padding: 24px 22px 20px; }
}

.site-head .wrap { width: auto; margin: 0; height: auto; }
.site-head.scrolled { padding: 8px 22px; }
.site-head.scrolled .wrap { height: auto; }
.hero-fig .fig-note { bottom: -46px; right: -12px; }
.scrapbook .sb-grid { display: flex; flex-direction: column; align-items: center; gap: clamp(34px, 4vw, 60px); }
.scrapbook .sb { width: min(540px, 90%); }
.scrapbook .sb .sb-w1, .scrapbook .sb .sb-w2 { margin-top: 0; }
@media (max-width: 760px) {
  .site-head { top: 10px; left: 50%; right: auto; padding: 8px 14px; border-radius: 14px; max-width: calc(100vw - 20px); }
  .site-head .wordmark { font-size: 22px; }
  .site-head .wordmark small { font-size: 12px; }
  .hero-fig .fig-note { bottom: -38px; right: -4px; }
  .scrapbook .sb { width: min(460px, 94%); }
}

section[id] { scroll-margin-top: 118px; }
.hero-fig .fig-paper .photo img { border: 2px dashed rgba(58, 52, 40, .42); border-radius: 12px 16px 13px 15px; }

.notes3.nbk-rooted .note::before { background: url("../img/tape-rose.png") center/100% 100% no-repeat; }
.notes3.nbk-grief .note::before { background: url("../img/tape-gold.png") center/100% 100% no-repeat; }
.notes3.nbk-kk .note::before { background: url("../img/tape-blue.png") center/100% 100% no-repeat; }

.to-top { position: fixed; right: 22px; bottom: 22px; z-index: 80; width: 48px; height: 48px; border-radius: 50%;
  border: 2px dashed rgba(58, 52, 40, .35); background: rgba(253, 250, 240, .94); color: var(--olive-800);
  font-family: var(--hand); font-size: 26px; line-height: 1; display: grid; place-items: center; cursor: pointer;
  box-shadow: 0 10px 22px -12px rgba(0, 0, 0, .35); opacity: 0; transform: translateY(14px); pointer-events: none;
  transition: opacity .3s, transform .3s, background .3s, color .3s; }
.to-top.in { opacity: 1; transform: none; pointer-events: auto; }
.to-top:hover { background: var(--gold); color: #FFFDF6; border-color: transparent; }
@media (max-width: 760px) {
  .to-top { right: 12px; bottom: 12px; width: 44px; height: 44px; font-size: 22px; }
}

@media (max-width: 760px) {
  html, body { overflow-x: clip; }
  .hero-copy { text-align: center; }
  .hero-copy .hero-cta, .hero-copy .hero-foot { justify-content: center; }
  .entry-head { text-align: center; }
  .entry-head .no { margin-inline: auto; }
  .facts-main .inklist { text-align: left; }
  .bkh-copy { text-align: center; }
  .bkh-copy .bkh-cta { justify-content: center; }
  .foot .wrap { justify-content: center; }
  .foot-sp { margin-left: 0; }
  .foot .wrap.credit { justify-content: center; }
  .nl-form { flex-direction: column; align-items: center; }
  .nl-form input { width: min(340px, 88vw); }
  .ob { text-align: left; }
  .contact .btn-hand, .hero-copy .btn-hand { font-size: 23px; }
  h1, h2, h3 { overflow-wrap: break-word; }
}

:root {
  --head-a: rgba(38, 46, 27, .8);
  --head-b: rgba(38, 46, 27, .62);
  --head-solid: rgba(38, 46, 27, .94);
}
body.bk-rooted { --olive-950: #462A37; --head-a: rgba(70, 42, 55, .84); --head-b: rgba(70, 42, 55, .62); --head-solid: rgba(70, 42, 55, .95); }
body.bk-kk { --olive-950: #1A2740; --head-a: rgba(26, 39, 64, .86); --head-b: rgba(26, 39, 64, .64); --head-solid: rgba(26, 39, 64, .96); }

.foot .wrap { display: block; padding: 0; }
.foot-grid { display: grid; grid-template-columns: 1.7fr 1fr 1.4fr 1.2fr; gap: clamp(28px, 4vw, 60px); padding: clamp(46px, 7vw, 70px) 0 8px; align-items: start; }
.foot-brand .wordmark { margin: 0; font-size: 25px; }
.foot-tag { margin: 10px 0 0; max-width: 34ch; font-family: var(--serif); font-style: italic; font-size: 15px; line-height: 1.55; color: rgba(246, 240, 225, .55); }
.foot-social { display: flex; align-items: center; gap: 10px; margin-top: 16px; color: rgba(246, 240, 225, .6); }
.foot-social a { color: rgba(246, 240, 225, .6); text-decoration: none; transition: color .25s; }
.foot-social a:hover { color: var(--gold); }
.foot-ig { display: inline-flex; }
.foot-col h3 { margin: 0 0 16px; }
.foot-h { font-family: var(--ui); font-size: 11px; font-weight: 600; letter-spacing: .28em; text-transform: uppercase; color: var(--gold-soft); }
.foot-col ul { list-style: none; margin: 0; padding: 0; }
.foot-col li { margin: 10px 0; }
.foot-col a { color: rgba(246, 240, 225, .66); text-decoration: none; font-size: 13.5px; letter-spacing: .03em; transition: color .25s; line-height: 1.4; }
.foot-col a:hover { color: var(--gold); }
.foot-shop { display: inline-block; margin-top: 18px; font-family: var(--hand); font-size: 20px; color: var(--gold-soft); }
.foot-shop:hover { color: var(--gold); }
.foot-base { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 8px 20px; margin-top: 40px; padding: 20px 0 26px; border-top: 1px dashed rgba(246, 240, 225, .16); font-size: 12px; letter-spacing: .05em; color: rgba(246, 240, 225, .45); }
.foot-base a { color: var(--gold-soft); text-decoration: none; }
.foot-base a:hover { color: var(--gold); }
@media (max-width: 1080px) {
  .foot-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 760px) {
  .foot-grid { grid-template-columns: 1fr; text-align: center; gap: 34px; }
  .foot-brand { display: flex; flex-direction: column; align-items: center; }
  .foot-social { justify-content: center; }
  .foot-tag { max-width: 38ch; }
  .foot-base { flex-direction: column; text-align: center; }
}

.contact::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(85% 60% at 50% 12%, rgba(247, 241, 226, .09), transparent 62%), linear-gradient(180deg, rgba(22, 28, 16, .6) 0%, rgba(22, 28, 16, .18) 38%, rgba(22, 28, 16, .36) 70%, rgba(22, 28, 16, .78) 100%); }
.contact .wrap { z-index: 1; }
.menu-close { position: absolute; top: 12px; right: 14px; z-index: 5; background: none; border: none; cursor: pointer; color: var(--cream); font-size: 40px; line-height: 1; padding: 4px 12px; opacity: .9; transition: color .25s, opacity .25s; }
.menu-close:hover { color: var(--gold); }
.bkh-chips { flex-wrap: nowrap; justify-content: center; width: 100%; gap: clamp(5px, 1.2vw, 12px); }
.bkh-chips .chip { white-space: nowrap; font-size: clamp(7.5px, 2.2vw, 11.5px); padding: 6px 8px; letter-spacing: .05em; }
.notes3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
@media (max-width: 760px) {
  .notes3 { grid-template-columns: 1fr; justify-items: center; row-gap: 46px; }
  .notes3 .note { width: min(440px, 100%); }
  .notes3 .note:nth-child(2) { transform: rotate(1.2deg); }
  .about-media { width: min(400px, 88vw); margin-inline: auto; }
  .about-media .pol.big { transform: rotate(1deg); }
  .about-media .post-it { left: calc(50% - clamp(60px, 18vw, 75px)); top: 28%; width: clamp(120px, 36vw, 150px); transform: rotate(-4deg); }
  .about-media .post-it .note { font-size: 16px; padding: 10px 12px; }
}

@media (min-width: 761px) { .foot-brand { text-align: left; } }
.contact .envelope .pol .tape.t1 { left: 50%; transform: translateX(-50%) rotate(-3deg); }
