@import url('https://fonts.googleapis.com/css2?family=UnifrakturMaguntia&family=Playfair+Display:ital,wght@0,500;0,600;1,500;1,600&family=Newsreader:ital,wght@0,400;1,400&family=Inter:wght@400;500;600;700&family=JetBrains+Mono:wght@400;600&display=swap');

* { box-sizing: border-box; }
body { margin: 0; background: #faf2ea; color: #241417; font-family: "Newsreader", serif; }
.page { max-width: 1020px; margin: 0 auto; padding: 70px 40px 60px; }

/* ============================================================
   MASTHEAD (homepage — full version)
   ============================================================ */
.kicker {
  display: flex; justify-content: space-between; font-family: "Inter", sans-serif;
  font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: #a15d78;
  border-bottom: 2px solid #241417; padding-bottom: 10px; margin-bottom: 8px;
}
.masthead { text-align: center; border-bottom: 3px solid #241417; padding-bottom: 18px; margin-bottom: 4px; }
.masthead h1 { font-family: "UnifrakturMaguntia", cursive; font-size: 58px; margin: 0; letter-spacing: .01em; }
.masthead .sub { font-family: "Playfair Display", serif; font-style: italic; color: #d15a86; font-size: 17px; margin: 8px 0 0; }
nav {
  display: flex; justify-content: center; gap: 22px; font-family: "Inter", sans-serif;
  font-size: 11.5px; text-transform: uppercase; letter-spacing: .06em; padding: 14px 0 28px;
  border-bottom: 2px solid #241417; flex-wrap: wrap;
}
nav a { color: #241417; text-decoration: none; font-weight: 600; }
nav a:hover { color: #d15a86; }

/* ---- masthead (small — sub-pages) ---- */
.page-narrow { max-width: 900px; margin: 0 auto; padding: 60px 40px 60px; }
.back { display: inline-block; margin-bottom: 20px; color: #a15d78; text-decoration: none; font-size: 12px; font-weight: 600; letter-spacing: .04em; }
.masthead-sm { text-align: center; border-bottom: 3px solid #241417; padding-bottom: 18px; margin-bottom: 30px; }
.masthead-sm h1 { font-family: "UnifrakturMaguntia", cursive; font-size: 40px; margin: 0; }
.masthead-sm .sub { font-family: "Playfair Display", serif; font-style: italic; color: #d15a86; font-size: 15px; margin: 8px 0 0; }

/* ============================================================
   ABOVE THE FOLD: feature + sidebar
   ============================================================ */
.fold { display: grid; grid-template-columns: 2fr 1fr; gap: 40px; margin: 34px 0 50px; align-items: start; }

.eyebrow { font-family: "Inter", sans-serif; font-size: 10.5px; letter-spacing: .12em; text-transform: uppercase; color: #a15d78; margin: 0 0 10px; text-align: center; }
.headline { font-family: "Playfair Display", serif; font-weight: 600; font-size: 38px; line-height: 1.08; margin: 0 0 22px; text-align: center; }

.columns { columns: 2; column-gap: 26px; font-size: 14.5px; line-height: 1.72; }
.columns p:first-of-type::first-letter {
  font-family: "Playfair Display", serif; font-size: 46px; float: left; line-height: .8;
  margin: 6px 8px 0 0; color: #d15a86;
}
.pullquote {
  break-inside: avoid; font-family: "Playfair Display", serif; font-style: italic; font-weight: 600;
  font-size: 20px; color: #d15a86; border-top: 1px solid #241417; border-bottom: 1px solid #241417;
  padding: 12px 0; margin: 6px 0 14px; text-align: center;
}
.byline { text-align: center; font-family: "Inter", sans-serif; font-size: 11px; letter-spacing: .04em; color: #a15d78; margin-top: 16px; }
.byline a { color: inherit; }

/* ---- sidebar boxes ---- */
.side { display: grid; gap: 22px; align-content: start; }
.box { border: 1px solid #241417; padding: 16px 18px; }
.box-title {
  font-family: "Inter", sans-serif; font-size: 10.5px; letter-spacing: .1em; text-transform: uppercase;
  color: #a15d78; margin: 0 0 12px; border-bottom: 1px dotted #a15d78; padding-bottom: 8px;
}

.ticket-entry { padding: 8px 0; border-top: 1px dotted #d8c3bd; font-size: 13px; }
.ticket-entry:first-child { border-top: none; }
.ticket-entry b { color: #d15a86; font-family: "Inter", sans-serif; font-size: 10.5px; display: block; margin-bottom: 2px; }

.stock-row { display: flex; justify-content: space-between; align-items: center; padding: 7px 0; border-top: 1px dotted #d8c3bd; font-size: 12.5px; }
.stock-row:first-child { border-top: none; }
.stock-row .name { font-family: "Inter", sans-serif; font-weight: 700; letter-spacing: .02em; }
.stock-row .up { color: #2f7a4f; font-weight: 700; }
.stock-row .down { color: #b23b3b; font-weight: 700; }

.weather-row { display: flex; justify-content: space-between; padding: 7px 0; border-top: 1px dotted #d8c3bd; font-size: 13px; }
.weather-row:first-child { border-top: none; }
.weather-row .pct { font-family: "Inter", sans-serif; font-weight: 700; color: #d15a86; }

.correspond .cap { font-family: "Playfair Display", serif; font-style: italic; font-size: 13px; color: #6b4038; margin: 0; }
.correspond .dateline { font-family: "Inter", sans-serif; font-size: 10px; color: #a15d78; text-transform: uppercase; letter-spacing: .06em; margin-top: 6px; }

.obit { text-align: center; }
.obit .mark { color: #a15d78; font-size: 14px; margin-bottom: 8px; }
.obit h4 { font-family: "Playfair Display", serif; font-style: italic; font-size: 17px; margin: 0 0 6px; }
.obit p { font-size: 12.5px; color: #6b4038; margin: 0 0 6px; line-height: 1.5; }
.obit .dates { font-family: "Inter", sans-serif; font-size: 10px; color: #a15d78; letter-spacing: .04em; }

.about-box { text-align: center; }
.about-box .tag-line { font-family: "Playfair Display", serif; font-style: italic; color: #6b4038; font-size: 15px; margin: 0; }

.see-in-listas {
  display: inline-block; margin-top: 10px; font-family: "Inter", sans-serif; font-size: 10.5px;
  color: #a15d78; text-decoration: none; border-top: 1px dotted #d8c3bd; padding-top: 8px; width: 100%;
}
.see-in-listas:hover { color: #d15a86; }

/* ============================================================
   SECTION TITLES / RULES
   ============================================================ */
.section-title {
  font-family: "Playfair Display", serif; font-weight: 600; font-size: 21px; text-align: center;
  margin: 0 0 20px; text-transform: uppercase; letter-spacing: .04em;
}
.rule { border: none; border-top: 2px solid #241417; margin: 0 0 26px; }
.rule.thin { border-top: 1px solid #241417; margin-bottom: 30px; }

/* ============================================================
   DEPARTMENTS GRID
   ============================================================ */
.dept-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); gap: 18px; margin-bottom: 50px; }
.dept { border: 1px solid #241417; padding: 16px; display: flex; flex-direction: column; justify-content: center; }
.dept .k { font-family: "Inter", sans-serif; font-size: 10px; text-transform: uppercase; letter-spacing: .08em; color: #a15d78; margin: 0 0 8px; }
.dept h4 { font-family: "Playfair Display", serif; font-size: 16.5px; margin: 0 0 8px; line-height: 1.2; }
.dept p { font-size: 12px; color: #6b4038; line-height: 1.5; margin: 0; }
.progress { height: 5px; background: #ecdcd3; border-radius: 3px; margin: 10px 0 6px; overflow: hidden; }
.progress span { display: block; height: 100%; background: #d15a86; }
.dept .meta { font-family: "Inter", sans-serif; font-size: 10px; color: #a15d78; }
.dept .status { font-family: "Inter", sans-serif; font-size: 11px; font-weight: 700; color: #b23b3b; margin: 6px 0 0; }
.dept .status.ok { color: #2f7a4f; }
.dept .tags-row { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 8px; }
.dept .tags-row span { font-family: "Inter", sans-serif; font-size: 10px; border: 1px solid #d8c3bd; border-radius: 999px; padding: 3px 8px; color: #6b4038; }
.dept--fave { border-width: 2px; position: relative; }
.dept--fave::after { content: "★"; position: absolute; top: 10px; right: 12px; color: #d15a86; font-size: 13px; }
.log-entry { font-family: "Inter", sans-serif; font-size: 11.5px; border-top: 1px dashed #d8c3bd; padding: 8px 0 0; margin-top: 8px; line-height: 1.55; }
.log-entry:first-of-type { border-top: none; padding-top: 0; margin-top: 6px; }
.log-entry b { color: #d15a86; letter-spacing: .04em; }
.log-entry .prob { display: block; color: #a15d78; font-size: 10.5px; margin-top: 4px; }
.dept .stat { font-family: "Playfair Display", serif; font-size: 26px; color: #d15a86; margin: 4px 0 2px; }
.dept .confidence { font-family: "Inter", sans-serif; font-size: 10.5px; color: #a15d78; text-transform: uppercase; letter-spacing: .05em; }
.dept .stat-row { display: flex; justify-content: space-between; padding: 5px 0; border-top: 1px dotted #d8c3bd; font-size: 12px; }
.dept .stat-row:first-of-type { border-top: none; }
.dept .stat-row b { color: #d15a86; font-family: "Inter", sans-serif; }
.dept .mini-list { list-style: none; margin: 8px 0 0; padding: 0; display: grid; gap: 5px; font-size: 12.5px; }
.dept .mini-list li::before { content: "• "; color: #d15a86; }
.dept .check-list li::before { content: "□ "; color: #a15d78; }
.mini-list--links li::before { content: none; }
.mini-list--links a { color: #241417; text-decoration: none; display: flex; justify-content: space-between; align-items: center; }
.mini-list--links a::after { content: "↗"; color: #a15d78; font-size: 11px; }
.mini-list--links a:hover { color: #d15a86; }

.list-group { padding: 10px 0; border-top: 1px dotted #d8c3bd; }
.list-group:first-of-type { border-top: none; padding-top: 6px; }
.list-label { font-family: "Inter", sans-serif; font-size: 10px; text-transform: uppercase; letter-spacing: .06em; color: #a15d78; margin: 0 0 6px; }

.dept-link { text-decoration: none; color: inherit; position: relative; transition: transform .15s ease; }
.dept-link:hover { transform: translateY(-2px); }
.dept-link .go { position: absolute; top: 14px; right: 14px; font-family: "Inter", sans-serif; font-size: 12px; color: #a15d78; }

.scroll-inside { max-height: 78px; overflow-y: auto; padding-right: 6px; }
.scroll-inside::-webkit-scrollbar { width: 5px; }
.scroll-inside::-webkit-scrollbar-thumb { background: #d8c3bd; border-radius: 999px; }

.scroll-inside-h { display: flex; gap: 14px; overflow-x: auto; padding-bottom: 6px; }
.scroll-inside-h::-webkit-scrollbar { height: 5px; }
.scroll-inside-h::-webkit-scrollbar-thumb { background: #d8c3bd; border-radius: 999px; }
.book-chip { flex: 0 0 130px; }
.book-chip .book-title { font-family: "Playfair Display", serif; font-size: 13px; margin: 0 0 6px; line-height: 1.25; color: #241417; }
.book-chip .meta.done { color: #2f7a4f; font-weight: 700; }

.dept-image { display: flex; flex-direction: column; align-items: center; justify-content: center; }
.dept-image img { max-height: 190px; width: auto; }
.dept-image .img-caption { font-family: "Playfair Display", serif; font-style: italic; font-size: 12px; color: #a15d78; margin: 8px 0 0; }

/* ============================================================
   TIMELINE (supports multiple entries per day)
   ============================================================ */
.timeline-sub { text-align: center; font-family: "Playfair Display", serif; font-style: italic; color: #a15d78; font-size: 14px; margin: -12px 0 26px; }
.timeline { position: relative; max-width: 640px; margin: 0 auto 50px; }
.timeline::before { content: ""; position: absolute; left: 68px; top: 4px; bottom: 4px; width: 1px; background: #241417; }
.t-entry { position: relative; padding-left: 96px; margin-bottom: 20px; }
.t-entry .date { position: absolute; left: 0; top: 0; width: 60px; text-align: right; font-family: "Inter", sans-serif; font-size: 11px; color: #a15d78; font-weight: 700; letter-spacing: .02em; }
.t-entry .dot { position: absolute; left: 64px; top: 3px; width: 9px; height: 9px; border-radius: 50%; background: #d15a86; border: 2px solid #faf2ea; }
.t-entry ul { margin: 0; padding: 0; list-style: none; display: grid; gap: 6px; }
.t-entry li { font-size: 14.5px; }
.t-entry li::before { content: "— "; color: #d15a86; }

/* ============================================================
   RABBIT HOLES: index (top 3) + full archive
   ============================================================ */
.toc { font-size: 15px; margin-bottom: 50px; }
.toc-row { display: flex; align-items: baseline; gap: 6px; padding: 10px 0; border-bottom: 1px dotted #a15d78; }
.toc-row a { color: inherit; text-decoration: none; display: contents; }
.toc-row .n { font-family: "Playfair Display", serif; font-style: italic; color: #d15a86; }
.toc-row .title { font-weight: 600; }
.toc-row .fill { flex: 1; border-bottom: 1px dotted #a15d78; margin-bottom: 4px; }
.toc-row .tags { font-family: "Inter", sans-serif; font-size: 10.5px; text-transform: uppercase; letter-spacing: .04em; color: #a15d78; }

.archive-year { font-family: "Playfair Display", serif; font-style: italic; color: #a15d78; font-size: 14px; margin: 30px 0 10px; }
.archive-year:first-child { margin-top: 0; }

/* ============================================================
   CLASSIFIEDS / OPINION (legacy — kept for pages that use it)
   ============================================================ */
.classifieds-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin-bottom: 20px; }
.ad-col h5 {
  font-family: "Inter", sans-serif; font-size: 10.5px; text-transform: uppercase; letter-spacing: .08em;
  color: #a15d78; text-align: center; border-bottom: 1px solid #241417; padding-bottom: 8px; margin: 0 0 12px;
}
.ad { border: 1px solid #241417; padding: 12px 14px; font-size: 12.5px; margin-bottom: 10px; line-height: 1.5; }
.ad:last-child { margin-bottom: 0; }

/* ============================================================
   CHART BLOCK (índice de apofenia — homepage)
   ============================================================ */
.chart-block { margin-top: 34px; }
.chart-sub { font-family: "Playfair Display", serif; font-style: italic; color: #a15d78; font-size: 13.5px; margin: -4px 0 16px; text-align: left; }
.bar-row { display: grid; grid-template-columns: 190px 1fr 40px; align-items: center; gap: 10px; padding: 6px 0; }
.bar-row .label { font-family: "Inter", sans-serif; font-size: 12px; color: #241417; text-align: right; }
.bar-track { background: #f0e2d8; height: 16px; border-radius: 2px; overflow: hidden; }
.bar-fill { height: 100%; background: #d15a86; }
.bar-row .val { font-family: "Inter", sans-serif; font-size: 11.5px; font-weight: 700; color: #d15a86; }
.chart-caption { font-family: "Inter", sans-serif; font-size: 10.5px; color: #a15d78; text-align: right; margin-top: 8px; letter-spacing: .02em; }

.fill-quote {
  display: flex; align-items: center; justify-content: center; text-align: center;
  font-family: "Playfair Display", serif; font-style: italic; font-weight: 600; color: #d15a86;
  font-size: 24px; line-height: 1.3; padding: 20px 10px; margin-top: 30px;
  border-top: 1px solid #241417; border-bottom: 1px solid #241417;
}

/* ============================================================
   LISTAS BOARD (scrapbook masonry)
   ============================================================ */
.spread { position: relative; max-width: 1040px; margin: 30px auto 80px; padding: 60px 50px; background: #fdf9f3; border-radius: 6px; box-shadow: 0 30px 60px rgba(80,20,45,.25); }
.fold-line { position: absolute; top: 0; bottom: 0; left: 50%; width: 40px; margin-left: -20px; background: linear-gradient(90deg, transparent, rgba(0,0,0,.06), transparent); }
.board-grid { position: relative; z-index: 3; columns: 3 220px; column-gap: 24px; }
.caption { break-inside: avoid; margin-bottom: 26px; display: inline-block; width: 100%; background: #fdf9f3; border: 1px solid #f0dfe6; border-radius: 10px; padding: 14px 16px; box-shadow: 0 8px 18px rgba(80,20,45,.16); position: relative; }
.caption.caption--fave { border-width: 2px; }
.caption.caption--fave::before { content: "★"; position: absolute; top: 10px; right: 14px; color: #d15a86; font-size: 13px; }
.caption:nth-child(9n+1) { transform: rotate(-3deg) translateY(6px); }
.caption:nth-child(9n+2) { transform: rotate(2deg) translateY(-8px); }
.caption:nth-child(9n+3) { transform: rotate(-1.5deg) translateY(10px); }
.caption:nth-child(9n+4) { transform: rotate(3.5deg) translateY(-4px); }
.caption:nth-child(9n+5) { transform: rotate(-2.5deg) translateY(2px); }
.caption:nth-child(9n+6) { transform: rotate(1.5deg) translateY(-10px); }
.caption:nth-child(9n+7) { transform: rotate(-4deg) translateY(8px); }
.caption:nth-child(9n+8) { transform: rotate(2.5deg) translateY(-2px); }
.caption:nth-child(9n+9) { transform: rotate(-1deg) translateY(6px); }
.caption:hover { transform: rotate(0deg) translateY(0) scale(1.03); transition: transform .2s ease; z-index: 5; }
.caption .eyebrow-c { font-family: "Inter", sans-serif; font-size: 9.5px; text-transform: uppercase; letter-spacing: .08em; color: #93365e; margin: 0 0 6px; text-align: left; }
.caption h4 { font-family: "Playfair Display", serif; font-size: 15px; margin: 0 0 8px; line-height: 1.2; }
.caption ul, .dept .scroll-inside ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 4px; font-size: 11.5px; color: #4a2e3d; }
.caption ul li::before, .dept .scroll-inside ul li::before { content: "— "; color: #93365e; }
.note { font-size: 11px; color: #6b4757; line-height: 1.5; margin: 0 0 6px; }
.note:last-child { margin-bottom: 0; }
.note b { color: #d15a86; }
.note em { color: #a15d78; font-style: italic; }
.caption .done { color: #2f7a4f; font-weight: 700; }
.caption:target { outline: 2px solid #d15a86; outline-offset: 2px; }
.doodle-star { position: absolute; color: #241417; z-index: 2; }
.bow { position: absolute; z-index: 2; }

/* ============================================================
   RECETAS (book that flips)
   ============================================================ */
.book { position: relative; width: 640px; max-width: 90vw; height: 420px; margin: 30px auto 20px; perspective: 1600px; }
.book-base { position: absolute; inset: 0; background: #fdf9f3; border-radius: 6px; box-shadow: 0 30px 60px rgba(80,20,45,.3); }
.spine { position: absolute; left: 50%; top: 0; bottom: 0; width: 2px; margin-left: -1px; background: rgba(0,0,0,.15); z-index: 2; }
.leaf { position: absolute; top: 0; right: 0; width: 50%; height: 100%; transform-origin: left center; transform-style: preserve-3d; transition: transform .8s cubic-bezier(.4,.1,.2,1); z-index: 5; }
.leaf .face { position: absolute; inset: 0; backface-visibility: hidden; background: #fdf9f3; border-radius: 0 6px 6px 0; padding: 30px 26px; overflow: hidden; }
.leaf .face.back { transform: rotateY(180deg); border-radius: 6px 0 0 6px; }
.leaf.flipped { transform: rotateY(-180deg); }
.leftpage { position: absolute; top: 0; left: 0; width: 50%; height: 100%; padding: 30px 26px; border-radius: 6px 0 0 6px; }
.recipe-num { font-family: "Inter", sans-serif; font-size: 10.5px; letter-spacing: .1em; text-transform: uppercase; color: #a15d78; margin: 0 0 10px; }
.recipe-title { font-family: "Playfair Display", serif; font-size: 24px; margin: 0 0 14px; line-height: 1.15; }
.recipe-desc { font-size: 13.5px; color: #6b4757; line-height: 1.6; margin: 0 0 16px; }
.recipe-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 6px; font-size: 12.5px; color: #4a2e3d; }
.recipe-list li::before { content: "— "; color: #93365e; }
.turn-zone { position: absolute; top: 0; right: 0; width: 60px; height: 100%; z-index: 10; cursor: pointer; display: flex; align-items: center; justify-content: flex-end; padding-right: 12px; color: #a15d78; font-size: 20px; background: linear-gradient(to left, rgba(36,20,23,.08), transparent); }
.turn-zone:hover { color: #d15a86; }
.turn-zone.prev { right: auto; left: 0; justify-content: flex-start; padding-left: 12px; padding-right: 0; background: linear-gradient(to right, rgba(36,20,23,.08), transparent); }
.page-count { text-align: center; font-family: "Inter", sans-serif; font-size: 11.5px; color: #93365e; margin-top: 14px; }

/* ============================================================
   SIGNALS (chart gallery)
   ============================================================ */
.card-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.chart-card { border: 1px solid #241417; padding: 20px; background: #fdf9f3; }
.chart-card .k { font-family: "Inter", sans-serif; font-size: 10.5px; text-transform: uppercase; letter-spacing: .08em; color: #a15d78; margin: 0 0 8px; }
.chart-card h3 { font-family: "Playfair Display", serif; font-size: 18px; margin: 0 0 6px; }
.chart-card p { font-size: 12.5px; color: #6b4757; margin: 0 0 14px; line-height: 1.55; }
.chart-wrap { height: 140px; }
.bar-chart { display: flex; align-items: flex-end; gap: 10px; height: 100%; }
.bar-chart .bar { flex: 1; background: #f2c9d8; border-radius: 3px 3px 0 0; position: relative; }
.bar-chart .bar span { position: absolute; bottom: -18px; left: 0; right: 0; text-align: center; font-size: 9.5px; color: #a15d78; }
.line-chart { width: 100%; height: 100%; }
.line-chart path.area { fill: rgba(209,90,134,.15); stroke: none; }
.line-chart path.line { fill: none; stroke: #d15a86; stroke-width: 2.5; }
.line-chart circle { fill: #d15a86; }
.pie-wrap { display: flex; align-items: center; gap: 18px; height: 100%; }
.legend-list { display: grid; gap: 6px; font-size: 11px; }
.legend-list span.dot { display: inline-block; width: 8px; height: 8px; border-radius: 50%; margin-right: 6px; }
.dots-chart { display: grid; grid-template-columns: repeat(12, 1fr); gap: 6px; height: 100%; align-content: center; }
.dots-chart .dot { width: 100%; aspect-ratio: 1; border-radius: 50%; background: #f0dfe6; }
.dots-chart .dot.hit { background: #d15a86; }

/* ============================================================
   LECTURAS (tarot pull log)
   ============================================================ */
.pull { display: grid; grid-template-columns: 90px 1fr; gap: 20px; padding: 22px 0; border-top: 1px dotted #d8c3bd; }
.pull:first-child { border-top: none; }
.card-face { border: 1.5px solid #241417; border-radius: 4px; background: #fdf9f3; height: 130px; display: flex; align-items: center; justify-content: center; text-align: center; font-family: "Playfair Display", serif; font-style: italic; font-size: 12.5px; color: #93365e; padding: 8px; }
.pull-meta { font-family: "Inter", sans-serif; font-size: 10.5px; color: #a15d78; text-transform: uppercase; letter-spacing: .06em; margin: 0 0 8px; }
.question { font-family: "Playfair Display", serif; font-size: 17px; margin: 0 0 8px; }
.reflection { font-size: 13px; color: #6b4757; line-height: 1.6; margin: 0; }

/* ============================================================
   DATA OF THE WEEK (spreadsheet)
   ============================================================ */
.sheet-tab { display: inline-block; font-family: "JetBrains Mono", monospace; font-size: 10.5px; color: #93365e; background: #fdf1f5; border: 1px solid #241417; border-bottom: none; padding: 6px 14px; border-radius: 6px 6px 0 0; margin-left: 4px; }
.sheet-box { border: 1px solid #241417; background: #fdf9f3; border-radius: 0 8px 8px 8px; padding: 4px 4px 0; }
.table-scroll { overflow-x: auto; }
table.data-sheet { width: 100%; min-width: 1400px; border-collapse: collapse; font-family: "Inter", sans-serif; font-size: 12.5px; }
table.data-sheet thead th { text-align: right; font-family: "Inter", sans-serif; font-weight: 700; font-size: 10px; text-transform: uppercase; letter-spacing: .04em; color: #93365e; background: #fdf1f5; padding: 10px; border-bottom: 2px solid #241417; white-space: nowrap; }
table.data-sheet thead th:first-child, table.data-sheet tbody td:first-child { text-align: left; font-family: "Playfair Display", serif; font-size: 13.5px; color: #241417; position: sticky; left: 0; background: inherit; }
table.data-sheet tbody td { text-align: right; padding: 10px; border-bottom: 1px dotted #d8c3bd; white-space: nowrap; }
table.data-sheet tbody tr:nth-child(odd) { background: #fdf9f3; }
table.data-sheet tbody tr:nth-child(even) { background: #fbe9f0; }
table.data-sheet tbody tr:hover td { background: #f6d3e2; }
table.data-sheet td.highlight { color: #d15a86; font-weight: 700; }
table.data-sheet .note-row td { text-align: left; font-family: "Playfair Display", serif; font-style: italic; font-size: 11.5px; color: #93365e; border-bottom: 1px dotted #d8c3bd; padding: 4px 10px 12px; background: #fdf9f3 !important; position: static; }
.legend-note { margin-top: 14px; font-size: 11px; color: #a15d78; }

/* ============================================================
   FOOTER
   ============================================================ */
footer { text-align: center; font-family: "Inter", sans-serif; font-size: 11px; color: #a15d78; margin-top: 40px; letter-spacing: .04em; border-top: 2px solid #241417; padding-top: 16px; }

/* ============================================================
   BLOG ARTICLE PAGES
   ============================================================ */
.article-body { font-size: 16px; line-height: 1.85; max-width: 700px; margin: 0 auto; }
.article-body p { margin: 0 0 22px; }
.article-body .lead::first-letter { font-family: "Playfair Display", serif; font-size: 50px; float: left; line-height: .8; margin: 6px 10px 0 0; color: #d15a86; }
.article-body .pullquote { font-size: 26px; margin: 40px 0; }
.article-meta-row { display: flex; justify-content: center; gap: 16px; font-family: "Inter", sans-serif; font-size: 11px; color: #a15d78; text-transform: uppercase; letter-spacing: .04em; margin-bottom: 40px; }
.article-nav { display: flex; justify-content: space-between; margin-top: 50px; font-family: "Inter", sans-serif; font-size: 12px; }
.article-nav a { color: #241417; text-decoration: none; border-top: 1px solid #241417; padding-top: 10px; }
.article-nav a:hover { color: #d15a86; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 860px) {
  .fold, .card-grid, .grid { grid-template-columns: 1fr; }
  .dept-grid { grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); }
  .columns { columns: 1; }
  .pull { grid-template-columns: 1fr; }
}
