:root {
  --ink: #16261f;
  --forest: #1f342d;
  --forest-2: #2d4b41;
  --cream: #f5efe3;
  --paper: #fbf7ed;
  --rust: #b74a2f;
  --rust-dark: #913824;
  --blue: #315b7c;
  --mustard: #c89738;
  --sage: #dce7de;
  --line: rgba(31, 52, 45, .14);
  --shadow: 0 10px 24px rgba(42, 37, 27, .12);
  --shell: 1340px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: #f7f1e7;
  font-family: "DM Sans", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { cursor: pointer; }
.shell { width: min(var(--shell), calc(100% - 48px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; left: 12px; top: 12px; transform: translateY(-150%); background: white; padding: 10px 14px; border-radius: 6px; }
.skip-link:focus { transform: none; }

.utility-bar {
  height: 36px;
  background:
    radial-gradient(circle at 20% 20%, rgba(255,255,255,.05), transparent 18%),
    linear-gradient(90deg, #1d3029, #263a33);
  color: #fff;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.utility-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.utility-message { margin: 0; font-size: 12px; letter-spacing: .02em; }
.utility-nav { display: flex; align-items: center; gap: 20px; font-size: 12px; }
.utility-nav a { opacity: .95; }
.utility-nav a:hover { opacity: .7; }
.utility-divider { width: 1px; height: 17px; background: rgba(255,255,255,.25); }

.main-nav-wrap {
  height: 66px;
  background: rgba(251, 248, 240, .97);
  border-bottom: 1px solid rgba(31,52,45,.12);
  box-shadow: 0 3px 12px rgba(45,39,29,.04);
  position: relative;
  z-index: 20;
}
.main-nav { height: 100%; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 42px; }
.brand { position: relative; display: inline-flex; align-items: baseline; gap: 5px; white-space: nowrap; font-family: "Libre Baskerville", Georgia, serif; font-size: 27px; font-weight: 700; letter-spacing: -.04em; }
.brand em { position: relative; color: var(--rust); font-family: "Caveat", cursive; font-size: 35px; font-weight: 700; line-height: .8; transform: rotate(-2deg); }
.brand em::after { content: ""; position: absolute; left: -2px; right: -4px; bottom: -7px; height: 2px; background: var(--rust); transform: rotate(-2deg); }
.primary-nav { display: flex; align-items: center; justify-content: center; gap: clamp(18px, 2vw, 36px); font-size: 12px; font-weight: 700; }
.primary-nav a { position: relative; padding: 25px 0; }
.primary-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 15px; height: 2px; background: var(--rust); transition: right .2s ease; }
.primary-nav a:hover::after { right: 0; }
.search-button { width: 34px; height: 34px; display: grid; place-items: center; border: 0; background: transparent; color: var(--ink); }
.search-button svg { width: 22px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.menu-toggle { display: none; background: transparent; border: 0; width: 42px; height: 42px; padding: 9px; }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; background: var(--ink); margin: 5px 0; }

.hero { position: relative; min-height: 305px; overflow: hidden; background: #d8c09e; }
.hero-visual { position: absolute; inset: 0; background: url("../../uploads/2026/05/hero-desk.jpg") center/cover no-repeat; }
.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(255,255,255,.04), transparent 66%); pointer-events: none; }
.hero-inner { position: relative; z-index: 2; min-height: 305px; display: grid; grid-template-columns: minmax(560px, 640px) minmax(380px, 1fr); align-items: stretch; gap: 70px; }
.hero-paper {
  position: relative;
  margin-left: 115px;
  width: 605px;
  min-height: 305px;
  padding: 34px 55px 28px 92px;
  background:
    repeating-linear-gradient(to bottom, transparent 0 29px, rgba(68,110,141,.18) 30px 31px),
    linear-gradient(100deg, #f9f5ea, #fffdf8 58%, #f0e8d9);
  box-shadow: 7px 7px 16px rgba(53,44,28,.15);
  clip-path: polygon(2% 0, 100% 1%, 99% 98%, 4% 100%, 0 92%, 1% 5%);
}
.hero-paper::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 18% 30%, rgba(255,255,255,.6), transparent 28%), radial-gradient(circle at 80% 75%, rgba(92,66,35,.06), transparent 30%); pointer-events: none; }
.paper-holes { position: absolute; left: 18px; top: 15px; bottom: 18px; width: 20px; background: radial-gradient(circle, #d9cbb7 0 5px, transparent 5.5px) center 6px/20px 26px repeat-y; filter: drop-shadow(1px 1px 0 rgba(255,255,255,.6)); }
.washi { position: absolute; display: block; z-index: 3; }
.washi-green { width: 138px; height: 29px; top: -9px; left: 370px; transform: rotate(3deg); background: #6f896d; opacity: .92; clip-path: polygon(2% 8%, 100% 0, 97% 100%, 0 87%); }
.washi-green::after, .washi-green-small::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle, rgba(255,255,255,.75) 0 1.3px, transparent 1.5px) 0 0/15px 13px; }
.hero-paper h1 { position: relative; z-index: 2; margin: 0; font-family: "Libre Baskerville", Georgia, serif; font-size: clamp(34px, 3.6vw, 48px); line-height: 1.14; letter-spacing: -.035em; text-shadow: 1px 1px 0 rgba(255,255,255,.5); }
.hero-paper h1 .h1-line { display: inline-block; margin-top: 4px; font-family: "Caveat", cursive; font-size: clamp(26px, 2.8vw, 36px); font-weight: 700; color: var(--forest-2); letter-spacing: 0; }
.scribble-line { position: relative; z-index: 2; display: block; width: 355px; height: 8px; margin: 6px 0 14px 27px; border-top: 3px solid #507057; border-radius: 50%; transform: rotate(-1deg); }
.hero-paper > p { position: relative; z-index: 2; margin: 0 0 17px; width: 410px; font-size: 15px; line-height: 1.45; }
.hero-actions { position: relative; z-index: 2; display: flex; gap: 16px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 14px; min-height: 39px; padding: 9px 26px; border-radius: 2px; font-weight: 700; font-size: 14px; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: linear-gradient(180deg, #c95435, #a73d26); color: #fff; box-shadow: 0 5px 14px rgba(112,45,29,.22); }
.button-secondary { border: 1px solid #6b5546; background: rgba(255,255,255,.54); }

.hero-notes { position: relative; display: block; }
.sticky-note { position: absolute; top: 16px; left: 40px; width: 225px; min-height: 132px; padding: 28px 25px 18px; background: linear-gradient(135deg,#efd797,#ffe7a9); box-shadow: 8px 9px 20px rgba(70,44,19,.22); transform: rotate(5deg); font-family: "Caveat", cursive; font-size: 21px; line-height: 1.08; text-align: center; clip-path: polygon(1% 3%, 100% 0, 98% 96%, 3% 100%); }
.sticky-note p { margin: 0; }
.pushpin { position: absolute; left: 50%; top: 1px; width: 16px; height: 16px; border-radius: 50%; transform: translateX(-50%); background: #232823; box-shadow: inset 0 3px 2px rgba(255,255,255,.18), 0 4px 3px rgba(0,0,0,.3); }
.note-underline { display: block; width: 58px; border-top: 2px solid #584836; margin: 9px auto 0; }
.benefit-card { position: absolute; top: 159px; left: 80px; margin: 0; width: 335px; padding: 17px 28px; list-style: none; background: #fbf7ee; box-shadow: 7px 9px 18px rgba(65,45,28,.19); transform: rotate(-3deg); clip-path: polygon(1% 1%, 98% 0, 100% 97%, 2% 100%); }
.benefit-card li { display: flex; align-items: center; gap: 13px; padding: 4px 0; font-size: 14px; }
.benefit-card li span { width: 18px; color: #5f665e; font-size: 17px; text-align: center; }

.section-paper { background: linear-gradient(90deg, #f6efe4, #fffaf0 50%, #f5ede0); border-top: 1px solid rgba(105,83,54,.12); border-bottom: 1px solid rgba(105,83,54,.12); }
.featured { padding: 10px 0 12px; }
.section-heading-row { display: flex; align-items: center; justify-content: space-between; margin: 0 14px 6px; }
.eyebrow-heading { position: relative; display: inline-block; margin: 0 0 8px; font-size: 12px; text-transform: uppercase; letter-spacing: .02em; }
.eyebrow-heading::after { content: ""; position: absolute; left: 0; bottom: -5px; width: 64px; border-top: 2px solid #d1654a; transform: rotate(-3deg); }
.text-link { color: var(--rust); font-weight: 700; font-size: 13px; }
.post-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 25px; }
.post-card { position: relative; min-height: 190px; padding: 10px 13px 9px; background: #fbf8ef; box-shadow: 0 5px 12px rgba(57,47,33,.12); transform: rotate(var(--tilt, 0deg)); clip-path: polygon(1% 0, 99% 1%, 100% 98%, 2% 100%); }
.post-card:nth-child(1) { --tilt: -.35deg; }
.post-card:nth-child(2) { --tilt: .3deg; }
.post-card:nth-child(3) { --tilt: -.15deg; }
.post-card:nth-child(4) { --tilt: .25deg; }
.post-card::before { content: ""; position: absolute; z-index: 3; }
.clip-green::before, .clip-blue::before { left: 15px; top: -6px; width: 17px; height: 47px; border: 3px solid; border-bottom: 0; border-radius: 10px 10px 0 0; transform: rotate(10deg); opacity: .8; }
.clip-green::before { border-color: #7fa049; }
.clip-blue::before { border-color: #467b91; }
.tape-mustard::before { width: 74px; height: 18px; left: 40%; top: -9px; background: #d9a64a; transform: rotate(2deg); opacity: .86; }
.tape-pink::before { width: 72px; height: 18px; right: 18%; top: -8px; background: #e6b49e; transform: rotate(5deg); opacity: .82; }
.post-image { height: 140px; overflow: hidden; border-radius: 3px; background: #e8dfcf; }
.post-image img { width: 100%; height: 100%; object-fit: cover; }
.post-category { margin: 8px 0 2px; font-size: 9px; font-weight: 800; text-transform: uppercase; }
.category-green { color: #5f7d4b; }.category-rust { color: #a7432c; }.category-blue { color: #356485; }.category-mustard { color: #b47c1e; }
.post-card h3 { margin: 0 0 5px; font-size: 15px; line-height: 1.08; letter-spacing: -.01em; }
.post-card h3 a:hover { color: var(--rust); }
.post-card > p:not(.post-category) { margin: 0; font-size: 10.5px; line-height: 1.35; }
.post-meta { display: flex; gap: 11px; margin-top: 8px; color: #5b5b52; font-size: 9px; }

.category-intro { margin: 0 16px 12px; max-width: 720px; font-size: 13px; line-height: 1.45; color: #3a433c; }
.featured-lead {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 0;
  min-height: 0;
  padding: 0;
  overflow: hidden;
  margin: 0 0 8px;
  transform: none;
}
.featured-lead .post-image { height: 100%; min-height: 220px; border-radius: 0; }
.featured-lead .post-image img { height: 100%; }
.featured-lead-body { padding: 22px 24px 24px; display: flex; flex-direction: column; gap: 8px; justify-content: center; }
.featured-lead-body h2 { margin: 0; font-family: "Libre Baskerville", Georgia, serif; font-size: clamp(22px, 2.4vw, 30px); line-height: 1.15; }
.featured-lead-body h2 a:hover { color: var(--rust); }
.featured-lead-body > p:not(.post-category) { margin: 0; font-size: 14px; line-height: 1.45; }
@media (max-width: 900px) {
  .featured-lead { grid-template-columns: 1fr; }
  .featured-lead .post-image { min-height: 180px; height: 200px; }
}
.categories { padding: 7px 0 9px; background: linear-gradient(90deg,#eee3d2,#faf5ea 55%,#efe3d1); }
.categories-layout { display: grid; grid-template-columns: 1fr 250px; gap: 24px; align-items: end; }
.categories-main .eyebrow-heading { margin-left: 36px; }
.category-grid { display: grid; grid-template-columns: repeat(6, 1fr); padding: 0 0 0 16px; filter: drop-shadow(0 5px 7px rgba(59,47,31,.1)); }
.category-card { min-height: 78px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px; padding: 8px 7px; background: #fbf8ef; border-right: 1px solid #ded5c8; border-top: 1px solid #e6ddcf; border-bottom: 1px solid #e6ddcf; text-align: center; font-size: 13px; line-height: 1.1; }
.category-card:first-child { border-left: 1px solid #ded5c8; }
.category-card:hover { transform: translateY(-3px); background: #fffdf6; }
.icon { width: 34px; height: 31px; position: relative; color: #2d4039; }
.icon::before, .icon::after { content: ""; position: absolute; }
.icon-calendar::before { inset: 5px 2px 1px; border: 2px solid currentColor; border-radius: 3px; }
.icon-calendar::after { left: 7px; right: 7px; top: 12px; border-top: 2px solid currentColor; box-shadow: -2px 7px 0 -1px currentColor, 7px 7px 0 -1px currentColor; }
.icon-people::before { width: 10px; height: 10px; border: 2px solid currentColor; border-radius: 50%; left: 4px; top: 2px; box-shadow: 15px 0 0 -2px #fbf8ef, 15px 0 0 0 currentColor; }
.icon-people::after { left: 1px; right: 1px; bottom: 2px; height: 12px; border: 2px solid currentColor; border-radius: 14px 14px 3px 3px; }
.icon-page::before { inset: 1px 4px 1px 5px; border: 2px solid currentColor; border-radius: 2px; background: repeating-linear-gradient(to bottom, transparent 0 5px, currentColor 6px 7px); }
.icon-bulb::before { width: 18px; height: 18px; left: 8px; top: 1px; border: 2px solid currentColor; border-radius: 50%; }
.icon-bulb::after { left: 13px; bottom: 1px; width: 9px; height: 10px; border-top: 2px solid currentColor; border-bottom: 2px solid currentColor; }
.icon-printer::before { left: 5px; right: 5px; top: 10px; bottom: 3px; border: 2px solid currentColor; border-radius: 3px; }
.icon-printer::after { left: 10px; right: 10px; top: 1px; height: 15px; border: 2px solid currentColor; background: #fbf8ef; }
.icon-binders::before { inset: 2px 1px; border-left: 7px double currentColor; border-right: 7px double currentColor; box-shadow: inset 10px 0 0 -8px currentColor, inset -10px 0 0 -8px currentColor; }
.category-note { position: relative; min-height: 93px; padding: 19px 25px 13px 32px; background: linear-gradient(135deg,#ead28b,#f9e2a4); box-shadow: 4px 8px 14px rgba(70,51,26,.15); transform: rotate(4deg); font-family: "Caveat", cursive; font-size: 20px; line-height: 1.05; clip-path: polygon(1% 3%, 100% 0, 97% 95%, 3% 100%); }
.category-note p { margin: 0; }
.washi-green-small { width: 112px; height: 18px; top: -9px; left: 52px; background: #6f896d; transform: rotate(2deg); }
.heart-doodle { position: absolute; right: 22px; bottom: 10px; color: var(--rust); font-size: 24px; }

.toolkit { background: linear-gradient(90deg,#f6f0e5,#fffaf0 48%,#f2eadc); border-top: 1px solid rgba(110,88,57,.12); border-bottom: 1px solid rgba(110,88,57,.14); }
.toolkit-inner { position: relative; min-height: 79px; display: grid; grid-template-columns: 225px 245px 1fr 1fr 255px; align-items: center; gap: 20px; padding: 8px 0; }
.spiral { position: absolute; left: -40px; top: -1px; bottom: -1px; width: 35px; background: repeating-linear-gradient(to bottom, #1f1d19 0 2px, transparent 2px 9px); }
.toolkit-label { position: relative; padding: 13px 27px 11px 36px; margin-left: 7px; color: white; background: #355d82; font-family: "Caveat", cursive; font-size: 28px; line-height: .9; transform: rotate(-2deg); clip-path: polygon(2% 5%, 98% 0, 100% 91%, 4% 100%); text-align: center; }
.toolkit-label span { font-size: 23px; }
.toolkit-copy { margin: 0; font-size: 11px; line-height: 1.35; }
.toolkit-list { margin: 0; padding: 0; list-style: none; font-size: 11px; line-height: 1.7; }
.toolkit-list li::before { content: "✓"; display: inline-grid; place-items: center; width: 15px; height: 15px; margin-right: 8px; border: 1.5px solid #3d6f92; border-radius: 50%; color: #3d6f92; font-size: 9px; font-weight: 800; }
.toolkit-button { background: #244a72; color: white; white-space: nowrap; font-size: 12px; }

.about-newsletter { background: linear-gradient(90deg,#f4ecdf,#fbf6ed); }
.about-newsletter-grid { display: grid; grid-template-columns: 1.08fr 1fr; min-height: 145px; }
.about-card { display: grid; grid-template-columns: 165px 1fr; gap: 20px; align-items: center; padding: 13px 28px 12px 35px; border-right: 1px solid rgba(31,52,45,.12); }
.author-photo-wrap { position: relative; padding: 8px; background: #fffaf0; box-shadow: 0 7px 14px rgba(60,48,32,.15); transform: rotate(-2deg); }
.author-photo-wrap img { width: 142px; height: 104px; object-fit: cover; object-position: 50% 45%; }
.paperclip { position: absolute; z-index: 2; left: 4px; top: -11px; width: 18px; height: 48px; border: 3px solid #c9984a; border-bottom: 0; border-radius: 11px 11px 0 0; transform: rotate(8deg); }
.about-card h2 { margin: 0 0 7px; font-family: "Caveat", cursive; font-size: 30px; font-weight: 600; }
.about-card h2 span { color: var(--rust); }
.about-card p { margin: 0 0 8px; font-size: 11px; line-height: 1.42; }
.newsletter-card { position: relative; align-self: center; margin: 11px 28px 10px 22px; min-height: 122px; padding: 17px 40px 14px 48px; background: linear-gradient(135deg,#dbe6dd,#c8d9cf); clip-path: polygon(2% 1%, 100% 3%, 98% 97%, 0 100%); }
.newsletter-card h2 { margin: 0 0 4px; font-family: "Libre Baskerville", Georgia, serif; font-size: 24px; line-height: 1.05; letter-spacing: -.03em; }
.newsletter-card p { margin: 0 0 10px; font-size: 11px; }
.newsletter-envelope { position: absolute; right: 42px; top: 20px; font-family: "Caveat", cursive; font-size: 48px; transform: rotate(-15deg); }
.newsletter-form { display: grid; grid-template-columns: 1fr 140px; max-width: 500px; }
.newsletter-form input, .newsletter-form button { height: 32px; border: 0; }
.newsletter-form input { padding: 0 14px; background: rgba(255,255,255,.83); border: 1px solid rgba(31,52,45,.11); }
.newsletter-form button { background: #29463b; color: white; font-weight: 700; }

.site-footer { min-height: 112px; padding: 13px 0 12px; color: #f9f5ec; background:
  radial-gradient(circle at 80% 20%, rgba(255,255,255,.035), transparent 20%),
  linear-gradient(90deg,#1f332c,#243a32); }
.footer-grid { display: grid; grid-template-columns: 2.1fr 1fr 1fr .8fr .9fr 1.3fr; gap: 35px; align-items: start; }
.brand-footer { color: #f8f3e8; font-size: 20px; }
.brand-footer em { font-size: 26px; color: #e88566; }
.footer-brand p, .footer-connect p { margin: 12px 0 0; color: rgba(255,255,255,.76); font-size: 10px; line-height: 1.35; }
.site-footer nav { display: flex; flex-direction: column; gap: 6px; }
.site-footer h2 { margin: 1px 0 4px; font-size: 9px; text-transform: uppercase; letter-spacing: .04em; }
.site-footer nav a { font-size: 10px; color: rgba(255,255,255,.82); }
.site-footer nav a:hover { color: #fff; }
.footer-connect { position: relative; }
.social-row { display: flex; gap: 16px; font-size: 18px; }
.apple-sketch { position: absolute; right: 0; bottom: -4px; font-size: 46px; filter: grayscale(1) brightness(2); opacity: .5; transform: rotate(-12deg); }

.search-overlay { position: fixed; z-index: 100; inset: 0; display: grid; place-items: center; background: rgba(20,34,28,.92); padding: 24px; }
.search-overlay[hidden] { display: none; }
.search-overlay form { width: min(650px, 100%); color: white; }
.search-overlay label { display: block; margin-bottom: 18px; font-family: "Libre Baskerville", Georgia, serif; font-size: 35px; }
.search-overlay form div { display: grid; grid-template-columns: 1fr auto; }
.search-overlay input { height: 54px; border: 0; padding: 0 18px; }
.search-overlay form button { border: 0; padding: 0 26px; color: white; background: var(--rust); font-weight: 700; }
.search-close { position: absolute; right: 28px; top: 20px; border: 0; background: transparent; color: white; font-size: 48px; }

@media (max-width: 1240px) {
  .main-nav { gap: 24px; }
  .primary-nav { gap: 18px; font-size: 11px; }
  .hero-inner { grid-template-columns: 610px 1fr; gap: 25px; }
  .hero-paper { margin-left: 54px; }
  .benefit-card { left: 48px; }
  .sticky-note { left: 12px; }
  .toolkit-inner { grid-template-columns: 205px 190px 1fr 1fr 235px; gap: 14px; }
  .footer-grid { gap: 20px; }
}

@media (max-width: 1024px) {
  .utility-divider { display: none; }
  .main-nav { grid-template-columns: auto auto auto; justify-content: space-between; }
  .menu-toggle { display: block; order: 3; }
  .search-button { order: 2; margin-left: auto; }
  .primary-nav { position: absolute; top: 66px; left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 12px 24px 18px; background: #fffaf1; border-bottom: 1px solid var(--line); box-shadow: var(--shadow); }
  .primary-nav.is-open { display: flex; }
  .primary-nav a { padding: 12px 0; }
  .primary-nav a::after { display: none; }
  .hero { min-height: 410px; }
  .hero-visual { background-position: center; opacity: .8; }
  .hero-inner { min-height: 410px; grid-template-columns: 1fr 320px; gap: 20px; align-items: center; }
  .hero-paper { width: auto; margin-left: 0; padding-left: 65px; min-height: 330px; }
  .hero-notes { height: 350px; }
  .sticky-note { left: 20px; }
  .benefit-card { left: 0; width: 315px; }
  .post-grid { grid-template-columns: repeat(2, 1fr); }
  .post-card { min-height: 235px; }
  .post-image { height: 115px; }
  .categories-layout { grid-template-columns: 1fr; }
  .category-note { display: none; }
  .category-grid { grid-template-columns: repeat(3, 1fr); }
  .toolkit-inner { grid-template-columns: 210px 1fr 1fr; gap: 15px 25px; padding: 12px 0; }
  .toolkit-label { grid-row: span 2; }
  .toolkit-copy { grid-column: 2 / 4; }
  .toolkit-button { grid-column: 3; }
  .about-newsletter-grid { grid-template-columns: 1fr; }
  .about-card { border-right: 0; border-bottom: 1px solid var(--line); }
  .newsletter-card { margin: 16px 30px; }
  .footer-grid { grid-template-columns: 2fr repeat(2, 1fr); row-gap: 25px; }
  .footer-connect { grid-column: 3; }
}

@media (max-width: 760px) {
  .shell { width: min(100% - 28px, 680px); }
  .utility-bar { height: 34px; }
  .utility-message { font-size: 10px; }
  .utility-nav { gap: 12px; }
  .main-nav-wrap { height: 60px; }
  .main-nav { height: 60px; gap: 8px; }
  .brand { font-size: 20px; }
  .brand em { font-size: 27px; }
  .primary-nav { top: 60px; }
  .hero { min-height: auto; padding: 24px 0 28px; background: #d8c19e; }
  .hero-visual { background-image: linear-gradient(rgba(31,52,45,.08),rgba(31,52,45,.08)), url("../../uploads/2026/05/hero-desk.jpg"); background-position: center; filter: saturate(.82); }
  .hero-inner { min-height: 0; grid-template-columns: 1fr; gap: 18px; }
  .hero-paper { min-height: 0; margin: 0; padding: 42px 28px 30px 48px; clip-path: polygon(1% 1%, 99% 0, 100% 98%, 2% 100%); }
  .washi-green { left: 52%; }
  .hero-paper h1 { font-size: 42px; }
  .scribble-line { width: 220px; margin-left: 13px; }
  .hero-paper > p { width: auto; font-size: 14px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .button { width: 100%; }
  .hero-notes { display: grid; grid-template-columns: 1fr; height: auto; }
  .sticky-note { display: none; }
  .benefit-card { position: static; width: 100%; transform: rotate(-1deg); }
  .section-heading-row { margin-inline: 0; }
  .post-grid { grid-template-columns: 1fr; gap: 18px; }
  .post-card { min-height: auto; padding: 12px 14px 14px; }
  .post-image { height: 170px; }
  .post-card h3 { font-size: 19px; }
  .post-card > p:not(.post-category) { font-size: 13px; }
  .post-meta { font-size: 11px; }
  .categories-main .eyebrow-heading { margin-left: 0; }
  .category-grid { grid-template-columns: repeat(2, 1fr); padding-left: 0; gap: 9px; filter: none; }
  .category-card { border: 1px solid #ded5c8; min-height: 96px; }
  .toolkit-inner { grid-template-columns: 1fr; padding: 20px 0; }
  .toolkit-label, .toolkit-copy, .toolkit-button { grid-column: auto; grid-row: auto; }
  .toolkit-label { width: 230px; justify-self: center; }
  .toolkit-copy { text-align: center; font-size: 13px; }
  .toolkit-list { font-size: 13px; }
  .about-card { grid-template-columns: 1fr; padding: 25px 12px; text-align: center; }
  .author-photo-wrap { width: 180px; justify-self: center; }
  .author-photo-wrap img { width: 164px; height: 128px; }
  .about-card p { font-size: 13px; }
  .newsletter-card { margin: 15px 0; padding: 24px 22px; }
  .newsletter-card h2 { font-size: 23px; }
  .newsletter-form { grid-template-columns: 1fr; gap: 8px; }
  .newsletter-form input, .newsletter-form button { height: 44px; }
  .newsletter-envelope { display: none; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-brand { grid-column: 1 / -1; }
  .footer-connect { grid-column: 1 / -1; }
  .apple-sketch { right: 10px; }
}

@media (max-width: 430px) {
  .utility-nav { display: none; }
  .brand { font-size: 17px; gap: 3px; }
  .brand em { font-size: 23px; }
  .search-button { width: 30px; }
  .menu-toggle { width: 35px; padding-inline: 6px; }
  .hero-paper { padding-left: 38px; }
  .hero-paper h1 { font-size: 36px; }
  .category-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { gap: 22px 14px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}

/* Inner pages / blog */
.page-main { padding: 28px 0 48px; background: linear-gradient(90deg, #f6efe4, #fffaf0 50%, #f5ede0); }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; font-size: 12px; color: #6a6458; margin: 0 0 16px; }
.breadcrumbs a { color: var(--rust); font-weight: 600; }
.page-hero { margin-bottom: 22px; }
.page-hero h1 { margin: 0 0 12px; font-family: "Libre Baskerville", Georgia, serif; font-size: clamp(32px, 4vw, 48px); line-height: 1.12; letter-spacing: -.03em; }
.page-hero .dek { margin: 0; max-width: 720px; font-size: 16px; line-height: 1.5; color: #3a433c; }
.article-layout { display: grid; grid-template-columns: minmax(0, 1.7fr) minmax(260px, .85fr); gap: 36px; align-items: start; }
.article-body { background: #fbf8ef; padding: 28px 30px 34px; box-shadow: 0 8px 18px rgba(57,47,33,.08); border: 1px solid rgba(105,83,54,.1); }
.article-body .hero-img { width: 100%; aspect-ratio: 16/9; object-fit: cover; border-radius: 4px; margin: 0 0 22px; }
.article-body h2 { margin: 28px 0 10px; font-family: "Libre Baskerville", Georgia, serif; font-size: 26px; line-height: 1.2; }
.article-body h3 { margin: 20px 0 8px; font-family: "Libre Baskerville", Georgia, serif; font-size: 20px; }
.article-body p, .article-body li { font-size: 15px; line-height: 1.6; color: #2a332d; }
.article-body p { margin: 0 0 14px; }
.article-body ul, .article-body ol { margin: 0 0 16px; padding-left: 22px; }
.article-body li { margin: 6px 0; }
.article-meta { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; margin: 0 0 18px; font-size: 13px; color: #5b5b52; }
.article-meta img { width: 42px; height: 42px; border-radius: 50%; object-fit: cover; }
.sidebar-card { background: #fbf8ef; border: 1px solid rgba(105,83,54,.12); padding: 18px; margin-bottom: 16px; box-shadow: 0 5px 12px rgba(57,47,33,.06); }
.sidebar-card h2 { margin: 0 0 10px; font-size: 15px; text-transform: uppercase; letter-spacing: .03em; }
.sidebar-card a { display: block; color: var(--rust); font-weight: 600; font-size: 14px; margin: 8px 0; }
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 28px; }
.faq details { background: #fffdf8; border: 1px solid rgba(105,83,54,.12); padding: 12px 14px; margin: 0 0 10px; }
.faq summary { font-weight: 700; cursor: pointer; }
.form-message { display: none; margin-top: 10px; padding: 10px 12px; border-radius: 4px; font-size: 13px; line-height: 1.4; }
.form-message.is-visible { display: block; }
.form-message.success { background: #e7f3ea; color: #1f5b34; border: 1px solid #b7d8c0; }
.form-message.error { background: #fdeeee; color: #9b1c1c; border: 1px solid #f0c2c2; }
.contact-form { display: grid; gap: 12px; max-width: 560px; }
.contact-form input, .contact-form textarea { width: 100%; border: 1px solid rgba(31,52,45,.18); background: #fffdf8; padding: 10px 12px; border-radius: 3px; }
.contact-form textarea { min-height: 140px; resize: vertical; }
.contact-form button { justify-self: start; }
.content-section { margin: 0 0 22px; }
.category-feature { display: grid; grid-template-columns: 1.1fr .9fr; gap: 24px; align-items: center; margin: 18px 0 28px; }
.category-feature img { width: 100%; aspect-ratio: 16/10; object-fit: cover; border-radius: 4px; box-shadow: var(--shadow); }
.primary-nav a[aria-current="page"] { color: var(--rust); }
.primary-nav a[aria-current="page"]::after { right: 0; }
@media (max-width: 1024px) {
  .article-layout, .category-feature, .related-grid { grid-template-columns: 1fr; }
  .post-image { height: 160px; }
}
@media (max-width: 760px) {
  .article-body { padding: 20px 16px 26px; }
  .post-image { height: 180px; }
}

/* —— Inner pages —— */
.page-hero {
  position: relative;
  padding: 42px 0 36px;
  background:
    radial-gradient(circle at 88% 18%, rgba(183,74,47,.08), transparent 28%),
    linear-gradient(105deg, #f3eadc 0%, #fbf7ed 48%, #efe4d2 100%);
  border-bottom: 1px solid rgba(105,83,54,.12);
  overflow: hidden;
}
.page-hero::before {
  content: "";
  position: absolute;
  left: -40px;
  top: 20px;
  width: 120px;
  height: 120px;
  border: 2px solid rgba(31,52,45,.08);
  border-radius: 50%;
  transform: rotate(-8deg);
}
.page-hero .shell { position: relative; z-index: 1; }
.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
  font-size: 12px;
  color: #5b5b52;
}
.breadcrumbs a { color: var(--forest-2); font-weight: 600; }
.breadcrumbs a:hover { color: var(--rust); }
.breadcrumbs li:not(:last-child)::after {
  content: "/";
  margin-left: 8px;
  color: rgba(31,52,45,.35);
}
.page-hero h1 {
  margin: 0 0 12px;
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: clamp(32px, 4vw, 46px);
  line-height: 1.15;
  letter-spacing: -.03em;
  max-width: 18ch;
}
.page-hero .lede {
  margin: 0;
  max-width: 58ch;
  font-size: 16px;
  line-height: 1.55;
  color: #3a433d;
}
.page-hero .hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 16px;
  font-size: 12px;
  color: #5b5b52;
}
.page-hero .hero-meta .pill {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  background: rgba(255,255,255,.7);
  border: 1px solid rgba(31,52,45,.12);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .04em;
  font-size: 10px;
  color: var(--forest);
}

.page-main {
  padding: 36px 0 56px;
  background: linear-gradient(180deg, #f7f1e7, #fbf7ed 40%, #f4ecdf);
}
.page-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 42px;
  align-items: start;
}
.page-layout.single-col { grid-template-columns: 1fr; max-width: 820px; }

.content-section {
  margin: 0 0 36px;
  padding: 28px 30px 26px;
  background: var(--paper);
  box-shadow: 0 6px 16px rgba(57,47,33,.08);
  clip-path: polygon(0.5% 0, 100% 0.6%, 99.6% 99%, 0.4% 100%);
}
.content-section h2 {
  margin: 0 0 12px;
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: 26px;
  letter-spacing: -.02em;
}
.content-section h3 {
  margin: 22px 0 10px;
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: 19px;
}
.content-section p,
.article-body p {
  margin: 0 0 14px;
  font-size: 15px;
  line-height: 1.65;
}
.content-section ul,
.content-section ol,
.article-body ul,
.article-body ol {
  margin: 0 0 16px;
  padding-left: 1.25rem;
  font-size: 15px;
  line-height: 1.6;
}
.content-section li,
.article-body li { margin-bottom: 6px; }
.content-section a,
.article-body a {
  color: var(--rust-dark);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.tip-box {
  margin: 18px 0;
  padding: 16px 18px;
  background: linear-gradient(135deg, #dbe6dd, #cfdccf);
  border-left: 4px solid var(--forest);
  font-size: 14px;
  line-height: 1.5;
}
.tip-box strong { display: block; margin-bottom: 4px; font-family: "Caveat", cursive; font-size: 22px; color: var(--forest); }

.page-sidebar {
  position: sticky;
  top: 24px;
  display: grid;
  gap: 18px;
}
.sidebar-card {
  padding: 20px 18px;
  background: #fbf8ef;
  box-shadow: 0 5px 14px rgba(57,47,33,.1);
  transform: rotate(-0.4deg);
}
.sidebar-card h2 {
  margin: 0 0 10px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .05em;
}
.sidebar-card ul { margin: 0; padding: 0; list-style: none; }
.sidebar-card li { margin-bottom: 8px; }
.sidebar-card a {
  font-size: 13px;
  font-weight: 600;
  color: var(--forest);
}
.sidebar-card a:hover { color: var(--rust); }
.sidebar-cta {
  padding: 22px 18px;
  background: linear-gradient(135deg, #355d82, #2a4d6d);
  color: #fff;
  clip-path: polygon(2% 2%, 98% 0, 100% 96%, 1% 100%);
}
.sidebar-cta h2 {
  margin: 0 0 8px;
  font-family: "Caveat", cursive;
  font-size: 28px;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0;
}
.sidebar-cta p { margin: 0 0 14px; font-size: 13px; line-height: 1.45; opacity: .92; }
.sidebar-cta .button { background: #fff; color: var(--forest); width: 100%; }

.related-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 12px;
}
.related-grid .post-card { min-height: auto; }

.article-layout {
  display: grid;
  grid-template-columns: minmax(0, 720px) 280px;
  gap: 40px;
  align-items: start;
}
.article-body {
  padding: 32px 34px 36px;
  background: var(--paper);
  box-shadow: 0 8px 20px rgba(57,47,33,.1);
  clip-path: polygon(0.4% 0, 100% 0.5%, 99.5% 99.2%, 0.3% 100%);
}
.article-body > img.featured-img,
.article-featured {
  width: 100%;
  height: clamp(200px, 28vw, 320px);
  object-fit: cover;
  margin: 0 0 24px;
  border-radius: 2px;
  background: #e8dfcf;
}
.article-body h2 {
  margin: 28px 0 12px;
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: 26px;
  letter-spacing: -.02em;
}
.article-body h3 {
  margin: 22px 0 10px;
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: 19px;
}
.article-body h2:first-child { margin-top: 0; }
.author-byline {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 22px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}
.author-byline img {
  width: 52px;
  height: 52px;
  object-fit: cover;
  border-radius: 50%;
  box-shadow: 0 3px 8px rgba(57,47,33,.15);
}
.author-byline strong { display: block; font-size: 14px; }
.author-byline span { font-size: 12px; color: #5b5b52; }

.faq { margin: 24px 0 8px; }
.faq details {
  margin-bottom: 10px;
  padding: 12px 16px;
  background: #f5efe3;
  border: 1px solid rgba(31,52,45,.1);
}
.faq summary {
  cursor: pointer;
  font-weight: 700;
  font-size: 15px;
}
.faq details p { margin: 10px 0 4px; font-size: 14px; }

.form-stack { display: grid; gap: 14px; max-width: 520px; }
.form-stack label { display: grid; gap: 6px; font-size: 13px; font-weight: 600; }
.form-stack input,
.form-stack textarea,
.form-stack select {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid rgba(31,52,45,.18);
  background: #fffdf8;
  font: inherit;
}
.form-stack textarea { min-height: 140px; resize: vertical; }
.form-stack button { justify-self: start; }
.form-message {
  display: none;
  margin-top: 10px;
  padding: 12px 14px;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 600;
}
.form-message.is-visible { display: block; }
.form-message.is-error,
.form-message.error {
  color: #9b1c1c;
  background: #fdeeee;
  border: 1px solid #f0c2c2;
}
.form-message.is-success,
.form-message.success {
  color: #1f5b34;
  background: #e7f3ea;
  border: 1px solid #b7d8c0;
}
.site-footer .form-message.is-visible {
  grid-column: 1 / -1;
  max-width: 320px;
}
.footer-brand .form-message.is-visible {
  margin-top: 12px;
}

.footer-subscribe {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0;
  margin-top: 14px;
  max-width: 320px;
}
.footer-subscribe .form-message {
  grid-column: 1 / -1;
}
.footer-subscribe input {
  height: 34px;
  border: 0;
  padding: 0 12px;
  background: rgba(255,255,255,.12);
  color: #fff;
}
.footer-subscribe input::placeholder { color: rgba(255,255,255,.55); }
.footer-subscribe button {
  height: 34px;
  border: 0;
  padding: 0 14px;
  background: var(--rust);
  color: #fff;
  font-weight: 700;
  font-size: 12px;
}
.footer-connect a { color: rgba(255,255,255,.9); }
.footer-connect a:hover { color: #fff; }

.toolkit-landing-hero {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 36px;
  align-items: center;
}
.toolkit-checklist {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}
.toolkit-checklist li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin-bottom: 10px;
  font-size: 15px;
}
.toolkit-checklist li::before {
  content: "✓";
  flex: 0 0 22px;
  height: 22px;
  display: grid;
  place-items: center;
  border: 1.5px solid #3d6f92;
  border-radius: 50%;
  color: #3d6f92;
  font-size: 11px;
  font-weight: 800;
}
.blog-index-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.blog-index-grid .post-card { min-height: 260px; }
.blog-index-grid .post-image { height: 150px; }

.legal-body h2 { margin-top: 28px; }
.legal-body ul { margin-bottom: 18px; }

@media (max-width: 1024px) {
  .page-layout,
  .article-layout { grid-template-columns: 1fr; }
  .page-sidebar { position: static; grid-template-columns: 1fr 1fr; }
  .related-grid,
  .blog-index-grid { grid-template-columns: repeat(2, 1fr); }
  .toolkit-landing-hero { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .page-hero { padding: 28px 0 24px; }
  .content-section,
  .article-body { padding: 22px 18px; }
  .page-sidebar { grid-template-columns: 1fr; }
  .related-grid,
  .blog-index-grid { grid-template-columns: 1fr; }
  .footer-subscribe { max-width: none; }
}
