/* ==============================================
   index.css — homepage-specific styles
   ============================================== */

/* ---------- HERO ---------- */
  .hero {
    position: relative;
    height: 88vh;
    min-height: 560px;
    overflow: hidden;
    background: var(--ink);
  }

  .hero video, .hero .hero-fallback {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .hero-fallback {
    background: linear-gradient(135deg, #4a2670, #2b1a3d);
  }

  .hero-scrim {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(43,26,61,0.35) 0%, rgba(43,26,61,0.15) 35%, rgba(43,26,61,0.75) 100%);
  }

  .hero-content {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 0 32px 90px;
    max-width: 1180px;
    margin: 0 auto;
  }

  .hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #e8d9f7;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin-bottom: 18px;
  }
  .hero-eyebrow .dot {
    width: 8px; height: 8px;
    border-radius: 50%;
    background: #6fdb8f;
    box-shadow: 0 0 0 3px rgba(111,219,143,0.25);
  }
  .hero-eyebrow .dot.closed {
    background: #e8a4a0;
    box-shadow: 0 0 0 3px rgba(232,164,160,0.25);
  }

  .hero h1 {
    color: white;
    font-size: clamp(40px, 6vw, 72px);
    max-width: 680px;
    margin-bottom: 18px;
  }

  .hero p {
    color: #ede5f7;
    font-size: 18px;
    max-width: 480px;
    margin-bottom: 32px;
  }

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

  .btn-primary {
    background: var(--green);
    color: white;
    padding: 15px 30px;
    border-radius: 100px;
    font-weight: 600;
    font-size: 15px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: transform 0.15s, background 0.15s;
  }
  .btn-primary:hover { background: #125a2d; transform: translateY(-1px); }

  .btn-ghost {
    background: rgba(255,255,255,0.12);
    border: 1.5px solid rgba(255,255,255,0.5);
    color: white;
    padding: 14px 28px;
    border-radius: 100px;
    font-weight: 600;
    font-size: 15px;
    backdrop-filter: blur(4px);
    transition: background 0.15s;
  }
  .btn-ghost:hover { background: rgba(255,255,255,0.22); }

  /* ragged edge divider */
  .ragged {
    position: relative;
    z-index: 3;
    width: 100%;
    height: 70px;
    margin-top: -1px;
    display: block;
  }

  /* ---------- STATS STRIP ---------- */
  .stats {
    background: var(--white);
    border-bottom: 1px solid rgba(98,52,146,0.08);
  }
  .stats-inner {
    max-width: 1180px;
    margin: 0 auto;
    padding: 36px 32px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 24px;
    text-align: center;
  }
  .stat-num {
    font-family: 'Fraunces', serif;
    font-size: 34px;
    font-weight: 600;
    color: var(--purple);
  }
  .stat-label {
    font-size: 13px;
    color: var(--ink-soft);
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-top: 4px;
  }

  /* ---------- SECTION GENERIC ---------- */
  section { padding: 100px 0; }
  .section-head {
    max-width: 600px;
    margin-bottom: 56px;
  }
  .eyebrow {
    color: var(--green);
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 12px;
    display: block;
  }
  .section-head h2 { font-size: clamp(30px, 4vw, 42px); margin-bottom: 14px; }
  .section-head p { color: var(--ink-soft); font-size: 17px; }

  /* ---------- PRICING ---------- */
  .pricing-section { background: var(--white); padding: 60px 0; border-bottom: 1px solid rgba(98,52,146,0.08); }
  .pricing-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
  }
  .price-card {
    background: var(--cream-deep);
    border-radius: 16px;
    padding: 24px 16px;
    text-align: center;
  }
  .price-amount {
    font-family: 'Fraunces', serif;
    font-size: 30px;
    font-weight: 600;
    color: var(--purple);
    margin-bottom: 6px;
  }
  .price-label {
    font-size: 14px;
    color: var(--ink-soft);
    font-weight: 500;
  }
  .price-label span { display: block; font-size: 11.5px; color: var(--green); font-weight: 600; margin-top: 2px; }
  .pricing-note { font-size: 13px; color: var(--ink-soft); margin-top: 20px; text-align: center; }

  /* ---------- LATEST ADOPTION ---------- */
  .latest-adoption-section { background: var(--cream); padding: 0 0 70px; }
  .latest-adoption-card {
    display: grid;
    grid-template-columns: 240px 1fr auto;
    gap: 28px;
    align-items: center;
    background: var(--white);
    border-radius: 24px;
    padding: 28px 32px;
    box-shadow: 0 2px 18px rgba(43,26,61,0.06);
    border: 1.5px solid var(--green-light);
  }
  .latest-adoption-photo {
    width: 240px;
    height: 240px;
    object-fit: cover;
    border-radius: 14px;
    background: var(--green-light);
    flex-shrink: 0;
  }
  .latest-adoption-text h3 { font-size: 24px; margin: 8px 0 10px; }
  .latest-adoption-text p { color: var(--ink-soft); font-size: 14px; margin-top: 10px; }
  .latest-adoption-counter { text-align: center; padding-left: 28px; border-left: 1px solid rgba(98,52,146,0.12); }
  .latest-adoption-num {
    font-family: 'Fraunces', serif;
    font-size: 44px;
    font-weight: 700;
    color: var(--green);
    line-height: 1;
  }
  .latest-adoption-label { font-size: 12px; color: var(--ink-soft); text-transform: uppercase; letter-spacing: 0.04em; margin-top: 6px; line-height: 1.4; }

  /* ---------- BONGO SPOTLIGHT ---------- */
  .bongo-section { background: var(--cream); padding: 70px 0; }
  .bongo-card {
    display: grid;
    grid-template-columns: 315px 1fr;
    gap: 36px;
    align-items: center;
    background: var(--white);
    border-radius: 24px;
    padding: 32px;
    box-shadow: 0 4px 24px rgba(98,52,146,0.12);
    border: 2.5px solid var(--purple);
  }
  .bongo-photo {
    width: 100%;
    height: 315px;
    object-fit: cover;
    border-radius: 16px;
  }
  .bongo-eyebrow {
    display: inline-block;
    color: var(--green);
    font-weight: 700;
    font-size: 12.5px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin-bottom: 10px;
  }
  .bongo-text h3 { font-size: 28px; margin-bottom: 10px; }
  .bongo-text p { color: var(--ink-soft); font-size: 15.5px; margin-bottom: 16px; max-width: 520px; }
  .bongo-days {
    display: inline-block;
    background: var(--green-light);
    color: var(--green);
    font-weight: 600;
    font-size: 14px;
    padding: 8px 16px;
    border-radius: 100px;
    margin-bottom: 16px;
  }

  /* ---------- CAT CAROUSEL ---------- */
  .cats-section { background: var(--cream-deep); }

  .carousel-shell {
    position: relative;
  }

  .carousel-track {
    display: flex;
    gap: 22px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 16px;
    scrollbar-width: none;
  }
  .carousel-track::-webkit-scrollbar { display: none; }

  .cat-card {
    flex: 0 0 290px;
    scroll-snap-align: start;
    background: var(--white);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 2px 18px rgba(43,26,61,0.06);
    transition: transform 0.2s;
  }
  .cat-card:hover { transform: translateY(-4px); }

  .cat-photo {
    width: 100%;
    height: 290px;
    object-fit: cover;
    background: var(--purple-light);
  }

  .cat-info { padding: 20px; }
  .cat-name-row {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-bottom: 4px;
  }
  .cat-name { font-family: 'Fraunces', serif; font-size: 21px; font-weight: 600; }
  .cat-meta { font-size: 13px; color: var(--ink-soft); margin-bottom: 10px; }
  .cat-bio { font-size: 14px; color: var(--ink-soft); line-height: 1.55; margin-bottom: 14px; }

  .cat-tags { display: flex; gap: 6px; flex-wrap: wrap; margin-bottom: 4px; }
  .tag {
    font-size: 11px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 100px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
  }
  .tag-senior { background: #fdf0e0; color: #8a5a14; }
  .tag-bonded { background: var(--purple-light); color: var(--purple); }
  .tag-fiv { background: var(--green-light); color: var(--green); }

  .carousel-controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 28px;
  }
  .carousel-arrows { display: flex; gap: 10px; }
  .arrow-btn {
    width: 44px; height: 44px;
    border-radius: 50%;
    border: 1.5px solid rgba(98,52,146,0.25);
    background: var(--white);
    color: var(--purple);
    font-size: 18px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.15s;
  }
  .arrow-btn:hover { background: var(--purple); color: white; border-color: var(--purple); }

  .view-all-link {
    color: var(--purple);
    font-weight: 600;
    font-size: 17px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: color 0.15s;
  }
  .view-all-link:hover { color: var(--green); }

  /* ---------- HOURS / EVENTS ---------- */
  .hours-section {
    background: var(--purple);
    color: white;
    position: relative;
    overflow: hidden;
  }
  .hours-section::before {
    content: '';
    position: absolute;
    top: -120px; right: -120px;
    width: 360px; height: 360px;
    border-radius: 50%;
    background: rgba(255,255,255,0.05);
  }
  .hours-section .section-head .eyebrow { color: #a7e6bb; }
  .hours-section .section-head h2 { color: white; }
  .hours-section .section-head p { color: #e2d4f2; }

  .hours-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    position: relative;
    z-index: 1;
  }

  .hours-list { display: flex; flex-direction: column; gap: 2px; }
  .hours-row {
    display: flex;
    justify-content: space-between;
    padding: 14px 0;
    border-bottom: 1px solid rgba(255,255,255,0.14);
    font-size: 15px;
  }
  .hours-row.today {
    background: rgba(255,255,255,0.08);
    margin: 0 -16px;
    padding: 14px 16px;
    border-radius: 10px;
    border-bottom: 1px solid rgba(255,255,255,0.14);
    font-weight: 600;
  }
  .hours-day { color: #e2d4f2; }
  .hours-row.today .hours-day { color: white; }
  .hours-closed { color: rgba(255,255,255,0.5); }
  .hours-right { display: flex; align-items: center; gap: 14px; }
  .book-btn {
    background: var(--green);
    color: white;
    font-size: 12.5px;
    font-weight: 600;
    padding: 6px 16px;
    border-radius: 100px;
    transition: background 0.15s;
  }
  .book-btn:hover { background: #1d8a44; }

  .event-card {
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.16);
    border-radius: 16px;
    padding: 18px 20px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 16px;
    transition: background 0.15s, transform 0.15s;
  }
  .event-card:hover { background: rgba(255,255,255,0.14); transform: translateX(4px); }
  .event-icon {
    width: 44px; height: 44px;
    border-radius: 12px;
    background: var(--green);
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
  }
  .event-name { font-weight: 600; font-size: 15px; margin-bottom: 2px; }
  .event-date { font-size: 13px; color: #d8c5ec; }
  .event-card-photo {
    width: 44px; height: 44px;
    border-radius: 12px;
    object-fit: cover;
    flex-shrink: 0;
  }

  /* ---------- ADOPTION WALL ---------- */
  .adoption-section { background: var(--cream); }

  .adoption-banner {
    background: var(--green);
    border-radius: 24px;
    padding: 48px;
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    gap: 40px;
    align-items: center;
    color: white;
    margin-bottom: 60px;
  }
  .adoption-banner h3 { color: white; font-size: 30px; margin-bottom: 12px; }
  .adoption-banner p { color: #d7ecdc; font-size: 16px; margin-bottom: 20px; }
  .adoption-stat-big {
    font-family: 'Fraunces', serif;
    font-size: 64px;
    font-weight: 700;
    text-align: center;
  }
  .adoption-stat-sub {
    text-align: center;
    font-size: 14px;
    color: #d7ecdc;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-top: 4px;
  }

  .how-adoption-toggle {
    background: rgba(255,255,255,0.16);
    border: 1.5px solid rgba(255,255,255,0.4);
    color: white;
    padding: 14px 28px;
    border-radius: 100px;
    font-weight: 600;
    font-size: 15px;
    font-family: 'Inter', sans-serif;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: background 0.15s;
  }
  .how-adoption-toggle:hover { background: rgba(255,255,255,0.26); }
  .how-adoption-toggle .plus {
    width: 20px; height: 20px;
    border-radius: 50%;
    background: rgba(255,255,255,0.25);
    display: flex; align-items: center; justify-content: center;
    font-size: 13px;
    transition: transform 0.2s;
  }
  .how-adoption-toggle.open .plus { transform: rotate(45deg); }

  .how-adoption-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }
  .how-adoption-inner {
    padding-top: 22px;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .how-adoption-inner p {
    color: #d7ecdc;
    font-size: 14.5px;
    line-height: 1.6;
    margin: 0;
  }
  .how-adoption-inner strong {
    color: white;
    font-family: 'Fraunces', serif;
    font-weight: 600;
    font-size: 15.5px;
    display: block;
    margin-bottom: 4px;
  }

  .alumni-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    max-height: 280px;
    overflow-y: auto;
    padding: 4px;
  }
  .alumni-pill {
    background: white;
    border: 1px solid rgba(98,52,146,0.15);
    padding: 8px 16px;
    border-radius: 100px;
    font-size: 13.5px;
    color: var(--ink);
  }
  .alumni-num { color: var(--ink-soft); font-size: 12px; }
  .alumni-date { color: var(--ink-soft); font-size: 12px; }

  /* ---------- MENU ---------- */
  .menu-section { background: var(--cream-deep); }
  .menu-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
  }
  .menu-cat {
    background: white;
    border-radius: 20px;
    padding: 32px;
  }
  .menu-cat-title {
    font-family: 'Fraunces', serif;
    font-size: 22px;
    margin-bottom: 18px;
    color: var(--purple);
  }
  .menu-item {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px dashed rgba(98,52,146,0.15);
    font-size: 14.5px;
    gap: 12px;
  }
  .menu-item:last-child { border-bottom: none; }
  .menu-item-name { color: var(--ink); }
  .menu-item-tag {
    color: var(--green);
    font-size: 10.5px;
    font-weight: 700;
    margin-left: 8px;
    border: 1px solid var(--green);
    border-radius: 4px;
    padding: 1px 5px;
    vertical-align: middle;
  }

  .dotm-banner {
    display: flex;
    gap: 18px;
    align-items: flex-start;
    background: var(--purple);
    color: white;
    border-radius: 18px;
    padding: 22px 26px;
    margin-bottom: 40px;
  }
  .dotm-photo {
    width: 160px;
    height: 160px;
    object-fit: cover;
    border-radius: 14px;
    flex-shrink: 0;
  }
  .dotm-label { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; color: #d8c5ec; margin-bottom: 4px; }
  .dotm-name { font-family: 'Fraunces', serif; font-size: 21px; font-weight: 600; margin-bottom: 6px; }
  .dotm-price { font-family: 'Inter', sans-serif; font-size: 14px; font-weight: 500; color: #d8c5ec; margin-left: 6px; }
  .dotm-desc { font-size: 14px; color: #e2d4f2; max-width: 560px; }

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

  /* New 1/3 + 2/3 menu layout */
  .menu-new-grid {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 24px;
    align-items: start;
  }
  .menu-left { display: flex; flex-direction: column; gap: 0; }
  .menu-specialty-wide {
    background: white;
    border-radius: 20px;
    padding: 32px;
  }
  .menu-vegan-note {
    font-size: 12px;
    color: var(--green);
    font-weight: 500;
    margin-top: 12px;
    padding-top: 10px;
    border-top: 1px dashed rgba(22,109,55,0.25);
  }
    font-size: 13px;
    color: var(--ink-soft);
    margin: 6px 0 22px;
  }
  .specialty-full-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 32px;
  }
  .specialty-col { display: flex; flex-direction: column; }
  .specialty-full-item {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 0 10px;
    padding: 10px 0;
    border-bottom: 1px dashed rgba(98,52,146,0.12);
    align-items: baseline;
  }
  .specialty-full-item:last-child { border-bottom: none; }
  .specialty-full-name {
    font-weight: 600;
    font-size: 14px;
    color: var(--purple);
    white-space: nowrap;
  }
  .specialty-full-desc {
    font-size: 12.5px;
    color: var(--ink-soft);
    line-height: 1.4;
  }
  .specialty-full-price {
    font-size: 13px;
    font-weight: 600;
    color: var(--ink-soft);
    white-space: nowrap;
    text-align: right;
  }
  .specialty-row { align-items: flex-start; padding: 12px 0; }
  .specialty-row .menu-item-name { display: flex; flex-direction: column; }
  .specialty-desc-inline { font-size: 12px; color: var(--ink-soft); font-weight: 400; margin-top: 2px; }

  /* ---------- SOCIAL ---------- */
  .social-section { background: var(--cream); }
  .social-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
  }
  .social-tile {
    aspect-ratio: 1;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    background: var(--purple-light);
    cursor: pointer;
  }
  .social-tile img { width: 100%; height: 100%; object-fit: cover; display: block; }
  .social-tile-scrim {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(43,26,61,0.55) 0%, rgba(43,26,61,0.1) 40%, rgba(43,26,61,0.6) 100%);
  }
  .social-tile-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background: rgba(255,255,255,0.18);
    backdrop-filter: blur(6px);
    border: 1px solid rgba(255,255,255,0.3);
    color: white;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 5px 11px;
    border-radius: 100px;
  }
  .social-tile-info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 14px;
    color: white;
  }
  .social-tile-name {
    font-family: 'Fraunces', serif;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 3px;
  }
  .social-tile-sub {
    font-size: 12px;
    color: rgba(255,255,255,0.78);
  }
  .social-tile-placeholder {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 42px;
    background: var(--purple-light);
  }

  .social-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 32px;
  }
  .social-handle {
    color: var(--purple);
    font-weight: 600;
    font-size: 15px;
  }

  /* ---------- YOUTUBE ---------- */
  .youtube-section { background: var(--cream-deep); padding: 80px 0; }
  .youtube-embed {
    width: 100%;
    aspect-ratio: 16/9;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 24px rgba(43,26,61,0.1);
    background: var(--cream-deep);
  }
  .youtube-embed iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
  }
  .youtube-loading {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--ink-soft);
    font-size: 14px;
    min-height: 200px;
  }

  /* ---------- PRESS ---------- */
  .events-teaser {
    background: var(--green);
    color: white;
    border-radius: 20px;
    padding: 36px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
    min-height: 120px;
  }
  .events-teaser > div { display: flex; flex-direction: column; justify-content: center; }
  .events-teaser h3 { color: white; font-size: 22px; margin-bottom: 6px; }
  .events-teaser p { color: #d7ecdc; font-size: 14.5px; max-width: 420px; margin: 0; }
  .events-teaser-btn {
    background: white;
    color: var(--green);
    padding: 13px 26px;
    border-radius: 100px;
    font-weight: 700;
    font-size: 14.5px;
    white-space: nowrap;
    transition: transform 0.15s;
    align-self: center;
    flex-shrink: 0;
  }
  .events-teaser-btn:hover { transform: translateY(-1px); }

  .press-section { background: var(--cream-deep); }
  .documentary-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
    margin-bottom: 50px;
  }
  .documentary-embed {
    width: 100%;
    aspect-ratio: 16/9;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(43,26,61,0.1);
  }
  .documentary-embed iframe { width: 100%; height: 100%; border: 0; display: block; }
  .documentary-text h3 { font-size: 26px; margin: 10px 0 14px; }
  .documentary-text p { color: var(--ink-soft); font-size: 15px; line-height: 1.65; }

  @media (max-width: 860px) {
    .documentary-wrap { grid-template-columns: 1fr; }
  }
  .awards-row {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
  .award-pill {
    display: block;
    background: white;
    border: 1.5px solid rgba(98,52,146,0.18);
    border-radius: 100px;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    color: var(--ink-soft);
    transition: border-color 0.15s, color 0.15s;
  }
  .award-pill:hover { border-color: var(--purple); color: var(--purple); }
  .press-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 14px;
  }
  .press-logo {
    background: white;
    border-radius: 12px;
    padding: 18px 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 70px;
    border: 1px solid rgba(98,52,146,0.1);
    transition: border-color 0.15s, transform 0.15s;
  }
  .press-logo img { max-width: 100%; max-height: 36px; object-fit: contain; }
  .press-logo:hover { border-color: var(--purple); transform: translateY(-2px); }

/* ---------- DONATION ---------- */
.donation-section { background: var(--purple); padding: 90px 0; }

.donation-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: start;
}

.donation-eyebrow {
  display: inline-block;
  color: #a7e6bb;
  font-weight: 700;
  font-size: 12.5px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.donation-text h2 {
  color: white;
  font-size: clamp(26px, 3.5vw, 36px);
  margin-bottom: 16px;
}

.donation-text p {
  color: #e2d4f2;
  font-size: 15.5px;
  line-height: 1.65;
  margin-bottom: 14px;
}

.donation-text strong { color: white; }

.donation-stats {
  display: flex;
  gap: 28px;
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,0.15);
}

.donation-stat-num {
  display: block;
  font-family: 'Fraunces', serif;
  font-size: 24px;
  font-weight: 600;
  color: #a7e6bb;
  margin-bottom: 4px;
}

.donation-stat-label {
  font-size: 12px;
  color: #d8c5ec;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.donation-form-wrap {
  background: white;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 8px 40px rgba(0,0,0,0.2);
}

.donation-form-wrap iframe {
  width: 100%;
  height: 640px;
  border: 0;
  display: block;
}

@media (max-width: 860px) {
  .donation-grid { grid-template-columns: 1fr; }
  .donation-form-wrap iframe { height: 520px; }
}

/* ==============================================
   MOBILE STYLES — max-width: 640px
   ============================================== */
@media (max-width: 640px) {

  /* ---------- HERO ---------- */
  .hero { height: 100svh; min-height: 520px; }
  .hero-content { padding: 0 20px 60px; }
  .hero h1 { font-size: clamp(32px, 8vw, 48px); }
  .hero p { font-size: 16px; margin-bottom: 24px; }
  .hero-actions { flex-direction: column; gap: 10px; }
  .hero-actions .btn-primary,
  .hero-actions .btn-ghost { width: 100%; justify-content: center; }

  /* ---------- STATS ---------- */
  .stats-inner { gap: 20px; padding: 28px 20px; }
  .stat-num { font-size: 28px; }

  /* ---------- SECTION PADDING ---------- */
  section { padding: 60px 0; }
  .wrap { padding: 0 20px; }

  /* ---------- BONGO CARD ---------- */
  .bongo-card {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 0;
    border-radius: 20px;
  }
  .bongo-photo {
    width: 100%;
    height: 260px;
    border-radius: 20px 20px 0 0;
  }
  .bongo-text { padding: 24px 22px 26px; }

  /* ---------- CAT CAROUSEL ---------- */
  .cat-card { flex: 0 0 260px; }
  .cat-photo { height: 260px; }
  .carousel-controls { flex-direction: column; align-items: flex-start; gap: 12px; }
  .carousel-arrows { order: 2; }

  /* ---------- LATEST ADOPTION ---------- */
  .latest-adoption-card {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 22px;
  }
  .latest-adoption-photo {
    width: 100%;
    height: 220px;
    border-radius: 12px;
  }
  .latest-adoption-counter {
    border-left: none;
    border-top: 1px solid rgba(98,52,146,0.12);
    padding-left: 0;
    padding-top: 18px;
    text-align: left;
    display: flex;
    align-items: center;
    gap: 16px;
  }
  .latest-adoption-num { font-size: 36px; }

  /* ---------- HOURS ---------- */
  .hours-grid { grid-template-columns: 1fr; gap: 40px; }
  .hours-row { font-size: 14px; }
  .hours-right { gap: 10px; }

  /* ---------- ADOPTION BANNER ---------- */
  .adoption-banner {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 32px 24px;
  }
  .adoption-banner h3 { font-size: 24px; }
  .adoption-stat-big { font-size: 48px; }

  /* ---------- MENU ---------- */
  .menu-new-grid { grid-template-columns: 1fr; }
  .menu-specialty-wide { padding: 24px 20px; }
  .specialty-full-grid { grid-template-columns: 1fr; gap: 0; }
  .menu-cat { padding: 24px 20px; }
  .dotm-banner {
    flex-direction: column;
    gap: 14px;
    padding: 20px;
  }
  .dotm-photo { width: 100%; height: 180px; }

  /* ---------- PRICING ---------- */
  .pricing-grid { grid-template-columns: repeat(2, 1fr); }

  /* ---------- SOCIAL GRID ---------- */
  .social-grid { grid-template-columns: repeat(2, 1fr); }
  .social-header { flex-direction: column; align-items: flex-start; gap: 8px; }

  /* ---------- PRESS / DOCUMENTARY ---------- */
  .documentary-wrap { grid-template-columns: 1fr; gap: 28px; }
  .press-grid { grid-template-columns: repeat(3, 1fr); gap: 10px; }

  /* ---------- DONATION ---------- */
  .donation-grid { grid-template-columns: 1fr; gap: 36px; }
  .donation-form-wrap iframe { height: 480px; }
  .donation-stats { gap: 20px; }

  /* ---------- NAV ---------- */
  .nav-inner { padding: 14px 20px; }
  .nav-cta { font-size: 12px; padding: 9px 16px; }

  /* ---------- FOOTER ---------- */
  .footer-grid { grid-template-columns: 1fr; gap: 28px; padding: 40px 20px 36px; }
  .footer-brand { grid-column: auto; }

}
