/* ==========================================================================
   Template 08 — "GainLove" charity-style static home, adapted to Chalcot Lodge.
   Clean white canvas, bold serif headlines, dotted-pattern world-map watermark,
   scattered concentric-dot ornaments, photo cutouts inside organic silhouettes.
   Everything scoped under .sh-template_08 so nothing leaks into other sites.
   ========================================================================== */

.sh-template_08 {
  --gl-charcoal: #1A1A1A;
  --gl-charcoal-soft: #2A2A2A;
  --gl-gray: #6B6B6B;
  --gl-gray-soft: #9B9B9B;
  --gl-gold: #D4AF6C;
  --gl-gold-soft: #E8D4AC;
  --gl-coral: #E89C5F;
  --gl-coral-soft: #F4C9A4;
  --gl-green: #3D6B4F;
  --gl-cream: #FAF6EE;
  --gl-line: #E5E0D5;

  --gl-radius-sm: 10px;
  --gl-radius: 18px;
  --gl-radius-lg: 28px;

  --gl-shadow-card: 0 14px 36px rgba(26, 26, 26, 0.06), 0 1px 3px rgba(26, 26, 26, 0.05);
  --gl-shadow-photo: 0 24px 48px rgba(26, 26, 26, 0.12);

  --gl-serif: "Playfair Display", "DM Serif Display", Georgia, "Times New Roman", serif;
  --gl-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;

  background: #FFFFFF;
  color: var(--gl-charcoal);
  font-family: var(--gl-sans);
  font-weight: 400;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.sh-template_08 *,
.sh-template_08 *::before,
.sh-template_08 *::after { box-sizing: border-box; }

.sh-template_08 a { color: inherit; text-decoration: none; }
.sh-template_08 img,
.sh-template_08 svg { display: block; max-width: 100%; }

body.static-home-template_08 { background: #FFFFFF; }

.sh-template_08 .sh-skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  background: var(--gl-charcoal);
  color: #FFFFFF;
  padding: 0.6rem 1rem;
  border-radius: var(--gl-radius-sm);
  z-index: 1000;
  font-weight: 600;
}
.sh-template_08 .sh-skip-link:focus { left: 1rem; top: 1rem; }

/* --------- Shared kicker + section title (the small-caps gold label
   that sits above every serif heading) ---------------------------------- */
.sh-template_08 .sh-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-family: var(--gl-sans);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gl-gold);
  margin: 0 0 1rem;
}
.sh-template_08 .sh-kicker::before {
  content: "";
  width: 28px;
  height: 1px;
  background: var(--gl-gold);
  flex: 0 0 auto;
}
.sh-template_08 .sh-kicker-on-dark { color: var(--gl-coral-soft); }
.sh-template_08 .sh-kicker-on-dark::before { background: var(--gl-coral-soft); }

.sh-template_08 .sh-section-title {
  font-family: var(--gl-serif);
  font-weight: 700;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.08;
  letter-spacing: -0.02em;
  color: var(--gl-charcoal);
  margin: 0 0 1rem;
}
.sh-template_08 .sh-section-title-on-dark { color: #FFFFFF; }

.sh-template_08 .sh-section-lede {
  max-width: 640px;
  font-size: 1.05rem;
  color: var(--gl-gray);
  margin: 0 0 2rem;
}
.sh-template_08 .sh-section-lede-on-dark { color: rgba(255, 255, 255, 0.78); }

.sh-template_08 .sh-section-header {
  text-align: center;
  margin: 0 auto 3rem;
  max-width: 720px;
}
.sh-template_08 .sh-section-header .sh-section-lede { margin-left: auto; margin-right: auto; }

/* --------- Buttons (pills) ---------- */
.sh-template_08 .sh-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  padding: 0.95rem 1.7rem;
  border-radius: 999px;
  font-family: var(--gl-sans);
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  cursor: pointer;
  border: 0;
  transition: transform 0.18s ease, background-color 0.18s ease, color 0.18s ease;
  white-space: nowrap;
}
.sh-template_08 .sh-btn:hover { transform: translateY(-1px); }
.sh-template_08 .sh-btn:focus-visible { outline: 2px solid var(--gl-gold); outline-offset: 3px; }

.sh-template_08 .sh-btn-primary { background: var(--gl-charcoal); color: #FFFFFF; }
.sh-template_08 .sh-btn-primary:hover { background: var(--gl-charcoal-soft); }

.sh-template_08 .sh-btn-secondary { background: var(--gl-green); color: #FFFFFF; }
.sh-template_08 .sh-btn-secondary:hover { background: #2F5740; }

.sh-template_08 .sh-btn-tertiary {
  background: transparent;
  color: var(--gl-charcoal);
  border: 1px solid var(--gl-charcoal);
}
.sh-template_08 .sh-btn-tertiary:hover { background: var(--gl-charcoal); color: #FFFFFF; }

.sh-template_08 .sh-btn-play {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.15);
}
.sh-template_08 .sh-btn-tertiary .sh-btn-play { background: rgba(26, 26, 26, 0.08); }
.sh-template_08 .sh-btn-secondary .sh-btn-play { background: rgba(255, 255, 255, 0.18); }

/* --------- Dot ornaments (concentric circle marks scattered in the hero
   and the about band) ---------------------------------------------------- */
.sh-template_08 .sh-dot {
  position: absolute;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 1px solid currentColor;
  opacity: 0.55;
  pointer-events: none;
}
.sh-template_08 .sh-dot::before,
.sh-template_08 .sh-dot::after {
  content: "";
  position: absolute;
  inset: 8px;
  border-radius: 50%;
  border: 1px solid currentColor;
}
.sh-template_08 .sh-dot::after { inset: 18px; }
.sh-template_08 .sh-dot-gold { color: var(--gl-gold); }
.sh-template_08 .sh-dot-coral { color: var(--gl-coral); }

/* --------- Top nav --------- */
.sh-template_08 .sh-nav {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: saturate(150%) blur(8px);
  border-bottom: 1px solid var(--gl-line);
}
.sh-template_08 .sh-nav-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 1rem 1.5rem;
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.sh-template_08 .sh-nav-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  flex: 0 0 auto;
}
.sh-template_08 .sh-nav-logo { width: 38px; height: 38px; object-fit: contain; }
.sh-template_08 .sh-nav-brand-name {
  font-family: var(--gl-serif);
  font-weight: 700;
  font-size: 1.15rem;
  letter-spacing: -0.01em;
  color: var(--gl-charcoal);
}

.sh-template_08 .sh-nav-links {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  margin-left: auto;
  flex-wrap: wrap;
}
.sh-template_08 .sh-nav-link {
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--gl-charcoal-soft);
  transition: color 0.18s ease;
}
.sh-template_08 .sh-nav-link:hover { color: var(--gl-gold); }

.sh-template_08 .sh-nav-actions {
  display: flex;
  align-items: center;
  gap: 0.9rem;
}
.sh-template_08 .sh-nav-cta { padding: 0.7rem 1.3rem; font-size: 0.85rem; }

.sh-template_08 .sh-nav-signout-form { display: inline; }
.sh-template_08 .sh-nav-signout {
  background: transparent;
  border: 0;
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--gl-gray);
  cursor: pointer;
}
.sh-template_08 .sh-nav-signout:hover { color: var(--gl-charcoal); }

/* --------- Hero --------- */
.sh-template_08 .sh-hero {
  position: relative;
  overflow: hidden;
  padding: 5rem 1.5rem 6rem;
}
.sh-template_08 .sh-hero-watermark {
  position: absolute;
  inset: 0;
  opacity: 0.4;
  pointer-events: none;
}
.sh-template_08 .sh-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}

.sh-template_08 .sh-hero-copy { position: relative; max-width: 560px; }
.sh-template_08 .sh-hero-title {
  font-family: var(--gl-serif);
  font-weight: 700;
  font-size: clamp(2.6rem, 5.5vw, 4.4rem);
  line-height: 1.04;
  letter-spacing: -0.025em;
  color: var(--gl-charcoal);
  margin: 0 0 1.4rem;
}
.sh-template_08 .sh-hero-lede {
  font-size: 1.1rem;
  color: var(--gl-gray);
  margin: 0 0 2rem;
  max-width: 480px;
}
.sh-template_08 .sh-hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
}

.sh-template_08 .sh-dot-1 { top: -2rem; left: -1rem; width: 86px; height: 86px; }
.sh-template_08 .sh-dot-2 { top: 30%; right: -2rem; width: 56px; height: 56px; }
.sh-template_08 .sh-dot-3 { bottom: -1.5rem; left: 35%; width: 44px; height: 44px; opacity: 0.7; }

.sh-template_08 .sh-hero-media {
  position: relative;
  aspect-ratio: 1 / 1;
  max-width: 520px;
  justify-self: center;
}
.sh-template_08 .sh-hero-photo {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: var(--gl-shadow-photo);
}
.sh-template_08 .sh-hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sh-template_08 .sh-hero-photo-mini {
  position: absolute;
  width: 38%;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  overflow: hidden;
  border: 6px solid #FFFFFF;
  box-shadow: var(--gl-shadow-card);
}
.sh-template_08 .sh-hero-photo-mini-tl { top: -4%; left: -6%; }
.sh-template_08 .sh-hero-photo-mini-br { bottom: 4%; right: -8%; }
.sh-template_08 .sh-hero-mini-image { width: 100%; height: 100%; object-fit: cover; }

.sh-template_08 .sh-dot-hero-a { top: 12%; right: -10%; width: 70px; height: 70px; }
.sh-template_08 .sh-dot-hero-b { bottom: -2%; left: -2%; width: 50px; height: 50px; }

/* --------- "What we promise" 4-card row --------- */
.sh-template_08 .sh-promises {
  padding: 5rem 1.5rem 4rem;
  background: var(--gl-cream);
}
.sh-template_08 .sh-promises-inner {
  max-width: 1280px;
  margin: 0 auto;
}
.sh-template_08 .sh-promises-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}
.sh-template_08 .sh-promise-card {
  background: #FFFFFF;
  border-radius: var(--gl-radius);
  padding: 2.2rem 1.6rem;
  box-shadow: var(--gl-shadow-card);
  text-align: center;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}
.sh-template_08 .sh-promise-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 50px rgba(26, 26, 26, 0.10), 0 1px 3px rgba(26, 26, 26, 0.05);
}
.sh-template_08 .sh-promise-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 78px;
  height: 78px;
  border-radius: 50%;
  margin: 0 auto 1.2rem;
  background: var(--gl-gold-soft);
  color: var(--gl-charcoal);
}
.sh-template_08 .sh-promise-icon svg { width: 38px; height: 38px; }
.sh-template_08 .sh-promise-card-aspire .sh-promise-icon { background: var(--gl-coral-soft); color: var(--gl-coral); }
.sh-template_08 .sh-promise-card-empower .sh-promise-icon { background: var(--gl-gold-soft); color: var(--gl-gold); }
.sh-template_08 .sh-promise-card-unite .sh-promise-icon { background: rgba(61, 107, 79, 0.18); color: var(--gl-green); }
.sh-template_08 .sh-promise-card-nurture .sh-promise-icon { background: var(--gl-coral-soft); color: var(--gl-coral); }

.sh-template_08 .sh-promise-title {
  font-family: var(--gl-serif);
  font-weight: 700;
  font-size: 1.45rem;
  letter-spacing: -0.01em;
  margin: 0 0 0.7rem;
  color: var(--gl-charcoal);
}
.sh-template_08 .sh-promise-body {
  margin: 0;
  font-size: 0.95rem;
  color: var(--gl-gray);
  line-height: 1.55;
}

/* --------- About band ("Changing lives with knowledge") --------- */
.sh-template_08 .sh-about {
  padding: 6rem 1.5rem;
}
.sh-template_08 .sh-about-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}

.sh-template_08 .sh-about-media {
  position: relative;
  aspect-ratio: 1 / 1;
  max-width: 540px;
  justify-self: center;
  width: 100%;
}
.sh-template_08 .sh-about-photo {
  position: absolute;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: var(--gl-shadow-photo);
}
.sh-template_08 .sh-about-photo-main {
  inset: 8% 18% 18% 4%;
}
.sh-template_08 .sh-about-photo-secondary {
  width: 42%;
  aspect-ratio: 1 / 1;
  top: 2%;
  right: 4%;
  border: 6px solid #FFFFFF;
}
.sh-template_08 .sh-about-photo-tertiary {
  width: 36%;
  aspect-ratio: 1 / 1;
  bottom: 2%;
  right: 16%;
  border: 6px solid #FFFFFF;
}
.sh-template_08 .sh-about-image { width: 100%; height: 100%; object-fit: cover; }

.sh-template_08 .sh-about-dot-a { top: 6%; left: -2%; width: 60px; height: 60px; }
.sh-template_08 .sh-about-dot-b { bottom: 8%; right: -2%; width: 48px; height: 48px; }

.sh-template_08 .sh-about-copy { max-width: 540px; }
.sh-template_08 .sh-about-lede {
  font-size: 1.05rem;
  color: var(--gl-gray);
  margin: 0 0 1rem;
}
.sh-template_08 .sh-about-body {
  font-size: 1rem;
  color: var(--gl-gray);
  margin: 0 0 2rem;
}
.sh-template_08 .sh-about-ctas { display: flex; gap: 0.9rem; flex-wrap: wrap; }

/* --------- Featured Programs --------- */
.sh-template_08 .sh-programs {
  padding: 5rem 1.5rem;
  background: var(--gl-cream);
}
.sh-template_08 .sh-programs-inner {
  max-width: 1280px;
  margin: 0 auto;
}
.sh-template_08 .sh-programs-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
.sh-template_08 .sh-program-card {
  background: #FFFFFF;
  border-radius: var(--gl-radius);
  overflow: hidden;
  box-shadow: var(--gl-shadow-card);
  display: flex;
  flex-direction: column;
}
.sh-template_08 .sh-program-photo {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}
.sh-template_08 .sh-program-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sh-template_08 .sh-program-body {
  padding: 1.8rem;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  flex: 1;
}
.sh-template_08 .sh-program-stat-row {
  display: flex;
  align-items: baseline;
  gap: 0.6rem;
  border-bottom: 1px solid var(--gl-line);
  padding-bottom: 0.9rem;
  margin-bottom: 0.3rem;
}
.sh-template_08 .sh-program-stat {
  font-family: var(--gl-serif);
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1;
  color: var(--gl-coral);
  letter-spacing: -0.02em;
}
.sh-template_08 .sh-program-stat-label {
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gl-gray);
}
.sh-template_08 .sh-program-title {
  font-family: var(--gl-serif);
  font-weight: 700;
  font-size: 1.4rem;
  letter-spacing: -0.01em;
  margin: 0;
  color: var(--gl-charcoal);
}
.sh-template_08 .sh-program-copy {
  margin: 0;
  font-size: 0.95rem;
  color: var(--gl-gray);
  line-height: 1.55;
  flex: 1;
}
.sh-template_08 .sh-program-arrow {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--gl-coral);
  color: #FFFFFF;
  margin-top: 0.5rem;
  transition: background 0.18s ease, transform 0.18s ease;
}
.sh-template_08 .sh-program-arrow:hover { background: #D88A4F; transform: translateX(3px); }
.sh-template_08 .sh-program-arrow svg { width: 18px; height: 18px; }

/* --------- CARE values ("Promises growing together") --------- */
.sh-template_08 .sh-care {
  padding: 5rem 1.5rem;
}
.sh-template_08 .sh-care-inner { max-width: 1280px; margin: 0 auto; }
.sh-template_08 .sh-care-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}
.sh-template_08 .sh-care-card {
  background: #FFFFFF;
  border: 1px solid var(--gl-line);
  border-radius: var(--gl-radius);
  padding: 2rem 1.5rem;
  text-align: left;
  position: relative;
  transition: border-color 0.22s ease, transform 0.22s ease;
}
.sh-template_08 .sh-care-card:hover { border-color: var(--gl-gold); transform: translateY(-4px); }
.sh-template_08 .sh-care-number {
  font-family: var(--gl-serif);
  font-weight: 700;
  font-size: 1.05rem;
  color: var(--gl-gold);
  letter-spacing: 0.05em;
  display: block;
  margin-bottom: 1rem;
}
.sh-template_08 .sh-care-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--gl-cream);
  color: var(--gl-charcoal);
  margin-bottom: 1rem;
}
.sh-template_08 .sh-care-icon svg { width: 28px; height: 28px; }
.sh-template_08 .sh-care-title {
  font-family: var(--gl-serif);
  font-weight: 700;
  font-size: 1.3rem;
  letter-spacing: -0.01em;
  margin: 0 0 0.5rem;
  color: var(--gl-charcoal);
}
.sh-template_08 .sh-care-body {
  margin: 0;
  font-size: 0.92rem;
  color: var(--gl-gray);
  line-height: 1.55;
}

/* --------- Tours band (with world-map watermark) --------- */
.sh-template_08 .sh-tours {
  position: relative;
  overflow: hidden;
  padding: 5rem 1.5rem;
  background: var(--gl-charcoal);
  color: #FFFFFF;
}
.sh-template_08 .sh-tours-watermark {
  position: absolute;
  inset: 0;
  opacity: 0.18;
  pointer-events: none;
}
.sh-template_08 .sh-tours-inner {
  position: relative;
  z-index: 1;
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 4rem;
  align-items: center;
}
.sh-template_08 .sh-tours-header { max-width: 480px; }
.sh-template_08 .sh-tours-header .sh-section-lede { color: rgba(255, 255, 255, 0.78); }
.sh-template_08 .sh-tours-stats {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem 3rem;
}
.sh-template_08 .sh-tours-stat {
  border-left: 2px solid var(--gl-gold);
  padding-left: 1.4rem;
}
.sh-template_08 .sh-tours-stat-num {
  display: block;
  font-family: var(--gl-serif);
  font-weight: 700;
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  line-height: 1;
  letter-spacing: -0.02em;
  color: #FFFFFF;
  margin-bottom: 0.4rem;
}
.sh-template_08 .sh-tours-stat-label {
  display: block;
  font-size: 0.85rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
}

/* --------- Testimonials --------- */
.sh-template_08 .sh-testimonials {
  padding: 5rem 1.5rem;
}
.sh-template_08 .sh-testimonials-inner {
  max-width: 1280px;
  margin: 0 auto;
}
.sh-template_08 .sh-testimonials-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
.sh-template_08 .sh-testimonial {
  position: relative;
  background: #FFFFFF;
  border: 1px solid var(--gl-line);
  border-radius: var(--gl-radius);
  padding: 2.5rem 1.8rem 2rem;
}
.sh-template_08 .sh-testimonial-mark {
  position: absolute;
  top: -1.6rem;
  left: 1.4rem;
  font-family: var(--gl-serif);
  font-size: 5.5rem;
  line-height: 1;
  color: var(--gl-gold);
}
.sh-template_08 .sh-testimonial-quote {
  font-family: var(--gl-serif);
  font-style: italic;
  font-size: 1.1rem;
  line-height: 1.5;
  color: var(--gl-charcoal-soft);
  margin: 0 0 1.5rem;
}
.sh-template_08 .sh-testimonial-meta {
  border-top: 1px solid var(--gl-line);
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
.sh-template_08 .sh-testimonial-name {
  font-family: var(--gl-serif);
  font-weight: 700;
  font-size: 1rem;
  color: var(--gl-charcoal);
}
.sh-template_08 .sh-testimonial-role {
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gl-gold);
}

/* --------- Find us / contact --------- */
.sh-template_08 .sh-findus {
  padding: 5rem 1.5rem 6rem;
  background: var(--gl-cream);
}
.sh-template_08 .sh-findus-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: start;
}
.sh-template_08 .sh-findus-copy { max-width: 480px; }
.sh-template_08 .sh-findus-intro {
  font-size: 1.05rem;
  color: var(--gl-gray);
  margin: 0 0 2rem;
}
.sh-template_08 .sh-findus-details {
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
  margin: 0 0 2rem;
}
.sh-template_08 .sh-findus-detail {
  border-bottom: 1px solid var(--gl-line);
  padding-bottom: 1rem;
}
.sh-template_08 .sh-findus-detail dt {
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gl-gold);
  font-weight: 600;
  margin-bottom: 0.3rem;
}
.sh-template_08 .sh-findus-detail dd {
  margin: 0;
  font-size: 1rem;
  color: var(--gl-charcoal);
  font-weight: 500;
}
.sh-template_08 .sh-findus-detail a:hover { color: var(--gl-gold); }

.sh-template_08 .sh-findus-form { width: 100%; }
.sh-template_08 .sh-enquire-anchor { display: block; height: 0; margin-top: -100px; padding-top: 100px; }

/* --------- Footer --------- */
.sh-template_08 .sh-footer {
  background: #FFFFFF;
  border-top: 1px solid var(--gl-line);
  padding: 4rem 1.5rem 2rem;
}
.sh-template_08 .sh-footer-inner {
  max-width: 1280px;
  margin: 0 auto;
}
.sh-template_08 .sh-footer-top {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid var(--gl-line);
}
.sh-template_08 .sh-footer-brand { max-width: 320px; }
.sh-template_08 .sh-footer-logo {
  width: 56px;
  height: 56px;
  margin-bottom: 1rem;
  object-fit: contain;
}
.sh-template_08 .sh-footer-tagline {
  font-family: var(--gl-serif);
  font-size: 1.05rem;
  color: var(--gl-charcoal);
  margin: 0 0 1rem;
  letter-spacing: -0.01em;
}
.sh-template_08 .sh-footer-contact {
  font-size: 0.95rem;
  color: var(--gl-gray);
  margin: 0 0 0.4rem;
}
.sh-template_08 .sh-footer-contact a:hover { color: var(--gl-gold); }
.sh-template_08 .sh-footer-heading {
  font-family: var(--gl-serif);
  font-weight: 700;
  font-size: 1.05rem;
  letter-spacing: -0.01em;
  color: var(--gl-charcoal);
  margin: 0 0 1rem;
}
.sh-template_08 .sh-footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
.sh-template_08 .sh-footer-link,
.sh-template_08 .sh-footer-text {
  font-size: 0.95rem;
  color: var(--gl-gray);
}
.sh-template_08 .sh-footer-link:hover { color: var(--gl-gold); }

.sh-template_08 .sh-footer-ack {
  padding: 2rem 0;
  border-bottom: 1px solid var(--gl-line);
}
.sh-template_08 .sh-footer-bottom {
  padding-top: 1.5rem;
  text-align: center;
}
.sh-template_08 .sh-footer-legal {
  font-size: 0.85rem;
  color: var(--gl-gray-soft);
  margin: 0;
}

/* --------- Responsive --------- */
@media (max-width: 960px) {
  .sh-template_08 .sh-hero { padding: 3rem 1.25rem 4rem; }
  .sh-template_08 .sh-hero-inner { grid-template-columns: 1fr; gap: 3rem; }
  .sh-template_08 .sh-hero-media { max-width: 380px; margin: 0 auto; }
  .sh-template_08 .sh-promises-grid { grid-template-columns: repeat(2, 1fr); }
  .sh-template_08 .sh-care-grid { grid-template-columns: repeat(2, 1fr); }
  .sh-template_08 .sh-programs-grid { grid-template-columns: 1fr; }
  .sh-template_08 .sh-about-inner { grid-template-columns: 1fr; gap: 3rem; }
  .sh-template_08 .sh-tours-inner { grid-template-columns: 1fr; gap: 2.5rem; }
  .sh-template_08 .sh-testimonials-grid { grid-template-columns: 1fr; }
  .sh-template_08 .sh-findus-inner { grid-template-columns: 1fr; gap: 2.5rem; }
  .sh-template_08 .sh-footer-top { grid-template-columns: 1fr; gap: 2rem; }
  .sh-template_08 .sh-nav-links { display: none; }
}

@media (max-width: 560px) {
  .sh-template_08 .sh-promises-grid { grid-template-columns: 1fr; }
  .sh-template_08 .sh-care-grid { grid-template-columns: 1fr; }
  .sh-template_08 .sh-tours-stats { grid-template-columns: 1fr; gap: 1.5rem; }
  .sh-template_08 .sh-section-header { margin-bottom: 2rem; }
}

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

/* =========================================================================
   Inner-page additions (secondary pages at /p/<slug>).
   Everything below is appended for the inner-page rollout — it does not
   change homepage rendering. The homepage now also uses the .sh-nav-* and
   .sh-footer-* selectors here because we extracted both to partials.
   ========================================================================= */

/* ---------- Extended nav: hamburger toggle, dropdowns, user menu ----------
   The existing top-of-file .sh-nav rules cover the desktop bar layout. The
   block below adds: a "More" overflow dropdown, recursive sub-page dropdowns
   (.sh-nav-dropdown / .sh-nav-submenu), the signed-in user pill + menu, the
   hamburger toggle, and the mobile drawer that opens below ~980px. */

.sh-template_08 .sh-nav-links { gap: 0.4rem; }
.sh-template_08 .sh-nav-link {
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 0.85rem;
  border-radius: 8px;
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--gl-charcoal-soft);
  background: transparent;
  border: 0;
  font-family: inherit;
  cursor: pointer;
  transition: background-color 150ms ease, color 150ms ease;
}
.sh-template_08 .sh-nav-link:hover { color: var(--gl-charcoal); background: var(--gl-cream); }

/* Dropdown trigger (used by both "More" overflow and per-page submenus). */
.sh-template_08 .sh-nav-dropdown { position: relative; }
.sh-template_08 .sh-nav-dropdown-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0.5rem 0.85rem;
  border-radius: 8px;
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--gl-charcoal-soft);
  background: transparent;
  border: 0;
  font-family: inherit;
  cursor: pointer;
  transition: background-color 150ms ease, color 150ms ease;
}
.sh-template_08 .sh-nav-dropdown-btn:hover,
.sh-template_08 .sh-nav-dropdown[aria-expanded="true"] > .sh-nav-dropdown-btn {
  background: var(--gl-cream);
  color: var(--gl-charcoal);
}
.sh-template_08 .sh-nav-chevron {
  width: 10px;
  height: 6px;
  transition: transform 150ms ease;
}
.sh-template_08 .sh-nav-dropdown-btn[aria-expanded="true"] .sh-nav-chevron { transform: rotate(180deg); }

.sh-template_08 .sh-nav-submenu {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  min-width: 220px;
  background: #FFFFFF;
  border: 1px solid var(--gl-line);
  border-radius: var(--gl-radius-sm);
  box-shadow: var(--gl-shadow-card);
  padding: 8px;
  list-style: none;
  margin: 0;
  z-index: 60;
}
.sh-template_08 .sh-nav-submenu.hidden { display: none; }
.sh-template_08 .sh-nav-submenu li { position: relative; list-style: none; }
.sh-template_08 .sh-nav-submenu .sh-nav-link,
.sh-template_08 .sh-nav-submenu .sh-nav-dropdown-btn {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 14px;
}

/* Nested submenus flyout to the right. */
.sh-template_08 .sh-nav-dropdown-nested > .sh-nav-submenu {
  top: 0;
  left: 100%;
  margin-left: 4px;
}
.sh-template_08 .sh-nav-dropdown-nested .sh-nav-chevron { transform: rotate(-90deg); }
.sh-template_08 .sh-nav-dropdown-nested .sh-nav-dropdown-btn[aria-expanded="true"] .sh-nav-chevron { transform: rotate(-90deg); }

/* "More" overflow lives on the right edge of the row; pin its panel. */
.sh-template_08 .sh-nav-overflow .sh-nav-submenu { left: auto; right: 0; }

/* Signed-in user pill + dropdown. */
.sh-template_08 .sh-nav-user { position: relative; }
.sh-template_08 .sh-nav-user-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 4px 12px 4px 4px;
  border-radius: 9999px;
  border: 1px solid var(--gl-line);
  background: #FFFFFF;
  color: var(--gl-charcoal);
  font: inherit;
  font-weight: 600;
  cursor: pointer;
  transition: border-color 150ms ease, box-shadow 150ms ease;
}
.sh-template_08 .sh-nav-user-btn:hover { border-color: var(--gl-gold); box-shadow: 0 2px 10px rgba(212, 175, 108, 0.18); }
.sh-template_08 .sh-nav-user-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 9999px;
  background: var(--gl-cream);
  color: var(--gl-charcoal);
  flex-shrink: 0;
  overflow: hidden;
}
.sh-template_08 .sh-nav-user-avatar svg { width: 18px; height: 18px; }
.sh-template_08 .sh-nav-user-avatar-img { width: 100%; height: 100%; object-fit: cover; display: block; border-radius: inherit; }
.sh-template_08 .sh-nav-user-greeting { font-size: 0.92rem; font-weight: 600; }
.sh-template_08 .sh-nav-user-btn .sh-nav-chevron { color: var(--gl-gray); }
.sh-template_08 .sh-nav-user-btn[aria-expanded="true"] .sh-nav-chevron { transform: rotate(180deg); }

.sh-template_08 .sh-nav-user-menu {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  min-width: 240px;
  background: #FFFFFF;
  border: 1px solid var(--gl-line);
  border-radius: var(--gl-radius-sm);
  box-shadow: var(--gl-shadow-card);
  padding: 8px;
  z-index: 60;
}
.sh-template_08 .sh-nav-user-menu.hidden { display: none; }
.sh-template_08 .sh-nav-user-identity {
  padding: 12px 12px 14px;
  margin: 0 0 6px;
  border-bottom: 1px solid var(--gl-line);
  display: flex;
  align-items: center;
  gap: 12px;
}
.sh-template_08 .sh-nav-user-identity-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 9999px;
  background: var(--gl-cream);
  color: var(--gl-charcoal);
  flex-shrink: 0;
  overflow: hidden;
}
.sh-template_08 .sh-nav-user-identity-avatar svg { width: 22px; height: 22px; }
.sh-template_08 .sh-nav-user-identity-text { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.sh-template_08 .sh-nav-user-identity-name { font-size: 0.92rem; font-weight: 700; color: var(--gl-charcoal); }
.sh-template_08 .sh-nav-user-identity-email { font-size: 0.78rem; color: var(--gl-gray); word-break: break-all; }
.sh-template_08 .sh-nav-user-link,
.sh-template_08 .sh-nav-user-signout {
  display: block;
  width: 100%;
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 0.9rem;
  color: var(--gl-charcoal-soft);
  background: transparent;
  border: 0;
  font: inherit;
  text-align: left;
  cursor: pointer;
  transition: background-color 120ms ease, color 120ms ease;
}
.sh-template_08 .sh-nav-user-link:hover,
.sh-template_08 .sh-nav-user-signout:hover { background: var(--gl-cream); color: var(--gl-charcoal); }
.sh-template_08 .sh-nav-user-signout-form { margin: 0; }

/* Hamburger toggle — hidden on desktop, shown below the breakpoint. */
.sh-template_08 .sh-nav-toggle {
  display: none;
  background: transparent;
  border: 1px solid var(--gl-line);
  border-radius: 10px;
  padding: 8px;
  color: var(--gl-charcoal);
  cursor: pointer;
  margin-left: auto;
}
.sh-template_08 .sh-nav-toggle:hover { background: var(--gl-cream); }
.sh-template_08 .sh-nav-toggle-icon { width: 24px; height: 24px; display: block; }
.sh-template_08 .sh-nav-toggle-line { transition: transform 220ms ease, opacity 160ms ease; transform-origin: 12px 12px; }
.sh-template_08 .sh-nav-open .sh-nav-toggle-line-1 { transform: translate(0, 5px) rotate(45deg); }
.sh-template_08 .sh-nav-open .sh-nav-toggle-line-2 { opacity: 0; }
.sh-template_08 .sh-nav-open .sh-nav-toggle-line-3 { transform: translate(0, -5px) rotate(-45deg); }

/* Mobile drawer — hidden by default, slides in below 980px when open. */
.sh-template_08 .sh-nav-mobile {
  display: none;
  border-top: 1px solid var(--gl-line);
  background: #FFFFFF;
}
.sh-template_08 .sh-nav-mobile-inner {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 16px;
  max-width: 1280px;
  margin: 0 auto;
}
.sh-template_08 .sh-nav-mobile-link {
  display: block;
  padding: 12px 14px;
  border-radius: 10px;
  font-size: 1rem;
  font-weight: 500;
  color: var(--gl-charcoal-soft);
  background: transparent;
  border: 0;
  text-align: left;
  cursor: pointer;
  font-family: inherit;
}
.sh-template_08 .sh-nav-mobile-link:hover { background: var(--gl-cream); color: var(--gl-charcoal); }
.sh-template_08 .sh-nav-mobile-divider { height: 1px; background: var(--gl-line); margin: 8px 0; }
.sh-template_08 .sh-nav-mobile-identity {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 14px 12px;
}
.sh-template_08 .sh-nav-mobile-identity-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 9999px;
  background: var(--gl-cream);
  color: var(--gl-charcoal);
  overflow: hidden;
}
.sh-template_08 .sh-nav-mobile-identity-avatar svg { width: 22px; height: 22px; }
.sh-template_08 .sh-nav-mobile-identity-text { display: flex; flex-direction: column; gap: 2px; }
.sh-template_08 .sh-nav-mobile-identity-name { font-weight: 700; color: var(--gl-charcoal); }
.sh-template_08 .sh-nav-mobile-identity-email { font-size: 0.78rem; color: var(--gl-gray); }
.sh-template_08 .sh-nav-mobile-signout {
  background: transparent;
  border: 0;
  padding: 12px 14px;
  font: inherit;
  font-size: 1rem;
  font-weight: 500;
  color: var(--gl-charcoal-soft);
  text-align: left;
  cursor: pointer;
}
.sh-template_08 .sh-nav-mobile-signout-form { margin: 0; }
.sh-template_08 .sh-nav-mobile-cta {
  margin-top: 12px;
  padding: 14px 16px;
  border-radius: 9999px;
  background: var(--gl-charcoal);
  color: #FFFFFF;
  font-weight: 600;
  text-align: center;
  font-size: 0.95rem;
}

/* Below the breakpoint: hide desktop links/actions, show toggle + drawer. */
@media (max-width: 980px) {
  .sh-template_08 .sh-nav-links { display: none; }
  .sh-template_08 .sh-nav-actions { display: none; }
  .sh-template_08 .sh-nav-toggle { display: inline-flex; align-items: center; justify-content: center; }
  .sh-template_08 .sh-nav-open .sh-nav-mobile { display: block; }
}

/* ---------- Inner-page hero ----------
   Mirrors the homepage hero band: white canvas, faint dotted-pattern
   watermark, gold uppercase kicker, big Playfair title, charcoal body.
   Concentric-dot ornaments scatter at the margins. */

.sh-template_08 .sh-journal-hero {
  position: relative;
  overflow: hidden;
  padding: 4.5rem 1.5rem 3.5rem;
  background: #FFFFFF;
}
.sh-template_08 .sh-journal-hero-watermark {
  position: absolute;
  inset: 0;
  opacity: 0.45;
  pointer-events: none;
}
.sh-template_08 .sh-journal-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
  align-items: flex-start;
}

.sh-template_08 .sh-journal-breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.45rem;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gl-gray);
  margin: 0 0 0.4rem;
}
.sh-template_08 .sh-journal-breadcrumb a {
  color: var(--gl-gray);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: color 0.15s ease, border-color 0.15s ease;
  padding-bottom: 1px;
}
.sh-template_08 .sh-journal-breadcrumb a:hover { color: var(--gl-gold); border-bottom-color: var(--gl-gold); }
.sh-template_08 .sh-journal-breadcrumb-sep { opacity: 0.5; }
.sh-template_08 .sh-journal-breadcrumb [aria-current="page"] { color: var(--gl-charcoal); }

.sh-template_08 .sh-journal-eyebrow { margin: 0; }
.sh-template_08 .sh-journal-title {
  font-family: var(--gl-serif);
  font-weight: 700;
  font-size: clamp(2.4rem, 5.2vw, 4rem);
  line-height: 1.04;
  letter-spacing: -0.025em;
  color: var(--gl-charcoal);
  margin: 0;
  max-width: 18ch;
}
.sh-template_08 .sh-journal-title-accent {
  font-style: italic;
  color: var(--gl-gold);
}
.sh-template_08 .sh-journal-lede {
  font-family: var(--gl-sans);
  font-size: 1.1rem;
  line-height: 1.55;
  color: var(--gl-gray);
  margin: 0;
  max-width: 56ch;
}
.sh-template_08 .sh-journal-dot-a { top: 1.5rem; right: 6%; width: 64px; height: 64px; }
.sh-template_08 .sh-journal-dot-b { bottom: 1rem; right: 14%; width: 42px; height: 42px; }

@media (max-width: 720px) {
  .sh-template_08 .sh-journal-hero { padding: 2.5rem 1.25rem 2rem; }
  .sh-template_08 .sh-journal-title { font-size: clamp(2rem, 8vw, 2.6rem); }
  .sh-template_08 .sh-journal-dot-a,
  .sh-template_08 .sh-journal-dot-b { display: none; }
}

/* ---------- Sticky TOC ---------- */
.sh-template_08 .sh-journal-toc {
  position: sticky;
  top: 0;
  z-index: 40;
  background: #fff;
  border-bottom: 1px solid var(--gl-line);
  padding: 14px 0;
}
@media (max-width: 920px) {
  .sh-template_08 .sh-journal-toc { position: static; top: auto; }
}
.sh-template_08 .sh-journal-toc-inner {
  width: min(1080px, 100% - 2.5rem);
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}
.sh-template_08 .sh-journal-toc-label {
  font-size: 0.7rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--gl-gold);
  white-space: nowrap;
}
.sh-template_08 .sh-journal-toc-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.sh-template_08 .sh-journal-toc-chip {
  display: inline-flex;
  align-items: center;
  padding: 6px 14px;
  border-radius: 999px;
  background: var(--gl-cream);
  color: var(--gl-charcoal-soft);
  font-size: 0.82rem;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid var(--gl-line);
  transition: background 0.14s ease, color 0.14s ease, border-color 0.14s ease;
}
.sh-template_08 .sh-journal-toc-chip:hover {
  background: var(--gl-charcoal);
  color: #FFFFFF;
  border-color: var(--gl-charcoal);
}

/* ---------- Body shell ---------- */
.sh-template_08 .sh-journal-shell {
  width: min(1080px, 100% - 2.5rem);
  margin: 0 auto;
  padding: 4rem 0 5rem;
}
.sh-template_08 .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_08 .sh-journal-shell-with-aside { grid-template-columns: 1fr; gap: 32px; }
  .sh-template_08 .sh-journal-shell { padding: 2.5rem 0 3.5rem; }
}

/* ---------- Sibling sidebar ---------- */
.sh-template_08 .sh-journal-aside { position: sticky; top: 96px; }
@media (max-width: 920px) { .sh-template_08 .sh-journal-aside { position: static; } }
.sh-template_08 .sh-journal-aside-eyebrow {
  display: block;
  font-size: 0.7rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--gl-gold);
  margin-bottom: 4px;
}
.sh-template_08 .sh-journal-aside-parent {
  display: inline-block;
  font-family: var(--gl-serif);
  font-weight: 700;
  font-size: 1.4rem;
  letter-spacing: -0.01em;
  color: var(--gl-charcoal);
  text-decoration: none;
  margin-bottom: 22px;
  border-bottom: 1px solid transparent;
  transition: border-color 0.15s ease;
}
.sh-template_08 .sh-journal-aside-parent:hover { border-bottom-color: var(--gl-gold); }
.sh-template_08 .sh-journal-aside-list {
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 1px solid var(--gl-line);
  display: flex;
  flex-direction: column;
}
.sh-template_08 .sh-journal-aside-list li {
  position: relative;
  padding: 12px 0;
  border-bottom: 1px solid var(--gl-line);
  font-size: 0.95rem;
  line-height: 1.4;
  display: flex;
  align-items: baseline;
  gap: 12px;
}
.sh-template_08 .sh-journal-aside-num {
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  font-weight: 700;
  color: var(--gl-gold);
  flex-shrink: 0;
  min-width: 18px;
}
.sh-template_08 .sh-journal-aside-link {
  color: var(--gl-gray);
  text-decoration: none;
  transition: color 0.12s ease;
}
.sh-template_08 .sh-journal-aside-link:hover { color: var(--gl-charcoal); }
.sh-template_08 .sh-journal-aside-current .sh-journal-aside-link-current {
  color: var(--gl-charcoal);
  font-weight: 700;
}
.sh-template_08 .sh-journal-aside-current .sh-journal-aside-num { color: var(--gl-coral); }

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

.sh-template_08 .sh-journal-intro { margin-bottom: 1.6em; }
.sh-template_08 .sh-journal-intro-prose {
  font-family: var(--gl-sans);
  font-size: 1.18rem;
  line-height: 1.7;
  color: var(--gl-charcoal-soft);
}
.sh-template_08 .sh-journal-intro-prose > *:first-child::first-letter {
  font-family: var(--gl-serif);
  font-weight: 700;
  font-size: 4.5em;
  line-height: 0.85;
  float: left;
  padding: 0.05em 0.12em 0 0;
  color: var(--gl-charcoal);
}

.sh-template_08 .sh-journal-block {
  font-family: var(--gl-sans);
  font-size: 1.08rem;
  line-height: 1.7;
  color: var(--gl-charcoal-soft);
  margin: 0 0 1.2em;
}
.sh-template_08 .sh-journal-block p { margin: 0 0 1.1em; }
.sh-template_08 .sh-journal-block p:last-child { margin-bottom: 0; }

.sh-template_08 .sh-journal-body a,
.sh-template_08 .sh-journal-intro-prose a {
  color: var(--gl-charcoal);
  text-decoration: underline;
  text-decoration-color: var(--gl-gold-soft);
  text-decoration-thickness: 1.5px;
  text-underline-offset: 4px;
  transition: text-decoration-color 0.14s ease, color 0.14s ease;
}
.sh-template_08 .sh-journal-body a:hover,
.sh-template_08 .sh-journal-intro-prose a:hover {
  color: var(--gl-gold);
  text-decoration-color: var(--gl-gold);
}

.sh-template_08 .sh-journal-block ul {
  list-style: none;
  padding: 0;
  margin: 0 0 1.2em;
}
.sh-template_08 .sh-journal-block ul > li {
  position: relative;
  padding-left: 1.4em;
  margin-bottom: 0.5em;
}
.sh-template_08 .sh-journal-block ul > li::before {
  content: "";
  position: absolute;
  left: 0.2em;
  top: 0.78em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gl-gold);
  opacity: 0.85;
}
.sh-template_08 .sh-journal-block ol { padding-left: 1.4em; margin: 0 0 1.2em; }
.sh-template_08 .sh-journal-block ol > li { margin-bottom: 0.45em; }
.sh-template_08 .sh-journal-block ol > li::marker {
  color: var(--gl-gold);
  font-family: var(--gl-serif);
  font-weight: 700;
}

.sh-template_08 .sh-journal-block table {
  border-collapse: collapse;
  width: 100%;
  margin: 1.6em 0;
  font-size: 0.95rem;
  background: #FFFFFF;
  border-radius: var(--gl-radius-sm);
  overflow: hidden;
  box-shadow: var(--gl-shadow-card);
}
.sh-template_08 .sh-journal-block table th {
  background: var(--gl-charcoal);
  color: #FFFFFF;
  font-family: var(--gl-sans);
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 600;
  text-align: left;
  padding: 14px 18px;
}
.sh-template_08 .sh-journal-block table td {
  padding: 14px 18px;
  border-bottom: 1px solid var(--gl-line);
}
.sh-template_08 .sh-journal-block table tr:nth-child(even) td { background: var(--gl-cream); }
.sh-template_08 .sh-journal-block table tr:last-child td { border-bottom: 0; }

.sh-template_08 .sh-journal-hr {
  border: 0;
  height: 1px;
  background: var(--gl-line);
  margin: 3em 0;
}

/* ---------- Section break ---------- */
.sh-template_08 .sh-journal-section {
  margin: 3.5rem 0 1rem;
  scroll-margin-top: 96px;
}
.sh-template_08 .sh-journal-section-numeral {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-family: var(--gl-sans);
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--gl-gold);
  margin-bottom: 0.7rem;
}
.sh-template_08 .sh-journal-section-numeral::before {
  content: "";
  width: 24px;
  height: 1px;
  background: var(--gl-gold);
}
.sh-template_08 .sh-journal-section-heading {
  font-family: var(--gl-serif);
  font-weight: 700;
  letter-spacing: -0.018em;
  line-height: 1.12;
  color: var(--gl-charcoal);
  margin: 0 0 0.4em;
}
.sh-template_08 .sh-journal-section-h2 .sh-journal-section-heading { font-size: clamp(1.7rem, 3.2vw, 2.3rem); }
.sh-template_08 .sh-journal-section-h3 .sh-journal-section-heading { font-size: 1.4rem; }
.sh-template_08 .sh-journal-section-h4 .sh-journal-section-heading { font-size: 1.15rem; }

/* ---------- Pull-quote ---------- */
.sh-template_08 .sh-journal-pull {
  position: relative;
  margin: 3rem 0;
  padding: 0 0 0 1.5rem;
  border-left: 2px solid var(--gl-gold);
}
.sh-template_08 .sh-journal-pull-mark {
  position: absolute;
  top: -1.3rem;
  left: 0.4rem;
  font-family: var(--gl-serif);
  font-size: 4.5rem;
  line-height: 1;
  color: var(--gl-gold);
  pointer-events: none;
}
.sh-template_08 .sh-journal-pull-body {
  margin: 0;
  font-family: var(--gl-serif);
  font-style: italic;
  font-weight: 500;
  font-size: clamp(1.3rem, 2.2vw, 1.7rem);
  line-height: 1.4;
  color: var(--gl-charcoal-soft);
}

/* ---------- Body figures ---------- */
.sh-template_08 .sh-journal-figure {
  margin: 2.5rem 0;
  padding: 0;
  background: transparent;
}
.sh-template_08 .sh-journal-figure-right { float: right; max-width: 320px; margin: 8px 0 24px 32px; }
.sh-template_08 .sh-journal-figure-left  { float: left;  max-width: 320px; margin: 8px 32px 24px 0; }
.sh-template_08 .sh-journal-figure-block { margin: 3rem auto; max-width: 560px; }
@media (max-width: 920px) {
  .sh-template_08 .sh-journal-figure-right,
  .sh-template_08 .sh-journal-figure-left { float: none; margin: 2rem auto; max-width: 100%; }
}
.sh-template_08 .sh-journal-figure-frame {
  background: #FFFFFF;
  border-radius: var(--gl-radius);
  overflow: hidden;
  box-shadow: var(--gl-shadow-photo);
}
.sh-template_08 .sh-journal-figure-img {
  display: block;
  width: 100%;
  height: auto;
  background: var(--gl-cream);
}
.sh-template_08 .sh-journal-figure-caption {
  display: block;
  margin-top: 12px;
  font-family: var(--gl-serif);
  font-style: italic;
  font-size: 0.95rem;
  color: var(--gl-gray);
  text-align: center;
}
.sh-template_08 .sh-journal-figure-caption span {
  font-family: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  letter-spacing: 0;
}

/* ---------- Staff card grid ---------- */
.sh-template_08 .sh-journal-staff {
  list-style: none;
  margin: 3rem 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 3rem 1.6rem;
  align-items: start;
}
.sh-template_08 .sh-journal-staff-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: transform 0.22s ease;
}
.sh-template_08 .sh-journal-staff-card:hover { transform: translateY(-4px); }

.sh-template_08 .sh-journal-staff-portrait {
  width: clamp(140px, 60%, 168px);
  margin-bottom: 14px;
}
.sh-template_08 .sh-journal-staff-portrait .sh-journal-figure-grid {
  margin: 0;
  padding: 0;
  background: transparent;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sh-template_08 .sh-journal-staff-portrait .sh-journal-figure-frame {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background: #FFFFFF;
  padding: 0;
  border: 6px solid #FFFFFF;
  box-shadow: var(--gl-shadow-photo);
}
.sh-template_08 .sh-journal-staff-portrait .sh-journal-figure-img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  aspect-ratio: 1 / 1;
  background: var(--gl-cream);
}
.sh-template_08 .sh-journal-staff-portrait .sh-journal-figure-caption {
  font-family: var(--gl-serif);
  font-style: normal;
  font-weight: 700;
  font-size: 1rem;
  color: var(--gl-charcoal);
  margin-top: 12px;
}

.sh-template_08 .sh-journal-staff-bio {
  font-family: var(--gl-sans);
  font-size: 0.92rem;
  line-height: 1.55;
  color: var(--gl-gray);
  text-align: left;
  width: 100%;
}
.sh-template_08 .sh-journal-staff-bio p { margin: 0 0 0.5em; }
.sh-template_08 .sh-journal-staff-bio p:last-child { margin-bottom: 0; }

/* ---------- Bare-figure portrait grid ---------- */
.sh-template_08 .sh-journal-portraits {
  list-style: none;
  margin: 3rem 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 32px 20px;
  justify-items: center;
}
.sh-template_08 .sh-journal-portraits-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.sh-template_08 .sh-journal-figure-grid {
  position: relative;
  margin: 0;
  padding: 0;
  background: transparent;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sh-template_08 .sh-journal-figure-grid .sh-journal-figure-frame {
  width: clamp(120px, 100%, 140px);
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background: #FFFFFF;
  padding: 0;
  border: 5px solid #FFFFFF;
  box-shadow: var(--gl-shadow-card);
}
.sh-template_08 .sh-journal-figure-grid .sh-journal-figure-img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  aspect-ratio: 1 / 1;
}

/* ---------- Empty fallback ---------- */
.sh-template_08 .sh-journal-empty { padding: 4rem 0; text-align: center; }
.sh-template_08 .sh-journal-empty-note {
  font-family: var(--gl-serif);
  font-style: italic;
  font-size: 1.3rem;
  color: var(--gl-gray);
}

/* ---------- "Continue reading" — sub-page wall ---------- */
.sh-template_08 .sh-journal-wall {
  background: var(--gl-cream);
  border-top: 1px solid var(--gl-line);
  padding: 5rem 1.5rem 5.5rem;
}
.sh-template_08 .sh-journal-wall-inner {
  width: min(1080px, 100%);
  margin: 0 auto;
}
.sh-template_08 .sh-journal-wall-header {
  margin-bottom: 3rem;
  text-align: center;
}
.sh-template_08 .sh-journal-wall-header .sh-kicker { display: inline-flex; }
.sh-template_08 .sh-journal-wall-heading {
  font-family: var(--gl-serif);
  font-weight: 700;
  font-size: clamp(2rem, 3.6vw, 2.8rem);
  letter-spacing: -0.02em;
  line-height: 1.1;
  color: var(--gl-charcoal);
  margin: 0;
}
.sh-template_08 .sh-journal-wall-sub {
  font-size: 1rem;
  color: var(--gl-gray);
  margin: 12px auto 0;
  max-width: 56ch;
}
.sh-template_08 .sh-journal-wall-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.5rem;
}
.sh-template_08 .sh-journal-wall-card {
  background: #FFFFFF;
  border: 1px solid var(--gl-line);
  border-radius: var(--gl-radius);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}
.sh-template_08 .sh-journal-wall-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--gl-shadow-card);
  border-color: var(--gl-gold);
}
.sh-template_08 .sh-journal-wall-card-link {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 1.6rem 1.6rem 1.5rem;
  color: inherit;
  text-decoration: none;
}
.sh-template_08 .sh-journal-wall-card-eyebrow {
  font-size: 0.7rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--gl-gold);
}
.sh-template_08 .sh-journal-wall-card-title {
  font-family: var(--gl-serif);
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.18;
  letter-spacing: -0.018em;
  color: var(--gl-charcoal);
}
.sh-template_08 .sh-journal-wall-card-summary {
  font-size: 0.92rem;
  line-height: 1.5;
  color: var(--gl-gray);
}
.sh-template_08 .sh-journal-wall-card-cta {
  margin-top: 8px;
  font-weight: 600;
  font-size: 0.82rem;
  letter-spacing: 0.06em;
  color: var(--gl-coral);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: gap 0.16s ease, color 0.14s ease;
}
.sh-template_08 .sh-journal-wall-card:hover .sh-journal-wall-card-cta {
  gap: 10px;
  color: var(--gl-charcoal);
}

/* ---------- Sign-off rule ---------- */
.sh-template_08 .sh-journal-signoff {
  text-align: center;
  padding: 3rem 0 4rem;
}
.sh-template_08 .sh-journal-signoff-rule {
  display: inline-block;
  width: 56px;
  height: 1px;
  background: var(--gl-line);
}

/* ---------- Widgets container (Newsletters/Announcements/Events/etc) ---------- */
.sh-template_08 .sh-journal-widgets {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-top: 2rem;
}
.sh-template_08 .sh-journal-widget {
  background: #FFFFFF;
  border: 1px solid var(--gl-line);
  border-radius: var(--gl-radius);
  padding: 1.8rem;
  box-shadow: var(--gl-shadow-card);
}
