/* =========================================================
   Cat Corner — About Us page (page-about-us.php)
   DS-compliant, plain CSS, scoped under .cc-about.
   Palette: Oatmeal #F8FAFC base · Electric Cyan #00B4D8 (30%)
   · Goldenrod #FFC300 (CTA-only, 10%) · Pitch Black #000.
   Support: Cream #F3E9D5 / Terracotta #C0603A editorial warmth.
   Fonts: Outfit (display, !important to beat elementor-kit-74
   Chewy rule) · Plus Jakarta Sans (body) · Chewy (stickers only).
   ========================================================= */

.cc-about {
  --cc-cyan:    #00B4D8;
  --cc-cyan-700:#0090AD;
  --cc-cyan-300:#7FDCEC;
  --cc-cyan-100:#D6F2F8;
  --cc-gold:    #FFC300;
  --cc-oatmeal: #F8FAFC;
  --cc-black:   #000000;
  --cc-ink-soft:#2A2A2A;
  --cc-muted:   #6B7280;
  --cc-line:    #E4E9EE;
  --cc-cream:   #F3E9D5;
  --cc-terracotta:#C0603A;
  --cc-orange:    #F26C2A; /* secondary CTA (WhatsApp) — explicit user request */
  --cc-orange-700:#D9591C;

  background: var(--cc-oatmeal);
  color: var(--cc-black);
  font-family: 'Plus Jakarta Sans', system-ui, -apple-system, 'Segoe UI', sans-serif;
  overflow-x: clip;
}

.cc-about *,
.cc-about *::before,
.cc-about *::after { box-sizing: border-box; }

.cc-about__wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 32px;
}

/* Headings — force Outfit over the elementor-kit-74 Chewy rule */
.cc-about h1,
.cc-about h2,
.cc-about h3,
.cc-about h4 {
  font-family: 'Outfit', system-ui, sans-serif !important;
  font-weight: 800 !important;
  text-transform: none !important;
  letter-spacing: -0.02em !important;
  color: var(--cc-black);
  margin: 0;
  line-height: 1.1 !important;
}

.cc-about__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Outfit', system-ui, sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--cc-cyan-700);
}
.cc-about__eyebrow::before {
  content: "";
  width: 22px;
  height: 2px;
  background: var(--cc-cyan);
  border-radius: 2px;
}

/* ───────────────────────── HERO (cyan band) ───────────────────────── */
.cc-about-hero {
  position: relative;
  background: var(--cc-cyan);
  padding: 84px 0 130px;
  overflow: hidden;
}
.cc-about-hero__bubble {
  position: absolute;
  border-radius: 50%;
  background: #fff;
  opacity: 0.10;
  pointer-events: none;
}
.cc-about-hero__bubble--a { width: 280px; height: 280px; top: -90px;  left: -70px; }
.cc-about-hero__bubble--b { width: 180px; height: 180px; bottom: 30px; right: 8%; opacity: 0.08; }

.cc-about-hero__grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 56px;
  align-items: center;
}
.cc-about-hero__eyebrow {
  color: #003c47;
}
.cc-about-hero__eyebrow::before { background: #003c47; }

.cc-about-hero__title {
  font-size: clamp(40px, 6vw, 68px) !important;
  color: #fff !important;
  margin: 18px 0 0;
  text-shadow: 0 2px 0 rgba(0,0,0,0.08);
}
.cc-about-hero__title em {
  font-style: normal;
  color: var(--cc-black);
}
.cc-about-hero__lead {
  font-size: 18px;
  line-height: 1.65;
  color: #013038;
  max-width: 52ch;
  margin: 22px 0 0;
  font-weight: 500;
}
.cc-about-hero__ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

/* Buttons (shared) */
.cc-btn {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  padding: 14px 26px;
  border-radius: 9999px;
  border: 2px solid var(--cc-black);
  cursor: pointer;
  transition: transform .15s ease, box-shadow .15s ease;
}
.cc-btn--gold {
  background: var(--cc-gold);
  color: var(--cc-black);
  box-shadow: 3px 3px 0 var(--cc-black);
}
.cc-btn--gold:hover { transform: translate(-2px,-2px); box-shadow: 5px 5px 0 var(--cc-black); }
.cc-btn--wa {
  background: var(--cc-orange);
  color: #fff !important;
  box-shadow: 3px 3px 0 var(--cc-black);
}
.cc-btn--wa:hover { transform: translate(-2px,-2px); box-shadow: 5px 5px 0 var(--cc-black); background: var(--cc-orange-700); }
.cc-btn--outline {
  background: #fff;
  color: var(--cc-black);
}
.cc-btn--outline:hover { transform: translate(-2px,-2px); box-shadow: 4px 4px 0 var(--cc-black); }

/* Hero photo — die-cut sticker card */
.cc-about-hero__art {
  position: relative;
  display: flex;
  justify-content: center;
}
.cc-about-photo-card {
  position: relative;
  background: #fff;
  border: 5px solid #fff;
  border-radius: 22px;
  box-shadow: 0 22px 40px -18px rgba(0,0,0,0.45);
  overflow: hidden;
  transform: rotate(3deg);
}
.cc-about-photo-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cc-about-hero__photo {
  width: 340px;
  max-width: 80vw;
}
.cc-about-hero__photo img { aspect-ratio: 4 / 5; }

.cc-about-sticker {
  font-family: 'Chewy', 'Comic Sans MS', cursive;
  font-size: 17px;
  color: var(--cc-black);
  background: var(--cc-gold);
  border: 2px solid var(--cc-black);
  border-radius: 9999px;
  padding: 8px 16px;
  box-shadow: 3px 3px 0 var(--cc-black);
  white-space: nowrap;
}
.cc-about-hero__tag {
  position: absolute;
  z-index: 3;
  transform: rotate(-6deg);
}
.cc-about-hero__tag--name {
  bottom: 18px;
  left: -18px;
  background: #fff;
  transform: rotate(-5deg);
}
.cc-about-hero__tag--paw {
  top: 14px;
  right: -16px;
  background: var(--cc-cyan-100);
  transform: rotate(7deg);
}

/* ───────────────── STATS BAND (overlaps hero) ───────────────── */
.cc-about-stats {
  position: relative;
  margin-top: -78px;
  z-index: 5;
}
.cc-about-stats__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.cc-about-stat {
  background: #fff;
  border: 2px solid var(--cc-black);
  border-radius: 18px;
  box-shadow: 4px 4px 0 var(--cc-black);
  padding: 22px 20px;
  text-align: center;
}
.cc-about-stat__num {
  font-family: 'Outfit', system-ui, sans-serif;
  font-weight: 800;
  font-size: 38px;
  line-height: 1;
  color: var(--cc-cyan-700);
}
.cc-about-stat__label {
  font-size: 13.5px;
  font-weight: 600;
  color: var(--cc-ink-soft);
  margin-top: 8px;
}

/* ───────────────────────── ORIGIN STORY ───────────────────────── */
.cc-about-story {
  padding: 96px 0 88px;
}
.cc-about-story__grid {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 60px;
  align-items: center;
}
.cc-about-story__art {
  position: relative;
  display: flex;
  justify-content: center;
}
.cc-about-story__photo {
  width: 380px;
  max-width: 100%;
}
.cc-about-story__photo .cc-about-photo-card { transform: rotate(-3deg); }
.cc-about-story__photo img { aspect-ratio: 3 / 4; }
.cc-about-story__art .cc-about-hero__tag--name {
  bottom: 22px;
  right: -16px;
  left: auto;
  background: var(--cc-cyan-100);
  transform: rotate(5deg);
}

.cc-about-story__title {
  font-size: clamp(30px, 4vw, 44px) !important;
  margin: 16px 0 0;
}
.cc-about-story__title u {
  text-decoration: none;
  background: linear-gradient(transparent 62%, var(--cc-cyan-300) 0);
  padding: 0 2px;
}
.cc-about-prose p {
  font-size: 16.5px;
  line-height: 1.75;
  color: var(--cc-ink-soft);
  margin: 18px 0 0;
}
.cc-about-prose p:first-child { margin-top: 22px; }

/* ───────────────────── VALUES (white cards) ───────────────────── */
.cc-about-values {
  background: #fff;
  border-top: 2px solid var(--cc-black);
  border-bottom: 2px solid var(--cc-black);
  padding: 84px 0;
}
.cc-about-section-head {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 48px;
}
.cc-about-section-head .cc-about__eyebrow { justify-content: center; }
.cc-about-section-head h2 {
  font-size: clamp(28px, 4vw, 42px) !important;
  margin: 14px 0 0;
}
.cc-about-section-head p {
  font-size: 16.5px;
  line-height: 1.65;
  color: var(--cc-muted);
  margin: 16px 0 0;
}
.cc-about-values__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}
.cc-about-value {
  background: var(--cc-oatmeal);
  border: 1.5px solid var(--cc-line);
  border-radius: 20px;
  padding: 28px 24px;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.cc-about-value:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 28px -18px rgba(0,0,0,0.35);
  border-color: var(--cc-cyan-300);
}
.cc-about-value__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 14px;
  background: var(--cc-cyan-100);
  color: var(--cc-cyan-700);
  margin-bottom: 18px;
}
.cc-about-value h3 {
  font-size: 20px !important;
  font-weight: 700 !important;
  letter-spacing: -0.01em !important;
}
.cc-about-value p {
  font-size: 14.5px;
  line-height: 1.6;
  color: var(--cc-muted);
  margin: 10px 0 0;
}

/* ─────────────────── MEET THE CATS (gallery) ─────────────────── */
.cc-about-cats {
  padding: 90px 0 84px;
}
.cc-about-cats__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  max-width: 940px;
  margin: 0 auto;
}
.cc-about-cat {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.cc-about-cat__photo {
  width: 100%;
  max-width: 260px;
}
.cc-about-cat__photo img { aspect-ratio: 3 / 4; }
.cc-about-cat:nth-child(1) .cc-about-photo-card { transform: rotate(-4deg); }
.cc-about-cat:nth-child(2) .cc-about-photo-card { transform: rotate(2.5deg); }
.cc-about-cat:nth-child(3) .cc-about-photo-card { transform: rotate(-2deg); }
.cc-about-cat__photo .cc-about-photo-card { transition: transform .2s ease; }
.cc-about-cat:hover .cc-about-photo-card { transform: rotate(0) scale(1.03); }
.cc-about-cat__name {
  font-family: 'Outfit', system-ui, sans-serif;
  font-weight: 800;
  font-size: 20px;
  margin: 20px 0 0;
}
.cc-about-cat__meta {
  font-size: 13.5px;
  color: var(--cc-muted);
  margin: 4px 0 0;
}
.cc-about-cat__city {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  color: var(--cc-cyan-700);
  background: var(--cc-cyan-100);
  border-radius: 9999px;
  padding: 3px 12px;
  margin-top: 10px;
}

/* ─────────────────── CONTACT & VISIT ─────────────────── */
.cc-about-contact {
  background: var(--cc-cream);
  border-top: 2px solid var(--cc-black);
  padding: 86px 0;
}
.cc-about-contact__grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 56px;
  align-items: center;
}
.cc-about-contact__title {
  font-size: clamp(28px, 4vw, 42px) !important;
  margin: 14px 0 0;
}
.cc-about-contact__intro {
  font-size: 16.5px;
  line-height: 1.7;
  color: var(--cc-ink-soft);
  margin: 18px 0 26px;
  max-width: 50ch;
}
.cc-about-contact__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.cc-about-contact__item {
  display: flex;
  gap: 15px;
  align-items: flex-start;
  background: #fff;
  border: 1.5px solid rgba(0,0,0,0.10);
  border-radius: 16px;
  padding: 16px 18px;
}
.cc-about-contact__ic {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  min-width: 42px;
  border-radius: 12px;
  background: var(--cc-cyan-100);
  color: var(--cc-cyan-700);
}
.cc-about-contact__k {
  display: block;
  font-family: 'Outfit', system-ui, sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: var(--cc-black);
  margin-bottom: 2px;
}
.cc-about-contact__v,
.cc-about-contact__v a {
  font-size: 14.5px;
  line-height: 1.55;
  color: var(--cc-ink-soft);
  text-decoration: none;
}
.cc-about-contact__v a:hover { color: var(--cc-cyan-700); text-decoration: underline; }
.cc-about-contact__sign {
  font-family: 'Outfit', system-ui, sans-serif;
  font-weight: 700;
  font-size: 15px;
  margin-top: 24px;
}
.cc-about-contact__photo {
  width: 100%;
}
.cc-about-contact__photo .cc-about-photo-card { transform: rotate(2deg); }
.cc-about-contact__photo img { aspect-ratio: 16 / 11; }

/* ─────────────────── FINAL CTA BAND ─────────────────── */
.cc-about-cta {
  padding: 80px 32px;
}
.cc-about-cta__card {
  max-width: 920px;
  margin: 0 auto;
  background: var(--cc-cyan);
  border: 2px solid var(--cc-black);
  border-radius: 28px;
  box-shadow: 6px 6px 0 var(--cc-black);
  padding: 56px 48px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cc-about-cta__card::before,
.cc-about-cta__card::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: #000;
  opacity: 0.06;
  pointer-events: none;
}
.cc-about-cta__card::before { width: 140px; height: 140px; top: -40px; right: -30px; }
.cc-about-cta__card::after  { width: 90px;  height: 90px;  bottom: -24px; left: -20px; }
.cc-about-cta__title {
  position: relative;
  font-size: clamp(26px, 4vw, 40px) !important;
  color: #fff !important;
}
.cc-about-cta__title em { font-style: normal; color: var(--cc-black); }
.cc-about-cta__sub {
  position: relative;
  font-size: 16px;
  line-height: 1.6;
  color: #013038;
  font-weight: 500;
  margin: 16px auto 30px;
  max-width: 48ch;
}
.cc-about-cta__btns {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
}

/* ───────────────────────── RESPONSIVE ───────────────────────── */
@media (max-width: 980px) {
  .cc-about-hero__grid,
  .cc-about-story__grid,
  .cc-about-contact__grid { grid-template-columns: 1fr; }
  .cc-about-hero__grid { gap: 40px; }
  .cc-about-hero__art { order: -1; }
  .cc-about-stats__grid { grid-template-columns: repeat(2, 1fr); }
  .cc-about-values__grid { grid-template-columns: repeat(2, 1fr); }
  .cc-about-story__grid { gap: 40px; }
  .cc-about-story__art { order: -1; }
}

@media (max-width: 600px) {
  .cc-about__wrap { padding: 0 20px; }
  .cc-about-hero { padding: 60px 0 110px; }
  .cc-about-stats__grid { grid-template-columns: 1fr 1fr; gap: 12px; }
  .cc-about-stat { padding: 18px 12px; }
  .cc-about-stat__num { font-size: 30px; }
  .cc-about-values__grid { grid-template-columns: 1fr; }
  .cc-about-cats__grid { grid-template-columns: 1fr; max-width: 320px; }
  .cc-about-story { padding: 70px 0 64px; }
  .cc-about-cta__card { padding: 44px 26px; }
  .cc-about-hero__tag--name { left: 6px; }
  .cc-about-hero__tag--paw { right: 6px; }
}
