/* ============================================================
   WEBURL / FIELD JOURNAL — notes index + note pages (2026-09)
   Same dossier language as the homepage: taped photographs,
   red-marker notes, Gilroy 200 ↔ 900, Belgian engravings.
   ============================================================ */

@font-face {
  font-family: "Permanent Marker";
  src: url("fonts/permanent-marker-latin.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.notes-page {
  --b-bg: #f7f5f2;
  --b-mute: #7a736e;
  --b-line: rgba(13, 13, 13, .14);
  --b-line-strong: rgba(13, 13, 13, .42);
  --b-hand: "Permanent Marker", "Marker Felt", "Comic Sans MS", cursive;
  background: var(--b-bg);
  background-image: none;
}
.notes-page main { overflow: clip; }
.b-wrap { width: min(100%, var(--page-max, 1560px)); margin: 0 auto; padding: 0 var(--gutter); position: relative; }
.notes-page .th { font-weight: 200; letter-spacing: -.03em; }
.notes-page .hv { font-weight: 900; color: var(--accent); letter-spacing: -.04em; }
.b-hand { font-family: var(--b-hand); color: var(--accent); font-weight: 400; letter-spacing: 0; text-transform: none; line-height: 1.1; }
.b-label { font-size: 11px; line-height: 1.5; letter-spacing: .04em; text-transform: uppercase; color: var(--b-mute); }

/* shared photo language */
.b-tape { position: absolute; top: -12px; left: 40%; width: 92px; height: 25px; background: rgba(236, 226, 206, .82); box-shadow: 0 1px 2px rgba(0, 0, 0, .08); transform: rotate(3deg); z-index: 3; }
.b-shot { position: relative; margin: 0; background: #fff; padding: 10px 10px 30px; box-shadow: 0 18px 40px -18px rgba(13, 13, 13, .35), 0 2px 6px rgba(13, 13, 13, .08); }
.b-shot img { display: block; width: 100%; height: 100%; object-fit: cover; }
.b-shot figcaption { position: absolute; left: 12px; bottom: 6px; font-family: var(--b-hand); font-size: 15px; color: var(--ink); }
.b-bw img { filter: grayscale(1) contrast(1.1); }
.b-halftone { overflow: hidden; }
.b-halftone::after { content: ""; position: absolute; inset: 10px 10px 30px; background: radial-gradient(circle, rgba(13, 13, 13, .5) 0 1.1px, transparent 1.4px) 0 0 / 5px 5px; mix-blend-mode: multiply; pointer-events: none; }
.b-eng { position: absolute; width: 170px; height: 210px; background: url("img/tournai-cathedral-engraving-v2.webp") center / contain no-repeat; mix-blend-mode: multiply; opacity: .7; pointer-events: none; }
.b-draw path { fill: none; stroke: var(--accent); stroke-width: 2.4; stroke-linecap: round; stroke-dasharray: 2400; stroke-dashoffset: 2400; }
.b-draw.is-drawn path { animation: b-draw 2.2s .2s var(--ease) forwards; }
@keyframes b-draw { to { stroke-dashoffset: 0; } }
.b-card-img, .a-cover, .a-more-card .b-shot { transform: rotate(var(--rot, 0deg)); }
.b-tilt { transform: perspective(1000px) rotateX(var(--rx, 0deg)) rotateY(var(--ry, 0deg)) rotate(var(--rot, 0deg)); transition: transform .6s var(--ease); }
.b-tilt.is-tilting { transition: transform .14s linear; }

/* ===== MASTHEAD ===== */
.b-mast { padding: calc(var(--header-h, 88px) + 70px) 0 90px; position: relative; }
.b-mast-grid { display: grid; grid-template-columns: 7fr 5fr; gap: 56px; align-items: center; }
.notes-page .b-mast h1 { max-width: 12ch; margin: 18px 0 26px; font-size: clamp(50px, 7vw, 116px); font-weight: 800; line-height: .9; letter-spacing: -.04em; }
.b-deck { max-width: 44ch; font-size: 19px; line-height: 1.55; color: var(--ink-soft); }
.b-stats { display: flex; gap: 0; margin: 44px 0 0; border-top: 2px solid var(--ink); max-width: 560px; }
.b-stats div { flex: 1; padding: 16px 20px 0 0; }
.b-stats div + div { padding-left: 20px; border-left: 1px solid var(--b-line); }
.b-stats dt { font-size: 48px; font-weight: 200; line-height: 1; letter-spacing: -.04em; }
.b-stats div:first-child dt { font-weight: 900; color: var(--accent); }
.b-stats dd { margin: 8px 0 0; font-size: 11px; letter-spacing: .04em; text-transform: uppercase; color: var(--b-mute); }
.b-collage { position: relative; height: 560px; }
.b-collage .b-shot { position: absolute; }
.b-c1 { --rot: -4deg; left: 0; top: 30px; width: 74%; aspect-ratio: 3 / 2.2; z-index: 1; }
.b-c2 { --rot: 5deg; right: 0; top: 190px; width: 62%; aspect-ratio: 3 / 2.2; z-index: 2; }
.b-c3 { --rot: -2deg; left: 12%; bottom: 0; width: 52%; aspect-ratio: 3 / 2.2; z-index: 3; }
.b-collage .b-shot { transform: rotate(var(--rot)); }
.b-collage .b-eng { right: -20px; top: -30px; z-index: 0; }
.b-mast-note { position: absolute; z-index: 4; right: 6%; bottom: 40px; font-size: 22px; transform: rotate(-7deg); background: var(--b-bg); padding: 2px 10px; }
.b-stamp { position: absolute; z-index: 5; left: -64px; bottom: 30px; width: 128px; height: 128px; pointer-events: none; }
.b-stamp svg { width: 100%; height: 100%; animation: b-spin 26s linear infinite; }
.b-stamp text { font-family: var(--font-mono); font-size: 9.4px; letter-spacing: 1.6px; fill: var(--accent); text-transform: uppercase; }
.b-stamp b { position: absolute; inset: 0; display: grid; place-items: center; font-size: 34px; font-weight: 900; color: var(--accent); }
@keyframes b-spin { to { transform: rotate(360deg); } }

/* ===== NOTES ===== */
.b-notes { padding: 40px 0 120px; }
.b-notes-head { display: flex; justify-content: space-between; align-items: end; gap: 24px; flex-wrap: wrap; padding-bottom: 20px; border-bottom: 2px solid var(--ink); }
.b-filter { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.b-filter-label { margin-right: 6px; font-size: 11px; text-transform: uppercase; color: var(--b-mute); }
.b-chip { position: relative; padding: 9px 14px; border: 1px solid var(--b-line-strong); background: transparent; color: var(--ink); font: 500 14px/1 var(--font-sans); cursor: pointer; transition: background-color .2s, color .2s, border-color .2s; }
.b-chip:hover { border-color: var(--accent); color: var(--accent); }
.b-chip.is-active { background: var(--accent); border-color: var(--accent); color: #fff; }
.b-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); column-gap: 44px; row-gap: 72px; padding-top: 64px; align-items: start; }
.b-card { position: relative; display: block; color: inherit; min-width: 0; }
.b-card[hidden] { display: none; }
.b-card.is-entering { animation: b-in .5s var(--ease) both; }
@keyframes b-in { from { opacity: 0; transform: translateY(14px); } }
.b-card-img { --rot: -1.4deg; aspect-ratio: 3 / 2.15; }
.b-card:nth-child(even) .b-card-img { --rot: 1.6deg; }
.b-card-num { position: absolute; z-index: 4; top: -38px; left: -6px; font-size: 64px; font-weight: 900; line-height: 1; letter-spacing: -.04em; color: var(--accent); pointer-events: none; }
.b-card-copy { padding-top: 24px; }
.b-card-top { display: flex; justify-content: space-between; align-items: center; gap: 12px; font-size: 11px; text-transform: uppercase; color: var(--b-mute); }
.b-card-tag { color: var(--accent); }
.b-featured { font-size: 18px; transform: rotate(-4deg); }
.notes-page .b-card h2 { max-width: 22ch; margin: 12px 0 0; font-size: clamp(22px, 1.9vw, 28px); font-weight: 700; line-height: 1.12; letter-spacing: -.025em; transition: color .2s; }
.b-card:hover h2 { color: var(--accent); }
.b-card-lead { max-width: 46ch; margin-top: 16px; font-size: 17px; line-height: 1.55; color: var(--ink-soft); }
.b-card-meta { display: flex; gap: 16px; align-items: center; margin-top: 18px; padding-top: 14px; border-top: 1px solid var(--b-line); font-size: 11px; text-transform: uppercase; color: var(--b-mute); }
.b-card-cta { margin-left: auto; color: var(--ink); position: relative; }
.b-card-cta::after { content: ""; position: absolute; left: 0; right: 0; bottom: -5px; height: 6px; background: var(--accent); -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 8' preserveAspectRatio='none'%3E%3Cpath d='M2 5 C40 1 80 7 120 3 S180 6 198 2' fill='none' stroke='%23000' stroke-width='2.6' stroke-linecap='round'/%3E%3C/svg%3E") center / 100% 100% no-repeat; mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 8' preserveAspectRatio='none'%3E%3Cpath d='M2 5 C40 1 80 7 120 3 S180 6 198 2' fill='none' stroke='%23000' stroke-width='2.6' stroke-linecap='round'/%3E%3C/svg%3E") center / 100% 100% no-repeat; transform: scaleX(0); transform-origin: left; transition: transform .45s var(--ease); }
.b-card:hover .b-card-cta::after, .b-card:focus-visible .b-card-cta::after { transform: scaleX(1); }
.b-card:focus-visible { outline: 2px solid var(--accent); outline-offset: 8px; }

/* featured note: spans the full row, photo left, copy right */
.b-grid:not(.is-filtered) .b-card-featured { grid-column: 1 / -1; display: grid; grid-template-columns: 7fr 5fr; gap: 56px; align-items: center; padding-bottom: 72px; border-bottom: 1px dashed var(--b-line-strong); }
.b-grid:not(.is-filtered) .b-card-featured .b-card-img { --rot: -1.2deg; aspect-ratio: 3 / 2; }
.b-grid:not(.is-filtered) .b-card-featured .b-card-num { font-size: 120px; top: -58px; }
.notes-page .b-grid:not(.is-filtered) .b-card-featured h2 { font-size: clamp(34px, 3.6vw, 56px); font-weight: 800; line-height: .98; letter-spacing: -.035em; max-width: 16ch; }
.b-grid:not(.is-filtered) .b-card:nth-child(3) { margin-top: 70px; }
.b-grid:not(.is-filtered) .b-card:nth-child(4) { margin-top: 24px; }
.b-grid.is-filtered .b-card-lead { display: none; }

/* ===== UPCOMING ===== */
.b-upcoming { padding: 20px 0 130px; }
.b-up-head { display: grid; grid-template-columns: 3fr 6fr 3fr; gap: 24px; align-items: end; padding-bottom: 22px; border-bottom: 2px solid var(--ink); }
.b-up-head .b-label { align-self: start; padding-top: 12px; }
.notes-page .b-up-head h2 { max-width: none; font-size: clamp(34px, 3.8vw, 60px); font-weight: 800; line-height: .95; letter-spacing: -.035em; }
.b-suggest { justify-self: end; font-weight: 600; border-bottom: 1px solid var(--ink); padding-bottom: 3px; transition: color .2s, border-color .2s; }
.b-suggest:hover { color: var(--accent); border-color: var(--accent); }
.b-up-list { list-style: none; margin: 0; padding: 0; }
.b-up-list li { position: relative; display: grid; grid-template-columns: 90px 190px 1fr auto; gap: 20px; align-items: baseline; padding: 24px 0; border-bottom: 1px dashed var(--b-line-strong); }
.b-up-n { font-size: 44px; font-weight: 200; line-height: 1; letter-spacing: -.04em; color: var(--b-mute); }
.b-up-tag { font-size: 11px; text-transform: uppercase; color: var(--accent); }
.b-up-list strong { font-size: clamp(19px, 1.7vw, 25px); font-weight: 600; line-height: 1.2; letter-spacing: -.02em; }
.b-soon { font-size: 17px; transform: rotate(-6deg); }

/* ===== DISPATCH (red) ===== */
.b-dispatch { position: relative; overflow: hidden; background: var(--accent); color: #fff; }
.b-dispatch-grid { display: grid; grid-template-columns: 7fr 5fr; gap: 48px; align-items: end; padding-top: 110px; padding-bottom: 120px; z-index: 1; }
.b-dispatch .mono { font-size: 12px; opacity: .8; }
.notes-page .b-dispatch h2 { max-width: 14ch; margin-top: 18px; color: #fff; font-size: clamp(42px, 5.2vw, 86px); font-weight: 800; line-height: .92; letter-spacing: -.04em; }
.b-dispatch-action p { font-size: 19px; line-height: 1.55; max-width: 38ch; }
.notes-page .b-btn-light { margin-top: 28px; background: #fff; color: var(--accent); border: 0; }
.notes-page .b-btn-light:hover { background: var(--ink); color: #fff; }
.b-dispatch-word { position: absolute; left: -10px; bottom: -40px; font-size: clamp(110px, 17vw, 250px); font-weight: 900; letter-spacing: -.05em; line-height: 1; color: transparent; -webkit-text-stroke: 1.5px rgba(255, 255, 255, .26); white-space: nowrap; pointer-events: none; }
.b-fx-ripples { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; z-index: 0; }

/* ===== NOTE PAGE ===== */
.a-progress { position: fixed; z-index: 120; left: 0; right: 0; top: 0; height: 3px; pointer-events: none; }
.a-progress i { display: block; height: 100%; background: var(--accent); transform-origin: left; transform: scaleX(var(--read, 0)); }
.a-head { padding: calc(var(--header-h, 88px) + 56px) 0 70px; }
.a-head-grid { display: grid; grid-template-columns: 7fr 5fr; gap: 64px; align-items: center; }
.a-back { display: inline-block; font-size: 11px; text-transform: uppercase; letter-spacing: .04em; color: var(--ink); border-bottom: 1px solid var(--accent); padding-bottom: 3px; }
.a-back:hover { color: var(--accent); }
.a-meta { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; margin-top: 44px; font-size: 11px; text-transform: uppercase; color: var(--b-mute); }
.a-num { font-family: var(--font-sans); font-size: 34px; font-weight: 900; letter-spacing: -.04em; color: var(--accent); line-height: 1; }
.a-tag { color: var(--accent); }
.notes-page .a-head h1 { max-width: 17ch; margin-top: 18px; font-size: clamp(38px, 4.6vw, 74px); font-weight: 800; line-height: .96; letter-spacing: -.035em; text-wrap: balance; }
.a-cover { --rot: 2deg; aspect-ratio: 3 / 2.2; }
.a-eng { right: 0; bottom: -60px; }
.a-layout { display: grid; grid-template-columns: 3fr 8fr; gap: 64px; padding-bottom: 110px; border-top: 2px solid var(--ink); padding-top: 56px; }
.a-side-inner { position: sticky; top: calc(var(--header-h, 88px) + 24px); }
.a-facts { margin: 16px 0 0; }
.a-facts div { padding: 14px 0; border-bottom: 1px solid var(--b-line); }
.a-facts dt { font-size: 10.5px; text-transform: uppercase; color: var(--b-mute); }
.a-facts dd { position: relative; display: inline-block; margin: 6px 0 0; font-size: 18px; font-weight: 600; }
.a-facts dd strong { font-size: 30px; font-weight: 800; letter-spacing: -.03em; }
.a-facts dd svg { position: absolute; left: -12px; top: -8px; width: calc(100% + 24px); height: calc(100% + 16px); overflow: visible; pointer-events: none; }
.a-share { margin-top: 20px; padding: 10px 14px; border: 1px solid var(--ink); background: transparent; font: 600 14px/1 var(--font-sans); cursor: pointer; transition: background-color .2s, color .2s; }
.a-share:hover { background: var(--ink); color: var(--b-bg); }
.a-share-done { display: block; margin-top: 8px; font-family: var(--b-hand); color: var(--accent); font-size: 16px; }
.a-ask { margin-top: 36px; padding: 22px; background: #fff; box-shadow: inset 0 0 0 1px var(--b-line); transform: rotate(-.8deg); }
.a-ask-title { font-size: 20px; font-weight: 700; letter-spacing: -.02em; }
.a-ask p:not(.a-ask-title) { margin: 8px 0 18px; font-size: 15px; line-height: 1.5; color: var(--ink-soft); }
.a-main { max-width: 760px; }
.a-lead { position: relative; padding: 4px 0 30px 26px; border-left: 3px solid var(--accent); margin-bottom: 44px; }
.a-lead p:last-child { font-size: clamp(20px, 1.7vw, 24px); line-height: 1.45; font-weight: 500; letter-spacing: -.01em; }
.a-key { margin-bottom: 10px; font-size: 18px; transform: rotate(-3deg); transform-origin: left; }
.notes-page .a-body { counter-reset: step; max-width: none; }
.notes-page .a-body p { font-size: 18px; line-height: 1.7; color: #2b2724; margin: 0 0 26px; }
.notes-page .a-body p:first-child { font-size: 20px; line-height: 1.6; color: var(--ink); }
.notes-page .a-body p:not(:first-child):not(:last-child) { counter-increment: step; position: relative; padding: 22px 0 24px 84px; margin: 0; border-top: 1px dashed var(--b-line-strong); }
.notes-page .a-body p:not(:first-child):not(:last-child)::before { content: counter(step, decimal-leading-zero); position: absolute; left: 0; top: 16px; font-size: 44px; font-weight: 200; line-height: 1; letter-spacing: -.04em; color: var(--accent); transition: font-weight .3s var(--ease); }
.notes-page .a-body p:not(:first-child):not(:last-child):hover::before { font-weight: 900; }
.notes-page .a-body p:last-child { margin-top: 10px; padding: 26px 28px; background: #fff; box-shadow: inset 0 0 0 1px var(--b-line); font-weight: 500; }
.notes-page .a-body strong { color: var(--ink); font-weight: 700; }
.a-end { display: flex; justify-content: space-between; align-items: center; margin-top: 40px; padding-top: 20px; border-top: 1px solid var(--b-line); }
.a-end .b-hand { font-size: 18px; transform: rotate(-3deg); }
.a-sign { font-family: var(--b-hand); font-size: 28px; transform: rotate(-5deg); }
.a-more { padding: 90px 0 130px; background: #efebe5; }
.a-more-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 48px; margin-top: 30px; }
.a-more-card { display: grid; grid-template-columns: 5fr 6fr; gap: 28px; align-items: center; color: inherit; }
.a-more-card .b-shot { --rot: -1.5deg; aspect-ratio: 3 / 2.2; }
.a-more-card:nth-child(2) .b-shot { --rot: 1.5deg; }
.notes-page .a-more-card h3 { margin-top: 10px; font-size: clamp(20px, 1.8vw, 26px); font-weight: 700; line-height: 1.15; letter-spacing: -.02em; transition: color .2s; }
.a-more-card:hover h3 { color: var(--accent); }
.a-more-card .b-card-meta { border-top: 0; padding-top: 0; }

/* ===== responsive ===== */
@media (max-width: 1100px) {
  .b-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .b-grid:not(.is-filtered) .b-card:nth-child(n) { margin-top: 0; }
  .b-up-list li { grid-template-columns: 70px 1fr auto; }
  .b-up-tag { grid-column: 2; grid-row: 1; }
  .b-up-list strong { grid-column: 2; }
  .b-soon { grid-column: 3; grid-row: 1 / 3; }
  .a-more-grid { grid-template-columns: minmax(0, 1fr); }
}
@media (max-width: 900px) {
  .b-mast { padding: calc(var(--header-h, 64px) + 40px) 0 50px; }
  .b-mast-grid, .a-head-grid, .b-dispatch-grid { grid-template-columns: minmax(0, 1fr); gap: 36px; }
  .notes-page .b-mast h1 { font-size: clamp(44px, 12vw, 64px); }
  .b-deck { font-size: 17px; }
  .b-stats dt { font-size: 36px; }
  .b-collage { height: 360px; }
  .b-stamp { left: auto; right: 0; top: -20px; bottom: auto; width: 96px; height: 96px; }
  .b-stamp b { font-size: 26px; }
  .b-collage .b-eng { display: none; }
  .b-grid { grid-template-columns: minmax(0, 1fr); row-gap: 64px; }
  .b-grid:not(.is-filtered) .b-card-featured { display: block; padding-bottom: 56px; }
  .b-grid:not(.is-filtered) .b-card-featured .b-card-num { font-size: 84px; top: -44px; }
  .b-notes-head { align-items: start; }
  .b-filter { overflow-x: auto; flex-wrap: nowrap; width: 100%; padding-bottom: 4px; scrollbar-width: none; }
  .b-filter::-webkit-scrollbar { display: none; }
  .b-chip { flex: 0 0 auto; }
  .b-filter-label { display: none; }
  .b-up-head { grid-template-columns: minmax(0, 1fr); gap: 10px; }
  .b-suggest { justify-self: start; }
  .b-up-list li { grid-template-columns: 52px 1fr; gap: 6px 14px; }
  .b-up-n { font-size: 32px; grid-row: 1 / 3; }
  .b-soon { grid-column: 2; grid-row: auto; justify-self: start; }
  .b-dispatch-grid { padding-top: 76px; padding-bottom: 86px; }
  .a-head { padding: calc(var(--header-h, 64px) + 30px) 0 40px; }
  .a-eng { display: none; }
  .a-layout { grid-template-columns: minmax(0, 1fr); gap: 30px; padding-top: 36px; }
  .a-side { order: 2; }
  .a-side-inner { position: static; }
  .notes-page .a-body p:not(:first-child):not(:last-child) { padding-left: 58px; }
  .notes-page .a-body p:not(:first-child):not(:last-child)::before { font-size: 34px; }
  .a-more-card { grid-template-columns: minmax(0, 1fr); gap: 20px; }
}
@media (prefers-reduced-motion: reduce) {
  .b-draw path { stroke-dashoffset: 0 !important; animation: none !important; }
  .b-stamp svg { animation: none; }
  .b-card.is-entering { animation: none; }
  .b-fx-ripples { display: none; }
}

/* ===== LEGAL PAGES ===== */
.l-head { padding: calc(var(--header-h, 88px) + 64px) 0 56px; }
.l-head-grid { display: grid; grid-template-columns: 8fr 4fr; gap: 56px; align-items: end; }
.notes-page .l-head h1 { max-width: 14ch; margin: 18px 0 22px; font-size: clamp(44px, 5.6vw, 92px); font-weight: 800; line-height: .92; letter-spacing: -.04em; }
.l-lead { max-width: 48ch; font-size: 20px; line-height: 1.5; color: var(--ink-soft); }
.l-updated { margin-top: 26px; font-size: 11px; text-transform: uppercase; letter-spacing: .04em; color: var(--accent); }
.l-seal { position: relative; height: 240px; }
.l-stamp { left: 20px; top: 10px; bottom: auto; width: 150px; height: 150px; }
.l-stamp b { font-size: 48px; }
.l-approved { position: absolute; left: 150px; top: 140px; font-size: 20px; transform: rotate(-7deg); }
.l-eng { right: 0; top: -40px; width: 140px; height: 180px; background-image: url("img/grand-place-engraving-v2.webp"); }
.l-layout { display: grid; grid-template-columns: 4fr 8fr; gap: 64px; padding-top: 48px; padding-bottom: 120px; border-top: 2px solid var(--ink); }
.l-side-inner { position: sticky; top: calc(var(--header-h, 88px) + 24px); }
.l-docs { display: grid; margin: 14px 0 34px; border-top: 1px solid var(--b-line); }
.l-docs a { position: relative; display: flex; gap: 14px; align-items: baseline; padding: 13px 0; border-bottom: 1px solid var(--b-line); font-size: 17px; font-weight: 500; transition: color .2s; }
.l-docs a span:first-child { font-size: 12px; font-family: var(--font-mono); color: var(--b-mute); }
.l-docs a:hover { color: var(--accent); }
.l-docs a.is-current { color: var(--accent); font-weight: 800; }
.l-docs a.is-current::after { content: "←"; margin-left: auto; font-family: var(--b-hand); }
.l-card { padding: 22px 22px 8px; background: #fff; box-shadow: inset 0 0 0 1px var(--b-line), 0 18px 40px -26px rgba(13, 13, 13, .35); transform: rotate(-.6deg); }
.l-card dl { margin: 12px 0 0; }
.l-card dl div { padding: 10px 0; border-top: 1px solid var(--b-line); }
.l-card dt { font-family: var(--font-mono); font-size: 10.5px; text-transform: uppercase; letter-spacing: .03em; color: var(--b-mute); }
.l-card dd { margin: 4px 0 0; font-size: 15px; line-height: 1.4; font-weight: 500; }
.l-card dd a:hover { color: var(--accent); }
.l-main { max-width: 780px; }
.l-sec { padding: 30px 0 34px; border-bottom: 1px dashed var(--b-line-strong); scroll-margin-top: calc(var(--header-h, 88px) + 20px); }
.l-sec:first-child { padding-top: 6px; }
.notes-page .l-sec h2 { display: flex; gap: 18px; align-items: baseline; max-width: none; margin: 0 0 14px; font-size: clamp(22px, 2vw, 30px); font-weight: 700; line-height: 1.15; letter-spacing: -.02em; }
.l-num { flex: 0 0 auto; font-size: 1.5em; font-weight: 200; letter-spacing: -.04em; color: var(--accent); transition: font-weight .3s var(--ease); }
.l-sec:hover .l-num { font-weight: 900; }
.l-body { padding-left: calc(1.5em + 18px); font-size: 17px; line-height: 1.7; color: #2b2724; }
.l-body p + p, .l-body ul + p, .l-body p + ul { margin-top: 12px; }
.l-body ul { list-style: none; margin: 0; padding: 0; }
.l-body li { position: relative; padding: 6px 0 6px 22px; border-top: 1px solid var(--b-line); }
.l-body li:first-child { border-top: 0; }
.l-body li::before { content: "→"; position: absolute; left: 0; color: var(--accent); }
.l-body a { color: var(--ink); border-bottom: 1px solid var(--accent); }
.l-body a:hover { color: var(--accent); }
.l-body code { font-family: var(--font-mono); font-size: 13px; padding: 2px 6px; background: #fff; box-shadow: inset 0 0 0 1px var(--b-line); }
.l-body strong { font-weight: 700; color: var(--ink); }

@media (max-width: 900px) {
  .l-head { padding: calc(var(--header-h, 64px) + 30px) 0 30px; }
  .l-head-grid, .l-layout { grid-template-columns: minmax(0, 1fr); gap: 28px; }
  .notes-page .l-head h1 { font-size: clamp(40px, 11vw, 60px); }
  .l-lead { font-size: 17px; }
  .l-seal { display: none; }
  .l-layout { padding-top: 28px; }
  .l-side { order: 2; }
  .l-side-inner { position: static; }
  .l-body { padding-left: 0; font-size: 16px; }
}
