/*
Theme Name: PuppyStorage Redesign
Theme URI: https://www.puppystorage.com/
Description: A problem-first editorial child theme for new puppy parents.
Author: PuppyStorage
Template: kadence
Version: 1.0.1
Text Domain: puppystorage-redesign
*/

:root {
  --ink: #1d2522;
  --ink-soft: #4d5954;
  --paper: #ffffff;
  --mist: #f3f7f5;
  --sky: #dcebf2;
  --pine: #285e4a;
  --pine-dark: #173d30;
  --tomato: #bc4134;
  --gold: #f0c65a;
  --line: #d8dfdb;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --content: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.55;
  letter-spacing: 0;
}

body.admin-bar .site-header {
  top: 32px;
}

.site-main {
  min-height: 60vh;
}

.page-shell {
  padding: 72px 0 104px;
  background: var(--mist);
}

.content-shell {
  display: grid;
  grid-template-columns: minmax(0, 760px) minmax(240px, 1fr);
  gap: 72px;
  align-items: start;
}

.content-shell.no-sidebar {
  display: block;
  max-width: 880px;
}

.content-panel {
  padding: 46px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 6px;
}

.content-header {
  margin-bottom: 36px;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--line);
}

.content-header h1 {
  max-width: 820px;
  margin-bottom: 16px;
  font-size: clamp(2.6rem, 6vw, 4.8rem);
}

.content-kicker,
.entry-meta-line {
  color: var(--tomato);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.entry-meta-line {
  color: var(--ink-soft);
}

.content-featured-image {
  width: 100%;
  max-height: 560px;
  margin-bottom: 38px;
  object-fit: cover;
  border-radius: 4px;
}

.entry-content,
.entry-summary {
  color: var(--ink-soft);
}

.entry-content > * {
  max-width: 760px;
}

.entry-content h2,
.entry-content h3,
.entry-content h4 {
  color: var(--ink);
}

.entry-content h2 {
  margin-top: 48px;
  font-size: 2.45rem;
}

.entry-content h3 {
  margin-top: 34px;
  font-size: 1.7rem;
}

.entry-content a {
  color: var(--tomato);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.entry-content img,
.entry-content figure {
  max-width: 100%;
  height: auto;
}

.entry-content li + li {
  margin-top: 8px;
}

.content-sidebar {
  position: sticky;
  top: 28px;
  display: grid;
  gap: 28px;
}

.sidebar-block {
  padding-top: 20px;
  border-top: 3px solid var(--pine);
}

.sidebar-block h2 {
  margin-bottom: 14px;
  font-size: 1.65rem;
}

.sidebar-block p,
.sidebar-block li {
  color: var(--ink-soft);
  font-size: 14px;
}

.sidebar-links {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar-links a {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--line);
  font-weight: 750;
}

.sidebar-links a:hover {
  color: var(--tomato);
}

.post-list {
  display: grid;
  gap: 24px;
}

.post-list article {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--line);
}

.post-list article:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.post-list img {
  width: 180px;
  height: 132px;
  object-fit: cover;
  border-radius: 4px;
}

.post-list h2 {
  margin-bottom: 10px;
  font-size: 1.8rem;
}

.post-list p {
  margin-bottom: 12px;
  color: var(--ink-soft);
}

.pagination {
  margin-top: 42px;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.page-numbers {
  display: grid;
  min-width: 40px;
  min-height: 40px;
  padding: 8px;
  place-items: center;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 3px;
}

.page-numbers.current,
.page-numbers:hover {
  color: white;
  background: var(--pine);
}

.empty-state {
  padding: 70px 0 90px;
  text-align: center;
}

.empty-state h1 {
  margin-inline: auto;
}

.empty-state p {
  max-width: 620px;
  margin: 0 auto 28px;
  color: var(--ink-soft);
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

body.menu-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input {
  font: inherit;
  letter-spacing: 0;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  font-family: var(--serif);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: 0;
}

h1 {
  max-width: 760px;
  margin-bottom: 22px;
  font-size: 5.6rem;
}

h2 {
  margin-bottom: 20px;
  font-size: 4rem;
}

h3 {
  margin-bottom: 12px;
  font-size: 1.35rem;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  color: white;
  background: var(--ink);
  transform: translateY(-180%);
}

.skip-link:focus {
  transform: translateY(0);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: relative;
  z-index: 20;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(29, 37, 34, 0.1);
}

.header-inner,
.section-inner {
  width: min(calc(100% - 40px), var(--content));
  margin-inline: auto;
}

.header-inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  min-height: 76px;
  gap: 32px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: max-content;
  font-weight: 800;
}

.brand-mark {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  color: white;
  background: var(--tomato);
  border-radius: 4px;
  font-family: var(--serif);
  font-size: 16px;
}

.brand-name {
  font-family: var(--serif);
  font-size: 21px;
}

.brand-storage {
  color: var(--tomato);
}

.footer-brand .brand-storage {
  color: var(--gold);
}

.desktop-nav {
  display: flex;
  justify-content: center;
  gap: 28px;
  font-size: 14px;
  font-weight: 700;
}

.desktop-nav a,
.footer-links a {
  transition: color 160ms ease;
}

.desktop-nav a:hover,
.desktop-nav a:focus-visible,
.footer-links a:hover,
.footer-links a:focus-visible {
  color: var(--tomato);
}

.header-action {
  padding: 10px 15px;
  border: 1px solid var(--ink);
  border-radius: 4px;
  font-size: 13px;
  font-weight: 800;
}

.header-action:hover {
  color: white;
  background: var(--ink);
}

.icon-button {
  display: inline-grid;
  width: 42px;
  height: 42px;
  padding: 0;
  place-items: center;
  color: var(--ink);
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 4px;
  cursor: pointer;
}

.icon-button svg {
  width: 20px;
  height: 20px;
}

.menu-button,
.mobile-nav {
  display: none;
}

.hero {
  position: relative;
  display: flex;
  min-height: 690px;
  align-items: flex-end;
  overflow: hidden;
  isolation: isolate;
  color: white;
  background: var(--pine-dark);
}

.hero-image,
.hero-scrim {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-image {
  object-fit: cover;
  object-position: center 54%;
}

.hero-scrim {
  z-index: -1;
  background: rgba(16, 27, 22, 0.5);
}

.hero-content {
  width: min(calc(100% - 40px), var(--content));
  margin: 0 auto;
  padding: 100px 0 92px;
}

.hero h1,
.hero .hero-copy {
  color: white;
}

.eyebrow {
  margin-bottom: 18px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.eyebrow.dark {
  color: var(--tomato);
}

.hero-copy {
  max-width: 680px;
  margin-bottom: 32px;
  font-size: 1.3rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 18px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 850;
  cursor: pointer;
  transition: transform 160ms ease, background 160ms ease, color 160ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button svg,
.text-link svg {
  width: 17px;
  height: 17px;
  flex: 0 0 auto;
}

.button-primary {
  color: var(--ink);
  background: var(--gold);
}

.button-secondary {
  color: white;
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.72);
}

.button-secondary:hover {
  background: white;
  color: var(--ink);
}

.hero-note {
  position: absolute;
  right: 24px;
  bottom: 24px;
  display: grid;
  max-width: 300px;
  padding: 14px 16px;
  background: var(--paper);
  color: var(--ink);
  border-left: 4px solid var(--tomato);
  border-radius: 2px;
  font-size: 13px;
}

.hero-note-label {
  font-weight: 900;
}

.problem-band {
  padding: 68px 0 72px;
  background: var(--sky);
}

.problem-inner {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 56px;
  align-items: start;
}

.compact-heading h2 {
  max-width: 440px;
  margin-bottom: 0;
  font-size: 3.2rem;
}

.problem-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid rgba(29, 37, 34, 0.24);
}

.problem-link {
  display: grid;
  grid-template-columns: 24px 1fr 18px;
  min-height: 70px;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  border-bottom: 1px solid rgba(29, 37, 34, 0.24);
  font-weight: 750;
}

.problem-link:nth-child(odd) {
  border-right: 1px solid rgba(29, 37, 34, 0.24);
}

.problem-link:hover,
.problem-link.active {
  color: white;
  background: var(--pine);
}

.problem-link svg {
  width: 20px;
  height: 20px;
}

.featured-guide {
  padding: 104px 0;
}

.feature-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 80px;
  align-items: center;
}

.feature-media {
  position: relative;
  min-height: 610px;
  overflow: hidden;
  background: var(--mist);
}

.feature-media img {
  width: 100%;
  height: 100%;
  min-height: 610px;
  object-fit: cover;
  object-position: center;
}

.feature-stat {
  position: absolute;
  right: 16px;
  bottom: 16px;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 11px 14px;
  color: white;
  background: var(--pine-dark);
  border-radius: 3px;
  font-size: 12px;
  font-weight: 800;
}

.feature-stat svg {
  width: 16px;
  height: 16px;
}

.feature-copy h2 {
  max-width: 620px;
}

.feature-lead {
  max-width: 610px;
  margin-bottom: 28px;
  color: var(--ink-soft);
  font-size: 1.1rem;
}

.check-list {
  display: grid;
  gap: 14px;
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
}

.check-list li {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 10px;
  align-items: start;
}

.check-list svg {
  width: 21px;
  height: 21px;
  padding: 3px;
  color: white;
  background: var(--pine);
  border-radius: 50%;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 4px;
  color: var(--tomato);
  border-bottom: 2px solid currentColor;
  font-weight: 850;
}

.first-week {
  padding: 98px 0 104px;
  background: var(--mist);
}

.split-heading {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 80px;
  margin-bottom: 58px;
  align-items: end;
}

.split-heading h2 {
  max-width: 670px;
  margin-bottom: 0;
}

.split-heading > p {
  max-width: 480px;
  margin-bottom: 6px;
  color: var(--ink-soft);
  font-size: 1.05rem;
}

.week-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--ink);
  list-style: none;
}

.week-steps li {
  min-height: 260px;
  padding: 24px 24px 20px 0;
  border-right: 1px solid var(--line);
}

.week-steps li:not(:first-child) {
  padding-left: 24px;
}

.week-steps li:last-child {
  border-right: 0;
}

.step-number {
  display: block;
  margin-bottom: 52px;
  color: var(--tomato);
  font-family: var(--serif);
  font-size: 1.1rem;
  font-weight: 800;
}

.week-steps h3 {
  min-height: 52px;
}

.week-steps p {
  margin-bottom: 0;
  color: var(--ink-soft);
  font-size: 14px;
}

.approach-band {
  padding: 102px 0 96px;
  background: var(--paper);
  border-bottom: 1px solid var(--line);
}

.approach-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 96px;
  align-items: start;
}

.approach-copy h2 {
  max-width: 560px;
  color: var(--ink);
}

.approach-copy > p:not(.eyebrow) {
  max-width: 560px;
  color: var(--ink-soft);
}

.approach-copy .approach-lead {
  color: var(--ink);
  font-size: 1.1rem;
  font-weight: 700;
}

.approach-steps {
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--ink);
  list-style: none;
}

.approach-steps li {
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 20px;
  padding: 24px 0;
  border-bottom: 1px solid var(--line);
}

.approach-steps li > span {
  padding-top: 5px;
  color: var(--tomato);
  font-family: var(--serif);
  font-size: 1.05rem;
  font-weight: 800;
}

.approach-steps h3 {
  margin-bottom: 8px;
  color: var(--ink);
  font-size: 1.55rem;
}

.approach-steps p {
  margin-bottom: 0;
  color: var(--ink-soft);
  font-size: 14px;
}

.approach-note {
  margin-top: 50px;
  padding-top: 24px;
  color: var(--pine);
  border-top: 1px solid var(--line);
  font-family: var(--serif);
  font-size: 1.45rem;
  font-weight: 700;
}

.guide-library {
  padding: 104px 0 112px;
}

.library-heading {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  align-items: end;
  margin-bottom: 42px;
}

.library-heading h2 {
  max-width: 720px;
  margin-bottom: 0;
}

.muted-link {
  flex: 0 0 auto;
  margin-bottom: 6px;
  color: var(--ink);
}

.article-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.article-card {
  overflow: hidden;
  background: white;
  border: 1px solid var(--line);
  border-radius: 6px;
}

.article-image {
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--mist);
}

.article-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 260ms ease;
}

.article-card:hover .article-image img {
  transform: scale(1.025);
}

.feature-card .article-image img {
  object-position: center 58%;
}

.article-body {
  padding: 24px;
}

.article-meta {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
  color: var(--tomato);
  font-size: 11px;
  font-weight: 850;
  text-transform: uppercase;
}

.article-body h3 {
  font-size: 1.85rem;
}

.article-body h3 a:hover {
  color: var(--tomato);
}

.article-body > p:last-child {
  margin-bottom: 0;
  color: var(--ink-soft);
  font-size: 14px;
}

.useful-finds {
  padding: 98px 0;
  color: white;
  background: var(--pine-dark);
}

.useful-finds h2,
.useful-finds h3 {
  color: white;
}

.finds-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 100px;
  align-items: center;
}

.finds-intro h2 {
  max-width: 560px;
}

.finds-intro > p:not(.eyebrow) {
  max-width: 530px;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 1.05rem;
}

.button-light {
  color: var(--ink);
  background: white;
}

.find-list {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.find-list a {
  display: grid;
  grid-template-columns: 44px 1fr 24px;
  gap: 18px;
  align-items: center;
  min-height: 104px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.find-list a:hover {
  color: var(--gold);
}

.find-list strong,
.find-list small {
  display: block;
}

.find-list strong {
  font-family: var(--serif);
  font-size: 1.35rem;
}

.find-list small {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.64);
}

.find-number {
  color: var(--gold);
  font-family: var(--serif);
  font-weight: 800;
}

.find-list svg {
  width: 20px;
  height: 20px;
}

.checklist {
  padding: 80px 0;
  background: var(--gold);
}

.checklist-layout {
  display: grid;
  grid-template-columns: 80px 1fr minmax(340px, 0.85fr);
  gap: 34px;
  align-items: center;
}

.checklist-icon {
  display: grid;
  width: 72px;
  height: 72px;
  place-items: center;
  color: white;
  background: var(--tomato);
  border-radius: 5px;
}

.checklist-icon svg {
  width: 34px;
  height: 34px;
}

.checklist h2 {
  max-width: 650px;
  margin-bottom: 10px;
  font-size: 3.3rem;
}

.checklist p {
  max-width: 620px;
  margin-bottom: 0;
}

.checklist-form {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.checklist-form input {
  width: 100%;
  min-height: 50px;
  padding: 10px 14px;
  color: var(--ink);
  background: white;
  border: 1px solid rgba(29, 37, 34, 0.36);
  border-radius: 4px;
}

.button-dark {
  width: 100%;
  color: white;
  background: var(--ink);
}

.form-note {
  font-size: 11px;
  text-align: center;
}

.site-footer {
  padding: 74px 0 26px;
  color: white;
  background: var(--ink);
}

.footer-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  padding-bottom: 60px;
}

.footer-brand {
  margin-bottom: 20px;
}

.footer-layout > div:first-child p {
  max-width: 420px;
  color: rgba(255, 255, 255, 0.64);
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
}

.footer-links div {
  display: grid;
  align-content: start;
  gap: 10px;
}

.footer-links strong {
  margin-bottom: 8px;
  color: var(--gold);
  font-size: 12px;
  text-transform: uppercase;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.76);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding-top: 24px;
  color: rgba(255, 255, 255, 0.5);
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  font-size: 11px;
}

.toast {
  position: fixed;
  z-index: 50;
  right: 20px;
  bottom: 20px;
  max-width: 340px;
  padding: 14px 16px;
  color: white;
  background: var(--ink);
  border-left: 4px solid var(--gold);
  border-radius: 4px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.24);
  font-size: 13px;
}

@media (max-width: 960px) {
  h1 {
    font-size: 4.8rem;
  }

  h2 {
    font-size: 3.4rem;
  }

  .desktop-nav,
  .header-action {
    display: none;
  }

  .header-inner {
    grid-template-columns: 1fr auto;
  }

  .menu-button {
    display: inline-grid;
  }

  .mobile-nav {
    position: absolute;
    top: 76px;
    right: 0;
    left: 0;
    display: grid;
    padding: 12px 20px 20px;
    background: white;
    border-bottom: 1px solid var(--line);
  }

  .mobile-nav[hidden] {
    display: none;
  }

  .mobile-nav a {
    padding: 14px 0;
    border-bottom: 1px solid var(--line);
    font-weight: 750;
  }

  .hero {
    min-height: 650px;
  }

  .hero-content {
    padding-bottom: 118px;
  }

  .hero-note {
    left: 20px;
    right: auto;
    bottom: 20px;
  }

  .problem-inner,
  .feature-layout,
  .finds-layout,
  .approach-layout {
    grid-template-columns: 1fr;
  }

  .problem-inner {
    gap: 34px;
  }

  .feature-layout,
  .finds-layout,
  .approach-layout {
    gap: 52px;
  }

  .feature-media,
  .feature-media img {
    min-height: 520px;
  }

  .split-heading {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .week-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .week-steps li:nth-child(2) {
    border-right: 0;
  }

  .week-steps li:nth-child(n + 3) {
    border-top: 1px solid var(--line);
  }

  .article-grid {
    grid-template-columns: 1fr 1fr;
  }

  .article-card:last-child {
    grid-column: 1 / -1;
  }

  .checklist-layout {
    grid-template-columns: 72px 1fr;
  }

  .checklist-form {
    grid-column: 2;
  }

  .content-shell {
    grid-template-columns: 1fr;
  }

  .content-sidebar {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  body.admin-bar .site-header {
    top: 46px;
  }

  .header-inner,
  .section-inner,
  .hero-content {
    width: min(calc(100% - 28px), var(--content));
  }

  .header-inner {
    min-height: 68px;
  }

  .brand-name {
    font-size: 18px;
  }

  .brand-mark {
    width: 34px;
    height: 34px;
  }

  .mobile-nav {
    top: 68px;
  }

  .hero {
    min-height: 690px;
  }

  .hero-image {
    object-position: 62% center;
  }

  .hero-content {
    padding: 74px 0 128px;
  }

  h1 {
    font-size: 3rem;
  }

  h2,
  .compact-heading h2,
  .checklist h2 {
    font-size: 2.5rem;
  }

  .hero-copy {
    font-size: 1rem;
  }

  .hero-actions {
    display: grid;
  }

  .hero-actions .button {
    width: 100%;
  }

  .hero-note {
    right: 14px;
    bottom: 14px;
    left: 14px;
    max-width: none;
  }

  .problem-band,
  .featured-guide,
  .first-week,
  .approach-band,
  .guide-library,
  .useful-finds {
    padding-top: 72px;
    padding-bottom: 76px;
  }

  .problem-grid,
  .article-grid {
    grid-template-columns: 1fr;
  }

  .problem-link:nth-child(odd) {
    border-right: 0;
  }

  .feature-media,
  .feature-media img {
    min-height: 480px;
  }

  .feature-media img {
    object-position: 55% center;
  }

  .week-steps {
    grid-template-columns: 1fr;
  }

  .week-steps li,
  .week-steps li:not(:first-child) {
    min-height: 0;
    padding: 22px 0;
    border-top: 1px solid var(--line);
    border-right: 0;
  }

  .week-steps li:first-child {
    border-top: 0;
  }

  .step-number {
    margin-bottom: 20px;
  }

  .week-steps h3 {
    min-height: 0;
  }

  .approach-steps li {
    grid-template-columns: 38px 1fr;
    gap: 14px;
  }

  .approach-note {
    margin-top: 36px;
    font-size: 1.25rem;
  }

  .library-heading {
    display: grid;
    align-items: start;
  }

  .article-card:last-child {
    grid-column: auto;
  }

  .find-list a {
    min-height: 94px;
  }

  .checklist {
    padding: 68px 0;
  }

  .checklist-layout {
    grid-template-columns: 1fr;
  }

  .checklist-form {
    grid-column: auto;
  }

  .footer-layout {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .footer-bottom {
    display: grid;
  }

  .page-shell {
    padding: 48px 0 72px;
  }

  .content-panel {
    padding: 26px 20px;
  }

  .content-header h1 {
    font-size: 2.2rem;
  }

  .content-sidebar {
    grid-template-columns: 1fr;
  }

  .post-list article {
    grid-template-columns: 1fr;
  }

  .post-list img {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 10;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition: none !important;
  }
}
