/* template_05 — "Kidsa" primary-school energetic home.
   Bold, multi-colour, kid-friendly. Every rule is scoped under
   `.sh-template_05` so the page owns its full visual language
   without bleeding into the admin/CMS chrome or other static
   templates shipping in the same app. */

/* Horizontal overflow clip at the body level so the giraffe mascot
   + blob photos can sit a touch outside the page gutter without
   summoning a horizontal scrollbar. `clip` keeps the page scrolling
   on the document, unlike `hidden` which would make body a scroll
   container. */
body.static-home-template_05 {
  overflow-x: clip;
}

.sh-template_05 {
  /* Palette — the Kidsa playbook. Cream + coral carry the hero
     and dominate the surface. Teal owns the stats band. Blue /
     red / yellow colour the CARE grid + small accents, never
     shouting over the coral primary. */
  --ks-cream: #FBF6EA;
  --ks-cream-deep: #F2EAD5;
  --ks-coral: #F58C5B;
  --ks-coral-deep: #E2703C;
  --ks-coral-soft: #FBD5C3;
  --ks-teal: #5A9B96;
  --ks-teal-deep: #4A8480;
  --ks-blue: #4A6E8A;
  --ks-red: #D9522A;
  --ks-yellow: #F0C44C;
  --ks-ink: #2C2A26;
  --ks-ink-soft: #5B574F;
  --ks-mute: #8C877A;

  /* Geometry */
  --ks-gutter: clamp(16px, 4vw, 48px);
  --ks-page-max: 1240px;
  --ks-column: min(1200px, 100% - (var(--ks-gutter) * 2));
  --ks-radius: 22px;
  --ks-radius-sm: 14px;
  --ks-radius-lg: 32px;

  --sh-section-accordion-summary-bg: var(--ks-cream);
  --sh-section-accordion-summary-color: var(--ks-ink);
  --sh-section-accordion-body-bg: #ffffff;
  --sh-section-accordion-border: var(--ks-cream-deep);
  --sh-section-accordion-radius: var(--ks-radius-sm);

  /* Table section — teal header, cream-deep borders/stripe (SHI-200) */
  --sh-section-table-header-bg: var(--ks-teal);
  --sh-section-table-header-color: #ffffff;
  --sh-section-table-border: var(--ks-cream-deep);
  --sh-section-table-stripe-bg: var(--ks-cream-deep);
  --sh-section-table-radius: var(--ks-radius-sm);

  /* Type — Poppins everywhere. */
  --ks-font: "Poppins", "Inter", system-ui, -apple-system, sans-serif;

  font-family: var(--ks-font);
  color: var(--ks-ink);
  background: var(--ks-cream);
  min-height: 100vh;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Skip link — visible when focused, hidden otherwise. */
.sh-template_05 .sh-skip-link {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.sh-template_05 .sh-skip-link:focus {
  left: var(--ks-gutter);
  top: 12px;
  width: auto;
  height: auto;
  padding: 10px 16px;
  background: var(--ks-coral);
  color: #FFFFFF;
  border-radius: var(--ks-radius-sm);
  z-index: 1000;
  font-weight: 600;
}

/* ─── Top bar ──────────────────────────────────────────────── */
.sh-template_05 .sh-topbar {
  background: var(--ks-cream);
  padding: clamp(16px, 2.4vw, 24px) var(--ks-gutter);
  position: relative;
  z-index: 5;
}
.sh-template_05 .sh-topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  max-width: var(--ks-page-max);
  margin: 0 auto;
  width: 100%;
}
.sh-template_05 .sh-topbar-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: var(--ks-ink);
  font-weight: 700;
  letter-spacing: -0.01em;
}
.sh-template_05 .sh-topbar-logo {
  width: 40px;
  height: 40px;
  object-fit: contain;
  border-radius: 999px;
  background: var(--ks-coral-soft);
  padding: 4px;
}
.sh-template_05 .sh-topbar-name {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.01em;
}
.sh-template_05 .sh-topbar-nav {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.sh-template_05 .sh-topbar-link {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border-radius: 999px;
  text-decoration: none;
  color: var(--ks-blue);
  font-weight: 500;
  font-size: 14.5px;
  transition: background-color 0.18s ease, color 0.18s ease;
}
.sh-template_05 .sh-topbar-link:hover {
  background: var(--ks-cream-deep);
  color: var(--ks-ink);
}
.sh-template_05 .sh-topbar-link-accent {
  background: var(--ks-ink);
  color: #FFFFFF;
  padding: 8px 18px;
}
.sh-template_05 .sh-topbar-link-accent:hover {
  background: var(--ks-coral);
  color: #FFFFFF;
}
.sh-template_05 .sh-topbar-signout-form { display: inline; }
.sh-template_05 .sh-topbar-signout {
  appearance: none;
  background: transparent;
  border: 1px solid var(--ks-ink);
  color: var(--ks-ink);
  padding: 7px 14px;
  border-radius: 999px;
  font-size: 14.5px;
  font-weight: 500;
  cursor: pointer;
}
.sh-template_05 .sh-topbar-signout:hover {
  background: var(--ks-ink);
  color: #FFFFFF;
}
.sh-template_05 .sh-topbar-menu-btn {
  display: none;
  appearance: none;
  background: transparent;
  border: 1px solid var(--ks-cream-deep);
  border-radius: 999px;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  color: var(--ks-ink);
  cursor: pointer;
  padding: 0;
}
.sh-template_05 .sh-topbar-menu-btn:hover {
  background: var(--ks-cream-deep);
}
.sh-template_05 .sh-topbar-menu-icon {
  width: 22px;
  height: 22px;
  display: block;
}
@media (max-width: 800px) {
  .sh-template_05 .sh-topbar-inner { position: relative; gap: 12px; padding-right: 60px; }
  .sh-template_05 .sh-topbar-brand { min-width: 0; flex: 1 1 auto; overflow: hidden; }
  .sh-template_05 .sh-topbar-name { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; min-width: 0; }
  .sh-template_05 .sh-topbar-logo { flex-shrink: 0; }
  .sh-template_05 .sh-topbar-menu-btn {
    display: inline-flex;
    flex-shrink: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .sh-template_05 .sh-topbar-nav {
    display: none;
    position: absolute;
    top: calc(100% + 12px);
    right: 0;
    left: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    padding: 12px;
    background: var(--ks-cream);
    border: 1px solid var(--ks-cream-deep);
    border-radius: 14px;
    box-shadow: 0 12px 28px -16px rgba(13, 34, 64, 0.25);
    z-index: 6;
  }
  .sh-template_05 .sh-topbar.sh-topbar-open .sh-topbar-nav { display: flex; }
  .sh-template_05 .sh-topbar-nav .sh-topbar-link,
  .sh-template_05 .sh-topbar-nav .sh-topbar-signout {
    width: 100%;
    justify-content: flex-start;
    text-align: left;
  }
  .sh-template_05 .sh-topbar-signout-form { display: block; width: 100%; }
}
@media (max-width: 480px) {
  .sh-template_05 .sh-topbar-name { display: none; }
}

/* ─── Buttons ──────────────────────────────────────────────── */
.sh-template_05 .sh-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 26px;
  border-radius: 999px;
  font-size: 15.5px;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-decoration: none;
  transition: transform 0.18s ease, background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
  border: 2px solid transparent;
  cursor: pointer;
}
.sh-template_05 .sh-btn:hover { transform: translateY(-2px); }
.sh-template_05 .sh-btn-primary {
  background: var(--ks-coral);
  color: #FFFFFF;
  box-shadow: 0 8px 20px -10px rgba(242, 115, 65, 0.9);
}
.sh-template_05 .sh-btn-primary:hover { background: var(--ks-coral-deep); }
.sh-template_05 .sh-btn-ghost {
  background: transparent;
  color: var(--ks-coral-deep);
  border-color: var(--ks-coral);
}
.sh-template_05 .sh-btn-ghost:hover {
  background: var(--ks-coral);
  color: #FFFFFF;
}

/* ─── Generic section helpers ──────────────────────────────── */
.sh-template_05 .sh-main {
  display: block;
  background: var(--ks-cream);
}
.sh-template_05 .sh-section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 12.5px;
  font-weight: 600;
  color: var(--ks-coral-deep);
  margin: 0 0 16px;
}
.sh-template_05 .sh-section-title {
  font-size: clamp(28px, 3.4vw, 42px);
  line-height: 1.12;
  letter-spacing: -0.02em;
  font-weight: 700;
  color: var(--ks-ink);
  margin: 0 0 16px;
}

/* ─── Hero ─────────────────────────────────────────────────── */
.sh-template_05 .sh-hero {
  padding: clamp(24px, 5vw, 56px) var(--ks-gutter) clamp(40px, 6vw, 80px);
  background: var(--ks-cream);
  position: relative;
  overflow: hidden;
}
.sh-template_05 .sh-hero::before {
  /* Soft coral halo behind the hero — sets the warm mood without
     committing to a hard background band. */
  content: "";
  position: absolute;
  top: -120px;
  right: -160px;
  width: 520px;
  height: 520px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(245,140,91,0.18), transparent 65%);
  pointer-events: none;
}
.sh-template_05 .sh-hero-inner {
  position: relative;
  max-width: var(--ks-page-max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(28px, 4vw, 56px);
  align-items: center;
}
@media (min-width: 900px) {
  .sh-template_05 .sh-hero-inner {
    grid-template-columns: 1.05fr 1fr;
  }
}
.sh-template_05 .sh-hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(245,140,91,0.14);
  color: var(--ks-coral-deep);
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 0 0 22px;
}
.sh-template_05 .sh-hero-kicker-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--ks-coral);
  display: inline-block;
}
.sh-template_05 .sh-hero-title {
  font-size: clamp(40px, 6vw, 72px);
  line-height: 1.04;
  letter-spacing: -0.03em;
  font-weight: 700;
  color: var(--ks-ink);
  margin: 0 0 20px;
}
.sh-template_05 .sh-hero-title-accent {
  font-style: italic;
  color: var(--ks-coral);
  font-weight: 700;
}
.sh-template_05 .sh-hero-lede {
  font-size: clamp(16px, 1.3vw, 18px);
  line-height: 1.6;
  color: var(--ks-ink-soft);
  margin: 0 0 28px;
  max-width: 520px;
}
.sh-template_05 .sh-hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
.sh-template_05 .sh-hero-art {
  position: relative;
  min-height: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sh-template_05 .sh-hero-blob {
  position: relative;
  width: min(100%, 460px);
  aspect-ratio: 1 / 1.05;
}
.sh-template_05 .sh-hero-blob-shape {
  position: absolute;
  inset: -16px -24px 24px -16px;
  background: var(--ks-coral);
  /* Same blob silhouette as ks-blob-1, offset so it peeks out
     behind the photo like a thick coloured outline. */
  clip-path: url(#ks-blob-1);
  z-index: 0;
}
.sh-template_05 .sh-hero-image {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  clip-path: url(#ks-blob-1);
}
.sh-template_05 .sh-hero-cloud {
  position: absolute;
  top: -8px;
  left: 4%;
  width: 90px;
  height: 56px;
  opacity: 0.9;
  z-index: 2;
}
.sh-template_05 .sh-hero-car {
  position: absolute;
  bottom: 8%;
  right: 0;
  width: 110px;
  height: 56px;
  z-index: 2;
}

/* ─── Reasons ──────────────────────────────────────────────── */
.sh-template_05 .sh-reasons {
  padding: clamp(48px, 6vw, 96px) var(--ks-gutter);
  background: var(--ks-cream);
}
.sh-template_05 .sh-reasons-inner {
  max-width: var(--ks-page-max);
  margin: 0 auto;
}
.sh-template_05 .sh-reasons-header {
  text-align: center;
  margin: 0 auto 40px;
  max-width: 640px;
}
.sh-template_05 .sh-reasons-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
}
.sh-template_05 .sh-reason { list-style: none; }
.sh-template_05 .sh-reason-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 28px 22px 24px;
  background: #FFFFFF;
  border-radius: var(--ks-radius);
  text-decoration: none;
  color: var(--ks-ink);
  height: 100%;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  border: 1px solid var(--ks-cream-deep);
}
.sh-template_05 a.sh-reason-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px -24px rgba(44, 42, 38, 0.25);
}
.sh-template_05 .sh-reason-icon {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  background: var(--ks-coral);
  /* Scalloped — a soft squircle made of gently wavy sides so the
     container reads as hand-drawn rather than a rigid rounded-
     rectangle. A CSS mask on a radial-gradient would work too, but
     this border-radius pattern is cheap and legible. */
  border-radius: 32% 68% 38% 62% / 56% 34% 66% 44%;
}
.sh-template_05 .sh-reason-icon svg { width: 30px; height: 30px; }
.sh-template_05 .sh-reason-title {
  font-size: 19px;
  font-weight: 700;
  color: var(--ks-ink);
  margin: 6px 0 0;
  letter-spacing: -0.01em;
}
.sh-template_05 .sh-reason-copy {
  color: var(--ks-ink-soft);
  font-size: 14.5px;
  line-height: 1.55;
  margin: 0;
}
.sh-template_05 .sh-reason-more {
  color: var(--ks-coral-deep);
  font-weight: 600;
  font-size: 14px;
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.sh-template_05 .sh-reason-more::after {
  content: "→";
  transition: transform 0.2s ease;
}
.sh-template_05 a.sh-reason-card:hover .sh-reason-more::after {
  transform: translateX(4px);
}

/* ─── About ───────────────────────────────────────────────── */
.sh-template_05 .sh-about {
  padding: clamp(56px, 8vw, 120px) var(--ks-gutter);
  background: var(--ks-cream);
  position: relative;
}
.sh-template_05 .sh-about-inner {
  position: relative;
  max-width: var(--ks-page-max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
}
@media (min-width: 900px) {
  .sh-template_05 .sh-about-inner {
    grid-template-columns: 1fr 1.1fr;
  }
}
.sh-template_05 .sh-about-media {
  position: relative;
  min-height: 380px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sh-template_05 .sh-about-blob {
  position: relative;
  width: min(100%, 440px);
  aspect-ratio: 1 / 1;
}
.sh-template_05 .sh-about-blob-shape {
  position: absolute;
  inset: -14px -14px 18px -22px;
  background: var(--ks-teal);
  clip-path: url(#ks-blob-2);
  z-index: 0;
}
.sh-template_05 .sh-about-image {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  clip-path: url(#ks-blob-2);
}
.sh-template_05 .sh-about-dots {
  position: absolute;
  bottom: -12px;
  left: -12px;
  width: 100px;
  height: 100px;
  opacity: 0.85;
  z-index: 2;
}
.sh-template_05 .sh-about-title-accent {
  font-style: italic;
  color: var(--ks-coral);
  font-weight: 700;
}
.sh-template_05 .sh-about-lede {
  font-size: 16.5px;
  line-height: 1.7;
  color: var(--ks-ink-soft);
  margin: 0 0 28px;
  max-width: 560px;
}
.sh-template_05 .sh-about-highlights {
  list-style: none;
  margin: 0 0 36px;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}
@media (min-width: 640px) {
  .sh-template_05 .sh-about-highlights {
    grid-template-columns: 1fr 1fr;
  }
}
.sh-template_05 .sh-about-highlight {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 18px;
  background: #FFFFFF;
  border-radius: var(--ks-radius);
  border: 1px solid var(--ks-cream-deep);
}
.sh-template_05 .sh-about-highlight-icon {
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  color: #FFFFFF;
}
.sh-template_05 .sh-about-highlight-icon svg { width: 22px; height: 22px; }
.sh-template_05 .sh-about-highlight-icon-sport { background: var(--ks-coral); }
.sh-template_05 .sh-about-highlight-icon-learn { background: var(--ks-teal); }
.sh-template_05 .sh-about-highlight-body {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.sh-template_05 .sh-about-highlight-title {
  font-weight: 700;
  font-size: 14.5px;
  color: var(--ks-ink);
}
.sh-template_05 .sh-about-highlight-copy {
  font-size: 13.5px;
  color: var(--ks-ink-soft);
  line-height: 1.5;
}
.sh-template_05 .sh-about-principal {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-top: 12px;
  border-top: 1px dashed var(--ks-cream-deep);
}
.sh-template_05 .sh-about-principal-avatar {
  flex: 0 0 auto;
  width: 56px;
  height: 56px;
  border-radius: 999px;
  background: var(--ks-coral-soft);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.sh-template_05 .sh-about-principal-avatar svg { width: 100%; height: 100%; }
.sh-template_05 .sh-about-principal-body {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.sh-template_05 .sh-about-principal-name {
  font-weight: 700;
  color: var(--ks-ink);
}
.sh-template_05 .sh-about-principal-role {
  font-size: 13.5px;
  color: var(--ks-mute);
}
.sh-template_05 .sh-about-principal-phone {
  font-size: 14px;
  color: var(--ks-coral-deep);
  text-decoration: none;
  font-weight: 600;
}
.sh-template_05 .sh-about-principal-phone:hover { text-decoration: underline; }

/* Giraffe — only surfaces on wide viewports, otherwise it crowds
   the right gutter against the copy. */
.sh-template_05 .sh-about-giraffe {
  display: none;
  position: absolute;
  right: -20px;
  bottom: -40px;
  width: 110px;
  height: 180px;
  opacity: 0.9;
  z-index: 3;
  pointer-events: none;
}
@media (min-width: 1100px) {
  .sh-template_05 .sh-about-giraffe { display: block; }
}

/* ─── Stats band ──────────────────────────────────────────── */
.sh-template_05 .sh-stats {
  background: var(--ks-teal);
  color: #FFFFFF;
  padding: clamp(56px, 7vw, 96px) var(--ks-gutter);
  position: relative;
  overflow: hidden;
}
.sh-template_05 .sh-stats-inner {
  position: relative;
  max-width: var(--ks-page-max);
  margin: 0 auto;
  z-index: 1;
}
.sh-template_05 .sh-stats-cloud {
  position: absolute;
  width: 180px;
  height: 90px;
  opacity: 0.9;
  pointer-events: none;
  z-index: 0;
}
.sh-template_05 .sh-stats-cloud-left  { top: 8%; left: -40px; }
.sh-template_05 .sh-stats-cloud-right { bottom: 8%; right: -60px; transform: scaleX(-1); }
.sh-template_05 .sh-stats-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 20px;
  text-align: center;
}
.sh-template_05 .sh-stat {
  padding: 12px 4px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.sh-template_05 .sh-stat + .sh-stat {
  border-left: 1px dashed rgba(255, 255, 255, 0.25);
}
@media (max-width: 700px) {
  .sh-template_05 .sh-stat + .sh-stat { border-left: 0; }
}
.sh-template_05 .sh-stat-num {
  font-size: clamp(32px, 3.6vw, 44px);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #FFFFFF;
}
.sh-template_05 .sh-stat-label {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 500;
}

/* ─── Values grid (CARE) ──────────────────────────────────── */
.sh-template_05 .sh-values {
  padding: clamp(56px, 7vw, 96px) var(--ks-gutter);
  background: var(--ks-cream);
}
.sh-template_05 .sh-values-inner {
  max-width: var(--ks-page-max);
  margin: 0 auto;
}
.sh-template_05 .sh-values-header {
  text-align: center;
  margin: 0 auto 40px;
  max-width: 700px;
}
.sh-template_05 .sh-values-lede {
  color: var(--ks-ink-soft);
  font-size: 16px;
  margin: 0;
}
.sh-template_05 .sh-values-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
}
.sh-template_05 .sh-value {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 30px 24px 28px;
  border-radius: var(--ks-radius);
  color: #FFFFFF;
  position: relative;
  overflow: hidden;
  /* The listing marker ends up outside the value card because the
     parent is an ordered list; zero it out to keep the bold colour
     block clean. */
  list-style: none;
}
.sh-template_05 .sh-value::before {
  /* A soft white radial blob in the corner of each card — adds
     depth without committing to a gradient that might clash with
     the vivid fill colour. */
  content: "";
  position: absolute;
  top: -60px;
  right: -60px;
  width: 180px;
  height: 180px;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  pointer-events: none;
}
.sh-template_05 .sh-value-blue  { background: var(--ks-teal); }
.sh-template_05 .sh-value-sun   { background: var(--ks-coral); }
.sh-template_05 .sh-value-coral { background: var(--ks-blue); }
.sh-template_05 .sh-value-leaf  { background: var(--ks-red); }
.sh-template_05 .sh-value-icon {
  width: 52px;
  height: 52px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  border: 1.5px solid rgba(255, 255, 255, 0.45);
}
.sh-template_05 .sh-value-icon svg { width: 26px; height: 26px; }
.sh-template_05 .sh-value-title {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #FFFFFF;
  margin: 0;
}
.sh-template_05 .sh-value-copy {
  font-size: 14.5px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.92);
  margin: 0;
  flex: 1 1 auto;
}
.sh-template_05 .sh-value-more {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  color: #FFFFFF;
  font-size: 13.5px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.18s ease;
}
.sh-template_05 .sh-value-more:hover {
  background: rgba(255, 255, 255, 0.32);
}

/* ─── Testimonials ────────────────────────────────────────── */
.sh-template_05 .sh-testimonials {
  padding: clamp(64px, 8vw, 120px) var(--ks-gutter) clamp(56px, 7vw, 96px);
  background: var(--ks-cream);
}
.sh-template_05 .sh-testimonials-inner {
  max-width: var(--ks-page-max);
  margin: 0 auto;
}
.sh-template_05 .sh-testimonials-header {
  text-align: center;
  margin: 0 auto 56px;
  max-width: 680px;
}
.sh-template_05 .sh-testimonials-lede {
  color: var(--ks-ink-soft);
  font-size: 16px;
  margin: 0;
}
.sh-template_05 .sh-testimonials-grid {
  list-style: none;
  margin: 0;
  padding: 60px 0 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 28px;
}
.sh-template_05 .sh-testimonial-card {
  position: relative;
  padding: 60px 22px 26px;
  background: #FFFFFF;
  border-radius: var(--ks-radius);
  border: 1px solid var(--ks-cream-deep);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.sh-template_05 .sh-testimonial-bubble {
  position: absolute;
  top: -44px;
  left: 50%;
  transform: translateX(-50%);
  width: 86%;
  background: var(--ks-cream);
  border: 1.5px dashed var(--ks-coral);
  border-radius: 22px;
  padding: 14px 18px 16px;
  color: var(--ks-ink);
  box-shadow: 0 10px 24px -18px rgba(44, 42, 38, 0.35);
}
.sh-template_05 .sh-testimonial-bubble::after {
  /* Speech-bubble tail pointing at the avatar */
  content: "";
  position: absolute;
  bottom: -9px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 14px;
  height: 14px;
  background: var(--ks-cream);
  border-right: 1.5px dashed var(--ks-coral);
  border-bottom: 1.5px dashed var(--ks-coral);
}
.sh-template_05 .sh-testimonial-mark {
  font-size: 32px;
  line-height: 0.2;
  color: var(--ks-coral);
  position: absolute;
  top: 14px;
  left: 14px;
  font-family: Georgia, serif;
}
.sh-template_05 .sh-testimonial-quote {
  font-size: 13.5px;
  line-height: 1.55;
  color: var(--ks-ink-soft);
  margin: 0;
  /* Clamp so one really long Priya K. quote doesn't push the
     bubble taller than its sibling cards — the full testimonial
     still reads fine in the three-line cap. */
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.sh-template_05 .sh-testimonial-avatar-wrap {
  position: relative;
  width: 120px;
  height: 120px;
  margin-top: 28px;
}
.sh-template_05 .sh-testimonial-avatar-bg {
  position: absolute;
  inset: 0;
  border-radius: 999px;
}
.sh-template_05 .sh-testimonial-avatar {
  position: absolute;
  inset: 8px;
  border-radius: 999px;
  overflow: hidden;
  background: #FFFFFF;
}
.sh-template_05 .sh-testimonial-avatar-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sh-template_05 .sh-testimonial-card-teal  .sh-testimonial-avatar-bg { background: var(--ks-teal); }
.sh-template_05 .sh-testimonial-card-cream .sh-testimonial-avatar-bg { background: var(--ks-yellow); }
.sh-template_05 .sh-testimonial-card-coral .sh-testimonial-avatar-bg { background: var(--ks-coral); }
.sh-template_05 .sh-testimonial-meta {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.sh-template_05 .sh-testimonial-name {
  font-weight: 700;
  font-size: 16px;
  color: var(--ks-ink);
}
.sh-template_05 .sh-testimonial-role {
  font-size: 13.5px;
  color: var(--ks-mute);
}

/* ─── Find us / contact ───────────────────────────────────── */
.sh-template_05 .sh-findus {
  padding: clamp(64px, 8vw, 120px) var(--ks-gutter);
  background: var(--ks-cream);
  position: relative;
}
.sh-template_05 .sh-findus::before {
  /* Subtle coral glow in the top-right to echo the hero halo and
     signal "closing the loop". Non-decorative? No — purely mood. */
  content: "";
  position: absolute;
  top: -80px;
  left: -120px;
  width: 420px;
  height: 420px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(90,155,150,0.16), transparent 65%);
  pointer-events: none;
}
.sh-template_05 .sh-findus-inner {
  position: relative;
  max-width: var(--ks-page-max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(28px, 4vw, 56px);
}
@media (min-width: 900px) {
  .sh-template_05 .sh-findus-inner {
    grid-template-columns: 1fr 1.1fr;
    align-items: start;
  }
}
.sh-template_05 .sh-findus-intro {
  color: var(--ks-ink-soft);
  font-size: 16px;
  line-height: 1.65;
  margin: 0 0 24px;
  max-width: 460px;
}
.sh-template_05 .sh-findus-details {
  margin: 0 0 20px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}
@media (min-width: 540px) {
  .sh-template_05 .sh-findus-details {
    grid-template-columns: 1fr 1fr;
  }
}
.sh-template_05 .sh-findus-detail {
  background: #FFFFFF;
  padding: 16px 18px;
  border-radius: var(--ks-radius-sm);
  border: 1px solid var(--ks-cream-deep);
}
.sh-template_05 .sh-findus-detail dt {
  text-transform: uppercase;
  font-size: 11.5px;
  letter-spacing: 0.1em;
  font-weight: 600;
  color: var(--ks-coral-deep);
  margin: 0 0 4px;
}
.sh-template_05 .sh-findus-detail dd {
  margin: 0;
  font-size: 14.5px;
  color: var(--ks-ink);
  font-weight: 500;
}
.sh-template_05 .sh-findus-detail dd a {
  color: var(--ks-ink);
  text-decoration: none;
}
.sh-template_05 .sh-findus-detail dd a:hover { color: var(--ks-coral-deep); }
.sh-template_05 .sh-findus-social {
  display: flex;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.sh-template_05 .sh-findus-social-link {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: #FFFFFF;
  border: 1px solid var(--ks-cream-deep);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--ks-coral-deep);
  transition: background-color 0.18s ease, color 0.18s ease;
}
.sh-template_05 .sh-findus-social-link:hover {
  background: var(--ks-coral);
  color: #FFFFFF;
  border-color: var(--ks-coral);
}
.sh-template_05 .sh-findus-social-link svg { width: 20px; height: 20px; }
.sh-template_05 .sh-findus-form {
  background: #FFFFFF;
  border-radius: var(--ks-radius);
  padding: 4px;
}

/* ─── Footer ──────────────────────────────────────────────── */
.sh-template_05 .sh-footer {
  background: var(--ks-cream-deep);
  color: var(--ks-ink);
  padding: clamp(48px, 6vw, 80px) var(--ks-gutter) clamp(24px, 3vw, 36px);
}
.sh-template_05 .sh-footer-inner {
  max-width: var(--ks-page-max);
  margin: 0 auto;
}
.sh-template_05 .sh-footer-top {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  margin-bottom: 32px;
}
@media (min-width: 700px) {
  .sh-template_05 .sh-footer-top {
    grid-template-columns: 1.3fr repeat(3, 1fr);
  }
}
.sh-template_05 .sh-footer-brand {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 260px;
}
.sh-template_05 .sh-footer-logo {
  width: 56px;
  height: 56px;
  object-fit: contain;
  border-radius: 999px;
  background: var(--ks-cream);
  padding: 6px;
}
.sh-template_05 .sh-footer-tagline {
  font-size: 14px;
  color: var(--ks-ink-soft);
  margin: 0;
  line-height: 1.55;
}
.sh-template_05 .sh-footer-heading {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: var(--ks-coral-deep);
  margin: 0 0 12px;
}
.sh-template_05 .sh-footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.sh-template_05 .sh-footer-link {
  color: var(--ks-ink);
  text-decoration: none;
  font-size: 14.5px;
  transition: color 0.15s ease;
}
.sh-template_05 .sh-footer-link:hover { color: var(--ks-coral-deep); }
.sh-template_05 .sh-footer-text {
  font-size: 14.5px;
  color: var(--ks-ink-soft);
  line-height: 1.55;
}
.sh-template_05 .sh-footer-ack {
  border-top: 1px solid rgba(44, 42, 38, 0.12);
  border-bottom: 1px solid rgba(44, 42, 38, 0.12);
  padding: 20px 0;
  margin: 12px 0 16px;
  color: var(--ks-ink-soft);
  font-size: 13.5px;
  line-height: 1.55;
}
.sh-template_05 .sh-footer-legal {
  font-size: 13px;
  color: var(--ks-mute);
  text-align: center;
}

/* ---------- App store badges (Bluedesk parent app) ---------- */
.sh-template_05 .sh-footer-apps {
  margin-top: 24px;
}
.sh-template_05 .sh-footer-apps-blurb {
  margin: 0 0 12px;
  font-size: 14px;
  line-height: 1.5;
  opacity: 0.85;
  max-width: 320px;
}
.sh-template_05 .sh-footer-apps-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.sh-template_05 .sh-app-badge {
  display: inline-block;
  line-height: 0;
  border-radius: 6px;
  transition: transform 120ms ease;
}
.sh-template_05 .sh-app-badge svg {
  display: block;
  height: 40px;
  width: auto;
}
.sh-template_05 .sh-app-badge:hover { transform: translateY(-1px); }

/* ─── Topbar — More overflow + avatar dropdown + sub-page menus ──────── */
/* The homepage nav shipped a flat list of <a class="sh-topbar-link">.
   Inner pages need: a "More" overflow when there are >5 top-level
   pages, a sub-page dropdown under any page with `navigable_sub_pages`,
   and an avatar menu when someone is signed in. All three reuse the
   `dropdown` Stimulus controller, so the styling here just gives each
   surface a placement + cream-card body. */
.sh-template_05 .sh-topbar-dropdown { position: relative; }
.sh-template_05 .sh-topbar-dropdown-btn {
  appearance: none;
  background: transparent;
  border: 0;
  cursor: pointer;
  font: inherit;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.sh-template_05 .sh-topbar-chevron {
  width: 10px;
  height: 6px;
  transition: transform 0.18s ease;
}
.sh-template_05 .sh-topbar-dropdown-btn[aria-expanded="true"] .sh-topbar-chevron,
.sh-template_05 .sh-topbar-overflow-btn[aria-expanded="true"] .sh-topbar-chevron,
.sh-template_05 .sh-topbar-user-btn[aria-expanded="true"] .sh-topbar-chevron {
  transform: rotate(180deg);
}
.sh-template_05 .sh-topbar-submenu,
.sh-template_05 .sh-topbar-overflow-menu {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  background: #FFFFFF;
  border: 1px solid var(--ks-cream-deep);
  border-radius: var(--ks-radius-sm);
  box-shadow: 0 18px 40px -22px rgba(44, 42, 38, 0.28);
  padding: 8px;
  min-width: 220px;
  z-index: 50;
  list-style: none;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.sh-template_05 .sh-topbar-submenu.hidden,
.sh-template_05 .sh-topbar-overflow-menu.hidden { display: none; }
.sh-template_05 .sh-topbar-submenu .sh-topbar-link,
.sh-template_05 .sh-topbar-overflow-menu .sh-topbar-link {
  width: 100%;
  justify-content: flex-start;
  text-align: left;
  border-radius: 10px;
  font-size: 14px;
  padding: 8px 12px;
}
.sh-template_05 .sh-topbar-overflow { position: relative; }
.sh-template_05 .sh-topbar-overflow-btn {
  appearance: none;
  background: transparent;
  border: 0;
  cursor: pointer;
  font: inherit;
}
.sh-template_05 .sh-topbar-dropdown-nested .sh-topbar-submenu {
  /* Nested dropdowns flow under the parent on hover; cap depth so
     deep page trees don't push off-screen. */
  position: static;
  box-shadow: none;
  border: 0;
  background: transparent;
  padding: 4px 0 0 12px;
}

/* Avatar menu — same vocabulary as the .sh-topbar-link pill but with
   the avatar disc on the left. */
.sh-template_05 .sh-topbar-user { position: relative; }
.sh-template_05 .sh-topbar-user-btn {
  appearance: none;
  background: var(--ks-cream-deep);
  border: 0;
  border-radius: 999px;
  padding: 4px 12px 4px 4px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  color: var(--ks-ink);
  font: inherit;
  transition: background-color 0.18s ease;
}
.sh-template_05 .sh-topbar-user-btn:hover { background: var(--ks-coral-soft); }
.sh-template_05 .sh-topbar-user-avatar {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  background: var(--ks-coral);
  color: #FFFFFF;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
  flex-shrink: 0;
}
.sh-template_05 .sh-topbar-user-avatar-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sh-template_05 .sh-topbar-user-avatar-initials {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-transform: uppercase;
}
.sh-template_05 .sh-topbar-user-menu {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  min-width: 240px;
  background: #FFFFFF;
  border: 1px solid var(--ks-cream-deep);
  border-radius: var(--ks-radius-sm);
  box-shadow: 0 18px 40px -22px rgba(44, 42, 38, 0.28);
  padding: 8px;
  z-index: 50;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.sh-template_05 .sh-topbar-user-menu.hidden { display: none; }
.sh-template_05 .sh-topbar-user-identity {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
  border-bottom: 1px solid var(--ks-cream-deep);
  margin-bottom: 4px;
}
.sh-template_05 .sh-topbar-user-identity-avatar {
  width: 36px;
  height: 36px;
  border-radius: 999px;
  background: var(--ks-coral);
  color: #FFFFFF;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  font-size: 13px;
  font-weight: 700;
  flex-shrink: 0;
}
.sh-template_05 .sh-topbar-user-identity-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}
.sh-template_05 .sh-topbar-user-identity-name {
  font-weight: 600;
  font-size: 14px;
  color: var(--ks-ink);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sh-template_05 .sh-topbar-user-identity-email {
  font-size: 12.5px;
  color: var(--ks-mute);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sh-template_05 .sh-topbar-user-link,
.sh-template_05 .sh-topbar-user-signout {
  appearance: none;
  display: block;
  width: 100%;
  text-align: left;
  background: transparent;
  border: 0;
  font: inherit;
  cursor: pointer;
  padding: 9px 10px;
  border-radius: 10px;
  text-decoration: none;
  color: var(--ks-ink);
  font-size: 14px;
}
.sh-template_05 .sh-topbar-user-link:hover,
.sh-template_05 .sh-topbar-user-signout:hover {
  background: var(--ks-cream-deep);
  color: var(--ks-coral-deep);
}
.sh-template_05 .sh-topbar-user-signout-form { margin: 0; }

/* Mobile drawer — appears below 980px under the hamburger toggle.
   The homepage nav already hides the inline links at 800px (older
   rule above) so we collapse those + add a real drawer for inner
   pages. */
.sh-template_05 .sh-topbar-mobile {
  display: none;
  background: var(--ks-cream);
  border-top: 1px solid var(--ks-cream-deep);
  padding: 8px var(--ks-gutter) 16px;
}
.sh-template_05 .sh-topbar.sh-topbar-open .sh-topbar-mobile { display: block; }
.sh-template_05 .sh-topbar-mobile-inner {
  max-width: var(--ks-page-max);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.sh-template_05 .sh-topbar-mobile-link {
  display: block;
  padding: 12px 14px;
  border-radius: 12px;
  text-decoration: none;
  color: var(--ks-ink);
  font-weight: 500;
  font-size: 15px;
  border-bottom: 1px solid var(--ks-cream-deep);
}
.sh-template_05 .sh-topbar-mobile-link:hover {
  background: var(--ks-cream-deep);
  color: var(--ks-coral-deep);
}
.sh-template_05 .sh-topbar-mobile-link.sh-topbar-mobile-sub {
  padding-left: 30px;
  font-size: 14px;
  color: var(--ks-ink-soft);
}
.sh-template_05 .sh-topbar-mobile-divider {
  height: 1px;
  background: var(--ks-cream-deep);
  margin: 10px 0;
}
.sh-template_05 .sh-topbar-mobile-identity {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px 10px;
}
.sh-template_05 .sh-topbar-mobile-identity-avatar {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background: var(--ks-coral);
  color: #FFFFFF;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  font-size: 14px;
  font-weight: 700;
  flex-shrink: 0;
}
.sh-template_05 .sh-topbar-mobile-identity-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}
.sh-template_05 .sh-topbar-mobile-identity-name {
  font-weight: 600;
  font-size: 14.5px;
  color: var(--ks-ink);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sh-template_05 .sh-topbar-mobile-identity-email {
  font-size: 12.5px;
  color: var(--ks-mute);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sh-template_05 .sh-topbar-mobile-signout-form { width: 100%; }
.sh-template_05 .sh-topbar-mobile-signout {
  appearance: none;
  display: block;
  width: 100%;
  text-align: left;
  background: transparent;
  border: 0;
  font: inherit;
  cursor: pointer;
  padding: 12px 14px;
  border-radius: 12px;
  color: var(--ks-ink);
  font-weight: 500;
  font-size: 15px;
  border-bottom: 1px solid var(--ks-cream-deep);
}
.sh-template_05 .sh-topbar-mobile-signout:hover {
  background: var(--ks-cream-deep);
  color: var(--ks-coral-deep);
}

/* On wide viewports the hamburger + drawer hide; the inline pill
   nav owns the chrome. The homepage already had a max-width:800px
   rule that toggles the inline nav off, but we want our drawer to
   surface up to ~980px so families on tablets get the full sub-page
   index. */
@media (max-width: 980px) {
  .sh-template_05 .sh-topbar-menu-btn { display: inline-flex; }
  .sh-template_05 .sh-topbar-inner { position: relative; padding-right: 60px; }
  .sh-template_05 .sh-topbar-menu-btn {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .sh-template_05 .sh-topbar-nav { display: none; }
}
@media (min-width: 981px) {
  .sh-template_05 .sh-topbar-mobile { display: none !important; }
}

/* ─── Inner-page hero ──────────────────────────────────────── */
/* Mirrors the homepage hero shape: cream surface, coral kicker
   pill, big Poppins title with italic-coral accent on the last
   word, and a coral-blob mark on the right echoing `.sh-hero-blob`.
   Padding intentionally trimmed vs. the homepage hero so /p/<slug>
   hands off to the body shell quicker. */
.sh-template_05 .sh-journal-hero {
  padding: clamp(28px, 4vw, 56px) var(--ks-gutter) clamp(40px, 5vw, 72px);
  background: var(--ks-cream);
  position: relative;
  overflow: hidden;
}
.sh-template_05 .sh-journal-hero::before {
  /* Same coral halo as `.sh-hero::before`, scaled down. Sets the
     warm mood without committing to a hard background band. */
  content: "";
  position: absolute;
  top: -120px;
  right: -160px;
  width: 460px;
  height: 460px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(245,140,91,0.18), transparent 65%);
  pointer-events: none;
}
.sh-template_05 .sh-journal-hero-inner {
  position: relative;
  max-width: var(--ks-page-max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(24px, 4vw, 48px);
  align-items: center;
}
@media (min-width: 900px) {
  .sh-template_05 .sh-journal-hero-inner {
    grid-template-columns: 1.4fr 1fr;
  }
}
.sh-template_05 .sh-journal-hero-copy {
  display: flex;
  flex-direction: column;
  gap: 18px;
  max-width: 640px;
}
.sh-template_05 .sh-journal-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  font-size: 13px;
  color: var(--ks-mute);
  letter-spacing: 0.01em;
}
.sh-template_05 .sh-journal-breadcrumb a {
  color: var(--ks-ink-soft);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: color 0.15s ease, border-color 0.15s ease;
  padding-bottom: 1px;
}
.sh-template_05 .sh-journal-breadcrumb a:hover {
  color: var(--ks-coral-deep);
  border-bottom-color: var(--ks-coral-soft);
}
.sh-template_05 .sh-journal-breadcrumb-sep { opacity: 0.5; }
.sh-template_05 .sh-journal-breadcrumb [aria-current="page"] {
  color: var(--ks-ink);
  font-weight: 600;
}

/* Eyebrow — same pill vocabulary as `.sh-hero-kicker` so the inner
   page reads as the same family. The dot helper is also reused
   inside the wall and section-break eyebrows. */
.sh-template_05 .sh-journal-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(245,140,91,0.14);
  color: var(--ks-coral-deep);
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 0;
  align-self: flex-start;
}
.sh-template_05 .sh-journal-eyebrow-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--ks-coral);
  display: inline-block;
  flex-shrink: 0;
}

.sh-template_05 .sh-journal-title {
  font-family: var(--ks-font);
  font-size: clamp(36px, 5.4vw, 64px);
  line-height: 1.06;
  letter-spacing: -0.025em;
  font-weight: 700;
  color: var(--ks-ink);
  margin: 0;
}
.sh-template_05 .sh-journal-title-accent {
  font-style: italic;
  color: var(--ks-coral);
  font-weight: 700;
  font-family: var(--ks-font);
}

.sh-template_05 .sh-journal-lede {
  font-size: clamp(15.5px, 1.2vw, 17.5px);
  line-height: 1.6;
  color: var(--ks-ink-soft);
  margin: 0;
  max-width: 56ch;
}

/* Coral blob mark — re-uses `#ks-blob-1` from the homepage SVG defs,
   so we don't ship new path data. The compass glyph inside echoes
   `.sh-reason-icon` so the mark reads as part of the same kit. */
.sh-template_05 .sh-journal-hero-art {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 280px;
}
.sh-template_05 .sh-journal-hero-blob {
  position: relative;
  width: min(100%, 320px);
  aspect-ratio: 1 / 1.05;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sh-template_05 .sh-journal-hero-blob-shape {
  position: absolute;
  inset: 0;
  background: var(--ks-coral);
  clip-path: url(#ks-blob-1);
  z-index: 0;
}
.sh-template_05 .sh-journal-hero-mark {
  position: relative;
  z-index: 1;
  color: #FFFFFF;
}
.sh-template_05 .sh-journal-hero-mark svg { width: 88px; height: 88px; }
@media (max-width: 720px) {
  .sh-template_05 .sh-journal-hero-art { display: none; }
}

/* ─── Sticky TOC ──────────────────────────────────────────── */
.sh-template_05 .sh-journal-toc {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgb(251, 246, 234);
  border-bottom: 1px solid var(--ks-cream-deep);
  padding: 12px var(--ks-gutter);
}
@media (max-width: 920px) {
  .sh-template_05 .sh-journal-toc { position: static; top: auto; }
}
.sh-template_05 .sh-journal-toc-inner {
  max-width: var(--ks-page-max);
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}
.sh-template_05 .sh-journal-toc-label {
  font-size: 11.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--ks-coral-deep);
  white-space: nowrap;
}
.sh-template_05 .sh-journal-toc-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.sh-template_05 .sh-journal-toc-chip {
  display: inline-flex;
  align-items: center;
  padding: 6px 14px;
  border-radius: 999px;
  background: #FFFFFF;
  color: var(--ks-ink);
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid var(--ks-cream-deep);
  transition: background 0.14s ease, border-color 0.14s ease, color 0.14s ease;
}
.sh-template_05 .sh-journal-toc-chip:hover {
  background: var(--ks-coral);
  color: #FFFFFF;
  border-color: var(--ks-coral);
}

/* ─── Body shell (2-column when nested) ──────────────────── */
.sh-template_05 .sh-journal-shell {
  width: min(1220px, 100% - 2.5rem);
  margin: 0 auto;
  padding: 64px 0 80px;
}
.sh-template_05 .sh-journal-shell-with-aside {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  gap: 64px;
  align-items: start;
}
@media (max-width: 920px) {
  .sh-template_05 .sh-journal-shell-with-aside {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .sh-template_05 .sh-journal-shell { padding: 40px 0 56px; }
}

/* ─── Sibling sidebar ─────────────────────────────────────── */
.sh-template_05 .sh-journal-aside { position: sticky; top: 80px; }
@media (max-width: 920px) { .sh-template_05 .sh-journal-aside { position: static; } }
.sh-template_05 .sh-journal-aside-eyebrow {
  display: block;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--ks-coral-deep);
  margin-bottom: 4px;
}
.sh-template_05 .sh-journal-aside-parent {
  display: inline-block;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: -0.01em;
  color: var(--ks-ink);
  text-decoration: none;
  margin-bottom: 18px;
  border-bottom: 1px solid transparent;
  transition: border-color 0.15s ease;
}
.sh-template_05 .sh-journal-aside-parent:hover { border-bottom-color: var(--ks-coral); }
.sh-template_05 .sh-journal-aside-list {
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 1px solid var(--ks-cream-deep);
  display: flex;
  flex-direction: column;
}
.sh-template_05 .sh-journal-aside-list li {
  position: relative;
  padding: 12px 0;
  border-bottom: 1px solid var(--ks-cream-deep);
  font-size: 14.5px;
  line-height: 1.4;
  display: flex;
  align-items: baseline;
  gap: 12px;
}
.sh-template_05 .sh-journal-aside-num {
  font-size: 11px;
  letter-spacing: 0.16em;
  font-weight: 700;
  color: var(--ks-mute);
  flex-shrink: 0;
  min-width: 18px;
}
.sh-template_05 .sh-journal-aside-link {
  color: var(--ks-ink-soft);
  text-decoration: none;
  transition: color 0.12s ease;
}
.sh-template_05 .sh-journal-aside-link:hover { color: var(--ks-coral-deep); }
.sh-template_05 .sh-journal-aside-current .sh-journal-aside-link-current {
  color: var(--ks-ink);
  font-weight: 700;
}
.sh-template_05 .sh-journal-aside-current .sh-journal-aside-num { color: var(--ks-coral); }

/* ─── Body prose ──────────────────────────────────────────── */
.sh-template_05 .sh-journal-body { position: relative; }
.sh-template_05 .sh-journal-body-inner { max-width: 720px; }
.sh-template_05 .sh-journal-shell:not(.sh-journal-shell-with-aside) .sh-journal-body-inner {
  margin: 0 auto;
}

/* Lead paragraph — bumped size + leading, no drop cap (the homepage
   isn't editorial enough to carry a serif drop cap; a heavier
   paragraph reads as the same Poppins family). */
.sh-template_05 .sh-journal-intro { margin-bottom: 1.6em; }
.sh-template_05 .sh-journal-intro-prose {
  font-size: 18.5px;
  line-height: 1.7;
  color: var(--ks-ink);
  font-weight: 500;
}
.sh-template_05 .sh-journal-intro-prose > *:first-child {
  margin-top: 0;
}

.sh-template_05 .sh-journal-block {
  font-size: 17px;
  line-height: 1.72;
  color: var(--ks-ink);
  margin: 0 0 1.2em;
}
.sh-template_05 .sh-journal-block p { margin: 0 0 1em; }
.sh-template_05 .sh-journal-block p:last-child { margin-bottom: 0; }

.sh-template_05 .sh-journal-body a,
.sh-template_05 .sh-journal-intro-prose a {
  color: var(--ks-coral-deep);
  text-decoration: underline;
  text-decoration-color: var(--ks-coral-soft);
  text-decoration-thickness: 1.5px;
  text-underline-offset: 4px;
  transition: text-decoration-color 0.14s ease, color 0.14s ease;
}
.sh-template_05 .sh-journal-body a:hover,
.sh-template_05 .sh-journal-intro-prose a:hover {
  color: var(--ks-coral);
  text-decoration-color: var(--ks-coral);
}

/* Lists — small coral bullet, no scalloped marker; restraint. */
.sh-template_05 .sh-journal-block ul {
  list-style: none;
  padding: 0;
  margin: 0 0 1.2em;
}
.sh-template_05 .sh-journal-block ul > li {
  position: relative;
  padding-left: 1.4em;
  margin-bottom: 0.5em;
}
.sh-template_05 .sh-journal-block ul > li::before {
  content: "";
  position: absolute;
  left: 0.2em;
  top: 0.78em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--ks-coral);
  opacity: 0.85;
}
.sh-template_05 .sh-journal-block ol { padding-left: 1.4em; margin: 0 0 1.2em; }
.sh-template_05 .sh-journal-block ol > li { margin-bottom: 0.45em; }
.sh-template_05 .sh-journal-block ol > li::marker {
  color: var(--ks-coral-deep);
  font-weight: 700;
}

.sh-template_05 .sh-journal-block table {
  border-collapse: collapse;
  width: 100%;
  margin: 1.6em 0;
  font-size: 15px;
  background: #FFFFFF;
  border-radius: var(--ks-radius-sm);
  overflow: hidden;
  border: 1px solid var(--ks-cream-deep);
}
.sh-template_05 .sh-journal-block table th {
  background: var(--ks-teal);
  color: #FFFFFF;
  font-size: 11.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 700;
  text-align: left;
  padding: 14px 18px;
}
.sh-template_05 .sh-journal-block table td {
  padding: 14px 18px;
  border-bottom: 1px solid var(--ks-cream-deep);
}
.sh-template_05 .sh-journal-block table tr:nth-child(even) td { background: var(--ks-cream); }
.sh-template_05 .sh-journal-block table tr:last-child td { border-bottom: 0; }

.sh-template_05 .sh-journal-hr {
  border: 0;
  height: 1px;
  background: var(--ks-cream-deep);
  margin: 3em 0;
}

/* ─── Section break — small "Chapter NN" eyebrow ─────────── */
.sh-template_05 .sh-journal-section {
  margin: 72px 0 24px;
  scroll-margin-top: 96px;
}
.sh-template_05 .sh-journal-section-numeral {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--ks-coral-deep);
  margin-bottom: 12px;
}
.sh-template_05 .sh-journal-section-numeral .sh-journal-eyebrow-dot {
  width: 7px;
  height: 7px;
  background: var(--ks-coral);
  border-radius: 999px;
  display: inline-block;
}
.sh-template_05 .sh-journal-section-heading {
  font-weight: 700;
  letter-spacing: -0.018em;
  line-height: 1.18;
  color: var(--ks-ink);
  margin: 0 0 0.4em;
}
.sh-template_05 .sh-journal-section-h2 .sh-journal-section-heading { font-size: clamp(26px, 3.2vw, 36px); }
.sh-template_05 .sh-journal-section-h3 .sh-journal-section-heading { font-size: 22px; }
.sh-template_05 .sh-journal-section-h4 .sh-journal-section-heading { font-size: 18px; }

/* ─── Pull-quote — dashed coral bubble, no tail ──────────── */
.sh-template_05 .sh-journal-pull {
  position: relative;
  margin: 56px 0;
  background: #FFFFFF;
  border: 1.5px dashed var(--ks-coral);
  border-radius: var(--ks-radius);
  padding: 28px 32px 28px 56px;
  box-shadow: 0 12px 28px -22px rgba(44, 42, 38, 0.25);
}
.sh-template_05 .sh-journal-pull-mark {
  position: absolute;
  top: 16px;
  left: 22px;
  font-family: Georgia, serif;
  font-size: 44px;
  line-height: 1;
  color: var(--ks-coral);
}
.sh-template_05 .sh-journal-pull-body {
  margin: 0;
  font-style: italic;
  font-weight: 500;
  font-size: clamp(18px, 1.8vw, 22px);
  line-height: 1.5;
  color: var(--ks-ink);
}
.sh-template_05 .sh-journal-pull-body p { margin: 0 0 0.5em; }
.sh-template_05 .sh-journal-pull-body p:last-child { margin-bottom: 0; }

/* ─── Body figures ────────────────────────────────────────── */
.sh-template_05 .sh-journal-figure {
  margin: 48px 0;
  padding: 0;
}
.sh-template_05 .sh-journal-figure-right { float: right; max-width: 320px; margin: 8px 0 24px 32px; }
.sh-template_05 .sh-journal-figure-left  { float: left;  max-width: 320px; margin: 8px 32px 24px 0;  }
.sh-template_05 .sh-journal-figure-block { margin: 56px auto; max-width: 560px; }
@media (max-width: 920px) {
  .sh-template_05 .sh-journal-figure-right,
  .sh-template_05 .sh-journal-figure-left {
    float: none; margin: 36px auto; max-width: 100%;
  }
}
.sh-template_05 .sh-journal-figure-frame {
  background: #FFFFFF;
  padding: 8px;
  border-radius: var(--ks-radius-sm);
  border: 1px solid var(--ks-cream-deep);
  box-shadow: 0 14px 30px -22px rgba(44, 42, 38, 0.25);
}
.sh-template_05 .sh-journal-figure-img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
  background: var(--ks-cream);
}
.sh-template_05 .sh-journal-figure-caption {
  display: block;
  margin-top: 12px;
  font-style: italic;
  font-size: 14.5px;
  color: var(--ks-ink-soft);
  text-align: center;
}
.sh-template_05 .sh-journal-figure-caption span {
  font-family: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  letter-spacing: 0;
}

/* ─── Staff card grid — circular medallions ──────────────── */
.sh-template_05 .sh-journal-staff {
  list-style: none;
  margin: 56px 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 48px 24px;
  align-items: start;
}
.sh-template_05 .sh-journal-staff-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: transform 0.22s ease;
}
.sh-template_05 .sh-journal-staff-card:hover { transform: translateY(-4px); }

.sh-template_05 .sh-journal-staff-portrait {
  width: clamp(140px, 60%, 168px);
  margin-bottom: 16px;
}
.sh-template_05 .sh-journal-staff-portrait .sh-journal-figure-frame {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background: var(--ks-coral-soft);
  padding: 6px;
  border: 0;
}
.sh-template_05 .sh-journal-staff-portrait .sh-journal-figure-img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  aspect-ratio: 1 / 1;
}
.sh-template_05 .sh-journal-staff-portrait .sh-journal-figure-caption {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  color: var(--ks-ink);
  margin-top: 12px;
}

.sh-template_05 .sh-journal-staff-bio {
  font-size: 14.5px;
  line-height: 1.55;
  color: var(--ks-ink-soft);
  text-align: left;
  width: 100%;
}
.sh-template_05 .sh-journal-staff-bio p { margin: 0 0 0.5em; }
.sh-template_05 .sh-journal-staff-bio p:last-child { margin-bottom: 0; }

/* ─── Bare-figure portrait grid ──────────────────────────── */
.sh-template_05 .sh-journal-portraits {
  list-style: none;
  margin: 56px 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 32px 20px;
  justify-items: center;
}
.sh-template_05 .sh-journal-portraits-item { display: flex; flex-direction: column; align-items: center; width: 100%; }

/* ─── Empty fallback ──────────────────────────────────────── */
.sh-template_05 .sh-journal-empty { padding: 72px 0; text-align: center; }
.sh-template_05 .sh-journal-empty-note {
  font-size: 18px;
  color: var(--ks-ink-soft);
  font-style: italic;
}

/* ─── "Keep exploring" — sub-page wall ────────────────────── */
.sh-template_05 .sh-journal-wall {
  background: var(--ks-cream-deep);
  padding: 72px var(--ks-gutter) 88px;
}
.sh-template_05 .sh-journal-wall-inner {
  max-width: var(--ks-page-max);
  margin: 0 auto;
}
.sh-template_05 .sh-journal-wall-header {
  margin-bottom: 40px;
  text-align: center;
}
.sh-template_05 .sh-journal-wall-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(245,140,91,0.14);
  color: var(--ks-coral-deep);
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 0 0 18px;
}
.sh-template_05 .sh-journal-wall-heading {
  font-weight: 700;
  font-size: clamp(28px, 3.8vw, 42px);
  letter-spacing: -0.022em;
  line-height: 1.12;
  color: var(--ks-ink);
  margin: 0;
}
.sh-template_05 .sh-journal-wall-sub {
  font-size: 16px;
  color: var(--ks-ink-soft);
  margin: 12px auto 0;
  max-width: 56ch;
}
.sh-template_05 .sh-journal-wall-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 22px;
}
.sh-template_05 .sh-journal-wall-card {
  background: #FFFFFF;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: var(--ks-radius);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
  list-style: none;
}
.sh-template_05 .sh-journal-wall-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px -24px rgba(44, 42, 38, 0.28);
}
.sh-template_05 .sh-journal-wall-card-link {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 24px 24px 22px;
  color: inherit;
  text-decoration: none;
}
.sh-template_05 .sh-journal-wall-card-eyebrow {
  font-size: 11.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--ks-coral-deep);
}
.sh-template_05 .sh-journal-wall-card-title {
  font-weight: 700;
  font-size: 21px;
  line-height: 1.22;
  letter-spacing: -0.015em;
  color: var(--ks-ink);
}
.sh-template_05 .sh-journal-wall-card-summary {
  font-size: 14.5px;
  line-height: 1.5;
  color: var(--ks-ink-soft);
}
.sh-template_05 .sh-journal-wall-card-cta {
  margin-top: 6px;
  font-weight: 600;
  font-size: 13.5px;
  letter-spacing: 0.04em;
  color: var(--ks-coral-deep);
  display: inline-flex;
  align-items: center;
  gap: 4px;
  transition: gap 0.16s ease, color 0.14s ease;
}
.sh-template_05 .sh-journal-wall-card:hover .sh-journal-wall-card-cta {
  gap: 8px;
  color: var(--ks-coral);
}

/* ─── Downloads section in inner_body — see _inner_body.slim ─── */
.sh-template_05 .sh-journal-downloads {
  width: var(--ks-column);
  max-width: 720px;
  margin: 48px auto 0;
  padding: 0;
}

.sh-template_05 .sh-journal-downloads-heading {
  font-family: var(--ks-font);
  font-weight: 600;
  font-size: clamp(22px, 2.4vw, 28px);
  letter-spacing: -0.005em;
  color: var(--ks-ink);
  margin: 0 0 20px;
}

.sh-template_05 .sh-journal-downloads-list {
  display: grid;
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.sh-template_05 .sh-journal-downloads-item {
  background: #FFFFFF;
  border: 1px solid var(--ks-cream-deep);
  border-radius: var(--ks-radius-sm);
  padding: 8px 4px;
  box-shadow: 0 12px 28px -22px rgba(44, 42, 38, 0.2);
}

/* ─── Sign-off — three small coral dots ──────────────────── */
.sh-template_05 .sh-journal-signoff {
  text-align: center;
  padding: 40px 0 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.sh-template_05 .sh-journal-signoff-dot {
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: var(--ks-coral-soft);
  display: inline-block;
}
.sh-template_05 .sh-journal-signoff-dot:nth-child(2) { background: var(--ks-coral); }
.sh-template_05 .sh-journal-signoff-dot:nth-child(3) { background: var(--ks-coral-soft); }

/* ─── Widgets (newsletters, announcements, events, etc.) ── */
.sh-template_05 .sh-journal-widgets {
  display: flex;
  flex-direction: column;
  gap: 28px;
  margin-top: 32px;
}
.sh-template_05 .sh-journal-widget {
  background: #FFFFFF;
  border: 1px solid var(--ks-cream-deep);
  border-radius: var(--ks-radius);
  padding: 24px;
  box-shadow: 0 12px 28px -22px rgba(44, 42, 38, 0.2);
}

/* ─── Mobile breakpoint — tighten gutters and cards ──────── */
@media (max-width: 720px) {
  .sh-template_05 .sh-journal-hero { padding: 24px 16px 36px; }
  .sh-template_05 .sh-journal-shell { padding: 36px 0 56px; }
  .sh-template_05 .sh-journal-pull { padding: 22px 22px 22px 44px; }
  .sh-template_05 .sh-journal-pull-mark { left: 16px; top: 12px; font-size: 36px; }
  .sh-template_05 .sh-journal-section { margin: 56px 0 18px; }
  .sh-template_05 .sh-journal-wall { padding: 56px 16px 64px; }
}

/* === Page-layout theme tokens (consumed by static_homes/layouts.css)
   Stats: cream-deep tile with ink number; coral accent on the first
   tile's number — template_05's loudest accent gesture, used sparingly
   like the homepage hero italic-coral last-word treatment.
   Testimonials: matching cream-deep card, coral quote mark.
   Figures: cream-deep card with 4:3 aspect for the photo_story
   rectangular grid. */
.sh-template_05 {
  --sh-section-stat-gap: 16px;
  --sh-section-stat-tile-bg: #F4ECD8;
  --sh-section-stat-tile-radius: 16px;
  --sh-section-stat-tile-padding: 24px;
  --sh-section-stat-number-color: #2C2A26;
  --sh-section-stat-number-font: "Poppins", system-ui, sans-serif;
  --sh-section-stat-number-size: clamp(32px, 5vw, 48px);
  --sh-section-stat-label-color: #6B6760;

  --sh-section-testimonial-gap: 16px;
  --sh-section-testimonial-card-bg: #F4ECD8;
  --sh-section-testimonial-card-radius: 16px;
  --sh-section-testimonial-card-padding: 24px;
  --sh-section-testimonial-mark-color: #F58C5B;
  --sh-section-testimonial-quote-color: #2C2A26;
  --sh-section-testimonial-meta-color: #6B6760;

  --sh-section-figure-gap: 16px;
  --sh-section-figure-card-bg: #F4ECD8;
  --sh-section-figure-card-radius: 16px;
  --sh-section-figure-card-padding: 12px;
  --sh-section-figure-img-aspect: 4 / 3;
  --sh-section-figure-caption-color: #6B6760;
}

/* Coral accent on the FIRST stat tile only — mirrors template_05's
   homepage hero italic-coral last-word treatment. Scoped to the grid
   so other templates with their own first-tile rule aren't affected. */
.sh-template_05 .sh-section-stat-grid > li.sh-section-stat:first-child .sh-section-stat-number {
  color: #F58C5B;
}
