/*
Theme Name: Linmer Perolino Journal V5
Theme URI: https://linmerperolino.com
Author: Linmer Perolino
Description: Editorial personal journal theme for Linmer Perolino, built around WordPress posts, featured images, categories, and pages.
Version: 1.0.4
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: linmerperolino
*/

/* Main theme styles */

:root {
  --ink: #171717;
  --text: #34312d;
  --muted: #746f68;
  --paper: #ffffff;
  --panel: #ffffff;
  --soft: #f6f6f6;
  --line: #e5e5e5;
  --accent: #245042;
  --accent-2: #9a563d;
  --container: 1180px;
  --gutter: clamp(20px, 5vw, 48px);
  --page-edge: max(var(--gutter), calc((100vw - var(--container)) / 2 + var(--gutter)));
  --home-edge: clamp(20px, 3vw, 46px);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--text);
  font-family: Inter, "Segoe UI", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  line-height: 1.62;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-nav {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 72px;
  padding: 0 var(--page-edge);
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 750;
  color: var(--ink);
}

.site-nav .brand-mark {
  display: none;
}

.brand-mark,
.portrait-mark {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--ink);
  color: var(--paper);
  font-size: 0.68rem;
  font-weight: 800;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: clamp(12px, 2.2vw, 28px);
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 720;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.nav-links a {
  padding-block: 24px;
  border-bottom: 2px solid transparent;
}

.nav-links a[aria-current="page"],
.nav-links a:hover {
  color: var(--ink);
  border-bottom-color: var(--accent);
}

.nav-socials {
  display: none;
}

.button,
button.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 17px;
  border: 1px solid var(--ink);
  border-radius: 999px;
  background: var(--ink);
  color: var(--paper);
  font: inherit;
  font-size: 0.94rem;
  font-weight: 720;
  cursor: pointer;
}

.button.secondary {
  background: transparent;
  color: var(--ink);
}

.button:hover,
.text-link:hover {
  color: var(--accent-2);
}

.hero,
.section,
.page-header {
  width: 100%;
  margin-inline: 0;
  padding-inline: var(--page-edge);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(300px, 420px);
  gap: clamp(32px, 6vw, 72px);
  align-items: start;
  padding-top: clamp(46px, 7vw, 82px);
  padding-bottom: clamp(34px, 5vw, 58px);
}

.hero h1,
.page-header h1,
.post-header h1 {
  margin: 0;
  max-width: 760px;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.25rem, 7vw, 6rem);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: 0;
}

.eyebrow,
.meta {
  margin: 0 0 12px;
  color: var(--accent-2);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.lead {
  max-width: 650px;
  margin: 22px 0 0;
  color: var(--text);
  font-size: clamp(1.08rem, 1.8vw, 1.25rem);
}

.hero-latest {
  width: fit-content;
  max-width: 100%;
  margin: 24px 0 0;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--line);
  color: var(--accent);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.06rem;
  line-height: 1.35;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.home-note {
  align-self: start;
  padding: 24px;
  border: 1px solid var(--line);
  background: var(--panel);
}

.home-note-image {
  display: block;
  height: 180px;
  margin: -24px -24px 22px;
  background: var(--soft);
}

.home-note h2 {
  margin: 0 0 12px;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.7rem, 2.8vw, 2.25rem);
  font-weight: 500;
  line-height: 1.08;
}

.home-note p:not(.eyebrow):not(.meta) {
  color: var(--muted);
}

.home-page {
  background: #050505;
}

.home-page .site-nav {
  display: grid;
  grid-template-columns: minmax(320px, 1fr) auto minmax(320px, 1fr);
  align-items: center;
  justify-content: stretch;
  gap: clamp(18px, 3vw, 44px);
  background: #050505;
  border-bottom-color: #1d1d1d;
  color: #ffffff;
  backdrop-filter: none;
  min-height: 74px;
  padding-inline: var(--home-edge);
  padding-top: 0;
  padding-bottom: 0;
  transition: min-height 180ms ease, box-shadow 180ms ease;
}

.home-page .site-nav.is-scrolled {
  min-height: 58px;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.22);
}

.home-page .brand,
.home-page .nav-links a[aria-current="page"],
.home-page .nav-links a:hover {
  color: #ffffff;
}

.home-page .brand {
  gap: 0;
  justify-self: start;
  font-size: clamp(1.25rem, 2vw, 1.95rem);
  font-weight: 560;
  letter-spacing: 0.035em;
  line-height: 1;
  text-transform: uppercase;
  transition: font-size 180ms ease;
}

.home-page .site-nav.is-scrolled .brand {
  font-size: clamp(1rem, 1.42vw, 1.34rem);
}

.home-page .nav-links {
  width: auto;
  justify-self: center;
  color: #a8a8a8;
  justify-content: center;
  gap: clamp(18px, 2.6vw, 40px);
  font-size: 0.72rem;
  letter-spacing: 0.2em;
  overflow-x: visible;
}

.home-page .nav-links a {
  padding-block: 10px 14px;
  transition: padding 180ms ease;
}

.home-page .site-nav.is-scrolled .nav-links a {
  padding-block: 5px 8px;
}

.home-page .site-nav.is-scrolled .nav-socials {
  font-size: 0.64rem;
}

.home-page .nav-links a[aria-current="page"],
.home-page .nav-links a:hover {
  border-bottom-color: #ffffff;
}

.home-page .nav-socials {
  display: flex;
  justify-self: end;
  align-items: center;
  gap: 14px;
  color: #c7c7c7;
  font-size: 0.7rem;
  font-weight: 780;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.home-page .nav-socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 22px;
  min-height: 22px;
  border-bottom: 1px solid transparent;
}

.home-page .nav-socials a:hover {
  color: #ffffff;
  border-bottom-color: #ffffff;
}

.home-hero {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(190px, 260px) minmax(260px, 360px);
  gap: clamp(22px, 4vw, 56px);
  align-items: center;
  padding: clamp(18px, 3vw, 34px) 0 clamp(28px, 4vw, 50px);
  margin-bottom: 0;
  border-bottom: 0;
  background:
    repeating-linear-gradient(0deg, transparent 0 15px, rgba(0, 0, 0, 0.025) 15px 16px),
    #ffffff;
  color: var(--ink);
}

.home-hero::after {
  content: "";
  position: absolute;
  right: clamp(240px, 28vw, 520px);
  bottom: 28px;
  z-index: -1;
  width: clamp(150px, 16vw, 250px);
  height: clamp(150px, 16vw, 250px);
  border: 1px solid rgba(189, 179, 161, 0.48);
  border-radius: 50%;
  opacity: 0.65;
}

.home-hero-copy {
  max-width: 940px;
}

.hero-kicker {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 20px;
  color: #5d554b;
  font-size: 0.68rem;
  font-weight: 820;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero-kicker span {
  display: inline-flex;
  padding: 6px 9px;
  border: 1px solid #c9c3b8;
  background: rgba(248, 247, 243, 0.78);
  transform: rotate(-1deg);
}

.hero-kicker span:nth-child(2) {
  transform: rotate(1deg);
}

.home-hero h1 {
  margin: 0;
  max-width: 780px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.25rem, 4.55vw, 4.85rem);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 0.98;
}

.hero-bio {
  max-width: 660px;
  margin: clamp(14px, 2vw, 22px) 0 0;
  color: #4f4942;
  font-size: clamp(0.96rem, 1.12vw, 1.05rem);
  line-height: 1.58;
}

.hero-script {
  width: fit-content;
  margin: clamp(16px, 2vw, 24px) 0 0;
  padding: 0;
  border-top: 0;
  color: #6d6258;
  font-family: "Segoe Print", "Bradley Hand ITC", "Comic Sans MS", cursive;
  font-size: clamp(1rem, 1.4vw, 1.25rem);
  line-height: 1.2;
}

.hero-portrait {
  position: relative;
  align-self: center;
  justify-self: center;
  width: min(100%, 250px);
  margin: 0;
  padding: 10px 10px 24px;
  background: #ffffff;
  border: 1px solid #e2ded4;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.12);
  transform: rotate(-2.2deg);
}

.hero-portrait::before {
  content: "";
  position: absolute;
  top: -12px;
  left: 50%;
  width: 78px;
  height: 22px;
  background: rgba(221, 214, 198, 0.78);
  transform: translateX(-50%) rotate(2deg);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
}

.hero-portrait img {
  aspect-ratio: 4 / 5;
  height: auto;
  object-fit: cover;
  object-position: center top;
  filter: grayscale(1) contrast(1.05);
}

.hero-portrait figcaption {
  display: grid;
  gap: 5px;
  margin-top: 12px;
  color: #5b534b;
  font-family: "Segoe Print", "Bradley Hand ITC", "Comic Sans MS", cursive;
  line-height: 1.2;
  text-align: center;
}

.hero-portrait figcaption strong {
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.05rem;
  font-weight: 650;
  line-height: 1.05;
}

.hero-portrait figcaption span {
  color: var(--accent-2);
  font-family: Inter, "Segoe UI", ui-sans-serif, system-ui, sans-serif;
  font-size: 0.58rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-portrait figcaption p {
  margin: 3px 0 0;
  color: #625a50;
  font-size: 0.8rem;
  line-height: 1.35;
}

.hero-entry {
  align-self: center;
  position: relative;
  padding: 26px 24px 28px;
  border: 1px solid #e1ddd3;
  background: #f8f7f3;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.1);
  transform: rotate(1.2deg);
}

.hero-entry::before {
  content: "";
  position: absolute;
  top: -13px;
  left: 50%;
  width: 96px;
  height: 24px;
  background: rgba(221, 214, 198, 0.72);
  transform: translateX(-50%) rotate(-2deg);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
}

.hero-entry .eyebrow,
.hero-entry .meta {
  color: var(--accent-2);
}

.hero-entry h2 {
  margin: 0 0 14px;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.55rem, 2.8vw, 2.35rem);
  font-weight: 500;
  line-height: 1.05;
}

.hero-entry p:not(.eyebrow):not(.meta) {
  color: var(--text);
}

.hero-entry .text-link {
  color: var(--accent);
}

.notebook-divider {
  position: relative;
  margin: 0 0 clamp(32px, 5vw, 58px);
  padding: clamp(28px, 4vw, 46px) clamp(12px, 2vw, 22px) clamp(26px, 4vw, 42px);
  border-top: 1px solid #e3e0d8;
  border-bottom: 1px solid #e3e0d8;
  background:
    radial-gradient(circle at 12px 12px, rgba(0, 0, 0, 0.09) 0 2px, transparent 2.5px) 0 0 / 46px 46px,
    linear-gradient(180deg, rgba(248, 247, 243, 0.8), rgba(255, 255, 255, 0.95));
}

.notebook-divider::before {
  content: "";
  position: absolute;
  left: clamp(18px, 4vw, 56px);
  right: clamp(18px, 4vw, 56px);
  top: 50%;
  height: 1px;
  background: linear-gradient(90deg, transparent, #d9d3c8 18%, #d9d3c8 82%, transparent);
  transform: translateY(-50%);
}

.divider-label {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  margin: 0 0 clamp(20px, 3vw, 30px);
}

.divider-label span {
  display: inline-flex;
  padding: 9px 16px;
  border: 1px solid #cfc8bb;
  background: rgba(255, 255, 255, 0.92);
  color: #5d554b;
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  transform: rotate(-1deg);
}

.divider-notes {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(14px, 2vw, 24px);
}

.divider-notes article {
  position: relative;
  min-height: 150px;
  padding: 22px 22px 24px;
  border: 1px solid #ded8cc;
  background:
    repeating-linear-gradient(0deg, transparent 0 13px, rgba(0, 0, 0, 0.024) 13px 14px),
    #fbfaf6;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.06);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.divider-notes article::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  width: 62px;
  height: 18px;
  background: rgba(221, 214, 198, 0.72);
  transform: translateX(-50%) rotate(-1deg);
}

.divider-notes article:hover {
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.09);
  transform: translateY(-4px) rotate(0deg);
}

.divider-notes article:nth-child(2) {
  transform: rotate(0.8deg);
}

.divider-notes article:nth-child(3) {
  transform: rotate(-0.6deg);
}

.divider-notes article:hover,
.divider-notes article:nth-child(2):hover,
.divider-notes article:nth-child(3):hover {
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.09);
  transform: translateY(-4px) rotate(0deg);
}

.divider-notes span {
  display: block;
  margin-bottom: 12px;
  color: #b7afa3;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.65rem;
  line-height: 0.9;
}

.divider-notes h2 {
  margin: 0 0 8px;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.25rem, 1.8vw, 1.7rem);
  font-weight: 600;
  line-height: 1.05;
}

.divider-notes p {
  margin: 0;
  color: #5f5951;
  font-size: 0.9rem;
  line-height: 1.55;
}

.home-cover {
  padding: clamp(40px, 7vw, 82px) var(--page-edge) clamp(26px, 4vw, 48px);
  background: #050505;
  color: #ffffff;
}

.home-cover-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 380px);
  gap: clamp(28px, 6vw, 72px);
  align-items: end;
  max-width: var(--container);
  margin: 0 auto;
}

.cover-copy h1 {
  margin: 0;
  max-width: 760px;
  font-family: Inter, "Segoe UI", ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(3.8rem, 10vw, 9rem);
  font-weight: 850;
  letter-spacing: 0;
  line-height: 0.86;
  text-transform: uppercase;
}

.home-cover .lead {
  max-width: 680px;
  color: #d7d7d7;
}

.home-cover .eyebrow {
  color: #ffffff;
}

.home-cover .button {
  border-color: #ffffff;
  background: #ffffff;
  color: #050505;
}

.home-cover .button.secondary {
  background: transparent;
  color: #ffffff;
}

.cover-note {
  padding: 28px;
  border: 1px solid #2a2a2a;
  background: #101010;
}

.cover-note h2 {
  margin: 0 0 14px;
  color: #ffffff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.7rem, 3vw, 2.35rem);
  font-weight: 500;
  line-height: 1.05;
}

.cover-note p:not(.eyebrow):not(.meta) {
  color: #cfcfcf;
}

.cover-note .meta,
.cover-note .text-link {
  color: #ffffff;
}

.editorial-main {
  padding: 0 var(--home-edge) clamp(34px, 5vw, 64px);
  background: #050505;
}

.magazine-board {
  width: 100%;
  max-width: none;
  margin: 0 auto;
  padding: clamp(22px, 3vw, 38px) clamp(20px, 3vw, 46px) clamp(42px, 6vw, 74px);
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.018) 0 1px, transparent 1px) 0 0 / 64px 100%,
    #ffffff;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 28px 70px rgba(0, 0, 0, 0.32);
}

.phil-board {
  min-height: calc(100vh - 76px);
  border-left: 1px solid #1f1f1f;
  border-right: 1px solid #1f1f1f;
}

.magazine-title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-bottom: clamp(34px, 5vw, 54px);
  color: var(--ink);
}

.magazine-title .eyebrow {
  margin: 0;
  color: var(--ink);
  letter-spacing: 0.22em;
}

.magazine-mark {
  display: grid;
  place-items: center;
  width: 45px;
  height: 45px;
  border: 3px solid var(--ink);
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 900;
}

.magazine-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(38px, 5vw, 68px) clamp(20px, 2.6vw, 38px);
  align-items: start;
  padding: 10px 0;
}

.magazine-card {
  --tilt: -1.4deg;
  --lift: 0px;
  position: relative;
  padding: 12px 12px 28px;
  background: #ffffff;
  border: 1px solid #ececec;
  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.14);
  text-align: center;
  transform: rotate(var(--tilt)) translateY(var(--lift));
  transform-origin: 50% 18%;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.magazine-card:hover {
  box-shadow: 0 24px 42px rgba(0, 0, 0, 0.18);
  transform: rotate(0deg) translateY(-4px);
}

.magazine-card:nth-child(2) {
  --tilt: 1.2deg;
  --lift: 18px;
}

.magazine-card:nth-child(3) {
  --tilt: -0.6deg;
  --lift: -8px;
}

.magazine-card:nth-child(4) {
  --tilt: 1.7deg;
  --lift: 12px;
}

.magazine-card:nth-child(5) {
  --tilt: 1deg;
  --lift: -6px;
}

.magazine-card:nth-child(6) {
  --tilt: -1.8deg;
  --lift: 24px;
}

.magazine-card:nth-child(7) {
  --tilt: 0.7deg;
  --lift: -10px;
}

.magazine-card:nth-child(8) {
  --tilt: -1.1deg;
  --lift: 14px;
}

.magazine-card:nth-child(even) {
  margin-top: 0;
}

.magazine-image {
  display: block;
  aspect-ratio: 1 / 1.08;
  overflow: hidden;
  background: #efeee9;
}

.magazine-image.has-photo {
  aspect-ratio: 16 / 10;
  background: #f7f6f2;
}

.magazine-card:nth-child(2n) .magazine-image {
  aspect-ratio: 1 / 0.96;
}

.magazine-card:nth-child(2n) .magazine-image.has-photo {
  aspect-ratio: 16 / 10;
}

.magazine-card:nth-child(3n) .magazine-image {
  aspect-ratio: 1 / 1.18;
}

.magazine-card:nth-child(3n) .magazine-image.has-photo {
  aspect-ratio: 16 / 10;
}

.magazine-card:nth-child(5n) .magazine-image {
  aspect-ratio: 1 / 0.9;
}

.magazine-card:nth-child(5n) .magazine-image.has-photo {
  aspect-ratio: 16 / 10;
}

.magazine-card:nth-child(7n) .magazine-image {
  aspect-ratio: 1 / 1.04;
}

.magazine-card:nth-child(7n) .magazine-image.has-photo {
  aspect-ratio: 16 / 10;
}

.magazine-image img {
  filter: grayscale(1);
  object-fit: cover;
  object-position: center center;
  transition: filter 180ms ease, transform 180ms ease;
}

.magazine-card:hover .magazine-image img {
  filter: grayscale(0.2);
  transform: scale(1.025);
}

.editorial-fallback {
  display: grid;
  min-height: 100%;
  place-items: center;
  padding: 26px;
  color: #202020;
  background-color: #e9e7df;
  background-image:
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.28) 0 1px, transparent 1px 12px),
    linear-gradient(135deg, rgba(255, 255, 255, 0.56), rgba(0, 0, 0, 0.04));
  box-shadow: inset 0 0 0 1px #d6d2c8, inset 0 0 0 14px #f2f0ea;
}

.editorial-fallback span {
  align-self: end;
  padding: 5px 8px;
  border: 1px solid #b9b3a8;
  color: #5d554b;
  background: rgba(255, 255, 255, 0.48);
  font-size: 0.64rem;
  font-weight: 850;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.editorial-fallback strong {
  align-self: center;
  color: rgba(32, 32, 32, 0.22);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.6rem, 8vw, 7rem);
  font-weight: 500;
  line-height: 0.9;
}

.editorial-fallback em {
  align-self: start;
  color: #756d62;
  font-family: "Segoe Print", "Bradley Hand ITC", "Comic Sans MS", cursive;
  font-size: clamp(0.88rem, 1vw, 1rem);
  font-style: normal;
}

.magazine-card-body {
  display: grid;
  align-content: start;
  min-height: 185px;
  max-width: 310px;
  margin: 0 auto;
  padding: 22px 8px 0;
  background: #ffffff;
}

.magazine-date {
  margin: 0 0 10px;
  color: #5b534b;
  font-family: "Segoe Print", "Bradley Hand ITC", "Comic Sans MS", cursive;
  font-size: clamp(0.95rem, 1.25vw, 1.14rem);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.2;
}

.magazine-card h2 {
  margin: 0;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.08rem, 1.45vw, 1.36rem);
  font-weight: 600;
  line-height: 1.16;
  text-transform: none;
}

.magazine-meta {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin: 14px 0 0;
  color: var(--accent-2);
  font-size: 0.65rem;
  font-weight: 750;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.magazine-meta span:first-child {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.magazine-card-body > p:not(.magazine-meta):not(.magazine-date) {
  margin: 14px auto 0;
  max-width: 260px;
  color: var(--text);
  font-size: 0.86rem;
  line-height: 1.55;
}

.magazine-read {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  margin-top: 18px;
  padding: 0 18px;
  border: 1px solid var(--ink);
  color: var(--ink);
  font-size: 0.66rem;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.magazine-read:hover {
  background: var(--ink);
  color: #ffffff;
}

.magazine-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: clamp(28px, 4vw, 46px);
  padding-top: clamp(16px, 2.4vw, 26px);
  border-top: 1px solid #e3e0d8;
}

.archive-note {
  margin: 0 0 6px;
  color: #6d6258;
  font-family: "Segoe Print", "Bradley Hand ITC", "Comic Sans MS", cursive;
  font-size: clamp(0.92rem, 1.2vw, 1.08rem);
  line-height: 1.2;
}

.archive-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 16px;
  min-height: 54px;
  padding: 0 24px;
  color: var(--ink);
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.archive-link::before {
  content: "";
  width: clamp(54px, 8vw, 118px);
  height: 1px;
  background: var(--ink);
  transition: width 180ms ease;
}

.archive-link::after {
  content: "+";
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid var(--ink);
  border-radius: 50%;
  font-size: 1rem;
  line-height: 1;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.archive-link span {
  border-bottom: 1px solid transparent;
  padding-bottom: 3px;
}

.archive-link:hover::before {
  width: clamp(72px, 10vw, 150px);
}

.archive-link:hover::after {
  background: var(--ink);
  color: #ffffff;
  transform: translate(3px, -3px) rotate(90deg);
}

.archive-link:hover span {
  border-bottom-color: var(--ink);
}

@media (prefers-reduced-motion: no-preference) {
  .home-page .js-reveal {
    opacity: 0;
    transform: translateY(18px);
    transition:
      opacity 720ms ease,
      transform 720ms cubic-bezier(0.22, 1, 0.36, 1),
      box-shadow 220ms ease;
    transition-delay: var(--reveal-delay, 0ms);
    will-change: opacity, transform;
  }

  .home-page .js-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
  }

  .home-page .hero-portrait.js-reveal {
    transform: rotate(-2.2deg) translateY(18px) scale(0.985);
  }

  .home-page .hero-portrait.js-reveal.is-visible {
    transform: rotate(-2.2deg) translateY(0) scale(1);
  }

  .home-page .hero-entry.js-reveal {
    transform: rotate(1.2deg) translateY(18px);
  }

  .home-page .hero-entry.js-reveal.is-visible {
    transform: rotate(1.2deg) translateY(0);
  }

  .home-page .magazine-card.js-reveal {
    transform: rotate(var(--tilt)) translateY(calc(var(--lift) + 20px));
  }

  .home-page .magazine-card.js-reveal.is-visible {
    transform: rotate(var(--tilt)) translateY(var(--lift));
  }

  .home-page .magazine-card.js-reveal.is-visible:hover {
    transform: rotate(0deg) translateY(-6px);
  }

  .home-page .archive-link::before,
  .home-page .archive-link::after,
  .home-page .magazine-read,
  .home-page .nav-links a {
    transition-duration: 240ms;
  }
}

.home-final {
  max-width: 1120px;
  margin: 0 auto;
  padding-inline: 0;
  background: #050505;
  color: #ffffff;
}

.home-final .cta {
  border-color: #242424;
  background: #0e0e0e;
}

.home-final .cta h2 {
  color: #ffffff;
}

.home-final .cta p {
  color: #c8c8c8;
}

.home-final .button {
  border-color: #ffffff;
  background: #ffffff;
  color: #050505;
}

.home-page .footer {
  border-top-color: #1f1f1f;
  background: #050505;
  color: #bdbdbd;
}

.inner-page {
  background: #050505;
}

.inner-page .editorial-main {
  padding-top: 0;
}

.inner-board {
  min-height: auto;
  padding-top: clamp(26px, 4vw, 54px);
}

.inner-board .page-header,
.inner-board .journal-hero-screen,
.inner-board .section {
  padding-left: 0;
  padding-right: 0;
}

.inner-board .page-header,
.inner-board .journal-hero-screen {
  position: relative;
  border-bottom: 1px solid #e3e0d8;
  background:
    repeating-linear-gradient(0deg, transparent 0 15px, rgba(0, 0, 0, 0.024) 15px 16px),
    #ffffff;
}

.inner-board .page-header {
  padding-top: clamp(22px, 4vw, 44px);
  padding-bottom: clamp(34px, 5vw, 58px);
}

.inner-board .page-header.compact {
  max-width: none;
}

.inner-board .journal-hero-screen {
  min-height: auto;
  padding-top: clamp(28px, 5vw, 62px);
  padding-bottom: clamp(34px, 5vw, 62px);
}

.inner-board .page-header h1,
.inner-board .journal-hero-copy h1,
.inner-board .post-header h1 {
  max-width: 880px;
  font-size: clamp(2.85rem, 6.7vw, 6.5rem);
}

.inner-board .lead {
  color: #514b44;
}

.inner-board .section {
  padding-top: clamp(34px, 5vw, 58px);
  padding-bottom: clamp(34px, 5vw, 58px);
  border-bottom: 1px solid #e3e0d8;
}

.inner-board .section:last-child {
  border-bottom: 0;
}

.inner-board .section.soft {
  background:
    radial-gradient(circle at 10px 10px, rgba(0, 0, 0, 0.05) 0 1.5px, transparent 2px) 0 0 / 38px 38px,
    #ffffff;
}

.inner-board .section-header {
  max-width: 820px;
}

.inner-board .note-panel,
.inner-board .contact-form,
.inner-board .journal-hero-screen .post-card-featured,
.inner-board .sidebar .note-panel,
.inner-board .sidebar .pill-row {
  position: relative;
  border: 1px solid #ded8cc;
  border-left: 1px solid #ded8cc;
  background:
    repeating-linear-gradient(0deg, transparent 0 13px, rgba(0, 0, 0, 0.022) 13px 14px),
    #fbfaf6;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.07);
}

.inner-board .note-panel::before,
.inner-board .contact-form::before,
.inner-board .journal-hero-screen .post-card-featured::before {
  content: "";
  position: absolute;
  top: -11px;
  left: 50%;
  width: 74px;
  height: 20px;
  background: rgba(221, 214, 198, 0.72);
  transform: translateX(-50%) rotate(-1deg);
}

.paper-photo {
  position: relative;
  width: min(100%, 330px);
  min-height: 0;
  margin: 0;
  padding: 12px 12px 26px;
  border: 1px solid #e2ded4;
  background: #ffffff;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.12);
  transform: rotate(-1.4deg);
}

.paper-photo::before {
  content: "";
  position: absolute;
  top: -12px;
  left: 50%;
  width: 82px;
  height: 22px;
  background: rgba(221, 214, 198, 0.74);
  transform: translateX(-50%) rotate(2deg);
}

.paper-photo img {
  aspect-ratio: 4 / 5;
  height: auto;
  filter: grayscale(1) contrast(1.05);
}

.paper-photo figcaption {
  margin-top: 14px;
  color: var(--accent-2);
  font-size: 0.67rem;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-align: center;
  text-transform: uppercase;
}

.about-stamp-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  max-width: 760px;
  margin-top: clamp(20px, 3vw, 30px);
}

.about-stamp-row span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 10px;
  border: 1px solid #cfc8bb;
  background: rgba(255, 255, 255, 0.82);
  color: #5d554b;
  font-size: 0.65rem;
  font-weight: 850;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  transform: rotate(-1deg);
}

.about-stamp-row span:nth-child(2n) {
  transform: rotate(1deg);
}

.about-timeline {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid #ded8cc;
  border-left: 1px solid #ded8cc;
}

.timeline-item {
  position: relative;
  min-height: 270px;
  padding: clamp(20px, 2.6vw, 28px);
  border-right: 1px solid #ded8cc;
  border-bottom: 1px solid #ded8cc;
  background:
    repeating-linear-gradient(0deg, transparent 0 13px, rgba(0, 0, 0, 0.018) 13px 14px),
    #ffffff;
}

.timeline-item::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  width: 58px;
  height: 18px;
  background: rgba(221, 214, 198, 0.68);
  transform: translateX(-50%) rotate(-1deg);
}

.timeline-item:nth-child(2n)::before {
  transform: translateX(-50%) rotate(1deg);
}

.timeline-item span {
  display: block;
  margin-bottom: 18px;
  color: rgba(23, 23, 23, 0.18);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.1rem, 4vw, 3.1rem);
  line-height: 0.85;
}

.timeline-item h3 {
  margin: 0 0 10px;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 2vw, 1.75rem);
  line-height: 1.08;
}

.timeline-item p {
  margin: 0;
  color: #5f5951;
  font-size: 0.9rem;
  line-height: 1.55;
}

.inner-board .post-card,
.inner-board .topic-card,
.inner-board .value-item,
.inner-board .interest-card {
  padding: 20px;
  border: 1px solid #e3e0d8;
  background: #ffffff;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.055);
}

.inner-board .post-card-body,
.inner-board .topic-card,
.inner-board .value-item,
.inner-board .interest-card {
  padding-top: 16px;
}

.inner-board .post-card .post-card-body {
  padding: 18px 0 0;
}

.inner-board .post-card-featured .post-card-body {
  padding: clamp(24px, 4vw, 36px);
}

.inner-board .post-image,
.inner-board .post-hero-image {
  background: #efeee9;
  filter: grayscale(1);
}

.inner-board .cta {
  border-color: #ded8cc;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.04) 0 1px, transparent 1px) 0 0 / 36px 100%,
    #ffffff;
}

.inner-board .button {
  border-radius: 0;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.inner-board .social-links a,
.inner-board .pill {
  border-radius: 0;
}

.inner-board .post-header {
  padding-top: clamp(28px, 5vw, 62px);
  padding-bottom: 0;
}

.inner-board .article-body,
.inner-board .pull-quote {
  max-width: 820px;
}

.journal-index-hero {
  position: relative;
  overflow: hidden;
  display: grid;
  justify-items: center;
  gap: clamp(14px, 2.4vw, 22px);
  padding-inline: clamp(16px, 3vw, 34px);
  text-align: center;
}

.journal-index-hero::before {
  content: "JOURNAL";
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 0;
  color: rgba(0, 0, 0, 0.025);
  font-family: Inter, "Segoe UI", ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(4.5rem, 15vw, 15rem);
  font-weight: 900;
  letter-spacing: 0.12em;
  line-height: 1;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}

.journal-index-hero > * {
  position: relative;
  z-index: 1;
}

.journal-title-lockup {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.journal-title-lockup .eyebrow {
  margin: 0;
  color: var(--ink);
  letter-spacing: 0.22em;
}

.journal-mark {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border: 2px solid var(--ink);
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 900;
}

.journal-index-hero h1 {
  max-width: 930px;
  margin: 0;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3rem, 7.4vw, 6.8rem);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 0.95;
}

.journal-index-hero .lead {
  margin: 0;
  max-width: 710px;
}

.journal-issue-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: min(100%, 860px);
  margin-top: clamp(8px, 2vw, 18px);
  border-top: 1px solid #dcd6cc;
  border-bottom: 1px solid #dcd6cc;
}

.journal-issue-strip span {
  min-height: 42px;
  display: grid;
  place-items: center;
  padding: 8px 12px;
  color: #625b52;
  font-size: 0.64rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-align: center;
  text-transform: uppercase;
}

.journal-issue-strip span + span {
  border-left: 1px solid #dcd6cc;
}

.blogger-section {
  display: grid;
  justify-items: center;
}

.blogger-heading {
  width: min(100%, 920px);
  text-align: center;
}

.blogger-heading h2 {
  font-size: clamp(2rem, 4vw, 3.85rem);
}

.blogger-list {
  width: min(100%, 920px);
  margin-inline: auto;
}

.latest-list-item.blogger-list-item {
  position: relative;
  grid-template-columns: minmax(72px, 104px) minmax(0, 1fr);
  gap: clamp(22px, 5vw, 58px);
  align-items: start;
  padding: clamp(26px, 4vw, 38px) 0;
  border-color: #ded8cc;
  transition: transform 220ms ease, border-color 220ms ease;
}

.latest-list-item.blogger-list-item::before {
  content: "";
  position: absolute;
  left: clamp(88px, 14vw, 138px);
  top: 22px;
  bottom: 22px;
  width: 1px;
  background: #e3ded4;
}

.latest-list-item.blogger-list-item:hover {
  border-color: #cfc6b7;
  transform: translateX(4px);
}

.blogger-list-item time {
  padding-top: 3px;
}

.blogger-list-item time strong {
  color: var(--ink);
  font-size: clamp(2.3rem, 4.6vw, 3.75rem);
  font-weight: 600;
}

.blogger-list-item time span,
.blogger-list-item time em {
  display: block;
  color: #a79f94;
  font-style: normal;
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.blogger-list-copy {
  max-width: 690px;
  padding-left: clamp(14px, 3vw, 34px);
}

.blogger-list-copy .meta {
  margin-bottom: 10px;
}

.blogger-list-copy h3 {
  margin: 0;
  font-size: clamp(1.7rem, 4vw, 3rem);
}

.blogger-list-copy p:not(.meta) {
  max-width: 620px;
  margin: 12px 0 0;
  color: #5f5951;
  font-size: 1rem;
  line-height: 1.62;
}

.blogger-list-copy .text-link {
  display: inline-flex;
  margin-top: 12px;
  color: var(--accent);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.blogger-archive .archive-heading {
  max-width: 920px;
  margin-inline: auto;
  text-align: center;
}

.blogger-archive-layout {
  grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
  max-width: 1120px;
  margin-inline: auto;
}

.blogger-list-compact {
  width: 100%;
}

.blogger-list-compact .latest-list-item.blogger-list-item {
  grid-template-columns: minmax(62px, 82px) minmax(0, 1fr);
  gap: clamp(18px, 3vw, 34px);
  padding: 24px 0;
}

.blogger-list-compact .latest-list-item.blogger-list-item::before {
  left: clamp(74px, 9vw, 108px);
}

.blogger-list-compact .blogger-list-copy h3 {
  font-size: clamp(1.4rem, 2.6vw, 2.2rem);
}

.blogger-list-compact .blogger-list-copy p:not(.meta) {
  font-size: 0.94rem;
}

.old-blog-shell {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.028) 0 1px, transparent 1px) 0 0 / 54px 100%,
    #ffffff;
}

.old-blog-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 320px);
  gap: clamp(34px, 5vw, 64px);
  align-items: start;
  max-width: 1180px;
  margin-inline: auto;
}

.old-blog-main {
  min-width: 0;
  counter-reset: journal-entry;
}

.old-blog-main .blogger-heading,
.old-blog-main .archive-heading {
  width: 100%;
  max-width: 780px;
  margin-inline: 0;
  text-align: left;
}

.old-blog-main .blogger-heading h2,
.old-blog-main .archive-heading h2 {
  font-size: clamp(2rem, 3.7vw, 3.45rem);
}

.old-archive-heading {
  margin-top: clamp(42px, 6vw, 76px);
  padding-top: clamp(28px, 4vw, 42px);
  border-top: 1px solid #ded8cc;
}

.old-blog-main .blogger-list {
  width: 100%;
  margin-inline: 0;
}

.old-blog-main .blogger-list-item {
  counter-increment: journal-entry;
}

.old-blog-main .blogger-list-item::after {
  content: counter(journal-entry, decimal-leading-zero);
  position: absolute;
  right: 0;
  top: clamp(18px, 3vw, 28px);
  color: rgba(23, 23, 23, 0.08);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.4rem, 7vw, 5rem);
  line-height: 0.8;
  pointer-events: none;
}

.old-blog-main [data-latest-posts] > .blogger-list-item:first-child {
  margin-bottom: clamp(18px, 3vw, 30px);
  padding: clamp(22px, 4vw, 36px);
  border: 1px solid #d8d1c5;
  background:
    repeating-linear-gradient(0deg, transparent 0 13px, rgba(0, 0, 0, 0.018) 13px 14px),
    #fbfaf6;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}

.old-blog-main [data-latest-posts] > .blogger-list-item:first-child .blogger-list-copy h3 {
  font-size: clamp(2rem, 5.2vw, 4.2rem);
  line-height: 0.98;
}

.old-blog-sidebar {
  position: sticky;
  top: 86px;
  display: grid;
  gap: 18px;
  padding-left: clamp(20px, 3vw, 34px);
  border-left: 1px solid #e3ded4;
}

.old-blog-sidebar .sidebar-widget {
  position: relative;
}

.side-profile {
  display: grid;
  gap: 14px;
  padding: 16px;
  border: 1px solid #ded8cc;
  background: #ffffff;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.08);
}

.side-profile img {
  aspect-ratio: 1 / 1;
  height: auto;
  filter: grayscale(1) contrast(1.04);
  object-position: center top;
}

.side-profile h2 {
  margin: 0 0 7px;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
  line-height: 1.05;
}

.side-profile p:not(.eyebrow) {
  margin: 0;
  color: #5f5951;
  font-size: 0.9rem;
  line-height: 1.5;
}

.side-menu {
  display: grid;
  gap: 0;
}

.side-menu a {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 11px 0;
  border-top: 1px solid #ded8cc;
  color: var(--ink);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.side-menu a::after {
  content: "+";
  color: #a79f94;
  transition: transform 180ms ease;
}

.side-menu a:hover::after {
  transform: rotate(90deg);
}

.old-blog-sidebar .sidebar-widget:not(.note-panel) {
  padding: 18px;
  border: 1px solid #ded8cc;
  background:
    repeating-linear-gradient(0deg, transparent 0 13px, rgba(0, 0, 0, 0.02) 13px 14px),
    #fbfaf6;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.055);
}

.old-blog-sidebar .note-panel {
  padding: 20px;
}

.old-blog-sidebar .note-panel p:not(.eyebrow),
.old-blog-sidebar .newsletter p:not(.eyebrow):not(.status) {
  color: #5f5951;
  font-family: Inter, "Segoe UI", ui-sans-serif, system-ui, sans-serif;
  font-size: 0.94rem;
  line-height: 1.58;
}

.old-blog-sidebar .sidebar-label {
  margin: 0 0 12px;
}

.old-blog-sidebar .pill-row {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.old-blog-sidebar .pill {
  min-height: 32px;
  padding: 0 10px;
  border-color: #d6d0c5;
  color: #4f4942;
  font-size: 0.78rem;
}

.old-blog-sidebar .pill.active {
  background: var(--ink);
  color: #ffffff;
}

.old-blog-sidebar .recent-list {
  gap: 0;
}

.old-blog-sidebar .recent-list li {
  padding: 10px 0;
}

.old-blog-sidebar .recent-list a {
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1rem;
  line-height: 1.25;
}

.old-blog-sidebar .recent-list span {
  margin-top: 2px;
  color: #8f877c;
  font-size: 0.78rem;
}

.old-blog-sidebar .newsletter {
  max-width: none;
}

.old-blog-sidebar .button {
  width: 100%;
  min-height: 40px;
  margin-top: 2px;
}

.section {
  padding-top: clamp(34px, 5vw, 56px);
  padding-bottom: clamp(34px, 5vw, 56px);
}
.section.soft {
  max-width: none;
  background: var(--paper);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.section.soft > * {
  max-width: none;
  margin-inline: 0;
  padding-inline: 0;
}

.latest-list-section {
  display: grid;
  justify-items: center;
}

.latest-list-title {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: clamp(36px, 5vw, 56px);
}

.latest-list-title .eyebrow {
  margin: 0;
  color: var(--ink);
  letter-spacing: 0.18em;
}

.latest-list-mark {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border: 2px solid var(--ink);
  color: var(--ink);
  font-size: 0.82rem;
  font-weight: 800;
}

.latest-list {
  width: min(100%, 840px);
}

.latest-list-item {
  display: grid;
  grid-template-columns: 94px minmax(0, 1fr);
  gap: 48px;
  align-items: center;
  padding: 26px 0;
  border-bottom: 1px solid var(--line);
}

.latest-list-item:first-child {
  border-top: 1px solid var(--line);
}

.latest-list-item time {
  display: grid;
  justify-items: center;
  color: var(--muted);
  line-height: 1;
}

.latest-list-item time strong {
  color: var(--text);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 3vw, 2.7rem);
  font-weight: 700;
}

.latest-list-item time span {
  margin-top: 2px;
  color: #c2c2c2;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.latest-list-item h3 {
  margin: 0;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 500;
  line-height: 1.12;
}

.journal-page .blogger-list-item time strong {
  color: var(--ink);
  font-size: clamp(2.3rem, 4.6vw, 3.75rem);
  font-weight: 600;
}

.journal-page .blogger-list-item time span,
.journal-page .blogger-list-item time em {
  display: block;
  color: #a79f94;
  font-style: normal;
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.journal-page .blogger-list-copy h3 {
  margin: 0;
  font-size: clamp(1.7rem, 4vw, 3rem);
}

.journal-page .blogger-list-compact .blogger-list-copy h3 {
  font-size: clamp(1.4rem, 2.6vw, 2.2rem);
}

.latest-list-actions {
  margin-top: clamp(32px, 5vw, 52px);
}

.section-header {
  display: block;
  max-width: 720px;
  margin-bottom: 26px;
}

.section-header h2,
.feature-copy h2,
.cta h2,
.travel-board h2 {
  margin: 0 0 12px;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.9rem, 3.5vw, 3.25rem);
  font-weight: 500;
  line-height: 1.05;
}

.section-header p:not(.eyebrow),
.feature-copy p,
.cta p {
  max-width: 700px;
  color: var(--muted);
  font-size: 1rem;
}

.feature-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.46fr);
  gap: clamp(24px, 4vw, 52px);
  align-items: start;
}

.feature-copy {
  max-width: 730px;
}

.note-panel {
  padding: 24px;
  border-left: 3px solid var(--accent);
  background: var(--panel);
}

.note-panel p {
  margin: 0;
  color: var(--text);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.13rem;
  line-height: 1.55;
}

.grid {
  display: grid;
  gap: 24px;
}

.grid.three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid.four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.post-card,
.topic-card,
.value-item,
.interest-card {
  border-top: 1px solid var(--line);
}

.post-card:not(.post-card-text) {
  display: grid;
  grid-template-rows: 190px 1fr;
}

.post-image {
  min-height: 190px;
  background: var(--soft);
}

.post-card-body,
.topic-card,
.value-item,
.interest-card {
  padding-top: 18px;
}

.post-card h3,
.topic-card h3,
.value-item h3,
.interest-card h3 {
  margin: 0 0 9px;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.38rem;
  font-weight: 500;
  line-height: 1.14;
}

.post-card p,
.topic-card p,
.value-item p,
.interest-card p {
  color: var(--muted);
}

.text-link {
  color: var(--accent);
  font-weight: 740;
}

.topic-card {
  min-height: 124px;
}

.topic-card span {
  display: block;
  margin-bottom: 14px;
  color: var(--accent-2);
  font-size: 0.74rem;
  font-weight: 780;
  letter-spacing: 0.08em;
}

.cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  padding: clamp(24px, 4vw, 34px);
  border: 1px solid var(--line);
  background: var(--panel);
}

.footer {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  width: 100%;
  margin-inline: 0;
  padding: 28px var(--page-edge);
  border-top: 1px solid var(--line);
  color: var(--muted);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.page-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(250px, 360px);
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
  padding-top: clamp(42px, 7vw, 76px);
  padding-bottom: clamp(42px, 7vw, 76px);
  border-bottom: 1px solid var(--line);
}

.page-header.compact {
  display: block;
  max-width: 980px;
  margin-inline: 0;
}

.journal-hero-screen {
  width: 100%;
  min-height: calc(100vh - 72px);
  display: grid;
  grid-template-columns: minmax(0, 0.42fr) minmax(0, 0.58fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
  padding: clamp(44px, 7vw, 82px) var(--page-edge);
  border-bottom: 1px solid var(--line);
}

.journal-hero-copy h1 {
  margin: 0;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3rem, 7vw, 6rem);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: 0;
}

.journal-hero-screen .post-card-featured {
  max-width: none;
  border: 1px solid var(--line);
  background: var(--panel);
}

.journal-hero-screen .post-card-featured .post-card-body {
  padding: clamp(24px, 4vw, 36px);
}

.journal-hero-screen .post-card-featured h3 {
  font-size: clamp(2rem, 4vw, 3.5rem);
}

.journal-hero {
  align-items: start;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 390px);
}

.journal-hero h1 {
  max-width: 850px;
}

.journal-note {
  padding: 24px;
  border: 1px solid var(--line);
  background: var(--panel);
}

.journal-note h2 {
  margin: 0 0 12px;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.6rem, 2.6vw, 2.15rem);
  font-weight: 500;
  line-height: 1.1;
}

.journal-note p:not(.eyebrow) {
  color: var(--muted);
}

.blog-feature .post-card-featured,
.blog-feature .post-card-text {
  max-width: 980px;
}

.blog-feature .post-card-text {
  padding-top: 0;
}

.portrait-card {
  min-height: 340px;
  padding: 18px;
  border: 1px solid var(--line);
  background: var(--panel);
}

.portrait-inner {
  height: 100%;
  min-height: 300px;
  display: grid;
  place-items: center;
  background: var(--soft);
}

.portrait-inner .portrait-mark {
  width: 88px;
  height: 88px;
  font-size: 1.35rem;
}

.story-block {
  max-width: 900px;
  color: var(--text);
  font-size: 1.06rem;
  columns: 2 320px;
  column-gap: 46px;
}

.story-block p {
  break-inside: avoid;
  margin-top: 0;
}

.journal-layout {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 34px;
  align-items: start;
}

.sidebar {
  position: sticky;
  top: 92px;
  display: grid;
  gap: 18px;
}

.sidebar .note-panel,
.sidebar .pill-row {
  padding: 18px;
  border: 1px solid var(--line);
  background: var(--panel);
}

.sidebar-label {
  margin: 4px 0 -8px;
  color: var(--accent-2);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.search-field,
.form-field input,
.form-field textarea {
  width: 100%;
  min-height: 46px;
  padding: 11px 13px;
  border: 1px solid var(--line);
  border-radius: 0;
  background: var(--panel);
  color: var(--ink);
  font: inherit;
}

.pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 0;
}

.pill {
  min-height: 36px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: transparent;
  color: var(--accent);
  font: inherit;
  font-size: 0.86rem;
  font-weight: 680;
  cursor: pointer;
}

.pill.active {
  background: var(--ink);
  color: var(--paper);
}

.recent-list {
  display: grid;
  gap: 13px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.recent-list li {
  padding-bottom: 13px;
  border-bottom: 1px solid var(--line);
}

.recent-list span {
  display: block;
  color: var(--muted);
  font-size: 0.85rem;
}

.post-card-featured {
  grid-template-columns: minmax(260px, 0.68fr) minmax(280px, 1fr);
  grid-template-rows: auto;
  max-width: 960px;
}

.post-card-featured .post-image {
  min-height: 300px;
}

.newsletter,
.contact-form {
  display: grid;
  gap: 14px;
  max-width: 660px;
}

.newsletter-inline {
  display: flex;
  gap: 10px;
}

.post-header {
  padding-top: clamp(48px, 8vw, 90px);
}

.narrow {
  max-width: 860px;
  margin-inline: auto;
  padding-inline: 20px;
}

.post-hero-image {
  height: clamp(260px, 48vw, 500px);
  margin-top: 30px;
  overflow: hidden;
  border: 1px solid var(--line);
}

.article-body {
  padding-top: 42px;
  color: var(--text);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.13rem, 1.8vw, 1.26rem);
  line-height: 1.86;
}

.article-body p {
  margin: 0 0 1.35em;
}

.pull-quote {
  margin-block: 36px;
  padding: 26px 0;
  border-block: 1px solid var(--line);
  color: var(--accent);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.4rem, 2.6vw, 2.1rem);
  line-height: 1.18;
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.social-links a {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--panel);
  color: var(--accent);
  font-weight: 700;
}

.form-field {
  display: grid;
  gap: 7px;
  color: var(--accent);
  font-weight: 700;
}

.status {
  min-height: 24px;
  color: var(--accent);
  font-weight: 700;
}

.empty-state,
.image-placeholder {
  padding: 24px;
  border: 1px dashed var(--line);
  color: var(--muted);
  background: var(--panel);
}

@media (max-width: 900px) {
  .home-page .site-nav {
    grid-template-columns: 1fr;
    gap: 12px;
    min-height: auto;
    padding-top: 18px;
    padding-bottom: 10px;
  }

  .home-page .brand,
  .home-page .nav-links,
  .home-page .nav-socials {
    justify-self: center;
  }

  .home-hero {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .divider-notes {
    grid-template-columns: 1fr;
  }

  .divider-notes article,
  .divider-notes article:nth-child(2),
  .divider-notes article:nth-child(3) {
    transform: none;
  }

  .hero-portrait {
    justify-self: start;
    width: min(260px, 76vw);
    transform: rotate(-1deg);
  }

  .hero-entry {
    transform: none;
  }
}

@media (max-width: 980px) {
  .hero,
  .home-cover-inner,
  .journal-hero-screen,
  .feature-split,
  .page-header,
  .journal-layout,
  .post-card-featured,
  .section-header,
  .cta {
    grid-template-columns: 1fr;
  }

  .grid.three,
  .grid.four,
  .magazine-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sidebar {
    position: static;
  }

  .blogger-archive-layout {
    grid-template-columns: 1fr;
  }

  .old-blog-layout {
    grid-template-columns: 1fr;
  }

  .old-blog-sidebar {
    position: static;
    padding-left: 0;
    padding-top: 28px;
    border-left: 0;
    border-top: 1px solid #e3ded4;
  }

  .footer {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .site-nav {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
    min-height: auto;
    padding-block: 12px;
  }

  .nav-links {
    width: 100%;
    overflow-x: auto;
    font-size: 0.88rem;
  }

  .nav-links a {
    padding-block: 6px;
    white-space: nowrap;
  }

  .hero {
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .home-cover {
    padding-top: 30px;
  }

  .cover-copy h1 {
    font-size: clamp(3rem, 16vw, 5rem);
  }

  .magazine-board {
    padding-inline: 20px;
  }

  .home-hero {
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .home-hero h1 {
    font-size: clamp(2.75rem, 13vw, 4.5rem);
  }

  .journal-hero-screen {
    min-height: auto;
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .hero h1,
  .journal-hero-copy h1,
  .page-header h1,
  .post-header h1 {
    font-size: clamp(2.65rem, 13vw, 4rem);
  }

  .grid.three,
  .grid.four,
  .magazine-grid {
    grid-template-columns: 1fr;
  }

  .magazine-card:nth-child(even) {
    margin-top: 0;
  }

  .magazine-card {
    transform: none;
  }

  .magazine-card:hover {
    transform: translateY(-3px);
  }

  .magazine-title {
    align-items: center;
    flex-direction: column;
    text-align: center;
  }

  .latest-list-item {
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 20px;
  }

  .latest-list-item.blogger-list-item,
  .blogger-list-compact .latest-list-item.blogger-list-item {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .latest-list-item.blogger-list-item::before,
  .blogger-list-compact .latest-list-item.blogger-list-item::before {
    display: none;
  }

  .blogger-list-item time {
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
    gap: 8px;
  }

  .blogger-list-item time strong {
    font-size: 2rem;
  }

  .blogger-list-copy {
    padding-left: 0;
  }

  .journal-title-lockup {
    align-items: center;
    flex-direction: column;
  }

  .latest-list-item time strong {
    font-size: 1.75rem;
  }

  .journal-page .blogger-list-item time strong {
    font-size: 2rem;
  }

  .newsletter-inline {
    flex-direction: column;
  }

}

@media (min-width: 561px) and (max-width: 980px) {
  .journal-page .old-blog-layout {
    grid-template-columns: minmax(0, 1fr) minmax(150px, 190px);
    gap: 18px;
  }

  .journal-page .old-blog-sidebar {
    position: static;
    padding-top: 0;
    padding-left: 16px;
    border-top: 0;
    border-left: 1px solid #e3ded4;
  }

  .journal-page .old-blog-sidebar .note-panel,
  .journal-page .old-blog-sidebar .sidebar-widget:not(.note-panel) {
    padding: 14px;
  }

  .journal-page .old-blog-sidebar .pill {
    width: 100%;
    justify-content: flex-start;
  }

  .journal-page .old-blog-sidebar .recent-list a {
    font-size: 0.92rem;
  }

  .journal-page .old-blog-main [data-latest-posts] > .blogger-list-item:first-child {
    padding: 18px;
  }

  .journal-page .old-blog-main .blogger-list-item::after {
    display: none;
  }

  .journal-page .journal-issue-strip {
    grid-template-columns: 1fr;
  }

  .journal-page .journal-issue-strip span + span {
    border-top: 1px solid #dcd6cc;
    border-left: 0;
  }
}

@media (max-width: 560px) {
  .journal-page .old-blog-layout {
    grid-template-columns: 1fr;
  }

  .journal-page .old-blog-sidebar {
    padding-left: 0;
    padding-top: 28px;
    border-left: 0;
    border-top: 1px solid #e3ded4;
  }

  .journal-page .journal-issue-strip {
    grid-template-columns: 1fr;
  }

  .journal-page .journal-issue-strip span + span {
    border-top: 1px solid #dcd6cc;
    border-left: 0;
  }

  .journal-page .old-blog-main [data-latest-posts] > .blogger-list-item:first-child {
    padding: 18px;
  }

  .journal-page .old-blog-main .blogger-list-item::after {
    display: none;
  }
}

@media (max-width: 1100px) {
  .about-timeline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .about-timeline {
    grid-template-columns: 1fr;
  }

  .timeline-item {
    min-height: auto;
  }
}
