:root {
  --ivory: #fff8ee;
  --cream: #f7ecdf;
  --mauve: #8b7483;
  --mauve-dark: #5d4759;
  --sage: #c4a8a3;
  --sage-dark: #8b7483;
  --emerald: #8b7483;
  --gold: #b88657;
  --ink: #35271f;
  --muted: #7a675c;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Manrope, system-ui, sans-serif;
  color: var(--ink);
  background: linear-gradient(180deg, #c4aaa2 0%, #b89890 15%, #a8877f 35%, #b89890 55%, #c4aaa2 75%, #a8877f 100%);
  overflow-x: hidden;
}

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

.texture {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.12;
  background-image: radial-gradient(rgba(255, 220, 190, 0.06) 1px, transparent 1px);
  background-size: 18px 18px;
  mask-image: linear-gradient(#000, transparent 85%);
}

/* HEADER */
.site-header {
  position: fixed;
  z-index: 20;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: min(1120px, calc(100% - 28px));
  height: 74px;
  border: 1px solid rgba(255, 220, 190, 0.15);
  border-radius: 999px;
  background: rgba(160, 130, 122, 0.85);
  backdrop-filter: blur(18px);
  box-shadow: 0 18px 50px rgba(74, 49, 32, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 26px;
}

.desktop-nav {
  display: flex;
  gap: 26px;
  align-items: center;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 12px;
  color: #f0e5df;
}

/* Prevent left nav from sliding under the centered logo badge */
.desktop-nav-left {
  max-width: calc(50% - 128px);
  flex-shrink: 0;
}
.desktop-nav-right {
  max-width: calc(50% - 128px);
  flex-shrink: 0;
}

.nav-button {
  padding: 12px 18px;
  border-radius: 999px;
  background: var(--mauve);
  color: white;
}

.menu-button {
  display: none;
  border: 0;
  background: transparent;
  font-size: 25px;
  color: #f0e5df;
  cursor: pointer;
}

/* ===== MOBILE MENU OVERLAY ===== */
.mobile-menu-overlay {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 200;
  align-items: flex-start;
  justify-content: center;
}
.mobile-menu-overlay.open {
  display: flex;
}
.mobile-menu-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(30, 18, 14, 0.75);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.mobile-menu-panel {
  position: relative;
  z-index: 1;
  margin-top: 90px;
  width: calc(100% - 32px);
  max-width: 420px;
  background: radial-gradient(circle at top, #8b7483, #4a3545);
  border: 1px solid rgba(255, 220, 190, 0.15);
  border-radius: 28px;
  padding: 28px 24px 32px;
  box-shadow: 0 30px 80px rgba(20, 10, 8, 0.45);
}
.mobile-menu-close {
  position: absolute;
  top: 14px;
  right: 18px;
  background: none;
  border: none;
  font-size: 28px;
  color: rgba(255,255,255,0.6);
  cursor: pointer;
  line-height: 1;
  padding: 4px 8px;
}
.mobile-menu-links {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 10px;
}
.mobile-menu-links a {
  display: block;
  padding: 14px 18px;
  border-radius: 16px;
  color: rgba(255,255,255,0.85);
  font-family: Manrope, system-ui, sans-serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: background 0.2s;
  text-decoration: none;
}
.mobile-menu-links a:hover,
.mobile-menu-links a:active {
  background: rgba(255,255,255,0.1);
}
.mobile-menu-links .mobile-apply-btn {
  margin-top: 10px;
  background: rgba(255,255,255,0.15);
  border: 1px solid rgba(255,220,190,0.25);
  text-align: center;
  border-radius: 999px;
  padding: 16px 18px;
}

/* ===== BADGE ===== */
.hanging-badge {
  position: fixed;
  z-index: 25;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 232px;
  height: 280px;
  background: #efe4d6;
  border-radius: 0 0 124px 124px;
  box-shadow: 
    0 30px 70px rgba(30, 22, 15, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.42),
    inset 0 -16px 38px rgba(178, 140, 94, 0.10);
  display: block;
  overflow: visible;
}

.hanging-badge::before {
  content: "";
  position: absolute;
  inset: 11px;
  border-radius: 0 0 106px 106px;
  border: 2px solid transparent;
  background: 
    linear-gradient(#efe4d6, #efe4d6) padding-box,
    linear-gradient(145deg, #f4e5c8 0%, #c8a064 32%, #fff3d4 52%, #9d7246 100%) border-box;
  z-index: 1;
  pointer-events: none;
}

.hanging-badge::after {
  content: "";
  position: absolute;
  inset: 19px;
  border-radius: 0 0 94px 94px;
  border: 1px solid rgba(190, 150, 92, 0.46);
  z-index: 1;
  pointer-events: none;
}

.hanging-badge img {
  position: absolute;
  left: 50%;
  top: 35px;
  transform: translateX(-50%);
  width: 180px;
  height: auto;
  display: block;
  opacity: 1;
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  z-index: 2;
}

/* EARS CORNER */
.cat-ears-corner {
  position: fixed;
  bottom: -10px;
  right: -10px;
  z-index: 30;
  pointer-events: none;
  transition: transform 0.3s ease;
}

.cat-ears-corner img {
  display: block;
  width: 450px;
  height: auto;
}

main {
  width: min(1440px, 100%);
  margin: auto;
}

/* HERO */
.hero {
  position: relative;
  min-height: 820px;
  padding: 310px 7vw 90px;
  display: grid;
  grid-template-columns: 1.03fr 0.97fr;
  gap: 72px;
  align-items: center;
  position: relative;
}

.hero:before {
  content: "";
  position: absolute;
  right: -11vw;
  top: 140px;
  width: 52vw;
  height: 52vw;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(167, 182, 155, 0.44), transparent 68%);
  z-index: -1;
}

.eyebrow {
  margin: 0 0 18px;
  text-transform: uppercase;
  letter-spacing: 0.26em;
  font-weight: 800;
  font-size: 12px;
  color: var(--emerald);
}

h1, h2, h3 {
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
}

h1 {
  margin: 0;
  font-size: clamp(58px, 7.4vw, 112px);
  line-height: 0.88;
  letter-spacing: -0.055em;
  color: #faf2ed;
  max-width: 820px;
}

.lead {
  font-size: 19px;
  line-height: 1.85;
  color: #e0cdc5;
  max-width: 620px;
  margin: 30px 0 34px;
}

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

.btn {
  min-height: 54px;
  padding: 0 25px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
}

.btn-primary {
  background: linear-gradient(135deg, #8b7483, #6d5769);
  color: white;
  box-shadow: 0 18px 42px rgba(109, 87, 105, 0.3);
}

.btn-secondary {
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 220, 190, 0.2);
  color: #f5ebe5;
}

.hero-art {
  position: relative;
  min-height: 610px;
  display: grid;
  place-items: center;
}

.photo-frame {
  width: min(560px, 92vw);
  aspect-ratio: 0.86;
  border-radius: 280px 280px 42px 42px;
  padding: 18px;
  background: linear-gradient(145deg, #fff8ea, #c69a6a 46%, #fff0d4 57%, #87644a);
  box-shadow: 0 40px 110px rgba(76, 50, 32, 0.22);
}

.photo-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 250px 250px 28px 28px;
  display: block;
  filter: saturate(0.9) contrast(1.02);
}

.floating-card {
  position: absolute;
  background: rgba(180, 150, 140, 0.8);
  border: 1px solid rgba(255, 220, 190, 0.15);
  border-radius: 24px;
  padding: 18px 22px;
  box-shadow: 0 20px 55px rgba(74, 49, 32, 0.12);
}

.floating-card span {
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 11px;
  color: var(--sage-dark);
  font-weight: 800;
}

.floating-card strong {
  font-family: "Cormorant Garamond", serif;
  font-size: 34px;
  color: #faf2ed;
}

.top-card {
  left: 0;
  top: 70px;
}

.bottom-card {
  right: -8px;
  bottom: 66px;
}

.stats {
  width: min(1100px, calc(100% - 32px));
  margin: -20px auto 80px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-radius: 34px;
  background: rgba(160, 130, 122, 0.55);
  border: 1px solid rgba(255, 220, 190, 0.12);
  box-shadow: 0 25px 70px rgba(74, 49, 32, 0.08);
}

.stats div {
  padding: 27px 32px;
  border-right: 1px solid rgba(255, 220, 190, 0.1);
}

.stats div:last-child {
  border-right: none;
}

.stats span {
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 11px;
  color: var(--sage-dark);
  font-weight: 800;
  margin-bottom: 6px;
}

.stats strong {
  font-family: "Cormorant Garamond", serif;
  font-size: 29px;
  color: #faf2ed;
}

.split-section {
  padding: 95px 7vw;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 44px;
  align-items: start;
}

.split-section > * {
  min-width: 0;
}

.section-title h2, .care-panel h2, .contact-panel h2 {
  font-size: clamp(42px, 5.5vw, 78px);
  line-height: 0.98;
  margin: 0;
  color: #faf2ed;
  letter-spacing: -0.035em;
}

.story-card {
  word-wrap: break-word;
  overflow-wrap: break-word;
  padding: 40px 38px;
  border-radius: 38px;
  background: linear-gradient(145deg, rgba(180, 150, 140, 0.65), rgba(160, 130, 122, 0.55));
  border: 1px solid rgba(255, 220, 190, 0.12);
  box-shadow: 0 32px 90px rgba(40, 25, 18, 0.18);
}

.story-card p {
  font-size: 16px;
  line-height: 1.8;
  color: #edddd5;
  margin: 0 0 18px;
}

.story-card p:last-child {
  margin-bottom: 0;
}

.kittens-section {
  padding: 90px 7vw;
}

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

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

.kitten-card {
  min-height: 500px;
  border-radius: 38px;
  padding: 16px;
  background: rgba(160, 130, 122, 0.85);
  border: 1px solid rgba(255, 220, 190, 0.12);
  box-shadow: 0 24px 68px rgba(74, 49, 32, 0.08);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.kitten-card img, .soft-placeholder {
  height: 305px;
  border-radius: 28px;
  object-fit: cover;
  width: 100%;
  background: linear-gradient(135deg, #ead0bd, var(--mauve));
}

.soft-placeholder:after {
  content: "photo area";
  height: 100%;
  display: grid;
  place-items: center;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.72);
}

.emerald-bg {
  background: linear-gradient(135deg, var(--sage), var(--emerald));
}

.kitten-card div:last-child {
  padding: 20px 8px 6px;
}

.pill {
  display: inline-flex;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(139, 116, 131, 0.2);
  color: var(--emerald);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

.kitten-card h3 {
  font-size: 36px;
  margin: 13px 0 7px;
  color: #faf2ed;
}

.kitten-card p {
  color: #e0cdc5;
  line-height: 1.65;
  margin: 0;
}

.care-panel, .contact-panel { 
  position: relative;
  width: min(1100px, calc(100% - 32px));
  margin: 70px auto;
  padding: 58px;
  border-radius: 42px;
  border: 1px solid rgba(255, 220, 190, 0.12);
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 35px;
  align-items: center;
  background: linear-gradient(135deg, rgba(180, 150, 140, 0.65), rgba(160, 130, 122, 0.55));
  box-shadow: 0 26px 78px rgba(74, 49, 32, 0.08);
}

.care-panel p, .contact-panel p {
  font-size: 18px;
  line-height: 1.8;
  color: #edddd5;
}

.contact-panel { 
  position: relative;
  display: block;
  text-align: center;
  background: radial-gradient(circle at top, #8b7483, #4a3545);
  color: white;
  margin-bottom: 90px;
}

.contact-panel h2, .contact-panel p, .contact-panel .eyebrow {
  color: white;
}

.btn-light {
  background: var(--ivory);
  color: var(--emerald);
  margin-top: 12px;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ===== FOOTER ===== */
.site-footer {
  background: radial-gradient(circle at top, #8b7483, #4a3545);
  padding: 60px 7vw 30px;
  color: rgba(255,255,255,0.75);
  margin-top: 40px;
}
.site-footer-inner {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 40px;
  max-width: 1100px;
  margin: 0 auto;
  align-items: start;
}
.site-footer h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 32px;
  color: rgba(255,255,255,0.9);
  margin: 0 0 16px;
  font-weight: 600;
}
.site-footer p {
  font-size: 14px;
  line-height: 1.8;
  max-width: 280px;
  opacity: 0.6;
  margin: 0;
}
.site-footer h4 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  color: rgba(255,255,255,0.9);
  margin: 0 0 16px;
}
.site-footer-links a {
  display: block;
  font-size: 13px;
  margin-bottom: 10px;
  opacity: 0.6;
  color: rgba(255,255,255,0.75);
  text-decoration: none;
  transition: opacity 0.2s;
}
.site-footer-links a:hover {
  opacity: 1;
}
.site-footer-bottom {
  max-width: 1100px;
  margin: 40px auto 0;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,0.08);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  opacity: 0.4;
  flex-wrap: wrap;
  gap: 8px;
}
.site-footer-bottom a {
  opacity: 0.8;
  color: inherit;
}

/* Tablet */
@media (max-width: 1050px) {
  .hanging-badge {
    width: 190px;
    height: 240px;
    border-radius: 0 0 102px 102px;
  }

  .hanging-badge::before {
    inset: 10px;
    border-radius: 0 0 88px 88px;
  }

  .hanging-badge::after {
    inset: 17px;
    border-radius: 0 0 78px 78px;
  }

  .hanging-badge img {
    width: 145px;
    top: 28px;
  }

  .cat-ears-corner img {
    width: 350px;
  }

  .hero {
    position: relative;
    grid-template-columns: 1fr;
    padding-top: 270px;
  }

  .top-card {
    left: 20px;
  }

  .bottom-card {
    right: 20px;
  }
}

/* Mobile */
@media (max-width: 760px) {
  .site-header {
    top: 12px;
    height: 66px;
    padding: 0 18px;
    width: calc(100% - 20px);
    justify-content: flex-end;
  }

  .desktop-nav {
    display: none;
  }

  .menu-button {
    display: block;
  }

  .hanging-badge {
    width: 136px;
    height: 180px;
    border-radius: 0 0 74px 74px;
  }

  .hanging-badge::before {
    inset: 8px;
    border-radius: 0 0 62px 62px;
    border-width: 1.5px;
  }

  .hanging-badge::after {
    inset: 13px;
    border-radius: 0 0 54px 54px;
  }

  .hanging-badge img {
    width: 105px;
    top: 20px;
  }

  .cat-ears-corner img {
    width: 250px;
  }

  .hero {
    position: relative;
    min-height: auto;
    padding: 220px 22px 55px;
    gap: 34px;
  }

  .hero:before {
    top: 100px;
    width: 80vw;
    height: 80vw;
  }

  .hero h1 {
    font-size: 52px;
  }

  .lead {
    font-size: 17px;
    margin: 24px 0 28px;
  }

  .actions {
    flex-direction: column;
    gap: 12px;
  }

  .btn {
    width: 100%;
    min-height: 58px;
  }

  .hero-art {
    min-height: auto;
  }

  .photo-frame {
    width: 100%;
    padding: 12px;
    border-radius: 190px 190px 30px 30px;
  }

  .photo-frame img {
    border-radius: 170px 170px 20px 20px;
  }

  .floating-card {
    display: none;
  }

  .stats {
    margin: 0 auto 60px;
    grid-template-columns: 1fr;
  }

  .stats div {
    border-right: none;
    border-bottom: 1px solid rgba(255, 220, 190, 0.1);
    padding: 22px 28px;
  }

  .stats div:last-child {
    border-bottom: none;
  }

  .split-section {
    padding: 62px 22px;
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .story-card {
    word-wrap: break-word;
    overflow-wrap: break-word;
    padding: 32px 28px;
  }

  .story-card p {
    font-size: 17px;
    margin: 0 0 16px;
  }

  .kittens-section {
    padding: 62px 22px;
  }

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

  .kitten-card {
    min-height: auto;
    padding: 14px;
  }

  .kitten-card img, .soft-placeholder {
    height: 280px;
  }

  .care-panel {
    grid-template-columns: 1fr;
    padding: 38px 28px;
    margin: 50px auto;
  }

  .contact-panel { 
    position: relative;
    padding: 42px 28px;
    margin: 50px auto 70px;
  }

  .section-title h2, .care-panel h2, .contact-panel h2 {
    font-size: 38px;
    line-height: 1.05;
  }

  .care-panel p, .contact-panel p {
    font-size: 17px;
  }

  /* Footer mobile */
  .site-footer-inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .site-footer-bottom {
    justify-content: center;
    text-align: center;
  }
}

/* Extra small mobile */
@media (max-width: 400px) {
  .hero h1 {
    font-size: 44px;
  }

  .hanging-badge {
    width: 120px;
    height: 160px;
  }

  .hanging-badge img {
    width: 92px;
    top: 18px;
  }

  .cat-ears-corner img {
    width: 200px;
  }
}

/* ===== CAT PAW PRINTS BACKGROUND ===== */
.texture {
  opacity: 0.04 !important;
  background-image: none !important;
  background-size: auto !important;
  mask-image: none !important;
}

.texture::before {
  content: "";
  position: fixed;
  inset: 0;
  background-image: 
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80' viewBox='0 0 80 80'%3E%3Cg fill='%23c4a8a3' opacity='0.35'%3E%3Cellipse cx='40' cy='48' rx='10' ry='12'/%3E%3Ccircle cx='28' cy='34' r='5.5'/%3E%3Ccircle cx='52' cy='34' r='5.5'/%3E%3Ccircle cx='22' cy='44' r='4.5'/%3E%3Ccircle cx='58' cy='44' r='4.5'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 140px 140px;
  pointer-events: none;
}

/* ===== CAT MODAL ===== */
.cat-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 100;
  align-items: center;
  justify-content: center;
}
.cat-modal.active {
  display: flex;
}
.cat-modal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(30, 20, 18, 0.7);
  backdrop-filter: blur(8px);
}
.cat-modal-content {
  position: relative;
  width: min(960px, calc(100% - 32px));
  max-height: 90vh;
  overflow-y: auto;
  background: linear-gradient(145deg, rgba(180, 150, 140, 0.95), rgba(160, 130, 122, 0.92));
  border: 1px solid rgba(255, 220, 190, 0.15);
  border-radius: 38px;
  padding: 32px;
  box-shadow: 0 40px 100px rgba(20, 10, 8, 0.4);
}
.cat-modal-close {
  position: absolute;
  top: 16px;
  right: 20px;
  background: none;
  border: none;
  font-size: 32px;
  color: #f0e5df;
  cursor: pointer;
  z-index: 2;
  line-height: 1;
}
.cat-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-bottom: 28px;
}
.cat-gallery img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 20px;
  transition: transform 0.3s;
}
.cat-gallery img:hover {
  transform: scale(1.03);
}
.cat-info {
  padding: 0 8px;
}
.cat-info h2 {
  font-size: clamp(42px, 5vw, 64px);
  margin: 0 0 20px;
}
.cat-details {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-bottom: 24px;
}
.cat-details div {
  padding: 16px 20px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 220, 190, 0.1);
  border-radius: 16px;
}
.cat-details span {
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 11px;
  color: #c4a8a3;
  font-weight: 800;
  margin-bottom: 4px;
}
.cat-details strong {
  font-family: "Cormorant Garamond", serif;
  font-size: 22px;
  color: #faf2ed;
}
.cat-bio {
  font-size: 18px;
  line-height: 1.85;
  color: #edddd5;
}

/* Kitten card clickable */
.kitten-card[onclick] {
  cursor: pointer;
  transition: transform 0.3s, box-shadow 0.3s;
}
.kitten-card[onclick]:hover {
  transform: translateY(-4px);
  box-shadow: 0 30px 80px rgba(20, 10, 8, 0.18);
}

@media (max-width: 760px) {
  .cat-modal-content {
    padding: 22px 18px;
    border-radius: 28px;
  }
  .cat-gallery {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
  .cat-details {
    grid-template-columns: 1fr;
  }
  .cat-bio {
    font-size: 16px;
  }
}

/* ===== CONTACT FORM ===== */
.contact-form {
  margin-top: 28px;
  text-align: left;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.form-group {
  margin-bottom: 16px;
}
.form-group label {
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 11px;
  font-weight: 700;
  color: rgba(255,255,255,0.6);
  margin-bottom: 6px;
}
.form-group input,
.form-group textarea {
  width: 100%;
  padding: 14px 18px;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,0.15);
  background: rgba(255,255,255,0.08);
  color: white;
  font-family: Manrope, system-ui, sans-serif;
  font-size: 15px;
  outline: none;
  transition: border-color 0.3s, box-shadow 0.3s;
}
.form-group input:focus,
.form-group textarea:focus {
  border-color: rgba(255,255,255,0.35);
  box-shadow: 0 0 0 3px rgba(255,255,255,0.06);
}
.form-group input::placeholder,
.form-group textarea::placeholder {
  color: rgba(255,255,255,0.3);
}
.contact-form .btn-light {
  width: 100%;
  margin-top: 8px;
}

@media (max-width: 760px) {
  .form-row { grid-template-columns: 1fr; }
}

/* ===== FLOATING EARS TRIGGER ===== */
.ears-trigger {
  position: fixed;
  bottom: -40px;
  right: 0;
  z-index: 50;
  cursor: pointer;
  transition: transform 0.3s;
  animation: earBounce 3s ease-in-out infinite;
}
.ears-trigger:hover {
  animation: none;
  transform: translateY(-8px);
}
.ears-trigger img {
  width: 280px;
  height: auto;
  filter: drop-shadow(0 4px 20px rgba(30,18,12,0.25));
}

@keyframes earBounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

/* ===== EARS POPUP FORM ===== */
.ears-form-modal { 
  display: none;
  position: fixed;
  inset: 0;
  z-index: 100;
  align-items: center;
  justify-content: center;
}
.ears-form-modal.active { display: flex !important; }
.ears-form-overlay {
  position: absolute;
  inset: 0;
  background: rgba(30, 20, 18, 0.65);
  backdrop-filter: blur(6px);
}
.ears-form-content {
  position: relative;
  width: min(520px, calc(100% - 32px));
  max-height: 90vh;
  overflow-y: auto;
  background: radial-gradient(circle at top, #8b7483, #4a3545);
  border-radius: 38px;
  padding: 42px 36px;
  box-shadow: 0 40px 100px rgba(20, 10, 8, 0.45);
  text-align: left;
}
.ears-form-close {
  position: absolute;
  top: 16px;
  right: 22px;
  background: none;
  border: none;
  font-size: 30px;
  color: rgba(255,255,255,0.6);
  cursor: pointer;
}
@media (max-width: 760px) {
  .ears-form-content { padding: 28px 22px; border-radius: 28px; }
}

/* ===== HERO PAW PRINTS ===== */
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  opacity: 0.15;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60' viewBox='0 0 60 60'%3E%3Cg fill='%23b0a09a'%3E%3Cellipse cx='30' cy='36' rx='8' ry='10'/%3E%3Ccircle cx='20' cy='24' r='4.5'/%3E%3Ccircle cx='40' cy='24' r='4.5'/%3E%3Ccircle cx='15' cy='33' r='3.5'/%3E%3Ccircle cx='45' cy='33' r='3.5'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 100px 100px;
  background-repeat: repeat;
}

/* ===== CONTACT PANEL PAW PRINTS ===== */
.contact-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  border-radius: 42px;
  opacity: 0.09;
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='44' viewBox='0 0 44 44'%3E%3Cg fill='%23e0d0cc' transform='rotate(35 22 22)'%3E%3Cellipse cx='22' cy='28' rx='7' ry='8.5'/%3E%3Ccircle cx='14' cy='18' r='4'/%3E%3Ccircle cx='30' cy='18' r='4'/%3E%3Ccircle cx='10' cy='26' r='3.2'/%3E%3Ccircle cx='34' cy='26' r='3.2'/%3E%3C/g%3E%3C/svg%3E"),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='44' viewBox='0 0 44 44'%3E%3Cg fill='%23e0d0cc' transform='rotate(-20 22 22)'%3E%3Cellipse cx='22' cy='28' rx='7' ry='8.5'/%3E%3Ccircle cx='14' cy='18' r='4'/%3E%3Ccircle cx='30' cy='18' r='4'/%3E%3Ccircle cx='10' cy='26' r='3.2'/%3E%3Ccircle cx='34' cy='26' r='3.2'/%3E%3C/g%3E%3C/svg%3E"),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='44' viewBox='0 0 44 44'%3E%3Cg fill='%23e0d0cc' transform='rotate(10 22 22)'%3E%3Cellipse cx='22' cy='28' rx='7' ry='8.5'/%3E%3Ccircle cx='14' cy='18' r='4'/%3E%3Ccircle cx='30' cy='18' r='4'/%3E%3Ccircle cx='10' cy='26' r='3.2'/%3E%3Ccircle cx='34' cy='26' r='3.2'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 70px 70px, 90px 90px, 80px 80px;
  background-position: 15% 25%, 60% 60%, 85% 30%;
  background-repeat: no-repeat;
}

/* ===== CAT PROFILE SECTIONS (kings/queens pages) ===== */
.cat-profile-section {
  padding: 0 7vw 80px;
}
.cat-profile-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
  max-width: 1100px;
  margin: 0 auto;
}
.cat-profile-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.cat-profile-gallery img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 20px;
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.cat-profile-gallery img:hover {
  transform: scale(1.03);
  box-shadow: 0 12px 40px rgba(20,10,8,0.25);
}
.cat-bio-text {
  font-size: 17px;
  line-height: 1.85;
  color: #edddd5;
}

/* ===== LIGHTBOX ===== */
.lightbox {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
  align-items: center;
  justify-content: center;
}
.lightbox.open {
  display: flex;
}
.lightbox-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(20, 12, 10, 0.88);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.lightbox-img-wrap {
  position: relative;
  z-index: 1;
  max-width: min(90vw, 800px);
  max-height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lightbox-img-wrap img {
  max-width: 100%;
  max-height: 90vh;
  border-radius: 22px;
  box-shadow: 0 40px 100px rgba(10, 5, 3, 0.5);
  display: block;
  object-fit: contain;
}
.lightbox-close {
  position: fixed;
  top: 20px;
  right: 24px;
  z-index: 2;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 50%;
  width: 46px;
  height: 46px;
  font-size: 24px;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  transition: background 0.2s;
}
.lightbox-close:hover {
  background: rgba(255,255,255,0.22);
}

/* ===== QUEENS PAGE PAW BACKGROUND ===== */
.queens-paw-bg {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  opacity: 0.07;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='90' height='90' viewBox='0 0 90 90'%3E%3Cg fill='%23c4a8a3'%3E%3Cellipse cx='45' cy='54' rx='11' ry='13'/%3E%3Ccircle cx='31' cy='38' r='6.5'/%3E%3Ccircle cx='59' cy='38' r='6.5'/%3E%3Ccircle cx='24' cy='50' r='5'/%3E%3Ccircle cx='66' cy='50' r='5'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 160px 160px;
  background-repeat: repeat;
  -webkit-mask-image: linear-gradient(180deg, transparent 0%, rgba(0,0,0,0.6) 15%, rgba(0,0,0,0.6) 85%, transparent 100%);
  mask-image: linear-gradient(180deg, transparent 0%, rgba(0,0,0,0.6) 15%, rgba(0,0,0,0.6) 85%, transparent 100%);
}

/* ===== MOBILE: cat profile pages ===== */
@media (max-width: 760px) {
  .cat-profile-section {
    padding: 0 18px 60px;
  }
  .cat-profile-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .cat-profile-gallery {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .cat-profile-gallery img:first-child {
    grid-column: 1 / -1;
    aspect-ratio: 4/3;
    border-radius: 24px;
  }
  .cat-profile-gallery img {
    aspect-ratio: 1;
    border-radius: 18px;
  }
  .cat-bio-text {
    font-size: 17px !important;
    line-height: 1.9 !important;
  }
  .cat-profile-info .cat-details {
    grid-template-columns: 1fr;
  }
  .queens-paw-bg {
    opacity: 0.04;
    background-size: 110px 110px;
  }
  .page-intro-section {
    padding: 200px 18px 48px !important;
  }
}

/* ===== SECTION VIEW-ALL CTA ===== */
.section-view-all {
  text-align: center;
  margin-top: 36px;
}
.section-view-all .btn {
  display: inline-flex;
  min-width: 200px;
}

/* Queens pill variant */
.pill-queen {
  background: rgba(196, 168, 163, 0.22);
  color: #c4a8a3;
}

/* Queens grid — centered when fewer cards */
.kitten-grid-queens {
  justify-content: center;
  justify-items: center;
}
.kitten-grid-queens .kitten-card {
  max-width: 380px;
  width: 100%;
}

@media (max-width: 760px) {
  .kitten-grid-queens .kitten-card {
    max-width: 100%;
  }
  .section-view-all {
    margin-top: 28px;
  }
}


/* === STACKING FIX FOR PAW BACKGROUNDS === */
/* Make sure main content always sits above the decorative paw patterns */
main {
  position: relative;
  z-index: 1;
}
.queens-paw-bg {
  z-index: -1;
}
.cat-profile-section,
.cat-profile-grid,
.cat-profile-gallery {
  position: relative;
  z-index: 2;
}


/* === FOOTER SOCIAL === */
.site-footer-social a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  opacity: 0.7;
}
.site-footer-social a:hover {
  opacity: 1;
}
.site-footer-social a svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  color: rgba(255,255,255,0.85);
}
@media (max-width: 760px) {
  .site-footer-inner {
    grid-template-columns: 1fr !important;
    gap: 32px;
  }
}


/* === EARS-TRIGGER (down_ears) — MOBILE ONLY === */
/* Desktop keeps the original 500px size & -320px peek; mobile pinned to right corner with moderate size */
@media (max-width: 760px) {
  .ears-trigger {
    bottom: -40px !important;
    right: 0 !important;
  }
  .ears-trigger img {
    width: 220px !important;
  }
}
@media (max-width: 480px) {
  .ears-trigger {
    bottom: -45px !important;
    right: 0 !important;
  }
  .ears-trigger img {
    width: 195px !important;
  }
}
@media (max-width: 360px) {
  .ears-trigger {
    bottom: -50px !important;
    right: 0 !important;
  }
  .ears-trigger img {
    width: 175px !important;
  }
}

/* === FIRST PROFILE PHOTO on Queens/Kings: keep face visible on mobile === */
@media (max-width: 760px) {
  .cat-profile-gallery img:first-child {
    object-position: center top !important;
  }
}

/* === MODAL CARDS MOBILE: compact size, never cover header === */
@media (max-width: 760px) {
  .cat-modal-content,
  #xanderModal > div:nth-child(2),
  #azulModal > div:nth-child(2),
  #earsForm > div:nth-child(2),
  #privacyModal > div:nth-child(2) {
    width: 92% !important;
    max-width: 420px !important;
    max-height: calc(100vh - 110px) !important;
    margin-top: 92px !important;
    padding: 26px 20px !important;
    border-radius: 26px !important;
  }
  #earsForm h2,
  #xanderModal h2,
  #azulModal h2,
  .cat-modal-content h2 {
    font-size: 24px !important;
    margin: 0 0 14px !important;
  }
  #earsForm .form-group input,
  #earsForm .form-group textarea {
    font-size: 15px;
    padding: 10px 12px;
  }
  #earsForm .form-group label {
    font-size: 12px;
  }
  #earsForm .btn {
    min-height: 46px;
    font-size: 14px;
  }
  /* Close (X) button — always visible, pinned below header */
  .cat-modal-close,
  #xanderModal > div:nth-child(2) > button,
  #azulModal > div:nth-child(2) > button,
  #earsForm > div:nth-child(2) > button,
  #privacyModal > div:nth-child(2) > button {
    position: fixed !important;
    top: 100px !important;
    right: 14px !important;
    width: 38px !important;
    height: 38px !important;
    padding: 0 !important;
    border-radius: 50% !important;
    background: rgba(20,10,8,0.65) !important;
    border: 1px solid rgba(255,255,255,0.25) !important;
    color: #fff !important;
    font-size: 22px !important;
    line-height: 1 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    z-index: 100000 !important;
    backdrop-filter: blur(8px);
  }
}
@media (max-width: 480px) {
  .cat-modal-content,
  #xanderModal > div:nth-child(2),
  #azulModal > div:nth-child(2),
  #earsForm > div:nth-child(2),
  #privacyModal > div:nth-child(2) {
    margin-top: 88px !important;
    padding: 22px 16px !important;
  }
  #earsForm h2,
  #xanderModal h2,
  #azulModal h2,
  .cat-modal-content h2 {
    font-size: 22px !important;
  }
  .cat-modal-close,
  #xanderModal > div:nth-child(2) > button,
  #azulModal > div:nth-child(2) > button,
  #earsForm > div:nth-child(2) > button,
  #privacyModal > div:nth-child(2) > button {
    top: 96px !important;
  }
}


/* === PAGE INTRO ANIMATION === */
.page-intro {
  position: fixed;
  inset: 0;
  z-index: 999999;
  pointer-events: all;
  overflow: hidden;
}
.page-intro-door {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  background: linear-gradient(135deg, #3a2a32 0%, #5a3f4d 50%, #7a5a68 100%);
  transition: transform 0.95s cubic-bezier(0.77, 0, 0.175, 1);
  will-change: transform;
}
.page-intro-door-left {
  left: 0;
  box-shadow: inset -2px 0 0 rgba(216, 180, 130, 0.25);
}
.page-intro-door-right {
  right: 0;
  box-shadow: inset 2px 0 0 rgba(216, 180, 130, 0.25);
}
.page-intro.open .page-intro-door-left { transform: translateX(-101%); }
.page-intro.open .page-intro-door-right { transform: translateX(101%); }

.page-intro-heart {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  transition: opacity 0.35s ease, transform 0.45s cubic-bezier(0.34, 1.56, 0.64, 1);
  filter: drop-shadow(0 4px 18px rgba(216, 180, 130, 0.55));
}
.page-intro-heart svg {
  width: 84px;
  height: 84px;
  display: block;
  animation: introHeartBeat 0.9s ease-in-out infinite;
}
.page-intro.open .page-intro-heart {
  opacity: 0;
  transform: translate(-50%, -50%) scale(1.6);
}

@keyframes introHeartBeat {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.15); }
}

.page-intro-paws {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
}
.page-intro-paws .paw {
  position: absolute;
  width: 38px;
  height: 38px;
  opacity: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 60'%3E%3Cg fill='%23d8b482'%3E%3Cellipse cx='30' cy='36' rx='9' ry='11'/%3E%3Ccircle cx='19' cy='22' r='5'/%3E%3Ccircle cx='41' cy='22' r='5'/%3E%3Ccircle cx='13' cy='32' r='4'/%3E%3Ccircle cx='47' cy='32' r='4'/%3E%3C/g%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}
/* Diagonal 1: top-left → bottom-right */
.paw-d1 { transform: rotate(135deg); }
.paw-d1.paw-i1 { top: 12%; left: 12%; animation: pawPop 1.4s ease-out 0.30s forwards; }
.paw-d1.paw-i2 { top: 27%; left: 27%; animation: pawPop 1.4s ease-out 0.42s forwards; }
.paw-d1.paw-i3 { top: 45%; left: 45%; animation: pawPop 1.4s ease-out 0.54s forwards; }
.paw-d1.paw-i4 { top: 63%; left: 63%; animation: pawPop 1.4s ease-out 0.66s forwards; }
.paw-d1.paw-i5 { top: 80%; left: 80%; animation: pawPop 1.4s ease-out 0.78s forwards; }

/* Diagonal 2: top-right → bottom-left */
.paw-d2 { transform: rotate(-135deg); }
.paw-d2.paw-i1 { top: 12%; right: 12%; animation: pawPop 1.4s ease-out 0.36s forwards; }
.paw-d2.paw-i2 { top: 27%; right: 27%; animation: pawPop 1.4s ease-out 0.48s forwards; }
.paw-d2.paw-i3 { top: 45%; right: 45%; animation: pawPop 1.4s ease-out 0.60s forwards; }
.paw-d2.paw-i4 { top: 63%; right: 63%; animation: pawPop 1.4s ease-out 0.72s forwards; }
.paw-d2.paw-i5 { top: 80%; right: 80%; animation: pawPop 1.4s ease-out 0.84s forwards; }

@keyframes pawPop {
  0%   { opacity: 0; transform: scale(0.4) rotate(var(--rot, 135deg)); }
  40%  { opacity: 1; transform: scale(1) rotate(var(--rot, 135deg)); }
  80%  { opacity: 1; }
  100% { opacity: 0; transform: scale(1.1) rotate(var(--rot, 135deg)); }
}
.paw-d2 { --rot: -135deg; }
.paw-d1 { --rot: 135deg; }

.page-intro.gone {
  opacity: 0;
  transition: opacity 0.25s ease;
  pointer-events: none;
}

/* Smaller heart + paws on mobile */
@media (max-width: 600px) {
  .page-intro-heart svg { width: 64px; height: 64px; }
  .page-intro-paws .paw { width: 30px; height: 30px; }
}

/* Respect motion preferences */
@media (prefers-reduced-motion: reduce) {
  .page-intro { display: none !important; }
}


/* === INSTAGRAM CTA (in contact section) === */
.ig-cta {
  margin-top: 22px;
  position: relative;
  z-index: 1;
}
.ig-cta-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 22px;
  border-radius: 999px;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,220,190,0.25);
  color: #f5ebe5 !important;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transition: background 0.25s, transform 0.25s;
}
.ig-cta-link:hover {
  background: rgba(255,255,255,0.2);
  transform: translateY(-2px);
}
.ig-cta-link svg {
  flex-shrink: 0;
}

/* === ABOUT US PAGE — Show gallery === */
.show-gallery-section {
  padding: 60px 7vw 90px;
}
.show-gallery-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  max-width: 1100px;
  margin: 0 auto;
}
.show-gallery-item {
  border-radius: 32px;
  overflow: hidden;
  border: 1px solid rgba(255,220,190,0.12);
  background: rgba(160,130,122,0.45);
  box-shadow: 0 24px 68px rgba(40,25,18,0.18);
  aspect-ratio: 3/4;
}
.show-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  cursor: zoom-in;
  transition: transform 0.35s ease;
}
.show-gallery-item:hover img {
  transform: scale(1.03);
}

/* === ABOUT US "Special" card === */
.about-card {
  word-wrap: break-word;
  overflow-wrap: break-word;
  padding: 40px 38px;
  border-radius: 38px;
  background: linear-gradient(145deg, rgba(180, 150, 140, 0.65), rgba(160, 130, 122, 0.55));
  border: 1px solid rgba(255, 220, 190, 0.12);
  box-shadow: 0 32px 90px rgba(40, 25, 18, 0.18);
}
.about-card p {
  font-size: 16px;
  line-height: 1.8;
  color: #edddd5;
  margin: 0 0 18px;
}
.about-card p:last-child { margin-bottom: 0; }

/* === SPHYNX CATS PAGE — info cards grid === */
.info-cards-section {
  padding: 40px 7vw 60px;
}
.info-cards-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  max-width: 1100px;
  margin: 0 auto;
}
.info-card {
  padding: 44px 44px;
  border-radius: 38px;
  background: linear-gradient(145deg, rgba(180, 150, 140, 0.65), rgba(160, 130, 122, 0.55));
  border: 1px solid rgba(255, 220, 190, 0.12);
  box-shadow: 0 32px 90px rgba(40, 25, 18, 0.18);
}
.info-card h3 {
  font-size: clamp(30px, 3.4vw, 44px);
  margin: 0 0 18px;
  color: #faf2ed;
  letter-spacing: -0.02em;
  line-height: 1.05;
}
.info-card p {
  font-size: 17px;
  line-height: 1.85;
  color: #edddd5;
  margin: 0 0 16px;
}
.info-card p:last-child { margin-bottom: 0; }

/* === VIDEO GALLERY === */
.video-section {
  padding: 30px 7vw 90px;
}
.video-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  max-width: 1100px;
  margin: 0 auto;
}
.video-card {
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  aspect-ratio: 3/4;
  background: rgba(160, 130, 122, 0.6);
  border: 1px solid rgba(255, 220, 190, 0.12);
  box-shadow: 0 24px 68px rgba(40, 25, 18, 0.18);
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.video-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 32px 90px rgba(20, 10, 8, 0.25);
}
.video-card img.video-poster {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: filter 0.3s ease, transform 0.4s ease;
}
.video-card:hover img.video-poster {
  filter: brightness(0.85);
  transform: scale(1.04);
}
.video-card video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.video-play-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  z-index: 2;
}
.video-play-overlay::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(30,20,18,0.0) 35%, rgba(30,20,18,0.35) 100%);
}
.video-play-btn {
  position: relative;
  width: 78px;
  height: 78px;
  border-radius: 50%;
  background: rgba(255,255,255,0.18);
  border: 1.5px solid rgba(255,220,190,0.4);
  backdrop-filter: blur(8px);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 30px rgba(20,10,8,0.35);
  transition: transform 0.25s ease, background 0.25s ease;
}
.video-card:hover .video-play-btn {
  transform: scale(1.08);
  background: rgba(255,255,255,0.28);
}
.video-play-btn svg {
  width: 28px;
  height: 28px;
  fill: #faf2ed;
  margin-left: 4px;
}

/* === VIDEO LIGHTBOX === */
.video-lightbox {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
  align-items: center;
  justify-content: center;
}
.video-lightbox.open { display: flex; }
.video-lightbox-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(20, 12, 10, 0.9);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.video-lightbox-wrap {
  position: relative;
  z-index: 1;
  width: min(92vw, 720px);
  max-height: 88vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-lightbox-wrap video {
  width: 100%;
  max-height: 88vh;
  border-radius: 22px;
  box-shadow: 0 40px 100px rgba(10, 5, 3, 0.5);
  background: #000;
  display: block;
}
.video-lightbox-close {
  position: fixed;
  top: 20px;
  right: 24px;
  z-index: 2;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 50%;
  width: 46px;
  height: 46px;
  font-size: 24px;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  transition: background 0.2s;
}
.video-lightbox-close:hover { background: rgba(255,255,255,0.22); }

/* === Responsive (mobile / tablet) for new pages === */
@media (max-width: 1050px) {
  .video-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 760px) {
  .show-gallery-section { padding: 40px 22px 70px; }
  .show-gallery-grid { grid-template-columns: 1fr; gap: 22px; }
  .show-gallery-item { aspect-ratio: 3/4; border-radius: 26px; }

  .info-cards-section { padding: 32px 22px 50px; }
  .info-card { padding: 30px 24px; border-radius: 28px; }
  .info-card h3 { font-size: 28px; margin-bottom: 14px; }
  .info-card p { font-size: 16px; line-height: 1.75; }

  .video-section { padding: 20px 22px 70px; }
  .video-grid { grid-template-columns: 1fr; gap: 18px; }
  .video-card { aspect-ratio: 3/4; border-radius: 22px; }
  .video-play-btn { width: 64px; height: 64px; }
  .video-play-btn svg { width: 24px; height: 24px; }

  .ig-cta-link { font-size: 12px; padding: 11px 18px; }

  .about-card { padding: 30px 26px; }
}


/* === SHOW MOMENTS — golden-framed photos on the left, text on the right === */
.show-moments-section {
  padding: 40px 7vw 90px;
}
.show-moments-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 56px;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto;
}
.show-moments-photos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
/* Golden frame — same gradient family as the hero .photo-frame */
.show-photo-frame {
  padding: 12px;
  border-radius: 28px;
  background: linear-gradient(145deg, #fff8ea 0%, #c69a6a 46%, #fff0d4 57%, #87644a 100%);
  box-shadow: 0 24px 60px rgba(76, 50, 32, 0.22);
  aspect-ratio: 3/4;
  position: relative;
}
.show-photo-frame::before {
  content: "";
  position: absolute;
  inset: 6px;
  border-radius: 22px;
  border: 1px solid rgba(255, 240, 212, 0.4);
  pointer-events: none;
  z-index: 1;
}
.show-photo-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  display: block;
  cursor: zoom-in;
  filter: saturate(0.95) contrast(1.02);
}
.show-moments-text .eyebrow {
  margin-bottom: 18px;
}
.show-moments-text h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(38px, 4.6vw, 64px);
  line-height: 1.02;
  letter-spacing: -0.03em;
  color: #faf2ed;
  margin: 0 0 22px;
}
.show-moments-text p {
  font-size: 17px;
  line-height: 1.85;
  color: #edddd5;
  margin: 0;
}

/* Mobile / tablet */
@media (max-width: 900px) {
  .show-moments-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
}
@media (max-width: 760px) {
  .show-moments-section { padding: 30px 22px 70px; }
  .show-moments-photos { gap: 14px; }
  .show-photo-frame { padding: 9px; border-radius: 22px; }
  .show-photo-frame::before { inset: 4px; border-radius: 18px; }
  .show-photo-frame img { border-radius: 16px; }
  .show-moments-text h2 { font-size: 34px; }
  .show-moments-text p { font-size: 16px; }
}


/* === PAW PRINT DECORATION ON CARDS (matches homepage hero/contact paw style) === */
.story-card,
.about-card,
.info-card,
.cat-profile-info {
  position: relative;
  overflow: hidden;
}

/* Soft repeating paw pattern in the background of cards (very subtle) */
.story-card::before,
.about-card::before,
.info-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  border-radius: inherit;
  opacity: 0.09;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60' viewBox='0 0 60 60'%3E%3Cg fill='%23e0d0cc'%3E%3Cellipse cx='30' cy='36' rx='8' ry='10'/%3E%3Ccircle cx='20' cy='24' r='4.5'/%3E%3Ccircle cx='40' cy='24' r='4.5'/%3E%3Ccircle cx='15' cy='33' r='3.5'/%3E%3Ccircle cx='45' cy='33' r='3.5'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 100px 100px;
  background-repeat: repeat;
  -webkit-mask-image: linear-gradient(155deg, rgba(0,0,0,0.55) 0%, rgba(0,0,0,0.18) 55%, transparent 90%);
          mask-image: linear-gradient(155deg, rgba(0,0,0,0.55) 0%, rgba(0,0,0,0.18) 55%, transparent 90%);
}

/* Three accent paws in the bottom-right corner (same idea as homepage contact-panel) */
.story-card::after,
.about-card::after,
.info-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  border-radius: inherit;
  opacity: 0.12;
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='44' viewBox='0 0 44 44'%3E%3Cg fill='%23e0d0cc' transform='rotate(25 22 22)'%3E%3Cellipse cx='22' cy='28' rx='7' ry='8.5'/%3E%3Ccircle cx='14' cy='18' r='4'/%3E%3Ccircle cx='30' cy='18' r='4'/%3E%3Ccircle cx='10' cy='26' r='3.2'/%3E%3Ccircle cx='34' cy='26' r='3.2'/%3E%3C/g%3E%3C/svg%3E"),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='44' viewBox='0 0 44 44'%3E%3Cg fill='%23e0d0cc' transform='rotate(-15 22 22)'%3E%3Cellipse cx='22' cy='28' rx='7' ry='8.5'/%3E%3Ccircle cx='14' cy='18' r='4'/%3E%3Ccircle cx='30' cy='18' r='4'/%3E%3Ccircle cx='10' cy='26' r='3.2'/%3E%3Ccircle cx='34' cy='26' r='3.2'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 70px 70px, 56px 56px;
  background-position: 92% 85%, 80% 96%;
  background-repeat: no-repeat;
}

/* Make sure card content sits above the paw decoration */
.story-card > *,
.about-card > *,
.info-card > * {
  position: relative;
  z-index: 1;
}

/* === Subtle paw accents on Kings/Queens profile sections === */
.cat-profile-info::after {
  content: "";
  position: absolute;
  top: -8px;
  right: -10px;
  width: 90px;
  height: 90px;
  pointer-events: none;
  z-index: 0;
  opacity: 0.10;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='44' viewBox='0 0 44 44'%3E%3Cg fill='%23e0d0cc' transform='rotate(20 22 22)'%3E%3Cellipse cx='22' cy='28' rx='7' ry='8.5'/%3E%3Ccircle cx='14' cy='18' r='4'/%3E%3Ccircle cx='30' cy='18' r='4'/%3E%3Ccircle cx='10' cy='26' r='3.2'/%3E%3Ccircle cx='34' cy='26' r='3.2'/%3E%3C/g%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}
.cat-profile-info > * {
  position: relative;
  z-index: 1;
}

/* Lighter accent for mobile so paws don't crowd the text */
@media (max-width: 760px) {
  .story-card::before,
  .about-card::before,
  .info-card::before {
    opacity: 0.07;
    background-size: 80px 80px;
  }
  .story-card::after,
  .about-card::after,
  .info-card::after {
    background-size: 54px 54px, 42px 42px;
    background-position: 95% 88%, 82% 97%;
    opacity: 0.10;
  }
  .cat-profile-info::after {
    width: 60px;
    height: 60px;
    top: -4px;
    right: -4px;
    opacity: 0.08;
  }
}


/* === PAW DECORATION on additional blocks (kitten-card + care-panel) === */
.kitten-card,
.care-panel {
  position: relative;
  overflow: hidden;
}

/* Soft repeating paw pattern */
.kitten-card::before,
.care-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  border-radius: inherit;
  opacity: 0.08;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60' viewBox='0 0 60 60'%3E%3Cg fill='%23e0d0cc'%3E%3Cellipse cx='30' cy='36' rx='8' ry='10'/%3E%3Ccircle cx='20' cy='24' r='4.5'/%3E%3Ccircle cx='40' cy='24' r='4.5'/%3E%3Ccircle cx='15' cy='33' r='3.5'/%3E%3Ccircle cx='45' cy='33' r='3.5'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 95px 95px;
  background-repeat: repeat;
  -webkit-mask-image: linear-gradient(155deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.15) 55%, transparent 90%);
          mask-image: linear-gradient(155deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.15) 55%, transparent 90%);
}

/* Corner accent paws */
.kitten-card::after,
.care-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  border-radius: inherit;
  opacity: 0.11;
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='44' viewBox='0 0 44 44'%3E%3Cg fill='%23e0d0cc' transform='rotate(20 22 22)'%3E%3Cellipse cx='22' cy='28' rx='7' ry='8.5'/%3E%3Ccircle cx='14' cy='18' r='4'/%3E%3Ccircle cx='30' cy='18' r='4'/%3E%3Ccircle cx='10' cy='26' r='3.2'/%3E%3Ccircle cx='34' cy='26' r='3.2'/%3E%3C/g%3E%3C/svg%3E"),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='44' viewBox='0 0 44 44'%3E%3Cg fill='%23e0d0cc' transform='rotate(-25 22 22)'%3E%3Cellipse cx='22' cy='28' rx='7' ry='8.5'/%3E%3Ccircle cx='14' cy='18' r='4'/%3E%3Ccircle cx='30' cy='18' r='4'/%3E%3Ccircle cx='10' cy='26' r='3.2'/%3E%3Ccircle cx='34' cy='26' r='3.2'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 62px 62px, 48px 48px;
  background-position: 96% 6%, 4% 96%;
  background-repeat: no-repeat;
}

/* Make sure card content stays above paw decoration */
.kitten-card > *,
.care-panel > * {
  position: relative;
  z-index: 1;
}
.kitten-card img {
  z-index: 1;
  position: relative;
}

/* Subtle paw accent on Kings/Queens cat-profile-section blocks */
.cat-profile-section {
  position: relative;
}
.cat-profile-section::before {
  content: "";
  position: absolute;
  top: 8px;
  right: 2vw;
  width: 110px;
  height: 110px;
  pointer-events: none;
  z-index: 0;
  opacity: 0.07;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60' viewBox='0 0 60 60'%3E%3Cg fill='%23e0d0cc' transform='rotate(15 30 30)'%3E%3Cellipse cx='30' cy='36' rx='8' ry='10'/%3E%3Ccircle cx='20' cy='24' r='4.5'/%3E%3Ccircle cx='40' cy='24' r='4.5'/%3E%3Ccircle cx='15' cy='33' r='3.5'/%3E%3Ccircle cx='45' cy='33' r='3.5'/%3E%3C/g%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}

@media (max-width: 760px) {
  .kitten-card::before,
  .care-panel::before {
    opacity: 0.06;
    background-size: 78px 78px;
  }
  .kitten-card::after,
  .care-panel::after {
    background-size: 48px 48px, 38px 38px;
    opacity: 0.10;
  }
  .cat-profile-section::before {
    width: 70px;
    height: 70px;
    top: 2px;
    right: 8px;
    opacity: 0.06;
  }
}

/* Hide logo badge behind popup when modal is open */
body.modal-open .hanging-badge {
  z-index: 1 !important;
}
