:root {
  --sunrise-ink: #1a2d3d;
  --sunrise-ink-soft: #4a6375;
  --sunrise-cream: #faf8f5;
  --sunrise-panel: rgba(255, 255, 255, 0.92);
  --sunrise-accent: #e85d26;
  --sunrise-accent-deep: #c44a18;
  --sunrise-gold: #f0b760;
  --sunrise-leaf: #2b8a6e;
  --sunrise-line: rgba(26, 45, 61, 0.09);
  --sunrise-shadow-sm: 0 2px 8px rgba(26, 45, 61, 0.06);
  --sunrise-shadow: 0 8px 30px rgba(26, 45, 61, 0.08);
  --sunrise-shadow-lg: 0 16px 48px rgba(26, 45, 61, 0.10);
  --sunrise-radius: 20px;
  --sunrise-radius-sm: 12px;
  --sunrise-radius-pill: 999px;
}

/* ── BASE ── */
body.sunrise-refresh-enabled {
  background: var(--sunrise-cream);
  color: var(--sunrise-ink);
  font-family: 'Manrope', sans-serif;
  -webkit-font-smoothing: antialiased;
}

body.sunrise-refresh-enabled .site-content-contain {
  background: transparent;
}

body.sunrise-refresh-enabled .custom-header,
body.sunrise-refresh-enabled .navigation-top,
body.sunrise-refresh-enabled #content,
body.sunrise-refresh-enabled .site-footer {
  position: relative;
  z-index: 1;
}

/* ── HEADER: remove old background image, clean modern look ── */
body.sunrise-refresh-enabled .custom-header {
  background: linear-gradient(135deg, #1a2d3d 0%, #243e52 50%, #1e3445 100%) !important;
  min-height: auto;
}

body.sunrise-refresh-enabled .custom-header-media,
body.sunrise-refresh-enabled .custom-header-media img,
body.sunrise-refresh-enabled .custom-header-media video {
  display: none !important;
}

body.sunrise-refresh-enabled .custom-header::after {
  content: none !important;
  display: none !important;
}

body.sunrise-refresh-enabled .wp-custom-header {
  display: none !important;
}

body.sunrise-refresh-enabled .site-branding {
  max-width: 960px;
  margin: 0 auto;
  padding: 1rem 1.5rem;
  background: none;
  border: none;
  border-radius: 0;
  backdrop-filter: none;
  box-shadow: none;
  text-align: center;
}

body.sunrise-refresh-enabled .site-branding-text {
  max-width: none;
}

body.sunrise-refresh-enabled .custom-logo-link,
body.sunrise-refresh-enabled .sunrise-brandmark {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  text-decoration: none;
}

body.sunrise-refresh-enabled .sunrise-brandmark img {
  width: clamp(120px, 18vw, 200px);
  height: auto;
  border-radius: 20px;
  filter: drop-shadow(0 6px 16px rgba(0, 0, 0, 0.2));
  transition: transform 300ms ease;
}

body.sunrise-refresh-enabled .sunrise-brandmark:hover img {
  transform: scale(1.04);
}

body.sunrise-refresh-enabled .site-title,
body.sunrise-refresh-enabled .site-description,
body.sunrise-refresh-enabled .site-title a {
  color: #fff;
}

body.sunrise-refresh-enabled .site-title {
  font-family: 'Fraunces', serif;
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  letter-spacing: -0.03em;
  text-transform: none;
  margin-top: 0.5rem;
}

body.sunrise-refresh-enabled .site-description {
  font-size: 0.95rem;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 0.25rem;
}

/* ── NAV ── */
body.sunrise-refresh-enabled .navigation-top {
  background: transparent;
  border: 0;
  margin-top: 0;
  padding: 0.75rem 0;
}

body.sunrise-refresh-enabled .navigation-top .wrap {
  max-width: 1080px;
  padding: 0 1.5rem;
}

body.sunrise-refresh-enabled .menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.65rem 0.9rem;
  margin: 0 auto;
  background: #fff;
  border: 1px solid var(--sunrise-line);
  border-radius: var(--sunrise-radius);
  box-shadow: var(--sunrise-shadow);
}

body.sunrise-refresh-enabled .menu > li {
  margin: 0;
}

body.sunrise-refresh-enabled .menu > li > a {
  border-radius: var(--sunrise-radius-sm);
  padding: 0.55rem 0.9rem;
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--sunrise-ink);
  transition: background 150ms ease, color 150ms ease;
}

body.sunrise-refresh-enabled .menu > li > a:hover,
body.sunrise-refresh-enabled .menu > li.current-menu-item > a {
  background: rgba(232, 93, 38, 0.08);
  color: var(--sunrise-accent-deep);
}

/* Donate CTA in nav */
body.sunrise-refresh-enabled .menu-item-35 > a {
  background: var(--sunrise-accent);
  color: #fff !important;
  border-radius: var(--sunrise-radius-sm);
  font-weight: 800;
}

body.sunrise-refresh-enabled .menu-item-35 > a:hover {
  background: var(--sunrise-accent-deep);
}

/* ══════════════════════════════════════════════════
   HERO — new balanced layout with logo + cat grid
   ══════════════════════════════════════════════════ */
.sunrise-home-hero {
  max-width: 1080px;
  margin: 0.75rem auto 0;
  padding: 0 1rem;
}

/* Top section: logo + intro side by side */
.sunrise-hero__top {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.5rem;
  align-items: center;
  padding: clamp(0.8rem, 2vw, 1.2rem);
  background: #fff;
  border: 1px solid var(--sunrise-line);
  border-radius: var(--sunrise-radius);
  box-shadow: var(--sunrise-shadow);
}

.sunrise-hero__logo-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

.sunrise-hero__logo {
  width: clamp(120px, 18vw, 200px);
  height: auto;
  border-radius: 16px;
  filter: drop-shadow(0 8px 20px rgba(0,0,0,0.08));
}

.sunrise-hero__intro h1 {
  margin: 0 0 0.3rem;
  color: var(--sunrise-ink);
  font-family: 'Fraunces', serif;
  font-size: clamp(1.6rem, 3.2vw, 2.6rem);
  letter-spacing: -0.03em;
  line-height: 1.1;
}

.sunrise-hero__intro > p {
  margin: 0 0 0.2rem;
  color: var(--sunrise-ink-soft);
  font-size: 1rem;
  line-height: 1.7;
  max-width: 540px;
}

.sunrise-home-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-top: 0.6rem;
}

.sunrise-home-hero__actions a,
body.sunrise-refresh-enabled button,
body.sunrise-refresh-enabled input[type='submit'],
body.sunrise-refresh-enabled .wp-block-button__link,
body.sunrise-refresh-enabled .post-edit-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding: 0.65rem 1rem;
  border: 0;
  border-radius: var(--sunrise-radius-sm);
  background: var(--sunrise-accent);
  color: #fff;
  font-weight: 700;
  font-size: 0.88rem;
  text-decoration: none;
  cursor: pointer;
  transition: background 150ms ease, transform 150ms ease;
}

.sunrise-home-hero__actions a:hover,
body.sunrise-refresh-enabled button:hover,
body.sunrise-refresh-enabled input[type='submit']:hover,
body.sunrise-refresh-enabled .wp-block-button__link:hover,
body.sunrise-refresh-enabled .post-edit-link:hover {
  background: var(--sunrise-accent-deep);
  transform: translateY(-1px);
}

.sunrise-home-hero__actions a.secondary {
  background: rgba(26, 45, 61, 0.06);
  color: var(--sunrise-ink);
}

.sunrise-home-hero__actions a.secondary:hover {
  background: rgba(26, 45, 61, 0.12);
}

/* Info cards — 3-column grid below the intro */
.sunrise-hero__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
  margin-top: 0.5rem;
}

.sunrise-info-card {
  padding: 0.6rem 0.7rem;
  background: #fff;
  border: 1px solid var(--sunrise-line);
  border-radius: var(--sunrise-radius-sm);
  box-shadow: var(--sunrise-shadow-sm);
  text-align: center;
}

.sunrise-info-card__icon {
  display: block;
  font-size: 1.3rem;
  margin-bottom: 0.2rem;
}

.sunrise-info-card strong {
  display: block;
  color: var(--sunrise-ink);
  font-size: 0.95rem;
  margin-bottom: 0.35rem;
}

.sunrise-info-card p {
  color: var(--sunrise-ink-soft);
  font-size: 0.82rem;
  line-height: 1.55;
  margin: 0;
}

/* Donate banner */
.sunrise-donate-banner {
  margin: 1.5rem 0 0.5rem;
  padding: 0 1rem;
}
.sunrise-donate-banner__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  background: linear-gradient(135deg, #fff3e0 0%, #ffe0b2 100%);
  border: 2px solid #f4a940;
  border-radius: 16px;
  padding: 1.5rem 2rem;
  max-width: 900px;
  margin: 0 auto;
}
.sunrise-donate-banner__text h3 {
  font-family: 'Fraunces', serif;
  font-size: 1.35rem;
  color: #b05e00;
  margin: 0 0 0.3rem;
}
.sunrise-donate-banner__text p {
  font-size: 0.95rem;
  color: #6d4c00;
  margin: 0;
  line-height: 1.5;
}
.sunrise-donate-banner__btn {
  display: inline-block;
  background: #2b8a3e;
  color: #fff !important;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 1rem;
  padding: 0.75rem 1.75rem;
  border-radius: 999px;
  text-decoration: none !important;
  white-space: nowrap;
  transition: background 0.2s, transform 0.15s;
  box-shadow: 0 2px 8px rgba(43,138,62,0.35);
}
.sunrise-donate-banner__btn:hover {
  background: #237a32;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(43,138,62,0.45);
}
@media (max-width: 600px) {
  .sunrise-donate-banner__inner {
    flex-direction: column;
    text-align: center;
    padding: 1.25rem 1.25rem;
  }
}

/* Cat preview grid — 6 cats in 2 rows of 3 */
.sunrise-hero__cats-preview {
  margin-top: 0.75rem;
}

.sunrise-hero__cats-heading {
  font-family: 'Fraunces', serif;
  font-size: clamp(1.2rem, 2.5vw, 1.6rem);
  color: var(--sunrise-ink);
  letter-spacing: -0.02em;
  margin: 0 0 0.4rem;
  text-align: center;
}

.sunrise-hero__cats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
}

.sunrise-cat-card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  background: #fff;
  border: 1px solid var(--sunrise-line);
  border-radius: var(--sunrise-radius-sm);
  overflow: hidden;
  box-shadow: var(--sunrise-shadow-sm);
  transition: box-shadow 200ms ease, transform 200ms ease;
}

.sunrise-cat-card:hover {
  box-shadow: var(--sunrise-shadow);
  transform: translateY(-3px);
}

.sunrise-cat-card__photos {
  position: relative;
  overflow: hidden;
}

.sunrise-gallery {
  position: relative;
  width: 100%;
  padding-bottom: 75%;
}

.sunrise-gallery__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 300ms ease;
}

.sunrise-gallery__img.active {
  opacity: 1;
}

.sunrise-gallery__prev,
.sunrise-gallery__next {
  position: absolute;
  top: 0.5rem;
  z-index: 2;
  padding: 0.3rem 0.6rem;
  border: 0;
  border-radius: 999px;
  background: var(--sunrise-accent);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0,0,0,0.18);
  transition: background 150ms ease;
}

.sunrise-gallery__prev:hover,
.sunrise-gallery__next:hover {
  background: var(--sunrise-accent-deep);
}

.sunrise-gallery__prev {
  left: 0.5rem;
}

.sunrise-gallery__next {
  right: 0.5rem;
}

.sunrise-gallery__dots {
  position: absolute;
  bottom: 0.5rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 0.3rem;
  z-index: 2;
}

.sunrise-gallery__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255,255,255,0.5);
  cursor: pointer;
  transition: background 200ms ease;
}

.sunrise-gallery__dot.active {
  background: #fff;
}

.sunrise-gallery__count {
  position: absolute;
  bottom: 0.5rem;
  right: 0.5rem;
  z-index: 2;
  padding: 0.15rem 0.45rem;
  border-radius: 999px;
  background: rgba(0,0,0,0.45);
  color: #fff;
  font-size: 0.68rem;
  font-weight: 700;
}

.sunrise-cat-card__img {
  width: 100%;
  height: 0;
  padding-bottom: 75%;
  background-size: cover;
  background-position: center;
  background-color: var(--sunrise-cream);
}

.sunrise-cat-card__body {
  padding: 1rem;
}

.sunrise-cat-card__kicker {
  margin: 0;
  text-transform: uppercase;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: var(--sunrise-ink-soft);
}

.sunrise-cat-card__name {
  margin: 0.15rem 0 0;
  font-family: 'Fraunces', serif;
  font-size: 1.6rem;
  color: var(--sunrise-ink);
  letter-spacing: -0.03em;
  line-height: 1.1;
}

.sunrise-cat-card__summary {
  margin: 0.25rem 0 0;
  font-size: 0.8rem;
  color: var(--sunrise-ink-soft);
  line-height: 1.5;
}

.sunrise-cat-card__desc {
  margin: 0.6rem 0 0;
  font-size: 0.85rem;
  color: var(--sunrise-ink-soft);
  line-height: 1.65;
}

.sunrise-cat-card__traits {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin-top: 0.6rem;
}

.sr-hero-chip {
  display: inline-flex;
  padding: 0.3rem 0.55rem;
  border-radius: 999px;
  background: rgba(43, 122, 103, 0.1);
  color: #2b7a67;
  font-size: 0.72rem;
  font-weight: 700;
}

.sr-hero-chip--special {
  background: rgba(234, 111, 45, 0.12);
  color: #c84d17;
}

.sunrise-cat-card__section {
  margin-top: 0.6rem;
  padding: 0.6rem;
  border-radius: 12px;
  background: rgba(23, 50, 72, 0.04);
  border: 1px solid rgba(23, 50, 72, 0.06);
}

.sunrise-cat-card__section h4 {
  margin: 0 0 0.4rem;
  font-family: 'Fraunces', serif;
  font-size: 0.9rem;
  color: var(--sunrise-ink);
}

.sunrise-cat-card__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.2rem 0;
  border-top: 1px solid rgba(23, 50, 72, 0.08);
  font-size: 0.8rem;
  color: var(--sunrise-ink-soft);
}

.sunrise-cat-card__row:first-of-type {
  border-top: 0;
  padding-top: 0;
}

.sr-hero-pill {
  display: inline-flex;
  padding: 0.15rem 0.55rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
}

.sr-hero-pill--yes {
  background: rgba(43, 138, 110, 0.15);
  color: #1d6b55;
}

.sr-hero-pill--no {
  background: rgba(23, 50, 72, 0.08);
  color: var(--sunrise-ink-soft);
}

.sr-hero-pill--unknown {
  background: rgba(234, 111, 45, 0.1);
  color: #c25a20;
}

.sunrise-cat-card__actions {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  margin-top: 0.75rem;
}

.sunrise-cat-card__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.65rem 1rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #ea6f2d, #f5bf68);
  color: #fff !important;
  font-size: 0.85rem;
  font-weight: 800;
  text-decoration: none !important;
  box-shadow: 0 10px 24px rgba(234, 111, 45, 0.2);
  transition: transform 180ms ease;
}

.sunrise-cat-card__cta:hover {
  transform: translateY(-2px);
}

.sunrise-cat-card__secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.55rem 1rem;
  border-radius: 999px;
  background: rgba(23, 50, 72, 0.06);
  color: var(--sunrise-ink) !important;
  font-size: 0.82rem;
  font-weight: 700;
  text-decoration: none !important;
  transition: background 150ms ease;
}

.sunrise-cat-card__secondary:hover {
  background: rgba(23, 50, 72, 0.12);
}

.sunrise-cat-card__info {
  padding: 0.4rem 0.6rem;
}

.sunrise-cat-card__info strong {
  display: block;
  color: var(--sunrise-ink);
  font-size: 0.95rem;
}

.sunrise-cat-card__info span {
  display: block;
  color: var(--sunrise-ink-soft);
  font-size: 0.78rem;
  margin-top: 0.15rem;
}

/* WordPress content absorbed into hero */
.sunrise-hero__wp-content {
  margin-top: 0.75rem;
}

.sunrise-hero__wp-content article {
  background: #fff;
  border: 1px solid var(--sunrise-line);
  border-radius: var(--sunrise-radius);
  box-shadow: var(--sunrise-shadow-sm);
  padding: 0.6rem 0.8rem;
  margin-bottom: 0.5rem;
  overflow: hidden;
  text-align: center;
}

.sunrise-hero__wp-content article .entry-header {
  float: none !important;
  width: 100% !important;
  padding: 0 0 0.5rem;
}

.sunrise-hero__wp-content article .entry-content {
  float: none !important;
  width: 100% !important;
}

.sunrise-hero__wp-content article .entry-title {
  font-family: 'Fraunces', serif;
  color: var(--sunrise-ink);
  font-size: clamp(1.2rem, 2.5vw, 1.6rem);
  letter-spacing: -0.02em;
}

.sunrise-hero__wp-content article .entry-title a {
  color: var(--sunrise-accent-deep);
  text-decoration: none;
}

.sunrise-hero__wp-content article .entry-content p {
  color: var(--sunrise-ink-soft);
  line-height: 1.75;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.sunrise-hero__wp-content .navigation.pagination {
  text-align: center;
  margin-top: 1rem;
}

/* ── MAIN CONTENT ── */
body.sunrise-refresh-enabled .site-content,
body.sunrise-refresh-enabled .wrap {
  max-width: 1080px;
}

/* Override Twenty Seventeen's float-based sidebar layout */
body.sunrise-refresh-enabled.has-sidebar #secondary,
body.sunrise-refresh-enabled .has-sidebar #secondary {
  float: none !important;
  width: 100% !important;
  max-width: 1080px;
  margin: 0 auto;
}

/* Kill ALL Twenty Seventeen float layouts — homepage, sub pages, page-two-column */
body.sunrise-refresh-enabled .page-header,
body.sunrise-refresh-enabled .content-area,
body.sunrise-refresh-enabled #primary,
body.sunrise-refresh-enabled #primary .page-header,
body.sunrise-refresh-enabled #primary .entry-header,
body.sunrise-refresh-enabled #primary article,
body.sunrise-refresh-enabled #primary .entry-content,
body.sunrise-refresh-enabled #primary .page-content,
body.sunrise-refresh-enabled #comments,
body.sunrise-refresh-enabled.page-two-column #primary .entry-header,
body.sunrise-refresh-enabled.page-two-column #primary .entry-content,
body.sunrise-refresh-enabled.page-two-column #primary .entry-summary,
body.sunrise-refresh-enabled.page-two-column #comments {
  float: none !important;
  width: 100% !important;
}

/* Force #primary full width on every page type */
body.sunrise-refresh-enabled #primary {
  float: none !important;
  width: 100% !important;
  max-width: 1080px;
  margin: 0 auto;
}

/* Force #secondary full width or hidden */
body.sunrise-refresh-enabled #secondary {
  float: none !important;
  width: 100% !important;
}

/* Hide the sidebar entirely on the homepage — hero section replaces it */
body.sunrise-refresh-enabled.home #secondary {
  display: none;
}

/* Center all content on homepage below hero */
body.sunrise-refresh-enabled.home #primary {
  max-width: 1080px;
  margin: 0 auto;
}

body.sunrise-refresh-enabled.home .page-header {
  text-align: center;
}

body.sunrise-refresh-enabled.home .site-main > article {
  max-width: 1080px;
  margin: 0 auto;
  text-align: center;
}

body.sunrise-refresh-enabled.home .entry-header {
  text-align: center;
}

body.sunrise-refresh-enabled.home .entry-content {
  text-align: center;
}

body.sunrise-refresh-enabled .site-main {
  display: grid;
  gap: 0.5rem;
}

body.sunrise-refresh-enabled .site-main > article,
body.sunrise-refresh-enabled .page .entry-content,
body.sunrise-refresh-enabled .page .entry-header,
body.sunrise-refresh-enabled .widget-area {
  background: #fff;
  border: 1px solid var(--sunrise-line);
  border-radius: var(--sunrise-radius);
  box-shadow: var(--sunrise-shadow-sm);
}

body.sunrise-refresh-enabled .site-main > article {
  overflow: hidden;
}

body.sunrise-refresh-enabled .entry-header,
body.sunrise-refresh-enabled .entry-content,
body.sunrise-refresh-enabled .widget-area {
  padding: clamp(0.5rem, 1.5vw, 0.8rem);
}

body.sunrise-refresh-enabled .entry-title,
body.sunrise-refresh-enabled h1,
body.sunrise-refresh-enabled h2,
body.sunrise-refresh-enabled h3,
body.sunrise-refresh-enabled h4 {
  color: var(--sunrise-ink);
  font-family: 'Fraunces', serif;
  letter-spacing: -0.02em;
}

body.sunrise-refresh-enabled .entry-title a,
body.sunrise-refresh-enabled .entry-content a,
body.sunrise-refresh-enabled .widget a,
body.sunrise-refresh-enabled .site-info a {
  color: var(--sunrise-accent-deep);
}

body.sunrise-refresh-enabled .entry-content p,
body.sunrise-refresh-enabled .entry-content li,
body.sunrise-refresh-enabled .widget p,
body.sunrise-refresh-enabled .widget li {
  color: var(--sunrise-ink-soft);
  line-height: 1.75;
}

body.sunrise-refresh-enabled .widget-area {
  float: none !important;
  width: 100% !important;
  margin-top: 0;
}

body.sunrise-refresh-enabled .widget {
  margin-bottom: 0;
}

body.sunrise-refresh-enabled .widget_search,
body.sunrise-refresh-enabled .widget_recent_entries,
body.sunrise-refresh-enabled .widget_recent_comments,
body.sunrise-refresh-enabled .widget_archive,
body.sunrise-refresh-enabled .widget_categories,
body.sunrise-refresh-enabled .widget_meta {
  display: none;
}

body.sunrise-refresh-enabled .custom-html-widget,
body.sunrise-refresh-enabled .widget_custom_html {
  border-radius: var(--sunrise-radius-sm);
}

/* ── FORMS ── */
body.sunrise-refresh-enabled input[type='text'],
body.sunrise-refresh-enabled input[type='email'],
body.sunrise-refresh-enabled input[type='tel'],
body.sunrise-refresh-enabled input[type='url'],
body.sunrise-refresh-enabled input[type='number'],
body.sunrise-refresh-enabled textarea,
body.sunrise-refresh-enabled select,
body.sunrise-refresh-enabled .wpforms-field input,
body.sunrise-refresh-enabled .wpforms-field textarea,
body.sunrise-refresh-enabled .wpforms-field select {
  width: 100%;
  padding: 0.65rem 0.85rem;
  border: 1px solid rgba(26, 45, 61, 0.14);
  border-radius: var(--sunrise-radius-sm);
  background: #fff;
  font-size: 0.92rem;
  transition: border-color 150ms ease;
}

body.sunrise-refresh-enabled input:focus,
body.sunrise-refresh-enabled textarea:focus,
body.sunrise-refresh-enabled select:focus {
  border-color: var(--sunrise-accent);
  outline: none;
  box-shadow: 0 0 0 3px rgba(232, 93, 38, 0.08);
}

body.sunrise-refresh-enabled .wpforms-container {
  margin: 0;
}

body.sunrise-refresh-enabled .wpforms-field-label {
  color: var(--sunrise-ink);
  font-weight: 700;
  font-size: 0.88rem;
}

body.sunrise-refresh-enabled .wpforms-submit-container {
  padding-top: 0.5rem;
}

/* ── FOOTER ── */
body.sunrise-refresh-enabled .site-footer {
  margin-top: 1rem;
  background: transparent;
}

body.sunrise-refresh-enabled .site-footer .wrap {
  padding: 0 1.5rem 2rem;
}

body.sunrise-refresh-enabled .site-info {
  padding: 1.2rem 1.4rem;
  background: var(--sunrise-ink);
  border-radius: var(--sunrise-radius);
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.85rem;
}

body.sunrise-refresh-enabled .site-info a {
  color: var(--sunrise-gold) !important;
}

.sunrise-footer-brand {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin-bottom: 0.6rem;
}

.sunrise-footer-brand img {
  width: 56px;
  height: auto;
}

.sunrise-footer-brand strong {
  display: block;
  color: #fff;
  font-family: 'Fraunces', serif;
  font-size: 1.05rem;
}

.sunrise-footer-brand span {
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.82rem;
}

/* Pet card container */
body.sunrise-refresh-enabled #sr-container {
  margin-top: 0.5rem;
}

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  .sunrise-hero__top {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .sunrise-hero__intro > p {
    max-width: none;
  }

  .sunrise-home-hero__actions {
    justify-content: center;
  }

  .sunrise-hero__cards {
    grid-template-columns: 1fr;
  }

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

  body.sunrise-refresh-enabled .menu {
    border-radius: var(--sunrise-radius);
  }
}

@media (max-width: 640px) {
  .sunrise-home-hero {
    margin-top: 1rem;
  }

  .sunrise-hero__logo {
    width: 120px;
  }

  .sunrise-hero__cats-grid {
    grid-template-columns: 1fr;
    gap: 0.6rem;
  }

  body.sunrise-refresh-enabled .menu {
    flex-direction: column;
    border-radius: var(--sunrise-radius-sm);
  }

  body.sunrise-refresh-enabled .menu > li > a {
    width: 100%;
    text-align: center;
  }

  body.sunrise-refresh-enabled .site-branding {
    padding: 1.5rem 1rem;
  }
}
