:root {
  --color-ink: #181c24;
  --color-clay: #b47a3c;
  --color-paper: #f4f0e8;
  --color-line: #e5d7c4;
  --color-muted: #7b7b86;
  --color-teal: #D4F2E7;

  /* Clean sans with excellent Simplified/Traditional Chinese support */
  --font-sans: "Noto Sans SC", "PingFang SC", "Hiragino Sans GB",
               "Microsoft YaHei", "Inter", system-ui, -apple-system,
               BlinkMacSystemFont, sans-serif;

  /* Elegant serif / Kai style for headings and key Chinese display text */
  --font-serif: "STKaiti", "KaiTi", "Noto Serif SC",
                "Cormorant Garamond", "Times New Roman", serif;

  --radius-sm: 4px;
  --radius-md: 8px;
  --shadow-soft: 0 16px 40px rgba(0, 0, 0, 0.06);
}

/* Global reset */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

/* Refined body typography – prioritize Chinese legibility */
body {
  font-family: var(--font-sans);
  font-size: 0.98rem;
  line-height: 1.8;
  font-weight: 400;
  color: var(--color-ink);
  letter-spacing: 0.01em; /* Slightly more open for Chinese */
  -webkit-font-smoothing: antialiased;
  background-color: var(--color-paper);
}

/* Headings */
h1, h2, h3, .section-title, .brand-name {
  font-family: var(--font-serif);
  font-weight: 600;
  line-height: 1.25;
  color: var(--color-ink);
  margin-bottom: 1rem;
}

/* Body paragraphs */
p {
  margin-bottom: 1.4rem;
  color: rgba(24, 28, 36, 0.86);
}

/* Small supporting text */
.footer-meta,
.nav-link,
.eyebrow {
  font-family: var(--font-sans);
  font-size: 0.86rem;
}


/* Secondary Information (Footers, Nav, Metadata) */
.footer-meta, 
.nav-link, 
.eyebrow {
  font-family: var(--font-sans);
  font-size: 0.85rem; /* Smaller sub-text */
}

/* Ensuring the 'Eyebrow' text remains sharp */
.eyebrow {
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--color-clay);
  margin-bottom: 0.5rem;
  display: block;
}
a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

img {
  max-width: 100%;
  display: block;
}

.container {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

/* Header */

.site-header {
  border-bottom: 1px solid var(--color-line);
  background: rgba(246, 242, 234, 0.96);
  backdrop-filter: blur(6px);
  position: sticky;
  top: 0;
  z-index: 10;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem 1.5rem;
}

.brand {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  text-decoration: none;
}

.brand-mark {
  width: 120px;
  height: 120px;
  border-radius: 999px;
  border: 1px solid var(--color-clay);
  color: var(--color-clay);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-serif);
  font-size: 2.15rem;
  font-family: 'Ma Shan Zheng', cursive;
  font-size: 1.4rem;
}

.brand-text {
  display: flex;
  flex-direction: column;
}

.brand-name {
  font-family: var(--font-serif);
  font-weight: 1000;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 1.25rem;
}

.brand-subtitle {
  font-size: 0.75rem;
  color: var(--color-muted);
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 0.9rem;
}

.main-nav a {
  padding: 0.35rem 0.45rem;
  border-radius: 999px;
  text-decoration: none;
}

.main-nav a[aria-current="page"] {
  background: rgba(24, 28, 36, 0.08);
}

/* Buttons */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.55rem 1.15rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: 0.9rem;
  font-weight: 500;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.15s ease, color 0.15s ease, box-shadow 0.15s ease;
}

.btn-primary {
  background: var(--color-clay);
  color: #fff;
  box-shadow: var(--shadow-soft);
}

.btn-primary:hover {
  background: #9b6632;
}


.btn-ghost {
  border-color: rgba(24, 28, 36, 0.2);
  background: transparent;
}

.btn-ghost:hover {
  background: rgba(24, 28, 36, 0.04);
  text-decoration: none;
}

.btn-outline {
  border-color: var(--color-clay);
  color: var(--color-clay);
  background: transparent;
}

.btn-outline:hover {
  background: rgba(185, 104, 58, 0.05);
  text-decoration: none;
}

.btn-small {
  padding: 0.45rem 0.85rem;
  font-size: 0.82rem;
}

/* Hero – tea style */

.hero {
  padding: 0;
  border-bottom: none;
}

.hero-dark {
  background: #111111;
  color: #f3f0ea;
}

.hero-dark-inner {
  display: block;
  grid-template-columns: minmax(0, 3fr) minmax(0, 2fr);
  gap: 3rem;
  align-items: center;
  padding: 0
}

.hero-dark-media {
  order: 1;
}

.hero-dark-text {
  order: 2;
}

.hero-dark-photo {
  border-radius: 0px;
  height: 460px;
  background-size: cover;
  background-position: center;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background-image: url("/assets/img/group-landing.jpg");
}

.eyebrow {
  font-size: 0.75rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--color-muted);
  margin-bottom: 0.5rem;
}

.eyebrow-light {
  color: rgba(243, 240, 234, 0.7);
}

.hero h1 {
  font-family: var(--font-serif);
  font-size: clamp(2.1rem, 3vw, 2.7rem);
  margin: 0 0 0.8rem;
  color: #f7f3ec;
}

.hero-text {
  max-width: 34rem;
  margin: 0 0 1.5rem;
}

.hero-text-light {
  color: rgba(243, 240, 234, 0.8);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.hero-ghost {
  border-color: rgba(243, 240, 234, 0.45);
  color: #f3f0ea;
}

.hero-ghost:hover {
  background: rgba(243, 240, 234, 0.06);
  text-decoration: none;
}

/* Sections */

.section {
  padding: 2.75rem 0;
}

.section-title {
  font-family: var(--font-serif);
  font-size: 1.6rem;
  margin: 0 0 1rem;
}

/* Paper sections */

.section-paper {
  background: var(--color-paper);
  border-top: 1px solid var(--color-line);
  border-bottom: 1px solid var(--color-line);
  /* optional texture image */
  /* background-image: url("/assets/img/paper-texture.png"); */
  /* background-size: 400px auto; */
}


.section-centered {
  text-align: center;
  padding: 2.6rem 0 2.8rem;
}

/* Thin decorative rules above/below headings like the screenshot */
.section-heading::before,
.section-heading::after {
  content: "";
  display: block;
  width: 62%;
  max-width: 360px;
  height: 1px;
  margin: 0.5rem auto 0.75rem;
  background-image: linear-gradient(
    to right,
    transparent,
    rgba(185, 104, 58, 0.4),
    transparent
  );
}

.section-heading .section-title {
  margin-bottom: 0.5rem;
}

/* Six Arts horizontal row */

.six-arts-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 1.5rem;
  align-items: stretch;
}

.six-art {
  position: relative;
  padding-top: 1.5rem;
}

.six-art-symbol {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, 0.18);
  font-family: var(--font-serif);
  margin-bottom: 0.4rem;
  color: var(--color-clay);
  background: #fdfbf8;
}

.six-art h3 {
  font-family: var(--font-serif);
  font-size: 1.05rem;
  margin: 0 0 0.25rem;
}

.six-arts-row-with-images .six-art-image-fixed {
  width: 100%;
  max-width: 160px;
  height: 120px;
  margin: 0 auto 0.65rem;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.08);
}

.six-arts-row-with-images .six-art-image-fixed img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.six-art-desc {
  font-size: 0.85rem;
  line-height: 1.4;
}

/* Program vertical “timeline” */

.section-programs-vertical {
  position: relative;
}

.vertical-flow {
  position: relative;
  margin-top: 0.75rem;
  padding: 1.5rem 0 0.5rem;
}

.vertical-flow::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: .5rem auto;
  width: 2px;
  background-image: linear-gradient(
    to bottom,
    rgba(185, 104, 58, 0.3),
    rgba(185, 104, 58, 0)
  );
}

.flow-item {
  display: grid;
  grid-template-columns: minmax(0, 2.4fr) minmax(0, 2.3fr);
  gap: 2rem;
  align-items: center;
  margin-bottom: 2.4rem;
  position: relative;
}

.flow-media {
  position: relative;
}

.flow-media-left {
  order: 1;
}

.flow-media-right {
  order: 2;
}

.flow-text {
  order: 2;
}

.flow-item:nth-child(even) .flow-media-left {
  order: 2;
}

.flow-item:nth-child(even) .flow-text {
  order: 1;
}

.flow-photo-light {
  background-image: url("/assets/img/program-child-placeholder.jpg");
}

.flow-photo-medium {
  background-image: url("/assets/img/program-adult-placeholder.jpg");
}

.flow-photo-deep {
  background-image: url("/assets/img/program-community-placeholder.jpg");
}

/* Misty mountain band */

.section-mountain {
  background: linear-gradient(to bottom, #f6f2ea 0%, #f1ece4 40%, #ebe5dd 100%);
  position: relative;
  overflow: hidden;
}

.section-mountain::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -40px;
  height: 160px;
  background: url("/assets/img/mountain-silhouette.svg") center bottom repeat-x;
  opacity: 0.55;
  pointer-events: none;
}

/* Generic layouts, cards, stats (still used on inner pages) */

.strip {
  background: #f0e7d7;
  border-top: 1px solid var(--color-line);
  border-bottom: 1px solid var(--color-line);
}

.strip-neutral {
  background: #f7f3ec;
}

.strip-inner {
  padding: 2rem 0;
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  align-items: center;
}

.strip-inner.align-center {
  justify-content: center;
  text-align: center;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 1.5rem;
}

.card {
  background: #fff;
  border-radius: var(--radius-md);
  padding: 1.3rem 1.5rem 1.4rem;
  border: 1px solid rgba(24, 28, 36, 0.08);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.03);
}

.card h3 {
  margin-top: 0;
  margin-bottom: 0.4rem;
  font-family: var(--font-serif);
}

.card p {
  margin: 0 0 0.7rem;
  font-size: 0.95rem;
}

.card-link {
  font-size: 0.85rem;
  color: var(--color-clay);
}

.impact-stats {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.stat {
  min-width: 110px;
}

.stat-value {
  display: block;
  font-family: var(--font-serif);
  font-size: 1.6rem;
}

.stat-label {
  font-size: 0.8rem;
  color: var(--color-muted);
}

.two-column {
  display: grid;
  grid-template-columns: minmax(0, 3fr) minmax(0, 2.4fr);
  gap: 2rem;
  align-items: start;
}

/* Newsletter / forms */

.newsletter-box {
  background: #fffaf5;
  border-radius: var(--radius-md);
  padding: 1.5rem;
  border: 1px solid rgba(185, 104, 58, 0.15);
}

.newsletter-box h3 {
  margin-top: 0;
  font-family: var(--font-serif);
}

.simple-form {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-top: 0.75rem;
  margin-bottom: 0.5rem;
}

.simple-form label {
  font-size: 0.8rem;
  color: var(--color-muted);
}

.simple-form input,
.simple-form textarea,
.simple-form select {
  font: inherit;
  padding: 0.5rem 0.6rem;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(24, 28, 36, 0.26);
  background: #fdfaf5;
}

.form-note {
  font-size: 0.75rem;
  color: var(--color-muted);
}

/* Page hero */

.page-hero {
  padding: 3rem 0 1.5rem;
  border-bottom: 1px solid var(--color-line);
}

/* Lists */

.value-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.value-list li {
  margin-bottom: 0.4rem;
}

/* Footer */

.site-footer {
  background: #11141a;
  /* Reduced padding-top from 4rem to 1.5rem */
  padding: 0.5rem 0 2rem; 
  color: #f4f0e8;
  border-top: 2px solid var(--color-clay);
}

.footer-inner {
  display: grid;
  grid-template-columns: minmax(0, 2.5fr) minmax(0, 1.5fr) minmax(0, 2fr);
  gap: 1.5rem;
  align-items: flex-start;
}

.footer-brand {
  margin: 0 0 0.2rem;
  font-family: var(--font-serif);
}

.footer-meta {
  margin: 0;
  color: var(--color-muted);
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.footer-links a {
  text-decoration: none;
}

.footer-links a:hover {
  text-decoration: underline;
}

/* Dropdown in main nav */

.nav-dropdown {
  position: relative;
}

.nav-link {
  padding: 0.35rem 0.45rem;
  border-radius: 999px;
  font-size: 0.9rem;
  background: transparent;
  border: none;
  cursor: pointer;
  font-family: inherit;
  color: inherit;
}

.nav-link:focus-visible {
  outline: 2px solid var(--color-clay);
  outline-offset: 2px;
}

.nav-dropdown-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
}

.nav-dropdown-caret {
  border: 0.3rem solid transparent;
  border-top-color: rgba(24, 28, 36, 0.5);
  transform: translateY(0.12rem);
}

.nav-dropdown-menu {
  position: absolute;
  top: 120%;
  left: 0;
  min-width: 220px;
  padding: 0.4rem 0.5rem;
  border-radius: 12px;
  border: 1px solid rgba(24, 28, 36, 0.08);
  background: #fffdf8;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
  display: none;
  z-index: 20;
}

.nav-dropdown-menu.is-open {
  display: block;
}

.nav-dropdown-menu a {
  display: block;
  padding: 0.4rem 0.6rem;
  border-radius: 8px;
  font-size: 0.88rem;
  text-decoration: none;
  white-space: nowrap;
}

.nav-dropdown-menu a:hover {
  background: rgba(180, 122, 60, 0.07);
  text-decoration: none;
}

/* Fixed-size gallery images */
.gallery-grid {
  gap: 1.25rem;
}

.gallery-item {
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.3s ease;
}

.gallery-item:hover img {
  transform: scale(1.05);
}

@media (max-width: 768px) {
  .gallery-grid {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  }
}


  .video-wrapper {
    position: relative;
    height: 0;
    padding-bottom: 56.25%; /* 16:9 */
    overflow: hidden;
    background: #f8f8f8;
  }
  .video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  /* 1. Global Background Setup */
.has-custom-bg {
  background-image: url("/assets/img/landing-background.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed; /* Keeps image still while scrolling */
  background-repeat: no-repeat;
}

/* 2. Content Overlay (Optional: Darkens/Lightens the image for readability) */
.site-bg-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFFEF8; /* Matches your --color-paper with transparency */
  z-index: -1;
}

/* 3. Remove conflicting background colors from sections */
.section, 
.section-paper, 
.section-mountain,
.hero-dark {
  background: transparent !important;
  border-top: 1px solid rgba(185, 104, 58, 0.1);
  border-bottom: none;
}

/* 4. Adjust Hero specifically if you want it to pop */
.hero-dark-photo {
  background-image: url("/assets/img/group-landing.jpg");
  /* Ensure this doesn't fight with the new landing-background */
}

/* 5. Ensure the header remains readable */
.site-header {
  background: rgba(246, 242, 234, 0.98);
  border-bottom: 1px solid var(--color-line);
}
/* Responsive */

@media (max-width: 900px) {
  .header-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }

  .main-nav {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .hero-dark-inner {
    grid-template-columns: minmax(0, 1fr);
  }

  .two-column,
  .footer-inner,
  .strip-inner {
    grid-template-columns: minmax(0, 1fr);
    display: grid;
  }

  .flow-item {
    grid-template-columns: minmax(0, 1fr);
  }

  .vertical-flow::before {
    display: none;
  }
}

@media (max-width: 600px) {
  .hero-dark-inner {
    padding: 2.6rem 1.2rem 2.4rem;
  }
}

/* Social icon styles using background images */
.footer-social-link {
  display: flex;
  align-items: left;
  justify-content: left;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid rgba(24, 28, 36, 0.15);
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  transition: all 0.2s ease;
  text-decoration: none;
}

.footer-social-link:hover {
  background-color: var(--color-clay);
  border-color: var(--color-clay);
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(180, 122, 60, 0.25);
}

/* Individual icon backgrounds */
.footer-social-link.facebook {
  background-image: url('/assets/icons/facebook.svg');
}

.footer-social-link.instagram {
  background-image: url('/assets/icons/instagram.svg');
}

.footer-social-link.youtube {
  background-image: url('/assets/icons/youtube.svg');
}

/* Change icon color on hover */
.footer-social-link:hover {
  filter: brightness(0) invert(1); /* Makes the icon white on hover */
}


/* --- FOOTER & SOCIAL ICON IMPROVEMENTS --- */
.site-footer {
  background: rgba(17, 20, 26, 0.95); /* Deep dark background for footer */
  padding: 4rem 0 2rem;
  color: #f4f0e8;
}

.footer-inner {
  display: grid;
  /* Better 3-column distribution */
  grid-template-columns: 1.5fr 1fr 1fr 1fr; 
  gap: 4rem;
  align-items: start;
}

.footer-social {
  display: flex;
  gap: 1.2rem;
  margin-top: 1.5rem;
}

.footer-social-link {
  width: 48px;  /* Larger size */
  height: 48px; /* Larger size */
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(180, 122, 60, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.footer-social-link img {
  width: 24px;  /* Larger icon size */
  height: 24px;
  filter: invert(1); /* Makes icons white if they are black pngs */
}

.footer-social-link:hover {
  background-color: var(--color-clay);
  transform: translateY(-4px);
  border-color: var(--color-clay);
}

.footer-links a {
  font-size: 1rem;
  color: rgba(244, 240, 232, 0.8);
  margin-bottom: 0.5rem;
  transition: color 0.2s;
}

.footer-links a:hover {
  color: var(--color-clay);
}

/* --- UPDATED MOBILE FOOTER (2 COLUMNS) --- */
@media (max-width: 768px) {
  .site-footer {
    padding: 2rem 0;
  }

  .footer-inner {
    /* Change from 1 column to 2 columns */
    grid-template-columns: 1fr 1fr !important; 
    gap: 2rem 1.5rem; /* Vertical gap 2rem, Horizontal gap 1.5rem */
    align-items: start;
  }

  /* Make the branding/first column span both columns for better balance */
  .footer-inner > div:first-child {
    grid-column: span 2;
    text-align: center;
    margin-bottom: 1rem;
    border-bottom: 1px solid rgba(180, 122, 60, 0.2);
    padding-bottom: 1.5rem;
  }

  .footer-social {
    justify-content: center;
    margin-bottom: 1rem;
  }

  .footer-links, .footer-admin {
    text-align: left; /* Keep text aligned left within the two columns */
  }

  /* Ensure social icons don't get squashed */
  .footer-social-link {
    width: 44px;
    height: 44px;
  }
}

html, body {
  overflow-x: hidden; /* Prevents side-scrolling */
  width: 100%;
}

img {
  max-width: 100%; /* Ensures images never exceed screen width */
  height: auto;
}

.container {
  padding-left: 1rem;
  padding-right: 1rem;
}

/* --- TEAM GRID & CARDS --- */
.team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 columns on desktop */
  gap: 3rem 2rem;
  margin-top: 3rem;
}

.team-card {
  display: flex;
  flex-direction: column;
}

.team-photo, .team-photo-placeholder {
  width: 100%;
  aspect-ratio: 1 / 1; /* Square photos */
  border-radius: var(--radius-md);
  margin-bottom: 1.25rem;
  background-color: var(--color-line);
  overflow: hidden;
  border: 1px solid rgba(180, 122, 60, 0.2);
}

.team-photo img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  transition: transform 0.5s ease;
}

.team-card:hover .team-photo img {
  transform: scale(1.05);
}

.team-photo-placeholder {
  background: linear-gradient(135deg, #e5d7c4 0%, #f4f0e8 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.team-photo-placeholder::after {
  content: "六";
  font-family: var(--font-serif);
  font-size: 3rem;
  color: rgba(180, 122, 60, 0.2);
}

.team-info h3 {
  margin: 0.25rem 0 0.75rem;
  font-size: 1.4rem;
}

/* --- RESPONSIVE ADJUSTMENTS --- */
@media (max-width: 1024px) {
  .team-grid {
    grid-template-columns: repeat(2, 1fr); /* 2 columns on tablets */
  }
}

@media (max-width: 600px) {
  .team-grid {
    grid-template-columns: 1fr; /* 1 column on mobile */
  }
  
  .hero-alt-content {
    text-align: center;
  }
}

/* Hero Alt styling for About */
.section-hero-alt {
  padding: 6rem 0 4rem;
  border-bottom: 1px solid var(--color-line);
}

.lead {
  font-size: 1.2rem;
  max-width: 700px;
  line-height: 1.6;
}

.team-info p {
  font-size: 0.88rem; /* Scaled down from the global 0.95rem */
  line-height: 1.6;
  color: rgba(24, 28, 36, 0.75); /* Softened color makes it look smaller/more elegant */
  margin-top: 0.5rem;
}

.team-info h3 {
  font-size: 1.25rem; /* Slightly smaller heading for profiles */
  margin-bottom: 0.25rem;
}

.team-info .eyebrow {
  font-size: 0.7rem; /* Extra small for the role/title */
  margin-bottom: 0.2rem;
}