/* ══════════════════════════════
   STORY — Hero
══════════════════════════════ */
.story-hero {
  position: relative;
  background: linear-gradient(160deg, var(--orange-pale) 0%, #fff 40%, var(--green-pale) 100%);
  border-bottom: 1px solid var(--border-lt);
  overflow: hidden;
}
.story-hero-bg {
  position: absolute; inset: 0; pointer-events: none;
}
.paw {
  position: absolute;
  font-size: 60px;
  opacity: .06;
  animation: pawFloat 6s ease-in-out infinite;
}
.paw-1 { top: 15%; left: 8%; animation-delay: 0s; transform: rotate(-25deg) }
.paw-2 { top: 40%; right: 12%; animation-delay: 2s; transform: rotate(15deg); font-size: 45px }
.paw-3 { bottom: 10%; left: 35%; animation-delay: 4s; transform: rotate(-10deg); font-size: 35px }
@keyframes pawFloat {
  0%, 100% { transform: translateY(0) rotate(var(--r, -25deg)) }
  50%      { transform: translateY(-12px) rotate(var(--r, -25deg)) }
}

.story-hero-inner {
  max-width: 1280px; margin: 0 auto;
  padding: 20px 32px 0;
}
.story-hero .breadcrumb {
  display: flex; align-items: center; gap: 6px;
  font-size: 12px; color: var(--faint);
  padding: 0 0 24px;
  font-family: 'DM Sans', sans-serif;
}
.story-hero .breadcrumb a { color: var(--muted); transition: color .2s }
.story-hero .breadcrumb a:hover { color: var(--orange) }
.story-hero .breadcrumb svg { width: 14px; height: 14px; stroke: var(--faint); fill: none; stroke-width: 2 }

.story-hero-content {
  text-align: center;
  max-width: 680px; margin: 0 auto;
  padding: 40px 0 60px;
  position: relative;
}
.story-badge {
  display: inline-flex; align-items: center; gap: 6px;
  font-family: 'DM Sans', sans-serif;
  font-size: 11px; font-weight: 700;
  text-transform: uppercase; letter-spacing: .1em;
  color: var(--orange);
  background: rgba(229,118,37,.1);
  border: 1px solid rgba(229,118,37,.15);
  padding: 6px 18px; border-radius: 50px;
  margin-bottom: 20px;
}
.story-badge i { font-size: 10px }
.story-hero h1 {
  font-family: 'Nunito', sans-serif;
  font-size: clamp(30px, 5vw, 48px);
  font-weight: 900; color: var(--text);
  line-height: 1.15; margin-bottom: 20px;
  letter-spacing: -.02em;
}
.story-hero-content > p {
  font-family: 'DM Sans', sans-serif;
  font-size: 16px; color: var(--muted);
  line-height: 1.8; max-width: 560px;
  margin: 0 auto 32px;
}
.story-hero-scroll {
  display: inline-flex; flex-direction: column;
  align-items: center; gap: 6px;
  color: var(--faint); font-size: 11px; font-weight: 600;
  letter-spacing: .05em;
  animation: scrollBounce 2s ease-in-out infinite;
}
.story-hero-scroll i { font-size: 14px; color: var(--orange) }
@keyframes scrollBounce {
  0%, 100% { transform: translateY(0) }
  50%      { transform: translateY(6px) }
}

/* ══════════════════════════════
   STORY — Page wrapper
══════════════════════════════ */
.story-page {
  max-width: 1280px; margin: 0 auto;
  padding: 0 32px 40px;
}

/* ══════════════════════════════
   STORY — Chapter (text + visual)
══════════════════════════════ */
.story-chapter {
  padding: 56px 0;
  border-bottom: 1px solid var(--border-lt);
}
.story-chapter-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}
.story-chapter.reverse .story-chapter-inner {
  direction: rtl;
}
.story-chapter.reverse .story-chapter-inner > * {
  direction: ltr;
}

.chapter-label {
  display: inline-block;
  font-family: 'Nunito', sans-serif;
  font-size: 10px; font-weight: 800;
  text-transform: uppercase; letter-spacing: .15em;
  color: var(--orange);
  background: var(--orange-pale);
  padding: 4px 14px; border-radius: 50px;
  margin-bottom: 14px;
}
.chapter-label.center {
  display: block; width: fit-content; margin: 0 auto 14px;
}
.story-text h2 {
  font-family: 'Nunito', sans-serif;
  font-size: clamp(22px, 3vw, 30px);
  font-weight: 800; color: var(--text);
  line-height: 1.25; margin-bottom: 16px;
}
.story-text p {
  font-family: 'DM Sans', sans-serif;
  font-size: 15px; color: var(--muted);
  line-height: 1.8; margin-bottom: 14px;
}
.story-text p:last-child { margin-bottom: 0 }
.story-text p strong { color: var(--text); font-weight: 600 }
.story-text p em { color: var(--orange); font-style: italic }

/* Visual card */
.story-card {
  border-radius: var(--radius);
  overflow: hidden;
  position: relative;
  box-shadow: 0 12px 40px rgba(0,0,0,.08);
  transition: transform .3s ease, box-shadow .3s ease;
}
.story-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 48px rgba(0,0,0,.12);
}
.story-card img {
  width: 100%; height: auto; display: block;
}
.story-card-tag {
  position: absolute; bottom: 12px; left: 12px;
  display: inline-flex; align-items: center; gap: 6px;
  font-family: 'Nunito', sans-serif;
  font-size: 11px; font-weight: 700;
  color: #fff;
  background: rgba(0,0,0,.55);
  backdrop-filter: blur(8px);
  padding: 6px 14px; border-radius: 50px;
}
.story-card-tag i { font-size: 10px }

/* ══════════════════════════════
   STORY — Section titles
══════════════════════════════ */
.story-section-title {
  font-family: 'Nunito', sans-serif;
  font-size: clamp(22px, 3vw, 30px);
  font-weight: 800; color: var(--text);
  text-align: center; margin-bottom: 8px;
}
.story-section-subtitle {
  font-family: 'DM Sans', sans-serif;
  font-size: 14.5px; color: var(--muted);
  text-align: center; line-height: 1.7;
  max-width: 520px; margin: 0 auto 36px;
}

/* ══════════════════════════════
   STORY — Values
══════════════════════════════ */
.story-values {
  padding: 56px 0;
  border-bottom: 1px solid var(--border-lt);
  text-align: center;
}
.values-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.value-card {
  background: var(--card);
  border: 1px solid var(--border-lt);
  border-radius: var(--radius);
  padding: 28px 20px;
  text-align: center;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.value-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0,0,0,.07);
  border-color: var(--orange-lt);
}
.value-icon {
  width: 56px; height: 56px; border-radius: 16px;
  margin: 0 auto 16px;
  display: flex; align-items: center; justify-content: center;
  font-size: 22px;
}
.value-icon.love    { background: #ffeef0; color: #e74c3c }
.value-icon.quality { background: var(--orange-pale); color: var(--orange) }
.value-icon.community { background: #eef3ff; color: #4a6cf7 }
.value-icon.care    { background: var(--green-pale); color: var(--green) }
.value-card h3 {
  font-family: 'Nunito', sans-serif;
  font-size: 15px; font-weight: 800;
  color: var(--text); margin-bottom: 8px;
}
.value-card p {
  font-family: 'DM Sans', sans-serif;
  font-size: 13px; color: var(--muted);
  line-height: 1.65;
}

/* ══════════════════════════════
   STORY — Impact / Stats
══════════════════════════════ */
.story-impact {
  padding: 48px 0;
  border-bottom: 1px solid var(--border-lt);
}
.story-impact-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.impact-card {
  text-align: center;
  padding: 28px 12px;
  background: var(--card);
  border: 1px solid var(--border-lt);
  border-radius: var(--radius);
  transition: transform .2s ease, box-shadow .2s ease;
}
.impact-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(0,0,0,.06);
}
.impact-emoji {
  display: block; font-size: 28px;
  margin-bottom: 8px;
}
.impact-num {
  display: block;
  font-family: 'Nunito', sans-serif;
  font-size: 34px; font-weight: 900;
  color: var(--orange);
  margin-bottom: 4px;
}
.impact-label {
  font-family: 'DM Sans', sans-serif;
  font-size: 12.5px; font-weight: 500;
  color: var(--muted);
}

/* ══════════════════════════════
   STORY — Team grid
══════════════════════════════ */
.story-team-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  padding: 0 0 56px;
  border-bottom: 1px solid var(--border-lt);
}
.team-member {
  text-align: center;
  background: var(--card);
  border: 1px solid var(--border-lt);
  border-radius: var(--radius);
  padding: 28px 18px;
  transition: transform .2s ease, box-shadow .2s ease;
}
.team-member:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(0,0,0,.06);
}
.team-avatar {
  position: relative;
  width: 80px; height: 80px;
  margin: 0 auto 14px;
}
.team-avatar img {
  width: 100%; height: 100%;
  border-radius: 50%; object-fit: cover;
  border: 3px solid var(--orange-pale);
}
.team-pet {
  position: absolute; bottom: -4px; right: -4px;
  width: 28px; height: 28px;
  background: var(--card);
  border: 2px solid var(--border-lt);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 13px; line-height: 1;
}
.team-member h4 {
  font-family: 'Nunito', sans-serif;
  font-size: 15px; font-weight: 800;
  color: var(--text); margin-bottom: 2px;
}
.team-role {
  display: block;
  font-family: 'DM Sans', sans-serif;
  font-size: 11.5px; color: var(--orange);
  font-weight: 600; margin-bottom: 10px;
}
.team-member p {
  font-family: 'DM Sans', sans-serif;
  font-size: 12.5px; color: var(--muted);
  line-height: 1.55;
}

/* ══════════════════════════════
   STORY — Promise (final CTA)
══════════════════════════════ */
.story-promise {
  padding: 64px 0 48px;
  text-align: center;
}
.story-promise-inner {
  max-width: 600px;
  margin: 0 auto;
}
.promise-paws {
  display: flex; align-items: center; justify-content: center;
  gap: 16px; margin-bottom: 20px;
}
.promise-paws span {
  font-size: 24px;
  animation: pawFloat 3s ease-in-out infinite;
}
.promise-paws span:nth-child(2) { animation-delay: .6s }
.promise-paws span:nth-child(3) { animation-delay: 1.2s }
.story-promise h2 {
  font-family: 'Nunito', sans-serif;
  font-size: clamp(24px, 4vw, 32px);
  font-weight: 900; color: var(--text);
  margin-bottom: 16px;
}
.story-promise p {
  font-family: 'DM Sans', sans-serif;
  font-size: 15px; color: var(--muted);
  line-height: 1.8; margin-bottom: 16px;
}
.promise-highlight {
  font-size: 18px !important;
  color: var(--text) !important;
  font-weight: 500;
  margin-top: 8px;
}
.promise-highlight strong {
  color: var(--orange); font-weight: 700;
}
.promise-btns {
  display: flex; align-items: center; justify-content: center;
  gap: 12px; flex-wrap: wrap;
  margin-top: 28px;
}
.promise-btn {
  display: inline-flex; align-items: center; gap: 8px;
  height: 46px; padding: 0 28px; border-radius: 50px;
  font-family: 'Nunito', sans-serif;
  font-size: 14px; font-weight: 700;
  transition: all .2s ease;
}
.promise-btn.primary {
  background: var(--orange); color: #fff; border: none;
}
.promise-btn.primary:hover {
  background: var(--orange-dk);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(229,118,37,.3);
}
.promise-btn.outline {
  background: #fff; color: var(--text);
  border: 1.5px solid var(--border);
}
.promise-btn.outline:hover {
  border-color: var(--orange); color: var(--orange);
}

/* ══════════════════════════════
   STORY — Responsive
══════════════════════════════ */
@media (max-width: 960px) {
  .story-chapter-inner { grid-template-columns: 1fr; gap: 28px }
  .story-chapter.reverse .story-chapter-inner { direction: ltr }
  .story-visual { order: -1; max-width: 480px; margin: 0 auto }
  .values-grid { grid-template-columns: repeat(2, 1fr) }
  .story-impact-inner { grid-template-columns: repeat(2, 1fr) }
  .story-team-grid { grid-template-columns: repeat(2, 1fr) }
}
@media (max-width: 580px) {
  .story-hero-inner { padding: 16px 16px 0 }
  .story-hero-content { padding: 24px 0 40px }
  .story-hero h1 { font-size: 28px }
  .story-hero-content > p { font-size: 14px }
  .story-page { padding: 0 16px 32px }
  .story-chapter { padding: 36px 0 }
  .story-text h2 { font-size: 22px }
  .story-text p { font-size: 14px }
  .story-section-title { font-size: 22px }
  .values-grid { gap: 12px }
  .value-card { padding: 20px 14px }
  .value-icon { width: 48px; height: 48px; font-size: 20px }
  .story-impact-inner { gap: 10px }
  .impact-num { font-size: 28px }
  .impact-card { padding: 20px 8px }
  .story-team-grid { gap: 12px }
  .team-member { padding: 20px 12px }
  .story-promise { padding: 40px 0 32px }
  .story-promise h2 { font-size: 24px }
  .story-promise p { font-size: 14px }
}
@media (max-width: 400px) {
  .values-grid { grid-template-columns: 1fr }
  .story-impact-inner { grid-template-columns: 1fr }
  .story-team-grid { grid-template-columns: 1fr }
}
