
      :root {
        --ink: #3a4140;
        --ink-soft: #655f59;
        --ink-raise: #646667;
        --rule: rgba(235, 230, 223, 0.14);
        --rule-soft: rgba(58, 65, 64, 0.18);
        --bone: #ebe6df;
        --bone-dim: rgba(235, 230, 223, 0.82);
        --bone-ghost: rgba(235, 230, 223, 0.58);
        --amber: #c8913b;
        --amber-pale: rgba(200, 145, 59, 0.14);
        --red: #b04040;
        --red-pale: rgba(176, 64, 64, 0.16);
        --sage: #646667;
        --sage-pale: rgba(100, 102, 103, 0.16);
        --text-dark: #3a4140;
        --text-dark-soft: rgba(58, 65, 64, 0.78);
        --text-dark-ghost: rgba(58, 65, 64, 0.56);
        --surface-dark: rgba(235, 230, 223, 0.05);
        --surface-dark-strong: rgba(235, 230, 223, 0.09);
      }

      * {
        box-sizing: border-box;
      }

      html {
        scroll-behavior: smooth;
      }

      body {
        margin: 0;
        background: var(--bone);
        color: var(--text-dark);
        font-family: "Barlow", sans-serif;
        font-weight: 300;
        line-height: 1.45;
      }

      body::after {
        content: "";
        position: fixed;
        inset: 0;
        pointer-events: none;
        z-index: 9999;
        opacity: 0.025;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 160 160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)' opacity='1'/%3E%3C/svg%3E");
        background-size: 220px 220px;
      }

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

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

      .page {
        position: relative;
        overflow: hidden;
      }

      /* keep non-nav button hover for CTA elements */
      .cta-solid:hover,
      .banner-button:hover,
      .rescue-button:hover,
      .support-button:hover,
      .transport-button:hover,
      .dogs-search-btn:hover,
      .dogs-search button:hover {
        background: #a97428;
        color: var(--ink);
      }

      .footer-brand img {
        display: block;
        width: auto;
      }

      .hero {
        position: relative;
        min-height: 100vh;
        display: flex;
        align-items: flex-end;
        padding-top: 56px;
        color: var(--bone);
      }

      .hero-media,
      .hero-vignette,
      .hero-floor {
        position: absolute;
        inset: 0;
      }

      .hero-media {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        opacity: 0.9;
        filter: grayscale(8%) contrast(1.04) brightness(0.92);
      }

      .hero-vignette {
        background:
          linear-gradient(90deg, rgba(58, 65, 64, 0.58) 0%, rgba(58, 65, 64, 0.16) 42%, rgba(58, 65, 64, 0.38) 100%),
          linear-gradient(0deg, rgba(58, 65, 64, 0.68) 0%, rgba(58, 65, 64, 0.04) 52%);
      }

      .hero-inner {
        position: relative;
        z-index: 2;
        width: 100%;
        padding: 64px 64px 168px;
        max-width: 820px;
      }

      .eyebrow {
        display: inline-flex;
        align-items: center;
        gap: 14px;
        font-family: "Barlow Condensed", sans-serif;
        font-size: 12px;
        font-weight: 500;
        letter-spacing: 2.8px;
        text-transform: uppercase;
        color: var(--amber);
      }

      .eyebrow::before {
        content: "";
        width: 40px;
        height: 1px;
        background: var(--amber);
      }

      .hero-title,
      .section-title,
      .feature-title,
      .board-title,
      .footer-brand {
        margin: 0;
        font-family: "Playfair Display", serif;
        font-variant-ligatures: none;
        font-feature-settings: "liga" 0, "clig" 0;
        text-rendering: optimizeLegibility;
      }

      .hero-title {
        margin-top: 18px;
        max-width: 720px;
        font-size: clamp(52px, 6.4vw, 94px);
        font-weight: 900;
        line-height: 0.9;
        letter-spacing: 0;
      }

      .hero-title em,
      .step-title em {
        font-style: italic;
        color: var(--bone-dim);
      }

      .step-title em {
        color: rgba(235, 230, 223, 0.72);
      }

      .hero-title .keep-line {
        white-space: nowrap;
      }

      .hero-copy {
        margin-top: 24px;
        max-width: 420px;
        font-size: 16px;
        color: #ffffff;
      }

      .hero-actions {
        display: flex;
        flex-wrap: wrap;
        gap: 16px;
        margin-top: 30px;
        position: relative;
        z-index: 4;
      }

      .hero-story-link {
        display: block;
        margin-top: 20px;
        font-family: "Barlow Condensed", sans-serif;
        font-size: 13px;
        font-weight: 500;
        letter-spacing: 1.5px;
        text-transform: uppercase;
        color: rgba(235, 230, 223, 0.55);
        position: relative;
        z-index: 4;
        transition: color 180ms ease;
      }

      .hero-story-link:hover {
        color: rgba(235, 230, 223, 0.88);
      }

      .cta-solid,
      .banner-button,
      .rescue-button,
      .transport-button,
      .support-button {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 44px;
        padding: 0 20px;
        background: var(--amber);
        color: var(--ink);
        font-family: "Barlow Condensed", sans-serif;
        font-size: 13px;
        font-weight: 600;
        letter-spacing: 2px;
        text-transform: uppercase;
        transition: background-color 180ms ease;
      }

      .cta-ghost,
      .section-link,
      .resource-link,
      .grant-link {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        font-family: "Barlow Condensed", sans-serif;
        font-size: 13px;
        font-weight: 500;
        letter-spacing: 2px;
        text-transform: uppercase;
        color: var(--bone-dim);
      }

      .cta-ghost::after,
      .section-link::after,
      .resource-link::after,
      .grant-link::after {
        content: "→";
        transition: transform 180ms ease;
      }

      .cta-ghost:hover,
      .section-link:hover,
      .grant-link:hover {
        color: var(--bone);
      }

      .cta-ghost:hover::after,
      .section-link:hover::after,
      .resource-link:hover::after,
      .grant-link:hover::after {
        transform: translateX(4px);
      }

      .hero-stats {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 3;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        background: rgba(18, 20, 19, 0.42);
        border-top: 1px solid rgba(235, 230, 223, 0.08);
        backdrop-filter: blur(6px);
        min-height: 104px;
      }

      .stat {
        padding: 18px 24px 20px;
        border-right: 1px solid rgba(235, 230, 223, 0.06);
      }

      .stat:last-child {
        border-right: 0;
      }

      .stat-value {
        display: flex;
        align-items: center;
        gap: 10px;
        font-family: "Barlow Condensed", sans-serif;
        font-size: clamp(30px, 4vw, 42px);
        font-weight: 700;
        line-height: 1;
        letter-spacing: 1px;
      }

      .stat-value.amber {
        color: var(--amber);
      }

      .stat-value.red {
        color: var(--red);
      }

      .stat-label {
        margin-top: 6px;
        font-family: "Barlow Condensed", sans-serif;
        font-size: 11px;
        font-weight: 500;
        letter-spacing: 2px;
        text-transform: uppercase;
        color: var(--bone-dim);
      }

      .live-dot {
        width: 14px;
        height: 14px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        animation: heartbeat 1.4s ease-in-out infinite;
        transform-origin: center;
      }

      .live-dot svg {
        width: 14px;
        height: 14px;
        fill: #e03535;
      }

      @keyframes heartbeat {
        0%   { transform: scale(1); }
        14%  { transform: scale(1.25); }
        28%  { transform: scale(1); }
        42%  { transform: scale(1.18); }
        56%  { transform: scale(1); }
        100% { transform: scale(1); }
      }

      .section {
        background: var(--bone);
        color: var(--text-dark);
      }

      .section-rule {
        display: block;
        width: fit-content;
        margin-bottom: 28px;
        font-family: "Barlow Condensed", sans-serif;
        font-size: 11px;
        font-weight: 500;
        letter-spacing: 2.6px;
        text-transform: uppercase;
        color: var(--text-dark-ghost);
        border: none;
      }

      .section-rule::before {
        display: none;
      }

      .section-head {
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
        gap: 24px;
      }

      .section-title {
        font-size: clamp(38px, 4vw, 58px);
        font-weight: 700;
        line-height: 0.96;
        letter-spacing: 0;
      }

      .dogs {
        padding: 0;
        background: var(--ink);
        color: var(--bone);
      }

      .dogs-head {
        padding: 40px 64px 40px;
        max-width: 920px;
        margin: 0 auto;
        text-align: center;
      }

      .dogs-head .section-head {
        flex-direction: column;
        align-items: center;
        justify-content: center;
      }

      .dogs-head .section-rule {
        display: none;
      }

      .dogs-head .hero-copy {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
      }

      .dogs-search {
        display: flex;
        align-items: stretch;
        justify-content: center;
        gap: 12px;
        margin: 26px 0 22px;
        margin-left: auto;
        margin-right: auto;
      }

      .dogs-search input {
        flex: 1;
        min-width: 0;
        height: 48px;
        padding: 0 16px;
        border: 1px solid rgba(235, 230, 223, 0.18);
        background: rgba(235, 230, 223, 0.06);
        color: var(--bone);
        font-family: "Barlow", sans-serif;
        font-size: 14px;
      }

      .dogs-search input:focus {
        outline: none;
        border-color: rgba(200, 145, 59, 0.78);
        box-shadow: 0 0 0 3px rgba(200, 145, 59, 0.18);
        background: rgba(235, 230, 223, 0.1);
      }

      .dogs-search input::placeholder {
        color: var(--bone-ghost);
      }

      .dogs-search button,
      .dogs-search-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 180px;
        padding: 0 24px;
        height: 48px;
        margin-top: 28px;
        border: 0;
        background: var(--amber);
        color: var(--ink);
        font-family: "Barlow Condensed", sans-serif;
        font-size: 13px;
        font-weight: 600;
        letter-spacing: 2px;
        text-transform: uppercase;
        cursor: pointer;
        text-decoration: none;
        transition:
          background-color 180ms ease,
          transform 180ms ease,
          box-shadow 180ms ease;
      }

      .dog-grid-shell {
        background: rgba(235, 230, 223, 0.12);
        padding: 1px 1px 0;
      }

      .dog-grid {
        display: grid;
        grid-template-columns: 1.35fr 1fr 1fr;
        gap: 1px;
        background: rgba(235, 230, 223, 0.12);
      }

      .dog-tile {
        position: relative;
        min-height: 300px;
        overflow: hidden;
        background: #4b4f4e;
      }

      .dog-tile.large {
        grid-row: span 2;
        min-height: 760px;
      }

      .dog-media {
        position: absolute;
        inset: 0;
        background-position: center;
        background-size: cover;
        transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
      }

      .dog-tile:hover .dog-media {
        transform: scale(1.03);
      }

      .dog-overlay {
        position: absolute;
        inset: 0;
        z-index: 1;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        padding: 26px;
        background: linear-gradient(0deg, rgba(58, 65, 64, 0.94) 0%, rgba(58, 65, 64, 0.16) 62%, rgba(58, 65, 64, 0.02) 100%);
      }

      .dog-tile.large .dog-overlay {
        padding: 34px;
      }

      .pill {
        display: inline-flex;
        align-self: flex-start;
        margin-bottom: 18px;
        padding: 7px 10px 6px;
        border: 1px solid var(--rule-soft);
        font-family: "Barlow Condensed", sans-serif;
        font-size: 11px;
        font-weight: 600;
        letter-spacing: 2px;
        text-transform: uppercase;
      }

      .pill.red {
        padding: 6px 9px 5px;
        border-color: #b04040;
        background: #b04040;
        color: #ebe6df;
        font-size: 9px;
        letter-spacing: 2px;
      }

      .pill.amber {
        border-color: var(--amber);
        background: transparent;
        color: var(--amber);
      }

      .dog-name {
        margin: 0;
        font-family: "Playfair Display", serif;
        font-size: 28px;
        font-weight: 700;
      }

      .dog-tile.large .dog-name {
        font-size: 42px;
      }

      .dog-meta {
        margin-top: 8px;
        font-family: "Barlow Condensed", sans-serif;
        font-size: 11px;
        font-weight: 500;
        letter-spacing: 2px;
        text-transform: uppercase;
        color: #ebe6df;
      }

      .dog-cta {
        margin-top: 10px;
        font-family: "Barlow Condensed", sans-serif;
        font-size: 13px;
        font-weight: 600;
        letter-spacing: 1.5px;
        text-transform: uppercase;
        color: #c8913b;
      }

      .dog-adopted-tag {
        margin-top: 8px;
        font-family: "Barlow Condensed", sans-serif;
        font-size: 10px;
        font-weight: 600;
        letter-spacing: 1.8px;
        text-transform: uppercase;
        color: #c8913b;
        text-shadow: 0 1px 4px rgba(0,0,0,0.6);
      }

      .dog-blurb {
        margin-top: 8px;
        font-family: "Barlow", sans-serif;
        font-size: 13px;
        font-weight: 300;
        font-style: italic;
        color: #ebe6df;
        line-height: 1.4;
        text-shadow: 0 1px 4px rgba(0,0,0,0.6);
      }


      .dog-hours {
        margin-bottom: 10px;
        font-family: "Barlow Condensed", sans-serif;
        font-size: 13px;
        font-weight: 700;
        letter-spacing: 1.5px;
        text-transform: uppercase;
        color: #b04040;
        text-shadow: 0 0 12px rgba(235, 230, 223, 0.28);
      }

      .count-figure {
        display: inline-block;
        min-width: 1.6ch;
      }

      .count-time {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        min-width: 7ch;
        padding: 2px 8px 1px;
        border-radius: 999px;
        background: rgba(235, 230, 223, 0.9);
        color: #b04040;
        box-shadow: 0 6px 18px rgba(58, 65, 64, 0.18);
      }

      .dog-board-status {
        color: #655f59;
      }

      .process,
      .rescues,
      .transport,
      .urgent,
      .support,
      .forum {
        padding: 96px 64px;
      }

      .rescues,
      .transport,
      .support,
      .grants {
        background: var(--bone);
        color: var(--text-dark);
      }

      .process {
        padding: 72px 56px;
        background: #3a4140;
        border-top: 0;
        border-bottom: 0;
        color: #ebe6df;
      }

      .rescues {
        position: relative;
        margin-top: 0;
        padding-top: 64px;
        background:
          radial-gradient(circle at top left, rgba(200, 145, 59, 0.08), transparent 34%),
          linear-gradient(180deg, #f4efe8 0%, #ebe6df 100%);
      }

      .steps {
        position: relative;
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        align-items: stretch;
        max-width: 1480px;
        margin: 0 auto;
      }

      .step {
        width: min(100%, 280px);
        justify-self: center;
        padding: 0;
        color: #ebe6df;
        display: flex;
        flex-direction: column;
      }


      .step-number,
      .perk-number {
        display: inline-flex;
        align-items: center;
        gap: 12px;
        font-family: "Barlow Condensed", sans-serif;
        font-size: 11px;
        font-weight: 600;
        letter-spacing: 4px;
        text-transform: uppercase;
        color: #c8913b;
      }

      .step-number::after,
      .perk-number::after {
        content: "";
        width: 32px;
        height: 1px;
        background: #c8913b;
      }

      .step-title {
        margin: 16px 0 16px;
        font-family: "Playfair Display", serif;
        font-size: 28px;
        font-weight: 700;
        line-height: 1;
        color: #ebe6df;
      }

      .step-copy,
      .rescue-copy,
      .feature-copy,
      .transport-copy,
      .board-copy,
      .support-copy,
      .forum-copy {
        font-size: 14px;
        color: inherit;
      }

      .process .step-copy {
        color: #ffffff;
      }

      .process .step-copy {
        max-width: 280px;
        font-size: 13px;
        font-weight: 300;
        line-height: 1.7;
      }

      .step-divider {
        position: absolute;
        top: 50%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 12px;
        width: 56px;
        transform: translate(-50%, -50%);
      }

      .steps > .step-divider:first-of-type {
        left: 33.3333%;
      }

      .steps > .step-divider:last-of-type {
        left: 66.6666%;
      }

      .step-divider::before,
      .step-divider::after {
        content: "";
        width: 1px;
        height: 42px;
        background: rgba(235, 230, 223, 0.18);
      }

      .step-divider img {
        width: 18px;
        height: 18px;
        object-fit: contain;
        opacity: 0.78;
        filter: grayscale(1) brightness(2.2);
      }

      .rescue-grid,
      .grant-grid,
      .forum-grid,
      .urgent-grid {
        display: grid;
        gap: 18px;
      }

      .rescue-shell {
        margin-top: 34px;
      }

      .rescue-feature {
        display: grid;
        grid-template-columns: 1.05fr 0.95fr;
        align-items: stretch;
        border: 1px solid rgba(58, 65, 64, 0.12);
        background: #3a4140;
        color: #ebe6df;
        overflow: hidden;
      }

      .rescue-feature-media {
        position: relative;
        min-height: 480px;
        background:
          linear-gradient(90deg, rgba(58, 65, 64, 0) 70%, rgba(58, 65, 64, 0.6) 100%),
          url("photos/1W0A5107.jpg") center center / cover no-repeat;
      }

      .rescue-feature-media::after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        width: 96px;
        background: linear-gradient(90deg, rgba(58, 65, 64, 0) 0%, rgba(58, 65, 64, 0.72) 58%, #3a4140 100%);
        pointer-events: none;
      }

      .rescue-band {
        margin-top: 18px;
        padding: 22px 16px 4px;
        border-top: 1px solid rgba(58, 65, 64, 0.16);
        text-align: center;
      }

      .rescue-band-kicker {
        font-family: "Barlow Condensed", sans-serif;
        font-size: 11px;
        font-weight: 600;
        letter-spacing: 2.6px;
        text-transform: uppercase;
        color: var(--text-dark-soft);
      }

      .rescue-band-link {
        margin-left: 14px;
        font-family: "Barlow Condensed", sans-serif;
        font-size: 14px;
        font-weight: 700;
        letter-spacing: 1.6px;
        text-transform: uppercase;
        color: #c8913b;
        text-decoration: none;
        border-bottom: 1px solid rgba(200, 145, 59, 0.42);
        padding-bottom: 2px;
        transition: color 0.2s ease, border-color 0.2s ease;
      }

      .rescue-band-link:hover {
        color: #b07e2c;
        border-bottom-color: #b07e2c;
      }

      .rescue-feature-body {
        padding: 32px 32px 30px;
      }

      .rescue-kicker {
        font-family: "Barlow Condensed", sans-serif;
        font-size: 11px;
        font-weight: 600;
        letter-spacing: 2.6px;
        text-transform: uppercase;
        color: #c8913b;
      }

      .rescue-feature-copy {
        max-width: 44ch;
        margin: 18px 0 24px;
        color: #ffffff;
      }

      .rescue-feature-stats {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 12px;
        margin-top: 26px;
        padding-top: 18px;
        border-top: 1px solid rgba(235, 230, 223, 0.12);
      }

      .rescue-feature-stat-value {
        font-family: "Barlow Condensed", sans-serif;
        font-size: 28px;
        font-weight: 700;
        line-height: 1;
        color: #ebe6df;
      }

      .rescue-feature-stat-label {
        margin-top: 6px;
        font-family: "Barlow Condensed", sans-serif;
        font-size: 10px;
        font-weight: 600;
        letter-spacing: 2px;
        text-transform: uppercase;
        color: rgba(235, 230, 223, 0.54);
      }

      .rescue-grid {
        grid-template-columns: 1fr;
        margin-top: 0;
        gap: 10px;
      }

      .rescue-card,
      .grant-card,
      .forum-card {
        background: var(--bone);
        border: 1px solid var(--rule-soft);
        padding: 24px;
        transition: border-color 180ms ease;
        color: var(--text-dark);
      }

      .rescue-card:hover,
      .grant-card:hover,
      .forum-card:hover {
        border-color: rgba(200, 145, 59, 0.32);
      }

      .rescue-card {
        position: relative;
        padding: 16px 18px 15px;
        border-color: rgba(58, 65, 64, 0.08);
        border-radius: 14px;
        background: rgba(235, 230, 223, 0.56);
        color: #3a4140;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.42);
        overflow: hidden;
      }

      .rescue-card::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 1px;
        background: linear-gradient(90deg, rgba(200, 145, 59, 0.48), rgba(200, 145, 59, 0.08));
      }

      .rescue-top {
        display: flex;
        align-items: center;
        gap: 14px;
      }

      .rescue-mark {
        width: 42px;
        height: 42px;
        position: relative;
        display: grid;
        place-items: center;
        border: 1px solid rgba(200, 145, 59, 0.28);
        border-radius: 10px;
        background:
          linear-gradient(180deg, rgba(200, 145, 59, 0.12), rgba(58, 65, 64, 0.015)),
          rgba(58, 65, 64, 0.03);
        overflow: hidden;
      }

      .rescue-mark img {
        position: relative;
        z-index: 1;
        width: 100%;
        height: 100%;
        object-fit: contain;
        padding: 4px;
      }

      .rescue-mark::before {
        content: "🐾";
        position: relative;
        z-index: 1;
        font-size: 18px;
        line-height: 1;
        filter: sepia(1) saturate(2.4) hue-rotate(-6deg) brightness(0.96);
      }

      .rescue-mark.has-logo::before {
        display: none;
      }

      .rescue-mark span {
        display: none;
      }

      .rescue-name {
        margin: 0;
        font-family: "Playfair Display", serif;
        font-size: 22px;
        font-weight: 700;
      }

      .rescue-location {
        margin-top: 4px;
        font-family: "Barlow Condensed", sans-serif;
        font-size: 11px;
        font-weight: 600;
        letter-spacing: 2.2px;
        text-transform: uppercase;
        color: rgba(101, 95, 89, 0.88);
      }

      .rescue-roster-meta {
        margin-top: 12px;
        padding-top: 12px;
        border-top: 1px solid rgba(58, 65, 64, 0.1);
        font-family: "Barlow Condensed", sans-serif;
        font-size: 11px;
        font-weight: 600;
        letter-spacing: 1.8px;
        text-transform: uppercase;
        color: rgba(101, 95, 89, 0.94);
      }

      .rescue-roster-meta .dot {
        margin: 0 8px;
        color: rgba(101, 95, 89, 0.46);
      }

      .chip-row {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        margin: 16px 0 16px;
      }

      .rescue-feature .chip-row {
        margin-top: 14px;
      }

      .rescue-feature .chip {
        border-color: rgba(235, 230, 223, 0.18);
        background: rgba(235, 230, 223, 0.08);
        color: #ebe6df;
      }

      .rescue-feature .chip:first-child,
      .rescue-card .chip:first-child,
      .rescue-feature .chip:nth-child(2) {
        border-color: rgba(200, 145, 59, 0.36);
        background: rgba(200, 145, 59, 0.12);
        color: #ebe6df;
      }

      .rescue-card .chip:nth-child(2) {
        border-color: rgba(200, 145, 59, 0.36);
        background: rgba(200, 145, 59, 0.12);
        color: #ebe6df;
      }

      .chip,
      .status-chip,
      .rescue-badge {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 28px;
        padding: 0 10px;
        border: 1px solid rgba(58, 65, 64, 0.16);
        background: rgba(58, 65, 64, 0.04);
        font-family: "Barlow Condensed", sans-serif;
        font-size: 11px;
        font-weight: 500;
        letter-spacing: 1.6px;
        text-transform: uppercase;
        color: var(--text-dark-soft);
      }

      .rescue-card .chip,
      .rescue-card .rescue-badge {
        border-color: rgba(58, 65, 64, 0.14);
        background: rgba(58, 65, 64, 0.04);
        color: #3a4140;
      }

      .rescue-bottom {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        padding-top: 14px;
        border-top: 1px solid rgba(58, 65, 64, 0.1);
      }

      .rescue-roster-footer {
        padding-top: 12px;
      }

      .rescue-roster-link {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        font-family: "Barlow Condensed", sans-serif;
        font-size: 12px;
        font-weight: 600;
        letter-spacing: 2px;
        text-transform: uppercase;
        color: rgba(101, 95, 89, 0.92);
      }

      .rescue-roster-link::after {
        content: "→";
        transition: transform 180ms ease;
      }

      .rescue-roster-link:hover::after {
        transform: translateX(4px);
      }

      .count-label {
        font-family: "Barlow Condensed", sans-serif;
        font-size: 15px;
        font-weight: 600;
        letter-spacing: 1px;
      }

      .rescue-badge.verified-badge,
      .status-chip.found {
        border-color: var(--ink);
        background: rgba(58, 65, 64, 0.08);
        color: var(--ink);
      }

      .rescue-card .rescue-badge.verified-badge {
        border-color: rgba(200, 145, 59, 0.24);
        background: rgba(200, 145, 59, 0.12);
        color: #3a4140;
      }

      .rescue-badge.verified-badge {
        position: relative;
        gap: 8px;
        padding-left: 8px;
        padding-right: 10px;
      }

      .rescue-feature .rescue-badge.verified-badge {
        min-width: 104px;
        font-weight: 400;
        letter-spacing: 1.4px;
        color: #ebe6df;
        border-color: rgba(235, 230, 223, 0.18);
        background: rgba(235, 230, 223, 0.08);
      }

      .rescue-badge.verified-badge::before {
        content: "✓";
        display: grid;
        place-items: center;
        width: 18px;
        height: 20px;
        flex: 0 0 18px;
        font-family: "Barlow Condensed", sans-serif;
        font-size: 10px;
        font-weight: 700;
        line-height: 1;
        color: #ebe6df;
        background: linear-gradient(180deg, #c8913b 0%, #b37e2d 100%);
        clip-path: polygon(50% 0, 88% 12%, 88% 68%, 50% 100%, 12% 68%, 12% 12%);
        box-shadow:
          inset 0 0 0 1px rgba(58, 65, 64, 0.22),
          0 0 0 1px rgba(200, 145, 59, 0.2),
          0 4px 10px rgba(58, 65, 64, 0.12);
        text-shadow: 0 1px 0 rgba(58, 65, 64, 0.18);
      }

      .feature-split,
      .support-split,
      .forum-split,
      .transport-split {
        display: grid;
        grid-template-columns: 1fr 1fr;
      }

      .rescue-cta {
        padding: 24px 64px 88px;
        background: #3a4140;
        color: #ebe6df;
      }

      .rescue-cta-inner {
        max-width: 1200px;
        margin: 0 auto;
      }

      .rescue-cta-head {
        max-width: 780px;
        margin: 0 auto;
        text-align: center;
      }

      .rescue-cta-copy {
        max-width: 640px;
        margin: 10px auto 0;
        color: #ffffff;
      }

      .rescue-flow {
        margin-top: 38px;
      }

      .rescue-steps {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 18px;
        align-items: start;
      }

      .rescue-step {
        min-width: 0;
      }

      .rescue-step-number {
        font-family: "Barlow Condensed", sans-serif;
        font-size: 10px;
        font-weight: 600;
        letter-spacing: 3px;
        text-transform: uppercase;
        color: #c8913b;
      }

      .rescue-step-title {
        margin: 10px 0 10px;
        font-family: "Playfair Display", serif;
        font-size: 18px;
        font-weight: 700;
        line-height: 1.08;
        color: #ebe6df;
      }

      .rescue-step-copy {
        font-size: 13px;
        font-weight: 300;
        line-height: 1.6;
        color: #ebe6df;
      }

      .rescue-step-arrow {
        align-self: center;
        font-family: "Barlow Condensed", sans-serif;
        font-size: 20px;
        font-weight: 500;
        color: #655f59;
        transform: translateY(-6px);
      }


      .rescue-cta-footer {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 24px;
        margin-top: 28px;
        padding-top: 24px;
        border-top: 1px solid rgba(235, 230, 223, 0.1);
        text-align: center;
      }

      .rescue-cta-verify {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 12px;
        max-width: 560px;
      }

      .rescue-cta-verify .verify-mark {
        border-color: rgba(200, 145, 59, 0.45);
        color: #c8913b;
      }

      .rescue-cta-verify .verify-title {
        color: #ebe6df;
      }

      .rescue-cta-verify .verify-copy {
        color: #ffffff;
      }

      .feature-left,
      .support-left,
      .forum-left,
      .transport-left {
        padding: 96px 64px;
      }

      .forum-left {
        padding-bottom: 20px;
      }

      .feature-left {
        background: var(--ink);
        color: var(--bone);
      }

      .feature-right,
      .support-right,
      .forum-right,
      .transport-right {
        padding: 96px 64px;
        border-left: 1px solid rgba(58, 65, 64, 0.12);
        background: #f6f1ea;
        color: var(--text-dark);
      }

      .forum-right {
        padding-bottom: 20px;
      }

      .feature-title,
      .transport-title,
      .board-title {
        font-size: clamp(40px, 4vw, 58px);
        font-weight: 700;
        line-height: 0.96;
        letter-spacing: 0;
      }

      .feature-copy {
        max-width: 520px;
        margin: 18px 0 28px;
        color: #ffffff;
      }

      .perk-list {
        display: grid;
        gap: 28px;
      }

      .perk-title {
        margin: 16px 0 10px;
        font-family: "Playfair Display", serif;
        font-size: 24px;
        font-weight: 700;
      }

      .perk-copy {
        font-size: 14px;
        color: var(--text-dark-soft);
      }

      .verify-box {
        display: grid;
        grid-template-columns: 44px 1fr;
        gap: 16px;
        margin-top: 34px;
        padding: 20px;
        border: 1px solid rgba(58, 65, 64, 0.12);
        background: rgba(58, 65, 64, 0.04);
      }

      .verify-mark {
        width: 44px;
        height: 44px;
        display: grid;
        place-items: center;
        border: 1px solid var(--sage);
        color: var(--sage);
        font-family: "Barlow Condensed", sans-serif;
        font-size: 20px;
        font-weight: 600;
      }

      .verify-title {
        margin: 0;
        color: var(--ink);
        font-family: "Playfair Display", serif;
        font-size: 24px;
        font-weight: 700;
      }

      .verify-copy {
        margin-top: 8px;
        font-size: 14px;
        color: var(--text-dark-ghost);
      }

      .photo-banner {
        position: relative;
        height: 480px;
        border: none;
        color: var(--bone);
      }

      .photo-banner::before {
        content: "";
        position: absolute;
        inset: 0;
        background:
          linear-gradient(90deg, rgba(58, 65, 64, 0.16) 0%, rgba(58, 65, 64, 0.03) 22%, rgba(58, 65, 64, 0) 42%),
          url("site-assets/photo-guide-banner.jpg") center center / cover no-repeat;
        opacity: 1;
      }

      .photo-banner::after {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(180deg, rgba(58, 65, 64, 0.04), rgba(58, 65, 64, 0.1));
        pointer-events: none;
      }

      .photo-banner-inner {
        position: relative;
        z-index: 1;
        height: 100%;
        display: flex;
        align-items: center;
        padding: 0 64px;
      }

      .banner-content {
        max-width: 560px;
      }

      .hero .eyebrow {
        color: #ffffff;
      }

      .hero .eyebrow::before {
        background: #ffffff;
      }

      .photo-banner .eyebrow {
        color: #ebe6df;
      }

      .photo-banner .eyebrow::before {
        background: #ebe6df;
      }

      .banner-title {
        margin: 16px 0 18px;
        font-family: "Playfair Display", serif;
        font-size: 52px;
        font-weight: 700;
        line-height: 0.98;
      }

      .banner-copy {
        margin-bottom: 28px;
        color: #ffffff;
      }

      .support-title {
        font-size: clamp(52px, 4.6vw, 72px);
        line-height: 0.94;
      }

      .transport-banner {
        position: relative;
        min-height: 480px;
        height: 480px;
        padding: 0;
        border-bottom: 0;
        color: #ebe6df;
        overflow: hidden;
      }

      .transport-banner::before {
        content: "";
        position: absolute;
        inset: 0;
        background:
          linear-gradient(90deg, rgba(58, 65, 64, 0.84) 0%, rgba(58, 65, 64, 0.56) 28%, rgba(58, 65, 64, 0.1) 58%, rgba(58, 65, 64, 0) 76%),
          url("site-assets/rescue-rides-2.jpg") 66% 38% / cover no-repeat;
        opacity: 1;
        filter: grayscale(20%) contrast(1.05);
      }

      .transport-banner::after {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(180deg, rgba(58, 65, 64, 0.08), rgba(58, 65, 64, 0.18));
        pointer-events: none;
      }

      .transport-banner-inner {
        position: relative;
        z-index: 1;
        display: grid;
        grid-template-columns: 0.48fr 0.52fr;
        align-items: center;
        height: 100%;
        padding: 0 64px;
        gap: 32px;
      }

      .transport-left {
        max-width: 560px;
      }

      .transport-banner .transport-left,
      .transport-banner .transport-right {
        padding: 0;
      }

      .transport-banner .transport-right {
        border-left: 0;
        background: transparent;
        color: #ebe6df;
        display: none;
      }

      .transport-eyebrow {
        display: inline-flex;
        align-items: center;
        gap: 14px;
        font-family: "Barlow Condensed", sans-serif;
        font-size: 10px;
        font-weight: 600;
        letter-spacing: 4px;
        text-transform: uppercase;
        color: #c8913b;
      }

      .transport-eyebrow::before {
        content: "";
        width: 32px;
        height: 1px;
        background: #c8913b;
      }

      .transport-title {
        margin: 16px 0 0;
        font-family: "Playfair Display", serif;
        font-size: clamp(36px, 4vw, 52px);
        font-weight: 900;
        line-height: 1;
        color: #ebe6df;
      }

      .transport-copy {
        max-width: 480px;
        margin: 16px 0 28px;
        font-size: 15px;
        font-weight: 300;
        line-height: 1.7;
        color: #ffffff;
      }

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

      .transport-card,
      .urgent-card {
        border: 1px solid rgba(58, 65, 64, 0.08);
        border-radius: 18px;
        padding: 18px 18px 16px;
        background:
          linear-gradient(180deg, rgba(235, 230, 223, 0.9), rgba(246, 241, 234, 0.88));
        box-shadow:
          0 10px 24px rgba(58, 65, 64, 0.06),
          0 1px 0 rgba(255, 255, 255, 0.75) inset;
        color: #3a4140;
      }

      .transport-route {
        font-family: "Barlow Condensed", sans-serif;
        font-size: 12px;
        font-weight: 500;
        letter-spacing: 1px;
        color: #655f59;
      }

      .transport-dog {
        margin: 10px 0 6px;
        font-family: "Playfair Display", serif;
        font-size: 20px;
        font-weight: 700;
        color: #3a4140;
      }

      .transport-rescue {
        color: #655f59;
        font-size: 13px;
        font-weight: 300;
      }

      .transport-note {
        margin-top: 8px;
        font-size: 12px;
        font-weight: 300;
        line-height: 1.5;
        color: #655f59;
      }

      .status-chip {
        margin-top: 14px;
      }

      .status-chip.needs {
        border-color: #c8913b;
        background: #c8913b;
        color: #3a4140;
      }

      .status-chip.found {
        border: 1px solid rgba(101, 95, 89, 1);
        background: transparent;
        color: #655f59;
      }

      .urgent-head {
        max-width: 780px;
      }

      .urgent {
        background: var(--ink);
        color: var(--bone);
      }

      .urgent-title {
        color: var(--bone);
      }

      .urgent-grid {
        grid-template-columns: repeat(3, 1fr);
        margin-top: 34px;
      }

      .urgent-card {
        min-height: 280px;
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        border: 1px solid rgba(235, 230, 223, 0.12);
        overflow: hidden;
        background-color: var(--ink);
      }

      .urgent-card::before {
        content: "";
        position: absolute;
        inset: 0;
        background-position: center;
        background-size: cover;
        transform: scale(1.02);
      }

      .urgent-card::after {
        content: "";
        position: absolute;
        inset: 0;
        background:
          linear-gradient(180deg, rgba(58, 65, 64, 0.16), rgba(58, 65, 64, 0.32) 38%, rgba(58, 65, 64, 0.94) 100%),
          linear-gradient(0deg, rgba(58, 65, 64, 0.98), rgba(58, 65, 64, 0.1));
      }

      .urgent-card > * {
        position: relative;
        z-index: 1;
      }

      .urgent-card.diesel::before {
        background-image: url("site-assets/urgent-diesel.jpg");
      }

      .urgent-card.stella::before {
        background-image: url("site-assets/urgent-stella-2.jpg");
      }

      .urgent-card.duke::before {
        background-image: url("site-assets/urgent-duke.jpg");
      }

      .urgent-card .pill {
        margin-bottom: auto;
      }

      .urgent-name {
        margin: 22px 0 8px;
        font-family: "Playfair Display", serif;
        font-size: 30px;
        font-weight: 700;
      }

      .urgent-shelter {
        color: #ffffff;
        font-size: 14px;
      }

      .urgent-hours {
        margin-top: 16px;
        font-family: "Barlow Condensed", sans-serif;
        font-size: 18px;
        font-weight: 600;
        letter-spacing: 1px;
        color: var(--red);
      }

      .care-community {
        display: grid;
        grid-template-columns: 0.4fr 0.6fr;
        background: #3a4140;
        color: #ebe6df;
      }

      .care-left,
      .care-right {
        padding: 96px 64px;
      }

      .care-right {
        border-left: 1px solid rgba(101, 95, 89, 0.4);
      }

      .care-eyebrow {
        display: inline-flex;
        align-items: center;
        gap: 12px;
        font-family: "Barlow Condensed", sans-serif;
        font-size: 10px;
        font-weight: 600;
        letter-spacing: 4px;
        text-transform: uppercase;
        color: #c8913b;
      }

      .care-eyebrow::before {
        content: "";
        width: 24px;
        height: 1px;
        background: #c8913b;
      }

      .care-title {
        margin: 18px 0 0;
        font-family: "Playfair Display", serif;
        font-size: clamp(40px, 4vw, 60px);
        font-weight: 900;
        line-height: 0.94;
        color: #ebe6df;
      }

      .care-title em {
        display: block;
        font-style: italic;
        color: #ebe6df;
      }

      .care-copy {
        max-width: 360px;
        margin: 22px 0 28px;
        font-size: 15px;
        font-weight: 300;
        line-height: 1.7;
        color: #ebe6df;
      }

      .care-links {
        margin-top: 30px;
        display: grid;
      }

      .care-link {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        padding: 16px 0;
        border-top: 1px solid rgba(101, 95, 89, 0.4);
        font-family: "Barlow Condensed", sans-serif;
        font-size: 14px;
        font-weight: 600;
        letter-spacing: 1px;
        text-transform: uppercase;
        color: #ebe6df;
      }

      .care-link:last-child {
        border-bottom: 1px solid rgba(101, 95, 89, 0.4);
      }

      .care-link-arrow {
        color: #655f59;
        transition:
          color 180ms ease,
          transform 180ms ease;
      }

      .care-link:hover .care-link-arrow {
        color: #c8913b;
        transform: translateX(4px);
      }

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

      .care-intro {
        max-width: 640px;
        margin: 0 0 28px;
      }

      .care-intro-lead {
        margin: 0;
        font-family: "Playfair Display", serif;
        font-size: 22px;
        font-weight: 700;
        line-height: 1.1;
        color: #ebe6df;
      }

      .care-intro-copy {
        margin: 8px 0 0;
        font-size: 14px;
        font-weight: 300;
        line-height: 1.6;
        color: #ebe6df;
      }

      .care-pullquote {
        max-width: 560px;
        margin: 28px 0 20px;
        padding-left: 20px;
        border-left: 2px solid #c8913b;
      }

      .care-pullquote-text {
        margin: 0;
        font-family: "Playfair Display", serif;
        font-size: 20px;
        font-weight: 700;
        font-style: italic;
        line-height: 1.4;
        color: #ebe6df;
      }

      .care-pullquote-attribution {
        margin-top: 10px;
        font-family: "Barlow Condensed", sans-serif;
        font-size: 11px;
        font-weight: 500;
        letter-spacing: 2px;
        text-transform: uppercase;
        color: #ebe6df;
      }

      .care-card {
        border: 1px solid rgba(58, 65, 64, 0.08);
        border-radius: 18px;
        padding: 18px 18px 16px;
        background:
          linear-gradient(180deg, rgba(235, 230, 223, 0.98), rgba(246, 241, 234, 0.98));
        box-shadow:
          0 10px 24px rgba(58, 65, 64, 0.06),
          0 1px 0 rgba(255, 255, 255, 0.75) inset;
      }

      .care-card-title {
        margin: 0;
        font-family: "Playfair Display", serif;
        font-size: 19px;
        font-weight: 700;
        line-height: 1.05;
        letter-spacing: 0;
        color: #3a4140;
      }

      .care-card-snippet {
        margin: 12px 0 14px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        font-size: 13px;
        font-weight: 300;
        line-height: 1.55;
        color: #655f59;
      }

      .care-card-meta {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
      }

      .care-card-user {
        display: flex;
        align-items: center;
        gap: 10px;
        min-width: 0;
      }

      .care-avatar {
        width: 32px;
        height: 32px;
        display: grid;
        place-items: center;
        border-radius: 999px;
        background: linear-gradient(135deg, rgba(200, 145, 59, 0.22), rgba(122, 158, 138, 0.2));
        border: 1px solid rgba(58, 65, 64, 0.12);
        font-family: "Barlow Condensed", sans-serif;
        font-size: 13px;
        font-weight: 600;
        color: #3a4140;
        flex: 0 0 32px;
      }

      .care-user-copy {
        min-width: 0;
        font-size: 12px;
        color: #655f59;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
      }

      .care-replies {
        font-family: "Barlow Condensed", sans-serif;
        font-size: 11px;
        font-weight: 600;
        letter-spacing: 1px;
        color: #c8913b;
        text-transform: uppercase;
        text-align: right;
        flex: 0 0 auto;
      }

      .care-forum-link {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        margin-top: 24px;
        width: 100%;
        justify-content: center;
        font-family: "Barlow Condensed", sans-serif;
        font-size: 12px;
        font-weight: 500;
        letter-spacing: 2px;
        text-transform: uppercase;
        color: #ebe6df;
      }

      .care-forum-link:hover {
        color: #c8913b;
      }

      .support-split,
      .forum-split {
        align-items: start;
      }

      .support-links {
        display: grid;
        gap: 2px;
      }

      .resource-link {
        justify-content: space-between;
        padding: 18px 0;
        border-bottom: 1px solid rgba(58, 65, 64, 0.12);
        color: var(--text-dark);
      }

      .resource-link:hover {
        color: var(--amber);
      }

      .app-band {
        position: relative;
        padding: 96px 64px;
        background-color: #3c4341;
        background-image: url("/site-assets/app-landing-bg.png");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        color: #ebe6df;
        overflow: hidden;
      }

      .app-band-inner {
        display: grid;
        grid-template-columns: 0.85fr 1.15fr;
        gap: 64px;
        align-items: center;
        max-width: 1180px;
        margin: 0 auto;
      }

      .app-band-eyebrow {
        font-family: "Barlow Condensed", sans-serif;
        font-size: 11px;
        font-weight: 600;
        letter-spacing: 2.6px;
        text-transform: uppercase;
        color: #c8913b;
      }

      .app-band-title {
        margin: 18px 0 22px;
        font-family: "Playfair Display", serif;
        font-size: 52px;
        font-weight: 700;
        line-height: 1.04;
        letter-spacing: 0.005em;
        color: #ebe6df;
      }

      .app-band-subhead {
        max-width: 48ch;
        font-family: "Barlow", sans-serif;
        font-size: 16px;
        line-height: 1.7;
        color: rgba(235, 230, 223, 0.82);
      }

      .app-band-badge {
        display: inline-block;
        margin-top: 30px;
        transition: opacity 140ms ease;
      }

      .app-band-badge:hover {
        opacity: 0.85;
      }

      .app-band-badge img {
        display: block;
        width: 168px;
        height: auto;
      }

      .app-band-visual {
        display: flex;
        align-items: center;
        justify-content: center;
      }

      .app-band-frame {
        display: block;
        width: 100%;
        max-width: 476px;
        height: auto;
        margin: 0 auto;
        filter:
          drop-shadow(0 36px 48px rgba(0, 0, 0, 0.45))
          drop-shadow(0 8px 16px rgba(0, 0, 0, 0.30));
        will-change: filter;
        transform: translateZ(0);
        -webkit-transform: translateZ(0);
      }

      .grants {
        position: relative;
        padding: 96px 64px;
        background:
          radial-gradient(circle at top center, rgba(200, 145, 59, 0.12), transparent 32%),
          linear-gradient(180deg, #f4efe8 0%, #ebe6df 100%);
        color: var(--text-dark);
      }

      .grants .section-rule {
        margin-left: auto;
        margin-right: auto;
        color: rgba(101, 95, 89, 0.9);
      }

      .grants .section-rule::before {
        display: none;
      }

      .grants .section-title {
        max-width: 860px;
        margin: 18px auto 0;
        text-align: center;
        line-height: 1.02;
        letter-spacing: 0.012em;
      }

      .grants-intro {
        max-width: 620px;
        margin: 18px auto 0;
        font-size: 15px;
        font-weight: 300;
        line-height: 1.7;
        text-align: center;
        color: #655f59;
      }

      .grant-stats {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 18px;
        max-width: 980px;
        margin: 36px auto 0;
      }

      .grant-stat {
        padding: 18px 20px 16px;
        border-top: 1px solid rgba(200, 145, 59, 0.4);
        border-bottom: 1px solid rgba(58, 65, 64, 0.12);
        text-align: center;
      }

      .grant-stat-value {
        font-family: "Barlow Condensed", sans-serif;
        font-size: clamp(34px, 3vw, 48px);
        font-weight: 700;
        letter-spacing: 1px;
        color: #3a4140;
      }

      .grant-stat-label {
        margin-top: 6px;
        font-family: "Barlow Condensed", sans-serif;
        font-size: 11px;
        font-weight: 600;
        letter-spacing: 2.4px;
        text-transform: uppercase;
        color: #655f59;
      }

      .grant-grid {
        max-width: 1180px;
        margin: 40px auto 0;
        grid-template-columns: repeat(3, 1fr);
        gap: 22px;
      }

      .grant-card {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
        padding: 26px 26px 24px;
        border-radius: 20px;
        background: rgba(242, 237, 230, 0.96);
        border-color: rgba(58, 65, 64, 0.1);
        box-shadow:
          0 18px 36px rgba(58, 65, 64, 0.06),
          inset 0 1px 0 rgba(255, 255, 255, 0.66);
      }

      .grant-brand {
        display: inline-flex;
        align-items: center;
        justify-content: flex-start;
        height: 48px;
        margin-bottom: 18px;
        padding: 8px 18px;
        border: 1px solid rgba(58, 65, 64, 0.14);
        border-radius: 999px;
        color: #3a4140;
        background: rgba(255, 255, 255, 0.42);
      }

      .platform-social {
        background: transparent;
        border-color: transparent;
        padding: 0;
        gap: 8px;
      }

      .grant-brand img {
        display: block;
        max-width: 160px;
        max-height: 28px;
        width: auto;
        height: auto;
      }

      .grant-card-meta {
        display: inline-flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
        margin-bottom: 18px;
      }

      .grant-deadline-label {
        font-family: "Barlow Condensed", sans-serif;
        font-size: 10px;
        font-weight: 600;
        letter-spacing: 2px;
        text-transform: uppercase;
        color: rgba(101, 95, 89, 0.82);
      }

      .grant-name {
        margin: 0 0 12px;
        font-family: "Playfair Display", serif;
        font-size: 24px;
        font-weight: 700;
        line-height: 1.08;
      }

      .grant-funder {
        color: var(--amber);
        font-size: 13px;
        font-weight: 400;
      }

      .grant-deadline {
        color: var(--text-dark-ghost);
        font-size: 13px;
      }

      .grant-amount {
        margin: 20px 0 18px;
        font-family: "Barlow Condensed", sans-serif;
        font-size: 18px;
        font-weight: 600;
        letter-spacing: 1.4px;
        text-transform: uppercase;
      }

      .grant-copy {
        flex: 1;
        margin: 14px 0 20px;
        font-size: 13px;
        font-weight: 300;
        line-height: 1.6;
        color: #655f59;
      }

      .grant-link {
        color: #3a4140;
      }

      .grant-link:hover {
        color: #c8913b;
      }

      .platform-wordmark {
        font-family: "Barlow Condensed", sans-serif;
        font-size: 18px;
        font-weight: 700;
        letter-spacing: 0.5px;
        color: #fff;
      }

      .platform-givebutter {
        background: #ffbf00;
        border-color: transparent;
      }

      .platform-givebutter .platform-wordmark {
        color: #1a1917;
      }

      .platform-donorbox {
        background: #128aed;
        border-color: transparent;
      }



      .platform-wordmark-fb {
        background: #1877f2;
        padding: 6px 14px;
        border-radius: 999px;
      }

      .platform-wordmark-ig {
        background: #c13584;
        padding: 6px 14px;
        border-radius: 999px;
      }

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

      .forum-card {
        padding: 18px 18px 16px;
        border-radius: 18px;
        border-color: rgba(58, 65, 64, 0.08);
        background:
          linear-gradient(180deg, rgba(235, 230, 223, 0.98), rgba(246, 241, 234, 0.98));
        box-shadow:
          0 10px 24px rgba(58, 65, 64, 0.06),
          0 1px 0 rgba(255, 255, 255, 0.75) inset;
      }

      .forum-card-head {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        gap: 12px;
      }

      .forum-title {
        margin: 0;
        max-width: 260px;
        font-family: "Playfair Display", serif;
        font-size: 19px;
        font-weight: 700;
        line-height: 1.05;
        letter-spacing: 0;
        text-transform: none;
        color: #3a4140;
      }

      .forum-tags {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        gap: 8px;
      }

      .forum-tag {
        display: inline-flex;
        align-items: center;
        min-height: 26px;
        padding: 0 10px;
        border: 1px solid rgba(200, 145, 59, 0.24);
        border-radius: 999px;
        background: rgba(200, 145, 59, 0.1);
        font-family: "Barlow", sans-serif;
        font-size: 11px;
        font-weight: 400;
        color: #655f59;
      }

      .forum-author {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        margin: 12px 0 12px;
      }

      .forum-author-main {
        display: flex;
        align-items: center;
        gap: 10px;
      }

      .forum-author-copy {
        display: flex;
        flex-direction: column;
        gap: 4px;
      }

      .forum-author-name {
        font-family: "Barlow", sans-serif;
        font-size: 15px;
        font-weight: 400;
        color: #3a4140;
      }

      .forum-time {
        font-family: "Barlow", sans-serif;
        font-size: 12px;
        font-weight: 300;
        color: #a09890;
      }

      .forum-snippet {
        margin: 0;
        max-width: none;
        font-size: 13px;
        line-height: 1.55;
        color: #655f59;
      }

      .forum-footer {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        margin-top: 14px;
      }

      .forum-actions {
        display: flex;
        align-items: center;
        gap: 8px;
      }

      .forum-action-icon,
      .forum-action-link,
      .forum-replies-pill {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 32px;
        border: 1px solid rgba(58, 65, 64, 0.1);
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.76);
        color: #655f59;
      }

      .forum-action-icon {
        width: 32px;
        border-radius: 12px;
      }

      .forum-action-icon::before {
        content: "";
        width: 8px;
        height: 11px;
        background: linear-gradient(180deg, #c8913b, #b17c2b);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 78%, 0 100%);
      }

      .forum-action-link {
        padding: 0 12px;
        font-family: "Barlow", sans-serif;
        font-size: 12px;
        font-weight: 400;
      }

      .forum-footer-right {
        display: flex;
        align-items: center;
        gap: 10px;
      }

      .forum-avatar-stack {
        display: flex;
        align-items: center;
        padding-left: 8px;
      }

      .forum-avatar-stack .avatar {
        margin-left: -8px;
        box-shadow: 0 0 0 3px rgba(246, 241, 234, 0.96);
      }

      .forum-avatar-stack .avatar:first-child {
        margin-left: 0;
      }

      .forum-replies-pill {
        padding: 0 10px;
        font-family: "Barlow", sans-serif;
        font-size: 12px;
        font-weight: 400;
      }

      .avatar {
        width: 28px;
        height: 28px;
        border-radius: 999px;
        display: grid;
        place-items: center;
        border: 1px solid rgba(58, 65, 64, 0.12);
        background: linear-gradient(135deg, rgba(200, 145, 59, 0.22), rgba(122, 158, 138, 0.2));
        color: #3a4140;
        font-family: "Barlow Condensed", sans-serif;
        font-size: 10px;
        font-weight: 700;
        letter-spacing: 1px;
      }

      .avatar::before {
        content: attr(data-initials);
      }

      .avatar.alt {
        background: linear-gradient(135deg, rgba(122, 158, 138, 0.26), rgba(200, 145, 59, 0.1));
      }

      .avatar.soft {
        background: linear-gradient(135deg, rgba(235, 230, 223, 0.9), rgba(200, 145, 59, 0.16));
      }

      footer {
        border-top: 1px solid var(--rule);
        background: var(--ink);
      }

      .footer-top {
        display: grid;
        grid-template-columns: 2fr 3fr;
        gap: 24px;
        padding: 64px;
      }

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

      .footer-brand {
        display: inline-flex;
        align-items: flex-start;
      }

      .footer-brand img {
        height: 72px;
      }

      .footer-tagline {
        margin-top: 12px;
        max-width: 340px;
        color: var(--bone-dim);
        font-size: 14px;
      }

      .footer-heading {
        margin: 0 0 14px;
        font-family: "Barlow Condensed", sans-serif;
        font-size: 12px;
        font-weight: 600;
        letter-spacing: 2px;
        text-transform: uppercase;
        color: var(--bone-dim);
      }

      .footer-links {
        display: grid;
        gap: 10px;
      }

      .footer-links a {
        color: var(--bone-dim);
        font-size: 14px;
      }

      .footer-links a:hover {
        color: var(--bone);
      }

      .footer-base {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 24px;
        padding: 22px 64px 34px;
        border-top: 1px solid var(--rule);
        color: var(--bone-dim);
        font-size: 12px;
      }

      .live-count {
        display: inline-flex;
        align-items: center;
        gap: 10px;
      }

      /* mobile overrides handled in media query below */

      @media (max-width: 1100px) {
        .dog-grid,
        .steps,
        .rescue-grid,
        .grant-grid,
        .urgent-grid,
        .transport-grid {
          grid-template-columns: repeat(2, 1fr);
        }

        .feature-split,
        .care-community,
        .support-split,
        .forum-split,
        .transport-split,
        .transport-banner-inner,
        .footer-top {
          grid-template-columns: 1fr;
        }

        .rescue-cta-grid {
          grid-template-columns: repeat(2, 1fr);
        }

        .rescue-cta-footer {
          flex-direction: column;
          align-items: center;
        }

        .feature-right,
        .care-right,
        .support-right,
        .forum-right,
        .transport-right {
          border-left: 0;
          border-top: 1px solid var(--rule);
        }

        .dog-tile.large {
          grid-column: span 2;
        }

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

        .rescue-feature-media {
          min-height: 320px;
          background:
            linear-gradient(180deg, rgba(58, 65, 64, 0.04), rgba(58, 65, 64, 0.42) 72%, rgba(58, 65, 64, 0.82) 100%),
            url("photos/1W0A5107.jpg") center center / cover no-repeat;
        }

        .rescue-feature-media::after {
          top: auto;
          right: 0;
          left: 0;
          bottom: 0;
          width: auto;
          height: 96px;
          background: linear-gradient(180deg, rgba(58, 65, 64, 0) 0%, rgba(58, 65, 64, 0.72) 58%, #3a4140 100%);
        }

        .hero-stats {
          grid-template-columns: repeat(2, 1fr);
        }

        .transport-banner {
          height: auto;
          min-height: 560px;
        }

        .transport-banner .transport-right {
          padding-top: 8px;
          border-top: 0;
        }
      }

      @media (max-width: 780px) {
        
        
        
        
        
        
        

        .hero-inner,
        .dogs-head,
        .process,
        .rescues,
        .transport,
        .urgent,
        .care-community,
        .support,
        .forum,
        .grants,
        .app-band,
        .rescue-cta,
        .feature-left,
        .feature-right,
        .care-left,
        .care-right,
        .support-left,
        .support-right,
        .forum-left,
        .forum-right,
        .transport-left,
        .transport-right,
        .photo-banner-inner,
        .footer-top,
        .footer-base {
          padding-left: 22px;
          padding-right: 22px;
        }

        .app-band {
          padding-top: 64px;
          padding-bottom: 72px;
        }

        .app-band-inner {
          grid-template-columns: 1fr;
          gap: 40px;
          text-align: left;
        }

        .app-band-title {
          font-size: clamp(34px, 8vw, 44px);
        }

        .app-band-frame {
          max-width: 100%;
        }

        .rescues::before {
          left: 22px;
          right: 22px;
        }

        .hero-inner {
          padding-top: 48px;
          padding-bottom: 210px;
        }

        .dogs-search {
          flex-direction: column;
        }

        .dogs-search button {
          width: auto;
        }

        .hero-title {
          font-size: clamp(30px, 9vw, 52px);
          line-height: 1;
        }

        .hero-title .keep-line {
          white-space: normal;
        }

        .hero-stats {
          grid-template-columns: repeat(4, 1fr);
          min-height: 0;
        }

        .hero-stats .stat {
          padding: 12px 10px 14px;
          border-right: 1px solid rgba(235, 230, 223, 0.06);
        }

        .hero-stats .stat-value {
          font-size: 22px;
          gap: 5px;
        }

        .hero-stats .stat-label {
          font-size: 9px;
          letter-spacing: 1.2px;
          margin-top: 4px;
        }

        .live-dot,
        .live-dot svg {
          width: 11px;
          height: 11px;
        }

        .dog-grid,
        .rescue-grid,
        .grant-grid,
        .urgent-grid,
        .transport-grid,
        .forum-grid,
        .care-grid,
        .rescue-cta-grid {
          grid-template-columns: 1fr;
        }

        .rescue-steps {
          grid-template-columns: 1fr;
          gap: 0;
        }

        .rescue-step {
          padding: 20px 0;
          border-bottom: 1px solid rgba(235, 230, 223, 0.08);
        }

        .rescue-step:last-child {
          border-bottom: none;
        }

        .rescue-step-arrow {
          display: none;
        }

        .transport-banner {
          min-height: 0;
        }

        .transport-banner-inner {
          padding-top: 64px;
          padding-bottom: 64px;
          gap: 24px;
        }

        .process {
          padding: 56px 22px;
        }

        .rescue-feature-body {
          padding: 26px 22px 24px;
        }

        .rescue-feature-media {
          min-height: 280px;
        }

        .steps {
          grid-template-columns: 1fr;
          gap: 28px;
        }

        .step {
          padding: 0;
        }

        .step-divider {
          display: none;
        }

        .dog-tile.large {
          grid-column: span 1;
          grid-row: span 1;
          min-height: 420px;
        }

        .section-head {
          flex-direction: column;
          align-items: flex-start;
        }

        .photo-banner {
          height: auto;
          min-height: 420px;
        }

        .banner-title {
          font-size: 40px;
        }

        .footer-base {
          flex-direction: column;
          align-items: flex-start;
        }

        .footer-top {
          grid-template-columns: 1fr;
          padding-top: 40px;
          padding-bottom: 32px;
          gap: 32px;
        }

        .footer-brand img {
          height: 48px;
        }

        .footer-tagline {
          font-size: 13px;
          max-width: 100%;
        }

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

        .footer-base {
          padding-top: 18px;
          padding-bottom: 28px;
          gap: 12px;
          font-size: 11px;
        }

        .footer-base > div:first-child {
          color: #655f59;
        }
      }
    