@font-face {
  font-family: "Lora";
  src: url("/assets/Lora-Variable.ttf") format("truetype");
  font-display: swap;
  font-style: normal;
  font-weight: 400 700;
}

/* Chat-first Care Circle and compact care account */
.care-assistant-intro { padding: 34px 0 24px; background: var(--cream); }
.care-assistant-intro-inner { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr); align-items: center; gap: 32px; }
.care-assistant-intro-inner > div { display: grid; gap: 12px; }
.care-assistant-intro-inner h1, .care-assistant-intro-inner p { max-width: 680px; margin: 0; }
.care-assistant-intro-inner figure { display: grid; place-items: center; min-height: 220px; margin: 0; overflow: hidden; border-radius: 8px; background: var(--linen); }
.care-assistant-intro-inner img { width: 100%; height: 100%; max-height: 300px; object-fit: contain; }
.care-assistant-section { padding-top: 26px; background: var(--cream) !important; }
.care-assistant-shell { display: grid; grid-template-columns: 250px minmax(0, 1fr); min-height: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: var(--paper); box-shadow: var(--shadow); }
.care-assistant-sidebar { display: grid; align-content: start; gap: 28px; padding: 24px 18px; border-right: 1px solid var(--line); background: var(--linen); }
.care-assistant-sidebar > div, .chat-history, .chat-history > div { display: grid; gap: 9px; }
.care-assistant-sidebar button { width: 100%; padding: 11px 12px; border: 1px solid transparent; border-radius: 6px; background: var(--paper); color: var(--ink); text-align: left; cursor: pointer; }
.care-assistant-sidebar button:hover, .care-assistant-sidebar button:focus-visible { border-color: var(--clay); }
.chat-history > div { display: grid; gap: 6px; }
.knowledge-book-entry { display: grid; gap: 3px; width: 100%; padding: 10px 0; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; background: transparent; color: var(--ink); text-align: left; cursor: pointer; }
.knowledge-book-entry:hover, .knowledge-book-entry:focus-visible { color: var(--clay-dark); }
.chat-history strong, .chat-history span { overflow-wrap: anywhere; }
.chat-history span { color: var(--muted); font-size: .78rem; }
.care-chat-main { display: flex; min-width: 0; flex-direction: column; padding: clamp(22px, 4vw, 42px); }
.care-chat-welcome { display: grid; gap: 8px; margin: 0 0 22px; text-align: left; }
.care-chat-thread { display: grid; gap: 18px; }
.care-chat-bubble { width: min(82%, 720px); padding: 14px 16px; border-radius: 8px; }
.care-chat-bubble p { margin: 0; color: inherit; }
.care-chat-bubble--owner { justify-self: end; background: var(--dark); color: #fff; }
.care-chat-bubble--attachment { justify-self: end; background: var(--linen); color: var(--muted); font-size: .88rem; }
.care-chat-gate { margin-top: 0; padding-top: 8px; }
.care-chat-gate > div:not([hidden]) { display: grid; justify-items: start; gap: 10px; padding: 22px; border: 1px solid var(--line); border-radius: 8px; background: var(--warm); }
.care-chat-gate form { display: grid; gap: 12px; padding: 16px; border: 1px solid var(--line); border-radius: 8px; background: var(--warm); }
.privacy-choice { display: flex; flex-wrap: wrap; gap: 8px; margin: 0; padding: 0; border: 0; }
.privacy-choice legend { width: 100%; margin-bottom: 4px; font-weight: 700; }
.privacy-choice label { cursor: pointer; }
.privacy-choice input { position: absolute; width: 1px; min-width: 1px; height: 1px; min-height: 1px; padding: 0; opacity: 0; }
.privacy-choice span { display: block; padding: 8px 12px; border: 1px solid var(--line); border-radius: 999px; background: var(--paper); }
.privacy-choice input:checked + span { border-color: var(--clay); background: #f7e9e1; color: var(--clay-dark); }
.chat-question textarea { min-height: 108px; }
.chat-composer-actions { display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.chat-attach { display: inline-flex; align-items: center; gap: 8px; color: var(--muted); font-size: .88rem; cursor: pointer; }
.chat-attach input { max-width: 190px; }
.care-intake-card { display: grid; gap: 20px; padding: clamp(20px, 3vw, 30px); border: 1px solid var(--line); border-radius: 8px; background: var(--paper); box-shadow: var(--shadow); }
.care-intake-heading { display: grid; gap: 8px; max-width: 760px; }
.care-intake-heading h3, .care-intake-heading p { margin: 0; }
.care-intake-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.care-intake-grid label { display: grid; align-content: start; gap: 7px; }
.care-intake-grid label > span { font-weight: 700; line-height: 1.35; }
.care-intake-grid label em { color: var(--soft); font-size: .8rem; font-weight: 400; }
.care-intake-wide { grid-column: 1 / -1; }
.care-intake-grid textarea { min-height: 92px; }
.care-intake-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.lesson-kicker { color: var(--clay-dark); font-family: var(--sans); font-size: .76rem; font-weight: 800; text-transform: uppercase; }
.care-lesson { display: grid; min-width: 0; overflow: clip; border: 1px solid var(--line); border-radius: 8px; background: var(--paper); box-shadow: var(--shadow); }
.care-lesson.is-urgent { border-color: #a44432; }
.care-assistant-shell.has-open-lesson { grid-template-columns: 1fr; overflow: visible; }
.care-assistant-shell.has-open-lesson > .care-assistant-sidebar { display: none; }
.care-lesson.care-course { overflow: visible; }
.care-course-layout { display: grid; grid-template-columns: 230px minmax(0, 1fr); min-width: 0; }
.care-course-outline { position: sticky; top: 84px; align-self: start; display: grid; align-content: start; gap: 18px; min-width: 0; max-height: calc(100vh - 100px); overflow-y: auto; padding: 22px 16px; border-right: 1px solid var(--line); background: var(--linen); }
.care-course-outline > * { min-width: 0; }
.care-course-outline-head { display: grid; gap: 7px; }
.care-course-outline-head strong { overflow-wrap: anywhere; font-family: var(--serif); font-size: 1.08rem; line-height: 1.3; }
.care-course-nav { display: grid; gap: 5px; }
.care-course-nav button, .care-course-ask-again { width: 100%; padding: 10px 11px; border: 0; border-radius: 5px; background: transparent; color: var(--muted); font: 700 .82rem/1.35 var(--sans); text-align: left; cursor: pointer; }
.care-course-nav button:hover, .care-course-nav button:focus-visible, .care-course-nav button.is-active { background: var(--paper); color: var(--clay-dark); }
.care-course-ask-again { border: 1px solid var(--line); background: var(--paper); color: var(--ink); text-align: center; }
.care-course-reader { display: grid; min-width: 0; }
.care-course-reader > * { scroll-margin-top: 96px; }
.care-lesson-cover { display: grid; gap: 12px; padding: clamp(24px, 4vw, 44px); background: var(--dark); color: #fff; }
.care-lesson-cover h3 { max-width: 780px; margin: 0; color: #fff; font-size: clamp(1.8rem, 3vw, 2.65rem); line-height: 1.08; }
.care-lesson-cover-top { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.care-lesson-cover .lesson-kicker { color: #f0c2a9; }
.lesson-topic { padding: 6px 10px; border: 1px solid rgba(255,255,255,.28); border-radius: 999px; font-size: .76rem; text-transform: capitalize; }
.care-lesson-summary, .care-lesson-pet { max-width: 800px; margin: 0; color: rgba(255,255,255,.82); line-height: 1.5; }
.care-lesson-pet { color: #fff; font-weight: 700; }
.care-lesson-path { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; margin: 8px 0 0; padding: 0; list-style: none; }
.care-lesson-path li { display: grid; grid-template-columns: 32px minmax(0, 1fr); align-items: center; gap: 9px; min-width: 0; padding: 10px; border: 1px solid rgba(255,255,255,.2); border-radius: 6px; }
.care-lesson-path li > span { display: grid; place-items: center; width: 32px; height: 32px; border-radius: 50%; background: var(--clay); color: #fff; }
.care-lesson-path strong { min-width: 0; font-size: .82rem; line-height: 1.25; }
.care-pattern-figure { display: grid; grid-template-columns: minmax(180px, .34fr) minmax(0, 1fr); gap: 24px; margin: 0; padding: clamp(20px, 3vw, 30px); background: var(--linen); }
.care-pattern-figure figcaption { display: grid; align-content: center; gap: 6px; }
.care-pattern-figure figcaption strong { font-family: var(--serif); font-size: 1.45rem; }
.care-pattern-figure figcaption span { color: var(--muted); font-size: .84rem; line-height: 1.4; }
.care-pattern-rows { display: grid; gap: 12px; }
.care-pattern-row { display: grid; grid-template-columns: minmax(130px, .42fr) minmax(140px, 1fr); align-items: center; gap: 14px; }
.care-pattern-row > div:first-child { display: grid; gap: 2px; }
.care-pattern-row strong { font-size: .86rem; }
.care-pattern-row span { color: var(--muted); font-size: .78rem; }
.care-pattern-track { height: 12px; overflow: hidden; border-radius: 999px; background: rgba(31,36,33,.12); }
.care-pattern-track .care-pattern-fill { display: block; height: 100%; border-radius: inherit; background: var(--clay); }
.care-chapter { display: grid; grid-template-columns: 1fr; min-width: 0; padding: clamp(26px, 4vw, 48px); border-top: 1px solid var(--line); }
.care-chapter-media { display: grid; place-items: center; min-width: 0; margin: 0 0 26px; padding: 0; background: var(--linen); }
.care-chapter-media img { display: block; width: 100%; height: auto; max-height: 440px; object-fit: contain; border-radius: 0; }
.care-chapter-copy { display: grid; gap: 12px; width: min(100%, 780px); min-width: 0; margin: 0 auto; }
.care-chapter-copy h4 { margin: 0; font-family: var(--serif); font-size: clamp(1.55rem, 2.5vw, 2.15rem); line-height: 1.15; }
.care-chapter-copy p { margin: 0; color: var(--muted); line-height: 1.58; }
.care-chapter-copy ul { display: grid; gap: 8px; margin: 4px 0 0; padding-left: 20px; color: var(--ink-soft); line-height: 1.5; }
.care-chapter-check { display: grid; gap: 12px; margin-top: 10px; padding: 18px; border: 1px solid var(--line); border-radius: 7px; background: var(--warm); }
.care-chapter-check > strong { font-size: .98rem; line-height: 1.4; }
.care-chapter-check-options { display: grid; gap: 7px; }
.care-chapter-check-options label { display: flex; align-items: flex-start; gap: 9px; padding: 10px 11px; border: 1px solid var(--line); border-radius: 5px; background: var(--paper); cursor: pointer; }
.care-chapter-check-options label:has(input:checked) { border-color: var(--clay); background: #f7e9e1; }
.care-chapter-check-options input { flex: 0 0 18px; width: 18px; min-width: 18px; height: 18px; min-height: 18px; margin-top: 2px; padding: 0; accent-color: var(--clay); }
.care-course-reader > .care-answer-callout, .care-course-reader > .care-answer-chart, .care-course-reader > .care-answer-questions { margin: clamp(20px, 4vw, 36px) clamp(20px, 4vw, 42px) 0; }
.care-course-finish { display: grid; gap: 18px; margin: clamp(20px, 4vw, 36px) clamp(20px, 4vw, 42px) clamp(20px, 4vw, 36px); }
.care-lesson-sources { padding: 18px; border: 1px solid var(--line); border-radius: 7px; background: var(--warm); }
.care-lesson-sources h4 { margin: 0 0 10px; font-family: var(--sans); font-size: .95rem; }
.care-lesson-sources ul { display: grid; gap: 7px; margin: 0; padding-left: 18px; }
.care-lesson-sources a { color: var(--clay-dark); text-decoration: underline; text-underline-offset: 3px; }
.care-answer-card { display: grid; gap: 20px; padding: clamp(20px, 3vw, 30px); border: 1px solid var(--line); border-radius: 8px; background: var(--paper); box-shadow: var(--shadow); }
.care-answer-card.is-urgent { border-color: #a44432; }
.care-answer-header { display: grid; grid-template-columns: minmax(0, 1fr) 220px; gap: 22px; align-items: center; }
.care-answer-header > div { display: grid; gap: 9px; }
.care-answer-header img { width: 100%; height: 170px; object-fit: contain; border-radius: 6px; background: var(--linen); }
.care-answer-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.care-answer-grid section, .care-answer-questions, .care-answer-chart { padding: 18px; border: 1px solid var(--line); border-radius: 7px; background: var(--warm); }
.care-answer-grid h4, .care-answer-questions h4, .care-answer-chart h4 { margin: 0 0 10px; font-family: var(--sans); font-size: .95rem; }
.care-answer-grid ul { display: grid; gap: 8px; margin: 0; padding-left: 18px; color: var(--muted); line-height: 1.45; }
.care-answer-callout { display: grid; gap: 6px; padding: 16px 18px; border-left: 4px solid var(--clay); background: #f7e9e1; }
.care-answer-callout span { color: var(--muted); line-height: 1.5; }
.care-answer-chart > div { display: flex; align-items: end; gap: 10px; height: 130px; }
.care-answer-chart > div > div { display: grid; grid-template-rows: 1fr auto; align-items: end; width: 44px; height: 100%; gap: 6px; text-align: center; }
.care-answer-chart span { display: block; width: 100%; min-height: 8px; border-radius: 4px 4px 0 0; background: var(--sage); }
.care-answer-chart small { font-size: .7rem; }
.care-answer-questions > div { display: grid; gap: 8px; }
.care-answer-questions label { display: flex; align-items: flex-start; gap: 9px; color: var(--muted); }
.care-answer-questions input { flex: 0 0 18px; width: 18px; min-width: 18px; height: 18px; min-height: 18px; margin-top: 2px; padding: 0; accent-color: var(--clay); }
.care-answer-footer { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; }
.chat-quota { margin-left: auto; color: var(--muted); font-size: .82rem; }
.care-circle-feed-section { background: var(--warm) !important; }
.circle-feed-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.community-post-actions { display: flex; flex-wrap: wrap; gap: 8px; padding-top: 4px; }
.community-post-actions button { padding: 7px 10px; border: 1px solid var(--line); border-radius: 999px; background: var(--warm); color: var(--muted); cursor: pointer; }
.community-post-actions button.is-active { border-color: var(--sage); background: var(--linen); color: var(--ink); }
.care-plus-band { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 26px 30px; border: 1px solid var(--line); border-radius: 8px; background: var(--dark); }
.care-plus-band h2, .care-plus-band p { color: #fff; }
.care-plus-band p { margin-top: 6px; opacity: .8; }
.account-benefits { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.account-benefits article { display: grid; gap: 4px; padding: 14px; border: 1px solid var(--line); border-radius: 7px; background: var(--warm); }
.account-benefits span { color: var(--muted); font-size: .88rem; line-height: 1.4; }
.account-command { max-width: none; }
.account-command-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.account-command-grid a, .account-command-grid button { display: grid; gap: 7px; min-height: 128px; padding: 18px; border: 1px solid var(--line); border-radius: 7px; background: var(--warm); color: var(--ink); text-align: left; cursor: pointer; }
.account-command-grid a:hover, .account-command-grid button:hover, .account-command-grid button.is-active { border-color: var(--clay); background: #f7e9e1; }
.account-command-grid span { color: var(--muted); font-size: .88rem; line-height: 1.45; }
.account-panel { display: grid; gap: 18px; padding: 22px; border: 1px solid var(--line); border-radius: 8px; background: var(--warm); }
.account-panel-heading { display: grid; gap: 6px; }
.account-panel form { display: grid; gap: 12px; }
.memory-timeline { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.memory-timeline article { overflow: hidden; border: 1px solid var(--line); border-radius: 7px; background: var(--paper); }
.memory-timeline img, .memory-timeline video { width: 100%; height: 220px; object-fit: contain; background: var(--linen); }
.memory-timeline audio { width: calc(100% - 24px); margin: 12px; }
.memory-timeline article > div { display: grid; gap: 8px; padding: 16px; }
.memory-timeline h4, .memory-timeline p { margin: 0; }
.memory-timeline span { color: var(--soft); font-size: .78rem; }
@media (max-width: 900px) {
  .care-assistant-intro-inner, .care-assistant-shell, .care-answer-header { grid-template-columns: 1fr; }
  .care-assistant-sidebar { position: static; grid-template-columns: 1fr; border-right: 0; border-bottom: 1px solid var(--line); }
  .care-assistant-sidebar > div:first-child { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .care-assistant-sidebar > div:first-child > strong { grid-column: 1 / -1; }
  .chat-history { display: none; }
  .account-command-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .circle-feed-grid { grid-template-columns: 1fr; }
  .care-lesson-path { grid-template-columns: 1fr; }
  .care-course-layout, .care-pattern-figure { grid-template-columns: 1fr; }
  .care-course-outline { position: static; gap: 12px; max-height: none; overflow: visible; padding: 14px; border-right: 0; border-bottom: 1px solid var(--line); }
  .care-course-outline-head, .care-course-nav, .care-course-ask-again { position: static; }
  .care-course-outline-head strong { font-size: .98rem; }
  .care-course-nav { display: flex; overflow-x: auto; padding-bottom: 3px; scrollbar-width: thin; }
  .care-course-nav button { width: auto; min-width: max-content; white-space: nowrap; }
  .care-course-ask-again { width: max-content; }
}
@media (max-width: 620px) {
  .care-assistant-intro { padding-top: 20px; }
  .care-assistant-intro-inner figure, .care-assistant-shell { min-height: 0; }
  .care-assistant-sidebar > div:first-child { grid-template-columns: 1fr; }
  .care-assistant-sidebar > div:first-child > strong { grid-column: auto; }
  .care-chat-main { padding: 16px; }
  .care-chat-bubble { width: 92%; }
  .care-answer-header img { height: auto; max-height: 260px; }
  .care-answer-grid, .account-benefits, .account-command-grid, .memory-timeline { grid-template-columns: 1fr; }
  .chat-composer-actions, .care-plus-band { align-items: stretch; flex-direction: column; }
  .chat-attach { align-items: flex-start; flex-direction: column; }
  .chat-quota { width: 100%; margin-left: 0; }
  .care-intake-grid { grid-template-columns: 1fr; }
  .care-intake-wide { grid-column: auto; }
  .care-lesson-cover { padding: 22px 18px; }
  .care-lesson-cover h3 { font-size: 2rem; }
  .care-lesson-cover-top { align-items: flex-start; flex-direction: column; }
  .care-pattern-figure { gap: 18px; padding: 20px 18px; }
  .care-pattern-row { grid-template-columns: 1fr; gap: 6px; }
  .care-chapter { padding: 24px 16px; }
  .care-chapter-media { margin-bottom: 20px; }
  .care-chapter-copy h4 { font-size: 1.65rem; }
  .care-course-reader > .care-answer-callout, .care-course-reader > .care-answer-chart, .care-course-reader > .care-answer-questions, .care-course-finish { margin-inline: 14px; }
}


/* Care account: compact pet identity first, then one focused tool at a time. */
.profile-complete.account-command {
  display: grid;
  gap: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: 0 20px 54px rgba(45, 38, 34, .08);
}

.account-toolbar {
  display: flex;
  align-items: end;
  justify-content: flex-end;
  gap: 16px;
  padding: 18px 28px;
  border-bottom: 1px solid var(--line);
  background: var(--warm);
}

.account-toolbar > label { display: grid; gap: 5px; width: min(280px, 100%); }
.account-toolbar > label > span { color: var(--muted); font-size: .72rem; font-weight: 800; text-transform: uppercase; }
.account-toolbar select { min-height: 44px; background: var(--paper); }
.account-toolbar > div { display: flex; gap: 10px; }

.pet-profile {
  display: grid;
  grid-template-columns: minmax(190px, 250px) minmax(0, 1fr);
  gap: 30px;
  padding: clamp(24px, 4vw, 42px);
}

.pet-profile-photo {
  position: relative;
  align-self: start;
  display: grid;
  place-items: center;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 7px;
  background: #dde4dc;
}

.pet-profile-photo > img { width: 100%; height: 100%; padding: 4px; object-fit: contain; }
.pet-profile-photo > [data-profile-photo-fallback] { font: 600 clamp(3.5rem, 9vw, 6.8rem)/1 var(--serif); color: var(--sage-dark); }
.pet-photo-control { position: absolute; right: 12px; bottom: 12px; left: 12px; display: flex; justify-content: center; padding: 10px 12px; border: 1px solid var(--line); border-radius: 5px; background: rgba(255,255,255,.94); color: var(--clay-dark); font-size: .82rem; font-weight: 800; cursor: pointer; }
.pet-photo-control input { position: absolute; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.pet-profile-photo .form-note { position: absolute; right: 8px; bottom: 56px; left: 8px; margin: 0; padding: 5px 7px; background: rgba(255,255,255,.94); color: var(--ink); font-size: .72rem; text-align: center; }

.pet-profile-main { display: grid; align-content: start; gap: 24px; min-width: 0; }
.pet-profile-title { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; }
.pet-profile-title h2 { margin: 5px 0 4px; font-size: clamp(2.25rem, 4vw, 3.6rem); line-height: 1; }
.pet-profile-title p { margin: 0; color: var(--muted); }

.pet-profile-facts { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin: 0; border-block: 1px solid var(--line); }
.pet-profile-facts > div { display: grid; gap: 6px; min-width: 0; padding: 16px 18px; border-left: 1px solid var(--line); }
.pet-profile-facts > div:first-child { padding-left: 0; border-left: 0; }
.pet-profile-facts dt, .pet-care-context span { color: var(--muted); font-size: .72rem; font-weight: 800; text-transform: uppercase; }
.pet-profile-facts dd { min-width: 0; margin: 0; overflow-wrap: anywhere; font-weight: 750; }

.pet-care-context { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0; }
.pet-care-context article { display: grid; align-content: start; gap: 7px; min-width: 0; padding: 0 20px; border-left: 1px solid var(--line); }
.pet-care-context article:first-child { padding-left: 0; border-left: 0; }
.pet-care-context p { margin: 0; color: var(--ink-soft); font-size: .9rem; line-height: 1.45; overflow-wrap: anywhere; }

.account-tabs { display: flex; align-items: center; gap: 4px; padding: 0 clamp(20px, 4vw, 42px); overflow-x: auto; background: var(--dark); }
.account-tabs a, .account-tabs button { position: relative; flex: 0 0 auto; min-height: 62px; padding: 0 20px; border: 0; background: transparent; color: rgba(255,255,255,.8); font: 750 .92rem/1 var(--sans); text-decoration: none; cursor: pointer; }
.account-tabs a:hover, .account-tabs button:hover, .account-tabs button.is-active { color: #fff; }
.account-tabs a::after, .account-tabs button::after { position: absolute; right: 18px; bottom: 0; left: 18px; height: 3px; background: var(--clay); content: ""; opacity: 0; }
.account-tabs a:hover::after, .account-tabs button:hover::after, .account-tabs button.is-active::after { opacity: 1; }
.account-tabs button span { display: inline-grid; place-items: center; min-width: 24px; height: 24px; margin-left: 5px; border-radius: 50%; background: rgba(255,255,255,.12); font-size: .72rem; }

.account-command > .account-panel { margin: 0; padding: clamp(22px, 4vw, 38px); border: 0; border-radius: 0; background: var(--paper); }
.account-command > .account-panel[hidden] { display: none; }
.edit-pet-form { display: grid; gap: 18px; }
.edit-pet-form .actions { justify-content: flex-start; }

@media (max-width: 900px) {
  .pet-profile { grid-template-columns: 180px minmax(0, 1fr); gap: 24px; }
  .pet-profile-facts { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pet-profile-facts > div:nth-child(3) { padding-left: 0; border-left: 0; }
  .pet-care-context { grid-template-columns: 1fr; gap: 15px; }
  .pet-care-context article { padding: 15px 0 0; border-top: 1px solid var(--line); border-left: 0; }
  .pet-care-context article:first-child { padding-top: 0; border-top: 0; }
}

@media (max-width: 700px) {
  .account-toolbar { display: grid; align-items: stretch; padding: 16px; }
  .account-toolbar > label { width: 100%; }
  .account-toolbar > div { display: grid; grid-template-columns: 1fr 1fr; }
  .account-toolbar .button { width: 100%; }
  .pet-profile { grid-template-columns: 1fr; padding: 22px 18px; }
  .pet-profile-photo { width: min(220px, 68vw); margin-inline: auto; }
  .pet-profile-title { align-items: flex-start; }
  .pet-profile-title h2 { margin-inline: 0; font-size: 2.35rem; }
  .pet-profile-title .button { width: auto; flex: 0 0 auto; }
  .pet-profile-facts { grid-template-columns: 1fr 1fr; }
  .pet-profile-facts > div { padding: 13px 12px; }
  .pet-profile-facts > div:nth-child(odd) { padding-left: 0; border-left: 0; }
  .account-tabs { padding-inline: 8px; }
  .account-tabs a, .account-tabs button { min-height: 56px; padding-inline: 14px; }
}

@media (max-width: 430px) {
  .account-toolbar > div { grid-template-columns: 1fr; }
  .pet-profile-title { display: grid; }
  .pet-profile-title .button { width: 100%; }
  .pet-profile-facts { grid-template-columns: 1fr; }
  .pet-profile-facts > div { padding: 12px 0; border-top: 1px solid var(--line); border-left: 0; }
  .pet-profile-facts > div:first-child { border-top: 0; }
}

/* Care lessons: an editorial textbook reader, personalized from the pet record. */
.care-lesson.care-course {
  border: 0;
  border-radius: 0;
  background: #f4efe7;
  box-shadow: 0 26px 70px rgba(39, 33, 29, .12);
}

.care-course-layout { grid-template-columns: 224px minmax(0, 1fr); }
.care-course-outline { top: 76px; max-height: calc(100vh - 88px); padding: 24px 16px; border-right: 0; background: #202421; color: #fff; }
.care-course-outline .lesson-kicker { color: #d9a98f; }
.care-course-outline-head strong { color: #fff; font-family: var(--serif); font-size: 1.15rem; }
.care-course-nav { counter-reset: lesson-nav; gap: 3px; }
.care-course-nav button { display: grid; grid-template-columns: 24px minmax(0, 1fr); gap: 7px; align-items: center; padding: 10px 8px; color: rgba(255,255,255,.68); }
.care-course-nav button::before { counter-increment: lesson-nav; display: grid; place-items: center; width: 22px; height: 22px; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; color: rgba(255,255,255,.72); content: counter(lesson-nav); font-size: .67rem; }
.care-course-nav button:first-child::before { content: "•"; }
.care-course-nav button:hover, .care-course-nav button:focus-visible, .care-course-nav button.is-active { background: rgba(255,255,255,.08); color: #fff; }
.care-course-nav button.is-active::before { border-color: var(--clay); background: var(--clay); color: #fff; }
.care-course-ask-again { border-color: rgba(255,255,255,.25); background: transparent; color: #fff; }

.care-course-reader { display: block; min-width: 0; padding: 34px 0 54px; background: #f4efe7; }
.care-course-reader > * { width: min(calc(100% - 52px), 900px); margin-inline: auto; }
.care-lesson-cover { gap: 15px; padding: clamp(30px, 5vw, 58px); border-top: 8px solid var(--clay); background: #fffdf8; color: var(--ink); box-shadow: 0 12px 34px rgba(45, 38, 34, .07); }
.care-lesson-cover h3 { max-width: 720px; color: var(--ink); font-size: clamp(2.05rem, 3.4vw, 3.15rem); line-height: 1.04; text-wrap: balance; }
.care-lesson-cover .lesson-kicker { color: var(--clay-dark); }
.care-lesson-cover .lesson-topic { padding: 6px 9px; border-radius: 4px; background: var(--sage-light); color: var(--sage-dark); font-size: .72rem; font-weight: 800; text-transform: uppercase; }
.care-lesson-summary, .care-lesson-pet { max-width: 760px; color: var(--ink-soft); }
.care-lesson-pet { padding-bottom: 14px; border-bottom: 1px solid var(--line); color: var(--ink); }
.care-lesson-question { display: grid; gap: 7px; margin: 8px 0 0; padding: 17px 19px; border-left: 4px solid var(--sage); background: var(--warm); }
.care-lesson-question span { color: var(--muted); font-size: .7rem; font-weight: 800; text-transform: uppercase; }
.care-lesson-question p { margin: 0; font: 500 1.05rem/1.48 var(--serif); color: var(--ink); }

.care-lesson-profile { display: grid; grid-template-columns: minmax(190px, .34fr) minmax(0, 1fr); gap: 26px; margin-top: 24px; padding: 28px; background: #fffdf8; box-shadow: 0 10px 30px rgba(45, 38, 34, .06); }
.care-lesson-profile-heading { display: grid; align-content: start; gap: 7px; }
.care-lesson-profile-heading h4 { margin: 0; font: 500 1.5rem/1.15 var(--serif); }
.care-lesson-profile-heading p { margin: 0; color: var(--muted); font-size: .82rem; line-height: 1.45; }
.care-lesson-profile-facts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin: 0; }
.care-lesson-profile-facts > div { min-width: 0; padding: 11px 14px; border-bottom: 1px solid var(--line); }
.care-lesson-profile-facts dt { color: var(--muted); font-size: .67rem; font-weight: 800; text-transform: uppercase; }
.care-lesson-profile-facts dd { margin: 4px 0 0; color: var(--ink); font-size: .84rem; line-height: 1.4; overflow-wrap: anywhere; }

.care-pattern-figure { grid-template-columns: minmax(180px, .34fr) minmax(0, 1fr); gap: 26px; margin-top: 24px; padding: 28px; background: #e4ebe3; }
.care-pattern-track { height: 9px; border-radius: 2px; background: rgba(31,36,33,.12); }
.care-pattern-track .care-pattern-fill { border-radius: 2px; background: var(--clay); }

.care-chapter { width: min(calc(100% - 52px), 900px); margin: 44px auto 0; padding: clamp(30px, 5vw, 58px); border: 0; background: #fffdf8; box-shadow: 0 12px 34px rgba(45, 38, 34, .065); }
.care-chapter-media { margin: 0 0 30px; background: #ece5db; }
.care-chapter-media img { width: 100%; height: auto; max-height: 500px; object-fit: contain; }
.care-chapter-media figcaption { width: 100%; padding: 9px 12px; border-top: 1px solid var(--line); background: #f7f2eb; color: var(--muted); font-size: .72rem; text-align: left; }
.care-chapter-copy { width: min(100%, 720px); gap: 14px; }
.care-chapter-copy > .lesson-kicker { color: var(--clay-dark); }
.care-chapter-copy h4 { max-width: 680px; font-size: clamp(1.85rem, 3vw, 2.55rem); line-height: 1.08; text-wrap: balance; }
.care-chapter-copy p { color: var(--ink-soft); font-size: 1rem; line-height: 1.62; }
.care-chapter-copy ul { gap: 10px; margin-block: 4px 6px; color: var(--ink); }
.care-chapter-copy li { padding-left: 3px; line-height: 1.52; }
.care-chapter-table { display: grid; margin: 8px 0 0; border-top: 1px solid var(--ink); }
.care-chapter-table > div { display: grid; grid-template-columns: minmax(120px, .32fr) minmax(0, 1fr); gap: 20px; padding: 12px 4px; border-bottom: 1px solid var(--line); }
.care-chapter-table dt { color: var(--muted); font-size: .72rem; font-weight: 800; text-transform: uppercase; }
.care-chapter-table dd { margin: 0; color: var(--ink); line-height: 1.42; }
.care-chapter-note { display: grid; gap: 7px; margin-top: 8px; padding: 17px 19px; border-left: 4px solid var(--sage); background: #eef2ec; }
.care-chapter-note p { margin: 0; color: var(--ink); font-size: .9rem; line-height: 1.48; }
.care-chapter-check { margin-top: 12px; padding: 20px; border-radius: 0; background: #f3ede5; }
.care-chapter-check-options label { border-radius: 3px; background: #fff; }

.care-course-reader > .care-answer-callout,
.care-course-reader > .care-answer-chart,
.care-course-reader > .care-answer-questions,
.care-course-finish { width: min(calc(100% - 52px), 900px); margin: 24px auto 0; }
.care-course-finish { margin-bottom: 0; }
.care-lesson-sources { border-radius: 0; background: #fffdf8; }

@media (max-width: 860px) {
  .care-course-layout { grid-template-columns: 1fr; }
  .care-course-outline { position: sticky; top: 64px; z-index: 4; display: grid; grid-template-columns: minmax(130px, .4fr) minmax(0, 1fr); align-items: center; max-height: none; padding: 10px 14px; overflow: visible; }
  .care-course-outline-head .lesson-kicker, .care-course-outline-head strong, .care-course-ask-again { display: none; }
  .care-course-nav { display: flex; overflow-x: auto; }
  .care-course-nav button { display: block; min-width: max-content; padding: 9px 11px; white-space: nowrap; }
  .care-course-nav button::before { display: none; }
  .care-course-reader { padding-top: 22px; }
}

@media (max-width: 620px) {
  .care-course-reader > *, .care-chapter, .care-course-reader > .care-answer-callout, .care-course-reader > .care-answer-chart, .care-course-reader > .care-answer-questions, .care-course-finish { width: calc(100% - 24px); }
  .care-lesson-cover, .care-chapter { padding: 24px 18px; }
  .care-lesson-cover h3 { margin-inline: 0; font-size: 2rem; }
  .care-lesson-profile, .care-pattern-figure { grid-template-columns: 1fr; padding: 20px 16px; }
  .care-lesson-profile-facts { grid-template-columns: 1fr; }
  .care-lesson-profile-facts > div { padding-inline: 0; }
  .care-pattern-row { grid-template-columns: 1fr; }
  .care-chapter { margin-top: 24px; }
  .care-chapter-media { margin-bottom: 23px; }
  .care-chapter-copy h4 { margin-inline: 0; font-size: 1.8rem; }
  .care-chapter-table > div { grid-template-columns: 1fr; gap: 5px; }
}

:root {
  color-scheme: light;
  --ink: #1f2421;
  --ink-soft: #35413a;
  --muted: #55605a;
  --soft: #798078;
  --cream: #f7f2ea;
  --warm: #fbfaf6;
  --paper: #fffdf8;
  --linen: #e7ece7;
  --linen-2: #d5dcd3;
  --dark: #1f2421;
  --dark-2: #303532;
  --clay: #a45d3f;
  --clay-bright: #bd6b49;
  --clay-dark: #7c3546;
  --sage: #6c7b59;
  --blue: #708997;
  --line: #d5dcd3;
  --shadow: 0 18px 45px rgba(16, 24, 32, 0.07);
  --shadow-deep: 0 28px 90px rgba(16, 24, 32, 0.14);
  --heading: "Lora", Georgia, serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--warm);
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--warm);
  color: var(--ink);
  font-family: var(--sans);
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

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

img {
  height: auto;
}

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

button,
input,
select,
textarea {
  font: inherit;
}

button:disabled {
  cursor: wait;
  opacity: 0.72;
}

[hidden] {
  display: none !important;
}

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

h1,
h2,
h3 {
  margin-bottom: 0;
  color: var(--ink);
  font-family: var(--heading);
  font-weight: 500;
  letter-spacing: 0;
}

h1 {
  max-width: none;
  font-size: clamp(2.05rem, 2.75vw, 3.05rem);
  line-height: 1.12;
  text-wrap: pretty;
}

h2 {
  max-width: none;
  font-size: clamp(1.72rem, 2.15vw, 2.35rem);
  line-height: 1.14;
  text-wrap: pretty;
}

h3 {
  font-size: 1.3rem;
  line-height: 1.16;
}

p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.62;
}

.wrap,
.hero-inner {
  width: min(1280px, calc(100% - 40px));
  margin-inline: auto;
}

.site-header {
  position: relative;
  top: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 22px;
  min-height: 70px;
  padding: 11px clamp(20px, 4vw, 64px);
  border-bottom: 1px solid rgba(216, 201, 194, 0.82);
  background: rgba(244, 241, 238, 0.96);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  min-width: 0;
}

.brand-logo {
  width: 190px;
  height: auto;
  max-height: 38px;
  flex: 0 0 auto;
  object-fit: contain;
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(12px, 1.4vw, 22px);
  min-width: 0;
  color: rgba(42, 36, 33, 0.88);
  font-size: 0.88rem;
  font-weight: 700;
  white-space: nowrap;
}

.main-nav > a,
.nav-menu summary {
  position: relative;
  padding-block: 10px;
}

.main-nav > a::after {
  position: absolute;
  right: 0;
  bottom: 2px;
  left: 0;
  height: 2px;
  background: var(--clay-bright);
  content: "";
  opacity: 0;
  transform: scaleX(0.68);
  transition: 160ms ease;
}

.main-nav > a:hover::after {
  opacity: 1;
  transform: scaleX(1);
}

.nav-menu {
  position: relative;
}

.nav-menu summary {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  cursor: pointer;
  list-style: none;
}

.nav-menu summary::-webkit-details-marker {
  display: none;
}

.nav-menu summary span {
  width: 7px;
  height: 7px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
}

.nav-menu[open] summary,
.nav-menu:hover summary {
  color: var(--clay-dark);
}

.nav-popover {
  position: absolute;
  top: calc(100% + 12px);
  left: 50%;
  display: grid;
  grid-template-columns: repeat(2, minmax(150px, 1fr));
  width: min(420px, calc(100vw - 40px));
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fffdf8;
  box-shadow: var(--shadow-deep);
  transform: translateX(-50%);
}

.nav-popover a {
  display: flex;
  align-items: center;
  min-height: 42px;
  padding: 10px 12px;
  border-radius: 6px;
  color: var(--ink);
  font-size: 0.86rem;
  font-weight: 740;
  text-align: left;
}

.nav-popover a:hover {
  background: var(--cream);
}

.nav-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease, color 160ms ease;
}

.nav-cta,
.button.primary {
  background: var(--clay);
  color: #fff;
  box-shadow: 0 14px 30px rgba(181, 101, 52, 0.24);
}

.nav-cta:hover,
.button.primary:hover {
  background: var(--clay-dark);
  transform: translateY(-1px);
}

.button.secondary {
  border-color: rgba(181, 101, 52, 0.34);
  background: rgba(255, 253, 248, 0.86);
  color: var(--clay-dark);
}

.button.secondary:hover {
  border-color: rgba(230, 106, 58, 0.72);
  background: #fff;
  transform: translateY(-1px);
}

.mobile-menu {
  display: none;
}

.hero {
  overflow: hidden;
  border-bottom: 0;
  background: var(--cream);
}

.hero-dark {
  background: var(--dark);
}

.hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(420px, 1.06fr);
  gap: clamp(22px, 3vw, 42px);
  align-items: center;
  min-height: 0;
  padding-block: clamp(24px, 2.6vw, 38px);
}

.hero-copy {
  max-width: 620px;
}

.eyebrow {
  display: none !important;
}

.title-mark {
  display: none !important;
}

.hero-copy > p:not(.eyebrow),
.section-heading > p {
  max-width: 100%;
  font-size: 1.08rem;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.form-consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.42;
}

.form-consent input {
  width: 16px;
  min-width: 16px;
  height: 16px;
  margin-top: 2px;
  accent-color: var(--clay);
}

.hero-media {
  justify-self: end;
  width: min(100%, 640px);
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(216, 201, 194, 0.82);
  border-radius: 8px;
  background: #e9ded2;
  box-shadow: var(--shadow-deep);
}

.hero-media img {
  width: 100%;
  height: auto;
  max-height: 460px;
  object-fit: contain;
  object-position: center;
}

.hero-media.founder-media {
  justify-self: center;
  width: min(100%, 380px);
  background: transparent;
  box-shadow: none;
}

.hero-media.founder-media img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 430px;
  margin-inline: auto;
}

.hero-media figcaption {
  padding: 8px 10px;
  color: var(--muted);
  font-size: 0.8rem;
  line-height: 1.35;
  text-align: center;
  background: var(--paper);
}

.hero-dark h1,
.hero-dark p,
.hero-dark .eyebrow {
  color: #fff;
}

.hero-dark .hero-copy > p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.72);
}

.hero-dark .hero-media {
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.05);
}

.section {
  padding-block: clamp(26px, 2.8vw, 42px);
  border-bottom: 0;
  background: var(--warm);
}

.section:nth-of-type(even) {
  background: var(--cream);
}

.section.compact-section {
  padding-block: clamp(26px, 3vw, 42px);
}

.section-heading {
  margin-bottom: 18px;
}

.section-heading h2,
.section-heading .eyebrow,
.section-heading p {
  margin-inline: auto;
  text-align: center;
}

.section-heading p {
  display: none;
}

.section-heading h2 {
  max-width: 100%;
}

.card-grid,
.concern-grid,
.article-grid,
.feature-pair,
.session-grid,
.story-steps,
.category-row {
  display: grid;
  gap: 18px;
}

.card-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.card-grid.four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.concern-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.info-card,
.image-card,
.article-card,
.guide-block,
.chapter-nav,
.form-card,
.faq-list details,
.story-steps article,
.category-row a {
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.92);
  box-shadow: var(--shadow);
}

.info-card {
  display: grid;
  justify-items: center;
  align-content: center;
  min-height: 0;
  padding: 14px 18px 20px;
  text-align: center;
}

.concern-grid .info-card {
  min-height: 0;
}

.card-photo {
  display: grid;
  place-items: center;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  margin-bottom: 4px;
  overflow: hidden;
  border-radius: 5px;
  background: var(--paper);
}

.card-photo img {
  display: block;
  width: 100%;
  height: 100%;
  min-width: 0;
  min-height: 0;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
}

.info-card strong,
.category-row strong {
  margin-top: 15px;
  color: var(--ink);
  font-family: var(--heading);
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.12;
}

.info-card span:last-child,
.category-row span {
  max-width: 230px;
  margin-top: 8px;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.42;
}

.concern-grid .info-card span:last-child:empty {
  display: none;
}

.concern-grid .info-card::after {
  margin-top: 18px;
  color: var(--ink);
  font-size: 1.22rem;
  line-height: 1;
  content: "\2192";
}

.icon-badge {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #e7eee8;
  color: var(--sage);
}

.icon-badge.clay {
  background: #f4e7e1;
  color: var(--clay);
}

.icon-badge.blue {
  background: #e6edf3;
  color: var(--blue);
}

.icon-badge svg {
  width: 32px;
  height: 32px;
  stroke: currentColor;
  stroke-width: 1.8;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.split-story {
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(0, 1fr);
  align-items: stretch;
  min-height: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: var(--shadow);
}

.split-story.reverse {
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1fr);
}

.split-story figure,
.image-card .image-frame,
.article-image,
.wide-feature {
  display: grid;
  place-items: center;
  margin: 0;
  overflow: hidden;
  background: var(--linen);
}

.split-story figure {
  position: relative;
  z-index: 0;
  min-height: clamp(250px, 30vw, 420px);
  aspect-ratio: auto;
}

.split-story figure img,
.wide-feature img {
  width: 100%;
  height: 100%;
  min-width: 0;
  min-height: 0;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
}

.image-card img,
.article-image img,
.visual-story-image img {
  width: 100%;
  height: 100%;
  min-width: 0;
  min-height: 0;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
}

.split-story > div {
  display: grid;
  position: relative;
  z-index: 1;
  min-width: 0;
  align-content: center;
  justify-items: start;
  gap: 18px;
  padding: clamp(26px, 3vw, 38px);
  background: var(--paper);
}

.split-story h2 {
  max-width: none;
  text-wrap: wrap;
}

.action-plan {
  display: grid;
  gap: 16px;
  width: 100%;
}

.action-plan h3 {
  max-width: 100%;
}

.action-plan > p {
  max-width: 62ch;
}

.action-plan .text-link {
  margin-top: 0;
}

.home-story > div {
  max-width: 620px;
}

.feature-pair,
.session-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.image-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: start;
  overflow: hidden;
}

.image-card .image-frame {
  align-self: start;
  min-height: 0;
  aspect-ratio: 3 / 2;
  background: var(--paper);
}

.image-card > div {
  display: grid;
  align-content: center;
  padding: 24px;
}

.image-card h3,
.article-card h3 {
  margin-bottom: 10px;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  margin-top: 16px;
  color: var(--clay-dark);
  font-weight: 800;
}

.text-link::after {
  content: "\2192";
}

.visual-story-rail {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
}

.visual-story-tile {
  display: grid;
  grid-template-rows: auto auto;
  align-self: stretch;
  height: 100%;
  overflow: hidden;
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: var(--shadow);
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.visual-story-tile:hover {
  border-color: rgba(181, 101, 52, 0.48);
  box-shadow: var(--shadow-deep);
  transform: translateY(-2px);
}

.visual-story-image {
  display: grid;
  place-items: center;
  min-height: 0;
  aspect-ratio: 3 / 2;
  height: auto;
  overflow: hidden;
  background: var(--linen);
}

.visual-story-copy {
  display: grid;
  align-content: start;
  gap: 8px;
  min-height: 0;
  padding: 18px 20px;
}

.visual-story-copy strong {
  color: var(--ink);
  font-family: var(--heading);
  font-size: 1.22rem;
  font-weight: 500;
  line-height: 1.16;
}

.visual-story-copy span {
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.45;
}

.visual-story-copy em {
  margin-top: 8px;
  color: var(--clay-dark);
  font-size: 0.84rem;
  font-style: normal;
  font-weight: 800;
}

.expert-perspectives {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.expert-perspective {
  display: grid;
  align-content: space-between;
  min-height: 238px;
  gap: 22px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fffdf8;
  box-shadow: var(--shadow);
}

.expert-quote {
  color: var(--ink);
  font-family: var(--heading);
  font-size: clamp(1.2rem, 1.65vw, 1.45rem);
  line-height: 1.3;
}

.expert-perspective > div {
  display: grid;
  gap: 4px;
}

.expert-perspective strong {
  color: var(--ink);
}

.expert-perspective span,
.clinical-note {
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.5;
}

.clinical-note {
  max-width: 760px;
  margin: 16px auto 0;
  text-align: center;
}

.dark-section {
  border-color: rgba(255, 255, 255, 0.1);
  background:
    radial-gradient(circle at 12% 18%, rgba(230, 106, 58, 0.18), transparent 26%),
    linear-gradient(135deg, #15110f 0%, #0d131b 100%) !important;
}

.dark-section h2,
.dark-section h3,
.dark-section p,
.dark-section .eyebrow,
.dark-section .info-card strong,
.dark-section .info-card span {
  color: #fff;
}

.dark-section .section-heading p,
.dark-section p {
  color: rgba(255, 255, 255, 0.72);
}

.dark-section .info-card {
  border-color: rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.055);
  box-shadow: none;
}

.dark-section .source-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 0;
}

.dark-section .source-list a {
  min-height: 112px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.055);
  color: #fff;
}

.dark-section .source-list span {
  color: rgba(255, 255, 255, 0.72);
}

.dark-section .icon-badge {
  background: rgba(230, 106, 58, 0.14);
  color: #e66a3a;
}

.dark-section .section-heading h2 {
  max-width: none;
}

.notice-section {
  background: #efe6dd !important;
}

.newsletter-section {
  padding-block: clamp(30px, 3.5vw, 46px);
  background: var(--warm);
}

.newsletter-band {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(340px, 0.82fr);
  gap: clamp(24px, 4vw, 54px);
  align-items: center;
  padding: clamp(24px, 3.5vw, 42px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fffdf8;
  box-shadow: var(--shadow);
}

.newsletter-band h2 {
  max-width: none;
}

.newsletter-actions {
  display: grid;
  justify-items: start;
  gap: 10px;
}

.newsletter-actions p {
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
}

form {
  display: grid;
  gap: 12px;
}

label {
  display: grid;
  gap: 7px;
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 800;
}

.newsletter-band label span,
.resource-toolbar label span,
.search-row label span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.newsletter-band .form-consent {
  grid-column: 1 / -1;
}

.newsletter-band .form-consent span {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
}

.newsletter-band [data-form-note] {
  grid-column: 1 / -1;
}

.webinar-signup-list {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.webinar-signup-list li {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 9px;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.45;
}

.webinar-signup-list li::before {
  color: var(--clay-dark);
  font-weight: 900;
  content: "✓";
}

.webinar-waitlist form {
  grid-template-columns: 1fr;
  align-items: stretch;
}

.webinar-waitlist label:not(.form-consent) span {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
}

.webinar-waitlist .button {
  width: 100%;
}

.session-route-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.session-route-grid article,
.session-listing-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: var(--shadow);
}

.session-route-grid article {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  align-items: center;
}

.session-route-grid figure,
.session-listing-photo {
  display: block;
  min-width: 0;
  margin: 0;
  align-self: center;
}

.session-route-grid figure {
  min-height: 0;
}

.session-route-grid img,
.session-listing-photo img {
  display: block;
  width: 100%;
  height: auto;
  max-height: none;
  object-fit: contain;
  object-position: center;
}

.session-route-grid article > div {
  display: grid;
  align-content: center;
  gap: 14px;
  padding: clamp(24px, 3vw, 38px);
}

.session-route-grid h2,
.session-route-grid p {
  margin: 0;
}

.session-route-grid .button {
  justify-self: start;
}

.session-listing-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.session-listing-card {
  display: grid;
  grid-template-columns: minmax(190px, 0.72fr) minmax(0, 1.28fr);
  align-items: center;
}

.session-listing-photo {
  min-height: 0;
}

.session-listing-card > div {
  display: grid;
  align-content: center;
  gap: 10px;
  padding: 24px;
}

.session-listing-card h3,
.session-listing-card p {
  margin: 0;
}

.session-listing-card h3 {
  font-size: clamp(1.28rem, 1.7vw, 1.55rem);
}

.session-species {
  color: var(--sage);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.session-agenda {
  max-width: 920px;
  margin-inline: auto;
}

.session-detail-story figure {
  display: block;
  min-height: 0;
  margin: 0;
  align-self: center;
}

.session-detail-story figure img {
  display: block;
  width: 100%;
  height: auto;
  max-height: none;
  object-fit: contain;
  object-position: center;
}

.session-detail-story > div {
  display: grid;
  align-content: center;
  gap: 16px;
}

.session-detail-story h2,
.session-detail-story p {
  margin: 0;
}

.session-follow-through {
  background: var(--warm) !important;
}

.session-follow-through-panel,
.professional-session-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(260px, 0.92fr);
  gap: clamp(24px, 4vw, 54px);
  align-items: center;
  padding: clamp(26px, 4vw, 44px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: var(--shadow);
}

.session-follow-through-panel h2,
.session-follow-through-panel p,
.professional-session-panel h2,
.professional-session-panel p {
  margin: 0;
}

.session-follow-through-panel > div:first-child,
.professional-session-panel > div:first-child {
  display: grid;
  gap: 12px;
}

.session-follow-through-panel .actions {
  justify-content: end;
}

.professional-session-list {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--line);
}

.professional-session-list p {
  display: grid;
  grid-template-columns: minmax(134px, 0.42fr) minmax(0, 1fr);
  gap: 16px;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.48;
}

.professional-session-list strong {
  color: var(--ink);
  font-family: var(--heading);
  font-size: 1rem;
  font-weight: 500;
}

.session-registration {
  background: var(--cream) !important;
}

.session-registration-band {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(330px, 1.1fr);
  gap: clamp(24px, 4vw, 58px);
  align-items: start;
  padding: clamp(26px, 4vw, 46px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fffdf8;
  box-shadow: var(--shadow);
}

.session-registration-band > div {
  display: grid;
  gap: 12px;
}

.session-registration-band h2,
.session-registration-band p {
  margin: 0;
}

.session-registration-band form {
  min-width: 0;
}

.session-registration-fields {
  display: grid;
  grid-template-columns: minmax(132px, 0.52fr) minmax(0, 1.48fr);
  gap: 12px;
}

.session-registration-band textarea {
  min-height: 128px;
}

.session-registration-band .button {
  width: 100%;
}

input,
select,
textarea {
  width: 100%;
  min-height: 52px;
  border: 1px solid var(--linen-2);
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  padding: 0 16px;
  outline: none;
}

textarea {
  min-height: 140px;
  padding-block: 14px;
  resize: vertical;
}

.newsletter-band form,
.search-row,
.resource-toolbar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: end;
}

.resource-toolbar {
  grid-template-columns: minmax(0, 1fr) minmax(190px, auto);
  margin: -36px 0 26px;
  padding: 0;
}

.resource-toolbar input,
.resource-toolbar select {
  min-height: 58px;
  box-shadow: var(--shadow);
}

.directory-toolbar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(190px, auto) minmax(170px, auto);
  gap: 12px;
  align-items: end;
  margin-bottom: 24px;
}

.directory-toolbar label span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.directory-toolbar input,
.directory-toolbar select {
  min-height: 58px;
  box-shadow: var(--shadow);
}

.directory-grid,
.insight-grid,
.question-grid,
.directory-status-grid,
.checklist-layout,
.story-feature {
  display: grid;
  gap: 18px;
}

.directory-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.directory-category-browser {
  margin-top: 28px;
}

.directory-category-browser summary {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  color: var(--ink);
  font-weight: 800;
  cursor: pointer;
}

.directory-category-browser[open] summary {
  margin-bottom: 18px;
  color: var(--clay-dark);
}

.directory-card,
.insight-card,
.question-card,
.directory-status-grid article,
.checklist-panel,
.prompt-panel {
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.92);
  box-shadow: var(--shadow);
}

.directory-card {
  display: grid;
  align-content: start;
  gap: 12px;
  min-height: 258px;
  padding: 24px;
}

.directory-count,
.checked-date,
.provider-organization {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 750;
}

.directory-count {
  margin-top: auto;
}

.directory-summary,
.provider-source-top,
.provider-facts,
.editorial-note {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.directory-summary {
  margin: 0 0 28px;
  color: var(--muted);
  font-size: 0.9rem;
}

.directory-summary strong {
  color: var(--ink);
}

.directory-results-heading {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin: 58px 0 22px;
}

.directory-results-heading h2 {
  margin: 0 0 8px;
}

.directory-results-heading p {
  max-width: 720px;
  color: var(--muted);
}

.provider-results-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.provider-result {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr) minmax(170px, 0.4fr);
  gap: 20px;
  min-width: 0;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.96);
  box-shadow: var(--shadow);
}

.provider-result-main,
.provider-result-aside {
  display: grid;
  align-content: start;
  gap: 12px;
  min-width: 0;
}

.provider-photo {
  display: grid;
  align-self: start;
  place-items: center;
  min-height: 150px;
  overflow: hidden;
  border-radius: 5px;
  background: var(--linen);
}

.provider-photo img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 210px;
  object-fit: contain;
}

.provider-result-aside {
  padding-left: 20px;
  border-left: 1px solid rgba(42, 36, 33, 0.1);
}

.provider-result h3 {
  margin: 0;
  font-size: 1.28rem;
}

.provider-result h3 a:hover {
  color: var(--clay-dark);
}

.provider-summary {
  font-size: 0.94rem;
}

.provider-category-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.provider-category-tags a {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 9px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--cream);
  color: var(--muted);
  font-size: 0.74rem;
  font-weight: 760;
}

.provider-category-tags a:hover {
  border-color: rgba(181, 101, 52, 0.46);
  color: var(--clay-dark);
}

.provider-source-card {
  display: grid;
  align-content: start;
  gap: 16px;
  min-width: 0;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.94);
  box-shadow: var(--shadow);
}

.provider-source-top {
  justify-content: space-between;
  gap: 8px;
}

.provider-source-card h3 {
  margin: 4px 0 9px;
  font-size: 1.32rem;
}

.provider-organization {
  margin: 0;
  color: var(--clay-dark);
}

.provider-source-card > div > p:last-child,
.provider-use-case p {
  margin: 0;
  font-size: 0.94rem;
}

.provider-use-case {
  padding: 14px 0 0;
  border-top: 1px solid rgba(42, 36, 33, 0.1);
}

.provider-team {
  padding: 14px 0 0;
  border-top: 1px solid rgba(42, 36, 33, 0.1);
}

.provider-use-case strong,
.provider-team strong,
.provider-facts dt {
  display: block;
  margin-bottom: 5px;
  color: var(--sage);
  font-size: 0.76rem;
  font-weight: 850;
}

.provider-facts {
  align-items: start;
  gap: 14px 18px;
}

.provider-facts div {
  min-width: 100px;
}

.provider-facts dd {
  margin: 0;
  color: var(--ink);
  font-size: 0.84rem;
  line-height: 1.4;
}

.provider-facts a {
  color: var(--clay-dark);
}

.provider-link {
  width: fit-content;
  margin-top: auto;
}

.profile-image-credit {
  color: var(--clay-dark);
  font-size: 0.8rem;
  font-weight: 700;
}

.profile-layout {
  display: grid;
  grid-template-columns: minmax(220px, 0.38fr) minmax(0, 1fr);
  gap: clamp(26px, 5vw, 72px);
  align-items: start;
}

.profile-sidecard {
  position: sticky;
  top: 96px;
  display: grid;
  gap: 16px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: var(--shadow);
}

.profile-sidecard p {
  font-size: 0.9rem;
}

.profile-sidecard strong,
.profile-facts dt {
  color: var(--sage);
  font-size: 0.75rem;
  font-weight: 850;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.profile-body {
  display: grid;
  gap: 28px;
}

.profile-body section {
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(42, 36, 33, 0.11);
}

.profile-body section:last-child {
  padding-bottom: 0;
  border: 0;
}

.profile-body h2 {
  margin-bottom: 10px;
  font-size: 1.58rem;
}

.profile-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: 0;
}

.profile-facts div {
  min-width: 0;
}

.profile-facts dd {
  margin: 6px 0 0;
  color: var(--ink);
  font-size: 0.98rem;
  line-height: 1.45;
}

.profile-detail-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding-left: 20px;
  color: var(--muted);
  line-height: 1.52;
}

.profile-boundary {
  padding: 22px !important;
  border: 1px solid var(--line) !important;
  border-radius: 8px;
  background: var(--cream);
}

.provider-detail-list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0 0 0 18px;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.48;
}

.directory-card h3,
.insight-card h3,
.question-card h3 {
  margin-top: 4px;
}

.directory-card p,
.insight-card p,
.question-card p,
.directory-status-grid p {
  font-size: 0.94rem;
}

.source-badge {
  width: fit-content;
  padding: 7px 10px;
  border: 1px solid rgba(120, 134, 109, 0.28);
  border-radius: 999px;
  background: rgba(231, 238, 232, 0.7);
  color: var(--sage);
  font-size: 0.78rem;
  font-weight: 850;
}

.empty-state {
  margin-top: 18px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  text-align: center;
}

.insight-grid,
.question-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.insight-card,
.question-card {
  display: grid;
  align-content: start;
  gap: 14px;
  padding: clamp(22px, 3vw, 30px);
}

.checklist-strip {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.checklist-strip span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(42, 36, 33, 0.12);
  border-radius: 999px;
  background: rgba(255, 253, 248, 0.86);
  color: var(--ink);
  font-size: 0.9rem;
  font-weight: 800;
}

.directory-status-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 18px;
}

.directory-status-grid article {
  padding: 22px;
}

.directory-status-grid strong {
  display: block;
  margin-bottom: 8px;
  color: var(--ink);
  font-family: var(--heading);
  font-size: 1.22rem;
  font-weight: 500;
}

.compact-form {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) auto;
  max-width: none;
  align-items: end;
}

.compact-form .form-note {
  grid-column: 1 / -1;
}

.checklist-layout {
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.75fr);
  align-items: start;
}

.checklist-panel,
.prompt-panel {
  padding: clamp(24px, 4vw, 38px);
}

.checklist-items {
  display: grid;
  gap: 12px;
  margin: 22px 0;
}

.check-item {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding: 12px;
  border: 1px solid rgba(216, 201, 194, 0.72);
  border-radius: 8px;
  background: rgba(244, 241, 238, 0.62);
  color: var(--ink);
  font-size: 0.98rem;
  font-weight: 750;
}

.check-item input {
  width: 18px;
  min-height: 18px;
  margin-top: 2px;
  padding: 0;
  accent-color: var(--clay);
}

.checklist-actions {
  margin-top: 0;
}

.prompt-panel {
  display: grid;
  gap: 16px;
}

.prompt-panel textarea {
  min-height: 112px;
}

.story-feature {
  grid-template-columns: minmax(300px, 0.74fr) minmax(0, 1fr);
  align-items: center;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: var(--shadow-deep);
}

.story-feature figure {
  display: grid;
  place-items: center;
  height: 100%;
  min-height: 380px;
  margin: 0;
  background: var(--linen);
}

.story-feature img {
  width: 100%;
  height: 100%;
  min-width: 0;
  min-height: 0;
  max-height: 100%;
  object-fit: contain;
}

.story-feature > div {
  display: grid;
  gap: 16px;
  padding: clamp(28px, 5vw, 58px);
}

.form-note,
.disclaimer {
  color: var(--soft);
  font-size: 0.84rem;
}

.category-row {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: 34px;
}

.category-row a {
  display: grid;
  justify-items: center;
  align-content: center;
  min-height: 0;
  padding: 20px 12px;
  text-align: center;
}

.category-photo,
.directory-category-photo,
.question-photo {
  display: grid;
  place-items: center;
  width: 100%;
  overflow: hidden;
  border-radius: 5px;
  background: var(--linen);
}

.category-photo {
  aspect-ratio: 3 / 2;
  margin-bottom: 2px;
}

.category-photo img,
.directory-category-photo img,
.question-photo img {
  width: 100%;
  height: 100%;
  min-width: 0;
  min-height: 0;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
}

.directory-category-photo {
  aspect-ratio: 3 / 2;
}

.question-photo {
  aspect-ratio: 3 / 2;
}

.category-row .icon-badge {
  width: 54px;
  height: 54px;
}

.category-row .icon-badge svg {
  width: 29px;
  height: 29px;
}

.category-row strong {
  font-size: 1rem;
}

.filter-pills,
.meta-row,
.mini-social {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.resources-title-row {
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
  margin: 6px 0 20px;
}

.resources-title-row h2 {
  max-width: none;
  margin: 0;
  font-size: 2.05rem;
}

.filter-pills span,
.filter-pills button,
.filter-pills a,
.meta-row span,
.mini-social span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 253, 248, 0.82);
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
  white-space: nowrap;
}

.filter-pills button {
  appearance: none;
  cursor: pointer;
}

.filter-pills button.is-active,
.filter-pills span:first-child {
  border-color: rgba(230, 106, 58, 0.52);
  color: var(--clay-dark);
}

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

.article-grid--four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.article-grid--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 780px;
  margin-inline: auto;
}

.article-grid--one {
  grid-template-columns: minmax(0, 360px);
  justify-content: center;
}

.article-evidence {
  padding: 28px 0 12px;
  background: var(--linen);
}

.editorial-note {
  margin-bottom: 16px;
  color: var(--muted);
  font-size: 0.86rem;
}

.editorial-note strong {
  color: var(--ink);
}

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

.article-summary-grid p {
  margin: 0;
  padding: 4px 22px 4px 0;
  color: var(--ink);
  font-weight: 700;
}

.article-summary-grid p + p {
  padding-left: 22px;
  border-left: 1px solid rgba(42, 36, 33, 0.14);
}

.article-card {
  display: grid;
  overflow: hidden;
}

.article-card:hover {
  border-color: rgba(181, 101, 52, 0.46);
  box-shadow: var(--shadow-deep);
  transform: translateY(-2px);
}

.article-card-text {
  min-height: 260px;
}

.article-image {
  aspect-ratio: 3 / 2;
}

.article-card > div {
  display: grid;
  align-content: start;
  padding: 22px;
}

.article-card .eyebrow {
  margin-bottom: 10px;
  font-size: 0.68rem;
}

.article-card h3 {
  font-size: 1.22rem;
}

.article-card p {
  font-size: 0.92rem;
}

.meta-row {
  margin-top: 18px;
}

.guide-layout {
  display: grid;
  grid-template-columns: 248px minmax(0, 1fr);
  gap: clamp(24px, 4vw, 56px);
  align-items: start;
}

.chapter-nav {
  position: sticky;
  top: 104px;
  display: grid;
  gap: 4px;
  padding: 12px;
}

.chapter-nav strong {
  padding: 6px 12px 10px;
  color: var(--ink);
  font-family: var(--heading);
  font-size: 1.1rem;
}

.chapter-nav a {
  padding: 11px 12px;
  border-radius: 8px;
  color: var(--muted);
  font-weight: 800;
}

.chapter-nav a:hover {
  background: var(--linen);
  color: var(--ink);
}

.guide-body {
  display: grid;
  gap: 18px;
  min-width: 0;
}

.guide-block {
  padding: clamp(24px, 4vw, 42px);
}

.callout-panel,
.source-panel {
  padding: clamp(24px, 4vw, 42px);
  border-radius: 8px;
}

.callout-panel {
  background: #efe5dc;
  color: var(--ink);
}

.callout-panel ul {
  display: grid;
  gap: 11px;
  padding-left: 20px;
}

.source-panel {
  border: 1px solid var(--line);
  background: rgba(255, 253, 248, 0.8);
}

.source-list {
  display: grid;
  gap: 10px;
  margin: 20px 0;
}

.source-list a {
  display: grid;
  gap: 3px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(42, 36, 33, 0.12);
  color: var(--ink);
}

.source-list a:hover strong {
  color: var(--clay-dark);
}

.source-list span {
  color: var(--muted);
  font-size: 0.86rem;
}

.number-list {
  display: grid;
  gap: 14px;
}

.number-list div {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
}

.number-list span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 8px;
  background: #f4e7e1;
  color: var(--clay);
  font-weight: 900;
}

.wide-feature {
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1fr);
  gap: 0;
  min-height: 230px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fffdf8;
  box-shadow: var(--shadow);
}

.wide-feature > div {
  display: grid;
  align-content: center;
  justify-items: start;
  padding: 30px;
}

.wide-feature img {
  width: 100%;
  height: 100%;
}

.wide-feature-text {
  grid-template-columns: 1fr;
}

.remembrance-collection-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.remembrance-collection-card {
  display: grid;
  grid-template-rows: auto 1fr;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: var(--shadow);
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.remembrance-collection-card:hover {
  border-color: rgba(181, 101, 52, 0.48);
  box-shadow: var(--shadow-deep);
  transform: translateY(-2px);
}

.remembrance-collection-image {
  display: grid;
  place-items: center;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #e8e0d5;
}

.remembrance-collection-image img {
  width: 100%;
  height: 100%;
  min-width: 0;
  min-height: 0;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
}

.remembrance-collection-copy {
  display: grid;
  align-content: start;
  gap: 9px;
  padding: 18px;
}

.remembrance-collection-copy strong {
  color: var(--ink);
  font-family: var(--heading);
  font-size: 1.24rem;
  font-weight: 500;
  line-height: 1.14;
}

.remembrance-collection-copy span {
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.46;
}

.remembrance-collection-copy em {
  margin-top: 2px;
  color: var(--clay-dark);
  font-size: 0.84rem;
  font-style: normal;
  font-weight: 800;
}

.remembrance-detail-story figure {
  min-height: clamp(250px, 28vw, 390px);
}

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

.remembrance-choice-grid article {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: var(--shadow);
}

.remembrance-choice-grid article > span {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: #f4e7e1;
  color: var(--clay);
  font-weight: 900;
}

.remembrance-choice-grid h3,
.remembrance-choice-grid p {
  margin: 0;
}

.remembrance-choice-grid p {
  margin-top: 8px;
  font-size: 0.93rem;
  line-height: 1.52;
}

.remembrance-interest-section {
  background: var(--cream) !important;
}

.remembrance-interest-panel {
  display: grid;
  grid-template-columns: minmax(240px, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(24px, 4vw, 54px);
  align-items: start;
  padding: clamp(24px, 3.5vw, 40px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: var(--shadow);
}

.remembrance-interest-panel > div {
  display: grid;
  gap: 12px;
}

.remembrance-interest-panel > div p {
  max-width: 42ch;
  margin: 0;
}

.memorial-interest-form {
  display: grid;
  gap: 16px;
}

.memorial-interest-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.memorial-interest-wide {
  grid-column: 1 / -1;
}

.memorial-interest-form .button {
  justify-self: start;
}

.story-steps {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.story-steps article {
  padding: 24px;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-list details {
  padding: 18px 20px;
}

.faq-list summary {
  cursor: pointer;
  color: var(--ink);
  font-weight: 900;
}

.faq-list p {
  margin-top: 10px;
}

.form-card {
  display: grid;
  max-width: 720px;
  margin-inline: auto;
  padding: clamp(24px, 4vw, 42px);
}

.profile-section {
  background: var(--cream) !important;
}

.profile-enroll-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.85fr);
  gap: clamp(18px, 3vw, 34px);
  align-items: stretch;
}

.profile-form,
.profile-expectations,
.profile-complete,
.community-guidelines,
.community-gate,
.community-feed,
.community-post {
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.94);
  box-shadow: var(--shadow);
}

.profile-form,
.profile-complete,
.community-gate,
.community-feed {
  display: grid;
  gap: 20px;
  padding: clamp(24px, 3.5vw, 38px);
}

.profile-form > div > p,
.profile-complete > p {
  max-width: 60ch;
  margin-top: 8px;
}

.profile-field-grid,
.checkin-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.profile-field-wide {
  grid-column: 1 / -1;
}

.profile-form .button,
.checkin-form .button,
.community-compose .button {
  justify-self: start;
}

.profile-expectations {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: stretch;
  overflow: hidden;
}

.profile-expectations figure {
  display: grid;
  place-items: center;
  width: 100%;
  min-height: 0;
  min-width: 0;
  aspect-ratio: 3 / 2;
  margin: 0;
  background: var(--linen);
}

.profile-expectations figure img {
  width: 100%;
  height: 100%;
  min-width: 0;
  min-height: 0;
  max-height: 100%;
  object-fit: contain;
}

.profile-expectations > div {
  display: grid;
  width: 100%;
  min-width: 0;
  gap: 14px;
  padding: 24px;
}

.profile-expectations ul,
.community-guidelines ul {
  display: grid;
  width: 100%;
  min-width: 0;
  gap: 10px;
  margin: 0;
  padding-left: 20px;
  color: var(--muted);
  line-height: 1.52;
}

.profile-expectations p {
  font-size: 0.88rem;
}

.profile-expectations li,
.profile-expectations p {
  min-width: 0;
  max-width: 100%;
  overflow-wrap: break-word;
}

.profile-complete {
  max-width: 1080px;
  margin: 28px auto 0;
}

.checkin-form,
.community-compose {
  display: grid;
  gap: 14px;
}

.tracker-prompt {
  display: grid;
  gap: 8px;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--linen);
}

.tracker-prompt label {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(110px, 140px);
  align-items: center;
  gap: 14px;
}

.tracker-prompt p {
  max-width: 72ch;
  margin: 0;
  color: var(--ink);
  line-height: 1.55;
}

.vet-summary-tool {
  display: grid;
  gap: 16px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--warm);
}

.vet-summary-tool > div:first-child {
  display: grid;
  gap: 6px;
}

.vet-summary-tool h3,
.vet-summary-tool p {
  margin: 0;
}

.vet-summary-panel {
  display: grid;
  gap: 16px;
  padding-top: 2px;
}

.vet-summary-list {
  display: grid;
  gap: 14px;
  margin: 0;
  padding-left: 22px;
}

.vet-summary-list li {
  display: grid;
  gap: 4px;
  padding-left: 4px;
  color: var(--muted);
}

.vet-summary-list strong {
  color: var(--ink);
}

.vet-summary-list p {
  margin-top: 4px;
}

.community-section {
  background: var(--warm) !important;
}

.community-shell {
  display: grid;
  grid-template-columns: minmax(260px, 0.52fr) minmax(0, 1fr);
  gap: clamp(18px, 3vw, 34px);
  align-items: start;
}

.community-guidelines {
  display: grid;
  position: sticky;
  top: 94px;
  gap: 16px;
  padding: 24px;
}

.community-main {
  display: grid;
  gap: 20px;
}

.community-gate {
  min-height: 0;
}

.community-gate > div {
  display: grid;
  gap: 14px;
}

.community-feed {
  gap: 16px;
}

.community-feed-heading {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
}

.community-feed-heading h2 {
  margin: 0;
}

.community-feed-heading span,
.community-topic,
.community-post-meta {
  color: var(--soft);
  font-size: 0.78rem;
  font-weight: 800;
}

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

.community-post {
  display: grid;
  gap: 9px;
  padding: 20px;
  box-shadow: none;
}

.community-topic {
  color: var(--clay-dark);
  text-transform: uppercase;
}

.community-post h3 {
  font-size: 1.2rem;
}

.community-post p {
  white-space: pre-wrap;
}

.community-empty {
  max-width: 58ch;
  margin: 0;
  padding: 18px 0 2px;
}

.community-replies {
  display: grid;
  gap: 10px;
  margin-top: 4px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
}

.community-replies h4 {
  margin: 0;
  font-size: .9rem;
}

.community-reply {
  padding: 12px;
  border-radius: 6px;
  background: rgba(244, 241, 238, .72);
}

.community-reply strong,
.community-reply p {
  display: block;
  margin: 0;
}

.community-reply p {
  margin-top: 4px;
  font-size: .9rem;
}

.community-reply-form {
  display: grid;
  gap: 10px;
  margin-top: 4px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
}

.community-reply-form textarea {
  min-height: 88px;
}

.community-reply-form .button {
  justify-self: start;
}

.circle-intro-section {
  background: var(--cream) !important;
}

.circle-intro-grid,
.circle-updates-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(300px, .82fr);
  gap: clamp(18px, 3vw, 34px);
  align-items: start;
}

.circle-intro-card,
.circle-weekly-card,
.circle-host-panel,
.circle-update-intro,
.community-stream,
.circle-empty-state,
.circle-group-card {
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 253, 248, .94);
  box-shadow: var(--shadow);
}

.circle-intro-card,
.circle-weekly-card,
.circle-host-panel,
.circle-update-intro,
.community-stream,
.circle-empty-state {
  display: grid;
  gap: 16px;
  padding: clamp(22px, 3vw, 34px);
}

.circle-intro-card p,
.circle-weekly-card p,
.circle-update-intro > p,
.circle-empty-state p {
  max-width: 64ch;
  margin: 0;
  color: var(--muted);
  line-height: 1.58;
}

.pet-path-note {
  max-width: 60ch;
  margin: 0;
  color: var(--muted);
  font-size: .94rem;
  line-height: 1.5;
}

.circle-principles {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.circle-principles span,
.circle-member-status {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 32px;
  padding: 6px 10px;
  border-radius: 6px;
  background: var(--linen);
  color: var(--ink);
  font-size: .82rem;
  font-weight: 800;
}

.circle-weekly-card {
  grid-template-columns: minmax(160px, 0.82fr) minmax(0, 1.18fr);
  align-items: stretch;
  background: #fffaf4;
}

.circle-weekly-card figure {
  display: grid;
  place-items: center;
  min-height: 100%;
  margin: 0;
  overflow: hidden;
  border-radius: 6px;
  background: var(--linen);
}

.circle-weekly-card figure img {
  width: 100%;
  height: 100%;
  min-width: 0;
  min-height: 0;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
}

.circle-weekly-card > div {
  display: grid;
  align-content: center;
  gap: 10px;
}

.circle-system-section {
  background: var(--warm) !important;
}

.circle-section-heading,
.community-feed-heading {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 20px;
}

.circle-section-heading p {
  max-width: 70ch;
  margin: 8px 0 0;
  color: var(--muted);
}

.circle-section-heading > span {
  color: var(--soft);
  font-size: .82rem;
  font-weight: 800;
}

.circle-group-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.circle-group-card {
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 22px;
  box-shadow: none;
}

.circle-group-card h3 {
  font-size: 1.25rem;
  line-height: 1.14;
}

.circle-group-card > p:not(.circle-group-meta) {
  margin: 0;
  color: var(--muted);
  line-height: 1.52;
}

.circle-group-meta {
  margin: auto 0 0;
  color: var(--soft);
  font-size: .82rem;
  font-weight: 750;
  line-height: 1.45;
}

.circle-group-card .button {
  justify-self: start;
  margin-top: 2px;
}

.circle-empty-state {
  max-width: 680px;
  margin: 0 auto;
  text-align: center;
  justify-items: center;
}

.circle-host-panel {
  max-width: 1000px;
  margin: 28px auto 0;
}

.circle-host-panel > div,
.circle-host-form {
  display: grid;
  gap: 16px;
}

.circle-host-success {
  display: grid;
  gap: 12px;
  padding: 20px;
  border: 1px solid rgba(108, 123, 89, 0.38);
  border-radius: 8px;
  background: #f1f5ee;
}

.circle-host-success h3,
.circle-host-success p {
  margin: 0;
}

.circle-pending-list {
  display: grid;
  gap: 12px;
  max-width: 1000px;
  margin: 20px auto 0;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}

.circle-pending-list h3,
.circle-pending-list p {
  margin: 0;
}

.circle-pending-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 12px;
}

.circle-pending-card {
  display: grid;
  gap: 6px;
  padding: 14px;
  border-radius: 6px;
  background: var(--linen);
}

.circle-pending-card strong {
  color: var(--ink);
  font-family: var(--heading);
  font-size: 1.05rem;
  font-weight: 500;
}

.circle-pending-card span {
  color: var(--muted);
  font-size: .84rem;
  line-height: 1.4;
}

.provider-inquiry-section {
  background: var(--cream) !important;
}

.provider-inquiry-layout {
  display: grid;
  grid-template-columns: minmax(260px, .78fr) minmax(0, 1.22fr);
  gap: clamp(22px, 4vw, 54px);
  align-items: start;
}

.provider-inquiry-layout > div {
  display: grid;
  gap: 12px;
}

.provider-inquiry-form {
  display: grid;
  gap: 16px;
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: var(--shadow);
}

.provider-inquiry-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.provider-inquiry-wide {
  grid-column: 1 / -1;
}

.provider-inquiry-form .button {
  justify-self: start;
}

.circle-host-panel > div p,
.circle-host-form > div p {
  max-width: 66ch;
  margin: 0;
  color: var(--muted);
}

.circle-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.circle-wide-field {
  grid-column: 1 / -1;
}

.circle-host-form .button,
.community-compose .button {
  justify-self: start;
}

.circle-updates-section {
  background: var(--cream) !important;
}

.circle-update-intro {
  position: sticky;
  top: 94px;
}

.circle-safety-note {
  display: grid;
  gap: 8px;
  padding: 16px;
  border-radius: 6px;
  background: var(--linen);
  color: var(--muted);
  font-size: .9rem;
  line-height: 1.48;
}

.circle-safety-note strong {
  color: var(--ink);
}

.circle-safety-note a {
  color: var(--clay-dark);
  font-weight: 800;
}

.circle-update-form {
  min-height: 0;
}

.community-media-picker {
  display: grid;
  gap: 7px;
}

.community-media-picker small {
  color: var(--soft);
  font-size: .8rem;
}

.community-media-list {
  min-height: 0;
}

.community-media-list p {
  margin: 0;
  color: var(--muted);
  font-size: .86rem;
}

.community-stream {
  margin-top: 26px;
}

.community-stream .community-feed-heading {
  margin-bottom: 0;
}

.community-post-media {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 10px;
  margin-top: 4px;
}

.community-post-media img,
.community-post-media video {
  width: 100%;
  max-height: 360px;
  border-radius: 6px;
  background: var(--linen);
  object-fit: contain;
}

.community-post-media audio {
  width: 100%;
}

.cross-link-panel {
  display: grid;
  max-width: 860px;
  margin-inline: auto;
  gap: 18px;
  padding: clamp(24px, 3.5vw, 38px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.92);
  box-shadow: var(--shadow);
}

.cross-link-panel p {
  max-width: 70ch;
  margin: 0;
  color: var(--muted);
}

.story-prose {
  display: grid;
  max-width: 860px;
  margin-inline: auto;
  gap: 18px;
}

.story-prose p {
  max-width: 70ch;
  margin: 0;
  color: var(--ink-soft);
  font-size: clamp(1rem, 1.15vw, 1.1rem);
  line-height: 1.7;
}

.story-prose a:not(.button) {
  color: var(--clay-dark);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.story-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 4px;
}

.footer {
  display: grid;
  grid-template-columns: minmax(240px, 1.35fr) repeat(3, minmax(128px, 0.64fr)) minmax(190px, 0.78fr);
  gap: clamp(24px, 3.2vw, 48px);
  align-items: start;
  padding: 58px clamp(20px, 6vw, 88px) 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: var(--dark);
  color: rgba(255, 255, 255, 0.72);
}

.footer-logo {
  height: 38px;
  filter: brightness(0) invert(1);
}

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

.footer p {
  max-width: 320px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.92rem;
}

.footer nav,
.footer-connect {
  display: grid;
  gap: 10px;
  align-content: start;
  min-width: 0;
  font-size: 0.9rem;
  font-weight: 650;
}

.footer strong {
  color: #fff;
  font-size: 0.9rem;
  font-weight: 800;
}

.footer a {
  display: block;
  color: rgba(255, 255, 255, 0.68);
  white-space: nowrap;
}

.footer a:hover {
  color: #fff;
}

.footer .mini-social span {
  min-height: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.88rem;
}

.footer-bottom {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  padding-top: 26px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.54);
  font-size: 0.84rem;
}

.sr-only {
  position: absolute;
  inset: auto;
  width: 1px;
  max-width: 1px;
  height: 1px;
  max-height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.footer-newsletter {
  display: grid;
  gap: 9px;
  max-width: 280px;
}

.footer-newsletter input {
  min-height: 42px;
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.96);
  font-size: 0.9rem;
}

.footer-newsletter .button {
  width: 100%;
  min-height: 42px;
  padding: 0 14px;
}

.footer-consent {
  grid-template-columns: 16px minmax(0, 1fr);
  gap: 8px;
  align-items: start;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.78rem;
  font-weight: 650;
  line-height: 1.35;
}

.footer-consent input {
  width: 16px;
  min-height: 16px;
  margin-top: 1px;
  padding: 0;
  accent-color: var(--clay-bright);
}

.footer-newsletter .form-note {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.78rem;
  line-height: 1.4;
}

.vet-perspective-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.vet-perspective {
  display: grid;
  gap: 16px;
  align-content: start;
  min-width: 0;
  padding: clamp(22px, 3vw, 30px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: var(--shadow);
}

.vet-perspective-copy,
.vet-perspective blockquote {
  margin: 0;
  color: var(--ink);
  font-family: var(--heading);
  font-size: clamp(1.18rem, 1.65vw, 1.45rem);
  line-height: 1.36;
}

.vet-perspective strong,
.vet-perspective span {
  display: block;
}

.vet-perspective strong {
  color: var(--ink);
  font-size: 0.98rem;
}

.vet-perspective span {
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.45;
}

.vet-perspective-note {
  max-width: 76ch;
  margin: 16px 0 0;
  color: var(--soft);
  font-size: 0.84rem;
}

.vet-visit-workspace {
  display: grid;
  gap: 18px;
}

.vet-visit-intro,
.visit-guide-panel,
.vet-visit-notes {
  min-width: 0;
  padding: clamp(22px, 3vw, 32px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: var(--shadow);
}

.vet-visit-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: 24px;
  align-items: start;
}

.vet-visit-intro h3,
.visit-guide-panel h3 {
  margin-bottom: 8px;
}

.vet-visit-intro p {
  max-width: 42ch;
}

.vet-visit-intro textarea {
  min-height: 130px;
}

.vet-visit-columns,
.vet-visit-notes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.vet-visit-notes {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.vet-visit-notes textarea {
  min-height: 124px;
}

.visit-guide-panel .button {
  margin-top: 2px;
}

.visit-guide-panel details {
  padding: 14px 0;
  border-top: 1px solid var(--line);
}

.visit-guide-panel details:first-of-type {
  margin-top: 8px;
}

.visit-guide-panel summary {
  color: var(--ink);
  font-weight: 800;
  cursor: pointer;
}

.visit-guide-panel ul {
  display: grid;
  gap: 8px;
  margin: 12px 0 0;
  padding-left: 20px;
  color: var(--muted);
  line-height: 1.48;
}

.profile-expectations {
  align-content: start;
}

.profile-expectations > div {
  gap: 20px;
}

.account-benefits {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--line);
}

.account-benefits article {
  display: grid;
  grid-template-columns: minmax(130px, 0.46fr) minmax(0, 1fr);
  gap: 16px;
  padding: 15px 0;
  border-bottom: 1px solid var(--line);
}

.account-benefits strong {
  color: var(--ink);
  font-family: var(--heading);
  font-size: 1.05rem;
  font-weight: 500;
}

.account-benefits span {
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.45;
}

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

.account-overview article {
  display: grid;
  gap: 5px;
  min-width: 0;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--warm);
}

.account-overview span {
  color: var(--soft);
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
}

.account-overview strong {
  overflow-wrap: anywhere;
  color: var(--ink);
  font-family: var(--heading);
  font-size: 1.1rem;
  font-weight: 500;
}

.checkin-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 150px;
  gap: 20px;
  align-items: end;
}

.checkin-heading h3 {
  margin-bottom: 6px;
}

.checkin-heading p {
  max-width: 58ch;
  font-size: 0.95rem;
}

.checkin-heading label {
  margin: 0;
}

.community-research-section {
  background: var(--cream) !important;
}

.community-research-panel {
  display: grid;
  grid-template-columns: minmax(260px, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(22px, 4vw, 48px);
  align-items: start;
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: var(--shadow);
}

.community-research-copy {
  display: grid;
  gap: 14px;
}

.community-research-copy h2,
.community-research-copy p {
  margin: 0;
}

.community-research-copy ul {
  display: grid;
  gap: 8px;
  margin: 4px 0 0;
  padding: 0;
  list-style: none;
  color: var(--muted);
  font-size: 0.92rem;
}

.community-research-copy li {
  display: grid;
  grid-template-columns: 16px minmax(0, 1fr);
  gap: 8px;
}

.community-research-copy li::before {
  color: var(--sage);
  font-weight: 900;
  content: "✓";
}

.community-research-form-wrap,
.community-research-form-wrap > div,
.community-research-form-wrap form {
  display: grid;
  gap: 14px;
}

.community-research-form-wrap > div:not([hidden]) {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--warm);
}

.community-research-form-wrap h3,
.community-research-form-wrap p {
  margin: 0;
}

.research-field-grid {
  display: grid;
  grid-template-columns: minmax(150px, 0.46fr) minmax(0, 1fr);
  gap: 12px;
}

.community-research-result {
  grid-column: 1 / -1;
  display: grid;
  gap: 12px;
  padding: 20px;
  border: 1px solid rgba(108, 123, 89, 0.36);
  border-radius: 6px;
  background: #f1f5ee;
}

.community-research-result h3,
.community-research-result p {
  margin: 0;
}

.community-research-result ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 20px;
  color: var(--muted);
  line-height: 1.48;
}

.research-quota {
  color: var(--sage);
  font-size: 0.82rem;
  font-weight: 800;
}

.admin-section {
  min-height: 68vh;
  background: var(--cream) !important;
}

.admin-shell {
  display: grid;
  gap: 20px;
}

.admin-intro {
  display: grid;
  gap: 12px;
  max-width: 760px;
}

.admin-intro h1,
.admin-intro p {
  margin: 0;
}

.admin-location-note {
  color: var(--soft);
  font-size: 0.9rem;
}

.admin-access-form {
  grid-template-columns: minmax(0, 360px) auto;
  align-items: end;
  max-width: 620px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: var(--shadow);
}

.admin-access-form .form-note {
  grid-column: 1 / -1;
}

.admin-results {
  display: grid;
  gap: 18px;
}

.admin-totals {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.admin-totals article {
  display: grid;
  gap: 5px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--paper);
}

.admin-totals strong {
  color: var(--ink);
  font-family: var(--heading);
  font-size: 1.65rem;
  font-weight: 500;
}

.admin-totals span {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 750;
}

.admin-data-section {
  display: grid;
  gap: 12px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}

.admin-data-section h3,
.admin-data-section p {
  margin: 0;
}

.admin-table-scroll {
  overflow-x: auto;
}

.admin-table-scroll table {
  width: 100%;
  min-width: 700px;
  border-collapse: collapse;
  font-size: 0.86rem;
}

.admin-table-scroll th,
.admin-table-scroll td {
  padding: 10px 12px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  text-align: left;
  vertical-align: top;
}

.admin-table-scroll th {
  color: var(--ink);
  font-size: 0.76rem;
  text-transform: uppercase;
}

a:focus-visible,
button:focus-visible,
input:focus,
select:focus,
textarea:focus {
  outline: 3px solid rgba(230, 106, 58, 0.24);
  outline-offset: 2px;
}

.toast-note {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 100;
  max-width: min(320px, calc(100vw - 36px));
  padding: 12px 14px;
  border: 1px solid rgba(216, 201, 194, 0.8);
  border-radius: 8px;
  background: var(--dark);
  color: #fff;
  box-shadow: var(--shadow-deep);
  font-size: 0.9rem;
  font-weight: 800;
}

@media (max-width: 1180px) {
  .site-header {
    grid-template-columns: auto auto;
    justify-content: space-between;
  }

  .main-nav,
  .nav-cta {
    display: none;
  }

  .mobile-menu {
    position: relative;
    display: block;
  }

  .mobile-menu summary {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 0 16px;
    border: 1px solid var(--line);
    border-radius: 8px;
    color: var(--ink);
    font-weight: 850;
    list-style: none;
    cursor: pointer;
  }

  .mobile-menu summary::-webkit-details-marker {
    display: none;
  }

  .mobile-menu nav {
    position: absolute;
    right: 0;
    top: calc(100% + 10px);
    display: grid;
    width: min(82vw, 320px);
    padding: 10px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    box-shadow: var(--shadow-deep);
  }

  .mobile-menu nav a {
    padding: 11px 12px;
    border-radius: 8px;
    color: var(--muted);
    font-weight: 800;
  }

  .mobile-menu nav span {
    padding: 14px 12px 4px;
    color: var(--sage);
    font-size: 0.74rem;
    font-weight: 850;
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }

  .mobile-menu nav a:hover {
    background: var(--warm);
    color: var(--ink);
  }

  .hero-inner {
    grid-template-columns: 1fr;
    min-height: unset;
  }

  .hero-media {
    justify-self: start;
  }

  .concern-grid,
  .category-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .card-grid,
  .card-grid.four,
  .article-grid,
  .story-steps,
  .remembrance-collection-grid,
  .remembrance-choice-grid,
  .directory-grid,
  .provider-results-grid,
  .insight-grid,
  .question-grid,
  .directory-status-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer {
    grid-template-columns: minmax(0, 1.2fr) repeat(2, minmax(0, 0.8fr));
  }

  .profile-enroll-layout,
  .community-shell,
  .circle-intro-grid,
  .circle-updates-layout,
  .session-follow-through-panel,
  .professional-session-panel,
  .session-registration-band,
  .remembrance-interest-panel {
    grid-template-columns: 1fr;
  }

  .community-guidelines {
    position: static;
  }

  .circle-update-intro {
    position: static;
  }

  .circle-group-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .session-route-grid,
  .session-listing-grid {
    grid-template-columns: 1fr;
  }
}

.membership-compare {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.membership-compare article {
  display: grid;
  align-content: start;
  gap: 16px;
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}

.membership-compare article:last-child {
  background: var(--dark);
}

.membership-compare article:last-child h3,
.membership-compare article:last-child li,
.membership-compare article:last-child p {
  color: #fff;
}

.membership-compare ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 20px;
  color: var(--muted);
  line-height: 1.5;
}

.membership-compare .button {
  justify-self: start;
}

.suggested-lesson-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.suggested-lesson-grid button {
  display: grid;
  min-width: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  color: var(--ink);
  text-align: left;
  cursor: pointer;
}

.suggested-lesson-grid img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  background: var(--linen);
}

.suggested-lesson-grid button > span {
  display: grid;
  gap: 7px;
  padding: 16px;
}

.suggested-lesson-grid strong { font-family: var(--serif); font-size: 1.18rem; }
.suggested-lesson-grid em { color: var(--muted); font-style: normal; line-height: 1.45; }

.care-lesson-quiz {
  display: grid;
  gap: 16px;
  margin: 0 clamp(20px, 4vw, 42px) clamp(20px, 4vw, 36px);
  padding: clamp(20px, 3vw, 30px);
  border-radius: 8px;
  background: var(--dark);
  color: #fff;
}

.care-lesson-quiz h4 { margin: 0; color: #fff; }
.care-lesson-quiz fieldset { display: grid; gap: 9px; margin: 0; padding: 16px 0 0; border: 0; border-top: 1px solid rgba(255,255,255,.18); }
.care-lesson-quiz legend { padding: 0 0 8px; font-weight: 700; line-height: 1.4; }
.care-lesson-quiz label { display: flex; align-items: flex-start; gap: 9px; padding: 9px 11px; border: 1px solid rgba(255,255,255,.16); border-radius: 6px; cursor: pointer; }
.care-lesson-quiz label:has(input:checked) { border-color: #f0c2a9; background: rgba(255,255,255,.08); }
.care-lesson-quiz input { margin-top: 3px; }
.quiz-feedback { min-height: 1.4em; margin: 3px 0 0; color: #f0c2a9; font-size: .9rem; }
.quiz-feedback.is-correct { color: #c8dfbd; }

.account-pet-tools {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 10px;
}

.account-pet-tools label { display: grid; gap: 5px; min-width: 180px; }
.account-pet-tools label > span { color: var(--muted); font-size: .78rem; font-weight: 700; text-transform: uppercase; }
.account-pet-tools select { min-height: 46px; }
.add-pet-form { display: grid; gap: 18px; }

.marketplace-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.marketplace-card {
  display: grid;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  color: var(--ink);
  text-decoration: none;
}

.marketplace-card img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  background: var(--linen);
}

.marketplace-card > span { display: grid; align-content: start; gap: 8px; padding: 17px; }
.marketplace-card strong { font-family: var(--serif); font-size: 1.2rem; }
.marketplace-card em { color: var(--muted); font-style: normal; line-height: 1.45; }
.marketplace-card b { color: var(--clay-dark); font-size: .85rem; }
.marketplace-trust-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.marketplace-trust-grid article { display: grid; gap: 7px; padding: 20px; border: 1px solid var(--line); border-radius: 8px; background: var(--paper); }
.marketplace-trust-grid strong { font-family: var(--serif); font-size: 1.18rem; }
.marketplace-trust-grid span { color: var(--muted); line-height: 1.48; }
.marketplace-category-story li { margin-bottom: 8px; }
.vendor-application-form, .marketplace-interest-form { max-width: 980px; margin-inline: auto; }

@media (max-width: 980px) {
  .suggested-lesson-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .marketplace-grid, .marketplace-trust-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 700px) {
  .membership-compare { grid-template-columns: 1fr; }
  .suggested-lesson-grid { grid-template-columns: 1fr; }
  .care-lesson-quiz { margin-inline: 14px; padding: 18px 14px; }
  .account-pet-tools { justify-content: stretch; width: 100%; }
  .account-pet-tools label, .account-pet-tools .button { width: 100%; }
  .marketplace-grid, .marketplace-trust-grid { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  .wrap,
  .hero-inner {
    width: calc(100% - 28px);
    max-width: 520px;
    min-width: 0;
  }

  .circle-intro-card,
  .circle-weekly-card,
  .circle-host-panel,
  .circle-update-intro,
  .community-stream,
  .circle-empty-state {
    padding: 20px;
  }

  .circle-section-heading,
  .community-feed-heading {
    align-items: start;
  }

  .circle-group-list,
  .circle-form-grid {
    grid-template-columns: 1fr;
  }

  .session-route-grid,
  .session-listing-grid,
  .session-registration-fields {
    grid-template-columns: 1fr;
  }

  .session-route-grid article,
  .session-listing-card {
    grid-template-columns: 1fr;
  }

  .session-route-grid figure,
  .session-listing-photo {
    min-height: 0;
    aspect-ratio: auto;
  }

  .session-route-grid img,
  .session-listing-photo img,
  .session-detail-story figure img {
    max-height: none;
  }

  .session-follow-through-panel .actions {
    justify-content: stretch;
  }

  .professional-session-list p {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .circle-group-card .button,
  .circle-host-form .button,
  .community-compose .button {
    width: 100%;
    justify-content: center;
  }

  .circle-principles span {
    width: 100%;
  }

  .site-header {
    position: sticky;
    min-height: 64px;
    padding: 12px 14px;
  }

  .brand-logo {
    width: 168px;
    height: auto;
    max-height: 32px;
  }

  .hero-inner {
    gap: 26px;
    padding-block: 32px 38px;
  }

  .hero-copy,
  .hero-copy > p:not(.eyebrow),
  .directory-card,
  .directory-card p,
  .provider-source-card,
  .provider-source-card p,
  .provider-source-card h3,
  .article-card,
  .article-card p,
  .article-card h3 {
    min-width: 0;
    max-width: 100%;
    overflow-wrap: normal;
  }

  .hero-copy {
    width: 100%;
  }

  h1 {
    max-width: 100%;
    font-size: 2.05rem;
    line-height: 1.1;
    text-wrap: pretty;
  }

  h2 {
    max-width: 100%;
  }

  .hero-copy > p:not(.eyebrow) {
    width: 100%;
    max-width: 100%;
  }

  .hero-media,
  .split-story,
  .image-card,
  .article-card,
  .newsletter-band {
    width: 100%;
  }

  .hero-media img {
    max-height: 420px;
  }

  h1 {
    max-width: 100%;
    font-size: 2.05rem;
    line-height: 1.1;
    overflow-wrap: normal;
  }

  h2 {
    max-width: 100%;
    margin-inline: auto;
    font-size: 1.8rem;
    line-height: 1.12;
    overflow-wrap: normal;
  }

  h3,
  p,
  a,
  button,
  input,
  select,
  textarea {
    max-width: 100%;
  }

  .hero-copy > p:not(.eyebrow),
  .section-heading > p {
    font-size: 1rem;
  }

  .actions {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 320px;
  }

  .button {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    padding-inline: 14px;
  }

  .section {
    padding-block: 30px;
  }

  .section-heading {
    margin-bottom: 18px;
  }

  .concern-grid,
  .category-row,
  .card-grid,
  .card-grid.four,
  .article-grid,
  .remembrance-collection-grid,
  .remembrance-choice-grid,
  .remembrance-interest-panel,
  .memorial-interest-grid,
  .visual-story-rail,
  .feature-pair,
  .session-grid,
  .story-steps,
  .split-story,
  .split-story.reverse,
  .image-card,
  .newsletter-band,
  .newsletter-band form,
  .search-row,
  .resource-toolbar,
  .directory-toolbar,
  .provider-results-grid,
  .guide-layout,
  .wide-feature,
  .directory-grid,
  .insight-grid,
  .question-grid,
  .directory-status-grid,
  .article-summary-grid,
  .checklist-layout,
  .compact-form,
  .story-feature {
    grid-template-columns: 1fr;
  }

  .visual-story-tile {
    grid-template-rows: auto auto;
  }

  .remembrance-collection-copy,
  .remembrance-choice-grid article,
  .remembrance-interest-panel {
    padding: 20px;
  }

  .memorial-interest-form .button {
    width: 100%;
    justify-content: center;
  }

  .dark-section .source-list {
    grid-template-columns: 1fr;
  }

  .expert-perspectives {
    grid-template-columns: 1fr;
  }

  .visual-story-copy {
    min-height: 0;
  }

  .expert-perspective {
    min-height: 0;
    padding: 22px 18px;
  }

  .resource-toolbar {
    margin-top: 0;
  }

  .directory-card {
    min-height: 0;
    padding: 20px;
  }

  .provider-source-card {
    padding: 20px;
  }

  .provider-result {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 20px;
  }

  .provider-photo {
    width: min(150px, 100%);
  }

  .provider-result-aside {
    padding: 16px 0 0;
    border-top: 1px solid rgba(42, 36, 33, 0.1);
    border-left: 0;
  }

  .profile-layout,
  .profile-facts {
    grid-template-columns: 1fr;
  }

  .profile-sidecard {
    position: static;
  }

  .provider-source-top,
  .directory-results-heading {
    align-items: flex-start;
  }

  .article-summary-grid p,
  .article-summary-grid p + p {
    padding: 13px 0;
    border: 0;
    border-top: 1px solid rgba(42, 36, 33, 0.14);
  }

  .article-summary-grid p:first-child {
    border-top: 0;
  }

  .resources-title-row {
    display: grid;
    gap: 12px;
    align-items: start;
  }

  .resources-title-row h2 {
    margin-inline: 0;
  }

  .filter-pills {
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 4px;
  }

  .info-card,
  .category-row a {
    width: 100%;
    min-height: 0;
  }

  .concern-grid .info-card {
    min-height: 0;
  }

  .split-story > div,
  .image-card > div,
  .article-card > div,
  .wide-feature > div {
    padding: 22px 18px;
  }

  .split-story figure,
  .image-card .image-frame,
  .story-feature figure {
    min-height: 0;
  }

  .article-image {
    min-height: 190px;
  }

  .chapter-nav {
    position: static;
  }

  .number-list div {
    grid-template-columns: 38px minmax(0, 1fr);
  }

  .number-list span {
    width: 38px;
    height: 38px;
  }

  .footer {
    grid-template-columns: 1fr;
    padding: 42px 22px 24px;
  }

  .profile-field-grid,
  .checkin-grid {
    grid-template-columns: 1fr;
  }

  .profile-expectations,
  .circle-weekly-card,
  .provider-inquiry-layout,
  .provider-inquiry-grid {
    grid-template-columns: 1fr;
  }

  .profile-expectations figure,
  .circle-weekly-card figure {
    min-height: 0;
    aspect-ratio: 3 / 2;
  }

  .provider-inquiry-form .button {
    width: 100%;
    justify-content: center;
  }

  .tracker-prompt label {
    grid-template-columns: 1fr;
  }

  .profile-field-wide {
    grid-column: auto;
  }

  .profile-form,
  .profile-expectations > div,
  .profile-complete,
  .community-guidelines,
  .community-gate,
  .community-feed {
    padding: 22px 18px;
  }

  .profile-form .button,
  .checkin-form .button,
  .community-compose .button {
    justify-self: stretch;
  }

  .footer-bottom {
    display: grid;
  }

  .vet-perspective-grid,
  .vet-visit-intro,
  .vet-visit-columns,
  .vet-visit-notes,
  .account-overview,
  .community-research-panel,
  .research-field-grid,
  .admin-access-form,
  .admin-totals {
    grid-template-columns: 1fr;
  }

  .vet-visit-intro,
  .visit-guide-panel,
  .vet-visit-notes,
  .community-research-panel,
  .admin-access-form,
  .admin-data-section {
    padding: 20px 18px;
  }

  .account-benefits article {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .checkin-heading {
    grid-template-columns: 1fr;
  }

  .checkin-heading label {
    max-width: none;
  }

  .footer-newsletter {
    max-width: none;
  }
}

/* Approved WoafMeow homepage reference implementation - 2026-08-10 */
.wm-home {
  overflow: hidden;
  background: #fff;
}

.wm-home .wrap {
  width: min(1320px, calc(100% - 48px));
  margin-inline: auto;
}

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

.wm-home .button {
  min-height: 42px;
  padding-inline: 20px;
}

.wm-hero {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  background: linear-gradient(90deg, #f7f4ef 0%, #f7f4ef 30%, #e9e8e3 72%, #dedbd4 100%);
}

.wm-hero-image {
  position: absolute;
  inset: 0 0 0 auto;
  z-index: 0;
  display: block;
  width: 68%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
}

.wm-hero::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, #f7f4ef 0%, rgba(247,244,239,.98) 27%, rgba(247,244,239,.4) 48%, rgba(247,244,239,0) 68%);
  content: "";
  pointer-events: none;
}

.wm-hero-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(330px, .78fr) minmax(420px, 1.22fr) 330px;
  align-items: center;
  min-height: 560px;
  gap: 30px;
  padding-block: 42px;
}

.wm-hero-copy {
  grid-column: 1;
  max-width: 470px;
}

.wm-hero-copy h1 {
  max-width: 460px;
  margin-bottom: 18px;
  color: #26251f;
  font: 500 clamp(2.75rem, 4vw, 4.25rem)/1.03 var(--serif);
  letter-spacing: 0;
}

.wm-hero-copy > p {
  max-width: 430px;
  margin-bottom: 26px;
  color: #5e625d;
  font-size: 1.03rem;
  line-height: 1.58;
}

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

.wm-hero-ask {
  grid-column: 3;
  display: grid;
  gap: 12px;
  width: 100%;
  padding: 28px;
  border: 1px solid rgba(126, 97, 77, .2);
  border-radius: 6px;
  background: rgba(255, 253, 249, .96);
  box-shadow: 0 18px 48px rgba(45, 38, 31, .12);
}

.wm-hero-ask h2 {
  margin-bottom: 0;
  font: 500 1.75rem/1.15 var(--serif);
}

.wm-hero-ask p,
.wm-hero-ask small {
  margin: 0;
  color: var(--muted);
  line-height: 1.45;
}

.wm-hero-ask p { font-size: .9rem; }
.wm-hero-ask small { font-size: .72rem; }
.wm-hero-ask textarea { min-height: 126px; resize: vertical; background: #fff; }
.wm-hero-ask .button { width: 100%; }

.wm-evidence,
.wm-lessons,
.wm-store,
.wm-vets {
  padding-block: 48px;
}

.wm-section-intro,
.wm-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 22px;
}

.wm-section-intro h2,
.wm-section-head h2 {
  margin-bottom: 5px;
  color: #2b2923;
  font: 500 clamp(1.65rem, 2.4vw, 2.25rem)/1.15 var(--serif);
}

.wm-section-intro p,
.wm-section-intro span,
.wm-section-head a {
  margin: 0;
  color: var(--muted);
  font-size: .82rem;
}

.wm-section-head a {
  color: var(--sage-dark);
  font-weight: 700;
}

.wm-stat-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.wm-stat-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 42%;
  min-height: 190px;
  overflow: hidden;
  border: 1px solid #ded9d0;
  border-radius: 5px;
  background: #faf8f4;
}

.wm-stat-card > div {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: start;
  gap: 8px;
  padding: 22px 0 18px 20px;
}

.wm-stat-card strong {
  color: #667b59;
  font: 500 clamp(2rem, 3vw, 3rem)/1 var(--serif);
}

.wm-stat-card h3 {
  margin: 0;
  font: 750 .92rem/1.3 var(--sans);
}

.wm-stat-card p {
  margin: 0;
  color: var(--muted);
  font-size: .75rem;
  line-height: 1.42;
}

.wm-stat-card a {
  margin-top: auto;
  color: #6d756d;
  font-size: .64rem;
}

.wm-stat-card img {
  align-self: end;
  display: block;
  width: 100%;
  height: 100%;
  max-height: 190px;
  object-fit: contain;
  object-position: center bottom;
}

.wm-question-band {
  padding-block: 34px;
  background: #f7f4ef;
}

.wm-question-band .wrap {
  padding: 30px 34px;
  border: 1px solid #e2ddd4;
  background: rgba(255,255,255,.7);
}

.wm-question-copy h2 {
  margin-bottom: 6px;
  font: 500 2rem/1.15 var(--serif);
}

.wm-question-copy p { margin-bottom: 20px; color: var(--muted); }

.wm-question-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
}

.wm-question-form input { width: 100%; min-height: 50px; background: #fff; }

.wm-question-examples {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
  color: var(--muted);
  font-size: .74rem;
}

.wm-question-examples a {
  min-height: 30px;
  padding: 7px 11px;
  border: 1px solid #ddd7ce;
  border-radius: 4px;
  background: #fff;
  color: #5f625d;
}

.wm-lesson-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.wm-lesson-card {
  display: grid;
  grid-template-rows: 190px minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid #ded9d1;
  border-radius: 5px;
  background: #fff;
  color: var(--ink);
}

.wm-lesson-card img {
  display: block;
  width: 100%;
  height: 190px;
  padding: 8px;
  background: #f2eee8;
  object-fit: contain;
}

.wm-lesson-card > span {
  display: grid;
  align-content: start;
  gap: 7px;
  padding: 18px;
}

.wm-lesson-card small { color: var(--sage-dark); font-size: .64rem; font-weight: 850; }
.wm-lesson-card strong { font: 500 1.35rem/1.2 var(--serif); }
.wm-lesson-card p { margin: 0; color: var(--muted); font-size: .86rem; line-height: 1.45; }
.wm-lesson-card em { margin-top: 8px; color: #6e756d; font-size: .72rem; font-style: normal; }

.wm-solutions {
  padding-block: 10px 50px;
}

.wm-solution-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid #ddd8cf;
  border-radius: 5px;
}

.wm-solution-card {
  display: grid;
  grid-template-rows: minmax(205px, auto) 210px;
  border-left: 1px solid #ddd8cf;
  background: #fbfaf7;
}

.wm-solution-card:first-child { border-left: 0; }

.wm-solution-copy {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  align-items: start;
  gap: 18px;
  padding: 28px;
}

.wm-solution-copy .icon-badge {
  width: 58px;
  height: 58px;
  padding: 12px;
  border: 1px solid #d9d7cf;
  border-radius: 50%;
  background: #f1f2ed;
}

.wm-solution-copy h3 { margin-bottom: 6px; font: 500 1.4rem/1.2 var(--serif); }
.wm-solution-copy p { margin-bottom: 16px; color: var(--muted); font-size: .86rem; line-height: 1.42; }
.wm-solution-card > img { display: block; width: 100%; height: 210px; padding: 8px; background: #eeeae3; object-fit: contain; }

.wm-store { background: #fff; }

.wm-product-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.wm-product-card {
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  min-width: 0;
  padding: 10px;
  border: 1px solid #e0dcd4;
  border-radius: 4px;
  background: #faf9f6;
}

.wm-product-card > a {
  display: grid;
  align-content: start;
  gap: 7px;
  color: var(--ink);
}

.wm-product-card img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / .78;
  padding: 8px;
  background: #efebe5;
  object-fit: contain;
}

.wm-product-card small { margin-top: 5px; color: var(--sage-dark); font-size: .67rem; }
.wm-product-card strong { min-height: 42px; font-size: .92rem; line-height: 1.3; }
.wm-product-card em { font-size: .9rem; font-style: normal; font-weight: 800; }
.wm-product-card button { min-height: 38px; margin-top: 12px; border: 1px solid #cfcac1; border-radius: 3px; background: #fff; color: var(--ink); font-weight: 700; cursor: pointer; }
.wm-product-card button:hover { border-color: var(--clay); color: var(--clay-dark); }

.wm-meetup {
  padding-block: 42px;
  background: #f7f2ea;
}

.wm-meetup .wrap {
  display: grid;
  grid-template-columns: .8fr 1.2fr .85fr;
  align-items: center;
  gap: 30px;
}

.wm-meetup h2 { margin-bottom: 4px; font: 500 2rem/1.1 var(--serif); }
.wm-meetup h3 { margin-bottom: 10px; font: 500 1.15rem/1.3 var(--serif); }
.wm-meetup p { margin: 0; color: var(--muted); line-height: 1.5; }
.wm-meetup > .wrap > img { display: block; width: 100%; height: 230px; padding: 6px; background: #ece7de; object-fit: contain; }
.wm-meetup form { display: grid; gap: 10px; }
.wm-meetup form > div { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.wm-meetup input { width: 100%; min-height: 42px; background: #fff; }
.wm-meetup .button { width: 100%; }
.wm-meetup small { color: var(--muted); font-size: .68rem; }

.wm-vet-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.wm-vet-grid article {
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr);
  align-items: center;
  gap: 22px;
  padding: 24px;
  border: 1px solid #e0dcd4;
  background: #fbfaf7;
}

.wm-vet-grid img {
  display: block;
  width: 90px;
  height: 90px;
  padding: 4px;
  border-radius: 50%;
  background: #ede8e0;
  object-fit: contain;
}

.wm-vet-grid p { margin-bottom: 12px; color: #434640; font: 500 1.05rem/1.45 var(--serif); }
.wm-vet-grid strong,
.wm-vet-grid span { display: block; }
.wm-vet-grid strong { font-size: .82rem; }
.wm-vet-grid span { margin-top: 3px; color: var(--muted); font-size: .72rem; }

.wm-story {
  padding-block: 38px;
  background: #f5f1ea;
}

.wm-story .wrap {
  display: grid;
  grid-template-columns: minmax(280px, .55fr) minmax(0, 1.45fr);
  align-items: center;
  gap: 42px;
}

.wm-story img {
  display: block;
  width: 100%;
  height: 230px;
  padding: 6px;
  background: #e9e5de;
  object-fit: contain;
}

.wm-story h2 { margin-bottom: 10px; font: 500 1.85rem/1.18 var(--serif); }
.wm-story p { max-width: 760px; margin-bottom: 18px; color: var(--muted); line-height: 1.5; }

@media (max-width: 1160px) {
  .site-header { padding-inline: 24px; }
  .main-nav { gap: 16px; }
  .wm-hero-layout { grid-template-columns: minmax(310px, .8fr) minmax(220px, 1fr) 300px; }
  .wm-stat-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .wm-product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 900px) {
  .wm-home .wrap { width: min(100% - 32px, 760px); }
  .wm-hero { display: grid; min-height: 0; }
  .wm-hero::after { display: none; }
  .wm-hero-image { position: static; order: 0; width: 100%; height: auto; max-height: 430px; padding: 12px; background: #e9e8e3; object-fit: contain; }
  .wm-hero-layout { order: 1; grid-template-columns: 1fr; min-height: 0; padding-block: 34px; }
  .wm-hero-copy,
  .wm-hero-ask { grid-column: 1; }
  .wm-hero-copy { max-width: 620px; }
  .wm-hero-ask { max-width: 620px; }
  .wm-hero-copy h1 { font-size: clamp(2.45rem, 8vw, 3.8rem); }
  .wm-lesson-grid,
  .wm-solution-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .wm-solution-card:nth-child(3) { grid-column: 1 / -1; border-top: 1px solid #ddd8cf; border-left: 0; }
  .wm-solution-card:nth-child(2) { border-left: 1px solid #ddd8cf; }
  .wm-meetup .wrap { grid-template-columns: 1fr 1fr; }
  .wm-meetup form { grid-column: 1 / -1; }
  .wm-story .wrap { grid-template-columns: 1fr 1.25fr; }
}

@media (max-width: 620px) {
  .wm-home .wrap { width: min(100% - 24px, 520px); }
  .wm-hero-image { max-height: 360px; padding: 8px; }
  .wm-hero-layout { gap: 24px; }
  .wm-hero-copy h1 { font-size: 2.55rem; }
  .wm-hero-copy > p { font-size: .96rem; }
  .wm-hero-copy .actions { display: grid; grid-template-columns: 1fr; }
  .wm-hero-copy .button { width: 100%; }
  .wm-hero-ask { padding: 22px 18px; }
  .wm-evidence,
  .wm-lessons,
  .wm-store,
  .wm-vets { padding-block: 34px; }
  .wm-section-intro,
  .wm-section-head { align-items: start; flex-direction: column; gap: 8px; }
  .wm-stat-grid,
  .wm-lesson-grid,
  .wm-solution-grid,
  .wm-vet-grid,
  .wm-meetup .wrap,
  .wm-story .wrap { grid-template-columns: 1fr; }
  .wm-stat-card { min-height: 180px; }
  .wm-question-band .wrap { padding: 22px 16px; }
  .wm-question-form { grid-template-columns: 1fr; }
  .wm-question-form .button { width: 100%; }
  .wm-lesson-card { grid-template-rows: auto auto; }
  .wm-lesson-card img { height: auto; max-height: 270px; }
  .wm-solution-card,
  .wm-solution-card:nth-child(2),
  .wm-solution-card:nth-child(3) { grid-column: auto; grid-template-rows: auto auto; border-top: 1px solid #ddd8cf; border-left: 0; }
  .wm-solution-card:first-child { border-top: 0; }
  .wm-solution-copy { grid-template-columns: 52px minmax(0, 1fr); padding: 22px 18px; }
  .wm-solution-copy .icon-badge { width: 48px; height: 48px; padding: 10px; }
  .wm-solution-card > img { height: auto; max-height: 250px; }
  .wm-product-grid { display: flex; width: calc(100% + 12px); overflow-x: auto; padding: 0 12px 12px 0; scroll-snap-type: x mandatory; }
  .wm-product-card { flex: 0 0 78%; scroll-snap-align: start; }
  .wm-meetup > .wrap > img { grid-row: 2; height: auto; max-height: 300px; }
  .wm-meetup form { grid-column: auto; }
  .wm-meetup form > div { grid-template-columns: 1fr; }
  .wm-vet-grid article { grid-template-columns: 72px minmax(0, 1fr); gap: 16px; padding: 18px; }
  .wm-vet-grid img { width: 72px; height: 72px; }
  .wm-story img { height: auto; max-height: 320px; }
}

/* Approved WoafMeow homepage reference implementation — 2026-08-10 */
.wm-home {
  --wm-paper: #fffefb;
  --wm-cream: #f8f4ed;
  --wm-warm: #f3ede4;
  --wm-ink: #25211d;
  --wm-muted: #68635c;
  --wm-clay: #b55c3b;
  --wm-clay-dark: #8b3e2b;
  --wm-sage: #66775f;
  --wm-line: #dfd7cc;
  background: var(--wm-paper);
  color: var(--wm-ink);
}

.wm-home *,
.wm-home *::before,
.wm-home *::after {
  box-sizing: border-box;
}

.wm-home .wrap {
  width: min(100%, 1280px);
  max-width: none;
  margin-inline: auto;
  padding-inline: 32px;
}

.wm-home h1,
.wm-home h2,
.wm-home h3 {
  margin: 0;
  color: var(--wm-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: 0;
}

.wm-home p,
.wm-home a,
.wm-home button,
.wm-home input,
.wm-home textarea,
.wm-home small,
.wm-home strong,
.wm-home em,
.wm-home span {
  letter-spacing: 0;
}

.wm-home .button {
  min-height: 44px;
  padding: 11px 20px;
  border-radius: 4px;
  white-space: nowrap;
}

.wm-hero {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  background: #ece9e2;
}

.wm-hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 46%;
}

.wm-hero::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, rgba(250, 247, 241, .98) 0%, rgba(250, 247, 241, .94) 29%, rgba(250, 247, 241, .2) 50%, rgba(250, 247, 241, .05) 100%);
  pointer-events: none;
}

.wm-hero-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(360px, .84fr) minmax(360px, 1.25fr) minmax(280px, .72fr);
  align-items: center;
  min-height: 560px;
  gap: 24px;
}

.wm-hero-copy {
  grid-column: 1;
  position: relative;
  z-index: 3;
  display: block;
  padding-block: 70px;
}

.wm-hero-copy::before {
  position: absolute;
  inset: -160px -76px -160px -100vw;
  z-index: -1;
  content: "";
  background: linear-gradient(90deg, #faf7f1 0%, #faf7f1 83%, rgba(250, 247, 241, .96) 92%, rgba(250, 247, 241, 0) 100%);
  pointer-events: none;
}

.wm-hero-copy h1 {
  max-width: 520px;
  margin-bottom: 20px;
  font-size: clamp(44px, 4.1vw, 68px);
  line-height: 1.02;
}

.wm-hero-copy > p {
  max-width: 470px;
  margin: 0 0 26px;
  color: var(--wm-muted);
  font-size: 18px;
  line-height: 1.55;
}

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

.wm-hero-ask {
  grid-column: 3;
  display: grid;
  gap: 14px;
  width: 100%;
  padding: 26px;
  border: 1px solid rgba(54, 45, 37, .16);
  border-radius: 6px;
  background: rgba(255, 254, 251, .96);
  box-shadow: 0 20px 50px rgba(54, 45, 37, .16);
}

.wm-hero-ask h2 {
  font-size: 27px;
  line-height: 1.1;
}

.wm-hero-ask p,
.wm-hero-ask small {
  margin: 0;
  color: var(--wm-muted);
  line-height: 1.45;
}

.wm-hero-ask textarea {
  width: 100%;
  min-height: 130px;
  resize: vertical;
  padding: 14px;
  border: 1px solid #cfc6bb;
  border-radius: 4px;
  background: #fff;
  color: var(--wm-ink);
}

.wm-hero-ask .button {
  width: 100%;
}

.wm-hero-ask small {
  padding-left: 20px;
  font-size: 12px;
  background: radial-gradient(circle at 6px 50%, transparent 4px, var(--wm-sage) 4.5px, var(--wm-sage) 5.5px, transparent 6px) no-repeat;
}

.wm-evidence,
.wm-lessons,
.wm-store,
.wm-vets {
  padding: 44px 0;
}

.wm-section-intro,
.wm-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 22px;
}

.wm-section-intro h2,
.wm-section-head h2 {
  font-size: clamp(25px, 2.2vw, 34px);
  line-height: 1.15;
}

.wm-section-intro p {
  margin: 7px 0 0;
  color: var(--wm-muted);
}

.wm-section-intro > span,
.wm-section-head > a {
  flex: 0 0 auto;
  color: var(--wm-muted);
  font-size: 13px;
}

.wm-section-head > a {
  color: var(--wm-sage);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.wm-stat-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.wm-stat-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 86px;
  align-items: end;
  min-height: 202px;
  overflow: hidden;
  border: 1px solid var(--wm-line);
  border-radius: 5px;
  background: var(--wm-cream);
}

.wm-stat-card > div {
  display: grid;
  align-content: start;
  gap: 7px;
  min-width: 0;
  padding: 22px 8px 18px 20px;
}

.wm-stat-card > div > strong {
  color: var(--wm-sage);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 2.8vw, 46px);
  font-weight: 500;
  line-height: 1;
}

.wm-stat-card h3 {
  font-family: var(--font-sans);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
}

.wm-stat-card p {
  margin: 0;
  color: var(--wm-muted);
  font-size: 13px;
  line-height: 1.4;
}

.wm-stat-card a {
  color: var(--wm-muted);
  font-size: 10px;
  line-height: 1.25;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.wm-stat-card img {
  display: block;
  align-self: end;
  width: 100%;
  height: 142px;
  object-fit: cover;
  object-position: center;
}

.wm-question-band {
  padding-bottom: 18px;
}

.wm-question-band > .wrap {
  display: grid;
  grid-template-columns: minmax(250px, .78fr) minmax(0, 1.85fr);
  gap: 16px 28px;
  padding-block: 28px;
  border: 1px solid var(--wm-line);
  border-radius: 5px;
  background: var(--wm-cream);
}

.wm-question-copy h2 {
  font-size: clamp(25px, 2.2vw, 34px);
}

.wm-question-copy p {
  margin: 7px 0 0;
  color: var(--wm-muted);
}

.wm-question-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
}

.wm-question-form label,
.wm-question-form input {
  width: 100%;
}

.wm-question-form input {
  min-height: 46px;
  padding: 11px 14px;
  border: 1px solid #cbc2b7;
  border-radius: 4px;
  background: #fff;
}

.wm-question-examples {
  grid-column: 2;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.wm-question-examples > span {
  color: var(--wm-muted);
  font-size: 12px;
  font-weight: 700;
}

.wm-question-examples a {
  padding: 6px 10px;
  border: 1px solid var(--wm-line);
  border-radius: 4px;
  background: var(--wm-paper);
  color: var(--wm-muted);
  font-size: 12px;
}

.wm-lesson-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.wm-lesson-card {
  display: grid;
  grid-template-rows: 190px minmax(190px, auto);
  overflow: hidden;
  border: 1px solid var(--wm-line);
  border-radius: 5px;
  background: var(--wm-paper);
  color: var(--wm-ink);
  transition: transform .18s ease, box-shadow .18s ease;
}

.wm-lesson-card:hover,
.wm-lesson-card:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(57, 45, 35, .1);
}

.wm-lesson-card > img {
  display: block;
  width: 100%;
  height: 190px;
  object-fit: cover;
  object-position: center;
}

.wm-lesson-card > span {
  display: grid;
  align-content: start;
  gap: 9px;
  padding: 17px;
}

.wm-lesson-card small {
  color: var(--wm-sage);
  font-size: 10px;
  font-weight: 800;
}

.wm-lesson-card strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 23px;
  font-weight: 500;
  line-height: 1.15;
}

.wm-lesson-card p {
  margin: 0;
  color: var(--wm-muted);
  font-size: 14px;
  line-height: 1.45;
}

.wm-lesson-card em {
  margin-top: auto;
  color: var(--wm-muted);
  font-size: 12px;
  font-style: normal;
}

.wm-solutions {
  padding: 4px 0 42px;
}

.wm-solution-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid var(--wm-line);
  border-radius: 5px;
}

.wm-solution-card {
  display: grid;
  grid-template-rows: minmax(190px, auto) 170px;
  min-width: 0;
  background: var(--wm-paper);
}

.wm-solution-card + .wm-solution-card {
  border-left: 1px solid var(--wm-line);
}

.wm-solution-copy {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 16px;
  padding: 24px;
}

.wm-solution-copy .icon-badge {
  width: 52px;
  height: 52px;
}

.wm-solution-copy > div {
  display: grid;
  align-content: start;
  justify-items: start;
  gap: 8px;
}

.wm-solution-copy h3 {
  font-size: 24px;
  line-height: 1.15;
}

.wm-solution-copy p {
  margin: 0;
  color: var(--wm-muted);
  font-size: 14px;
  line-height: 1.45;
}

.wm-solution-copy .button {
  min-height: 38px;
  margin-top: 4px;
  padding: 8px 14px;
  font-size: 12px;
}

.wm-solution-card > img {
  display: block;
  width: 100%;
  height: 170px;
  object-fit: cover;
  object-position: center;
}

.wm-store {
  background: #fff;
}

.wm-product-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 20px;
}

.wm-product-card {
  display: grid;
  grid-template-rows: 1fr auto;
  min-width: 0;
  padding: 10px;
  border: 1px solid var(--wm-line);
  border-radius: 5px;
  background: var(--wm-paper);
}

.wm-product-card > a {
  display: grid;
  align-content: start;
  gap: 7px;
  color: var(--wm-ink);
}

.wm-product-card img {
  display: block;
  width: 100%;
  height: 174px;
  margin-bottom: 5px;
  object-fit: contain;
  object-position: center;
  background: var(--wm-cream);
}

.wm-product-card small {
  color: var(--wm-sage);
  font-size: 10px;
}

.wm-product-card strong {
  min-height: 42px;
  font-size: 15px;
  line-height: 1.35;
}

.wm-product-card em {
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
}

.wm-product-card button {
  min-height: 36px;
  margin-top: 12px;
  border: 1px solid #aaa398;
  border-radius: 3px;
  background: #fff;
  color: var(--wm-ink);
  cursor: pointer;
}

.wm-product-card button:hover,
.wm-product-card button:focus-visible {
  border-color: var(--wm-clay);
  color: var(--wm-clay-dark);
}

.wm-meetup {
  padding: 30px 0;
  background: var(--wm-cream);
}

.wm-meetup > .wrap {
  display: grid;
  grid-template-columns: minmax(250px, .82fr) minmax(340px, 1.25fr) minmax(280px, .9fr);
  align-items: center;
  gap: 28px;
}

.wm-meetup-copy h2 {
  font-size: 31px;
}

.wm-meetup-copy h3,
.wm-meetup form h3 {
  margin-top: 6px;
  font-size: 22px;
}

.wm-meetup-copy p {
  margin: 12px 0 0;
  color: var(--wm-muted);
  line-height: 1.5;
}

.wm-meetup > .wrap > img {
  display: block;
  width: 100%;
  height: 220px;
  object-fit: cover;
  object-position: center;
  border-radius: 5px;
}

.wm-meetup form {
  display: grid;
  gap: 10px;
}

.wm-meetup form > div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.wm-meetup form input {
  width: 100%;
  min-height: 42px;
  padding: 9px 11px;
  border: 1px solid var(--wm-line);
  border-radius: 4px;
  background: #fff;
}

.wm-meetup form small {
  color: var(--wm-muted);
  font-size: 10px;
}

.wm-vet-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid var(--wm-line);
  border-bottom: 1px solid var(--wm-line);
}

.wm-vet-grid article {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  align-items: center;
  gap: 22px;
  min-width: 0;
  padding: 24px;
}

.wm-vet-grid article + article {
  border-left: 1px solid var(--wm-line);
}

.wm-vet-grid img {
  width: 86px;
  height: 86px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
}

.wm-vet-grid article > div {
  display: grid;
  gap: 7px;
}

.wm-vet-grid p {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  line-height: 1.45;
}

.wm-vet-grid strong,
.wm-vet-grid span {
  font-size: 12px;
}

.wm-vet-grid span {
  color: var(--wm-muted);
}

.wm-story {
  padding: 0 0 42px;
}

.wm-story > .wrap {
  display: grid;
  grid-template-columns: minmax(300px, .62fr) minmax(0, 1.38fr);
  align-items: center;
  gap: 36px;
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
  border: 1px solid var(--wm-line);
  border-radius: 5px;
  background: var(--wm-cream);
}

.wm-story img {
  display: block;
  width: 100%;
  height: 240px;
  object-fit: contain;
  object-position: center;
  background: #ece4da;
}

.wm-story > .wrap > div {
  display: grid;
  justify-items: start;
  gap: 12px;
  padding: 28px 32px 28px 0;
}

.wm-story h2 {
  font-size: 30px;
}

.wm-story p {
  max-width: 720px;
  margin: 0;
  color: var(--wm-muted);
  line-height: 1.55;
}

.wm-home .newsletter-section {
  padding: 0 0 44px;
  background: #fff;
}

.wm-home .newsletter-band {
  border: 1px solid var(--wm-line);
  border-radius: 5px;
  background: var(--wm-cream);
  box-shadow: none;
}

.site-header {
  min-height: 72px;
  padding-inline: clamp(22px, 4vw, 68px);
}

.site-header .brand-logo {
  width: 166px;
  max-height: 45px;
  object-fit: contain;
}

.site-header .main-nav {
  gap: clamp(13px, 1.5vw, 24px);
}

.site-header .main-nav > a,
.site-header .main-nav summary {
  font-size: 14px;
  white-space: nowrap;
}

.site-header .woafypet-link {
  padding: 9px 14px;
}

@media (max-width: 1160px) {
  .wm-hero-layout {
    grid-template-columns: minmax(330px, .8fr) minmax(280px, 1fr) minmax(270px, .68fr);
  }

  .wm-stat-grid,
  .wm-lesson-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wm-product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .wm-home .wrap {
    padding-inline: 22px;
  }

  .wm-hero {
    min-height: 0;
    background: var(--wm-cream);
  }

  .wm-hero-image {
    position: relative;
    width: 100%;
    height: auto;
    max-height: 520px;
    object-fit: contain;
    background: #ece9e2;
  }

  .wm-hero::after {
    display: none;
  }

  .wm-hero-layout {
    grid-template-columns: 1fr 1fr;
    min-height: 0;
    padding-top: 26px;
    padding-bottom: 30px;
  }

  .wm-hero-copy,
  .wm-hero-ask {
    grid-column: auto;
  }

  .wm-hero-copy {
    padding: 0;
  }

  .wm-hero-copy h1 {
    font-size: clamp(38px, 6vw, 54px);
  }

  .wm-question-band > .wrap,
  .wm-meetup > .wrap {
    grid-template-columns: 1fr;
  }

  .wm-question-examples {
    grid-column: 1;
  }

  .wm-solution-grid {
    grid-template-columns: 1fr;
  }

  .wm-solution-card + .wm-solution-card {
    border-top: 1px solid var(--wm-line);
    border-left: 0;
  }

  .wm-solution-card {
    grid-template-columns: 1fr 42%;
    grid-template-rows: auto;
  }

  .wm-solution-card > img {
    height: 100%;
    min-height: 210px;
  }

  .wm-meetup > .wrap > img {
    height: auto;
    max-height: 360px;
    object-fit: contain;
  }

  .wm-vet-grid {
    grid-template-columns: 1fr;
  }

  .wm-vet-grid article + article {
    border-top: 1px solid var(--wm-line);
    border-left: 0;
  }

  .wm-story > .wrap {
    grid-template-columns: minmax(260px, .75fr) minmax(0, 1.25fr);
  }
}

@media (max-width: 620px) {
  .wm-home .wrap {
    padding-inline: 16px;
  }

  .wm-hero-layout {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .wm-hero-copy h1 {
    font-size: 40px;
    line-height: 1.05;
  }

  .wm-hero-copy > p {
    font-size: 16px;
  }

  .wm-hero-copy .actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .wm-hero-copy .button {
    width: 100%;
    padding-inline: 10px;
  }

  .wm-hero-ask {
    padding: 20px;
  }

  .wm-evidence,
  .wm-lessons,
  .wm-store,
  .wm-vets {
    padding: 34px 0;
  }

  .wm-section-intro,
  .wm-section-head {
    align-items: start;
    flex-direction: column;
    gap: 8px;
  }

  .wm-section-intro > span {
    font-size: 11px;
  }

  .wm-stat-grid {
    grid-template-columns: 1fr;
  }

  .wm-stat-card {
    min-height: 176px;
  }

  .wm-stat-card img {
    height: 132px;
  }

  .wm-question-form {
    grid-template-columns: 1fr;
  }

  .wm-question-form .button {
    width: 100%;
  }

  .wm-question-examples {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .wm-question-examples > * {
    flex: 0 0 auto;
  }

  .wm-lesson-grid,
  .wm-product-grid {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 8px;
  }

  .wm-lesson-card,
  .wm-product-card {
    flex: 0 0 min(84vw, 320px);
    scroll-snap-align: start;
  }

  .wm-solution-card {
    grid-template-columns: 1fr;
  }

  .wm-solution-card > img {
    height: auto;
    min-height: 0;
    max-height: 280px;
    object-fit: contain;
    background: var(--wm-cream);
  }

  .wm-meetup form > div {
    grid-template-columns: 1fr;
  }

  .wm-vet-grid article {
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 14px;
    padding: 18px 0;
  }

  .wm-vet-grid img {
    width: 68px;
    height: 68px;
  }

  .wm-vet-grid p {
    font-size: 16px;
  }

  .wm-story > .wrap {
    grid-template-columns: 1fr;
    gap: 0;
    padding-inline: 0;
  }

  .wm-story img {
    height: auto;
    max-height: 340px;
  }

  .wm-story > .wrap > div {
    padding: 22px;
  }

  .site-header .brand-logo {
    width: 136px;
  }
}

/* Homepage reference lock: mirrors the approved warm, compact router composition. */
.site-header {
  min-height: 64px;
  padding: 8px clamp(18px, 3vw, 44px);
  gap: 16px;
  background: rgba(255, 253, 249, .98);
}

.brand-logo {
  width: 164px;
  max-height: 32px;
}

.main-nav {
  gap: clamp(10px, 1.15vw, 18px);
  font-size: .78rem;
}

.main-nav > a,
.nav-menu summary {
  padding-block: 8px;
}

.nav-cta {
  min-height: 38px;
  padding-inline: 17px;
  border-radius: 4px;
  font-size: .79rem;
  box-shadow: none;
}

.woafypet-link {
  min-height: 34px;
  padding-inline: 11px;
  border-radius: 4px;
  font-size: .75rem;
}

.home-page-redesign {
  --home-paper: #fffdfa;
  --home-warm: #f5f0e9;
  --home-sage: #e7ece4;
  --home-line: #ddd3c8;
  background: var(--home-paper);
}

.home-page-redesign .wrap {
  width: min(1160px, calc(100% - 36px));
}

.home-page-redesign .button {
  min-height: 40px;
  padding-inline: 18px;
  border-radius: 4px;
  font-size: .8rem;
  box-shadow: none;
}

.home-page-redesign .home-section-head,
.home-page-redesign .home-paths-heading {
  margin-bottom: 20px;
}

.home-page-redesign .home-section-head h2,
.home-page-redesign .home-paths-heading h2,
.home-page-redesign .compact-section .section-heading h2 {
  font-size: clamp(1.75rem, 2.35vw, 2.3rem);
  line-height: 1.08;
}

.home-page-redesign .home-section-head p {
  margin-top: 5px;
  font-size: .82rem;
}

.home-page-redesign .home-hero {
  background: var(--home-warm);
}

.home-page-redesign .home-hero .hero-inner {
  grid-template-columns: minmax(0, .86fr) minmax(460px, 1.14fr);
  width: min(1280px, 100%);
  min-height: 430px;
}

.home-page-redesign .home-hero .hero-copy {
  align-self: center;
  padding: 54px clamp(28px, 5vw, 70px);
}

.home-page-redesign .home-hero h1 {
  max-width: 560px;
  font-size: clamp(2.55rem, 3.7vw, 4rem);
  line-height: 1.02;
}

.home-page-redesign .home-hero .hero-copy > p:not(.eyebrow) {
  max-width: 470px;
  margin-top: 16px;
  font-size: .95rem;
  line-height: 1.5;
}

.home-page-redesign .home-hero .actions {
  margin-top: 22px;
}

.home-page-redesign .home-hero .hero-media {
  display: grid;
  place-items: center;
  min-height: 430px;
  padding: 0;
  background: #ebe3d9;
}

.home-page-redesign .home-hero .hero-media img {
  width: 100%;
  height: 100%;
  max-height: 430px;
  object-fit: contain;
}

.home-page-redesign .home-problems {
  padding: 42px 0 36px;
}

.home-page-redesign .home-problems-layout {
  grid-template-columns: 205px minmax(0, 1fr);
  gap: 18px 26px;
}

.home-page-redesign .home-problems-heading h2 {
  font-size: 1.78rem;
}

.home-page-redesign .home-problems-heading p {
  margin-top: 7px;
  font-size: .78rem;
  line-height: 1.4;
}

.home-page-redesign .home-stat-grid {
  gap: 10px;
}

.home-page-redesign .home-stat-grid article {
  align-content: start;
  gap: 9px;
  min-height: 164px;
  padding: 15px;
  border-color: var(--home-line);
  border-radius: 5px;
  background: #fbf8f3;
}

.home-page-redesign .home-stat-grid article > strong {
  font-size: clamp(1.55rem, 2.2vw, 2.05rem);
  line-height: 1;
}

.home-page-redesign .home-stat-grid h3 {
  margin-bottom: 5px;
  font-family: var(--sans);
  font-size: .82rem;
  font-weight: 780;
  line-height: 1.25;
}

.home-page-redesign .home-stat-grid p {
  margin-bottom: 7px;
  font-size: .68rem;
  line-height: 1.38;
}

.home-page-redesign .home-stat-grid a,
.home-page-redesign .home-stat-note {
  font-size: .62rem;
}

.home-page-redesign .home-care-entry {
  padding: 42px 0 38px;
  background: var(--home-sage);
}

.home-page-redesign .home-care-shell {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.home-page-redesign .home-care-main {
  padding: 0;
}

.home-page-redesign .home-care-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 18px;
}

.home-page-redesign .home-care-heading h2 {
  font-size: clamp(1.85rem, 2.7vw, 2.55rem);
}

.home-page-redesign .home-care-heading p {
  max-width: 350px;
  margin: 0 0 3px;
  text-align: right;
}

.home-page-redesign .home-care-gate {
  margin-top: 0;
}

.home-page-redesign .home-care-enroll {
  min-height: 58px;
  padding: 7px 8px 7px 18px;
  border: 1px solid #cfd7cc;
  border-radius: 5px;
  background: #fff;
}

.home-page-redesign .home-care-enroll span {
  color: #4e574d;
  font-size: .86rem;
}

.home-page-redesign .home-care-gate form {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
  padding: 0;
  border: 0;
  background: transparent;
}

.home-page-redesign .home-care-gate .chat-question {
  grid-column: 1;
}

.home-page-redesign .home-care-gate textarea {
  width: 100%;
  height: 56px;
  min-height: 56px;
  padding: 16px 17px;
  overflow: hidden;
  border-color: #cfd7cc;
  background: #fff;
  resize: none;
}

.home-page-redesign .home-care-gate .chat-composer-actions {
  grid-column: 2;
  display: block;
  margin: 0;
}

.home-page-redesign .home-care-gate .chat-composer-meta {
  display: none;
}

.home-page-redesign .home-care-gate .chat-composer-actions .button {
  height: 56px;
}

.home-page-redesign .home-care-gate .form-note {
  grid-column: 1 / -1;
  margin: 0;
}

.home-page-redesign .home-care-prompts {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 7px;
  padding: 0;
  border: 0;
  background: transparent;
}

.home-page-redesign .home-care-prompts strong {
  margin: 0 5px 0 0;
  font-size: .66rem;
}

.home-page-redesign .home-care-prompts button {
  min-height: 30px;
  padding: 5px 10px;
  border: 1px solid #cbd4c9;
  border-radius: 999px;
  background: rgba(255,255,255,.62);
  font-size: .7rem;
  font-weight: 680;
}

.home-page-redesign .home-public-lessons,
.home-page-redesign .home-store-section,
.home-page-redesign .compact-section {
  padding: 44px 0;
}

.home-page-redesign .home-public-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.home-page-redesign .home-public-grid > article,
.home-page-redesign .home-public-grid .community-starter {
  grid-template-rows: auto auto auto 1fr auto;
  min-height: 294px;
  padding: 0 0 14px;
  border-color: var(--home-line);
  border-radius: 5px;
  background: #fff;
}

.home-page-redesign .home-public-grid > article:nth-child(n + 5) {
  display: grid;
}

.home-page-redesign .home-public-grid > article:nth-child(n + 6) {
  display: none;
}

.home-page-redesign .community-starter-image {
  aspect-ratio: 4 / 3;
  padding: 0;
  background: #eee9e2;
  object-fit: contain;
}

.home-page-redesign .home-public-grid .community-starter-topic,
.home-page-redesign .home-public-grid .community-starter h3,
.home-page-redesign .home-public-grid .community-starter p,
.home-page-redesign .home-public-grid .community-starter button {
  margin-inline: 13px;
}

.home-page-redesign .home-public-grid .community-starter-topic {
  margin-top: 12px;
  font-size: .59rem;
}

.home-page-redesign .home-public-grid h3 {
  margin-top: 5px;
  font-family: var(--sans);
  font-size: .87rem;
  font-weight: 780;
  line-height: 1.25;
}

.home-page-redesign .home-public-grid p {
  margin-top: 6px;
  font-size: .69rem;
  line-height: 1.4;
  -webkit-line-clamp: 3;
}

.home-page-redesign .home-public-grid button {
  min-height: 0;
  margin-top: 10px;
  padding: 0;
  font-size: .68rem;
}

.home-page-redesign .home-public-count {
  display: none;
}

.home-page-redesign .home-paths {
  padding: 40px 0;
  background: var(--home-warm);
}

.home-page-redesign .home-path-grid-three {
  gap: 10px;
}

.home-page-redesign .home-path-card {
  grid-template-columns: 94px minmax(0, 1fr);
  min-height: 108px;
  border-radius: 5px;
}

.home-page-redesign .home-path-image {
  padding: 6px;
}

.home-page-redesign .home-path-image img {
  max-height: 94px;
}

.home-page-redesign .home-path-card strong {
  font-family: var(--sans);
  font-size: .92rem;
  font-weight: 780;
}

.home-page-redesign .home-path-card em {
  margin-top: 3px;
  font-size: .7rem;
}

.home-page-redesign .home-store-section .product-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.home-page-redesign .home-store-section .product-card {
  border-radius: 5px;
}

.home-page-redesign .home-store-section .product-card-image {
  aspect-ratio: 1;
  padding: 10px;
}

.home-page-redesign .home-store-section .product-card > div {
  gap: 5px;
  padding: 12px;
}

.home-page-redesign .home-store-section .product-badge {
  font-size: .56rem;
}

.home-page-redesign .home-store-section .product-card h3 {
  font-family: var(--sans);
  font-size: .86rem;
  font-weight: 780;
}

.home-page-redesign .home-store-section .product-card p {
  font-size: .67rem;
  line-height: 1.38;
}

.home-page-redesign .home-store-section .product-card-footer {
  gap: 6px;
}

.home-page-redesign .home-store-section .product-card-footer strong {
  font-size: .78rem;
}

.home-page-redesign .home-store-section .product-card-footer .button {
  min-height: 30px;
  padding-inline: 8px;
  font-size: .61rem;
}

.home-page-redesign .home-meetup-inner,
.home-page-redesign .home-bobby-inner {
  width: min(1160px, calc(100% - 36px));
  min-height: 330px;
  margin-inline: auto;
}

.home-page-redesign .home-meetup {
  padding: 38px 0;
  background: var(--home-sage);
}

.home-page-redesign .home-meetup figure {
  min-height: 300px;
  padding: 10px;
  background: #dfe6dc;
}

.home-page-redesign .home-meetup img {
  max-height: 300px;
}

.home-page-redesign .home-meetup figure + div,
.home-page-redesign .home-bobby-copy {
  align-self: center;
  padding: 38px clamp(28px, 5vw, 58px);
}

.home-page-redesign .home-meetup h2,
.home-page-redesign .home-bobby h2 {
  font-size: clamp(1.85rem, 2.7vw, 2.55rem);
}

.home-page-redesign .home-meetup p,
.home-page-redesign .home-bobby p {
  font-size: .84rem;
  line-height: 1.48;
}

.home-page-redesign .compact-section .section-heading {
  margin-bottom: 18px;
}

.home-page-redesign .vet-perspective {
  padding: 22px 28px;
}

.home-page-redesign .vet-perspective blockquote {
  font-size: 1rem;
}

.home-page-redesign .vet-perspective-note {
  max-width: 720px;
  font-size: .67rem;
}

.home-page-redesign .home-bobby {
  padding: 38px 0;
  background: var(--home-warm);
}

.home-page-redesign .home-bobby-photo {
  position: relative;
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 8px;
  min-height: 300px;
  padding: 10px;
  background: #e8dfd5;
}

.home-page-redesign .home-bobby-photo img {
  width: 100%;
  height: 100%;
  max-height: 300px;
  padding: 0;
  object-fit: contain;
}

.home-page-redesign .home-bobby-robert {
  background: #f7f0e8;
}

.home-page-redesign .newsletter-section {
  padding: 26px 0;
}

.home-page-redesign .newsletter-band {
  grid-template-columns: minmax(260px, 1fr) minmax(440px, .9fr);
  gap: 24px;
  align-items: center;
  padding: 20px 24px;
  border: 1px solid var(--home-line);
  border-radius: 5px;
}

.home-page-redesign .newsletter-band h2 {
  font-size: 1.6rem;
}

.home-page-redesign .newsletter-band p {
  margin-top: 3px;
  font-size: .72rem;
}

.home-page-redesign .newsletter-actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 7px;
  align-items: center;
}

.home-page-redesign .newsletter-actions > label:first-child {
  grid-column: 1;
}

.home-page-redesign .newsletter-actions input[type="email"] {
  width: 100%;
  min-height: 40px;
  background: #fff;
}

.home-page-redesign .newsletter-actions .button {
  grid-column: 2;
  grid-row: 1;
}

.home-page-redesign .newsletter-consent,
.home-page-redesign .newsletter-actions .form-note {
  grid-column: 1 / -1;
  margin: 0;
  font-size: .62rem;
}

.home-page-redesign .newsletter-consent {
  display: flex;
  align-items: center;
  gap: 6px;
}

.footer {
  grid-template-columns: minmax(190px, 1.2fr) repeat(3, minmax(112px, .65fr)) minmax(210px, 1fr);
  gap: 24px;
  padding: 38px clamp(20px, 5vw, 64px) 20px;
}

.footer-logo {
  height: 30px;
}

.footer p,
.footer a,
.footer-connect,
.footer nav {
  font-size: .74rem;
}

.footer strong {
  font-size: .76rem;
}

.footer-bottom {
  padding-top: 18px;
  font-size: .68rem;
}

@media (max-width: 1120px) {
  .main-nav {
    gap: 10px;
    font-size: .72rem;
  }

  .main-nav .woafypet-link {
    display: none;
  }

  .home-page-redesign .home-public-grid,
  .home-page-redesign .home-store-section .product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .home-page-redesign .home-public-grid > article:nth-child(n + 4) {
    display: none;
  }
}

@media (max-width: 820px) {
  .home-page-redesign .home-hero .hero-inner,
  .home-page-redesign .home-meetup-inner,
  .home-page-redesign .home-bobby-inner {
    grid-template-columns: 1fr;
  }

  .home-page-redesign .home-hero .hero-copy {
    padding: 38px 24px 30px;
  }

  .home-page-redesign .home-hero .hero-media,
  .home-page-redesign .home-hero .hero-media img {
    min-height: 0;
    max-height: 360px;
  }

  .home-page-redesign .home-problems-layout {
    grid-template-columns: 1fr;
  }

  .home-page-redesign .home-stat-note {
    grid-column: 1;
  }

  .home-page-redesign .home-care-heading {
    align-items: start;
    flex-direction: column;
    gap: 4px;
  }

  .home-page-redesign .home-care-heading p {
    text-align: left;
  }

  .home-page-redesign .home-path-grid-three,
  .home-page-redesign .vet-perspective-grid {
    grid-template-columns: 1fr;
  }

  .home-page-redesign .newsletter-band {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 620px) {
  .home-page-redesign .wrap,
  .home-page-redesign .home-meetup-inner,
  .home-page-redesign .home-bobby-inner {
    width: min(100% - 24px, 560px);
  }

  .home-page-redesign .home-hero h1 {
    font-size: 2.4rem;
  }

  .home-page-redesign .home-stat-grid {
    grid-template-columns: 1fr 1fr;
  }

  .home-page-redesign .home-stat-grid article {
    min-height: 150px;
    padding: 13px;
  }

  .home-page-redesign .home-care-gate form {
    grid-template-columns: 1fr;
  }

  .home-page-redesign .home-care-gate .chat-composer-actions,
  .home-page-redesign .home-care-gate .form-note {
    grid-column: 1;
  }

  .home-page-redesign .home-care-gate .chat-composer-actions .button {
    width: 100%;
  }

  .home-page-redesign .home-public-grid,
  .home-page-redesign .home-store-section .product-grid {
    display: grid;
    grid-auto-columns: 82vw;
    grid-auto-flow: column;
    grid-template-columns: none;
    overflow-x: auto;
    padding-bottom: 8px;
    scroll-snap-type: x mandatory;
  }

  .home-page-redesign .home-public-grid > article,
  .home-page-redesign .home-store-section .product-card {
    display: grid !important;
    scroll-snap-align: start;
  }

  .home-page-redesign .home-public-grid > article:nth-child(n + 6) {
    display: none !important;
  }

  .home-page-redesign .home-bobby-photo {
    grid-template-columns: 1fr 1fr;
    min-height: 230px;
  }

  .home-page-redesign .home-bobby-photo img {
    max-height: 230px;
  }

  .home-page-redesign .newsletter-actions {
    grid-template-columns: 1fr;
  }

  .home-page-redesign .newsletter-actions > label:first-child,
  .home-page-redesign .newsletter-actions .button,
  .home-page-redesign .newsletter-consent,
  .home-page-redesign .newsletter-actions .form-note {
    grid-column: 1;
    grid-row: auto;
  }

  .home-page-redesign .newsletter-actions .button {
    width: 100%;
  }

  .footer {
    grid-template-columns: 1fr;
    padding-inline: 20px;
  }

  .footer > div:first-child,
  .footer-connect,
  .footer-bottom {
    grid-column: 1;
  }
}

/* 2026-08-09 homepage redesign: compact, editorial, and consistent. */
.home-page-redesign {
  background: #fff;
}

.home-page-redesign h1,
.home-page-redesign h2,
.home-page-redesign h3 {
  color: #2b211d;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: 0;
}

.home-page-redesign p,
.home-page-redesign a,
.home-page-redesign button,
.home-page-redesign label,
.home-page-redesign textarea {
  font-family: var(--sans);
}

.home-page-redesign .wrap {
  width: min(1240px, calc(100% - 40px));
}

.home-page-redesign .home-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 24px;
}

.home-page-redesign .home-section-head h2,
.home-page-redesign .home-paths-heading h2 {
  font-size: clamp(1.9rem, 2.7vw, 2.65rem);
  line-height: 1.08;
}

.home-page-redesign .home-section-head p {
  margin-top: 7px;
  font-size: .93rem;
  line-height: 1.45;
}

.home-page-redesign .text-link {
  flex: 0 0 auto;
  color: var(--clay-dark);
  font-size: .84rem;
  font-weight: 800;
  text-decoration-thickness: 1px;
}

.home-page-redesign .home-hero {
  border-bottom: 0;
  background: #f4f0ea;
}

.home-page-redesign .home-hero .hero-inner {
  grid-template-columns: minmax(0, .84fr) minmax(500px, 1.16fr);
  gap: 0;
  width: min(1440px, 100%);
  min-height: 510px;
  padding: 0;
}

.home-page-redesign .home-hero .hero-copy {
  width: 100%;
  max-width: none;
  padding: clamp(48px, 6vw, 86px) clamp(28px, 5vw, 74px);
}

.home-page-redesign .home-hero h1 {
  max-width: 680px;
  font-size: clamp(2.65rem, 4.1vw, 4.45rem);
  line-height: 1.02;
  text-wrap: pretty;
}

.home-page-redesign .home-hero .hero-copy > p:not(.eyebrow) {
  max-width: 540px;
  margin-top: 20px;
  color: #514943;
  font-size: 1.03rem;
  line-height: 1.55;
}

.home-page-redesign .home-hero .actions {
  gap: 10px;
  margin-top: 26px;
}

.home-page-redesign .home-hero .hero-media {
  align-self: stretch;
  justify-self: stretch;
  width: 100%;
  max-width: none;
  margin: 0;
  aspect-ratio: auto !important;
  border: 0;
  border-radius: 0;
  background: #e9e2d8;
  box-shadow: none;
}

.home-page-redesign .home-hero .hero-media img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: contain;
  object-position: center;
}

.home-page-redesign .home-problems {
  padding: 52px 0 48px;
  background: #fff;
}

.home-page-redesign .home-problems-layout {
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr);
  gap: 26px 32px;
  align-items: start;
}

.home-page-redesign .home-problems-heading h2 {
  font-size: 2rem;
  line-height: 1.08;
}

.home-page-redesign .home-problems-heading p {
  margin-top: 9px;
  font-size: .85rem;
  line-height: 1.45;
}

.home-page-redesign .home-stat-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.home-page-redesign .home-stat-grid article {
  display: grid;
  gap: 12px;
  min-height: 230px;
  padding: 19px;
  border-color: #ddd4ca;
  border-radius: 6px;
  background: #faf7f2;
}

.home-page-redesign .home-stat-grid article > strong {
  color: #9f5135;
  font-size: clamp(1.9rem, 2.8vw, 2.75rem);
}

.home-page-redesign .home-stat-grid h3 {
  margin: 0 0 7px;
  font-size: 1rem;
  line-height: 1.25;
}

.home-page-redesign .home-stat-grid p {
  margin: 0 0 12px;
  font-size: .78rem;
  line-height: 1.45;
}

.home-page-redesign .home-stat-grid a {
  align-self: end;
  color: #596c50;
  font-size: .7rem;
}

.home-page-redesign .home-stat-note {
  grid-column: 2;
  max-width: none;
  margin: -8px 0 0;
  font-size: .71rem;
  line-height: 1.45;
}

.home-page-redesign .home-care-entry {
  padding: 56px 0;
  background: #f3eee8;
}

.home-page-redesign .home-care-shell {
  grid-template-columns: minmax(0, 1fr) 292px;
  min-height: 0;
  overflow: hidden;
  border: 1px solid #d8cec3;
  border-radius: 8px;
  background: #fff;
  box-shadow: none;
}

.home-page-redesign .home-care-main {
  min-width: 0;
  padding: 30px 34px;
}

.home-page-redesign .home-care-heading h2 {
  font-size: clamp(2rem, 3.1vw, 3rem);
  line-height: 1.05;
}

.home-page-redesign .home-care-heading p {
  margin-top: 8px;
  font-size: .9rem;
}

.home-page-redesign .home-care-gate {
  margin-top: 22px;
}

.home-page-redesign .home-care-enroll {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
}

.home-page-redesign .home-care-enroll p {
  max-width: 600px;
  color: #58514c;
  font-size: .86rem;
  line-height: 1.48;
}

.home-page-redesign .home-care-gate form {
  gap: 12px;
}

.home-page-redesign .home-care-gate textarea {
  min-height: 112px;
  padding: 17px 18px;
  border: 1px solid #cdc5bc;
  border-radius: 5px;
  background: #fffdf9;
  color: var(--ink);
  font-size: .98rem;
  line-height: 1.5;
  resize: vertical;
}

.home-page-redesign .home-care-gate .chat-composer-actions {
  margin-top: 0;
}

.home-page-redesign .home-care-prompts {
  display: grid;
  align-content: center;
  gap: 0;
  padding: 24px;
  border-left: 1px solid var(--line);
  background: #f7f6f2;
}

.home-page-redesign .home-care-prompts strong {
  margin-bottom: 12px;
  color: var(--ink);
  font-size: .78rem;
  text-transform: uppercase;
}

.home-page-redesign .home-care-prompts button {
  min-height: 44px;
  padding: 10px 0;
  border: 0;
  border-bottom: 1px solid #ddd9d3;
  background: transparent;
  color: #393430;
  font-size: .84rem;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
}

.home-page-redesign .home-care-prompts button:hover {
  color: var(--clay-dark);
}

.home-page-redesign .home-care-shell.has-open-lesson .home-care-prompts {
  display: none;
}

.home-page-redesign .home-care-shell.has-open-lesson {
  grid-template-columns: 1fr;
}

.home-page-redesign .home-public-lessons {
  padding: 56px 0;
  background: #fff;
}

.home-page-redesign .home-public-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.home-page-redesign .home-public-grid > article {
  display: grid;
  grid-template-rows: auto auto auto 1fr auto;
  min-width: 0;
  min-height: 342px;
  overflow: hidden;
  padding: 17px;
  border: 1px solid #ddd4ca;
  border-radius: 6px;
  background: #fcfaf6;
  box-shadow: none;
}

.home-page-redesign .home-public-grid > article:nth-child(n + 5) {
  display: none;
}

.home-page-redesign .home-public-grid .community-starter {
  grid-template-rows: auto auto auto 1fr auto;
  padding: 0 0 17px;
}

.home-page-redesign .home-public-grid .community-starter::before {
  display: none;
}

.home-page-redesign .community-starter-image {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  object-position: center;
  background: #ece7df;
}

.home-page-redesign .home-public-grid .community-starter-topic,
.home-page-redesign .home-public-grid .community-starter h3,
.home-page-redesign .home-public-grid .community-starter p,
.home-page-redesign .home-public-grid .community-starter button {
  margin-inline: 16px;
}

.home-page-redesign .home-public-grid .community-starter-topic {
  margin-top: 15px;
}

.home-page-redesign .home-public-grid h3 {
  margin-top: 7px;
  font-size: 1.14rem;
  line-height: 1.2;
}

.home-page-redesign .home-public-grid p {
  display: -webkit-box;
  margin-top: 8px;
  overflow: hidden;
  color: #5b544f;
  font-size: .8rem;
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.home-page-redesign .home-public-grid .community-replies,
.home-page-redesign .home-public-grid .community-reply-form {
  display: none;
}

.home-page-redesign .home-public-grid button,
.home-page-redesign .home-public-grid .button {
  align-self: end;
  justify-self: start;
  min-height: 36px;
  margin-top: 13px;
  padding: 0 13px;
  font-size: .74rem;
}

.home-page-redesign .home-public-count {
  display: block;
  margin-top: 14px;
  color: var(--muted);
  font-size: .72rem;
}

.home-page-redesign .home-paths {
  padding: 50px 0;
  background: #f5f1eb;
}

.home-page-redesign .home-paths-heading {
  margin-bottom: 22px;
  text-align: center;
}

.home-page-redesign .home-path-grid-three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.home-page-redesign .home-path-card {
  grid-template-columns: 112px minmax(0, 1fr);
  min-height: 132px;
  border-color: #ddd4ca;
  border-radius: 6px;
  background: #fff;
}

.home-page-redesign .home-path-image {
  padding: 8px;
  background: #e9e5de;
}

.home-page-redesign .home-path-image img {
  max-height: 112px;
  object-fit: contain;
}

.home-page-redesign .home-path-card strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.05rem;
  font-weight: 500;
}

.home-page-redesign .home-path-card em {
  font-size: .76rem;
  line-height: 1.4;
}

.home-page-redesign .home-store-section {
  padding: 56px 0;
  background: #fff;
}

.home-page-redesign .home-store-section .product-grid {
  gap: 14px;
}

.home-page-redesign .home-store-section .product-card {
  border-color: #ddd4ca;
  border-radius: 6px;
  background: #fff;
}

.home-page-redesign .home-store-section .product-card-image {
  aspect-ratio: 1 / .8;
  padding: 14px;
  background: #eee9e1;
}

.home-page-redesign .home-store-section .product-card > div {
  gap: 7px;
  padding: 15px;
}

.home-page-redesign .home-store-section .product-card h3 {
  font-size: 1.08rem;
}

.home-page-redesign .home-store-section .product-card p {
  display: -webkit-box;
  overflow: hidden;
  font-size: .78rem;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.home-page-redesign .home-meetup {
  padding: 0;
  background: #edf1eb;
}

.home-page-redesign .home-meetup-inner {
  grid-template-columns: minmax(0, 1fr) minmax(0, .9fr);
  gap: 0;
  width: min(1440px, 100%);
}

.home-page-redesign .home-meetup figure {
  display: grid;
  place-items: center;
  align-self: stretch;
  min-height: 400px;
  padding: 18px;
  background: #e3e8df;
}

.home-page-redesign .home-meetup img {
  width: 100%;
  height: 100%;
  max-height: 430px;
  object-fit: contain;
}

.home-page-redesign .home-meetup figure + div {
  padding: clamp(40px, 6vw, 76px);
}

.home-page-redesign .home-meetup h2,
.home-page-redesign .home-bobby h2 {
  font-size: clamp(2rem, 3.2vw, 3rem);
  line-height: 1.06;
}

.home-page-redesign .home-meetup p,
.home-page-redesign .home-bobby p {
  max-width: 540px;
  font-size: .94rem;
  line-height: 1.5;
}

.home-page-redesign .compact-section {
  padding: 54px 0;
  background: #fff;
}

.home-page-redesign .compact-section .section-heading {
  margin-bottom: 22px;
  text-align: center;
}

.home-page-redesign .vet-perspective-grid {
  gap: 0;
  border-block: 1px solid #d9d3cc;
}

.home-page-redesign .vet-perspective {
  gap: 16px;
  padding: 26px 32px;
  border: 0;
  border-left: 1px solid #d9d3cc;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.home-page-redesign .vet-perspective:first-child {
  border-left: 0;
}

.home-page-redesign .vet-perspective blockquote {
  font-size: clamp(1.05rem, 1.55vw, 1.3rem);
  line-height: 1.4;
}

.home-page-redesign .vet-perspective-note {
  margin: 14px auto 0;
  text-align: center;
}

.home-page-redesign .home-bobby {
  padding: 0;
  background: #f4efe8;
}

.home-page-redesign .home-bobby-inner {
  grid-template-columns: minmax(360px, .95fr) minmax(0, 1.05fr);
  gap: 0;
  width: min(1280px, 100%);
}

.home-page-redesign .home-bobby-photo {
  display: grid;
  place-items: center;
  align-self: stretch;
  min-height: 410px;
  padding: 18px;
  background: #e8e0d7;
}

.home-page-redesign .home-bobby-photo img {
  height: 100%;
  max-height: 450px;
  object-fit: contain;
}

.home-page-redesign .home-bobby-copy {
  align-self: center;
  padding: clamp(40px, 6vw, 76px);
}

.home-page-redesign .home-founder {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 20px;
}

.home-page-redesign .home-founder img {
  width: 58px;
  height: 58px;
  padding: 3px;
  border: 1px solid #cfc4b8;
  border-radius: 50%;
  background: #fff;
  object-fit: contain;
}

.home-page-redesign .home-founder span,
.home-page-redesign .home-founder strong,
.home-page-redesign .home-founder em {
  display: block;
}

.home-page-redesign .home-founder strong {
  color: var(--ink);
  font-size: .86rem;
}

.home-page-redesign .home-founder em {
  margin-top: 2px;
  color: var(--muted);
  font-size: .75rem;
  font-style: normal;
}

.home-page-redesign .newsletter-section {
  padding: 38px 0;
  background: #fff;
}

.home-page-redesign .newsletter-band {
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  padding: 24px 28px;
  border-radius: 6px;
  background: #f3f0e9;
  box-shadow: none;
}

.home-page-redesign .newsletter-band h2 {
  font-size: clamp(1.55rem, 2.2vw, 2.1rem);
}

/* The shared footer now belongs to the same light visual system. */
.footer {
  border-top: 1px solid var(--line);
  background: #f3eee8;
  color: var(--muted);
}

.footer-logo {
  filter: none;
}

.footer p,
.footer a,
.footer .mini-social span,
.footer-consent,
.footer-newsletter .form-note {
  color: #625c56;
}

.footer strong,
.footer a:hover {
  color: var(--ink);
}

.footer-bottom {
  border-top-color: #d9d0c7;
  color: #756f68;
}

.footer-newsletter input {
  border-color: #d1c8be;
  background: #fff;
}

@media (max-width: 1100px) {
  .home-page-redesign .home-hero .hero-inner {
    grid-template-columns: minmax(0, .95fr) minmax(420px, 1.05fr);
    min-height: 470px;
  }

  .home-page-redesign .home-problems-layout {
    grid-template-columns: 1fr;
  }

  .home-page-redesign .home-problems-heading {
    max-width: 540px;
  }

  .home-page-redesign .home-stat-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-page-redesign .home-stat-grid article {
    min-height: 190px;
  }

  .home-page-redesign .home-stat-note {
    grid-column: 1;
  }

  .home-page-redesign .home-public-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .footer > div:first-child,
  .footer-connect {
    grid-column: span 2;
  }
}

@media (max-width: 820px) {
  .home-page-redesign .home-hero .hero-inner,
  .home-page-redesign .home-care-shell,
  .home-page-redesign .home-meetup-inner,
  .home-page-redesign .home-bobby-inner {
    grid-template-columns: 1fr;
  }

  .home-page-redesign .home-hero .hero-copy {
    padding: 42px 24px 34px;
  }

  .home-page-redesign .home-hero h1 {
    font-size: clamp(2.35rem, 9vw, 3.45rem);
  }

  .home-page-redesign .home-hero .hero-media {
    min-height: 0;
    aspect-ratio: 3 / 2 !important;
  }

  .home-page-redesign .home-hero .hero-media img {
    height: 100%;
  }

  .home-page-redesign .home-care-prompts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-content: start;
    padding: 20px 24px;
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .home-page-redesign .home-care-prompts strong {
    grid-column: 1 / -1;
  }

  .home-page-redesign .home-care-prompts button:nth-of-type(odd) {
    padding-right: 14px;
  }

  .home-page-redesign .home-care-prompts button:nth-of-type(even) {
    padding-left: 14px;
    border-left: 1px solid #ddd9d3;
  }

  .home-page-redesign .home-path-grid-three,
  .home-page-redesign .vet-perspective-grid {
    grid-template-columns: 1fr;
  }

  .home-page-redesign .vet-perspective {
    border-top: 1px solid #d9d3cc;
    border-left: 0;
  }

  .home-page-redesign .vet-perspective:first-child {
    border-top: 0;
  }

  .home-page-redesign .home-meetup figure,
  .home-page-redesign .home-bobby-photo {
    min-height: 0;
  }

  .footer {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding-top: 42px;
  }
}

@media (max-width: 620px) {
  .home-page-redesign .wrap {
    width: min(100% - 28px, 560px);
  }

  .home-page-redesign .home-section-head {
    align-items: start;
    flex-direction: column;
    gap: 12px;
  }

  .home-page-redesign .home-hero .hero-copy {
    padding: 36px 18px 30px;
  }

  .home-page-redesign .home-hero .hero-copy > p:not(.eyebrow) {
    margin-top: 16px;
    font-size: .94rem;
  }

  .home-page-redesign .home-hero .actions,
  .home-page-redesign .home-care-enroll {
    align-items: stretch;
    flex-direction: column;
  }

  .home-page-redesign .home-hero .actions .button,
  .home-page-redesign .home-care-enroll .button {
    width: 100%;
  }

  .home-page-redesign .home-problems,
  .home-page-redesign .home-care-entry,
  .home-page-redesign .home-public-lessons,
  .home-page-redesign .home-store-section,
  .home-page-redesign .compact-section {
    padding-block: 40px;
  }

  .home-page-redesign .home-stat-grid,
  .home-page-redesign .home-public-grid {
    grid-template-columns: 1fr;
  }

  .home-page-redesign .home-stat-grid article {
    min-height: 0;
  }

  .home-page-redesign .home-care-main {
    padding: 24px 18px;
  }

  .home-page-redesign .home-care-prompts {
    grid-template-columns: 1fr;
    padding: 18px;
  }

  .home-page-redesign .home-care-prompts button:nth-of-type(odd),
  .home-page-redesign .home-care-prompts button:nth-of-type(even) {
    padding-inline: 0;
    border-left: 0;
  }

  .home-page-redesign .home-path-card {
    grid-template-columns: 96px minmax(0, 1fr);
  }

  .home-page-redesign .home-meetup figure + div,
  .home-page-redesign .home-bobby-copy {
    padding: 34px 20px 40px;
  }

  .home-page-redesign .newsletter-band {
    grid-template-columns: 1fr;
    padding: 22px 18px;
  }

  .footer {
    grid-template-columns: 1fr;
    gap: 26px;
    padding: 38px 20px 24px;
  }

  .footer > div:first-child,
  .footer-connect,
  .footer-bottom {
    grid-column: 1;
  }
}

/* 2026-08-09 homepage, care commerce, and local meetup launch pass. */
.home-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
}

.home-section-head h2,
.home-section-head p {
  margin: 0;
}

.home-section-head p {
  margin-top: 8px;
  color: var(--muted);
}

.text-link {
  color: var(--clay-dark);
  font-weight: 850;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.home-problems {
  padding: clamp(42px, 6vw, 78px) 0;
  background: #fff;
}

.home-stat-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.home-stat-grid article {
  min-width: 0;
  padding: clamp(20px, 2.4vw, 30px);
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--warm);
}

.home-stat-grid article > strong {
  display: block;
  color: var(--clay-dark);
  font-family: var(--display);
  font-size: clamp(2rem, 3.8vw, 3.6rem);
  font-weight: 600;
  line-height: 1;
}

.home-stat-grid h3 {
  margin: 16px 0 8px;
  font-size: 1rem;
  line-height: 1.3;
}

.home-stat-grid p {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: .84rem;
  line-height: 1.5;
}

.home-stat-grid a {
  color: var(--sage-dark);
  font-size: .74rem;
  font-weight: 850;
}

.home-stat-note {
  max-width: 900px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: .78rem;
}

.public-page > main > .care-assistant-section {
  width: min(1420px, calc(100% - 36px));
  margin-block: clamp(36px, 5vw, 68px);
}

.home-path-grid-three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-store-section {
  background: #fff;
}

.shop-need-row,
.shop-guided-needs .wrap {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 28px;
}

.shop-need-row a,
.shop-guided-needs a {
  display: grid;
  gap: 7px;
  padding: 18px 20px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--warm);
  color: var(--ink);
}

.shop-need-row a:hover,
.shop-guided-needs a:hover {
  border-color: var(--clay);
  background: #fff;
}

.shop-need-row span,
.shop-guided-needs span {
  color: var(--muted);
  font-size: .8rem;
  line-height: 1.45;
}

.shop-guided-needs {
  padding: 26px 0 0;
  background: #fff7eb;
}

.home-meetup {
  padding: clamp(42px, 6vw, 76px) 0;
  background: #f2f5f0;
}

.home-meetup-inner {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  align-items: center;
  gap: clamp(28px, 5vw, 72px);
}

.home-meetup figure,
.home-bobby figure {
  margin: 0;
}

.home-meetup img,
.home-bobby img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 480px;
  object-fit: contain;
}

.home-meetup h2,
.home-meetup p,
.home-bobby h2,
.home-bobby p {
  margin: 0;
}

.home-meetup p,
.home-bobby p {
  margin-top: 12px;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.55;
}

.home-meetup .actions {
  margin-top: 24px;
}

.home-bobby {
  padding: clamp(44px, 7vw, 84px) 0;
  background: #fff7eb;
}

.home-bobby-inner {
  display: grid;
  grid-template-columns: minmax(180px, .72fr) minmax(0, 1.35fr) minmax(180px, .72fr);
  align-items: center;
  gap: clamp(22px, 4vw, 54px);
}

.home-bobby .text-link {
  display: inline-block;
  margin-top: 22px;
}

.meetup-section {
  background: #fff;
}

.meetup-enroll,
.meetup-empty {
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--warm);
  text-align: center;
}

.meetup-enroll h2,
.meetup-enroll p,
.meetup-empty h3,
.meetup-empty p {
  margin: 0;
}

.meetup-enroll p,
.meetup-empty p {
  margin-top: 8px;
  color: var(--muted);
}

.meetup-enroll .button {
  margin-top: 20px;
}

.meetup-profile-form {
  padding: clamp(22px, 4vw, 40px);
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--warm);
}

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

.meetup-form-grid label,
.meetup-feedback label {
  display: grid;
  gap: 7px;
}

.meetup-form-grid label > span,
.meetup-feedback label > span {
  font-size: .79rem;
  font-weight: 850;
}

.meetup-form-grid .field-wide {
  grid-column: 1 / -1;
}

.meetup-mixed {
  display: flex !important;
  align-items: flex-start;
  gap: 9px !important;
  margin-top: 16px;
  color: var(--muted);
  font-size: .82rem;
}

.meetup-profile-form .actions {
  margin-top: 20px;
}

.meetup-results {
  display: grid;
  gap: 16px;
  margin-top: 24px;
}

.meetup-match-card {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 22px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
}

.meetup-match-score {
  display: grid;
  place-content: center;
  width: 84px;
  height: 84px;
  border-radius: 50%;
  background: #edf3e9;
  color: var(--sage-dark);
  text-align: center;
}

.meetup-match-score strong {
  font-size: 1.6rem;
}

.meetup-match-score span {
  font-size: .7rem;
  font-weight: 850;
  text-transform: uppercase;
}

.meetup-match-card h3,
.meetup-match-card p {
  margin: 0;
}

.meetup-match-card h3 {
  margin-top: 8px;
}

.meetup-match-card p {
  margin-top: 4px;
  color: var(--muted);
}

.meetup-match-card ul {
  display: grid;
  gap: 5px;
  margin: 14px 0 0;
  padding-left: 18px;
  color: var(--ink-soft);
  font-size: .84rem;
}

.meetup-feedback {
  grid-column: 1 / -1;
  padding-top: 16px;
  border-top: 1px solid var(--line);
}

.meetup-feedback summary {
  color: var(--clay-dark);
  font-weight: 850;
  cursor: pointer;
}

.meetup-feedback form {
  display: grid;
  gap: 16px;
  margin-top: 18px;
}

.meetup-rating-grid,
.meetup-safety-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.meetup-safety-grid article {
  display: grid;
  gap: 7px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
}

.meetup-safety-grid span {
  color: var(--muted);
  font-size: .8rem;
  line-height: 1.45;
}

@media (max-width: 1050px) {
  .home-stat-grid,
  .meetup-safety-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (max-width: 760px) {
  .home-section-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .home-stat-grid,
  .home-path-grid-three,
  .shop-need-row,
  .shop-guided-needs .wrap,
  .home-meetup-inner,
  .home-bobby-inner,
  .meetup-form-grid,
  .meetup-rating-grid,
  .meetup-safety-grid {
    grid-template-columns: 1fr;
  }

  .home-stat-grid article {
    padding: 22px 20px;
  }

  .home-meetup figure,
  .home-bobby figure {
    max-width: 520px;
  }

  .home-bobby-inner > figure:last-child {
    display: none;
  }

  .meetup-match-card {
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 14px;
    padding: 18px;
  }

  .meetup-match-score {
    width: 66px;
    height: 66px;
  }
}

@media (max-width: 380px) {
  .wrap,
  .hero-inner {
    width: calc(100% - 22px);
    max-width: 344px;
  }

  .site-header {
    padding-inline: 11px;
  }

  h1 {
    font-size: 2.05rem;
  }
}

@media print {
  .site-header,
  .footer,
  .hero-media,
  .newsletter-section,
  .actions,
  .button,
  .chapter-nav {
    display: none !important;
  }

  body,
  .section,
  .hero {
    background: #fff !important;
    color: #111 !important;
  }

  .hero-inner,
  .wrap {
    width: 100%;
  }

  .hero-inner {
    display: block;
    min-height: 0;
    padding: 0 0 20px;
  }

  .section {
    padding-block: 18px;
  }

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

  .checklist-panel,
  .prompt-panel,
  .check-item {
    box-shadow: none;
    break-inside: avoid;
  }
}

/* Launch polish: WoafMeow brand, warmer surfaces, no dark lesson blocks. */
.woafypet-link {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(247, 124, 28, .35);
  border-radius: 999px;
  background: rgba(247, 124, 28, .08);
  color: #f47a14 !important;
  font-weight: 850;
  white-space: nowrap;
}

.home-proof-line {
  padding: 22px 0;
  border-block: 1px solid var(--line);
  background: #fff7eb;
  text-align: center;
}

.home-proof-line p {
  max-width: 920px;
  margin: 0 auto;
  color: var(--ink-soft);
  font-size: clamp(1.03rem, 1.7vw, 1.28rem);
  line-height: 1.48;
}

.provider-photo-icon {
  display: grid;
  place-items: center;
  align-content: center;
  gap: 7px;
  background: #f8efe5;
  color: var(--clay);
}

.provider-photo-icon .icon-badge {
  width: 44px;
  height: 44px;
  background: transparent;
  color: var(--clay);
}

.provider-photo-icon small {
  color: var(--muted);
  font-size: .64rem;
  font-weight: 850;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.return-loop-section,
.membership-month {
  background: #fff7eb !important;
}

.return-loop-heading h2,
.return-loop-heading p,
.membership-month h2 {
  color: var(--ink) !important;
}

.return-loop {
  border-color: var(--line);
}

.return-loop article {
  border-left-color: var(--line);
}

.return-loop strong {
  color: var(--clay-dark);
}

.return-loop span,
.membership-month-grid span {
  color: var(--muted);
}

.membership-month-grid article {
  border-left-color: var(--line);
}

.care-lesson-quiz {
  border: 1px solid var(--line);
  background: #fffdf8;
  color: var(--ink);
}

.care-lesson-quiz h4 {
  color: var(--ink);
}

.care-lesson-quiz fieldset {
  border-top-color: var(--line);
}

.care-lesson-quiz label {
  border-color: var(--line);
  background: #fff;
  color: var(--ink);
}

.care-lesson-quiz label:has(input:checked) {
  border-color: var(--clay);
  background: #fff7eb;
}

.quiz-feedback {
  color: var(--clay-dark);
}

.quiz-feedback.is-correct {
  color: var(--sage-dark);
}

.account-tabs {
  background: #fff7eb;
  border-block: 1px solid var(--line);
}

.account-tabs a,
.account-tabs button {
  color: var(--ink);
}

.account-tabs a.is-active,
.account-tabs button.is-active {
  color: var(--clay-dark);
}

/* Preserve complete hero photography at its native landscape ratio. */
.public-page .hero-media:not(.founder-media) {
  aspect-ratio: 3 / 2;
  display: grid;
  place-items: center;
}

.public-page .hero-media:not(.founder-media) img {
  display: block;
  width: 100%;
  height: 100% !important;
  max-height: none;
  object-fit: contain !important;
  object-position: center;
}

@media (max-width: 640px) {
  .app-sidebar {
    overflow-x: visible !important;
  }

  .app-sidebar nav {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100% !important;
  }

  .app-sidebar a {
    justify-content: center;
    min-width: 0;
    padding-inline: 10px;
    text-align: center;
    white-space: normal !important;
  }
}

@media (max-width: 760px) {
  .home-proof-line {
    padding: 18px 0;
    text-align: left;
  }

  .home-path-grid,
  .return-loop {
    grid-template-columns: 1fr;
  }

  .home-path-card {
    grid-template-columns: 92px minmax(0, 1fr);
  }
}

/* Final homepage lock. Keep the approved composition above legacy homepage rules. */
.home-page-redesign.wm-home .wrap {
  width: min(100%, 1280px);
  max-width: none;
  padding-inline: 32px;
}

@media (max-width: 900px) {
  .home-page-redesign.wm-home .wrap {
    width: min(100%, 760px);
    padding-inline: 22px;
  }
}

@media (max-width: 620px) {
  .home-page-redesign.wm-home .wrap {
    width: min(100%, 520px);
    padding-inline: 16px;
  }
}

/* Final homepage reference lock: compact, warm, no deformed sections. */
.site-header {
  min-height: 76px;
  background: rgba(255, 253, 248, 0.96);
  border-bottom: 1px solid rgba(86, 64, 50, 0.14);
  backdrop-filter: blur(10px);
}

.site-header .header-inner {
  max-width: 1220px;
  min-height: 76px;
  margin: 0 auto;
  padding: 0 32px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
}

.site-header .brand-logo {
  width: 172px;
  height: auto;
  display: block;
}

.main-nav {
  justify-content: flex-end;
  gap: 24px;
}

.main-nav a,
.main-nav button,
.cart-link {
  color: #2f2b28;
  font: 700 14px/1.2 var(--font-sans);
  white-space: nowrap;
}

.main-nav .woafypet-link {
  color: #bd5d36;
  border: 1px solid rgba(189, 93, 54, 0.28);
  border-radius: 999px;
  padding: 10px 16px;
  background: #fff8ef;
}

.nav-cta,
.button.primary {
  background: #b45f3d;
  color: #fff;
  border-color: #b45f3d;
  box-shadow: 0 14px 28px rgba(180, 95, 61, 0.16);
}

.button.secondary {
  color: #8b3c52;
  background: #fffdf8;
  border-color: rgba(180, 95, 61, 0.28);
}

.home-page-redesign {
  --home-cream: #fbf6ef;
  --home-linen: #f6eee5;
  --home-ink: #241f1c;
  --home-muted: #615c54;
  --home-clay: #b45f3d;
  --home-wine: #8b3c52;
  --home-sage: #77886c;
  --home-line: rgba(86, 64, 50, 0.16);
  background: var(--home-cream);
  color: var(--home-ink);
}

.home-page-redesign h1,
.home-page-redesign h2,
.home-page-redesign h3 {
  color: var(--home-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: 0;
}

.home-page-redesign p,
.home-page-redesign a,
.home-page-redesign button,
.home-page-redesign input,
.home-page-redesign span,
.home-page-redesign em,
.home-page-redesign strong {
  font-family: var(--font-sans);
}

.home-page-redesign .wrap {
  max-width: 1120px;
  margin: 0 auto;
  padding-inline: 32px;
}

.home-page-redesign .home-hero-ref {
  min-height: 430px;
  display: grid;
  grid-template-columns: minmax(0, 46%) minmax(0, 54%);
  align-items: stretch;
  border-bottom: 1px solid rgba(86, 64, 50, 0.09);
  background: linear-gradient(90deg, #fbf6ef 0 48%, #eef1ed 48% 100%);
}

.home-page-redesign .home-hero-copy {
  align-self: center;
  max-width: 520px;
  margin-left: max(32px, calc((100vw - 1120px) / 2 + 32px));
  padding: 82px 52px 78px 0;
}

.home-page-redesign .home-hero-copy h1 {
  max-width: 470px;
  margin: 0;
  font-size: clamp(44px, 5vw, 68px);
  line-height: 0.98;
}

.home-page-redesign .home-hero-copy p {
  max-width: 390px;
  margin: 22px 0 0;
  color: var(--home-muted);
  font-size: 18px;
  line-height: 1.55;
}

.home-page-redesign .home-hero-copy .actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 34px;
}

.home-page-redesign .home-hero-copy .button {
  min-height: 52px;
  padding: 0 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  font-size: 16px;
}

.home-page-redesign .home-hero-photo {
  margin: 0;
  min-height: 430px;
  overflow: hidden;
  background: #e9e2da;
}

.home-page-redesign .home-hero-photo img {
  width: 100%;
  height: 100%;
  min-height: 430px;
  display: block;
  object-fit: cover;
  object-position: center 38%;
}

.home-page-redesign .home-problems {
  padding: 44px 0 36px;
  background: #fffdf8;
}

.home-page-redesign .home-problems-layout {
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr);
  gap: 36px;
  align-items: center;
}

.home-page-redesign .home-problems-heading h2 {
  margin: 0;
  font-size: 31px;
  line-height: 1.08;
}

.home-page-redesign .home-problems-heading p {
  margin: 18px 0 0;
  color: var(--home-muted);
  font-size: 15px;
  line-height: 1.5;
}

.home-page-redesign .home-stat-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.home-page-redesign .home-stat-grid article {
  min-height: 212px;
  padding: 24px 22px 22px;
  display: grid;
  align-content: start;
  gap: 16px;
  border: 1px solid rgba(86, 64, 50, 0.08);
  background: linear-gradient(180deg, #fbf7f1 0%, #f3ede6 100%);
  box-shadow: none;
}

.home-page-redesign .home-stat-grid .icon-circle {
  width: 35px;
  height: 35px;
  color: var(--home-sage);
  background: rgba(119, 136, 108, 0.18);
}

.home-page-redesign .home-stat-grid article > strong {
  order: 1;
  display: block;
  color: #8d3650;
  font-family: var(--font-sans);
  font-size: 34px;
  line-height: 0.96;
  letter-spacing: 0;
}

.home-page-redesign .home-stat-grid article > div {
  order: 2;
}

.home-page-redesign .home-stat-grid h3 {
  margin: 0;
  color: var(--home-muted);
  font-family: var(--font-sans);
  font-size: 13px;
  line-height: 1.35;
  font-weight: 700;
}

.home-page-redesign .home-stat-grid p,
.home-page-redesign .home-stat-grid a,
.home-page-redesign .home-stat-note {
  display: none;
}

.home-page-redesign .home-care-entry {
  padding: 36px 0 34px;
  background: #fffdf8;
}

.home-page-redesign .home-care-box {
  padding: 34px 32px 30px;
  background: linear-gradient(90deg, #fffdf8, #f7efe7);
  border: 1px solid rgba(86, 64, 50, 0.1);
}

.home-page-redesign .home-care-heading h2 {
  margin: 0;
  font-size: 32px;
  line-height: 1.1;
}

.home-page-redesign .home-care-heading p {
  margin: 8px 0 22px;
  color: var(--home-muted);
  font-size: 15px;
}

.home-page-redesign .home-question-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
}

.home-page-redesign .home-question-form input {
  width: 100%;
  height: 56px;
  padding: 0 18px;
  border: 1px solid rgba(86, 64, 50, 0.24);
  border-radius: 0;
  background: #fff;
  color: var(--home-ink);
  font-size: 15px;
}

.home-page-redesign .home-question-form .button {
  min-width: 210px;
  border-radius: 3px;
}

.home-page-redesign .home-example-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-top: 14px;
}

.home-page-redesign .home-example-pills span {
  color: var(--home-muted);
  font-size: 13px;
  font-weight: 700;
}

.home-page-redesign .home-example-pills a {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 13px;
  border: 1px solid rgba(86, 64, 50, 0.16);
  border-radius: 2px;
  color: var(--home-muted);
  background: #fffdf8;
  font-size: 13px;
  text-decoration: none;
}

.home-page-redesign .home-public-lessons,
.home-page-redesign .home-store-section,
.home-page-redesign .home-vets {
  padding: 28px 0 38px;
  background: #fffdf8;
}

.home-page-redesign .home-section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 20px;
  margin-bottom: 18px;
}

.home-page-redesign .home-section-head h2 {
  margin: 0;
  font-size: 29px;
  line-height: 1.12;
}

.home-page-redesign .home-section-head .text-link {
  color: var(--home-clay);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.home-page-redesign .home-public-static-grid,
.home-page-redesign .home-product-row {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.home-page-redesign .home-lesson-card,
.home-page-redesign .home-product-card {
  display: grid;
  grid-template-rows: 132px minmax(88px, auto);
  overflow: hidden;
  border: 1px solid rgba(86, 64, 50, 0.12);
  border-radius: 3px;
  background: #fff;
  color: var(--home-ink);
  text-decoration: none;
  box-shadow: 0 16px 34px rgba(54, 43, 34, 0.06);
}

.home-page-redesign .home-lesson-card img,
.home-page-redesign .home-product-card img {
  width: 100%;
  height: 132px;
  display: block;
  object-fit: cover;
  object-position: center;
}

.home-page-redesign .home-product-card img {
  object-fit: contain;
  padding: 8px;
  background: #f3ede4;
}

.home-page-redesign .home-lesson-card span,
.home-page-redesign .home-product-card span {
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 14px 13px 16px;
}

.home-page-redesign .home-lesson-card strong,
.home-page-redesign .home-product-card strong {
  color: var(--home-ink);
  font-size: 15px;
  line-height: 1.25;
}

.home-page-redesign .home-lesson-card em,
.home-page-redesign .home-product-card em {
  color: #3d3730;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
}

.home-page-redesign .home-paths {
  padding: 34px 0;
  background: #f4eee7;
}

.home-page-redesign .home-paths .wrap {
  display: grid;
  grid-template-columns: 310px minmax(0, 1fr);
  gap: 34px;
  align-items: center;
}

.home-page-redesign .home-paths-heading h2 {
  margin: 0;
  font-size: 29px;
}

.home-page-redesign .home-paths-heading p {
  margin: 10px 0 0;
  color: var(--home-muted);
  font-size: 14px;
}

.home-page-redesign .home-path-grid-three {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.home-page-redesign .home-path-card {
  min-height: 130px;
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 18px;
  border: 0;
  background: rgba(255, 253, 248, 0.72);
  text-decoration: none;
}

.home-page-redesign .home-path-card .home-path-image {
  display: none;
}

.home-page-redesign .home-path-card .icon-badge {
  width: 46px;
  height: 46px;
  color: var(--home-sage);
  background: rgba(119, 136, 108, 0.18);
}

.home-page-redesign .home-path-card strong {
  display: block;
  margin-bottom: 7px;
  color: var(--home-ink);
  font-size: 15px;
}

.home-page-redesign .home-path-card em {
  display: block;
  color: var(--home-clay);
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
}

.home-page-redesign .home-meetup,
.home-page-redesign .home-bobby {
  padding: 24px 0;
  background: #fffdf8;
}

.home-page-redesign .home-meetup-inner,
.home-page-redesign .home-bobby-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.92fr);
  gap: 0;
  align-items: stretch;
  background: linear-gradient(90deg, #f1eadf, #fffdf8);
  border: 1px solid rgba(86, 64, 50, 0.1);
}

.home-page-redesign .home-meetup figure,
.home-page-redesign .home-bobby figure {
  margin: 0;
  min-height: 220px;
  overflow: hidden;
}

.home-page-redesign .home-meetup img,
.home-page-redesign .home-bobby img {
  width: 100%;
  height: 100%;
  min-height: 220px;
  display: block;
  object-fit: cover;
  object-position: center;
}

.home-page-redesign .home-bobby img {
  object-position: center 35%;
}

.home-page-redesign .home-meetup figure + div,
.home-page-redesign .home-bobby-copy {
  display: grid;
  align-content: center;
  gap: 12px;
  padding: 34px 50px;
}

.home-page-redesign .home-meetup h2,
.home-page-redesign .home-bobby h2 {
  margin: 0;
  font-size: 29px;
  line-height: 1.1;
}

.home-page-redesign .home-meetup p,
.home-page-redesign .home-bobby p {
  max-width: 410px;
  margin: 0;
  color: var(--home-muted);
  font-size: 15px;
  line-height: 1.55;
}

.home-page-redesign .home-vet-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.home-page-redesign .home-vet-card {
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  padding: 30px;
  border: 1px solid rgba(86, 64, 50, 0.1);
  background: #fff;
}

.home-page-redesign .home-vet-card img {
  width: 78px;
  height: 78px;
  border-radius: 999px;
  object-fit: cover;
  object-position: center;
}

.home-page-redesign .home-vet-card blockquote {
  margin: 0 0 14px;
  color: var(--home-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  line-height: 1.35;
}

.home-page-redesign .home-vet-card strong,
.home-page-redesign .home-vet-card span {
  display: block;
  font-size: 13px;
  line-height: 1.35;
}

.home-page-redesign .home-vet-card span {
  color: var(--home-muted);
}

.home-page-redesign .newsletter-section {
  padding: 20px 0 18px;
  background: #fffdf8;
}

.home-page-redesign .newsletter-band {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 32px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.8fr);
  gap: 24px;
  align-items: center;
}

.home-page-redesign .newsletter-band h2 {
  margin: 0;
  font-size: 21px;
}

.home-page-redesign .newsletter-actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
}

.home-page-redesign .newsletter-actions input[type="email"] {
  height: 42px;
  border-radius: 0;
}

.home-page-redesign .newsletter-actions .button {
  min-height: 42px;
  border-radius: 3px;
}

.home-page-redesign .newsletter-consent,
.home-page-redesign .newsletter-actions .form-note,
.home-page-redesign .newsletter-band p {
  display: none;
}

@media (max-width: 1040px) {
  .site-header .header-inner {
    grid-template-columns: 1fr auto;
  }

  .main-nav {
    display: none;
  }

  .home-page-redesign .home-public-static-grid,
  .home-page-redesign .home-product-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .home-page-redesign .home-stat-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .site-header .header-inner {
    padding: 0 18px;
  }

  .site-header .brand-logo {
    width: 146px;
  }

  .nav-cta {
    min-height: 44px;
    padding: 0 16px;
    font-size: 13px;
  }

  .home-page-redesign .wrap {
    padding-inline: 18px;
  }

  .home-page-redesign .home-hero-ref {
    grid-template-columns: 1fr;
    min-height: 0;
    background: #fbf6ef;
  }

  .home-page-redesign .home-hero-copy {
    margin: 0;
    max-width: none;
    padding: 44px 20px 28px;
  }

  .home-page-redesign .home-hero-copy h1 {
    font-size: clamp(39px, 12vw, 54px);
    line-height: 1.02;
  }

  .home-page-redesign .home-hero-copy p {
    font-size: 16px;
  }

  .home-page-redesign .home-hero-copy .actions {
    gap: 10px;
  }

  .home-page-redesign .home-hero-copy .button {
    flex: 1 1 150px;
    min-height: 48px;
    padding: 0 16px;
    font-size: 14px;
  }

  .home-page-redesign .home-hero-photo {
    min-height: auto;
    aspect-ratio: 4 / 3;
  }

  .home-page-redesign .home-hero-photo img {
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

  .home-page-redesign .home-problems-layout,
  .home-page-redesign .home-paths .wrap,
  .home-page-redesign .home-meetup-inner,
  .home-page-redesign .home-bobby-inner,
  .home-page-redesign .home-vet-grid,
  .home-page-redesign .newsletter-band {
    grid-template-columns: 1fr;
  }

  .home-page-redesign .home-stat-grid,
  .home-page-redesign .home-path-grid-three,
  .home-page-redesign .home-public-static-grid,
  .home-page-redesign .home-product-row {
    grid-template-columns: 1fr;
  }

  .home-page-redesign .home-stat-grid article {
    min-height: 0;
  }

  .home-page-redesign .home-question-form,
  .home-page-redesign .newsletter-actions {
    grid-template-columns: 1fr;
  }

  .home-page-redesign .home-question-form .button {
    width: 100%;
  }

  .home-page-redesign .home-section-head {
    align-items: start;
    flex-direction: column;
    gap: 8px;
  }

  .home-page-redesign .home-lesson-card,
  .home-page-redesign .home-product-card {
    grid-template-rows: auto;
  }

  .home-page-redesign .home-lesson-card img,
  .home-page-redesign .home-product-card img {
    height: auto;
    aspect-ratio: 16 / 9;
  }

  .home-page-redesign .home-meetup figure,
  .home-page-redesign .home-bobby figure {
    min-height: 0;
    aspect-ratio: 16 / 9;
  }

  .home-page-redesign .home-meetup img,
  .home-page-redesign .home-bobby img {
    min-height: 0;
  }

  .home-page-redesign .home-meetup figure + div,
  .home-page-redesign .home-bobby-copy {
    padding: 26px 20px;
  }

  .home-page-redesign .home-vet-card {
    grid-template-columns: 64px minmax(0, 1fr);
    padding: 22px;
  }

  .home-page-redesign .home-vet-card img {
    width: 58px;
    height: 58px;
  }
}

/* Homepage reference lock: matches the approved compact WoafMeow composition. */
.home-page-redesign {
  background: #f7f3ed;
}

.home-page-redesign .wrap {
  width: min(1320px, calc(100% - 48px));
}

.home-page-redesign .home-hero .hero-inner {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.08fr);
  width: min(1440px, 100%);
  min-height: 460px;
}

.home-page-redesign .home-hero .hero-copy {
  display: grid;
  align-content: center;
  padding: clamp(42px, 5vw, 72px) clamp(34px, 6vw, 86px);
}

.home-page-redesign .home-hero h1 {
  max-width: 620px;
  margin: 0;
  font-size: clamp(3rem, 4vw, 4rem);
  line-height: 1.04;
  text-wrap: balance;
}

.home-page-redesign .home-hero .hero-copy > p:not(.eyebrow) {
  max-width: 500px;
  margin-top: 18px;
  font-size: 1rem;
  line-height: 1.5;
}

.home-page-redesign .home-hero .actions {
  margin-top: 24px;
}

.home-page-redesign .home-problems {
  padding: 44px 0 38px;
}

.home-page-redesign .home-problems-layout {
  grid-template-columns: 205px minmax(0, 1fr);
  gap: 18px 28px;
}

.home-page-redesign .home-problems-heading h2 {
  font-size: 1.95rem;
  line-height: 1.06;
}

.home-page-redesign .home-stat-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  min-width: 0;
}

.home-page-redesign .home-stat-grid article {
  grid-template-rows: auto 1fr;
  min-width: 0;
  min-height: 205px;
  padding: 17px;
}

.home-page-redesign .home-stat-grid article > strong {
  font-size: clamp(1.85rem, 2.35vw, 2.55rem);
  line-height: .98;
}

.home-page-redesign .home-stat-grid h3 {
  font-size: .92rem;
}

.home-page-redesign .home-stat-note {
  grid-column: 2;
  margin-top: -2px;
}

.home-page-redesign .home-care-entry {
  padding: 30px 0;
}

.home-page-redesign .home-care-shell {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  border-radius: 5px;
}

.home-page-redesign .home-care-main {
  padding: 27px 30px 12px;
}

.home-page-redesign .home-care-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
}

.home-page-redesign .home-care-heading h2 {
  font-size: clamp(1.8rem, 2.7vw, 2.65rem);
}

.home-page-redesign .home-care-heading p {
  max-width: 360px;
  margin: 0 0 4px;
  text-align: right;
}

.home-page-redesign .home-care-gate {
  margin-top: 17px;
}

.home-page-redesign .home-care-enroll {
  justify-content: flex-start;
  min-height: 50px;
  padding: 0;
  border-top: 0;
}

.home-page-redesign .home-care-enroll span {
  color: var(--muted);
  font-size: .86rem;
}

.home-page-redesign .home-care-gate form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: end;
}

.home-page-redesign .home-care-gate .chat-question,
.home-page-redesign .home-care-gate .chat-composer-actions {
  min-width: 0;
}

.home-page-redesign .home-care-gate textarea {
  min-height: 50px;
  height: 50px;
  padding: 13px 15px;
  resize: none;
}

.home-page-redesign .home-care-gate .chat-composer-actions {
  display: block;
}

.home-page-redesign .home-care-gate .chat-composer-meta {
  display: none;
}

.home-page-redesign .home-care-gate .button {
  min-height: 50px;
}

.home-page-redesign .home-care-prompts {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 30px 24px;
  overflow-x: auto;
  border-top: 0;
  border-left: 0;
  background: #fff;
}

.home-page-redesign .home-care-prompts strong {
  flex: 0 0 auto;
  margin: 0 4px 0 0;
  font-size: .69rem;
}

.home-page-redesign .home-care-prompts button {
  flex: 0 0 auto;
  min-height: 34px;
  padding: 7px 11px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: #faf8f4;
  font-size: .72rem;
  white-space: nowrap;
}

.home-page-redesign .home-public-lessons,
.home-page-redesign .home-store-section,
.home-page-redesign .compact-section {
  padding: 43px 0;
}

.home-page-redesign .home-section-head {
  margin-bottom: 18px;
}

.home-page-redesign .home-section-head h2,
.home-page-redesign .compact-section .section-heading h2 {
  font-size: clamp(1.65rem, 2.3vw, 2.2rem);
}

.home-page-redesign .home-public-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.home-page-redesign .home-public-grid > article,
.home-page-redesign .home-public-grid .community-starter {
  grid-template-rows: auto auto auto 1fr auto;
  min-height: 300px;
  padding-bottom: 13px;
}

.home-page-redesign .home-public-grid > article:nth-child(n + 5) {
  display: grid;
}

.home-page-redesign .home-public-grid > article:nth-child(n + 6) {
  display: none;
}

.home-page-redesign .community-starter-image {
  aspect-ratio: 4 / 2.8;
}

.home-page-redesign .home-public-grid .community-starter-topic,
.home-page-redesign .home-public-grid .community-starter h3,
.home-page-redesign .home-public-grid .community-starter p,
.home-page-redesign .home-public-grid .community-starter button {
  margin-inline: 12px;
}

.home-page-redesign .home-public-grid .community-starter-topic {
  margin-top: 11px;
}

.home-page-redesign .home-public-grid h3 {
  font-size: .98rem;
}

.home-page-redesign .home-public-grid p {
  font-size: .73rem;
  -webkit-line-clamp: 3;
}

.home-page-redesign .home-public-grid button {
  min-height: 32px;
  margin-top: 9px;
  font-size: .69rem;
}

.home-page-redesign .home-public-count {
  margin-top: 9px;
}

.home-page-redesign .home-paths {
  padding: 37px 0;
}

.home-page-redesign .home-paths-heading {
  margin-bottom: 17px;
}

.home-page-redesign .home-paths-heading h2 {
  font-size: 1.8rem;
}

.home-page-redesign .home-path-card {
  grid-template-columns: 96px minmax(0, 1fr);
  min-height: 106px;
}

.home-page-redesign .home-path-image img {
  max-height: 90px;
}

.home-page-redesign .home-store-section .product-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.home-page-redesign .home-store-section .product-card {
  min-width: 0;
  overflow: hidden;
}

.home-page-redesign .home-store-section .product-card-image {
  position: relative;
  width: 100%;
  min-width: 0;
  height: 178px;
  aspect-ratio: auto;
  padding: 0;
  overflow: hidden;
  display: grid;
  place-items: center;
}

.home-page-redesign .home-store-section .product-card-image img {
  position: absolute;
  inset: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  max-width: 100%;
  max-height: 100%;
  min-width: 0;
  object-fit: contain;
}

.home-page-redesign .home-store-section .product-card > div {
  padding: 12px;
}

.home-page-redesign .home-store-section .product-card h3 {
  font-size: .95rem;
}

.home-page-redesign .home-store-section .product-card p {
  font-size: .72rem;
}

.home-page-redesign .home-store-section .product-card-footer .button {
  min-height: 32px;
  padding-inline: 10px;
  font-size: .68rem;
}

.home-page-redesign .home-meetup-inner {
  grid-template-columns: 1.08fr .92fr;
}

.home-page-redesign .home-meetup figure {
  min-height: 300px;
  padding: 14px;
}

.home-page-redesign .home-meetup img {
  max-height: 320px;
}

.home-page-redesign .home-meetup figure + div {
  padding: 38px 48px;
}

.home-page-redesign .home-meetup h2,
.home-page-redesign .home-bobby h2 {
  font-size: clamp(1.85rem, 2.7vw, 2.55rem);
}

.home-page-redesign .compact-section .section-heading {
  margin-bottom: 17px;
}

.home-page-redesign .vet-perspective {
  padding: 22px 28px;
}

.home-page-redesign .home-bobby-photo {
  grid-template-columns: 1.45fr .55fr;
  gap: 8px;
  min-height: 300px;
  padding: 14px;
}

.home-page-redesign .home-bobby-photo img {
  width: 100%;
  height: 100%;
  max-height: 320px;
  object-fit: contain;
}

.home-page-redesign .home-bobby-copy {
  padding: 38px 48px;
}

.home-page-redesign .newsletter-section {
  padding: 28px 0;
}

.home-page-redesign .newsletter-band {
  padding: 20px 24px;
}

.home-page-redesign .newsletter-band form {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) auto;
  gap: 8px;
}

.home-page-redesign .newsletter-band .form-consent,
.home-page-redesign .newsletter-band .form-note {
  grid-column: 1 / -1;
}

@media (max-width: 1120px) {
  .home-page-redesign .home-public-grid,
  .home-page-redesign .home-store-section .product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .home-page-redesign .home-stat-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-page-redesign .home-problems-layout {
    grid-template-columns: 1fr;
  }

  .home-page-redesign .home-stat-note {
    grid-column: 1;
  }
}

@media (max-width: 820px) {
  .home-page-redesign .home-hero .hero-inner,
  .home-page-redesign .home-meetup-inner,
  .home-page-redesign .home-bobby-inner {
    grid-template-columns: 1fr;
  }

  .home-page-redesign .home-hero h1 {
    max-width: 560px;
    font-size: clamp(2.6rem, 8.5vw, 3.4rem);
  }

  .home-page-redesign .home-care-heading {
    align-items: start;
    flex-direction: column;
    gap: 7px;
  }

  .home-page-redesign .home-care-heading p {
    text-align: left;
  }

  .home-page-redesign .home-care-gate form {
    grid-template-columns: 1fr;
  }

  .home-page-redesign .home-care-gate .button {
    width: 100%;
  }

  .home-page-redesign .home-path-grid-three,
  .home-page-redesign .vet-perspective-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .home-page-redesign .wrap {
    width: calc(100% - 28px);
  }

  .home-page-redesign .home-hero .hero-copy {
    padding: 32px 18px 27px;
  }

  .home-page-redesign .home-hero .hero-media {
    aspect-ratio: auto !important;
    min-height: 0;
    padding: 0;
  }

  .home-page-redesign .home-hero .hero-media img {
    height: auto;
  }

  .home-page-redesign .home-stat-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-page-redesign .home-stat-grid article {
    min-height: 175px;
    padding: 14px;
  }

  .home-page-redesign .home-stat-grid article > strong {
    font-size: 1.75rem;
  }

  .home-page-redesign .home-care-main {
    padding: 22px 17px 10px;
  }

  .home-page-redesign .home-care-prompts {
    flex-wrap: nowrap;
    padding: 9px 17px 20px;
  }

  .home-page-redesign .home-public-grid,
  .home-page-redesign .home-store-section .product-grid {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(250px, 82vw);
    grid-template-columns: none;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: inline mandatory;
  }

  .home-page-redesign .home-public-grid > article,
  .home-page-redesign .home-store-section .product-card {
    display: grid !important;
    scroll-snap-align: start;
  }

  .home-page-redesign .home-public-grid > article:nth-child(n + 6) {
    display: none !important;
  }

  .home-page-redesign .home-bobby-photo {
    grid-template-columns: minmax(0, 1.4fr) minmax(90px, .6fr);
  }

  .home-page-redesign .home-meetup figure + div,
  .home-page-redesign .home-bobby-copy {
    padding: 30px 20px 34px;
  }

  .home-page-redesign .newsletter-band,
  .home-page-redesign .newsletter-band form {
    grid-template-columns: 1fr;
  }
}

.account-benefits {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  border-top: 0;
}

.account-benefits article {
  grid-template-columns: 1fr;
  gap: 4px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: var(--warm);
}

@media (max-width: 620px) {
  .account-benefits,
  .account-command-grid,
  .memory-timeline,
  .care-answer-grid {
    grid-template-columns: 1fr;
  }
}

/* Storefront and Care+ checkout */
.shop-hero,
.membership-hero {
  background: #f2eee7;
}

.shop-hero > .wrap,
.membership-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(420px, 1.18fr);
  align-items: center;
  gap: clamp(32px, 6vw, 82px);
  min-height: 500px;
  padding-block: clamp(42px, 7vw, 78px);
}

.shop-hero h1,
.membership-hero h1,
.shop-category-header h1,
.product-detail h1 {
  max-width: 680px;
  margin: 10px 0 14px;
  font-size: clamp(2.5rem, 4vw, 3.7rem);
  line-height: 1.02;
  text-wrap: balance;
}

.shop-hero p,
.membership-hero p {
  max-width: 560px;
  margin: 0;
  color: var(--muted);
  font-size: 1.06rem;
  line-height: 1.55;
}

.shop-hero .actions,
.membership-hero .actions { margin-top: 24px; }
.shop-hero figure,
.membership-hero figure { display: grid; place-items: center; margin: 0; background: #e8e1d7; }
.shop-hero figure img,
.membership-hero figure img { width: 100%; height: auto; max-height: 520px; object-fit: contain; }

.shop-category-strip { padding: 22px 0; border-block: 1px solid var(--line); background: var(--paper); }
.marketplace-categories { display: grid; grid-template-columns: repeat(8, minmax(98px, 1fr)); gap: 12px; }
.marketplace-categories a { display: grid; justify-items: center; gap: 9px; min-width: 0; color: var(--ink); font-size: .75rem; font-weight: 800; text-align: center; text-decoration: none; }
.marketplace-categories img { width: 76px; height: 76px; padding: 6px; border: 1px solid var(--line); border-radius: 50%; background: #f0ece5; object-fit: contain; }
.marketplace-categories a:hover img,
.marketplace-categories a:focus-visible img { border-color: var(--clay); }

.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
.product-card { display: grid; grid-template-rows: auto 1fr; min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 6px; background: var(--paper); }
.product-card-image { display: grid; place-items: center; aspect-ratio: 1 / .82; padding: 18px; background: #ede8e0; }
.product-card-image img { width: 100%; height: 100%; object-fit: contain; }
.product-card > div { display: grid; align-content: start; gap: 9px; min-width: 0; padding: 18px; }
.product-card h3 { margin: 0; font-size: 1.24rem; line-height: 1.18; }
.product-card h3 a { color: inherit; text-decoration: none; }
.product-card p { margin: 0; color: var(--muted); font-size: .88rem; line-height: 1.45; }
.product-badge { width: max-content; color: var(--clay-dark); font-size: .67rem; font-weight: 850; letter-spacing: .04em; text-transform: uppercase; }
.product-card-footer { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: auto; padding-top: 9px; }
.product-card-footer strong { font-size: 1rem; }
.product-card-footer .button { min-width: 0; padding: 9px 12px; font-size: .78rem; }

.shop-category-header { padding: 48px 0 38px; background: #f2eee7; }
.shop-category-header .wrap { display: grid; justify-items: start; }
.shop-category-header .wrap > a { color: var(--clay-dark); font-size: .82rem; font-weight: 800; }
.shop-category-header h1 { margin-bottom: 8px; }
.shop-category-header p { max-width: 650px; margin: 0 0 20px; color: var(--muted); font-size: 1rem; }

.product-detail { padding: clamp(38px, 7vw, 78px) 0; background: #f3efe8; }
.product-detail-grid { display: grid; grid-template-columns: minmax(360px, .95fr) minmax(0, 1.05fr); align-items: start; gap: clamp(36px, 7vw, 90px); }
.product-detail figure { display: grid; place-items: center; min-height: 0; margin: 0; padding: clamp(24px, 4vw, 54px); background: #e8e1d7; }
.product-detail figure img { width: 100%; height: auto; max-height: 620px; object-fit: contain; }
.product-detail-copy { display: grid; align-content: start; gap: 14px; min-width: 0; }
.product-detail-copy nav { display: flex; flex-wrap: wrap; gap: 7px; color: var(--muted); font-size: .78rem; }
.product-detail-copy nav a { color: inherit; }
.product-detail-copy h1 { margin: 2px 0 0; font-size: clamp(2.4rem, 4.5vw, 4rem); }
.product-detail-price { margin: 0; color: var(--clay-dark); font: 700 1.4rem/1 var(--sans); }
.product-detail-copy > p:not(.product-detail-price):not(.product-order-note) { max-width: 600px; margin: 0; color: var(--muted); line-height: 1.55; }
.product-detail-copy dl { display: grid; margin: 8px 0; border-top: 1px solid var(--line); }
.product-detail-copy dl > div { display: grid; grid-template-columns: 110px minmax(0, 1fr); gap: 16px; padding: 13px 0; border-bottom: 1px solid var(--line); }
.product-detail-copy dt { color: var(--muted); font-size: .72rem; font-weight: 800; text-transform: uppercase; }
.product-detail-copy dd { margin: 0; line-height: 1.4; }
.product-note { display: grid; gap: 7px; }
.product-note > span { font-size: .82rem; font-weight: 800; }
.product-note textarea { min-height: 88px; }
.product-detail-copy > .button { width: max-content; }
.product-order-note { margin: -4px 0 0; color: var(--muted); font-size: .76rem; }
.product-process h2 { margin-bottom: 24px; }
.product-process-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-block: 1px solid var(--ink); }
.product-process-grid article { display: grid; grid-template-columns: 38px minmax(0, 1fr); gap: 14px; padding: 24px 20px; border-left: 1px solid var(--line); }
.product-process-grid article:first-child { border-left: 0; }
.product-process-grid span { color: var(--clay-dark); font-weight: 850; }
.product-process-grid p { margin: 0; color: var(--ink-soft); line-height: 1.5; }

.marketplace-trust-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }

.shop-cart-backdrop { position: fixed; inset: 0; z-index: 90; background: rgba(20, 24, 21, .52); }
.shop-cart { position: fixed; z-index: 91; top: 0; right: 0; display: grid; grid-template-rows: auto minmax(0, 1fr) auto; width: min(460px, 100%); height: 100dvh; background: var(--paper); box-shadow: -22px 0 70px rgba(16, 24, 32, .2); }
.shop-cart[hidden], .shop-cart-backdrop[hidden] { display: none; }
.shop-cart > header { display: flex; align-items: center; justify-content: space-between; padding: 20px 22px; border-bottom: 1px solid var(--line); }
.shop-cart > header > div { display: grid; gap: 3px; }
.shop-cart > header span { font: 500 1.6rem/1.1 var(--serif); }
.shop-cart > header strong { color: var(--muted); font-size: .72rem; }
.shop-cart > header button { width: 40px; height: 40px; border: 0; background: transparent; color: var(--ink); font-size: 1.75rem; cursor: pointer; }
.shop-cart-items { overflow-y: auto; padding: 4px 22px; }
.shop-cart-items article { display: grid; grid-template-columns: 74px minmax(0, 1fr) auto; gap: 12px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.shop-cart-items img { width: 74px; height: 74px; padding: 5px; background: #eee8df; object-fit: contain; }
.shop-cart-items article > div { display: grid; align-content: start; gap: 4px; min-width: 0; }
.shop-cart-items small { color: var(--muted); line-height: 1.35; }
.cart-item-controls { display: flex; align-items: center; gap: 7px; margin-top: 6px; }
.cart-item-controls button,
.cart-item-controls span { display: grid; place-items: center; width: 28px; height: 28px; border: 1px solid var(--line); background: var(--warm); }
.cart-item-controls button { cursor: pointer; }
.cart-item-remove { align-self: start; padding: 3px; border: 0; background: transparent; color: var(--clay-dark); font-size: .7rem; cursor: pointer; }
.shop-cart-empty { display: grid; place-items: center; align-content: center; gap: 8px; padding: 40px; text-align: center; }
.shop-checkout { display: grid; gap: 10px; max-height: 58dvh; overflow-y: auto; padding: 18px 22px 24px; border-top: 1px solid var(--line); background: var(--warm); }
.shop-checkout[hidden] { display: none; }
.shop-cart-total { display: flex; justify-content: space-between; font-size: 1.05rem; }
.shop-checkout label { display: grid; gap: 5px; }
.shop-checkout label > span { font-size: .76rem; font-weight: 800; }
.shop-checkout input { min-height: 42px; }
.cart-open { overflow: hidden; }
.checkout-status { padding: 13px 20px; background: #e4ebe3; color: var(--ink); font-weight: 750; text-align: center; }
.checkout-status.cancelled { background: #f3e8df; }

.membership-hero-inner { min-height: 510px; }
.membership-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 26px; }
.membership-heading h2 { margin: 0 0 5px; }
.membership-heading p { margin: 0; color: var(--muted); }
.billing-switch { display: flex; padding: 4px; border: 1px solid var(--line); border-radius: 7px; background: var(--warm); }
.billing-switch button { padding: 9px 12px; border: 0; border-radius: 5px; background: transparent; color: var(--muted); font-weight: 750; cursor: pointer; }
.billing-switch button.active { background: var(--dark); color: #fff; }
.billing-switch span { color: #d69c7d; font-size: .67rem; }
.pricing-grid { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); align-items: stretch; gap: 20px; max-width: 980px; margin-inline: auto; }
.pricing-card { display: grid; align-content: start; gap: 17px; padding: clamp(24px, 4vw, 42px); border: 1px solid var(--line); border-radius: 7px; background: var(--paper); }
.pricing-card.featured { border-top: 7px solid var(--clay); box-shadow: 0 18px 50px rgba(31, 36, 33, .09); }
.plan-name { width: max-content; padding: 6px 9px; background: var(--linen); color: var(--sage-dark); font-size: .72rem; font-weight: 850; text-transform: uppercase; }
.plan-price { display: flex; align-items: baseline; gap: 8px; margin: 0; }
.plan-price strong { font: 550 clamp(2.8rem, 6vw, 4.7rem)/1 var(--serif); }
.plan-price span { color: var(--muted); }
.pricing-card ul { display: grid; gap: 11px; margin: 0; padding: 0; list-style: none; }
.pricing-card li { position: relative; padding-left: 25px; line-height: 1.42; }
.pricing-card li::before { position: absolute; left: 0; color: var(--sage); content: "✓"; font-weight: 900; }
.pricing-card > .button { align-self: end; margin-top: auto; }
.pricing-card form { display: grid; gap: 11px; padding-top: 6px; }
.pricing-card form label { display: grid; gap: 6px; }
.pricing-card form label > span { font-size: .76rem; font-weight: 800; }
.membership-month { background: var(--dark) !important; color: #fff; }
.membership-month h2 { margin-bottom: 26px; color: #fff; text-align: center; }
.membership-month-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.membership-month-grid article { display: grid; gap: 8px; padding: 10px 28px; border-left: 1px solid rgba(255,255,255,.2); }
.membership-month-grid article:first-child { border-left: 0; }
.membership-month-grid strong { font: 500 1.3rem/1.2 var(--serif); }
.membership-month-grid span { color: rgba(255,255,255,.72); font-size: .9rem; line-height: 1.48; }

@media (max-width: 980px) {
  .marketplace-categories { display: flex; overflow-x: auto; padding-bottom: 4px; }
  .marketplace-categories a { flex: 0 0 110px; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .shop-hero > .wrap,
  .membership-hero-inner,
  .product-detail-grid { grid-template-columns: 1fr 1fr; gap: 30px; }
}

@media (max-width: 700px) {
  .shop-hero > .wrap,
  .membership-hero-inner,
  .product-detail-grid,
  .pricing-grid { grid-template-columns: 1fr; }
  .shop-hero > .wrap,
  .membership-hero-inner { min-height: 0; padding-block: 34px; }
  .shop-hero h1,
  .membership-hero h1,
  .shop-category-header h1,
  .product-detail h1 { margin-inline: 0; font-size: 2.5rem; }
  .shop-hero figure,
  .membership-hero figure { order: -1; }
  .shop-hero figure img,
  .membership-hero figure img { max-height: 340px; }
  .product-detail figure { padding: 18px; }
  .product-detail figure img { max-height: 420px; }
  .product-grid { grid-template-columns: 1fr; }
  .product-card-image { aspect-ratio: 1 / .74; }
  .product-process-grid,
  .marketplace-trust-grid,
  .membership-month-grid { grid-template-columns: 1fr; }
  .product-process-grid article,
  .membership-month-grid article { border-top: 1px solid var(--line); border-left: 0; }
  .product-process-grid article:first-child,
  .membership-month-grid article:first-child { border-top: 0; }
  .membership-heading { display: grid; align-items: start; }
  .billing-switch { width: 100%; }
  .billing-switch button { flex: 1; }
  .shop-cart { width: 100%; }
}

/* 2026-07-22 account-first product system */
:root {
  --ink: #20231f;
  --ink-soft: #3d433e;
  --muted: #606962;
  --soft: #7b837c;
  --cream: #f5f2ed;
  --warm: #faf9f6;
  --paper: #ffffff;
  --linen: #eef1eb;
  --linen-2: #dce3d9;
  --dark: #1e2320;
  --clay: #ad5c3d;
  --clay-dark: #7d3344;
  --sage: #728266;
  --sage-dark: #4e6047;
  --line: #d8ddd6;
  --heading: Georgia, "Times New Roman", serif;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --shadow: 0 12px 30px rgba(25, 32, 27, .07);
}

body { background: var(--warm); }
h1 { font-size: clamp(2rem, 3vw, 3.15rem); }
h2 { font-size: clamp(1.55rem, 2.2vw, 2.25rem); }
p { line-height: 1.52; }
.section { padding-block: clamp(38px, 5vw, 66px); }
.section-heading { margin-bottom: 24px; }
.button, .nav-cta { min-height: 44px; padding-inline: 22px; border-radius: 4px; box-shadow: none; }
.site-header { min-height: 76px; border-bottom-color: var(--line); background: rgba(255,255,255,.97); }
.hero-inner { gap: clamp(26px, 5vw, 70px); padding-block: clamp(34px, 5vw, 68px); }
.hero-copy > p:not(.eyebrow) { max-width: 610px; font-size: 1rem; }
.hero-media { overflow: hidden; border: 1px solid var(--line); border-radius: 4px; background: #ece9e3; }
.hero-media img { width: 100%; height: auto; max-height: 520px; object-fit: contain; }
.home-paths { padding: clamp(34px, 4vw, 54px) 0; background: #fff; }
.home-paths-heading { margin-bottom: 20px; }
.home-paths-heading h2 { margin: 0; }
.home-path-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.home-path-card { display: grid; grid-template-columns: 106px minmax(0, 1fr); align-items: center; min-height: 132px; overflow: hidden; border: 1px solid var(--line); border-radius: 4px; background: var(--warm); color: var(--ink); }
.home-path-card:hover { border-color: var(--sage); background: #fff; }
.home-path-image { display: grid; place-items: center; align-self: stretch; padding: 8px; background: #eeebe5; }
.home-path-image img { display: block; width: 100%; height: 100%; max-height: 116px; object-fit: contain; }
.home-path-card > span:last-child { display: grid; gap: 6px; padding: 16px 14px; }
.home-path-card strong { font-size: .96rem; line-height: 1.25; }
.home-path-card em { color: var(--muted); font-size: .79rem; font-style: normal; line-height: 1.42; }

.app-page { min-height: 100vh; background: #f8f7f4; }
.app-header { position: sticky; top: 0; z-index: 70; display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 94px; padding: 14px 38px; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.98); }
.app-brand { display: inline-flex; align-items: center; gap: 11px; color: var(--ink); font: 500 2rem/1 var(--heading); white-space: nowrap; }
.app-brand img { display: block; width: 178px; max-width: 24vw; height: 48px; object-fit: contain; object-position: left center; }
.app-brand-mark { display: grid; place-items: center; width: 32px; height: 32px; color: var(--clay); }
.app-brand-mark .icon-badge { width: 32px; height: 32px; padding: 0; border-radius: 0; background: transparent; color: inherit; }
.app-brand-mark svg { width: 32px; height: 32px; stroke: currentColor; }
.app-header-tools { display: flex; align-items: end; gap: 14px; }

.app-notification-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: var(--ink);
  font-weight: 750;
  white-space: nowrap;
}

.app-notification-link [data-notification-count] {
  display: grid;
  place-items: center;
  min-width: 20px;
  height: 20px;
  margin-left: 7px;
  padding: 0 5px;
  border-radius: 999px;
  background: #b42318;
  color: #fff;
  font-size: .72rem;
}
.app-pet-switch { display: grid; gap: 4px; width: 280px; }
.app-pet-switch > span { color: var(--muted); font-size: .68rem; font-weight: 800; text-transform: uppercase; }
.app-pet-switch select { min-height: 48px; background: #fff; }
.app-layout { display: grid; grid-template-columns: 250px minmax(0, 1fr); min-height: calc(100vh - 94px); }
.app-sidebar { position: sticky; top: 94px; align-self: start; display: grid; grid-template-rows: 1fr auto; height: calc(100vh - 94px); padding: 22px 16px; border-right: 1px solid var(--line); background: #fff; }
.app-sidebar nav { display: grid; align-content: start; gap: 6px; }
.app-sidebar a { display: flex; align-items: center; min-height: 48px; padding: 0 18px; border-radius: 4px; color: var(--ink-soft); font-weight: 650; }
.app-sidebar a:hover, .app-sidebar a.is-active { background: var(--linen); color: var(--ink); }
.app-sidebar .app-signout { align-self: end; border-top: 1px solid var(--line); border-radius: 0; }
.app-content { min-width: 0; padding: 34px clamp(24px, 4vw, 58px) 58px; }
.account-page-wrap { width: min(1420px, 100%); margin-inline: auto; }

.profile-section { padding: 0; }
.profile-enroll-layout { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr); gap: 24px; }
.profile-form, .profile-expectations { padding: clamp(24px, 4vw, 44px); border: 1px solid var(--line); border-radius: 4px; background: #fff; box-shadow: none; }
.profile-form > div:first-child { margin-bottom: 22px; }
.profile-form > div:first-child p { max-width: 620px; margin-top: 8px; }
.profile-expectations { background: var(--linen); }
.account-benefits { grid-template-columns: 1fr; }
.account-benefits article { border: 0; border-top: 1px solid var(--line); border-radius: 0; background: transparent; }
.account-benefits article:first-child { border-top: 0; }

.profile-complete.account-command { width: 100%; max-width: none; margin: 0; border: 1px solid var(--line); border-radius: 4px; box-shadow: none; }
.pet-profile { grid-template-columns: 250px minmax(0, 1fr); gap: 34px; padding: 34px 40px; }
.pet-profile-photo { border-radius: 4px; background: var(--linen); }
.pet-profile-photo > img { padding: 0; object-fit: contain; }

.notification-list,
.notification-item,
.day-glance-result,
.memory-member-gate {
  display: grid;
  gap: 12px;
}

.notification-item {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
}

.notification-item.is-unread {
  padding-left: 14px;
  border-left: 4px solid #b42318;
}

.notification-item p,
.day-glance-result p,
.memory-member-gate p {
  margin: 4px 0 0;
  color: var(--muted);
}

.day-glance-result,
.memory-member-gate {
  margin-top: 18px;
  padding: clamp(18px, 3vw, 28px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--linen);
}

.day-glance-result .button,
.memory-member-gate .button {
  justify-self: start;
}
.pet-photo-control { border-radius: 3px; }
.pet-profile-title h1 { margin: 0; font-size: clamp(2.3rem, 4vw, 3.55rem); line-height: 1; }
.pet-title-row { display: flex; align-items: center; flex-wrap: wrap; gap: 14px; }
.active-pet-badge { padding: 6px 12px; border-radius: 999px; background: var(--linen); color: var(--sage-dark); font-size: .68rem; font-weight: 800; text-transform: uppercase; }
.pet-profile-facts { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.pet-care-context article { min-height: 76px; }
.account-tabs { gap: 20px; padding-inline: 38px; background: var(--dark); }
.account-tabs a, .account-tabs button { min-height: 66px; padding-inline: 18px; }
.account-command > .account-panel { padding: 32px; }
.account-ask-panel { padding: 0 !important; }

.community-app-head { display: flex; align-items: end; justify-content: space-between; gap: 24px; width: min(1420px, 100%); margin: 0 auto 24px; }
.community-app-head h1, .community-app-head p { margin: 0; }
.community-app-head p { margin-top: 5px; }
.daily-credit { display: flex; align-items: baseline; gap: 8px; min-width: max-content; }
.daily-credit strong { color: var(--clay); font: 600 2rem/1 var(--heading); }
.daily-credit span { color: var(--muted); font-size: .8rem; }
.care-assistant-section { width: min(1420px, 100%); margin-inline: auto; padding: 0; background: transparent !important; }
.care-assistant-shell { grid-template-columns: minmax(0, 1fr) 280px; min-height: 360px; overflow: visible; border: 1px solid var(--line); border-radius: 4px; background: #fff; box-shadow: none; }
.care-chat-main { padding: 28px 30px; }
.care-chat-welcome { margin-bottom: 20px; }
.care-chat-welcome h1 { font: 700 1.45rem/1.2 var(--sans); }
.care-chat-welcome p { max-width: 720px; font-size: .93rem; }
.care-chat-rail { display: grid; align-content: start; gap: 28px; padding: 28px 22px; border-left: 1px solid var(--line); background: #f4f4f0; }
.care-chat-rail section { display: grid; gap: 8px; }
.care-chat-rail h2 { margin: 0 0 5px; font: 750 .86rem/1.2 var(--sans); }
.care-chat-rail button { padding: 8px 0; border: 0; border-bottom: 1px solid var(--line); background: transparent; color: var(--ink-soft); text-align: left; text-decoration: underline; text-underline-offset: 3px; cursor: pointer; }
.care-chat-gate { margin-top: 12px; padding-top: 8px; }
.care-chat-gate form { padding: 0; border: 0; border-radius: 0; background: transparent; }
.chat-question textarea { min-height: 86px; border-radius: 4px; background: #fff; }
.chat-composer-actions { align-items: end; }
.chat-composer-meta { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; }
.chat-attach input { position: absolute; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.chat-attach span { display: inline-flex; align-items: center; min-height: 38px; padding: 0 11px; border: 1px solid var(--line); border-radius: 4px; background: #fff; color: var(--ink-soft); font-weight: 650; }
.privacy-choice span { border-radius: 4px; }
.care-chat-bubble { border-radius: 6px; }
.care-chat-bubble--assistant { justify-self: start; border: 1px solid var(--line); background: var(--linen); color: var(--ink); }
.care-chat-followup { display: grid; gap: 14px; width: min(760px, 92%); padding: 18px 20px; border-left: 4px solid var(--sage); background: #f3f5f1; }
.care-chat-followup h3 { font: 700 1rem/1.4 var(--sans); }
.care-chat-progress { color: var(--sage-dark); font-size: .7rem; font-weight: 800; text-transform: uppercase; }
.care-chat-quick-replies { display: flex; flex-wrap: wrap; gap: 8px; }
.care-chat-quick-replies button { padding: 10px 13px; border: 1px solid var(--line); border-radius: 4px; background: #fff; color: var(--ink); cursor: pointer; }
.care-chat-quick-replies button:hover { border-color: var(--clay); }
.care-chat-reply-form { display: grid; gap: 10px; }
.care-chat-reply-form textarea { min-height: 74px; }
.care-chat-reply-actions { display: flex; gap: 8px; }
.care-assistant-shell.has-open-lesson { display: block; border: 0; }
.care-assistant-shell.has-open-lesson > .care-chat-rail { display: none; }
.care-assistant-shell.has-open-lesson .care-chat-main { padding: 0; }

.care-lesson.care-course { border: 1px solid var(--line); background: #fff; box-shadow: none; }
.care-course-layout { grid-template-columns: 260px minmax(0, 1fr); min-height: 720px; }
.care-course-outline { position: sticky; top: 112px; max-height: calc(100vh - 130px); padding: 24px 16px; border-right: 1px solid var(--line); background: #f1f2ed; color: var(--ink); }
.care-course-outline .lesson-kicker { color: var(--clay-dark); }
.care-course-outline-head strong { color: var(--ink); font: 700 .95rem/1.35 var(--sans); }
.care-course-nav button { color: var(--muted); }
.care-course-nav button::before { border-color: var(--line); color: var(--muted); }
.care-course-nav button:first-child::before { counter-increment: none; }
.care-course-nav button:hover, .care-course-nav button:focus-visible, .care-course-nav button.is-active { background: #fff; color: var(--ink); }
.care-course-ask-again { border-color: var(--line); background: #fff; color: var(--ink); }
.care-course-reader { padding: 30px 0; background: #f8f7f3; }
.care-course-page { display: none; width: min(calc(100% - 44px), 920px); margin-inline: auto; }
.care-course-page.is-active { display: block; }
.care-lesson-cover, .care-chapter { width: 100%; margin: 0; padding: clamp(28px, 5vw, 54px); border: 0; border-top: 6px solid var(--clay); background: #fff; box-shadow: 0 8px 24px rgba(25,32,27,.05); }
.care-lesson-cover h3 { font-size: clamp(2rem, 3.2vw, 3rem); }
.care-lesson-profile, .care-pattern-figure { width: 100%; margin: 18px 0 0; box-shadow: none; }
.care-chapter-media { width: 100%; margin-bottom: 26px; background: #f2efe9; }
.care-chapter-media img { width: 100%; height: auto; max-height: 460px; object-fit: contain; }
.care-chapter-copy { width: min(100%, 740px); }
.care-course-finish { display: none; gap: 18px; width: min(calc(100% - 44px), 920px); margin: 0 auto; padding: clamp(28px, 5vw, 54px); background: #fff; }
.care-course-finish.is-active { display: grid; }
.care-course-finish > * { width: 100%; margin: 0; }
.care-course-pager { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 14px; margin-top: 30px; padding-top: 20px; border-top: 1px solid var(--line); }
.care-course-pager > span { color: var(--muted); font-size: .78rem; text-align: center; }
.care-course-pager .button:first-child { justify-self: start; }
.care-course-pager .button:last-child { justify-self: end; }
.care-course-pager button:disabled { visibility: hidden; }

.care-circle-feed-section { width: min(1420px, 100%); margin: 30px auto 0; padding: 28px; border: 1px solid var(--line); background: #fff !important; }
.circle-feed-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.community-starter { position: relative; overflow: hidden; min-height: 218px; padding-top: 28px; background: var(--warm); }
.community-starter::before { position: absolute; inset: 0 0 auto; height: 7px; background: var(--sage); content: ""; }
.community-starter:nth-child(2)::before { background: #7d8e98; }
.community-starter:nth-child(3)::before { background: #c68d68; }
.community-starter:nth-child(4)::before { background: var(--clay-dark); }
.community-starter .text-link { justify-self: start; margin-top: auto; padding: 0; border: 0; background: transparent; cursor: pointer; }
.return-loop-section { padding: 42px 0; background: var(--dark); }
.return-loop-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 24px; }
.return-loop-heading h2, .return-loop-heading p { color: #fff; }
.return-loop { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-block: 1px solid rgba(255,255,255,.28); }
.return-loop article { display: grid; gap: 7px; padding: 22px 20px; border-left: 1px solid rgba(255,255,255,.2); }
.return-loop article:first-child { border-left: 0; }
.return-loop strong { color: #e2a58a; }
.return-loop span { color: rgba(255,255,255,.82); line-height: 1.42; }

.shop-hero, .shop-category-header, .product-detail { background: #f5f2ed; }
.shop-hero > .wrap { min-height: 440px; }
.shop-hero h1, .shop-category-header h1, .product-detail h1 { font-size: clamp(2.15rem, 3.5vw, 3.25rem); }
.marketplace-categories { grid-template-columns: repeat(8, minmax(110px, 1fr)); }
.marketplace-categories img { width: 88px; height: 88px; border-radius: 4px; background: #f4f1eb; }
.product-grid { gap: 16px; }
.product-card { border-radius: 3px; box-shadow: none; }
.product-card-image { aspect-ratio: 1; padding: 14px; background: #f1eee8; }
.product-card > div { padding: 16px; }
.product-detail-grid { grid-template-columns: minmax(420px, 1fr) minmax(0, .88fr); gap: clamp(32px, 5vw, 72px); }
.product-gallery { display: grid; gap: 12px; }
.product-gallery > figure { min-height: 520px; padding: 24px; border: 1px solid var(--line); background: #fff; }
.product-gallery > figure img { max-height: 580px; }
.product-thumbnails { display: grid; grid-template-columns: repeat(auto-fit, minmax(92px, 120px)); gap: 10px; }
.product-thumbnails button { aspect-ratio: 1; padding: 7px; border: 1px solid var(--line); background: #fff; cursor: pointer; }
.product-thumbnails button.is-active { border-color: var(--clay); box-shadow: inset 0 0 0 1px var(--clay); }
.product-thumbnails img { width: 100%; height: 100%; object-fit: contain; }
.product-gallery > p { margin: 0; color: var(--soft); font-size: .75rem; }
.product-detail-copy { gap: 13px; }
.product-lead { font-size: 1rem; }
.product-included { display: grid; gap: 7px; margin: 4px 0; padding: 15px 0 15px 22px; border-block: 1px solid var(--line); }
.product-options { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.product-options label, .product-buy-row label { display: grid; gap: 5px; }
.product-options span, .product-buy-row label > span { font-size: .75rem; font-weight: 800; }
.product-options select, .product-buy-row select { min-height: 44px; background: #fff; }
.product-note textarea { min-height: 92px; }
.product-buy-row { display: flex; align-items: end; gap: 12px; }
.product-buy-row label { width: 84px; }
.product-buy-row .button { flex: 1; }
.product-facts { display: grid; margin-top: 8px; border-top: 1px solid var(--line); }
.product-facts details { border-bottom: 1px solid var(--line); }
.product-facts summary { padding: 14px 0; font-weight: 750; cursor: pointer; }
.product-facts p { padding: 0 0 14px; font-size: .9rem; }
.shop-cart-discount { color: var(--sage-dark); }
.shop-cart-grand-total { padding-top: 12px; border-top: 1px solid var(--line); font-size: 1.08rem; }
.checkout-promo { display: grid; gap: 6px; padding: 15px 0; border-block: 1px solid var(--line); }
.checkout-promo label { display: grid; gap: 7px; font-size: .78rem; font-weight: 800; }
.checkout-promo label > span:last-child { display: grid; grid-template-columns: 1fr auto; }
.checkout-promo input { min-width: 0; border-radius: 4px 0 0 4px; }
.checkout-promo button { min-width: 78px; border: 0; border-radius: 0 4px 4px 0; background: var(--dark); color: #fff; font-weight: 750; cursor: pointer; }
.shop-offer-backdrop { position: fixed; inset: 0; z-index: 140; background: rgba(20, 23, 21, .68); }
.shop-offer { position: fixed; top: 50%; left: 50%; z-index: 145; display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(280px, .9fr); width: min(940px, calc(100% - 32px)); max-height: calc(100vh - 32px); overflow: auto; transform: translate(-50%, -50%); border: 1px solid var(--line); border-radius: 8px; background: #fff; box-shadow: 0 28px 80px rgba(20, 23, 21, .3); }
.shop-offer[hidden], .shop-offer-backdrop[hidden] { display: none; }
.shop-offer-copy { display: grid; align-content: center; gap: 15px; padding: clamp(30px, 6vw, 64px); }
.shop-offer-copy > span { color: var(--clay-dark); font-size: .75rem; font-weight: 850; text-transform: uppercase; }
.shop-offer-copy h2, .shop-offer-copy p { margin: 0; }
.shop-offer-copy h2 { font-size: clamp(2rem, 4vw, 3.35rem); }
.shop-offer-copy form { display: grid; gap: 11px; margin-top: 4px; }
.shop-offer-copy input[type="email"] { width: 100%; min-height: 50px; background: #fff; }
.shop-offer-copy .form-consent { display: grid; grid-template-columns: auto 1fr; align-items: start; gap: 8px; color: var(--muted); font-size: .76rem; line-height: 1.4; }
.shop-offer-copy .form-consent input { margin-top: 3px; }
.shop-offer figure { display: grid; place-items: center; min-height: 460px; padding: 24px; background: #eef0ec; }
.shop-offer figure img { display: block; width: 100%; height: 100%; max-height: 540px; object-fit: contain; }
.shop-offer-close { position: absolute; top: 14px; right: 14px; z-index: 2; display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid rgba(32, 35, 31, .18); border-radius: 50%; background: rgba(255,255,255,.92); color: var(--ink); font-size: 1.6rem; cursor: pointer; }
.shop-offer-open { overflow: hidden; }

@media (max-width: 1050px) {
  .home-path-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .app-header { padding-inline: 22px; }
  .app-layout { grid-template-columns: 210px minmax(0, 1fr); }
  .app-pet-switch { width: 220px; }
  .pet-profile { grid-template-columns: 210px minmax(0, 1fr); }
  .care-course-layout { grid-template-columns: 220px minmax(0, 1fr); }
  .product-detail-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 820px) {
  .app-header { position: relative; align-items: flex-start; flex-direction: column; }
  .app-header-tools { width: 100%; align-items: stretch; }
  .app-pet-switch { flex: 1; width: auto; }
  .app-layout { grid-template-columns: 1fr; min-height: 0; }
  .app-sidebar { position: sticky; top: 0; z-index: 65; display: block; width: 100%; height: auto; padding: 0; overflow-x: auto; border-right: 0; border-bottom: 1px solid var(--line); }
  .app-sidebar nav { display: flex; width: max-content; }
  .app-sidebar a { min-height: 48px; white-space: nowrap; }
  .app-sidebar .app-signout { display: none; }
  .app-content { padding: 24px 18px 44px; }
  .profile-enroll-layout, .care-assistant-shell, .product-detail-grid { grid-template-columns: 1fr; }
  .care-chat-rail { grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); border-left: 0; }
  .care-course-layout { grid-template-columns: 1fr; }
  .care-course-outline { position: sticky; top: 0; grid-template-columns: 1fr; max-height: none; overflow: hidden; padding: 10px; border-right: 0; border-bottom: 1px solid var(--line); }
  .care-course-outline-head, .care-course-ask-again { display: none; }
  .care-course-nav { display: flex; overflow-x: auto; }
  .care-course-nav button { min-width: max-content; }
  .care-course-nav button::before { display: none; }
  .shop-offer { grid-template-columns: 1fr; }
  .shop-offer figure { order: -1; min-height: 240px; padding: 16px; }
  .shop-offer figure img { max-height: 280px; }
  .return-loop { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .return-loop article:nth-child(3) { border-left: 0; }
}

@media (max-width: 620px) {
  .home-path-grid { grid-template-columns: 1fr; }
  .home-path-card { grid-template-columns: 96px minmax(0, 1fr); min-height: 112px; }
  .home-path-image img { max-height: 96px; }
  .app-header { min-height: 0; padding: 14px 16px; }
  .app-brand { font-size: 1.65rem; }
  .app-brand img { width: 148px; max-width: 62vw; height: 40px; }
  .app-header-tools { display: grid; grid-template-columns: 1fr 1fr; }
  .app-pet-switch { grid-column: 1 / -1; }
  .app-header-tools .button { width: 100%; padding-inline: 10px; font-size: .8rem; }
  .app-content { padding-inline: 12px; }
  .pet-profile { grid-template-columns: 1fr; padding: 20px 16px; }
  .pet-profile-photo { width: min(260px, 100%); }
  .pet-profile-title { display: grid; }
  .pet-profile-facts { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .account-tabs { gap: 0; padding-inline: 4px; }
  .account-tabs a, .account-tabs button { min-height: 54px; padding-inline: 12px; font-size: .78rem; }
  .account-command > .account-panel { padding: 18px 14px; }
  .community-app-head { display: grid; }
  .care-chat-main { padding: 20px 16px; }
  .care-chat-rail { grid-template-columns: 1fr; padding: 20px 16px; }
  .chat-composer-actions { align-items: stretch; flex-direction: column; }
  .chat-composer-meta { align-items: flex-start; flex-direction: column; }
  .care-chat-followup { width: 100%; }
  .care-course-reader { padding: 12px 0 22px; }
  .care-course-page, .care-course-finish { width: calc(100% - 16px); }
  .care-lesson-cover, .care-chapter, .care-course-finish { padding: 22px 16px; }
  .care-lesson-cover h3 { font-size: 1.8rem; }
  .care-course-pager { grid-template-columns: 1fr auto; }
  .care-course-pager > span { grid-row: 2; grid-column: 1 / -1; }
  .care-course-pager .button { width: 100%; padding-inline: 10px; font-size: .78rem; }
  .return-loop, .circle-feed-grid { grid-template-columns: 1fr; }
  .return-loop article { border-top: 1px solid rgba(255,255,255,.2); border-left: 0; }
  .return-loop article:first-child { border-top: 0; }
  .product-grid { grid-template-columns: 1fr; }
  .product-detail { padding-top: 20px; }
  .product-gallery > figure { min-height: 0; padding: 14px; }
  .product-options { grid-template-columns: 1fr; }
  .shop-offer { width: min(100% - 18px, 520px); }
  .shop-offer-copy { padding: 26px 20px; }
  .shop-offer-copy h2 { font-size: 2rem; }
  .shop-offer figure { min-height: 180px; }
  .shop-offer figure img { max-height: 210px; }
}

/* Final launch overrides: keep WoafMeow warm, readable, and consistent. */
.woafypet-link {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(247, 124, 28, .35);
  border-radius: 999px;
  background: rgba(247, 124, 28, .08);
  color: #f47a14 !important;
  font-weight: 850;
  white-space: nowrap;
}

.home-proof-line {
  padding: 22px 0;
  border-block: 1px solid var(--line);
  background: #fff7eb;
  text-align: center;
}

.home-proof-line p {
  max-width: 920px;
  margin: 0 auto;
  color: var(--ink-soft);
  font-size: clamp(1.03rem, 1.7vw, 1.28rem);
  line-height: 1.48;
}

.provider-photo-icon {
  display: grid;
  place-items: center;
  align-content: center;
  gap: 7px;
  background: #f8efe5;
  color: var(--clay);
}

.provider-photo-icon .icon-badge {
  width: 44px;
  height: 44px;
  background: transparent;
  color: var(--clay);
}

.provider-photo-icon small {
  color: var(--muted);
  font-size: .64rem;
  font-weight: 850;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.return-loop-section,
.membership-month {
  background: #fff7eb !important;
}

.return-loop-heading h2,
.return-loop-heading p,
.membership-month h2 {
  color: var(--ink) !important;
}

.return-loop,
.membership-month-grid {
  border-color: var(--line);
}

.return-loop article,
.membership-month-grid article {
  border-left-color: var(--line);
}

.return-loop strong {
  color: var(--clay-dark);
}

.return-loop span,
.membership-month-grid span {
  color: var(--muted);
}

.care-lesson-quiz {
  border: 1px solid var(--line);
  background: #fffdf8;
  color: var(--ink);
}

.care-lesson-quiz h4 {
  color: var(--ink);
}

.care-lesson-quiz fieldset {
  border-top-color: var(--line);
}

.care-lesson-quiz label {
  border-color: var(--line);
  background: #fff;
  color: var(--ink);
}

.care-lesson-quiz label:has(input:checked) {
  border-color: var(--clay);
  background: #fff7eb;
}

.quiz-feedback {
  color: var(--clay-dark);
}

.quiz-feedback.is-correct {
  color: var(--sage-dark);
}

.account-tabs {
  background: #fff7eb;
  border-block: 1px solid var(--line);
}

.account-tabs a,
.account-tabs button {
  color: var(--ink);
}

.account-tabs a.is-active,
.account-tabs button.is-active {
  color: var(--clay-dark);
}

@media (max-width: 760px) {
  .home-proof-line {
    padding: 18px 0;
    text-align: left;
  }

  .home-path-grid,
  .return-loop {
    grid-template-columns: 1fr;
  }

  .home-path-card {
    grid-template-columns: 92px minmax(0, 1fr);
  }
}
